@charset "UTF-8";

main {
	padding-top: 0;
}

a.app {
	background-color: #D65A52;
	box-sizing: border-box;
	border-radius: 12px;
	color: #ffffff;
	display: block;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 12px 20px;
	text-align: center;
}
/*.cv_btn a:hover {
	background-color: #FBC112;
}*/
@media screen and (max-width: 1040px) {
	a.app {
		border-radius: 10px;
		font-size: 1.7vw;
		letter-spacing: .1vw;
		padding: 1.2vw 2vw;
	}
}
@media screen and (max-width: 770px) {
	a.app {
		border-radius: 10px;
		font-size: 3.6vw;
		letter-spacing: .2vw;
		padding: 2vw 3vw;
	}
}

/** -- fv -- **/
.fv {
	background-color: #FAEFE6;
	margin-bottom: 40px;
	position: relative;
}
.fv .text {
	position: absolute;
	left: 40px;
	top: 40px;
	height: calc(100% - 80px);
}
.fv .text img {
	height: 100%;
	width: auto;
}
@media screen and (max-width: 1040px) {
	.fv {
		margin-bottom: 4vw;
	}
	.fv .text {
		left: 3vw;
		top: 3vw;
		height: calc(100% - 6vw);
	}
}
@media screen and (max-width: 770px) {
	.fv {
		margin-bottom: 4vw;
		padding-bottom: 8vw;
	}
	.fv .text {
		margin: 6vw 6vw 0;
		position: relative;
		left: auto;
		top: auto;
		width: auto;
	}
	.fv .text img {
		height: auto;
		width: 100%;
	}
}

/** -- cv_btn -- **/
.cv_btn {
	background-color: rgba(255, 255, 255, .8);
	box-sizing: border-box;
}
.cv_btn.fixed {
	padding: 10px 0;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}
.cv_btn a {
	background-color: #B8B8B8;
	box-sizing: border-box;
	border-radius: 12px;
	color: #ffffff;
	display: block;
	font-family: 'Noto Sans JP';
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 1px;
	margin: 0 auto;
	padding: 12px 0;
	text-align: center;
	width: 340px;
	max-width: initial;
}
.cv_btn a:hover {
	background-color: #FBC112;
}
@media screen and (max-width: 1040px) {
	.cv_btn {
		padding: 3vw 0;
	}
	.cv_btn a {
		font-size: 1.9vw;
		letter-spacing: .1vw;
		padding: 1.4vw 0;
		width: 40vw;
	}
}
@media screen and (max-width: 770px) {
	.cv_btn {
		padding: 4vw 0;
	}
	.cv_btn a {
		font-size: 4.2vw;
		letter-spacing: .2vw;
		line-height: 1.2;
		margin: 0 auto;
		padding: 5vw 0;
		width: 70vw;
	}
}

/** -- trouble -- **/
.trouble {
	background: url("/wp/wp-content/themes/oem_cfs/lp/img/lp_bg_2.jpg") no-repeat 0 100% / 100%;
	padding: 70px 0 80px;
}
.trouble h2 {
	font-size: 36px;
	margin-bottom: 40px;
	position: relative;
}
.trouble h2::after {
	background-color: #FEA600;
	content: '';
	display: block;
	position: absolute;
	left: 40px;
	top: 28px;
	height: 3px;
	width: calc(100% - 80px);
	z-index: -1;
}
.trouble h2 span {
	background-color: #ffffff;
	display: table;
	margin: 0 auto;
	padding: 0 20px;
}
.trouble .box {
	align-items: center;
}
.trouble .box + .box {
	margin-top: -20px;
}
.trouble .box.right_image {
	flex-direction: row-reverse;
}
.trouble .box figure {
	margin-right: 30px;
	height: 310px;
	width: 310px;
}
.trouble .box.right_image figure {
	margin-left: 30px;
	margin-right: 0;
}
.trouble .box h3 {
	font-size: 35px;
	line-height: 1.4;
}
.trouble .box p {
	font-size: 20px;
	font-weight: bold;
}
@media screen and (max-width: 1040px) {
	.trouble {
		padding: 7vw 0 8vw;
	}
	.trouble h2 {
		font-size: 3.5vw;
		margin-bottom: 4vw;
	}
	.trouble h2::after {
		left: 4vw;
		top: 2.8vw;
		height: 3px;
		width: calc(100% - 8vw);
	}
	.trouble h2 span {
		padding: 0 2vw;
	}
	.trouble .box + .box {
		margin-top: -2vw;
	}
	.trouble .box figure {
		margin-right: 3vw;
		height: 31vw;
		width: 31vw;
	}
	.trouble .box.right_image figure {
		margin-left: 3vw;
	}
	.trouble .box h3 {
		font-size: 3.4vw;
	}
	.trouble .box p {
		font-size: 1.9vw;
	}
}
@media screen and (max-width: 770px) {
	.trouble {
		background-size: 200vw;
		padding: 8vw 0 20vw;
	}
	.trouble h2 {
		font-size: 5vw;
		margin-bottom: 8vw;
	}
	.trouble h2::after {
		left: 0;
		top: 3.5vw;
		height: 3px;
		width: 100%;
	}
	.trouble h2 span {
		padding: 0 2vw;
	}
	.trouble .box + .box {
		margin-top: 8vw;
	}
	.trouble .box figure {
		margin-right: 4vw;
		height: 35vw;
		width: 35vw;
	}
	.trouble .box.right_image figure {
		margin-left: 4vw;
	}
	.trouble .box .text {
		width: calc(100% - 39vw);
	}
	.trouble .box h3 {
		font-size: 4.2vw;
	}
	.trouble .box p {
		font-size: 3.2vw;
		margin-bottom: 2vw;
	}
}

