@charset "UTF-8";/*コードの文字化け防止*/


/*--------------------共通--------------------*/
html{
	font-size: 100%; /*ユーザーが指定した文字のサイズを正しく反映*/
}
body{
	font-family: Verdana, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
/*	line-height: 1.5;*/
}
/*pcで見た場合のsp要素非表示*/
.sp{
	display: none !important;
}
.wrapper{
	max-width: 1080px;
	width: 98%;
	margin: 0 auto;
}
.all{
		overflow: hidden;
}
.flex{
	display: flex;
	justify-content: center;
}
h1 span{
	font-size: 32px;
	text-shadow: 0px 0px 10px #000000;
}
h1{
	margin-top: auto;
	margin-bottom: auto;
	margin-right: 80px;
	font-size: 40px;
	color: #fff;
	text-shadow: 0px 0px 10px #000000;
}
h2{
	font-size: 32px;
	color: #1B1464;
}
h3{
	font-size: 32px;
	color: #2C5EAA;
	margin: auto 37px;
}
h4{
	font-size: 24px;
	color: #2C5EAA;
}
h5{
	font-size: 24px;
}
.contents-title{
	margin-bottom: 45px;
	text-align: center;
}
.contents_back{
	background-color: #FFF8C8;
	padding-top: 45px;
	padding-bottom: 100px;
}
.contents{
	padding-top: 45px;
	padding-bottom: 100px;
}
.center-line-a{
	max-height: 60px;
	text-align: center;
	margin-bottom: -30px;
}
.center-line-b{
	max-height: 60px;
	text-align: center;
	margin-top: -30px;
}
.center-line-a img, .center-line-b img{
	height: 60px;
}
a{
	text-decoration: none;
}
li{
	list-style:none;
}


/*--------------------ヘッダー--------------------*/
header{
	position: fixed;
	top: 0;
	width: 100%;
	height: 70px;
	background-color: #fff;
	z-index: 1000;
}
.header{
	display: flex;
	justify-content: space-between;
}
.header-logo{
	max-width: 204px;
	width: 100%;
	margin-top: 10px;
	margin-right: 20px;
}
.header-button{
	background: #00B0BF url(../img/ico_mail.png) no-repeat 30px center / 30px auto;
	width: 300px;
	height: 60px;
	text-align: center;
	border-radius: 0 0 10px 10px;
}
.header-button p{
	font-size: 20px;
	color: #fff;
	margin-top: 13px;
	margin-left: 30px;
}


/*--------------------メインイメージ--------------------*/

.main-img-pc{
/*	position: relative;*/
	background-image: url("../img/facility_main_img_pc.png");
	background-repeat: no-repeat;
	background-size: 1280px;
	background-position: center top;
	margin-top:70px;
	margin-left: auto;
	margin-right: auto;
/*	width: 1280px;*/
	max-height: 400px;
	height: 100%;
}
.title-left-pc{
	display: flex;
	flex-direction: row-reverse;
	max-width: 1080px;
	width: 98%;
	height: 400px;
	margin: auto;
}
/*
.main-img .pc{
	max-width: 1280px;
	width: calc(100%+200px);
	margin: 0 -100px;
}
*/


/*--------------------工場の放送設備について、こんなお悩みはありませんか？--------------------*/
.problem-box{
	justify-content: center;
}
.problem-block{
	position: relative;
	margin: 15px;
	max-width: 320px;
	width: 100%;
}
.problem-block img{
	max-width: 320px;
	width: 100%;
}
.problem-block p{
	position: absolute;
	top: 70%;
	left: 50%;
	transform: translate(-50%,-70%);
	width: 300px;
	line-height: 25px;
	text-align: center;
	font-size: clamp(14px, 1.5vw, 20px);
}


/*--------------------LANで全て解決！--------------------*/
.arrow-back{
	position: relative;
	margin: -30px 10px 0;
	text-align: center;
}
.arrow-back img{
	max-width: 800px;
	width: 100%;
}
.arrow-back-text{
	position: absolute;
	top: 18%;
	left: 50%;
	transform: translate(-50%,-18%);
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	line-height: 30px;
}
.arrow-back-text span{
	font-size: 20px;
}



