@charset "utf-8";


form#mail_form{
	width : 960px;
	margin : 50px auto;
	padding : 10px 0;
	background : #ffffff;
	border : 1px solid #cccccc;
	border-radius : 7px;
	box-shadow : 0 0 7px rgba( 0, 0, 0, 0.2 );
	overflow-y: hidden;
}

form#mail_form dl{
	width : 90%;
	margin : 0 auto;
	overflow : hidden;
}

form#mail_form dl dt{
	clear : both;
	width : 37%;
	float : left;
	border-top : 1px solid #cccccc;
	padding : 15px 0;
	text-align : right;
	overflow : hidden;
}

form#mail_form dl dd{
	width : 58%;
	float : right;
	border-top : 1px solid #cccccc;
	padding : 15px 0 15px 5%;
}

form#mail_form dl dt:first-child,
form#mail_form dl dt:first-child+dd{
	border : none;
}
#mail_form dt img {
	width: 100%;
	height: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
dl .required span {
	color: #FF0004;
	float: left;
	margin-top: 5px;
}

dl dd img {
	margin-top: 10px;
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
}

ul li strong {
	font-weight: bold;
	font-size: 110%;
}

form#mail_form dl dt span{
	display : block;
	font-size : 85%;
	color : #3377ff;
}

dl dt span b {
    color: #FF0000;
    font-weight: normal;
}

/* -- for JavaScript ここから -------------------------------------------------------------------------------- */

form#mail_form dl dt span.required,
form#mail_form dl dt span.optional{
	display : inline-block;
	float : left;
	color : #ffffff;
	line-height : 1;
	padding : 8px 9px;
	border-radius : 3px;
}

form#mail_form dl dt span.required{
	background : #d9534f;
	border : 1px solid #d43f3a;
}

form#mail_form dl dt span.optional{
	background : #337ab7;
	border : 1px solid #2e6da4;
}

form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match{
	display : block;
	color : #ff0000;
}


span.loading{
	width : 50px;
	height : 50px;
	border-radius : 50%;
	border-top : 5px solid rgba( 255, 255, 255, 0.2 );
	border-right : 5px solid rgba( 255, 255, 255, 0.2 );
	border-bottom : 5px solid rgba( 255, 255, 255, 0.2 );
	border-left : 5px solid #ffffff;
	-webkit-transform : translateZ( 0 );
	-ms-transform : translateZ( 0 );
	transform : translateZ( 0 );
	-webkit-animation : load-circle 1.0s linear infinite;
	animation : load-circle 1.0s linear infinite;
	position : absolute;
	top : 50%;
	left : 50%;
	margin-top : -25px;
	margin-left : -25px;
}

@-webkit-keyframes load-circle{
	0%{
		-webkit-transform : rotate( 0deg );
		transform : rotate( 0deg );
	}
	100%{
		-webkit-transform : rotate( 360deg );
		transform : rotate( 360deg );
	}
}

@keyframes load-circle{
	0%{
		-webkit-transform : rotate( 0deg );
		transform : rotate( 0deg );
	}
	100%{
		-webkit-transform : rotate( 360deg );
		transform : rotate( 360deg );
	}
}


/* -- for JavaScript ここまで -------------------------------------------------------------------------------- */


form#mail_form input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tel"]{
	max-width : 90%;
	height : 2em;
	padding : 2px 2%;
	border : 1px solid #cccccc;
	border-radius : 3px;
	background : #fafafa;
	-webkit-appearance : none;
	font-size : 100%;
	font-family : inherit;
	margin-top : 5px;
}

form#mail_form textarea{
	width : 90%;
	max-width : 90%;
	height : 200px;
	padding : 2px 2%;
	resize : vertical;
	border : 1px solid #cccccc;
	border-radius : 3px;
	background : #fafafa;
	-webkit-appearance : none;
	font-size : 100%;
	font-family : inherit;
	margin-top: 5px;
}

form#mail_form textarea#otherdayweek,
form#mail_form textarea#othertimezone{
	width : 90%;
	max-width : 90%;
	height : 40px;
	padding : 2px 2%;
	resize : vertical;
	border : 1px solid #cccccc;
	border-radius : 3px;
	background : #fafafa;
	-webkit-appearance : none;
	font-size : 100%;
	font-family : inherit;
}

