@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 h2 {
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 36px;
	line-height: 1;
}

#check h2 span {
	color: #ec7d34;
}

#check figure {
	height: 150px;
	margin-bottom: 30px;
}

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

#check .big {
	font-weight: 500;
	font-size: 22px;
}

/* ---------------------------------------------------------
	CSS Document type
--------------------------------------------------------- */

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

#type .section {
	margin-bottom: 20px;
	padding: 30px;
	background: #fdfbe5;
}

#type .section h3 {
	margin-bottom: 15px;
	font-weight: 500;
	font-size: 28px;
	line-height: 1;
	color: #ec7d34;
}

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

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

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

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

#initial img {
	height: 240px;
}

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

#initial .section {
	margin-top: 20px;
	padding: 30px;
	border-radius: 10px;
	background: #fdfbe5;
	position: relative;
}

#initial .section h3 {
	margin-bottom: 15px;
	padding: 5px 0 5px 15px;
	border-left: solid 8px #ec7d34;
	font-weight: normal;
	font-size: 28px;
	line-height: 1;
}

#initial .section h3 span {
	color: #ec7d34;
}

#initial .section h4 {
	margin-top: 20px;
	font-weight: normal;
	font-size: 20px;
}

#initial .last figcaption {
	margin-top: 100px;
	margin-bottom: 15px;
	text-align: center;
	font-weight: 500;
	font-size: 26px;
	line-height: 1;
	position: relative;
}

#initial .last figcaption:after {
	content: '';
	width: 0;
	height: 0;
	border: solid 150px transparent;
	border-top: solid 60px #ec7d34;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	top: -80px;
}

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

#about p {
	margin-bottom: 40px;
}

#about h3 {
	margin-bottom: 20px;
	text-align: center;
	font-weight: 500;
	font-size: 30px;
	line-height: 1;
}

#about h3 span {
	color: #9e8a44;
}

#about .table {
	display: table;
	width: 100%;
	margin-bottom: 40px;
}

#about dl {
	display: table-row;
}

#about dt {
	display: table-cell;
	vertical-align: middle;
	width: 235px;
	padding: 15px;
	background: #ece8da;
	border: solid 1px #d7d6d5;
	text-align: left;
	font-weight: normal;
}

#about dd {
	display: table-cell;
	vertical-align: middle;
	padding: 15px;
	border: solid 1px #d7d6d5;
	text-align: left;
}

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

#cause .section {
	padding: 30px 30px 1px;
	border: solid 5px #cec4a1;
}

#cause h3 {
	margin-bottom: 15px;
	padding: 9px 0 9px 15px;
	border-left: solid 8px #9e8a44;
	font-weight: 500;
	font-size: 22px;
	line-height: 1;
}

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

#cause figure img {
	height: 181px;
}

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

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

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

#worse .section {
	margin-top: 40px;
	padding: 30px;
	border: solid 5px #cec4a1;
}

#worse h3 {
	font-weight: normal;
	font-size: 20px;
}

#worse .section h3 {
	margin-bottom: 15px;
	padding: 9px 0 9px 15px;
	border-left: solid 8px #9e8a44;
	font-weight: 500;
	font-size: 22px;
	line-height: 1;
}

#worse .section p {
	margin-bottom: 30px;
}

#worse figure {
	height: 161px;
}

/* ---------------------------------------------------------
	CSS Document treatment
--------------------------------------------------------- */

#treatment h3 {
	font-weight: normal;
	font-size: 20px;
}

#treatment p {
	margin-bottom: 40px;
}

#treatment .section h3 {
	margin-bottom: 20px;
	text-align: center;
	font-weight: 500;
	font-size: 30px;
	line-height: 1;
}

#treatment .section h3 span {
	color: #9e8a44;
}

#treatment .table {
	display: table;
	width: 100%;
	margin-bottom: 40px;
}

#treatment dl {
	display: table-row;
}

#treatment dt {
	display: table-cell;
	vertical-align: middle;
	width: 180px;
	padding: 15px;
	background: #ece8da;
	border: solid 1px #d7d6d5;
	text-align: left;
	font-weight: normal;
}

#treatment dd {
	display: table-cell;
	vertical-align: middle;
	padding: 15px;
	border: solid 1px #d7d6d5;
	text-align: left;
}

/* ---------------------------------------------------------
	CSS Document self
--------------------------------------------------------- */

#self figure {
	margin-top: 20px;
}

#self img {
	height: 200px;
}

#self .section {
	margin-top: 20px;
	padding: 30px;
	border-radius: 10px;
	background: #fdfbe5;
	position: relative;
}

#self .section h3 {
	margin-bottom: 15px;
	font-weight: 500;
	font-size: 26px;
	line-height: 1;
	color: #ec7d34;
}

#self .article {
	margin-top: 30px;
	padding: 30px;
	border: solid 5px #cec4a1;
}

#self .article h3 {
	margin-bottom: 15px;
	padding: 9px 0 9px 15px;
	border-left: solid 8px #9e8a44;
	font-weight: 500;
	font-size: 22px;
	line-height: 1;
}

#self .article p:not(:last-of-type) {
	margin-bottom: 30px;
}

/* ---------------------------------------------------------
	CSS Document acupoint
--------------------------------------------------------- */

#acupoint {
	padding: 30px 20px;
	background: #7d5ea9;
	text-align: center;
	font-size: 18px;
	color: #fff;
}