/*--------------------こんなにカンタン！ベンリ！--------------------*/
.round-title{
	position: relative;
	max-width: 180px;
	width: 100%; 
}
.round-title img{
		max-width: 180px;
		width: 100%;
	}
.round-title p{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 180px;
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #fff;
}

h3 .font-small{
	font-size: 26px;
	font-weight: lighter;
}
h3 .line{
	font-size: 32px;
	font-weight: none;
	border-bottom: solid;
	border-width: 5px;
	border-color: #FCC800;
}

/*カンタン！*/
.features-1{
	background-size: contain;
	margin: 25px 0 25px 0;
}
.features-1-box{
	background-color: #FFF8C8;
	max-width: 780px;
	width: 100%;
	padding: 40px;
/*	margin-right: 20px;*/
}
.features-1-ul{
	max-width: 700px;
	width: 100%;
}
.features-1-pc-title{
	max-width: 200px;
	width: 100%;
	background: linear-gradient(to bottom right, transparent 50% , #FFF8C8 50%) no-repeat top right / 50% 50%,
    linear-gradient(to top right,transparent 50%, #FFF8C8 50%) no-repeat bottom right/50% 50%;
	padding: auto 0;
}
.features-1-pc-title p{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%); 
	transform: translateY(-50%);
	font-size: 40px;
	font-weight: bold;
	color: #2C5EAA;
	border-bottom: solid;
	border-width: 5px;
	border-color: #FCC800;
}
.number{
	font-size: 35px;
}
/*特徴1*/
.features-1-123{
	justify-content: space-between;
	align-items: flex-start;
	background-color: #fff;
	margin-bottom: 20px;
	padding: 20px;
	max-width: 700px;
	width: 100%;
}
.features-1-123 div{
	display: block;
}
.features-1-123 img{
	margin: auto 0;
	max-width: 105px;
	width: 100%;
	align-items: flex-start;
}
.features-2-pc-title{
	max-width: 200px;
	width: 100%;
	background: linear-gradient(to bottom left, transparent 50% , #FFF8C8 50%) no-repeat top left/ 50% 50%,
    linear-gradient(to top left,transparent 50%, #FFF8C8 50%) no-repeat bottom left/50% 50%;
	padding: auto 0;
	
}
.features-2-pc-title p{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%); 
	transform: translateY(-50%);
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	color: #2C5EAA;
	border-bottom: solid;
	border-width: 5px;
	border-color: #FCC800;
/*	margin: auto;*/
/*	padding: 0 auto;*/
}

/*ベンリ！*/
.features-2-123{
	justify-content: space-between;
	align-items: flex-start;
	background-color: #fff;
	margin-bottom: 20px;
	padding: 20px;
	max-width: 700px;
	width: 100%;
}
.features-2-123 div{
	display: block;
}
.features-2-123 img{
	margin: auto 0;
	max-width: 190px;
	width: 100%;
	align-items: flex-start;
}


/*--------------------こんな施設におすすめです--------------------*/
.box-back{
	position: relative;
	text-align: center;
	z-index: 50;
}
.box-back img{
	max-width: 562px;
	width: 100%;
}
.box-back-text{
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%,-30%);
	width: 100%;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
}
.facility-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.facility-img{
	text-align: center;	
	margin: 20px 0;
}
.facility-img img{
	max-width: 260px;
	width: 100%;
}
.facility-img p{
	margin-top: 10px;
	font-weight: 500;
}



/*--------------------小規模工場、中規模工場--------------------*/
/*
.factory{
	margin-top: -30px;
	margin-bottom: 85px;
}
*/
/*小規模工場*/
/*
.factory-s{
	background-image: url(../img/factory_s_back.png);
	background-size: cover;
	background-position: center top;
	align-items: stretch;
	max-width: 640px;
	width: 100%;
}
.factory-s-in{
	background-color: #fff;
	background: rgba(255,255,255,0.7);
	text-align: center;
	margin: 40px;
	padding: 34px 20px;
}
.factory-s-in img{
	max-width: 142px;
	width: 100%;
}
.factory-s-in p{
	margin-top: 10px;
	font-size: 28px;
	font-weight: bold;
	color: #2C5EAA;
}
.factory-s-in ul{
	width: fit-content;
	margin: 0 auto;
	font-size: 20px;
	font-weight: 500;
	color: #000000;
}
.factory-s-in li{
	padding-left: 1.2em;
	background: url("../img/check_box.png") left 0px top 20px no-repeat;
	background-repeat: no-repeat;
	background-size: 20px auto;
	background-position: 0 5px;
	text-align: left;
	margin-top: 10px;
	line-height: 25px;
}
中規模工場
.factory-m{
	background-image: url(../img/factory_m_back.png);
	background-size: cover;
	background-position: center top;
	align-items: stretch;
	max-width: 640px;
	width: 100%;
}
.factory-m-in{
	background-color: #fff;
	background: rgba(255,255,255,0.7);
	text-align: center;
	margin: 40px;
	padding: 34px 10px;
}
.factory-m-in img{
	max-width: 142px;
	width: 100%;
}
.factory-m-in p{
	margin-top: 10px;
	font-size: 28px;
	font-weight: bold;
	color: #2C5EAA;
}
.factory-m-in ul{
	width: fit-content;
	margin: 0 auto;
	font-size: 20px;
	font-weight: 500;
	color: #000000;
}
.factory-m-in li{
	padding-left: 1.2em;
	background: url("../img/check_box.png") left 0px top 20px no-repeat;
	background-repeat: no-repeat;
	background-size: 20px auto;
	background-position: 0 5px;
	text-align: left;
	margin-top: 10px;
	line-height: 25px;
}
*/


/*--------------------エルーアシステムからご提案--------------------*/
.system-1{
	background-color: #fff;
	padding: 37px;
}
.system-1 img{
	max-width: 977px;
	width: 100%;
}
.system-1-features{
	margin-top: 40px;
}
.system-1-features h5{
	margin: auto 30px;
}
.system-1 ul{
	width: fit-content;
	font-size: 16px;
	font-weight: none;
	color: #000000;
}
.system-1 li{
	padding-left: 1.2em;
	background: url("../img/list_marker.png") left 0px top 20px no-repeat;
	background-repeat: no-repeat;
	background-size: 16px auto;
	background-position: 0 5px;
	text-align: left;
	margin-top: 5px;
}


/*--------------------運用例--------------------*/
.system-2{
	border: solid;
	border-color: #FFF8C8;
	text-align: center;
	margin-bottom: 40px;
}
.system-2 img{
	max-width: 977px;
	width: 100%;
	margin: 10px auto;
}

/*--------------------バナー用追加--------------------*/
.system-3{
	text-align: center;
	margin-bottom: 40px;
}
.system-3 img{
	max-width: 977px;
	width: 80%;
	margin: 10px auto;
}


/*--------------------構成機器/周辺機器/専用オプション--------------------*/
/*1段目*/
.product-1{
	padding: 30px;
	border-width: 1px 0;
	border-style: solid;
	border-color: #B9C8D0;
}
.product-box-1 {
	justify-content: space-between;
}
.product-box-1 p{
	margin: 15px 0;
	font-size: 16px;
}
.product-box-1-img{
	margin: auto 0;
	text-align: center;
}
.product-box-1-img img{
	max-width: 255px;
	width: 100%;
}
.product-box-1-img p{
	margin: 0;
	font-size: 16px;
}
.product-button{
	padding-top: 30px;
}
.product-button p{
	padding-left: 1.2em;
	background: url(../img/arrow_button.png) left 20px top 0px no-repeat;
	background-repeat: no-repeat;
	background-size: 20px auto;
	background-position: 0 5px;
	font-size: 20px;
	color: #00B0BF;
}
/*2段目*/
.product-2{
	justify-content: space-between;
	padding: 30px;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #B9C8D0;
}
.product-box-2-img, .product-box-3-img{
	margin-top: 15px;
	text-align: center;
	margin-left: 15px;
}
.product-box-3-img{
	margin-top: 36px;
}
.product-box-2 img{
	margin-top: 10px;
	width: 85%;
}


/*--------------------よくあるご質問--------------------*/
.qa {
    margin-bottom: 5px;
    border-bottom: 1px solid #b9c8d0;
}

.qa summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 15px 0 15px 50px;
    color: #333333;
	font-size: 22px;
    font-weight: 500;
    cursor: pointer;
}

