@charset "Shift_JIS";

body.renew_page #contents #contents_wrapper{ width: 100%;}
body.renew_page #contents{ padding-bottom: 0 !important;}
@media screen and (max-width: 640px) {
	body.renew_page #contents #contents_wrapper{ margin: 0 !important;}
}

/* main_index */
.main_item{ background: #e1f4fc;}
.main_item .wrapper_exlab{
	width: 1100px;
	margin: 0 auto;
}
.main_item .top_title{
	display: flex;
    flex-flow: wrap;
    align-items: center;
	padding: 85px 0 35px;
}
body.renew_page #contents .main_item .top_title h1.main_titen{
	font-size: 45px;
    line-height: 45px;
    font-weight: 900;
    color: #00577f;
    letter-spacing: 3px;
}
.main_item .item_title{
	display: flex;
    flex-flow: wrap;
    align-items: center;
	border-bottom: 1px solid #00577f;
	padding-bottom: 5px;
}
body.renew_page #contents .main_item .item_title h3.main_titjp{
	font-size: 24px;
	line-height: 59px;
	padding-bottom: 5px;
	font-weight: 700;
	color: #00577f;
	margin-top: 0 !important;
	letter-spacing: 2px !important;
}
@media screen and (max-width: 640px) {
	.main_item .wrapper_exlab{
		width: 100%;
		padding: 0 5.5%;
        box-sizing: border-box;
	}
	.main_item .top_title{ 
		display: block;
		padding: 4rem 0 2rem;
	}
	body.renew_page #contents .main_item .top_title h1.main_titen{
		font-size: 2.4rem;
        line-height: 2.8rem;
        letter-spacing: 2px;
	}
	.main_item .item_title{
		display: block;
		padding-bottom: 0.8rem;
	}
	body.renew_page #contents .main_item .item_title h3.main_titjp{
		font-size: 1.65rem;
        line-height: 2.6rem;
        padding: 0;
	}
}

/* item_products */
.item_products .products_listmain{ 
	background: #fff;
	padding: 75px 0 80px;
}
.item_products .products_list{
	display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.item_products .products_box{ 
	width: 410px;
	margin-top: -10px;
}
.item_products .products_namebox{ color: #00577f;}
.item_products .products_namebox .name_subtit{ 
	font-size: 14px;
	line-height: 29px !important;
	letter-spacing: 1px;
	border-bottom: 1px solid #80abbf;
	font-weight: 700;
	padding-bottom: 6px;
}
body.renew_page #contents .item_products .products_namebox h2.name_tit{
	font-size: 24px;
	line-height: 29px !important;
	font-weight: 700;
	margin: 40px 0 0!important;
	letter-spacing: 1px !important;
	color: #00577f !important;
	border-bottom: 1px solid #80abbf !important;
	padding: 0 0 40px!important;
}
body.renew_page #contents .item_products .products_namebox h2.name_tit .small_tit{ font-size:18px;}
body.renew_page #contents h2 + *{ margin-top: 0 !important;}
.item_products .products_textbox .products_sub_tit{ 
	font-size: 18px;
	line-height: 29px;
	color: #00577f;
	letter-spacing: 1px;
	font-weight: 700;
	padding-top: 25px;
}
.item_products .products_textbox .products_sub_txt{ 
	font-size: 15px;
	line-height: 28px !important;
	font-weight: 700;
    margin-top: 10px !important;
}
.item_products .products_specbox{ padding-top: 20px;}
.item_products .products_specbox .spec_tit{ 
	font-size: 13px;
	line-height: 22px;
}
.item_products .products_specbox .spec_dlbox dl{ 
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
	margin-top: 0 !important;
}
.item_products .products_specbox .spec_dlbox dt{ width:65px;}
.item_products .products_specbox .spec_dlbox dd{ width:calc(100% - 65px);}
.item_products .products_specbox .spec_dlbox dt.w140 + dd{ width:calc(100% - 140px);}
.item_products .products_specbox .spec_dlbox dt,
.item_products .products_specbox .spec_dlbox dd{ 
	font-size: 13px;
	line-height: 22px;
}
.item_products .products_img{ 
	width: 650px;
	height: 430px;
	position: relative;
}
.item_products .products_img::after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 100%;
    height: 100%;
    background: #406274;
}
.item_products .products_imgchild{
	position: relative;
    z-index: 3;
}
.item_products .products_btnbox {
	display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}
