@charset "UTF-8";
/* CSS Document */
#myContainer {
  font-family: 'Noto Serif JP', serif !important;
  letter-spacing:0;
}
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, menu, nav, output, ruby, section, summary, time, mark, audio, video, main {
	font-weight: 400;
}
.wrap {
		position: relative;
		max-width: 1000px;
		margin-right: auto;
		margin-left: auto;
	}

@media only screen and (max-width: 1000px) {
	.wrap {
		width: 98%;
		padding-right: 1%;
		padding-left: 1%;
	}
}
.header {
  z-index: 9998;
}
.pcView {display:block !important;}
.spView {display:none !important;}
@media (max-width: 768px) {
.pcView {display:none !important;}
.spView {display:block !important;}
}
p {line-height: 1.7;}
img {margin: 0 auto;}
.noto {
	font-family: 'Noto Sans JP', sans-serif;
}
.premium10{
	padding-top: 63px;
}
@media (max-width: 768px) {
	.premium10 {
		padding-top: 53px;
	}
}

/*動き1*/
.sli-up1 {
	opacity: 0;
	transform: translate(0px, 30px);
	-webkit-transform: translate(0px, 30px);
}
.slideInUp1 {
	opacity: 1.0 !important;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
	transition-delay:0.5s;
	transition-duration:1s;
}

.alpha {
	opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    }
.alpha:hover {
	opacity: 0.6;
}

