@charset "utf-8";

/*==============================
/***  メインコンテンツ  ***/
/*=============================*/

/*====================
	補助金
====================*/

.subs01_01>ul>li{
	padding:1em 0;
}

.subs01_01>ul>li>dl{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}

.subs01_01>ul>li>dl>dt{
	width:100%;
	font-weight: 800;
	font-size: 140%;
	letter-spacing: 1px;
}

.subs01_01>ul>li>dl>dd{
	width:100%;
	font-weight: bold;
	padding: 0 1em;
	font-size: 120%;
	box-sizing: border-box;
}


.lp_hojyo_03 {
	width: 100%;
	margin: 0 auto;
	background: #FFEDD4;
	border-radius: 30px;
}
.lp_hojyo_03>ul {
	width: 92%;
	margin: 0 auto;
	padding: 1.5em 0;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.lp_hojyo_03>ul>li {
	width: 49%;
}
.lp_hojyo_03>ul>li a{
	filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
}

.lp_hojyo_04inner{
	background: #FFF;
	border-radius: 10px;
	padding: 2em;
	margin-bottom: 1em;
}
.lp_hojyo_04inner h3{
	margin: -2.5em auto 1em;
}
.lp_hojyo_04inner h3 img{
	display: block;
	margin: 0 auto;
}
.lp_hojyo_04inner>ul>li{
    font-weight: 600;
}
.lp_hojyo_04inner>ul>li span{
	color: #C1272d;
}
.lp_hojyo_04 p{
	font-size: 0.8em;
}

.lp01_01btn a{
	max-width: 520px;
	width:90%;
	margin:0 auto;
	display: block;
	background:#003d66;
	color:#FFFFFF;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	position: relative;
	padding:1.25em 2em 1em 2.25em;
	box-sizing: border-box;
	border-radius: 100px;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.lp01_01btn a img{
	display: block;
	margin: 5px auto 0;
	max-height: 1.35em;
	
}


.subs02_01>ul{
	display: flex;
	flex-wrap: nowrap;
	width:100%;
	margin:-0.5em auto 0;
	position: relative;
	justify-content: space-between;
}

.subs02_01>ul>li{
	width:48%;
	margin:0 ;
	position: relative;
	z-index: 1;
}
.subs02_01>ul::after{
	content: '';
	background:url("../img/sub/subs_10.svg") no-repeat;
	background-size: contain;
	position: absolute;
	width:30px;
	height:80px;
	top:50%;
	left:calc(50% - 15px);
	z-index: 2;
}

.subs03_01{
	background:#FFFFFF;
	border-radius: 20px;
	padding:2em 1em 2em 3em;
	box-sizing: border-box;
}
.subs03_01>ul>li{
	position: relative;
	padding:0.5em 0 0.5em 2.5em;
	font-size: 120%;
	font-weight: 800;
}

.subs03_01>ul>li::before{
	content: '';
	background: url("../img/sub/subs_22.svg") no-repeat;
	background-size: contain;
	width:22px;
	height:18px;
	position: absolute;
	top:55%;
	left:1em;
	transform: translate(-50%,-50%);
}

.subs04_01>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}

.subs04_01>ul>li{
	width:96%;
	margin:0 2% 1em;
	background:#FFFFFF;
	padding:1em 2em;
	border-radius: 20px;
	box-sizing: border-box;
}



/*====================
	よくある質問
====================*/

/*よくある質問*/
.qa01_01cate>ul>li{
	display: inline-block;
	padding:0 0.1em 0.1em;
}
.qa01_01cate>ul>li a{
	display: inline-block;
	background:#FFFFFF;
	color:#F15A24;
	border:#F15A24 1px solid;
	margin: 0 0 0.5em;
	padding:0.6em 1.8em;
	line-height: 1.4;
	text-decoration: none;
	border-radius: 50px;
	box-sizing: border-box;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.qa01_01cate>ul>li a:hover{
	background:#F15A24;
	color:#FFFFFF;
}
.qa01_00>ul>li{
	padding:1.5em 0;
}

.qa01_01 h3{
	display: inline-block;
	padding:0.7em 0;
	margin:1em 0 0;
	border-radius: 50px;
}

.qa01_01>ul>li{
	border:#F9C300 5px solid;
	box-sizing: border-box;
	border-radius: 15px;
	margin:1em 0 2em;
	box-shadow: 4px 4px  rgba(241,90,36,0.15);
	

}

.qa01_01>ul>li>a{
	border-radius: 10px;
	display: block;
	width:100%;
	padding:1em 8% 1em 5%;
	box-sizing: border-box;
	text-decoration: none;
	cursor: pointer;
	background:#FBF7F0;
}

.qa01_01>ul>li>ul>li{
	border-radius: 0 0 15px 15px;
	background:#FFFFFF;
}

.qa01_01>ul>li>ul>li>dl{
	width:100%;
	box-sizing: border-box;
	padding: 1em 5%;
}


.child {
    display: none;
}
.qa01_01>ul>li>a{
	position: relative;
}
.qa01_01>ul>li>a::after{
	content: '';
	background: url("../img/sub/faq_plus.svg") no-repeat;
	background-size: contain;
	width:28px;
	height:28px;
	position: absolute;
	top: 50%;
	right: -0.5em;
	transform: translate(-50%,-50%);
}

.qa01_01>ul>li>a.active::after{
	content: '';
	background: url("../img/sub/faq_mai.svg") no-repeat;
	background-size: contain;
	width:26px;
	height:26px;
	position: absolute;
	top: 50%;
	right: -0.3em;
	transform: translate(-50%,-50%);
}

.qa01_01>ul>li>a.active{
	border-radius: 15px 15px 0 0;
}

/*========================
	会社概要
========================*/

.abou01_01{
	width:100%;
	margin:0 auto;
}
.abou01_01>ul>li{
	padding:1em 0;
	border-bottom:1px #CCCCCC solid;
}



.abou01_01>ul>li>dl{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	font-weight: 500;
}
.abou01_01>ul>li>dl>dt{
	width:100%;
	padding:0 0.5em;
	box-sizing: border-box;
}

.abou01_01>ul>li>dl>dd{
	width:100%;
	padding:0 0.5em;
	box-sizing: border-box;
}

.gree01_01>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	align-items: flex-end;
}

.gree01_01>ul>li:nth-child(1){
	width:90%;
	margin:1.5em auto 0;
	padding:0;
	box-sizing: border-box;
	order: 2;
}

.gree01_01>ul>li:nth-child(2){
	width:100%;
	order: 1;
}


/*========================
	スタッフ
========================*/
.staff01_01>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}

