@charset "utf-8";
/* CSS Document */

/*****************************/
/*　　　　　　共通項目　　　　　　*/
/*****************************/
*{
	color: #1e1e1e;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
	font-weight: 700;
	margin: 0;
}
a{
	text-decolation: none;
}
ul{
	list-style-type: none;
} 
h1{
	position: relative;
	font-size: 30px;
	line-height: 1;
	color: #0095d9;
	display: block;
	text-align: center;
	margin: 70px 0;
}
h1:before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: -10px;/*線の上下位置*/
	display: inline-block;
	width: 120px;/*線の長さ*/
	height: 1px;/*線の太さ*/
	/*-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);*/
	transform: translateX(-50%);/*位置調整*/
	background-color: #0095d9;/*線の色*/  
}

/*****************************/
/*　　　　　　ヘッダー　　　　　　*/
/*****************************/
header{
	position: relative;
	margin: 0;
}
.logo{
	z-index: 2;
	position: absolute;
	display: flex;
	top: 0;
	left: 30px;
	height: 12vw;
	min-height: 100px;
	width: 9vw;
	min-width: 70px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #005baa;
	color: #fff;
	text-decoration: none;
	justify-content: center;
	align-items: center;
}
.top_logo{
	opacity: 0.8;
}
.logo img{
	display: block;
	width: 10vw;
	min-width: 80px;
}
.headA{
	display: flex;
	padding: 0 100px 0;;
	justify-content: flex-end;
	text-align: center;
}
header li{
	display: block;
	padding: 0 10px;
	margin-bottom: 5px;
	background-color: #fff;
	color: #1e1e1e;
	font-size: 14px;
}
header li:hover{
	background-color: rgba(0,91,170,0.8);
	color: #fff;
}
.btn_pc img{
	padding-left: 10px;
	width: 200px;
}
.tell_pc img{
	width: 200px;
}
.btn_sp img{
	padding-left: 10px;
	width: 60px;
	position: absolute;
	right: 60px;
	top: 10px;
}
.btn_pc img:hover{
	opacity: 0.5;
}
.tell_sp img{
	width: 60px;
	position: absolute;
	right: 140px;
	top: 10px;
}
.tell_sp img:hover{
	opacity: 0.5;
}
.btn_sp:hover{
	opacity: 0.5;
}
.nav_list{
	position: absolute;
	top: 60px;
	right: 100px;
}


