@charset "UTF-8";
.d-flex {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
.f-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.f-nowrap {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.jc-start {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.jc-end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.jc-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.jc-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.ai-start {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.ai-end {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.ai-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.ac-center {
	-ms-flex-line-pack: center;
	align-content: center;
}
.order-1 {
	-webkit-box-ordinal-group:2;
	-ms-flex-order:1;
	order:1;
}
.order-0 {
	-webkit-box-ordinal-group:1;
	-ms-flex-order:0;
	order:0;
}
.box-borderbox {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.flex-center {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
}
.flex-center > * {
	width: 100%;
}

#contents {
	background:url(../images/faq/bg_faq01.jpg) repeat-y center top;
}
#mainBg {
	background:url(../images/faq/bg_faq02.jpg) no-repeat center top;
}

/* .btnArea */
.btnArea {
	margin:0 -15px;
	padding-bottom:100px;
	text-align:center;
}
.btnArea li {
	display:inline-block;
	vertical-align:top;
	margin:0 -2px;
	padding:0 15px 27px;
}

/* line */
#linePage * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
section {
	text-align: center;
}

#service {
	background: url("../images/line/bg01.jpg") top center no-repeat;
	background-size: cover;
	padding: 100px 0 50px
}
#melit {
	background: url("../images/line/bg02.jpg") top center no-repeat;
	background-size: cover;
	padding: 50px 0;
}
#touroku{
	background: url("../images/line/bg03.jpg") top center no-repeat;
	background-size: cover;
	padding: 100px 0 20px;
}
#point {
	background: url("../images/line/bg04.jpg") top center no-repeat;
	background-size: cover;
	padding: 100px 0 50px
}
h2 {
	font-size: 40px;
	font-weight: 400;
	margin-bottom: 30px;
}
h2+p {
	font-size: 24px;
	margin-bottom: 40px;
}
img {
	max-width: 100%;
	height: auto;
}
.melitWrap > p.flex-center {
	background: url("../images/line/melit_icon.png") center center no-repeat;
	background-size: contain;
	width: 192px;
	height: 189px;
	color: #fff;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	-webkit-text-orientation: upright;
	text-orientation: upright;
	font-size: 20px;
	font-weight: 400;
}
.melitWrap dl {
	width: 785px;
	text-align: left;
}
.melitWrap dt {
	font-size: 25px;
	background: url("../images/line/border1.png") left bottom no-repeat;
	background-size: 100% auto;
	margin-bottom: 15px;
	padding-bottom: 5px;
}
.melitWrap dd p {
	width: 380px;
	font-size: 14px;
}
.melitWrap dd figure {
	width: 360px;
}
.melitWrap:not(:first-of-type) {
	margin-top: 50px;
}
.tourokuWrap dl {
	width: 485px;
	text-align: left;
	margin-bottom: 50px;
}
.tourokuWrap dt {
	position: relative;
	padding-left: 80px;
	margin-bottom: 30px;
}
.num {
	background: url("../images/line/touroku_icon.png") center center;
	background-size: cover;
	color: #fff;
	font-size: 28px;
	width: 70px;
	height: 70px;
	position: absolute;
	left: 0;
	top: 0;
}
.tourokuWrap h3 {
	font-size: 24px;
	color: #c49a6d;
	padding-top: 15px;
	background: url("../images/line/border2.png") left bottom no-repeat;
	background-size: 100% auto;
}
.tourokuWrap dd p {
	width: 230px;
	font-size: 14px;
}
.tourokuWrap dd figure {
	width: 180px;
	text-align: center;
}
img[src*="touroku01"] {
	width: 140px;
}
img[src*="touroku02"],img[src*="touroku02"] {
	width: 185.5px;
}
#point h2+p small {
	display: block;
	font-size: 20px;
}
.pointWrap dl {
	text-align:left;
	margin-bottom: 40px;
}
.pointWrap dl:first-of-type {
	margin-right: 60px;
}
.pointWrap dd {
	width: 250px;
	font-size: 14px;
	padding-left: 30px;
}
.note h3 {
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #000;
}
.note h3+p {
	display: inline-block;
	text-align: left;
	font-size: 14px;
	margin-bottom: 20px;
}
.note li {
	font-size: 14px;
	width: 370px;
	background: url("../images/line/dot.png") left center repeat-x;
	margin: 2px 40px;
}
.note li p,.note li span {
	background: url("../images/line/bg04.jpg") bottom center;
}
.note li.hideen {
	visibility: hidden;
}

/*sp*/
#sp section {
	padding: 0 5%;
}
#sp .d-flex {
	display: block;
}
#sp .melitWrap > p.flex-center {
	width: 150px;
	height: 150px;
	margin: 0 auto 20px;
}
#sp .melitWrap dl {
	width: 100%;
}
#sp .melitWrap dt,
#sp .tourokuWrap h3{
	font-size: 26px;
}
#sp .melitWrap dd p,
#sp .melitWrap dd figure,
#sp .tourokuWrap dd p,
#sp .tourokuWrap dl{
	width: 100%;
}
#sp .melitWrap dd p,
#sp .tourokuWrap dd p {
	font-size: 18px;
	margin-bottom: 20px;
}
#sp .tourokuWrap dd,
#sp .pointWrap dl{
	display: flex;
}
#sp .tourokuWrap dd figure {
	width: 50%;
	padding-left: 5%;
}
#sp .pointWrap dd {
	width: 325px;
	font-size: 18px;
}
#sp .note h3 {
	font-size: 26px;
}
#sp .note h3+p {
	font-size: 18px;
	padding: 0 10px;
}
#sp .note ul {
	padding: 0 10px;
}
#sp .note li {
	display: flex;
	font-size: 18px;
	margin: 0 0 10px;
	width: 100%;
}











