@charset "UTF-8";

#main section {
/*	width: 1080px;*/
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2rem;
	right: auto;
}

#main.maintenance .section_main_area{
	padding-top: 50px;
}
#main.maintenance .section_main_area > p span{
	font-size: 24px;
	font-weight: bold;
}

#main.maintenance .line-h3{
	line-height: 3em;
}

#main.maintenance .section_special_area,
.section_emergency_area{
	margin-top:65px;
}
.section_emergency_area h2:before{
	background-image: url("../image/icon_emergency.png");
}
#main.maintenance a, #main.maintenance a:visited{
	color: #274ab2;
}

#main.maintenance a:hover, #main.maintenance a:visited{
	opacity: 0.8;
	text-decoration: none;
}

#main.maintenance h1{
	border-bottom: solid 4px #000;
	font-size: 36px;
	font-weight: normal;
	color: #000;
	background-image: none;
	height: auto;
	padding: 0 0 12px;
}

#main.maintenance h1:before{
	display: inline-block;
	content: "";
	background-image: url("../image/icon_maintenance.png");
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	width: 48px;
	height: 48px;
	margin-right: 15px;
}

#main.maintenance h2 {
	background: none;
	height: auto;
	font-size: 24px;
	font-weight: normal;
	color: #000;
	padding: 0;
	margin-bottom:30px;
}

#main.maintenance h2:before{
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	width: 32px;
	height: 32px;
	margin-right: 10px;
}

#main.maintenance .section_special_area h2:before{
	background-image: url("../image/icon_special_maintenance.png");
}

#main.maintenance .section_regular_area h2:before{
	background-image: url("../image/icon_normal_maintenance.png");
}

#main.maintenance .section_regular_area{
	margin: -70px 0 90px;
	padding: 160px 0 0;
}

.section_regular_area .normal_area + .section_regular_area .normal_area{
	margin-top: 0;
}

.section_emergency_area .normal_area,
.section_special_area .normal_area,
.section_regular_area .normal_area{
	font-size: 14px;
	margin-top:60px;
}
.section_emergency_area .normal_area:first-of-type,
.section_special_area .normal_area:first-of-type,
.section_regular_area .normal_area:first-of-type{
	margin-top:30px;
}


#main.maintenance p{
	line-height: 1.8;
	font-size: 14px;
}

#main section{
	margin-bottom: 0;
}

section.card_branch_area {
	padding-left: 1em;
}

#main.maintenance h3{
	box-sizing:border-box;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-size: 16px;
	line-height: 1.5;
	background: none;
	background-color: #394584;
	color: #fff;
	height: auto;
	padding: 16px 18px;
	margin: auto;
}

#main.maintenance h3 small{
	font-size: 14px;
}

#main.maintenance h3 .title_link_area{
	display: inline-block;
	margin-left: 20px;
}

#main.maintenance h3 .title_link_area a{
	display: block;
	border-radius: 5px;
	font-size: 12px;
	line-height: 2;
	background-color: #fff;
	padding: 0 10px;
}

#main.maintenance h3 .title_link_area a:after{
	display: inline-block;
	content: "";
	background-image: url("../image/icon_link.png");
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	width: 14px;
	height: 11px;
	margin-left: 7px;
}

#main.maintenance h4{
	box-sizing: border-box;
	border-left: solid 5px #394584;
	line-height: 2.5;
	font-size: 15px;
	color: #394584;
	margin-left: 1em;
	padding-left: 1em;
}

.normal_list .time_area{
	font-size: 16px;
	padding-left: 2.2em;
	text-indent: -2.2em;
	margin-top:15px;
}
.normal_list .time_area + .time_area{
	margin-top:10px;
}
.normal_list .time_area:last-of-type{
	padding-bottom:0;
}

#main.maintenance .time_area:before{
	display: inline-block;
	content: "";
	background-image: url("../image/icon_calendar.png");
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: text-top;
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.section_emergency_area .normal_list .time_area{
	font-size:14px;
	color:#666;
	text-align:right;
}

