@charset "utf-8";

/*common
----------------------------------------------------*/
/* 設定 */
* {

font-weight: 500;
 letter-spacing: 0.08em;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	font-feature-settings: 'palt';
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
	line-height: 1.8;
}

.hira,
.c-nav-ttl,
.str-box .balloon,
.str-box .str-ttl,
.chara-ttl,
.root-in p,
.root-in a,
.ttl-box h3,
.btn-txt-area p,
.model-area p,

.mei,
#g-nav a,
.btn-def,
.n-box .cat,
.n-box .date,
.item-box p:nth-last-of-type(1),
.inq-intro p,

.course-num,
.arial { font-family: Arial, Helvetica, "sans-serif" !important;}

.sample{
	font-family :
	MyYuGothicM, /* Windows調整用 */
	YuGothic,    /* Mac用 */
	sans-serif;
}

.utility-sp{
	display: none;
}
body {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
	height: 100%;
	background:url("../img/body-bg.jpg") repeat;
}
html{
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	height: 100%;
}


img {
	border: 0;
	vertical-align:bottom;
	width: 100%;
}
.for-mv{
	display: block;
}
a { text-decoration: none;
}

ul, li { list-style: none;}
.for-pc{ display:block;}
.for-tab,.for-sp,.for-sps { display: none !important;}


/* インデント */
p.indent-1 {
padding-left:7px;
text-indent:-7px;
}
p.indent-2 {
padding-left:1em;
text-indent:-1em;
}
/* float */
.fLeft { float: left !important;}
.fRight { float: right !important;}

.yu-mi { font-family: YuMincho,    /* Macの游明朝 */
               'Yu Mincho', /* Windowsの游明朝 */
               'MS Mincho', /* 游明朝がないWindows（MS PMinchoなら字詰めされる） */
               serif;
}
/* clearfix */
.cf:after,
.ie9 .crs-links ul:after{
    content: "";
    display: block;
    clear: both;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}


/* align */
.cen   { text-align: center !important; }
.left  { text-align: left !important; }
.right { text-align: right !important; }


/* text-indent */
.indent {
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	}

.att {
  padding-left: 0.7em;
  text-indent: -0.6em;
	display: inline-block;
}

.txt-red { color: #f00;}


/* font-size */


/* margin,padding */
.sce_bottom{
	margin-bottom:50px;
	}

.pt10{
	padding-top: 10px;
}

.pt20{
	padding-top: 20px;
}

.mb20{
	margin-bottom:20px;
	}
.mb40{
	margin-bottom:40px;
	}
.pa50{
	padding: 50px 0;
}
/* 半透明 */
	a:hover img{
	transition: all .3s;
 opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
	}

.li-18{
	line-height: 1.8;
}
.font-ygo{
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
}
.font-italic{
	font-style: italic;
}
img.alignright { display: block; margin: 0 0 0 auto!important; }/* 配置位置 右 */
img.alignleft { display: block; margin: 0 auto 0 0!important; }/* 配置位置 左 */
img.aligncenter { display: block; margin: 0 auto!important; }/* 配置位置 中央 */

#wrapper{
	width: 100%;
}

.inner{
	max-width:1000px;
	margin: 0 auto;
	position: relative;
	width: 90%;
}

.auto-inner{
	max-width:1268px;
	margin: 0 auto;
	position: relative;
	width: 90%;
}

.oswald{
	font-family: 'Oswald', sans-serif;
}

.news-archive-btn{
	text-align: center;
}

.news-archive-btn a{
    display: inline-block;
    color: #fff;
    font-weight: bold;
    background: #033f75;
    padding: 1.5% 4%;
	border:  1px solid #033f75;
	transition: all .3s;
}

.news-archive-btn a:hover{
	color: #033f75;
	background: #fff;
}

.flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

