



#opening{
	opacity: 1;
	position: fixed;
	background: #ec3e2c;
	width:100%;
	height: 100%;
	pointer-events: none;
	z-index: 1100;
	top: 0;
	left: 0;
}
#opening .logo{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
	width:300px;
	height: 200px;
	opacity: 0.1;
	text-align: center;
	

}
#opening .logo img{
	width:160px;
	height: auto;
}





/*COMMON*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong{
	font-weight: 700;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

body {
	color: #000;
	font-size: 100%;
	line-height: 160%;

	font-family: 'Noto Sans JP', YuGothic, 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;

	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	position:relative;
		
}



p{
	line-height:200%;
	letter-spacing:0px;
	margin-bottom: 10px
}

a,a:hover,a:visited,a:active{
	color:#E05267
}
img{
  vertical-align:bottom;
}

h1 {
	margin-bottom: 40px;
}


.h2TitleBox{
	text-align: center;
	margin-bottom: 70px;
	width:100%;
}

h2.h2Title1{
	font-size: 48px;
	line-height: 48px;
	text-align: left;
	position: relative;
	font-weight: 700;
	letter-spacing: .1em;
	text-align: center;

}
h2.h2Title1 span{
	display: block;
	margin-top: 10px;
	font-size: 16px;
	line-height: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}





header{
	position: fixed;
	top:0;
	left: 0;
	width:100%;
	
	z-index: 1000;
	height: 120px;
	transition: all .2s ease-in-out;
}
.scrollOn header{
	background-color: #ec3e2c;
	box-shadow: 0 0 20px rgba(0,0,0,.08);
}
footer{
	background: #ec3e2c;
	padding: 60px 60px;
	color: #fff;
	font-size: 10px;
	
	position: relative;
}
footer::after{
	content: "";
	position: absolute;
	
	top: -120px;
	right: 0;
	width:312px;
	height: 120px;
	
	background: url("../../images/footer/foot_bg.png") no-repeat 0 0 ;
	background-size: 100% auto;
}
.pagetop{
	position: fixed;
	right:10px;
	bottom: -90px;
	width:80px;
	height: 80px;
	
	z-index: 100;

	-webkit-animation: pagetop .4s ease-in-out 0s forwards;
	animation: pagetop .4s ease-in-out 0s forwards;
}
.pagetop img{
	width:80px;
	height: 80px;
}

.scrollOn .pagetop{
	-webkit-animation: pagetop2 .4s ease-in-out 0s forwards;
	animation: pagetop2 .4s ease-in-out 0s forwards;
}


@keyframes pagetop{
	0%{bottom: 10px}
	30%{bottom: 15px}
	100%{bottom: -90px}
}
@-webkit-keyframes pagetop{
	0%{bottom: 10px}
	30%{bottom: 15px}
	100%{bottom: -90px}
}
@keyframes pagetop2{
	0%{bottom: -90px}
	70%{bottom: 15px}
	100%{bottom: 10px}
}
@-webkit-keyframes pagetop2{
	0%{bottom: -90px}
	70%{bottom: 15px}
	100%{bottom: 10px}
}






#logo{
	padding: 40px 0 0 35px;
}


#logo h1{
	margin: 0;
}
#logo > div{
	margin: 0;
}
#logo img{
	width:190px;
	height: auto;
}



/*ハンバーガーメニュー*/
#panel-btn {
	display: inline-block;
	position:fixed;
	width:48px;
	height: 48px;
	margin: 0 0 0;
	top:30px;
	right:30px;
	cursor:pointer;
	z-index:9999;

}


#panel-btn-icon {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 48px;
	height: 48px;
	margin: 0 0 0 0;
	border: 7px #fff solid;
	border-radius: 24px;
	overflow: visible;
	transition: .3s;
}
#panel-btn-icon:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 50%;
	width: 14px;
	height: 14px;
	margin: -7px -7px 0 0;
	border: 7px #fff solid;
	border-radius: 7px;
	transition: .3s;
}
#panel-btn-icon:after {
	content: "MENU";
	position: absolute;
	font-size: 10px;
	color: #fff;
	font-weight: bold;
	left: 50%;
	bottom: -30px;
	transform: translateX(-50%);
}


