@charset "utf-8";

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

/*========================
	選ばれる理由
========================*/

#poin01,
#poin02,
#poin03,
#poin04,
#poin05,
#poin06{
	margin:1em 0 0 0;
}

.poin01_01{
	width:100%;
	margin:0 auto;
	padding:1em 2em;
	box-sizing: border-box;
	border:var(--border-sub-color) 5px solid;
	border-radius: 20px;
	background: #FFFFFF;
	box-shadow: 0 5px rgba(0,0,0,0.1);
}
.poin02_01bg{
	background: linear-gradient(#FFFFFF 7em, #E8F6FC 0 7em);
}

.poin02_01 .top02_01>ul>li{
	width:48%;
	margin:2em 1%;
}


.top02_01>ul>li {
	position: relative;
}
.top02_01textbtn{
	position: absolute;
	bottom:-1.5em;
	width:90%;
	left:5%;
}
.top02_01textbtn a{
	display: block;
	width:100%;
	margin:0 auto;
	background: var(--tertiary-btn-color);
	border: var(--tertiary-btn-color) 2px solid;
	color:var(--main-btn-color);
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border-radius: 50px;
	padding:0.5em 1em;
	box-sizing: border-box;
	position: relative;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.top02_01textbtn a::after{
	content: '';
	background: url("../img/sub/poin_arrow.svg") no-repeat;
	width:15px;
	height:10px;
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translate(-50%,-50%);
}
.top02_01textbtn a:hover{
	background:#FFFFFF;
}

.poin03_01num{
	max-width: 150px;
	margin:0;
}


.poin03_01>ul,
.poin03_02>ul,
.poin03_03>ul,
.poin03_04>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}

.poin03_01>ul>li:nth-child(1){
	width:90%;
	margin:1em auto 0;
}

.poin03_01>ul>li:nth-child(2){
	width:90%;
	margin:0 auto;
}
.poin03_02>ul>li:nth-child(1){
	width:90%;
	margin:0 auto;
}
.poin03_02>ul>li:nth-child(2){
	width:90%;
	margin:0 auto;
}

.poin03_03>ul>li:nth-child(1){
	width:90%;
	margin:0 auto;
}
.poin03_03>ul>li:nth-child(2){
	width:90%;
	margin:0 auto;
}


.poin03_04>ul>li:nth-child(1){
	width:90%;
	margin:1em auto;
}

.poin03_04>ul>li:nth-child(2){
	width:90%;
	margin:0 auto;
}

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


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


/*========================
	リフォームの流れ
========================*/

.flow02_01>ul>li{
	padding:0 0 5em 0;
	margin:0;
	position: relative;
	z-index: 2;
}
.flow02_01>ul>li::after{
	content: '';
	position: absolute;
	width: 4px;
	height: calc( 100% - 43px );
	background-image: radial-gradient(circle farthest-side, #002F7B 35%, transparent 25%, transparent 100%);
	background-size: 4px 13px;
	background-position: 0 0;
	top: 43px;
	left: 12.5%;
	z-index: -1;
}

.flow02_01>ul>li:last-child::after{
	content: '';
	background:none;
	
}

.flow02_01>ul>li>dl{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	align-items: flex-start;
}
.flow02_01>ul>li>dl>dt{
	width:25%;
	background:url("../img/top/mizu_bg.png") repeat;
	padding:0.5em 0 1em;
}
.flow02_01>ul>li>dl>dd{
	width:71%;
	margin:0 2%;
}

.flow02_01text{
	background:#E8F6FC;
	padding:1.5em 1em;
	box-sizing: border-box;
	border-radius: 20px;
	box-shadow: 4px 4px  rgba(0,0,0,0.15);
}


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

/*よくある質問*/
.qa01_01cate>ul>li{
	display: inline-block;
	padding:0 0.1em 0.1em;
}
.qa01_01cate>ul>li a{
	display: inline-block;
	background:#FFFFFF;
	color:var(--sub-btn-color);
	border:var(--sub-btn-color) 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:var(--sub-btn-color);
	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-radius: 15px;
	margin:1em 0 2em;
	box-shadow: 4px 4px  rgba(0,0,0,0.15);
	

}

.qa01_01>ul>li>a{
	display: block;
	width:100%;
	padding:1em 8.5% 1em 5%;
	box-sizing: border-box;
	text-decoration: none;
	cursor: pointer;
}

.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-size: contain;
	width:20px;
	height:20px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(-50%,-50%);
}

.qa01_01>ul>li>a.active::after{
	content: '';
	background-size: contain;
	width:20px;
	height:20px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(-50%,-50%);
}


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

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

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

.abou01_00>ul>li:nth-child(2){
	width:100%;
	box-sizing: border-box;
	padding:0 2em;
}

.abou01_01img{
	width:96%;
	margin:0 auto 1em;
	
}

.abou01_02>ul>li{
	padding:1.5em 0;
	border-bottom: #E6E6E6 1px solid;
}

.abou01_02>ul>li>dl{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}
.abou01_02>ul>li>dl>dt{
	width:20%;
	font-weight: bold;
	color:var(--main-color);
	padding:0 0.5em;
	box-sizing: border-box;
}

.abou01_02>ul>li>dl>dd{
	width:80%;
}

.abou02_01>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	align-items: flex-end;
}
.abou02_01>ul>li:nth-child(1){
	width:100%;
	padding:2em 2em 0;
	box-sizing: border-box;
	order: 2;
}

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