.staff01_01>ul>li{
	width:100%;
	margin:0 0 2em;
	padding:1em;
	box-sizing: border-box;
	background:#E8F6FC;
	border-radius: 20px;
	box-shadow: 4px 4px  rgba(0,0,0,0.15);
}

.staff01_01text{
	width:90%;
	margin:0 auto 1em;
}

.staff01_01>ul>li>dl{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	align-items: center;
}
.staff01_01>ul>li>dl>dt{
	width:40%;
	margin:1em 0 0 0;
}
.staff01_01>ul>li>dl>dd{
	width:60%;
}

/*========================
	補助金
========================*/
.hojyo01_01block{
	border:#E55927 4px solid;
	background:#FFEEE9;
	border-radius: 20px;
	padding: 2em;
	box-sizing: border-box;
}
				
				

/*========================
	お客様の声
========================*/
.voic01_01>ul>li{
	position: relative;
	margin:0 0 5em 0;
	box-sizing: border-box;
	width: calc( 100% - 8px );
}
.voic01_01>ul>li::after{
	content: '';
	width:100%;
	height:98%;
	position: absolute;
	top:2%;
	background:#E8F6FC;
	border-radius: 20px;
	box-shadow: 4px 4px  rgba(0,0,0,0.15);
	margin:0 0 5em 0;
	box-sizing: border-box;
	z-index: 1;
}

.voic01_01title{
	width:90%;
	margin:0 auto;
}

