@charset "UTF-8";

body{
	-webkit-text-size-adjust: 100%;
	padding:0;
	margin: 0;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
	font-feature-settings: "palt" 1;
	-webkit-font-feature-settings: "palt" 1;
}

/* default */

div,dl,dt,dd,ul,ol,
li,h1,h2,h3,h4,h5,
h6,pre,code,form,fieldset,legend,
input,textarea,p,blockquote,
th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}
table{font-size:inherit;font:100%;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
.aligncenter{text-align:center;}
img{vertical-align: bottom;line-height: 1;}
a{text-decoration: none;}

a img,
input[type="image"]{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a:hover img,
input[type="image"]:hover{
	opacity:0.7;
}

/* common item ---------------------------------------*/

.clearfix:after,
.inner:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.sp{display: none;}
.spbr{display: none;}


/* layout ---------------------------------------*/

header{
	position:relative;
	border-bottom:2px solid #ff9900;
	background: #000000;
}

.bgGray{
	background: #f4f4f4;
	padding:50px 0 ;
}
.bgWhite{padding:40px 0;}

.bgTel{
	background: url(../img/bg_tel.png) no-repeat center top;
	background-size:1680px;
	padding:40px 0 ;
	color:#fff;
	text-align: center;
}

.bgBlue{
	background: #c10012;
	padding:35px 0 40px;
	color:#fff;
	text-align: center;
}

.inner{
	width:980px;
	margin:0 auto;
	position: relative;
}

/* header ---------------------------------------*/

.headerInner{
	width:980px;
	margin:0 auto;
	position:relative;
	padding:22px 0 28px;
}

.headerLogo img{width:470px;}

.headerTel{
	position: absolute;
	right:0;
	top:23px;
}

/* kv ---------------------------------------*/

#topKeyvisual{
	background: url(../img/kv.png) center top no-repeat;
	background-size:2560px;
	height:730px;
	min-width:980px;
	text-indent:-999em;
}

.topMessage{
	margin-bottom: 65px;
}


/* form area ---------------------------------------*/

.formArea{
	width:490px;
	float: left;
	position: relative;
}

.icon45second{
	position: absolute;
	left:-50px;
	top:-50px;
}

.sectionTitle{
	border:2px solid #000000;
	background: #000000;
	color:#fff;
	line-height: 1.0;
	font-size: 20px;
	font-weight: bold;
}

.sectionTitle span{
	display: block;
	border:2px solid #000000;
	padding:13px 30px;
}

.formLead{
	text-align: right;
	padding:10px 0;
	font-size: 13.5px;
}

.formArea .form,
.confirmFormArea .form{
	background: #fff;
	padding:0px 15px 0px 15px;
	margin-bottom: 22px;
}

.formArea table,
.confirmFormArea table{width:100%;}

.formArea table tr,
.confirmFormArea table tr{border-bottom:1px solid #ccc;}
.formArea table tr:last-child,
.confirmFormArea table tr:last-child{border-bottom:none;}
.formArea table tr:last-child td,
.formArea table tr:last-child th,
.confirmFormArea table tr:last-child td,
.confirmFormArea table tr:last-child th{padding-bottom:5px;}

.formArea table th,
.confirmFormArea table th{
	padding:20px 0 20px;
	width:170px;
	font-size: 14px;
	font-weight: bold;
	vertical-align: top;
}
.formArea table td,
.confirmFormArea table td{
	padding:15px 0;
	font-size: 13px;
}

.formArea table td.notmustComment,
.confirmFormArea table td.notmustComment{
	padding:25px 0 8px;
}

.formIcon{
	width:30px;
	vertical-align: middle;
	margin-right: 5px;
}

.formArea table th p,
.confirmFormArea table th p{
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
}

.formArea .submit,
.confirmFormArea .submit{
	text-align: center;
}

.formArea table select,
.confirmFormArea table select{
	width: 100%;
	padding: 8px 10px;
	font-size: 13px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	background: url(../img/icon_select.png) 97% 50% no-repeat, -webkit-linear-gradient(top, #fff 0%, #fff 50% ,#eee 100%);
	background: url(../img/icon_select.png) 97% 50% no-repeat, linear-gradient(to bottom, #fff 0%, #fff 50% ,#eee 100%);
	background-size: 8px 36px;
	border-radius:0;
}

.form input[type="text"]{
	padding:13px 5px;
	border:1px solid #999;
	width:100%;
	box-sizing:border-box;
}

.form input[type="text"].hopePrice{
	width:65%;
}

.priceText{
	font-size: 16px;
	font-weight: bold;
	margin-left: 8px;
}

.form__radio {
  display: inline-block;
  line-height: 1;
  margin-right: 5px;
  font-size: 12px;
}

.form__radio label {
	background: url(../img/radio.png) left 1px no-repeat;
	background-size:22px;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	line-height: 1.4;
	min-height: 23px;
	margin: 0px 0;
	padding: 3px 0 0 28px;
	position: relative;
	vertical-align: top;
}

.form__radio input[type="radio"] {
	display: none;
}

.form__radio input:checked + label {
	background-image: url(../img/radio_on_2021.png);
}

.form__radio input:disabled + label {
	opacity: 0.7;
}

.form .textarea{
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 30px;
}

.form textarea{
	padding:13px 5px;
	border:1px solid #999;
	width:100%;
	box-sizing:border-box;
	height:80px;
}

/* error ---------------------------------------*/

.formArea table select.error,
.confirmFormArea table select.error,
.form input.error{border:1px solid #c80000;}
p.error{
	color:#c80000;
	padding-top: 8px;
	line-height: 1.1;
}

/* point area ---------------------------------------*/

.pointArea{
	float: right;
	width:450px;
}

.pointArea ul{
	padding: 40px 0 20px;
}

.pointArea ul li{margin-bottom: 10px;}


/* flow area ---------------------------------------*/

.sectionTitle2{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 20px;
}

.sectionTitle2 small{
	display: block;
	color:#aaa;
	font-size: 15px;
	margin-bottom: 10px;
	font-weight: normal;
}

.flow ul{
	padding-top: 10px;
	overflow: hidden;
}

.flow ul li{
	width:188px;
	float: left;
	margin-left: 10px;
}
.flow ul li:first-child{margin-left: 0;}

.flow ul li h4{
	margin-bottom: 20px;
}

.flow ul li p{
	font-size: 12.5px;
	line-height: 1.5;
}


/* tel area ---------------------------------------*/

.bgTel{
	color:#fff;
	text-align: center;
}

.bgTel img{
	margin-bottom: 10px;
}

/* news area ---------------------------------------*/

.newsBox{
	border:1px solid #ccc;
	padding:25px 20px 15px 30px;
	margin-bottom: 30px;
	overflow: auto;
	height:145px;
}

.newsBox ul li{
	margin-bottom: 10px;
	padding:0 0 0 100px;
	position: relative;
	font-size: 13px;
}

.newsBox ul li span.date{
	display: block;
	position: absolute;
	left:0px;
	top:0px;
	color:#003aa9;
}

.thankyouMessage{
	text-align: center;
	margin-bottom: 10px;
}


/* onegai ---------------------------------------*/

.onegaiTitle{
	font-size: 18px;
	margin-bottom: 15px;
}

.onegaiTitle b{
	font-size: 24px;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.onegaiList{
	font-size: 0px;
	text-align: center;
	margin-bottom: 10px;
}

.onegaiList li{
	font-size: 14px;
	width:140px;
	display: inline-block;
	border:2px solid #fff;
	padding:11px 0;
	line-height: 1.0;
	margin:0 10px;
}

.onegaiList li:first-child{margin-left: 0;}
.onegaiList li:last-child{margin-right: 0;}

.onegaiNotice{
	display: block;
	text-align: right;
	font-size: 11px;
	padding-bottom: 5px;
}

/* footer ---------------------------------------*/

footer{
	background: #000000;
	padding:30px 0 0 0;
}

.footerLogo img{width:395px;}

.footerLogo p{
	font-size: 11px;
	color:#aaa;
	line-height: 1.0;
	margin-top: 5px;
}

.footerCompany{
	background: #f4f4f4;
	padding:15px 0 0 0;
	overflow: hidden;
	width:600px;
}

.companyAddress{
	/*float: left;*/
	/*width:325px;*/
	/*border-right:1px solid #000;*/
	font-size: 13px;
	line-height: 1.5;
}

.companyAddress strong{
	font-weight: bold;
	font-size: 14px;
}

.companyAddress img{vertical-align: middle;}

.companyMessage{
	float: left;
	width:255px;
	padding:5px 0 0 10px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.3;
	position: relative;
}

.companyMessage strong{
	font-size: 20px;
	font-weight: bold;
}

.footerTel{
	position: absolute;
	right:0;
	top:0px;
}

.footerBtn{
	position: absolute;
	right:0;
	top:50px;
}

.copyright{
	background: #ffffff;
	padding:20px 0 140px;
}

.copyright small{
	display: block;
	text-align: center;
	color:#aaa;
	font-size: 11px;
}


/* 確認画面 ---------------------------------------*/

#pageKeyvisual{
	background: url(../img/kv_page.png) center top no-repeat;
	background-size:1680px;
	height:250px;
	min-width:980px;
	text-indent:-999em;
}

.confirmLead{
	text-align: center;
	margin-bottom: 30px;
}

.confirmFormArea .form{
	width:570px;
	margin:0 auto 20px;
}

.confirmFormArea .form .textarea{
	font-weight: normal;
}

.btnBack{
	padding: 20px 0 50px;
	text-align: center;
}

.btnBack button{
	background: none;
	display: inline-block;
	padding:0;
	margin:0;
	border:none;
	text-decoration: underline;
	cursor:pointer;
}

.btnBack button:hover{
	text-decoration: none;
}

.btnBack button:before{
	content:'';
	display: inline-block;
	background: url(../img/icon_back.png) 0 0 no-repeat;
	width:6px;
	height:8px;
	vertical-align: middle;
	margin-right: 8px;
}

/* 完了画面 ---------------------------------------*/

.thankyouArea{
	background: #fff;
	width:600px;
	margin:0 auto;
	padding:40px 0;
	text-align: center;
}

.thankyouArea h2{
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 30px;
	color:#ce1d15;
}

.thankyouArea h2 small{
	color:#aaa;
	font-size: 15px;
	display: block;
	margin-bottom: 0px;
	font-weight: normal;
}
.thankyouArea p{
	margin-bottom: 2.5em;
	line-height: 1.9;
	font-size: 15px;
}

.btnHome{
	padding:10px 0 20px;
}



/*20210210edit*/
.form-fixed-parts{
	position: fixed;
	bottom: 0;
	width: 100%;
	border-top: 2px solid #cccccc;
	background: #FFF;
	z-index: 100;
	box-sizing: border-box;
	padding: 15px 0;
}
.form-fixed-parts .inner{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.form-fixed-parts-tel img{
	width: 530px;
	margin-top: 10px;
}
.form-fixed-parts-btn{
	width: 380px;
	position: relative;
}
img.form-fixed-parts-btn-icon{
	width: 80px;
	position: absolute;
	top: -39px;
	left: -33px;
	z-index: 110;
}
.form-fixed-parts-btn a{
	z-index: 100;
}
.form-fixed-parts-btn a img{
	width: 100%;
	z-index: 100;
}
.form-fixed-parts .inner:after{display: none;}

footer .inner{
	width: 100%;
}
.footer-company-parts{
}
.footer-company-parts-inner{
	width: 980px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 30px;
}
.footer-company-parts-inner:nth-child(2){
	width: 100%;
	display: block;
	margin: 0 auto;
	background: #f4f4f4;
}
.footer-company-parts-inner .footerCompany{
	width: 980px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding: 25px 0 25px 0;
}
.footer-company-parts .footerLogo img {
	width: 470px;
}
.footer-company-parts .companyAddress strong {
	font-weight: bold;
	font-size: 16px;
}
.footer-company-parts .footerTel{
	position: relative;
	right: 0;
	top: 0;
}
.footer-company-parts .footerBtn {
	position: relative;
	right: 0;
	top: 0;
}



@media screen and (max-width: 768px){

	/* fast to do
	・width:がはいっているものはすべて100%
	・mmin-width:がはいっているものはすべて0
	・floatはすべてnone

	*/

	/* default */
	img{max-width:100%;}
	*{box-sizing:border-box;}

	/* common item */
	.sp{display: block;}
	.pc{display: none;}
	.spbr{display: block;}
	.pcbr{display: none;}

	.headerInner,
	.inner{
		min-width:0;
		width:100%;
	}

	/* layout ---------------------------------------*/

	header{
		position:relative;
		border:none;
/* 20250929 */
		position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 100;
/* 20250929 */
	}

	.bgGray{
		background: #f4f4f4;
		padding:20px 0 0;
	}
	.bgWhite{padding:20px 0;}
	.bgTel{
		background: url(../img/bg_tel_sp.png) no-repeat center top;
		background-size:cover;
	}
	.bgBlue{
		background: #ce1d15;
		padding:25px 0 ;
		color:#fff;
		text-align: center;
	}
	.spWhite{
		background: #fff;
		padding-top: 0;
	}


	/* header ---------------------------------------*/

	.headerInner{
		padding:0px 0 0px;
		height:auto;
		text-align: left;
		background: #fff;
	}

	.headerLogo{
		display: block;
		width:100%;
		padding: 20px 0 20px 15px;
		background: #000;
		border-bottom:2px solid #ff9900;
	}

	.headerLogo img{
		width:90%;
		max-width:327px;
	}

	.headerTel{
		position: static;
		padding:10px;
		text-align: center;
	}
	.headerTel a{
		display: block;
		margin-bottom: 1px;
	}

	.headerTel img{
		width:100%;
		max-width:355px;
	}

	/* kv ---------------------------------------*/

	#topKeyvisual{
		background: url(../img/kv_sp.png) center top no-repeat;
		background-size: 100%;
		height:0;
		padding-bottom:166%;
		min-width:0px;
		width:100%;
	}

	.topMessage{
		padding:0 20px;
		margin-bottom: 40px;
		text-align: center;
	}

	.topMessage img{
		width:100%;
		max-width:355px;
	}


	/* form area ---------------------------------------*/

	.formArea{
		width:100%;
		float: none;
		background: #fff;
	}
	.confirmFormArea{
		width:100%;
		float: none;
	}

	.icon45second{
		position: absolute;
		left:2%;
		top:-30px;
		width:63px;
	}

	.sectionTitle{
		border-right:none;
		border-left:none;
		font-size: 17px;
		text-align: center;
	}

	.sectionTitle span{
		border-right:none;
		border-left:none;
		padding:13px 20px;
	}

	.formLead{display: none;}

	.formArea .form,
	.confirmFormArea .form{
		padding:0px;
		margin-bottom: 25px;
	}

	.formArea table tr:last-child,
	.confirmFormArea table tr:last-child{
		border-bottom:1px solid #ccc;
	}

	.formArea table th,
	.confirmFormArea table th{
		padding:20px 0px 15px 10px;
		width:140px;
		font-size: 13px;
		vertical-align: top;
	}

	.formArea table td,
	.confirmFormArea table td{
		padding:15px 20px 15px 0;
	}

	.formIcon{
		width:24px;
		vertical-align: middle;
		margin-right: 2px;
	}

	.formArea table th p,
	.confirmFormArea table th p{width:95px;}
	.formArea table td.notmustComment,
	.confirmFormArea table td.notmustComment{padding-left:10px;}
	.priceText{font-size:14px;}

	.formArea table th p.pColspan2,
	.confirmFormArea table th p.pColspan2{
		width:90%;
		display: inline-block;
		padding-right: 15px;
	}

	.form .textarea{
		padding-right:20px;
	}

	.formArea .submit{padding-bottom: 30px;}
	.confirmFormArea .submit{padding-bottom: 10px;}

	.formArea .submit input,
	.confirmFormArea .submit input{
		width:100%;
		max-width:300px;
	}

	.form input[type="text"]{padding:10px 5px;}

	.form__radio {
	  display: block;
	  line-height: 1.1;
	  margin-right: 0px;
	}

	.form__radio label {
		background: url(../img/radio_sp.png) 8px 8px no-repeat;
		background-size: 22px;
		box-sizing: border-box;
		cursor: pointer;
		display: block;
		width:100%;
		line-height: 1.4;
		min-height: 40px;
		margin-bottom: 5px;
		border:1px solid #aaa;
		padding: 10px 0 0 35px;
		position: relative;
		vertical-align: top;
	}

	.form__radio input[type="radio"] {
		display: none;
	}

	.form__radio input:checked + label {
		background-image: url(../img/radio_on_sp.png);
		background-color:#ce1d15;
		color:#fff;
	}

	/* error ---------------------------------------*/

	p.error{font-size: 12px;}



	/* point area ---------------------------------------*/

	.pointArea{
		float: none;
		width:100%;
		background: #fff;
	}

	.pointArea ul{padding: 20px 20px 12px 20px;}

	.pointArea ul li{
		text-align: center;
		margin-bottom: 8px;
	}

	.pointArea ul li img{
		width:100%;
		max-width:375px;
	}

	.contactMessage{
		padding:0 20px;
		text-align: center;
	}
	.contactMessage img{
		width:100%;
		max-width:375px;
	}

	/* flow area ---------------------------------------*/

	.flow{padding-top: 5px;}

	.sectionTitle2{
		font-weight: bold;
		font-size: 20px;
	}

	.flow ul{
		padding:15px 30px 0px;
		margin:0 auto;
		max-width:375px;
	}

	.flow ul li{
		width:auto;
		float: none;
		margin-left: 0px;
		margin-bottom: 30px;
	}

	.flow ul li:last-child{margin-bottom: 20px;}

	.flow ul li h4{
		margin-bottom: 10px;
	}

	.flow ul li h4 img{width: 100%;}

	.flow ul li p{
		font-size: 12px;
		line-height: 1.4;
	}


	/* tel area ---------------------------------------*/

	.bgTel{
		height:0;
		padding:10px 0 280px;
		position: relative;
		margin-bottom: 0px;
	}

	.telLong{
		padding:20px 0 0px 0;
		margin:0 auto 10px;
		width:310px;
	}
	.telLong img{width:310px;}

	.bgTel p{
		font-size: 14px;
		line-height: 1.8;
	}

	/* news area ---------------------------------------*/

	.news{
		padding:0 20px;
	}

	.newsBox{
		border:1px solid #ccc;
		padding:20px;
		margin-bottom: 30px;
		height:410px;
		overflow: auto;
	}

	.newsBox ul li{
		margin-bottom: 20px;
		padding:0 0 0 0px;
		position: relative;
		font-size: 13px;
	}
	.newsBox ul li:last-child{margin-bottom: 0;}

	.newsBox ul li span.date{position: static;}

	.thankyouMessage img{width:253px;}


	/* onegai ---------------------------------------*/

	.onegaiTitle{
		font-size: 14px;
		margin-bottom: 15px;
	}

	.onegaiTitle b{
		display: block;
		font-size: 20px;
		margin:0 0 5px 0;
	}

	.onegaiList{
		width:320px;
		margin:0 auto;
		overflow: hidden;
	}

	.onegaiList li{
		font-size: 14px;
		width:140px;
		display: inline-block;
		border:2px solid #fff;
		padding:10px 0;
		line-height: 1.0;
		margin:0 8px 10px;
		float: left;
	}

	.onegaiList li:first-child{margin-left: 8px;}
	.onegaiList li:last-child{margin-right: 8px;}

	.onegaiNotice{
		width: 294px;
		display: block;
		margin: 0 auto;
	}

	/* footer ---------------------------------------*/

	footer{
		padding:20px 0 0 0;
	}

	.footerLogo{
		width:100%;
		border-bottom:4px solid #ff9900;
		padding:0px 0 17px;
		text-align: left;
		display: block;
	}

	.footerLogo img{
		width:100%;
		max-width: 340px;
	}

	.footerLogo p{
		font-size: 11px;
		color:#aaa;
		line-height: 1.0;
		margin-top: 5px;
	}

	.footerCompany{
		padding:0px 0px 0px;
		overflow: hidden;
		width:100%;
	}

	.companyAddress{
		text-align: center;
		float: none;
		width:100%;
		border-right:none;
		padding: 0 0 15px;
		margin:0;
		font-size: 12px;
		width:100%;
		border-bottom: none;
	}

	.companyMessage{
		float: none;
		width:100%;
		padding:0 0 0 0px;
		font-size: 15px;
		text-align: center;
		position: relative;
		top:0px;
	}

	.companyMessage strong{
		font-size: 20px;
		font-weight: bold;
	}

	.footerTel{
		position: static;
		margin-bottom: 10px;
		text-align: center;
		padding:0 10px;
	}

	.footerBtn{
		position: static;
		margin-bottom: 0px;
		text-align: center;
		padding:0 10px;
	}
	.footerTel img,
	.footerBtn img{
		width:100%;
		max-width: 335px;
	}

	.footerSpFix{
		position:fixed;
		left:0px;
		bottom:0px;
		width:100%;
		box-sizing:border-box;
		background: rgba(255, 255, 255, 0.8);
		padding:15px 10px;
		display:none;
	}

	.copyright{
		padding:20px 0 40px;
	}

	.topCopyright{
		/* padding:20px 0 180px; */
		padding:20px 0 50px;
	}

	.copyright small{
		font-size: 11px;
	}


	/* 確認画面 ---------------------------------------*/

	#pageKeyvisual{
		background: url(../img/kv_page_sp.png) center top no-repeat;
		background-size: 100%;
		height:0px;
		padding-bottom:32%;
		min-width:0;
		text-indent:-999em;
	}

	.confirmLead{
		font-size: 13px;
		margin-bottom: 0px;
		background: #f4f4f4;
		padding:15px 0;
		line-height: 1.8;
	}

	.confirmFormArea .form{
		width:100%;
		margin:0 auto 20px;
	}

	.confirmFormArea .form .textarea{
		font-weight: normal;
	}

	.btnBack{
		padding: 0px 0 50px;
		text-align: center;
	}

	.btnBack button{
		font-size: 14px;
	}

	.btnBack button:hover{
		text-decoration: none;
	}

	.btnBack button:before{
		background: url(../img/icon_back_sp.png) 0 0 no-repeat;
		background-size: 100%;
	}

	/* 完了画面 ---------------------------------------*/

	.thankyouArea{
		width:100%;
		padding:30px 15px;
	}

	.thankyouArea h2{
		font-size: 23px;
		margin-bottom: 25px;
	}

	.thankyouArea h2 small{
		font-size: 14px;
	}
	.thankyouArea p{
		margin-bottom: 2.0em;
		line-height: 2.1;
		font-size: 12px;
	}

	.btnHome{
		padding:0px 0 60px;
	}

	.btnHome img{width:240px;}


	/*20210210edit*/
	.form-fixed-parts{display: none;}
	.footer-company-parts-inner {
		width: 100%;
		display: block;
		justify-content: space-between;
		margin: 0 auto;
	}
	.footer-company-parts .footerLogo img {
		width: auto;
		display: block;
		margin: 0 auto;
	}
	.footer-company-parts .companyAddress strong{
		font-size: 13px;
	}
	.footer-company-parts-inner .footerCompany {
		width: 100%;
		display: block;
		margin: 0 auto;
		padding: 20px 0 25px 0;
	}

}



@media screen and (max-width: 370px){

	.icon45second{
		top:-25px;
		width:50px;
	}

	.sectionTitle{
		font-size: 15px;
	}

	.sectionTitle span{
		padding:13px 10px;
	}

}