/**************************************************
**********ヘッダー************************************
***************************************************/
.head-wrapper{
	background-color:rgba(3,161,122,0.8);
	width: 100%;
	height: 110px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.head-wrapper h1 a{
	 position: relative;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
	background: url("../img/header-logo@2x.png") no-repeat center/contain;
	width: 320px;
	height: 65px;
    vertical-align: bottom;
	 transform:translateY(20px);
}

.head-wrapper .inner{
	position: relative;
}

.header-tell{
	position: absolute;
    display: inline-block;
    top: 0;
    right: 60px;
}

/*navi*/

.head-wrapper .menu-btn-wrapper{
	position: relative;
}

.head-wrapper .menu-btn{
    position: absolute;
    top: 0;
    right: 0;
	cursor: pointer;
	display: inline-block;
}

.head-wrapper .menu-btn{
    position: absolute;
    display: inline-block;
    top: -32px;
    right: 0;
    transition: all .4s;
    box-sizing: border-box;
    width: 34px;
    height: 40px;
	z-index: 9999;
}

.head-wrapper .menu-btn span{
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    height: 4px;
    background-color: #fff;
    right: 0;
    width: 34px;
	border-radius: 2px;
	cursor: pointer;
}

.head-wrapper .menu-btn span:nth-of-type(1) {
    top: 10px;
}

.head-wrapper .menu-btn span:nth-of-type(2) {
    top: 20px;
}

.head-wrapper .menu-btn span:nth-of-type(3) {
    top: 30px;
}
.btn-tel{
  display:none;
}
/*モーダルウィンドウのスタイル*/

.menu {
    position: fixed;
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: url("../img/menyu-open-bg@2x.png") repeat center/100% 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
}

.menu ul {
    display: table-cell;
    vertical-align: middle;
}

.menu li {
    max-width: 500px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
    text-align: center;
	opacity: 0;
}

.menu li a {
    display: block;
    font-size: 18px;
    color: #fff;
	font-weight: bold;
}

.menu li a:hover {
    color: #999;
}
/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu {
    cursor: url(../images/cross.svg),auto;
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
}

  .open .menu-btn span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
	transform: translateY(6px) rotate(-45deg);
	background-color: #03a17a;
  }
  
  .open .menu-btn span:nth-of-type(2) { opacity: 0;}
  
  .open .menu-btn span:nth-of-type(3) {
    -webkit-transform: translateY(-14px) rotate(45deg);
    transform: translateY(-14px) rotate(45deg);
	background-color: #03a17a;
  }

.open .menu li a{
	color: #03a17a;
	display: inline-block;
}

.open .menu li {
	opacity: 1;
}

.open .menu li:nth-child(1) {
	-webkit-transition: opacity 1s ease .5s;
	transition: opacity 1s ease .5s;
}

.open .menu li:nth-child(2) {
	-webkit-transition: opacity 1s ease .6s;
	transition: opacity 1s ease .6s;
}

.open .menu li:nth-child(3) {
	-webkit-transition: opacity 1s ease .7s;
	transition: opacity 1s ease .7s;
}

.open .menu li:nth-child(4) {
	-webkit-transition: opacity 1s ease .8s;
	transition: opacity 1s ease .8s;
}

.open .menu li:nth-child(5) {
	-webkit-transition: opacity 1s ease .9s;
	transition: opacity 1s ease .9s;
}

.open .menu li:last-child a{
	display: inline-block;
	background: #ee7001;
	color: #fff;
	padding: 1rem 8rem;
	transition: .3s;
	border: solid 1px #ee7001;
}

.open .menu li:last-child a:hover{
	background: #fff;
	color: #ee7001;
}

/*フッター
***************************************************/
footer{
	background:#03a17a;
	text-align: center;
	color: #fff;
	padding: 4rem 0 2rem;
}

