@charset "utf-8";

/* RESET */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th{margin:0;padding:0;}/*table{border-collapse:collapse;border-spacing:0;}*/
fieldset,img{border:0;vertical-align: bottom;}address,caption,cite,code,dfn,em,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
/* RESET HTML5 */
article,aside,canvas,details,figcaption,figure,footer,header.grand-menu,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;font:inherit;vertical-align:baseline;}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header.grand-menu,hgroup,menu,nav,section{display:block;}



/* GENERAL */

html {
    overflow-y:scroll;
    }
body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",'小塚ゴシック Pro','Kozuka Gothic Pro', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size:16px;
	font-weight: bold;
	line-height:1.5;
	color: #000;
	text-align: center;
}
img{
	width: 100%;
	height: auto;
}
a{
	text-decoration: none;
}
h1,h2,h3,h4{	
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",'小塚ゴシック Pro','Kozuka Gothic Pro', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
.wrapper{
	width: 100%;
	position: relative;
}
/* ヘッダー領域 */
header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 8vh;
	padding: 0 5%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	text-align: left;
	box-sizing: border-box;
	background: #fff;
	z-index: 1;
}
.head-logo{
	width: 25%;
}
.head-logo img{
	max-width: 100px;
}
header nav{
	width: 70%;
}
header nav ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
header nav ul li a{
	font-size: 15px;
	font-weight: bold;
	color: #0f367a;
}


