@charset "utf-8";

/*共通部分CSS　※触らないでください*/

/*全称*/
body{
	width:100%;
	font-family: 'Sawarabi Gothic', sans-serif;

}

p{
	font-size:16px;
}

h1{
	font-size:40px;
}

h2{
	font-size:22px;
}

h3{
	font-size:20px;
}

h4{
	font-size:18px;
}

.linear{
	display:block;
	background: linear-gradient(to right,rgba(131,135,255,1.00),rgba(255,255,255,0.8));
	color:#000;
	line-height:2em;
	margin: 15% 10%;
	padding-left:20px;
}



/*ヘッダー　ナビゲーションリスト全称*/
header{
	width: 100%;
	background-color:#102044;
	margin:0;
}

.head_con{
	display:flex;
	align-item: center;
	justify-content:space-between;
	margin-left: auto;
	margin-right: auto;
	padding:0px 20px 0px 0px;
}
	
/*ヘッダーA：サイト名*/
.headA{
	display: inline-block;
	line-height: 20px;
	padding: 5px 10px;
	margin:0;
	background-color: rgba(255,255,255,0.3);
}

.head-logo{
	width:200px;
	height:auto;
}
/*ヘッダーB：ナビゲーションメニュー*/
.headB{
	background-color:#102044;
	display: block;
	z-index:10000000000;
}

.headB ul{
	display:flex;
	justify-content: flex-end;
	margin: 0;
	padding: 0;
	list-style: none;
	
}

.headB a{
	display:block;
	padding: 20px 30px;
	color:#fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	border-left:1px solid #fff;
	margin:4px 0px 0px;
	word-break: keep-all;
}

.headB a:hover{
	background-color: rgba(0,0,0,0.5);
}


/*装飾 ヘッダーと本文の間*/
/*各ページ上部の画像と目次(不要な場合は各要素のインラインCSSにてstyle="display:none;"で消すこと) */




.white_box{
	background-color:rgba(255,255,255,0.50);
	justify-content: center;
	align-content: center;
	width:90%;
	max-width:600px;
	max-height:300px;/*テキストの長さに合わせて設定してください*/
	height:60%;/*テキストの長さに合わせて設定してください*/
	padding:50px 10px;
}

.white_box > h1{
	text-align: center;
	font-size:40px;
	padding:15px;
	margin:0;
	
}

/*本文*/


/*本文内レイアウト調整用*/

.verify{
	display:inline-block;
	max-width:1000px;
	width:100%;
	margin-left: auto;
	margin-right: auto;
}

article{
	position:relative;
	max-width:1000px;
	margin-left: auto;
    margin-right: auto;
	z-index: 100;
	
}

/*本文内装飾*/



.posi-re{
	position:relative;
}

.bg-top{
	position:absolute;
	width:100%;
	max-height:600px;
	opacity: 0.3;
}

.bg-bottom{
	position:absolute;
	width:100%;
	max-height:600px;
	padding:0;
	margin:0;
	bottom:0;
	left:0;
	opacity: 0.3;
}

/*本文見出し*/


.side{
	font-size:28px;
	text-align: left;
	border-left:5px solid #000;
	border-bottom:1px dotted #666;
	margin:0;
}

/*お問い合わせ部分*/

.contact{
	background-color:#c3c5ff;
	height:225px;
	width:100%;
	font-size:22px;
	
}


.bt-flex{
	display:flex;
	flex-wrap: wrap;
	width:350px;
	justify-content: center;
	text-align: center;
	margin:auto;
}
.bt-flex > h2{
	padding-top:40px;
}

.bt_con {
 	text-align: center;
}



/* BUTTON 1 */

.button, .button:link{
	text-decoration: none;
	display: block;
	border-radius: 5px;
	background-color: rgba(255,255,255, 0.5);
	box-shadow: 0 0 0 0 #009944 inset, 0.3em 0.2em 0 0 #040;
	border: 0.2em solid #009944;
	margin-top:1em;
	padding: 0.8em;
	text-align: center;
	transition: 0.1s box-shadow, 0.1s transform;
	will-change: transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.button:hover{
	 border: 0.2em solid #040;
	 border-radius: 5px;
	 box-shadow: 0 4em 0 0 #007722 inset, 0em 0em 0 0 #040;
	 transform: translate(0.2em, 0.1em);
	 color:#fff;
}

/*pagetopへ*/


#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 80%;
	z-index: 200;
}
 
#page-top a {
    display: block;
    background: #009944;
    color: #fff;
    width: 50px;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
}

#page-top a:hover {
    background: #040;
    text-decoration: none;
}

#page-top a:active {
	box-shadow: 0px 0px 1px 2px inset;
}


/*装飾 フッター部分*/



footer{
	background-color: #102044;
	color:#fff;
	
}

.foot_con{
	padding: 20px 20px;
	margin:0;
}

.foot_logo{
	width:200px;
	background-color: rgba(255,255,255,0.3);
	line-height: 20px;
	padding: 5px 10px;
	margin-bottom:10px;
	
}
/*フッター　レイアウト*/
/*フッターA：サイト情報*/

.footA{
	margin-bottom: 30px;
}

.footA p{
	margin-top: 0;
	margin-bottom: 0;
	font-size: 14px;
	color:rgba(16,32,68,1.00)
}

.footA address{
	font-size:14px;
	line-height: 30px;
}

.footA a{
	color: inherit;
	text-decoration: none;
}

/*フッターB：フッターメニュー*/
.footB div{
	margin-bottom: 20px;
}

.footB h3{
	padding-bottom:3px;
	margin-top: 10px;
	margin-bottom: 0px;
	border-bottom: solid 1px currentcolor;
	font-size: 14px;
}

.footB ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.footB a{
	display: block;
	padding: 10px;
	color:inherit;
	font-size: 14px;
	text-decoration: none;
}

.footB a:hover{
	background-color: rgba(0,0,0,0.5)
}
.footB li:first-child{
	margin-top:5px;
}

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

/*フッターC：コピーライト*/
.footC {
	font-size: 14px;
	text-align: center;
	padding:10px;
	margin:0;
}

@media (min-width:769px){
	/*メディアクエリ　大きい画面用*/
	/*ヘッダー部分*/
	.menu {
	display:flex;
	flex-wrap: wrap;
	justify-content:flex-end;
	padding:auto 0px;
	}
	
	
	.headC{
		display: none;
	}
	
	header nav{
		display: block !important;
	}
	/*メディアクエリ　フッター*/
	.foot_con{
		display: flex;
		flex-wrap: wrap;
		max-width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	
	/*メディアクエリ　フッター全体のレイアウト*/
	.footA {
		flex: 0 0 40%;
	}
	.footB {
		flex: 0 0 60%;
	}
	.footC {
		flex: 0 0 100%;
	}
	/*メディアクエリ　フッターB*/
	.footB {
		display:flex;	
	}
	.footB div{
		flex: 1;
	} 
	.footB div:not(:first-child){
		margin-left: 40px;
	}
}
/*メディアクエリ　小さい画面用*/
@media (max-width:769px){
	
	/*ヘッダー部分*/
	.menu {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	padding:auto 0px;
	}
	
	.menu > li {
    min-width: 50%; 
	}
	
	
	header nav{
		display: none;
		position: absolute;
		top:65px;
		width: 100%;
		max-width: 375px;
		background:inherit;
		right: 0;
		margin-top:0;
		margin-bottom: 3px;
		padding-left: 3px;
	}
	
	header nav:first-child{
		border-left: 0px solid #fff;
	}
	

	/*メディアクエリ(small)　ヘッダー*/
	.container-small{
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
	/*メディアクエリ(small)　ヘッダーB*/
	.headB{
		display: none;
	}
	/*メディアクエリ(small)　ヘッダーC*/
	.headC {
		margin-right: 10px;
		padding: 0;
		border: none;
		outline: none;
		background: none;
		font-size: 28px;
		cursor: pointer;
		color:#fff;
	}
	
	.headC:hover{
		opacity: 0.3;
	}
	
}

@media (max-width :415px){
	.contact{
	height:275px;
	
	
}
	.contact h2{
	font-size:18px;
	
	
}
}


/* =========================================
▼▼▼▼▼▼ 共通部分ＣＳＳ 追加分 ここから ▼▼▼▼▼▼
============================================ */

/* パンくずリスト：共通部分 ＝＝ここから＝＝ */

.bread{
	padding-top: 10px;
}

.bread ol{
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 90%;
}

.bread_li{
	padding: 5px;
}

.bread a{
	display: block;
	padding: 5px;
	color: inherit;
	font-size: 0.875rem;
	text-decoration: none;
}

.bread a::after{
	margin-left: 10px;
	content: '\f054';
	font-family: 'FontAwesome';
	opacity: 0.3;
}
/* パンくずリスト：共通部分 ＝＝ここまで＝＝*/

/*　各ページCSS　*/
/* トップページ*/
.top_slide{
	height:500px;
}
/*全称*/

.ind_h1{
		font-size: 26px;
		margin-bottom:75px;
		text-align: center;
		position: relative;
 		line-height: 1.3;
  -webkit-box-reflect: below -10px -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0) 10%, rgba(0, 0, 0, 0.4));
  -webkit-box-reflect: below -10px -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0) 10%, rgba(0, 0, 0, 0.4));
  -webkit-box-reflect: below -10px linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0) 10%, rgba(0, 0, 0, 0.4));
		
}

