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

html{
	font-size: 62.5%;/*16px × 62.5%=10px*/
}
body{
	font-family: "Noto Sans JP","Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	color: #334055;
	font-size: 1.6rem;
	font-feature-settings: "palt";
	letter-spacing: 0.15em;
	line-height: normal;
}
img{
	max-width: 100%;
	height: auto;
}
.row{
	width:100%;
	max-width:1100px;
	margin:0 auto;
	overflow:hidden;
}
.section_wrap{
	padding: 100px 0;
}
.inner_wrap{
	padding: 0 20px;
}

/*----------------------
 *
 *header
 *
-----------------------*/
header{
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	position:relative;
    z-index:2;
}
.header-content {
    display: flex;
    flex-direction: column; /* 縦に並べる */
    align-items: flex-start; /* 左寄せ */
}
.h1 {
	font-size: 15px;
    margin-bottom: 5px; /* 見出しとロゴの間に余白を追加 */
}
.logo {
    width: 350px;
    margin: 0; /* ロゴのマージンをリセット */
    text-align: left; /* ロゴを左寄せに */
}
.btn-trigger{
	display: none;
}
.navigation{
/*	font-size: 18px;*/
	font-weight: 500;
	display: flex;
	position: static;
	width: auto;
	height: auto;
	margin-top: 20px;
}
.nav-list,.nav-list-number{
	display: flex;
	justify-content: flex-end;
}
.nav-list li,.nav-list-number li{
	margin-left: 15px;
	letter-spacing: 0.1em;
}
.nav-list a,.nav-list-number a{
	text-decoration: none;
	color: #334055;
}
.nav-list a:hover,.nav-list-number a:hover{
	color: #f48021;
}
.contact-btn{
	color: #fff;
	padding: 10px;
	background-color: #F48021;
	border-radius: 10px;
	margin-top: -10px;
}
.contact-btn a{
	color: #fff;
}
.contact-btn:hover{
	background-color: #f8b37a;
}
.header-inner{
	display: flex;
	justify-content: space-between;
	margin:0 auto;
	max-width: 1280px;
	padding: 20px;
}
.telephone{
	font-size: 25px;
}
.fax{
	font-size: 20px;
	margin-top: 5px; 
}
.telephone,.fax{
	font-weight: 500;
	letter-spacing: normal;
}

.fixed {
    position: fixed;
    top: 15px;
    left: 0;
    width: 100%;
}

.nav {
    position:fixed;
    top: 0;
    left:0;
    z-index:1;
    background-color: rgba(255,255,255,0.85);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}
.nav div{
	display: flex;
    justify-content: space-between;
    max-width: 1280px;
    margin: 0 auto;
}
.f-menu {
    list-style:none;
    display: flex;
    padding:5px;
	align-items: center;
}
.nav img{
	padding: 0 10px;
}
.f-menu li {
  margin: 0 3px;
}
.f-menu li a {
    padding:10px 20px;
    color: #334055;
}
.f-menu li a:hover{
	color: #f48021;
}
.f-menu a{
	text-decoration: none;
}

/*----------------------
 *
 *home
 *
-----------------------*/
/*hero-image*/
h2{
	font-size: 40px;
	color: #fff;
	position: absolute;
    top: 50%;
    right: 50%;
	text-shadow: 1px 2px 3px #333; 
}
.hero-image{
	width: 100%;
	height: 580px;
	object-fit: cover;
}
.hero-image_wrap{
	position: relative;
}

/*section*/
h3{
	font-size: 30px;
	text-align: center;
	padding: 0 20px 50px;
}
.home-section-text{
	max-width: 500px;
	margin: 0 auto;
	padding: 0 20px 50px;
}
.home-section-btn{
	text-align: center;
	color: #fff;
	display: table;
	background-color: #404889;
	border-radius: 10px;
	margin: auto;
	padding: 10px 30px;
}
.duststation a:hover,.products a:hover,.news a:hover{
	background-color: #8c91b8;
}
main a{
	text-decoration: none;
}
.company,.duststation{
	margin-bottom: 200px;
}

