.css_hover {
	-webkit-transition: 0.4s opacity;
	transition: 0.4s opacity;
}
.css_hover:hover {
	opacity: 0.7!important;
}

.fix{
	position: fixed;
	top: 12%;
	right: 0;
	z-index: 1000;
}
.fix li{
	margin-top: 20px;
}
.fix li:first-child{
	margin-top: 0;
}

.spnon{
	display: block;
}
.pcnon{
	display: none;
}

@media screen and (max-width: 768px){
	.fix{
		top: initial;
		bottom: 0;
		width: 100%;
		background-color: #ffffff;
		box-sizing: border-box;
		padding: 10px 15px 0;
	}
	.fix ul{
		max-width: 600px;
		margin: 0 auto;
	}
	.fix li{
		width: 48.3%;
		margin-top: 0;
		margin-left: 3.4%;
		float: left;
	}
	.fix li:first-child{
		margin-left: 0;
	}

	.spnon{
		display: none;
	}
	.pcnon{
		display: block;
	}
}

body {
	color: #282828;
	font-size: 14px;
	text-align: center;
	min-width: 1000px;
	background-color: #ffffff;
}
body * {
	box-sizing: border-box;
}

a:hover {
	opacity: 0.7;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
a.tel_hover:hover{
	opacity: 1;
}

.cont {
	width: 980px;
	background-color: #ffffff;
	margin: 0 auto;
}

#cboxLoadedContent {
	border: 0;
}

#pageTop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
}

/* head */
#head {
	position: relative;
}
#head .bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 640px;
	background: #ccedff url(/image/gasryokin/h_bg.jpg) no-repeat center top;
}
#headInn {
	position: relative;
	width: 980px;
	padding-top: 30px;
	margin: 0 auto;
	z-index: 1;
}
#headInn #hLogo {
	position: absolute;
	top: 0;
	left: -5px;
	width: 84px;
	height: 74px;
}
#headInn #hLogo {
	position: absolute;
	top: 0;
	left: -5px;
	width: 84px;
	height: 74px;
}
#headInn #hLogo2 {
	position: absolute;
	top: 20px;
	right: -5px;
	width: 125px;
	height: 44px;
}
#headInn #hLogo img{
	width: 100%;
	height: auto;
}
#headInn #hLogo_wrap{
	position: absolute;
	top: 0;
	left: -5px;
	width: 135px;
	height: 72px;
	background: url(/image/gasryokin/h_logo_bg.png?v=1) no-repeat center top;
	background-size: 135px 72px;
}
#headInn #hLogo_wrap .logo_2{
	width: 87px;
	display: block;
	margin: 16px auto 0;
}
#headInn .ttl h1 img{
	margin: 0 auto;
}
#headInn .ttl .fukidashi img{
	margin: 0 auto;
}
#headInn .h_bnr_tel{
	position: absolute;
	top: 294px;
	left: -12px;
}
#headInn .h_img_pro{
	position: absolute;
	top: 224px;
	left: 390px;
}
#headInn .h_txt_pro{
	position: absolute;
	top: 224px;
	left: 222px;
}
/* voice */
#headInn .voice{
	position: relative;
	background: url(/image/gasryokin/voice_bg.jpg) repeat center 5px;
	padding: 0 0 24px;
	margin-top: 242px;
}
#headInn .voice .fukidashi{
	position: absolute;
	top: -20px;
	left: 60px;
}
#headInn .voice h2{
	color: #ffffff;
	font-size: 36px;
	font-weight: 600;
	text-align: center;
	line-height: 86px;
	letter-spacing: -0.05em;
	background: #094b93;
	padding-left: 35px;
}
#headInn .voice h2 span{
	font-size: 44px;
}
#headInn .voice ul{
	letter-spacing: -1em;
	margin-top: 40px;
}
#headInn .voice ul li{
	display: inline-block;
	position: relative;
	vertical-align: top;
	letter-spacing: 0;
	width: 210px;
	box-shadow: 0 0 8px #dddddd;
	margin-left: 20px;
}
#headInn .voice ul li:first-child{
	margin-left: 0;
}
#headInn .voice ul li .icon{
	position: absolute;
	top: -10px;
	left: -10px;
}
/* visit_flow */
#headInn .visit_flow{
	background: #094b93;
	padding: 35px 0 42px;
	margin-bottom: 60px;
}
#headInn .visit_flow,
#headInn .visit_flow p{
	text-align: center;
}
#headInn .visit_flow h2 img{
	margin: 0 auto;
}
#headInn .visit_flow .tel{
	background: #ffffff;
	letter-spacing: .03em;
	width: 660px;
	margin: 20px auto 15px;
}
#headInn .visit_flow .tel .tel_ttl{
	color: #ffffff;
	font-size: 29px;
	font-weight: 600;
	line-height: 59px;
	background: #f18d1a;
}
#headInn .visit_flow .tel .tel_ttl span{
	position: relative;
	padding-left: 35px;
}
#headInn .visit_flow .tel .tel_ttl span:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 26px;
	height: 34px;
	background: url(/image/gasryokin/icon_tel.png) no-repeat center;
	margin: auto;
}
#headInn .visit_flow .tel .tel_box{
	border: 4px solid #f18d1a;
	border-top: none;
	text-align: center;
}
#headInn .visit_flow .tel .tel_number a{
	color: #094b93;
	font-size: 60px;
	font-weight: 900;
	line-height: 87px;
	text-decoration: none;
}
#headInn .visit_flow .tel .tel_time{
	font-size: 16px;
	color: #094b93;
	display: inline-block;
	padding: 5px;
	line-height: 1em;
}
#headInn .visit_flow .tel .tel_sub_txt{
	font-size: 17px;
	color: #094b93;
	margin: 10px 0;
}
#headInn .visit_flow .tel .tel_sub_txt span{
	font-size: 22px;
	text-decoration: underline;
	font-weight: 500;
}
#headInn .visit_flow .tel_detail{
	color: #ffffff;
	font-size: 16px;
	line-height: 24px;
}
#headInn .visit_flow .tel_detail span{
	font-size: 22px;
	font-weight: 600;
	border-bottom: 1px solid #ffffff;
}
#headInn .visit_flow ul{
	letter-spacing: -1em;
	margin: 15px auto 40px;
}
#headInn .visit_flow ul li{
	position: relative;
	display: inline-block;
	font-size: 14px;
	vertical-align: top;
	line-height: 20px;
	letter-spacing: -.05em;
	min-width: 170px;
	min-height: 201px;
	background: #ffffff;
	box-sizing: border-box;
	padding: 15px 10px 0;
	margin-left: 20px;
}
#headInn .visit_flow ul li:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -15px;
	width: 10px;
	height: 30px;
	background: url(/image/gasryokin/flow_icon_arrow.png) no-repeat center;
	background-size: 10px 30px;
	margin: auto;
}
#headInn .visit_flow ul li:first-child{
	margin-left: 0;
}
#headInn .visit_flow ul li:first-child:before{
	display: none;
}
#headInn .visit_flow ul li.flow_1 p{
	margin-bottom: 12px;
}
#headInn .visit_flow ul li.flow_2 p{
	margin-bottom: 12px;
}
#headInn .visit_flow ul li.flow_3 p{
	margin-bottom: 20px;
}
#headInn .visit_flow ul li.flow_4 p{
	margin-bottom: 15px;
}
#headInn .visit_flow .entry_btn{
	position: relative;
	text-decoration: none;
	width: 500px;
	display: block;
	margin: 0 auto;
	background-color: #fff;
	padding: 25px 0 25px 22px;
	box-sizing: border-box;
	border-radius: 40px;
	box-shadow: 3px 3px #c4d0d6;
}
#headInn .visit_flow .entry_btn:before,
#headInn .visit_flow .entry_btn:after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
#headInn .visit_flow .entry_btn:before{
	left: 22px;
	width: 42px;
	height: 36px;
	background: url(/image/gasryokin/entry_icon_pc.png) no-repeat center;
}
#headInn .visit_flow .entry_btn:after{
	right: 22px;
	width: 27px;
	height: 26px;
	background: url(/image/gasryokin/entry_icon_arrow.png) no-repeat center;
	background-size: 21px 21px;
}
#headInn .visit_flow .entry_btn span{
	color: #094b93;
	font-size: 22px;
	font-weight: 900;
	letter-spacing: -0.04em;
}

