@charset "UTF-8";

body.common #contents {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  body.common #contents {
    width: 100%;
    padding: 0;
  }
}


body.common #main2 * {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
}
.w960p {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
 }

@media screen and (max-width: 768px) {
  body.common #main2 {
    padding: 0 2%;
    width: 96%;
    margin: 0 auto;
  }
}

body.common #main {
  float: none;
  width: 100%;
  max-width: 100%;
  text-align: center;

}

body.common #main2 {
  letter-spacing: 0.01em;
  color: #555;
}

body.common #main div:after, body.common #main dl:after {
  content: none;
}

h1:first-child {
visibility: hidden;
}

.titledenga {
margin-top: -50px!important;
font-weight: bold;
text-align: center;
font-size: 1.6em!important;

}

body.common #contents h1 > span {
color: #262626!important;
}

/*PCでは無効（改行しない）*/
.sp{
    display: none;
}

/*スマートフォンでは有効（改行する）*/
@media screen and (max-width:768px) {
    .sp{
        display: block;
    }
}
.btn a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 560px;
	height: 90px;
	margin:20px auto;
	color: #FFF!important;
	font-size: 1.5em!important;
	font-weight: 700;
	transition: 0.3s;
	text-decoration: none!important;
	background: rgb(212, 138, 10);
	border-radius: 10px;
  text-align: center;
}

.btn a:hover {
	color: #f2f2f2;
}

.btn a span.textsm_bt {
	color: #FFF!important;
	font-size: 0.8em;
}
.btn_blue a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 560px;
	height: 60px;
	margin:20px auto;
	transition: 0.3s;
	text-decoration: none!important;
	background: #b3dee6;
	border-radius: 10px;
	font-size: 1.1em;
}


.btn_blue a span.textsm_bt {
	color: #FFF!important;
	font-size: 0.8em;
}

.btn_blue a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	transform: rotate(45deg) translateY(-50%);
	width: 6px;
	height: 6px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #333;
}

.btn_blue a:hover {
	background-color: #daeff5;
	color: #1074bd!important;
}

.btn_blue a:hover::after {
	border-color: #0d96bd #0d96bd transparent transparent;
}
.btn_pink a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 560px;
	height: 60px;
	margin:20px auto;
	transition: 0.3s;
	text-decoration: none!important;
	background: #efc7df;
	border-radius: 10px;
	font-size: 1.1em;
}

.btn_pink a span.textsm_bt {
	color: #FFF!important;
	font-size: 0.8em;
}

.btn_pink a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	transform: rotate(45deg) translateY(-50%);
	width: 6px;
	height: 6px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #333;
}

.btn_pink a:hover {
	background-color: #f7dfee;
	color: #e0368e!important;
}

.btn_pink a:hover::after {
	border-color: #e0368e #e0368e transparent transparent;
}
	
@media screen and (max-width: 768px) {
	.btn a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 260px;
	height: 80px;
	margin:20px auto;
	color: #FFF!important;
	font-size: 1.2em!important;
	font-weight: 700;
	transition: 0.3s;
	text-decoration: none!important;
	background: rgb(212, 138, 10);
	border-radius: 10px;
  padding: 10px;
	}
	.btn a span.textsm_bt {
	color: #FFF!important;
	font-size: 0.7em;
}
.btn_blue a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	text-align: center;
	width: 320px;
	height: 80px;
	margin:20px auto;
	transition: 0.3s;
	text-decoration: none!important;
	background: #b3dee6;
	border-radius: 10px;
	}
	.btn_b a span.textsm_bt {
	color: #FFF!important;
	font-size: 0.7em;
	}
	.btn_pink a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	text-align: center;
	width: 320px;
	height: 80px;
	margin:20px auto;
	transition: 0.3s;
	text-decoration: none!important;
	background: #efc7df;
	border-radius: 10px;
	}
	.btn_b a span.textsm_bt {
	color: #FFF!important;
	font-size: 0.7em;
	}
}

/* フロー */
dd {
	margin-left: 0;
}

.flow {
	padding-left: 120px;
	position: relative;
    margin: 40px 0;
}
.flow::before {
	content: "";
	width: 15px;
	height: 100%;
	background: #eee;
	margin-left: -8px;
	display: block;
	position: absolute;
	top: 0;
	left: 120px;
}
.flow > li {
	position: relative;
    list-style: none;
}
.flow > li:not(:last-child) {
	margin-bottom: 4vh;
}
.flow > li .icon {
	display: block;
	position: absolute;
	top: 0;
	left: -120px;
	z-index: 100;
}