/*company*/
.company{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 60px;
}
.company .home-section-text{
	max-width: none;
}
.company .home-section-btn{
	background-color: #F48021;
}
.company a:hover{
	background-color: #f8b37a;
}
.company div{
	width: 50%;
}
.company-img{
    padding: 0 20px;
}
.img-sp{
	display: none;
}

/*duststation*/
.duststation{
	background-image: url("../images/home/duststation_bg.jpg");
	background-size: cover;
	background-position: center;
	padding: 100px 0;
	position: relative;
}
.duststation h3,.duststation .home-section-text{
	color: #fff;
}
.duststation_01,.duststation_02{
	position: absolute;
	max-width: 40%;
	height: auto;
}
.duststation_01{
	top: -30%;
}
.duststation_02{
	top: 60%;
	right: 0px;
}
/*products*/
.products{
	background-image: url("../images/home/products_bg.jpg");
	background-size: cover;
	background-position: center;
	padding: 100px 0;
}

/*news*/
.news{
	background-color: #f8f8f8;
	display: flex;
    flex-direction: column;
}
.news_box{
	background-color: #fff;
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .1);
	border-radius: 10px;
	margin: 100px;
	padding: 60px 80px;
}
.news-list{
	padding-bottom: 40px;
}
.news-list div{
	display: flex;
	padding: 0 20px 30px;
	margin-bottom: 30px;
	border-bottom: #334055 1px solid;
	color: #334055;
}
.news-list dt{
	padding-right: 30px;
}
.news-listdd dd{
	padding: 0 30px;
}
.news-list div:hover{
	color: #f48021;
}

/*home-common*/
.head_wrap{
	background-size: cover;
	background-position: center;
	padding: 100px 0;
	position: relative;
}
.head_wrap p{
	font-size: 40px;
	color: #fff;
	text-align: center;
	padding: 20px 0;
	text-shadow: 1px 2px 3px #333; 
}
.guide-list dt,.privacy-list dt,.mail dt{
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 10px;
}

/*----------------------
 *
 *contact-banner
 *
-----------------------*/
.contact-banner{
	background-image: url("../images/home/contact-banner.jpg");
	background-size: cover;
    background-position: center;
	padding: 70px 0;
}
.contact-banner a{
	text-decoration: none;
}

.contact-banner .lineqr{
	padding-top: 10px;
}

.banner_wrap:hover{
	transform: scale(1.1, 1.1);
}
h4{
	font-size: 25px;
	font-weight: 500;
	padding-bottom: 35px;
}
h4,.contact-banner p{
	color: #fff;
	text-align: center;
}
.contact-info{
	display: table;
	margin: 35px auto 10px;
	background-color: #f48021;
	border-radius: 10px;
	padding: 15px 20px 20px;
}
.contact-number{
	font-size: 35px;
	font-weight: bold;
}


/*----------------------
 *
 *footer
 *
-----------------------*/
footer{
	background-color: #F8F8F8;
}
.footer-list{
	display: flex;
	justify-content: space-between;
	padding: 40px 0;
}
.footer-info{
	padding-left: 40px;
}
.logo_02{
	width: 250px;
	padding-bottom: 20px;
}
footer p,footer li{
	letter-spacing: 0.1em;
}
.sitemap{
	display: flex;
	padding-right: 40px;
}
.sitemap ul{
	padding-left: 50px;
}
.sitemap li{
	padding-bottom: 20px;
}
.sitemap a{
	text-decoration: none;
	color: #334055;
}
.sitemap a:hover{
	border-bottom: 1px solid #334055;
}
.copyright{
	background-color: #f48021;
	color: #fff;
	font-size: 1.1rem;
	text-align: center;
	padding: 10px 0;
	letter-spacing: normal;
}
/*pagetop-btn*/
.btn-pageTop{
	display: block;
	position: fixed;
	right: 0;
	bottom: 50px;
	width: 44px;
	height: 44px;
	border-radius: 5px;
	background-color: rgba(244,128,33,0.85);
}
.btn-pageTop>.fa{
	color: #fff;
	width: 100%;
	line-height: 44px;
	text-align: center;
}
.fa-chevron-up:before {
    content: "\f077";
}