#panel-btn .close#panel-btn-icon {
	top: 50%;
	right: 50%;
	width: 56px;
	height: 2px;
	margin: 0 0 0 0;
	border: none;
	border-radius: 0;
	background: #ec3e2c;
	overflow: visible;
	transition: .3s;
	transform: rotate(45deg);
}
#panel-btn .close#panel-btn-icon:before {
	top: 0;
	right: 0;
	width: 56px;
	height: 2px;
	margin: 0 0 0 0;
	border: none;
	border-radius: 0;
	background: #ec3e2c;
	overflow: visible;
	transition: .3s;
	transform: rotate(-90deg);
}
#panel-btn .close#panel-btn-icon:after {
	content: "CLOSE";
	position: absolute;
	font-size: 10px;
	color: #ec3e2c;
	font-weight: bold;
	left: calc(50% + 8px);
	bottom: -36px;
	transform: translateX(-50%);
	transform: rotate(-45deg);
}


#panel{
	display: none;
	position: fixed;
	top:0;
	right: 0;
	z-index: 1020;
	width:auto;
	height: 100%;
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,.1);
}

#panel ul{
	padding: 150px 110px;
}
#panel ul li{
	font-weight: 700;
	font-style: normal;
	margin-bottom: 18px;

	margin-right: -15px;
	transition: all .2s ease-in-out .1s;

	text-align: left;

	opacity: 1;
	display: block;

}
#panel ul li a span{
	display: block;
	text-align: left;
	font-size: 10px;
	line-height: 100%;

	margin-top: 3px;
	color: #333 !important;
}

#panel ul li a{
	text-decoration: none;
	color: #ec3e2c !important;
	display: block;

	font-size: 20px;
	
	position: relative;
	font-weight: bold;
}
#panel ul li a:before{
	content: "";
	top: 3px;
	left: -22px;
	position: absolute;
	background: url("../../images/menu_icon.png") no-repeat 0 0;
	background-size: 16px auto;
	width:16px;
	height: 20px;
	transition: all .1s ease-in-out;
}
#panel ul li a:hover:before{
	left: -27px;
}

article{
}



/*汎用パーツ*/
#pageTitle{
	background: #eee;
	padding: 220px 0;
	text-align: center;
}
#pageTitle{
	background: url("../../about/images/title_photo.jpg") no-repeat center center;
	background-size: cover;
}


#pageTitle h1{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	
	font-size: 54px;
	margin-bottom: 20px;
	
	color: #fff;
	
	letter-spacing: .1em;
	
}
#pageTitle .pageTitleBtm{
	font-weight: 600;
	color: #fff;
	font-size: 20px;
}



#mainCont{
	padding: 0 0 150px 0
}

#mainCont section{
	width:1020px;
	margin: -100px auto 0;
	padding: 60px;
	background: #fff;
}


/*コンテンツ*/

#promotion{
	width:100vw;
	height: 100vh;
	position: relative;
	
}
#promotion::after{
	content: "";
	background: url("../../images/frame_lt.png") no-repeat 0 0;
	background-size: 100% auto;
	width: 210px;
	height: 210px;
	pointer-events: none;
	position: absolute;
	bottom: -209px;
	right: -1px;
	z-index: 2;
}
#promotion section{
	width:100%;
	height: 100%;
	background: #ec3e2c;

	position: relative;
	
}
.promoTxt{
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit- transform: translate(-50%,-50%);
	width:100%;
	text-align: center;
	
	color: #fff;
	z-index: 1;
}
.promoLogo{

	margin: 0 auto 60px;
	width: 440px;
}

.promoBtn{
	margin-bottom: 0;
}
.promoBtn a{
	display: inline-block;
	background-color: #fff;
	padding: 15px 45px;
	font-weight: bold;
	color: #ec3e2c;
	font-size: 17px;
	line-height: 100%;
	border-radius: 50px;
	text-decoration: none;
	
}
.promoScrl{
	position: absolute;
	bottom: 30px;
	left: 0;
	width:100%;
	text-align: center;
	
}
.promoScrl img{
	width:26px;
	height: auto;
}



