@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
	font-size: 62.5%;
}

html,body{
	height: 100%;
	width: 100%;
	overflow-x: hidden;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input[type="submit"] {
	-webkit-appearance: none;
	border: 0;
}

/*------------------------------
	base
------------------------------*/
a:link {color: #fff;text-decoration: none;}
a:visited {color: #fff;text-decoration: none;}
a:active {color: #313131;text-decoration: none;}
a:hover {color: #313131;text-decoration: none;}

.mb0 {margin: 0 0 0 0;}
.mb5 {margin: 0 0 5px 0;}
.mb10 {margin: 0 0 10px 0;}
.mb15 {margin: 0 0 15px 0;}
.mb20 {margin: 0 0 20px 0;}
.mb30 {margin: 0 0 30px 0;}
.mb40 {margin: 0 0 40px 0;}
.mb50 {margin: 0 0 50px 0;}
.mb60 {margin: 0 0 60px 0;}
.mb70 {margin: 0 0 70px 0;}
.mb80 {margin: 0 0 80px 0;}
.mb90 {margin: 0 0 90px 0;}
.mb100 {margin: 0 0 100px 0;}



body{
	font-family: Verdana,"Roboto","Droid Sans","游ゴシック","YuGothic","メイリオ","Meiryo","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",sans-serif;
	font-size: 1.5rem;
  line-height: 1.5;
	color: #555;
}

p {
	margin: 0 0 15px;
}

h1 img, dt img, li img{
	max-width: 100%;
	height: auto;
}


/*------------------------------
	header
------------------------------*/
.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 50px;
	background-color: #1a1a1a;
	box-shadow: 0 2px 6px rgba(0,0,0,.16);
 	z-index: 1000;
	overflow: hidden;
}
.global-nav {
  position: fixed;
  left: -320px; /* これで隠れる */
  top: 0;
  width: 300px; /* スマホに収まるくらい */
  height: 100vh;
  padding-top: 40px;
  background-color: #1a1a1a;
  transition: all .6s;
  z-index: 200;
  overflow-y: auto; /* メニューが多くなったらスクロールできるように */
}
.hamburger {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 60px; /* クリックしやすいようにちゃんと幅を指定する */
  height: 60px; /* クリックしやすいようにちゃんと高さを指定する */
  cursor: pointer;
  z-index: 300;
}
.global-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.global-nav__item {
  text-align: center;
  padding: 0 14px;
}
.global-nav__item a {
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  color: #fff;
}
.global-nav__item a:hover {
  background-color: #eee;
}
.hamburger__line {
  position: absolute;
  left: 11px;
  width: 25px;
  height: 2px;
  background-color: #fff;
  transition: all .6s;
}
.hamburger__line--1 {
  top: 14px;
}
.hamburger__line--2 {
  top: 20px;
}
.hamburger__line--3 {
  top: 26px;
}
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
  cursor: pointer;
}
/* 表示された時用のCSS */
.nav-open .global-nav {
  left: 0;
}
.nav-open .black-bg {
  opacity: .8;
  visibility: visible;
}
.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 20px;
}
.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}
.nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 20px;
}

a.menu {
	text-decoration: none;
	color: #fff;
}

a.home {
	text-decoration: none;
	color: #fff;
}

a.audition {
	text-decoration: none;
	color: #fff;
}
h1.title {
	color: #ffffff;
	text-align: center;
	margin: 10px;
	font-size: 2rem;
}
/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;/*最前面に*/
  width: 70%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 330px;/*最大幅（調整してください）*/
  height: 100%;
  background-color:rgba(26,26,26,0.5);/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/

}

#nav-content span {
  display: block;
  text-align: center;
  margin: 15px;
  padding: 4px;
  cursor: pointer;
  color: #d176d2;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

/*------------------------------
	footer
------------------------------*/
footer{
	color: #fff;
	font-size: 1.3rem;
	background: #b8ad94;
	margin-top: auto;
}

.f-innar{
	padding: 30px 20px 10px;
	margin: 0 auto 0px;
}

.f-innar ul{
	margin: 30px 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #fff;
}

.f-innar li{
	position: relative;
	margin: 0 0 5px;
}

.f-innar li a{
	padding: 0 0 0 12px;
}