.footer-inner{
	max-width: 1400px;
	width: 90%;
	margin: 0 auto;
	padding: 0 0 6rem;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

footer a{
	color: #fff;
}


footer .l-box{
	width: 30%;
}

footer .r-box{
	width: 60%;
    margin-left: auto;
}

footer .r-box ul{
	text-align: right;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

footer .r-box ul li{
	width: 50%;
	line-height: 2.4;
	text-align: left;
}

footer .r-box ul li a{
	background: url("../img/footer-squer@2x.png") no-repeat left 0 top 4px/7px 11px;
	padding-left: 15px;
}


.footer-logo{
	max-width: 320px;
	margin: 0 auto;
	padding: 0 0 3%;
}

.footer-logo-under{
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
}

.footer-logo-under li{
	padding: 0 3%;
}

/*お任せ下さい
***************************************************/
.koma-sec{
    padding: 5rem 0 18rem;
}

.suprrt-title-txt-area{
	background: #1e339a;
	padding: 2% 2%;
}

.koma02-sec {
    /* background: url(../img/suporrt-bg@2x.png) no-repeat center/cover; */
    background: url(../img/suporrt-bg@2x.png) no-repeat center/100% 100%;
    padding: 2% 0 5%;
	position: relative;
}

.koma02-sec::after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 80px 112.5px;
	border-color: transparent #77c5dd #77c5dd transparent;
	position: absolute;
	bottom: 3vw;
	left: 50%;
    transform: translate(-50%, 49%) skew(-55deg, 35deg);
    -webkit-transform: translate(-50%, 49%) skew(-55deg, 35deg);
    -ms-transform: translate(-50%, 49%) skew(-55deg, 35deg);
	box-shadow: 8px 5px 5px 0 rgba(0,0,0,.2);
}
/* 
.koma02-sec::after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 160px 225px 0 225px;
	border-color: rgba(119,197,221,1) transparent transparent transparent;
	position: absolute;
	bottom: -159px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
} */
	
.koma-yellow-bg{
	background: #ebf421;
	padding: 2%;
}

.coma-img{
	padding: 0 0 5rem;
}

.suporrt-squere-bottom{
	max-width: 450px;
	margin: 0 auto;
	position: absolute;
	left: -50%;
	right: -50%;
    bottom: -158px;
}




/*3つの理由
***************************************************/
.riyu-sec{
	padding: 0 0 8rem;
}

.riyu-sec ul li{
	width: 30%;
}

.three-text-bg{
	background: url("../img/bg-reason-img@2x.png") no-repeat right center / contain #03a17a;
	border-top: solid #fa9b35 15px;
	margin: 0 0 5rem;
}

.riyuu {
	/* height: 173px; */
	padding-top: 17.3%;
	position: relative;
}

.riyuu img {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	transform: translateY(-50%);
}

/*当社の強み
***************************************************/
.stre-sec{
	padding: 6rem 0 30rem;
	margin-top:60px;
}

.stre-sec .riyuu img {
	top: auto;
	bottom: 7%;
	transform: none;
}

/* .inner-tsuyomi{
  position: relative;
  height:173px;
}
.inner-tsuyomi span{
	display: block;
	text-indent: 200%;
	white-space: nowrap;
	overflow-x: hidden;
} */
/* .inner-tsuyomi:before{
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  display: block;
} */
/* .inner-tsuyomi:after{
 	background: url(../img/tuyomi@2x.png) no-repeat center/contain;
  position: absolute;
  content: '';
  top: 0;
  left:0;
  display: block;
  width: 100%;
  height: 300px;
  margin-top: -144px;
} */
.tsuyomi{
	padding: 3rem 0 3rem;
  height:173px;
}

.tokityo{
	max-width: 260px;
	margin: 0 auto 10rem;
}

.stre-sec ul li{
	width: 30%;
	margin:  0 0 5rem;
}

.st-title{
	color: #ee7001;
	font-weight: bold;
	font-size: 2.6rem;
	text-align: center;
	border-bottom: dotted 2px #03a17a;
	padding: 1.5rem 0 0.5rem;
	margin: 0 0 2rem;
}

.st-massege{
	font-size: 1.5rem;
}

/*スタッフ
***************************************************/
.staff-sec{
  position: relative;
}
.staff-sec::before {
	content: "";
	background: url(../img/document@2x.png) no-repeat right 8.25% center / contain;
	max-width: 1000px;
	width: 90%;
	height: 188px;
    position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -69.4%);
}
.staff-inner{
  	background:url("../img/green-dod@2x.png") repeat center/100%;
    padding: 8rem 0 5rem;
	position: relative;
}
.staff-sec .inner{
	position: relative;
}