/*====================================*/
.main {margin-bottom: 0;}
.main img {
	width:100%;
	height:auto;
}
.btn {text-align: center;}
/*====================================*/
.sec-total-intro {
	background: url(../../premium10/images/total/intro_bg.jpg) no-repeat center bottom;
	background-size:cover;
	min-height: 810px;
}
.sec-total-intro .innar {
	margin: 0px auto;
	max-width: 1140px;
	padding: 75px 0px 95px;
}
.sec-total-intro .innar h2 {
	font-size: 24px;
	color: #af8227;
	text-align: center;
	padding: 0px 0px 25px;
	font-weight: normal;
}
.sec-total-intro .innar p {
	text-align: center;
	margin: 0px 0px 60px;
	font-size: 14px;
}
.sec-total-intro .innar .box {
	max-width: 770px;
	width: 100%;
	background: rgba(255,255,255,0.7);
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
	padding: 30px 10px;
	text-align: center;
}
@media (max-width: 768px) {
.sec-total-intro {
	background: url(../../premium10/images/total/intro_bg_sp.jpg) no-repeat center top;
	min-height: auto;
	background-size: cover;
}
.sec-total-intro .innar {
	margin: 0px 5%;
	padding: 40px 0px 85px;
}
.sec-total-intro .innar h2 {
	font-size: 18px;
	padding: 0px 0px 20px;
	text-align: left !important;
}
.sec-total-intro .innar p {
	text-align: left;
	margin: 0px 0px 40px;
}
.sec-total-intro .innar .box {
	padding: 20px 5%;
	background: rgba(255,255,255,0.9);
}

}
/*====================================*/
.sec-total-ktc {
	background: url(../../premium10/images/total/bg01.jpg) no-repeat center top;
	background-size: cover;
	padding: 95px 0px 40px;
}
.sec-total-ktc2 {
	background: url(../../premium10/images/total/bg02.jpg) no-repeat center top;
	background-size: cover;
	padding: 80px 0px 40px;
}
.sec-total-ktc .title {
	text-align: center;
	margin: 0px 0px 35px;
}
.sec-total-ktc .title .ttl1 {
	font-size: 24px;
	color: #af8227;
	letter-spacing: 0.15em;
}
.sec-total-ktc .title .ttl2 {
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0.1em;
}
.sec-total-ktc .title:after{
	display:inline-block;
	background : #af8227;
	content: " ";
	margin: 0;
	width: 30px;
	height:2px;
}
.sec-total-ktc .text {
	text-align: center;
	margin: 0px 0px 75px;
	font-size: 14px;
}
@media (max-width: 768px) {
.sec-total-ktc {
	background: url(../../premium10/images/total/bg01_sp.jpg) no-repeat center top;
	background-size: cover;
	padding: 80px 0px 25px;
}
.sec-total-ktc2 {
	background: url(../../premium10/images/total/bg02_sp.jpg) no-repeat center top;
	background-size: cover;
	padding: 50px 0px 25px;
}
.sec-total-ktc .title {
	text-align: center;
	margin: 0px 5% 35px;
}
.sec-total-ktc .title .ttl1 {
	font-size: 20px;
}
.sec-total-ktc .title .ttl2 {
	font-size: 15px;
}
.sec-total-ktc .title:after{
	width: 20px;
}
.sec-total-ktc .text {
	margin: 0px 5% 40px;
}

}
/*====================================*/
h3.ttl-line {
	font-size: 36px;
	color: #af8227;
	margin: 0px auto;
	max-width: 590px;
	text-align: center;
	position: relative;
	line-height: 1.5;
	padding: 0 0 20px;
	letter-spacing: 0.05em;
}
h3.ttl-line2 {
	max-width: 680px;
}
h3.ttl-line:before {
	margin: 0;
	content:" ";
	display:inline-block;
	width: 85%;
	height:1px;
	background: #af8227;
	position:absolute;
	bottom: 3px;
	left: 0;
}
h3.ttl-line:after {
	margin: 0;
	content:" ";
	display:inline-block;
	width: 85%;
	height:2px;
	background: #af8227;
	position:absolute;
	bottom: 0;
	right: 0;
}
@media (max-width: 768px) {
h3.ttl-line {
	font-size: 22px;
	margin: 0px 5%;
	line-height: 1.2;
	padding: 0 0 10px;
}
h3.ttl-line2 {
	max-width: 100%;
}
h3.ttl-line:before {
}
h3.ttl-line:after {
}

}
/*====================================*/
.sec-total-service.ser1 {
	background: url(../../premium10/images/total/img_bg01.jpg) no-repeat right top;
	background-size:cover;
	height: 460px;
}
.sec-total-service.ser2 {
	background: url(../../premium10/images/total/img_bg02.jpg) no-repeat left bottom;
	background-size: cover;
	height: 460px;
}
.sec-total-service.ser3 {
	background: url(../../premium10/images/total/img_bg03.jpg) no-repeat right top;
	background-size:cover;
	height: 460px;
}
.sec-total-service.ser4 {
	background: url(../../premium10/images/total/img_bg04.jpg) no-repeat left bottom;
	background-size: cover;
	height: 460px;
}
.sec-total-service .text-box {
	background: rgba(255,255,255,0.92);
	position: relative;
	width: 35%;
	height: 460px;
}
.sec-total-service.ser2 .text-box , .sec-total-service.ser4 .text-box {
	background: rgba(255,255,255,0.92);
	position: relative;
	width: 35%;
	height: 460px;
	float:right;
}
.sec-total-service .text-box .inn {
	max-width: 360px;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
}
.sec-total-service.ser2 .text-box .inn {
	max-width: 430px;
}
.sec-total-service.ser1 .text-box:after , .sec-total-service.ser2 .text-box:before , .sec-total-service.ser3 .text-box:after , .sec-total-service.ser4 .text-box:before{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	margin: auto;
}
.sec-total-service.ser1 .text-box:after , .sec-total-service.ser3 .text-box:after{
	left: 100%;
	top: 0px;
	bottom: 0;
	border-style: solid;
	border-color: transparent transparent rgba(255,255,255,0.92) transparent;
	border-width: 0 175px 460px 0;
	z-index: 11;
}
.sec-total-service.ser2 .text-box:before , .sec-total-service.ser4 .text-box:before{
	right: 100%;
	top: 0px;
	bottom: 0;
	border-style: solid;
	border-color: transparent transparent rgba(255,255,255,0.92) transparent;
	border-width: 0 0 460px 175px;
	z-index: 11;
}

.sec-total-service .text-box .copy {
	font-size: 20px;
	margin: 0px 0px 20px;
}
.sec-total-service .text-box .logo.logo1 {
	font-size: 34px;
	color: #c19d53;
	margin: 0 0 20px;
	line-height:1;
}
.sec-total-service .text-box .logo.logo1:after {
	margin: 20px 0 0 0;
	content:" ";
	display: block;
	width:90px;
	height:1px;
	background:#000;
	background-size:contain;
	vertical-align:middle;
}
.sec-total-service .text-box .logo.logo2 {
	margin: 0 0 25px;
}

