@charset "utf-8";

#product #mv{
	position: relative;
	padding-top: 26.3%;
	background: url("../img/product/product_mv.png") no-repeat center center / cover;
	overflow-x: hidden;
}
#product #mv h1{
	top: 44%;
	transform: translateY(-80%);
	font-size: 4rem;
	line-height: 1.3;
}
#product #mv h1 .large{
	font-size: 150%;
	text-indent: -2rem;
}
#product #mv h1 .sup_txt{
	display: block;
	font-size: 50%;
	line-height: 2.4;
}
#product #mv h1 p{
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	color: #000;
	position: absolute;
	bottom: -25%;
	right: 85px;
}

#product .product_wrap {
	margin-top: -115px;
	padding: 70px 0 130px;
	background-image: url("../common/img/kasou_bg-l.png"), url("../common/img/kasou_bg-r.png");
	background-repeat: no-repeat, no-repeat;
	background-position: left top, right top;
    background-size: auto 100%;
}
#product .product_wrap > .inner{
	width: 1070px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
	position: relative;
	z-index: 2;
}
#product .product_wrap > .inner > p{
	font-size: 2rem;
	line-height: 2.425;
	color: #036eb7;
}
#product .product_wrap > .inner > p.img_product{
	line-height: 0;
	position: absolute;
    top: 50%;
    right: -68px;
    transform: translateY(-50%);
}

#product .product_wrap div{
	position: relative;
}
#product .product_wrap h2{
	font-size: 4rem;
	color: #036eb7;
	box-sizing: border-box;
}
#product .product_wrap h2 .rate80{
	display: block;
	font-size: 80%;
	text-indent: 0.7em;
}
#product .product_wrap p{
	font-size: 1.8rem;
	line-height: 2;
	text-align: justify;
	text-justify: inter-ideograph;
	text-justify: inter-character;
	font-feature-settings: "palt";
	letter-spacing: 0.025em;
}
#product .product_wrap p span{
	display: inline-block;
	font-size: 1.6rem;
	line-height: 2;
    padding-top: 10px;
}
#product .product_wrap .photo{
	line-height: 0;
}

#product .product_wrap div.btn{
	width: 360px;
	height: 60px;
	margin: auto;
}
#product .product_wrap div.btn a{
	color: #036eb7;
	background-color: #fff;
}
#product .product_wrap div.btn.pdf a{
	background-image: url("../common/img/ico_pdf_blue.svg");
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 27px auto;
}

#product .product_wrap #section01{
	background-image: url("../img/product/bg_01.png");
	background-repeat: no-repeat;
	background-position: calc(50% + 201px) top;
	margin-bottom: 120px;
}
#product .product_wrap #section01 h2{
	padding: 0 0 65px 65px;
}
#product .product_wrap #section01 p{
	width: 320px;
	margin-left: 60px;
	padding-bottom: 40px;
}
#product .product_wrap #section01 .photo{
	position: absolute;
	top: 105px;
	right: 30px;
}

#product .product_wrap #section03{
	background-image: url("../img/product/bg_03.png");
	background-repeat: no-repeat;
	background-position: calc(50% - 230px) top;
    background-position: calc(50% + 201px) top;
	padding-bottom: 53px;
	margin-bottom: 80px;
}
#product .product_wrap #section03 h2{
	text-indent: -0.5em;
    padding-top: 10px;
    padding-left: 95px;
	margin-bottom: 68px;
}
#product .product_wrap #section03 h2 .otc{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	vertical-align: text-bottom;
	width: 154px;
	height: 47px;
	font-size: 20px;
	text-indent: 0;
	box-sizing: border-box;
	border: 1px solid #036eb7;
	background: #fff;
	margin: 0 5px 0 -7px;
}
#product .product_wrap #section03 .tbl_wrap{
	max-width: 880px;
	margin: 0 auto 30px;
	background-color: #e6f5ff;
	box-sizing: border-box;
	padding: 30px 25px 25px;
}
#product .product_wrap #section03 .tbl_wrap table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
}
#product .product_wrap #section03 .tbl_wrap table th{
	font-size: 1.6rem;
}
#product .product_wrap #section03 .tbl_wrap table th span{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 125px;
	height: 26px;
	background-color: #036eb7;
	color: #fff;
}
#product .product_wrap #section03 .tbl_wrap table td{
	font-size: 1.8rem;
	line-height: 1.72;
}
#product .product_wrap #section03 .tbl_wrap > table > tbody > tr > td{
	padding-bottom: 20px;
}
#product .product_wrap #section03 .tbl_wrap > table > tbody > tr:last-child > td{
	padding-bottom: 0;
}
#product .product_wrap #section03 p{
	padding-left: 60px;
	margin-bottom: 20px;
}