/*----------------------
 *
 *duststation
 *
-----------------------*/
/*common*/
.guide-btn a,.subsidy-list a{
	color: #334055;
}
.guide-btn a:hover,.subsidy-list a:hover{
	color: #f48021;
}

/*nav*/
.duststation-head-image{
	background-image: url("../images/duststation/duststation_top.jpg");
}
.duststation-text span{
	color: #f48021;
	font-weight: 500;
}
.guide-btn{
	display: table;
    text-align: center;
}
.guide-btn p{
	padding: 10px 20px;
	margin: 20px 0;
	border: #334055 1px solid;
	border-radius: 10px;
}

.shop_logo{
	padding-right: 10px;
}

.local_nav{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 60px 40px 0;
	margin: 0 auto;
}
.local_nav p{
	width: 150px;
	text-align: center;
	color: #fff;
	padding: 20px;
	background-color: #404889;
	border-radius: 10px;
	margin: 10px;
}
.local_nav a{
	text-decoration: none;
}
.local_nav p:hover{
	background-color: #8c91b8;
}
.local_nav p::after{
	content:"";
	display:inline-block;
	width:1em;
	height:1em;
	background:url("../images/icon_3.png") no-repeat;
	background-size:contain;
	margin: 0 0 -2px 5px;
}

/*motive*/
.motive_wrap{
	background-color: #F59342;
}
.motive_wrap h3{
	color: #fff;
}
.motive-list{
	display: flex;
	justify-content: center;
}
.about-motive{
	width: 220px;
	height: auto;
	padding: 20px 20px 40px;
	margin: 0 20px;
	text-align: center;
	background-color: #fff;
	border-radius: 10px;
}
.about-motive p{
	font-size: 18px;
	font-weight: 500;
}
.about-motive span{
	color: #f48021;
	font-size: 25px;
}
.about-motive small{
	font-size: 14px;
}
h5{
	font-size: 30px;
	font-weight: 500;
	border-bottom: #334055 2px solid;
	width: 40px;
	margin: 0 auto 30px;
}

/*common*/
.duststation_wrap{
	background-color: #f8f8f8;
}
.installation-text,
.folding-text{
	text-align: center;
	padding-bottom: 40px;
}
.installation-text p:last-of-type,
.folding-text p:last-of-type{
	font-size: 20px;
}
.installation-point li,
.folding-point li,
.strength-point li{
	display: flex;
	flex-direction: column;
	width: 100%;
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
	margin: 0 10px;
}
.installation-point li p,
.folding-point li p,
.strength-point li p{
	margin-bottom: 30px;
}
.installation-point li p:first-of-type,
.folding-point li p:first-of-type,
.strength-point li p:first-of-type{
	font-size: 20px;
	color: #f48021;
	text-align: center;
	font-weight: 500;
}
.example_link a{
	color: #fff;
    background-color: #f48021;
    padding: 10px 20px;
    border-radius: 10px;
    margin: 20px auto 40px;
    display: table;
    text-align: center;
}
.example_link a:hover{
	background-color: #f8b37a;
}