.sec-total-service .text-box .text {
	margin: 0px 0px 30px;
	font-size: 14px;
	line-height: 2;
}

.sec-total-service .text-box .inn .btn {
	width: 55%;
}
.sec-total-service .text-box .inn .btn a {
	color: #FFF;
	background: #c19d53;
	display: block;
	padding: 1em 0px;
	font-size: 16px;
	text-decoration: none;
	position:relative;
}
.sec-total-service .text-box .inn .btn a:after{
	content: " ";
	display: inline-block;
	width: 5px;
	height: 10px;
	background: url(../../premium10/images/total/arrow.jpg) no-repeat;
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	right: 5%;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
}
@media (max-width: 768px) {
.sec-total-service.ser1 {
	background: url(../../premium10/images/total/img_bg01_sp.jpg) no-repeat center bottom;
	background-size: cover;
	min-height: auto;
	padding: 20px 0 210px;
}
.sec-total-service.ser2 {
	background: url(../../premium10/images/total/img_bg02_sp.jpg) no-repeat right bottom;
	background-size:cover;
	min-height: auto;
	padding: 20px 0 210px;
}
.sec-total-service.ser3 {
	background: url(../../premium10/images/total/img_bg03_sp.jpg) no-repeat center bottom;
	background-size:cover;
	min-height: auto;
	padding: 20px 0 210px;
}
.sec-total-service.ser4 {
	background: url(../../premium10/images/total/img_bg04_sp.jpg) no-repeat right bottom;
	background-size:cover;
	min-height: auto;
	padding: 20px 0 210px;
}
.sec-total-service .text-box {
	position: static;
	width: auto;
	min-height: auto;
	margin: 0 5%;
	padding: 25px 0;
}
.sec-total-service.ser2 .text-box , .sec-total-service.ser4 .text-box {
	width: auto;
	min-height: auto;
	float: none;
}
.sec-total-service .text-box .inn {
	max-width: initial;
	width: auto;
	margin: 0 5%;
	position: static;
	top: 0;
	left: 0;
	-webkit-transform: translate(0%,0%);
	transform: translate(0%,0%);
	text-align: center;
}
.sec-total-service.ser2 .text-box .inn {
	max-width: 410px;
}
.sec-total-service.ser1 .text-box:after , .sec-total-service.ser2 .text-box:before , .sec-total-service.ser3 .text-box:after , .sec-total-service.ser4 .text-box:before{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	margin: auto;
}
.sec-total-service.ser1 .text-box:after , .sec-total-service.ser3 .text-box:after{
	display: none;
}
.sec-total-service.ser2 .text-box:before , .sec-total-service.ser4 .text-box:before{
	display: none;
}

.sec-total-service .text-box .copy {
	font-size: 15px;
	margin: 0px 0px 15px;
}
.sec-total-service .text-box .logo.logo1 {
	font-size: 24px;
	margin: 0 0 15px;
}
.sec-total-service .text-box .logo.logo1:after {
	margin: 15px auto 0;
	width: 125px;
}
.sec-total-service .text-box .logo.logo2 {
	margin: 0 auto 20px;
	width: 70%;
}

.sec-total-service .text-box .text {
	margin: 0px 0px 15px;
	font-size: 13px;
}

.sec-total-service .text-box .inn .btn {
	width: 60%;
	margin: 0 auto;
}
.sec-total-service .text-box .inn .btn a {
	padding: 0.7em 0px;
	font-size: 14px;
}
.sec-total-service .text-box .inn .btn a:after{
	width: 4px;
	height: 9px;
}

}
/*====================================*/
.sec-pre-intro {
	background: url(../../premium10/images/premium/bg01.jpg) no-repeat center top;
	background-size:cover;
	padding: 80px 10px;
}
.sec-pre-intro .ttl-line {
	margin: 0px auto 40px;
}
.sec-pre-intro p {
	text-align: center;
	font-size: 14px;
	line-height: 2;
}
@media (max-width: 768px) {
.sec-pre-intro {
	background: url(../../premium10/images/premium/bg01_sp.jpg) no-repeat center top;
	background-size:cover;
	padding: 50px 10px;
}
.sec-pre-intro .ttl-line {
	width: 80%;
	margin: 0px auto 20px;
}
.sec-pre-intro p {
	text-align:center;
}
}

