@charset 'UTF-8';
/* ==========================================================================
   Foundation
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* Reset
   ----------------------------------------------------------------- */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;

}
a {
color: #000000;
text-decoration: none;
}
body {
    line-height: 1;
}

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

ul, ol {
    list-style: none;
}
li {
    list-style: none;

}
blockquote, q {
    quotes: none;
}

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

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/*! change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/*! change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

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

/*! change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

main {
    display: block;
	min-height: 800px;
}

/* Base
   ----------------------------------------------------------------- */
html {
    font-size: 62.5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

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

body {
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-font-feature-settings: 'palt';
            font-feature-settings: 'palt';
    font-weight: 300;
    line-height: 1.5;
    word-break: normal;
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
    min-width: 1280px;
}

@media screen and (max-width: 767px) {
    body {
        font-size: 32px;
        font-size: 4.27vw;
    }
}

@media screen and (min-width: 768px) {
    body {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

body.is-fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}

a {
    color: #000;
}

a:hover, a:active, a:focus {
    opacity: .8;
    text-decoration: none;
}

p {
    line-height: 1.8;
}

/* フルードイメージにします。 */
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

/* svgのIEバグ回避 */
img[src$='.svg'] {
    width: 100%;
    height: auto;
}

code, pre {
    font-family: Consolas, Menlo, Courier, monospace;
}

/* Container
   ----------------------------------------------------------------- */
.l-container {
    overflow: hidden;
    background-color:#FFFFFF;
}

/* Component
   ----------------------------------------------------------------- */
/* btn
-------------------------------------------------------------------------- */
.c-btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0;
    width: 100%;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    border: none;
    border-color: transparent;
    background-color: transparent;
    outline: none;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.c-btn--primary {
    color: #fff;
    background-color: #000;
}

@media screen and (max-width: 767px) {
    .c-btn--primary {
        border: .53333vw solid #000;
    }
}

@media screen and (min-width: 768px) {
    .c-btn--primary {
        -webkit-transition: .3s ease;
        transition: .3s ease;
        border: 2px solid #000;
    }
}

@media screen and (min-width: 768px) {
    .c-btn--primary:hover {
        opacity: 1;
        color: #000;
        background: #fff;
    }
}

.c-btn--border {
    color: #fff;
}

@media screen and (max-width: 767px) {
    .c-btn--border {
        border: .53333vw solid #fff;
    }
}

@media screen and (min-width: 768px) {
    .c-btn--border {
        border: 2px solid #fff;
        -webkit-transition: .3s ease;
        transition: .3s ease;
    }
}

@media screen and (min-width: 768px) {
    .c-btn--border:hover {
        opacity: 1;
        color: #000;
        background: #fff;
    }
}

.c-btn--arrow::after {
    position: absolute;
    content: '';
    display: block;
    top: 50%;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
    .c-btn--arrow::after {
        right: 4vw;
        width: 3.2vw;
        height: 3.2vw;
        border-top: 1.06667vw solid #000;
        border-right: 1.06667vw solid #000;
    }
}

@media screen and (min-width: 768px) {
    .c-btn--arrow::after {
        right: 30px;
        width: 14px;
        height: 14px;
        border-top: 4px solid #000;
        border-right: 4px solid #000;
    }
}

.c-btn--en {
    font-family: 'Montserrat', serif;
    font-weight: 700;
}

.c-btn-b {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0;
    width: 100%;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    border: none;
    border-color: transparent;
    background-color: transparent;
    outline: none;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.c-btn-b--primary {
    color: #000;
    background-color: #fff;
}

@media screen and (max-width: 767px) {
    .c-btn-b--primary {
        border: .53333vw solid #fff;
    }
}

@media screen and (min-width: 768px) {
    .c-btn-b--primary {
        -webkit-transition: .3s ease;
        transition: .3s ease;
        border: 2px solid #fff;
    }
}

@media screen and (min-width: 768px) {
    .c-btn-b--primary:hover {
        opacity: 1;
        color: #fff;
        background: #000;
    }
}

.c-btn-b--border {
    color: #000;
}

@media screen and (max-width: 767px) {
    .c-btn-b--border {
        border: .53333vw solid #000;
    }
}

@media screen and (min-width: 768px) {
    .c-btn-b--border {
        border: 2px solid #000;
        -webkit-transition: .3s ease;
        transition: .3s ease;
    }
}

@media screen and (min-width: 768px) {
    .c-btn-b--border:hover {
        opacity: 1;
        color: #fff;
        background: #000;
    }
}

.c-btn-b--arrow::after {
    position: absolute;
    content: '';
    display: block;
    top: 50%;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
    .c-btn-b--arrow::after {
        right: 4vw;
        width: 3.2vw;
        height: 3.2vw;
        border-top: 1.06667vw solid #000;
        border-right: 1.06667vw solid #000;
    }
}

@media screen and (min-width: 768px) {
    .c-btn-b--arrow::after {
        right: 30px;
        width: 14px;
        height: 14px;
        border-top: 4px solid #000;
        border-right: 4px solid #000;
    }
}

.c-btn-b--en {
    font-family: 'Montserrat', serif;
    font-weight: 700;
}

/* link
-------------------------------------------------------------------------- */
.btnarea.head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 20px;
}

.btnarea.foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.btnarea__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.btnarea__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 22px;
    font-size: 2.2rem;
    text-decoration: none;
    line-height: .8;
    -webkit-transition: all .3s;
    transition: all .3s;
    height: 42px;
    width: 338px;
    border: solid 1px #0096d1;
    color: #0096d1;
}

.btnarea__item:hover {
    background: #0096d1;
    color: #fff;
    opacity: 1;
}

.btnarea__item.color {
    color: #fff;
}

.btnarea__item.color:hover {
    background: #0096d1;
    opacity: 1;
}

.d_fs {
    font-size: 16px;
    font-size: 1.6rem;
}

.s_hfs {
    font-size: 26px;
    font-size: 2.6rem;
}

.m_hfs {
    font-size: 32px;
    font-size: 3.2rem;
}

.l_hfs {
    font-size: 45px;
    font-size: 4.5rem;
}

.red {
    color: #f00;
}

/* ==========================================================================
   地図
   ========================================================================== */
.access__map {
    height: 600px;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .access__map {
        height: 117.33333vw;
    }
}

/* ==========================================================================
   地図のスタイル
   ========================================================================== */
.infocontent__item {
    dispalay: block;
    border-bottom: 1px solid #e3e3e3;
    font-size: 14px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.infocontent__item:last-child {
    border-bottom: 0;
}

.infocontent__item .icon {
    font-size: 24px;
    padding-right: 4px;
    padding-bottom: 3px;
}

.infocontent__item.new .icon {
    color: #ec5959;
}

.infocontent__item.old .icon {
    color: #2e97ff;
}

.infocontent__item.land .icon {
    color: #00b285;
}

.infocontent__item.mansion .icon {
    color: #ffa64d;
}

.gm-style .gm-style-iw-c {
    border-radius: 0 !important;
    overflow: initial !important;
}

.gm-style .gm-style-iw-c button {
    top: -15px !important;
    right: -15px !important;
    background: #ddd !important;
    border-radius: 50px !important;
}

.gm-style {
    overflow: initial !important;
}

.gm-style-iw {
    overflow: initial !important;
}

.document {
    position: relative;
}

.document img {
    cursor: pointer;
}

.document:hover {
    opacity: 1;
}

.balloon , .balloon2 {
    display: none;
    right: 20px;
    top: 10px;
    position: absolute;
    padding: 10px;
    min-width: 200px;
    max-width: 200px;
    background: #fff;
    -webkit-box-shadow: 0 2px 7px 1px rgba(0, 0, 0, .3);
            box-shadow: 0 2px 7px 1px rgba(0, 0, 0, .3);
    z-index: 100;
}

.balloon a , .balloon2 a{
    display: block;
    width: 100%;
    text-align: left;
}

.close_btn {
    top: -15px;
    right: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 0;
    margin: 0;
    padding: 0;
    text-transform: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    position: absolute;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 30px;
    height: 30px;
    position: absolute;
    background: #ddd;
    border-radius: 50px;
    z-index: 150;
}

/* c-hamburger
-------------------------------------------------------------------------- */
.c-hamburger {
    position: relative;
    display: block;
    outline: none;
    width: 100%;
    -webkit-transition: all .4s;
    transition: all .4s;
}

@media screen and (max-width: 767px) {
    .c-hamburger {
        width: 7.2vw;
        height: 5.86667vw;
        margin-top: 1.07vw;
        margin-bottom: 1.07vw;
    }
}

@media screen and (min-width: 768px) {
    .c-hamburger {
        width: 80px;
        height: 50px;
    }
}

.c-hamburger span {
    position: absolute;
    content: '';
    left: 0;
    display: block;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media screen and (max-width: 767px) {
    .c-hamburger span {
        width: 100%;
        height: 1.06667vw;
        background-color: #fff;
    }
}

@media screen and (min-width: 768px) {
    .c-hamburger span {
        width: 100%;
        height: 10px;
        background: #000;
    }
}

.c-hamburger span:nth-of-type(1) {
    top: 0;
}

@media screen and (max-width: 767px) {
    .c-hamburger span:nth-of-type(1) {
        -webkit-animation: menu-bar01-sp .65s forwards;
                animation: menu-bar01-sp .65s forwards;
    }
}

@media screen and (min-width: 768px) {
    .c-hamburger span:nth-of-type(1) {
        -webkit-animation: menu-bar01 .65s forwards;
                animation: menu-bar01 .65s forwards;
    }
}

.c-hamburger span:nth-of-type(2) {
    -webkit-transition: all .25s .25s;
    transition: all .25s .25s;
    opacity: 1;
}

@media screen and (max-width: 767px) {
    .c-hamburger span:nth-of-type(2) {
        top: 2.93vw;
        margin-top: -.53vw;
    }
}

@media screen and (min-width: 768px) {
    .c-hamburger span:nth-of-type(2) {
        top: 50%;
        margin-top: -5px;
    }
}

.c-hamburger span:nth-of-type(3) {
    bottom: 0;
}

@media screen and (max-width: 767px) {
    .c-hamburger span:nth-of-type(3) {
        -webkit-animation: menu-bar02-sp .65s forwards;
                animation: menu-bar02-sp .65s forwards;
    }
}

@media screen and (min-width: 768px) {
    .c-hamburger span:nth-of-type(3) {
        -webkit-animation: menu-bar02 .65s forwards;
                animation: menu-bar02 .65s forwards;
    }
}

.c-hamburger.is-open span {
    background: #fff;
}

@media screen and (max-width: 767px) {
    .c-hamburger.is-open span:nth-of-type(1) {
        -webkit-animation: active-menu-bar01-sp .65s forwards;
                animation: active-menu-bar01-sp .65s forwards;
    }
}

@media screen and (min-width: 768px) {
    .c-hamburger.is-open span:nth-of-type(1) {
        -webkit-animation: active-menu-bar01 .65s forwards;
                animation: active-menu-bar01 .65s forwards;
    }
}

.c-hamburger.is-open span:nth-of-type(2) {
    opacity: 0;
}

@media screen and (max-width: 767px) {
    .c-hamburger.is-open span:nth-of-type(3) {
        -webkit-animation: active-menu-bar03-sp .65s forwards;
                animation: active-menu-bar03-sp .65s forwards;
    }
}

@media screen and (min-width: 768px) {
    .c-hamburger.is-open span:nth-of-type(3) {
        -webkit-animation: active-menu-bar03 .65s forwards;
                animation: active-menu-bar03 .65s forwards;
    }
}

@-webkit-keyframes menu-bar01 {
    0% {
        -webkit-transform: translateY(20px) rotate(45deg);
                transform: translateY(20px) rotate(45deg);
    }
    50% {
        -webkit-transform: translateY(20px) rotate(0);
                transform: translateY(20px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0);
                transform: translateY(0) rotate(0);
    }
}

@keyframes menu-bar01 {
    0% {
        -webkit-transform: translateY(20px) rotate(45deg);
                transform: translateY(20px) rotate(45deg);
    }
    50% {
        -webkit-transform: translateY(20px) rotate(0);
                transform: translateY(20px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0);
                transform: translateY(0) rotate(0);
    }
}

@-webkit-keyframes menu-bar02 {
    0% {
        -webkit-transform: translateY(-20px) rotate(-45deg);
                transform: translateY(-20px) rotate(-45deg);
    }
    50% {
        -webkit-transform: translateY(-20px) rotate(0);
                transform: translateY(-20px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0);
                transform: translateY(0) rotate(0);
    }
}

@keyframes menu-bar02 {
    0% {
        -webkit-transform: translateY(-20px) rotate(-45deg);
                transform: translateY(-20px) rotate(-45deg);
    }
    50% {
        -webkit-transform: translateY(-20px) rotate(0);
                transform: translateY(-20px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0);
                transform: translateY(0) rotate(0);
    }
}

@-webkit-keyframes active-menu-bar01 {
    0% {
        -webkit-transform: translateY(0) rotate(0);
                transform: translateY(0) rotate(0);
    }
    50% {
        -webkit-transform: translateY(20px) rotate(0);
                transform: translateY(20px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(20px) rotate(45deg);
                transform: translateY(20px) rotate(45deg);
    }
}

@keyframes active-menu-bar01 {
    0% {
        -webkit-transform: translateY(0) rotate(0);
                transform: translateY(0) rotate(0);
    }
    50% {
        -webkit-transform: translateY(20px) rotate(0);
                transform: translateY(20px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(20px) rotate(45deg);
                transform: translateY(20px) rotate(45deg);
    }
}

@-webkit-keyframes active-menu-bar03 {
    0% {
        -webkit-transform: translateY(0) rotate(0);
                transform: translateY(0) rotate(0);
    }
    50% {
        -webkit-transform: translateY(-20px) rotate(0);
                transform: translateY(-20px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(-20px) rotate(-45deg);
                transform: translateY(-20px) rotate(-45deg);
    }
}

@keyframes active-menu-bar03 {
    0% {
        -webkit-transform: translateY(0) rotate(0);
                transform: translateY(0) rotate(0);
    }
    50% {
        -webkit-transform: translateY(-20px) rotate(0);
                transform: translateY(-20px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(-20px) rotate(-45deg);
                transform: translateY(-20px) rotate(-45deg);
    }
}

@-webkit-keyframes menu-bar01-sp {
    0% {
        -webkit-transform: translateY(2.4vw) rotate(45deg);
                transform: translateY(2.4vw) rotate(45deg);
    }
    50% {
        -webkit-transform: translateY(2.4vw) rotate(0);
                transform: translateY(2.4vw) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0);
                transform: translateY(0) rotate(0);
    }
}

@keyframes menu-bar01-sp {
    0% {
        -webkit-transform: translateY(2.4vw) rotate(45deg);
                transform: translateY(2.4vw) rotate(45deg);
    }
    50% {
        -webkit-transform: translateY(2.4vw) rotate(0);
                transform: translateY(2.4vw) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0);
                transform: translateY(0) rotate(0);
    }
}

@-webkit-keyframes menu-bar02-sp {
    0% {
        -webkit-transform: translateY(-2.4vw) rotate(-45deg);
                transform: translateY(-2.4vw) rotate(-45deg);
    }
    50% {
        -webkit-transform: translateY(-2.4vw) rotate(0);
                transform: translateY(-2.4vw) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0);
                transform: translateY(0) rotate(0);
    }
}

@keyframes menu-bar02-sp {
    0% {
        -webkit-transform: translateY(-2.4vw) rotate(-45deg);
                transform: translateY(-2.4vw) rotate(-45deg);
    }
    50% {
        -webkit-transform: translateY(-2.4vw) rotate(0);
                transform: translateY(-2.4vw) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0);
                transform: translateY(0) rotate(0);
    }
}

@-webkit-keyframes active-menu-bar01-sp {
    0% {
        -webkit-transform: translateY(0) rotate(0);
                transform: translateY(0) rotate(0);
    }
    50% {
        -webkit-transform: translateY(2.4vw) rotate(0);
                transform: translateY(2.4vw) rotate(0);
    }
    100% {
        -webkit-transform: translateY(2.4vw) rotate(45deg);
                transform: translateY(2.4vw) rotate(45deg);
    }
}

@keyframes active-menu-bar01-sp {
    0% {
        -webkit-transform: translateY(0) rotate(0);
                transform: translateY(0) rotate(0);
    }
    50% {
        -webkit-transform: translateY(2.4vw) rotate(0);
                transform: translateY(2.4vw) rotate(0);
    }
    100% {
        -webkit-transform: translateY(2.4vw) rotate(45deg);
                transform: translateY(2.4vw) rotate(45deg);
    }
}

@-webkit-keyframes active-menu-bar03-sp {
    0% {
        -webkit-transform: translateY(0) rotate(0);
                transform: translateY(0) rotate(0);
    }
    50% {
        -webkit-transform: translateY(-2.4vw) rotate(0);
                transform: translateY(-2.4vw) rotate(0);
    }
    100% {
        -webkit-transform: translateY(-2.4vw) rotate(-45deg);
                transform: translateY(-2.4vw) rotate(-45deg);
    }
}

@keyframes active-menu-bar03-sp {
    0% {
        -webkit-transform: translateY(0) rotate(0);
                transform: translateY(0) rotate(0);
    }
    50% {
        -webkit-transform: translateY(-2.4vw) rotate(0);
                transform: translateY(-2.4vw) rotate(0);
    }
    100% {
        -webkit-transform: translateY(-2.4vw) rotate(-45deg);
                transform: translateY(-2.4vw) rotate(-45deg);
    }
}

/* headline
-------------------------------------------------------------------------- */
.c-headline {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.c-headline__en, .c-headline__jp {
    display: block;
    text-align: center;
}

.c-headline__en {
    font-family: 'Montserrat', serif;
    font-weight: 600;
    line-height: 1;
}

.c-headline__en--rev {
    color: #fff;
}

.c-headline__big {
    display: block;
    line-height: .8;
}

@media screen and (max-width: 767px) {
    .c-headline__big {
        font-size: 215px;
        font-size: 28.67vw;
        margin-top: 20px;
    }
}

@media screen and (min-width: 768px) {
    .c-headline__big {
        font-size: 115px;
        font-size: 11.5rem;
    }
}

.c-headline__small {
    display: block;
    margin-top: 5px;
}

@media screen and (max-width: 767px) {
    .c-headline__small {
        font-size: 63px;
        font-size: 8.4vw;
    }
}

@media screen and (min-width: 768px) {
    .c-headline__small {
        font-size: 34px;
        font-size: 3.4rem;
    }
}

@media screen and (max-width: 767px) {
    .c-headline__jp {
        margin-top: 1.87vw;
        font-size: 43px;
        font-size: 5.73vw;
        letter-spacing: .13em;
    }
}

@media screen and (min-width: 768px) {
    .c-headline__jp {
        margin-top: 8px;
        font-size: 20px;
        font-size: 2rem;
        letter-spacing: .25em;
    }
}

@media screen and (min-width: 1024px) {
    .c-headline--information .c-headline__en {
        font-size: 40px;
        font-size: 4rem;
    }
}

@media screen and (min-width: 768px) {
    .c-headline--information .c-headline__jp {
        margin-top: 13px;
    }
}

@media screen and (max-width: 767px) {
    .c-headline__word {
        display: block;
    }
}

@media screen and (min-width: 768px) {
    .c-headline__word {
        margin-left: .5em;
    }
}

/* inset
-------------------------------------------------------------------------- */
.inset {
    -o-object-fit: contain;
       object-fit: contain;
    font-family: 'object-fit: contain;';
}

/* link
-------------------------------------------------------------------------- */
.linklist.head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 20px;
}

.linklist.foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.linklist__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 850px;
}

.linklist__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 22px;
    font-size: 2.2rem;
    text-decoration: none;
    line-height: .8;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #555;
}

.linklist__item:hover {
    color: #0096d1;
    opacity: 1;
}

.linklist__item.color {
    color: #fff;
}

.linklist__item.color:hover {
    color: #00418f;
    opacity: 1;
}

/* ==========================================================================
   ログイン・ログイン後共通
   ========================================================================== */
.login__inputbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
}