.pdf_link{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.pdf_link a{
	color: #f48021;
	padding: 20px;
	margin: 30px auto 0;
	display: inline-block;
}
.pdf_link a:hover{
	text-decoration: underline;
}
.pdf_link p{
    display: flex;
    align-items: center;
    margin: 0;
}
.pdf_link img{
	padding-right: 5px;
}

.shop_link a{
	color: #334055;
    padding: 20px;
    border-radius: 10px;
    margin: auto;
    display: table;
    border: #334055 1px solid;
}
.shop_link a:hover{
	color: #f48021;
}
.shop_link p{
    display: flex;
    align-items: center;
    margin: 0;
}
.option,
.endurance{
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
	margin-top: 80px;
}
.option-text p,
.endurance p{
	text-align: center;
	padding-bottom: 40px;
}
.option-text p:first-of-type,
.endurance p:first-of-type{
	font-size: 25px;
	font-weight: 500;
	padding: 20px 0 10px;
}
.circle {
    position: relative;
    width: 100px;
    height: 100px; 
    background-color: #404889;
    border-radius: 50%; 
    margin: 0 0 30px;
    text-align: center;
	padding: 15px;
}
.circle span{
	font-size: 20px;
	font-weight: 500;
}
.circle-inner {
	color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.duststation-details{
	padding-right: 30px;
}
.duststation-details table{
	margin: 0;
	text-align: start;
}
.duststation-details th{
	text-align: end;
	padding-right: 10px;
}
.price{
	padding: 10px 0 10px 0;
	font-size: 18px;
    font-weight: 500;
}
.delivery{
	font-size: 14px;
	text-align: start;
}


/*installation*/
.installation-point,
.strength-point{
	display: flex;
	justify-content: space-around;
	padding-bottom: 60px;
}
.installation-point li img,
.strength-point li img{
	margin-top: auto;
}
.installation-list-head{
	font-size: 20px;
	font-weight: 500;
	color: #f48021;
	text-align: center;
	padding: 30px 0;
}
.installation-list{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding: 40px 10px 0;
}
.installation-list-max{
	align-items: center;
}
.duststation-open{
	width: 200px;
	padding-left: 40px;
	text-align: center;
	font-size: 14px;
}
.duststation-open p:first-of-type{
	padding-bottom: 15px;
}
.installation-list_wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.installation-list_wrap img{
	max-width: 300px;
}
.A-1B_text{
	text-align: center;
	font-weight: 500;
	padding-bottom: 15px;
}

/*option*/
.option dt{
	font-size: 18px;
	font-weight: 500;
	color: #f48021;
	text-align: center;
}
.option dd{
	padding-bottom: 60px;
	text-align: center;
}
.option-list{
	align-items: center;
	padding: 0 20px;
}
.option-detail{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	    align-items: center;
}
.option-detail .price{
	font-size: 17px;
}
.option-detail div{
	width: 450px;
}
.option-list img{
	padding-bottom: 80px;
}
.option-list span{
	font-size: 14px;
	color: #334055;
}

/*foliding*/
.folding-point{
	display: flex;
	justify-content: space-around;
	padding-bottom: 60px;
}
.folding-point li p{
	padding-left: 20px;
	padding-right: 20px;
}
.folding-point li p:last-of-type {
    max-width: 500px;
    margin: 0 auto 20px;
}
.folding{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
}
.folding img{
	padding-left: 30px;
}
.folding-image{
	text-align: center;
	padding-top: 30px;
}

/*endurance*/
.endurance ul{
	max-width: 900px;
	padding: 30px 0;
	margin: 0 auto;
}
.endurance li{
	padding-bottom: 10px;
}
.endurance li:before{
	content: "●";
}
.endurance span{
	color: #f48021;
}
.endurance p:last-of-type{
	color: #fff;
	background-color: #f48021;
	padding: 10px 20px;
	border-radius: 10px;
	margin: 0 auto 40px;
	display: table;
}

/*strength*/
.strength-head{
	font-size: 25px;
	font-weight: 500;
	padding: 80px 0 40px;
	text-align: center;
}
.strength-point li p:first-of-type{
	border-bottom: #f48021 1px solid;
	width:100px;
	margin: 0 auto 30px;
	padding-bottom: 10px;
}

/*voice*/
.voice_wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.voice-list{
	width: 350px;
	display: flex;
	justify-content: space-around;
	border: #f48021 1px solid;
    border-radius: 10px;
    padding: 20px;
	margin: 20px;
}
.voice-list p{
	width: 75%;
	padding: 10px;
}
.icon{
	padding: 10px;
	margin: auto;
	text-align: center;
}
.icon p{
	font-size: 14px;
	letter-spacing: normal;
	padding: 0;
	margin: auto;
}

/*question*/
.question{
	background-color: #f8f8f8;
}
.question_color{
	color: #f48021;
}
.qa_accbox input {
	display: none; 
}
.qa_accbox label {
	display: flex;
	position: relative;
	margin: 0 20px;
	padding: 20px;
	background-color: #fff;
}
label p{
	font-weight: 500;
}
.qa_accbox div{
	display: flex;
	background-color: #fff;
	margin: 0 20px;
	padding: 0 50px;
	list-style: none;
	margin-bottom: 10px;
	max-height: 0;
	overflow-y: hidden;
	transition: all 0.5s;
}
.qa_accbox p{
	padding: 0 10px;
}
#question1:checked ~ .accshow1,
#question2:checked ~ .accshow2,
#question3:checked ~ .accshow3,
#question4:checked ~ .accshow4,
#question5:checked ~ .accshow5,
#question6:checked ~ .accshow6,
#question7:checked ~ .accshow7,
#question8:checked ~ .accshow8{
	max-height: 300px;
	opacity: 1;
	transition: all 0.5s;
	margin-bottom: 20px;
	padding: 10px 70px 40px;	
}
.qa_accbox label:after{
	content:"";
	display:block;
	width:8px;
	height:8px;
	border-top: #334055 2px solid;
	border-right: #334055 2px solid;
	transform: rotate(135deg);
	position:absolute;
	right: 2%;
	top: 0;
	bottom: 15%;
	margin:auto;
}
.qa_accbox input[type=checkbox]:checked + label:after{
	content:"";
	display:block;
	width:8px;
	height:8px;
	border-top: #334055 2px solid;
	border-right: #334055 2px solid;
	transform: rotate(-45deg);
	position:absolute;
	right: 2%;
	top: 7%;
	bottom: 0;
	margin:auto;
}


/*subsidy*/
.subsidy-text{
	padding-bottom: 40px;
}
.subsidy-list{
	display: flex;
}
.subsidy-list p{
	font-weight: 500;
	padding: 10px 30px 0 0;
}
.subsidy-list li{
	margin-bottom: 20px;
	padding: 10px 20px;
	border: #334055 1px solid;
	border-radius: 10px;
	text-align: center;
}
.br-sp{
	display: none;
}
/*----------------------
 *
 *products
 *
-----------------------*/
.products-head-image{
	background-image: url("../images/products/product_top.jpg");
}

.products-list_wrap{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	margin: 80px 0 120px;
}
.products_text{
	text-align: center;
	margin-top: 60px;
	padding: 0 20px;
}
.products-list_wrap div{
	margin: 0 20px 60px;
	display: inline-block;
}
.products-list_wrap img{
	width: 400px;
    height: 300px;
    object-fit: contain;
	margin-bottom: 20px;
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .1);
}

