@charset "utf-8";

/******************************************************************************/
/***                                                                        ***/
/***                                                                        ***/
/***     campaign.css                                                       ***/
/***                                                                        ***/
/***    【内容】                                                            ***/
/***                                                                        ***/
/***     ・コラム専用のスタイルを記述する                                   ***/
/***                                                                        ***/
/***                                                                        ***/
/******************************************************************************/

.main_contents.column {
	font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", "Helvetica Neue", Arial, sans-serif;
}
.main_contents.column p, 
.main_contents.column ul, 
.main_contents.column ol {
	margin-bottom: 0;
	font-size: 110%;
	line-height: 2.1176;
}
.main_contents.column p + p {
	margin-top: 30px;
}
strong {
	color: #2C83CA;
}
.salivachecker {
	font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", "Helvetica Neue", Arial, sans-serif;
	font-weight: normal;
	max-width: 980px;
	margin: 0 0 160px;
	color: #333;
}
.salivachecker * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.salivachecker figure {
	text-align: center;
	line-height: 0;
}
.salivachecker img {
	max-width: 100%;
	height: auto;
}
.pc_vis {
	display: block !important;
}
.sp_vis {
	display: none !important;
}
.aw {
	display: inline-block;
}

.salivachecker .img_title {
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 0;
	background: none;
	border: 0;
}
.salivachecker .main_img {
	margin-bottom: 80px;
}

.lead_box {
	padding: 62px 38px;
	background-color: #ECFAFD;
	border-radius: 16px;
}
.column h3 {
	margin-top: 110px;
	margin-bottom: 34px;
	padding-left: 35px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 235%;
	font-weight: bold;
	line-height: 1.2;
	background: url("salivachecker_ico01.svg") no-repeat left center;
}
.graph_box {
	max-width: 890px;
	margin: 34px auto;
	padding: 34px;
	border: 5px solid #A8DAF2;
	border-radius: 16px;
}
.graph_box h4 {
	margin-bottom: 10px;
	text-align: center;
	line-height: 0;
}
.graph_box h5 {
	max-width: 768px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 26px;
	padding: 4px 20px;
	text-align: center;
	line-height: 0;
	background-color: #C8E8F8;
	border-radius: 50px;
}
.column .graph_box .notes {
	max-width: 704px;
	margin-top: 14px;
	margin-left: auto;
	margin-right: auto;
	font-size: 105%;
	font-weight: bold;
	line-height: 1.5;
	color: #717070;
}
.column .graph_box .notes .indent {
	padding-left: 1.0em;
	text-indent: -1.0em;
	display: block;

}

.graph {
	max-width: 754px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.enemo_ill {
	position: absolute;
	right: 0;
	bottom: 10px;
}
.img_box {
	margin-top: 34px;
	margin-bottom: 34px;
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.btn01 {
	margin-top: 100px;
	text-align: center;
}
.btn02 {
	margin-top: 70px;
	text-align: center;
}



@media screen and (max-device-width: 1024px) {
.main_contents.column p, 
.column h3 {
	max-width: 890px;
	margin-left: auto;
	margin-right: auto;
}
}

@media screen and (max-width: 767px) {
.main_contents.column p, 
.main_contents.column ul, 
.main_contents.column ol {
	font-size: 100%;
}
.main_contents.column p + p {
	margin-top: 20px;
}
.salivachecker {
	margin: 0 0 60px;
}
.pc_vis {
	display: none !important;
}
.sp_vis {
	display: block !important;
}
.salivachecker .main_img {
	margin-bottom: 40px;
}
.lead_box {
	padding: 30px 20px;
}
.column h3 {
	margin-top: 60px;
	margin-bottom: 20px;
	padding-left: 25px;
	font-size: 140%;
	line-height: 1.4;
	background-size: calc(29px * 0.7) calc(27px * 0.7);
}
.graph_box {
	margin: 30px auto;
	padding: 30px 20px;
	border: 3px solid #A8DAF2;
}
.graph_box h4 {
	margin-bottom: 10px;
	text-align: center;
}
.graph_box h4 img {
	margin-left: auto;
	margin-right: auto;
}
.graph_box h5 {
	margin-bottom: 26px;
	padding: 4px 10px;
	text-align: center;
}
.graph_box h5 img {
	width: 100%;
	max-width: calc(428px * 0.7);
	margin-left: auto;
	margin-right: auto;
}
.column .graph_box .notes {
	margin-top: 10px;
	font-size: 90%;
}
.enemo_ill {
	width: 25.9946%;
}
.btn01 {
	margin-top: 40px;
}
.btn02 {
	margin-top: 30px;
}
}

@media screen and (max-width: 375px) {
.img_box {
	margin-top: 0;
	margin-bottom: 20px;
	display: block
}
.img_box .img01 {
	max-width: calc(257px * 0.7);
	margin-left: auto;
	margin-right: auto;
}
.img_box .img02 {
	max-width: calc(600px * 0.7);
	margin-left: auto;
	margin-right: auto;
}
}

@media print {
.salivachecker {
	-webkit-print-color-adjust: exact;
	print-color-adjust: exact;
}

.sp_menu_panel {
	display: none;
}

.page_top {
	display: none;
}
}