/*====================================*/
.sec-pre-point {
	min-height: 490px;
}
.sec-pre-point.po1 {
	background: url(../../premium10/images/premium/img01_bg.jpg) no-repeat left bottom;
	background-size: cover;
	position: relative;
}
.sec-pre-point.po2 {
	background: url(../../premium10/images/premium/img02_bg.jpg) no-repeat center top;
	background-size: cover;
	position: relative;
	padding: 50px 0px 0px;
}
.sec-pre-point.po3 {
	background: url(../../premium10/images/premium/img03_bg.jpg) no-repeat center top;
	background-size: cover;
	position: relative;
}
.sec-pre-point.po1 .num , .sec-pre-point.po3 .num {
	position: absolute;
	width: 10%;
	top: 0px;
	right: 0px;
	text-align: right;
}
.sec-pre-point.po2 .num {
	position: absolute;
	width: 10%;
	top: 0px;
	left: 0px;
}
.sec-pre-point .box {
	width: 37.5%;
	border: 10px solid rgba(255,255,255,0.95);
	box-shadow: 0 0 8px rgba(0,0,0,0.5);
}
.sec-pre-point.po1 .box , .sec-pre-point.po3 .box {
	float: right;
	margin: 50px 4.16% 0px 0px;
}
.sec-pre-point.po2 .box {
	margin: 0px 0px 0px 4.16%;
}
.sec-pre-point .box2 {
	background: rgba(255,255,255,0.9);
	border: 1px solid #d0bb8f;
	position:relative;
	height: 360px;
}
.sec-pre-point .box .inn {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	width: 80%;
}
.sec-pre-point.po2 .box .inn , .sec-pre-point.po3 .box .inn {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	width: 83%;
}

.sec-pre-point.po1 .box .inn .copy {
	font-size: 20px;
	margin: 0px 0px 20px;
}
.sec-pre-point.po1 .box .inn .text {
	font-size: 16px;
}
.sec-pre-point.po1 .box .inn .text span {
	font-size: 34px;
	color: #af8227;
	margin: 0 5px 0 0;
}
.sec-pre-bg img {
	width: 100%;
	height:auto;
}
.sec-pre-point.po2 .box .inn .copy , .sec-pre-point.po3 .box .inn .copy {
	color: #af8227;
	font-size: 34px;
	color: #c19d53;
	margin: 0 0 20px;
	line-height: 1.2;
	letter-spacing: 0.13em;
}
.sec-pre-point.po2 .box .inn .copy:after , .sec-pre-point.po3 .box .inn .copy:after {
	margin: 20px 0 0 0;
	content:" ";
	display: block;
	width:90px;
	height:1px;
	background:#000;
	background-size:contain;
	vertical-align:middle;
}
.sec-pre-point .box .inn .text {
	font-size: 16px;
	text-align: justify;
}
.sec-pre-point.po2 .box .inn .text {
	margin: 0 0 20px;
}
@media (max-width: 768px) {
.sec-pre-point {
	min-height: 530px;
}
.sec-pre-point.po1 {
	background: url(../../premium10/images/premium/img01_bg_sp.jpg) no-repeat center bottom;
	background-size:cover;
	padding: 20px 0 0;
}
.sec-pre-point.po2 {
	background: url(../../premium10/images/premium/img02_bg_sp.jpg) no-repeat center bottom;
	background-size: cover;
	padding: 30px 0 0;
}
.sec-pre-point.po3 {
	background: url(../../premium10/images/premium/img03_bg_sp.jpg) no-repeat center bottom;
	background-size: cover;
	padding: 20px 0 0;
}
.sec-pre-point.po1 .num , .sec-pre-point.po3 .num {
	width: 30%;
	max-width: 115px;
}
.sec-pre-point.po2 .num {
	width: 30%;
	max-width: 115px;
}
.sec-pre-point .box {
	width: auto;
	border: none;
}
.sec-pre-point.po1 .box , .sec-pre-point.po3 .box {
	float: none;
	margin: 0 5%;
	border: 7px solid rgba(255,255,255,0.95);
}
.sec-pre-point.po2 .box {
	float: none;
	margin: 0 5%;
	border: 7px solid rgba(255,255,255,0.9);
}
.sec-pre-point .box2 {
	height: 290px;
}
.sec-pre-point .box .inn {
	width: 90%;
	margin: 0 auto;
	padding: 0;
}
.sec-pre-point.po2 .box .inn , .sec-pre-point.po3 .box .inn {
	width: 90%;
	margin: 0 auto;
	padding: 0;
}

.sec-pre-point.po1 .box .inn .copy {
	font-size: 15px;
	margin: 0px 0px 10px;
}
.sec-pre-point.po1 .box .inn .text {
	font-size: 14px;
}
.sec-pre-point.po1 .box .inn .text span {
	font-size: 26px;
}
.sec-pre-bg img {
	width: 100%;
	height:auto;
}
.sec-pre-point.po2 .box .inn .copy , .sec-pre-point.po3 .box .inn .copy {
	margin: 0 0 20px;
	line-height: 1.5;
	font-size: 24px;
}
.sec-pre-point.po2 .box .inn .copy:after , .sec-pre-point.po3 .box .inn .copy:after {
	margin: 10px 0 0 0;
	width: 125px;
}
.sec-pre-point .box .inn .text {
	font-size: 14px;
}
.sec-pre-point.po2 .box .inn .text {
	margin: 0px 0 15px;
}
}