.staff-sec .inner::before{
	background: url(../img/situ@2x.png) no-repeat center/contain;
    content: "";
	width: 50%;
	height: 251px;
	position: absolute;
	top: -8rem;
	left: 0;
	transform: translateY(-70%);
}

.staff-sec .inner::after{
	background: url("../img/human@2x.png") no-repeat left 10.5% center / contain;
    content: "";
    width: 50%;
    height: 196px;
    position: absolute;
	top: -8rem;
	right: 0;
	transform: translateY(-80%);
}


.staff-flex .l-box{
	width: 45%;
}

.staff-flex .r-box{
	width: 45%;
}

.staff-text{
	background: #fff;
	transform: skewX(165deg);
	border: solid 4px #0040c5;
	padding: 1rem 2rem;
	text-align: center;
	margin: 0 0 3rem;
}

.staff-text span{
	color: #0040c5;
	font-size: 1.8rem;
	transform: skewX(-165deg);
	display:inline-block;
	font-weight: bold;
	text-align: left;
}

.staff-untxt{
	color: #fff;
	font-size: 1.7rem;
}

.senmon{
	padding: 0 0 4rem;
}

/*コンタクトバナー
***************************************************/
.banner-com-area{
	padding: 5rem 0 5rem;
}

.banner-com-area .inner{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	background: url("../img/cad-trace-bg@2x.png") no-repeat center/cover;
	padding: 1% 2% 0 2%;
	border: solid 5px #fd6103;
}

.banner-com-area .inner .l-box{
	flex-grow: 1;
	width: 54%;
	margin-right: -10%;
	padding: 1.5rem 0 1.5rem 4%;
	position: relative;
    z-index: 0;
}

.banner-com-area .inner .r-box{
	width: 46%;
	align-self: flex-end;
}

.cac-imgnaya{
	padding: 0 0 2rem;
	max-width: 420px;
    position: relative;
    z-index: 0;
}

.red-btn{
	margin: 0 0 1rem;
	position: relative;
	text-align: center;
    z-index: -1;
}