.voic01_01title h3{
	display: inline-block;
	background:#FDD23E;
	padding:0.8em 2em;
	border-radius: 50px;
}

.voic01_01>ul>li>dl,
.voic01_01title {
	position: relative;
	z-index: 2;
}

.voic01_01>ul>li>dl{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	padding:1em 2em 2em;
	box-sizing: border-box;
}
.voic01_01>ul>li>dl>dt{
	width:100%;
	order: 2;
}
.voic01_01>ul>li>dl>dd{
	width:100%;
	padding:0 0 1em 0;
	box-sizing: border-box;
	order: 1;
}

.voic01_01zoom a{
	display: inline-block;
	background:#002F7B;
	border:#002F7B 1px solid;
	border-radius: 50px;
	color:#FFFFFF;
	padding:0.3em 2em 0.3em 2.5em;
	text-decoration: none;
	position: relative;
	-webkit-transition: .1s ease-in-out;
	transition: .1s ease-in-out;
}

.voic01_01zoom a::after{
	content: '';
	background: url("../img/sub/icon_zoom.svg") no-repeat;
	background-size: contain;
	width:14px;
	height:14px;
	position: absolute;
	top: 50%;
	left: 1.5em;
	transform: translate(-50%,-50%);
	
}

.voic01_01zoom a:hover{
	 -ms-transform: translateY(3px);
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
	
}

/*========================
	保証
========================*/

.serv01_01{
	width:100%;
	padding:1em 1.5em;
	margin:0 auto;
	border-radius: 30px;
	background:#FFFFFF;
	border:#F15A24 5px solid;
	box-sizing: border-box;
}

.serv01_02>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}
.serv01_02>ul>li:nth-child(1){
	width:100%;
	margin:0;
}
.serv01_02>ul>li:nth-child(2){
	width:80%;
	margin:0 auto;
}

.serv01_03>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	justify-content: center;
}

.serv01_03>ul>li{
	width:42%;
	margin:0 2.5% 1em;
}

.serv01_04>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	justify-content: center;
}

.serv01_04>ul>li{
	width:46%;
	margin:0 2% 1em;
}

.serv01_05>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	justify-content: center;
}

.serv01_05>ul>li{
	width:100%;
	margin:0 0 1em;
}

.serv01_05>ul>li>dl{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}
.serv01_05>ul>li>dl>dt{
	width:35%;
	margin:0;
}
.serv01_05>ul>li>dl>dd{
	width:60%;
	margin:0 0 0 5%;
}


.serv01_06>dl{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}
.serv01_06>dl>dt{
	width:80%;
	margin:0 auto;
	order: 2;
}
.serv01_06>dl>dd{
	width:100%;
	margin:1em 0 0 0;
	order: 1;
}

/*========================
	LINEお問い合わせ
========================*/

.line01_00>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}
.line01_00>ul>li:nth-child(1){
	width:35%;
	margin:1em 0;
}
.line01_00>ul>li:nth-child(2){
	width:62%;
	margin:1em 0 1em 3%;
}

.line01_01title{
	display: inline-block;
	background:#002F7B;
	color:#FFFFFF;
	font-weight: bold;
	padding:0.6em 4em;
	border-radius: 50px;
}

.line01_01>ul>li>dl,
.line01_02>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	justify-content: center;
}

.line01_01>ul>li>dl>dt{
	width:100%;
}
.line01_01>ul>li>dl>dd{
	width:90%;
	margin:1em auto 0;
}

.line01_02>ul>li{
	width:48%;
	margin:0 1% 1em;
}


.line01_03>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}

.line01_03>ul>li{
	width:100%;
	margin:0 auto 1em;
}

.line01_04>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}
.line01_04>ul>li:nth-child(1){
	width:100%;
	margin:1em auto 0;
}
.line01_04>ul>li:nth-child(2){
	width:60%;
	margin:1em auto;
}

.line01_border{
	border-bottom: 2px dashed var(--dashed-border-color);
}

