@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

img {
	height: auto;
	vertical-align: middle;
}

ul,
ol,
li {
	list-style-type: none;
}

dl,
dt,
dd {
	margin: 0;
	padding: 0;
}

a {
	color: #00537b;
	text-decoration: none;
}

a:hover,
a:focus {
	background-color: #eee;
}

a.bl_menuBtn:hover,
a.bl_menuBtn:focus {
	background-color: rgba(99, 192, 226, 0);
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.cf::after {
	content: "";
	display: block;
	clear: both;
}

body {
	color: rgba(3, 38, 56, 0.9);
	font-size: 17px;
	line-height: 1.75;
	letter-spacing: 0.1rem;
	background-color: #fefefe;
	font-family: 'Noto Sans JP', sans-serif;
}

.ly_title {
	width: 100%;
	background-color: #eee;
	margin: 0 auto 50px;
	padding: 20px 0;
}

.ly_cont {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto 20px;
}

.ly_mdCont {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}

.ly_inner {
	width: 650px;
	margin: 0 auto;
}

.ly_imgBox {
	text-align: center;
	margin: 30px 0;
}

.ly_caution {
	width: 550px;
	margin: 0 auto 75px;
}

.ly_construction_inner {
	width: 100%;
	max-width: 850px;
	/* background-color: #eee; */
	margin: 0 auto 50px;
}

.ly_gnav {
	max-width: 1170px;
	margin: 0 auto 100px;
}

.el_attention {
	color: #c51c1c;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1em;
}

.el_construction_pageTtl {
	color: #00537b;
	font-size: 32px;
	text-align: center;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
}

.el_imgs {
	text-align: center;
	margin-bottom: 25px;
}

.el_annotation {
	color: #c51c1c;
	font-size: 14px;
}

.el_construction_pageTtl::first-letter,
.bl_construction_ttl::first-letter {
	color: #63c0e2;
}

.el_topBtn {
	display: block;
	position: fixed;
	bottom: 10px;
	right: 10px;
}

.el_topBtn .fa-arrow-alt-circle-up {
	font-size: 36px;
}


.bl_introAttention {
	letter-spacing: 0.1em;
	line-height: 1.75;
}

.bl_introAttention_txt {
	text-align: center;
	margin-bottom: 2em;
}

.bl_introAttention_txt__caution {
	color: #c51c1c;
	font-size: 0.9rem;
}


.bl_introAttention_dl {
	text-align: center;
}

.bl_introAttention_dl dt {
	font-weight: bold;
	text-align: center;
}

.bl_introAttention_dl dd {
	line-height: 2;
	text-indent: -1em;
	margin-bottom: 1em;
	padding-left: 1em;
}

.bl_introAttention_dl dd::before {
	display: inline-block;
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50px;
	background: #000;
	margin-right: 5px;
	transform: translateY(-2px);
}

.bl_introAttention_btn {
	width: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fefefe;
	border: 2px solid transparent;
	background: #00537b;
	margin: 50px auto;
	padding: 1em 1.5em;
}

.bl_introAttention_btn:hover,
.bl_introAttention_btn:focus {
	color: #00537b;
	font-weight: bold;
	border: 2px solid currentColor;
}


.bl_menuBtn {
	display: none;
}

.bl_gnav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto;
}

.bl_gnav_li {
	width: 100%;
	max-width: 280px;
	text-align: center;
	border: 1px solid rgb(207, 207, 207);
	margin: 0 5px 5px;
}

.bl_gnav_li a {
	display: block;
	height: 42px;
	padding-top: 12px;
}

.bl_construction_ttl {
	color: #00537b;
	font-size: 28px;
	text-align: center;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
	margin-bottom: 15px;
}

.bl_construction_desc {
	margin: 0 auto 20px;
}

.bl_construction_desc__border {
	line-height: 2;
	margin-bottom: 50px;
	padding: 40px;
	border: 1px solid #eee;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.bl_construction_subTtl {
	font-size: 20px;
	position: relative;
	padding: 0.5em 1em 0.5em 2.3em;
	margin: 75px 0 20px;
	border-bottom: 1px solid #63c0e2;
}

