@charset "utf-8";
body {
	-webkit-text-size-adjust: 100%;
	line-height: 1;
	font-size: 16px;
	background: #fff;
	color: #000;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

.min{
	font-family:"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E",serif;
}

a {
	color: #000;
}
#border_display {
	width: 100%;
	min-width: 1000px;
	height: auto;
	overflow: hidden;
}

.footer_link{
	text-align: center;
	padding: 20px 0;
	background: #edf5f0;
}
.footer_link a{ 
	color: #1f442c;
	text-decoration: underline;
}

.red {color: #FF0017;}
/* ============================================
cmn_parts
============================================ */
/* inner */
.mod_inner{
	width:1000px;
    height: 100%;
	margin:0 auto;
	position:relative;
}
.mod_inner:after{
	content:"";
	display:block;
	clear:both;
}
.mod_hl01{
	position: relative;
	text-align: center;
	font-weight: bold;
	z-index: 1;
}

.mod_hl01 .main_hl{
	font-size: 45px;
	color: #1f442c;
	line-height: 1.5;
	position: relative;
	z-index: 1;
}

.mod_hl01 .sub_hl{
	font-size: 25px;
	color: #fff;
	background: #1f442c;
	display: inline-block;
	padding: 10px 30px;
	line-height: 1;
	position: relative;
	min-width: 440px;
}
.mod_btn01 a,
.mod_btn01 button{
	display: block;
	width: 100%;
	max-width:400px;
	background: #fe8a01;
	color: #fff;
	margin: 0 auto;
	font-size: 25px;
	border-radius: 5px;
	padding: 16px 15px;
	position: relative;
	cursor: pointer;
	border: none;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
.mod_btn01 a:after,
.mod_btn01 .mod_btn01_arr:after{
	content: "";
	width: 16px;
	height: 16px;
	position: absolute;
	right: 24px;
	top: 37%;
	z-index: 1;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(-45deg);
}

/* =================== header =================== */
#header{
	background: url(../img/mv_bg_pc.jpg) no-repeat center top;
	background-size: cover!important;
	width: 100%;
	height: 515px;
	padding: 40px 0 0;
}
#header .logo{
	float: left;
	margin-bottom: 40px;
}
#header .logo div{
	text-align: center;
}
#header .logo p{
	color: #fff;
	line-height: 0.8;
	display: inline-block;
	background:rgba(31,68,44,0.9);
}
#header .logo .n01{
	font-size: 30px;
	padding: 18px 15px;
}
#header .logo .n01 span{
	color: #ffab4f;
	padding-right: 5px;
}
#header .logo .n02{
	font-size: 22px;
	padding: 9px 25px 15px;
	letter-spacing: 1px;
}
#header .cth{
	clear: both;
	color: #1f442c;
	line-height: 1.3;
	letter-spacing: -2px;
}
#header .cth .s01{
	font-size: 28px;
	display: block;
	font-weight: bold;
	letter-spacing: 2px;
}
#header .cth .s02{
	font-size: 60px;
	font-weight: bold;
}
#header .cth .s02 .dot{
	position: relative;
	padding-top:17px;
	display: inline-block;
	letter-spacing: -5px;
}
#header .cth .s02 .dot:after{
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #1f442c;
	position: absolute;
	left: 0;
	right: 0;
	top: 12px;
	margin: auto;
}
#header .cth .s03{
	font-size: 40px;
}
#header .txt_box{
	float: left;
	width: 61%;
}
#header .rank{
	float: right;
	width: 39%;
}
#header .nav{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	overflow: hidden;
	background: #1f442c;
	padding: 15px 0;
}
#header .nav li{
	width: 25%;
	float: left;
	border-right: 1px solid #fff;
}
#header .nav li:last-child{
	border-right: none;
}
#header .nav li a {
	color: #fff;
	display: block;
	line-height: 1.3;
	padding-bottom: 15px;
	position: relative;
	font-size: 20.5px;
	text-align: center;
	letter-spacing: -0.7px;
}
#header .nav li a:after {
	content: "";
	width: 17px;
	height:17px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	transform: rotate(-45deg);
	pointer-events: none;
}
/* =================== supple_search =================== */
#supple_search{
	padding:75px 0 70px;
}
#supple_search .main_hl{
	margin-bottom: 36px;
}
#supple_search .main_hl span{
	display: inline-block;
	background: #fff;
	padding: 0 10px;
}
#supple_search .main_hl:after{
	content: "";
	width: 100%;
	left: 0;
	top: 49.5%;
	position: absolute;
	z-index: -1;
	border-top: 1px solid #1f442c;
}
#supple_search table{
	width: 100%;
	table-layout: fixed;
	border: 1px solid #029c37;
	text-align: left;
	font-size: 20px;
	line-height: 1.6;
	margin-bottom: 50px;
}
#supple_search table tr{
	border-bottom: 1px solid #029c37;
}
#supple_search table th{
	width: 40%;
	background: #edf5f0;
	border-right: 1px solid #029c37;
	padding:28px 24px;
}
#supple_search table th span{
	background: #fe8a01;
	padding: 5px 9px;
	border-radius: 5px;
	color: #fff;
	margin-right: 15px;
}
#supple_search table td{
	width: 60%;
	padding:28px 5px 28px 30px;
}
#supple_search label input{
	display: none;
}
#supple_search label span{
	display: inline-block;
	vertical-align: top;
	min-width: 180px;
	position: relative;
	padding-left: 30px;
	cursor: pointer;
}
#supple_search label input:checked + span:before{
	display: block;
}
#supple_search label span:before{
	content: "";
	position: absolute;
	left: 3px;
	top:9px;
	width: 13px;
	height: 13px;
	background: #1f442c;
	border-radius: 15px;
	display: none;
}
#supple_search label span:after{
	content: "";
	position: absolute;
	left: 0;
	top:6px;
	width: 17px;
	height: 17px;
	border: 1px solid #000;
}
/* =================== reason =================== */
#reason .bg01{
	padding: 70px 0 0;
	margin-bottom: -43px;
	background: url(../img/bg_st.png) center center;
}
#reason .main_hl{
	letter-spacing: -2px;
	margin-bottom: 25px;
}
#reason .main_hl .s02{
	font-size: 35px;
}
#reason .list01{
	text-align: center;
}
#reason .list01 li{
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	margin: 0 50px 20px;
	line-height: 1.4;
}
#reason .list01 li .icon{
	width: 160px;
	margin: 0 auto;
}
#reason .arr01{
	margin: 0 auto;
	width: 370px;
}
#reason .bg02{
	width: 100%;
	height: 330px;
	background: url(../img/reason_bg.jpg) no-repeat top center;
	background-size: cover!important;
}
#reason .bg02 .cth{
	text-align: center;
	color: #fff;
	font-size: 45px;
	padding-top: 140px;
	letter-spacing: 5px;
	font-weight: bold;
}
#reason .bg02 .cth span{
	background: #0b8334;
}
/* =================== point =================== */
#point{
	padding: 70px 0;
}
#point .mod_hl01 .main_hl{
	margin: -9px auto 18px;
}
#point .mod_hl01 .main_hl span{
	font-size: 75px;
}
#point .list01 li{
	overflow: hidden;
	margin-bottom: 48px;
	border-bottom: 1px solid #888;
}
#point .list01 li:last-child{
	margin-bottom: 0;
	border-bottom: none;
}
#point .list01 .list_hl{
	position: relative;
	padding-left:90px;
	margin-bottom: 35px;
	letter-spacing: -2px;
	width: 50%;
}
#point .list01 li:nth-child(even) .list_hl{
	margin-left: auto;
}
#point .list01 .list_hl .num{
	border-left: 10px solid #029c37;
	padding-left: 10px;
	line-height:1;
	position: absolute;
	left: 0;
	top: 0;
}
#point .list01 .list_hl .num span:nth-child(1){
	font-size: 17px;
	display: block;
	letter-spacing: 0;
}
#point .list01 .list_hl .num span:nth-child(2){
	font-size: 45px;
	font-weight: bold;
}
#point .list01 .list_hl .txt{
	font-size: 30px;
	padding-top: 27px;
}
#point .list01 .list_box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 48px;
}
#point .list01 li:nth-child(even) .list_box{
	flex-direction :row-reverse;
}
#point .list01 li:last-child .list_box{
	padding-bottom: 0;
}
#point .list01 .list_box .list_img{
	width: 50%;
}
#point .list01 .list_box .list_txt{
	width: 46%;
}
#point .list01 .list_box .list_txt p{
	font-size: 20px;
	margin-bottom: 30px;
	line-height: 1.8;
}
/* =================== pitfalls =================== */
#pitfalls{
	background: url(../img/pitfalls_bg_pc.jpg) no-repeat center center;
	background-size: cover!important;
	text-align: center;
	color: #fff;
	padding: 60px 0 80px;
}
#pitfalls .hl01,
#pitfalls .hl02{
	letter-spacing: 2px;
	font-size: 45px;
}
#pitfalls .hl01{
	position: relative;
	z-index: 2;
	display: inline-block;
	margin-bottom: 30px;
}
#pitfalls .hl01:after{
	content: "";
	width: 100%;
	height: 30%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #fe8a01;
	z-index: -1;
}
#pitfalls .cap{
	line-height: 1.8;
	font-size: 20px;
	margin-bottom: 53px;
}
#pitfalls .list01{
	overflow: hidden;
	padding-top: 20px;
}
#pitfalls .list01 li{
	width: 50%;
	float: left;
	padding-top: 125px;
	background: url(../img/pitfalls_ico.png) no-repeat center top;
	background-size: 130px;
	font-size: 20px;
}
/* =================== comparison =================== */
#comparison{
	background: url(../img/bg_st.png) center center;
	padding: 72px 0;
}
#comparison .mod_hl01 .main_hl{
	letter-spacing: -4px;
	margin: 20px auto 48px;
	font-size: 44px;
}
.comparison_table .copy{
	text-align: center;
	color: #1f442c;
	font-size: 41px;
	font-weight: bold;
	margin-bottom: 37px;
}
.comparison_table .copy p{
	background: linear-gradient(transparent 80%, #feff04 80%);
	letter-spacing: 2px;
}
.comparison_table .copy .s01{
	font-size: 72.9px;
}
.comparison_table .copy .s02{
	font-size: 32px;
}
.comparison_table .rank_table{
	margin-bottom: 81px;
}
.comparison_table .rank_table table{
	border: 2px solid #029c37;
	background: #fff;
	table-layout: fixed;
	width: 100%;
}
.comparison_table .rank_table table th{
	font-size: 23px;
	padding: 16px 0;
	line-height: 1.2;
}
.comparison_table .rank_table table td{
	padding: 5px;
	line-height: 1.4;
}
.comparison_table .rank_table table th,
.comparison_table .rank_table table td{
	border-right: 1px solid #029c37;
	border-bottom: 1px solid #029c37;
	vertical-align: middle;
	text-align: center;
}
.comparison_table .rank_table table thead th:first-child{
	width: 19%;
}
.comparison_table .rank_table table tbody th{
	background: #EDF5F0;
}
.comparison_table .rank_table table tbody td{
	height: 170px;
}
.comparison_table .rank_table table tbody td .pk{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 180px;
	margin: 43px 0 20px;
}
.comparison_table .rank_table table tbody tr:nth-child(2) td img,
.comparison_table .rank_table table tbody tr:nth-child(3) td img{
	margin-top: 25px;
}
.comparison_table .rank_table table tbody td span{
	display: block;
}
.comparison_table .rank_table table tbody td span + span{
	margin-top: 10px;
}
.comparison_table .rank_table table tbody td .fs25{
	font-size: 25px;
}
.comparison_table .rank_table table tbody td .fs20{
	font-size: 20px;
}
.comparison_table .rank_table table tbody td .fs15{
	font-size: 15px;
}
.comparison_table .rank_table table tbody td .fs14{
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: -0.8px;
}
.comparison_table .rank_table table tbody tr:nth-child(1) td,
.comparison_table .rank_table table tbody tr:nth-child(2) td,
.comparison_table .rank_table table tbody tr:nth-child(3) td{
	vertical-align: top;
	height: 300px;
}
#comparison .rank_box li{
	margin-bottom: 96px;
}
#comparison .rank_box li:nth-child(4),
#comparison .rank_box li:last-child{
	margin-bottom: 0!important;
}
#comparison .rank_box li .hl_box{
	background: #1f442c;
	color: #fff;
	position: relative;
	padding: 25px 40px 52px 125px;
}
#comparison .rank_box li .hl_box .num{
	position: absolute;
	left: 15px;
	top: -13px;
	width: 89px;
	height: 106px;
	font-size: 30px;
	text-align: center;
	padding: 17px 5px 0 0;
	font-weight: bold;
	background: url(../img/rank_ribbon.png) no-repeat center top;
}
#comparison .rank_box li .hl_box .num span{
	font-size: 50px;
}
#comparison .rank_box li .hl_box .tit{
font-size: 30px;
	line-height: 1.4;
}
#comparison .rank_box li .cap_box{
	overflow: hidden;
	background: #fff;
	border: 1px solid #1f442c;
	padding: 26px 23px 40px;
	z-index: 1;
	position: relative;
	margin: -19px 15px 0;
}
#comparison .rank_box .txt dl{
	display: table;
	width: 100%;
	table-layout: fixed;
	margin-bottom: 28px;
}
#comparison .rank_box .txt dl dt{
	background: #edf5f0;
	border: 1px solid #029c37;
	text-align: center;
	font-size: 20px;
	width: 40%;
	height: 105px;
	display: table-cell;
	vertical-align: middle;
}
#comparison .rank_box .txt dl dd{
	width: 60%;
	display: table-cell;
	vertical-align: middle;
	padding-left:10px;
	line-height: 1.5;
	letter-spacing: -0.5px;
}
#comparison .mod_btn01{
	clear: both;
	width: 100%;
	text-align: center;
	padding-top: 10px;
}
#comparison .mod_btn01 a{
	padding-top: 22px;
	padding-bottom: 22px;
}
#comparison .rank_box li:nth-child(1){
	width: 100%!important;
	float: none!important;
}
#comparison .rank_box li:nth-child(1) .cap_box{
	margin-left: 30px;
	margin-right: 30px;
	padding: 40px;
}
#comparison .rank_box li:nth-child(1) .cap_box .img{
	float: left;
	width: 40%;
	padding-top: 18px;
}
#comparison .rank_box li:nth-child(1) .cap_box .img + .txt{
	float: right;
	width: 55%;
}
#comparison .rank_box li:nth-child(1) .txt dl dt{
	width: 34%;
}
#comparison .rank_box li:nth-child(1) .txt dl dd{
	width: 66%;
	padding-left: 20px;
}
#comparison .rank_box li:nth-child(even){
	width: 48%;
	float: left;
	clear:left;
}
#comparison .rank_box li:nth-child(odd){
	width: 48%;
	float: right;
}
#comparison .rank_box li .hl_box .img{
	position: absolute;
	right: 38px;
	bottom: 40px;
	width: 100px;
}
/* =================== supple_info=================== */
#supple_info{
	padding: 75px 0 137px;
}
#supple_info .item{
	margin-bottom: 55px;
}
#supple_info .item_hl{
	background: #1f442c;
	color: #fff;
	border: 1px solid #0b8334;
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
	padding: 20px 15px;
	margin-left: 15px;
	letter-spacing: -1.8px;
}
#supple_info .item_hl span{
	color: #ffab4f;
}
#supple_info .txt_box,
#supple_info .rank_box{
	overflow: hidden;
	border: 1px solid #029c37;
	background: #EDF5F0;
	padding: 80px 30px 30px;
	margin-top: -47px;
}
#supple_info .txt_box .txt{
	float: left;
	width: 46%;
}
#supple_info .txt_box .txt p{
	line-height: 1.8;
	font-size: 20px;
}
#supple_info .txt_box .img{
	float: right;
	width: 50%;
}
#supple_info .rank_num{
	margin-bottom: 8px;
}
#supple_info .rank_box li{
	width: 18%;
	float: left;
	margin-right:2.4%;
	text-align: center;
}
#supple_info .rank_box li:last-child{
	margin-right: 0;
}
#supple_info .bdr{
	background: #fff;
	border: 1px solid #029c37;
	padding: 15px 10px 60px;
	position: relative;
}
#supple_info .bdr .img span{
	height: 255px;
	display: block;
}
#supple_info .bdr .img span img{
	width: 100%;
	height: auto;
}
#supple_info .bdr .tit{
	font-size: 20px;
	padding: 10px 0 20px;
}
#supple_info .rank_box .mod_btn01{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	padding: 0 10px;
}
#supple_info .rank_box .mod_btn01 a{
	padding: 15px 5px;
	font-size: 20px;
}
#supple_info .rank_box .mod_btn01 a:after{
	display: none;
}
/* =================== footer =================== */
#footer{
	background: #1f442c;
	color: #fff;
	padding: 67px 0 71px;
}
#footer .hl01,
#footer .hl02{
	font-size: 30px;
	font-weight: bold;
	line-height: 1.4;
}
#footer .hl01{
	border-bottom: 1px solid #fff;
	margin-bottom: 45px;
}
#footer .hl02{
	margin-bottom: 15px;
}
#footer .hl02 span{
	color: #ffab4f;
}
#footer .info .txt_box{
	margin-bottom: 55px;
}
#footer .info .txt_box dl{
	display: table;
	width: 100%;
	font-size: 20px;
	line-height: 1.6;
	table-layout: fixed;
	margin-bottom: 17px;
}
#footer .info .txt_box dl dt{
	display: table-cell;
	vertical-align: top;
	width: 11.5%;
	border-right: 1px solid #fff;
}
#footer .info .txt_box dl dd{
	display: table-cell;
	vertical-align: top;
	width: 88.5%;
	padding-left: 36px;
}
#footer .guide .txt_box{
	padding: 30px 45px;
	background: #fff;
	color: #000;
	font-size: 20px;
	line-height: 1.7;
}
/* ============================================
breakpoint
============================================ */
@media only screen and (min-width:751px){
	.u_sp {
		display: none !important;
	}
	a,button{
		transition: 0.3s;
	}
	button:hover,
	a:hover {
		opacity: 0.6;
	}
}
@media only screen and (max-width:750px){
	.u_pc {
		display: none !important;
	}
	.u_sp {
		display: block;
	}
	#border_display {
		min-width: 320px;
	}

	/* ============================================
	cmn_parts
	============================================ */
	/* inner */
	.mod_inner{
		width: 100%;
		height: auto;
		padding-left: 15px;
		padding-right: 15px;
	}
	.mod_hl01 .main_hl{
		font-size: 22.5px;
	}
	.mod_hl01 .sub_hl{
		font-size: 15px;
		padding: 5px 16px;
		min-width: 0;
		margin-bottom: 5px;
	}
	.mod_btn01{
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
	.mod_btn01 a,
	.mod_btn01 button{
		font-size: 18px;
		padding: 12px 15px;
		border-radius: 2px;
	}
	.mod_btn01 a:after,
	.mod_btn01 .mod_btn01_arr:after{
		width: 11px;
		height: 11px;
		right:15px;
	}


	/* =================== header =================== */
	#header{
		background: url(../img/mv_bg_sp.jpg) no-repeat center top;
		height: 500px;
		padding: 13px 0 0;
	}
	#header .mod_inner{
		padding: 0;
		margin: 0 auto;
		max-width: 320px;
	}
	#header .logo{
		float: none;
		margin-bottom: 20px;
	}
	#header .logo .n01{
		font-size: 17px;
		padding: 10px;
	}
	#header .logo .n02{
		font-size: 12.5px;
		padding: 7px 13px 8px;
	}
	#header .cth{
		text-align: center;
	}
	#header .cth .s01{
		font-size: 16px;
		margin-bottom: -5px;
	}
	#header .cth .s02{
		font-size: 34.5px;
		letter-spacing: 1px;
	}
	#header .cth .s02 .dot{
		letter-spacing: -2px;
	}
	#header .cth .s02 .dot:after{
		width: 5px;
		height: 5px;
	}
	#header .cth .s03{
		font-size: 23px;
	}
	#header .txt_box,
	#header .rank{
		float: none;
		width: 100%;
	}
	#header .rank{
		padding: 20px 0 0;
		max-width: 295px;
		margin: 0 auto;
	}
	/* =================== supple_search =================== */
	#supple_search{
		padding:35px 0 34px;
	}
	#supple_search .main_hl{
		margin-bottom: 12px;
	}
	#supple_search .main_hl:after{
		display: none;
	}
	#supple_search .main_hl span{
		padding: 0;
		margin: 0 -20px;
	}
	#supple_search table{
		margin-bottom: 20px;
		font-size: 12px;
	}
	#supple_search table th{
		width: 45%;
		padding:10px 0 10px 10px;
		color: #1f442c;
		vertical-align: middle;
	}
	#supple_search table td{
		width: 55%;
		padding:13px 15px;
	}
	#supple_search table th span{
		padding: 2px 6px;
		border-radius: 0;
		margin-right: 6px;
		font-size: 10px;
	}
	#supple_search label span{
		display: block;
		min-width:0;
		margin-bottom: 7px;
		padding-left: 16px;
	}
	#supple_search label:last-child span{
		margin-bottom: 0;
	}
	#supple_search label span:before{
		left: 2px;
		top:7px;
		width: 7px;
		height: 7px;
	}
	#supple_search label span:after{
		top:5px;
		width: 9px;
		height: 9px;
	}
	/* =================== reason =================== */
	#reason .bg01{
		padding:37px 0 0;
		margin-bottom: -25px;
	}
	#reason .main_hl{
		margin-bottom: 25px;
		font-size: 27px;
		line-height: 1.3;
		letter-spacing: 0;
	}
	#reason .main_hl .s01,
	#reason .main_hl .s02{
		font-size: 21px;
		letter-spacing: 1px;
	}
	#reason .main_hl .s02{
		display: block;
	}
	#reason .list01{
		max-width: 300px;
		margin: 0 auto;
	}
	#reason .list01 li{
		font-size: 12px;
		width: 49%;
		margin: 0 0 25px;
	}
	#reason .list01 li .icon{
		width: 115px;
	}
	#reason .arr01{
		width: 170px;
	}
	#reason .bg02{
		height: 165px;
	}
	#reason .bg02 .cth{
		font-size: 27px;
		padding-top: 55px;
		letter-spacing: 2px;
		line-height: 1.5;
	}
	/* =================== point =================== */
	#point{
		padding: 35px 0 13px;
	}
	#point .mod_hl01 .main_hl{
		margin: 8px -20px 12px;
		font-size: 27px;
		line-height: 1.2;
	}
	#point .mod_hl01 .main_hl span{
		font-size: 45px;
	}
	#point .list01 li{
		margin-bottom:25px;
	}
	#point .list01 .list_hl{
		padding-left:55px;
		margin-bottom: 20px;
		width: 100%;
	}
	#point .list01 .list_hl .num{
		border-width: 5px;
		padding-left: 5px;
	}
	#point .list01 .list_hl .num span:nth-child(1){
		font-size: 10px;
	}
	#point .list01 .list_hl .num span:nth-child(2){
		font-size: 27px;
	}
	#point .list01 .list_hl .txt{
		font-size: 18px;
		padding-top: 17px;
	}
	#point .list01 .list_box{
		display:block;
		padding: 0 20px 5px;
	}
	#point .list01 .list_box .list_img{
		max-width: 250px;
		margin: 0 auto 15px;
	}
	#point .list01 .list_box .list_img,
	#point .list01 .list_box .list_txt{
		width: 100%;
	}
	#point .list01 .list_box .list_txt p{
		font-size: 12px;
		margin-bottom: 15px;
		line-height: 1.6;
	}
	/* =================== pitfalls =================== */
	#pitfalls{
		background: url(../img/pitfalls_bg_sp.jpg) no-repeat center center;
		padding: 30px 0 1px;
	}
	#pitfalls .hl01,
	#pitfalls .hl02{
		font-size: 27px;
	}
	#pitfalls .hl01{
		margin: 0 -20px 15px;
	}
	#pitfalls .cap{
		line-height: 1.7;
		font-size: 12px;
		margin-bottom:20px;
	}
	#pitfalls .list01{
		padding-top: 24px;
	}
	#pitfalls .list01 li{
		width: 100%;
		float: none;
		margin-bottom: 30px;
		padding-top: 110px;
		background-size: 120px;
		font-size: 12px;
	}
	/* =================== comparison =================== */
	#comparison{
		padding: 37px 0 34px;
	}
	#comparison .mod_hl01 .main_hl{
		letter-spacing: -2.5px;
		margin: 7px -20px 10px;
		font-size: 23px;
	}
	.comparison_table .copy{
		font-size: 24px;
		margin-bottom: 23px;
	}
	.comparison_table .copy p{
		background: none;
		letter-spacing: 1px;
		margin: 0 -20px;
	}
	.comparison_table .copy p:first-child{
		display: inline-block;
		margin-bottom: 5px;
		background: linear-gradient(transparent 80%, #feff04 80%);
	}
	.comparison_table .copy .s01{
		font-size: 45px;
	}
	.comparison_table .copy .s02{
		font-size: 23px;
	}
	.comparison_table .rank_table{
		margin-bottom: 38px;
	}
	.comparison_table .rank_table table th{
		font-size: 11.5px;
		padding: 6px 0;
	}
	.comparison_table .rank_table table thead th:first-child{
		width: 28%;
	}
	.comparison_table .rank_table table thead th img{
		max-width: 65px;
	}
	.comparison_table .rank_table table tbody td{
		height: 81px;
		padding: 12px 8px;
	}
	.comparison_table .rank_table table tbody td .pk{
		height:105px;
		margin: 0;
	}
	.comparison_table .rank_table table tbody td .pk img{
		height: 100%;
		width: auto;
	}
	.comparison_table .rank_table table tbody tr:nth-child(2) td img,
	.comparison_table .rank_table table tbody tr:nth-child(3) td img{
		margin-top: 0;
		width: 45px;
	}
	.comparison_table .rank_table table tbody td span + span{
		margin-top: 5px;
	}
	.comparison_table .rank_table table tbody td .fs25{
		font-size: 12px;
	}
	.comparison_table .rank_table table tbody td .fs20{
		font-size:10px;
	}
	.comparison_table .rank_table table tbody td .fs15,
	.comparison_table .rank_table table tbody td .fs14,
	.comparison_table .rank_table table tbody tr td span{
		font-size: 7.5px;
		line-height: 1.3;
		letter-spacing: -0.9px;
	}
	.comparison_table .rank_table table tbody tr:nth-child(1) td,
	.comparison_table .rank_table table tbody tr:nth-child(2) td,
	.comparison_table .rank_table table tbody tr:nth-child(3) td{
		height: 150px;
	}

	#comparison .rank_box li,
	#comparison .rank_box li:nth-child(4){
		margin-bottom: 27px!important;
	}
	#comparison .rank_box li .hl_box{
		padding: 10px 10px 25px 65px;
	}
	#comparison .rank_box li .hl_box .num{
		left: 8px;
		top: -6px;
		width: 45px;
		height: 53px;
		font-size: 15px;
		padding: 10px 5px 0 0;
		background-size: 100%;
	}
	#comparison .rank_box li .hl_box .num span{
		font-size: 25px;
	}
	#comparison .rank_box li .hl_box .tit{
		font-size: 18px;
	}
	#comparison .rank_box li .cap_box,
	#comparison .rank_box li:nth-child(1) .cap_box{
		padding: 26px 20px 10px;
		margin: -12px 20px 0;
	}
	#comparison .rank_box .txt dl{
		margin: 0 auto 10px;
		padding: 0;
		max-width: 230px;
	}
	#comparison .rank_box .txt dl dt,
	#comparison .rank_box li:nth-child(1) .txt dl dt{
		font-size: 12px;
		width: 100%;
		height: auto;
		display: block;
		padding: 2px;
	}
	#comparison .rank_box .txt dl dd,
	#comparison .rank_box li:nth-child(1) .txt dl dd{
		width:100%;
		padding-left:0;
		font-size: 9px;
		display: block;
	}
	#comparison .mod_btn01{
		padding: 10px 0;
		max-width: 230px;
		margin: 0 auto;
	}
	#comparison .mod_btn01 a{
		padding-top: 12px;
		padding-bottom: 12px;
		font-size: 14px;
	}
	#comparison .rank_box li:nth-child(1) .cap_box .img,
	#comparison .rank_box li:nth-child(1) .cap_box .img + .txt{
		float:none;
		width: 100%;
		padding-top: 0;
	}
	#comparison .rank_box li:nth-child(1) .cap_box .img,
	#comparison .rank_box li .cap_box .img{
		max-width: 106px;
		margin: 0 auto 8px;
	}
	#comparison .rank_box li:nth-child(even),
	#comparison .rank_box li:nth-child(odd){
		width: 100%;
		float:none;
	}
	/* =================== supple_info=================== */
	#supple_info{
		padding: 30px 0 10px;
	}
	#supple_info .item{
		margin-bottom: 23px;
		text-align: center;
	}
	#supple_info .item_hl{
		font-size:18px;
		padding: 10px 5px;
		margin: 0 auto;
		width: 90%;
	}
	#supple_info .txt_box,
	#supple_info .rank_box{
		padding: 35px 15px 10px;
		margin-top: -20px;
	}
	#supple_info .txt_box .txt,
	#supple_info .txt_box .img{
		float: none;
		width: 100%;
	}
	#supple_info .txt_box .txt{
		padding-top: 5px;
	}
	#supple_info .txt_box .txt p{
		line-height: 1.45;
		font-size: 12px;
		text-align: left;
	}
	#supple_info .rank_box li{
		width: 31%;
		margin-right:2.5%;
	}
	#supple_info .rank_box li:nth-child(3n){
		margin-right: 0;
	}
	#supple_info .rank_box li:nth-child(4),
	#supple_info .rank_box li:nth-child(5){
		display: none;
	}
	#supple_info .rank_num{
		padding: 0;
		margin: 7px auto 3px;
		max-width:75px;
	}
	#supple_info .bdr{
		padding: 10px 5px 25px;
	}
	#supple_info .bdr .img span{
		height: 145px;
	}
	#supple_info .bdr .img span img{
		width: 85px;
	}
	#supple_info .bdr .tit{
		font-size: 12px;
		padding: 7px 0 20px;
	}
	#supple_info .rank_box .mod_btn01{
		padding: 0 5px;
	}
	#supple_info .rank_box .mod_btn01 a{
		padding: 8px 2px;
		font-size: 10px;
	}
	/* =================== footer =================== */
	#footer{
		padding: 30px 0 35px;
	}
	#footer .hl01,
	#footer .hl02{
		font-size: 18px;
	}
	#footer .hl01{
		margin-bottom:25px;
	}
	#footer .info .txt_box{
		margin-bottom:25px;
	}
	#footer .info .txt_box dl{
		font-size: 12px;
		margin-bottom: 10px;
		line-height: 1;
	}
	#footer .info .txt_box dl dt{
		width: 18%;
	}
	#footer .info .txt_box dl dd{
		width: 82%;
		padding-left: 20px;
	}
	#footer .guide .txt_box{
		padding: 18px 20px;
		font-size: 12px;
		line-height: 1.5;
	}

/* end */
}
@media print {
	body {
		background: none !important;
		zoom: 0.7;
		-webkit-print-color-adjust: exact;
	}
	.u_sp {
		display: none !important;
	}
}