form#mail_form input[type="text"]:focus,
form#mail_form input[type="email"]:focus,
form#mail_form input[type="tel"]:focus,
form#mail_form textarea:focus{
	box-shadow : 0px 0px 5px #55ccff;
	border : 1px solid #55ccff;
	background : #ffffff;
}

form#mail_form input#company,
form#mail_form input#gascompany,
form#mail_form input#productname{
	width : 60%;
}

form#mail_form input#name_1,
form#mail_form input#name_2,
form#mail_form input#read_1,
form#mail_form input#read_2,
form#mail_form input#postal,
form#mail_form input#phone,
form#mail_form input#schedule{
	width : 30%;
}

form#mail_form input#coversize,
form#mail_form input#coverheight,
form#mail_form input#pipeheight,
form#mail_form input#pipewidht,
form#mail_form input#heater_oiltank,
form#mail_form input#floorremocon,
form#mail_form input#constructionyears{
	width : 20%;
}

form#mail_form input#other,
form#mail_form input#phone_1,
form#mail_form input#phone_2,
form#mail_form input#fax,
form#mail_form input#gasphone{
	width : 50%;
}

form#mail_form input#mail_address,
form#mail_form input#mail_address_confirm{
	width : 80%;
}

form#mail_form input#mansionno,
form#mail_form input#management{
	width : 90%;
}

form#mail_form ul li input[type="radio"],
form#mail_form ul li input[type="checkbox"]{
	margin-right : 10px;
	margin-top : 7px;
}

form#mail_form ul li:first-child input[type="radio"],
form#mail_form ul li:first-child input[type="checkbox"]{
	margin-top : 0px;
}

form#mail_form ul{
	list-style-type : none;
}

form#mail_form ul li label:hover{
	cursor : pointer;
}

form#mail_form input#postal+a{
	display : inline-block;
	padding : 9px 15px;
	vertical-align : middle;
	line-height : 1;
	background : #5bc0de;
	border : 1px solid #46b8da;
	border-radius : 3px;
	color : #ffffff;
	font-family : inherit;
	text-decoration : none;
	position : relative;
	top : -1px;
}

form#mail_form input#postal+a:hover{
	cursor : pointer;
	background : #31b0d5;
	border : 1px solid #269abc;
}

form#mail_form input#address_1,
form#mail_form input#address_2{
	display : block;
	width : 90%;
	margin-top : 0px;
}

form#mail_form input#address_2{
	margin-top : 7px;
}


form#mail_form p#form_submit{
	width : 90%;
	margin : 0 auto;
	padding : 15px 0;
	border-top : 1px solid #cccccc;
}

form#mail_form input[type="button"]{
	padding : 9px 15px;
	vertical-align : middle;
	line-height : 1;
	background : #5cb85c;
	border : 1px solid #4cae4c;
	border-radius : 3px;
	color : #ffffff;
	font-family : inherit;
	-webkit-appearance : none;
	font-size : 100%;
}

form#mail_form input[type="button"]:hover{
	cursor : pointer;
	background : #449d44;
	border : 1px solid #398439;
}

form#mail_form input#form_submit_button{
	margin-left : 35%;
}
.subtext2 h5 {
	font-size: 80%;
	line-height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
}








/* --responsive----------------------------------------------------------------------------------------------------------------- */

/* 640pixel start */
@media screen and ( max-width : 768px ){

form#mail_form{
	width : 95%;
}

form#mail_form dl{
	overflow : visible;
}

form#mail_form dl dt{
	width : auto;
	float : none;
	text-align : left;
	padding : 10px 0 5px;
	font-weight : bold;
}

form#mail_form dl dd{
	width : auto;
	float : none;
	border-top : none;
	padding : 0px 0 13px 0px;
}

form#mail_form dl dt span{
	font-weight : normal;
}

form#mail_form .picturettl{
	width : auto;
	float : none;
	text-align : left;
	font-weight : bold;
}

form#mail_form .picbox{
	width : auto;
	float : none;
	border-top : none;
}