/*====================================*/

.sec-pre-btn {
	max-width: 200px;
	width:100%;
	margin: 0 auto;
}
.sec-pre-btn a {
	color: #FFF;
	background: #c19d53;
	display: block;
	padding: 0.8em 0px;
	font-size: 16px;
	text-decoration: none;
	position: relative;
	text-align: center;
}
.sec-pre-btn a:after{
	content: " ";
	display: inline-block;
	width: 5px;
	height: 10px;
	background: url(../../premium10/images/total/arrow.jpg) no-repeat;
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	right: 5%;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
}
@media (max-width: 768px) {
.sec-pre-btn {
}
.sec-pre-btn a {
	padding: 0.5em 0px;
	font-size: 14px;
}
.sec-pre-btn a:after{
	width: 4px;
	height: 9px;
}
}

/*====================================*/

.sec-pre-case {
	letter-spacing: -0.4em;
	text-align: center;
}
.sec-pre-case .case {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: bottom;
	padding: 10px;
}
.sec-pre-case.case2 .case {
	width: 33.333%;
}
.sec-pre-case.case3 .case {
	width: 50%;
}
.sec-pre-case.case2 .case .box , .sec-pre-case.case3 .case .box {
	position: relative;
	border: 1px solid #d0bb8f;
	height: 280px;
}
.sec-pre-case.case2 .case .inn , .sec-pre-case.case3 .case .inn {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	width:100%;
}
.sec-pre-case.case2 .case:nth-child(1) {
	background: url(../../premium10/images/premium/img02_bg01.jpg) no-repeat center top;
	background-size:cover;
}
.sec-pre-case.case2 .case:nth-child(2) {
	background: url(../../premium10/images/premium/img02_bg02.jpg) no-repeat center top;
	background-size:cover;
}
.sec-pre-case.case2 .case:nth-child(3) {
	background: url(../../premium10/images/premium/img02_bg03.jpg) no-repeat center top;
	background-size:cover;
}
.sec-pre-case.case3 .case:nth-child(1) {
	background: url(../../premium10/images/premium/img03_bg01.jpg) no-repeat center top;
	background-size:cover;
}
.sec-pre-case.case3 .case:nth-child(2) {
	background: url(../../premium10/images/premium/img03_bg02.jpg) no-repeat center top;
	background-size:cover;
}
.sec-pre-case .case .inn .sttl {
	font-size: 30px;
	color: #c19d53;
	padding: 0px 0px 15px;
}
.sec-pre-case .case .inn .sttl:after{
	margin: 15px auto 0;
	content:" ";
	display:block;
	max-width:200px;
	height:1px;
	background: #FFF;
}
.sec-pre-case.case3 .inn .sttl {
	font-size: 24px;
	color: #fff;
	padding: 0px 0px 35px;
}
.sec-pre-case.case3 .inn .sttl:after{
	display:none;
}
.sec-pre-case .case .inn .text {
	font-size:16px;
	color: #fff;
	margin: 0 0 40px;
}
@media (max-width: 768px) {
.sec-pre-case {
	letter-spacing: normal;
}
.sec-pre-case .case {
	display: block;
	position: static;
	padding: 5px;
}
.sec-pre-case.case2 .case {
	width: auto;
}
.sec-pre-case.case3 .case {
	width: auto;
}
.sec-pre-case.case2 .case .box , .sec-pre-case.case3 .case .box {
	position: static;
	height: auto;
}
.sec-pre-case.case2 .case .inn , .sec-pre-case.case3 .case .inn {
	position: static;
	-webkit-transform: translate(0%,0%);
	transform: translate(0%,0%);
	padding: 20px 0;
}
.sec-pre-case.case2 .case:nth-child(1) {
	background: url(../../premium10/images/premium/img02_bg01_sp.jpg) no-repeat center top;
	background-size:cover;
}
.sec-pre-case.case2 .case:nth-child(2) {
	background: url(../../premium10/images/premium/img02_bg02_sp.jpg) no-repeat center top;
	background-size:cover;
}
.sec-pre-case.case2 .case:nth-child(3) {
	background: url(../../premium10/images/premium/img02_bg03_sp.jpg) no-repeat center top;
	background-size:cover;
}
.sec-pre-case.case3 .case:nth-child(1) {
	background: url(../../premium10/images/premium/img03_bg01_sp.jpg) no-repeat center top;
	background-size:cover;
}
.sec-pre-case.case3 .case:nth-child(2) {
	background: url(../../premium10/images/premium/img03_bg02_sp.jpg) no-repeat center top;
	background-size:cover;
}
.sec-pre-case .case .inn .sttl {
	font-size: 22px;
	padding: 0px 0px 10px;
}
.sec-pre-case .case .inn .sttl:after{
	margin: 10px auto 0;
	max-width: 100px;
}
.sec-pre-case.case3 .inn .sttl {
	font-size: 18px;
}
.sec-pre-case.case3 .inn .sttl:after{
	display:none;
}
.sec-pre-case .case .inn .text {
	font-size: 14px;
	margin: 0 0 15px;
}
}