.flow > li .icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.flow > li dl {
	padding-left: 50px;
	position: relative;
}
.flow > li dl::before,
.flow > li dl::after {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
}
.flow > li dl::before {
	width: 7px;
	height: 7px;
	margin-top: -3px;
	background: #1074bd;
	border-radius: 50%;
	left: -4px;
}
.flow > li dl::after {
	width: 35px;
	border-bottom: 1px dashed #999;
	position: absolute;
	left: 5px;
}
.flow > li dl dt {
	font-size: 20px;
	font-weight: 600;
	color: #1074bd!important;
	margin-bottom: 1vh;
}
.bgbeige {
	background: #f6f5ef;
	padding: 15px 20px;
	border-radius: 8px;
}


/* 新着情報 */
.news {
	height: 260px;
    overflow: auto;
}
.tag3, .tag4 {
	font-weight: normal!important;
	padding: 3px 20px!important;
	font-size: 0.8em!important;
}
.tag_gas {
	display: inline;
    color: #333;
    background: #d7f2f9;
    padding: 3px 20px;
    font-size: 0.8em!important;
    text-align: center;
    margin: 0 12px 5px 3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
.tag_ele {
	display: inline;
    color: #333;
    background: #f4e9b8;
    padding: 3px 20px;
    font-size: 0.8em!important;
    text-align: center;
    margin: 0 12px 5px 3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
.tag_kyo {
	display: inline;
    color: #333;
    background: #d7f7eb;
    padding: 3px 20px;
    font-size: 0.8em!important;
    text-align: center;
    margin: 0 12px 5px 3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

/* お問い合わせ電話 */
.toiawase {
	width: 560px;
	border: solid 2px #b3dee6;
	border-radius: 3px;
	margin: 20px auto;
	}

.toiawase p {
	text-align: center;
	}
.denganet_toiawase {
	color: #1074bd!important;
	font-size: 1.6em!important;
	font-weight: bold;
}
.tel_toiawase {
	font-weight: bold;
	font-size: 2.8em!important;
}

.time_toiawase {
	background: #1074bd;
    color: #FFF;
    font-size: 1.4em!important;
    margin-bottom: 0!important;
    padding: 6px 0;
    border: 1px solid;
  } 
  
 @media screen and (max-width: 768px) {
  .toiawase {
    width: 360px;
    border: solid 2px #b3dee6;
    border-radius: 3px;
    margin: 20px auto;
    }
}
     
/* about部分 */
.bgb {
    background: #FEF9EB;
    padding: 50px 20px 25px;
}
.bgbBox {
	width: 780px;
	background-color: #fff;
    margin: 0 auto 30px;
    padding: 30px 35px 40px 35px;
    box-shadow: -3px -3px 8px -3px rgb(0 0 0 / 20%), 5px 5px 5px rgb(0 0 0 / 20%);
    border-radius: 5px;
}
.bgBoxtitle {
	background-color:#0071c1;
	padding: 10px 0 10px 20px;
	border-radius: 3px;
	font-size: 1.3em!important;
	color: #FFF!important;
	font-weight: bold;
}


.bgBoxtitleO {
	background-color:rgb(212, 138, 10);
	padding: 10px 0 10px 20px;
	border-radius: 3px;
	font-size: 1.3em!important;
	color: #FFF!important;
	font-weight: bold;
}

.bgBoxtitle2 {
margin-left: 20px;
font-size: 1.2em;
color: #25648E!important;
border-bottom: 1px solid #25648E;
font-weight: bold;
}
.bgBoxtitle2O {
margin-left: 20px;
font-size: 1.2em;
color: rgb(212, 138, 10)!important;
border-bottom: 1px solid rgb(212, 138, 10);
font-weight: bold;
}
.bgBoxtitle3 {
	color: #FFFFFF;
	}
	
span.bgBoxtitle3back {
	background: #25648E;
	padding: 6px 20px;
	border-radius: 3px;
}

.denkijigyohoTitle {
	font-size: 1.5em!important;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width: 768px) {
.bgbBox {
	width: 78%;
}
}

/* お問い合わせページ */
.qaBox {
	border: solid 2px #b3dee6;
    margin: 0 auto 50px;
    padding: 20px 40px;
    width: 75%;
    border-radius: 3px;
}
.question-1::before {
	content: "Q.";
	color: #1074BE;
	font-size: 1.3em!important;
	font-weight: bold;
	padding-right: 10px;
 }
 .question-1 {
	font-weight: bold;
 }
.answer-1::before {
	content: "A.";
	color: #C1272D;
	font-size: 1.3em!important;
	font-weight: bold; 
	padding-right: 10px;
 }



/* 共通 */
.mt100{
	margin-top: 100px;
	}
	
.mb100 {
	margin-bottom: 100px;
	}
.w55p {
  width: 80%;
  margin: 30px auto 50px !important;
  text-align: center;
}
.bgbBox img {
  width: 100%;
}
.smallT {
  font-size: 80% !important;
}
.titlepress {
  font-weight: bold;
  font-size: 1.2em;
}