@charset "UTF-8";

.footer-area .footer-body {
	zoom: 1;
}

.footer-area .footer-body:before,
.footer-area .footer-body:after {
	content: '';
	display: table;
}

.footer-area .footer-body:after {
	clear: both;
}

/* reset
---------------------------------------- */

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;
}

/* HTML5 display-role reset for older browsers */

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

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

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

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

img {
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
}

/* border-box */

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Reset input */

input,
button,
textarea,
select {
	margin: 0;
	padding: 0;
	background: none;
	outline: none;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* cmn
---------------------------------------- */

.pc-hide {
	display: none;
}
.pc-hide2 {
	display: none;
}
.sp-hide {
	display: inline-block;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.weight-bold {
	font-weight: bold;
}

.align-center {
	text-align: center;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.inner {
	position: relative;
	margin: 0 auto;
	zoom: 1;
}

.inner:before,
.inner:after {
	content: '';
	display: table;
}

.inner:after {
	clear: both;
}

/* cmn
---------------------------------------- */

body {
	position: relative;
	color: #3e3a39;
	font-size: 18px;
	font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
	line-height: 1.3;
}

body a {
	color: #3e3a39;
}

body a:hover {
	opacity: .6;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
}

body .wrapper {
	max-width: 1440px;
	margin: 0 auto;
}

body .wrapper> .contents-area {
	padding: 25px 0 80px 0;
	background: url('../images/bg_contents.jpg') center top no-repeat;
	background-size: cover;
}

body .inner {
	width: 1100px;
}

body .orange {
	color: #ea5504;
}

body .yellow {
	color: #f4ea00;
}

body .section-title {
	text-align: center;
}

body .section-title> span {
	position: relative;
	color: #032633;
	font-weight: bold;
	font-size: 50px;
}

body .section-title> span:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

body .gold-area {
	position: relative;
	width: 1020px;
	margin: 0 auto;
	background: #c9bc9c;
}

body .gold-area:before {
	content: '';
	display: block;
	position: absolute;
	top: -30px;
	left: 50%;
	width: 436px;
	height: 30px;
	border-right: transparent 14px solid;
	border-bottom: #a6881d 30px solid;
	border-left: transparent 14px solid;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

body .gold-area> .area-title {
	padding-bottom: 20px;
	color: #fff;
	font-size: 24px;
	text-align: center;
	background: #a6881d;
}

body .gold-area> .area-body {
	padding: 40px 50px;
}

body .section-title> span,
.sec-01> .section-head> .head-list> .head-list-item> span {
	padding: 0 .25em .15em .25em;
	background: -o-linear-gradient(rgba(0, 0, 0, 0) 40%, #fff100 40%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), color-stop(40%, #fff100));
	background: linear-gradient(rgba(0, 0, 0, 0) 40%, #fff100 40%);
}

/* tel
---------------------------------------- */
.tel{
	display: none;
}

/* header
---------------------------------------- */

.header-area {
	padding: 30px 0;
	background: #0f4574;
}

.header-area .logo-area {
	display: table;
	line-height: 1;
}

.header-area .logo-area> img,
.header-area .logo-area span {
	display: table-cell;
	vertical-align: middle;
}

.header-area .logo-area> .logo {
	width: 132px;
}

.header-area .logo-area> .text {
	width: 510px;
}

.header-area .float-right {
	width: 410px;
	text-align: right;
}

.header-area .float-right> .phone-area {
	display: table;
	width: 100%;
	margin-top: 10px;
}

.header-area .float-right> .phone-area> .phone-title {
	display: table-cell;
	width: 90px;
	vertical-align: middle;
}

.header-area .float-right> .phone-area> .phone-number {
	padding-left: 15px;
}

.header-area .float-right> .phone-area> .phone-number> .number {
	display: inline-block;
	width: 315px;
	padding-left: 30px;
	text-align: left;
	background: url('../images/icn_phone.png') left center no-repeat;
	background-size: auto 34px;
}

.header-area .float-right> .phone-area> .phone-number> .number:last-child {
	margin-top: 6px;
}

/* gnav
---------------------------------------- */

.gnav-area {
	display: block;
	width: 100%;
	border-bottom: #032633 50px solid;
}

.gnav-area> .gnav-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
}

.gnav-area> .gnav-list> .gnav-item {
	display: inline-block;
	width: 100%;
	height: 68px;
	margin: 6px auto;
	border-left: #032633 2px solid;
}

.gnav-area> .gnav-list> .gnav-item:nth-child(1) {
	border-left: none;
}

.gnav-area> .gnav-list> .gnav-item> a {
	display: block;
	width: 100%;
	height: 100%;
	color: #032633;
	font-weight: bold;
	font-size: 22px;
	line-height: 3.090909091;
	text-align: center;
}

.gnav-area> .gnav-list> .gnav-item> a:after {
	content: '';
	display: inline-block;
	width: 18px;
	height: 13px;
	margin-left: .5em;
	background: url('../images/icn_arw.png') center center no-repeat;
}

.sp-gnav-area {
	display: none;
}

/* sec-00
---------------------------------------- */
.sec-00 {
	background-color: #eb6100;
	margin-bottom: 70px;
	padding: 35px 0;
}

.sec-00> .section-foot {
	font-weight: bold;
	font-size: 37px;
	text-align: center;
	color: #fff;
}

/* sec-01
---------------------------------------- */

.sec-01> .section-head {
	position: relative;
	width: 962px;
	margin: 0 auto;
	text-align: center;
	border-top: #032633 4px solid;
	border-bottom: #032633 4px solid;
}

.sec-01> .section-head:after {
	content: '';
	position: absolute;
	bottom: -34px;
	left: 50%;
	border-top: #032633 30px solid;
	border-right: transparent 29px solid;
	border-left: transparent 29px solid;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.sec-01> .section-head> .head-title {
	display: inline-block;
	margin-top: -1em;
	padding: 0 30px;
	color: #032633;
	font-weight: bold;
	font-size: 50px;
	background: #fff;
}

.sec-01> .section-head> .head-list {
	padding: 40px 0;
}

.sec-01> .section-head> .head-list> .head-list-item {
	margin-top: 20px;
	color: #032633;
	font-weight: bold;
	font-size: 36px;
}

.sec-01> .section-head> .head-list> .head-list-item:nth-child(1) {
	margin-top: 0;
}

.sec-01> .section-foot {
	margin-top: 65px;
	font-weight: bold;
	font-size: 40px;
	text-align: center;
}

/* sec-02
---------------------------------------- */

.sec-02 {
	margin-top: 80px;
}

.sec-02 .section-title> span {
	margin-left: 60px;
}

.sec-02 .section-title> span:before {
	left: -60px;
	width: 72px;
	height: 60px;
	background: url('../images/icn_sec01-ttl.png') left center no-repeat;
}

.sec-02 .flow-list {
	width: 100%;
	margin: 70px auto 0 auto;
	padding: 0 40px 0 0;
	text-align: center;
}

.sec-02 .flow-list> .flow-item {
	display: inline-block;
	position: relative;
	width: 225px;
	margin: 0 0 40px 40px;
	vertical-align: top;
}

.sec-02 .flow-list> .flow-item:before {
	content: '';
	display: block;
	position: absolute;
	top: 94px;
	left: -30px;
	width: 20px;
	height: 40px;
	border-top: transparent 20px solid;
	border-bottom: transparent 20px solid;
	border-left: #032633 20px solid;
}

.sec-02 .flow-list> .flow-item:nth-child(1):before {
	content: none;
}

.sec-02 .flow-list> .flow-item> .txt {
	margin-top: .8em;
	text-align: left;
}

.sec-02 .space-area {
	margin-top: 100px;
}

.sec-02 .space-area .area-list {
	padding-left: 135px;
}

.sec-02 .space-area .area-list.list1 {
	background: url('../images/icn_sec02-1_2.png') left center no-repeat;
}

.sec-02 .space-area .area-list.list2 {
	background: url('../images/icn_sec02-2_2.png') left center no-repeat;
}

.sec-02 .space-area .area-list.list3 {
	background: url('../images/icn_sec02-3_2.png') left center no-repeat;
}

.sec-02 .space-area .area-list> .area-title {
	padding: 20px 0 .5em 0;
	color: #3e3a39;
	font-weight: bold;
	font-size: 24px;
	border-bottom: #000 2px solid;
}

.sec-02 .space-area .area-list> .area-text {
	padding: .833333333em 0 20px 0;
	color: #3e3a39;
	font-size: 18px;
}

.sec-02 .befot-after {
	text-align: center;
}
.sec-02 .ba-title {
	font-weight: bold;
	font-size: 39px;
	text-align: center;
}
.sec-02 .befot-after .ba-photo {
	margin: 30px 0 20px 0;
}
.sec-02 .befot-after .ba-photo .photo-l {
	margin-right: 40px;
}


/* sec-03
---------------------------------------- */

.sec-03 {
	margin-top: 80px;
}

.sec-03 .section-title> span {
	margin-left: 80px;
}

.sec-03 .section-title> span:before {
	left: -80px;
	width: 60px;
	height: 51px;
	background: url('../images/icn_sec03-ttl.png') left center no-repeat;
}

.sec-03 .voice-area {
	margin-top: 60px;
}

.sec-03 .voice-area .area-list> .area-item {
	width: 100%;
	margin-top: 10px;
	padding: 6px 0 6px 130px;
}

.sec-03 .voice-area .area-list> .area-item:nth-child(1) {
	margin-top: 0;
}

/*.sec-03 .voice-area .area-list> .area-item:nth-child(odd) {
	background: url('../images/icn_sec03-1.png') left center no-repeat;
}

.sec-03 .voice-area .area-list> .area-item:nth-child(even) {
	background: url('../images/icn_sec03-2.png') left center no-repeat;
}*/

.sec-03 .voice-area .area-list> .area-item.item1 {
	background: url('../images/icn_sec03-1_2.png') left center no-repeat;
}
.sec-03 .voice-area .area-list> .area-item.item2 {
	background: url('../images/icn_sec03-2_2.png') left center no-repeat;
}
.sec-03 .voice-area .area-list> .area-item.item3 {
	background: url('../images/icn_sec03-3_2.png') left center no-repeat;
}
.sec-03 .voice-area .area-list> .area-item.item4 {
	background: url('../images/icn_sec03-4_2.png') left center no-repeat;
}
.sec-03 .voice-area .area-list> .area-item.item5 {
	background: url('../images/icn_sec03-5_2.png') left center no-repeat;
}

.sec-03 .voice-area .area-list> .area-item> .text {
	display: table-cell;
	position: relative;
	width: 810px;
	height: 100px;
	padding: 0 20px;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.25;
	vertical-align: middle;
	background: #fff;
	border-radius: 8px;
}

.sec-03 .voice-area .area-list> .area-item> .text:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: -11px;
	width: 12px;
	height: 22px;
	border-top: transparent 11px solid;
	border-right: #fff 12px solid;
	border-bottom: transparent 11px solid;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.sec-03 .voice-area .area-list> .area-item> .text> sup {
	font-size: 60%;
}

.sec-03 .voice-area .area-list> .area-item> .text> small {
	display: block;
	font-weight: normal;
	font-size: 60%;
}

/* sec-04
---------------------------------------- */

.sec-04 {
	margin-top: 50px;
}

.sec-04 .section-title> span {
	margin-left: 70px;
}

.sec-04 .section-title> span:before {
	left: -70px;
	width: 52px;
	height: 52px;
	background: url('../images/icn_sec04-ttl.png') left center no-repeat;
}

.sec-04 .qa-area {
	margin-top: 60px;
}

.sec-04 .qa-area .area-body {
	padding: 20px;
}

.sec-04 .qa-area .area-body .qa-list> dt,
.sec-04 .qa-area .area-body .qa-list dd {
	padding: .75em 38px;
}

.sec-04 .qa-area .area-body .qa-list .question {
	background: #a6881d;
}

.sec-04 .qa-area .area-body .qa-list .question> .text {
	color: #fff;
	font-size: 24px;
}

.sec-04 .qa-area .area-body .qa-list .question> .text:before {
	content: 'Q.';
}

.sec-04 .qa-area .area-body .qa-list .answer {
	background: #fff;
}

.sec-04 .qa-area .area-body .qa-list .answer> .text {
	margin-left: 1em;
	font-weight: bold;
	font-size: 24px;
	text-indent: -1em;
}

.sec-04 .qa-area .area-body .qa-list .answer> .text:before {
	content: 'A.';
}

.sec-04 .caption {
	margin: .5em 30px 0 0;
	font-size: 16px;
}

/* sec-05
---------------------------------------- */

.sec-05 {
	margin-top: 80px;
}

.sec-05 .section-title> span {
	margin-left: 60px;
}

.sec-05 .section-title> span:before {
	left: -60px;
	width: 36px;
	height: 44px;
	background: url('../images/icn_sec05-ttl.png') left center no-repeat;
}

.sec-05 .price-area .area-body .price-table,
.sec-05 .size-area .area-body .size-table {
	width: 100%;
	border-collapse: collapse;
}

.sec-05 .price-area .area-body .price-table th,
.sec-05 .size-area .area-body .size-table th,
.sec-05 .price-area .area-body .price-table td,
.sec-05 .size-area .area-body .size-table td {
	font-size: 15px;
	border: #c9bc9c 2px solid;
}

.sec-05 .price-area .area-body .price-table thead,
.sec-05 .size-area .area-body .size-table thead {
	background: #a6881d;
}

.sec-05 .price-area .area-body .price-table thead th,
.sec-05 .size-area .area-body .size-table thead th {
	color: #fff;
	font-weight: normal;
}

.sec-05 .price-area .area-body .price-table thead th:nth-child(1),
.sec-05 .size-area .area-body .size-table thead th:nth-child(1) {
	width: 140px;
}

.sec-05 .price-area .area-body .price-table tbody tr:nth-child(odd),
.sec-05 .size-area .area-body .size-table tbody tr:nth-child(odd) {
	background: #fff;
}

.sec-05 .price-area .area-body .price-table tbody tr:nth-child(even),
.sec-05 .size-area .area-body .size-table tbody tr:nth-child(even) {
	background: #fffcdb;
}

.sec-05 .price-area .area-body .price-table tbody td,
.sec-05 .size-area .area-body .size-table tbody td {
	font-weight: bold;
}

.sec-05 .price-area {
	margin-top: 60px;
}

.sec-05 .price-area .area-body {
	padding: 20px;
}

.sec-05 .price-area .area-body .price-table th{
	height: 30px;
	padding: 5px 0;

}
.sec-05 .price-area .area-body .price-table td {
	height: 50px;
}

.sec-05 .price-area .area-body .price-table thead th {
	width: 170px;
	white-space: nowrap;
}

/*.sec-05 .price-area .area-body .price-table thead th:nth-child(4) {
	font-size: 16px;
}*/
.sec-05 .price-area .area-body .price-table thead th:nth-child(6) {
	line-height: 1em;
}
.sec-05 .price-area .area-body .price-table tbody td {
	text-align: center;
}

.sec-05 .price-area .area-body .price-table thead th span,
.sec-05 .price-area .area-body .price-table tbody td span{
	font-size: 10px;
	letter-spacing: -1px;
	display: inline-block;
	line-height: 1.5em;
}
.sec-05 .caption {
	margin: .5em 40px 0 0;
	color: #032633;
	font-size: 12px;
}

.sec-05 .size-area {
	margin-top: 70px;
}

.sec-05 .size-area .area-body {
	padding: 20px;
}

.sec-05 .size-area .area-body .size-table th,
.sec-05 .size-area .area-body .size-table td {
	height: 72px;
}

.sec-05 .size-area .area-body .size-table tbody td {
	padding: 0;
	text-align: center;
	letter-spacing: -0.5px;
}

.sec-05 .size-area .area-body .size-table tbody td:nth-child(1) {
	text-align: center;
}

.sec-05 .credit-area {
	margin-top: 70px;
}

.sec-05 .credit-area> .area-body {
	padding: 20px;
}

.sec-05 .credit-area> .area-body> .logo-list {
	width: 100%;
	padding: 20px 24px 20px 24px;
	text-align: center;
	background: #fff;
}

.sec-05 .credit-area> .area-body> .logo-list> .logo-item {
	display: inline-block;
	width: 140px;
	margin: 0 5px;
	vertical-align: top;
	text-align: center;
}

/* footer
---------------------------------------- */

.footer-area {
	padding: 50px 0;
	text-align: center;
	background: #0f4574;
}

.footer-area .footer-title {
	padding-bottom: 20px;
	text-align: center;
	border-bottom: #fff 2px solid;
}

.footer-area .footer-body {
	margin-top: 30px;
	padding: 0 40px;
}

.footer-area .footer-body> .footer-logo {
	width: 165px;
}

.footer-area .footer-body> .text-area {
	width: 500px;
	margin-left: 10px;
}

.footer-area .footer-body> .text-area> .txt1 {
	margin-left: 5px;
}

.footer-area .footer-body> .text-area .phone-area {
	display: table;
	width: 500px;
	margin-top: 10px;
}

.footer-area .footer-body> .text-area .phone-area> .phone-title {
	display: table-cell;
	width: 105px;
	vertical-align: middle;
}

.footer-area .footer-body> .text-area .phone-area> .phone-number {
	padding-left: 10px;
}

.footer-area .footer-body> .text-area .phone-area> .phone-number> .number {
	display: inline-block;
	width: 360px;
	padding-left: 26px;
	background: url('../images/icn_phone.png') left center no-repeat;
	background-size: auto 42px;
}

.footer-area .footer-body> .text-area .phone-area> .phone-number> .number:last-child {
	margin-top: 6px;
}

.footer-area .footer-body .info-area {
	width: 320px;
	text-align: left;
}

.footer-area .footer-body .info-area> .info5 {
	margin-top: -5px;
}

.footer-area .footer-body .info-area> .info6 {
	margin-top: 5px;
}

.footer-area> .copy {
	display: block;
	margin: 40px auto 0;
	color: #fff;
}

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

.pc-hide {
	display: inline-block;
}
.pc-hide2 {
	display: block;
}
.sp-hide {
	display: none;
}

body {
	font-size: 3.73333vw;
}

body .wrapper {
	max-width: auto;
	max-width: initial;
}

body .wrapper> .contents-area {
	padding: 0 0 10.66667vw 0;
	background: url('../images/sp_bg_contents.jpg') center top no-repeat;
	background-size: cover;
}

body .inner {
	width: 92vw;
}

body .section-title> span {
	font-size: 6.4vw;
}

body .gold-area {
	width: 100%;
}

body .gold-area:before {
	top: -4vw;
	width: 74.13333vw;
	height: 4vw;
	border-right: transparent 2.66667vw solid;
	border-bottom: #a6881d 4vw solid;
	border-left: transparent 2.66667vw solid;
}

body .gold-area> .area-title {
	padding-bottom: 2.66667vw;
	font-size: 4.26667vw;
}

body .gold-area> .area-body {
	padding: 6.66667vw 4vw;
}

/* tel
---------------------------------------- */
.tel{
	display: block;
	position: fixed;
	right: 1vw;
	bottom: 1vw;
	width: 50%;
	z-index: 5;
}

.header-area {
	padding: 4.66667vw 0;
	background: #0f4574;
}

.header-area .logo-area {
	display: block;
}

.header-area .logo-area> img,
.header-area .logo-area span {
	display: inline-block;
}

.header-area .logo-area> .logo {
	width: 15.33333vw;
}

.header-area .logo-area> .text {
	width: 73.06667vw;
	vertical-align: middle;
}

.header-area .logo-area> .text> .text1 {
	display: block;
	margin-bottom: 2vw;
}

.header-area .logo-area> .text> .text2,
.header-area .logo-area> .text .text3 {
	display: inline;
}

.header-area .logo-area> .text> .text2 {
	width: 21.33333vw;
}

.header-area .logo-area> .text> .text3 {
	width: 49.33333vw;
}

.header-area .float-right {
	width: 100%;
	text-align: right;
}

.header-area .float-right> .phone-area {
	margin-top: 5.33333vw;
}

.header-area .float-right> .phone-area> .phone-title {
	width: 21.33333vw;
}

.header-area .float-right> .phone-area> .phone-number {
	padding-left: 2vw;
	text-align: center;
}

.header-area .float-right> .phone-area> .phone-number> .txt1 {
	width: 49.33333vw;
}

.header-area .float-right> .phone-area> .phone-number .number {
	display: block;
	width: 64.66667vw;
	margin-top: 2.93333vw;
	padding: 0 0 1.33333vw 8vw;
	background: url('../images/icn_phone.png') 1.33333vw center no-repeat;
	background-size: auto 6.66667vw;
	border-bottom: #fff .26667vw solid;
}

.header-area .float-right> .phone-area> .phone-number .number> img {
	width: 56vw;
	vertical-align: middle;
}

.header-area .float-right> .phone-area> .phone-number> .txt2 {
	width: 48.66667vw;
	margin-top: 3.33333vw;
}

.gnav-area {
	display: none;
}

.sp-gnav-area {
	display: block;
	width: 92vw;
	margin: 10.66667vw 4vw 0 4vw;
	border-bottom: none;
}

.sp-gnav-area> .gnav-list {
	display: block;
	text-align: center;
}

.sp-gnav-area> .gnav-list> .gnav-item {
	display: inline-block;
	width: 100%;
	height: 11.46667vw;
	margin: 0 auto;
	border-bottom: #032633 .26667vw solid;
	border-left: none;
}

.sp-gnav-area> .gnav-list> .gnav-item> a {
	position: relative;
	color: #032633;
	font-weight: bold;
	font-size: 4.26667vw;
	line-height: 2.6875;
}

.sp-gnav-area> .gnav-list> .gnav-item> a:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 3.46667vw;
	height: 2.4vw;
	margin-left: 0;
	background: url('../images/icn_arw.png') center center no-repeat;
	background-size: contain;
	-webkit-transform: translate(14.66667vw, -50%);
	-ms-transform: translate(14.66667vw, -50%);
	transform: translate(14.66667vw, -50%);
}

/* sec-00
---------------------------------------- */
.sec-00 {
	padding: 1.3vw 0;
	margin-bottom: 13vw;
}

.sec-00> .section-foot {
	font-size: 4.8vw;
}

.sec-01> .section-head {
	width: 92vw;
	border-top: #032633 .53333vw solid;
	border-bottom: #032633 .53333vw solid;
}

.sec-01> .section-head:after {
	bottom: -4vw;
	border-top: #032633 4vw solid;
	border-right: transparent 3.86667vw solid;
	border-left: transparent 3.86667vw solid;
}

.sec-01> .section-head> .head-title {
	padding: 0 4vw;
	font-size: 5.33333vw;
}

.sec-01> .section-head> .head-list {
	padding: 4vw 0;
}

.sec-01> .section-head> .head-list> .head-list-item {
	margin-top: 3.33333vw;
	font-size: 4.8vw;
}

.sec-01> .section-foot {
	margin-top: 8vw;
	padding: 0 4vw;
	font-size: 6.4vw;
}

.sec-02 {
	margin-top: 10.66667vw;
}

.sec-02 .section-title> span {
	margin-left: 6.66667vw;
	letter-spacing: -.075em;
}

.sec-02 .section-title> span:before {
	left: -6.66667vw;
	width: 4.66667vw;
	height: 6.66667vw;
	background: url('../images/icn_sec01-ttl.png') left center no-repeat;
	background-size: contain;
}

.sec-02 .flow-list {
	margin: 0 auto;
	padding: 0 0 5.33333vw 0;
}

.sec-02 .flow-list> .flow-item {
	width: 66.66667vw;
	margin: 9.33333vw 0 5.33333vw 0;
}

.sec-02 .flow-list> .flow-item:before {
	content: '';
	position: absolute;
	top: -9.33333vw;
	left: 50%;
	width: 8vw;
	height: 4vw;
	border-top: #032633 4vw solid;
	border-right: transparent 4vw solid;
	border-bottom: none;
	border-left: transparent 4vw solid;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.sec-02 .flow-list> .flow-item:nth-child(1):before {
	content: none;
}

.sec-02 .flow-list> .flow-item> .txt {
	margin-top: .8em;
	text-align: left;
}

.sec-02 .space-area {
	margin-top: 14.66667vw;
}

.sec-02 .space-area .area-list {
	padding-left: 18.66667vw;
	background-size: 16vw auto !important;
}

.sec-02 .space-area .area-list:nth-child(2) {
	margin: 4vw 0;
}

.sec-02 .space-area .area-list> .area-title {
	padding: 0 0 .5em 0;
	font-size: 4.26667vw;
	border-bottom: #000 .26667vw solid;
}

.sec-02 .space-area .area-list> .area-text {
	padding: .833333333em 0 0 0;
	font-size: 3.73333vw;
}

.sec-02 .ba-title {
	font-size: 5vw;
}
.sec-02 .befot-after .ba-photo .photo-l {
	margin-right: 0; 
	margin-bottom: 10vw;;
}

.sec-02 .befot-after .ba-photo {
	margin-bottom: 3vw;;
}

.sec-03 {
	margin-top: 10.66667vw;
}

.sec-03 .section-title> span {
	margin-left: 9.33333vw;
}

.sec-03 .section-title> span:before {
	left: -9.33333vw;
	width: 7.2vw;
	height: 6.13333vw;
	background: url('../images/icn_sec03-ttl.png') left center no-repeat;
	background-size: contain;
}

.sec-03 .voice-area {
	margin-top: 6.66667vw;
}

.sec-03 .voice-area .area-list> .area-item {
	margin-top: 4vw;
	padding: 0 0 0 20vw;
	background-size: 16vw auto !important;
}

.sec-03 .voice-area .area-list> .area-item> .text {
	width: 64vw;
	height: 16vw;
	padding: 1.33333vw 2.66667vw;
	font-size: 3.46667vw;
	line-height: 1.384615385;
	border-radius: 1.06667vw;
}

.sec-03 .voice-area .area-list> .area-item> .text:before {
	left: -2.4vw;
	width: 2.4vw;
	height: 4vw;
	border-top: transparent 2vw solid;
	border-right: #fff 2.4vw solid;
	border-bottom: transparent 2vw solid;
}

.sec-04 {
	margin-top: 10.66667vw;
}

.sec-04 .section-title> span {
	margin-left: 10.13333vw;
}

.sec-04 .section-title> span:before {
	left: -10.13333vw;
	width: 6.93333vw;
	height: 6.93333vw;
	background-size: contain !important;
}

.sec-04 .qa-area {
	margin-top: 10vw;
}

.sec-04 .qa-area .area-body {
	padding: 4vw;
}

.sec-04 .qa-area .area-body .qa-list> dt,
.sec-04 .qa-area .area-body .qa-list dd {
	padding: 4vw 8vw;
}

.sec-04 .qa-area .area-body .qa-list .question> .text {
	margin-left: 1em;
	font-size: 3.73333vw;
	text-indent: -1em;
}

.sec-04 .qa-area .area-body .qa-list .answer> .text {
	font-size: 3.73333vw;
}

.sec-04 .caption {
	margin: 2.66667vw 0 0 0;
	font-size: 2.66667vw;
	text-align: left;
}

.sec-05 {
	margin-top: 10.66667vw;
}

.sec-05 .section-title> span {
	margin-left: 8vw;
}

.sec-05 .section-title> span:before {
	left: -8vw;
	width: 4.8vw;
	height: 5.86667vw;
	background: url('../images/icn_sec05-ttl.png') left center no-repeat;
	background-size: contain;
}

.sec-05 .price-area {
	margin-top: 10.66667vw;
}

.sec-05 .price-area .area-body {
	padding: 0 4vw 4vw 4vw;
}

.sec-05 .price-area .area-body .price-table {
	margin-top: 4vw;
}

.sec-05 .price-area .area-body .price-table th,
.sec-05 .price-area .area-body .price-table td {
	width: 21.33333vw;
	height: 9.33333vw;
	text-align: center;
	border: #c9bc9c .4vw solid;
}

.sec-05 .price-area .area-body .price-table th {
	color: #fff;
	font-size: 3vw;
	background: #a6881d;
}

.sec-05 .price-area .area-body .price-table td {
	font-size: 3vw;
	padding: 5px;
}

.sec-05 .price-area .area-body .price-table td span{
	margin-top: 3.2px;
}

/*.sec-05 .price-area .area-body .price-table thead th:nth-child(4) {
	font-size: 2.66667vw;
	line-height: 1.2;
}*/

.sec-05 .price-area .area-body .price-table thead td {
	color: #fff;
}

.sec-05 .caption {
	margin: .5em 0 0 0;
	font-size: 2.66667vw;
	text-align: left;
}

.sec-05 .size-area {
	margin-top: 12.66667vw;
}

.sec-05 .size-area .area-body {
	padding: 4vw;
}

.sec-05 .size-area .area-body .size-table th,
.sec-05 .size-area .area-body .size-table td {
	height: auto;
	padding: 1em .5em;
	font-size: 3.2vw;
	border: #c9bc9c .4vw solid;
}

.sec-05 .size-area .area-body .size-table thead th:nth-child(1) {
	width: 21.33333vw;
}

.sec-05 .size-area .area-body .size-table tbody td {
	padding: 1em;
	font-size: 2.5vw;
}

.sec-05 .size-area .area-body .size-table tbody td:nth-child(1) {
	color: #fff;
	background: #a6881d;
}

.sec-05 .price-area .area-body .price-table tbody td span {
    font-size: 1.7vw;
}

.sec-05 .credit-area {
	margin-top: 12vw;
}

.sec-05 .credit-area> .area-body {
	padding: 4vw;
}

.sec-05 .credit-area> .area-body> .logo-list {
	padding: 2vw 4vw;
}

.sec-05 .credit-area> .area-body> .logo-list> .logo-item {
	width: 22.66667vw;
	margin: 0 .66667vw;
}

.footer-area {
	padding: 4.8vw 4vw 20vw 4vw;
}

.footer-area .footer-title {
	padding-bottom: 0;
	border-bottom: none;
}

.footer-area .footer-title> img {
	width: 69.33333vw;
}

.footer-area .phone-area {
	display: table;
	width: 100%;
	margin-top: 2.66667vw;
}

.footer-area .phone-area> .phone-title {
	display: table-cell;
	width: 21.33333vw;
	vertical-align: middle;
}

.footer-area .phone-area> .phone-number {
	display: table-cell;
	width: 66.66667vw;
	padding-left: 2.66667vw;
	vertical-align: middle;
}

.footer-area .phone-area> .phone-number .number {
	display: inline-block;
	width: 64.66667vw;
	padding: 0 0 1.33333vw 8vw;
	vertical-align: middle;
	background: url('../images/icn_phone.png') 1.33333vw center no-repeat;
	background-size: auto 6.66667vw;
	border-bottom: #fff .53333vw solid;
}

.footer-area .phone-area> .phone-number .number:last-child {
	margin-top: 2.66667vw;
}

.footer-area .phone-area> .phone-number .number> img {
	width: 56vw;
	vertical-align: middle;
}

.footer-area .info {
	margin-top: 2.66667vw;
	text-align: center;
}

.footer-area .info> img {
	width: 48.8vw;
}

.footer-area .footer-logo {
	margin-top: 3.2vw;
}

.footer-area .footer-logo> .logo {
	width: 15.33333vw;
	vertical-align: middle;
}

.footer-area .footer-logo> .text {
	display: inline-block;
	width: 72.66667vw;
	vertical-align: middle;
}

.footer-area .footer-logo> .text .zip {
	width: 21.33333vw;
	margin-right: 1.33333vw;
}

.footer-area .footer-logo> .text .add {
	width: 49.33333vw;
}

.footer-area> .copy {
	margin: 5.33333vw auto 0;
}

}