/*========================
	お問い合わせ
========================*/
.cms_cont_tel{
	max-width:960px;
	margin:0 auto 1.5em;
	width:100%;
	background:#FFEDD4;
	border-radius: 30px;
	padding:1.5em;
	box-sizing: border-box;
}

.rese01_01>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	align-items:center;
}
.rese01_01>ul>li:nth-child(1){
	width:100%;
}
.rese01_01>ul>li:nth-child(2){
	width:100%;
	margin:1.5em 0 0 0;
}

.rese01_01q{
	padding:0 0 0 2em;
	position: relative;
}

.rese01_01q::before{
	content: '';
	background: url("../img/icon/icon_rese_01.svg") no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0.5em;
	width:30px;
	height:30px;
	transform: translate(-50%,-50%);
}

.rese01_02>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	
}
.rese01_02>ul>li{
	width:100%;
	margin:1em 0;
	border:#FFDEB7 1px solid;
	border-radius: 15px;
	padding:1em;
	box-sizing: border-box;
	background:#FFFFFF;
	position: relative;
}

.rese01_02title{
	margin:-2em auto 1em;
}

.rese01_02>ul>li::before{
	content: '';
	background:#FFEED9;
	width:30px;
	height:30px;
	position: absolute;
	top:100%;
	left:48%;
	z-index: -1;
}
.rese01_02>ul>li:last-child::before{
	width:0;
	height:0;
}

.rese02_01{
	width:100%;
	margin:0 auto;
}

	
/*========================
	メールフォームテンプレ
========================*/

.cont01_01>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	justify-content:space-between;
	position: relative;
	z-index: 2;
}

.cont01_01>ul::after{
	content: '';
	background:#F4E8D3;
	position: absolute;
	width:7px;
	height:100%;
	top:0;
	left:calc(50% - 3.5px);
	z-index: 1;
}
.cont01_01>ul>li{
	width:100%;
	padding:1em 2em 0;
	margin:0 0 1em;
	box-sizing: border-box;
	background:#FFFFFF;
	border:#F4E8D3 7px solid;
	border-radius: 20px;
	position: relative;
	z-index: 2;
}
.cont01_01>ul>li:last-child{
	margin:0;
}


.cont01_02>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}

.cont01_02>ul>li{
	width:100%;
	margin:0 0 0.3em 0;
}


.esti01_01{
	width:100%;
	margin:0 auto;
	border: 5px solid var(--border-color);
	box-sizing: border-box;
	border-radius:20px;
}

.esti01_01first{
	border-radius:20px 20px 0 0;
	
}


.mail01_01{
	border-radius: 20px;
	background:#FFFFFF;
}
.mail01_01 dl{
	display: table;
	width:100%;
	table-layout: fixed;
	align-items: center;
}
.mail01_01 dl:last-child{
	border-bottom:none;
}

.mail01_01 dt{
	width:100%;
	font-size: 120%;
	padding:1em 1em 0.5em;
	box-sizing: border-box;
	margin:0;
	font-weight:bold;
}

.mail01_01 dd{
	width:100%;
	padding:0 1em 0.5em ;
	box-sizing: border-box;
	margin:0 0 1em;
}
.mail01_01kakoi{
	position: relative;
	padding:2em 0;
	z-index: 2;
}
.mail01_01kakoi::before{
	content: '';
	width:calc(100% - 2em);
	height:calc(100% - 2em);
	position: absolute;
	top:1em;
	left:1em;
	padding:2em 0;
	background:#FFFCD7;
	box-sizing: border-box;
	border-radius: 20px;
	z-index: -1;
}

.mail01_01kakoi dl{
	padding:0 1em;
	box-sizing: border-box;
	
}



input.text_min,
input.text_middle,
input.text_middle02,
input.text,
select.text,
select.text_min,
select.text_middle,
textarea.text{
	font-family: 'Noto Sans JP',-apple-system, Roboto, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue,"Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px ;
	border:#FFE8D2 solid 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 50px;
	padding:0.5em 1.5em;
	margin:0.2em 0;
	width:100%;
	
}