.section_emergency_area .normal_list .time_area:before{
	content: none;
	margin-right: 0;
	background:none !important;
}
#main.maintenance .normal_list {
	padding: 0 0 0 18px;
	margin:15px auto 0;
	border-bottom: solid 1px #a0a0a2;
	padding-bottom: 25px;
}
#main.maintenance .normal_area .normal_list:last-of-type{
	border-bottom: 0;
	padding-bottom: 0;
}

.normal_list_block a:before{
	display: inline-block;
	content: "";
	background-image: url("../image/icon_right_arrow.png");
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	width: 5px;
	height: 5px;
	margin: 0.7em 5px 0.7em 0;
}

#main.maintenance .normal_list_block{
	display: block;
}

.normal_list_block span{
	font-size: 12px;
	line-height: 2.1;
	color: #666666;
	display: block;
}
.normal_list_block span.textRed{
	color: #ff0000;
	margin-bottom:10px;
}

.normal_list_block span:before{
	content: "※";
}

.normal_list_block strong{
	box-sizing: border-box;
	border-left: solid 5px #394584;
	line-height: 2.3;
	font-size: 15px;
	color: #394584;
	margin: 30px 0 15px 0;
	padding-left: 0.7em;
	display:block;
}

#main.maintenance .normal_list li{
	line-height: 1.8;
	list-style-type: none;
}

.normal_list_block b{
	font-size: 16px;
	font-weight: bold;
	color: #394584;
	display:block;
	margin-top:30px;
}

#main.maintenance .normal_list dl dd:before{
	content: "・";
}

#main.maintenance .border_top{
	border-top: solid 1px #a0a0a2;
	padding-top: 25px;
}

.normal_list_block strong u {
	position: relative;
}

.normal_list_block strong u span {
	margin-top: 0;
	display: inline;
	font-size:130%;
	color:#394584;
}
.normal_list_block strong u span:before {
	content:none;
}

#main.maintenance .mt0{
	margin-top: 0px !important;
}
#main.maintenance .mt5{
	margin-top: 5px !important;
}
#main.maintenance .mt10{
	margin-top: 10px !important;
}
#main.maintenance .mt15{
	margin-top: 15px !important;
}
#main.maintenance .mt20{
	margin-top: 20px !important;
}
#main.maintenance .mt25{
	margin-top: 25px !important;
}
#main.maintenance .mt30{
	margin-top: 30px !important;
}
#main.maintenance .mt35{
	margin-top: 35px !important;
}
#main.maintenance .mt40{
	margin-top: 40px !important;
}
#main.maintenance .mt45{
	margin-top: 45px !important;
}
#main.maintenance .mt50{
	margin-top: 50px !important;
}
#main.maintenance .mt55{
	margin-top: 55px !important;
}
#main.maintenance .mt60{
	margin-top: 60px !important;
}
#main.maintenance .mt65{
	margin-top: 65px;
}

#main.maintenance .mt90{
	margin-top: 90px;
}

#main.maintenance .pt50{
	padding-top: 15px;
}

#main.maintenance .pb25 {
	padding-bottom: 15px !important;
}

#main.maintenance .pb90{
	padding-bottom: 20px !important;
}


@media screen and (max-width:768px){
	#main.maintenance section {
		width: 98% !important;
	}
	#main.maintenance h1{
		font-size: 27px;
	}
	#main.maintenance h1::before {
		width: 32px;
		height: 32px;
	}
	#main.maintenance h2{
		font-size: 22px;
	}

	#main.maintenance h3{
		padding: 12px 18px;
	}

	#main.maintenance h4 {
		line-height: 1.8;
		margin-left: 0;
	}

	section.card_branch_area{
		padding-left: 0;
	}

	#main.maintenance .normal_list {
		padding: 0 10px 10px;
	}
	.normal_list .time_area{
		font-size: 14px;
	}

	.normal_list_block strong{
		line-height: 1.5;
	}

	#main.maintenance .section_main_area{
		padding: 20px 1.4rem 0;
	}
	#main.maintenance section {
		width: auto !important;
	}
	.section_emergency_area {
		margin-top: 40px;
	}
}


