@charset "UTF-8";

.f_green{ color: #005e37;}
.f_orange{ color: #ff6600;}
.f_49{ font-size: 4.9rem;}
.contentsWrapper{
	font-size: 1.8rem;
	line-height: 1.4;
}
.contentsWrapper p{
	width: 100%;
	line-height: 1.4;
}
.contentsHead{
	margin-bottom: 0;
}
.t_ind{
	padding-left: 1em;
	text-indent: -1em;
}
.lede.mb0{ margin-bottom: 0;}
a.doc_dl{
	color: #005e37;
	text-decoration: none;
	padding: 10px 35px;
	border: 1px solid #005e37;
	display: inline-block;
}
a.doc_dl:before{
	content: "";
	background: url("../img/icon_doc_dl.svg") center no-repeat;
	width: 32px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
.btnArea.moreBtn{
	display: block;
	width: auto;
	text-align: center;
}
.btnArea.moreBtn.mb80{ margin-bottom: 80px;}
.btnArea.moreBtn a{
	display: inline-block;
	min-height: inherit;
	max-width: 800px;
	width: 100%;
	min-width: inherit;
}

ul.tab_link{
	text-align: center;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #dcdcdc;
}
ul.tab_link li{
	max-width: 110px;
	width: 100%;
}
ul.tab_link li a{
	color: #878788;
	text-decoration: none;
	border: 1px solid #dcdcdc;
	border-bottom: none;
	display: block;
	padding: 10px;
}
ul.tab_link li.active a{
	color: #fff;
	background: #005e37;
	border: 1px solid #005e37;
	border-bottom: none;
}
dl.howto dt{
	color: #fff;
	font-size: 2.4rem;
	padding: 12px 30px;
	background: #005e37;
}
dl.howto dd{
	border: 1px solid #005e37;
	padding: 12px 30px;
}
dl.howto dd a{
	color: #005e37;
}
dl.howto dd .bg_gray{
	padding: 15px 20px;
	background: #f0efef;
}
dl.howto dd .bg_gray p{
	padding-left: 3em;
	text-indent: -3em;
}
.flow dl{
	border: 1px solid #d7d6d6;
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.flow dl:after{
	content: "";
	position: absolute;
	right: 0;
	bottom: -15px;
	left: 0;
	display: block;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 35px 0 35px;
	border-color: #b4b4b4 transparent transparent transparent;
}
.flow dl:last-child:after{ content: none;}
.flow dl dt,.flow dl dd{
	padding: 15px 20px;
	min-height: 100px;
	display: flex;
	align-items: center;
}
.flow dl dt{
	background: #ebebeb;
	width: 330px;
}
.flow dl dt.ennet_logo{ background: #fff;}
.flow dl dt span{
	font-size: 1.4rem;
	width: 80px;
	display: inline-block;
}
.flow dl dt.ennet_logo span{ margin-right: 20px;}
.flow dl dd{
	padding: 15px 20px;
	width: calc(100% - 330px);
	flex-wrap: wrap;
}
.flow dl dd small{ font-size: 1.6rem;}
.clm2{
	display: flex;
	justify-content: space-between;
}
.clm2 dl{
	width: 50%;
}
.clm2 dl:nth-child(2n){
	padding-left: 50px;
	border-left: 1px solid #d7d6d6;
}
.tel_box p{ margin-bottom: 20px;}
.tel_box p strong{
	font-size: 4.9rem;
	font-weight: bold;
	display: inline-block;
	margin: 0 40px 0 15px;
}
.tel_box p a{ text-decoration: none;}
.tel_box p a.tel{ pointer-events: none;}

@media only screen and (max-width: 767px){
	.f_49{ font-size: calc(49 / 800 * 100vw);}
	.contentsWrapper{ font-size: calc(18 / 800 * 100vw);}
	a.doc_dl{ padding: 5px 20px;}
	a.doc_dl:before{
		background: url("../img/icon_doc_dl.svg") center / 24px auto no-repeat;
		width: 24px;
		height: 23px;
		margin-right: 10px;
	}
	.btnArea.moreBtn.mb80{ margin-bottom: 40px;}

	ul.tab_link{
		flex-wrap: wrap;
		justify-content: center;
	}
	ul.tab_link li{
		max-width: 60px;
		margin: 0 5px 10px;
	}
	ul.tab_link li a{
		width: 60px;
		padding: 8px;
		border-bottom: 1px solid #dcdcdc;
	}
	dl.howto dt{
		font-size: calc(30 / 800 * 100vw);
		padding: 10px 15px;
	}
	dl.howto dd{ padding: 10px 15px;}
	dl.howto dd .bg_gray{ padding: 10px 15px;}
	.flow dl{ display: block;}
	.flow dl dt,.flow dl dd{
		padding: 10px 15px;
		min-height: inherit;
	}
	.flow dl dt{ width: 100%;}
	.flow dl dt span{
		font-size: calc(16 / 800 * 100vw);
		width: 6em;
	}
	.flow dl dt span img{ width: 5em;}
	.flow dl dd{
		padding: 10px 15px;
		width: 100%;
	}
	.flow dl dd small{font-size: calc(20 / 800 * 100vw);}
	.clm2{ display: block;}
	.clm2 dl{
		width: 100%;
		margin-bottom: 10px;
	}
	.clm2 dl:nth-child(2n){
		padding: 10px 0 0;
		border-left: none;
		border-top: 1px solid #d7d6d6;
	}
	.tel_box p{ margin-bottom: 10px;}
	.tel_box p strong{
		font-size: calc(49 / 800 * 100vw);
		margin: 0 20px 0 10px;
	}
}

/*# sourceMappingURL=contracted.css.map */