.red-btn a{
	display: inline-block;
	text-align: center;
	transition: .3s;
	border-radius: 3px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eb5e39+1,e83220+47,e60012+54,e60012+100 */
	background: #eb5e39; /* Old browsers */
	background: -moz-linear-gradient(top, #eb5e39 1%, #e83220 47%, #e60012 54%, #e60012 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #eb5e39 1%,#e83220 47%,#e60012 54%,#e60012 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #eb5e39 1%,#e83220 47%,#e60012 54%,#e60012 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb5e39', endColorstr='#e60012',GradientType=0 ); /* IE6-9 */	color: #fff;
	font-weight: bold;
	font-size: 2.8rem;
	border: 2px #e40002 solid;
	padding: 1.5rem 6rem;
	width: 100%;
	position: relative;
	/* box-shadow */
	box-shadow:0px 1px 6px -1px #ffffff;
}

.red-btn a:after {        /*「after要素」で三角 */ 
	display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    background: url(../img/squer-btn-img@2x.png) no-repeat center/contain;
    width: 22px;
    height: 23px;
	transition: .3s;
	transform: translateY(-50%);
}

.red-btn a:hover::after {        /*「after要素」で三角 */ 
    background: url(../img/squer-btn-img-hover@2x.png) no-repeat center/contain;
}


.red-btn::before {
	display: block;
    content: "";
    position: absolute;
    background: url(../img/contact-btn-map@2x.png) no-repeat center/contain;
	width: 28.3%;
    height: 170px;
    transition: .3s;
    right: 0;
	top: 0;
	transform: translateY(-57%);
}

.red-btn a:hover{
	background:#fff; 
	color:#e40002;
	}

.red-btn a:hover::before {        /*白い丸 */ 
	background: #e40002;
}

.red-btn a:hover::after { 
	 border-left: 5px solid #fff;
}

.ban-a{
	display: inline-block;
	border: solid 1px #cd2727;
	padding: .1em .4em;
	font-weight: bold;
	color: #cd2727;
	letter-spacing: 0;
	margin-right: 1rem;
	position: relative;
	top: -.3em;
}

.ban-b{
	font-size: 2.5rem;
	font-weight: bold;
	color: #cd2727;
	letter-spacing: 0;
	margin-right: 1rem;
}

.ban-c{
	font-size: 1.4rem;
	font-weight: bold;
	color: #cd2727;
	letter-spacing: 0;
}

/*業界最安値
***************************************************/
.cheap-sec{
	position: relative;
	margin: 0 0 7rem;
	padding: 6rem 0 0;
}

.si-flex01{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	z-index: 10;
}

.si-flex01 .l-box{
    width: 30%;
    margin: 60px 0 0;
}

.si-flex01 .r-box{
	width: 60%;
}

.si-flex02 .inner{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.si-flex02 .left-co{
	width: 40%;
}

.si-flex02 .right-co{
	width: 55%;
    margin-top: -30px;
}

.saiyasune{
	padding: 0 0 2rem;
}

.pirce-flex{
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 4rem 0 0;
}

.taio-txt{
	color: #137359;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 2rem 0 0;
}

.taio-txt02{
	color: #137359;
	font-size: 1.8rem;
	font-weight: bold;	
}

.pirce-flex .left-box{
	display: flex;
	align-items: center;
	justify-content: center;
	/* width: 20%; */
	margin-right: 2rem;
	padding: 0 .9em;
	background: #137359;
	text-align: center;
}

.pirce-flex .right-box{
	/* width: 70%; */
	flex-grow: 1;
}


.pirce-flex .left-box p{
	font-size: 2rem;
	color: #fff;
	font-weight: bold;
}

.right-box li{
	color: #137359;
	font-size: 2rem;
	font-weight: bold;
}

.right-box li span{
	color: #137359;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 0 2% 0 0;
}

.noki-naitext{
	color: #137359;
	font-size: 1.5rem;
	padding-top: 20px;
}

.si-flex02{
    background: #c1ede2;
    padding: 30px 0 33px;
    margin: -30px 0 0px;
}

/*納品までの基本の流れ
***************************************************/
#ki .ki{
	margin-top: 150px;
	margin-bottom: 100px;
	width: 70%;
}
.kihon-txt{
	padding: 0 0 12rem;
}

.flow-box{
	transform: skewX(148deg);
	position: relative;
}

.flow-box::before{
	content: "";
	display: block;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d7eb65+0,c0e881+44,ace599+48,94e1b5+52,6adbe8+100 */
background: #137359; /* Old browsers */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7eb65', endColorstr='#6adbe8',GradientType=1 ); /* IE6-9 */
	width: 100%;
	height: 100%;
	position: absolute;
	left: 12px;
	top: 8px;
}

.flow-box .flow-box-inner{
	position: relative;
	display: block;
	padding: 2rem 4rem;
	box-sizing: border-box;
	/* margin: 0 0 2rem; */
	margin: 0;
	z-index: 10;
	background: #fff;
	border: solid 1px #2fa58a;
}

.flow-step-txt{
	 transform:skewX(-148deg);
	box-sizing: border-box;
	text-align: center;
}

.flow-step-txt span{
	display: inline-block;
	text-align: left;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.2;
}

.flow-step01::after{
	content: "";
	display: block;
	background: url("../img/setp01@2x.png") no-repeat center center/contain;
	width: 85px;
	height: 85px;
	position: absolute;
	top: -59px;
	left: -50px;
	z-index: 10;
	transform: skewX(-148deg);
}

.flow-step02::after{
	content: "";
	display: block;
	background: url("../img/setp02@2x.png") no-repeat center center/contain;
	width: 85px;
	height: 85px;
	position: absolute;
	top: -59px;
	left: -50px;
	z-index: 10;
	transform: skewX(-148deg);
}

.flow-step03::after{
	content: "";
	display: block;
	background: url("../img/setp03@2x.png") no-repeat center center/contain;
	width: 85px;
	height: 85px;
	position: absolute;
	top: -59px;
	left: -50px;
	z-index: 10;
	transform: skewX(-148deg);
}

.flow-step04::after{
	content: "";
	display: block;
	background: url("../img/setp04@2x.png") no-repeat center center/contain;
	width: 85px;
	height: 85px;
	position: absolute;
	top: -59px;
	left: -50px;
	z-index: 10;
	transform: skewX(-148deg);
}

.flow-step05::after{
	content: "";
	display: block;
	background: url("../img/setp05@2x.png") no-repeat center center/contain;
	width: 85px;
	height: 85px;
	position: absolute;
	top: -59px;
	left: -50px;
	z-index: 10;
	transform: skewX(-148deg);
}

.flow-step06::after{
	content: "";
	display: block;
	background: url("../img/setp06@2x.png") no-repeat center center/contain;
	width: 85px;
	height: 85px;
	position: absolute;
	top: -59px;
	left: -50px;
	z-index: 10;
	transform: skewX(-148deg);
}

.flow-ma{
	margin: 30px 0 0;
}

.folw-ho{
	position: relative;
	transform: skewX(148deg);
	margin: 0 auto 45px;
	width: 80%;
}

.flow-ho-inner{
	color:#fff;
	font-size: 2.5rem;
	background: #137359;
	position: relative;
}

.flow-ho-inner span{
	transform: skewX(-148deg);
	display: block;
	padding: 0.5rem 2rem;
	font-weight: bold;
	text-align: center;
}

.flow-jo01{
	background: url("../img/grenn-01@2x.png") no-repeat left 0 top 10px/35px;
	padding: 13px 0 10px 44px;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
}

.flow-jo02{
	background: url("../img/grenn-02@2x.png") no-repeat left 0 top 10px/35px;
	padding: 13px 0 10px 44px;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
}

.flow-jo03{
	background: url("../img/grenn-03@2x.png") no-repeat left 0 top 10px/35px;
	padding: 13px 0 10px 44px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0;
	display: inline-block;
}

.btn-o {
	margin: 1rem 0 1rem 35px;
}

.btn-o a {
	display: inline-block;
    background: #f2801b;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 1rem 6rem 1rem 7rem;
    transition: .3s;
    position: relative;
    width: 315px;
}

.btn-o a:hover{
	background: #ffb000;
}

.mail-btn a::before{
	content: "";
    background: url(../img/mail-icon@2x.png) no-repeat center/contain;
    width: 24px;
    height: 16px;
    position: absolute;
    left: 40px;
    top: 50%;
    margin: -8px 0 0;
}

.mail-btn a::after{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 11px;
    border-color: transparent transparent transparent #ffffff;
    content: "";
    display: block;
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -10px;
}

.tell-btn a::before{
    content: "";
    background: url(../img/tell-icon@2x.png) no-repeat center/contain;
    width: 10px;
    height: 26px;
    position: absolute;
    left: 84px;
    top: 50%;
    margin: -13px 0 0;
}

.tell-btn a::after{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 11px;
    border-color: transparent transparent transparent #ffffff;
    content: "";
    display: block;
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -10px;
}

.flow-right-session{
	margin: 0 0 20px;
	display: inline;
}

.wrap-cen{
	text-align: center;
}

.naiyo-k{
	margin-top: 2.2em;
	color: #137359;
	font-weight: bold;
	font-size: 2rem;
	text-align: left;
	display: inline-block;
}

.cad-img{
	max-width: 250px;
	margin: 0 auto;
	padding: 0 0 4rem;
}

.mail-access-wrap{
	max-width: 450px;
	margin: 0 auto;
	padding: 0;
}

.mitumori-toia{
	margin-top: 9%;
}



/*見積りフォーム
***************************************************/


.form-sec{
	background:url("../img/contact-area-bg@2x.png") repeat center/100% 100%;
}

.form-sec input:not([type="radio"]) {
	-webkit-appearance: none;
}

.mitumori-txt{
	/* background: #03a17a; */
	background: #137359;
    padding: 3rem 6%;
	margin: 0 0 10rem;
}

.mitumori-txt img{
	max-width: 640px;
	margin: 0 auto;
	display: block;
}

.squere-grenn{
	max-width: 98px;
	margin: 45px auto 0;
}

.mail-form-heading02{
	padding: 2rem 0 2rem;
	border-bottom: 3px solid #03a17a;
	margin: 0 0 8rem;
}

.mail-form-width-wrap{
	max-width: 800px;
	margin: 0 auto;
	padding: 0 0 8rem;
}

form#mailformpro dl dt {
    float: left!important;
    width: 250px!important;
    width: 270px!important;
    clear: both!important;
    font-size: 15px!important;
    padding: 10px 0px!important;
    text-align: inherit!important;
    margin: 0px!important;
	font-weight: bold!important;
	vertical-align: middle!important;
	line-height: 48px;
	position: relative;
    padding-left: 100px!important;
}

