@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 prevention
--------------------------------------------------------- */

#prevention {
	margin-bottom: 40px;
}

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

#prevention .yellow_bg {
	margin-bottom: 50px;
}

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

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

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

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

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

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

#about figcaption {
	text-align: left;
}

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

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

/* ---------------------------------------------------------
	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: calc(100% + 15px);
	height: 1px;
	margin-left: -5px;
	margin-top: 25px;
	border-top: dotted 10px #e8e8e8;
}

#why dt {
	font-weight: 500;
	font-size: 20px;
}

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

#why table {
	width: 100%;
}

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

#why td {
	padding: 15px 20px;
	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 h3 {
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 28px;
	line-height: 1.3;
}

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

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

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

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

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

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

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

#cause ol li img {
	margin-top: 20px;
}

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

#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 {
	height: 44px;
	margin-bottom: 30px;
	background: #ebeaea;
	text-align: center;
	font-weight: normal;
	font-size: 20px;
	line-height: 44px;
}

#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 h2 {
	margin-bottom: 30px;
}

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

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

#component .figure {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

#component .figure figure {
	width: 300px;
	margin-top: 40px;
}

#component .figure figcaption {
	height: 42px;
	margin-bottom: 20px;
	background: #e9f3f9;
	text-align: center;
	font-weight: normal;
	font-size: 18px;
	line-height: 42px;
}

#component .component_09 {
	margin: 30px 0;
}

#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 {
	font-size: 26px;
	color: #f2e826;
}

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

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