/** -- health -- **/
.health {
	background-color: #F8EAEA;
	padding: 60px 0 50px;
}
.health h2 {
	font-size: 36px;
	margin-bottom: 30px;
	text-align: center;
}
.health h2 em {
	color: #D65A52;
	font-size: 48px;
}
.health .inner {
	position: relative;
}
.health figure {
	width: calc(50% + 10px);
}
.health .text_box {
	background-color: #ffffff;
	box-sizing: border-box;
	padding: 40px 30px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%);
	width: 50%;
}
.health li {
	background: url("/wp/wp-content/themes/oem_cfs/lp/img/icon_check.png") no-repeat 0 50%;
	background-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 15px;
	padding-left: 40px;
}
.health li:last-child {
	margin-bottom: 0;
}
.health li span {
	font-size: 22px;
}
.health li big {
	font-size: 28px;
}
.health li b {
	font-size: 26px;
}
.health li em {
	font-size: 30px;
}
.health li em.red {
	color: #D65A52;
}
.health li em.orange {
	color: #FEA600;
}
@media screen and (max-width: 1040px) {
	.health {
		padding: 6vw 0 5vw;
	}
	.health h2 {
		font-size: 3.5vw;
		margin-bottom: 3vw;
	}
	.health h2 em {
		font-size: 4.7vw;
	}
	.health figure {
		width: calc(50% + 1vw);
	}
	.health .text_box {
		padding: 4vw 3vw;
	}
	.health li {
		background-size: 2.4vw;
		margin-bottom: 1.5vw;
		padding-left: 4vw;
	}
	.health li span {
		font-size: 2.1vw;
	}
	.health li big {
		font-size: 2.7vw;
	}
	.health li b {
		font-size: 2.4vw;
	}
	.health li em {
		font-size: 2.9vw;
	}
}
@media screen and (max-width: 770px) {
	.health {
		padding: 10vw 0;
	}
	.health h2 {
		font-size: 4.8vw;
		margin-bottom: 7vw;
	}
	.health h2 em {
		font-size: 6.2vw;
	}
	.health figure {
		width: calc(100% - 5vw);
	}
	.health .text_box {
		margin-left: 5vw;
		margin-top: -5vw;
		padding: 6vw;
		position: static;
		transform: translate(0,0);
		width: calc(100% - 5vw);
	}
	.health li {
		background-size: 6vw;
		margin-bottom: 3vw;
		padding-left: 8vw;
	}
	.health li span {
		font-size: 3.8vw;
	}
	.health li big {
		font-size: 4.8vw;
	}
	.health li b {
		font-size: 4.6vw;
	}
	.health li em {
		font-size: 5.4vw;
	}
}