.qa summary::before,
.qa p::before {
    position: absolute;
    left: 0;
    font-weight: 500;
    font-size: 22px;
}

.qa summary::before {
    color: #fff;
    content: "Q";
	padding: 5px 10px;
	background-color: #B9C8D0;
}

.qa summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
	margin-right: 20px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa[open] summary::after {
    transform: rotate(225deg);
}

.qa p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa[open] p {
    transform: none;
    opacity: 1;
}

.qa p::before {
    color: #fff;
    line-height: 1.1;
    content: "A";
	font-weight: 500;
	margin-top: -5px;
	padding: 5px 10px;
	background-color: #80D7DF;
}
.question-button{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	margin: 30px 0;
}
.question-button p{
	padding-left: 1.2em;
	background: url(../img/arrow_button.png) left 20px top 0px no-repeat;
	background-repeat: no-repeat;
	background-size: 20px auto;
	background-position: 0 5px;
	font-size: 20px;
	color: #00B0BF;
}
.demo-request{
	background: url("../img/ico_product.png") left 20px top 30px no-repeat;
	background-color: #DA801E;
	background-size: 60px auto;
	max-width: 340px;
	width: 100%;
	height: 97px;
	border-radius: 30px;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
}
.demo-request p{
	color: #fff;
	font-size: 25px;
	line-height: 35px;
	padding-left: 95px;
	padding-top: 13px;
}