.bl_construction_subTtl:after,
.bl_construction_subTtl:before {
	content: '';
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.bl_construction_subTtl:before {
	top: 0.85em;
	left: 0.2em;
	width: 12px;
	height: 12px;
	border: 2px solid #63c0e2;
}

.bl_construction_subTtl:after {
	top: 1.05em;
	left: 0.7em;
	width: 14px;
	height: 14px;
	background: #00537b;
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
}

.bl_caution_ttl {
	color: #c51c1c;
	text-align: center;
	margin-bottom: 25px;
}

.bl_caution_ul {
	list-style-position: inside;
}

.bl_caution_ul>li {
	padding-left: 1em;
	text-indent: -11px;
	margin-bottom: 25px;
}

.bl_caution_ul>li:last-of-type {
	margin-bottom: 75px;
}

.bl_imgBoxTtl {
	margin-bottom: 10px;
}

.bl_construction_elec>dt {
	font-weight: bold;
	margin-bottom: 10px;
}

.bl_construction_ImgBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 650px;
	margin: 15px 0 25px;
}

.bl_construction_ImgBox>figure {
	width: 49%;
}

.bl_construction_ImgBox img {
	width: 100%;
}

.bl_construction_ImgBox.bl_construction_ImgBox__standardCol2 {
	width: 100%;
	max-width: 850px;
}

.bl_construction_ImgBox__standardCol2>figure:nth-child(1) {
	width: 50%;
}

.bl_construction_ImgBox__standardCol2>figure:nth-child(2) {
	width: 50%;
}

.bl_construction_ImgBox__3col {
	margin-bottom: 50px;
}

.bl_construction_ImgBox.bl_construction_ImgBox__3col>.bl_card {
	width: 32%;
}

.bl_construction_ImgBox__cover2col>figure:nth-child(1) {
	width: 39.692307%;
}

.bl_construction_ImgBox__cover2col>figure:nth-child(2) {
	width: 57.53846%;
}

.bl_card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.bl_card_text {
	text-align: center;
}

.bl_construction_desc_List {
	display: block;
	padding-left: -0.5em;
	text-indent: 0.5em;
}

.bl_card__col2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.bl_card__col2>.bl_card {
	width: 49%;
	margin-bottom: 15px;
}

.bl_card_imgWrap {
	width: 100%;
}

.bl_construction_desc__standard {
	text-align: center;
}

.hp_caution {
	display: block;
	color: #c51c1c;
	font-size: 12px;
	text-shadow: none;
}

.hp_emphasis {
	color: #040404;
	font-weight: bold;
}

.hp_textCenter {
	text-align: center;
}

.hp_posAdjust {
	-webkit-transform: translate(21px, 17px);
	transform: translate(21px, 17px);
}

.hp_w850 {
	width: 850px;
}

.hp_mb25 {
	margin-bottom: 25px;
}

.hp_mb75 {
	margin-bottom: 75px;
}

.hp_mb100 {
	margin-bottom: 100px;
}

.hp_mb {
	margin-bottom: 150px;
}

.hp_mt {
	margin-top: 50px;
}

.hp_emphasis_pink {
	color: #c93939;
}

.hp_emphasis_green {
	font-weight: bold;
	background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #b0ffd0 0%) repeat scroll 0 0;
}

.hp_emphasis_blue {
	font-weight: bold;
	background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #c8f7ff 0%) repeat scroll 0 0;
}

.hp_link {
	color: #040404;
	font-weight: bold;
	text-decoration: underline;
}

.fa-arrow-alt-circle-down {
	font-size: 13px;
	-webkit-transform: translate(-2px, -1px);
	transform: translate(-2px, -1px);
}

.fa-check {
	color: #c51c1c;
	padding-right: 5px;
}

.fa-adjust {
	padding-right: 2px;
}

.fa-angle-double-down {
	font-size: 12px;
	-webkit-transform: translate(-5px, -1px);
	transform: translate(-5px, -1px);
}