/* cont1 */
#cont1 {
	background-color: #216ac5;
	padding: 70px 0;
}
#cont1 .cont {
	padding: 40px;
}
#cont1 ul.points {
	font-size: 0;
	margin-top: 28px;
}
#cont1 ul.points>li>div{
	display: inline-block;
	position: relative;
	text-decoration: none;
	vertical-align: top;
	width: 212px;
	height: 220px;
	background-color: #216ac5;
	padding-top: 23px;
}
#cont1 ul.points>li {
	display: inline-block;
	width: 212px;
	height: 220px;
	margin-right: 16px;
}
#cont1 ul.points>li p.point_num {
	font-size: 0;
	text-align: center;
	padding-bottom: 19px;
	border-bottom: 2px solid #ffffff;
	margin: 0 15px;
}
#cont1 ul.points>li .point_dtl {
	padding-top: 22px;
}
#cont1 ul.points>li p.point_ttl {
	font-size: 0;
	text-align: center;
}
#cont1 ul.points>li p.point_txt {
	color: #ffffff;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	line-height: 22px;
	letter-spacing: 0em;
	margin-top: 17px;
}
#cont1 ul.points>li:last-child {
	margin-right: 0;
}

/* cont2 */
#cont2 {
	padding: 70px 0;
}
#cont2 .cont {
	padding: 50px;
}
#cont2 p.sec2_fig {
	font-size: 0;
	text-align: center;
	margin-top: 40px;
}
#cont2 p.sec2_fig img:first-child {
	margin-right: 14px;
}
#cont2 p.sec2_dtl {
	text-align: right;
	margin-top: 10px;
}
#cont2 p.sec2_dtl a {
	color: #036eb7;
	font-size: 12px;
	font-weight: 600;
	text-decoration: underline;
	line-height: 1;
}
#cont2 p.sec2_dtl a:hover {
	text-decoration: none;
}
#cont2 p.sec2_txt {
	margin-top: 12px;
}
#cont2 #menu {
	position: relative;
	background-color: #dff3ff;
	padding-bottom: 45px;
	margin-top: 55px;
}
#cont2 #menu:before {
	content: "";
	position: absolute;
	top: -40px;
	left: 186px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 19px 40px 19px;
	border-color: transparent transparent #216ac5 transparent;
}
#cont2 #menu h3 {
	background-color: #216ac5;
	padding: 30px 0 28px;
}
#cont2 #menu p.menu_cat {
	font-size: 24px;
	font-weight: 800;
	text-align: center;
	line-height: 33px;
	padding: 25px 0 22px;
}
#cont2 #menu .menu_check_inn {
	width: 750px;
	margin: 0 auto;
}
#cont2 #menu .menu_check a {
	display: block;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	line-height: 22px;
	width: 241px;
	height: 65px;
	background: url(/image/gasryokin/ic_sec2.png) no-repeat;
	background-position: 12px center;
	background-color: #53aad1;
	padding: 10px 0 0 10px;
	float: left;
}
#cont2 #menu .menu_check_txt {
	font-size: 14px;
	font-weight: 600;
	line-height: 22px;
	letter-spacing: 0em;
	width: 485px;
	height: 65px;
	padding: 10px 0;
	border-top: 1px solid #282828;
	border-bottom: 1px solid #282828;
	float: right;
}
#cont2 #menu .menu_itm {
	width: 780px;
	margin: 30px auto 0;
}
#cont2 #menu .menu_itm h4 {
	font-size: 0;
}
#cont2 #menu .menu_itm.menu_itm1 {
	margin-top: 20px;
}
#cont2 #menu .plan_inn {
	background-color: #216ac5;
	border: 3px solid #216ac5;
}
#cont2 #menu .plan1_ttl {
	width: 320px;
	height: 135px;
	padding-top: 20px;
	float: left;
}
#cont2 #menu .plan1_ttl p {
	text-align: center;
}
#cont2 #menu .plan1_cont {
	width: 453px;
	height: 135px;
	background-color: #ffffff;
	padding: 20px;
	float: right;
}
#cont2 #menu .plan1_fig {
	font-size: 0;
	text-align: center;
	padding: 8px 0;
	margin-bottom: 15px;
}
#cont2 #menu .menu_itm ul {
	font-size: 0;
}
#cont2 #menu .menu_itm ul li {
	display: inline-block;
	vertical-align: top;
	width: 247px;
	background-color: #216ac5;
	border: 3px solid #216ac5;
	margin-right: 16px;
}
#cont2 #menu .menu_itm .contract_wrap .contract_btn1 {
	width: 385px;
	box-sizing: border-box;
	border:3px solid #216ac5;
	float: left;
}
#cont2 #menu .menu_itm .contract_wrap .contract_btn2 {
	width: 385px;
	box-sizing: border-box;
	border:3px solid #216ac5;
	float: right;
}
#cont2 #menu .menu_itm .contract_wrap .contract_btn_tit{
	display: block;
	text-align: center;
	line-height: 0em;
	width: 100%;
	background-color: #216ac5;
	padding: 7px 0 13px;
}
#cont2 #menu .menu_itm .contract_wrap .contract_btn_link{
	color: #036eb7;
}
#cont2 #menu .menu_itm .contract_wrap .contract_btn1 a,
#cont2 #menu .menu_itm .contract_wrap .contract_btn2 a{
	display: block;
	text-align: center;
	text-decoration: none;
	width: 100%;
	background-color: #ffffff;
	padding: 16px 0;
}
#cont2 #menu .menu_itm .contract_wrap .contract_btn1 a span,
#cont2 #menu .menu_itm .contract_wrap .contract_btn2 a span{
	padding-bottom: 6px;
	border-bottom: 1px solid #216ac5;
}
#cont2 #menu .menu_itm .contract_wrap .contract_btn1 a:hover span,
#cont2 #menu .menu_itm .contract_wrap .contract_btn2 a:hover span{
	border-bottom: 0px solid #216ac5;
}
#cont2 #menu .menu_itm .contract_wrap .contract_btn1 a img,
#cont2 #menu .menu_itm .contract_wrap .contract_btn2 a img{
	vertical-align: middle;
}
#cont2 #menu .menu_itm ul li:last-child {
	margin-right: 0;
}
#cont2 #menu .plan_ttl {
	width: 100%;
	height: 115px;
	padding-top: 15px;
}
#cont2 #menu .plan_ttl p {
	text-align: center;
}
#cont2 #menu .plan_cont {
	width: 100%;
	background-color: #ffffff;
	padding: 20px 17px;
	float: right;
}
#cont2 #menu .plan_fig{
	text-align: center;
}
#cont2 #menu .plan_fig img {
	height: auto;
}
#cont2 #menu .plan_txt {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0em;
	margin: 13px 0 10px;
}
#cont2 #menu .menu_itm ul li:last-child .plan_txt {
	margin-bottom: 30px;
}
#cont2 #menu .menu_btn {
	font-size: 0;
}
#cont2 #menu .menu_btn img {
	width: 100%;
	height: auto;
}