/*--------------------contact--------------------*/
.contact-back{
	background: url(../img/contact_back_img.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 30px 0 70px 0;
}
.contact-back p{
	margin: auto;
	color: #fff;
}
.contact-img img{
	max-width: 540px;
	width: 100%;
}
.nonstop{
	text-align: center;
	padding-bottom: 50px;
}
.nonstop p{
	font-size: 27px;
	color: #FFFF98;
}
.contact-button{
	margin-top: 30px;
	background: #00B0BF url(../img/ico_mail.png) no-repeat 30px center / 30px auto;
	width: 300px;
	height: 60px;
	border-radius: 50px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	padding-bottom: 40px;
}
.contact-button p{
	font-size: 20px;
	margin-top: 15px;
	margin-left: 50px;
	color: #fff;
}
/*
	font-size: 20px;
	color: #fff;
	margin-top: 13px;
	pa-left: 30px;
*/

/*--------------------フッター--------------------*/
.footer-1{
	background-color: #416EB2;
	width: 100%;
}
.footer-tel-box{
	justify-content: space-between;
	padding: 30px 0 30px 0;
}
.footer-tel-list{
	text-align: center;
	font-size: 16px;
	letter-spacing: -1px;
	color: #fff;
}
.footer-tel{
	padding-left: 30px;
	font-size: 24px;
	letter-spacing: normal;
	background: url(../img/ico_tel.png) no-repeat left center;
	background-size: 24px;
}
.footer-2{
	background-color: #2C5EAA;
	width: 100%;
}
.footer-nav-box{
	padding-top: 25px;
}
.footer-nav-list:not(:last-child){
	border-right: 1px solid #fff;
	padding: 0 20px 0 0;
	margin: 0 20px 4.8px 0;
}
.footer-nav-list p{
	font-size: 16px;
	color: #fff;
}
.copyright{
	text-align: center;
	padding: 25px 0 20px 0;
	font-size: 10px;
	color: #fff;
}

#scroll_to_top{
	position: fixed;
	margin-bottom: 0;
	bottom: 10px;
	right: 10px;
	line-height: 1;
	z-index: 2000;
}

#scroll_to_top img:hover{
	opacity: 0.9;
}

