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

@font-face {
   	font-family: 'Roboto','Montserrat','Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo,sans-serif;
    font-style: normal;
    font-weight: 400;
    src: local("Noto Sans CJK JP"),
         url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
         url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
         url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
 }

html{
	font-size: 62.5%; /*16px ×62.5％=10px*/
}
body{
  	font-family: 'Roboto','Montserrat','Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", YuGothic, Meiryo,sans-serif;
	color: #282828;
	font-weight: 400;
	font-size: 1.6rem;
    font-feature-settings: "palt";
	letter-spacing: 0.03em;
	line-height: 1.45;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
/*
	max-width: 1300px;
	margin: 0 auto;
*/
	box-sizing: border-box;
	text-align: justify;
	margin: 0;
}
a:hover {
	opacity: 0.5 ;
}
img{
	max-width: 100%;
	height: auto;
}
header{
	position: fixed;
  	top: 0;
	width: 100%;
	z-index: 100;
}
.is-sp{
	display: none;
}
.is-pc{
	display: block;
}
.header{
	display: flex;
	justify-content: space-between;
	padding: 25px 25px;
}
.header ul {
	width: calc(65% - 150px);
	display: flex;
	justify-content: space-between;
	align-items: center;	
}
.header ul li{
	margin-right: 10px;
}
.header ul li a{
	color: #fff;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 500;
	text-shadow: 1px 2px 7px rgba(30,30,30,0.3);
}
.header.change-color {
  background-color: rgba(14,14,14,0.5);
  transition: 0.3s;
}
.nav-cta{
	background: #F9D204!important;
    border-radius: 30px!important;
	padding: 4px 35px;
    box-shadow: 0 4px 0 0 #898989!important;
	color: #5C5C5C!important;
	text-shadow: none!important;
}
.side-cta{
	position: fixed;
	right: 0;
	top: 200px;
	writing-mode: vertical-rl;
	background-color: #F9D204;
	border-radius: 20px 0px 0px 20px;
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 0.3rem;
	border: 1px solid #ff6000;
	z-index: 100;
}
.side-cta a{
	color: #FF6A0F!important;
	text-shadow: 1px 2px 0px #ffffff;
	display: inline-block;
	padding: 20px 15px;
}
.key-view{
	background-image: url("../img/keyview.jpg");
	background-repeat: no-repeat;
    background-size: cover;
	background-position: center center;
}
.key-wrap{
	position: relative;
}
.key-textwrap{
	max-width: 600px;
	height: 700px;
	position: relative;
	top: 280px;
	left: 8vw;
}
.sub-title{
	color: #F9D204;
	font-size: 2.5rem;
	font-weight: 600;
	text-shadow: 0px 2px 5px rgba(0,0,0,0.69);
	letter-spacing: 0.15em;
	position: absolute;
    top: -82px;
    left: 12px;
    transform: rotate(-6deg);
}
.sub-title::after{
	position: relative;
	content: url("../img/line.png");
	
	content: '';
    display: inline-block;
    width: 36px;
    height: 40px;
    background-image: url(../img/line.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 3px;

}
.sub-title span{
	font-size: 4rem;
	transform: skew(10deg, 10deg);
}
.key-textwrap h1{
	color: #F9D204;
	font-style: italic;
	text-shadow: 0px 2px 5px rgba(0,0,0,0.69);
	font-weight: 600;
	font-size: 4rem;
	letter-spacing: 0.1em;
}
.fs-2{
	font-size: 5rem;
}
.fs-3{
	font-size: 8rem;
	letter-spacing: 0.1em;
}
.key-textwrap ul{
	max-width: 560px;
	margin: 15px 0  0 15px;
	color: #fff;
	display: flex;
	justify-content: space-between;
}
.key-textwrap ul li{
	text-align: center;
	font-weight: 500;
}
.key-textwrap ul li p{
	margin-bottom: 8px;
	font-size: 1.4rem;
	text-shadow: 1px 2px 14px #000000;
	letter-spacing: 0.05em;
	display: flex;
	justify-content: center;
	font-weight: 600;
}
.key-textwrap ul li p::before,
.key-textwrap ul li p::after {
  	position: relative;
    display: inline-block;
    content: "";
    background: #fff;
    width: 2px;
    height: 1.3em;
    margin: 0 1em;
    margin-top: 0em;
    vertical-align: middle;
}
.key-textwrap ul li p::before {
  transform: rotate( -35deg);
}
.key-textwrap ul li p::after {
  transform: rotate( 35deg);
}
.cta-download{
	width: 200px!important;
	display: inline-block!important;
	text-align: center;
	background: #F9D204!important;
    border-radius: 30px!important;
	padding: 7px 29px;
	border: 2px solid #fff;
	color: #5C5C5C!important;
	font-size: 1.6rem;
	letter-spacing: 0.08em;
	font-weight: 600;
}
.cta-contact{
	width: 200px!important;
	display: inline-block!important;
	text-align: center;
	background: #fff!important;
    border-radius: 30px!important;
	border: 2px solid #F9D204;
	padding: 7px 29px;
	color: #5C5C5C!important;
	letter-spacing: 0.08em;
	font-size: 1.6rem;
	font-weight: 500;
}
.bg_gray{
	background-color: #EBEBEB;
}
.mw-1060{
	max-width: 1060px;
	margin: 0 auto;
	padding: 0 10px;
}
h2{
	padding: 0.2rem;
	font-weight: 600;
	font-size: 2.8rem;
	text-align: center;	
	letter-spacing: 0.05em;
	padding: 80px 0 54px;
}
h2 span{
	background:linear-gradient(transparent 70%, #F9D204 0%);
}
/*吉祥寺ビジョンが選ばれる理由*/
.icon-wrap{
	margin-top: 20px;
	padding-bottom: 60px;
}
.icon-wrap ul{
	display: flex;
	justify-content: space-around;
}
.icon-wrap ul li{
	width: 29%;
	text-align: center;
}
.icon-wrap ul li h3{
	font-size: 2.2rem;
	letter-spacing: 0.08em;
	font-weight: 600;
	color: #FF6A0F;
	position: relative;
	top: 25px;
}
.icon-wrap ul li p{
	max-width: 222px;
    margin: 8px auto 0;
	line-height: 3rem;
	text-align: justify;
	font-weight: 500;
	font-size: 1.7rem;
}
.icon-wrap ul li p span{
	color: #FF6A0F;
	font-weight: 600;
}
/*吉祥寺周辺のご利用企業様*/
.logo-wrap-up{
	display: flex;
	justify-content: space-between;
}
.mw-860{
	max-width: 860px;
	margin: 0 auto;
}
.logo-wrap-down{
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px!important;
}
.logo1{
	margin-top: 30px;
}
.logo2{
	margin-top: 30px;
}
.logo3{
	margin-top: 30px;
}
.logo5{
	margin-top: 30px;
}
.logo6{
	margin-top: 30px;
}
.logo7{
	margin-top: 18px;
	width: 235px;
}

.triangle {
	position: relative;
	background: #FF873D;
	text-shadow: 2px 2px 5px #ff731d;
	padding: 23px 0;
	margin-top: 40px;
	text-align: center;
	color: #fff;
	font-size: 2.6rem;
	font-weight: 500;
}
.triangle::before {
	content: '';
	position: absolute;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 20px;
	border-color: #FF873D transparent transparent transparent;
	left: 50%;
	transform: translateX(-50%) translateY(100%);
}

.voice-wrap{
	padding: 0 10px 90px 10px;
}
article {
    height: 329px;
	position: relative;
}
.feat-img {
    width: 270px;
    position: absolute;
	top: 30px;
    z-index: 2;
	filter: drop-shadow(2px 2px 0.34rem #d4d4d4);
    
}
.voice-txtwrap {
    border-radius: 34px;
    background-color: #fff;
    padding: 40px 32px 20px 54px;
    margin-left: 238px;
    position: absolute;
    top: 101px;
    right: 0;
    z-index: 1;
	box-shadow: 0px 0px 10px -6px rgb(0 0 0 / 60%);
}
.company-name{
	font-size: 2.1rem;
    font-weight: 500;
    margin-bottom: 19px;
    padding: 0.9rem 0;
    background-image: linear-gradient(90deg, #F9D204 0 15%, #dedede 20%);
    background-repeat: no-repeat;
    background-size: 100% 6%;
    background-position: bottom;
}
.voice-txt{
	position: relative;
	padding: 19px 16px;
	 font-size: 1.7rem;
	line-height: 2.8rem;
}

.voice-txt::before, .voice-txt::after {
	content: '';
	width: 22px;
    height: 22px;
	position: absolute;
}

.voice-txt::before {
	border-left: solid 2px #C6C6C6;
    border-top: solid 2px #C6C6C6;
    top: 2px;
    left: 2px;
}

.voice-txt::after {
	border-right: solid 2px #C6C6C6;
	border-bottom: solid 2px #C6C6C6;
	bottom: 3px;
	right: 0;
}
.feat-img-mid {
	right: 0;
	top: 205px;
}
.voice-txtwrap-mid{
	border-radius: 34px;
    background-color: #fff;
    padding: 40px 53px 29px 37px;
    margin-right: 238px;
    position: absolute;
    top: 101px;
    left: 0;
    z-index: 1;
	box-shadow: 0px 0px 10px -6px rgb(0 0 0 / 60%);
}
.mt-30{
	margin-bottom: 42px;
}
.campaign{
	position: relative;
	height: 407px;
	background-image: url("../img/dot_back.png");
	background-repeat: no-repeat;
    background-size: cover;
	background-position: center center;
}
.cmp-img{
	position: absolute;
  	left: 50%;
	top: 17%;
  	transform: translateY(-14%) translateX(-50%);
  	-webkit- transform: translateY(-50%) translateX(-50%);
  	margin: auto;
	z-index: 10;
}
.cta{
	background-image: url("../img/cta-back.jpg");
	background-repeat: no-repeat;
    background-size: cover;
	background-position: center center;
}
.cta-inner{
	text-align: center;
	color: #F9D204;
	padding: 30px 5px;
}
.text1{
	font-size: 2rem;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.08em;
	display: flex;
	text-align: center;
	justify-content: center;/* 横位置の調整 */
}
.text1::before,
.text1::after {
  content: '';
  flex-grow: 0.05;/* 余白を分け与える */
  height: 1px;
  background: #F9D204;
  margin-top: 10px;
}
.text2{
	font-size: 5rem;
    font-style: italic;
    font-weight: 600;
    letter-spacing: 0.09em;
    margin-bottom: 7px;
}
.text3{
	font-size: 2.5rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}
.text3 span{
	background-color: #F9D204;
	color: #43444B;
}
.text4{
	color: #fff;
	font-weight: 600;
}
.cta-tel{
	font-size: 3rem;
	font-weight: 600;
	color: #F9D204;
}

.cta ul{
	max-width: 560px;
    margin: 0 auto 25px;
    color: #fff;
    display: flex;
    justify-content: space-between;
}
.cta ul li p {
    margin-bottom: 8px;
    font-size: 1.4rem;
    text-shadow: 1px 2px 14px #000000;
    letter-spacing: 0.05em;
    display: flex;
    justify-content: center;
	font-weight: 600;
}
.cta ul li p::before {
    transform: rotate( -35deg);
}
.cta ul li p::after {
    transform: rotate( 35deg);
}
.cta ul li p::before, .cta ul li p::after {
    position: relative;
    display: inline-block;
    content: "";
    background: #fff;
    width: 2px;
    height: 1.3em;
    margin: 0 1em;
    margin-top: 0em;
    vertical-align: middle;
}
.mw-900{
	max-width: 900px;
	margin: 0 auto;
}
.faq{
	padding-bottom: 60px;
}
.faq dl{
	background-color: #fff;
	border-radius: 34px;
    background-color: #fff;
    padding: 30px;
	margin-bottom: 25px;
}
.faq dt{
	display: flex;
	font-size: 2.2rem;
	font-weight: 600;
	color: #FF6A0F;
	align-items: center;
}
.faq dt::before{
	content: '';
  	display: inline-block;
  	width: 36px;
    height: 40px;
  	background-image: url("../img/q_faq.png");
  	background-size: contain;
	background-repeat:no-repeat;
    margin-right: 9px;

}
.faq dd{
	font-size: 1.7rem;
	margin-left: 10px;
	margin-top: 17px;
	line-height: 2.6rem;
}

footer{
	border-top:none;
	background-color: #272727;
	text-align: center;
	padding: 30px 10px 13px;
	margin-top: 0;

}
footer ul {
	display: flex;
	justify-content: space-between;
	max-width: 280px;
	margin: 20px auto 28px;
}
footer ul a{
	color: #fff;
}
small{
	color: #fff;
	font-size: 1.3rem;
}
/*問い合わせ・資料請求*/
.cta-header{
	background-color: rgba(14,14,14,0.5);
    transition: 0.3s;
}
.pankuzu{
	max-width: 1200px;
	margin: 0 auto;
	padding: 110px 0 0 20px;
	font-size: 1.4rem;
}
.pankuzu a{
	color: #3d87ff;
    text-decoration: underline;
}
.contact-h2{
background: linear-gradient(transparent 70%, #F9D204 0%);
}
.contct-wrap{
	max-width: 900px;
	margin: 0 auto;
	padding: 0px 10px 70px;
	color: #191919;
}
.contact-text{
	font-size: 1.5rem;
    line-height: 2.1rem;
}
.contact-tel{
	color: #3d87ff;
	font-size: 2.2rem;
	font-weight: 600;
	padding-top: 20px;
}
.contact-text-warning{
	font-size: 1.2rem;
    line-height: 1.7rem;
	margin-top: 30px;
}
.contact-text-warning a{
	color: #3d87ff;
	text-decoration: underline;
}
.form-wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	padding-top: 40px;
}
.form-detail{
	width: 65% ;
	box-sizing: border-box;
}
.form-lab {
	display: block;
	margin-bottom: 5px;
	font-size: 1.4rem;
	font-weight: 600;
} 
.must{
	display: inline-block;
    background-color: #f76157;
    color: #fff;
    padding: 4px;
    font-size: 1.2rem;
    line-height: 0.8rem;
    margin-left: 7px;
}
.form-lab-wrap{
	margin-bottom: 15px;
}
.form-lab-wrap2{
	margin-bottom: 24px;
}
.name-wrap{
	display: flex;
	justify-content: space-between;
}
.input-text {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    outline: none;
    height: 42px;
    padding: 12px 16px;
    vertical-align: middle;
}
.last-name{
	width: 49%;
}
.first-name{
	width: 49%;
}

.radio-lab{
	min-height: 18px;
    margin-bottom: 0;
    font-weight: normal;
	cursor: pointer;
	padding-right: 25px;
	font-size: 0.95rem;
}

.input-radibox{
	vertical-align: unset;
	margin-right: 3px;
}
.checkbox-lab{
	min-height: 18px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
	padding-right: 25px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.form-select {
    display: inline-block;
    position: relative;
    border: 1px solid #eee;
    vertical-align: middle;
}
.form-select::before {
    position: absolute;
    top: 18px;
    right: 16px;
    width: 0;
    height: 0;
    border-width: 10px 5px 0 5px;
    border-style: solid;
    border-color: #696969 transparent transparent transparent;
    content: "";
    pointer-events: none;
}
.form-select select {
    webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
    width: 200px!important;
    padding: 12px 16px!important;
    border: none!important;
    outline: 0!important;
    background-color: #f2f2f2!important;
    border: 1px solid #f2f2f2!important;
    background-image: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    text-indent: 0.01px!important;
    text-overflow: ellipsis!important;
    cursor: pointer!important;
    margin-bottom: 0!important;
    height: 42px;
}
.request-text{
	height: 200px;
}
.contct-button-wrap{
    margin-top: 30px;
}

.contct-button{
    font-size: 1.7rem;
    background-color: #3d87ff;;
    color: #fff;
    border: none;
    padding: 8px 15px;
    letter-spacing: .06em;
	font-weight: 600;
	cursor:pointer;
}
.contct-button:hover{
  opacity:0.6
}
.privacy-policy-wrap {
    margin-top: 30px;
    line-height: 1.7rem;
    font-size: 1.3rem;
}
.privacy-policy{
	margin-bottom: 20px;
}

.pp-heading{
	margin-bottom: 5px;
	font-weight: 700;
	
}
.privacy-policy-text{
	margin-bottom: 20px;
}
.privacy-policy-text a{
	color: #3d87ff;
	text-decoration: underline;
}

.form-note{
	width: 30% ;
}
.contact-h3{
	margin-bottom: 20px;
}
.contact-note{
	margin-bottom: 20px;
    font-size: 1.3rem;
    line-height: 1.8rem;
}
.contact-note a{
	color: #3d87ff;
    font-size: 1.7rem;
    font-weight: 600;
}

/*--------------------
登録完了／エラー　thanks/error
--------------------*/
.after-wrap {
    max-width: 700px;
    margin: 0 auto;
   	padding: 10px 20px 30px;
	color: #191919;
}
.after-title{
	font-size: 2rem;
	font-weight: 600;
	margin: 10px 0 30px;
}
.after-text{
	margin-bottom: 20px;
	font-size: 1.5rem;
    line-height: 2rem;
	font-weight: 500;
}
.after-text a {
	font-weight: 600;
	color: #3d87ff;
	text-decoration: underline;
}
@media (max-width: 750px) {
/*--------------------
トップ　top
--------------------*/
	.is-sp{
	display: block;
}
	.is-pc{
	display: none;
}
	header{
	position: fixed;
  	top: 0;
	width: 100%;
	z-index: 100;
}	.header {
    	padding: 14px 17px;
	}
	.header ul {
    	display: none;
	}
	.side-cta {
    	position: fixed;
    	right: auto;
		top: auto;
		bottom: 8px;
		left: 50%;
		transform: translate(-50%,0);
    	width: 360px;
    	writing-mode: horizontal-tb;
    	border-radius: 13px;
    	font-size: 1.8rem;
    	font-weight: 600;
    	letter-spacing: 0.3rem;
    	border: 1px solid #ff6000;
    	z-index: 100;
		text-align: center;
	}
	.side-cta a {
    	padding: 12px 3px;
	}
	
	.key-view {
    	background-image: url("../img/SP_keyview.jpg");
	}
	.key-textwrap {
    	max-width: 356px;
    	height: 640px;
    	position: relative;
    	top: 163px;
    	left: 50%;
    	transform: translateX(-50%);
	}
	.sub-title {
		font-size: 1.7rem;
		eft: 6px;
	}
	.sub-title::after {
	    width: 29px;
    	height: 33px;
    	margin-left: 3px;
	}
	.key-textwrap h1 {
    	color: #F9D204;
    	font-style: italic;
    	text-shadow: 0px 2px 5px rgba(0,0,0,0.69);
    	font-weight: 600;
    	font-size: 1.9rem;
    	letter-spacing: 0.1em;
	}
	.fs-2 {
    	font-size: 3.2rem;
	}
	.fs-3 {
    	font-size: 4.6rem;
    	letter-spacing: 0.1em;
	}
	.key-textwrap ul {
    	max-width: 350px;
    	margin: 116px auto 0;
    	color: #fff;
    	display: block;
    	justify-content: space-between;
	}
	.key-textwrap ul li {
    	text-align: center;
    	font-weight: 500;
    	margin-top: 34px;
	}
	h2 {
    	font-size: 2rem;
		padding: 50px 0 20px;
	}
	.icon-wrap {
    	margin-top: 0px;
	}
	.icon-wrap ul {
    	display: block;
    	max-width: 350px;
    	margin: 0 auto;
	}
	.icon-wrap ul li h3 {
    font-size: 2.5rem;
    top: 16px;
	}
	
	.icon-wrap ul li {
    	width: auto ;
	}
	.icon-wrap ul img {
    	width: 230px;
	}
	.icon-wrap ul li p {
    	max-width: 321px;
    	margin: 8px auto 50px;
    	font-size: 1.5rem;
	}
/*吉祥寺周辺のご利用企業様*/
.logo-wrap-up{
	max-width: 350px;
	margin: 0 auto;
}
.mw-860{
	max-width: 860px;
	margin: 0 auto;
}
.logo-wrap-down{
	max-width: 297px;
	margin: 0 auto;
}
	.logo-wrap-up li{
		width: 23%;
	}
	.logo-wrap-down li{
		width: 29%;
	}
.logo1{
	margin-top: 12px;
}
.logo2{
	margin-top: 15px;
}
.logo3 {
    margin-top: 17px;
}
	.logo4 {
    margin-top: 9px;
}
.logo5 {
    margin-top: 27px;
}
.logo6{
	margin-top: 30px;
}
.logo7{
	margin-top: 26px;
	width: 235px;
}
	
	
	
	.triangle {
    padding: 23px 10px;
    margin-top: 40px;
    font-size: 1.9rem;
	}
	.voice-wrap {
    	padding: 0 10px 233px 10px;
	}
	
	article {
    	height: 379px;
    	position: relative;
	}
	.mt-30 {
    	margin-top: -50px;
    	margin-bottom: 297px;
	}
	.feat-img {
		width: 200px;
	}
	.voice-txtwrap {
    	border-radius: 28px;
   		background-color: #fff;
    	padding: 36px 28px 16px 24px;
    	margin-left: 38px;
    	position: absolute;
    	top: 141px;
    	right: 0;
    	z-index: 1;
    	box-shadow: 0px 3px 9px -3px rgb(0 0 0 / 60%);
	}
	.voice-txtwrap-mid {
    border-radius: 28px;
    background-color: #fff;
    padding: 36px 28px 16px 24px;
    margin-right: 38px;
    position: absolute;
    top: 311px;
    left: 0;
    z-index: 1;
    box-shadow: 0px 0px 10px -6px rgb(0 0 0 / 60%);
}
	.voice-txt {
    	position: relative;
    	padding: 13px 13px;
    	font-size: 1.6rem;
    	line-height: 2.8rem;
	}
	.campaign {
    	position: relative;
    	height: 137px;
    	background-image: url(../img/dot_back.png);
    	background-repeat: no-repeat;
    	background-size: cover;
    	background-position: center center;
	}
	.cmp-img {
    	width: 348px;
    	position: absolute;
    	left: 49%;
    	top: 20%;
    	transform: translateY(-14%) translateX(-50%);
    	-webkit- transform: translateY(-50%) translateX(-50%);
    	margin: auto;
    	z-index: 10;
	}
	.cta {
    	background-image: url(../img/sp-cta-back.jpg);
	}
	.text1 {
    	font-size: 1.7rem;
	}
	.text1::before, .text1::after {
    	flex-grow: 0.09;
	}
	.text2 {
		font-size: 3.6rem;
	}
	.text3 {
    	font-size: 1.5rem;
    	margin-bottom: 36px;
	}
	.cta ul {
    	max-width: 560px;
    	display: block;
		margin: 0px auto 39px;
	}
	.cta ul li{
		margin-bottom: 40px;
	}
	.faq {
    	padding: 0 10px 60px;
	}
	.qa-wrap{
		margin-top: 35px;
	}
	.faq dl {
    	border-radius: 20px;
    	padding: 17px;
    	margin-bottom: 17px;
	}
	.faq dt {
    	font-size: 1.7rem;
	}
	.faq dd {
    	font-size: 1.5rem;
    	line-height: 2.8rem;
	}
	footer {
    	padding: 30px 10px 71px;
	}
	
	
/*--------------------
問合せ　contact
--------------------*/
	.contct-wrap {
    	padding: 0px 10px 70px;
	}
	.contact-text {
    	font-size: 1.4rem;
    	line-height: 1.9rem;
     	margin-bottom: 6px;
	}
	.contact-tel {
	    font-size: 1.9rem;
	}
	.contact-text-warning {
    	font-size: 1.2rem;
    	line-height: 1.6rem;
		margin-top: 26px;
	}
	.form-wrap {
	    display: block;
    	justify-content: space-between;
    	padding-top: 30px;
	}
	.form-detail {
    	width: 100%;
	}
	.form-note {
    	width: 100%;
    	margin-top: 65px;
	}
/*--------------------
問合せ　contact　END
--------------------*/

/*--------------------
問合せ完了orエラー
--------------------*/
	.after-wrap {
    	max-width: 700px;
    	color: #191919;
	}
/*--------------------
問合せ完了orエラー END
--------------------*/

}


/*問い合わせ・資料請求　END*/