#product .product_wrap #section04{
	background-image: url("../img/product/bg_04.png");
	background-repeat: no-repeat;
	background-position: calc(50% + 201px) top;
    background-position: calc(50% - 230px) top;
	padding: 55px 0 0;
	margin-bottom: 80px;
}
#product .product_wrap #section04 h2{
    padding-top: 0;
	margin-bottom: 30px;
	text-indent: -0.5em;
}
#product .product_wrap #section04 .faq_wrap{
	max-width: 880px;
	margin: auto;
	box-sizing: border-box;
	border: 1px solid #036eb7;
	background-color: #fff;
	padding: 30px 40px;
}
#product .product_wrap #section04 .faq_wrap dl{
	border-bottom: 1px solid #036eb7;
	padding: 0 15px 20px;
	margin-bottom: 30px;
}
#product .product_wrap #section04 .faq_wrap dl:last-of-type{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
#product .product_wrap #section04 .faq_wrap dl dt{
	font-size: 2.1rem;
	color: #036eb7;
	font-weight: bold;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
#product .product_wrap #section04 .faq_wrap dl dt span{
	width: 55px;
	height: 55px;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
	color: #fff;
	text-indent: 0.3em;
	background-color: #036eb7;
	margin-right: 15px;
}
#product .product_wrap #section04 .faq_wrap dl dd{
	font-size: 1.8rem;
	line-height: 2;
}

#product .product_wrap #section05{
	background-image: url("../img/product/bg_05.png");
	background-repeat: no-repeat;
	background-position: calc(50% + 201px) top;
    padding: 30px 0 70px;
}
#product .product_wrap #section05 h2{
	padding-left: 60px;
	text-indent: -0.5em;
	margin-bottom: 40px;
}
#product .product_wrap #section05 h2 .inner{
	padding-left: 70px;
	line-height: 1.3;
}
#product .product_wrap #section05 h3{
	line-height: 0;
	margin-bottom: 25px;
}
#product .product_wrap #section05 h4{
	font-size: 3rem;
	line-height: 1.5;
	color: #036eb7;
	border-left: 4px solid #036eb7;
	padding-left: 35px;
	margin-bottom: 25px;
}
#product .product_wrap #section05 h4 sup{
    font-size: 50%;
    vertical-align: top;
}
#product .product_wrap #section05 h4 span{
	font-size: 60%;
}
#product .product_wrap #section05 table{
	border-collapse: separate;
	border-spacing: 0;
	margin-bottom: 20px;
}
#product .product_wrap #section05 table th{
	width: 158px;
	font-size: 1.6rem;
	line-height: 1;
    padding: 9px 0;
}
#product .product_wrap #section05 table th span{
	display: inline-block;
	width: 100%;
	padding: 4px 0 2px;
	background: #fff;
}
#product .product_wrap #section05 table th.red{
	color: #fff;
}
#product .product_wrap #section05 table th.red span{
	background: #f00;
}
#product .product_wrap #section05 table td{
	padding-left: 15px;
	font-size: 1.8rem;
	line-height: 2;
}
#product .product_wrap #section05 table td.red{
	color: #f00;
}

#product .product_wrap #section05 .grade01{
	margin-bottom: 55px;
}
#product .product_wrap #section05 .grade01 .inner,
#product .product_wrap #section05 .grade02 .inner{
	width: 887px;
}
#product .product_wrap #section05 .grade01 p{
	font-size: 1.8rem;
	margin-bottom: 15px;
}
#product .product_wrap #section05 .grade01 ul{
	max-width: 905px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-left: -25px;
}
#product .product_wrap #section05 .grade01 ul li{
	line-height: 0;
	margin-bottom: 40px;
}
#product .product_wrap #section05 .grade01 p.blue,
#product .product_wrap #section05 .grade02 p.blue{
	font-size: 1.8rem;
	font-weight: bold;
	color: #036eb7;
	margin-bottom: 35px;
}

#product .product_wrap #section05 .grade02{
	background-image: url("../img/product/bg_06.png");
	background-repeat: no-repeat;
	background-position: calc(50% - 230px) top;
	padding: 35px 0 0;
}
#product .product_wrap #section05 .grade02 table{
	margin-bottom: 15px;
}
#product .product_wrap #section05 .grade02 p{
	font-size: 1.8rem;
	line-height: 1.5;
	margin-bottom: 50px;
}
#product .product_wrap #section05 .grade02 ul li{
	padding-left: 120px;
	line-height: 0;
}