form#mailformpro dl dd {
    border-top: dotted 2px #747373!important;
    margin: 0px!important;
    padding: 10px 5px 20px 170px!important;
    font-size: 12px!important;
    text-align: left;
	vertical-align: middle;
	line-height: 48px!important;
	padding-left: 31% !important;
	padding-left: 34% !important;
}
form#mailformpro dl dt:first-child{
      border-top: none!important;
}
form#mailformpro dl dt:first-child + dd{
      border-top: none!important;
}
.mail-form-width-wrap input, select{
	box-shadow:0px 4px 0px 0px #d2d2d2;
}

.mail-form-width-wrap input[type="radio"]{
	box-shadow:none;
	margin-right: 3px;
}

.mfp_buttons {
	margin-top: 7rem;
}

input[type="text"],input[type="tel"],input[type="email"],select{
	border: solid 1px #aaa;
	border-radius:5px;
	padding:10px;
	font-size: 15px;
}

.form-w80{
	width: 80%!important;
}
.form-w60{
	width: 65%!important;
}

.must {
    display: block!important;
    background-color: #e62323!important;
    border: none!important;
    text-shadow: none!important;
    padding: 2px 17px!important;
	font-size: 1.4rem!important;
    color: #FFF!important;
    float: left!important;
    margin: 0px 5px!important;
    border-radius: 0px!important;
    box-shadow: 0px!important;
    background-image: none!important;
    background-size: 100% 100%!important;
    position: absolute!important;
    top: 20px;
    left: 0;
}