.picbox img{
	max-width: auto;
	height: auto;
}

.picturettl2 {
	width: 100%;
}

.picturettl3 {
	width: 100%;
}

#mainBanner h3 {
	font-size: large;
}

#mainBanner {
	font-size: 90%;
	line-height: 120%;
}

/* -- for JavaScript ここから -------------------------------------------------------------------------------- */

form#mail_form dl dt span.required,
form#mail_form dl dt span.optional{
	margin-right : 1em;
	margin-bottom : 2em;
}


/* -- for JavaScript ここまで -------------------------------------------------------------------------------- */

form#mail_form input#form_submit_button{
	margin-left : 0;
}

dl .descriptionttlbox a {
	border: 1px solid #ED0003;
	text-align: center;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	font-size: 95%;
	clear: left;
	display: block;
	width: 95%;
}
	
#toplogobox {
	height: auto;
	width: 100%;
	border-bottom: 1px solid #ED0003;
	font-size: 130%;
	float: left;
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 140%;
}
	
#toplogobox span {
	font-size: 80%;
	float: right;
	margin-top: 5px;
	/* [disabled]padding-bottom: 0px; */
	font-weight: normal;
}
	
.linkbox a {
width: 95%;
font-size: 80%;
}

#logo img {
max-width: 100%;
height: auto;
width: 40%;
}

}
/* 640pixel end */

/* -- for ORIGINAL
 -------------------------------------------------------------------------------- */

#privacybox {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size : 85%;
	font-style: normal;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	clear: both;
	padding-right: 30px;
	line-height: 150%;
}
/* 640pixel end */

/* -- for ORIGINAL
 -------------------------------------------------------------------------------- */

.picture {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size : 85%;
	font-style: normal;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-right: 0px;
	line-height: 150%;
	float: left;
	width: 100%;
	border-bottom: 1px solid #C7C7C7;
	margin-bottom: 15px;
}
.picturettl {
	padding-bottom: 0px;
	margin-bottom: 20px;
	float: left;
	margin-top: 0px;
	width: 45%;
	margin-left: auto;
	margin-right: auto;
}

.picturettl2 {
	padding-bottom: 0px;
	margin-bottom: 20px;
	float: left;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	width: 45%;
}

.picturettl3 {
	padding-bottom: 0px;
	margin-bottom: 20px;
	float: left;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	width: 45%;
}

.picturettl img {
	max-width: 100%;
	height: auto;
}

.picttlbox1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFFFFF;
	text-indent: 15px;
	background-color: #3159A8;
	font-size: 115%;
	padding-top: 3%;
	padding-bottom: 3%;
}
.picttlbox2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFFFFF;
	text-indent: 15px;
	background-color: #1AAE6A;
	font-size: 115%;
	padding-top: 3%;
	padding-bottom: 3%;
}
.picttlbox3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFFFFF;
	text-indent: 1px;
	background-color: #E9587D;
	font-size: 115%;
	padding-top: 3%;
	padding-bottom: 3%;
}

.picturettl p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #424242;
	padding-top: 15px;
	margin-bottom: 10px;
	font-size: 105%;
	line-height: 150%;
	margin-left: 15px;
}

.picturettl2 p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #424242;
	padding-top: 15px;
	margin-bottom: 10px;
	font-size: 105%;
	line-height: 150%;
	margin-left: 15px;
}

.picturettl3 p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #424242;
	padding-top: 15px;
	margin-bottom: 10px;
	font-size: 105%;
	line-height: 150%;
	margin-left: 15px;
}

.picbox {
	float: right;
	width: 52%;
	margin-left: auto;
	margin-right: auto;
}

.picbox img{
	max-width: 100%;
	height: auto;
}

#privacybox h3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size : 120%;
	font-weight: bold;
}

#privacybox strong {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size : 100%;
	font-weight: bold;
}

#paybox {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size : 85%;
	line-height: 130%;
	font-style: normal;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	clear: both;
	padding-right: 30px;
}

.descriptionbox {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size : 90%;
	line-height: 125%;
	font-style: normal;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	clear: both;
	padding-right: 30px;
	text-align: left;
}

