@charset "UTF-8";
@import "common.sp.css";

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual {
	padding: 2% 2% 1.8%;
	background: #4472c4;
	font-size: 0;
    text-align: left;
    line-height: 1.2;
    border-bottom: solid 10px #4472c4;
    margin-bottom: 20px;
}

#visual .article {
	width: 100%;
}

#visual h1 {
	vertical-align: middle;
	width: 100%;
    text-align: center;
    margin: 10px 0;
}

#visual h1 img{
    width: 100%;
}

#visual p {
	vertical-align: middle;
	text-align: left;
	font-weight: bold;
	font-size: 23px;
	line-height: 1.4;
	color: #fff;
    font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic", "Osaka",sans-serif;
}

@media only screen and (max-width: 640px) {
	#visual p {
		font-size: 21px;
        margin-left: 4px;
	}
}

/* ---------------------------------------------------------
	CSS Document check
--------------------------------------------------------- */

#check p {
	margin-bottom: 25px;
}

#check ul li {
	height: 80px;
	margin: 30px auto;
	border-radius: 8px;
	background: linear-gradient(to bottom, #e78801 0%, #e74d01 100%);
	text-align: center;
	font-weight: 500;
	font-size: 7vw;
	line-height: 80px;
	color: #fff;
}

#check ul li:after {
	display: inline-block;
	vertical-align: -9px;
	content: '';
	width: 0;
	height: 0;
	margin-left: 4px;
	border: solid 10px transparent;
	border-top: solid 16px #fff;
}

#check .check_body {
	display: none;
}

#check h2 {
	margin-bottom: 25px;
	text-align: center;
	font-weight: 500;
	font-size: 7.5vw;
	line-height: 1;
}

#check ol {
	margin-bottom: 25px;
	padding: 15px 20px;
	background: #faf3a8;
}

#check ol li {
	margin: 10px 0;
	padding-left: 40px;
	line-height: 1.4;
	position: relative;
}

#check ol li .orange {
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 1.3;
	position: absolute;
	top: 0;
	left: -5px;
}

#check dl {
	box-shadow: 0 0 0 1px #1ba29e inset;
}

#check dt {
	padding: 10px 15px 12px 60px;
	background: #1ba29e;
	font-size: 18px;
	line-height: 1.3;
	color: #fff;
	position: relative;
}

#check dt span {
	width: 44px;
	text-align: center;
	font-size: 22px;
	line-height: 1;
	color: #ffea00;
	transform: translateY(-50%);
	position: absolute;
	top: 45%;
	left: 10px;
}

#check dd {
	padding: 15px 15px 25px;
}

/* ---------------------------------------------------------
	CSS Document prevention
--------------------------------------------------------- */

#prevention {
	margin-bottom: 40px;
}

#prevention .waku_blue {
	margin-top: -5px;
	text-align: center;
}

#prevention .waku_blue img {
	margin-bottom: 15px;
}

#prevention p {
	margin-top: 20px;
}

#prevention p .red {
	font-weight: 500;
	font-size: 20px;
}

/* ---------------------------------------------------------
	CSS Document symptom
--------------------------------------------------------- */

#symptom {
	margin-bottom: 20px;
}

#symptom .h3 {
	margin-bottom: 20px;
}

#symptom h3 {
	margin-bottom: 20px;
	padding: 10px;
	background: #14756e;
	text-align: center;
	font-weight: normal;
	font-size: 5vw;
	line-height: 1.3;
	color: #fff;
}

#symptom figure {
	margin-bottom: 40px;
}

#symptom p .red {
	font-weight: 500;
	font-size: 20px;
}

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about .h3 {
	margin-bottom: 20px;
}

#about table {
	width: 100%;
}

#about th {
	padding: 15px 10px;
	border: solid 1px #d7d6d5;
	background: #ebf1da;
	text-align: left;
	font-weight: normal;
}

#about td {
	padding: 15px 10px;
	border: solid 1px #d7d6d5;
	text-align: left;
}

/* ---------------------------------------------------------
	CSS Document initial
--------------------------------------------------------- */

#initial p {
	margin-bottom: 25px;
}

#initial p .red {
	font-weight: 500;
	font-size: 20px;
}

#initial .section {
	margin-top: 20px;
	padding: 20px;
	border-radius: 10px;
	background: #faf6ec;
}

#initial .h3 {
	margin-bottom: 30px;
	border-left-color: #96b43a;
}

#initial .operation .h3 {
	margin-bottom: 0;
}

#initial figure {
	margin-bottom: 15px;
	position: relative;
}

#initial figure:not(:last-of-type) {
	margin-bottom: 30px;
}

#initial figure:before {
	display: block;
	content: '';
	padding-top: 66.66666666666667%;
}

#initial .initial_05 figure:before {
	padding-top: 44.87734487734488%;
}

#initial figure img {
	position: absolute;
	top: 0;
	left: 0;
}

#initial figcaption {
	margin-top: 15px;
}

/* ---------------------------------------------------------
	CSS Document lens
--------------------------------------------------------- */

#lens .h3 {
	margin-bottom: 20px;
}

#lens .lens_01 {
	margin-bottom: 45px;
}

#lens .lens_01 p {
	margin-bottom: 35px;
}

#lens .lens_01 h3 {
	height: 50px;
	margin-bottom: 15px;
	border-radius: 3px;
	background: #e3edd5;
	text-align: center;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 6vw;
	line-height: 50px;
}

#lens table {
	width: 100%;
	margin-bottom: 50px;
}

#lens th {
	padding: 10px;
	border: solid 1px #d7d6d5;
	background: #f3f3f2;
	text-align: center;
	font-weight: normal;
	line-height: 1.3;
}

#lens tr:first-of-type th {
	background: #ebf1da;
}