/*========================
	スタッフ
========================*/
.abou03_01>ul{
	display: flex;
	flex-wrap:wrap;
	justify-content:center;
	width:100%;
}
.abou03_01>ul>li{
	width:90%;
	margin:2em 5% 0;
	box-sizing: border-box;
	background:#FFFFFF;
	border-radius: 25px;
	border: var(--border-main-color) 6px solid;
}

.staff01_01 {
	width:90%;
	margin: 1.3em auto;
}
.staff01_01 img{
	border-radius: 15px;
}



/*========================
	お客様の声
========================*/
.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:var(--sub-btn-color);
	border:var(--sub-btn-color) 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_01btn{
	width:100%;
	margin:0 auto;
}
.serv01_01btn>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	justify-content: center;
}
.serv01_01btn>ul>li{
	width:60%;
	margin:0 auto 1em;
}

.serv01_01btn>ul>li a{
	display: block;
	background:var(--sub-btn-color);
	padding:1em;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration: none;
	text-align: center;
	border-radius: 50px;
	position: relative;
	-webkit-transition: .1s ease-in-out;
	transition: .1s ease-in-out;
}
.serv01_01btn>ul>li a::after{
	content: '';
	background: url("../img/common/icon_more_FFFFFF.svg") no-repeat;
	width:17px;
	height:8px;
	position: absolute;
	top: 50%;
	right: 1.5em;
	transform: translate(-50%,-50%);
	
}


.serv01_01btn>ul>li 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:var(--border-main-color) 5px solid;
	box-shadow: 4px 4px  rgba(0,0,0,0.15);
	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;
}
/*========================
	ショールーム
========================*/
.show01_00bg img{
	width:100%;
}
.show01_00text{
	width: 96%;
	position: absolute;
	top: 4em;
	left: 2%;
}

.show02_00bg{
	background: #FFFFFF;
	z-index: 2;
}

.show02_01bg{
	background:#DFF2F7;
	margin:-2em auto 0;
	position: relative;
	z-index: 3;
}

.show02_01title{
	margin:-4em auto 0;
}

.show02_01{
	width:90%;
	margin:0 auto;
}
.show02_01>ul>li{
	background:#FFFFFF;
	border:#BDD5F2 6px solid;
	border-radius: 20px;
	padding:2em;
	margin:0 0 2em;
	box-sizing: border-box;
	box-shadow: 5px 5px rgba(0,0,0,0.1);
}

.show02_01>ul>li>dl{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	align-items: center;
}

.show02_01>ul>li>dl>dt{
	width:100%;
	margin:0 auto;
}
.show02_01>ul>li>dl>dd{
	width:100%;
	padding:1em;
	box-sizing: border-box;
}
.show03_01rela{
	position: relative;
	z-index: 4;
}
.show03_01title{
	margin:-11em auto 0;
	position: relative;
	z-index: 5;
}

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

.show03_01 .abou01_02>ul>li>dl>dt {
	color:#231815;
	font-weight:normal;
}