/* メイン領域 */
/*トップ*/
.top{
	width: 100%;
	height: 80vh;
	background-image: url(../images/akuvox/main.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center left;
	position: relative;
	z-index:0;
}
.top-cont{
	position: absolute;
	top: 50%;
	right: 10%;
	width: 30%;
}
.top-cont p{
	margin-top: 5px;
	font-size: 19px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 1px;
}
.top-info{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 70%;
	padding: 30px 60px;
	font-size: 20px;
	background: rgba(255,255,255,0.8);
	box-sizing:border-box;
}
/*コンテンツ*/
.separate-wrap{
	width: 100%;
	padding: 100px 0;
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items: end;
	position: relative;
}
.separate-wrap:after{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "";
	width: 70%;
	height: 100%;
	background: #e1f2f4;
	z-index: 0;
}
	
.separate-wrap .sepa-cont{
	width: 50%;
	padding-left: 10%;
	box-sizing: border-box;
	text-align: left;
	z-index: 1;
}
.separate-wrap .sepa-cont h2{
	width: 80%;
	margin-bottom: 180px;
	position: relative;
}
.separate-wrap .sepa-cont h2:after{
	position: absolute;
	top: 180px;
	left: 0;
	display: block;
	content:"";
	width: 50%;
	height: 1px;
	background: #000;
}
.separate-wrap .sepa-cont h3{
	margin-bottom: 30px;
	font-size: 34px;
	font-weight: bold;
	color: #0f367a;
	line-height: 1.8;
}
.separate-wrap .sepa-cont  p{
	width: 80%;
	max-width: 600px;
}
.separate-wrap .sepa-cont:last-child{
	padding-bottom: 20px;
}
.cont-wrap{
	width: 100%;
	padding: 100px 0;
	box-sizing: border-box;
}

.cont-wrap h2,.separate-wrap h2{
	margin-bottom: 50px;
	font-size: 34px;
	font-weight: bold;
	color: #0f367a;
	line-height: 1;
}
.flex-cont{
	width: 90%;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	flex-wrap: wrap;
}
.flex-cont .cont{
	width: 50%;
	padding: 0 5%;
	box-sizing: border-box;
}
.flex-cont .cont h2{
	width: 80%;
	margin-bottom: 150px;
	text-align: left;
	position: relative;
}
.flex-cont .cont h2:after{
	position: absolute;
	top: 100px;
	left: 0;
	display: block;
	content:"";
	width: 50%;
	height: 1px;
	background: #000;
}
.flex-cont .cont h3{
	margin-bottom: 20px;
	font-size: 34px;
	font-weight: bold;
	color: #0f367a;
	line-height: 1.5;
	text-align: left;
}
.flex-cont .cont p{
	margin-bottom: 30px;
	text-align: left;
}
/*about*/
#about.separate-wrap .sepa-cont:last-child{
	padding-left: 0;
}
#about.separate-wrap .sepa-cont div{
	width: 100%;
	padding-top: 56.25%;
	position: relative;
}
#about.separate-wrap .sepa-cont div iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#about h2 img{
	max-width: 433px;
}
/*機能と特徴*/
#function.cont-wrap{
	background: #e1f2f4;
}
#function.cont-wrap h2{
	display: inline-block;
	max-width: 1100px;
	margin: 0 auto 150px;
	position: relative;
}
#function.cont-wrap h2:after{
	position: absolute;
	top: 100px;
	left: 25%;
	display: block;
	content:"";
	width: 50%;
	height: 1px;
	background: #000;
}
.func-list{
	width: 90%;
	max-width: 1100px;
	margin: 150px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.func-list .func-cont{
	width: 32%;
	margin-bottom: 30px;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.func-list .func-cont i{
	width: 20%;
	font-size: 60px;
	color: #0f367a;
	text-align: center;
}
.func-list .func-cont div{
	width: 75%;
	font-size: 14px;
}
.func-list .func-cont div h4{
	margin-bottom: 0;
	font-size: 18px;
	font-weight: bold;
	color: #0f367a;
}
.func-list .func-cont div span{
	font-size: 11px;
}
/*写真帯*/
.photo-wrap{
	width: 100%;
	display: flex;
}

.photo-wrap.one{
	max-height: 500px;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.photo-wrap.one img{
	width: 100%;
}
.photo-wrap.four img{
	width: 25%;
}
/*使い方*/
#howto.cont-wrap h2{
	width: 90%;
	max-width: 1100px;
	margin: 0 auto 150px;
	text-align: left;
	text-align: left;
	position: relative;
}
#howto.cont-wrap h2:after{
	position: absolute;
	top: 100px;
	left: 0;
	display: block;
	content:"";
	width: 20%;
	height: 1px;
	background: #000;
}
.howto-wrap{
	width: 90%;
	max-width: 1100px;
	margin: 0 auto 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.howto-wrap .howto-cont{
	width: 30%;
	text-align: left;
}
.howto-wrap .howto-cont h3{
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
	color: #0f367a;
}
.howto-wrap .howto-cont h4{
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #0f367a;
}
.howto-wrap .howto-cont div{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.howto-wrap .howto-cont i{
	width: 20%;
	font-size: 60px;
	text-align: center;
}
.howto-wrap .howto-cont div div{
	width: 70%;
	font-size: 14px;
}
#howto.cont-wrap > p{
	width: 90%;
	max-width: 1100px;
	margin: 0 auto 100px;
	text-align: left;
}
/*施工例*/
#example.separate-wrap h2:after{
	top: 100px;
}
#example.separate-wrap:after{
	right: 0;
	left: inherit;
}
#example.separate-wrap .sepa-cont.for-pc{
	text-align: right;
}
#example.separate-wrap .sepa-cont img{
	max-width: 500px;
}
/*製品ラインナップ*/
#lineup.cont-wrap{
	padding-bottom: 150px;
	background: #e1f2f4;
}
#lineup.cont-wrap:after{
	display: none;
}
#lineup.cont-wrap h2{
	width: 90%;
	max-width: 1100px;
	margin: 0 auto 150px;
	position: relative;
}
.lineup h3{
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #0f367a;
}
.lineup h4{
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}
.lineup{
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lineup div{
	width: 25%;
	padding: 0 1%;
	margin-bottom: 100px;
	font-size: 14px;
	border-right: 1px solid #666;
	box-sizing: border-box;
}
.lineup div:nth-child(1+5){
	border-left: 1px solid #666;
}
.lineup img{
	width: auto;
	max-width: 70%;
	max-height: 290px;
	margin: 0 auto 10px;t
}
/*スマートアプリ*/
#smartplus.separate-wrap{
	margin-top: -250px;
}
#smartplus.separate-wrap:after{
	display: none;
}
#smartplus.separate-wrap .sepa-cont:nth-child(2){
	padding-left: 5%;
}#smartplus.separate-wrap .sepa-cont.two-photo{
	padding: 0 0 0 15%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
}
#smartplus.separate-wrap .sepa-cont img{
	width: 46%;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}