#acupoint h2 {
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 32px;
	line-height: 1;
	color: #ffea00;
}

#acupoint .section {
	margin-top: 20px;
	padding: 30px;
	border-radius: 10px;
	background: #fff;
	text-align: left;
	font-size: 17px;
	color: #383838;
}

#acupoint h3 {
	margin-bottom: 20px;
	text-align: center;
	font-weight: normal;
	font-size: 30px;
	line-height: 1;
	color: #7d5ea9;
}

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

#acupoint img {
	height: 202px;
}

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

#proceed .matome ol {
	margin-bottom: 30px;
}

#proceed .matome li {
	margin-top: 30px;
}

#proceed .matome li span {
	text-decoration: underline;
	font-size: 26px;
}

#proceed .matome p:last-of-type {
	font-weight: 500;
	font-size: 26px;
	color: #fff100;
}

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

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

#age h3 {
	height: 66px;
	background: #7d5ea9;
	text-align: center;
	font-weight: 500;
	font-size: 32px;
	line-height: 64px;
	color: #ffea00;
}

#age ul {
	margin-bottom: 20px;
	border: solid 5px #beaed4;
	text-align: center;
	font-size: 22px;
}

#age li {
	padding: 20px;
}

#age li:not(:last-of-type) {
	border-bottom: solid 5px #beaed4;
}

#age .red {
	font-size: 26px;
}

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

/* ---------------------------------------------------------
	CSS Document stat
--------------------------------------------------------- */

#stat {
	text-align: center;
}

#stat .section {
	margin-bottom: 30px;
	padding: 30px;
	border: solid 5px #cec4a1;
	text-align: left;
}

#stat .section h2 {
	margin-bottom: 15px;
	padding: 9px 0 9px 15px;
	border-left: solid 8px #9e8a44;
	font-weight: 500;
	font-size: 22px;
	line-height: 1;
}

#stat .section p {
	margin-bottom: 30px;
}

#stat .section figure {
	height: 395px;
}

#stat .em {
	margin-top: 15px;
	line-height: 1.3;
}

#stat .em .red {
	display: inline-block;
	vertical-align: 0;
	background: linear-gradient(to bottom, #ffffff 50%, #f6dbdb 50%);
	font-size: 26px;
}

/* ---------------------------------------------------------
	CSS Document doctor
--------------------------------------------------------- */

#doctor {
	padding: 30px;
	background: #ededec;
}

#doctor figure {
	display: table-cell;
	vertical-align: top;
	width: 115px;
}

#doctor .section {
	display: table-cell;
	vertical-align: top;
	padding-left: 35px;
}

#doctor dd {
	margin-bottom: 15px;
	font-weight: 500;
	font-size: 24px;
}

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

#component .article {
	margin-top: 30px;
	margin-bottom: 40px;
	padding: 20px 30px;
	background: #f6dbdb;
}

#component .article h3 {
	font-weight: normal;
	font-size: 20px;
}

#component .section {
	margin-top: 20px;
	padding: 30px;
	border: solid 5px #cec4a1;
}

#component .section h3 {
	margin-bottom: 15px;
	padding: 9px 0 9px 15px;
	border-left: solid 8px #9e8a44;
	font-weight: 500;
	font-size: 22px;
	line-height: 1;
}

#component .section figure {
	margin-top: 20px;
	height: 285px;
}

/* ---------------------------------------------------------
	CSS Document voice
--------------------------------------------------------- */

#voice {
	text-align: center;
}

#voice h3 {
	display: inline-block;
	vertical-align: top;
	background: linear-gradient(to bottom, #ffffff 50%, #f6dbdb 50%);
	font-weight: 500;
	font-size: 26px;
	line-height: 1.5;
	color: #e73323;
}

#voice li {
	width: 506px;
	margin-top: 20px;
	border-radius: 10px;
	padding: 20px;
	background: #ded4ed;
	text-align: left;
	position: relative;
	z-index: 0;
}

#voice li:nth-of-type(odd) {
	margin-right: auto;
}

#voice li:nth-of-type(even) {
	margin-left: auto;
}

#voice li:after {
	position: relative;
	content: '';
	width: 0;
	height: 0;
	border: solid 14px transparent;
	position: absolute;
	top: 25px;
	z-index: -1;
}

#voice li:nth-of-type(odd):after {
	border-left: solid 40px #ded4ed;
	right: -50px;
}

#voice li:nth-of-type(even):after {
	border-right: solid 40px #ded4ed;
	left: -50px;
}

/* ---------------------------------------------------------
	CSS Document level
--------------------------------------------------------- */

#level .h2 {
	height: auto;
	padding: 5px 0 10px 28px;
	line-height: 1.2;
}

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

#level figure {
	margin-bottom: 15px;
	text-align: center;
}

#level figure img {
	width: 500px;
}

#level .level_01 {
	height: 364px;
}

#level .level_02 {
	height: 394px;
}

#level .level_03 {
	height: 329px;
}

#level .level_04 {
	height: 387px;
}

#level .note {
	margin-bottom: 15px;
	padding: 15px 20px;
	background: #faf3a8;
}

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

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

#last .matome ul {
	margin-bottom: 30px;
	text-decoration: underline;
}

#last .matome p:nth-of-type(2) {
	margin-top: 30px;
	font-weight: 500;
	font-size: 26px;
	color: #fff100;
}

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

#last figure img {
	width: 500px;
	height: 290px;
}

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

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

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