textarea.text{
	border-radius: 20px;
}
input.text_min,
select.text_min{
	width:30%;
}
input.text_middle,
select.text_middle{
	width:80%;
}
input.text_middle02{
	width:50%;
}
.mail01_01hissu{
	font-size: 70%;
	display: inline-block;
	background:#FF0000;
	color:#FFFFFF;
	line-height: 1.2;
	padding:0.3em 0.8em;
	box-sizing: border-box;
}


.mail01_02{
	width:100%;
	margin:0 auto;
}
.mail01_02 input{
	width:auto;
	max-width: 90%;
	margin:0 5%;
}

input[type=checkbox] {
margin:0.5em;
  transform: scale(1.5);
}
input[type=radio] {
	margin:0.5em;
	transform: scale(1.5);
}

::placeholder{
  color:#CCCCCC;
}



.mail_calender img{
	width:50px;
	display: inline-block;
	cursor: pointer;
	margin-left: 1em!important;
	vertical-align: middle;
}


input[type="submit"] {
	font-family: 'Noto Sans JP',-apple-system, Roboto, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue,"Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
	-webkit-appearance: none;
	cursor: pointer;
	width: 96%;
	max-width: 570px;
	margin: 1em auto 0;
	display: block;
	border-radius: 50px;
	background:#F6720D;
	border:#F6720D 2px solid;
	color:#FFFFFF;
	padding:1em;
	font-size: 125%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 4px #C42A00;
  -webkit-transition: .1s ease-in-out;
  transition: .1s ease-in-out;

}

input[type="submit"]:hover{
	box-shadow: 0 1px #C42A00;
	-ms-transform: translateY(3px);
	-webkit-transform: translateY(3px);
	transform: translateY(3px);

}
	