/** -- variation -- **/
.variation {
	background: url("/wp/wp-content/themes/oem_cfs/lp/img/lp_bg_1.jpg") repeat-y 0 0 / 100%;
	padding: 60px 0 40px;
}
.variation h2 {
	font-size: 36px;
	margin-bottom: 50px;
	text-align: center;
}
.variation h2 span {
	color: #D65A52;
}
/** list **/
.variation .list {
	margin: 0 -20px;
}
.variation article {
	background-color: #ffffff;
	box-sizing: border-box;
	margin: 0 20px 40px;
	padding: 0 30px 25px;
	width: calc(50% - 40px);
}
.variation article figure {
	margin: 0 -30px;
	margin-bottom: 20px;
}
.variation article figure img {
	width: 100%;
}
.variation article h3 {
	font-size: 24px;
	margin-bottom: 10px;
	padding-left: 80px;
	padding-top: 5px;
	position: relative;
}
.variation article h3.ten {
	padding-left: 100px;
}
.variation article h3 span.no {
	color: #B8B8B8;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 48px;
	font-weight: 700;
	letter-spacing: -3px;
	line-height: 1.0;
	position: absolute;
	left: -5px;
	top: 0;
}
.variation article h3 span.no em {
	font-style: italic;
}
.variation article .icon {
	margin-bottom: 10px;
}
.variation article .icon p {
	border-radius: 30px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-right: 8px;
	padding: 3px 10px;
}
.variation article .icon p.red {
	background-color: #D65A52;
}
.variation article .icon p.orange {
	background-color: #FEA600;
}
.variation article .exp {
	color: #525252;
	font-size: 13px;
}
.variation .attention {
	color: #666666;
	font-size: 13px;
	text-align: center;
}
@media screen and (max-width: 1040px) {
	.variation {
		padding: 6vw 0 4vw;
	}
	.variation h2 {
		font-size: 3.5vw;
		margin-bottom: 5vw;
	}
	/** list **/
	.variation .list {
		margin: 0 -2vw;
	}
	.variation article {
		margin: 0 2vw 4vw;
		padding: 0 3vw 2.5vw;
		width: calc(50% - 4vw);
	}
	.variation article figure {
		margin: 0 -3vw;
		margin-bottom: 2vw;
	}
	.variation article h3 {
		font-size: 2.3vw;
		margin-bottom: 1vw;
		padding-left: 8vw;
		padding-top: .5vw;
	}
	.variation article h3.ten {
		padding-left: 10vw;
	}
	.variation article h3 span.no {
		font-size: 4.7vw;
		letter-spacing: -.3vw;
		left: -.5vw;
	}
	.variation article .icon {
		margin-bottom: 1vw;
	}
	.variation article .icon p {
		border-radius: 3vw;
		font-size: 1.3vw;
		margin-right: .8vw;
		padding: .3vw 1vw;
	}
	.variation article .exp {
		font-size: 1.3vw;
	}
	.variation .attention {
		font-size: 1.3vw;
	}
}
@media screen and (max-width: 770px) {
	.variation {
		padding: 10vw 0 6vw;
	}
	.variation h2 {
		font-size: 5vw;
		margin-bottom: 7vw;
	}
	/** list **/
	.variation .list {
		margin: 0 -2vw;
	}
	.variation article {
		margin: 0 2vw 4vw;
		padding: 0 2vw 2.5vw;
		width: calc(50% - 4vw);
	}
	.variation article figure {
		margin: 0 -2vw;
		margin-bottom: 3vw;
	}
	.variation article h3 {
		font-size: 3.4vw;
		margin-bottom: 2vw;
		padding-left: 8vw;
		padding-top: 0;
	}
	.variation article h3.ten {
		padding-left: 10vw;
	}
	.variation article h3 span.no {
		font-size: 4.7vw;
		letter-spacing: -.3vw;
		left: -.5vw;
	}
	.variation article .icon {
		margin-bottom: 2vw;
	}
	.variation article .icon p {
		border-radius: 3vw;
		font-size: 3vw;
		margin-right: .8vw;
		padding: .5vw 2vw;
	}
	.variation article .exp {
		font-size: 2.8vw;
	}
	.variation .attention {
		font-size: 3.2vw;
	}
}

