@charset "utf-8";
/* CSS Document */

body {
	width:100%;
    line-height:1.5;
    margin: 0px auto;
	height:90%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:16px;
	color: #333;
}
img {
	max-width:100%;
	width /***/:auto; /*IE8用ハック*/
} /*画像サイズが横幅に合わせて可変します*/
a{
	cursor:pointer;
}
.br-sp{
	display:none;
}
.br-pan{
	display:none;
}
.nowrap{
	white-space:nowrap;
}
/*ヘッダー*/
.content{
	max-width:1000px;
    width:100%;
	margin:0 auto;
}
.top_logo{
	width: 180px;
	padding-top: 14px;
	margin-top: 4px;
}
.sp_logo{
	display:none;
}
@media screen and (max-width:768px){
    .sp_logo{
        display:block;
    }
    .pc_logo{
        display:none;
    }
    .top_logo{
        padding-top: 8px;
        padding-left: 12px;
        margin-top: 0px;
        width:230px;
    }
}
.line{
	background-color: #66af58;
    height: 4px;
    margin-top: 0px;
    margin-bottom: 0px;
}

/*メイン*/
h1 {
	/*個人*/
    font-size:1.8em;
    line-height: 105%;
    color: #3aabd2;
    margin: 20px 2%;
}

.green{
	/*法人*/
	color: #00A100;
}
h1 span{
	font-size:0.65em;
	display: block;
}

#main{
	width:90%;
	margin:0 auto;
}
.description p{
	margin: 15px 0 20px 10px;

}
/*お申し込みの前に・・・*/
#caution{
	border:solid 1px #00a73c;
	width:100%;
	margin:0 auto;
}
#ttl_caution{
	color:white;
	text-align: center;
	background-color: #00a73c;
	width:100%;
	height:40px;
	margin:0 auto;
}
#ttl_caution p {
	margin:0;
	font-size: 1.3em;
	padding-top:5px;
}
#caution img{
	margin:0 auto;
}
.cont_caution{
	padding:3%;
}
.cont_caution p{
	margin:15px 0 5px 10px;
}
.cont_caution span{
	color:red;
}
/*notice*/
.notice{
    width:100%;
    margin:0 auto 25px auto;
    color:red;
    border: solid 1px red;
    background: url(../img/exclamation.png) 0 50% no-repeat;
}
.notice p{
    padding:5% 2% 5% 50px;
    margin:0;
}
/*パンくず*/
#pankuzu{
	margin:10px 0 5px 0;
	overflow: hidden;
	position: relative;
	width:100%;
}
#pankuzu div{
	width:30%;
	float:left;
	text-align: center;
}
.pan_index{
	width:3%;
	float:left;
	text-align: center;
	font-size:2vw;
	padding:1%;
	color:#CCCCCC;
	display:table-cell;
	vertical-align: middle;
}
.pan_index_blue{
	color:#1895D0;
}
.pan_index_green{
	color:#00A200;
}
#pankuzu div p{
	padding:10px;
	color:white;
	font-size:1.5vw;
}

.pan_gray{
	background-color:#CCCCCC;
}
.pan_blue{
	background-color:#1895D0;
}
.pan_green{
	background-color:#00A200;
}
/*フォーム*/
input,select,textarea{
    padding: 0.25rem;
}
form input{
	width:80%
}
form textarea{
	width:80%
}
form .hagaki{
	width:40%;
}
form input[type="checkbox"]{
    width:auto;
}
.input_s{
	width: 23%;
}
.input_num{
	/*width: 6em;*/
	width: 5em;
}
form p {
    margin-left:10px;
    margin-bottom: 5px;
}

form p.error {
    margin-left:0px;
    margin-bottom: 5px;
}

form input,select{
	margin:2% 0;
}

form select.reason{
	width: 70%;
}
form{
    margin-bottom: 40px;
	font-size: 14px;
}
form img{
	margin-top:10px;
}
form a{
	color:#00A015;
}
form span{
	color:red;
}
form a span{
	color:#00A015;
}
label{
	margin-right:30px;
}

.right_file{
    float:right;
}
.infomation{
	color:blue;
}

tr.claim_info{
	display:none;
}

tr.application_info{
	display:none;
}

/*テーブル*/

table{
	width:100%;
	border: 1px #dad5d1 solid;
	border-collapse: collapse;
}
td{
	border: 1px #dad5d1 solid;
	padding:7px 16px;
}
td:first-child{
	width:25%;
	background-color:#F7F4C8;
	font-size: 15px;
	display: table-cell;
    vertical-align: top;
}