.item_products .products_btnbox .products_btn_tit {
    font-size: 13px;
    line-height: 31px;
    color: #00577f;
    font-weight: 700;
    position: relative;
    letter-spacing: 0.5px;
    display: inline-block;
    margin-right: 30px;
}
.item_products .products_btnbox .products_btn_tit::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -15px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 0.5rem;
    height: 0.5rem;
    border-top: 2px solid #00577f;
    border-right: 2px solid #00577f;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.item_products .products_btnlink {
    width: 240px;
    height: 64px;
    background: #00577f;
    border-radius: 100px;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
@media screen and (max-width: 640px) {
	.item_products .products_listmain{ padding: 2.5rem 0 3.5rem;}
	.item_products .products_list{ 
		display: block;
		margin-top: 0 !important;
	}
	.item_products .products_box{ 
		width: 100%;
		margin-top: 0;
	}
	.item_products .products_namebox .name_subtit{ 
		font-size: 1.25rem;
		line-height: 2.45rem !important;
		padding-bottom: 0.5rem;
	}
	body.renew_page #contents .item_products .products_namebox h2.name_tit{
		font-size: 1.8rem;
		line-height: 2.45rem !important;
		margin: 3.5rem 0 0!important;
		padding: 0 0 3.5rem!important;
	}
	body.renew_page #contents .item_products .products_namebox h2.name_tit .small_tit{ font-size:1.2rem;}
	.item_products .products_textbox .products_sub_tit{ 
		font-size: 1.5rem;
		line-height: 2.45rem ;
		padding-top: 2.1rem;
	}
	.item_products .products_textbox .products_sub_txt{ 
		font-size: 1.2rem;
		line-height: 2.15rem !important;
		margin-top: 0.85rem !important;
	}
	.item_products .products_specbox{ padding-top: 1.25rem;}
	.item_products .products_specbox .spec_tit{ 
		font-size: 1.05rem;
		line-height: 1.83rem;
	}
	.item_products .products_specbox .spec_dlbox dt{ width:5.1rem;}
	.item_products .products_specbox .spec_dlbox dt.sp_w130{ width:10.9rem !important;}
	.item_products .products_specbox .spec_dlbox dd{ width:calc(100% - 5.1rem);}
	.item_products .products_specbox .spec_dlbox dt.sp_w130 + dd{ width:calc(100% - 10.9rem);}
	.item_products .products_specbox .spec_dlbox dt,
	.item_products .products_specbox .spec_dlbox dd{ 
		font-size: 1rem;
		line-height: 1.83rem;
	}
	.item_products .products_img{ 
		width: 100%;
		height: auto;
		margin-top: 1.6rem;
	}
	.item_products .products_img::after {
		bottom: -0.42rem;
		right: -0.42rem;
	}
	.item_products .products_btnbox {
		display: block;
		margin-top: 2.2rem;
		text-align: center;
	}
	.item_products .products_btnbox .products_btn_tit {
		display: block;
		margin-right: 0;
		font-size: 1.2rem;
		position: relative;
		margin-top: 0 !important;
	}
	.item_products .products_btnbox .products_btn_tit::after {
		top: auto;
		bottom: -0.8rem;
		left: 0;
		right: 0;
		border-top: none;
		border-bottom: 2px solid #00577f;
	}
	.item_products .products_btnlink {
		width: 13.667rem;
		height: 3.2rem;
		border-radius: 100px;
		margin: 1.7rem auto 0;
	}
	.item_products .products_btnimg {
        width: 8.2rem;
        margin: 0 auto;
    }
}

/* item_method */
.item_method { padding-top: 70px;}
.item_method .method_box{ 
	width: 640px;
	margin: 50px auto 0;
}
.item_method .method_movie_alink { 
	display: block;
	position: relative;
	cursor: pointer;
}
.item_method .method_movie_icon { 
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 79px;
	height: 79px;
	margin: auto;
}
.item_method .method_txt { 
	font-size: 15px;
	line-height: 26px !important;
}
.item_method .method_kome { 
	font-size: 13px;
	line-height: 20px !important;
	padding-left: 13px;
    text-indent: -13px;
	margin-top: 10px !important;
}
.item_method .btn_method { 
	width: 240px;
	height: 64px;
	background: #00577f;
    border-radius: 100px;
	color: #fff !important; 
	display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
	margin: 25px auto 0;
	font-size: 18px;
	line-height: 31px;
	letter-spacing: 1px;
	font-weight: 700;
}
@media screen and (max-width: 640px) {
	.item_method { padding-top: 3.5rem;}
	.item_method .method_box{ 
		width: 100%;
		margin: 2.2rem auto 0;
	}
	.item_method .method_movie_icon { 
		width: 4rem;
		height: 4rem;
	}
	.item_method .method_txt { 
		font-size: 1.15rem;
		line-height: 2.15rem !important;
		margin-top: 0.85rem !important;
	}
	.item_method .method_kome { 
		font-size: 1rem;
		line-height: 1.65rem !important;
		padding-left: 1rem;
		text-indent: -1rem;
		margin-top: 0.5rem !important;
	}
	.item_method .btn_method { 
		width: 16.5rem;
		height: 4rem;
		margin: 1.3rem auto 0;
		font-size: 1.25rem;
	}
}