/*****************************/
/*　　　　　　トップ　　　　　　　*/
/*****************************/
.top_hero{
	background-image: url("../images/index/hero04.jpg");
	background-position: center;
	background-size: cover;
    width: 100%;
	height: 90vh;
	margin-bottom: 30px;
	z-index: 1; 
}
.vegas-container{
	margin-left: auto;
	margin-right: auto;
}
.top_hero1 p{
	text-align: right;
	color: white;
	font-size: 110px;
	margin-right: 80px;
  	padding-top: 150px;
	line-height: 100px;
	text-shadow: 5px 5px 2px #000;
	font-family: 'Caveat', cursive;
}
.top_hero2 p{
	text-align: right;
	font-size: 24px;
	margin-right: 60px;
	margin-top: 20px;
	text-shadow: 3px 3px 3px #fff;
}
.top_01 p{
	text-align: center;
	font-size: 40px;
	padding: 10px;
	border-bottom: dashed 1px #1e1e1e;
	margin-top: 100px;
}
.top_buil img{
	margin-top: 40px;
	opacity: 0.2;
	width: 100%;
	height: auto;
	margin-bottom: 70px;
}
.top_02 p{
	text-align: center;	
	font-size: 24px;
	margin: 0 100px 50px;
	font-weight: 500;
	letter-spacing: 0.2em;
	border: none;
}
.top_con2 p{
	text-align: center;	
	margin-top: 10px;
	margin-bottom: 40px;
	font-size: 18px;
	line-height:42px;
	font-weight: 500;
	letter-spacing: 0.1em;
}
.top_con2 h1{
	margin-top: 50px;
	padding-top: 80px;
	margin-bottom:30px;
}
.top_pic{
	display: flex;
	justify-content: center;
}
.top_pic a:hover{
	opacity: 0.8;
}
.top_pic1{
	flex: 0 0 40%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.top_pic1 img{
	width: 100%;
	flex: 1;
	box-shadow:10px 10px 10px rgba(0,0,0,0.5);
	min-width: 300px;
}
.top_con{
	background-color: #f4f7f9;
	padding-bottom: 30px;
}
.top_k2 p{
	font-size: 16px;
	font-weight: 500;
}
.top_icon{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 70px 100px;
}
.top_n{
	flex: 0 0 30%;
	margin-right: 40px;
}
.top_no{
	flex: 0 0 30%;
	margin-right: 0;
}
.top_icon a:hover{
	opacity: 0.8;
}
.top_icon img{
	width: 100%;
	height: auto;
	box-shadow:5px 5px 5px rgba(0,0,0,0.2);
	min-width: 200px;
}	
.top_k{
	display: flex;
	margin-bottom: 70px;
}
.top_pic3{
	flex: 1;
	margin-left: 100px;	
}
.top_pic3 img{	
	min-width:300px;
	width:100%;
}
.top_k2{
	flex: 1;
	margin-top: 50px;
	margin-left: 50px;
	line-height: 40px;
	font-size: 22px;
	position: relative;
	margin-right: 100px;
}
.top_k2 a:hover{
	opacity: 0.8;
}
.top_plus p{
	text-align: right;	
	text-decoration: underline;
	position: absolute;
	bottom: 0;
	right: 20px;
	font-size: 18px;
	font-weight: 700;
}



/*****************************/
/*　　　　　ご利用の流れ　　　　　*/
/*****************************/
.riyou_all h1{
	margin-top: 130px;
}
.riyou_all{
	padding-bottom: 40px;
	margin-left: 150px;
	margin-right: 150px;
}
.riyou_main{
 	border: solid 6px #005BAA;
	box-shadow: 0 0 0.3em;
	background-color: #F4F7F9;
	margin-top: auto;
	margin-bottom: 10px;
	display: flex;
	text-align: center;
}
.riyou_contents {
	flex: 2;
	display: inline-block;
	background-color: #F4F7F9;
}
.riyou_text{
	text-align: center;
	flex: 4;
}
.riyou_text h2{
	text-decoration: underline;
	padding-bottom: 10px;
	padding-top: 20px;
}
.riyou_tx p{
	text-align: left;
	margin-left: 40px;
	margin-right: 40px;
	font-size: 18px;
}
.riyou_yajirushi{
	text-align: center;
}
.h2{
	margin-bottom: 10px;
}
.step{
	color: #f4f7f9;
	width: 8vw;
	min-width: 100px;
	padding: 30px 10px;
}
.icon{
	width: 10vw;
	padding: 30px 10px;
	min-width: 100px;
}


/*****************************/
/*　　　　　不動産物件　　　　　　*/
/*****************************/
/*　アーティクル左右余白　*/
.re_margin1, .re_margin3{
	margin: 0 100px;
}
.re_margin2{
	background:rgba(15,79,127,0.15);
	padding: 70px 100px;
}
/*　上部　*/
.re_margin1 h1{
	margin-top: 130px;
}
.re_top{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 70px;
}
.re_top img{
	vertical-align: middle;
	width: 150px;
}
.re_toptext{
	text-align: center;
	padding: 20px 100px;
	margin-left: 5%;
	border: 2px solid #a9a9a9;
	border-radius: 10px;
	width: 62%;
}
.re_toptext h2{
	text-align: center;
	font-size: 20px;
	margin-bottom: 10px;
}
.re_toptext p{
	text-align: center;
	font-weight: 500;
	font-size: 17px;
}

/*　見出し横の四角　*/
.re_heading1{
      position: relative;
      padding-left:18px;
	}
.re_heading1:before{
	background: #005baa;
        content: "";
        height: 22px;
        width: 10px;
        left: 0px;
        position: absolute;
        top: 3px;
}
.re_heading2{
      position: relative;
      padding-left:18px;
	}
.re_heading2:before{
	background: #ffe200;
        content: "";
        height: 22px;
        width: 10px;
        left: 0px;
        position: absolute;
        top: 3px;
}
/*　入退去時クリーニング　*/
.re_cleaning{
	margin-bottom:20px;
}
.re_cleaning h2{
	font-size: 20px;
	margin-bottom: 10px;
}
.re_cleaning p{
	font-size: 17px;
	font-weight: 500;
}
/*　クリーニング画像　*/
.re_images{
	display: flex;
 	align-items: center;
}
.re_images img{	
	width: 32%;
}
.re_images>img:not( :first-child ) {
	margin-left: 2%;
}
/*　作業個所　*/
.re_worklocation{
	text-align: left;
	margin-top:20px;
	border: 2px solid #a9a9a9;
	border-radius: 10px;
	background-color: white;
	width: 99.5%;
}
.re_worklocation p{
	font-size: 17px;
	font-weight: 500;
	padding: 10px 20px;
}

/*　料金表　*/
.re_pricelistmain h2{
	margin-top: 70px;
	font-size: 20px;
}
.re_pricelist{
	display: flex;
	margin-top: 20px;
	justify-content: center;
	width: 100%;
}
.re_pricediv:not( :last-child ) {
	margin-right: 4%;
}
.re_pricediv{
	width: 48%;
	margin-bottom: 10px;
}
.re_pricediv td{
	background-color: #ffffff;
}
.re_pricediv th{
	font-size: 15px;
	padding: 10px 0;
	background:rgba(0,149,217,0.2);
	text-align: center;
	border:solid 1px #1e1e1e;
}
.re_pricediv td{
	font-size: 17px;
	font-weight: 500;
	padding: 5px 0;	
	text-align: center;
	border:solid 1px #1e1e1e;
}
.re_tablebase{
	width: 100%;
}
.re_madori{
	width: 15%;
}
.re_pricetitle{
	color: #1e1e1e;
}
.re_time{
	width: 40%;
	vertical-align:middle;
}
.re_pricediv .re_priceimg1{
	position: relative;
	padding: 20px 0;
	background-image: url(../images/real_estat/1r.jpg);
	background-size: cover;
	font-size: 24px;
}
.re_pricediv .re_priceimg1:hover{
	opacity: 0.8;
	cursor: pointer;
}
.re_pricediv .re_priceimg1:after{
   content: "";
   position: absolute;
   border-right: 2px solid #000;
   border-bottom: 2px solid #000;
   width: 10px;
   right: 20px;
   height: 10px;
   transform: rotate(45deg);
}
.re_ac1_1.ac .re_priceimg1:after {
   content: "";
   position: absolute;
   border-left: 2px solid #000;
   border-top: 2px solid #000;
   border-right: 0;
   border-bottom: 0;
   width: 10px;
   right: 20px;
   height: 10px;
   transform: rotate(45deg);
}
.re_pricediv .re_priceimg2{
	position: relative;
	padding: 20px 0;
	background-image: url(../images/real_estat/3k.jpg);
	background-size: cover;
	font-size: 24px;
;}
.re_pricediv .re_priceimg2:hover{
	opacity: 0.8;
	cursor: pointer;
}
.re_pricediv .re_priceimg2:after{
   content: "";
   position: absolute;
   border-right: 2px solid #000;
   border-bottom: 2px solid #000;
   width: 10px;
   right: 20px;
   height: 10px;
   transform: rotate(45deg);
}
.re_ac2_1.ac .re_priceimg2:after {
   content: "";
   position: absolute;
   border-left: 2px solid #000;
   border-top: 2px solid #000;
   border-right: 0;
   border-bottom: 0;
   width: 10px;
   right: 20px;
   height: 10px;
   transform: rotate(45deg);
}
.re_attention p{
	font-size: 0.8em;
	font-weight: 500;
}

/*　オプションメニュー　*/
.opmain h2{
	margin-top: 70px;
	font-size: 20px;
}
.re_opmenulist{
	width:100%;
	margin-top:20px;
}
.re_opmenulist th{
	width: 40%;
	font-size: 17px;
	font-weight: 500;
	padding: 10px 0;
	background:rgba(0,149,217,0.2);
	text-align: center;
	border:solid 1px #1e1e1e;	
}
.re_opmenulist td{
	width: 60%;
	font-size: 16px;
	font-weight: 500;
	vertical-align:middle;
	padding: 5px 0;
	text-align: center;
	border:solid 1px #1e1e1e;
	background-color: #ffffff;
}

/*　日常清掃　*/
.re_daily h2{
	font-size: 20px;
	margin:70px 0 20px ;
}
.re_daily h3{
	font-size: 19px;
	margin-top: 20px;
}
.re_daily p{	
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 20px;
}

/*　日常清掃表　*/
.re_dailylist1, .re_dailylist2{
	width:100%;
	margin-top:10px;	
}
.re_dailylist2{
	margin-bottom: 50px;
}
.re_dailylist1 th, .re_dailylist2 th{
	font-size: 19px;
	padding: 10px 0;
	background:rgba(0,149,217,0.4);
	border:solid 1px #1e1e1e;	
}
.re_dailylist1 td, .re_dailylist2 td{
	font-size: 17px;
	font-weight: 500;
	padding: 5px 0;	
	text-align: center;
	border:solid 1px #1e1e1e;
	background-color: #ffffff;
}

/*　お客様へのお願いリンク　*/
.re_please img{
	display: block;
	margin: 0 auto 50px;
	width: 250px;
 	opacity: 1;
 	transition: .3s ease-in-out;
}
.re_please img:hover {
 	opacity: .5;
}



/*****************************/
/*　　店舗・オフィス・施設向け　　*/
/*****************************/
.of_side3{
	margin: 50px 30px 80px;
}
.of_side2, .of_side4{
	background:rgba(15,79,127,0.15);
	padding: 50px 60px;
}

.of_comment{
    text-align: center;
    padding: 20px 100px;
    margin-left: 5%;
    border: 2px solid #a9a9a9;
    border-radius: 10px;
    width: 60%;
}
.of_comment h3{
	font-size: 16px;
	margin-bottom: 10px;
}
.of_comment p{
	font-size: 13px;
	font-weight: 500;
}
/*こんな施設・店舗でお役立ちしています*/
/*見出し横の四角*/
.of_h2, .of_side3 h2, .of_side4 h2{
	font-size: 16px;
	margin-bottom: 3vh;
	position: relative;
    padding-left:18px;
}
.of_h2:before, .of_side3 h2:before, .of_side4 h2:before{
	background: #005baa;
	content: "";
	height: 22px;
	width: 10px;
	left: 0px;
	position: absolute;
	top: 3px;
}
.of_fa{
	display: flex;
	justify-content: center;
	align-items: center;
}
.of_fa p{
	font-size: 10px;
}
.of_fa_iat:not( :last-child ){
		margin-right: 4vw;
}
.of_icon2{
	width: 14vw;
	max-width: 120px;
}
.of_fa_iat{
	display: block;
	margin-top: 4vh;
}
.of_fa_iat p{
	text-align: center;
}

/*店舗・オフィス・施設向けサービス一覧*/
.of_fr_fr{
	display: block;
	margin: 0 60px 0 0;
}
.of_side3 h2{
	font-size: 16px;
	margin: 0 0 5vw 30px;
}
.of_fr1{
	border: solid 1px #1e1e1e;
	width: 100%;
	margin: 0 0 30px 30px;
	position: relative;
}
.of_fr2{
	border: solid 1px #1e1e1e;
	width: 100%;
	margin: 0 0 30px 30px;
	position: relative;
}
.of_fr1 h3, .of_fr2 h3{
	padding: 10px 10px;
	font-size: 15px;
	border-bottom: solid 1px #1e1e1e;
	background-color: rgba(15,79,127,0.15);
}
.of_fr1 p, .of_fr2 p{
	font-size: 13px;
	text-align:right;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.of_side3 p{
	background-color: rgba(255,255,255,0.5);
	border-radius: 5px;
	padding: 5px;
}
.of_fr1 .of_bimg1{
	background-image:url(../images/office/air.JPG);
	background-size: cover;
	background-position: center;
	height: 40vw;
}
.of_fr2 .of_bimg2{
	background-image:url(../images/office/floor.jpg);
	background-size: cover;
	background-position: center;
	height: 40vw;
}
.of_fr2 .of_bimg3{
	background-image:url(../images/office/sash.jpg);
	background-size: cover;
	height: 40vw;
}
.of_fr1 .of_bimg4{
	background-image:url(../images/office/toilet.JPG);
	background-size: cover;
	background-position: center;
	height: 40vw;
}
.of_fr2 .of_bimg5{
	background-image:url(../images/office/sofa.jpg) ;
	background-size: cover;
	background-position: center;
	height: 40vw;
}

/*お得な定期清掃プラン*/
.of_side4 h2{
	font-size: 16px;
	margin-bottom: 20px;
}
.of_side4 p{
	font-size: 13px;
	font-weight: 500;
	line-height: 25px;
}
/*お客様へのお願い*/
.of_please img{
	display: block;
	margin: 50px auto 20px;
	width: 250px;
 	opacity: 1;
 	transition: .3s ease-in-out;
}
.of_please img:hover {
 	opacity: .5;
}

/*****************************/
/*　　　　　FAQページ　　 　　　　*/
/*****************************/
.faq_menu{
	display: flex;
	margin: 70px 0 30px;
	justify-content: center;
}
.faq_menu p{
	display: flex;
	justify-content: center;
	border: solid 1px #0095d9;
	width: 150px;
	height: 20px;
	padding: 10px 0;
	position: relative;
}
.faq_menu p:after{
	content: "";
	position: absolute;
	border-right: 5px solid #0095d9;
	border-bottom: 5px solid #0095d9;
	width: 15px;
	left: 20px;
	top: 7px;
	height: 15px;
	transform: rotate(45deg);
	opacity: 0.6;
}
.faq_menu p:hover{
	background-color: rgba(0,149,217,0.1);
}

/*　お客様の声　*/
.faq_con{
	max-width: 1000px;
	margin-left: 30px;
	margin-right: 30px;
	padding-bottom: 30px;
}
.faq_h1{
	margin: 70px 0 30px;
}
.faq_p{
	text-align: center;
	letter-spacing: 0.2em;
	margin-left: 0.2em;
	margin-bottom: 30px;
}
.faq_voice{
	padding: 15px;
}
.faq_voice img{
	width: 10vw;
	max-width: 150px;
	float: left;
	padding-right: 20px;
	padding-top: 10px;
}
.faq_item p{
	padding: 5px 15px 15px;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 30px;
	letter-spacing: 0.2px;
	line-height: 20px;
}
.faq_item .faq_title{
	margin-bottom: 5px;
	padding-bottom: 0;
	padding-top: 5px;
	font-size: 12px;
	font-weight: 700;
	border-bottom: dashed 1px #1e1e1e;
}
.faq_item{
	background-color: #f4f7f9;
	border-radius: 10px;
	box-shadow: 3px 3px 8px #888;
}

/*　ＦＡＱ　*/
.faq_bottom{
	background-color: #f4f7f9;
}

.faq_bottom h1{
	margin-top: 30px;
	margin-bottom: 30px;
}

.faq_content img{
	padding: 0 5px;
	width: 60px;
	align-items: baseline;
}
.faq_content p{
	font-size: 14px;
	display: flex;
	align-items: center;
	letter-spacing: 0.1em;
	padding-left: 10px;
	padding-right: 15px;
}
.faq_ans{
	font-weight: 500;
	padding: 10px;
}
.faq_content .faq_an{
	width: 40px;
}
.faq_content dl{
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 3px 3px 8px #888;
	padding: 0 10px 10px;
	margin: 15px;

}
.faq_content dt,dd{
	border-bottom: solid 1px #1e1e1e;
	position: relative;
}
dt{
	display: flex;
	padding: 0 10px 0;
}
dd{
	display: flex;
	border-top: 0;
	margin: 0;
	padding: 10px;
}
dt:after{
	content: "";
	position: absolute;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 10px;
	right: 10px;
	bottom: 10px;
	height: 10px;
	transform: rotate(45deg);
}
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;
	height: 10px;
	transform: rotate(45deg);
}
dt.ac:hover{
	cursor: pointer;
}
dt:hover{
	cursor: pointer;
}


/*****************************/
/*　　　　会社概要ページ　 　　　　*/
/*****************************/
.com_p{
	margin: 20px 0;
	font-size: 14px;
	letter-spacing: 0.1em;
	font-weight: 500;
	padding: 0 10px;
	display: flex;
	justify-content: center;
	line-height: 25px;
}
.com_1 a{
	color: #005baa;
}	
.com_1{
	margin-bottom: 20px;
}
.com_a{
	margin-bottom: 40px;
	font-size: 16px;
	text-align: center;
}
.com_text h3{
	border-bottom: solid 1px #1e1e1e;
	padding-top: 10px;
}
.com_t1{
	text-align: center;
	font-size: 14px;
	padding: 10px 0;
}
.com_t2{
	font-size: 14px;
	font-weight: 500;
	padding: 5px 0 20px;
	line-height: 25px;
}
section .com_p2{
	text-align: right;
	font-weight: 700;
}
.com_bg{
	background-color: #f4f7f9;
	padding-bottom: 1px;
	margin-bottom: 80px;
}
.com_icon1 img{
	width:100%;
	opacity: 0.2;
	padding-top: 30px;
}
.com_table {
	font-size: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	border-collapse: collapse;
}
.com_table th{
	background-color: #f4f7f9;
	border-bottom:1px solid #0095d9;
	padding:10px;
	width:30%;
	vertical-align: middle;
	font-size: 14px;
}
.com_table td{
	border-bottom:1px solid #0095d9;
	padding-top:10px;
	padding-bottom: 10px;
	padding-left: 30px;
	font-weight: 500;
	font-size: 14px;
}
.com_2-1{
	display: flex;
	margin-bottom: 70px;
}
.com_2-2 {
	margin-top: 10px;
	margin-bottom: 50px;
}
.com_table{
	flex: 1;
}
.com_2-2 img{
	width: 90%;
	height: auto;
	margin-top: 30px;
	margin-left: 20px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
}
.com_estate{
	width: 300px;
	margin: 0 auto;
	text-align: center;
}
.com_estate{
	font-size: 14px;
	margin-top: 50px;
}
.com_estate img{
	box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
	width: 40vw;
	max-width: 300px;
}
.com_estate img:active{
	box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
}
.com_estate img:hover{
	opacity: 0.8;
}


/*****************************/
/*　　個人情報保護方針ページ　　　*/
/*****************************/

.p_title1{
	position: relative;
	font-size: 20px;
	line-height: 1;
	color: #000;
	display: block;
	text-align: center;
	margin: 30px 0;
}
.p_title1:before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: -10px;/*線の上下位置*/
	display: inline-block;
	width: 120px;/*線の長さ*/
	height: 1px;/*線の太さ*/
	/*-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);*/
	transform: translateX(-50%);/*位置調整*/
	background-color: #000;/*線の色*/
	padding-top: 1px;
}
.p_title1{
	margin-bottom: 40px;
}
.p_con1_1, .p_con2, .p_con1_2 p, .p_con1_3{
	max-width: 100%;
	margin-left: 100px; 
	margin-right: 100px;;
}
.p_con1_1{
	margin-bottom: 70px;
}
.p_con2{
	margin-top: 70px;
	margin-bottom: 70px;	
}
.p_con2 p{
	line-height: 30px;
	font-weight: 500;	
}
.p_con1_2 p{
	margin-bottom: 30px;	
}
.p_con1 p{
	line-height: 30px;
	font-weight: 500;
}
.p_t{
	text-decoration: underline;
}
.p_ol li{
	list-style:decimal;
	line-height: 30px;
	margin-left: 18px;
	font-weight: 500;
}
.p_color{
	background-color: #f4f7f9;
	padding-top: 2px;
	padding-bottom: 20px;
}