.must02{
    display: block;
    background-color: #e62323;
    padding: 1px 10px;
    font-size: 1.1rem!important;
    color: #FFF;
    float: left;
    margin: 0px 5px 0 0;
}

.nini {
    display: block!important;
    background-color: #c5c4c5!important;
    border: none!important;
    padding: 2px 17px!important;
    color: #000!important;
    float: left!important;
    margin: 0px 5px!important;
    border-radius: 0px!important;
    box-shadow: 0px!important;
    background-image: none!important;
    background-size: 100% 100%!important;
    position: absolute!important;
    top: 20px;
    left: 0;
	font-size: 1.4rem!important;
}

.digit{
	font-size: 1.5rem;
	padding: 0 0 0 10px;
}

.yu-ic{
	font-size:1.5rem;
	padding-right: 10px;
}

.yubin-clas{
	margin: 0 0 20px!important;
	max-width: 200px!important;
}

.jyusyo{
	margin:0 0 20px!important;
}

textarea{
	width: 100%;
}


.suryo{
	font-size: 1.5rem;
	font-weight: bold;
	padding-right: 2rem;
}

.mai{
	font-size: 1.5rem;
	font-weight: bold;
}

.syukanu-sury{
	width: 128px;
}

.s-block:not(:last-child) {
	margin: 0 0 4rem;
}