table #tbl_ttl{
	/*テーブルタイトル*/
	padding:8px 2%;
	background-color:#E2DB99;
    font-weight:normal;
    text-align:left;
}
.box {
	display:table;
	width:100%;
}
.box img{
	display:inline-block;
	width:500px;
}
/*ボタン*/
.btn{
    overflow:hidden;
}
.btn_center{
	width: 200px;
    margin:0 auto;
}
/*.btn_right{
	width: 200px;
	margin:35px 0　35px　20px;

}*/
#previous{
	background: url(../img/btn_previous_off.png) no-repeat;
    width: 200px;
    height: 38px;
    padding: 5px 0;
    overflow: hidden;
    border: none;
    cursor: pointer;
    outline: none;
    color: white;
    font-size: 14px;


}
#previous:hover {
    background-image: url(../img/btn_previous_on.png);
}

#next{
	background: url(../img/btn_next_off.png) no-repeat;
    width: 200px;
    height: 38px;
    padding: 5px 0;
    overflow: hidden;
    border: none;
    cursor: pointer;
    outline: none;
    color: white;
    font-size: 14px;
    float:right;
}
#next:hover {
    background-image: url(../img/btn_next_on.png);
}

#not{
	background: url(../img/btn_not_off.png) no-repeat;
    width: 200px;
    height: 38px;
    padding: 5px 0;
    overflow: hidden;
    border: none;
    cursor: pointer;
    outline: none;
    color: white;
    font-size: 14px;
    float:right;
}
#not:hover {
    background-image: url(../img/btn_not_on.png);
}

#toppage{
	background: url(../img/btn_blue_off.png) no-repeat;
    width: 200px;
    height: 38px;
    padding: 5px 0;
    overflow: hidden;
    border: none;
    cursor: pointer;
    outline: none;
    color: white;
    font-size: 14px;
}
#toppage:hover {
    background-image: url(../img/btn_blue_on.png);
}
/*クエスチョンマーク*/
.question_mark {
    border: solid 1px #000;
    font-weight: bolder;
    color: black;
    padding: 0px 3px 0px 3px;
    background-color: #F0F0F0;
    font-size: 10px;
}
/*フッターコンテンツ*/
#footer_content{
	text-align:center;
}
#footer_content p{
	text-align:center;
	margin:3%;
	font-size:1.2em;
}
.footer_link{
	margin-bottom: 30px;
	width:100%;
	margin:2% auto;
}
.leftbtn{
    width:60%;
}
.rightbtn{
    width:35%;
}
/*フッター*/
#footer div.footer01{
	background-color: #9bcb60;
	height: 40px;
	}
#footer div.footer02{
	background-color: #00a73c;
	height: 40px;
	padding-top: 10px;
	}
#footer div.copy{
	text-align: center;
	width: 100%;
	margin: 0 auto;
	color: white;
	font-size:1.2Vh;
	}

@media screen and (max-width: 930px){
.br-pan{
	display:block;
}
.pan_index{
	font-size:2.5vw;
}
.pan_index_blue{
	font-size:2.5vw;
}
}
@media screen and (max-width: 714px){
table .box img{
	width:100%;
}
}
@media screen and (max-width: 551px){
.nosp{

}
.br_pc,.nosp{
	display:none;
}
.br-sp{
	display:block;
}
#header{
	background-image: url(../img/bg_header.jpg);
	background-repeat: repeat-x;
	background-size:auto 92%;
	}
#header ul.headerContent{

	}
#header li.leftContent{
	width:30%;
}
#header li.rightContent{
	width:35%;
}
/*#header li.leftContent img{
	width:70%;
	float:left;
	}
#header li.rightContent img{
	width:70%;
	float:right;
	}*/

#pankuzu div p{
	font-size:0.7em;
}
.pan_index{
	font-size:0.9em;
}
.pan_index_blue{
	font-size:0.9em;
}
h1 {
    font-size:1.4em;
}
h1 img{
	display:none;
}
.cont_caution p{
	font-size: 0.9em;
}
tr td:first-child,tr,td,th{
    display: block;
    width: auto;
    border-bottom: 0;
    border-right: 0;
    border-left:0;
}
form input{
	width:96%
}
.btn{
	margin:0 auto;
}
#previous{
	background: url(../img/btn_previous_off.png) no-repeat;
    width: 160px;
    height:30.4px;
    background-size:contain;
    font-size: 0.85em;
}
#next{
	background: url(../img/btn_next_off.png) no-repeat;
    width: 160px;
    height:30.4px;
    background-size:contain;
    font-size: 0.85em;
}
.leftbtn{
    float:none;
    width:auto;
    margin:5px auto;
}
.rightbtn{
    width:auto;
}
#footer div.footer01{
	height: 30px;
	}
#footer div.footer02{
	height: 30px;
	}
#footer div.rightContent{
	font-size:0.9em;
}
}

@media screen and (min-width: 1060px){
#main{
		width:960px;
}
#header ul.headerContent{
	max-width: 960px;
	margin: 0 auto;
}
#pankuzu div p{
	font-size:1.2em;
}
.pan_index{
	font-size:1.2em;
}
.pan_index_blue{
	font-size:1.2em;
}
}
@media screen and (max-width: 365px){

.nowrap{
	white-space:normal;
}

}