.ind_h2{
	margin:150px auto 100px;
	text-align: center;
	border-bottom: 1px solid #000;
	width:200px; 
}

.ind_h3{
	text-align: center;
	margin:auto;
	width:20em;
	border-bottom:dotted 1px #000;
}

.ind_h3-2{
	text-align: center;
	margin:auto;
	width:10em;
	border-bottom:dotted 1px #000;
}


.ind_button{
	background-color:rgba(195,197,255,0.7);
	padding:5px 50px;
	border-radius: 0.2em;
	box-shadow: 0px 0px 3px 3px rgba(195,197,200,1);
}

.ind_button:hover{
	background-color:rgba(195,197,255,1);
}

.ind_button:active{
	box-shadow: 0px 0px 3px 3px rgba(137,157,197,1) inset;
}

.ind_bt_con{
	margin-top:50px;
	margin-bottom:50px;
}

/*トップページスライド部分*/
.top_slide{
	margin:0;
	min-height: 450px;
}

/*トップページ縦書き部分*/
.ind_tatewrap{
	font-family: "sawarabi-mincho",serif;
	text-align: center;
	justify-content: center;
	
	
}

.ind_tatebox1{
	margin:150px 0 50px;
}

.ind_tatebox2{
	margin:50px 0px;
	line-height: 2;
}


/*トップページ 問いかけ*/
.ind_asks{
	text-align: center;
}

.ind_asks p{
	margin:25px;
	line-height:2;
}

.ind_asks span{
	font-weight:bold;
}

/*トップページ当社の強み*/

.ind_conA{
	background-image: url(../images/top_strong_1.jpg);
	background-position: center; 
	background-size: cover;
	min-width: 384px;
	min-height: 450px;
	max-width: 80vw;
	margin:auto;
}
.ind_real:hover{
	background-color:rgba(230,230,230,0.8);
}

.ind_ad_conA{
	background-image: url(../images/top_strong_2.jpg);
	background-position: center; 
	background-size: cover;
	min-width: 384px;
	min-height: 450px;
	max-width: 80vw;
	margin:auto;
}

.ind_conB,.ind_ad_conB{
	text-align: center;
	word-break: keep-all;
	margin-top:25px;
}

.ind_conB p,.ind_ad_conB p{
	text-align: center;
	word-break: keep-all;
	line-height: 2em;
	margin-top:10px;
}


.ind_il_conA{
	
	background-image: url(../images/top_heya.jpg);
	height: 475px;
	max-width:80vw;
	background-size: cover;
	align-items: center;
	margin:auto;
}

.ind_il_ad_conA{
	
	background-image: url(../images/top_mizu.jpg);
	height: 400px;
	max-width: 80vw;
	background-size: cover;
	align-items: center;
	margin:auto;
	
}

.ind_il_conB,.ind_il_ad_conB{
	text-align: center;
	margin-top:25px;
}

.ind_il_conB p,.ind_il_ad_conB p{
	text-align: center;
	margin:38px;
}


/*トップページ　よくある質問*/
.ind_question{
	text-align: center;
	margin:0 auto;
}

.ind_q_conA,.ind_q_conB,.ind_q_conC{
	margin-bottom:50px;
}

.ind_icon_flow,.ind_icon_survice,.ind_icon_money{
	display:block;
	border-radius: 50%;
	background-size:70%;
	background-repeat: no-repeat;
	background-position:center;
	background-color:#CCCCCC; 
	margin:auto;
	height: 100px;
	width:100px;
	min-height: 100px;
	min-width: 100px;
	box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.4);
		
}

.ind_icon_flow:hover,.ind_icon_survice:hover,.ind_icon_money:hover{
	background-color:#7B7B7B;
	
}

.ind_icon_flow:active,.ind_icon_survice:active,.ind_icon_money:active{
	background-color:#7B7B7B;
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.4) inset;
}


.ind_q_conA h3,.ind_q_conB h3,.ind_q_conC h3{
	margin-top:25px;
}


.ind_icon_flow{
	background-image:url(../images/top_flow.png);
}


.ind_icon_survice{
	background-image:url(../images/top_survice.png);
}


.ind_icon_money{
	background-image:url(../images/top_money.png);
}


/*トップページ　メディアクエリ　大きい画面用*/
@media (min-width:769px){

.ind_tatewrap{
	font-family: 'sawarabi-mincho',serif;
	display:flex;
	flex-direction: row-reverse;
	height:375px;
	margin:100px 15% 200px 5%;
	line-height: 2;
	text-align: left;
	vertical-align: middle;
	
}	

	

.ind_tatebox1,.ind_tatebox2{
	flex:1;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: tb-rl;
}

.ind_tatebox1{
	margin:0;
	
}

.ind_tatebox2 {
	margin: 0;
	word-break: keep-all;
}



	

.ind_container{
	display:flex;
}

.ind_conA{
	flex:0 0 50%;
	background-image: url(../images/top_strong_1.jpg);
	background-position: center; 
	background-size: cover;
	background-repeat: no-repeat;
	width:100%;
	height:100%;
	min-width: 384px;
	min-height: 450px;
	
}

.ind_conB,.ind_ad_conB{
	flex:0 0 50%;
	text-align: center;
	padding-top: 30px;
}

.ind_conB p,.ind_ad_conB p{
	margin-top:30px;
}



.ind_ad_conA{
	flex:0 0 50%;
	background-image: url(../images/top_strong_2.jpg);
	background-position: center; 
	background-size: cover;
	background-repeat: no-repeat;
	width:100%;
	height:100%;
	min-width: 384px;
	min-height: 450px;
}

/*トップページ作業実例 メディアクエリ*/

	
	
.ind_il_container{
	display:flex;
}

.ind_il_conA{
	flex:1;
	background-image: url(../images/top_heya.jpg);
	height: 400px;
	width:500px;
	background-size: cover;
	align-items: center;
	
}
	
.ind_rev .ind_container{
	flex-direction: row-reverse;
}

.ind_il_ad_conA{
	flex:1;
	background-image: url(../images/top_mizu.jpg);
	height: 400px;
	width:500px;
	background-size: cover;
	align-items: center;
	
}

.ind_il_conB,.ind_il_ad_conB{
	flex:1;
	text-align: center;
	margin:0;
	padding-top: 50px;
}
	
.ind_question{
	width:1000px;
	max-width: 100%;
	padding-left:5px;
	padding-right:5px;
}
	
.ind_icon_flow,.ind_icon_survice,.ind_icon_money{
	flex:1;
	border:1px solid #ddd;
	border-radius: 50%;
	background-size:60%;
	background-repeat: no-repeat;
	background-position:center;
	background-color:#CCCCCC; 
	margin-left:auto;
	height: 125px;
	width:125px;
	min-height: 100px;
	min-width: 100px;
	justify-content: center;
	
}
	
.ind_q_container{
	display:flex;
	max-width: 100%;
}
.ind_A{
	flex:1;
	min-width: 250px;
	margin:0;
	padding-bottom:50px;
	justify-content: center;
}
	

.ind_A h3{
	margin:25px 0;
	font-size:16px;
}

.ind_ce{
	justify-content: center;
	width:100%;
}
	
}

