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

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

#visual {
	background: #0064c2;
	color: #fff;
	position: relative;
}

#visual p {
	height: 120px;
	overflow: hidden;
	position: relative;
}

#visual p img {
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	position: absolute;
	top: 50%;
	left: 0;
}

#visual dl {
	padding: 20px;
	text-align: left;
}

#visual dt {
	margin-bottom: 10px;
	font-size: 21px;
	line-height: 1.4;
}

#visual dt span {
	display: block;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: solid 1px #fff;
	font-size: 15px;
}

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

#about {
	margin: 0 20px 40px;
}

#about h2 {
	height: 54px;
	border-bottom: solid 2px #ccc;
	text-align: left;
	font-weight: bold;
	font-size: 22px;
	line-height: 54px;
	color: #333;
	position: relative;
}

#about h2:after {
	content: '';
	width: 75px;
	height: 2px;
	background: #0064c2;
	position: absolute;
	bottom: -2px;
	left: 0;
}

#about .summary {
	padding-top: 20px;
	background: url(../new/about_01.png) no-repeat 0 0 / 100% auto;
	text-align: left;
}

#about .summary dl {
	margin-bottom: 15px;
}

#about .summary dt {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 17px;
	line-height: 1.5;
}

#about .clearfix dl {
	margin-top: 25px;
	padding: 15px;
	border: solid 2px #afcef1;
}

#about .clearfix dt {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 19px;
	line-height: 1.2;
	color: #0064c2;
}

#about .clearfix dt span {
	display: block;
	width: 185px;
	height: 34px;
	margin: 0 auto 15px;
	background: url(../index/price_bg.png) no-repeat top / auto 34px;
	font-size: 19px;
	line-height: 36px;
	color: #fff;
}

#about .clearfix dd {
	text-align: left;
	font-size: 14px;
	line-height: 1.4;
}

#about .clearfix dd img {
	margin-bottom: 15px;
}

/* ---------------------------------------------------------
	CSS Document comparison
--------------------------------------------------------- */

#comparison {
	margin: 0 20px 40px;
	text-align: left;
}

#comparison h2 {
	margin: 0 -20px 15px;
	padding: 25px 20px 0;
	border-top: solid 1px #99bee3;
	background: url(../index/price_h2.png) no-repeat top / 30px auto;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.2;
	color: #0064c2;
}

#comparison .item {
	padding: 15px;
	background: #f9f2ed;
}

#comparison table {
	width: 100%;
	margin-top: 15px;
	border-top: solid 1px #d5dbeb;
}

#comparison th {
	width: 38%;
	padding: 0;
	border: solid 1px #d5dbeb;
	text-align: center;
	font-weight: bold;
	line-height: 1.1;
}

#comparison tr:first-child th {
	border-bottom: solid 1px #8b9cc8;
}

#comparison th:first-child {
	width: 24%;
}

#comparison td {
	padding: 0;
	border: solid 1px #d5dbeb;
	text-align: center;
}

#comparison tr:nth-child(even) {
	background: #fdfdfe;
}

#comparison table span {
	display: block;
	height: 40px;
	border: solid 3px transparent;
	line-height: 40px;
}

#comparison tr:last-child span {
	border: solid 3px transparent;
	border-top: 0;
	line-height: 36px;
}

#comparison th:last-child span,
#comparison td:last-child span {
	background: rgba(153, 204, 255, 0.1);
	border-color: #0064c2;
}

#comparison tr:first-child span {
	border-bottom: 0;
	line-height: 36px;
}

#comparison td span {
	border-top: 0;
	border-bottom: 0;
}

/* ---------------------------------------------------------
	CSS Document flow
--------------------------------------------------------- */

#flow {
	margin: 0 20px 50px;
	text-align: left;
}

#flow h2 {
	height: 36px;
	margin-bottom: 15px;
	padding-left: 20px;
	background: url(../new/area_01.png) no-repeat 0 0 / auto 36px;
	text-align: left;
	font-size: 17px;
	line-height: 38px;
	color: #fff;
	position: relative;
	z-index: 1;
}

#flow .summary p {
	background: #f6f6f6;
	text-align: center;
}

#flow .summary p img {
	width: 160px;
}

#flow table {
	width: 100%;
	margin-top: 5px;
}

#flow th {
	padding: 10px;
	background: #6bacd8;
	text-align: center;
	font-weight: bold;
	line-height: 1;
	white-space: nowrap;
	color: #fff;
}

#flow td {
	padding: 5px 10px;
	background: #f6f6f6;
	text-align: left;
	line-height: 1.4;
}

#flow tr:nth-child(2) {
	border-top: solid 5px #fff;
	border-bottom: solid 5px #fff;
}

#flow tr:last-child td {
	font-weight: bold;
	font-size: 19px;
	color: #ea0e17;
}