/*****************************/
/*　　　ご予約前にページ　　　　*/
/*****************************/
.y_h1{
	margin-top: 130px;
}
.bef_title1{
	position: relative;
	font-size: 22px;
	line-height: 1;
	color: #000;
	display: block;
	text-align: left;
	margin: 70px 0 30px;
	text-decoration: underline;
}
.bef_li li{
	margin-left: 30px;
	list-style:disc;
	line-height: 40px;
}
.bef_li2 li{
	list-style: none;
	text-decoration: underline;
	line-height: 40px;
}
.bef1{
	margin-bottom: 70px;
}
.bef2 p{
	margin-bottom: 10px;
}
.bef3{
	margin-bottom: 70px;
}



/*****************************/
/*　　　フォーム共通項目　　　　*/
/*****************************/
.form_con{
	background-color: #f4f7f9;
	padding: 40px 0;
	margin: 0 0 30px 0;
	text-align: center;
}
.form h2{
	text-align: center;
	color: #fff;
	background-color: #0095d9;
	display: inline-block;
	width: 300px;
	height: 40px;
}
.form_con .result_box:not(:first-child) {
	margin-top: 1em;
}

/* contact.html*/
.contact{
	text-align: center;
}
.contact_tx{
	display: inline-block;
	text-align: center;
	margin-bottom: 70px;
	border: 3px solid #0095d9;
	padding: 5px 10px;
}
.contact p{
	font-size: 1.5em;
}
label {
	display: inline-block;
	vertical-align: top;
	width: 131px;
	text-align: right;
}
input, select, textarea {
	font: 1em sans-serif;
}
input, textarea{
	border: 1px solid #ddd;
	width: 55%;
	display: inline-block;
}
textarea {
  vertical-align: top;
  height: 200px;
}
.sel{
	display: inline-block;
	width: 55%;
	text-align: left;
}
.sel input{
	margin: 5px;
}
.sel input, .sel label{
	width: auto;
}
.sel li{
	display: inline-block;
}
.sel select{
	width: 120px;
	height: 26px;
}
input:focus, textarea:focus{
  border-color: #f4f7f9;
}
.form_btn{
	text-align: center;
	display: block;
	margin: 70px 0;
}
.form_btn button{
	border-color: #eee;
	color: #0095d9;
	margin: 0 5px;
	padding: 5px 20px;
	border-radius: 5px;
	background-color: #f4f7f9;
}
.form_btn button:hover{
	background-color: rgba(0,0,0,0.2);
}
.req_icon{
	background-image: url(../images/contact/hissu.gif);
	background-size: cover;
	display: inline-block;
	margin-right: 5px;
	width: 30px;
	height: 15px;
}