/*===アコーディオンcss===*/
.sec-pre-faq {
	padding: 80px 0 0;
}
.sec-pre-faq h3 {
	color: #af8227;
	font-size: 26px;
	text-align: center;
	margin: 0 0 40px;
}
.sec-pre-faq h3:after{
	display: block;
	background : #af8227;
	content: " ";
	margin: 10px auto 0;
	width: 30px;
	height: 1px;
}
.sec-pre-faq .sec-faq {
	max-width: 945px;
	margin: 0 auto;
}
.sec-pre-faq .sec-faq .accordion_header {
	background: -moz-linear-gradient(left, #f2f2f2, #FFF);
	background: -webkit-linear-gradient(left, #f2f2f2, #FFF);
	background: linear-gradient(to right, #f2f2f2, #FFF);
	box-shadow: 0 0 8px rgba(0,0,0,0.2);
	font-size: 18px;
	margin: 0 0 30px;
	padding: 15px 5% 12px 2%;
	position: relative;
	z-index: +1;
	cursor: pointer;
	transition-duration: 0.2s;
	border-top: solid 3px #d6c194;
	position: relative;
}
.sec-pre-faq .sec-faq .accordion_header p{
	position: relative;
}
.sec-pre-faq .sec-faq .accordion_header p:before{
	margin: 0 20px 0 0;
	content: " ";
	display: inline-block;
	width: 31px;
	height: 30px;
	background: url(../../premium10/images/premium/faq_q.png) no-repeat center top;
	background-size: contain;
	vertical-align: middle;
}
.sec-pre-faq .sec-faq .accordion_header p:after{
	margin: 0;
	content: " ";
	display: inline-block;
	width: 1px;
	height: 27px;
	background: #d6c194;
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 38px;
}
.sec-pre-faq .sec-faq .accordion_header:after {
	display: inline-block;
	content: '';
	width: 16px;
	height: 13px;
	position: absolute;
	top: 40%;
	right: 3%;
	background: url(../../premium10/images/premium/faq_arrow_down.png) no-repeat center top;
	background-size: contain;
}
.sec-pre-faq .sec-faq .accordion_header.open:before {content: none;}
.sec-pre-faq .sec-faq .accordion_header.open:after {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.sec-pre-faq .sec-faq .accordion_inner {
	display: none;
	padding: 0 5% 40px 2%;
	font-size: 16px;
}
.sec-pre-faq .sec-faq .accordion_inner .box_one {
	position: relative;
}
.sec-pre-faq .sec-faq .accordion_inner .box_one:before{
	margin: 0 20px 0 0;
	content: " ";
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(../../premium10/images/premium/faq_a.png) no-repeat center top;
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	left: 0;
	top: 0;
}
.sec-pre-faq .sec-faq .accordion_inner .box_one:after{
	margin: 0;
	content: " ";
	display: inline-block;
	width: 1px;
	height: 27px;
	background: #d6c194;
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 38px;
}
.sec-pre-faq .sec-faq .accordion_inner p.txt_a_ac {margin: 0 0 0 50px;}


@media (max-width: 768px) {
.sec-pre-faq {
	padding: 40px 0 0;
	margin: 0 5%;
}
.sec-pre-faq h3 {
	font-size: 20px;
	margin: 0 0 25px;
}
.sec-pre-faq h3:after{
	content: " ";
	margin: 5px auto 0;
	width: 40px;
}
.sec-pre-faq .sec-faq {
}
.sec-pre-faq .sec-faq .accordion_header {
	font-size: 14px;
	margin: 0 0 15px;
	padding: 8px 9% 12px 2%;
	position: relative;
	border-top: solid 2px #d6c194;
}
.sec-pre-faq .sec-faq .accordion_header p{
}
.sec-pre-faq .sec-faq .accordion_header p:before{
	margin: 0 15px 0 0;
	width: 18px;
	height: 20px;
}
.sec-pre-faq .sec-faq .accordion_header p:after{
	height: 20px;
	top: 4px;
	left: 27px;
}
.sec-pre-faq .sec-faq .accordion_header:after {
	width: 10px;
	height: 5px;
	top: 45%;
	right: 2%;
}
.sec-pre-faq .sec-faq .accordion_header.open:before {content: none;}
.sec-pre-faq .sec-faq .accordion_header.open:after {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.sec-pre-faq .sec-faq .accordion_inner {
	display: none;
	padding: 0 5% 20px 2%;
	font-size: 14px;
}
.sec-pre-faq .sec-faq .accordion_inner .box_one {
	position: relative;
}
.sec-pre-faq .sec-faq .accordion_inner .box_one:before{
	margin: 0 10px 0 0;
	width: 18px;
	height: 18px;
}
.sec-pre-faq .sec-faq .accordion_inner .box_one:after{
	height: 20px;
	left: 27px;
}
.sec-pre-faq .sec-faq .accordion_inner p.txt_a_ac {margin: 0 0 0 35px;font-size: 14px;}
}



/*====================================*/

.sec-pre-moshikomi {
	margin: 0px auto 30px;
	max-width: 1024px;
	border-right: 1px solid #c30d23;
	border-left: 1px solid #c30d23;
	position: relative;
}
.sec-pre-moshikomi .sttl {
	color: #c30d23;
	font-weight: bold;
	margin: 0px 0px 15px;
	font-size:18px;
}
.sec-pre-moshikomi .inn {
	padding: 20px 30px;
}
.sec-pre-moshikomi .inn:before{
	margin: 0;
	content:" ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 22px;
	height: 1px;
	background: #c30d23;
}
.sec-pre-moshikomi .inn:after{
	margin: 0;
	content:" ";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 22px;
	height: 1px;
	background: #c30d23;
}
.sec-pre-moshikomi:before{
	margin: 0;
	content:" ";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 22px;
	height: 1px;
	background: #c30d23;
}
.sec-pre-moshikomi:after{
	margin: 0;
	content:" ";
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 22px;
	height: 1px;
	background: #c30d23;
}
.sec-pre-moshikomi ul li {
	margin: 0px 0px 5px 1em;
	text-indent: -1em;
}
.sec-pre-moshikomi ul li:nth-child(1):before{
	background : none;
	display:inline-block;
	content: "1.";
	margin: 0 0 0 10px;
	color: #c30d23;
	font-size: 16px;
}
.sec-pre-moshikomi ul li:nth-child(2):before{
	background : none;
	display:inline-block;
	content: "2.";
	margin: 0 0 0 10px;
	color: #c30d23;
	font-size: 16px;
}
.sec-pre-moshikomi ul li:nth-child(3):before{
	background : none;
	display:inline-block;
	content: "3.";
	margin: 0 0 0 10px;
	color: #c30d23;
	font-size: 16px;
}
@media (max-width: 768px) {
.sec-pre-moshikomi {
	margin: 0px 5% 30px;
}
.sec-pre-moshikomi .sttl {
	margin: 0px 0px 10px;
	font-size: 16px;
}
.sec-pre-moshikomi .inn {
	padding: 20px 30px;
}
.sec-pre-moshikomi .inn:before{
	width: 15px;
}
.sec-pre-moshikomi .inn:after{
	width: 15px;
}
.sec-pre-moshikomi:before{
	width: 15px;
}
.sec-pre-moshikomi:after{
	width: 15px;
}
.sec-pre-moshikomi ul li {
	margin: 0px 0px 10px 1em;
}
.sec-pre-moshikomi ul li:nth-child(1):before{
	font-size: 15px;
}
.sec-pre-moshikomi ul li:nth-child(2):before{
	font-size: 15px;
}
.sec-pre-moshikomi ul li:nth-child(3):before{
	font-size: 15px;
}
}

#CVArea {
		padding-top: 30px;
		padding-bottom: 65px;
		background: url(../imgs/bg-cv.png) repeat left top;
		text-align: center;
	}
	#CVArea li {
		display: inline-block;
	}
	#CVArea li.top {
		margin-right: 30px;
	}
	#CVArea li.hotline {
	}
	#CVArea li.premium {
	}
	#CVArea li img {
		vertical-align: top;
	}