.hatyu{
	padding: 1rem 0 2rem;
}

.hanbouki{
	padding: 3rem 0 3rem;
}

.mfp_colored{
	background-color: inherit!important;
}

.mfp_achroma {
    background-color: inherit!important;
}

form#mailformpro label.mfp_not_checked {
    padding: 3px;
    border:none!important;
}

.hanbo-tuki{
	display: inline-block;
}

input[type="submit"], input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}

 .submit {
    color: #fff!important;
    display: block!important;
    font-size: 1.8rem!important;
    font-weight: bold!important;
    letter-spacing: 0.5em!important;
    padding: 15px!important;
    z-index: 100!important;
    box-sizing: border-box!important;
    transition: all 0.3s!important;
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif!important;
    -webkit-appearance: none!important;
    text-align: center!important;
    -moz-appearance: none!important;
    appearance: none!important;
    background: #f2801b!important;
    position: relative!important;
    width: 100%!important;
    border: solid 1px #f2801b!important;
	cursor: pointer!important;
	 text-shadow: none!important;
	 max-width: 300px!important;
	 margin: 0 auto!important;
}

.reset {
    color: #fff!important;
    display: block!important;
    font-size: 1.8rem!important;
    font-weight: bold!important;
    letter-spacing: 0.5em!important;
    padding: 15px!important;
    z-index: 100!important;
    box-sizing: border-box!important;
    transition: all 0.3s!important;
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif!important;
    -webkit-appearance: none!important;
    text-align: center!important;
    -moz-appearance: none!important;
    appearance: none!important;
    background: #796c60!important;
    position: relative!important;
    width: 100%!important;
    border: solid 1px #796c60!important;
	cursor: pointer!important;
	 text-shadow: none!important;
	 max-width: 300px!important;
	 margin: 0 auto!important;
}

 .submit:hover{
	 color:#f2801b!important;
	 background: #fff!important;
}

.reset:hover{
	color: #796c60!important;
	background: #fff!important;
}


/*問合せサンキュー画面
***************************************************/
.thanks-sec{
	padding: 200px 0 200px;
}

.mb-4{
	margin-bottom: 40px;
}

.c_red00{
	color: red;
	font-weight: bold;
}

.thanks-sec h4{
	font-weight: bold;
}

.back-top-btn{
	text-align: center;
	margin: 5rem 0 0;
}

.back-top-btn a{
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	display: inline-block;
	background: #f2801b;
	padding: 10px 60px;
	transition: .3s;
	border: solid 1px #f2801b;
}

.back-top-btn a:hover{
	background: #fff;
	color: #f2801b;
}

.thanks-sec .inner{
	padding: 3%;
	border: solid 2px #03a17a;
}

/* ページトップボタン */
.page-top {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 9999;
	width: 60px;
	height: 60px;
	border: 1px solid #03a17a;
	border-radius: 50%;
	background-color: #fff;
	text-decoration: none;
	outline: none;
}
   
.page-top:after {
	position: absolute;
	top: 40%;
	left: 50%;
	width: 13px;
	height: 13px;
	-webkit-transform: translateX(-50%) rotate(-45deg);
			transform: translateX(-50%) rotate(-45deg);
	border-right: 3px solid #03a17a;
	border-top: 3px solid #03a17a;
	content: "";
}
