@charset "utf-8";

/***************************************************************************
Media Queries
****************************************************************************/

@media print, screen and (max-width: 1000px) {
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 480px) {
}

/***************************************************************************
section
****************************************************************************/

.section {
	margin-bottom: 90px;
}

@media only screen and (max-width: 767px) {
.section {
	margin-bottom: 10.2vw;
}
}

/***************************************************************************
product_img
****************************************************************************/

#product_img img {
	box-shadow: 0px 0px 8px 5px rgba(0,0,0,0.1);
}

/***************************************************************************
product_concept
****************************************************************************/

#product_concept .top_exp {
	text-align: center;
	margin-bottom: 40px;
}
#product_concept .top_exp .ttl {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 30px;
}
#product_concept .top_exp .txt {
	line-height: 2;
	margin-bottom: 40px;
}

#product_concept .middle_exp {
	background-color: #FFFFFF;
	border-radius: 20px;
	padding: 50px 145px 50px 145px;
	margin-bottom: 30px;
}
#product_concept .middle_exp .exp_img {
	margin-top: -35px;
}

@media print, screen and (max-width: 1000px) {
#product_concept .middle_exp {
	padding: 5vw 12vw 5vw 12vw;
}
#product_concept .middle_exp .exp_img {
	margin-top: -3.5vw;
}
}

@media only screen and (max-width: 767px) {
#product_concept .top_exp {
	margin-bottom: 8.2vw;
}
#product_concept .top_exp .ttl {
	font-size: 5.7vw;
	margin-bottom: 6.1vw;
}
#product_concept .top_exp .txt {
	margin-bottom: 8.2vw;
}
#product_concept .top_exp .icon {
	width: 80%;
	margin: 0px auto 0px auto;
}
#product_concept .middle_exp {
	border-radius: 3vw;
	padding: 5vw;
	margin-bottom: 6.1vw;
}
#product_concept .middle_exp .exp_img {
	margin-top: -2vw;
}
}

/***************************************************************************
product_detail_img
****************************************************************************/

#product_detail_img ul {
	margin-top: 60px;
	text-align: center;
}
#product_detail_img ul:nth-child(1) {
	margin-top: 0px;
}
#product_detail_img .ttl {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
}
#product_detail_img .txt {
	margin-bottom: 25px;
}
#product_detail_img ul.renov {
	background-color: #f2f8ff;
	border: 2px #003B80 dashed;
	padding: 50px;
}
#product_detail_img ul.renov .ttl {
	color: #003B80;
}
#product_detail_img ul.renov .txt {
	font-size: 16px;
}

@media only screen and (max-width: 767px) {
#product_detail_img ul {
	margin-top: 12.3vw;
}
#product_detail_img .ttl {
	font-size: 4.9vw;
	margin-bottom: 2.0vw;
}
#product_detail_img .txt {
	margin-bottom: 5.1vw;
}
	#product_detail_img ul.renov {
	padding: 5%;
}
	#product_detail_img ul.renov li {
	text-align: left;
}

}

/***************************************************************************
related_links
****************************************************************************/

#related_links {
	background-color: #FFFFFF;
	border-radius: 20px;
	padding: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#related_links .ttl h3 {
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 10px;
}
#related_links .txt {
	margin-bottom: 25px;
}
#related_links .btn_wrap {
	display: flex;
	justify-content: center;
}
#related_links .btn_wrap .btn {
	margin-left: 25px;
	width: 300px;
}
#related_links .btn_wrap .btn:nth-child(1) {
	margin-left: 0px;
}

@media only screen and (max-width: 767px) {
#related_links {
	border-radius: 3vw;
	padding: 5vw;
}
#related_links .ttl h3 {
	font-size: 5.7vw;
	margin-bottom: 2.0vw;
}
#related_links .txt {
	margin-bottom: 5.1vw;
}
#related_links .btn_wrap {
	display: block;
	width: 100%;
}
#related_links .btn_wrap .btn {
	margin-left: 0;
	max-width: 100%;
	width: 100%;
	margin-top: 4.1vw;
}
#related_links .btn_wrap .btn:nth-child(1) {
	margin-top: 0px;
}
}