@media screen and (max-width: 599px) {
	/*--------------------共通--------------------*/
	.all{
		overflow: hidden;
	}
	.pc{
		display: none !important;
	}
	.sp{
		display: block !important;
	}
	.wrapper{
	overflow: hidden;
	}
	h1 span{
		font-size: 18px;
		text-shadow: 0px 0px 10px #000000;
	}
	h1{
		font-size:23px;
		margin-right: 0;
		padding: 0 11.25px 0 11.25px;
		text-shadow: 0px 0px 10px #000000;
	}
	h2{
		text-align: center;
		font-size: 28px;
		color: #1B1464;
	}
	h3{
		width: fit-content;
		font-size: 24px;
		color: #2C5EAA;
		margin-top: 27.5px;
		padding: 0 11.25px 0 11.25px;
		margin-left: auto;
		margin-right: auto;
	}
	h4{
		font-size: 21px;
		width: 98%;
	}
	.contents-h4{
		font-size: 18px;
		width: 95%;
	}
	.contents{
		padding-top: 21.5px;
		padding-bottom: 30px;
	}
	.contents_back{
		padding-top: 21.5px;
		padding-bottom: 30px;
	}
	.contents-title{
	margin-bottom: 20px;
	}
	.center-line-a{
		max-height: 60px;
		text-align: center;
		margin-bottom: -20px;
	}
	.center-line-b{
		max-height: 60px;
		text-align: center;
		margin-top: -20px;
	}
	.center-line-a img, .center-line-b img{
		height: 50px;
	}
	
	/*--------------------ヘッダー--------------------*/
	.header{
		padding: 0 10px 0 10px;
	}
	.header-logo{
		max-width: 140px;
		width: 100%;
		margin-top: 15px;
	}
	.header-button{
		background-image: none;
		max-width: 150px;
		width: 100%;
		padding-left: 0;
	}
	.header-button p{
		margin-top: 17px;
		font-size: 14px;
		margin-left: 0;
	}
	
	
	/*--------------------メインイメージ--------------------*/
	.main-img-sp{
		background-image: url("../img/facility_main_img_sp.png");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center top;
		margin-top:70px;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		height: 300px;
	}
	.title-left-sp{
		display: flex;
		flex-direction: row-reverse;
		width: 98%;
		height: 300px;
		margin: auto;
	}
	
	
	/*--------------------お悩みやご要望はありませんか？--------------------*/
	.problem-box{
		display: block;
		align-items: center;
		margin-top: 13px;
		padding: 0 11.25px 0 11.25px;
		width: 100%;
	}
	.problem-box p{
		font-size: clamp(17px, 2.3vw, 30px);
	}
	.problem-block{
		margin: auto;
	}
	
	
	/*--------------------LANで全て解決！--------------------*/
	.arrow-back-text{
		top: 20%;
		left: 50%;
		transform: translate(-50%,-20%);
		font-size: 22.5px;
		width: 100%;
	}
	.arrow-back-text span{
		font-size: 15px;
	}
	
	
	/*--------------------カンタン！ベンリ！--------------------*/
	.round-title{
		margin: auto;
		position: relative;
		max-width: 135px;
		width: 100%;
	}
	.round-title img{
		max-width: 135px;
		width: 100%;
	}
	.round-title p{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		max-width: 135px;
		width: 100%;
		text-align: center;
		font-size: 13.5px;
		color: #fff;
	}
	h3 .font-small{
		font-size: 19.5px;
		font-weight: lighter;
	}
	h3 .line{
		font-size: 24px;
		font-weight: none;
		border-bottom: solid;
		border-width: 5px;
		border-color: #FCC800;
	}
	.number{
	font-size: 30px;
	}
	.features-1-sp{
		padding: 0 11.25px 0 11.25px;
	}
	.features-1-sp-title{
		background: linear-gradient(to bottom right, transparent 50% , #FFF8C8 50%) no-repeat top left / 50% 100%,linear-gradient(to bottom left,transparent 50%,#FFF8C8 50%) no-repeat bottom right/50% 100%;
		width: 100%;
		margin-top: 60px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	.features-1-sp p span{
		font-size: 40px;
		font-weight: bold;
		color: #2C5EAA;
		border-bottom: solid;
		border-width: 5px;
		border-color: #FCC800;
	}
	.features-1-sp-box{
		margin: 0;
		background-color: #FFF8C8;
		padding: 11.25px;
	}
	.features-sp-1-1{
		background-color: #fff;
		padding: 25px 25px;
	}
	.features-sp-1-1:not(:last-child){
		margin-bottom: 11.25px;
	}
	.features-sp-1-1 img{
		margin: 10px 50%;
		transform: translateX(-50%);
		max-width: 110px;
		width: 100%;
	}
	.features-sp-2-1 img{
		margin: 10px 50%;
		transform: translateX(-50%);
		max-width: 178px;
		width: 100%;
	}
	
	
	/*--------------------こんな工場におすすめです--------------------*/
	.box-back img{
		width: 98%;
	}
	.box-back-text{
		position: absolute;
		top: 35%;
		left: 50%;
		transform: translate(-50%,-35%);
		font-size: 22px;
	}
	.facility-list{
		display: block;
		margin: 0 auto;
	}
	.facility-img{
		
	}
	
	
	/*--------------------小規模工場、中規模工場--------------------*/
	.factory{
		margin-bottom: 37px;
	}
	/*小規模工場*/
	.factory-s-in{
		margin: 35px 15px 15px 15px;
		padding: 24px 10px;
	}
	.factory-s-in img{
		width: 80%;
	}
	.factory-s-in p{
		font-size: 24px;
	}
	.factory-s-in ul{
		font-size: 20px;
	}
	
	/*中規模工場*/
	.factory-m-in{
		margin: 35px 15px 15px 15px;
		padding: 24px 10px;
	}
	.factory-m-in img{
		width: 80%;
	}
	.factory-m-in p{
		font-size: 24px;
	}
	.factory-m-in ul{
		font-size: 20px;
	}
	
	
	/*--------------------エルーアシステムからご提案--------------------*/
	.system-1{
		width: 95%;
	}
	.system-1-features{
		display: block;
		margin-top: 15px;
	}
	.system-1-features h5{
		margin: auto 0;
	}
	
	
	/*--------------------運用例--------------------*/
	
	
	/*--------------------構成機器/周辺機器/専用オプション--------------------*/
	/*1段目*/
	.product-sp-1{
		padding:  20px 11.25px 60px 11.25px;
		border-width: 0 0 1px 0;
		border-style: solid;
		border-color: #B9C8D0;
		text-align: left;
	}
	.product-sp-1 p{
		margin-top: 10px;
	}
	.product-box-1-img{
		margin-top: 20px;
	}
	.product-box-1-img p{
		text-align: center;
	}
	.product-button{
		float: right;
		padding-top: 10px;
	}
	.product-button p{
		font-size: 18px;
	}
	/*2段目*/
	.product-box-2-img img{
		width: 90%;
	}
	.product-box-2-img p{
		text-align: center;
	}
	/*3段目*/
	.product-box-3-img{
		margin-top: 20px;
	}
	.product-box-3-img img{
		width: 95%;
	}
	
	/*--------------------よくあるご質問--------------------*/
	.qa{
		width: 90%;
	}
	.qa summary{
		font-size: 15px;
	}
	.qa p{
		font-size:14px;
	}
	.question-button p{
		font-size: 18px;
	}
	.demo-request{
		margin-top: 120px;
		width: 70%
	}
	.demo-request p{
		font-size: 18px;
		padding-left: 87px;
	}
	
	
	/*contact*/
	.contact{
		display: block;
	}
	.contact-back p{
		padding: 0 11.25px;
	}
	.nonstop p{
		margin-top: 20px;
		font-size: 22px;
	}
	.contact-button p{
		margin-top: 15px;
	}
	
	/*--------------------フッター--------------------*/
	.footer-1 div{
		padding: 0 11.25px 0 11.25px;
	}
	.footer-tel-box{
		display: block;
	}
	.footer-tel-list:not(:last-child){
		margin-bottom: 19.2px;
	}
	.footer-2 div{
		padding: 0 11.25px 0 11.25px;
	}
	.footer-nav-box{
		flex-wrap: wrap;	
	}
	.copyright{
		padding: 25px 0 20px 0;
	}
}