/*check.html*/
.check{
	text-align: center;
}
.check_tx{
	display: inline-block;
	text-align: center;
	margin-bottom: 70px;
	border: 3px solid #0095d9;
	padding: 5px 10px;
}
.check_tx p{
	font-size: 1.5em;
}
.check2 p{
	background-color: #fff;
	padding: 0 10px;
}
.result{
	display: inline-block;
	width: 55%;
	text-align: left;
}
.result_S {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	width: 120px;
	height: 26px;
	text-align: center;
}
.result_M{
	display: inline-block;
	vertical-align: top;
	margin: 0;
	width: 55%;
	height: 26px;
	text-align: left;
}
.result_L{
	display: inline-block;
	vertical-align: top;
	margin: 0;
	width: 55%;
	height: 100%;
	text-align: left;
}
.check_btn{
	text-align: center;
	margin: 70px 0;
}
.check_btn button{
	border-color: #eee;
	margin: 0 35px;
	padding: 5px 20px;
	border-radius: 5px;
	background-color: #f4f7f9;
}
.check_btn button:last-child{
	color: #0095d9;
}
.check_btn button:hover{
	background-color: rgba(0,0,0,0.2);
}

/*thanks.html*/
.thanks p{
	text-align: center;
	margin-bottom: 70px;
}
.thanks p:first-child{
	color: #0095d9;
	font-size: 2.5em;
}
.thanks p:nth-child(2){
	font-size: 1.5em;
}