#lens td {
	padding: 10px;
	border: solid 1px #d7d6d5;
	text-align: left;
	line-height: 1.3;
}

#lens .lens_03 p {
	margin-top: 25px;
}

/* ---------------------------------------------------------
	CSS Document cause
--------------------------------------------------------- */

#cause .section h3 {
	margin-bottom: 15px;
	padding: 5px 0;
	background: #96b43a;
	text-align: center;
	font-weight: 500;
	font-size: 5vw;
	color: #fff;
}

#cause .h3 {
	margin-bottom: 25px;
}

#cause p {
	margin-bottom: 25px;
}

#cause table {
	width: 100%;
}

#cause th {
	width: 33.3%;
	padding: 10px;
	border: solid 1px #d7d6d5;
	background: #f3f3f2;
	text-align: center;
	font-weight: normal;
	line-height: 1.3;
}

#cause tr:first-of-type th {
	background: #ebf1da;
}

#cause td {
	padding: 10px;
	border: solid 1px #d7d6d5;
	text-align: left;
	line-height: 1.3;
}

/* ---------------------------------------------------------
	CSS Document worse
--------------------------------------------------------- */

#worse p {
	margin-bottom: 25px;
}

#worse .section {
	margin-bottom: 20px;
	padding: 20px;
	border-radius: 10px;
	background: #faf6ec;
}

#worse .h3 {
	margin-bottom: 20px;
}

#worse  .section .h3 {
	border-left-color: #96b43a;
}

#worse  .section p,
#worse  .waku_blue p {
	margin-bottom: 0;
}

#worse  .waku_blue {
	margin-top: 30px;
}

#worse figure {
	margin-bottom: 15px;
	position: relative;
}

#worse figure:before {
	display: block;
	content: '';
	padding-top: 66.66666666666667%;
}

#worse figure img {
	position: absolute;
	top: 0;
	left: 0;
}

/* ---------------------------------------------------------
	CSS Document proceed
--------------------------------------------------------- */

#proceed p:not(:last-of-type) {
	margin-bottom: 25px;
}

#proceed  .waku_blue {
	margin-top: 25px;
}

#proceed .h3 {
	margin-bottom: 20px;
}

#proceed figure:not(:last-of-type) {
	margin-bottom: 25px;
}

#proceed figure {
	position: relative;
}

#proceed figure:before {
	display: block;
	content: '';
	padding-top: 66.76300578034682%;
}

#proceed figure img {
	position: absolute;
	top: 0;
	left: 0;
}

#proceed p .red {
	font-weight: 500;
	font-size: 20px;
}

#proceed .matome p {
	margin-bottom: 20px;
}

/* ---------------------------------------------------------
	CSS Document age
--------------------------------------------------------- */

#age p {
	margin-bottom: 25px;
}

#age figure {
	margin-bottom: 20px;
}

#age .em {
	font-size: 14px;
	line-height: 1.8;
	color: #666;
}

#age h3 {
	margin-top: 40px;
	margin-bottom: 20px;
	padding: 10px;
	background: #96b43a;
	text-align: center;
	font-weight: 500;
	font-size: 5vw;
	line-height: 1.1;
	color: #fff;
}

#age figure {
	position: relative;
}

#age figure:before {
	display: block;
	content: '';
	padding-top: 59.85727029438002%;
}

#age figure img {
	position: absolute;
	top: 0;
	left: 0;
}

#age .em {
	font-size: 14px;
	line-height: 1.8;
	color: #666;
}

/* ---------------------------------------------------------
	CSS Document lutein
--------------------------------------------------------- */

#lutein .h2 {
	margin-bottom: 30px;
}

#lutein p {
	margin-bottom: 35px;
}

#lutein h3 {
	height: 50px;
	margin-bottom: 15px;
	border-radius: 5px;
	background: #e3edd5;
	text-align: center;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 5vw;
	line-height: 48px;
}

/* ---------------------------------------------------------
	CSS Document component
--------------------------------------------------------- */

#component h3 {
	margin-bottom: 20px;
	padding: 10px;
	background: #ebeaea;
	text-align: center;
	font-weight: normal;
	font-size: 4.5vw;
	line-height: 1.3;
}

#component .pic {
	margin-bottom: 20px;
	padding: 20px;
	background: #faf3a8;
}

#component figure {
	margin-bottom: 30px;
	position: relative;
}

#component figure:before {
	display: block;
	content: '';
	padding-top: 60%;
}

#component .graph_01:before {
	padding-top: 55.48523206751055%;
}

#component .graph_02:before {
	padding-top: 82.74044795783926%;
}

#component .graph_03:before {
	padding-top: 69.96996996996997%;
}

#component .graph_04:before {
	padding-top: 41.63362410785091%;
}

#component .graph_05:before {
	padding-top: 80.16453382084095%;
}

#component figure img {
	position: absolute;
	top: 0;
	left: 0;
}

#component figcaption {
	margin-top: 15px;
}

#component .em {
	font-size: 14px;
	color: #666;
}

/* ---------------------------------------------------------
	CSS Document last
--------------------------------------------------------- */

#last .matome p:first-of-type {
	margin-bottom: 25px;
	line-height: 1.4;
}

#last .last_01 {
	margin-top: 40px;
}

#last figure {
	position: relative;
}

#last figure:before {
	display: block;
	content: '';
	padding-top: 67%;
}

#last figure img {
	position: absolute;
	top: 0;
	left: 0;
}

#last figcaption {
	margin-top: 10px;
	font-size: 5vw;
}

#last figure:last-of-type {
	margin-top: 80px;
}

#last figure:last-of-type:after {
	content: '';
	width: 0;
	height: 0;
	border: solid 130px transparent;
	border-top: solid 50px #ec7aac;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	top: -60px;
	z-index: 1;
}