/** -- forte -- **/
.forte {
	margin-bottom: 100px;
}
.forte h2 {
	background: radial-gradient(
		circle 200px at center,
		#FBC112 0%,
		#FDAE06 100%
	);
	color: #ffffff;
	font-size: 36px;
	margin-bottom: 60px;
	padding: 8px 0;
	text-align: center;
}
.forte h2 span {
	border-bottom: solid 1px #ffffff;
	border-top: solid 1px #ffffff;
	display: block;
	margin: 0 10px;
	padding: 10px 0;
}
.forte article {
	justify-content: space-between;
	margin-bottom: 60px;
}
.forte article.right_image {
	flex-direction: row-reverse;
}
.forte article figure {
	width: 540px;
}
.forte article .text_box {
	box-sizing: border-box;
	padding-left: 40px;
	width: calc(100% - 540px);
}
.forte article.right_image .text_box {
	padding-left: 0;
	padding-right: 40px;
}
.forte article h3 {
	align-items: center;
	border-bottom: solid 1px #222222;
	box-sizing: border-box;
	display: flex;
	font-size: 28px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding-left: 100px;
	position: relative;
	min-height: 105px;
}
.forte article .no {
	background-color: #FBC112;
	border: solid 1px #FEA600;
	border-radius: 50%;
	box-sizing: border-box;
	font-family: 'Noto Sans JP';
	font-size: 34px;
	line-height: 1.2;
	padding-top: 18px;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	height: 85px;
	width: 85px;
}
.forte article .no span {
	display: block;
	font-size: 14px;
}
.forte article p.exp {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 2.0;
	margin: 0 30px;
}
@media screen and (max-width: 1040px) {
	.forte {
		margin-bottom: 10vw;
	}
	.forte h2 {
		background: radial-gradient(
			circle 20vw at center,
			#FBC112 0%,
			#FDAE06 100%
		);
		font-size: 3.5vw;
		margin-bottom: 6vw;
		padding: .8vw 0;
	}
	.forte h2 span {
		margin: 0 1vw;
		padding: 1vw 0;
	}
	.forte article {
		margin-bottom: 6vw;
	}
	.forte article figure {
		width: 48vw;
	}
	.forte article .text_box {
		padding-left: 4vw;
		width: calc(100% - 48vw);
	}
	.forte article.right_image .text_box {
		padding-left: 0;
		padding-right: 4vw;
	}
	.forte article h3 {
		font-size: 2.6vw;
		margin-bottom: 2vw;
		padding-bottom: 2vw;
		padding-left: 10vw;
		min-height: 10.5vw;
	}
	.forte article .no {
		font-size: 3.2vw;
		padding-top: 1.8vw;
		height: 8.5vw;
		width: 8.5vw;
	}
	.forte article .no span {
		font-size: 1.3vw;
	}
	.forte article p.exp {
		font-size: 1.9vw;
		letter-spacing: .1vw;
		margin: 0 2vw;
	}
}
@media screen and (max-width: 770px) {
	.forte {
		margin-bottom: 10vw;
	}
	.forte h2 {
		background: radial-gradient(
			circle 20vw at center,
			#FBC112 0%,
			#FDAE06 100%
		);
		font-size: 5.2vw;
		margin-bottom: 6vw;
		padding: 2vw 0;
	}
	.forte h2 span {
		margin: 0 4vw;
		padding: 2.4vw 0;
	}
	.forte article {
		margin-bottom: 8vw;
	}
	.forte article figure {
		margin-bottom: 5vw;
		width: 100%;
	}
	.forte article .text_box {
		padding-left: 0;
		width: 100%;
	}
	.forte article.right_image .text_box {
		padding-left: 0;
		padding-right: 4vw;
	}
	.forte article h3 {
		font-size: 5vw;
		margin-bottom: 4vw;
		padding-bottom: 2vw;
		padding-left: 18vw;
		min-height: 17vw;
	}
	.forte article .no {
		font-size: 5vw;
		padding-top: 3.5vw;
		height: 14vw;
		width: 14vw;
	}
	.forte article .no span {
		font-size: 2.8vw;
	}
	.forte article p.exp {
		font-size: 3.8vw;
		letter-spacing: .1vw;
		margin: 0;
	}
}