.promoTxt .line1{    
	stroke:#fff;
	fill:#fff;
	fill-opacity: 0;
	stroke-width:.5;
	stroke-dasharray: 3000;
	stroke-dashoffset:3000;
	transition: all 1.6s ease-in-out 2s;
	stroke-opacity:0;
	
}
.promoTxt .line1{
	fill-opacity: 0;
	-webkit-animation: LINE 2s ease-in 2s forwards;
	animation: LINE 2s ease-in 2s forwards;
}


@keyframes LINE{
	0%{stroke-dashoffset:3000;stroke-opacity:1;}
	40%{stroke-opacity:1;fill-opacity: 0;}
	90%{stroke-dashoffset:0;stroke-opacity:1;}
	100%{stroke-dashoffset:0;stroke-opacity:0;fill-opacity: 1;}
}
@-webkit-keyframes LINE{
	0%{stroke-dashoffset:3000;stroke-opacity:1;}
	40%{stroke-opacity:1;fill-opacity: 0;}
	90%{stroke-dashoffset:0;stroke-opacity:1;}
	100%{stroke-dashoffset:0;stroke-opacity:0;fill-opacity: 1;}
}







article{
	position: relative;
}
article section{
	position: relative;
	z-index: 3;
}

.bg-section {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-position: center center;
    background-repeat: no-repeat;
}
.bg-section.img01 {
    background-image: url("../../images/bg_01.png");
	background-position: -100px 0;
    background-size: 400px auto;
}
.bg-section.img02 {
    background-image: url("../../images/bg_02.png");
	background-position: right 0px top 0px;
    background-size: 500px auto;
}

.bg-section.img03 {
    background-image: url("../../images/bg_03.png");
	background-position: center bottom;
    background-size:950px auto;
}

.bg-section.img04 {
    background-image: url("../../images/bg_04.png");
	background-position: 0 bottom ;
    background-size: 530px auto;
}



/*about*/
#company{
	position: relative;
}
#company::after{
	content: "";
	background: url("../../images/frame_rt.png") no-repeat 0 0;
	background-size: 100% auto;
	width: 210px;
	height: 210px;
	pointer-events: none;
	position: absolute;
	bottom: -209px;
	left: -1px;
	z-index: 2;
}
#company section{
	width:820px;
	margin: 0 auto;
	padding: 120px 0;
}

#aboutMain{
}
#aboutMain .h2TitleBox h2{
	color: #ec3e2c;
}
#aboutMain .h2TitleBox h2 span{
	color: #666;
}
#aboutMain .aboutMain{
}
#about .aboutChart{
	background: #fff;
	box-shadow: 10px 10px 0 rgba(0,0,0,.1);
	padding: 60px;
}

.aboutChartBlock{
	border-bottom: 1px solid #ccc;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	
	padding-bottom: 20px;
	margin-bottom: 25px;
}
.aboutChartBlock:nth-last-of-type(1){
	padding-bottom: 0;
	margin-bottom: 0;
	border:none;
}
.aboutChartTitle{
	width:18%;
	font-size: 15px;
	font-weight: bold;
}
.aboutChartTxt{
	width:82%;
	font-size: 15px;
	position: relative;
	padding-left: 1.5em;
}
.aboutChartTxt::before{
	content: "●";
	color: #ec3e2c;
	position: absolute;
	top: 0;
	left: 0;
}




/*service*/
#service{
	background: #ec3e2c;
	background-size: 100% auto;
	position: relative;
}
#service::after{
	content: "";
	background: url("../../images/frame_lt.png") no-repeat 0 0;
	background-size: 100% auto;
	width: 210px;
	height: 210px;
	pointer-events: none;
	position: absolute;
	bottom: -209px;
	right: -1px;
	z-index: 2;
}

#service section{
	width:1020px;
	margin: 0 auto;
	padding: 120px 0;
}