/*PDFボタン*/
.btn_gray {
    border: #a7a7a7 0.3em solid;
    color: white;
    font-weight: bold;
    background-color: #888888;
    width: 70%;
    text-align: center;
    padding: 6px 6px;
}
.box a {
    text-decoration: none;
}
@media screen and (max-width: 551px){
.btn_gray {
    width: 90%;
}
}

div.err_msg_box{
	width:100%;
	max-width:960px;
	border:1px solid red;
	font-weight:bold;
}

div.err_msg_ttl{
	color:white;
	background-color: red;
	padding:1% 25px;
}

div.err_msg_sen{
	background-color: #FFEBF1;
	color:red;
	padding:1% 30px;
}
td.err_bg_red{
	background-color: #FFEBF1;
}

/* 検針票画像表示 */
#gas_company_wrap{
	display: flex;
	flex-wrap: wrap;
}
.gas_company{
	/*min-width: 35%;*/
	min-width: 280px;
	flex: 1;
}
.kenshinhyou_wrap{
	min-width: 280px;
	flex: 2;
}

/*entry*/
.cfix:after{
	content:'';
	clear:both;
	display:block;
}

.entry h1{
		margin: 40px 0;
		text-align: center;
}

.entry ul{
	list-style-type: none;
	max-width: 880px;
	width: 100%;
	margin: 20px auto;
}

.entry ul li{
	display: block;
	float: left;
	width: -webkit-calc(50% - 20px);
	width: -moz-calc(50% - 20px);
	width: calc(50% - 20px);
	margin:0 10px;
}

.entry ul li img{
	display: block;
	width: 100%;
	height: auto;
}

@media screen and (max-width:639px){
	.entry ul li{
		max-width: 560px;
		width: 100%;
		margin: 20px auto;
	}
}
/*
202002追記
都市ガス新規開栓ページ作成
*/
#opening .post_error{
	color:red;
	font-size:0.9em;
	margin:5px;
}
#opening span{
	color:red;
}
#opening p.error {
    margin-left:0px;
    margin-bottom: 5px;
}
#opening form a{
	display: inline-block;
	background-color: #00A200;
	color:white;
	padding:10px 20px;
	text-decoration: none;
	border-radius: 5px;
	margin: 20px 10px 0 0;
}
#opening .next{
	display: block;
	margin-right: auto;
	margin-left: auto;
	width:200px;
	background-color:#FFEF00;
	color:#00A200;
	text-align: center;
	font-weight: bold;
}
#opening #toForm{
	background-color: #00A015;
	color:white;
	padding:10px 20px;
	text-decoration: none;
	border-radius: 5px;
	font-size:14px;
	border:transparent;
	cursor: pointer;
}
#post_check{
	border:1px solid #4d4d4d;
	font-size: 13px;
	color: #4d4d4d;
	padding:3px 10px;
	margin-left:10px;
	border-radius: 3px;
}
.non_contract,
.hidden{
	display: none;
}
.err{
	color: red;
}
.ui-datepicker-calendar td:first-child{
	width:auto;
}
input[type=radio]{
	width:auto;
}
@media screen and (max-width: 551px){
	.ui-datepicker-calendar tr{
		display: table;
		width:100%;
	}
	.ui-datepicker tr td:first-child, 
	.ui-datepicker td, 
	.ui-datepicker th{
		display: table-cell;
		width: calc(100% / 7);
	}
}
@media screen and (max-width: 355px){
	#opening form a,
	#opening #toForm{
		padding:10px;
	}
}
#area_ck h2{
	background-color:#00A200;
	padding:10px 10px 10px 15px;
	color:white;
}
.address_ck{
	display: none;/*最初非表示*/
	background-color:#f5f5f5;
	padding:20px;
}
#opening .address_ck .ok span{
	font-weight: bold;
	color:#4d4d4d;
}
#opening .address_ck .add{
	padding: 15px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin-top:20px;
}
#area_ck .ok,
#area_ck .ng{
	display: none;/*最初非表示*/
}
#area_ck .result{
	text-align: center;
	font-size:20px;
	color:#00A200;
	font-weight: bold;
}

#area_info{
	border: dotted 2px;
    padding: 20px;
    border-radius: 3px;
    max-width: 720px;
    margin: 20px auto;
}
#area_info h3{
	padding: 10px;
    background-color: #F7F4C8;
    margin-top: 0
}
#area_info img{
	display: block;/*IE対策*/
	width:100%;/*IE対策*/
	max-width:650px;
	margin:30px auto; 
}

/*新規開栓２ページ目*/
#opening .address p{
	margin-left:0;
}
#opening .address input,
#opening .address select{
	margin-top:0;
	margin-bottom:20px;
}
.text-center {
    text-align: center !important;
    width: auto !important;
    padding-bottom: 20px;
}
.text-center label {
    padding: 1rem 3rem;
    background-color: #fffacd;
    color:#00a73c;
    font-weight:bold;
}
.text-center label span {
    color:red;
}
.err_bg_red div.text-center label{
	background-color: #FFEBF1;
}