@media (min-width:769px) and (max-width:1000px){
	
.ind_il_conB,.ind_il_ad_conB{
	flex:1;
	text-align: center;
	margin:0;
	padding-top: 50px;
	padding-bottom: 50px;
	font-size:14px;
}


	


}

/*トップページ　メディアクエリ　タブレット画面用*/
@media (min-width:416px) and (max-width:768px){
.ind_h1{
	font-size: 22px;
}
	
.ind_h3-3{
		font-size: 16px;
	}	
	
.ind_h3{
	text-align: center;
	margin:auto;
	width:15em;
	border-bottom:dotted 1px #000;
	word-break: normal;
}

.ind_h3-2{
	text-align: center;
	margin:auto;
	width:10em;
	border-bottom:dotted 1px #000;
}
	
	.ind_ad_conA, .ind_conA{
		width:500px;
		height:350px;
		background-size:90%;
		background-repeat: no-repeat;
	}
	
	.ind_il_conA, .ind_il_ad_conA{
		width:500px;
		max-height:300px;
		background-size:100%;
		background-repeat: no-repeat;
		margin: auto;
	}
	
	.ind_question{
		width:100%;
		
	}
	
	.ind_q_container{
		display:flex;
		justify-content: space-between;
	}
	
	.ind_A{
		margin-left:auto;
		margin-right:auto;
		padding-bottom:50px;
		
	}
	
}


/*トップページ　メディアクエリ　スマホ画面用*/
@media(max-width: 415px){
	.ind_h1{
		font-size: 22px;
	}
	
	.ind_h2{
		font-size: 20px;
	}
	
	.ind_h3{
		font-size: 18px;
		
	}
	
	.ind_ad_conA, .ind_conA{
		width:300px;
		height:350px;
		background-size:90%;
		background-repeat: no-repeat;
	}
	
	.ind_il_conA, .ind_il_ad_conA{
		width:300px;
		max-height:300px;
		background-size:100%;
		background-repeat: no-repeat;
		margin: auto;
	}
}






/*ご利用の流れ*/

/* ご利用の流れページ*/
/*ご利用の流れなどアーティクル幅の設定ここから*/
.flow_article{
	max-width: 1200px;
}
.flow_verify{
	max-width: 1200px;
}

.flow_linear{
	margin: 15% 2%
}

.flow_section_width{
	width:80%;
	margin:0 auto;
}
/*ご利用の流れなどアーティクル幅の設定ここまで*/




/*ご利用の流れ・清掃実例ページ内<h3>装飾ここから*/
/*ご利用の流れ上部ヒーローイメージ(元高さ４００)*/
.flow_contents-image{
	display: flex;
	align-items: center;
	justify-content: center;
	width:100%;
	height:200px;
	background-image:url(../images/flow_top_pic.jpg);
	background-size:cover;
	background-position:100% 40%;
	padding:50px 0px ;
	text-align:center;
}

/*ご利用の流れ・個別フォント設定（パディング・マージン含む）ここから*/
.flow_h2{
	padding-left: 20px;
	padding-right: 30px;
	margin-top: 15px;
	margin-bottom: 20px;
}

/*h3下線※*/
.flow_h3{
	border-bottom: solid 1px #999;
	margin-left: 2%;
	margin-top: 50px;
	margin-bottom: 15px;
}
/*h3先頭緑四角*/
.flow_h3::before{
	content:"■";
	color:#009944;
	padding-right: 10px;
}

.flow_h4{
	margin-top: 25px;
	margin-bottom: 5px;
}

.flow_h4_top{
        margin-top: 50px;
}

.flow_all p{
	line-height: 1.5;
}

.flow_ma_20{
	margin: 0 20px;
}
/*ご利用の流れ・個別フォント設定（パディング・マージン含む）ここまで*/

/*ページトップリンクここから*/
.flow_pagetop{
	color:#102044;
	border-bottom: dashed 1px #999;
	padding-bottom: 0.1%;
	width: auto;
	max-width: 180px;
	margin: 30px 0 50px;
}

.flow_pagetop::before{
	content:"▲";
	color:#666;
	padding:0 5px;
}

.flow_pagetop:hover{
	color:#888;
	border-bottom: dashed 1px #bbb;
}
/*ページトップリンクここまで*/



/*ご利用の流れ・清掃実例ページ内リンクボタンここから*/
/*ボタンデザイン*/
.flow_sei_button{
	display:inline-block;
	margin-top: 10px;
	padding: 3px 15px;
	border:solid 2px #959595;
	border-radius: 8px;
	background-color: #fff;
	color:#2a364f;
	font-size:16px;
	font-weight: bold;
	text-decoration: none;
	
}

.flow_sei_button::before{
	content:">";
	font-weight: bold;
	padding-right: 5px;
}

/*ご利用の流れボタン幅*/
.flow_button_width{
	width: 40%;
}

/*ボタンホバー設定*/
.flow_sei_button:hover{
	background-image: linear-gradient(rgba(0,0,200,0.2),rgba(0,0,200,0.2));
}

/*ボタン横並び*/
.flow_button_box{
	display: block;
	width:88%;
	margin:25px 12% 50px;
}
/*ご利用の流れ・清掃実例ページ内リンクボタンここまで*/




/*ご利用の流れ（STEP~）部分ここから*/
/*STEP丸背景*/
.flow_stp{
	font-size: 20px;
	border-radius: 50%;
	width: 90px;
	height: 90px;
	line-height: 95px;
	text-align: center;
	border:1px solid #fff;
	margin-right: 23px;
}

.flow_stp1{
	background-color: #c2caf3;
}

.flow_stp2{
	background-color: #abb0e5;
}
.flow_stp3{
	background-color: #9a9dda;
}
.flow_stp4{
	background-color: #7976c7;
}

/*STEP下線*/
.flow_step_border {
	margin-top: 30px;
	padding-bottom: 25px;
}

/*STEP下線最後だけ無し*/
.flow_step_border:not(:last-child){
	border-bottom: dashed 1px #738fc5;
}

/*STEP+内容横並び*/
.flow_step_flex{
	display: flex;
	align-items:center;
	justify-content: flex-start;
}
/*ご利用の流れ（STEP~）部分ここまで*/



/*テーブル関連ここから*/
table{
	border:1px solid #888;
	border-collapse:collapse;
	margin-top: 25px;
	margin-bottom: 5px;
}

th
{
	background-color:#e7e8ff;
	border:1px solid #888;
	padding:10px;
	vertical-align:middle;
}

td{
	background-color: #fff;
	border:1px solid #888;
	padding:10px;
	text-align: center;
	vertical-align:middle;
}

/*月額テーブル列幅・１：１*/
.flow_getugaku{
	width: 400px;
	table-layout: fixed;
}

.flow_tb_width100 table{
	width: 100%;
}

.flow_tb_mizu{
    width: 350px;
}

.flow_mizu_tantai {
	border-top: none;
	border-right: none;
	border-left: none;
	background-color: #fff;
}

/*テーブル価格右寄せ*/
.flow_price{
	text-align: right;
}

/*テーブル項目左寄せ*/
.flow_th_l{
	text-align: left;
}
/*テーブル関連ここまで*/


/*表面洗いバナー設定*/
.flow_hyoumen{
	display: flex;
	align-items: center;
	background-image:url(../images/flow_hyomen_400-150.png);
	width: auto;
	height: 150px;
	background-size: cover;
	margin-top: 25px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}

.flow_hyoumen_border{
	border-bottom: solid 1px #777;
	font-size: 20px;
}

.flow_hyoumen_moji{
	margin-left: 10px;
	margin-right: 10px;
}

.flow_hyoumen_moji p{
	padding:10px 0 0 0;
}