/* movie */
.fancybox-slide--iframe .fancybox-content{
	max-width: 960px;
	max-height: 540px;
}
.fancybox-bg{ background: #fff;}
@media screen and (max-width: 640px) {
	.fancybox-slide--iframe .fancybox-content{ max-width: 92%;}
}

/* item_examples */
.item_examples{ padding: 60px 0 80px;}
.item_examples .examples_list{
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
	margin-top: 50px !important;
}
.item_examples .examples_list li{
	width: 340px;
	margin-right: 40px;
}
.item_examples .examples_list li:nth-child(3n),
.item_examples .examples_list li:last-child{ margin-right: 0;}
.item_examples .examples_list .examples_txt{ 
	font-size: 14px;
	line-height: 22px !important;
	margin-top: 10px !important;
}
@media screen and (max-width: 640px) {
	.item_examples{ padding: 4rem 0 3.5rem;}
	.item_examples .examples_list{
		display: block;
		margin-top: 2.2rem !important;
	}
	.item_examples .examples_list li{
		width: 100%;
		margin-right: 0;
	}
	.item_examples .examples_list li:nth-child(n + 2){ margin-top: 2rem;}
	.item_examples .examples_list .examples_txt{ 
		font-size: 1.1rem;
		line-height: 1.75rem !important;
		margin-top: 0.8rem !important;
	}
}

/* amazon_mainbtn */
.amazon_mainbtn{ padding-top: 40px;}
.amazon_mainbtn.bgwhite{
	background: #fff;
    padding-top: 60px;
}
.amazon_mainbtn .amazon_btnbox{ text-align: center;}
.amazon_mainbtn .amazon_btnbox .amazon_btn_tit{
	font-size: 18px;
	line-height: 31px;
	color: #e55d00;
	font-weight: 700;
	position: relative;
	letter-spacing: 1px;
	margin-top: 0 !important;
}
.amazon_mainbtn .amazon_btnbox .amazon_btn_tit::after{
	position: absolute;
	left: 0;
	bottom: -9px;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 0.5rem;
	height: 0.5rem;
	border-bottom: 3px solid #e55d00;
	border-right: 3px solid #e55d00;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.amazon_mainbtn .amazon_btnlink{
	width: 320px;
    height: 70px;
    background: #ffa41c;
    border-radius: 100px;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin: 20px auto 0;
    font-size: 22px;
    color: #fff !important;
	font-weight: bold;
}
@media screen and (max-width: 640px) {
	.amazon_mainbtn{ padding-top: 2rem;}
	.amazon_mainbtn.bgwhite{ padding-top: 2.5rem;}
	.amazon_mainbtn .amazon_btnbox .amazon_btn_tit{ font-size: 1.15rem;}
	.amazon_mainbtn .amazon_btnbox .amazon_btn_tit::after{
		bottom: -0.6rem;
		border-bottom: 2px solid #e55d00;
		border-right: 2px solid #e55d00;
	}
	.amazon_mainbtn .amazon_btnlink{
		width: 20rem;
        height: 5rem;
        margin: 1.25rem auto 0;
        font-size: 1.6rem;
	}
}

/* prev_btnmain */
.prev_btnmain{
    padding: 40px 0 120px;
	background: #fff;
}
.prev_btnmain .prev_btn{
	width: 200px;
    height: 54px;
    background: #0d82b2;
    border-radius: 100px;
    color: #fff !important;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    font-size: 16px;
    line-height: 31px;
    letter-spacing: 1px;
    font-weight: 700;
}
@media screen and (max-width: 640px) {
	.prev_btnmain{ padding: 2.5rem 0 5rem;}
	.prev_btnmain .prev_btn{
		width: 13.5rem;
		height: 4rem;
		font-size: 1.25rem;
	}
}