/* cont3 */
#cont3 {
	background-color: #d2edff;
	padding: 70px 0;
}
#cont3 .cont {
	padding: 40px 40px 0;
}
#cont3 h2 {
	position: relative;
	color: #ffffff;
	font-size: 26px;
	font-weight: 800;
	line-height: 63px;
	width: 100%;
	background-color: #216ac5;
	border-radius: 5px;
	margin-bottom: 30px;
}
#cont3 h2:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -30px;
	left: 24px;
	width: 116px;
	height: 108px;
	background: url(/image/gasryokin/sec3_ttl_biznezumi.png) center center no-repeat;
}
#cont3 .flow_ttl {
	font-size: 28px;
	font-weight: 800;
	text-align: center;
	line-height: 1.5em;
	padding: 15px 0 10px;
	border-top: 2px solid #216ac5;
	border-bottom: 2px solid #216ac5;
}
#cont3 .flow_ttl .blue {
	color: #216ac5;
}
#cont3 .flow_ttl .sml {
	font-size: 14px;
	font-weight: 600;
}
#cont3 .flow_ttl a {
	color: #036eb7;
	text-decoration: underline;
}
#cont3 .flow_ttl a:hover {
	text-decoration: none;
}
#cont3 .flow_cat {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	line-height: 24px;
	margin-top: 23px;
}
#cont3 .flow_bizene {
	font-size: 28px;
	font-weight: 800;
	text-align: center;
	line-height: 1;
	margin-top: 23px;
}
#cont3 #twoTab {
	width: 100%;
	margin-top: 36px;
}
#cont3 .tabFlow {
	font-size: 0;
}
#cont3 .tabHikaiinSwitch {
	float: left;
}
#cont3 .tabKaiinSwitch {
	float: right;
}
#cont3 .tabHikaiinSwitch img,
#cont3 .tabKaiinSwitch img {
	border-radius: 4px;
}
#cont3 .tabHikaiinSwitch.open img,
#cont3 .tabKaiinSwitch.open img {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
#cont3 #hikaiin {
	display: none;
	border: 4px solid #216ac5;
}
#cont3 #kaiin {
	display: none;
	border: 4px solid #ffa900;
}
#cont3 .flow1_itms {
	padding: 40px;
	-webkit-border-radius: 0 0 6px 6px / 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px / 0 0 6px 6px;
	border-radius: 0 0 6px 6px / 0 0 6px 6px;
}
#cont3 .flow1_itms li {
	position: relative;
	width: 100%;
	background-color: #ffffff;
	padding-top: 35px;
	border-radius: 5px;
	margin-bottom: 40px;
}
#cont3 .flow1_itms li:before {
	content: "";
	position: absolute;
	bottom: -20px;
	left: center;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 30px 0 30px;
	border-color: #ffffff transparent transparent transparent;
	margin-left: -30px;
}
#cont3 .flow1_itms li:last-child {
	margin-bottom: 0;
}
#cont3 .flow1_itms li:last-child:before {
	content: none;
}
#cont3 .flow1_itms li .step {
	text-align: center;
	margin-bottom: 15px;
}
#cont3 .flow1_itms li .flow1_ttl {
	color: #216ac5;
	font-size: 34px;
	font-weight: 800;
	text-align: center;
	line-height: 48px;
	margin-bottom: 5px;
}
#cont3 .flow1_itms li .flow1_txt {
	font-size: 16px;
	text-align: center;
	line-height: 28px;
}
#cont3 .flow1_itms li .flow1_txt_red {
	display: inline-block;
	color: #ed3828;
	font-size: 16px;
	text-align: center;
	line-height: 28px;
	margin-top: 19px;
}
#cont3 .flow1_itms li .flow1_fig {
	text-align: center;
	padding: 25px 0 45px;
}
#cont3 .flow1_itms li .flow1_fig_login {
	padding-left: 41px;
}
#cont3 .flow1_itms li .flow1_fig_step2 {
	padding-right: 15px;
}
#cont3 .flow1_itms li .flow1_dtl {
	background: url(/image/gasryokin/sec3_btm_biznezumi.png) no-repeat;
	background-position: 576px bottom;
	background-color: #edf8ff;
	padding: 10px 250px 30px 40px;
	-webkit-border-radius: 0 0 5px 5px / 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px / 0 0 5px 5px;
	border-radius: 0 0 5px 5px / 0 0 5px 5px;
}
#cont3 .flow1_itms li .flow1_dtl_ttl {
	font-size: 17px;
	color: #216ac5;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0em;
	margin-top: 20px;
}
#cont3 .flow1_itms li .flow1_dtl_txt {
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0em;
	margin-top: 10px;
}
#cont3 .flow1_itms li .flow1_dtl_txt a {
	color: #036eb7;
	text-decoration: underline;
}
#cont3 .flow1_itms li .flow1_dtl_txt a:hover {
	text-decoration: none;
}
#cont3 .flow1_btn {
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	width: 820px;
	margin: 45px auto 0;
}
#cont3 .btn_kaiin p,
#cont3 .btn_hikaiin p {
	text-align: center;
}
#cont3 .btn_kaiin {
	color: #ffa900;
	width: 397px;
	float: left;
}
#cont3 .btn_hikaiin {
	color: #0062c5;
	width: 397px;
	float: right;
}
#cont3 .btn_flow {
	width: 100%;
	margin-top: 20px;
}
#cont3 .btn_flow img {
	width: 100%;
	height: auto;
}
#cont3 .flow_tel {
	padding: 40px 0 55px;
}
#cont3 .flow_tel_ttl {
	display: inline-block;
	font-size: 22px;
	font-weight: 800;
	line-height: 1;
	border-bottom: 1px solid #282828;
	padding-bottom: 10px;
}
#cont3 .flow_tel_num {
	text-align: center;
	margin-top: 15px;
}
#cont3 .flow_tel_txt {
	font-size: 14px;
	text-align: center;
	line-height: 1;
	margin-top: 15px;
}
#cont3 .flow2_check {
	color: #ffffff;
	font-size: 20px;
	font-weight: 800;
	text-align: center;
	line-height: 30px;
	background-color: #216ac5;
	padding: 22px 0 18px;
	margin-top: 20px;
}
#cont3 .flow2_itms {
	font-size: 0;
	width: 100%;
	margin-top: 18px;
}
#cont3 .flow2_itms li {
	display: inline-block;
	position: relative;
	vertical-align: top;
	width: 294px;
	height: 371px;
	background-color: #eeeeef;
	padding: 22px;
	margin-right: 8px;
}
#cont3 .flow2_itms li:before {
	content: "";
	position: absolute;
	top: 161px;
	right: -29px;
	width: 50px;
	height: 50px;
	background: url(/image/gasryokin/ic_sec3.png) center center no-repeat;
	z-index: 99;
}
#cont3 .flow2_itms li:last-child {
	margin-right: 0;
}
#cont3 .flow2_itms li:last-child:before {
	content: none;
}
#cont3 .flow2_ttl {
	margin-bottom: 25px;
}
#cont3 .flow2_ttl img {
	width: 100%;
	height: auto;
}
#cont3 .flow2_fig img {
	width: 100%;
	height: auto;
}
#cont3 .flow2_txt {
	font-size: 14px;
	line-height: 20px;
	margin-top: 20px;
}
#cont3 .flow2_txt a {
	color: #036eb7;
	text-decoration: underline;
}
#cont3 .flow2_txt a:hover {
	text-decoration: none;
}
#cont3 .flow2_txt_check {
	font-size: 11px;
	font-weight: 600;
	text-align: center;
	line-height: 33px;
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #216ac5;
	margin-top: 10px;
}
#cont3 .flow2_btn {
	margin-top: 40px;
}
#cont3 .flow2_btn p {
	text-align: center;
}
#cont3 .flow2_btn p.btn_flow {
	width: 397px;
	margin: 20px auto 0;
}
#cont3 #flowLogin {
	width: 100%;
	padding-top: 30px;
}
#cont3 #flowLogin .flow1_ttl {
	color: #216ac5;
	font-size: 34px;
	font-weight: 800;
	text-align: center;
	line-height: 48px;
	margin-bottom: 20px;
}
#cont3 #flowLogin .flow1_txt {
	font-size: 16px;
	text-align: center;
	line-height: 28px;
}
#cont3 #flowLogin .flow1_txt_red {
	display: inline-block;
	color: #ed3828;
	font-size: 16px;
	line-height: 28px;
	margin-top: 19px;
}
#cont3 #flowLogin .flow1_fig {
	text-align: center;
	padding: 25px 0 45px;
}
#cont3 #flowLogin .flow1_dtl {
	width: 100%;
	background: url(/image/gasryokin/sec3_btm_biznezumi.png) no-repeat;
	background-position: 616px bottom;
	background-color: #edf8ff;
	padding: 10px 295px 30px 40px;
}
#cont3 #flowLogin .flow1_dtl_ttl {
	color: #216ac5;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0em;
	margin-top: 20px;
}
#cont3 #flowLogin .flow1_dtl_txt {
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0em;
	margin-top: 10px;
}
#cont3 #flowLogin .flow1_dtl_txt a {
	color: #036eb7;
	text-decoration: underline;
}
#cont3 #flowLogin .flow1_dtl_txt a:hover {
	text-decoration: none;
}
#cont3 .flow_login_btn {
	width: 397px;
	margin: 30px auto 0;
}