/* メディアクエリ */
/*画面幅が751px以上の場合*/
@media(min-width:769px){
	.flow_hyoumen{
		display: flex;
		align-items: center;
		background-image:url(../images/flow_hyomen_690-150.png);
		max-width: 690px;
		width: auto;
		height: 150px;
		background-size: cover;
		margin-top: 25px;
		box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
	}
	.flow_hyoumen_moji{
		margin-left: 20px;
	}
}


/*メディアクエリ　ボタン幅小さい画面用*/
@media (max-width:769px){
	.flow_button_width{
	width: 75%;
	}
/*メディアクエリ　ボタン幅小さい画面*/
th{
	padding:10px 3px;
}

td{
	padding:10px 3px;
}
	
.flow_tb_mizu{
	max-width: 350px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.flow_getugaku{
	max-width: 400px;
	width: 90%;
	margin-right: auto;
    margin-left: auto;
}
}

@media (max-width:500px){
.flow_step_flex {
    display: block;
	text-align: center;
	margin:auto;
	}
.flow_stp{
	margin:15px auto 0;
	}	
}
@media (max-width:415px){
.flow_hyoumen_border{
		font-size: 17px;
	}
	


	
	
}

/*　ここから清掃実例ページCSS　*/
/*全体のマージン*/
.sei_article{
	max-width:1200px;
}

.sei_verify{
	max-width:1200px;
}


/*パンくずリスト*/

.sei_pankuzu{
        padding-top: 10px;
}

.sei_pankuzu ol{
        display: flex;
        margin: 0;
        padding: 0;
        list-style: none;
        font-size: 90%;
}

.sei_pankuzu_li{
        padding: 5px			
}

.sei_pankuzu a{
        display: block;
        padding: 5px;
        color: inherit;
        font-size: 0.875rem;
        text-decoration: none;
}


.sei_pankuzu a::after{
        margin-left: 10px;
        content: '\f054';
       font-family: 'FontAwesome';
        opacity: 0.3;
}
/*内部リンクボタン*/
.sei_button {        
        margin-top: 10px;
        margin-right: 5px;
        padding: 3px 15px;
        border:solid 2px #959595;
        border-radius: 8px;
        background-color: #fff;
        color:#2a364f;
        font-size:16px;
        font-weight: bold;
        text-decoration: none;
}

.sei_button::before {
        content:">";
        font-weight: bold;
        padding-right: 5px;
}

.sei_button_box .sei_button:hover{
        background-image: linear-gradient(rgba(0,0,200,0.2),rgba(0,0,200,0.2));
}

.sei_button {
        width: 35%;
}

.sei_button_box{
	margin-top: 15px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	
}

/*　清掃実例ページ：トップヒーローイメージ*/
.sei_contents-image{
        display: flex;
    	align-items: center;
		justify-content: center;
    	width:100%;
    	height:200px;
    	background-image: url(../images/sei_contents_image.jpg);
    	background-size: cover;
    	background-position: 60% 50%;
    	padding: 50px 0px ;
}

/*　清掃実例ビフォアフ・お客様の声ページ　*/

.sei_h2{
	margin-top:50px;
	margin-bottom:50px;
}

.seibf_box{
	width:80%;
	margin-left:auto;
	margin-right:auto;
}

/*エアコンBF・お客様の声*/
.seibf_01{
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
	align-items: center;
}


.seibf_01 .text_aircon{
		padding: 10px;
		margin-left: 50px;
		font-size: 16px;
		text-align: left;
		background-color: #c3c5ff ;
		border-radius: 30px;
}

.seibf_01 h3{
		padding-left: 10px;
		padding-right: 10px;
		font-size: 20px;
		text-align: center;
}

.seibf_01 p{
	padding: 10px;
}

.seibf_01 .aircon{
	max-height: auto;
	max-width: auto;
	background-position: center;
	background-size: cover;
}

/*窓際のBF・お客様の声*/
.seibf_02{
	margin-top: 50px;
	align-items: center;
}

.seibf_02 .text_madogiwa{
		padding: 10px;
		margin-right: 50px;
		font-size: 16px;
		text-align: left;
		background-color: #c3c5ff ;
		border-radius: 30px;
}

.seibf_02 h3{
		padding-left: 10px;
		padding-right: 10px;
		font-size: 20px;
		text-align: center;
}

.seibf_02 p{
	padding: 10px
}

.seibf_02 .madogiwa{
	min-height: auto;
	min-width: auto;
	background-position: center;
	background-size: cover;	
	margin-left: auto;
	margin-right: auto;
}

/*室外機・バルコニーBF・お客様の声*/

.seibf_03{
	margin-top: 50px;
	align-items: center;
}


.seibf_03 .text_barukoni{
		padding: 10px;
		margin-left: 50px;
		font-size: 16px;
		text-align: left;
		background-color: #c3c5ff ;
		border-radius: 30px;
}

.seibf_03 h3{
		padding-left: 10px;
		padding-right: 10px;
		font-size: 20px;
		text-align: center;
}

.seibf_03 p{
	padding: 10px;
}
.seibf_03 .barukoni{
	min-height: auto;
	min-width: auto;
	background-position: center;
	background-size: cover;	
	margin-left: auto;
	margin-right: auto;
}
/*水まわりのビフォアフ・お客様の声領域*/

.seibf_04{
	margin-top: 50px;
	align-items: center;
}

.seibf_04 .text_mizumawari{
		padding: 10px;
		margin-right: 50px;
		font-size: 16px;
		text-align: left;
		background-color: #c3c5ff ;
		border-radius: 30px;
}

.seibf_04 h3{
		padding-left: 10px;
		padding-right: 10px;
		font-size: 20px;
		text-align: center;
}

.seibf_04 p{
	padding: 10px
}

.seibf_04 .mizumawari{
	min-height: auto;
	min-width: auto;
	background-position: center;
	background-size: cover;	
	margin-left: auto;
	margin-right: auto;
}

/******************************/
/**          FAQページ        **/
/******************************/

.faq{
	align-items: center;
    justify-content: center;
    height: auto;
    width: 80%;
	margin-bottom: 100px;
	margin:auto;
}


/* FAQアコーディオン */
.faq_content {
	margin: 0 15px;
}
.faq_content a {
	text-decoration: underline;
}
.faq_content a:hover {
	text-decoration: none;
}
.faq dl {
	color: #000;
	line-height: 1.4;
}
.faq dt {
	border-bottom: 1px solid #fff;
	padding: 15px 35px 15px 15px;
	background-color: #c3c5ff  ;
	font-weight: bold;
	
}
.faq dd {
	border: 1px solid #fff;
	border-top: 0;
	margin: 0;
	padding: 15px 15px 25px;
	background-color: #fff;
	color: #000;
}

.faq dt {
   position: relative;
}

.faq dt:after {
   content: "";
   position: absolute;
   border-right: 1px solid #000;
   border-bottom: 1px solid #000;
   width: 10px;
   right: 10px;
   height: 10px;
   transform: rotate(45deg);
}

.faq dt.ac:after {
   content: "";
   position: absolute;
   border-left: 1px solid #000;
   border-top: 1px solid #000;
   border-right: 0;
   border-bottom: 0;
   width: 10px;
   right: 10px;
	top: 20px;
   height: 10px;
   transform: rotate(45deg);
}
/*FAQ　１項目目*/
.faq_content1{
	margin-top: 25px;
	margin-bottom: 25px
}

.faq_h3_1{
    border-bottom: solid 1px #999;
        margin-left: 0;
        margin-top: 75px;
        margin-bottom: 10px;
	font-size: 20px;
}

.faq_h3_1::before{
        content:"■";
        color:#009944;
        padding-right: 10px;
}

/*FAQ ２項目目*/
.faq_content2{
	margin-bottom: 25px;
}

.faq_h3_2{
	border-bottom: solid 1px #999;
        margin-left: 0;
        margin-top: 75px;
        margin-bottom: 10px;
	font-size: 20px;
}

.faq_h3_2::before{
        content:"■";
        color:#009944;
        padding-right: 10px;
}

/*FAQ　３項目目*/
.faq_content3{
	margin-bottom: 50px;
}

.faq_h3_3{
	border-bottom: solid 1px #999;
        margin-left: 0;
        margin-top: 75px;
        margin-bottom: 10px;
	font-size: 20px;
}

.faq_h3_3::before{
        content:"■";
        color:#009944;
        padding-right: 10px;
}

/* メディアクエリ */
/*画面幅が751px以上の場合*/

@media(min-width:769px){
	
/*画面幅769以上のビフォアフお客様の声　*/
	
	/*画面幅769以上のエアコンBF*/
	.seibf_01{
		display: flex;
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 100px;
	}
	
	.seibf_01 .aircon{
		flex: 1;
	}
	
	.seibf_01 .text_aircon{
		flex: 1;
	}
	
	/*画面幅751以上の窓際*/
	.seibf_02{
		display: flex;
		flex-direction: row-reverse;
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 100px;
	}
	
	.seibf_02 .madogiwa{
		flex: 1;
	}
	
	.seibf_02 .text_madogiwa{
		flex: 1;
	}
	
	/*画面幅751以上の室外機・バルコニー*/
	.seibf_03{
		display: flex;
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 100px;
	}
	
	.seibf_03 .barukoni{
		flex: 1;
	}
	
	.seibf_03 .text_barukoni{
		flex: 1;
	}
/*画面幅751以上の水回り*/
	.seibf_04{
		display: flex;
		flex-direction: row-reverse;
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 100px;
	}
	
	.seibf_04 .mizumawari{
		flex: 1;
	}
	
	.seibf_04 .text_mizumawari{
		flex: 1;
	}
	
/*画面幅751以上のよくある質問*/
	.faq {
	}
}
/*画面幅925以下のメディアクエリ*/
@media(max-width:925px){
/*画面幅925以下の内部リンクボタン*/
	.sei_button {
        width: 75%;
}
}

/*画面幅768以下のメディアクエリ*/
@media(max-width:768px){
/*画面幅768以下の内部リンクボタン*/
	.sei_button {
        width: 75%;
}
	
	.seibf{
	flex: 1;
	flex-wrap:wrap;
	justify-content:space-around;
	padding:auto 0px;
	}
	
	.seibf_01 .text_aircon{
		margin: 0;
		margin-top: 50px;
	}
	
	.seibf_02 .text_madogiwa{
		margin: 0;
		margin-top: 50px;
	}
	
	.seibf_03 .text_barukoni{
		margin: 0;
		margin-top: 50px;
	}

	.seibf_04 .text_mizumawari{
		margin: 0;
		margin-top: 50px;
	}
	
	.faq{
	flex: 1;
	flex-wrap:wrap;
	justify-content:space-around;
	padding:auto 0px;
	}
	}

/*画面幅415以下の場合*/

@media(max-width:415px){
	
	.sei_button {
        width: 75%;
}
	
	.seibf {
	flex: 1;
	flex-wrap:wrap;
	justify-content:space-around;
	padding:auto 0px;
	}

	.faq{
	flex: 1;
	flex-wrap:wrap;
	justify-content:space-around;
	padding:auto 0px;
	}
	}






/* =========================================
▼▼▼▼▼▼ 共通部分ＣＳＳ 追加分 ここまで ▼▼▼▼▼▼
============================================ */


/* =========================================
▼▼▼▼▼▼ プライバシーポリシーＣＳＳ ここから ▼▼▼▼▼▼
============================================ */

/* 装飾 ヘッダーと本文の間(見出し画像と文字部分) */

.priv_contents-image{
	display: flex;
    align-items: center;
	justify-content: center;
    width:100%;
    height:200px;
    background-image: url(../images/priv_top.jpg);
    background-size: cover;
    background-position: 60% 50%;
    padding: 50px 0px ;
}

/* 共通の articl .verify .linear を個別に修正 ここから */

.priv_article{
	max-width: 1200px;
}

.priv_verify{
	max-width: 1200px;
}

.priv_linear{
	margin: 7% 5% 12%
}

/* 共通の articl .verify .linear を個別に修正 ここまで */


/* section class【基本情報保護方針】【個人情報利用目的】【個人情報管理】余白
　　(article内 div) article .verify max-widthの値に関係する。*/

.priv_con1, .priv_con2, .priv_con3, .priv_con4, .priv_con5{
	margin-left: 7%;
	margin-right: 7%;
	color: #333333;
}

/* section p li 設定 */

.priv_con1 p, .priv_con2 p, .priv_con3 p, .priv_con4 p, .priv_con5 p{
	line-height: 1.5em;
}

.priv_con3 li, .priv_con4{
	line-height: 1.5em;
}

/*【個人情報管理】の下余白 */

.priv_con5{
	margin-bottom: 30%;
}


/* パンくずリスト：プライバシーポリシーとサイトマップのみ */

.priv_bread{
	margin-left: 5%;
}


/* 個人情報の利用目的 の設定 */

/*　ｈ３の見出しの設定　*/
.priv_text h3{
	border-left: 6px solid #009944;
	padding: 6px 0 6px 9px;
	margin: 6% 0 2.5%;
}


　/* span の設定 */
.priv_text2 span{
	padding: 20px 0;
}

/* リスト(ul li)形式の設定 */
.priv_text2 {
    padding: 30px 0 0;
}


.priv_text2 ul{
	padding: 10px 0;
}
.priv_text2 ul li{
	text-indent:-1em;
  	padding-left:1em;
}



/* =========================================
▼▼▼▼▼▼ プライバシーポリシーＣＳＳ ここまで ▼▼▼▼▼▼
============================================ */



/* =========================================
▼▼▼▼▼▼ サイトマップＣＳＳ ここから ▼▼▼▼▼▼
============================================ */


/* パンくずリスト：サイトマップのみ分*/

.smap_bread{
	margin-left: 5%;
}


/* 共通の articl .verify .linear を個別に修正 ここから */

.smap_article{
	max-width: 1200px;
}

.smap_verify{
	max-width: 1200px;
}

.smap_linear{
	margin: 7% 5% 10%;
}


/* 共通の articl .verify .linear を個別に修正 ここまで */


/*【サービス・情報】【会社・情報】【その他・情報】余白
　　(article内 div) article .verify max-widthの値に関係する。*/

.smap_service, .smap_company, .smap_etc{
	margin-top: 40px;
	margin-left: 8%;
	margin-right: 8%;
}

/* フォントカラー設定 */

.smap_all{
	color: #333333;
}

/*【その他・情報】の下余白 */

.smap_etc{
	margin-bottom: 30%;
}

/*　h3の書式設定（サイトマップ）下線グレー、字下げ　*/

.smap_service h3, .smap_company h3, .smap_etc h3{
	border-bottom: 1px solid #999999;
	padding-left: 10px;
}


/*　リスト枠(ul)の余白設定　*/

.smap_service ul, .smap_company ul, .smap_etc ul{
	margin: 40px 0 75px;
}


/*　リストの項目(li)の余白設定　*/

.smap_service li, .smap_company li, .smap_etc li{
	margin-bottom: 15px;
}


/*　リストのリンク部分(a)の設定　*/

.smap_service a, .smap_company a, .smap_etc a{
	display: block;
	font-size: 16px;
	padding: 10px;
}


/*　リストのリンク部分をタップ、マウスを乗せた時(hover)の設定　*/

.smap_service a:hover, .smap_company a:hover, .smap_etc a:hover{
	color: #3498db;
	background-color: #BCBCD0;
}


/* リストの文字の色を一部変更する(span) */

.smap_service span, .smap_company span, .smap_etc span{
	color: #009944;
}



/* =========================================
▼▼▼▼▼▼ サイトマップＣＳＳ ここまで ▼▼▼▼▼▼
============================================ */



/* =========================================
▼▼▼▼▼▼ 共通部分ＣＳＳに 追記分 ここから ▼▼▼▼▼▼
============================================ */


/*メディアクエリ　大きい画面(タブレット)用*/
@media print, screen and (min-width:769px){
	
	/*　サイトマップ分　*/
	
	
	
	/*　プライバシーポリシー分　*/
	
	
}

/*メディアクエリ　小さい画面(スマートフォン)用*/
@media only screen and (max-width:769px){
	
	/*　サイトマップ分　*/
	article .smap_all{
		max-width: 750px;		
	}
	
	/*　プライバシーポリシー分　*/
	
	/* 字を少し小さくする */
	.bread, .priv_article h2, .priv_article h3, .priv_article p, .priv_article span, .priv_article ul li{
		font-size: 98%;
	}
	
}

/* =========================================
▼▼▼▼▼▼ 共通部分ＣＳＳに 追記分 ここまで ▼▼▼▼▼▼
============================================ */



/*会社概要*/
/*キャッチコピー部分*/
/*************************************/
/*************************************/
.com_contents-image{
        display: flex;
    	align-items: center;
		justify-content: center;
    	width:100%;
    	height:200px;
    	background-image: url(../images/cmp_top.jpg);
    	background-size: cover;
    	background-position: 60% 50%;
    	padding: 50px 0px ;
}



/* コンテンツB:　企業としての取り（テキスト）*/
.cmp_conB {
	margin: 100px 0px 75px 0px;
}

.cmp_conB_2 .text {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 50px;
	text-align: center;
}

.cmp_conB h2{
	margin: 0px 0px 30px 50px;
}

@media(min-width: 769px)	{
	.cmp_conB .container{
		display: flex;
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
	.cmp_conB .text{
		flex: 1;
	}
}


/* コンテンツC: ご挨拶（画像＋テキスト)  */

.cmp_conC .text {
	padding: 20px;
}

.cmp_conC h2{
	margin-top: 0;
	margin-bottom: 10px;
}

.cmp_conC p{
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.8;
	opacity: 0.8;
	font-weight:bold;
}

.cmp_conC a{display: inline-block;
	margin-top: 20px;
	padding: 10px 30px;
	border: solid 3px currentColor;
	border-radius: 6px;
	background-color: #BF6A7A;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}

.cmp_conC .photo {
	min-height: 200px;
	background-image: url(../images/cmp_1a.jpg);
	background-position: 0% 25%;
	background-size: cover;
}

@media (min-width: 769px)	{
	.cmp_conC .container{
		display: flex;
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
        padding-top: 40px;
        padding-bottom: 40px;
		
	}
	
	.cmp_conC .photo {
		flex: 0 0 50%;
		height: 300px;
	}
	.cmp_conC .text {
		flex:0 0 40%;
		padding: 0px 50px 0px 50px;
		height: 300px;
	}
		.cmp_conC h3 {
		padding-bottom: 30px;	
}
}
@media (max-width:768px){
	.cmp_conC .photo,.cmp_conD .photo,.cmp_conE .photo {	
		width:85vw;
		margin: auto;
	}
		.cmp_conD .photo {	
		padding-top: 20px;
	}
}

/* コンテンツD: 丁寧に、迅速に、確実に（画像＋テキスト：逆配置)  */

.cmp_conD{
	background-color: #C3C5FF;
	color: #000;
}
.cmp_conD .container {
	padding-top: 2px;
}

.cmp_conD .text {
	padding: 20px;
}

.cmp_conD h2{
	margin-top: 0;
	margin-bottom: 10px;
}

.cmp_conD p{
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.8;
	opacity: 0.8;
	font-weight:bold;
}

.cmp_conD a{
	display: inline-block;
	margin-top: 20px;
	padding: 10px 30px;
	box-shadow: 0 0 0 1px #888;
	border: solid 3px currentColor;
	border-radius: 6px;
	font-size: 14px;
	text-decoration: none;
}

.cmp_conD .photo {
	min-height: 200px;
	margin-top:40px;
	background-image: url(../images/cmp_2a.jpg);
	background-position: 0% 20%;
	background-size: cover;
}

@media (min-width: 769px)	{
	.cmp_conD .container{
		background-color: #C3C5FF;
		display: flex;
		flex-direction: row-reverse;
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 40px;
		padding-bottom: 40px;
	}
		.cmp_conD .photo {
		flex: 0 0 50%;
		height: 300px;	
	}
		.cmp_conD .text {
		flex: 0 0 40%;
		height: 300px;
		padding: 0px 50px 0px 50px;
	}
		.cmp_conD h3 {
		padding-bottom: 30px;	
}
}


/*コンテンツE: お客様の喜びが私たちの喜びです（画像＋テキスト)  */
.cmp_conE {
	padding-bottom: 50px;
}
.cmp_conE .text {
	padding: 20px;
}

.cmp_conE .text{
	padding: 20px;
}

.cmp_conE h2{
	margin-top: 0;
	margin-bottom: 10px;
}

.cmp_conE p{
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.8;
	opacity: 0.8;
	font-weight:bold;
		
}

.cmp_conE a{display: inline-block;
	margin-top: 20px;
	padding: 10px 30px;
	border: solid 3px currentColor;
	border-radius: 6px;
	/*background-color: #BF6A7A;*/
	font-size: 14px;
	text-decoration: none;
}

.cmp_conE .photo {
	min-height: 200px;
	background-image: url(../images/cmp_3a.jpg);
	background-position: 0% 20%;
	background-size: cover;
}

@media (min-width: 769px)	{
	.cmp_conE .container{
		display: flex;
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
        padding-top: 40px;
        padding-bottom: 40px;
	}
	
	.cmp_conE .photo {
		flex: 0 0 50%;
		height: 300px;
	}
	.cmp_conE h3 {
	padding-bottom: 30px;	
}
	.cmp_conE .text {
		flex: 0 0 40%;
		height: 300px;
		padding: 0px 50px 0px 50px;
	}
}

/*コンテンツB:　会社概要（テキスト）*/

.cmp_conF_2 .text {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 50px;
	text-align: center;	
}

.cmp_conF h2{
	margin: 0px 0px 30px 50px;
}

.text dt{
	line-height:2;
	font-weight:bold;
	background-color:rgba(195,197,255,1.00);
}

@media(min-width: 769px)	{
	.cmp_conF .container{
		display: flex;
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
}

/*会社概要＋地図  */
.cmp_conG {
	padding-top: 25px;
}
.cmp_conG .container {
	padding-top: 2px;
}

.cmp_conG .text {
	padding: 20px;
}

.cmp_conG dt{
	margin-bottom: 15px;
}

.cmp_conG dd{
	margin: 0px 0px 15px 10px;
}
/*地図  .location*/
.location iframe {
    
	min-height: 100px;
	background-position: center;
	background-size: cover;
    width: 100%;
    height: 300px;
    vertical-align: bottom;
}

@media (min-width: 769px)	{
	.cmp_conG .container{
		display: flex;
		flex-direction: row-reverse;
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 75px;
	}

	.cmp_conG .location {
		flex:1;
		padding: 1px 50px 25px 10px;
	}	
	.cmp_conG .text {
		flex:1;
		padding: 1px 1px 1px 50px;
	}
}

@media(Max-width: 769px) {
	.cmp_conG .container {

		padding-bottom: 75px;
	}
}


/* =====================================
▼▼▼▼▼▼お問い合わせページCSSここから▼▼▼▼▼▼
======================================== */


/*　ページ全体設定　*/
.cont_02,.cont_page,
.cont_qst,.cont_ipt,.cfrm_ipt,
.cfrm_notice,.cfrm_button,
.tnks_01,.tnks_02,.tnks_03,.cont_er{
   margin-left: 12%;
   margin-right: 12%;
}


.cont_linear{
	margin: 7% 10% 10%;
	
}

/* 電話でのお問い合わせ */
.cont_02{
	margin-bottom: 20px;
}


.cont_02 h3{
	border-bottom: solid 1px #999;
}

.cont_02 p{
	margin-left:5px;
	margin :20px 0;
}
.cont_02 a,.cont_02 span{
	font-size: 30px;
	color: #1d2088;
	font-weight: bold;
	margin-left: 10px;
}


/* ページ確認表示 */

.cont_page{
	display: flex;
	
}

.cont_page li{
	flex: 1;
	margin: 10px 20px;
	font-size: 12px;
}

.cont_qst1 h4{
	display: inline;
	border-bottom: solid 1px #999;
}

.cont_ipt h4{
	display: inline;
	border-bottom: solid 1px #999;
}

.cont_p1{
	display: block;
	border-radius: 50%;
	justify-content: center;
  	align-items: center;
	width: 15px;
	height:15px;
	padding: 5px;
	background-color: #009944;
	color:#fff;
	line-height: 15px;
	text-align: center;
	margin: 0 auto;
}

.cont_p2{
	display: block;
	border-radius: 50%;
	justify-content: center;
  	align-items: center;
	width: 15px;
	height:15px;
	padding: 5px;
	background-color: #999;
	color:#fff;
	line-height: 15px;
	text-align: center;
	margin: 0 auto;
}

.cont_page span{
	margin: 0 auto;
}


/* お問い合わせ項目 */
.cont_qst{
	line-height: 40px;
	margin-bottom: 50px;
	margin-top:30px;
}

.cont_qst01 label {
	padding: 0 14px;
	
}

.cont_qst02 label {
	width: 140px;
	padding-right: 20px;
	padding-left: 14px;
	margin-right: 9px;
	
}




/* フォームでのお問い合わせ */

.cont_ipt input[type="text"],
.cont_ipt input[type="tel"],
.cont_ipt input[type="email"],
.cont_ipt select{
		width: 250px;
        height: 30px;
	
}

.cont_ipt input[type="text"]:focus,
.cont_ipt input[type="tel"]:focus,
.cont_ipt input[type="email"]:focus,
.cont_ipt select:focus,
textarea:focus{
		background-color:#e7e8ff;
}

.cont_ipt label,.cont_ipt select{
    display: inline-block;
    width:250px;
    margin-right: 20px;
}


.cont_ipt{
    margin-bottom: 40%;
    line-height: 50px;
}


.cont_ipt textarea{
	display:block;
	width:270px;
	height:200px;
	line-height: 1.5em;
	padding: 10px;

}


.cont_ipt input,textarea{
	box-shadow: 2px 2px 1px 0 #999;
	padding-left:5px;
}

.cont_uc{
	padding-top: 20px;
}

.cont_ipt small{
	background-color: #f29c9f;
	padding: 2px 4px;
	color: #fff;
	border-radius: 3px;
	margin-left: 10px;
	
}



/* 送信ボタン設定　*/

input.cont_bt01{
	display: block;
	height: 60px;
	font-size:20px;
	width: 200px;
	padding: 0;
	margin: 40px auto;
	
}

.cont_bt01,.cont_bt01:link{
	text-decoration: none;
	display: inline-block;
	border-radius: 5px;
	background-color: rgba(255,255,255, 0.5);
	box-shadow: 0 0 0 0 #009944 inset, 0.3em 0.2em 0 0 #040;
	border: 0.2em solid #009944;
	margin-top:1em;
	text-align: center;
	transition: 0.1s box-shadow, 0.1s transform;
	will-change: transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	
}

 .cont_bt01:hover,.cont_bt01:visited{
	 border: 0.2em solid #040;
	 border-radius: 5px;
	 box-shadow: 0 4em 0 0 #007722 inset, 0em 0em 0 0 #040;
	 transform: translate(0.2em, 0.1em);
	 color:#fff;
}



/*　個人情報保護方針告知（追加・統合未）　*/ 

.cont_03{
	line-height: 20px;
	padding-top:50 px;
	
	
}

.cont_03 span{
	font-weight: bold;
	
}


.cont_03 p{
	padding-top: 5px;
	padding-left: 20px;	
}

.cont_03 a{
	color:#102044;
	font-weight: bold;
	border-bottom:solid 1px #102044;
	
}

/* =====================================
▼▼▼▼▼▼お問い合わせページCSSここまで▼▼▼▼▼▼
======================================== */


/* =====================================
▼▼▼▼▼▼入力内容確認ページCSSここから▼▼▼▼▼▼
======================================== */

/* 確認ページのみ文字色変更　*/

.cfrm_ipt{
	line-height:50px;
	margin-bottom: 40%;
}

.cfrm_ipt input::placeholder,
.cfrm_ipt textarea::placeholder {
	color: black;
}

/* IE */
.cfrm_ipt input:-ms-input-placeholder{
  color: black;
}
.cfrm_ipt textarea:-ms-textarea-palaceholder {
  color: black;
}

/* Edge */
.cfrm_ipt input::-ms-input-placeholder{
  color: black;
}

.cfrm_ipt textarea::-ms-textarea-palaceholder{
	color:black;
}


/* 内容確認　*/

.cfrm_ipt h4{
	display: inline;
	border-bottom: solid 1px #999;
}

.cfrm_ipt input[type="text"],
.cfrm_ipt input[type="tel"],
.cfrm_ipt input[type="email"],
.cfrm_ipt select{
		width: 250px;
        height: 30px;
}

.cfrm_ipt label,.cfrm_ipt select{
    display: inline-block;
    width:250px;
    margin-right: 20px;
}

.cfrm_ipt textarea{
	display:block;
	width:270px;
	height:200px;
	line-height: 1.5em;
	padding: 10px;

}


.cfrm_ipt input,textarea{
	box-shadow: 2px 2px 1px 0 #999;
	padding-left:5px;
}

.cfrm_uc{
	padding-top: 20px;
}

.cfrm_ipt small{
	background-color: #f29c9f;
	padding: 2px 4px;
	color: #fff;
	border-radius: 3px;
	margin-left: 10px;
	
}



/* 内容確認：注意喚起　*/

.cfrm_notice{
	margin: 50px 0;
    display: inline-block;
    width:85%;
}

.cfrm_notice p{
	font-size:14px;
	font-weight: bold;
	display: inline-block;
	background-color: #f29c9f;
	text-align: center;
	padding: 1px 10px;
	margin: 20px auto;
}

.cfrm_button{
	margin-bottom:  100px;
    margin-left: 0;
	
}


.cfrm_bt01{
    margin:40px auto;
    max-width:150px;
	text-align: center;
	border: 0.2em solid #c3c5ff;
	border-radius: 6px;
	background-color:#e7e8ff;
	padding: 0 20px;
	
}

.cfrm_bt01 a{
    display: block;
}


/* =====================================
▼▼▼▼▼▼入力内容確認ページCSSここまで▼▼▼▼▼▼
======================================== */

/* =====================================
▼▼▼▼▼▼サンクスページCSSここから▼▼▼▼▼▼
======================================== */
	
.tnks_01{
	margin-top: 50px;
	margin-bottom: 50px;
}	

.tnks_01 h2{
	font-size: 35px;
	padding-bottom: 30px;
}


/* メッセージ　*/
.tnks_02 {
	line-height: 40px;
	margin-bottom: 100px;
}

/* トップへ戻るボタン */

.tnks_03 a{
	display: block;
	margin-top: 20px;
	max-width:200px;
	text-align: center;
	border: 0.2em solid #c3c5ff ;
	border-radius: 6px;
	background-color:#e7e8ff  ;
	padding: 10px 20px;
	margin: 30px auto 500px;
}

/* =====================================
	▼▼▼▼▼▼サンクスページCSSここまで▼▼▼▼▼▼
======================================== */
	

/* =====================================
▼▼お問い合わせ・エラー確認ページCSSここから▼▼
======================================== */
.cont_er input[type="text"],
.cont_er input[type="tel"],
.cont_er input[type="email"],
.cont_er select{
	width: 250px;
    height: 30px;
	color: #630015;
	border-color: #c20c33;
	background-color: #ffd9e1;
	
}

.cont_er label,.cont_er select{
    display: inline-block;
    width:250px;
    margin-right: 20px;
}


.cont_er{
    margin-bottom: 40%;
    line-height: 50px;
	}


.cont_er textarea{
	display:block;
	width:270px;
	height:200px;
	line-height: 1.5em;
	padding: 10px;
	color: #630015;
	border-color: #c20c33;
	background-color: #ffd9e1;
	
}


.cont_er input,textarea{
	box-shadow: 2px 2px 1px 0 #999;
	padding-left:5px;
}

.cont_er01{
	margin-bottom: 500px;
}

.cont_er small{
	background-color: #f29c9f;
	padding: 2px 4px;
	color: #fff;
	border-radius: 3px;
	margin-left: 10px;
	
}

.cont_er input.cont_er02{
	background-color: #fff;
	border-color: #F8F8F8;
}

.cont_er h4{
	display: inline;
	border-bottom: solid 1px #999;
}


/* =====================================
▼▼お問い合わせ・エラー確認ページCSSここまで▼▼
======================================== */


/*　ここからメディアクエリ　*/


@media(min-width:769px){
/* =====================================
▼▼▼▼▼▼お問い合わせ関連ページ　751px以上▼▼▼▼▼▼
======================================== */
	
	
/* ページ確認表示 */

	.cont_page{
		display: flex;
		
	}
	
	.cont_p1{
		display: inline-flex;
		font-size: 16px;
		width: 20px;
		height: 20px;
		line-height: 20px;
	}
	
	.cont_p2{
		display: inline-flex;
		font-size: 16px;
		width: 20px;
		height: 20px;
		line-height: 20px;
	}

	.cont_page li {
		font-size: 16px;
}
	
	
	/* お問い合わせ項目　*/
	.cont_qst{
		display: flex;
		flex-wrap: wrap;
	}
	
	.cont_qst1{
		flex:0 0 100%;
	}

	
	/* フォームでのお問い合わせ */
    .cont_ipt textarea{
        width:400px;
    }
    
    .cont_ipt p{
        margin: 10px 0;
    }
    

/* 内容確認ページ　*/
    
    .cfrm_ipt textarea{
        width:500px;
    }
    
    .cfrm_ipt p{
        margin: 10px 0;
    }
      
	.cfrm_notice p{
		display: block;
		font-size:inherit;
	}
	
	
	.cfrm_button{
		display: flex;
		justify-content: space-around;
		align-items: center;
	}


	.cfrm_bt01{
		flex: 1;
		text-align: center;
	}

	.cfrm_button.cont_bt01{
		flex: 1;
	
	}

    /* エラーページ　*/

    .cont_er textarea{
        width:500px;
    }
}

@media (min-width:1500px){
p{
	font-size:22px;
}

h1{
	font-size:48px;
}

h2{
	font-size:30px;
}

h3{
	font-size:24px;
}

h4{
	font-size:26px;
}

.head-logo {
    width: 300px;
    height: 80px;
}
	
	.headB{
		margin-top:5px;
	}

.ind_tatewrap {
    font-family: 'sawarabi-mincho',serif;
    display: flex;
    flex-direction: row-reverse;
    height: 500px;
    margin: 100px 10% 200px 5%;
    line-height: 2;
    text-align: left;
    vertical-align: middle;
}
	
article{
	position:relative;
	min-width:1350px;
	margin-left: auto;
    margin-right: auto;
	z-index: 100;
	
}

	.headB a{
		font-size:24px;
	}

.verify{
	display:inline-block;
	min-width:1350px;
	width:100%;
}
	
.ind_icon_flow, .ind_icon_survice, .ind_icon_money {
    flex: 1;
    border: 1px solid #ddd;
    border-radius: 50%;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #CCCCCC;
    margin-left: auto;
    margin-right: auto;
    height: 200px;
    width: 200px;
    min-height: 100px;
    min-width: 100px;
    justify-content: center;
}

.contact{
	background-color:#c3c5ff;
	height:300px;
	width:100%;
	font-size:30px;
	
}

.contact h2{
	background-color:#c3c5ff;
	width:100%;
	font-size:26px;
	
}
	.footA address{
		font-size:20px;
	}
	
	.bt-flex{
		width:500px;
	}
	.footB h3{
		font-size:24px;
	}
	.footB a{
		font-size:20px;
	}
	.footC{
		font-size:16px;
	}
	.button{
		padding:30px 50px;
	}
	.flow_button_box a{
		font-size:24px;
	}
	.ind_A h3{
		font-size:24px;
	}
	.ind_button{
		margin-top:20px;
		font-size:22px;
	}
	.ind_conA, .ind_ad_conA{
		min-width: 450px;
    	min-height: 700px;
	}
	
	.ind_il_conA, .ind_il_ad_conA{
		width: 525px;
    	height: 525px;
	}
	
	.ind_conB, .ind_ad_conB {
    flex: 0 0 50%;
    text-align: center;
    padding-top: 75px;
}
	
	th,td{
		font-size:22px;
	}
	
	.bread,.bread a{
		font-size:26px;
	}
	.flow_pagetop{
		font-size:20px;	
		max-width: 225px;
	}
	small {
    font-size: 20px;
}
	
	.linear {
    line-height: 2em;
    margin: 5% 2%;
    padding-left: 20px;
}
	.sei_linear {
    line-height: 4em;
    margin: 5% 10%;
    padding-left: 20px;
}
	.seibf_01 h3 {
    font-size: 26px;
}
	.seibf_02 h3 {
    font-size: 26px;
}
	.seibf_03 h3 {
    font-size: 26px;
}
	.seibf_04 h3 {
    font-size: 26px;
}
	
	.flow_hyoumen_border {
    font-size: 24px;
}
	
	.faq_h3_1{
		font-size:24px;
	}
	dd,dt{
		font-size:22px;
	}
	
	.cmp_conC .container,.cmp_conD .container,.cmp_conE .container,.cmp_conG .container{
		max-width:1350px;
		width:100%;
		height:450px;
	}
	
	.cmp_conC,.cmp_conD,.cmp_conE ,.cmp_conG{
		margin-left:3%;
		margin-right:3%;
	}
	
	.cmp_conC .photo,.cmp_conD .photo,.cmp_conE .photo{
		height:400px;
	}
	
	.container h3{
		font-size:24px;
	}
	
	.container p{
		font-size: 22px;
	}
	
	.cmp_conG .text {
    flex: 1;
    padding: 1px 1px 1px 10px;
}
	.priv_text2 {
    padding: 20px 0 0;
    font-size: 22px;
}
	.cont_qst01>label{
		font-size: 20px;
	}
	.cont_qst02{
		font-size:20px;
	}
	
	.cont_page>li>span{
		font-size:25px; 
	}
	
	input.cont_bt01 {
    display: block;
    height: 70px;
    font-size: 26px;
    width: 300px;
    padding: 0;
    margin: 70px auto;
}
	.cont_ipt textarea {
    display: block;
    width: 600px;
    height: 300px;
    line-height: 1.5em;
    padding: 10px;
    font-size: 20px;
}
	.cont_ipt label, .cont_ipt select {
    display: inline-block;
    width: 400px;
    margin-right: 20px;
    height: 50px;
    font-size: 20px;
}
	.cont_ipt input[type="text"], .cont_ipt input[type="tel"], .cont_ipt input[type="email"], .cont_ipt select {
    width: 400px;
    height: 50px;
    font-size: 20px;
}
	input {
	width:20px;
	height:20px;
    margin: 3px 3px 0px 5px;
}
	.cont_03 span {
    font-size: 22px;
}
	.cfrm_button {
    margin-left: 12%;
    margin-right: 12%;
}
	.cfrm_bt01 {
    flex: 1;
    text-align: center;
    font-size: 24px;
    max-width: 200px;
}
	.cfrm_notice {
    font-size: 22px;
}
	.cfrm_ipt textarea {
    width: 750px;
    height: 300px;
	font-size: 20px;
}
	.cfrm_ipt select {
    width: 375px;
    font-size: 20px;
}
	.cfrm_ipt label, .cfrm_ipt select {
    width: 350px;
}
	.cfrm_ipt input[type="text"], .cfrm_ipt input[type="tel"], .cfrm_ipt input[type="email"], .cfrm_ipt select {
    width: 375px;
    height: 50px;
    font-size: 20px;
}
	.cont_er textarea {
    width: 750px;
    height: 300px;
    font-size: 20px;
}
	.cont_er label, .cont_er select {
    display: inline-block;
    width: 350px;
    margin-right: 20px;
}
	.cont_er input[type="text"], .cont_er input[type="tel"], .cont_er input[type="email"], .cont_er select {
    width: 375px;
    height: 45px;
    margin: 5px;
		font-size:20px;
    color: #630015;
    border-color: #c20c33;
    background-color: #ffd9e1;
}
	.cont_er label, .cont_er select {
    display: inline-block;
    width: 380px;
    margin-right: 20px;
    font-size: 20px;
}
	.smap_service a, .smap_company a, .smap_etc a {
    display: block;
    font-size: 20px;
    padding: 10px;
}
}