/*----------------------
 *
 *company
 *
-----------------------*/
.company-head-image{
	background-image: url("../images/company/campany_top.jpg");
}

/*common*/
.maps-outer{
	padding-bottom: 30px;
}
.result_wrap,.summary_wrap{
	background-color: #f8f8f8;
}
table{
	padding: 0 20px;
	margin: 0 auto;
}
.summary-list th,.result-list th,.history-list th{
	font-weight: 500;
	text-align: right;
    padding-right: 30px;
}
.summary-list td,.result-list td,.history-list td{
	padding-bottom: 20px;
}

/*massage*/
.message_wrap{
	padding: 0 50px;
}
.message p{
	padding-bottom: 30px;
}
.message p:first-of-type,.message p:nth-child(2){
	text-align: center;
}
.message p:first-of-type{
	font-size: 25px;
}
.message p:nth-child(2){
	font-size: 18px;
	color: #f48021;
}
.message p:last-of-type{
	text-align: end;
}

/*access*/
.maps{
	width: 100%;
}
.access_map-btn{
	display: flex;
	justify-content: space-around;
	padding-bottom: 60px;
}
.access_map-btn p{
	font-weight: 500;
}
.map-btn{
	text-align: center;
    color: #fff;
    background-color: #404889;
    border-radius: 10px;
    padding: 10px 30px;
	margin: auto 0;
}
.map-btn a{
	text-decoration: none;
}