/*NGページ*/
.check_ng{
	text-align: center;
}
.check_ng p{
	color: #e75f67;
}
.ng_tx{
	display: inline-block;
	text-align: center;
	margin-bottom: 70px;
	border: 3px solid #e75f67;
	font-size: 1.5em;
	padding: 5px 10px;
}
.error p{
	width: 55%;
	display: inline-block;
	text-align: left;
	color: #e75f67;
	margin-left: 3%;
}
.sel .error p{
	display: inline;
	margin-left: 9%;
}
.error_2 p{
	width: 55%;
	display: inline-block;
	text-align: left;
	color: #e75f67;
	margin-left: 3%;
}
.sel .error_2 p{
	display: inline;
	margin-left: 9%;
}



/*****************************/
/*　　　　　　フッター　　　　　　*/
/*****************************/
footer{
	color: #ffffff;
	background-color: #1e1e1e;
	height: 500px;
}
.f_logo img{
	padding-top: 30px;
	padding-bottom: 30px;
	width: 150px;
	height: 30%;
}
.f_logo{
	display: flex;
	justify-content: center;
}
.footB ul{
	margin: 0;
	padding: 0;
}
.f_sp a{
	display: block;
	padding: 5px;
	font-size: 12px;
}
.f_sp a:hover{
	background-color: rgba(0,91,170,0.8);
}
.f_sp{
	display: flex;
}
.f_sp ul{
	padding-left: 20px;
	flex: 1;
}
.f_img{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
.f_img img{
	padding-left: 30px;
	padding-right: 30px;
}
.f_img a:hover{
	opacity: 0.8;
}
.f_right p{
	text-align: center;
	font-size: 20px;
	padding: 30px 0 10px;
	color: #fff;
}
.f_li{
	color: #fff;
}

/*　フッターコピーライト　*/
.copy{
	font-size: 12px;
	text-align: center;
	font-weight: 300;
	color: #fff;
	line-height: 0;
}

/*****************************/
/*　　　　上に戻るボタン　　　　　*/
/*****************************/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 80%;
}
#page-top img{
    display: block;
    width: 60px;
    text-align: center;
    text-decoration: none;
}
#page-top img:hover {
	opacity: 0.6;
	text-decoration: none;
}


/*****************************/
/*　ヘッダーフッター切り替え用＜　*/
/*****************************/
@media (min-width:1035px) {
	/*　ヘッダー　*/
	.logo{
		left: 100px;
	}
	header li{
		display: inline-block;
		border-left: solid 1px #0095d9;
		padding-right: 30px;
		padding-left: 30px;
		margin-left: 0;
		margin-top: 10px;
	}
	header .right{
		border-right: solid 1px #0095d9;
	}
	.headB{
		border-bottom: solid 1px #0095d9;
		padding-bottom: 30px;
	}
	.top_hd{
		border: none;
	}
	header ul .hd_tglin{
		display: none;
		position: absolute;
		right: 420px;
		z-index: 2;
		background-color: #fff;
	}
	.tt{
		display: block;
		padding: 0 10px;
		margin-left: 10px;
		margin-top: 10px;
	}
	.hd_tgl{
		display: inline;
		cursor: pointer;
		position: relative;
	}
	.headA .eria{
		padding-top: 10px;
		margin: 10px 15px;
		font-size: 18px;
	}
	.tell_sp{
		display: none;
	}
	.btn_sp{
		display: none;
	}
	.hd_btn{
		display: none;
	}
	.headB .hamburger{
		display: none;
	}
	.tell_pc{
		padding-top: 10px;
	}
	.btn_pc{
		padding-top: 10px;
	}
	
	/*　フッター　*/
	.f_logo{
		padding-top: 30px;
		padding-right: 20px;
	}
	.f_logo img{
		width: 50%;
		height: 50%;
	}
	.f_img{
		display: none;
	}
	.footB{
		display: flex;
		padding-top: 40px;
	}
	.f_pc{
		flex: 1;
		justify-content: center;
	}
	.f_pc ul{
		padding-top: 20px;
		padding-left: 0;
	}
	footer{
		height: 300px;
	}
	.f_right{
		display: inline-grid;
		justify-content: center;
		padding-left: 80px;
	}
	.f_right img{
		padding-bottom: 20px;
		width: 200px;
	}
	.f_right a:hover{
		opacity: 0.8;
	}
}