.mail01_01 select.text{
	width:100%;
	outline: none;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.mail01_01 .top01_02select_block::after{
	content: '';
	background: url("../img/common/icon_arrow_B3B3B3.svg")no-repeat;
	background-size: contain;
	position: absolute;
	z-index: 3;
	width:7px;
	height:8px;
	top: 50%;
	right: 1em;
	transform: translate(-50%,-50%);
	pointer-events: none;
}
	



/*========================
	マップ
========================*/

.map_sub_block {
	position:relative;
	padding-bottom: 52%; /* 100/横*縦*/
	height: 0;
	overflow: hidden;
}
.map_sub_block iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/*=================================================================================*/
/** 768px以上　タブレット縦　サイズ画面  **/
@media (min-width : 768px) {

/*====================
	補助金
====================*/
	
.lp_hojyo_03 {
	width: 96%;
}
.lp_hojyo_03>ul {
	width: 86%;
	padding: 2.5em 0;
}

.lp_hojyo_04{
	margin: 0 auto;
	width: 80%;
}
.lp_hojyo_04 p{
	text-align: right;
}
.lp_hojyo_04inner{
	padding: 3em 6em 2em;
}
.lp_hojyo_04inner h3{
	margin: -5.5em auto 1em;
}
.lp_hojyo_04inner>ul>li{
	font-size: 140%;
    font-weight: 600;
}

.subs01_01>ul>li>dl>dt{
	width:23%;
	font-size: 180%;
}

.subs01_01>ul>li>dl>dd{
	width:77%;
	padding: 0 1em;
	font-size: 140%;
}

	
.subs02_01>ul{
	margin:-2em auto 0;
}

.subs02_01>ul>li{
	width:40.09%;
	margin:0 auto;
}
.subs02_01>ul::after{
	content: '';
	background:url("../img/sub/subs_10.svg") no-repeat;
	background-size: contain;
	position: absolute;
	width:94px;
	height:136px;
	top:50%;
	left:calc(50% - 47px);
}
	
.subs03_01{
	padding:2em 4em 2em 10em;
}

.subs03_01>ul>li{
	font-size: 150%;
}

.subs03_01>ul>li::before{
	content: '';
	width:32px;
	height:28px;
}
	
.subs04_01>ul>li{
	width:31.3333%;
	margin:0 1%;
	padding:1em;
}

	
/*========================
	施工までの流れ
========================*/
	
.flow02_01text{
	box-shadow: 8px 8px  rgba(0,0,0,0.15);
}
.flow02_01text{
	padding:2em;
}
.flow02_01>ul>li>dl>dt{
	width:15%;
	padding:0.7em 0 0.4em;
}
.flow02_01>ul>li>dl>dd{
	width:81%;
	margin:0 2%;
}
.flow02_01>ul>li::after{
	content: '';
	width: 6px;
	background-image: radial-gradient(circle farthest-side, #002F7B 55%, transparent 56%, transparent 100%);
	background-size: 6px 12px;
	top: 0;
	left: 7.5%;
}
	
/*======================
	よくある質問
========================*/
	
.qa01_01>ul>li{
	box-shadow: 8px 8px  rgba(203,191,176,0.15);
	

}
	
.qa01_01>ul>li>a{
	padding:1em 5%;
}
.qa01_01>ul>li>a::after{
	content: '';
	background: url("../img/sub/faq_plus.svg") no-repeat;
	background-size: contain;
	width:36px;
	height:38px;
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translate(-50%,-50%);
}

.qa01_01>ul>li>a.active::after{
	content: '';
	background: url("../img/sub/faq_mai.svg") no-repeat;
	background-size: contain;
	width:34px;
	height:36px;
	position: absolute;
	top: 50%;
	right: 1.1em;
	transform: translate(-50%,-50%);
}
.qa01_01>ul>li>ul>li>dl{
	display: flex;
	flex-wrap: wrap;
}
.qa01_01>ul>li>ul>li>dl>dt{
	width:5%;
}
.qa01_01>ul>li>ul>li>dl>dd{
	width:95%;
}
/*========================
	会社概要
========================*/

.abou01_01{
	width:65%;
}
	
.abou01_01>ul>li>dl>dt{
	width:20%;
}

.abou01_01>ul>li>dl>dd{
	width:80%;
}
	
.gree01_01>ul>li:nth-child(1){
	width:35%;
	padding:0 2em 0 0;
	margin:0;
	box-sizing: border-box;
	order:1;
}

.gree01_01>ul>li:nth-child(2){
	width:65%;
	order:2;
}



	
/*========================
	スタッフ
========================*/

.staff01_01>ul>li{
	box-shadow: 8px 8px  rgba(0,0,0,0.15);
}
	
.staff01_01>ul>li{
	width:31.3333%;
	margin:0 1% 2em;
}
.staff01_01>ul>li>dl{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}
.staff01_01>ul>li>dl>dt{
	width:100%;
}
.staff01_01>ul>li>dl>dd{
	width:100%;
}

.staff01_01text{
	width:90%;
	margin:1em auto;
}
	
/*========================
	補助金
========================*/
.hojyo01_01block{
	padding: 3em;
}
	
/*========================
	お客様の声
========================*/
.voic01_01>ul>li>dl>dt{
	width:30%;
	order: 1;
}
.voic01_01>ul>li>dl>dd{
	width:70%;
	padding:0 1em;
	order: 2;
}
.voic01_01>ul>li::after{
	content: '';
	height:95%;
	top:5%;
}
.voic01_01>ul>li>dl{
	padding:2em;
}
	
.voic01_01>ul>li::after{
	content: '';
	box-shadow: 8px 8px  rgba(0,0,0,0.15);
}
	
/*========================
	サービス
========================*/


.serv01_02>ul>li:nth-child(1){
	width:62%;
	margin:0;
}
.serv01_02>ul>li:nth-child(2){
	width:34%;
	margin:0 0 0 4%;
}
	
.serv01_03>ul>li{
	width:17.6%;
	margin:0 1.2%;
}
	
	
.serv01_04>ul>li{
	width:22.6%;
	margin:0 1.5% 1em;
}
	
.serv01_05>ul>li{
	width:28%;
	margin:0 2.6% 1em;
}
.serv01_05>ul>li>dl>dt{
	width:100%;
}
.serv01_05>ul>li>dl>dd{
	width:100%;
}
	
.serv01_06>dl>dt{
	width:41%;
	margin:0;
	order: 1;
}
.serv01_06>dl>dd{
	width:59%;
	margin:0;
	order: 2;
}
	
	
/*========================
	LINEお問い合わせ
========================*/
.line01_00>ul{
	align-items: center;
}
.line01_00>ul>li:nth-child(1){
	width:40%;
	margin:1em 0;
}
.line01_00>ul>li:nth-child(2){
	width:57%;
	margin:1em 0 1em 3%;
}
	
.line01_01>ul>li>dl>dt{
	width:60%;
}
.line01_01>ul>li>dl>dd{
	width:35%;
	margin:0 0 0 5%;
}
	
.line01_02>ul>li{
	width:31.3333%;
	margin:0 1%;
}
	
.line01_03>ul>li{
	width:44%;
	margin:0 auto 1em;
}
.line01_04>ul>li:nth-child(1){
	width:40%;
	margin:1em 4% 0;
}
.line01_04>ul>li:nth-child(2){
	width:50%;
	margin:0 0 0 2%;
}
	
/*========================
	お問い合わせ
========================*/
	
.cont01_01>ul::after{
	content: '';
	background:#F4E8D3;
	position: absolute;
	width:100%;
	height:7px;
	top:calc(50% - 3.5px);
	left:0;
	z-index: 1;
}
.cont01_01>ul>li{
	width:32.3333%;
	padding:1em 2em;
	margin:0;
}

.cont01_02>ul>li{
	width:49%;
	margin:0 0.5%;
}

	
	
.rese01_01>ul>li:nth-child(1){
	width:50%;
}
.rese01_01>ul>li:nth-child(2){
	width:33.33333%;
	margin:1em 8% 0;
}
	
.rese01_02>ul>li{
	width:30.72%;
	margin:1em 1.3%;
}
.rese01_02>ul>li::before{
	width:50px;
	top:40%;
	left:100%;
	right:auto;
	bottom:auto;
}
.rese02_01{
	width:90%;
}

	
/*=========================
	メールフォームテンプレ
==========================*/

input.text_min,
input.text_middle,
input.text_middle02,
input.text,
select.text,
select.text_min,
select.text_middle,
textarea.text{
	padding:1em 1.5em;
}
	
	

.mail01_01 dt{
	padding:1em ;
	box-sizing: border-box;
	font-weight: bold;
	width:25%;
	display: table-cell;
	vertical-align: middle;

	margin:0;
	text-align: center;
	border-bottom:none;

}
.mail01_01 dd{
	display: table-cell;
	vertical-align: middle;
	width:68%;
	padding:1em 2em;
	margin:0.5em 3% 0.5em 4%;
}
	
.mail01_01kakoi{
	position: relative;
	padding:4em 0;
	z-index: 2;
}
	
.mail01_01kakoi::before{
	content: '';
	width:calc(100% - 4em);
	height:calc(100% - 4em);
	position: absolute;
	top:2em;
	left:2em;
	padding:4em 0;
	box-sizing: border-box;
	border-radius: 20px;
	z-index: -1;
}

.mail01_01kakoi dl{
	padding:0 2em;
	box-sizing: border-box;
	
}

input.text,
select.text,
textarea.text{
	width:100%;
}
.mail01_02{
	width:73%;
	margin:0 0 0 26%;
}
input.text_middle,
select.text_middle{
	width:35%;
}
input.text_middle02{
	width:50%;
}

input.text_min,
select.text_min{
	width:20%;
}
	
	
}
/*=================================================================================*/
/** 1140px以上 padding: ;PCサイズ画面 **/
@media (min-width : 1200px) {
/**** メインコンテンツ　****/ 

.serv01_01{
	width:78%;
	padding:2em 4em;
	border: 5px solid var(--border-color);
}
.rese02_01{
	width:75%;
}

.esti01_01{
	width:77.8%;
}

}


/*=================================================================================*/
/** 1140px以上 padding: ;PCサイズ画面 **/
@media (min-width : 1600px) {
/**** メインコンテンツ　****/ 


}