#smartplus.separate-wrap .sepa-cont.two-photo.for-sp{
	display: none;
}
#smartplus.separate-wrap .sepa-cont h2{
	width: 100%;
	margin: 220px 0 100px;
	font-size: 22px;
}
#smartplus.separate-wrap .sepa-cont h2:after{
	top: 70px;
	width: 30%;
}
/*よくある質問*/
#faq.cont-wrap h2{
	display: inline-block;
	max-width: 1100px;
	margin: 0 auto 150px;
	position: relative;
}
#faq.cont-wrap h2:after{
	position: absolute;
	top: 100px;
	left: 25%;
	display: block;
	content:"";
	width: 50%;
	height: 1px;
	background: #000;
}
dl{
	width: 80%;
	max-width: 850px;
	margin: 0 auto 150px;
	text-align: left;
}
dt{
	padding: 20px 0 5px;
	font-size: 20px;
	font-weight: bold;
	color: #0f367a;
}
dd{
	padding: 20px 0;
	border-bottom: 1px solid #666;
}
/*お問い合わせ*/
#contact.cont-wrap{
	padding: 80px 0 8px;
	margin-bottom: 50px;
	color: #fff;
	background: #52b8c7;
}
#contact.cont-wrap > p{
	width: 90%;
	max-width: 800px;
	margin: 0 auto 50px;
	text-align: left;
}
.contact{
	width: 90%;
	max-width: 800px;
	margin: 0 auto 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: start;
}
.contact .tel{
	width: 35%;
	padding: 45px 20px;
	color: #fff;
	border: 1px solid #fff;
	box-sizing: border-box;
}
.contact h4{
	display: inline-block;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px;
}
.contact h4 i{
	padding-right: .5em;
}
.contact .tel span{
	display: block;
	margin-bottom: 10px;
	font-size: 22px;
	border-bottom: 1px solid #fff;
}
.contact .tel span a{
	color: #fff;
}
.contact .link{
	width: 60%;
}
.contact .link a{
	padding: 15px 10%;
	margin-bottom: 5px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
	color: #52b8c7;
	background: #fff;
	border-radius: 5px;
}
.contact .link a span{
	display: inline-block;
	width: 80%;
}
.contact div i{
	font-size: 20px;
}
.contact .link p{
	margin-bottom: 40px;
	text-align: left;
}
.contact a{
	transition: .3s;
}
.contact a:hover{
	opacity: 0.8;
  transform: translate3d(0, 5px, 0);
}
/* フッター領域 */
footer{
	width: 90%;
	max-width: 1100px;
	padding: 25px 5%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	text-align: left;
	box-sizing: border-box;
}
.foot-logo{
	width: 20%;
}
.foot-logo img{
	max-width: 100px;
}
footer nav{
	width: 80%;
}
footer nav ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
footer nav ul li{
	border-left: 1px solid #666;
}
footer nav ul li a{
	padding: 0 10px;
	font-size: 13px;
	color: #000;
}
footer nav ul li:first-child{
	border-left : none;
}
/*お問い合わせバナー*/
.banner {
    position: fixed;
    margin: 15px 20px;
    z-index: 99998;
    bottom: 0;
    right: 0;
    -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 40%);
    box-shadow: 0 0 7px rgb(0 0 0 / 40%);
}
.banner:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
}
.banner-close {
    position: absolute;
    top: -2px;
    right: -4px;
    width: 25px;
    height: 25px;
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
    align-items: center;
    font-weight: bold;
    border: none;
    background-color: #f8f8f8;
    border-radius: 50%;
    cursor: pointer;
    z-index: 99999;
}

.for-sp,.wrapper .drawer-hamburger{ display: none; }
@media screen and (max-width: 1300px) {
.top{ background-position: center center; }
.banner {	max-width: 30%; }
}
@media screen and (max-width: 896px) {
.for-pc,.contact-tel i.for-pc{ display: none; }
.for-sp,.contact-tel i.for-sp,.wrapper .drawer-hamburger{ display: inherit; }
/* ヘッダー領域 */
header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 10vh;
	padding: 25px 5%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-item: center;
	text-align: left;
	box-sizing: border-box;
	z-index: 1;
	/* position: static; */
}
.head-logo{
    width: 100%;
    text-align: right;
}
header nav{
	width: 100%;
}
header nav ul.drawer-menu{
	display: block;
	width: 100%;
	height: 100vh;
	padding: 20%;
	box-sizing: border-box;
	justify-content: space-between;
}
header nav ul li{
	margin-bottom: 30px;
}
header nav ul li a{
	color: #000;
}
.wrapper .drawer-hamburger-icon,.wrapper .drawer-hamburger-icon:after,.wrapper .drawer-hamburger-icon:before{
	height: 3px;
	background: #0f367a;
}
.wrapper .drawer-nav{
	background: #e1f2f4;
}
.drawer-overlay{ z-index: 0!important; }
/* メイン領域 */
/*トップ*/
.top{
	height: 65vh;
	margin-bottom: 40px;
	padding-bottom: 60px;
	background-position: 30%;
}
.top-cont{
	top: 70%;
	right: 10%;
	width:80%;
}
.top-cont p{
	margin-top: 5px;
	font-size: 19px;
	letter-spacing: 0;
}
.top-info{
	top: 70vh;
	right: 0;
	width: 100%;
	padding: 20px 10px;
	font-size:  14px;
	background: rgba(255,255,255,1);
	box-sizing: border-box;
}
/*コンテンツ*/
.separate-wrap{
	width: 100%;
	padding: 100px 0;
	z-index: 0;
}
.separate-wrap:after{
	content: "";
	width: 100%;
	height: 100%;
	background: #e1f2f4;
	z-index: -1;
}
	