@media screen and (max-width:1168px) {
	.ly_gnav {
		width: 100%;
	}

	.bl_gnav {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.bl_gnav_li {
		max-width: 31%;
	}
}

@media screen and (max-width:750px) {
	body {
		font-size: 15px;
	}

	img {
		width: 100%;
	}

	figure {
		margin-bottom: 15px;
	}

	.ly_cont {
		padding: 0 15px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.ly_caution {
		width: 95%;
	}

	.bl_gnav {
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 0;
		right: 0;
		background-color: #63c0e2;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		z-index: 500;
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}

	.bl_gnav_li a {
		padding-top: 14px;
	}

	.bl_gnav.active {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}

	.ly_inner {
		width: 100%;
	}

	.el_construction_pageTtl {
		font-size: 28px;
	}

	.el_imgs {
		width: 95%;
		max-width: 500px;
		margin: 0 auto 25px;
	}

	.el_topBtn,
	.el_topBtn i {
		display: none;
	}

	.bl_gnav {
		display: block;
	}

	.bl_gnav_li {
		max-width: 100%;
		border: 0;
		border-bottom: 1px solid #eee;
		margin: 0;
	}

	.bl_menuBtn {
		width: 36px;
		height: 36px;
		display: block;
		position: fixed;
		top: 10px;
		right: 8px;
		cursor: pointer;
		z-index: 1000;
	}

	.bl_menuBtn span {
		display: block;
		width: 100%;
		height: 2px;
		background-color: #040404;
		margin-bottom: 10px;
		-webkit-transition: 0.2s;
		transition: 0.2s;
	}

	.bl_menuBtn.active span:nth-child(1) {
		-webkit-transform: translateX(0px) translateY(12px) rotate(45deg);
		transform: translateX(0px) translateY(12px) rotate(45deg);
		-webkit-transition: 0.2s;
		transition: 0.2s;
	}

	.bl_menuBtn.active span:nth-child(2) {
		display: none;
		-webkit-transition: 0.2s;
		transition: 0.2s;
	}

	.bl_menuBtn.active span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transition: 0.2s;
		transition: 0.2s;
	}

	.bl_construction_ImgBox__3col {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 15px;
	}

	.bl_construction_ImgBox>figure,
	.bl_construction_ImgBox.bl_construction_ImgBox__standardCol2,
	.bl_construction_ImgBox__standardCol2>figure:nth-child(1),
	.bl_construction_ImgBox__standardCol2>figure:nth-child(2),
	.bl_construction_ImgBox.bl_construction_ImgBox__3col>.bl_card,
	.bl_construction_ImgBox__cover2col>figure:nth-child(1),
	.bl_construction_ImgBox__cover2col>figure:nth-child(2) {
		width: 100%;
		max-width: 500px;
		margin: 0 auto 15px;
	}

	.bl_construction_desc__border {
		width: 97%;
		padding: 30px;
		text-align: justify;
	}

	.bl_construction_ImgBox {
		display: block;
		width: 100%;
	}

	.bl_card__col2>.bl_card {
		margin-bottom: 5px;
	}

	.bl_construction_ImgBox.bl_construction_ImgBox__3col,
	.hp_imgBox_col3 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.bl_construction_ImgBox.bl_construction_ImgBox__col2,
	.bl_construction_ImgBox.bl_construction_ImgBox__3col,
	.hp_img_col2 {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.bl_construction_ImgBox.bl_construction_ImgBox__col2>figure,
	.bl_construction_ImgBox.bl_construction_ImgBox__3col>.bl_card,
	.hp_imgBox_col3>img,
	.hp_img_col2>img {
		width: 49%;
		margin: 0 auto;
	}

	.bl_construction_desc__standard {
		text-align: justify;
	}

	.hp_imgBox_col3>img {
		margin-bottom: 10px;
	}

	.hp_caution {
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
	}

	.hp_posAdjust {
		-webkit-transform: translate(0, 13px);
		transform: translate(0, 13px);
		text-align: center;
	}

	.hp_mt {
		margin-top: 25px;
	}

	.hp_mb {
		margin-bottom: 75px;
	}

	.pc {
		display: none;
	}
}

@media screen and (max-width:500px) {

	.bl_introAttention,
	.bl_introAttention_txt,
	.bl_introAttention_dl {
		text-align: left;
	}

	.bl_introAttention_btn {
		margin-top: 20px;
	}

	.bl_construction_desc__border {
		margin-bottom: 0;
	}

	.el_attention {
		text-align: left;
	}

	.el_construction_pageTtl {
		padding-top: 20px;
	}
}