#product .product_wrap #section02{
	background-image: url("../img/product/bg_02.png");
	background-repeat: no-repeat;
	background-position: calc(50% - 230px) top;
	padding: 45px 0 0;
    margin-bottom: 100px;
}
#product .product_wrap #section02 .inner{
	padding: 0 60px;
}
#product .product_wrap #section02 h2{
	margin-bottom: 30px;
}
#product .product_wrap #section02 p{
	margin-bottom: 30px;
}
#product .product_wrap #section02 p .blue{
    display: inline;
    font-weight: bold;
    color: #0768ab;
}

@media screen and (max-width: 1320px){
	#product .inner{
		width: 88%;
		padding: 0 30px;
	}
	
	#product #mv h1 {
		font-size: 3.2rem;
	}
	#product #mv h1 .large{
		font-size: 120%;
	}
	#product #mv h1 .sup_txt{
		line-height: 1.8;
	}
	#product #mv h1 .inner {
		width: calc(67vw + 96px);
		padding: 0;
	}
	
	#product .product_wrap{
		margin-top: -7%;
	    padding-top: 7%;
	}
	#product .product_wrap h2{
		font-size: 3.2rem;
		line-height: 1.2;
	}
	#product .product_wrap p{
		max-width: 880px;
	}
	#product .product_wrap > .inner{
		width: 88%;
		padding-right: 25%;
	}
	#product .product_wrap > .inner > p {
		margin-left: 0;
	}
	#product .product_wrap > .inner > p.img_product{
		width: 30%;
		right: -40px;
	}
	
	#product .product_wrap #section01{
		background-position: 26px top;
	}
	#product .product_wrap #section04{
		background-position: left top;
    }
    #product .product_wrap #section02{
		background-position: right 40px top;
    }
	#product .product_wrap #section01 h2{
		padding-left: 50px;
		padding-bottom: 40px;
		padding-top: 15px;
	}
	#product .product_wrap #section01 p{
		width: 50%;
		margin-left: 40px;
	}
	#product .product_wrap #section01 .photo{
		width: 35%;
		max-width: 438px;
		right: auto;
		left: 60%;
		top: 90px;
	}
	
	#product .product_wrap #section03,
	#product .product_wrap #section05{
		background-position: left 5px top;
	}
	#product .product_wrap #section02 .inner,
	#product .product_wrap #section04 .inner{
		padding: 0 30px;
	}
	
	#product .product_wrap #section03 h2{
		padding-top: 15px;
		padding-left: 60px;
        padding-right: 0;
		margin-bottom: 20px;
	}
    #product .product_wrap #section03 p{
        padding: 0;
    }
	#product .product_wrap #section03 .tbl_wrap{
		width: 100%;
		padding: 20px 25px 15px;
	}
	#product .product_wrap #section03 .tbl_wrap > table > tbody > tr > td{
		padding-left: 20px;
	}
	
    #product .product_wrap #section04{
        padding-top: 25px;
        background-position: right 40px top;
    }
	#product .product_wrap #section04 h2{
		padding-left: 0;
		margin-bottom: 40px;
	}
	#product .product_wrap #section04 .faq_wrap{
		width: 100%;
	}
	
    #product .product_wrap #section05{
        padding-top: 0;
    }
	#product .product_wrap #section05 h2 .inner{
		padding-left:50px;
		padding-right: 0;
		padding-top: 40px;
	}
	#product .product_wrap #section05 h4{
		font-size: 2.4rem;
		padding-left: 25px;
	}
    #product .product_wrap #section05 .grade02{
		background-position: 40px top;
    }
	#product .product_wrap #section05 .grade01 .inner,
	#product .product_wrap #section05 .grade02 .inner{
		width: auto;
		padding: 0 80px;
		margin-left: 40px;
	}
	#product .product_wrap #section05 .grade01 ul{
		width: 100%;
		margin-left: 0;
	}
	#product .product_wrap #section05 .grade01 ul li{
		width: 48%;
	}
	#product .product_wrap #section05 .grade02 ul li{
		padding-left: 0;
		text-align: center;
	}
}