.separate-wrap .sepa-cont{
	width: 100%;
	padding: 5% 0;
	box-sizing: border-box;
	text-align:center;
	z-index: 1;
}
.separate-wrap .sepa-cont h2{
    width: 80%;
    padding-left: 0;
    margin-bottom: 100px;
}
.separate-wrap .sepa-cont h2:after{
	position: absolute;
	top: 100px;
	left: 25%;
	display: block;
	content:"";
	width: 50%;
	height: 1px;
	background: #000;
}
.separate-wrap .sepa-cont h3{
	margin: 0 5% 30px;
	font-size: 26px;
	font-weight: bold;
	color: #0f367a;
	line-height: 1.8;
}
.separate-wrap .sepa-cont  p{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.separate-wrap .sepa-cont:last-child{
	padding-bottom: 20px;
}
.cont-wrap{
	width: 100%;
	padding: 100px 0;
	background: #e1f2f4;
}

.cont-wrap h2,.separate-wrap h2{
	display: inline-block;
	width: 90%;
	margin-bottom: 100px;
	font-size: 34px;
	font-weight: bold;
	color: #0f367a;
	line-height: 1;
	position: relative;
}
.cont-wrap h2.for-pc{
	display: none;
}
.cont-wrap h2:after,.separate-wrap h2:after{
	position: absolute;
	top: 80px;
	left: 25%;
	display: block;
	content:"";
	width: 50%;
	height: 1px;
	background: #000;
}
.flex-cont{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	display: block;
	flex-wrap: wrap;
}
.flex-cont .cont{
	width: 100%;
	padding: 0 5%;
	margin-bottom:  50px;
	box-sizing: border-box;
}
.flex-cont .cont h2{
	width: 80%;
	margin-bottom: 150px;
	text-align: left;
	position: relative;
}
.flex-cont .cont h2:after{
	position: absolute;
	top: 100px;
	left: 0;
	display: block;
	content:"";
	width: 50%;
	height: 1px;
	background: #000;
}
.flex-cont .cont h3{
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: bold;
	color: #0f367a;
	line-height: 1.5;
	text-align: left;
}
.flex-cont .cont p{
	margin-bottom: 30px;
	text-align: left;
}
/*about*/
#about.separate-wrap .sepa-cont h2,#about.separate-wrap .sepa-cont h3{
	text-align: left;
}
#about.separate-wrap .sepa-cont h2{
	width: 80%;
	left: -5%;
}
#about.separate-wrap .sepa-cont h2:after{
	left: 0;
}