/*****************************/
/*　　　　大きい画面用　　　　　　*/
/*****************************/
@media (min-width:769px){
	/*****************************/
	/*　　　　　　トップ　　　　　　　*/
	/*****************************/
	.top_sp{
		display: none;
	}
	.top_pic{
		display: flex;
		justify-content: center;
		margin-left: 50px;
		margin-right: 50px;
	}
	
	
	
	/*****************************/
	/*　　店舗・オフィス・施設向け　　*/
	/*****************************/
	/*アーティクル*/
	.of_side1, .of_side1{
		padding: 50px 100px 30px;
	}
	.of_side2, .of_side4{
		background:rgba(15,79,127,0.15);
		padding: 50px 100px;
	}
	/*こんな施設・店舗でお役立ちしています*/
	.of_icon{
		width: 13vw;
		max-width: 150px;
		margin-left: -50px;
	}
	.of_icon2{
		width: 10vw;
		max-width: 150px;
	}
	.of_fa_iat:not(:last-child){
		margin-right: 100px;
}
	/*画像*/
	.of_side1{
		margin: 50px 80px 0px;
	}
	.of_comment{
		width: 60vw;
		margin-left: 30px;
	}
	.of_side3{
		margin: 50px 100px;
	}
	.of_side2, .of_side4{
		background:rgba(15,79,127,0.15);
		padding: 50px 100px;
	}
	.of_fr_fr{
		display: flex;
		margin: 0 ;
	}
	.of_fr1{
		border: solid 1px #1e1e1e;
		width: 80%;
		margin: 0 0 30px 0 ;
	}
	.of_fr2{
		border: solid 1px #1e1e1e;
		width: 80%;
		margin: 0 0 30px 30px;
	}
	.of_fr1 .of_bimg1{
		height: 20vw;
	}
	.of_fr2 .of_bimg2{
		height: 20vw;
	}
	.of_fr2 .of_bimg3{
		height: 20vw;
	}
	.of_fr1 .of_bimg4{
		height: 20vw;
	}
	.of_fr2 .of_bimg5{
		height: 20vw;
	}

	/*フォントサイズ*/
	.of_h1{
		margin-top: 130px;
		font-size: 30px;
	}
	
	.of_comment {
		padding: 50px 50px;
	}
	.of_comment h3{
		font-size: 20px;
	}
	.of_comment p{
		font-size: 17px;
	}
	.of_fa p{
		font-size: 17px;
	}
	.of_side2 h2{
		font-size: 20px;
	}
	.of_side3 h2{
		font-size: 20px;
	}
	.of_fr1 h3, .of_fr2 h3{
		font-size: 15px;
	}
	.of_fr1 p, .of_fr2 p{
		font-size: 13px;
	}
	.of_side4 h2{
		font-size: 20px;
	}
	.of_side4 p{
		font-size: 17px;
		line-height: 30px;
	}
	
	
	/*****************************/
	/*　　　　　FAQページ　　　　　　*/
	/*****************************/
	/*　FAQ　リンクボタン　*/
	.faq_menu{
		margin: 130px 0 30px;
	}
	.faq_menu p{
		width: 300px;
		height: 25px;
		padding: 10px 0;
		position: relative;
	}
	.faq_menu p:after{
		left: 90px;
		top: 7px;
	}
	
	/*　お客様の声　*/
	.faq_con{
		margin-left: 12vw;
		margin-right: 12vw;
		padding-bottom: 70px;
	}
	.faq_h1{
		margin: 130px 0 30px;
	}
	.faq_voice{
		display: flex;
		align-items: center;
	}
	.faq_item p{
		line-height: 30px;
		font-size: 16px;
		margin: 0;
		padding: 5px 30px 30px;
	}
	.faq_p{
		font-size: 20px;
		margin-bottom: 70px;
	}
	.faq_item{
		width: 60vw;
	}
	.faq_trigger{
		display: none;
	}
	/*　FAQ　*/
	.faq_bottom h1{
		padding-top: 70px;
		margin-top: 0;
	}
	.faq_content p{
		font-size: 18px;
	}
	dt:after{
		top: 35px;
		right: 15px;
		width: 20px;
		height: 20px;
	}
	dt.ac:after{
		right: 15px;
		width: 20px;
		height: 20px;
	}
	
	
	/*****************************/
	/*　　　　会社概要ページ　　　　　*/
	/*****************************/
	.com_1{
		margin-top: 30px;
		margin-bottom: 50px;
	}
	.com_h1{
		margin-top: 130px;
	}
	.com_2-2{
		margin-bottom: 50px;
	}
	.com_2-1{
		display: flex;
		margin-bottom: 70px;
	}
	.com_tp{
		display: flex;
	}
	.com_a{
		font-size: 20px;
		line-height: 40px;
	}
	.com_p{
		font-size: 16px;
	}
	.com_text h3{
		margin-bottom: 30px;
	}
	.com_table{
		flex: 1;
	}
	.com_2-2{
		display: flex;
	}
	.com_2-2 img{
		margin-left: 0;
	}
	.com_img{
		flex: 3;
		margin: 50px 0 50px 0;
	}
	.com_text{
		flex: 2;
		margin-top: 30px;
	}
	.com_estate{
		margin: 30px;
	}
	.com_all{
		margin-left: 100px; 
		margin-right: 100px;
	}
	.com_bg{
		margin-bottom: 80px;
	}
	
	
	/*****************************/
	/*　　個人情報保護方針ページ　　　*/
	/*****************************/
	.p_con1 h1{
    	margin-top: 130px;
	}
	
	/*****************************/
	/*　　お問い合わせページ　　　*/
	/*****************************/
	.form{
		max-width: 1000px;
		margin-left: auto; 
		margin-right: auto;
	}
	.form h1{
		margin-top: 130px;
	}
	.thanks h1{
		margin-top: 130px;
	}	
}