/*summary*/
.summary{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.summary div{
	width: 50%;
}
.summary-image{
	padding-left: 20px;
}
.summary-list th{
	width: 80px;
}

/*result*/
.result-list{
	margin: 0 auto;
}
.result-list th{
	width: 120px;
}

/*history*/
.history-list th,.history-list td{
	border-bottom: 1px #333 solid;
	padding-top: 20px;
}
.history-list th{
	width: 70px;
	padding-left: 20px;
}
.history-list td{
	padding-right: 20px;
}

/*facility*/
.panoramic-image{
	padding: 0 20px;
}
.facility-list{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
	margin: 80px 20px 20px;
}
.facility-list div{
	width: 450px;
	margin: 0 20px 60px;
	display: inline-block;
}
.facility-list img{
	margin-bottom: 20px;
}
.facility-image{
	width: 450px;
	height: 450px;
	object-fit: scale-down;
}

/*----------------------
 *
 *news
 *
-----------------------*/
.news-head-image{
	background-image: url("../images/news/news_top.jpg");
}
.news-head-text{
	text-align: center;
	font-size: 25px;
	font-weight: 500;
	margin: 80px 0 60px;
}
.news-list_wrap{
	margin: 0 20px 120px;
	border: #334055 1px solid;
	padding: 50px;
}
.news-list_wrap li{
	border-bottom: #334055 1px solid;
}
.news-list_wrap div{
	padding: 20px;
}
.news-list_box{
	color: #334055;
	display: flex;
	justify-content: space-between;
}
.news-list_box img{
	max-width: 150px;
	height: 150px;
}
.news-list_box a{
	text-decoration: none;
}
.news-list_box:hover{
	color: #f48021;
}

/*----------------------
 *
 *news_box
 *
-----------------------*/
.news_box_wrap{
	margin: 120px 20px 30px;
	border: #334055 1px solid;
	padding: 80px;
}
.news-title{
	font-size: 30px;
	font-weight: 500;
	padding-bottom: 30px;
}
.news-contents p{
	padding: 30px 0;
}
.news-contents img{
	width: 450px;
}
.back_btn{
	text-align: center;
	padding-bottom: 120px;
}
.back_btn a{
	color: #334055;
}
.back_btn a:hover{
	color: #f48021;
}

/*----------------------
 *
 *contact
 *
-----------------------*/
.contact-form_wrap{
	padding: 0 20px;
}
.contact-head-image{
	background-image: url("../images/contact/contact_top.jpg");
}
.contact-text{
	margin-top: 70px;
	padding: 0 20px;
}
.contact-text p{
	padding-bottom: 10px;
}
.contact-text p:first-of-type,.mail dd:first-of-type{
	padding-bottom: 30px;
}
.contact-text a{
	color: #f48021;
}
.contact-text a:hover{
	border-bottom: 1px solid #f48021;
}
.number_fax{
	text-align: center;
	margin: 60px; 
	padding: 30px;
	border: 1px solid #f48021;
}
.number{
	font-size: 30px;
	padding: 10px 0;
}
.mail{
	margin-top: 80px;
	padding: 0 20px;
}
.br-sp{
	display: none;
}

/*form*/
form{
	max-width: 850px;
	margin: 0 auto;
}
.contact-form{
	margin: 30px 0 120px;
	padding: 50px 0;
	background-color: #f8f8f8;
	border-radius: 10px;
}
.form-parts{
	border: solid 1px #d7d7d7;
	box-sizing: border-box;
}
.form-parts_text{
	width: 100%;
	padding: 9px 8px;
	border-radius: 3px;
	font-family: Noto Sans JP;
	color: #334055;
	font-size: 1.6rem;
	outline: none;
}
input[type=radio] {
	-webkit-appearance:none;
	border-radius: 50%;
	border: solid 1px #d3d3d3;
	background-color: #fff;
    height: 15px;
    width: 15px;
    vertical-align: -0.6rem;
    margin: .4rem;
	outline: none;
}
input[type=radio]:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    margin: 3px;
}
input[type=radio]:checked{
	background: #334055;
	box-shadow: 0 0 0 2px #fff,0 0 0 3px #334055;
}
.form-title{
	width: 180px;
    margin: 5px 30px 0;
    text-align: right;
}
.form-item{
	margin-bottom: 30px;
	display: flex;
}
.form-radio{
	margin-top: 5px;
}
.form-item:last-of-type{
	margin-bottom: 60px;
}
.form-detail{
		width: 460px;
}
.caution{
	color: #f00;
	font-size: 1.5rem;
	padding-left: 5px;
}
.form-btn{
	-webkit-appearance: none;
	cursor: pointer;
	border: none;
	color: #fff;
	background-color: #334055;
	border-radius: 5px;
	font-family: Noto Sans JP;
	letter-spacing: 0.5em;
	font-size: 1.6rem;
	padding: 10px 20px 10px 25px;
}