/*機能と特徴*/
#function.cont-wrap{
	background: #e1f2f4;
}
.func-list{
	width: 90%;
	max-width: 1100px;
	margin: 150px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.func-list .func-cont{
	width: 100%;
	margin-bottom: 30px;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.func-list .func-cont i{
	width: 20%;
	font-size: 50px;
	color: #0f367a;
	text-align: center;
}
.func-list .func-cont div{
	width: 75%;
	font-size: 14px;
}
.func-list .func-cont div h4{
	margin-bottom: 0;
	font-size: 14px;
	font-weight: bold;
	color: #0f367a;
}
.func-list .func-cont div span{
	font-size: 11px;
}
/*写真帯*/
.photo-wrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.photo-wrap.four{
	margin-top: -120px;
}
.photo-wrap.four img{
	width: 50%;
	z-index:0
}
/*使い方*/
#howto.cont-wrap h2{
	width: 90%;
	max-width: 1100px;
	margin: 0 auto 150px;
	text-align: center;
	position: relative;
}
#howto.cont-wrap h2:after{
	position: absolute;
	top: 100px;
	left: 25%;
	display: block;
	content:"";
	width: 50%;
	height: 1px;
	background: #000;
}
.howto-wrap{
	width: 90%;
	max-width: 1100px;
	margin: 0 auto 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.howto-wrap .howto-cont{
	width: 100%;
	text-align: left;
}
.howto-wrap .howto-cont:first-child{
	margin-bottom: 40px;
}
.howto-wrap .howto-cont h3{
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
	color: #0f367a;
}
.howto-wrap .howto-cont h4{
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #0f367a;
}
.howto-wrap .howto-cont div{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.howto-wrap .howto-cont i{
	width: 20%;
	font-size: 60px;
	text-align: center;
}
.howto-wrap .howto-cont div div{
	width: 70%;
	font-size: 14px;
}
#howto.cont-wrap > p{
	width: 90%;
	max-width: 1100px;
	margin: 0 auto 100px;
	text-align: left;
}
/*施工例*/
#example.separate-wrap:after{
	right: 0;
	left: inherit;
}
/*製品ラインナップ*/
#lineup.cont-wrap{
	padding-bottom: 0;
	background: #e1f2f4;
}
#lineup.cont-wrap:after{
	display: none;
}
#lineup.cont-wrap h2{
	width: 90%;
	max-width: 1100px;
	margin: 0 auto 150px;
	position: relative;
}
.lineup h3{
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #0f367a;
}
.lineup h4{
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}
.lineup{
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lineup div{
	width: 50%;
	padding: 0 5%;
	margin-bottom: 50px;
	font-size: 12px;
	border-right: none;
	box-sizing: border-box;
}
.lineup div:nth-child(1+5){
	border-left: 1px solid #666;
}
.lineup img{
	width: auto;
	max-width: 70%;
	max-height: 290px;
	margin: 0 auto 10px;t
}
/*スマートアプリ*/
#smartplus.separate-wrap{
	margin-top: -250px;
}
#smartplus.separate-wrap:after{
	display: none;
}
#smartplus.separate-wrap .sepa-cont.two-photo.for-pc{
	display: none;
}
#smartplus.separate-wrap .sepa-cont img{
	width: 46%;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}
#smartplus.separate-wrap .sepa-cont.two-photo.for-sp{
	padding: 0 5%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
}
#smartplus.separate-wrap .sepa-cont h2{
	width: 100%;
	margin: 220px 0 100px;
	font-size: 22px;
}
#smartplus.separate-wrap .sepa-cont h2:after{
	top: 70px;
	width: 30%;
}
/*よくある質問*/
#faq.cont-wrap h2{
	display: inline-block;
	max-width: 1100px;
	margin: 0 auto 150px;
	position: relative;
}
#faq.cont-wrap h2:after{
	position: absolute;
	top: 100px;
	left: 25%;
	display: block;
	content:"";
	width: 50%;
	height: 1px;
	background: #000;
}
dl{
	width: 80%;
	max-width: 850px;
	margin: 0 auto 150px;
	text-align: left;
}
dt{
	padding: 20px 0 5px;
	font-size: 20px;
	font-weight: bold;
	color: #0f367a;
}
dd{
	padding: 20px 0;
	border-bottom: 1px solid #666;
}
/*お問い合わせ*/
#contact.cont-wrap{
	padding: 50px 0;
	margin-bottom: 50px;
}
#contact.cont-wrap > p br{
	display: none;
}
.contact{
	display: block;
}
.contact .tel{
	width: 100%;
	padding: 25px 0 25px 5%;
	margin-bottom: 50px;
	text-align: left;
}
.contact h4{
	display: inline-block;
	margin-bottom: 8px;
	font-size: 18px;
}
.contact h4 i{
	padding-right: .5em;
}
.contact .tel p{
	font-size: 12px;
}
.contact .tel span{
	width: 90%;
}
.contact .link{
	width: 100%;
}
.contact .link a{
	padding: 15px 2%;
	margin-bottom: 5px;
}
.contact .link a span{
	width: 80%;
}
.contact .link p{
	margin-bottom: 20px;
	font-size: 12px;
	
}
/* フッター領域 */
footer{
	width: 90%;
	max-width: 1100px;
	padding: 25px 5%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-item: center;
	text-align: left;
	box-sizing: border-box;
}
.foot-logo{
	width: 100%;
	margin-bottom: 20px;
	text-align: right;
}
.foot-logo img{
	max-width: 100px;
}
footer nav{
	width: 90%;
	margin-top: 10px;
}
footer nav ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
footer nav ul li{
	border-left: 1px solid #666;
	margin-bottom: 5px;
}
footer nav ul li a{
	padding: 0 10px;
	font-size: 11px;
	color: #000;
}
footer nav ul li:first-child{
	border-left: 1px solid #666;
}
.banner {
	max-width: 55%;
}
 .banner-close {
	top: -10px;
    right: 0;
}
}

@media (min-width: 751px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}