.f-innar li::before{
	content: "";
	display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #fff;
}

.f-innar li:last-child{
	margin: 0;
}

.f-innar li:last-child::before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	position: static;
	width: 14px;
	height: 13px;
	border: 0;
	background: url(../img/top/tel.png) no-repeat left center;
	background-size: 14px;
	margin: -2px 5px 0 0;
}

.copyright{
	text-align: center;
	margin: 0;
}

/*------------------------------
	LP
------------------------------*/
#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
main{
	background: url(../img/cover.jpg) no-repeat center 10%;
	background-size: cover;
	height: 200px;
	overflow: hidden;
	margin: 50px 0 30px;
}
.read{
	font-size: 1.6rem;
	margin: 0 20px 50px;
}

.catchcopy{
	color: #fff;
	text-align: center;
	font-size: 1.8rem;
	background: #b8ad94;
	padding: 32px 0;
	position: relative;
}


.bg1{
	background: #eee7ea;
	background:linear-gradient(90deg,#fff 0%,#fff 50%,#eee7ea 50%,#eee7ea 100%);
	padding: 80px 0;
}

section h2{
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	color: #604443;
	margin: 0 0 30px;
}

section h2 span{
	display: block;
}

.merit dl{
	overflow: hidden;
	position: relative;
	padding: 0 0 150px;
}

.merit dl:first-child{
	padding: 0 0 50px;
	margin: 0 0 10px;
}

.merit dl.right-box dt{
	float: right;
}

.merit dl.left-box dt{
	float: left;
}

.merit dd{
	width: 80%;
	padding: 20px;
	background: #fff;
	box-shadow: 0 0 10px 2px rgba(55,55,55,.3);
	position: absolute;
	top: 140px;
}

.show p {
	font-size: 1.3rem;
}
.show2 p {
	font-size: 1.3rem;
}

.merit dl.right-box dd{
	left: 0px;
}

.merit dl.left-box dd{
	right: 0px;
}

.merit dd h3{
	font-size: 1.8rem;
	font-weight: bold;
	color: #916c6b;
	margin: 0 0 15px;
}

.bg2{
	background: #eee7ea;
	background:linear-gradient(90deg,#eee7ea 0%,#eee7ea 50%,#fff 50%,#fff 100%);
	padding: 80px 0 0;
	margin: 0 0 80px;
}

.chart dl{
	position: relative;
	margin: 0 20px 0px;
}

.chart dt{
	color: #fff;
	background: #916c6b;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	font-size: 2rem;
	line-height: 50px;
	text-align: center;
	position: absolute;
	top: -25px;
	left: 50%;
	margin: 0 0 0 -25px;
	z-index: 1;
}

.chart dd{
	background: #fff;
	border: 1px solid #916c6b;
	border-bottom: 0;
	padding: 35px 15px 55px;
}

.chart dl:last-child dd{
	border-bottom: 0;
	padding: 35px 15px 25px;
	position: relative;
}

.chart dl:last-child dd::after {
  position: absolute;
	bottom: -4vw;
  left: 0px;
  display: block;
  content: '';
  width: 51%;
  height: 20px;
  border-bottom: 1px solid #916c6b;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}

.chart dl:last-child dd::before {
  position: absolute;
	bottom: -4vw;
  right: 0px;
  display: block;
  content: '';
  width: 51%;
  height: 20px;
  border-bottom: 1px solid #916c6b;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.chart dd h3{
	font-size: 1.8rem;
	font-weight: bold;
	color: #916c6b;
	margin: 0 0 15px;
}

.chart dd h4{
	color: #fff;
	background: #cf9f4e;
	border-radius: 15px;
	text-align: center;
	font-size: 1.4rem;
	display: table;
	padding: 4px 12px 4px 20px;
	margin: 0 auto 20px;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.record{
	color: #d3a85e;
	font-size: 1.8rem;
	font-weight: bold;
	display:flex;
	flex-direction:row;
	align-items:center;
	margin: 0 20px 80px;
}

.record dt{
	margin: 0 20px 0 0;
	width: 100px;
	height: 100px;
}

.report{
	background: #eee7ea;
	padding: 0 0 80px;
	margin: 0 0 80px;
}

.report h2{
	text-align: center;
	font-size: 2rem;
	font-weight: normal;
	color: #fff;
	background: #d0868d;
	padding: 10px 0;
	margin: 0 0 60px;
	line-height: 1.8;
}

.report h2 img{
	width: 34px;
	height: auto;
	margin: -2px 5px 0 0;
	vertical-align: middle;
}

.report dl{
	background: #fff;
	padding: 20px;
	box-shadow: 0 0 10px 2px rgba(55,55,55,.3);
	margin: 0 20px 30px;
}

.report dt{
	margin: 0 0 10px;
}

.report dd .icon{
	margin: 0 0 15px;
}

.report dd .icon li{
	width: 18px;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
}

.report dd p.text{
	font-weight: bold;
	font-size: 1.5rem;
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #cdcdcd;
}

.report dd .point{
	display: flex;
	font-size: 1.4rem;
}

.report dd .point p{
	margin: 0;
}

.report dd .point span{
	margin: 0 10px 0 0;
}

.report dd .point img{
	width: 60px;
	height: auto;
}

.report dd .point em{
	display: block;
	color: #d0868d;
	text-align: center;
	font-weight: bold;
}

.voice {
  margin: 0 0 40px 50px;
}

.voice dl{
	position: relative;
	margin: 0 0 40px;
}

.voice dt{
	position: absolute;
	top: 35px;
	left: -20px;
	width: 100%;
}

.voice dt img{
	position: absolute;
	top: -35px;
	left: -20px;
	width: 90px;
	height: auto;
}

.voice dt span{
	background: #b8ad94;
	color: #fff;
	padding: 8px 0 8px 80px;
	margin: -10px -20px 0 0;
	display: block;
	font-size: 1.4rem;
}

.voice dd{
	padding: 100px 15px 20px;
	margin: 0 20px 0 0;
	background: #eee7ea;
}

.faq{
	background: url(../img/top/bg-pink.png) no-repeat center top;
	background-size: contain;
	padding: 100px 0 80px;
}

.faq dl{
	overflow: hidden;
}

.faq dt{
	background: #b8ad94;
	color: #fff;
	border-radius: 8px;
	padding: 12px 15px;
	margin: 0 20px 30px 0;
  width: 58%;
	float: right;
	position: relative;
}

.faq dd{
	background: #eee7ea;
	border-radius: 8px;
	padding: 12px 15px;
	margin: 0 0px 30px 30px;
	width: 58%;
	float: left;
	position: relative;
}

.faq dt span, .faq dd span{
	font-size: 1.8rem;
	margin: -3px 5px 0 0;
	display: inline-block;
	vertical-align: top;
}

.faq dt::before{
	content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(135deg);
	right: -10px;
  top: 9px;
  border-left: 15px solid #b8ad94;
  border-top: 15px solid #b8ad94;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.faq dt::after{
	content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(135deg);
	right: -15px;
  top: -3px;
  border-left: 15px solid #fff;
  border-top: 15px solid #fff;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.faq dd::before{
	content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(-45deg);
  left: -15px;
  top: 10px;
  border-left: 20px solid #eee7ea;
  border-top: 20px solid #eee7ea;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.faq dd::after{
	content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(-45deg);
  left: -20px;
  top: -5px;
  border-left: 20px solid #fff;
  border-top: 20px solid #fff;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.message{
	padding: 80px 20px;
	text-align: center;
	line-height: 2;
}

.message p {
    font-size: 1.3rem;
}

/*------------------------------
	form
------------------------------*/
.form-box h2{
	background: #d0868d;
	color: #fff;
	text-align: center;
	font-size: 1.8rem;
	padding: 10px 0;
	margin: 0 0 50px;
}

.form-box form{
	margin: 0 20px 20px;
}

.form-box form section{
	border-bottom: 1px solid #fff;
	margin: 0 0 30px;
}

.form-box form section select,
.form-box form section input{
	margin: 9px 0;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #ccc;
}

.form-box form label{
	color: #fff;
	background: #b8ad94;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	box-sizing: border-box;
	padding: 8px 10px;
}

.form-box form span.require{
	background: #fff;
	color: #d0868d;
	border-radius: 12px;
	text-align: center;
	font-size: 1.2rem;
	padding: 3px 10px;
	margin: 0 0 0 10px;
}

.form-box form section input{
	width: 100%;
	box-sizing: border-box;
	padding: 4px;
	height: 40px;
	font-size: 1.5rem;
}

.form-box input.lp_submit {
  background: #d0868d;
  color: #fff;
  font-size: 1.8rem;
  display: block;
  width: auto;
  height: auto;
  margin: 40px auto 60px;
  padding: 10px 35px 10px;
  border-radius: 6px;
}

.form-box input.lp_submit:hover{
	background: #53cde2;
	cursor: pointer;
}

.form-box .textarea textarea{
	margin: 9px 0;
	padding: 4px;
	border: 1px solid #ccc;
	width: 100%;
	height: 120px;
	box-sizing: border-box;
	font-size: 1.5rem;
}

.form-box ul{
	margin: 0 20px 80px;
}

.thanks{
	margin: 0 20px 80px;
}

.thanks h1{
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	padding: 0 0 8px;
	margin: 0 0 30px;
	color: #d0868d;
	border-bottom: 1px solid #b8ad94;
}

.thanks .back-btn{
	margin-top: 50px;
}

.thanks .back-btn a{
	color: #d0868d;
	position: relative;
	padding: 0 0 0 12px;
}

.thanks .back-btn a:hover{
	color: #333;
}

.thanks .back-btn a::before{
	content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #d0868d;
}


/*------------------------------
	animetion
------------------------------*/
.anime{
	overflow: hidden;
}

.anime dt, .anime dd{
	transition: 0.8s;
}

.show{
	opacity: 0;
	transform: translate(-60px,20px);
	-webkit-transform: translate(-60px,20px);
}

.show2{
	opacity: 0;
	transform: translate(60px,20px);
	-webkit-transform: translate(60px,20px);
}

.mv{
	opacity: 1.0;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
}


@media screen and (min-width:480px) {

main{
	background: url(../img/cover.jpg) no-repeat center 10%;
	background-size: cover;
	height: 300px;
	overflow: hidden;
	margin: 0 0 30px;
}

.merit-img {
	width: 100%;
}

}

@media screen and (min-width:768px) {

body{
	font-size: 1.6rem;
	line-height: 1.6;
}


/*------------------------------
			header
------------------------------*/
header{
	height: 500px;
	margin: 0 0 80px;
}

header h1{
	top: 30px;
	left: 30px;
}

header p{
	left: 30px;
	width: 300px;
}


/*------------------------------
			footer
------------------------------*/
.f-innar ul{
	overflow: hidden;
}

.f-innar li{
	float: left;
	margin: 0 15px 0 0;
}

.f-innar li:last-child{
	float: right;
	margin: 0;
}

/*------------------------------
	LP
------------------------------*/
.wrap{
	margin: 0 25px 40px;
}

main {
	background: url(../img/cover.svg) no-repeat center 50%;
	height: 600px;
	overflow: hidden;
	margin: 50px 0 30px;
}

p.preamble {
    width: 700px;
    margin: 100px auto 80px;
    background: rgba(218, 209, 209, 0.5);
    color: #1a1a1a;
    font-size: 2rem;
    padding: 20px;
    text-align: center;
    font-weight: bold;
}

.catchcopy{
	font-size: 2.2rem;
}

.catchcopy br.not{
	display: none;
}

.catchcopy:before{
	width: 120px;
	height: 85px;
	background: url(../img/top/flower-04.png) no-repeat right top, url(../img/top/flower-03.png) no-repeat left;
  left: 1%;
}

.catchcopy:after{
	width: 200px;
	height: 140px;
	background: url(../img/top/flower-02.png) no-repeat left bottom, url(../img/top/flower-01.png) no-repeat right top;
	bottom: -20px;
	right: 1%;
}

section h2{
	font-size: 2rem;
}

.merit dl, .merit dl:first-child{
	padding: 0;
	margin: 0 0 60px;
}

.merit dl.right-box dd{
	left: 20px;
}

.merit dl.left-box dd{
	right: 20px;
}

.merit dd{
	width: 60%;
	top: 60px;
}

.chart dl:last-child dd::after {
	bottom: -4.3vw;
	width: 50.8%;
	left: -1px;
}

.chart dl:last-child dd::before {
	bottom: -4.3vw;
	width: 50.8%;
	right: -1px;
}

.report dl{
	width: 40%;
}

.report-box dl{
	margin: 0 auto 30px 15%;
}

.report-box dl:nth-child(even){
	margin: 0 15% 30px auto;
}

.record{
	width: 400px;
	margin: 0 auto 80px;
}

.voice dt span{
	margin: -10px 0px 0 0;
}

.voice dd{
	padding: 100px 30px 20px;
	margin: 0 30px 0 0;
}

.faq{
	background: url(../img/top/bg-pink.png) no-repeat center top;
	background-size: 100%;
	padding: 100px 0 80px;
}

.faq dt{
	padding: 12px 18px;
	margin: 0 50px 60px 0;
	width: 48%;
}

.faq dd{
	padding: 12px 18px;
	margin: 0 0px 60px 50px;
	width: 48%;
}



}

@media screen and (min-width:1024px) {


/*------------------------------
			header
------------------------------*/
header{
	height: 700px;
}

header p{
	width: 400px;
}

/*------------------------------
			footer
------------------------------*/
.f-innar{
	width: 980px;
	padding: 30px 0px 10px;
}

/*------------------------------
	LP
------------------------------*/
.read{
	width: 700px;
	margin: 0 auto 80px;
}

.catchcopy{
	font-size: 3rem;
}


.merit{
	width: 980px;
	margin: 0 auto 0px;
}

.show p {
    font-size: 1.6rem;
}

.show2 p {
    font-size: 1.6rem;
}
.merit-img {
    width: 630px;
    height: 400px;
}
.merit dd{
	width: 45%;
	top: 80px;
}

.bg2{
	margin: 0 0 130px;
}

.chart dl{
	margin: 0 auto 60px;
	width: 700px;
}

.chart dl:last-child{
	margin: 0 auto 0px;
}

.chart dd, .chart dl:last-child dd{
	padding: 35px 25px 25px;
}

.chart dl:last-child dd::after {
	bottom: -31px;
}

.chart dl:last-child dd::before {
	bottom: -31px;
}

.chart dt{
	position: absolute;
	top: -25px;
	left: -25px;
	margin: 0;
}

.chart dd{
	border: 1px solid #916c6b;
}

.report dl{
	margin: 0;
	width: auto;
}

.report-box{
	width: 980px;
	margin: 0 auto;
	display: grid;
  grid-gap: 25px;
  grid-template-columns: 1fr 1fr 1fr;
}

.report-box dl:nth-child(even){
	margin: 0;
}

.voice{
	width: 980px;
	margin: 0 auto 40px;
	display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}

.voice dl{
	width: 45%;
	margin: 0 75px 65px 0;
}

.voice dl:nth-child(2n), .voice dl:last-child{
	margin: 0 0 65px 0;
}

.voice dd{
	height: 180px;
	padding: 100px 30px 20px;
	margin: 0;
}


.faq{
	background: url(../img/top/bg-pink.png) no-repeat center top;
	background-size: 97%;
	padding: 180px 0 80px;
}

.faq dl{
	overflow: hidden;
	width: 980px;
	margin: 0 auto;
}

.message{
	padding: 80px 0;
	margin: 0 auto 60px;
	width: 700px;
	font-size: 1.8rem;
}
.message p {
    font-size: 1.8rem;
}
/*------------------------------
	form
------------------------------*/
.form-box form{
	width: 980px;
	margin: 0 auto 20px;
}

.form-box form section{
	margin: 0 0 0px;
}

.form-box form label{
	width: 230px;
	padding: 12px 12px;
}

.form-box form section select,
.form-box form section input{
	margin: 8px 15px;
}

.form-box form section input{
	width: 70%;
}

.form-box .textarea{
	display: flex;
}

.form-box .textarea textarea{
	margin: 8px 15px;
	width: 70%;
}

.form-box ul{
	width: 980px;
	margin: 0 auto 80px;
}

.thanks{
	width: 980px;
	margin: 0 auto 100px;
}

.thanks h1{
	font-size: 2.4rem;
}


}
#pagetop {
    position: fixed;
    bottom: 10px;
    right: 30px;
}