/*****************************/
/*　ヘッダーフッター切り替え用＞　*/
/*****************************/
@media (max-width:1034px){
	/*　ヘッダー　*/
	.headA .eria{
		display: none;
	}

	.tell_pc img{
		display: none;
	}
	.btn_pc img{
		display: none;
	}
	.hd_tgl{
		display: none;
	}
	.hd_tglin{
		display: block !important;
	}
	.global-nav {
		position: fixed;
		right: -320px;
		top: 0;
		width: 300px;
		height: 100vh;
		padding-top: 40px;
		background-color: #fff;
		transition: all .6s;
		z-index: 200;
		overflow-y: auto;
	}
	.hamburger {
		position: fixed;
		right: 0;
		top: 15px;
		width: 50px;
		height: 50px;
		cursor: pointer;
		z-index: 300;
		background-color: rgba(255,255,255,0.5);
		border-radius: 10px 0 0 10px;
	}
	.nav_list {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.nav_item {
		text-align: left;
		padding: 0 14px;
	}
	.nav_item a {
		display: block;
		padding: 8px 0;
		border-bottom: 1px solid #eee;
		text-decoration: none;
		color: #111;
	}
	.nav_item a:hover {
		background-color: #eee;
	}
	.global-nav {
		right: -320px;
		top: 0;
		width: 300px;
		height: 60vh;
		padding-top: 40px;
		background-color: #fff;
		transition: all .6s;
		z-index: 200;
		overflow-y: auto;
	}
	.hamburger__line {
		position: absolute;
		left: 10px;
		width: 30px;
		height: 4px;
		background-color: #111;
		transition: all .6s;
	}
	.hamburger__line--1 {
		top: 12px;
	}
	.hamburger__line--2 {
		top: 24px;
	}
	.hamburger__line--3 {
		top: 36px;
	}
	.nav-open .global-nav {
		right: 0;
		border-bottom: solid 2px #0095d9;
		border-left: solid 2px #0095d9;
	}
	.nav-open .hamburger__line--1 {
		transform: rotate(45deg);
		top: 22px;
	}
	.nav-open .hamburger__line--2 {
		width: 0;
		left: 50%;
	}
	.nav-open .hamburger__line--3 {
		transform: rotate(-45deg);
		top: 22px;
	}
	.headB{
		border-bottom: solid 1px #0095d9;
		padding-bottom: 80px; 
	}
	.top_hd{
		border: none;
	}
	
	/*　フッター　*/
	.f_right img{
		display: none;
	}
	.f_sp .f_left{
		padding-left: 30px;
	}
}

/*****************************/
/*　　　　　小さい画面用　　　　　*/
/****************************/
/*****************************/
@media (max-width:768px){
	/*****************************/
	/*　　　　　　トップ　　　　　　　*/
	/*****************************/
	.top_hero{
		width: auto;
		height: 430px;
		margin-bottom: 10px;
	}
	.vegas-container{
		max-height: 500px;
	}
	.top_01{
		padding-bottom: 0;
	}
	.top_01 p{
		font-size: 16px;
		margin-top: 20px;
	}
	.top_02 p{
		font-size: 16px;
		margin: 0 30px 30px;
	}
	.top_all h1{
		font-size: 20px; 
		margin:30px 0px 50px; 
	}
	.top_conA1 p{
	font-size: 16px;
	margin-left: 6vw;
	margin-bottom: 10px;
	}
	.top_conA2 p{
		text-align: right;	
		font-size: 16px;
		margin-right:6vw;
		margin-bottom: 10px;
	}
	.top_con2 p{
		font-size: 14px;
		margin-left: 30px;
		margin-right: 30px;
		line-height: 30px;
	}
	.top_pic{
		display: block;
		margin: 0 30px;
	}
	.top_img{
		margin: 0;
	}
	.top_pic1 img{
		margin-bottom: 30px;
	}
	.top_icon{
		display: block;
		margin: 0 30px;
	}
	.top_icon img{
		margin-left: 0;
		margin-bottom: 10px;
	}
	.top_n{
		margin-right: 0;
	}
	.top_h1{
		padding: 0;
	}
	.top_k{
		display: block;
	}
	.top_pic3{
		margin: 0 30px 0;
	}	
	.top_k2{
		margin: 10px 40px;
	}	
	.top_pc{
		display: none;
	}
	.top_hero1 p{
		font-size: 50px;
		padding-top: 150px;
		line-height: 50px;
		margin-right: 40px;
	}
	.top_hero2 p{
		font-size: 16px;
		margin-right: 20px;
	}
	.top_k2 p{
		line-height: 30px;
		font-size: 14px;
	}
	.top_plus p{
		bottom: -30px;
	}

	
	
	/*****************************/
	/*　　　　　ご利用の流れ　　　　　*/
	/*****************************/
	.riyou_all h1{
		margin-top: 70px;
		font-size: 20px;
	}
	.icon{
		padding-top: 0;
		padding-bottom: 30px;
	}
	.step{
		padding-top: 30px;
		padding-bottom: 0;
	}
	.riyou_text p{
		font-size: 14px;
		text-align: left;
		margin: 10px;
		font-weight: 500;
		line-height: 30px;
	}
	.riyou_text h2{
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
		font-size: 18px;
	}
	.riyou_main{
		margin: 0;	
	}
	.riyou_all{
		margin-left: 30px; 
		margin-right: 30px;
	}
	.riyou_yajirushi{
		margin-top: 15px;
		margin-bottom: 15px;
	}
	
	
	
	/*****************************/
	/*　　　　　不動産ページ　　　　　*/
	/*****************************/
	.re_margin1 h1{
		margin-top: 70px;
		font-size: 20px;
	}
	
	/*トップアイコン+テキスト*/
	.re_top{
		position: relative;
	}
	.re_top img{
		display: none;
	}
	.re_toptext{	
		padding:20px 30px;
		margin-left: 0;
		width: 90%;
	}
	.re_toptext h2{
		text-align: left;
		font-size: 15px;
		margin-bottom: 10px;
	}
	.re_toptext p{
		text-align: left;
		font-size: 14px;
		line-height: 30px;
	}
	/*料金表*/
	.re_pricelist{
		display: block;
	}
	.re_pricediv{
		margin-bottom: 20px;
	}
	.re_pricediv{
		width: 100%;
	}
	.re_margin1, .re_margin3{
		margin: 0 30px;
	}
	.re_margin2{
		background:rgba(15,79,127,0.15);
		padding: 70px 30px;
	}
	.re_toptext h2{
		font-size: 16px;
	}
	.re_cleaning h2{
		font-size: 16px;
	}
	.re_cleaning p{
		font-size: 14px;
		line-height: 25px;
	}
	.re_worklocation p{
		font-size: 14px;
	}
	.re_pricelistmain h2{
		font-size: 16px;
	}
	.re_pricediv td{
		font-size: 14px;
	}
	.re_pricediv .re_priceimg1{
		font-size: 18px;
	}
	.re_pricediv .re_priceimg2{
		font-size: 18px;
	}
	.opmain h2{
		margin-top: 50px;
		font-size: 16px;
	}
	.re_opmenulist th{
		font-size: 14px;
	}
	.re_opmenulist td{
		font-size: 14px;
	}
	.re_daily h2{
		font-size: 16px;
	}
	.re_daily h3{
		font-size: 16px;
	}
	.re_daily p{	
		font-size: 14px;
		line-height: 25px;
	}
	.re_dailylist1 th, .re_dailylist2 th{
		font-size: 16px;
	}
	.re_dailylist1 td, .re_dailylist2 td{
		font-size: 14px;
	}
	.of_side3 p{
		font-size: 10px;
	}
	
	/*****************************/
	/*　　　　　FAQページ　　　　　　*/
	/*****************************/
	/*　お客様の声　*/
	.faq_con h1{
		font-size: 20px;
		padding-top: 30px;
	}
	/*　続きを読むボタン　*/
	.faq_wrap {
		position: relative;
	}
	.faq_wrap + .faq_wrap {
		margin-top: 20px;
	}
	.faq_trigger {
		z-index: 3;
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		width: 110px;
		margin: auto;
		padding:  2px;
		border-radius: 5px;
		background: #0095d9;
		color: #fff;
		font-size: 12px;
		text-align: center;
		cursor: pointer;
		transition: .2s ease;
		box-shadow: 0 0 3px rgba(0,0,0,.3);
		margin-right: 5px;;
	}
	.faq_trigger:hover{
		opacity: 0.8;
	}
	.faq_trigger::after {
		content: "続きを読む" /*クリック前のボタンのラベル*/
	}
	.faq_trigger .fa {
		margin-right: .5em;
	}
	.faq_item {
		position: relative;
		overflow: hidden;
	}
	.faq_item.is-hide {
		height: 80px; /*隠した後の高さ*/
	}
	.faq_item::before {
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		content: "";
		width: 100%;
		height: 40px; /*グラデーションで隠す高さ*/
		background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
		background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
	}
	.faq_trigger.is-show {
		bottom: 0;
	}
	.faq_trigger.is-show::after {
		content: "閉じる" /*クリック後にボタンのラベルを変える*/
	}
	.faq_trigger.is-show + .faq_item::before {
		display: none;
	}
	
	
	/*****************************/
	/*　　　　会社概要ページ　　　　　*/
	/*****************************/
	.com_h1{
		margin-top: 70px;
		font-size: 20px;
	}
	.com_all, .p_con1_1, .p_con2, .p_con1_2 p, .p_con1_3{
		margin-left: 30px;
		margin-right: 30px;
	}
	.com_text h3{
		padding-top: 30px;
	}

	
	
	/*****************************/
	/*　　個人情報保護方針ページ　　　*/
	/*****************************/
	.p_con1 h1{
		margin-top: 70px;
		font-size: 20px;
	}
	.p_con1 p{
		font-size: 14px;
	}
	.p_title1{
		font-size: 16px;
	}
	.p_ol li{
		font-size: 14px;
	}
	.p_con2 p{
		font-size: 14px;
	}
	
	
	/*****************************/
	/*　　　ご予約前にページ　　　　*/
	/*****************************/
	.y_h1{
		margin-top: 70px;
		font-size: 20px;
	}
	.bef_title1{
		font-size: 18px;
	}
	.bef_li li{
		line-height: 30px;
		font-size: 14px;
	}
	.bef_li2 li{
		line-height: 30px;
		font-size: 14px;
	}

	/*****************************/
	/*　　　フォーム共通項目　　　　*/
	/*****************************/
	.form{
		margin-left:30px; 
		margin-right:30px;
	}
	
	/*****************************/
	/*　お問い合わせ・見積ＴＯＰ　　　*/
	/*****************************/
	input, textarea, select{
	font: 1.2em sans-serif;
	}
	.result_box label:first-child{
		margin-left: 5%;
	}
	.result_box input[type=text], .result_box input[type=tel], .result_box input[type=email], .result_box textarea{
		width: 90%;
	}
	.result_box label{
		display: block;
		text-align: left;
	}
	.result_box input, .sel label{
		display: inline;
		vertical-align: middle;
	}
	.sel{
		display: block;
		margin-left: 15%;
	}
	.sel li{
		display: block;
	}
	.space{
		display: none;
	}	
	.sel li{
		margin-top: 0.5em;
	}
	.check_btn{
		text-align: center;
	}
	.contact_tx{
		font-size: 14px;
	}
	input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
		font-size: 12px;
	}
	input:-moz-placeholder,textarea:-moz-placeholder {
		font-size: 12px;
	}
	input::-moz-placeholder,textarea::-moz-placeholder {
		font-size: 12px;
	}
	input:-ms-input-placeholder,textarea:-ms-input-placeholder {
		font-size: 12px;
	}

	

	/*****************************/
	/*　　　　　確認画面　　　　　　　*/
	/*****************************/
	.result{
		width: 90%;
	}
	.result_M, .result_L{
		width: 90%;
	}
	.check_btn{
		margin: 30px 0;
	}
	.check_btn button:first-child{
		margin-bottom: 30px;
	}
	.form h1{
		margin-top: 70px;
    	font-size: 20px;
	}
	.check_tx{
		font-size: 14px;
	}


	/*****************************/
	/*　　　　　ＯＫ画面　　　　　　　*/
	/*****************************/
	.thanks p:first-child{
		color: #0095d9;
		font-size: 1.3em;
	}
	.thanks p:nth-child(2){
		font-size: 1em;
		margin-bottom: 30px;
	}
	.thanks p{
		font-size: 0.8em;
	}
	.thanks h1{
		margin-top: 70px;
    	font-size: 20px;
	}
	
	/*****************************/
	/*　　　　　ＮＧ画面　　　　　　　*/
	/*****************************/
	.error{
		display: block;
		text-align: left;
	}
	.error p{
			margin-left: 10%;
	}
	.error label{
		display: none;
	}
	.error_2{
		display: block;
		text-align: left;
	}
	.error_2 p{
			margin-left: 20%;
	}
	.error_2 label{
			display: none;
	}
	.ng_tx{
		font-size: 14px;
	}
}


