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

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

#visual {
	height: 130px;
	margin-bottom: 40px;
	padding: 0 30px 0 24px;
	background: #4472c4;
	font-size: 0;
}

#visual .article {
	display: table;
	width: 100%;
	height: 130px;
}

#visual h1 {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
    width: 400px;
}

#visual p {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	font-weight: bold;
	font-size: 26px;
	line-height: 1.3;
	color: #fff;
    padding-top: 40px;
}

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

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

#check ul li {
	width: 410px;
	height: 100px;
	margin: 35px auto;
	border-radius: 8px;
	background: linear-gradient(to bottom, #e78801 0%, #e74d01 100%);
	text-align: center;
	font-weight: 500;
	font-size: 36px;
	line-height: 100px;
	color: #fff;
	cursor: pointer;
	transition: .4s;
}

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

#check ul li:hover {
	opacity: 0.6;
}

#check .check_body {
	display: none;
}

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

#check ol {
	margin-bottom: 30px;
	padding: 30px 0 30px 30px;
	background: #faf3a8;
	line-height: 2;
}

#check ol li .orange {
	display: inline-block;
	vertical-align: top;
	width: 50px;
	font-size: 20px;
	line-height: 1.7;
	letter-spacing: 1px;
}

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

#check dt {
	height: 52px;
	padding: 0 15px;
	background: #1ba29e;
	font-size: 18px;
	line-height: 50px;
	color: #fff;
}

#check dt span {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	font-size: 26px;
	line-height: 48px;
	color: #ffea00;
}

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

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

#prevention {
	margin-bottom: 40px;
}

#prevention h2 {
	margin-bottom: 30px;
}

#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: 30px;
}

#symptom h3 {
	height: 42px;
	margin-bottom: 20px;
	background: #14756e;
	text-align: center;
	font-weight: normal;
	font-size: 22px;
	line-height: 42px;
	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;
	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: 30px;
	border-radius: 10px;
	background: #faf6ec;
	position: relative;
}

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

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

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

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

#initial .initial_05 figure,
#initial .operation figure {
	margin-bottom: 0;
}

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

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

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

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

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

#lens .lens_01 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: 26px;
	line-height: 48px;
}

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

#lens th {
	padding: 15px 10px;
	border: solid 1px #d7d6d5;
	background: #f3f3f2;
	text-align: center;
	font-weight: normal;
	white-space: nowrap;
}

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

#lens .w60 {
	width: 60px;
}

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

#lens .w244 {
	width: 244px;
}

#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: 22px;
	color: #fff;
}

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

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

#cause table {
	width: 100%;
}

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

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

#cause tr:first-of-type th:last-of-type {
	width: 40%;
}

#cause td {
	padding: 10px 15px;
	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: 30px;
	border-radius: 10px;
	background: #faf6ec;
}

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

#worse  .section .h3 {
	border-left-color: #96b43a;
	font-size: 28px;
}

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

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

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

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

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

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

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

#proceed figure {
	margin-bottom: 25px;
}

#proceed p .red {
	font-weight: 500;
	font-size: 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: 5px 0;
	background: #96b43a;
	text-align: center;
	font-weight: 500;
	font-size: 22px;
	color: #fff;
}

/* ---------------------------------------------------------
	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: 26px;
	line-height: 48px;
}

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

#component h2 {
	margin-bottom: 30px;
}

#component h3 {
	height: 34px;
	margin-bottom: 30px;
	background: #ebeaea;
	text-align: center;
	font-weight: normal;
	font-size: 20px;
	line-height: 34px;
}

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

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

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

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

#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: 50px;
}

#last figure {
	margin-top: 10px;
	text-align: center;
	font-size: 30px;
	position: relative;
	z-index: 0;
}

#last figcaption {
	margin-top: 10px;
}

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

#last figure:last-of-type:before {
	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;
}