#service section .h2TitleBox{
	color: #fff;
}
#serviceMain{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	justify-content: space-between;
}
#serviceMain .serviceBox{
	width:48%;
	
	padding: 50px 50px 20px 50px;
	background: #fff;
	box-shadow: 0 0 10px rgba(255,255,255,.1);

}
#serviceMain .serviceBox:nth-of-type(3),
#serviceMain .serviceBox:nth-of-type(4){
	padding: 0 50px 30px 50px;
}
#serviceMain .serviceBox > div {
	margin-bottom: 20px;
	font-size: 15px;
}
#serviceMain .serviceBox > div > ul{
	list-style-type: disc;
	margin: 15px 0 0 1.5em;
}
#serviceMain .serviceBox > div > ul > li{
	margin: 0 0 4px 0;
}
#serviceMain .serviceBox > div > ul.serviceList > li{
	font-size: 12px;
	line-height: 150%;
}
#serviceMain .serviceBox > div > p{
	font-size: 12px;
	color: #ec3e2c;
	border-bottom: 2px solid #ec3e2c;
}

.h3Title1{
	font-size: 26px;
	text-align: center;
	font-weight: 600;
	margin-bottom: 10px;
}
.h4Title1{
	font-size: 16px;
	text-align: center;
	color: #ff4f00;
	font-weight: 700;
	margin-bottom: 40px;
}
.serviceIcon{
	margin-bottom: 20px;
	text-align: center;
}
.serviceIcon img{
	width:130px;
	height: auto;
}


	
/*contact*/
#contact{
	background: #fff ;
	background-size: 100% auto;
}
#contact section{
	width:1020px;
	margin: 0 auto;
	padding: 120px 0;
}
#contact section .h2TitleBox h2{
	color: #ec3e2c;
}
#contact section .h2TitleBox h2 span{
	color: #666;
}

.contactLine{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	
	margin-bottom: 25px;
}
#contactMain .contactLine p{
	width:100%;
}
.contactL{
	width:49%;
	margin-right: 2%;
}
.contactR{
	width:49%;
	margin-right: 0;
}
.formTitle{
	display: block;
	width:100%;
	
	font-size: 14px;
	font-weight: 700;
	
	margin-bottom: 10px;
}
.contactLine input{
	width:100%;
	padding: 25px 15px;
	font-size: 14px;
	border-radius: 5px;
	border:1px solid #ddd;
	background-color: #fff;
}
.contactLine textarea{
	width:100%;
	padding: 25px 15px;
	font-size: 14px;
	border-radius: 5px;
	border:1px solid #ddd;
	background-color: #fff;
}
.sendBtn{
	text-align: center;
	padding: 50px 0;
}
.sendBtn input[type=submit]{
	padding: 20px 45px 20px 57px;
	background: #ec3e2c;
	color: #fff;
	font-weight: 700;
	border-radius: 60px;
	
	font-size: 16px;
	letter-spacing: 1em;
	
	border: none;
	
}

.hissu::after{
	content: "※必須";
	color: #ff0000;
	font-size: 10px;
	display: inline-block;
	padding-left: 6px;
}

.contactComp{
	padding: 30vh 0 40vh;
	text-align: center;
}
.contactComp .thanks{
	font-size: 20px;
	color: #ff4f00;
	margin-bottom: 40px;
}













.sp{
	display: none;
}
.pc{
	display: block;
}