.descriptionttlbox {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size : 110%;
	line-height: 150%;
	font-style: normal;
	padding-top: 2px;
	padding-bottom: 2px;
	float: left;
	clear: both;
	width: 100%;
	border-top: 1px solid #CCCCCC;
	margin-top: 10px;
	text-indent: 10px;
	background-color: #E5F0F8;
	font-weight: bold;
}
.descriptionttlbox span {
	font-size : 85%;
	font-weight: normal;
}

.descriptionttlbox2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size : 100%;
	line-height: 150%;
	font-style: normal;
	padding-top: 2px;
	padding-bottom: 2px;
	float: left;
	clear: both;
	width: 100%;
	border-top: 1px solid #CCCCCC;
	margin-top: 10px;
	text-indent: 10px;
	color: #B30002;
}

.descriptionbox strong {
	color: #ED0003;
	font-size: 125%;
	font-weight: bold;
}

.descriptionbox b {
	color: #ED0003;
	font-size: 110%;
	font-weight: normal;
}

.subtext {
	font-size: 80%;
	line-height: 120%;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}

.subtext2 {
	font-size: 100%;
	line-height: 150%;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}

.subtext3 {
	font-size: 80%;
	color : #3377ff;
	line-height: 120%;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}

.subtext2 b {
	color: #ED0003;
	font-weight: normal;
	font-size: 110%;
}

.subtext2 strong {
	color: #ED0003;
	font-size: 140%;
	font-weight: bold;
}

.subtext2 img
{
	border : 0;
	vertical-align : middle;
	float: right;
	margin-left: 30px;
}

#mainBanner {
	margin: 17px auto;
	padding: 0;
	width: 100%;
	position: relative;
	font-size: 100%;
	line-height: 150%;
}

#mainBanner2 {
	margin: 17px auto;
	padding: 0;
	width: 99%;
	position: relative;
	font-size: 100%;
	line-height: 150%;
	float: left;
	border-left: 6px solid #C7C7C7;
	border-bottom: 1px solid #C7C7C7;
}

#mainBanner3 {
	margin: 17px auto;
	padding: 0;
	width: 99%;
	position: relative;
	font-size: 100%;
	line-height: 150%;
	float: left;
	border-left: 6px solid #C7C7C7;
	border-bottom: 1px solid #C7C7C7;
}

#mainBanner img {
	max-width: 100%;
	height: auto;
}

#logo {
    width: 100%;
}

#mainBanner h3 {
	line-height: 130%;
	margin-bottom: 1%;
	margin-top: 1%;
	font-weight: bold;
	font-size: 140%;
}

#mainBanner2 h3 {
	font-size: 130%;
	line-height: 100%;
	margin-bottom: 1%;
	margin-top: 1%;
	margin-left: 15px;
}

#mainBanner2 h3 span {
	font-size: 80%;
	color: #0076EE;
}

#mainBanner3 h3 {
	font-size: 130%;
	line-height: 100%;
	margin-bottom: 1%;
	margin-top: 1%;
	margin-left: 15px;
}

#mainBanner3 h3 span {
	font-size: 80%;
	color: #0076EE;
}



#mainBanner strong {
	font-weight: bold;
}

dd ul li {
	margin-top: 10px;
}

.linkbox a {
	border: 1px solid #ED0003;
	text-align: center;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	margin-top: 5%;
	display: block;
}

/* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 960px){
#mainBanner h3 {
	font-size: 150%;
	line-height: 130%;
	margin-bottom: 1%;
	margin-top: 1%;
	font-weight: bold;	
}

dl .descriptionttlbox a {
	border: 1px solid #ED0003;
	text-align: center;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-size: 110%;
}
	
	#toplogobox {
	height: auto;
	width: 100%;
	border-bottom: 1px solid #ED0003;
	font-size: 150%;
	float: left;
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 130%;
}
	
#toplogobox span {
	font-size: 60%;
	float: right;
	margin-top: 5px;
	/* [disabled]padding-bottom: 0px; */
	font-weight: normal;
}
	
.linkbox a {
	width: 60%;
	font-size: 85%;
}
	
#logo img {
max-width: 100%;
height: auto;
width: 20%;
}

}