/*========================
	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:#F15A24;
	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%;
}

.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%;
	align-items: center;
}
.line01_04>ul>li:nth-child(1){
	width:60%;
	margin:1em auto 0;
	order: 2;
}
.line01_04>ul>li:nth-child(2){
	width:100%;
	margin:1em 0 0  0;
	order:1;
}
.line01_01smn{
	box-sizing: border-box;
	background: #DFF2F7;
	border: solid 1px #E6E6E6;
	padding-bottom: 123.3552%; /* 100/横*縦*/
	position:relative;
	height: 0;
	overflow: hidden;
}
.line01_01smn span,
.line01_01smn a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.line01_01smn img{
	object-fit: contain;
	object-position: 50% 50%;
	margin:0 auto;
	width: 100%;
	height: 100%;
}
.zoom_icon_shadow{
	position: relative;
}
.zoom_icon_shadow::after{
	content: '';
	background: url("../img/icon/icon_zoom_shadow.svg") no-repeat;
	background-size: contain;
	position: absolute;
	bottom:15px;
	right:15px;
	width:20px;
	height:20px;
}/*========================
	サイトマップ
========================*/
.site01_01>ul,
.site01_02>ul,
.site01_03>ul {
	display: flex;
	flex-wrap: wrap;
}
.site01_01>ul>li{
	width: 50%;
	box-sizing: border-box;
	margin-bottom: 1em;
}
.site01_02>ul>li{
	width: 100%;
	box-sizing: border-box;
	font-weight: bold;
	padding-left: 8%;
	position: relative;
	margin-bottom: 1em;
}

.site01_02 .maru {
	position: relative;
}
.site01_02 .maru::before {
	content: '●';
	font-size: 70% !important;
	position: absolute;
	top: 50%;
	left: 0;
	width:20px;
	height:20px;
	transform: translate(-50%,-50%);
}
.site01_03>ul>li {
	width: 90%;
	margin-left: 10%;
	box-sizing: border-box;
	font-weight: normal;
	padding-left: 8%;
	position: relative;
	margin-bottom: 0.7em;
}
.site01_03>ul>li::before {
	content: 'ー';
	font-weight: bold;
	font-size: 70% !important;
	position: absolute;
	top: 50%;
	left: 0;
	width:20px;
	height:20px;
	transform: translate(-50%,-50%);
}

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

.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{
	width:100%;
	margin:0 auto;
}

.mail01_01{
	border:#FCD8A9 1px solid;
}
.mail01_01 dl{
	display: table;
	width:100%;
	table-layout: fixed;
	align-items: center;
	border-bottom:#FCD8A9 1px solid;
}
.mail01_01 dl:last-child{
	border-bottom:none;
}

.mail01_01 dt{
	width:100%;
	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;
}
input.text_min,
input.text_middle,
input.text_middle02,
input.text_middle03,
input.text,
select.text,
select.text_min,
select.text_middle,
select.text_middle03,
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:#FFCC99 solid 1px;
	-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%;
}
input.text_middle03{
	width:75%;
}
select.text_middle03{
	width:100%;
}

.mail01_01hissu{
	font-size: 70%;
	display: inline-block;
	background:#FF0000;
	color:#FFFFFF;
	border-radius: 50px;
	line-height: 1.2;
	padding:0.3em 0.8em;
	box-sizing: border-box;
}
.mail01_01 select.text,
.mail01_01 select.text_middle03 {
	width:100%;
	outline: none;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.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:40px;
	display: inline-block;
	cursor: pointer;
	margin-left: 1em!important;
	vertical-align: middle;
}
.mail_calender02 img{
	width:30px;
	display: inline-block;
	cursor: pointer;
	margin-left: 0.7em !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: 370px;
	height: 100%;
	margin: 1em auto 0;
	display: block;
	border-radius: 50px;
	padding:1em 1.5em;
	background:var(--sub-btn-color);
	border:var(--sub-btn-color) 1px solid;
	position: relative;
	color: #FFFFFF;
	font-size: 125%;
	font-weight: bold;
	letter-spacing: 1px;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

input[type="submit"]:hover{
	background:#FFFFFF;
	color: var(--sub-btn-color);
}
	
.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) {

	
/*========================
	選ばれる理由
========================*/
	
#poin01,
#poin02,
#poin03,
#poin04,
#poin05,
#poin06{
	margin:3em 0 0 0;
}
	
.poin01_01{
	width:90%;
	padding:2em 4em;
}

.poin02_01 .top02_01>ul>li{
	width:30%;
	margin:2em 0.5% ;
}
	
.top02_01textbtn{
	width:70%;
	left:15%;
}
	