@media screen and (max-width: 762px) {
	.sp{
		display: block;
	}
	.pc{
		display: none;
	}

	p{
		font-size: 12px;
		line-height:200%;
		letter-spacing:0px;
		margin-bottom: 10px
	}

	.h2TitleBox{
		text-align: center;
		margin-bottom: 30px;
		width:100%;
	}

	h2.h2Title1{
		font-size: 18px;
		line-height: 22px;
	}
	h2.h2Title1 br {
		display: none;
	}
	h2.h2Title1 span{
		display: block;
		margin-top: 5px;
		font-size: 8px;
		text-align: center;
	}



	header{		
		height: 60px;
	}

	footer{
		padding: 20px 10px;
		font-size: 8px;
	}
	.pagetop{
		right:5px;
		bottom: -50px;
		width:30px;
		height: 30px;
		-webkit-animation: pagetop .4s ease-in-out 0s forwards;
		animation: pagetop .4s ease-in-out 0s forwards;
	}
	.pagetop img{
		width:30px;
		height: 30px;
	}
	.scrollOn .pagetop{
		-webkit-animation: pagetop2 .4s ease-in-out 0s forwards;
		animation: pagetop2 .4s ease-in-out 0s forwards;
	}


	@keyframes pagetop{
		0%{bottom: 10px}
		30%{bottom: 15px}
		100%{bottom: -90px}
	}
	@-webkit-keyframes pagetop{
		0%{bottom: 10px}
		30%{bottom: 15px}
		100%{bottom: -90px}
	}
	@keyframes pagetop2{
		0%{bottom: -90px}
		70%{bottom: 15px}
		100%{bottom: 10px}
	}
	@-webkit-keyframes pagetop2{
		0%{bottom: -90px}
		70%{bottom: 15px}
		100%{bottom: 10px}
	}


	#logo{
		padding: 17px 0 0 12px;
	}
	#logo img{
		width:120px;
		height: auto;
	}




	/*ハンバーガーメニュー*/
	#panel-btn {
		display: inline-block;
		position:fixed;
		width:24px;
		height: 24px;
		margin: 0 0 0;
		top:12px;
		right:12px;
		cursor:pointer;
		z-index:9999;

	}


	#panel-btn-icon {
		width: 24px;
		height: 24px;
		border: 4px #fff solid;
		border-radius: 12px;
	}
	#panel-btn-icon:before {
		width: 10px;
		height: 10px;
		margin: -5px -5px 0 0;
		border: 5px #fff solid;
		border-radius: 7px;
	}
	#panel-btn-icon:after {
		font-size: 8px;
		bottom: -24px;
	}


	#panel-btn .close#panel-btn-icon {
		width: 32px;
		height: 2px;
	}
	#panel-btn .close#panel-btn-icon:before {
		width: 32px;
	}
	#panel-btn .close#panel-btn-icon:after {
		font-size: 8px;
		left: calc(50%+ 14px);
		bottom: -14px;
		transform: rotate(-45deg) translateX(-50%);
	}


	#panel ul{
		padding: 100px 50px;
	}
	#panel ul li{
		margin-bottom: 18px;

		margin-right: -15px;

	}
	#panel ul li a span{
		font-size: 10px;
		margin-top: 3px;
	}

	#panel ul li a{
		font-size: 20px;
	}
	#panel ul li a:before{
		top: 3px;
		left: -22px;
		width:16px;
		height: 20px;
	}
	#panel ul li a:hover:before{
		left: -27px;
	}



	/*汎用パーツ*/
	#pageTitle{
		padding: 70px 0 70px;
	}


	#pageTitle h1{
		font-size: 24px;
		margin-bottom: 3px;
	}
	#pageTitle .pageTitleBtm{
		font-size: 14px;
	}



	#mainCont{
		padding: 0 0 80px 0
	}

	#mainCont section{
		width:90%;
		margin: -40px auto 0;
		padding: 20px;
		background: #fff;
	}

	
	
	
	/*コンテンツ*/


	#promotion{
	}
	#promotion::after{
		width: 120px;
		height: 120px;
		bottom: -119px;
	}
	#promotion section{
		width:100%;
		height: 100%;	
	}
	.promoLogo{
		margin: 0 auto 40px;
		width: 240px;
	}

	.promoBtn{
		margin-bottom: 0;
	}
	.promoBtn a{
		display: inline-block;
		background-color: #fff;
		padding: 10px 25px;
		font-weight: bold;
		color: #ec3e2c;
		font-size: 13px;

	}
	.promoScrl{
		position: absolute;
		bottom: 30px;
		left: 0;
		width:100%;
		text-align: center;

	}
	.promoScrl img{
		width:26px;
		height: auto;
	}

	

	.bg-section {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 120%;
		background-position: center center;
		background-repeat: no-repeat;
	}
	.bg-section.img01 {
		background-image: url("../../images/bg_01.png");
		background-position: -30px 0;
		background-size: 60% auto;
	}
	.bg-section.img02 {
		background-image: url("../../images/bg_02.png");
		background-position: right 0px top 200px;
		background-size: 70% auto;
	}

	.bg-section.img03 {
		background-image: url("../../images/bg_03.png");
		background-position: center top 100px;
		background-size: 150% auto;
	}

	.bg-section.img04 {
		background-image: url("../../images/bg_04.png");
		background-position: 0 bottom 80px ;
		background-size: 90% auto;
	}

	

	/*about*/
	#company{
	}
	#company::after{
		width: 120px;
		height: 120px;
		bottom: -119px;
	}
	#company section{
		width:90%;
		padding: 50px 0;
	}

	#aboutMain{
			display: block;
	}
	#aboutMain .aboutTitle{
		width:100%;
		margin-right: 0;
		
		margin-bottom: 30px;
		
		text-align: center;
	}
	#aboutMain .aboutMain{
		width:100%;
	}
	#about .aboutChart{
		background: #fff;
		box-shadow: 5px 5px 0 rgba(0,0,0,.05);
		padding: 18px;
	}

	.aboutChartBlock{
		border-bottom: 1px solid #ccc;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;

		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.aboutChartBlock:nth-last-of-type(1){
		padding-bottom: 0;
		margin-bottom: 0;
		border:none;
	}
	.aboutChartTitle{
		width:100%;
		font-size: 12px;
		font-weight: bold;
	}
	.aboutChartTxt{
		width:100%;
		font-size: 12px;
	}





	/*service*/
	#service{
		background: #ec3e2c;
		background-size: 100% auto;
	}
	#service::after{
		width: 120px;
		height: 120px;
		bottom: -119px;
	}
	#service section{
		width:90%;
		margin: 0 auto;
		padding: 50px 0;
	}

	#service section .h2TitleBox{
		color: #fff;
	}
	#serviceMain{
		display: block;
	}
	#serviceMain .serviceBox{
		width:100%;

		padding: 20px 20px 10px 20px;
		background: #fff;
		box-shadow: 0 0 10px rgba(255,255,255,.1);
		margin-bottom: 20px;

	}
	#serviceMain .serviceBox:nth-of-type(3),
	#serviceMain .serviceBox:nth-of-type(4){
		padding: 0 20px 20px 20px;
	}
	#serviceMain .serviceBox > div {
		margin-bottom: 20px;
		font-size: 12px;
		line-height: 160%;
	}
	#serviceMain .serviceBox > div > ul{
		list-style-type: disc;
		margin: 15px 0 0 1.5em;
	}
	#serviceMain .serviceBox > div > ul > li{
		margin: 0 0 4px 0;
		line-height: 160%;
	}
	#serviceMain .serviceBox > div > ul.serviceList > li{
		font-size: 11px;
		line-height: 150%;
	}
	#serviceMain .serviceBox > div > p{
		font-size: 11px;
		color: #ec3e2c;
		border-bottom: 2px solid #ec3e2c;
	}

	.h3Title1{
		font-size: 18px;
		text-align: center;
		font-weight: 600;
		margin-bottom: 10px;
	}
	.h4Title1{
		font-size: 13px;
		text-align: center;
		color: #ff4f00;
		font-weight: 700;
		margin-bottom: 20px;
		line-height: 140%;
	}
	.serviceIcon{
		margin-bottom: 20px;
		text-align: center;
	}
	.serviceIcon img{
		width:130px;
		height: auto;
	}

	
	
	
	
	/*contact*/
	#contact{
	}
	#contact section{
		width:90%;
		padding: 50px 0;
	}

	.contactLine{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;

		margin-bottom: 10px;
	}
	.contactL{
		width:49%;
		margin-right: 2%;
	}
	.contactR{
		width:49%;
		margin-right: 0;
	}

	.formTitle{
		font-size: 12px;
		margin-bottom: 3px;
	}
	.contactLine input{
		padding: 12px 8px;
		font-size: 12px;
		border:1px solid #ddd;
	}
	.contactLine textarea{
		padding: 12px 8px;
		font-size: 12px;
	}
	.sendBtn{
		padding: 20px 0;
	}
	.sendBtn input[type=submit]{
		padding: 12px 20px;
		font-size: 12px;
		letter-spacing: .1em;
		border: none;

	}





}