@media screen and (max-width: 767px){
	#product .inner{
		width: 90%;
		padding: 0;
	}
	
	#product #mv{
		margin-top: 50px;
		padding-top: 44.4%;
		background: url(../img/product/sp/product_mv.png) no-repeat center center / cover;
	}
	#product #mv h1{
		font-size: 3.73vw;
		line-height: 1.5;
		top: 52%;
	}
	#product #mv h1 .large{
		font-size: 214%;
		text-indent: -0.5em;
	}
	#product #mv + p{
		padding: 0 6%;
		font-size: 10px;
		line-height: 1.4;
		margin: -10px 0 30px;
	}
	
	#product .product_wrap{
		background: none;
        padding-bottom: 0;
	}
	#product .product_wrap h2{
		font-size: 5.9vw;
	}
	#product .product_wrap > .inner{
		flex-direction: column;
		padding: 0;
		margin-bottom: 10px;
	}
	#product .product_wrap > .inner > p{
		font-size: 4vw;
		line-height: 2.17;
	}
	#product .product_wrap > .inner > p.img_product{
		position: static;
		width: 100%;
		transform: none;
		text-align: center;
	}
	#product .product_wrap > .inner > p.img_product img{
		width: 255px;
		margin-right: -30px;
	}
	
	#product .product_wrap div.btn{
		width: 80vw;
		height: 50px;
	}
	#product .product_wrap div.btn a{
		font-size: 3.73vw;
	}
	#product .product_wrap div.btn.pdf a{
		background-size: 6.4vw auto;
	}
	
	#product .product_wrap #section01{
		background-image: url(../img/product/sp/bg_01.png);
		background-position: left top;
		background-size: cover;
		padding-bottom: 30px;
		margin-bottom: 0;
	}
	#product .product_wrap #section01 h2{
		padding: 30px 0 25px;
	}
	#product .product_wrap #section01 h2::before{
		display: inline-block;
		vertical-align: middle;
		content: "";
		width: 15vw;
		height: 12.27vw;
		background: url("../img/product/sp/num_01.svg") no-repeat center center / cover;
	}
	#product .product_wrap #section01 p{
		width: 100%;
		margin: 0;
		font-size: 3.73vw;
		padding-bottom: 15px;
	}
	#product .product_wrap p span{
		font-size: 2.67vw;
		line-height: 1.8;
		padding-top: 10px;
	}
	#product .product_wrap #section01 .photo{
		width: 100%;
		position: static;
	}
    
    #product .product_wrap #section02 .photo{
        text-align: center;
    }
    
	#product .product_wrap #section03{
		background-image: url(../img/product/sp/bg_03.png);
		background-position: left top;
		background-size: cover;
		padding: 30px 0 35px;
		margin-bottom: 0;
	}
	#product .product_wrap #section03 h2{
		padding: 0 0;
		margin-bottom: 15px;
	}
	#product .product_wrap #section03 h2::before{
		display: inline-block;
		vertical-align: middle;
		content: "";
		width: 17.6vw;
		height: 12.27vw;
		background: url("../img/product/sp/num_03.svg") no-repeat center center / cover;
		margin-right: 20px;
		float: left;
	}	
	#product .product_wrap #section03 h2 .otc{
		width: 20.5vw;
		height: 6.13vw;
		font-size: 2.67vw;
		vertical-align: bottom;
	}
	#product .product_wrap #section03 .tbl_wrap{
		width: 100%;
		margin: 0 auto 30px;
		padding: 20px 20px 15px;
	}
	#product .product_wrap #section03 .tbl_wrap > table,
	#product .product_wrap #section03 .tbl_wrap > table > tbody,
	#product .product_wrap #section03 .tbl_wrap > table > tbody > tr,
	#product .product_wrap #section03 .tbl_wrap > table > tbody > tr > th,
	#product .product_wrap #section03 .tbl_wrap > table > tbody > tr > td{
		display: block;
	}
	#product .product_wrap #section03 .tbl_wrap table th span{
		width: 20vw;
		height: 4vw;
		font-size: 2.8vw;
		margin-bottom: 7px;
	}
	#product .product_wrap #section03 .tbl_wrap table td{
		font-size: 2.67vw;
		line-height: 1.65;
	}
	#product .product_wrap #section03 .tbl_wrap > table > tbody > tr > td{
		padding-left: 0;
	}
	#product .product_wrap #section03 p{
		padding: 0;
		font-size: 2.67vw;
		line-height: 1.8;
		margin-bottom: 10px;
	}
	
	#product .product_wrap #section04{
		background-image: url(../img/product/sp/bg_04.png);
		background-position: left top;
		background-size: cover;
		padding: 30px 0;
		margin-bottom: 0;
	}
    #product .product_wrap #section04 h2{
        margin-bottom: 20px;
    }
	#product .product_wrap #section04 h2::before{
		display: inline-block;
		vertical-align: middle;
		content: "";
		width: 18vw;
		height: 12.27vw;
		background: url("../img/product/sp/num_04.svg") no-repeat center center / cover;
		float: left;
		margin-right: 15px;
	}
	#product .product_wrap #section04 .faq_wrap{
		padding: 20px;
	}
	#product .product_wrap #section04 .faq_wrap dl{
		padding: 0 0 20px;
		margin-bottom: 20px;
	}
	#product .product_wrap #section04 .faq_wrap dl dt{
		font-size: 4vw;
		margin-bottom: 7px;
	}
	#product .product_wrap #section04 .faq_wrap dl dt span{
		width: 8.67vw;
		height: 8.67vw;
		font-size: 3.47vw;
		margin-right: 10px;
	}
	#product .product_wrap #section04 .faq_wrap dl dd{
		font-size: 3.47vw;
	}
	
	#product .product_wrap #section05{
		background-image: url(../img/product/sp/bg_05.png);
		background-position: left top;
		background-size: cover;
		padding: 30px 0 70px;
		margin-bottom: 0;
	}
	#product .product_wrap #section05 h2{
		margin-bottom: 10px;
        padding: 0;
	}
	#product .product_wrap #section05 h2 .inner{
		padding: 0;
		line-height: 1.24;
		text-indent: -0.5em;
	}
	#product .product_wrap #section05 h2 .inner::before{
		display: inline-block;
		vertical-align: middle;
		content: "";
		width: 17.87vw;
		height: 13.5vw;
		background: url("../img/product/sp/num_05.svg") no-repeat center center / cover;
		float: left;
		margin-right: 15px;
	}
	#product .product_wrap h2 .rate80{
		font-size: 53%;
		padding-left: calc(16.67vw + 15px);
		text-indent: 0;
		line-height: 2;
	}
	#product .product_wrap #section05 h3{
		margin-bottom: 15px;
	}
	#product .product_wrap #section05 h4{
		font-size: 4.4vw;
		padding-left: 4vw;
		letter-spacing: 0;
		margin-bottom: 10px;
	}
	#product .product_wrap #section05 .grade01{
		margin-bottom: 55px;
	}
	#product .product_wrap #section05 .grade01 .inner,
	#product .product_wrap #section05 .grade02 .inner{
		width: 90%;
		margin: auto;
		padding: 0;
	}
	#product .product_wrap #section05 .grade01 p{
		font-size: 3.73vw;
	}
	#product .product_wrap #section05 table{
		width: 100%;
		border-spacing: 0 10px;
		margin-bottom: 0;
	}
	#product .product_wrap #section05 table th{
		width: 20.8vw;
		font-size: 2.8vw;
        padding: 0;
	}
    #product .product_wrap #section05 table th span{
        border: 1px solid #036eb7;
    }
	#product .product_wrap #section05 table td{
		font-size: 2.67vw;
		padding-left: 10px;
	}
	#product .product_wrap #section05 .grade01 p.blue,
	#product .product_wrap #section05 .grade02 p.blue{
		font-size: 2.67vw;
		line-height: 1.725;
		margin-bottom: 25px;
	}
	#product .product_wrap #section05 .grade02 p.blue{
		margin-bottom: 10px;
	}
	#product .product_wrap #section05 .grade01 ul{
		flex-direction: column;
	}
	#product .product_wrap #section05 .grade01 ul li{
		width: 100%;
		margin-bottom: 30px;
		text-align: center;
	}
	#product .product_wrap #section05 .grade01 ul li:last-child{
		margin-bottom: 0;
	}
	#product .product_wrap #section05 .grade01 ul li img{
		width: 311px;
	}
	#product .product_wrap #section05 .grade02{
		padding: 0;
        background-image: none;
	}
	#product .product_wrap #section05 .grade02 table{
		margin-bottom: 0;
	}
	#product .product_wrap #section05 .grade02 p{
		font-size: 2.67vw;
		line-height: 1.5;
		margin-bottom: 25px;
	}
	
	#product .product_wrap #section02 .inner,
	#product .product_wrap #section04 .inner{
		padding: 0;
	}
	#product .product_wrap #section02{
		background-image: url(../img/product/sp/bg_02.png);
		background-position: left top;
		background-size: cover;
		padding: 35px 0 30px;
        margin-bottom: 0;
	}
	#product .product_wrap #section02 h2{
		text-indent: 0;
        margin-bottom: 25px;
	}
	#product .product_wrap #section02 h2::before{
		display: inline-block;
		vertical-align: middle;
		content: "";
		width: 18vw;
		height: 12.53vw;
		background: url("../img/product/sp/num_02.svg") no-repeat center center / cover;
	}
	#product .product_wrap #section02 p{
		font-size: 3.73vw;
	}
    #product .product_wrap #section02 p .blue{
		font-size: 3.73vw;
        padding: 0;
    }
}