/** -- faq -- **/
.faq {
	margin-bottom: 30px;
}
.faq .sec_inner {
	max-width: 800px;
}
.faq h2 {
	font-size: 32px;
	margin-bottom: 40px;
	position: relative;
}
.faq h2::after {
	background-color: #FEA600;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 24px;
	height: 3px;
	width: 100%;
	z-index: -1;
}
.faq h2 span {
	background-color: #ffffff;
	display: table;
	margin: 0 auto;
	padding: 0 60px;
}
.faq .box {
	background-color: #F9F8EC;
	border-radius: 5px;
	margin-bottom: 25px;
	padding: 20px;
}
.faq .box h3 {
	cursor: pointer;
	font-size: 16px;
	font-weight: normal;
	padding-left: 60px;
	padding-top: 4px;
	position: relative;
}
.faq .box p {
	border-top: solid 1px #E6E5DA;
	display: none;
	margin-top: 20px;
	padding-left: 60px;
	padding-top: 24px;
	position: relative;
}
.faq .box h3::before,
.faq .box p::before {
	background-color: #ffffff;
	border-radius: 50%;
	display: block;
	font-weight: bold;
	line-height: 30px;
	position: absolute;
	left: 0;
	text-align: center;
	width: 30px;
}
.faq .box h3::before {
	color: #D65A52;
	content: 'Q';
	top: 0;
}
.faq .box p::before {
	color: #FEA600;
	content: 'A';
	top: 20px;
}
.faq .box h3::after {
	color: #D65A52;
	content: '+';
	display: block;
	font-family: 'Supermercado One', cursive;
	font-size: 45px;
	font-weight: bold;
	line-height: 1.0;
	position: absolute;
	right: 0;
	top: -8px;
}
.faq .box h3.open::after {
	content: '-';
}
.faq a.btn {
	background-color: #B8B8B8;
	box-sizing: border-box;
	border-radius: 20px;
	color: #ffffff;
	display: block;
	font-family: 'Noto Sans JP';
	font-size: 28px;
	font-weight: 500;
	letter-spacing: 1px;
	margin: 80px auto 0;
	padding: 20px 0;
	text-align: center;
	width: 640px;
}
/*.faq a.btn:hover {
	background-color: #FBC112;
}*/
@media screen and (max-width: 1040px) {
	.faq {
		margin-bottom: 3vw;
	}
	.faq .sec_inner {
		margin: 0 auto;
	}
	.faq h2 {
		font-size: 3.1vw;
		margin-bottom: 4vw;
	}
	.faq h2::after {
		top: 2.4vw;
		height: 3px;
	}
	.faq h2 span {
		padding: 0 6vw;
	}
	.faq .box {
		border-radius: 5px;
		margin-bottom: 2.5vw;
		padding: 2vw;
	}
	.faq .box h3 {
		font-size: 1.5vw;
		padding-left: 6vw;
		padding-top: .4vw;
	}
	.faq .box p {
		margin-top: 2vw;
		padding-left: 6vw;
		padding-top: 2.4vw;
	}
	.faq .box h3::before,
	.faq .box p::before {
		line-height: 3vw;
		width: 3vw;
	}
	.faq .box p::before {
		top: 2vw;
	}
	.faq .box h3::after {
		font-size: 4.3vw;
		top: -.8vw;
	}
	.faq a.btn {
		border-radius: 2vw;
		font-size: 2.7vw;
		letter-spacing: .1vw;
		margin: 8vw auto 0;
		padding: 2vw 0;
		width: 64vw;
	}
}
@media screen and (max-width: 770px) {
	.faq {
		margin-bottom: 3vw;
	}
	.faq .sec_inner {
		margin: 0 4vw;
	}
	.faq h2 {
		font-size: 5.2vw;
		margin-bottom: 6vw;
	}
	.faq h2::after {
		top: 4vw;
		height: 3px;
	}
	.faq h2 span {
		padding: 0 4vw;
	}
	.faq .box {
		border-radius: 5px;
		margin-bottom: 4vw;
		padding: 4vw;
	}
	.faq .box h3 {
		font-size: 3.6vw;
		padding-left: 10vw;
		padding-right: 4vw;
		padding-top: 1vw;
	}
	.faq .box p {
		margin-top: 4vw;
		padding-left: 12vw;
		padding-top: 5vw;
	}
	.faq .box h3::before,
	.faq .box p::before {
		line-height: 7vw;
		width: 7vw;
	}
	.faq .box p::before {
		top: 4.6vw;
	}
	.faq .box h3::after {
		font-size: 8vw;
		top: -.8vw;
	}
	.faq a.btn {
		border-radius: 3vw;
		font-size: 4.6vw;
		letter-spacing: .2vw;
		margin: 8vw auto 0;
		padding: 3.5vw 0;
		width: 100%;
	}
}