.login__inputbox a {
    color: #fff;
    text-decoration: underline;
}

.login__inputbox .width100 {
    width: 100%;
}

.login__btnbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.login__btnbox div {
    width: 100%;
    margin: 0 10px 30px;
}

.login__btnbox a {
    color: #fff;
    font-weight: 400;
}

.login__title {
    font-size: 30px;
    width: 100px;
    font-weight: 400 !important;
}

.login__readtitle {
    font-size: 110px;
    text-align: center;
    margin-bottom: 15px;
}

/* ==========================================================================
   画像認証の領域（後で消す）
   ========================================================================== */
.sampleBox {
    background: #ddd;
    width: 450px;
    height: 100px;
    margin-right: 30px;
    display: block;
}

/* logo
-------------------------------------------------------------------------- */
.c-logo a {
    display: block;
}

@media screen and (min-width: 768px) {
    .first-mg {
        margin-top: 250px;
    }
}

@media screen and (max-width: 767px) {
    .first-mg {
        margin: 46.67vw 0vw 0vw 0vw;
    }
}

@media screen and (min-width: 1024px) {
    .top-mg {
        margin: 4vw 0vw 0vw 0vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .top-mg {
        margin: 5.33vw 0vw 0vw 0vw;
    }
}

@media screen and (max-width: 767px) {
    .top-mg {
        margin: 8vw 0vw 0vw 0vw;
    }
}

@media screen and (min-width: 1024px) {
    .top-h-mg {
        margin: 2vw 0vw 0vw 0vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .top-h-mg {
        margin: 2.67vw 0vw 0vw 0vw;
    }
}

@media screen and (max-width: 767px) {
    .top-h-mg {
        margin: 4vw 0vw 0vw 0vw;
    }
}

@media screen and (min-width: 1024px) {
    .bottom-mg {
        margin: 0vw 0vw 4vw 0vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .bottom-mg {
        margin: 0vw 0vw 5.33vw 0vw;
    }
}

@media screen and (max-width: 767px) {
    .bottom-mg {
        margin: 0vw 0vw 8vw 0vw;
    }
}

@media screen and (min-width: 1024px) {
    .bottom-h-mg {
        margin: 0vw 0vw 2vw 0vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .bottom-h-mg {
        margin: 0vw 0vw 2.67vw 0vw;
    }
}

@media screen and (max-width: 767px) {
    .bottom-h-mg {
        margin: 0vw 0vw 4vw 0vw;
    }
}

@media screen and (min-width: 1024px) {
    .mid-mg {
        margin: 3.33vw 0vw 3.33vw 0vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .mid-mg {
        margin: 4vw 0vw 4vw 0vw;
    }
}

@media screen and (max-width: 767px) {
    .mid-mg {
        margin: 8vw 0vw 8vw 0vw;
    }
}

@media screen and (min-width: 1024px) {
    .mid-h-mg {
        margin: 2vw 0vw 2vw 0vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .mid-h-mg {
        margin: 2.67vw 0vw 2.67vw 0vw;
    }
}

@media screen and (max-width: 767px) {
    .mid-h-mg {
        margin: 4vw 0vw 4vw 0vw;
    }
}

@media screen and (min-width: 1024px) {
    .last-mg {
        margin: 0vw 0vw 8vw 0vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .last-mg {
        margin: 0vw 0vw 9.33vw 0vw;
    }
}

@media screen and (max-width: 767px) {
    .last-mg {
        margin: 0vw 0vw 10.67vw 0vw;
    }
}

/* ==========================================================================
   管理TOPページのメニュー
   ========================================================================== */
.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style-type: none;
    color: #fff;
    padding: 0;
    width: 100%;
    min-width: 1280px;
    padding-top: 15px;
    background: #0096d1;
}

.menu > li {
    position: relative;
    width: 20%;
    height: 60px;
}
/*
.menu > li:nth-child(-n+3) {
    width: 33.33%;
}
*/
.menu > li > a {
    background: #0096d1;
    text-align: center;
    -webkit-transition: all .5s;
    transition: all .5s;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    border: solid 1px #fff;
    border-left: 0;
    border-bottom: 0;
    width: 100%;
    height: 100%;
    color: #fff;
}

.menu > li > a.js-dropdown:after {
    content: '';
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 10px;
    height: 10px;
    border: 2px solid;
    margin-left: 20px;
    margin-bottom: 5px;
    border-color: transparent transparent #fff #fff;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.menu > li > a:hover {
    opacity: 1;
    background: #fff;
    color: #0096d1;
}

.menu > li.none > a:hover {
    opacity: 1;
    color: #fff;
    background: #0096d1;
	cursor: inherit;
}

.menu > li > a:hover.js-dropdown:after {
    border-color: transparent transparent #0096d1 #0096d1;
}

.menu > li > a.is-active {
    opacity: 1;
    background: #fff;
    color: #0096d1;
}

.menu > li > a.is-active.js-dropdown:after {
    margin-bottom: 0;
    margin-top: 5px;
    border-color: transparent transparent #0096d1 #0096d1;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
}

/*プルダウン*/
.menuSub {
    top: 60px;
    left: 0;
    position: absolute;
    padding: 0;
    display: none;
    width: 100%;
    z-index: 100;
}

.menuSub ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    width: 100%;
    border: solid 1px #fff;
    height: 60px;
    background: #0096d1;
    text-align: left;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-size: 18px;
}

.menu .new {

    background: #00418f;
}


.menuSub ul li:nth-child(-n+3) {
    width: 100%;
}

.menuSub ul li > a {
    padding-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    text-decoration: none;
    width: 100%;
    height: 100%;
    color: #fff;
}

.menuSub ul li > a:hover {
    color: #0096d1;
}

.menuSub ul li:hover {
    border: solid 1px #fff;
    background: #fff;
    color: #0096d1;
}

/* modal
-------------------------------------------------------------------------- */
.c-modal {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: rgba(255, 163, 0, .95);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 100;
}

@media screen and (max-width: 767px) {
    .c-modal {
        padding: 16vw 5.33vw 0vw 5.33vw;
    }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
    .c-modal {
        padding: 0 15%;
    }
}

.c-modal__contents {
    color: #000;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .c-modal__contents {
        padding: 0vw 0vw 10.67vw 0vw;
    }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
    .c-modal__contents {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media screen and (min-width: 1280px) {
    .c-modal__contents {
        padding-top: 80px;
        padding-bottom: 80px;
        max-width: 860px;
        margin: 0 auto;
    }
}

.c-modal.is-open {
    display: block;
    opacity: 1;
    visibility: visible;
}

/* outset
-------------------------------------------------------------------------- */
.outset {
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover;';
}

@media screen and (min-width: 1024px) {
    .first-pd {
        padding: 8vw 0vw 0vw 0vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .first-pd {
        padding: 9.33vw 0vw 0vw 0vw;
    }
}

@media screen and (max-width: 767px) {
    .first-pd {
        padding: 10.67vw 0vw 0vw 0vw;
    }
}

@media screen and (min-width: 1024px) {
    .top-pd {
        padding: 4vw 0vw 0vw 0vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .top-pd {
        padding: 5.33vw 0vw 0vw 0vw;
    }
}

@media screen and (max-width: 767px) {
    .top-pd {
        padding: 8vw 0vw 0vw 0vw;
    }
}

@media screen and (min-width: 1024px) {
    .top-h-pd {
        padding: 2vw 0vw 0vw 0vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .top-h-pd {
        padding: 2.67vw 0vw 0vw 0vw;
    }
}

@media screen and (max-width: 767px) {
    .top-h-pd {
        padding: 4vw 0vw 0vw 0vw;
    }
}

@media screen and (min-width: 1024px) {
    .bottom-pd {
        padding: 0vw 0vw 8vw 0vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .bottom-pd {
        padding: 0vw 0vw 10.67vw 0vw;
    }
}

@media screen and (max-width: 767px) {
    .bottom-pd {
        padding: 0vw 0vw 16vw 0vw;
    }
}

@media screen and (min-width: 1024px) {
    .bottom-h-pd {
        padding: 0vw 0vw 2vw 0vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .bottom-h-pd {
        padding: 0vw 0vw 2.67vw 0vw;
    }
}

@media screen and (max-width: 767px) {
    .bottom-h-pd {
        padding: 0vw 0vw 4vw 0vw;
    }
}

@media screen and (min-width: 1024px) {
    .mid-pd {
        padding: 4vw 0vw 4vw 0vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .mid-pd {
        padding: 5.33vw 0vw 5.33vw 0vw;
    }
}

@media screen and (max-width: 767px) {
    .mid-pd {
        padding: 8vw 0vw 8vw 0vw;
    }
}

@media screen and (min-width: 1024px) {
    .mid-h-pd {
        padding: 2vw 0vw 2vw 0vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .mid-h-pd {
        padding: 2.67vw 0vw 2.67vw 0vw;
    }
}

@media screen and (max-width: 767px) {
    .mid-h-pd {
        padding: 4vw 0vw 4vw 0vw;
    }
}

@media screen and (min-width: 1024px) {
    .last-pd {
        padding: 0vw 0vw 8vw 0vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .last-pd {
        padding: 0vw 0vw 9.33vw 0vw;
    }
}

@media screen and (max-width: 767px) {
    .last-pd {
        padding: 0vw 0vw 10.67vw 0vw;
    }
}

@page {
    size: A4 landscape;
}

@media print {
    header, .linklist, .btnarea, .access__map, .arrow_top, .arrow_bottom, footer, .c-table th:nth-last-child(-n+4), .c-table td:nth-last-child(-n+4)  {
        display: none !important;
    }
    #Base64{
    padding-top: 50px;
    }
}

/* c-rangeSlider
-------------------------------------------------------------------------- */
.c-rangeSlider {
    width: 100%;
    margin: 0;
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    /* WebKit・Blink向け 溝のスタイル */
    /* WebKit・Blink向け つまみのスタイル */
    /* WebKit・Blink向け focus時のスタイル */
    /* Firefox向け 溝のスタイル */
    /* Firefox向け つまみのスタイル */
    /* Edge・IE向け 溝のスタイル */
    /* Edge・IE向け 溝の色（つまみより左側） */
    /* Edge・IE向け 溝の色（つまみより右側） */
    /* Edge・IE向け つまみのスタイル */
    /* Edge・IE向け focus時の色（つまみより左側） */
    /* Edge・IE向け focus時の色（つまみより右側） */
    /* Edge・IE向け ポップアップを非表示に */
}

.c-rangeSlider:focus {
    outline: none;
}

.c-rangeSlider::-webkit-slider-runnable-track {
    width: 100%;
    background-color: #000;
    -webkit-appearance: none;
            appearance: none;
}

@media screen and (max-width: 767px) {
    .c-rangeSlider::-webkit-slider-runnable-track {
        height: 1.33333vw;
        border-radius: 1.6vw;
    }
}

@media screen and (min-width: 768px) {
    .c-rangeSlider::-webkit-slider-runnable-track {
        height: 5px;
        border-radius: 6px;
    }
}

.c-rangeSlider::-webkit-slider-thumb {
    position: relative;
    display: block;
    cursor: pointer;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
    background-color: #fff;
    -webkit-appearance: none;
            appearance: none;
}

@media screen and (max-width: 767px) {
    .c-rangeSlider::-webkit-slider-thumb {
        width: 5.33333vw;
        height: 5.33333vw;
        margin-top: -2.13333vw !important;
        border: .53333vw solid rgba(0, 0, 0, .5);
    }
}

@media screen and (min-width: 768px) {
    .c-rangeSlider::-webkit-slider-thumb {
        width: 20px;
        height: 20px;
        margin-top: -8px !important;
        border: 2px solid rgba(0, 0, 0, .5);
    }
}

.c-rangeSlider:active::-webkit-slider-thumb {
    -webkit-transition: .4s;
    transition: .4s;
}

@media screen and (max-width: 767px) {
    .c-rangeSlider:active::-webkit-slider-thumb {
        width: 6.66667vw;
        height: 6.66667vw;
    }
}

@media screen and (min-width: 768px) {
    .c-rangeSlider:active::-webkit-slider-thumb {
        width: 25px;
        height: 25px;
    }
}

.c-rangeSlider:focus::-webkit-slider-runnable-track {
    background: #000;
}

.c-rangeSlider::-moz-range-track {
    width: 100%;
    background-color: #000;
    -moz-appearance: none;
         appearance: none;
}

@media screen and (max-width: 767px) {
    .c-rangeSlider::-moz-range-track {
        height: 1.33333vw;
        border-radius: 1.6vw;
    }
}

@media screen and (min-width: 768px) {
    .c-rangeSlider::-moz-range-track {
        height: 5px;
        border-radius: 6px;
    }
}

.c-rangeSlider::-moz-range-thumb {
    position: relative;
    display: block;
    cursor: pointer;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
    background-color: #fff;
    -moz-appearance: none;
         appearance: none;
}

@media screen and (max-width: 767px) {
    .c-rangeSlider::-moz-range-thumb {
        width: 5.33333vw;
        height: 5.33333vw;
        margin-top: -2.13333vw !important;
        border: .53333vw solid rgba(0, 0, 0, .5);
    }
}

@media screen and (min-width: 768px) {
    .c-rangeSlider::-moz-range-thumb {
        width: 20px;
        height: 20px;
        margin-top: -8px !important;
        border: 2px solid rgba(0, 0, 0, .5);
    }
}

.c-rangeSlider:active::-moz-range-thumb {
    -webkit-transition: .4s;
    transition: .4s;
}

@media screen and (max-width: 767px) {
    .c-rangeSlider:active::-moz-range-thumb {
        width: 6.66667vw;
        height: 6.66667vw;
    }
}

@media screen and (min-width: 768px) {
    .c-rangeSlider:active::-moz-range-thumb {
        width: 25px;
        height: 25px;
    }
}

.c-rangeSlider::-ms-track {
    width: 100%;
    cursor: pointer;
    color: transparent;
    border-width: 16px 0;
    border-color: transparent;
    background: transparent;
    animate: .2s;
}

@media screen and (max-width: 767px) {
    .c-rangeSlider::-ms-track {
        height: 1.33333vw;
    }
}

@media screen and (min-width: 768px) {
    .c-rangeSlider::-ms-track {
        height: 5px;
    }
}

.c-rangeSlider::-ms-fill-lower {
    background: #000;
}

.c-rangeSlider::-ms-fill-upper {
    background: #1a1a1a;
}

.c-rangeSlider::-ms-thumb {
    width: 20px;
    height: 20px;
    cursor: pointer;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
    background-color: #fff;
    appearance: none;
}

@media screen and (max-width: 767px) {
    .c-rangeSlider::-ms-thumb {
        width: 5.33333vw;
        height: 5.33333vw;
        border: .53333vw solid rgba(0, 0, 0, .5);
    }
}

@media screen and (min-width: 768px) {
    .c-rangeSlider::-ms-thumb {
        width: 20px;
        height: 20px;
        border: 2px solid rgba(0, 0, 0, .5);
    }
}

.c-rangeSlider:active::-ms-thumb {
    -webkit-transition: .4s;
    transition: .4s;
}

@media screen and (max-width: 767px) {
    .c-rangeSlider:active::-ms-thumb {
        width: 6.66667vw;
        height: 6.66667vw;
    }
}

@media screen and (min-width: 768px) {
    .c-rangeSlider:active::-ms-thumb {
        width: 25px;
        height: 25px;
    }
}

.c-rangeSlider:focus::-ms-fill-lower {
    background: #000;
}

.c-rangeSlider:focus::-ms-fill-upper {
    background: #0089ef;
}

.c-rangeSlider::-ms-tooltip {
    display: none;
}

/* 何故か上の margin-top 指定が Edge に効いてしまうので、Edge向けに設定をリセット */
@supports (-ms-ime-align: auto) {
    .c-rangeSlider::-webkit-slider-thumb {
        margin-top: 0 !important;
    }
}

/* ==========================================================================
   統計系のスタイル
   ========================================================================== */
.st_wrap {
    width: 855px;
    margin: 170px auto 85px;
    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;
}

.st_wrap::after, .st_wrap::before {
    content: '';
    display: block;
    width: 100%;
    max-width: 365px;
    height: 0;
}

.st_wrap::before {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}

.st_item {
    width: 275px;
    height: 55px;
    margin: 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #e3e3e3;
    font-size: 22px;
    text-decoration: none;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
}

.st_item.on {
    border: 1px solid #0096d1;
    background: #0096d1;
    color: #fff;
}

.st_item.on:hover {
    opacity: 1;
}

.st_item:hover {
    border: 1px solid #0096d1;
    background: #0096d1;
    color: #fff;
}

.st_price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 40px;
    padding: 0 0 40px;
    border-bottom: 1px #e7e7e7 solid;
    width: 850px;
    margin: 0 auto 135px;
}

.st_price span {
    font-size: 85px;
    font-weight: 400;
    color: #0096d1;
    margin: 0 20px;
}

/* c-table
-------------------------------------------------------------------------- */
.c-table {
    width: 100%;
    /*table-layout: fixed;*/
}

.c-table th, .c-table td {
    vertical-align: middle;
    line-height: 1.8;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #e7e7e7;
    line-height: 1.2;
	word-break:break-word;
}

.c-table th {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.c-table td {
    font-size: 12px;
    text-align: left;
}

.c-table.top {
    max-width: 1400px;
    min-width: 850px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.c-table.top th, .c-table.top td {
    font-size: 20px;
    padding: 13px 10px;
}

.c-table.top td {
    text-align: right;
	word-break:break-word;
}

.c-table.top tr:nth-child(odd) {
    background: #fcfdfe;
}

.c-table.top tr:nth-last-child(-n+6) {
    background: #f8f8f8;
}

.c-table.top tr:last-child {
    background: #0096d1;
    color: #fff;
    font-weight: bold;
}

.c-table.top tr:last-child td, .c-table.top tr:last-child th {
    font-size: 25px;
}

.c-table.top tr:first-child th:nth-last-child(-n+16) {
    background: #e6f5fc;
}

.c-table.new th:nth-child(1), .c-table.new th:nth-child(2), .c-table.new th:nth-child(21), .c-table.new td:nth-child(1), .c-table.new td:nth-child(2), .c-table.new td:nth-child(21) {
    width: 67px;
    padding: 10px 0;
    text-align: center;
}

.c-table.new th:nth-child(3), .c-table.new td:nth-child(3) {
    width: 28px;
    min-width: 20px;
    padding: 10px 0;
    text-align: center;
}

.c-table.new th:nth-child(4), .c-table.new th:nth-child(5), .c-table.new th:nth-child(6), .c-table.new th:nth-child(9), .c-table.new td:nth-child(4), .c-table.new td:nth-child(5), .c-table.new td:nth-child(6), .c-table.new td:nth-child(9) {
    width: 43px;
    min-width: 32px;
    padding: 10px 0;
    text-align: center;
}

.c-table.new th:nth-child(10), .c-table.new th:nth-child(11), .c-table.new th:nth-child(12), .c-table.new th:nth-child(14), .c-table.new th:nth-child(15), .c-table.new th:nth-child(16), .c-table.new th:nth-child(17), .c-table.new th:nth-child(19), .c-table.new th:nth-child(20), .c-table.new td:nth-child(10), .c-table.new td:nth-child(11), .c-table.new td:nth-child(12), .c-table.new td:nth-child(14), .c-table.new td:nth-child(15), .c-table.new td:nth-child(16), .c-table.new td:nth-child(17), .c-table.new td:nth-child(19), .c-table.new td:nth-child(20) {
    width: 50px;
    min-width: 32px;
    padding: 10px 0;
    text-align: center;
}

.c-table.new th:nth-child(18), .c-table.new td:nth-child(18) {
    width: 110px;
    min-width: 80px;
    padding: 0 5px;
    text-align: left;
}

.c-table.new th:nth-child(22), .c-table.new th:nth-child(23), .c-table.new td:nth-child(22), .c-table.new td:nth-child(23) {
    min-width: 90px;
    max-width: 90px;
    padding: 10px 0;
    text-align: center;
}

.c-table.new th:nth-child(24), .c-table.new td:nth-child(24) {
    width: 145px;
    min-width: 80px;
    padding: 0 5px;
    text-align: left;
}

.c-table.new th:nth-child(13), .c-table.new td:nth-child(13) {
    width: 65px;
    padding: 10px 0;
    text-align: center;
}

.c-table.new th:nth-child(7), .c-table.new td:nth-child(7) {
    width: 210px;
    min-width: 85px;
    padding: 0 5px;
    text-align: left;
}

.c-table.new th:nth-child(8), .c-table.new td:nth-child(8) {
    width: 130px;
    min-width: 60px;
    padding: 0 5px;
    text-align: left;
}

.c-table.new th:nth-child(25), .c-table.new th:nth-child(26), .c-table.new th:nth-child(27), .c-table.new th:nth-child(28), .c-table.new td:nth-child(25), .c-table.new td:nth-child(26), .c-table.new td:nth-child(27), .c-table.new td:nth-child(28) {
    width: 42px;
    min-width: 32px;
    padding: 10px 0;
    text-align: center;
}

.c-table.new th:nth-child(25) img, .c-table.new th:nth-child(26) img, .c-table.new th:nth-child(27) img, .c-table.new th:nth-child(28) img, .c-table.new td:nth-child(25) img, .c-table.new td:nth-child(26) img, .c-table.new td:nth-child(27) img, .c-table.new td:nth-child(28) img {
    width: 16px;
}

.c-table.new th:nth-child(25) img, .c-table.new td:nth-child(25) img {
    width: 18px;
}

.c-table.new th {
    font-weight: 500;
    text-align: center !important;
    background: #f6f6f6;
    position: relative;
}

.c-table.new th .arrow_top {
    position: absolute;
    top: -3px;
    right: 3px;
    width: 9px;
}

.c-table.new th .arrow_bottom {
    position: absolute;
    bottom: 0;
    right: 3px;
    width: 9px;
}

.c-table.new td {
    font-weight: 400;
}

.c-table.new_user th:nth-child(1), .c-table.new_user th:nth-child(2), .c-table.new_user th:nth-child(19), .c-table.new_user td:nth-child(1), .c-table.new_user td:nth-child(2), .c-table.new_user td:nth-child(19) {
    width: 67px;
    padding: 10px 0;
    text-align: center;
}

.c-table.new_user th:nth-child(3), .c-table.new_user th:nth-child(4), .c-table.new_user th:nth-child(5), .c-table.new_user th:nth-child(8), .c-table.new_user td:nth-child(3), .c-table.new_user td:nth-child(4), .c-table.new_user td:nth-child(5), .c-table.new_user td:nth-child(8) {
    width: 43px;
    min-width: 32px;
    padding: 10px 0;
    text-align: center;
}

.c-table.new_user th:nth-child(6), .c-table.new_user td:nth-child(6) {
    width: 290px;
    min-width: 85px;
    padding: 0 5px;
    text-align: left;
}

.c-table.new_user th:nth-child(7), .c-table.new_user td:nth-child(7) {
    width: 230px;
    min-width: 60px;
    padding: 0 5px;
    text-align: left;
}

.c-table.new_user th:nth-child(9), .c-table.new_user th:nth-child(10), .c-table.new_user th:nth-child(11), .c-table.new_user th:nth-child(12), .c-table.new_user th:nth-child(14), .c-table.new_user th:nth-child(15), .c-table.new_user th:nth-child(16), .c-table.new_user th:nth-child(17), .c-table.new_user th:nth-child(18), .c-table.new_user td:nth-child(9), .c-table.new_user td:nth-child(10), .c-table.new_user td:nth-child(11), .c-table.new_user td:nth-child(12), .c-table.new_user td:nth-child(14), .c-table.new_user td:nth-child(15), .c-table.new_user td:nth-child(16), .c-table.new_user td:nth-child(17), .c-table.new_user td:nth-child(18) {
    width: 50px;
    min-width: 32px;
    padding: 10px 0;
    text-align: center;
}

.c-table.new_user th:nth-child(30), .c-table.new_user td:nth-child(30) {
    width: 110px;
    min-width: 80px;
    padding: 0 5px;
    text-align: left;
}

.c-table.new_user th:nth-child(13), .c-table.new_user td:nth-child(13) {
    width: 65px;
    padding: 10px 0;
    text-align: center;
}

.c-table.new_user th:nth-child(20), .c-table.new_user td:nth-child(20) {
    width: 300px;
    min-width: 80px;
    padding: 0 5px;
    text-align: left;
}


.c-table.new_user th:nth-child(24), .c-table.new_user th:nth-child(21), .c-table.new_user th:nth-child(22), .c-table.new_user th:nth-child(23), .c-table.new_user td:nth-child(24), .c-table.new_user td:nth-child(21), .c-table.new_user td:nth-child(22), .c-table.new_user td:nth-child(23) {
    width: 42px;
    min-width: 32px;
    padding: 10px 0;
    text-align: center;
}

.c-table.new_user th:nth-child(24) img, .c-table.new_user th:nth-child(21) img, .c-table.new_user th:nth-child(22) img, .c-table.new_user th:nth-child(23) img, .c-table.new_user td:nth-child(24) img, .c-table.new_user td:nth-child(21) img, .c-table.new_user td:nth-child(22) img, .c-table.new_user td:nth-child(23) img {
    width: 16px;
}

.c-table.new_user th:nth-child(20) img, .c-table.new_user td:nth-child(20) img {
    width: 18px;
}

.c-table.new_user th {
    font-weight: 500;
    text-align: center !important;
    background: #f6f6f6;
    position: relative;
}

.c-table.new_user th .arrow_top {
    position: absolute;
    top: -3px;
    right: 3px;
    width: 9px;
}

.c-table.new_user th .arrow_bottom {
    position: absolute;
    bottom: 0;
    right: 3px;
    width: 9px;
}

.c-table.new_user td {
    font-weight: 400;
}

.c-table.old th:nth-child(1), .c-table.old th:nth-child(2), .c-table.old th:nth-child(21), .c-table.old td:nth-child(1), .c-table.old td:nth-child(2), .c-table.old td:nth-child(21) {
    width: 67px;
    padding: 10px 0;
    text-align: center;
}

.c-table.old th:nth-child(3), .c-table.old td:nth-child(3) {
    width: 28px;
    min-width: 20px;
    padding: 10px 0;
    text-align: center;
}

.c-table.old th:nth-child(4), .c-table.old th:nth-child(5), .c-table.old th:nth-child(6), .c-table.old th:nth-child(9), .c-table.old td:nth-child(4), .c-table.old td:nth-child(5), .c-table.old td:nth-child(6), .c-table.old td:nth-child(9) {
    width: 43px;
    min-width: 32px;
    padding: 10px 0;
    text-align: center;
}

.c-table.old th:nth-child(10), .c-table.old th:nth-child(11), .c-table.old th:nth-child(12), .c-table.old th:nth-child(14), .c-table.old th:nth-child(15), .c-table.old th:nth-child(16), .c-table.old th:nth-child(17), .c-table.old th:nth-child(19), .c-table.old th:nth-child(20), .c-table.old td:nth-child(10), .c-table.old td:nth-child(11), .c-table.old td:nth-child(12), .c-table.old td:nth-child(14), .c-table.old td:nth-child(15), .c-table.old td:nth-child(16), .c-table.old td:nth-child(17), .c-table.old td:nth-child(19), .c-table.old td:nth-child(20) {
    width: 50px;
    min-width: 32px;
    padding: 10px 0;
    text-align: center;
}

.c-table.old th:nth-child(18), .c-table.old td:nth-child(18) {
    width: 110px;
    min-width: 80px;
    padding: 0 5px;
    text-align: left;
}

.c-table.old th:nth-child(22), .c-table.old th:nth-child(23), .c-table.old td:nth-child(22), .c-table.old td:nth-child(23) {
    min-width: 90px;
    padding: 10px 0;
    text-align: center;
}

.c-table.old th:nth-child(24), .c-table.old td:nth-child(24) {
    width: 145px;
    min-width: 80px;
    padding: 0 5px;
    text-align: left;
}

.c-table.old th:nth-child(13), .c-table.old td:nth-child(13) {
    width: 65px;
    padding: 10px 0;
    text-align: center;
}

.c-table.old th:nth-child(7), .c-table.old td:nth-child(7) {
    width: 210px;
    min-width: 85px;
    padding: 0 5px;
    text-align: left;
}

.c-table.old th:nth-child(8), .c-table.old td:nth-child(8) {
    width: 130px;
    min-width: 60px;
    padding: 0 5px;
    text-align: left;
}

.c-table.old th:nth-child(25), .c-table.old th:nth-child(26), .c-table.old th:nth-child(27), .c-table.old th:nth-child(28), .c-table.old td:nth-child(25), .c-table.old td:nth-child(26), .c-table.old td:nth-child(27), .c-table.old td:nth-child(28) {
    width: 42px;
    min-width: 32px;
    padding: 10px 0;
    text-align: center;
}

.c-table.old th:nth-child(25) img, .c-table.old th:nth-child(26) img, .c-table.old th:nth-child(27) img, .c-table.old th:nth-child(28) img, .c-table.old td:nth-child(25) img, .c-table.old td:nth-child(26) img, .c-table.old td:nth-child(27) img, .c-table.old td:nth-child(28) img {
    width: 16px;
}

.c-table.old th:nth-child(25) img, .c-table.old td:nth-child(25) img {
    width: 18px;
}

.c-table.old th {
    font-weight: 500;
    text-align: center !important;
    background: #f6f6f6;
    position: relative;
}

.c-table.old th .arrow_top {
    position: absolute;
    top: -3px;
    right: 3px;
    width: 9px;
}

.c-table.old th .arrow_bottom {
    position: absolute;
    bottom: 0;
    right: 3px;
    width: 9px;
}

.c-table.old td {
    font-weight: 400;
}

.c-table.old_user th:nth-child(1), .c-table.old_user th:nth-child(2), .c-table.old_user th:nth-child(19), .c-table.old_user td:nth-child(1), .c-table.old_user td:nth-child(2), .c-table.old_user td:nth-child(19) {
    width: 67px;
    padding: 10px 0;
    text-align: center;
}

.c-table.old_user th:nth-child(3), .c-table.old_user th:nth-child(4), .c-table.old_user th:nth-child(5), .c-table.old_user th:nth-child(8), .c-table.old_user td:nth-child(3), .c-table.old_user td:nth-child(4), .c-table.old_user td:nth-child(5), .c-table.old_user td:nth-child(8) {
    width: 43px;
    min-width: 32px;
    padding: 10px 0;
    text-align: center;
}

.c-table.old_user th:nth-child(6), .c-table.old_user td:nth-child(6) {
    width: 440px;
    min-width: 85px;
    padding: 0 5px;
    text-align: left;
}

.c-table.old_user th:nth-child(7), .c-table.old_user td:nth-child(7) {
    width: 380px;
    min-width: 60px;
    padding: 0 5px;
    text-align: left;
}

.c-table.old_user th:nth-child(9), .c-table.old_user th:nth-child(10), .c-table.old_user th:nth-child(11), .c-table.old_user th:nth-child(12), .c-table.old_user th:nth-child(14), .c-table.old_user th:nth-child(15), .c-table.old_user th:nth-child(16), .c-table.old_user th:nth-child(17), .c-table.old_user th:nth-child(18), .c-table.old_user td:nth-child(9), .c-table.old_user td:nth-child(10), .c-table.old_user td:nth-child(11), .c-table.old_user td:nth-child(12), .c-table.old_user td:nth-child(14), .c-table.old_user td:nth-child(15), .c-table.old_user td:nth-child(16), .c-table.old_user td:nth-child(17), .c-table.old_user td:nth-child(18) {
    width: 50px;
    min-width: 32px;
    padding: 10px 0;
    text-align: center;
}

.c-table.old_user th:nth-child(30), .c-table.old_user td:nth-child(30) {
    width: 110px;
    min-width: 80px;
    padding: 0 5px;
    text-align: left;
}

.c-table.old_user th:nth-child(13), .c-table.old_user td:nth-child(13) {
    width: 65px;
    padding: 10px 0;
    text-align: center;
}

.c-table.old_user th:nth-child(20), .c-table.old_user th:nth-child(21), .c-table.old_user th:nth-child(22), .c-table.old_user th:nth-child(23), .c-table.old_user td:nth-child(20), .c-table.old_user td:nth-child(21), .c-table.old_user td:nth-child(22), .c-table.old_user td:nth-child(23) {
    width: 42px;
    min-width: 32px;
    padding: 10px 0;
    text-align: center;
}

.c-table.old_user th:nth-child(20) img, .c-table.old_user th:nth-child(21) img, .c-table.old_user th:nth-child(22) img, .c-table.old_user th:nth-child(23) img, .c-table.old_user td:nth-child(20) img, .c-table.old_user td:nth-child(21) img, .c-table.old_user td:nth-child(22) img, .c-table.old_user td:nth-child(23) img {
    width: 16px;
}

.c-table.old_user th:nth-child(20) img, .c-table.old_user td:nth-child(20) img {
    width: 18px;
}

.c-table.old_user th {
    font-weight: 500;
    text-align: center !important;
    background: #f6f6f6;
    position: relative;
}

.c-table.old_user th .arrow_top {
    position: absolute;
    top: -3px;
    right: 3px;
    width: 9px;
}

.c-table.old_user th .arrow_bottom {
    position: absolute;
    bottom: 0;
    right: 3px;
    width: 9px;
}

.c-table.old_user td {
    font-weight: 400;
}

.c-table.land th:nth-child(1), .c-table.land th:nth-child(2), .c-table.land th:nth-child(21), .c-table.land td:nth-child(1), .c-table.land td:nth-child(2), .c-table.land td:nth-child(21) {
    width: 67px;
    padding: 10px 0;
    text-align: center;
}

.c-table.land th:nth-child(3), .c-table.land td:nth-child(3) {
    width: 28px;
    min-width: 20px;
    padding: 10px 0;
    text-align: center;
}

.c-table.land th:nth-child(4), .c-table.land th:nth-child(5), .c-table.land th:nth-child(6), .c-table.land th:nth-child(9), .c-table.land th:nth-child(13), .c-table.land th:nth-child(14), .c-table.land th:nth-child(15), .c-table.land th:nth-child(16), .c-table.land th:nth-child(17), .c-table.land td:nth-child(4), .c-table.land td:nth-child(5), .c-table.land td:nth-child(6), .c-table.land td:nth-child(9), .c-table.land td:nth-child(13), .c-table.land td:nth-child(14), .c-table.land td:nth-child(15), .c-table.land td:nth-child(16), .c-table.land td:nth-child(17) {
    width: 43px;
    min-width: 32px;
    padding: 10px 0;
    text-align: center;
}

.c-table.land th:nth-child(10), .c-table.land th:nth-child(11), .c-table.land th:nth-child(12), .c-table.land th:nth-child(19), .c-table.land th:nth-child(20), .c-table.land td:nth-child(10), .c-table.land td:nth-child(11), .c-table.land td:nth-child(12), .c-table.land td:nth-child(19), .c-table.land td:nth-child(20) {
    width: 50px;
    min-width: 32px;
    padding: 10px 0;
    text-align: center;
}

.c-table.land th:nth-child(18), .c-table.land td:nth-child(18) {
    width: 110px;
    min-width: 80px;
    padding: 0 5px;
    text-align: left;
}

.c-table.land th:nth-child(22), .c-table.land th:nth-child(23), .c-table.land td:nth-child(22), .c-table.land td:nth-child(23) {
    width: 90px;
    min-width: 90px;
    padding: 10px 0;
    text-align: center;
}

.c-table.land th:nth-child(24), .c-table.land td:nth-child(24) {
    width: 145px;
    min-width: 80px;
    padding: 0 5px;
    text-align: left;
}

.c-table.land th:nth-child(7), .c-table.land td:nth-child(7) {
    width: 210px;
    min-width: 85px;
    padding: 0 5px;
    text-align: left;
}

.c-table.land th:nth-child(8), .c-table.land td:nth-child(8) {
    width: 140px;
    min-width: 60px;
    padding: 0 5px;
    text-align: left;
}

.c-table.land th:nth-child(25), .c-table.land th:nth-child(26), .c-table.land th:nth-child(27), .c-table.land th:nth-child(28), .c-table.land td:nth-child(25), .c-table.land td:nth-child(26), .c-table.land td:nth-child(27), .c-table.land td:nth-child(28) {
    width: 42px;
    min-width: 32px;
    padding: 10px 0;
    text-align: center;
}

.c-table.land th:nth-child(25) img, .c-table.land th:nth-child(26) img, .c-table.land th:nth-child(27) img, .c-table.land th:nth-child(28) img, .c-table.land td:nth-child(25) img, .c-table.land td:nth-child(26) img, .c-table.land td:nth-child(27) img, .c-table.land td:nth-child(28) img {
    width: 16px;
}

.c-table.land th:nth-child(25) img, .c-table.land td:nth-child(25) img {
    width: 18px;
}

.c-table.land th {
    font-weight: 500;
    text-align: center !important;
    background: #f6f6f6;
    position: relative;
}

.c-table.land th .arrow_top {
    position: absolute;
    top: -3px;
    right: 3px;
    width: 9px;
}

.c-table.land th .arrow_bottom {
    position: absolute;
    bottom: 0;
    right: 3px;
    width: 9px;
}

.c-table.land td {
    font-weight: 400;
}

.c-table.land_user th:nth-child(1), .c-table.land_user th:nth-child(2), .c-table.land_user th:nth-child(19), .c-table.land_user td:nth-child(1), .c-table.land_user td:nth-child(2), .c-table.land_user td:nth-child(19) {
    width: 67px;
    padding: 10px 0;
    text-align: center;
}

.c-table.land_user th:nth-child(3), .c-table.land_user th:nth-child(4), .c-table.land_user th:nth-child(5), .c-table.land_user th:nth-child(11), .c-table.land_user th:nth-child(12), .c-table.land_user th:nth-child(13), .c-table.land_user th:nth-child(14), .c-table.land_user th:nth-child(15), .c-table.land_user th:nth-child(16), .c-table.land_user td:nth-child(3), .c-table.land_user td:nth-child(4), .c-table.land_user td:nth-child(5), .c-table.land_user td:nth-child(11), .c-table.land_user td:nth-child(12), .c-table.land_user td:nth-child(13), .c-table.land_user td:nth-child(14), .c-table.land_user td:nth-child(15), .c-table.land_user td:nth-child(16) {
    width: 43px;
    min-width: 32px;
    padding: 10px 0;
    text-align: center;
}

.c-table.land_user th:nth-child(6), .c-table.land_user td:nth-child(6) {
    width: 440px;
    min-width: 85px;
    padding: 0 5px;
    text-align: left;
}

.c-table.land_user th:nth-child(7), .c-table.land_user td:nth-child(7) {
    width: 380px;
    min-width: 60px;
    padding: 0 5px;
    text-align: left;
}

.c-table.land_user th:nth-child(8), .c-table.land_user th:nth-child(9), .c-table.land_user th:nth-child(10), .c-table.land_user th:nth-child(17), .c-table.land_user th:nth-child(18), .c-table.land_user td:nth-child(8), .c-table.land_user td:nth-child(9), .c-table.land_user td:nth-child(10), .c-table.land_user td:nth-child(17), .c-table.land_user td:nth-child(18) {
    width: 50px;
    min-width: 32px;
    padding: 10px 0;
    text-align: center;
}

.c-table.land_user th:nth-child(20), .c-table.land_user th:nth-child(21), .c-table.land_user th:nth-child(22), .c-table.land_user th:nth-child(23), .c-table.land_user td:nth-child(20), .c-table.land_user td:nth-child(21), .c-table.land_user td:nth-child(22), .c-table.land_user td:nth-child(23) {
    width: 42px;
    min-width: 32px;
    padding: 10px 0;
    text-align: center;
}

.c-table.land_user th:nth-child(20) img, .c-table.land_user th:nth-child(21) img, .c-table.land_user th:nth-child(22) img, .c-table.land_user th:nth-child(23) img, .c-table.land_user td:nth-child(20) img, .c-table.land_user td:nth-child(21) img, .c-table.land_user td:nth-child(22) img, .c-table.land_user td:nth-child(23) img {
    width: 16px;
}

.c-table.land_user th:nth-child(20) img, .c-table.land_user td:nth-child(20) img {
    width: 18px;
}

.c-table.land_user th {
    font-weight: 500;
    text-align: center !important;
    background: #f6f6f6;
    position: relative;
}

.c-table.land_user th .arrow_top {
    position: absolute;
    top: -3px;
    right: 3px;
    width: 9px;
}

.c-table.land_user th .arrow_bottom {
    position: absolute;
    bottom: 0;
    right: 3px;
    width: 9px;
}

.c-table.land_user td {
    font-weight: 400;
}

.c-table.mansion th:nth-child(1), .c-table.mansion th:nth-child(2), .c-table.mansion th:nth-child(19), .c-table.mansion td:nth-child(1), .c-table.mansion td:nth-child(2), .c-table.mansion td:nth-child(19) {
    width: 67px;
    padding: 10px 0;
    text-align: center;
}

.c-table.mansion th:nth-child(3), .c-table.mansion td:nth-child(3) {
    width: 28px;
    min-width: 20px;
    padding: 10px 0;
    text-align: center;
}

.c-table.mansion th:nth-child(4), .c-table.mansion th:nth-child(5), .c-table.mansion th:nth-child(6), .c-table.mansion th:nth-child(12), .c-table.mansion th:nth-child(13), .c-table.mansion th:nth-child(15), .c-table.mansion td:nth-child(4), .c-table.mansion td:nth-child(5), .c-table.mansion td:nth-child(6), .c-table.mansion td:nth-child(12), .c-table.mansion td:nth-child(13), .c-table.mansion td:nth-child(15) {
    width: 43px;
    min-width: 32px;
    padding: 10px 0;
    text-align: center;
}

.c-table.mansion th:nth-child(16), .c-table.mansion td:nth-child(16) {
    width: 110px;
    min-width: 80px;
    padding: 0 5px;
    text-align: left;
}

.c-table.mansion th:nth-child(10), .c-table.mansion th:nth-child(11), .c-table.mansion th:nth-child(17), .c-table.mansion th:nth-child(18), .c-table.mansion th:nth-child(20), .c-table.mansion td:nth-child(10), .c-table.mansion td:nth-child(11), .c-table.mansion td:nth-child(17), .c-table.mansion td:nth-child(18), .c-table.mansion td:nth-child(20) {
    width: 50px;
    min-width: 32px;
    padding: 10px 0;
    text-align: center;
}

.c-table.mansion th:nth-child(20), .c-table.mansion th:nth-child(21), .c-table.mansion td:nth-child(20), .c-table.mansion td:nth-child(21) {
    width: 90px;
    min-width: 90px;
    padding: 10px 0;
    text-align: center;
}

.c-table.mansion th:nth-child(22), .c-table.mansion td:nth-child(22) {
    width: 145px;
    min-width: 80px;
    padding: 0 5px;
    text-align: left;
}

.c-table.mansion th:nth-child(7), .c-table.mansion th:nth-child(9), .c-table.mansion td:nth-child(7), .c-table.mansion td:nth-child(9) {
    width: 200px;
    min-width: 85px;
    padding: 0 5px;
    text-align: left;
}

.c-table.mansion th:nth-child(8), .c-table.mansion td:nth-child(8) {
    width: 140px;
    min-width: 60px;
    padding: 0 5px;
    text-align: left;
}

.c-table.mansion th:nth-child(23), .c-table.mansion th:nth-child(24), .c-table.mansion th:nth-child(25), .c-table.mansion th:nth-child(26), .c-table.mansion td:nth-child(23), .c-table.mansion td:nth-child(24), .c-table.mansion td:nth-child(25), .c-table.mansion td:nth-child(26) {
    width: 42px;
    min-width: 32px;
    padding: 10px 0;
    text-align: center;
}

.c-table.mansion th:nth-child(23) img, .c-table.mansion th:nth-child(24) img, .c-table.mansion th:nth-child(25) img, .c-table.mansion th:nth-child(26) img, .c-table.mansion td:nth-child(23) img, .c-table.mansion td:nth-child(24) img, .c-table.mansion td:nth-child(25) img, .c-table.mansion td:nth-child(26) img {
    width: 16px;
}

.c-table.mansion th:nth-child(25) img, .c-table.mansion td:nth-child(25) img {
    width: 18px;
}

.c-table.mansion th {
    font-weight: 500;
    text-align: center !important;
    background: #f6f6f6;
    position: relative;
}

.c-table.mansion th .arrow_top {
    position: absolute;
    top: -3px;
    right: 3px;
    width: 9px;
}

.c-table.mansion th .arrow_bottom {
    position: absolute;
    bottom: 0;
    right: 3px;
    width: 9px;
}

.c-table.mansion td {
    font-weight: 400;
}

.c-table.mansion_user th:nth-child(1), .c-table.mansion_user th:nth-child(2), .c-table.mansion_user th:nth-child(17), .c-table.mansion_user td:nth-child(1), .c-table.mansion_user td:nth-child(2), .c-table.mansion_user td:nth-child(17) {
    width: 67px;
    padding: 10px 0;
    text-align: center;
}

.c-table.mansion_user th:nth-child(3), .c-table.mansion_user th:nth-child(4), .c-table.mansion_user th:nth-child(5), .c-table.mansion_user th:nth-child(12), .c-table.mansion_user th:nth-child(13), .c-table.mansion_user th:nth-child(14), .c-table.mansion_user td:nth-child(3), .c-table.mansion_user td:nth-child(4), .c-table.mansion_user td:nth-child(5), .c-table.mansion_user td:nth-child(12), .c-table.mansion_user td:nth-child(13), .c-table.mansion_user td:nth-child(14) {
    width: 43px;
    min-width: 32px;
    padding: 10px 0;
    text-align: center;
}

.c-table.mansion_user th:nth-child(9), .c-table.mansion_user th:nth-child(10), .c-table.mansion_user th:nth-child(11), .c-table.mansion_user th:nth-child(15), .c-table.mansion_user th:nth-child(16), .c-table.mansion_user td:nth-child(9), .c-table.mansion_user td:nth-child(10), .c-table.mansion_user td:nth-child(11), .c-table.mansion_user td:nth-child(15), .c-table.mansion_user td:nth-child(16) {
    width: 50px;
    min-width: 32px;
    padding: 10px 0;
    text-align: center;
}

.c-table.mansion_user th:nth-child(6), .c-table.mansion_user td:nth-child(6) {
    width: 400px;
    min-width: 85px;
    padding: 0 5px;
    text-align: left;
}

.c-table.mansion_user th:nth-child(7), .c-table.mansion_user th:nth-child(8), .c-table.mansion_user td:nth-child(7), .c-table.mansion_user td:nth-child(8) {
    width: 300px;
    min-width: 60px;
    padding: 0 5px;
    text-align: left;
}

.c-table.mansion_user th:nth-child(18), .c-table.mansion_user th:nth-child(19), .c-table.mansion_user th:nth-child(20), .c-table.mansion_user th:nth-child(21), .c-table.mansion_user td:nth-child(18), .c-table.mansion_user td:nth-child(19), .c-table.mansion_user td:nth-child(20), .c-table.mansion_user td:nth-child(21) {
    width: 42px;
    min-width: 32px;
    padding: 10px 0;
    text-align: center;
}

.c-table.mansion_user th:nth-child(18) img, .c-table.mansion_user th:nth-child(19) img, .c-table.mansion_user th:nth-child(20) img, .c-table.mansion_user th:nth-child(21) img, .c-table.mansion_user td:nth-child(18) img, .c-table.mansion_user td:nth-child(19) img, .c-table.mansion_user td:nth-child(20) img, .c-table.mansion_user td:nth-child(21) img {
    width: 16px;
}

.c-table.mansion_user th:nth-child(18) img, .c-table.mansion_user td:nth-child(18) img {
    width: 18px;
}

.c-table.mansion_user th {
    font-weight: 500;
    text-align: center !important;
    background: #f6f6f6;
    position: relative;
}

.c-table.mansion_user th .arrow_top {
    position: absolute;
    top: -3px;
    right: 3px;
    width: 9px;
}

.c-table.mansion_user th .arrow_bottom {
    position: absolute;
    bottom: 0;
    right: 3px;
    width: 9px;
}

.c-table.mansion_user td {
    font-weight: 400;
}

.c-table .bg_blue {
    background: #e6f5fc;
}

.c-table .bg_purple {
    background: #EFE6FC;
}

.c-table .bg_red {
    background: #ffe6e7;
}

.c-table .bg_green {
    background: #e7ffe7;
}

.c-table .bg_orange {
    background: #fff8e6;
}

.c-table .bg_yerrow {
    background: #ffffe7;
}



.c-table .bold {
    font-weight: 500;
}

.table_date ,
.table_date2 {
    max-width: 1400px;
    min-width: 850px;
    width: 100%;
    margin: 0 auto 15px;
    text-align: left;
    font-size: 30px;
    font-weight: 100;
}

.table_date:before {
    content: '';
    width: 5px;
    height: 25px;
    display: inline-block;
    background: #0096d1;
    margin-right: 10px;
    margin-bottom: -2px;
}

.tbb_text {
    max-width: 1400px;
    min-width: 850px;
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
}

.tbb_text div {
    display: inline-block;

}

/* tableTopics
-------------------------------------------------------------------------- */
.info-table__date {
    width: 210px;
    text-align: right !important;
    padding: 17px;
    vertical-align: middle;
    padding-right: 0 !important;
}

@media screen and (max-width: 767px) {
    .info-table__date {
        text-align: left !important;
        margin-left: 10px;
    }
}

.info-table__date span {
    margin-left: 10px;
    display: inline-block;
    width: 60px;
    text-align: center;
}

.info-table__date span.new {
    font-size: 14px;
    background: red;
    color: #fff;
}

.info-table__text {
    width: 800px;
}

@media screen and (max-width: 767px) {
    .info-table__text {
        text-align: left !important;
        padding: 0 10px !important;
    }
}

.info-table__btn a {
    width: 160px;
    height: 40px;
}

@media screen and (max-width: 767px) {
    .info-table__btn a {
        display: inline-block;
        height: 32px;
    }
}

.info-table__btn .c-btn--arrow::after {
    right: 10px;
}

/* tel
-------------------------------------------------------------------------- */
.c-tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: 'Montserrat', serif;
    font-weight: 700;
    letter-spacing: normal;
}

@media screen and (max-width: 767px) {
    .c-tel {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}

@media screen and (max-width: 767px) {
    .c-tel__icon {
        width: 9.33333vw;
        margin: 0vw 1.33vw 0vw 0vw;
    }
}

@media screen and (min-width: 768px) {
    .c-tel__icon {
        margin-right: 7px;
    }
}

.c-tel__number {
    color: #5a2f00;
}

@media screen and (max-width: 767px) {
    .c-tel__number {
        font-size: 68px;
        font-size: 9.07vw;
    }
}

@media screen and (min-width: 768px) {
    .c-tel__number {
        font-size: 40px;
        font-size: 4rem;
    }
}

.c-tel__number--white {
    color: #fff;
}

/* title
-------------------------------------------------------------------------- */
.c-title {
    text-align: center;
}

.c-title__jp, .c-title__en {
    display: block;
}

.c-title__jp {
    font-weight: normal;
    letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
    .c-title__jp {
        font-size: 40px;
        font-size: 5.33vw;
    }
}

@media screen and (min-width: 768px) {
    .c-title__jp {
        margin-bottom: 6px;
        font-size: 30px;
        font-size: 3rem;
    }
}

.c-title__en {
    color: #000;
    font-family: 'Montserrat', serif;
    font-weight: 900;
    letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
    .c-title__en {
        font-size: 80px;
        font-size: 10.67vw;
    }
}

@media screen and (min-width: 768px) {
    .c-title__en {
        font-size: 60px;
        font-size: 6rem;
    }
}

/* utility
   ----------------------------------------------------------------- */
a[href^='tel:'] {
    text-decoration: none;
}

@media screen and (min-width: 768px) {
    a[href^='tel:'] {
        pointer-events: none;
        display: inline-block;
    }
}

@media screen and (max-width: 1023px) {
    .pc {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .pc_td {
        display: none;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .pc_sp {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    .tb {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .tb {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    .tb_sp {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .sp {
        display: none;
    }
}

/* ==========================================================================
   page 下層ページ共通部分
   ========================================================================== */
/* p-page
-------------------------------------------------------------------------- */
.p-page {
    overflow: hidden;
}
.p-indexBlock-gray {
    overflow: hidden;
    padding-right: 40px;
    padding-left: 40px;
   background-color:#FFFFFF;
}
.p-page__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    text-align: center;
    border-bottom: solid 15px #c3ecfa;
    position: relative;
}

@media screen and (max-width: 767px) {
    .p-page__heading {
        height: 50.66667vw;
    }
}

@media screen and (min-width: 768px) {
    .p-page__heading {
        height: 280px;
    }
}

.p-page__heading:after {
    content: '';
    display: block;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 50%;
    border-bottom: 15px solid #b9f2d4;
}

.p-page__lead {
    font-weight: 100;
    text-align: center;
}

.p-page__lead span.blue ,
.table_date2 span.blue ,
.headLine03 span.blue2 ,
.headLine03_2 span.blue,
.headLine03_2 span.blue2,
.dm_table h4 span.blue2{
    color: #0096d1;
}

.p-page__btn {
    color: #fff;
    background: #0096d1;
    font-weight: 100;
    line-height: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 15px 0 17px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    border: solid 1px #fff;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 767px) {
    .p-page__btn {
        font-size: 40px;
        font-size: 5.33vw;
        line-height: 1.3;
    }
}

@media screen and (min-width: 768px) {
    .p-page__btn {
        font-size: 25px;
        font-size: 2.5rem;
    }
}

.p-page__btn.en {
    font-family: 'Montserrat', serif;
    font-weight: 400;
}

.p-page__btn.width100p {
    width: 100%;
}

.p-page__btn.width300 {
    width: 400px;
}

@media screen and (max-width: 767px) {
    .p-page__btn.width300 {
        width: 300px;
    }
}

@media screen and (min-width: 1024px) {
    .p-page__btn.width300 {
        margin: 0vw auto 4vw auto;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .p-page__btn.width300 {
        margin: 0vw auto 5.33vw auto;
    }
}

@media screen and (max-width: 767px) {
    .p-page__btn.width300 {
        margin: 0vw auto 8vw auto;
    }
}

.p-page__btn.width300_btmg {
    width: 400px;
}

@media screen and (max-width: 767px) {
    .p-page__btn.width300_btmg {
        width: 300px;
    }
}

.p-page__btn:hover {
    border: solid 1px #fff;
    background: #fff;
    color: #0096d1;
    opacity: 1;
}

.p-page__btn2 {
    color: #fff;
    background: #999;
    font-weight: 100;
    line-height: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 15px 0 17px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    border: solid 1px #fff;
    margin-right: auto;
    margin-left: auto;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .p-page__btn2 {
        font-size: 40px;
        font-size: 5.33vw;
        line-height: 1.3;
    }
}

@media screen and (min-width: 768px) {
    .p-page__btn2 {
        font-size: 25px;
        font-size: 2.5rem;
    }
}

.p-page__btn2.en {
    font-weight: 300;
}

.p-page__btn2.width300 {
    width: 400px;
}

@media screen and (max-width: 767px) {
    .p-page__btn2.width300 {
        width: 300px;
    }
}

@media screen and (min-width: 1024px) {
    .p-page__btn2.width300 {
        margin: 0vw auto 4vw auto;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .p-page__btn2.width300 {
        margin: 0vw auto 5.33vw auto;
    }
}

@media screen and (max-width: 767px) {
    .p-page__btn2.width300 {
        margin: 0vw auto 8vw auto;
    }
}

.p-page__btn2.width300_btmg {
    width: 400px;
}

@media screen and (max-width: 767px) {
    .p-page__btn2.width300_btmg {
        width: 300px;
    }
}

.p-page__btn2:hover {
    color: #000;
    background: #fff;
    opacity: 1;
    border: solid 1px #000;
}

/* content
-------------------------------------------------------------------------- */
.content__title {
    color: #fff;
    font-weight: 900;
    line-height: 1.6;
    margin-bottom: 50px;
}

.content__title.en {
    margin-bottom: 20px;
    padding-top: 30px;
    display: block;
    font-family: 'Montserrat', serif;
    font-weight: 700;
    line-height: 1em;
}

@media screen and (max-width: 767px) {
    .content__title.en {
        font-size: 120px;
        font-size: 16vw;
    }
}

@media screen and (min-width: 768px) {
    .content__title.en {
        font-size: 80px;
        font-size: 8rem;
    }
}

@media screen and (max-width: 767px) {
    .content__title {
        font-size: 70px;
        font-size: 9.33vw;
    }
}

@media screen and (min-width: 768px) {
    .content__title {
        font-size: 50px;
        font-size: 5rem;
    }
}

.content__text {
    color: #fff;
    line-height: 2;
    font-weight: 900;
}

@media screen and (max-width: 767px) {
    .content__text {
        font-size: 36px;
        font-size: 4.8vw;
    }
}

@media screen and (min-width: 768px) {
    .content__text {
        font-size: 26px;
        font-size: 2.6rem;
    }
}

.content__text .en {
    padding-top: 30px;
    display: block;
    font-family: 'Montserrat', serif;
    font-weight: 700;
    line-height: 1em;
}

@media screen and (max-width: 767px) {
    .content__text .en {
        font-size: 110px;
        font-size: 14.67vw;
        line-height: 1.3em;
    }
}

@media screen and (max-width: 1023px) {
    .content__text .en {
        margin-bottom: 50px;
    }
}

@media screen and (min-width: 768px) {
    .content__text .en {
        font-size: 77px;
        font-size: 7.7rem;
    }
}

.content__photoList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.content__photoList::before {
    content: '';
    display: block;
    width: 25%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}

.content__photoList::after {
    content: '';
    display: block;
    width: 25%;
}

.content__photoItem {
    width: 25%;
    position: relative;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .content__photoItem {
        width: 33.33%;
    }
}

@media screen and (max-width: 767px) {
    .content__photoItem {
        width: 50%;
    }
}

.content__photoItem img {
    width: 100%;
}

.content__photoItem img.c-inset {
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover';
}

@media screen and (max-width: 767px) {
    .content__photoItem img {
        height: 43.07vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .content__photoItem img {
        height: 31.6vw;
    }
}

@media screen and (min-width: 1024px) {
    .content__photoItem img {
        height: 300px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .content__photoItem img {
        height: 23.8vw;
    }
}

.content__photoItem video {
    width: 100%;
    display: block;
}

.content__photoItem video.c-inset {
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover';
}

@media screen and (max-width: 767px) {
    .content__photoItem video {
        height: 43.07vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .content__photoItem video {
        height: 31.6vw;
    }
}

@media screen and (min-width: 1024px) {
    .content__photoItem video {
        height: 300px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .content__photoItem video {
        height: 23.8vw;
    }
}

.content__photoItem video:hover {
    opacity: .8;
}

.content__photoItem .icon {
    position: absolute;
    top: 8px;
    right: 8px;
    opacity: .9;
}

@media screen and (max-width: 767px) {
    .content__photoItem .icon {
        top: 2px;
        right: 10px;
    }
}

.content__photoItem .icon img {
    width: 28px;
    height: auto;
}

@media screen and (max-width: 767px) {
    .content__photoItem .icon img {
        width: 25px;
    }
}

/* ==========================================================================
   全体のCSSTOPメニュー分の隙間
   ========================================================================== */
.l-main {
    padding-top: 90px;
	
}

/* ==========================================================================
   英語共通
   ========================================================================== */
.en {
    font-family: 'Montserrat', serif;
    font-weight: 200;
}