/*****************************/
/*　　　　　特大画面用　　　　　　*/
/*****************************/
@media (min-width:1500px){
	.hd{
		margin-right: 150px;
	}
	.nav_list{
		right: 150px;
		top: 100px;
	}
	.faq_con{
		max-width: 1500px;
		margin-left: auto;
		margin-right: auto;
	}
	.faq_voice{
		justify-content: center;
	}
	.headA img{
		width: 250px;
	}
	.headA{
		padding: 0;
	}
	header li{
		font-size: 20px;
	}
	.headB{
		padding-bottom: 80px;
	}
	.top_hero1 p{
		padding-top: 250px;
		font-size: 150px;
		line-height: 120px;
	}
	.top_hero2 p{
		font-size: 30px;
	}
	.top_con2 p,.top_k2 p{
		font-size: 24px;
		line-height: 50px;
	}
	.f_right img{
		width: 250px;
	}
	footer{
		height: 320px;
	}
	.re_please img,.of_please img{
		width: 400px;
	}
	.bef_title1,.com_text h3{
		font-size: 30px;
	}
	.bef_li li,.bef_li2 li,.p_con1 p,.p_ol li,.p_con2 p,.com_t2,.com_t1,section .com_p2,.com_table th,.com_table td,.faq_p{
		font-size: 24px;
		line-height: 40px;
	}
	.bef2 p,.p_title1{
		font-size: 28px;
	}
	.com_estate{
		margin-left: 200px;
	}
	.com_p{
		margin-left: 100px;
		font-size: 24px;
		line-height: 30px;
	}
	.faq_menu p{
		font-size: 24px;
		height: 30px;
	}
	.faq_menu p:after{
		top: 12px;
		left: 80px;
	}
	.faq_item .faq_title,.faq_item p,.faq_content p{
		font-size: 24px;
		line-height: 30px;
		letter-spacing: 0.1em;
	}
	.re_toptext h2,.re_cleaning h2,.re_pricelistmain h2,.opmain h2,.re_daily h2,.re_daily h3{
		font-size: 26px;
	}

	.re_toptext p,.re_cleaning p,.re_worklocation p,.re_opmenulist th,.re_opmenulist td,.re_opmenulist td,.re_daily p,.re_dailylist1 th,.re_dailylist2 th,.re_dailylist1 td,.re_dailylist2 td{
		font-size: 24px;
	}
	.re_heading1:before,.re_heading2:before,.of_h2:before, .of_side3 h2:before, .of_side4 h2:before{
		height: 35px;
	}
	.of_side2 h2,.of_side3 h2,.of_side4 h2{
		font-size: 26px;
	}

	.of_fa p,.of_fr1 h3,.of_fr2 h3,.of_fr1 p,.of_fr2 p,.of_side4 p{
		font-size: 24px;
	}
	.of_side4 p{
		line-height: 40px;
	}
	.re_pricediv td, .re_pricediv td{
		font-size: 24px;
	}
	.riyou_tx h2{
		font-size: 26px;
	}
	.riyou_tx p{
		font-size: 24px;
	}
	.com_a{
		font-size: 24px;
	}
}



/* ==========================
IE10以降対策
============================= */
@media all and (-ms-high-contrast:none){

	.top_pic{
		justify-content: flex-start;
	}
	.f_right p{
		text-align: left;
	}
	
}
@media all and (-ms-high-contrast:none) and (max-width:768px){
	.f_right p{
		text-align: center;
	}
}
/* ==========================
Edge対策
============================= */
@supports (-ms-ime-align:auto) {

	.footer_left,.footer_right{
		margin:50px 0;
	}

}