.poin03_01>ul>li:nth-child(1){
	width:48%;
	margin:0 2%;
}

.poin03_01>ul>li:nth-child(2){
	width:48%;
	margin:0;
}
.poin03_02>ul>li:nth-child(1){
	width:40%;
	margin:1em 7% 1em 8%;
}
.poin03_02>ul>li:nth-child(2){
	width:43%;
	margin:1em 0;
}

.poin03_03>ul>li:nth-child(1){
	order: 2;
	width:44.16666%;
	margin:0 2%;
}
.poin03_03>ul>li:nth-child(2){
	order: 1;
	width:44.16666%;
	margin:0 2%;
}


.poin03_04>ul>li:nth-child(1){
	width:49%;
	margin:0 7% 0 2%;
}

.poin03_04>ul>li:nth-child(2){
	width:42%;
	margin:0;
}

.poin03_05{
	width:80%;
	margin:0 auto;
}


.poin03_07{
	width:66.66666%;
	margin:0 auto;
}
	
	
/*========================
	施工までの流れ
========================*/
	
.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: 43px;
	left: 7.5%;
}
	
/*======================
	よくある質問
========================*/
	
.qa01_01>ul>li{
	box-shadow: 8px 8px  rgba(0,0,0,0.15);
	

}
.qa01_01>ul>li>a::after{
	content: '';
	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-size: contain;
	width:36px;
	height:38px;
	position: absolute;
	top: 50%;
	right: 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_00>ul>li:nth-child(1){
	width:37.5%;
}

.abou01_00>ul>li:nth-child(2){
	width:62.5%;
}
.abou02_01>ul>li:nth-child(1){
	width:35%;
	padding:0 2em 2em;
	order: 1;
}
.abou02_01>ul>li:nth-child(2){
	width:65%;
	order: 2;
}

	
/*========================
	スタッフ
========================*/
.abou03_01>ul>li{
	width:34%;
	margin:2em 1.5%;
}
	
/*========================
	お客様の声
========================*/
.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_01btn{
	width:66.66666%;
	margin:0 auto;
}
.serv01_01btn>ul>li{
	width:42%;
	margin:0 1% 1em;
}

.serv01_01{
	width:89.5%;
	padding:2em 4em;
	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;
}

/*========================
	ショールーム
========================*/
.show01_00text{
	width: 50%;
	position: absolute;
	top: 45%;
	left: 40%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}
	
.show02_01bg{
	margin:-2em auto 0;
}
.show02_01title{
	margin:-6em auto 0;
}
	
.show02_01{
	width:100%;
}
	
.show02_01>ul>li>dl>dt{
	width:45%;
}
.show02_01>ul>li>dl>dd{
	width:55%;
	padding:0 0 0 2em;
}
	
.show03_01{
	width:80%;
}
/*========================
	LINEお問い合わせ
========================*/
.line01_00>ul{
	align-items: center;
}
.line01_00>ul>li:nth-child(1){
	width:30%;
	margin:1em 0;
}
.line01_00>ul>li:nth-child(2){
	width:67%;
	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_03>ul>li{
	width:44%;
	margin:0 auto 1em;
}
.line01_04>ul>li:nth-child(1){
	width:40%;
	margin:1em 0 0 0;
	order: 1;
}
.line01_04>ul>li:nth-child(2){
	width:53%;
	margin:0 0 0 2%;
	order:2;
}
	
/*========================
	サイトマップ
========================*/
.site01_01>ul>li {
	width: 25%;
}



/*========================
	お問い合わせ
========================*/
.cont01_01{
	width:83.33333%;
	margin:0 auto;
}
	
.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%;
}

.esti01_01 .rese01_02>ul>li{
	width:22.971014%;
	margin:1em 1%;
}
	
/*=========================
	メールフォームテンプレ
==========================*/

input.text_min,
input.text_middle,
input.text_middle02,
input.text_middle03,
input.text,
select.text,
select.text_min,
select.text_middle,
select.text_middle03,
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;
	border-right:#FCD8A9 1px solid;
	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%;
}

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

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

.rese02_01{
	width:75%;
}

/*========================
	ショールーム
========================*/
.show01_00text{
	top: 40%;
}
.show02_01bg{
	margin:-5em auto 0;
}
.show02_01title{
	margin:-10em auto 0;
}
	
.show02_01{
	width:72%;
}
	
.show03_01{
	width:54.166666%;
}

}


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


}