/*----------------------
 *
 *contact_test
 *
-----------------------*/
/*
#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
*/
/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
/*
@media screen and (max-width:572px) {
#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
input[type="text"], textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
*/



/*----------------------
 *
 *guide,privacy
 *
-----------------------*/
.guide_wrap,.privacy_wrap{
	padding: 0 20px;
}
.privacy-list_wrap{
	padding: 0 30px;
}
.guide-head,.privacy-head{
	margin-top: 80px;
}
.guide-list,.privacy-list{
	margin-bottom: 80px;
}
.guide-list dd,.privacy-list dd{
	padding-bottom: 40px;
}
.privacy-text{
	padding-bottom: 60px;
}
.guide-list dt::before,.privacy-list dt::before{
	content:"";
	display:inline-block;
	width:1em;
	height:1em;
	background:url("../images/icon_1.png") no-repeat;
	background-size:contain;
	margin: 0 5px -2px 0;
}

@media screen and (max-width:640px){
body{
	font-size: 1.5rem;
}
.br-pc{
	display: none;
}
.br-sp{
	display: block;
}
.section_wrap {
    padding: 60px 0;
}
.h1 {
    display: none; /* H1タグを非表示にする */
}
/*----------------------
 *
 *header
 *
-----------------------*/
.btn-trigger{
	-webkit-appearance:none;
	appearance:none;
	display: inline-block;
	position: fixed;
	right: 12px;
	z-index: 110;
	width: 40px;
	height: 20px;
	border: none;
	background-color:#fff;
	margin-top: 5px;
}
.btn-trigger span{
	position: absolute;
	display: block;
	width: 28px;
	height: 1px;
	background-color: #a0a0a0;
	transition: all 0.5s;
}
.btn-trigger span:first-of-type{
	top: 0;
}
.btn-trigger span:nth-of-type(2){
	top: 10px;
}
.btn-trigger span:last-of-type{
	bottom: 0;
}
	.btn-trigger.active{
		background-color: rgba(244,128,33,0);
	}
.btn-trigger.active span:first-of-type{
	transform: rotate(45deg);
	top: 10px;
}
.btn-trigger.active span:nth-of-type(2){
	opacity: 0;
}
.btn-trigger.active span:last-of-type{
	transform: rotate(-45deg);
	bottom: 10px;
}
.nav_wrap{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
	width: 100%;
	background-color: #fff;
	padding: 10px 20px;
}
/*h1{
	max-width: 50%;
}*/
.nav-list-number,.nav{
	display: none;
}
.navigation{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 120%;
	padding: 120px 0 150px;
	background-color: rgba(244,128,33,0.85);
	text-align: center;
	margin-top: 0;
}
.navigation li{
	margin: 0 0 55px 0;
}
.navigation li>a,.navigation li{
	color: #fff;
	font-size: 1.4rem;
	text-transform: uppercase;
}
.nav-list .contact-btn{
	margin: 0 100px;
	background-color: #fff;
	color: #f48021;
}
.nav-list{
	display: block;
}

/*----------------------
 *
 *home
 *
-----------------------*/
/*hero-image*/
h2{
	font-size: 20px;
	padding-left: 20px;
	right: auto;
}

/*company*/
.company{
	display: block;
}
.company div{
	width: auto;
}
h3{
	font-size: 25px;
}
.img-pc{
	display: none;
}
.img-sp{
	display: block;
	padding-bottom: 30px;
}
	
/*duststaion*/
	.duststation_01,.duststation_02{
		display: none;
	}
	.company, .duststation {
    margin-bottom: 100px;
}
/*news*/
.news_box{
	margin: 100px 40px;
	padding: 60px 20px;
}	
.news-list div{
	display: block;
}
.news-list dt{
	padding-bottom: 10px;
}
	
/*contact-banner*/
.contact-number{
	font-size: 30px;
}


/*footer*/
.footer-list{
	display: block;
}
.footer-info{
	padding: 0 20px;
}
.sitemap{
	padding: 30px 20px 0;
	font-size: 13px;
}
.sitemap ul{
	padding-left: 20px;
}
.sitemap li{
	padding-bottom: 5px;
}
	

/*----------------------
 *
 *duststation
 *
-----------------------*/	
.head_wrap p {
    font-size: 30px;
}
.guide-btn {
    margin: auto;
}
.local_nav {
    padding: 60px 0 0;
}
/*motive*/
.motive-list {
    display: block;
}
.about-motive{
	margin: 0 auto 20px;
}
/*common*/
.option-text p:first-of-type,
.endurance p:first-of-type,
.strength-head{
    font-size: 20px;
}	
.installation-point, .strength-point {
    display: block;
}
.installation-point li, .folding-point li, .strength-point li {
    width: auto;
	margin: 0 0 20px;
}
.duststation-details table {
    margin: 15px 0 0 5px;
}
.installation-point li p, .folding-point li p, .strength-point li p {
    margin: 0 auto 30px;
    max-width: 450px;
}

/*installation*/
.installation-list {
    display: block;
}
.duststation-open {
    width: auto;
    padding: 30px 0 0;
}
.installation-list {
    padding: 60px 0 0;
	text-align: center;
}
.installation-list:nth-child(3){
	padding: 0;
}
.delivery{
	padding-bottom: 10px;
}

	
/*folding*/
.folding {
    display: block;
}
.folding_duststation{
	text-align: center;
}
.duststation-details {
    display: flex;
	justify-content: center;
	padding: 0;
}
.folding img {
    padding-left: 0;
	    text-align: center;
}
.folding-point {
    display: block;
}

	
/*question*/
#question1:checked ~ .accshow1,
#question2:checked ~ .accshow2,
#question3:checked ~ .accshow3,
#question4:checked ~ .accshow4,
#question5:checked ~ .accshow5,
#question6:checked ~ .accshow6,
#question7:checked ~ .accshow7,
#question8:checked ~ .accshow8{
	padding: 10px 30px 40px;	
}
/*subsidy*/
.subsidy-list p {
	text-align: center;
    padding: 0;
}
.subsidy-list {
    display: block;
}
.subsidy-list li {
    margin-top: 20px;
}
/*----------------------
 *
 *product
 *
-----------------------*/	
.products_text{
	text-align: left;
}

/*----------------------
 *
 *company
 *
-----------------------*/	
/*summary*/
.summary{
	display: block;
}	
.summary div {
    width: auto;
}
.summary-image {
    padding: 20px 0 0;
}

/*access*/
.access_map-btn {
    display: block;
	text-align: center;
}	
.access_map-btn p {
    padding-bottom: 30px;
}
	
/*----------------------
 *
 *news
 *
-----------------------*/
.news-list_box {
    display: block;
}
	
/*----------------------
 *
 *news_box
 *
-----------------------*/	
.news_box_wrap {
    padding: 60px 20px;
}
.news-title {
    font-size: 20px;
}
	
.form-btn {
    display: block;
}
.btn-submit, .btn-reset {
    margin: 0 auto 10px;;
}
	
/*----------------------
 *
 *contact
 *
-----------------------*/
.number {
    font-size: 20px;
}
.contact-form {
    padding: 50px 20px;
}
.form-item {
    display: grid;
}
.form-title {
    margin: 0 0 10px 0;
    text-align: left;
}
.form-detail {
    width: auto;
}
	
}
