@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:not(:last-of-type) {
	margin-bottom: 30px;
}

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

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

#prevention .yellow_bg:not(:last-of-type) {
	margin-bottom: 40px;
}

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

#prevention figure img {
	height: 40vw;
}

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

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

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

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

#about .waku_blue {
	margin-top: -5px;
}

#about figcaption {
	text-align: left;
}

#about figure img {
	height: 40vw;
}

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

#initial p .red {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 5px;
	font-weight: 500;
	font-size: 5vw;
	line-height: 1.4;
}

/* ---------------------------------------------------------
	CSS Document why
--------------------------------------------------------- */

#why .h2 + p {
	margin-bottom: 30px;
}

#why dl {
	margin-bottom: 20px;
}

#why dl:not(:last-of-type):after {
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	margin-top: 25px;
	border-top: dotted 10px #e8e8e8;
}

#why dt {
	font-weight: 500;
	font-size: 5vw;
}

#why .waku_blue {
	margin-bottom: 30px;
}

#why table {
	width: 100%;
}

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

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

#why ul {
	margin-bottom: 15px;
	padding: 25px 30px;
	background: #faf3a8;
}

#why ul li {
	margin-left: 1.2em;
	list-style: disc;
}

/* ---------------------------------------------------------
	CSS Document what
--------------------------------------------------------- */

#what .h2 + p {
	margin-bottom: 30px;
}

#what .yellow_bg h3 {
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 5vw;
	line-height: 1.3;
}

#what .yellow_bg {
	margin-bottom: 20px;
}

#what .waku_blue {
	margin-top: 40px;
}

#what p .red {
	font-weight: 500;
	font-size: 5vw;
}

#what .yellow_bg figure img {
	height: 40vw;
}

#what .waku_blue figure img {
	height: 50vw;
}

/* ---------------------------------------------------------
	CSS Document plan
--------------------------------------------------------- */

#plan p,
#plan figure {
	margin-bottom: 20px;
}

#plan figure img {
	height: 40vw;
}

#plan .yellow_bg {
	margin-bottom: 20px;
}

#plan .yellow_bg p:last-child {
	margin-bottom: 0;
}

#plan .h3 {
	border-left-color: #ec7d34;
}

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

#cause h3 {
	height: 80px;
	margin: 30px 0 15px;
	border-radius: 5px;
	background: #d5e9ed;
	text-align: center;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 6vw;
	line-height: 78px;
}

#cause ol li {
	margin-bottom: 20px;
	margin-left: 1.2em;
	list-style: disc;
}

#cause ol li img {
	margin-top: 20px;
	height: calc(30vw - 0.7em);
}

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

#cause ol li:last-child,
#cause .waku_blue p:last-child {
	margin-bottom: 0;
}

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

#worse .matome p {
	font-weight: 500;
	font-size: 26px;
	color: #f2e826;
}

#worse .matome li {
	text-align: left;
	margin-left: 1.2em;
	list-style: disc;
}

/* ---------------------------------------------------------
	CSS Document faq
--------------------------------------------------------- */

#faq .h2 + p {
	margin-bottom: 40px;
}

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

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

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

#faq ol {
	margin-bottom: 30px;
}

#faq ol li {
	margin-left: 1.4em;
	padding-left: 5px;
	list-style: decimal;
}

#faq .em {
	margin-top: 30px;
	font-size: 14px;
	color: #666;
}

#faq ul li {
	margin-bottom: 25px;
	margin-left: 1.4em;
	list-style: disc;
}

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

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

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

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

#proceed .waku_blue p {
	margin-bottom: 0;
}

/* ---------------------------------------------------------
	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: '';
}

#component .h46:before {
	padding-top: 46%;
}

#component .h60:before {
	padding-top: 60%;
}

#component .h174:before {
	padding-top: 174%;
}

#component .h46 img,
#component .h60 img,
#component .h174 img {
	position: absolute;
	top: 0;
	left: 0;
}

#component .figure figcaption {
	height: 40px;
	margin: 30px 0 20px;
	background: #e9f3f9;
	text-align: center;
	line-height: 40px;
}

#component .figure img {
	height: 200px;
}

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

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

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

#last .matome ul {
	margin-bottom: 25px;
}

#last .matome .big {
	margin-top: 5px;
	font-size: 5vw;
	line-height: 1.4;
	color: #f2e826;
}

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

#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 #0168b7;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	top: -60px;
	z-index: 1;
}