/* footer */
#fLink {
	padding: 73px 0;
}
#fLink p {
	text-align: center;
}

#fCopy {
	background-color: #0062c5;
	color: #ffffff;
	font-size: 12px;
	line-height: 68px;
}

@media screen and (max-width: 768px) {
	body {
		min-width: inherit;
	}

	.cont {
		width: 100%;
	}
	a:hover {
		opacity: 1;
	}

	/* head */
	#head{
		border-top: 30px solid #094b93;
	}
	#head .bg{
		height: auto;
		background: transparent;
	}
	#headInn {
		width: 100%;
		height: auto;
		background-position: top center;
		background-size: auto 95%;
		padding-top: 14%;
		margin-top: -30px;
	}
	#headInn #hLogo {
		left: 4%;
		width: 14%;
		height: auto;
	}
	#headInn #hLogo2 {
		top: 10px;
		right: 4%;
		width: 22.5%;
		height: auto;
	}
	#headInn #hLogo2 img{
		width: 100%;
	}
	#headInn #hLogo_wrap{
		left: 15px;
		width: 26.25%;
		background: none;
		height: auto;
	}
	#headInn #hLogo_wrap .logo_2{
		width: 100%;
		margin-top: 0;
	}
	#headInn .ttl h1{
		width: 100%;
	}
	#headInn .ttl .fukidashi{
		font-size: 13px;
		line-height: 35px;
		width: 90.625%;
		border-radius: 4px;
		margin: 0 auto;
	}
	#headInn .ttl .fukidashi img{
		margin: 0 auto 3px;
	}
	#headInn .h_bnr_tel{
		top: 16.4%;
		left: 0;
		right: 0;
		width: 93.75%;
		margin: 0 auto;
		z-index: 1;
	}
	#headInn .img_pro_wrap{
		position: relative;
	}
	#headInn .h_img_pro{
		position: static;
		width: 93.75%;
		margin: 11.5% auto 34%;
	}
	#headInn .h_txt_pro{
		top: -13.5%;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	#headInn .sp_inner{
		margin: 0 15px;
	}
	/* voice */
	#headInn .voice{
		background-size: 1px 15px;
		padding: 0;
		margin-top: -30%;
	}
	#headInn .voice .fukidashi{
		top: -15px;
		left: -8px;
		width: 84px;
	}
	#headInn .voice h2{
		font-size: 20px;
		line-height: 28px;
		padding: 10px 0;
	}
	#headInn .voice h2 span{
		font-size: 24px;
	}
	#headInn .voice ul{
		padding-bottom: 5px;
		margin: 15px 15px 0;
	}
	#headInn .voice ul li{
		width: calc(50% - 5px);
		margin-left: 10px;
		margin-bottom: 10px;
	}
	#headInn .voice ul li:nth-child(odd){
		margin-left: 0;
	}
	#headInn .voice ul li .icon{
		top: -5px;
		left: -5px;
		width: 24px;
	}
	/* visit_flow */
	#headInn .visit_flow{
		padding: 15px 0 17px;
		margin-bottom: 20px;
	}
	#headInn .visit_flow h2{
		font-size: 16px;
		line-height: 22px;
	}
	#headInn .visit_flow .tel{
		width: auto;
		margin: 15px 15px 5px;
	}
	#headInn .visit_flow .tel .tel_box{
		border: 2px solid #f18d1a;
		border-top: none;
	}
	#headInn .visit_flow .tel .tel_time{
		font-size: 11px;
	}
	#headInn .visit_flow .tel .tel_ttl{
		font-size: 15px;
		line-height: 30px;
	}
	#headInn .visit_flow .tel .tel_ttl span{
		padding-left: 18px;
	}
	#headInn .visit_flow .tel .tel_ttl span:before{
		width: 13px;
		height: 16px;
		background-size: 13px 16px;
	}
	#headInn .visit_flow .tel .tel_number a{
		font-size: 34px;
		line-height: 47px;
	}
	#headInn .visit_flow .tel .tel_sub_txt{
		font-size: 11px;
		letter-spacing: 0.05em;
		line-height: 1.2em;
	}
	#headInn .visit_flow .tel .tel_sub_txt span{
		font-size: 16px;
	}
	#headInn .visit_flow .tel_detail{
		font-size: 11px;
		line-height: 16px;
	}
	#headInn .visit_flow .tel_detail span{
		font-size: 16px;
		line-height: 24px;
	}
	#headInn .visit_flow ul{
		margin: 12px 15px 20px;
	}
	#headInn .visit_flow ul li{
		display: block;
		font-size: 11px;
		line-height: 17px;
		letter-spacing: -1em;
		width: 100%;
		min-width: 100%;
		min-height: 90px;
		margin-left: 0;
		margin-top: 16px;
		padding: 0;
	}
	#headInn .visit_flow ul li:before{
		top: -20px;
		bottom: auto;
		left: 0;
		right: 0;
		width: 8px;
		height: 25px;
		background-size: 8px 25px;
		margin: 0 auto;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	#headInn .visit_flow ul li:first-child{
		margin-top: 0;
	}
	#headInn .visit_flow ul li p,
	#headInn .visit_flow ul li .img_wrap{
		display: inline-block;
		vertical-align: middle;
		letter-spacing: 0;
	}
	#headInn .visit_flow ul li p.spnon,
	#headInn .visit_flow ul li .img_wrap.spnon{
		display: none;
	}
	#headInn .visit_flow ul li p{
		width: 57%;
	}
	#headInn .visit_flow ul li.flow_1 p,
	#headInn .visit_flow ul li.flow_2 p,
	#headInn .visit_flow ul li.flow_3 p,
	#headInn .visit_flow ul li.flow_4 p{
		margin-bottom: 0;
	}
	#headInn .visit_flow ul li .img_wrap{
		width: 43%;
	}
	#headInn .visit_flow ul li.flow_1 img{
		width: 100%;
	}
	#headInn .visit_flow ul li.flow_2 img{
		width: 100%;
	}
	#headInn .visit_flow ul li.flow_3 img{
		width: 100%;
	}
	#headInn .visit_flow ul li.flow_4 img{
		width: 100%;
	}
	#headInn .visit_flow .entry_btn{
		padding: 5px 0;;
		width: calc(100% - 30px);
		margin: 0 15px;
		box-shadow: 1px 1px #c4d0d6
	}
	#headInn .visit_flow .entry_btn:before{
		width: 9px;
		height: 18px;
		background: url(/image/gasryokin/entry_icon_sp.png) no-repeat center;
		background-size: 9px 18px;
		left: 15px;
	}
	#headInn .visit_flow .entry_btn:after{
		width: 13px;
		height: 13px;
		background-size: 13px 13px;
		right: 11px;
	}
	#headInn .visit_flow .entry_btn span{
		font-size: 14px;
		padding-bottom: 0;
	}

	/* cont1 */
	#cont1 {
		padding: 4.5%;
	}
	#cont1 .cont {
		padding: 5% 3.4% 3.4%;
	}
	#cont1 h2 img {
		width: 65%;
		height: auto;
	}
	#cont1 ul.points {
		width: 100%;
		margin-top: 0;
	}
	#cont1 ul.points li {
		display: block;
		width: 49%;
		height: auto;
		margin-top: 3.5%;
		margin-right: 0;
		float: left;
	}
	#cont1 ul.points li:nth-child(odd){
		margin-right: 2%;
	}
	#cont1 ul.points li>div{
		display: block;
		text-align: center;
		width: 100%;
		height: 130px;
		padding: 15px 5px 25px;
	}
	#cont1 ul.points li p.point_num {
		font-size: 0;
		text-align: center;
		width: 100%;
		padding: 0 0 12px;
		margin: 0;
	}
	#cont1 ul.points li p.point_num img {
		width: 85px;
		height: 20px;
	}
	#cont1 ul.points li .point_dtl {
		padding-top: 6px;
	}
	#cont1 ul.points li p.point_ttl {
		text-align: center;
	}
	#cont1 ul.points li p.point_ttl img {
		width: auto;
		height: 14px;
	}
	#cont1 ul.points li p.point_txt {
		font-size: 9px;
		text-align: center;
		line-height: 15px;
		letter-spacing: -0.14em;
		margin-top: 5px;
	}

	/* cont2 */
	#cont2 {
		padding: 4.5%;
	}
	#cont2 .cont {
		width: 100%;
		padding: 3.4%;
	}
	#cont2 h2 img {
		width: 100%;
		height: auto;
	}
	#cont2 p.sec2_fig {
		text-align: center;
		margin-top: 10px;
	}
	#cont2 p.sec2_fig img {
		width: 100%;
		height: auto;
	}
	#cont2 p.sec2_fig img:first-child {
		margin-right: 0;
		margin-bottom: 10px;
	}
	#cont2 p.sec2_dtl {
		margin-top: 5px;
	}
	#cont2 p.sec2_dtl a {
		font-size: 10px;
	}
	#cont2 p.sec2_txt {
		font-size: 10px;
		line-height: 15px;
		margin-top: 1em;
	}
	#cont2 #menu {
		padding-bottom: 4%;
		margin-top: 1em;
	}
	#cont2 #menu:before {
		content: none;
	}
	#cont2 #menu h3 {
		padding: 10px 0 5px;
	}
	#cont2 #menu h3 img {
		width: 90%;
		height: auto;
	}
	#cont2 #menu p.menu_cat {
		font-size: 9px;
		line-height: 15px;
		padding: 10px 0 10px;
	}
	#cont2 #menu .menu_check_inn {
		text-align: center;
		width: 100%;
		margin: 0 auto;
	}
	#cont2 #menu .menu_check {
		text-align: center;
	}
	#cont2 #menu .menu_check a {
		display: inline-block;
		color: #ffffff;
		font-size: 10px;
		line-height: 1;
		width: auto;
		height: auto;
		background-position: 5px center;
		background-size: auto 10px;
		padding: 8px 6px 8px 14px;
		margin: 0 auto 10px;
		float: none;
	}
	#cont2 #menu .menu_check_txt {
		font-size: 9px;
		line-height: 14px;
		letter-spacing: 0.05em;
		width: 88%;
		height: auto;
		padding: 5px 0;
		margin: 0 auto;
		float: none;
	}
	#cont2 #menu .menu_check_txt span.pcnon {
		display: inline;
	}
	#cont2 #menu .menu_itm {
		width: 88%;
		margin: 20px auto 0;
	}
	#cont2 #menu .menu_itm h4 img {
		width: 100%;
		height: auto;
	}
	#cont2 #menu .plan1_ttl {
		width: 100%;
		height: auto;
		padding: 10px;
		float: none;
	}
	#cont2 #menu .plan1_ttl p img {
		width: 69%;
		height: auto;
	}
	#cont2 #menu .plan1_cont {
		width: 100%;
		height: auto;
		padding: 10px;
		float: none;
	}
	#cont2 #menu .plan1_fig {
		margin-bottom: 7px;
	}
	#cont2 #menu .plan1_fig img {
		width: 100%;
		max-width: 300px;
		height: auto;
	}
	#cont2 #menu .plan1_txt {
		font-size: 10px;
		line-height: 15px;
		margin-top: 5px;
	}
	#cont2 #menu .menu_itm ul {
		font-size: 0;
	}
	#cont2 #menu .menu_itm ul li {
		display: block;
		width: 100%;
		margin-bottom: 10px;
		margin-right: 0;
	}
	#cont2 #menu .plan_fig img{
		width: 100%;
		max-width: 300px;
	}
	#cont2 #menu .menu_itm.mt_10{
		margin-top: 10px;
	}
	#cont2 #menu .menu_itm .contract_wrap .contract_btn1,
	#cont2 #menu .menu_itm .contract_wrap .contract_btn2 {
		float: none;
	}
	#cont2 #menu .menu_itm .contract_wrap .contract_btn1{
		margin-bottom: 10px;
	}
	#cont2 #menu .menu_itm .contract_wrap img{
		display: block;
		width: 100%;
	}
	#cont2 #menu .menu_itm .contract_wrap .contract_btn1 {
		width: 100%;
		border:1px solid #216ac5;
	}
	#cont2 #menu .menu_itm .contract_wrap .contract_btn2 {
		width: 100%;
		border:1px solid #216ac5;
	}
	#cont2 #menu .menu_itm .contract_wrap .contract_btn1 a img,
	#cont2 #menu .menu_itm .contract_wrap .contract_btn2 a img{
		display: inline-block;
		width: 9px;
	}
	#cont2 #menu .menu_itm .contract_wrap .contract_btn1 .contract_btn_tit img{
		width: 53%;
		margin: 0 auto;
	}

	#cont2 #menu .menu_itm .contract_wrap .contract_btn2 .contract_btn_tit img{
		width: 46.9%;
		margin: 0 auto;
	}
	#cont2 #menu .menu_itm .contract_wrap .contract_btn1 a,
	#cont2 #menu .menu_itm .contract_wrap .contract_btn2 a{
		font-size: 11px;
		padding: 10px 0;
	}
	#cont2 #menu .menu_itm .contract_wrap .contract_btn1 a span,
	#cont2 #menu .menu_itm .contract_wrap .contract_btn2 a span{
		padding-bottom: 0;
		border-bottom: 1px solid #216ac5;
	}
	#cont2 #menu .plan_ttl {
		width: 100%;
		max-width: 400px;
		height: auto;
		padding: 10px;
		margin: 0 auto;
	}
	#cont2 #menu .plan2_ttl p img {
		width: 61%;
		height: auto;
	}
	#cont2 #menu .plan2_ttl p img {
		width: 55%;
		height: auto;
	}
	#cont2 #menu .plan3_ttl p img {
		width: 56%;
		height: auto;
	}
	#cont2 #menu .plan4_ttl p img {
		width: 84%;
		height: auto;
	}
	#cont2 #menu .plan_cont {
		width: 100%;
		padding: 10px;
		float: none;
	}
	#cont2 #menu .plan_txt {
		font-size: 10px;
		line-height: 15px;
		margin: 7px 0;
	}
	#cont2 #menu .menu_itm ul li:last-child .plan_txt {
		margin-bottom: 7px;
	}
	#cont2 #menu .menu_btn{
		max-width: 300px;
		margin: 0 auto;
	}
	#cont2 #menu .menu_btn img {
		width: 100%;
		height: auto;
	}

	/* cont3 */
	#cont3 {
		padding: 4.5%;
	}
	#cont3 .cont {
		padding: 4%;
	}
	#cont3 h2 {
		font-size: 13px;
		line-height: 1.2em;
		padding: 10px 0;
		margin-bottom: 15px;
	}
	#cont3 h2:after {
		content: "";
		bottom: 0;
		left: 0;
		width: 58px;
		height: 54px;
		background-size: contain;
	}
	#cont3 .flow_ttl {
		font-size: 13px;
		line-height: 1.5em;
		padding: 10px 0 8px;
	}
	#cont3 .flow_ttl .sml {
		font-size: 8px;
	}
	#cont3 .flow_cat {
		font-size: 11px;
		line-height: 16px;
		letter-spacing: 0em;
		margin-top: 8px;
	}
	#cont3 .flow_bizene {
		font-size: 14px;
		margin-top: 8px;
	}
	#cont3 #twoTab {
		margin-top: 15px;
	}
	#cont3 .tabHikaiinSwitch,
	#cont3 .tabKaiinSwitch {
		width: 49%;
	}
	#cont3 .tabHikaiinSwitch img,
	#cont3 .tabKaiinSwitch img {
		width: 100%;
		height: auto;
	}
	#cont3 .flow1_itms {
		padding: 2.7%;
		border-radius: 0;
	}
	#cont3 .flow1_itms li {
		padding-top: 15px;
		margin-bottom: 20px;
	}
	#cont3 .flow1_itms li:before {
		bottom: -12px;
		border-width: 12px 15px 0 15px;
		margin-left: -15px;
	}
	#cont3 .flow1_itms li .step {
		margin-bottom: 10px;
	}
	#cont3 .flow1_itms li .flow1_ttl {
		font-size: 17px;
		line-height: 22px;
		padding: 0 6%;
		margin-bottom: 5px;
	}
	#cont3 .flow1_itms li .flow1_txt {
		font-size: 11px;
		text-align: left;
		line-height: 16px;
		padding: 0 6%;
	}
	#cont3 .flow1_itms li .flow1_txt_red {
		font-size: 11px;
		line-height: 16px;
		padding: 0 6%;
		margin-top: 10px;
	}
	#cont3 .flow1_itms li .flow1_fig {
		padding: 10px 6% 15px;
	}
	#cont3 .flow1_itms li .flow1_fig_login {
		padding-left: 6%;
	}
	#cont3 .flow1_itms li .flow1_fig img {
		width: 100%;
		height: auto;
	}
	#cont3 .flow1_itms li .flow1_dtl {
		padding: 2% 6% 6%;
		background: none;
		background-color: #edf8ff;
	}
	#cont3 .flow1_itms li .flow1_dtl_ttl {
		font-size: 13px;
		line-height: 18px;
		margin-top: 10px;
	}
	#cont3 .flow1_itms li .flow1_dtl_txt {
		font-size: 11px;
		line-height: 16px;
		margin-top: 10px;
	}
	#cont3 .flow1_btn {
		font-size: 12px;
		width: 73%;
		margin: 0 auto;
	}	
	#cont3 #flow1 .flow_tel .flow_tel_num img {
		width:60%;
	}
	#cont3 .btn_kaiin, #cont3 .btn_hikaiin {
		width: 100%;
		margin-top: 20px;
		float: none;
	}
	#cont3 .btn_flow {
		width: 100%;
		margin-top: 10px;
	}
	#cont3 .flow_tel {
		padding: 20px 0 30px;
	}
	#cont3 .flow_tel_ttl {
		font-size: 10px;
		padding-bottom: 3px;
	}
	#cont3 .flow_tel_num {
		margin-top: 8px;
	}
	#cont3 .flow_tel_num img {
		width: 73%;
		height: auto;
	}
	#cont3 .flow_tel_txt {
		font-size: 10px;
		line-height: 13px;
		letter-spacing: 0em;
		margin-top: 8px;
	}
	#cont3 .flow2_check {
		font-size: 9px;
		line-height: 16px;
		padding: 10px 0 8px;
		margin-top: 10px;
	}
	#cont3 .flow2_itms {
		margin-top: 8px;
	}
	#cont3 .flow2_itms li {
		display: block;
		width: 100%;
		height: auto;
		padding: 6%;
		margin-bottom: 5px;
		margin-right: 0;
	}
	#cont3 .flow2_itms li:before {
		content: none;
	}
	#cont3 .flow2_itms li:after {
		content: "";
		position: absolute;
		bottom: -13px;
		right: center;
		width: 20px;
		height: 20px;
		background: url(/image/gasryokin/ic_sec3.png) center center no-repeat;
		background-size: contain;
		margin-left: -10px;
		z-index: 99;
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	#cont3 .flow2_itms li:last-child:after {
		content: none;
	}
	#cont3 .flow2_ttl {
		text-align: center;
		margin-bottom: 10px;
	}
	#cont3 .flow2_ttl img {
		width: 64%;
		height: auto;
	}
	#cont3 .flow2_fig {
		width: 25%;
		float: left;
	}
	#cont3 .flow2_txt {
		font-size: 11px;
		line-height: 16px;
		width: 65%;
		margin-top: 0;
		float: right;
	}
	#cont3 .flow2_txt_check {
		font-size: 9px;
		line-height: 22px;
		margin-top: 10px;
	}
	#cont3 .flow2_btn {
		width: 73%;
		margin: 20px auto 0;
	}
	#cont3 .flow2_btn img {
		width: 100%;
		height: auto;
	}
	#cont3 .flow2_btn p.btn_flow {
		width: 100%;
		margin: 10px auto 0;
	}
	#cont3 #flowLogin {
		padding-top: 15px;
		margin-bottom: 0;
	}
	#cont3 #flowLogin .flow1_ttl {
		font-size: 17px;
		line-height: 22px;
		padding: 0;
		margin-bottom: 5px;
	}
	#cont3 #flowLogin .flow1_txt {
		font-size: 11px;
		text-align: left;
		line-height: 16px;
		padding: 0 2%;
	}
	#cont3 #flowLogin .flow1_txt_red {
		font-size: 11px;
		line-height: 16px;
		padding: 0 2%;
		margin-top: 10px;
	}
	#cont3 #flowLogin .flow1_fig {
		padding: 10px 6% 15px;
	}
	#cont3 #flowLogin .flow1_fig img {
		width: 100%;
		height: auto;
	}
	#cont3 #flowLogin .flow1_dtl {
		background: none;
		background-color: #edf8ff;
		padding: 2% 6% 6%;
	}
	#cont3 #flowLogin .flow1_dtl_ttl {
		font-size: 13px;
		line-height: 18px;
		margin-top: 10px;
	}
	#cont3 #flowLogin .flow1_dtl_txt {
		font-size: 11px;
		line-height: 16px;
		margin-top: 10px;
	}
	#cont3 .flow_login_btn {
		width: 73%;
		margin: 20px auto 0;
	}

	/* footer */
	#fLink {
		padding: 8% 0;
	}
	#fLink p img {
		width: 64%;
		height: auto;
	}
	#fCopy {
		font-size: 9px;
		line-height: 11px;
		padding: 0.8em 0 20%;
	}

	/* pageTop */
	#pageTop:hover{
		opacity: 1;
	}
	#pageTop img{
		display: block;
		width: 30px;
	}
}