/* ---------------------------------------------------------
	CSS Document flow > schedule
--------------------------------------------------------- */

#flow .schedule h3 {
	margin-top: 70px;
	padding: 10px;
	border-radius: 5px 5px 0 0;
	background: #ea0e17;
	text-align: center;
	font-weight: bold;
	font-size: 17px;
	line-height: 1.2;
	color: #fff;
	position: relative;
}

#flow .schedule h3.nth2 {
	background: #0064c2;
}

#flow .schedule h3 > span:first-child {
	display: block;
}

#flow .schedule h3 > span:last-child {
	display: block;
	height: 40px;
	margin-top: 10px;
	border-radius: 5px;
	background: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 42px;
	color: #ea0e17;
}

#flow .schedule h3.nth2 > span:last-child {
	color: #0064c2;
}

#flow .schedule h3 > span:last-child span {
	display: inline-block;
	vertical-align: top;
	padding-left: 32px;
	background:url(../emergency/flow_10.png) no-repeat left;
	background-size: 24px auto;
}

#flow .schedule h3.nth2 > span:last-child span {
	background-image: url(../emergency/flow_11.png);
}

#flow .schedule h3:before {
	content: '';
	width: 100%;
	height: 60px;
	background: #fff url(../emergency/flow_13.png) no-repeat top;
	background-size: auto 50px;
	position: absolute;
	top: -60px;
	left: 0;
}

#flow .schedule h3.nth2:before {
	background-image: url(../emergency/flow_12.png);
}

#flow dl {
	margin-bottom: 10px;
	padding: 15px;
	background: #f6f6f6;
}

#flow .schedule dt {
	float: right;
	width: 100px;
	margin-left: 15px;
	margin-bottom: 5px;
}

#flow .schedule dd span {
	color: #ea0e17;
}

/* ---------------------------------------------------------
	CSS Document trouble
--------------------------------------------------------- */

#trouble {
	margin: 0 20px 50px;
	text-align: left;
}

#trouble h2 {
	margin: 0 -20px 15px;
	padding: 25px 20px 0;
	border-top: solid 1px #99bee3;
	background: url(../index/price_h2.png) no-repeat top / 30px auto;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.2;
	color: #0064c2;
}

#trouble .section {
	margin-top: 40px;
	padding: 0 25px 20px;
	border: solid 2px #aecdf0;
	text-align: center;
}

#trouble .section.f_right {
	border: solid 2px #ffbec0;
}

#trouble .section h3 {
	height: 31px;
	margin-top: -15px;
	background: url(../new/about_04.png) no-repeat top / auto 31px;
	font-size: 18px;
	line-height: 32px;
	color: #fff;
}

#trouble .section.f_right h3 {
	background-image: url(../new/about_02.png);
}

#trouble .section h3 span {
	display: inline-block;
	vertical-align: top;
	padding-left: 20px;
	background: url(../new/about_05.png) no-repeat left / auto 14px;
}

#trouble .section.f_right h3 span {
	background-image: url(../new/about_03.png);
}

#trouble .section ul {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

#trouble .section ul li {
	margin-top: 15px;
}

#trouble .section ul img {
	width: 70px;
}

#trouble .section ul span {
	display: inline-block;
	vertical-align: top;
	height: 58px;
	margin-left: 15px;
	line-height: 60px;
}

/* ---------------------------------------------------------
	CSS Document price
--------------------------------------------------------- */

#price {
	margin: 0 20px 40px;
	text-align: left;
}

#price h2 {
	margin: 0 -20px 20px;
	padding: 25px 20px 0;
	border-top: solid 1px #99bee3;
	background: url(../index/price_h2.png) no-repeat top / 30px auto;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.2;
	color: #0064c2;
}

#price .nth1 {
	margin-bottom: 20px;
}

#price .nth1 dt,
#price .nth2 h3 {
	height: 27px;
	margin-bottom: 10px;
	background: #333;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	line-height: 29px;
	color: #fff;
}

#price .nth1 dd {
	text-align: center;
	font-size: 15px;
}

#price .nth2 table {
	width: 100%;
	margin-bottom: 15px;
}

#price .nth2 tr:nth-child(2) {
	border-top: solid 5px #fff;
	border-bottom: solid 5px #fff;
}

#price .nth2 th {
	width: 50%;
	padding: 0;
	border: solid 1px #fff;
	background: #0064c2;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	line-height: 36px;
	color: #fff;
}

#price .nth2 td {
	padding: 0;
	border: solid 1px #fff;
	background: #e4e4e4;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	line-height: 36px;
}

#price p.f_right {
	text-align: center;
}

#price p.f_right img {
	width: 160px;
}

#price .nth3 {
	margin-top: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #ea0e17;
}