@media screen and (max-width: 1000px) {
	#CVArea li {
		display: block;
	}
	#CVArea li.top {
		margin-bottom: 30px;
		margin-right: 0;
	}
}
.c-btn {
		display: inline-block;
		text-align: center;
		position: relative;
		-webkit-transition: all 0.1s;
		transition: all 0.1s;
		top: 0;
	}
	.c-btn:hover { top: 10px;}
.btn-blue {
		box-shadow: 10px 10px 0 0 #0068b7;
		-moz-box-shadow: 10px 10px 0 0 #0068b7;
		-webkit-box-shadow: 10px 10px 0 0 #0068b7;
	}
	.btn-blue:hover {
		box-shadow: 0 0 0 0 #0068b7;
		-moz-box-shadow: 0 0 0 0 #0068b7;
		-webkit-box-shadow: 0 0 0 0 #0068b7;
	}

	.btn-red {
		box-shadow: 10px 10px 0 0 #c30d23;
		-moz-box-shadow: 10px 10px 0 0 #c30d23;
		-webkit-box-shadow: 10px 10px 0 0 #c30d23;
	}
	.btn-red:hover {
		box-shadow: 0 0 0 0 #c30d23;
		-moz-box-shadow: 0 0 0 0 #c30d23;
		-webkit-box-shadow: 0 0 0 0 #c30d23;
	}

/*--------------
caption
---------------*/
.cap, .caption {
    color: #000;
    font-size: 12px;
    line-height: 15px;
    width: 90%;
}
.caption {
    padding:30px 0 65px;
    margin: auto;
    max-width: 1024px;
}