@charset "UTF-8";

/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/


/*------------------------------------------------------------
for develop
------------------------------------------------------------*/

#__bs_notify__ {
    opacity: 0.3 !important;
    font-size: 5px !important;
    line-height: 100% !important;
    padding: 0 5px 0 5px !important;
    border-radius: 0 !important;
}

.c-dev-title1 {
    background: #000;
    color: #fff;
    line-height: 1;
    padding: 6px 0 6px 15px;
    font-size: 1.6rem;
    margin: 60px 0 20px 0;
}

.c-dev-title2 {
    background: #888;
    color: #fff;
    line-height: 1;
    padding: 6px 0 6px 30px;
    font-size: 1.3rem;
    margin: 50px 0 10px 0;
}

.c-dev-message1 {
    top: 0;
    left: 0;
    background: #f00;
    color: #fff;
    z-index: 9999;
    position: fixed;
    line-height: 1;
    padding: 3px 6px;
    opacity: 0.6;
    font-size: 8px;
}

@media (min-width: 768px) {
    .sp-only {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .pc-only {
        display: none !important;
    }
    img {
        max-width: 100%;
        height: auto;
    }
}

.custom-object-fit {
    position: relative;
    background-size: cover;
    background-position: center center;
}

.custom-object-fit img {
    opacity: 0;
}


/*------------------------------------------------------------
breadcrumb
------------------------------------------------------------*/


/*
------------------------------------------------------------*/

.c-breadcrumb {
    width: 100%;
    background: #f8f8f8;
    padding: 19px 0;
    border-bottom: 1px solid rgba(17, 17, 17, 0.15);
}

@media screen and (max-width: 767px) {
    .c-breadcrumb {
        padding: 10px 15px;
    }
}

.c-breadcrumb__inner {
    width: 1120px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .c-breadcrumb__inner {
        width: 100%;
    }
}

.c-breadcrumb__item {
    position: relative;
    padding-right: 12px;
    margin: 0 2px 0 0;
}

.c-breadcrumb__item::after {
    content: '>';
    position: absolute;
    top: -1px;
    right: 0;
    font-size: 1.2rem;
    font-weight: bold;
}

.c-breadcrumb__item:last-child {
    margin: 0;
    padding: 0;
}

.c-breadcrumb__item:last-child::after {
    display: none;
}

.c-breadcrumb a {
    display: block;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #0863aa;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .c-breadcrumb a:hover {
        color: #35b6e8;
        opacity: 1;
    }
}

.c-breadcrumb span {
    font-size: 1.2rem;
    line-height: 1.5;
    color: #666666;
    font-weight: bold;
}

.c-breadcrumb--white {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.c-breadcrumb--white .c-breadcrumb__item::after {
    color: #fff;
}

.c-breadcrumb--white a,
.c-breadcrumb--white span {
    color: #fff;
}


/*------------------------------------------------------------
layout
------------------------------------------------------------*/


/*
------------------------------------------------------------*/

.l-container {
    width: 1120px;
    margin: 0 auto;
    *zoom: 1;
}

.l-container:after {
    display: block;
    content: '';
    clear: both;
}

@media screen and (max-width: 767px) {
    .l-container {
        width: 100%;
        padding: 0 15px;
    }
}


/*
------------------------------------------------------------*/

.l-content {
    width: 800px;
    float: left;
}

@media screen and (max-width: 767px) {
    .l-content {
        width: 100%;
        float: none;
    }
}


/*
------------------------------------------------------------*/

.l-side {
    width: 280px;
    float: right;
}

@media screen and (max-width: 767px) {
    .l-side {
        width: 100%;
        float: none;
        margin: 40px 0 0;
    }
}


/*------------------------------------------------------------
side
------------------------------------------------------------*/


/*
------------------------------------------------------------*/

.l-side__ttl {
    font-size: 2rem;
    line-height: 1.5;
    color: #fff;
    font-weight: bold;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    padding: 18px 20px 16px;
}

.l-side__box1 {
    background: #003567;
}

.l-side__box1+.l-side__box2 {
    margin: 20px 0 0;
}

.l-side__item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

@media screen and (min-width: 768px) {
    .l-side__item .l-side__txt:hover {
        background: #0863aa;
        opacity: 1;
    }
}

.l-side__txt {
    display: block;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    padding: 19px 21px 16px;
}

.l-side__txt::after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    position: absolute;
    top: 50%;
    right: 26px;
    margin: -1px 0 0;
    -webkit-transform: rotate(45deg) translate(0, -50%);
    -ms-transform: rotate(45deg) translate(0, -50%);
    transform: rotate(45deg) translate(0, -50%);
}

.l-side__sublist {
    margin: 0 0 20px;
}

@media screen and (min-width: 768px) {
    .l-side__subitem .l-side__txt1:hover {
        background: #0863aa;
        opacity: 1;
    }
}

.l-side__subitem:last-child {
    margin: 0;
}

.l-side__txt1 {
    display: block;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #fff;
    position: relative;
    text-decoration: none;
    padding: 6px 0 3px 40px;
}

.l-side__txt1::after {
    content: '';
    width: 6px;
    height: 6px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    position: absolute;
    top: 50%;
    left: 20px;
    margin: -1px 0 0;
    -webkit-transform: rotate(45deg) translate(0, -50%);
    -ms-transform: rotate(45deg) translate(0, -50%);
    transform: rotate(45deg) translate(0, -50%);
}

.l-side__box2 {
    background: #fff;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.l-side__box2 .l-side__ttl {
    color: #003567;
    border-color: #003567;
}

.l-side__item2 {
    border-bottom: 1px solid #e4e4e4;
    position: relative;
}

@media screen and (min-width: 768px) {
    .l-side__item2 .l-side__box:hover {
        opacity: 1;
    }
    .l-side__item2 .l-side__box:hover .l-side__txt2 {
        color: #35b6e8;
    }
    .l-side__item2 .l-side__box:hover .l-side__txt2 a {
        color: #35b6e8;
    }
}

.l-side__box {
    display: block;
    text-decoration: none;
    padding: 19px 20px;
}

.l-side__txt2 {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #111111;
    font-weight: bold;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.l-side__txt2 a {
    text-decoration: none;
    color: #111111;
    opacity: 1 !important;
}

.l-side__txt2 a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}

.l-side__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 12px 0 0;
}

.l-side__date {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #666666;
    max-width: 50%;
}

.l-side .c-tag1 {
    max-width: 50%;
}

.l-side .c-tag1--blue {
    padding: 4px;
    min-width: 120px;
}

.l-side__box3 {
    background: #fff;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.l-side__box3 .l-side__ttl {
    color: #003567;
    border-color: #003567;
}

.l-side__box3 .c-tag3 {
    padding: 18px 20px;
}

.l-side__search {
    padding: 20px;
    border-bottom: 1px solid #e4e4e4;
}

.l-side__search input {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.75;
    color: #111;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px 10px;
}

.l-side__search input::-webkit-input-placeholder {
    color: #999999;
}

.l-side__search input::-moz-placeholder {
    color: #999999;
}

.l-side__search input:-ms-input-placeholder {
    color: #999999;
}

.l-side__search input::-ms-input-placeholder {
    color: #999999;
}

.l-side__search input::placeholder {
    color: #999999;
}

.l-side__search .btn {
    width: 100%;
    background: #0863aa;
    border-radius: 4px;
    border: none;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: bold;
    margin: 11px 0 0;
    padding: 12px 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.l-side__search .btn span {
    position: relative;
    padding-left: 27px;
}

.l-side__search .btn span::before {
    content: '';
    width: 16px;
    height: 16px;
    background: url(../img/common/icon/search-white.svg) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (min-width: 768px) {
    .l-side__search .btn:hover {
        opacity: 1;
        background: #35b6e8;
        border-color: #35b6e8;
        color: #fff;
        -webkit-box-shadow: 0px 5px 20px 0px rgba(8, 99, 170, 0.2);
        box-shadow: 0px 5px 20px 0px rgba(8, 99, 170, 0.2);
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    .l-side__search .btn:hover span::after {
        border-color: #fff;
    }
}


/*------------------------------------------------------------
btn
------------------------------------------------------------*/


/*
------------------------------------------------------------*/

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


/*
------------------------------------------------------------*/

.c-btn1 {
    display: inline-block;
}

.c-btn1 a {
    min-width: 180px;
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1;
    color: #111111;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border: 1px solid #d4d4d4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 16px 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media screen and (max-width: 767px) {
    .c-btn1 a {
        font-size: 1.4rem;
    }
}

@media screen and (min-width: 768px) {
    .c-btn1 a:hover {
        opacity: 1;
        background: #35b6e8;
        border-color: #35b6e8;
        color: #fff;
        -webkit-box-shadow: 0px 5px 20px 0px rgba(8, 99, 170, 0.2);
        box-shadow: 0px 5px 20px 0px rgba(8, 99, 170, 0.2);
    }
    .c-btn1 a:hover span::after {
        border-color: #fff;
    }
}

.c-btn1 a span {
    position: relative;
    padding-right: 20px;
    z-index: 2;
}

@media screen and (max-width: 767px) {
    .c-btn1 a span {
        padding-right: 13px;
    }
}

.c-btn1 a span::after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 3px solid #0863aa;
    border-right: 3px solid #0863aa;
    position: absolute;
    top: 50%;
    right: -2px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media screen and (max-width: 767px) {
    .c-btn1 a span::after {
        border-width: 2px;
    }
}


/*
------------------------------------------------------------*/

.c-btn2 {
    display: inline-block;
}

.c-btn2 a {
    display: block;
    background: #a40000;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    font-size: 1.6rem;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    padding: 17px 40px;
    position: relative;
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .c-btn2 a:hover {
        opacity: 1;
        -webkit-box-shadow: 0px 10px 40px 0px rgba(204, 0, 0, 0.2);
        box-shadow: 0px 10px 40px 0px rgba(204, 0, 0, 0.2);
        background: #cc0000;
    }
}

.c-btn2 a span {
    position: relative;
    padding: 0 0 0 24px;
}

.c-btn2 a span::before {
    content: '';
    width: 16px;
    height: 16px;
    background: url(../img/common/icon/pen-nib.svg) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.c-btn2--icon1 a span::before {
    background: url(../img/common/icon/envelope.svg) no-repeat center;
    background-size: 100% 100%;
}


/*
------------------------------------------------------------*/

.c-btn3 {
    display: inline-block;
}

.c-btn3 a {
    display: block;
    text-decoration: none;
    min-width: 292px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background: #0863aa;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: bold;
    padding: 17px 10px;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .c-btn3 a {
        min-width: 260px;
        max-width: 320px;
        margin: 0 auto;
    }
}

.c-btn3 a span {
    position: relative;
    padding-left: 26px;
}

.c-btn3 a span::before {
    content: '';
    width: 16px;
    height: 16px;
    background: url(../img/common/icon/search-white.svg) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: 3px;
    left: 0;
}

@media screen and (min-width: 768px) {
    .c-btn3 a:hover {
        opacity: 1;
        background: #35b6e8;
        border-color: #35b6e8;
        color: #fff;
        -webkit-box-shadow: 0px 5px 20px 0px rgba(8, 99, 170, 0.2);
        box-shadow: 0px 5px 20px 0px rgba(8, 99, 170, 0.2);
    }
    .c-btn3 a:hover span::after {
        border-color: #fff;
    }
}


/*------------------------------------------------------------
title
------------------------------------------------------------*/


/*
------------------------------------------------------------*/

.c-title1__eng {
    display: block;
    font-size: 9.6rem;
    line-height: 1;
    color: rgba(8, 99, 170, 0.15);
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 31px;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .c-title1__eng {
        font-size: 4rem;
        letter-spacing: 15px;
        overflow: hidden;
    }
}

.c-title1__jp {
    display: block;
    font-size: 3.2rem;
    line-height: 1.5;
    color: #111111;
    font-weight: bold;
    position: relative;
    z-index: 2;
    margin: -37px 0 0;
}

@media screen and (max-width: 767px) {
    .c-title1__jp {
        font-size: 2.6rem;
        margin: -18px 0 0;
    }
}

.c-title1--white .c-title1__eng {
    color: rgba(255, 255, 255, 0.3);
}

.c-title1--white .c-title1__jp {
    color: #fff;
}


/*
------------------------------------------------------------*/

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

.c-title2__jp {
    font-size: 2.4rem;
    line-height: 1.5;
    color: #fff;
    font-weight: bold;
}

.c-title2__eng {
    font-size: 1.2rem;
    line-height: 1.5;
    color: #fff;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 3.8px;
}


/*
------------------------------------------------------------*/

.c-title3 {
    font-size: 2.8rem;
    line-height: 1.5;
    color: #003567;
    font-weight: bold;
    position: relative;
    padding: 41px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .c-title3 {
        font-size: 2.4rem;
        padding: 20px 0 0;
    }
}

.c-title3::before {
    content: '';
    width: 30px;
    height: 4px;
    background: #003567;
    position: absolute;
    top: 0;
    left: 0;
}

.c-title3__icon {
    background: #a40000;
    color: #fff;
    font-size: 1.4rem;
    font-weight: normal;
    padding: 1px 3px 0;
    margin-left: 10px;
}


/*
------------------------------------------------------------*/

.c-title4 {
    background: #003567;
    font-size: 2rem;
    line-height: 1.5;
    color: #fff;
    padding: 13px 15px;
}

@media screen and (max-width: 767px) {
    .c-title4 {
        font-size: 1.7rem;
        padding: 10px 12px;
    }
}


/*
------------------------------------------------------------*/

.c-title5 {
    font-size: 1.8rem;
    line-height: 1.5;
    color: #111111;
    font-weight: bold;
    border-bottom: 1px solid #003567;
    padding: 0 0 13px;
}

@media screen and (max-width: 767px) {
    .c-title5 {
        font-size: 1.6rem;
        padding: 0 0 6px;
    }
}


/*------------------------------------------------------------
icon
------------------------------------------------------------*/


/*
------------------------------------------------------------*/

.c-icon {
    width: 40px;
    margin-right: 5px;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
    .c-icon {
        width: 30px;
    }
}

.c-icon span {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 1.4rem;
    line-height: 4rem;
    text-align: center;
    background: #fff;
    color: #0863aa;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .c-icon span {
        width: 30px;
        height: 30px;
        font-size: 1.2rem;
        line-height: 3rem;
    }
}

.c-icon span+span {
    border-top: 1px solid #dddddd;
}

.c-icon span:hover {
    color: #35B6E8;
}


/*------------------------------------------------------------
form
------------------------------------------------------------*/


/*c-formSearch
------------------------------------------------------------*/

.c-formSearch__advanced {
    background-color: #0073e1;
    padding: 15px;
    color: #fff;
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: bold;
    width: 100%;
    display: none;
}

.c-formSearch__advanced i {
    margin-right: 5px;
}

.c-formSearch__boxsearch {
    background: rgba(243, 243, 243, 0.8);
    width: 100%;
    position: relative;
}

.c-formSearch__boxsearch.is-mapfull {
    position: absolute;
    left: 0;
    bottom: 0;
}

.c-formSearch__box {
    max-width: 1125px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 15px;
}

.c-formSearch__option {
    display: none;
    padding: 10px 0 0;
    position: relative;
    *zoom: 1;
}

.c-formSearch__option:after {
    display: block;
    content: '';
    clear: both;
}

.c-formSearch__col {
    margin-bottom: 13px;
    margin-left: 13px;
    width: calc((100% - 39px) / 4);
}

.c-formSearch__col:nth-child(4n + 1) {
    margin-left: 0;
}

.c-formSearch__col--2 {
    width: calc(50% - 6.5px);
}

.c-formSearch__col select {
    width: 100%;
    font-size: 1.3rem;
    color: #8593a9;
    font-weight: bold;
    background: #fff;
    padding: 7px 5px;
    border: 1px solid #fff;
}

.c-formSearch__col input[type='text'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: calc(100% - 18px);
    font-size: 1.3rem;
    color: #8593a9;
    font-weight: bold;
    background: #fff;
    padding: 10px 8px;
    border: 1px solid #fff;
}

.c-formSearch__col input[type='text']:focus {
    border: 1px solid #0073e1;
}

.c-formSearch__col input[type='text']::-webkit-input-placeholder {
    color: #8593a9;
}

.c-formSearch__col input[type='text']::-moz-placeholder {
    color: #8593a9;
}

.c-formSearch__col input[type='text']:-ms-input-placeholder {
    color: #8593a9;
}

.c-formSearch__col input[type='text']::-ms-input-placeholder {
    color: #8593a9;
}

.c-formSearch__col input[type='text']::placeholder {
    color: #8593a9;
}

.c-formSearch__col input[type='text']#amount,
.c-formSearch__col input[type='text']#amount2,
.c-formSearch__col input[type='text']#amount3 {
    background: none;
    padding: 0 0 0 10px;
    border: 0;
    width: auto;
    color: #0073e1;
}

.c-formSearch__col input[type='submit'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    text-shadow: none;
    border-radius: 0px;
    text-transform: capitalize;
    padding: 9px;
    border: 1px solid #0073e1;
    color: #ffffff;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #0073e1));
    background-image: -webkit-linear-gradient(left, transparent 50%, #0073e1 50%);
    background-image: linear-gradient(to right, transparent 50%, #0073e1 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    font-size: 1.5rem;
    font-weight: bold;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    cursor: pointer;
}

.c-formSearch__col input[type='submit']:hover {
    text-decoration: none;
    background-color: transparent;
    background-position: left bottom;
    color: #0073e6;
    border-color: #0073e6;
}

.c-formSearch__col p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.3rem;
    color: #8593a9;
    font-weight: bold;
}

.c-formSearch__checkbox {
    margin-bottom: 13px;
    margin-left: 13px;
    width: calc((100% - 39px) / 4);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    float: left;
}

.c-formSearch__checkbox:nth-child(4n + 1) {
    margin-left: 0;
}

.c-formSearch__checkbox input[type='checkbox'] {
    position: relative;
    outline: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 15px;
    width: 15px;
    margin: 0 7px 0 0;
    vertical-align: top;
    border: 1px solid #dde4e9;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

.c-formSearch__checkbox input[type='checkbox']:checked:before {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    content: '\f00c';
    position: absolute;
    font-size: 24px;
    left: 0px;
    top: 0px;
    text-align: center;
    width: 15px;
    color: #0073e1;
    display: inline-block;
    font: normal normal normal 13px/1 FontAwesome;
}

.c-formSearch__checkbox label {
    color: #8593a9;
    font-size: 1.3rem;
    font-weight: bold;
}

.c-formSearch__range {
    margin-top: 5px;
    width: calc(100% - 12px);
    left: 6px;
}

.c-formSearch__range.ui-widget-content {
    border: 0;
    height: 4px;
}

.c-formSearch__range .ui-widget-header {
    background: #0073e1;
}

.c-formSearch__range span {
    border-radius: 50%;
    cursor: pointer;
}

.c-formSearch__range span.ui-slider-handle {
    top: -4px;
}

.c-formSearch__moreoption {
    font-size: 1.3rem;
    cursor: pointer;
    width: auto;
    color: #0073e1;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 10px;
}

.c-formSearch__closeoption {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 5px;
    right: 0;
    cursor: pointer;
}

.c-formSearch__closeoption i {
    font-size: 1.5rem;
    color: #8593a9;
}

.c-formSearch__tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    position: absolute;
    top: -44px;
    left: calc(50% - 562.5px);
}

.c-formSearch__tabs li {
    background: #ebba7c;
    border-right: 1px solid #f3f3f3;
    color: #fff;
    padding: 13px 23px;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 1.3rem;
    cursor: pointer;
}

.c-formSearch__tabs li.is-active {
    background: #0073e1;
    color: #fff;
}

.c-formSearch__tabcontent {
    display: none;
}

.c-formSearch__tabcontent.is-active {
    display: block;
}


/*
------------------------------------------------------------*/

.c-form1__calendar {
    background: #0863AA;
    -webkit-appearance: none;
    cursor: pointer;
    color: #fff;
    display: block;
    border: none;
    border-radius: 4px;
    width: 100%;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    padding: 8px 5px;
    margin-bottom: 15px;
}

.c-form1__calendar span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c-form1__calendar span:before {
    content: "";
    width: 14px;
    height: 16px;
    background: url(../img/common/icon/calendar-white.svg) no-repeat center/contain;
    display: inline-block;
    margin-right: 10px;
}

.c-form1__table {
    margin-bottom: 9px;
}

.c-form1__row:not(:last-child) {
    margin-bottom: 14px;
}

.c-form1__th {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 3px;
}

.c-form1__radioBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.c-form1__radioBox .c-radio {
    width: 24%;
}

.c-form1__control {
    width: 100%;
    border: 1px solid #D4D4D4;
    border-radius: 4px;
    height: 40px;
    font-size: 1.4rem;
    padding: 10px;
    line-height: 1.75;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.c-form1__control::-webkit-input-placeholder {
    color: #999999;
}

.c-form1__control::-moz-placeholder {
    color: #999999;
}

.c-form1__control:-ms-input-placeholder {
    color: #999999;
}

.c-form1__control:-moz-placeholder {
    color: #999999;
}

.c-form1__control--message {
    min-height: 120px;
}

.c-form1 .c-title4 {
    margin-bottom: 40px;
}

.c-form1__btn {
    display: block;
    background: #A40000;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    width: 100%;
    height: 40px;
    border-radius: 4px;
    position: relative;
}

.c-form1__btn:before {
    content: "";
    width: 16px;
    height: 12px;
    background: url(../img/common/icon/envelope.svg) no-repeat center/contain;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 52px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.c-form1__btn:hover {
    -webkit-box-shadow: 0px 10px 40px 0px rgba(204, 0, 0, 0.2);
    box-shadow: 0px 10px 40px 0px rgba(204, 0, 0, 0.2);
    background: #cc0000;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.c-form1__btn .ajax-loader {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto !important;
}

.c-form1__btnFrom {
    width: 100%;
    height: 100%;
    border: none;
    -webkit-appearance: none;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    background: none;
    padding-left: 31px;
}

.c-form1__accordion {
    display: none;
}

.c-form1__text {
    padding-top: 5px;
    font-size: 1.3rem;
}

.c-form2__table {
    margin-bottom: 50px;
}

.c-form2__row:not(:last-child) {
    margin-bottom: 20px;
}

.c-form2__th {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 3px;
}

.c-form2__th span {
    color: #cc0000;
    font-size: 1.2rem;
    margin-left: 10px;
}

.c-form2__radioBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
}

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

.c-form2__radioBox--col3 .c-radio {
    width: 32%;
}

@media screen and (max-width: 767px) {
    .c-form2__radioBox--col3 .c-radio {
        width: 100%;
        margin-bottom: 10px;
    }
}

.c-form2__radioBox--col3 .wpcf7-form-control-wrap {
    width: 100%;
}

.c-form2__radioBox--col3 .wpcf7-form-control {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .c-form2__radioBox--col3 .wpcf7-form-control {
        display: block;
    }
}

.c-form2__radioBox--col3 span.wpcf7-list-item {
    width: 32%;
    margin: 0;
}

@media screen and (max-width: 767px) {
    .c-form2__radioBox--col3 span.wpcf7-list-item {
        width: 100%;
        margin-bottom: 10px;
    }
}

.c-form2__radioBox--col4 .c-radio {
    width: 24%;
}

@media screen and (max-width: 767px) {
    .c-form2__radioBox--col4 .c-radio {
        width: 100%;
        margin-bottom: 10px;
    }
}

.c-form2__radioBox--col4 .wpcf7-form-control-wrap {
    width: 100%;
}

.c-form2__radioBox--col4 .wpcf7-form-control {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .c-form2__radioBox--col4 .wpcf7-form-control {
        display: block;
    }
}

.c-form2__radioBox--col4 span.wpcf7-list-item {
    width: 24%;
    margin: 0;
}

@media screen and (max-width: 767px) {
    .c-form2__radioBox--col4 span.wpcf7-list-item {
        width: 100%;
        margin-bottom: 10px;
    }
}

.c-form2__control {
    width: 50%;
    border: 1px solid #D4D4D4;
    border-radius: 4px;
    height: 40px;
    font-size: 1.4rem;
    padding: 10px;
    line-height: 1.75;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .c-form2__control {
        width: 100%;
    }
}

.c-form2__control::-webkit-input-placeholder {
    color: #999999;
}

.c-form2__control::-moz-placeholder {
    color: #999999;
}

.c-form2__control:-ms-input-placeholder {
    color: #999999;
}

.c-form2__control:-moz-placeholder {
    color: #999999;
}

.c-form2__control--message {
    min-height: 120px;
    width: 100%;
}

.c-form2 .c-title4 {
    margin-bottom: 30px;
}

.c-form2 .c-title4 span {
    font-weight: normal;
    font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
    .c-form2 .c-title4 span {
        font-size: 1.3rem;
    }
}

.c-form2__btn {
    display: block;
    background: #A40000;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    width: 292px;
    height: 40px;
    border-radius: 4px;
    position: relative;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .c-form2__btn {
        width: 100%;
    }
}

.c-form2__btn:before {
    content: "";
    width: 16px;
    height: 12px;
    background: url(../img/common/icon/envelope.svg) no-repeat center/contain;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 52px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.c-form2__btn:hover {
    -webkit-box-shadow: 0px 10px 40px 0px rgba(204, 0, 0, 0.2);
    box-shadow: 0px 10px 40px 0px rgba(204, 0, 0, 0.2);
    background: #cc0000;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.c-form2__btn .ajax-loader {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto !important;
}

.c-form2__btnFrom {
    width: 100%;
    height: 100%;
    border: none;
    -webkit-appearance: none;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    background: none;
    padding-left: 31px;
}

.c-form2 .c-form__show {
    display: none;
}

.c-form2 .is-active {
    display: block;
}

.c-form2__text {
    padding-top: 5px;
    font-size: 1.3rem;
}

.c-form2__arrow {
    position: relative;
    margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
    .c-form2__arrow {
        margin-bottom: 40px;
    }
}

.c-form2__arrow::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 40px 0 40px;
    border-color: #003567 transparent transparent transparent;
    position: absolute;
    bottom: -60px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media screen and (max-width: 767px) {
    .c-form2__arrow::after {
        border-width: 10px 20px 0 20px;
        bottom: -30px;
    }
}


/*------------------------------------------------------------
text
------------------------------------------------------------*/


/*
------------------------------------------------------------*/

.c-text {
    font-size: 1.6rem;
    line-height: 1.75;
    color: #111111;
}

@media screen and (max-width: 767px) {
    .c-text {
        font-size: 1.4rem;
    }
}

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

.c-text a {
    color: #0863aa;
}

@media screen and (min-width: 768px) {
    .c-text a:hover {
        color: #35b6e8;
    }
}


/*
------------------------------------------------------------*/

.c-text2 {
    font-size: 1.4rem;
    line-height: 1.8;
    color: #666666;
}

@media screen and (max-width: 767px) {
    .c-text2 {
        font-size: 1.2rem;
        line-height: 1.5;
    }
}


/*
------------------------------------------------------------*/

.c-text3 {
    background-color: #E4E4E4;
    border-radius: 2px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    padding: 6px 5px;
    color: #fff;
    display: block;
}

.c-text3--color {
    background-color: #0863AA;
}


/*------------------------------------------------------------
navi
------------------------------------------------------------*/


/*
------------------------------------------------------------*/


/*------------------------------------------------------------
img
------------------------------------------------------------*/


/*
------------------------------------------------------------*/

.c-singleImg__img img {
    width: 100%;
    height: auto;
}

.c-singleImg__caption {
    font-size: 1.4rem;
    line-height: 1.75;
    color: #666666;
    margin: 17px 0 0;
}


/*
------------------------------------------------------------*/

.c-imgtext1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.c-imgtext1__left,
.c-imgtext1__right {
    width: 380px;
}

@media screen and (max-width: 767px) {
    .c-imgtext1__right {
        margin: 0 0 12px;
    }
}

.c-imgtext1__txt {
    font-size: 1.6rem;
    line-height: 1.75;
    color: #111111;
}

@media screen and (max-width: 767px) {
    .c-imgtext1__txt {
        font-size: 1.4rem;
    }
}

.c-imgtext1__img {
    margin: 3px 0 0;
}

@media screen and (max-width: 767px) {
    .c-imgtext1__img {
        margin: 0;
    }
}

.c-imgtext1__img img {
    width: 100%;
    height: auto;
}

.c-imgtext1__caption {
    font-size: 1.4rem;
    line-height: 1.75;
    color: #666666;
    margin: 17px 0 0;
}

@media screen and (max-width: 767px) {
    .c-imgtext1__caption {
        margin: 6px 0 0;
        font-size: 1.2rem;
        line-height: 1.5;
    }
}


/*------------------------------------------------------------
list
------------------------------------------------------------*/


/*
------------------------------------------------------------*/

.c-list1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c-list1__item {
    width: calc(50% - 10px);
    height: 420px;
    margin: 0 0 0 20px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .c-list1__item {
        width: 100%;
        margin: 0 0 20px;
    }
}

.c-list1__item:nth-child(2n + 1) {
    margin: 0;
}

@media screen and (max-width: 767px) {
    .c-list1__item:nth-child(2n + 1) {
        margin: 0 0 20px;
    }
}

@media screen and (min-width: 768px) {
    .c-list1__item:hover .c-list1__inner {
        opacity: 1;
    }
    .c-list1__item:hover .c-list1__inner:after {
        background: rgba(17, 17, 17, 0.15);
    }
}

.c-list1__inner {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-decoration: none;
}

.c-list1__inner::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(17, 17, 17, 0.45);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.c-list1__img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.c-list1__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.c-list1__info {
    width: 100%;
    text-align: center;
    position: relative;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 0 36px 30px;
}

.c-list1__txt {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #fff;
    font-weight: bold;
    margin: 7px 0 8px;
}

.c-list1--col3 .c-list1__item {
    width: 360px;
    margin: 0 0 0 20px;
}

@media screen and (max-width: 767px) {
    .c-list1--col3 .c-list1__item {
        width: 100%;
        margin: 0 0 20px;
    }
}

.c-list1--col3 .c-list1__item:nth-child(3n + 1) {
    margin: 0;
}

@media screen and (max-width: 767px) {
    .c-list1--col3 .c-list1__item:nth-child(3n + 1) {
        margin: 0 0 20px;
    }
}


/*
------------------------------------------------------------*/

.c-list2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c-list2__item {
    width: 360px;
    margin: 0 0 20px 20px;
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

@media screen and (max-width: 767px) {
    .c-list2__item {
        width: 100%;
        margin: 0 0 20px;
        -webkit-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.1);
    }
}

.c-list2__item:nth-child(3n + 1) {
    margin: 0 0 20px;
}

@media screen and (min-width: 768px) {
    .c-list2__item:hover {
        -webkit-box-shadow: 0px 10px 40px 0px rgba(8, 99, 170, 0.2) !important;
        box-shadow: 0px 10px 40px 0px rgba(8, 99, 170, 0.2) !important;
        -webkit-transform: translate(0%, -10px);
        -ms-transform: translate(0%, -10px);
        transform: translate(0%, -10px);
    }
    .c-list2__item:hover .c-list2__img::before {
        background: rgba(0, 0, 0, 0.2);
    }
    .c-list2__item:hover .c-list2__img img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.c-list2__heading {
    position: relative;
}

.c-list2__img {
    overflow: hidden;
    position: relative;
    height: 203px;
}

.c-list2__img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    z-index: 1;
}

.c-list2__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.c-list2__location {
    width: 100%;
    min-height: 80px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(17, 17, 17, 0.45)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(17, 17, 17, 0.45));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(17, 17, 17, 0.45));
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 9px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.c-list2__address {
    position: relative;
    padding-left: 15px;
    z-index: 2;
}

.c-list2__address:before {
    content: '';
    width: 9px;
    height: 13px;
    background: url(../img/common/icon/map-marker-alt.svg) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: 2px;
    left: 0;
}

.c-list2__address a {
    text-decoration: none;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #fff;
    font-weight: bold;
}

.c-list2__media {
    width: 43px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 0 3px;
}

.c-list2__media img {
    max-width: 14px;
    height: auto;
    margin: 0 2px;
}

.c-list2__media span {
    font-size: 1.2rem;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    margin: 0 0 0 2px;
}

.c-list2__body {
    padding: 23px 30px 30px;
}

@media screen and (max-width: 767px) {
    .c-list2__body {
        padding: 12px 15px 15px;
    }
}

.c-list2__info {
    margin: 0 0 12px;
}

.c-list2__ttl {
    font-size: 2rem;
    line-height: 1.5;
    color: #111111;
    font-weight: bold;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

.c-list2__ttl:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

@media screen and (min-width: 768px) {
    .c-list2__ttl:hover {
        color: #35b6e8;
        text-decoration: underline;
    }
}

.c-list2__price {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #a40000;
    font-weight: bold;
    margin: 12px 0;
}

.c-list2__price::before {
    content: '\00A5';
    margin: 0 8px 0 3px;
}

.c-list2__txt {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #666;
}

.c-list2__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.c-list2__station {
    font-size: 1.2rem;
    line-height: 1.5;
    color: #111111;
    position: relative;
    padding-left: 18px;
}

.c-list2__station:before {
    content: '';
    width: 11px;
    height: 13px;
    background: url(../img/common/icon/subway.svg) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: 2px;
    left: 0;
}

.c-list2__detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 8px 0 22px;
}

.c-list2__size {
    font-size: 1.2rem;
    line-height: 1.5;
    color: #111111;
    position: relative;
    padding-left: 18px;
}

.c-list2__size:before {
    content: '';
    width: 12px;
    height: 13px;
    background: url(../img/common/icon/vector-square.svg) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: 2px;
    left: 0;
}

.c-list2__area {
    font-size: 1.2rem;
    line-height: 1.5;
    color: #111111;
    position: relative;
    padding-left: 17px;
    margin: 0 0 0 20px;
}

.c-list2__area:before {
    content: '';
    width: 12px;
    height: 13px;
    background: url(../img/common/icon/cube.svg) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: 2px;
    left: 0;
}

.c-list2__btn {
    position: relative;
    z-index: 2;
}

.c-list2__btn a {
    background: #a40000;
    border-radius: 4px;
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 1.6rem;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    padding: 12px 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media screen and (min-width: 768px) {
    .c-list2__btn a:hover {
        opacity: 1;
        background: #cc0000;
        -webkit-box-shadow: 0px 10px 40px 0px rgba(204, 0, 0, 0.2);
        box-shadow: 0px 10px 40px 0px rgba(204, 0, 0, 0.2);
    }
}

.c-list2__btn a span {
    position: relative;
    padding-right: 17px;
}

.c-list2__btn a span::after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    -ms-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
}

.c-list2__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #e4e4e4;
    margin: 20px 0 0;
    padding: 20px 0 0;
}

.c-list2__agent {
    width: calc(100% - 100px);
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 767px) {
    .c-list2__agent {
        width: calc(100% - 85px);
    }
}

.c-list2__agent a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

@media screen and (min-width: 768px) {
    .c-list2__agent:hover a {
        opacity: 1;
    }
    .c-list2__agent:hover .c-list2__name {
        color: #35b6e8;
        text-decoration: underline;
    }
}

.c-list2__logo {
    width: 40px;
    margin: 0 10px 0 0;
}

.c-list2__logo img {
    width: 100%;
    height: auto;
}

.c-list2__name {
    width: calc(100% - 50px);
    font-size: 1.4rem;
    line-height: 1.5;
    color: #111111;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.c-list2 .c-tag1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    border-radius: 0;
    padding: 9px 10px;
}


/*
------------------------------------------------------------*/

.c-list3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c-list3__item {
    width: 360px;
    margin: 0 0 20px 20px;
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

@media screen and (max-width: 767px) {
    .c-list3__item {
        width: 100%;
        margin: 0 0 20px;
        -webkit-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.1);
    }
}

.c-list3__item:nth-child(3n + 1) {
    margin: 0 0 20px;
}

@media screen and (min-width: 768px) {
    .c-list3__item:hover {
        -webkit-box-shadow: 0px 10px 40px 0px rgba(8, 99, 170, 0.2) !important;
        box-shadow: 0px 10px 40px 0px rgba(8, 99, 170, 0.2) !important;
        -webkit-transform: translate(0%, -10px);
        -ms-transform: translate(0%, -10px);
        transform: translate(0%, -10px);
    }
    .c-list3__item:hover .c-list3__img::before {
        background: rgba(0, 0, 0, 0.2);
    }
    .c-list3__item:hover .c-list3__img img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.c-list3__heading {
    position: relative;
}

.c-list3__img {
    overflow: hidden;
    position: relative;
    height: 203px;
}

.c-list3__img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    z-index: 1;
}

.c-list3__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.c-list3__agent {
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(17, 17, 17, 0.45)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(17, 17, 17, 0.45));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(17, 17, 17, 0.45));
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 9px 10px;
}

.c-list3__logo {
    width: 90px;
}

@media screen and (max-width: 767px) {
    .c-list3__logo {
        width: 45px;
    }
}

.c-list3__logo img {
    width: 100%;
    height: auto;
}

.c-list3__tag {
    font-size: 1.2rem;
    line-height: 1;
    color: #fff;
    position: relative;
    padding-left: 15px;
    margin: 0 0 3px;
}

.c-list3__tag:before {
    content: '';
    width: 9px;
    height: 13px;
    background: url(../img/common/icon/file-alt.svg) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.c-list3__body {
    padding: 23px 30px 30px;
}

@media screen and (max-width: 767px) {
    .c-list3__body {
        padding: 12px 15px 15px;
    }
}

.c-list3__info {
    margin: 0 0 21px;
}

.c-list3__ttl {
    font-size: 2rem;
    line-height: 1.5;
    color: #111111;
    font-weight: bold;
    margin: 0 0 12px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

.c-list3__ttl:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

@media screen and (min-width: 768px) {
    .c-list3__ttl:hover {
        color: #35b6e8;
        text-decoration: underline;
    }
}

.c-list3__location {
    font-size: 1.2rem;
    line-height: 1.5;
    color: #111111;
    position: relative;
    padding-left: 19px;
}

.c-list3__location:before {
    content: '';
    width: 9px;
    height: 13px;
    background: url(../img/common/icon/map-marker-alt-black.svg) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: 2px;
    left: 2px;
}

.c-list3__station {
    font-size: 1.2rem;
    line-height: 1.5;
    color: #111111;
    position: relative;
    padding-left: 19px;
    margin: 8px 0 14px;
}

.c-list3__station:before {
    content: '';
    width: 11px;
    height: 13px;
    background: url(../img/common/icon/subway.svg) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: 2px;
    left: 1px;
}

.c-list3__subttl {
    font-size: 1.6rem;
    line-height: 1.32;
    color: #111111;
    font-weight: bold;
}

.c-list3__txt {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #666666;
    margin: 6px 0 0;
}

.c-list3__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.c-list3 .c-btn1 {
    position: relative;
    z-index: 2;
}

.c-list3 .c-btn1 a {
    min-width: 140px;
    padding: 11px 10px;
}

@media screen and (max-width: 767px) {
    .c-list3 .c-btn1 a {
        min-width: 120px;
        padding: 8px;
    }
}

.c-list3 .c-action__item {
    width: 20px;
    margin: 0 0 0 10px;
}

@media screen and (max-width: 767px) {
    .c-list3 .c-action__item {
        margin: 0 0 0 6px;
    }
}

.c-list3 .c-action__item:first-child {
    margin: 0;
}


/*
------------------------------------------------------------*/

.c-list4 {
    background: #fff;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.c-list4__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #e4e4e4;
    padding: 20px 30px 15px;
}

@media screen and (max-width: 767px) {
    .c-list4__item {
        padding: 10px 15px;
    }
}

.c-list4__item a {
    color: #35b6e8;
    text-decoration: underline !important;
}

@media screen and (min-width: 768px) {
    .c-list4__item a:hover {
        text-decoration: none !important;
    }
}

.c-list4__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
    .c-list4__info {
        width: 100%;
    }
}

.c-list4__date {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #666666;
    min-width: 120px;
}

@media screen and (max-width: 767px) {
    .c-list4__date {
        width: 108px;
        font-size: 1.4rem;
    }
}

.c-list4__tag {
    width: 180px;
    margin: 0 10px;
}

@media screen and (max-width: 767px) {
    .c-list4__tag {
        width: 100%;
        margin: 5px 0;
    }
}

.c-list4__txt {
    display: block;
    width: calc(100% - 335px);
    font-size: 1.6rem;
    line-height: 1.5;
    color: #111111;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .c-list4__txt {
        width: 100%;
    }
}

.c-list4 .c-tag1 {
    font-weight: bold;
    padding: 5px 11px 3px;
    color: #fff;
    text-decoration: none !important;
}

.c-list4 .c-tag1--blue {
    min-width: 90px;
    margin-right: 3px;
}


/*
------------------------------------------------------------*/

.c-list5__item {
    background: #ffffff;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    padding: 40px 40px 38px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .c-list5__item {
        padding: 15px;
    }
}

.c-list5__item+.c-list5__item {
    margin: 20px 0 0;
}

@media screen and (max-width: 767px) {
    .c-list5__item+.c-list5__item {
        margin: 15px 0 0;
    }
}

.c-list5__item--type1 .c-list5__ttl {
    color: #0863aa;
    text-decoration: underline;
}

@media screen and (min-width: 768px) {
    .c-list5__item--type1:hover.hover .c-list5__inner {
        opacity: 1;
    }
    .c-list5__item--type1:hover.hover .c-list5__ttl {
        color: #35b6e8;
    }
    .c-list5__item--type1:hover.hover .c-list5__link {
        color: #35b6e8;
    }
}

.c-list5__heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-list5__date {
    font-size: 1.6rem;
    line-height: 1;
    color: #666666;
    margin: 0 11px 0 0;
}

@media screen and (max-width: 767px) {
    .c-list5__date {
        width: 100%;
        margin: 0 0 8px;
    }
}

.c-list5__tag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .c-list5__tag {
        width: 100%;
    }
}

.c-list5__info {
    margin: 8px 0 0;
    *zoom: 1;
}

.c-list5__info:after {
    display: block;
    content: '';
    clear: both;
}

.c-list5__ttl {
    font-size: 1.8rem;
    line-height: 1.5;
    color: #111111;
    font-weight: bold;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.c-list5__txt {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 7px 0 0;
}

.c-list5__link {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #0863aa;
    font-weight: normal;
    margin: 7px 0 0;
    float: right;
}

.c-list5__link::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.c-list5__link span {
    position: relative;
    padding: 0 0 0 16px;
    text-decoration: underline;
}

.c-list5__link span::before {
    content: '';
    width: 6px;
    height: 6px;
    border-top: 2px solid #0863aa;
    border-right: 2px solid #0863aa;
    position: absolute;
    top: 5px;
    left: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.c-list5 .c-tag1 {
    padding: 4px 11px;
    font-weight: bold;
}

.c-list5 .c-tag1--blue {
    padding: 4px 30px;
    margin: 0 5px 0 0;
}


/*
------------------------------------------------------------*/

.c-list6__item {
    font-size: 1.6rem;
    line-height: 1.75;
    color: #111111;
    position: relative;
    padding: 0 0 0 20px;
}

@media screen and (max-width: 767px) {
    .c-list6__item {
        font-size: 1.4rem;
        line-height: 1.5;
        padding: 0 0 0 16px;
    }
}

.c-list6__item+.c-list6__item {
    margin: 8px 0 0;
}

.c-list6__item::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #003567;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 10px;
    left: 10px;
}

@media screen and (max-width: 767px) {
    .c-list6__item::before {
        width: 4px;
        height: 4px;
        top: 6px;
        left: 6px;
    }
}


/*
------------------------------------------------------------*/

.c-list7 {
    counter-reset: li;
}

.c-list7__item {
    font-size: 1.6rem;
    line-height: 1.75;
    color: #111111;
    position: relative;
    padding: 0 0 0 30px;
}

@media screen and (max-width: 767px) {
    .c-list7__item {
        font-size: 1.4rem;
        line-height: 1.5;
    }
}

.c-list7__item+.c-list7__item {
    margin: 8px 0 0;
}

.c-list7__item::before {
    counter-increment: li;
    content: counter(li, decimal) ".";
    color: #003567;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 6px;
}


/*
------------------------------------------------------------*/

.c-list8__item {
    margin: 0 0 60px;
}

@media screen and (max-width: 767px) {
    .c-list8__item {
        margin: 0 0 30px;
    }
}

.c-list8__item:last-child {
    margin: 0;
}

.c-list8__box {
    background: #f8f8f8;
    padding: 40px;
    margin: -40px 0 0;
}

@media screen and (max-width: 767px) {
    .c-list8__box {
        padding: 15px;
        margin: -20px 0 0;
    }
}

.c-list8 .c-title4 {
    margin: 0 0 40px;
}

@media screen and (max-width: 767px) {
    .c-list8 .c-title4 {
        margin: 0 0 20px;
    }
}


/*
------------------------------------------------------------*/

.c-list9 {
    counter-reset: li;
}

.c-list9__ttl {
    font-size: 1.6rem;
    line-height: 1.75;
    color: #111111;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .c-list9__ttl {
        font-size: 1.4rem;
    }
}

.c-list9__list {
    margin: 13px 0 0;
}

.c-list9__item {
    font-size: 1.6rem;
    line-height: 1.75;
    color: #111111;
    position: relative;
    padding-left: 40px;
    margin: 0 0 5px;
}

@media screen and (max-width: 767px) {
    .c-list9__item {
        font-size: 1.4rem;
        padding-left: 28px;
    }
}

.c-list9__item:last-child {
    margin: 0;
}

.c-list9__item::before {
    counter-increment: li;
    content: "(" counter(li, decimal) ")";
    color: #0863aa;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 10px;
}

@media screen and (max-width: 767px) {
    .c-list9__item::before {
        left: 0;
    }
}


/*
------------------------------------------------------------*/

.c-list10__item {
    font-size: 1.4rem;
    line-height: 1.75;
    color: #666666;
    padding-left: 20px;
    position: relative;
    margin: 0 0 5px;
}

@media screen and (max-width: 767px) {
    .c-list10__item {
        font-size: 1.2rem;
        padding-left: 16px;
    }
}

.c-list10__item:last-child {
    margin: 0;
}

.c-list10__item::before {
    content: '※';
    position: absolute;
    top: 1px;
    left: 0;
}


/*
------------------------------------------------------------*/

.c-list11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -2px;
}

.c-list11__item {
    padding: 0 2px;
    margin-bottom: 4px;
}

@media screen and (min-width: 768px) {
    .c-list11__item {
        width: 16.66%;
    }
}

@media screen and (max-width: 767px) {
    .c-list11__item {
        width: calc(100% / 3);
    }
}

@media screen and (max-width: 480px) {
    .c-list11__item {
        width: calc(100% / 2);
    }
}

.c-list11__item .c-text3 {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}


/*
------------------------------------------------------------*/

@media screen and (min-width: 768px) {
    .c-list12 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -10px;
    }
}

@media screen and (min-width: 768px) {
    .c-list12__item {
        width: calc(100% / 2);
        padding: 0 10px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .c-list12__item:not(:last-child) {
        margin-bottom: 30px;
    }
}


/*
------------------------------------------------------------*/

.c-list13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c-list13__item {
    width: 360px;
    margin: 0 0 20px 20px;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

@media screen and (max-width: 767px) {
    .c-list13__item {
        width: 100%;
        margin: 0 0 20px;
    }
}

.c-list13__item:nth-child(3n + 1) {
    margin: 0 0 20px;
}

@media screen and (min-width: 768px) {
    .c-list13__item:hover {
        -webkit-transform: translate(0%, -10px);
        -ms-transform: translate(0%, -10px);
        transform: translate(0%, -10px);
        -webkit-box-shadow: 0px 10px 40px 0px rgba(8, 99, 170, 0.2);
        box-shadow: 0px 10px 40px 0px rgba(8, 99, 170, 0.2);
    }
    .c-list13__item:hover .c-list13__img::before {
        background: rgba(0, 0, 0, 0.2);
    }
    .c-list13__item:hover .c-list13__img img {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
}

.c-list13__img {
    overflow: hidden;
    position: relative;
}

.c-list13__img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    z-index: 1;
}

.c-list13__img img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.c-list13__body {
    padding: 23px 30px 30px;
}

@media screen and (max-width: 767px) {
    .c-list13__body {
        padding: 15px 15px;
    }
}

.c-list13__name {
    font-size: 2rem;
    line-height: 1.5;
    color: #111111;
    font-weight: bold;
    cursor: pointer;
}

.c-list13__name::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.c-list13__subname {
    font-size: 1.2rem;
    line-height: 1.5;
    color: #666666;
    margin: 3px 0 13px;
}

.c-list13__txt {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #666666;
}

.c-list13__contact {
    margin: 12px 0 19px;
}

.c-list13__box {
    margin: 7px 0 8px;
}

.c-list13__branch {
    font-size: 1.2rem;
    line-height: 1.5;
    color: #111111;
    position: relative;
    z-index: 2;
    padding-left: 18px;
}

.c-list13__branch::before {
    content: '';
    width: 11px;
    height: 13px;
    background: url(../img/common/icon/building.svg) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: 2px;
    left: 2px;
}

.c-list13__tel {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin-right: 17px;
}

.c-list13__tel a {
    font-size: 1.2rem;
    line-height: 1.5;
    color: #111;
    text-decoration: none;
    pointer-events: none;
    position: relative;
    padding-left: 18px;
    z-index: 2;
}

.c-list13__tel a:before {
    content: '';
    width: 12px;
    height: 13px;
    background: url(../img/common/icon/phone-alt-black.svg) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: 1px;
    left: 0;
}

.c-list13__mobile {
    position: relative;
    z-index: 2;
    display: inline-block;
}

.c-list13__mobile a {
    font-size: 1.2rem;
    line-height: 1.5;
    color: #111;
    text-decoration: none;
    pointer-events: none;
    position: relative;
    padding-left: 14px;
    z-index: 2;
}

.c-list13__mobile a:before {
    content: '';
    width: 8px;
    height: 12px;
    background: url(../img/common/icon/mobile-alt.svg) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: 2px;
    left: 0;
}

.c-list13__mail {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0px 0 8px;
    margin-right: 17px;
}

.c-list13__mail a {
    font-size: 1.2rem;
    line-height: 1.5;
    color: #111;
    text-decoration: none;
    position: relative;
    padding-left: 19px;
    z-index: 2;
    word-break: break-all;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.c-list13__mail a:before {
    content: '';
    width: 12px;
    height: 13px;
    background: url(../img/common/icon/envelope-black.svg) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: 2px;
    left: 0;
}

.c-list13__line {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0px 0 8px;
}

.c-list13__line a {
    font-size: 1.2rem;
    line-height: 1.5;
    color: #111;
    text-decoration: none;
    pointer-events: none;
    position: relative;
    padding-left: 17px;
}

.c-list13__line a:before {
    content: '';
    width: 11px;
    height: 13px;
    background: url(../img/common/icon/line.svg) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: 2px;
    left: 0;
}

.c-list13__social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


/*
------------------------------------------------------------*/

.c-list14__item {
    font-size: 1.5rem;
    color: #003567;
    margin-left: 20px;
    margin-bottom: 2px;
    position: relative;
}

.c-list14__item:before {
    content: "";
    width: 6px;
    height: 6px;
    border: 1px solid #003567;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 11px;
    left: -16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.c-list14__text--red {
    color: #a40000;
}


/* c-list15
------------------------------------------------------------*/

.c-list15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c-list15__item {
    width: 360px;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
    .c-list15__item {
        width: 100%;
        margin-top: 20px;
    }
    .c-list15__item::first-child {
        margin-top: 0;
    }
}

.c-list15__heading {
    padding: 10px 15px 15px;
    background: #003567;
    color: #fff;
    text-align: center;
}

.c-list15 .c-title3 {
    padding: 15px 0 10px;
    margin: 0 25px;
}

.c-list15__price {
    font-size: 1.6rem;
}

.c-list15__price--small {
    font-size: 1.5rem;
}

.c-list15__price span {
    font-weight: bold;
    font-size: 2.8rem;
}

.c-list15__body {
    padding: 30px 25px;
    text-align: center;
}

.c-list15 .c-list14 {
    text-align: left;
}

.c-list15__text {
    margin-top: 20px;
    font-size: 1.4rem;
    text-align: left;
}

.c-list15 .c-btn2 {
    margin: 25px auto 0;
}


/*------------------------------------------------------------
table
------------------------------------------------------------*/


/*
------------------------------------------------------------*/

.c-table1 {
    border-top: 4px solid #003567;
}

.c-table1__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #e4e4e4;
}

.c-table1__col {
    width: calc(100% / 4);
    border-right: 1px solid #e4e4e4;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #111111;
    padding: 9px 10px 8px;
}

@media screen and (max-width: 767px) {
    .c-table1__col {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #e4e4e4;
    }
}

.c-table1__col:last-child {
    border-right: 0;
}

.c-table1 th {
    font-weight: bold;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .c-table1 th {
        text-align: center;
    }
}


/*
------------------------------------------------------------*/

.c-table2 {
    border-top: 4px solid #003567;
    background: #fff;
}

.c-table2__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #e4e4e4;
}

@media screen and (max-width: 767px) {
    .c-table2__row {
        border: 0;
    }
}

.c-table2__col {
    width: calc(100% / 4);
    border-right: 1px solid #e4e4e4;
    padding: 19px 20px 16px;
}

@media screen and (max-width: 767px) {
    .c-table2__col {
        width: 55%;
        padding: 10px 5px;
        border-bottom: 1px solid #e4e4e4;
        border-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .c-table2__col:nth-child(2n + 1) {
        width: 45%;
        border-right: 1px solid #e4e4e4;
    }
}

.c-table2__col:last-child {
    border-right: 0;
}

.c-table2__ttl {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #111111;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .c-table2__ttl {
        font-size: 1.4rem;
    }
}

.c-table2__txt {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #111111;
}

@media screen and (max-width: 767px) {
    .c-table2__txt {
        font-size: 1.4rem;
    }
}


/*
------------------------------------------------------------*/

@media screen and (max-width: 767px) {
    .c-table3__wrap .mCSB_horizontal.mCSB_inside>.mCSB_container {
        margin-bottom: 8px;
    }
}

.c-table3__wrap .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #ccc;
}

.c-table3__wrap .mCSB_scrollTools .mCSB_draggerRail {
    background: transparent;
}

.c-table3__inner {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.4rem;
    line-height: 1.5;
}

@media screen and (max-width: 767px) {
    .c-table3__inner {
        width: 720px;
    }
}

.c-table3__th {
    border-top: 4px solid #003567;
    font-weight: bold;
    border-bottom: 1px solid #e4e4e4;
    padding: 9px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}

.c-table3__th:not(:last-child) {
    border-right: 1px solid #e4e4e4;
}

.c-table3__th:nth-child(1) {
    width: 121px;
}

.c-table3__th:nth-child(2) {
    width: 79px;
}

.c-table3__th:nth-child(3) {
    width: 170px;
}

.c-table3__th:nth-child(4) {
    width: 130px;
}

.c-table3__th:nth-child(5) {
    width: 100px;
}

.c-table3__th span {
    font-size: 1rem;
}

.c-table3__td {
    padding: 10px 10px 11px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    border-bottom: 1px solid #e4e4e4;
}

.c-table3__td:not(:last-child) {
    border-right: 1px solid #e4e4e4;
}

.c-table3__td:last-child {
    width: 150px;
}

.c-table3__table {
    background-color: #f8f8f8;
    padding: 20px;
    display: none;
}

.c-table3__table table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
}

.c-table3__table .c-table3__th {
    padding: 12px 10px;
}

.c-table3__table .c-table3__th:nth-child(1) {
    width: 120px;
}

.c-table3__table .c-table3__th:nth-child(2) {
    width: 59px;
}

.c-table3__table .c-table3__th:nth-child(3) {
    width: 200px;
}

.c-table3__table .c-table3__th:nth-child(4) {
    width: 175px;
}

.c-table3__table .c-table3__th:nth-child(5) {
    width: 122px;
}

.c-table3__table .c-table3__btn {
    padding: 3px 17px;
}

.c-table3__table .c-action {
    margin-right: 20px;
}

.c-table3__table .c-table3__txtLine {
    width: 80%;
    margin-bottom: 7px;
}

.c-table3__table .c-table3__td {
    padding: 13px 10px 7px;
}

.c-table3__table .c-table3__td:last-child {
    padding-left: 20px;
    padding-right: 18px;
}

.c-table3__btn {
    display: inline-block;
    background-color: #a40000;
    color: #fff !important;
    font-size: 1.2rem;
    font-weight: bold;
    text-decoration: none;
    border-radius: 2px;
    padding: 1px 17px;
}

.c-table3__btn:before {
    content: '';
    width: 11px;
    height: 12px;
    background: url(../images/phone.svg) no-repeat center/contain;
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
}

.c-table4__btn {
    display: inline-block;
    background-color: #a40000;
    color: #fff !important;
    font-size: 1.2rem;
    font-weight: bold;
    text-decoration: none;
    border-radius: 2px;
    padding: 1px 17px;
}

.c-table3__sns {
    margin-bottom: 6px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.c-table3__sns .c-action {
    margin-left: 7px;
}

.c-table3__arrow {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 12px;
    cursor: pointer;
}

.c-table3__arrow:after {
    content: '';
    border: solid #0863aa;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.c-table3__arrow.is-active:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

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

.c-table3__txtLine {
    text-decoration: line-through;
    display: block;
}

.c-table3__label {
    border-radius: 2px;
    background-color: #f39800;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    display: inline-block;
    padding: 1px 5px;
    line-height: 1.5;
}

.c-table3__snsChild {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}

.c-table3__priceSale {
    color: #a40000;
    font-weight: bold;
    display: block;
}

.c-table3 a {
    color: #0863aa;
}


/*------------------------------------------------------------
video
------------------------------------------------------------*/


/*
------------------------------------------------------------*/

.c-slide1 .c-list2__item {
    margin: 0 10px;
}

.c-slide1 .slick-list {
    padding: 10px 0 45px;
}

@media screen and (max-width: 767px) {
    .c-slide1 .slick-list {
        padding: 0 0 20px;
    }
}

.c-slide1 .slick-dots {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -31px 0 0;
}

@media screen and (max-width: 767px) {
    .c-slide1 .slick-dots {
        margin: 0;
    }
}

.c-slide1 .slick-dots li {
    width: 16px;
    height: 16px;
    border: 4px solid transparent;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    margin: 0 6px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.c-slide1 .slick-dots li::after {
    content: '';
    width: 8px;
    height: 8px;
    background: rgba(17, 17, 17, 0.15);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.c-slide1 .slick-dots li.slick-active {
    border-color: #0863aa;
}

.c-slide1 .slick-dots li.slick-active:after {
    background: rgba(255, 255, 255, 0.15);
}

@media screen and (min-width: 768px) {
    .c-slide1 .slick-dots li:hover {
        border-color: #35b6e8;
    }
    .c-slide1 .slick-dots li:hover:after {
        background: rgba(255, 255, 255, 0.15);
    }
}

.c-slide1 .slick-dots button {
    display: none;
}

.c-slide1 .prev,
.c-slide1 .next {
    width: 40px;
    height: 80px;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    z-index: 2;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: -22px 0 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .c-slide1 .prev,
    .c-slide1 .next {
        width: 30px;
        height: 50px;
    }
}

.c-slide1 .prev::after,
.c-slide1 .next::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 3px solid #0863aa;
    border-right: 3px solid #0863aa;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media screen and (max-width: 767px) {
    .c-slide1 .prev::after,
    .c-slide1 .next::after {
        width: 5px;
        height: 5px;
        border-width: 2px;
    }
}

@media screen and (min-width: 768px) {
    .c-slide1 .prev:hover,
    .c-slide1 .next:hover {
        -webkit-box-shadow: 0px 10px 40px 0px rgba(8, 99, 170, 0.2);
        box-shadow: 0px 10px 40px 0px rgba(8, 99, 170, 0.2);
    }
    .c-slide1 .prev:hover::after,
    .c-slide1 .next:hover::after {
        border-color: #35b6e8;
    }
}

.c-slide1 .prev {
    left: -60px;
}

@media screen and (max-width: 767px) {
    .c-slide1 .prev {
        left: -12px;
    }
}

.c-slide1 .prev::after {
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
    -ms-transform: translate(-50%, -50%) rotate(-135deg);
    transform: translate(-50%, -50%) rotate(-135deg);
    margin: 0 0 0 4px;
}

@media screen and (max-width: 767px) {
    .c-slide1 .prev::after {
        margin: 0 0 0 2px;
    }
}

.c-slide1 .next {
    right: -60px;
}

@media screen and (max-width: 767px) {
    .c-slide1 .next {
        right: -12px;
    }
}

.c-slide1 .next::after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    margin: 0 0 0 -4px;
}

@media screen and (max-width: 767px) {
    .c-slide1 .next::after {
        margin: 0 0 0 -2px;
    }
}


/*
------------------------------------------------------------*/

.c-slide2 .c-list3__item {
    margin: 0 10px;
}

.c-slide2 .slick-list {
    padding: 10px 0 45px;
}

@media screen and (max-width: 767px) {
    .c-slide2 .slick-list {
        padding: 0 0 20px;
    }
}

.c-slide2 .slick-dots {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -31px 0 0;
}

@media screen and (max-width: 767px) {
    .c-slide2 .slick-dots {
        margin: 0;
    }
}

.c-slide2 .slick-dots li {
    width: 16px;
    height: 16px;
    border: 4px solid transparent;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    margin: 0 6px;
    cursor: pointer;
}

.c-slide2 .slick-dots li::after {
    content: '';
    width: 8px;
    height: 8px;
    background: rgba(17, 17, 17, 0.15);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.c-slide2 .slick-dots li.slick-active {
    border-color: #0863aa;
}

.c-slide2 .slick-dots li.slick-active:after {
    background: rgba(255, 255, 255, 0.15);
}

@media screen and (min-width: 768px) {
    .c-slide2 .slick-dots li:hover {
        border-color: #35b6e8;
    }
    .c-slide2 .slick-dots li:hover:after {
        background: rgba(255, 255, 255, 0.15);
    }
}

.c-slide2 .slick-dots button {
    display: none;
}

.c-slide2 .prev,
.c-slide2 .next {
    width: 40px;
    height: 80px;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    z-index: 2;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: -22px 0 0;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media screen and (max-width: 767px) {
    .c-slide2 .prev,
    .c-slide2 .next {
        width: 30px;
        height: 50px;
    }
}

.c-slide2 .prev::after,
.c-slide2 .next::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 3px solid #0863aa;
    border-right: 3px solid #0863aa;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media screen and (max-width: 767px) {
    .c-slide2 .prev::after,
    .c-slide2 .next::after {
        width: 5px;
        height: 5px;
        border-width: 2px;
    }
}

@media screen and (min-width: 768px) {
    .c-slide2 .prev:hover,
    .c-slide2 .next:hover {
        -webkit-box-shadow: 0px 10px 40px 0px rgba(8, 99, 170, 0.2);
        box-shadow: 0px 10px 40px 0px rgba(8, 99, 170, 0.2);
    }
    .c-slide2 .prev:hover::after,
    .c-slide2 .next:hover::after {
        border-color: #35b6e8;
    }
}

.c-slide2 .prev {
    left: -60px;
}

@media screen and (max-width: 767px) {
    .c-slide2 .prev {
        left: -12px;
    }
}

.c-slide2 .prev::after {
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
    -ms-transform: translate(-50%, -50%) rotate(-135deg);
    transform: translate(-50%, -50%) rotate(-135deg);
    margin: 0 0 0 4px;
}

@media screen and (max-width: 767px) {
    .c-slide2 .prev::after {
        margin: 0 0 0 2px;
    }
}

.c-slide2 .next {
    right: -60px;
}

@media screen and (max-width: 767px) {
    .c-slide2 .next {
        right: -12px;
    }
}

.c-slide2 .next::after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    margin: 0 0 0 -4px;
}

@media screen and (max-width: 767px) {
    .c-slide2 .next::after {
        margin: 0 0 0 -2px;
    }
}


/*
------------------------------------------------------------*/

.c-slide3__item {
    position: relative;
}

.c-slide3__item.slick-current .c-slide3__box {
    opacity: 1;
}

.c-slide3__img {
    width: 100%;
    height: 675px;
}

@media screen and (max-width: 767px) {
    .c-slide3__img {
        height: 450px;
    }
}

.c-slide3__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.c-slide3__box {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0)), to(rgba(17, 17, 17, 0.6)));
    background: -webkit-linear-gradient(top, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.6) 100%);
    opacity: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    padding: 18px 40px;
}

@media screen and (max-width: 767px) {
    .c-slide3__box {
        padding: 9px 15px;
        opacity: 1;
    }
}

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

.c-slide3__ttl {
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.55;
    margin-bottom: 16px;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .c-slide3__ttl {
        font-size: 2rem;
        margin-bottom: 10px;
    }
}

.c-slide3__location {
    width: calc(100% - 355px);
}

@media screen and (max-width: 767px) {
    .c-slide3__location {
        width: 100%;
        margin-bottom: 10px;
    }
}

.c-slide3__location p {
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}

.c-slide3__location p:before {
    content: '';
    width: 11px;
    height: 14px;
    background: url(../img/common/icon/map-marker-alt.svg) no-repeat center/contain;
    display: inline-block;
    margin-right: 5px;
}

.c-slide3__sns {
    width: 345px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .c-slide3__sns {
        width: 100%;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.c-slide3__view {
    margin-right: 10px;
    font-size: 1.2rem;
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0.6;
    color: #fff;
}

.c-slide3__view:before {
    content: '';
    width: 16px;
    height: 11px;
    background: url(../img/common/icon/eye.svg) no-repeat center/contain;
    display: inline-block;
    margin-right: 5px;
}

.c-slide3__view i {
    color: #fff;
    font-size: 20px;
}

.c-slide3__view a {
    opacity: 0.6;
}

@media screen and (min-width: 768px) {
    .c-slide3__view a:hover {
        opacity: 1;
    }
}

.c-slide3__view a img {
    margin-left: 10px;
}

@media screen and (max-width: 767px) {
    .c-slide3__wishlist {
        margin-top: 10px;
    }
}

.c-slide3__wishlist a {
    border: 1px solid rgba(255, 255, 255, 0.45);
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    padding: 5px 9px;
}

.c-slide3__wishlist a:before {
    content: '';
    background: url(../img/common/icon/heart-white.svg) no-repeat center/contain;
    width: 12px;
    height: 11px;
    display: inline-block;
    margin-right: 5px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

@media screen and (min-width: 768px) {
    .c-slide3__wishlist a:hover {
        opacity: 1;
        color: #111;
        background-color: #fff;
    }
    .c-slide3__wishlist a:hover:before {
        background-image: url(../img/common/icon/heart-black.svg);
    }
}

.c-slide3__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 20px;
    margin-top: 19px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
}

@media screen and (max-width: 767px) {
    .c-slide3__footer {
        margin: 10px 0 0;
        padding: 10px 0 0;
    }
}

.c-slide3__txt {
    width: calc(100% - 55px);
    font-size: 1.4rem;
    line-height: 1.5;
    color: #fff;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .c-slide3__txt {
        width: 100%;
    }
}

.c-slide3__paging {
    text-align: right;
    width: 42px;
    min-height: 14px;
    font-size: 1.4rem;
    line-height: 1;
    color: #fff;
    font-weight: normal;
    letter-spacing: 3px;
}

@media screen and (max-width: 767px) {
    .c-slide3__paging {
        width: 100%;
        text-align: center;
        margin: 10px 0 0;
    }
}

.c-slide3__paging span {
    font-weight: bold;
}

.c-slide3 .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
    border: none;
    padding: 0;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 4px;
    font-size: 0;
    width: 40px;
    height: 80px;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .c-slide3 .slick-arrow {
        width: 30px;
        height: 60px;
        top: 30%;
        -webkit-transform: translateY(-30%);
        -ms-transform: translateY(-30%);
        transform: translateY(-30%);
    }
}

.c-slide3 .slick-arrow:after {
    content: '';
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    width: 10px;
    height: 10px;
}

@media screen and (max-width: 767px) {
    .c-slide3 .slick-arrow:after {
        width: 8px;
        height: 8px;
        border-width: 0 2px 2px 0;
    }
}

.c-slide3 .slick-arrow.slick-prev {
    left: 17.6%;
}

@media screen and (max-width: 767px) {
    .c-slide3 .slick-arrow.slick-prev {
        left: 15px;
    }
}

.c-slide3 .slick-arrow.slick-prev:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.c-slide3 .slick-arrow.slick-next {
    right: 17.6%;
}

@media screen and (max-width: 767px) {
    .c-slide3 .slick-arrow.slick-next {
        right: 15px;
    }
}

.c-slide3 .slick-arrow.slick-next:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.c-slide3 .c-action__item {
    width: 20px;
    margin: 0 0 0 10px;
}

.c-slide3 .c-action__item:first-child {
    margin: 0;
}

.c-slide3 .c-action__item:last-child {
    margin-right: 10px;
}


/*
------------------------------------------------------------*/

.c-slide4__item {
    position: relative;
}

.c-slide4__info {
    width: 100%;
    background: rgba(17, 17, 17, 0.6);
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px 20px;
}

@media screen and (max-width: 767px) {
    .c-slide4__info {
        padding: 5px 10px;
    }
}

.c-slide4__txt {
    font-size: 1.2rem;
    line-height: 1.5;
    color: #fff;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .c-slide4__txt {
        font-size: 1rem;
    }
}

.c-slide4__paging {
    margin: 21px 0 0;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1;
    color: #999999;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 3px;
}

@media screen and (max-width: 767px) {
    .c-slide4__paging {
        margin: 10px 0 0;
    }
}

.c-slide4__paging span {
    color: #111111;
    font-weight: bold;
}

.c-slide4 .prev,
.c-slide4 .next {
    width: 10px;
    height: 16px;
    position: absolute;
    bottom: -42px;
    left: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 2;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .c-slide4 .prev,
    .c-slide4 .next {
        bottom: -30px;
    }
}

.c-slide4 .prev::after,
.c-slide4 .next::after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 3px solid #0863aa;
    border-right: 3px solid #0863aa;
    position: absolute;
    bottom: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media screen and (min-width: 768px) {
    .c-slide4 .prev:hover,
    .c-slide4 .next:hover {
        -webkit-box-shadow: 0px 10px 40px 0px rgba(8, 99, 170, 0.2);
        box-shadow: 0px 10px 40px 0px rgba(8, 99, 170, 0.2);
    }
    .c-slide4 .prev:hover::after,
    .c-slide4 .next:hover::after {
        border-color: #35b6e8;
    }
}

.c-slide4 .prev::after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    left: calc(100% - 57px);
}

.c-slide4 .next::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: calc(100% - 47px);
}


/*
------------------------------------------------------------*/

.c-slide5__large {
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .c-slide5__thumb {
        margin: 0 auto;
        width: 490px;
    }
}

.c-slide5__thumb .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    -webkit-appearance: none;
    background: none;
    border: none;
    padding: 0;
    font-size: 0;
}

.c-slide5__thumb .slick-arrow:after {
    content: '';
    border: solid #828282;
    border-width: 0 4px 4px 0;
    display: inline-block;
    width: 18px;
    height: 18px;
}

@media screen and (max-width: 767px) {
    .c-slide5__thumb .slick-arrow:after {
        border-width: 0 3px 3px 0;
        width: 10px;
        height: 10px;
    }
}

.c-slide5__thumb .slick-prev {
    left: -38px;
}

@media screen and (max-width: 767px) {
    .c-slide5__thumb .slick-prev {
        left: 0;
    }
}

.c-slide5__thumb .slick-prev:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.c-slide5__thumb .slick-next {
    right: -38px;
}

@media screen and (max-width: 767px) {
    .c-slide5__thumb .slick-next {
        right: 0;
    }
}

.c-slide5__thumb .slick-next:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.c-slide5__thumb .slick-list {
    padding: 0 !important;
}

.c-slide5__thumbItem {
    padding: 0 20px;
}

.c-slide5__thumbItem img {
    margin: 0 auto;
    max-width: 100%;
}

.c-slide5__thumbWrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/*------------------------------------------------------------
other
------------------------------------------------------------*/


/*
------------------------------------------------------------*/

.c-mainvisual {
    background: #f8f8f8;
    padding: 77px 0 0;
}

@media screen and (max-width: 767px) {
    .c-mainvisual {
        padding: 33px 15px 0;
    }
}

.c-mainvisual--custom {
    padding: 7px 0 0;
}

.c-mainvisual--custom .c-mainvisual__inner {
    position: relative;
}

.c-mainvisual--custom .c-mainvisual__mainttl {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    font-size: 8.6rem;
}

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

.c-mainvisual__inner {
    width: 1120px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .c-mainvisual__inner {
        width: 100%;
    }
}

.c-mainvisual__subttl {
    font-size: 3.6rem;
    line-height: 1.5;
    color: #111111;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .c-mainvisual__subttl {
        font-size: 2.6rem;
    }
}

.c-mainvisual__mainttl {
    text-transform: uppercase;
    font-size: 9.6rem;
    line-height: 0.7;
    color: rgba(8, 99, 170, 0.15);
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 30.5px;
    margin: 9px 0 0;
}

@media screen and (max-width: 767px) {
    .c-mainvisual__mainttl {
        font-size: 4rem;
        line-height: 0.75;
        letter-spacing: 15px;
        overflow: hidden;
    }
}

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

.c-mainvisual__left {
    width: calc(100% - 380px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .c-mainvisual__left {
        width: 100%;
    }
}

.c-mainvisual__right {
    width: 360px;
}

@media screen and (max-width: 767px) {
    .c-mainvisual__right {
        width: 100%;
    }
}

.c-mainvisual__logo {
    width: 160px;
    height: 160px;
}

@media screen and (max-width: 767px) {
    .c-mainvisual__logo {
        width: 80px;
        height: 80px;
    }
}

.c-mainvisual__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: cover';
}

.c-mainvisual__info {
    width: calc(100% - 200px);
}

@media screen and (max-width: 767px) {
    .c-mainvisual__info {
        width: calc(100% - 100px);
    }
}

.c-mainvisual__detail {
    margin: 15px 0 0;
}

@media screen and (max-width: 767px) {
    .c-mainvisual__detail {
        margin: 10px 0 0;
    }
}

.c-mainvisual__location {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #111;
    font-weight: bold;
    position: relative;
    padding-left: 16px;
    z-index: 2;
}

@media screen and (max-width: 767px) {
    .c-mainvisual__location {
        font-size: 1.2rem;
        padding-left: 14px;
    }
}

.c-mainvisual__location:before {
    content: '';
    width: 11px;
    height: 14px;
    background: url(../img/common/icon/map-marker-alt-black.svg) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: 2px;
    left: 0;
}

@media screen and (max-width: 767px) {
    .c-mainvisual__location:before {
        width: 9px;
        height: 12px;
    }
}

.c-mainvisual__location span {
    font-weight: normal;
    margin-left: 10px;
}

.c-mainvisual__tel {
    display: inline-block;
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #111;
    font-weight: bold;
    position: relative;
    padding-left: 19px;
    z-index: 2;
    margin: 12px 0 10px;
}

@media screen and (max-width: 767px) {
    .c-mainvisual__tel {
        display: block;
        font-size: 1.2rem;
        padding-left: 14px;
        margin: 8px 0 6px;
    }
}

.c-mainvisual__tel:before {
    content: '';
    width: 14px;
    height: 14px;
    background: url(../img/common/icon/phone-alt-black.svg) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: 2px;
    left: 0;
}

@media screen and (max-width: 767px) {
    .c-mainvisual__tel:before {
        top: 4px;
        width: 10px;
        height: 10px;
    }
}

.c-mainvisual__tel a {
    color: #111;
    text-decoration: none;
    font-weight: normal;
    margin-left: 10px;
    pointer-events: none;
}

@media screen and (max-width: 767px) {
    .c-mainvisual__tel a {
        pointer-events: auto;
    }
}

.c-mainvisual__fax {
    display: inline-block;
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #111;
    font-weight: bold;
    position: relative;
    padding-left: 19px;
    z-index: 2;
    margin: 12px 0 10px 18px;
}

@media screen and (max-width: 767px) {
    .c-mainvisual__fax {
        display: block;
        margin: 0;
        font-size: 1.2rem;
        padding-left: 14px;
    }
}

.c-mainvisual__fax:before {
    content: '';
    width: 14px;
    height: 14px;
    background: url(../img/common/icon/fax.svg) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: 2px;
    left: 0;
}

@media screen and (max-width: 767px) {
    .c-mainvisual__fax:before {
        width: 10px;
        height: 10px;
        top: 4px;
    }
}

.c-mainvisual__fax a {
    color: #111;
    text-decoration: none;
    font-weight: normal;
    margin-left: 10px;
    pointer-events: none;
}

@media screen and (max-width: 767px) {
    .c-mainvisual__fax a {
        pointer-events: auto;
    }
}

.c-mainvisual__web {
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #111;
    font-weight: bold;
    position: relative;
    padding-left: 22px;
    z-index: 2;
    margin: 3px 0 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 767px) {
    .c-mainvisual__web {
        font-size: 1.2rem;
        padding-left: 14px;
    }
}

.c-mainvisual__web:before {
    content: '';
    width: 16px;
    height: 14px;
    background: url(../img/common/icon/desktop-black.svg) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: 2px;
    left: 0;
}

@media screen and (max-width: 767px) {
    .c-mainvisual__web:before {
        width: 12px;
        height: 10px;
        top: 4px;
    }
}

.c-mainvisual__web a {
    color: #111;
    text-decoration: none;
    font-weight: normal;
    margin-left: 10px;
    word-break: break-all;
}

@media screen and (max-width: 767px) {
    .c-mainvisual__web a {
        pointer-events: auto;
    }
}

.c-mainvisual__social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .c-mainvisual__social {
        margin: 15px 0 0;
    }
}

.c-mainvisual .c-btn2 {
    width: 100%;
    margin: 21px 0 0;
}

.c-mainvisual .c-btn2 a {
    padding: 11.5px 40px;
}


/*
------------------------------------------------------------*/

.c-mainvisual2 {
    background: url(../img/common/bg_mv.jpg) no-repeat center;
    background-size: cover;
    padding: 133px 0 0;
}

@media screen and (max-width: 767px) {
    .c-mainvisual2 {
        padding: 100px 15px 0;
    }
}

.c-mainvisual2__inner {
    width: 1120px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .c-mainvisual2__inner {
        width: 100%;
    }
}

.c-mainvisual2__ttl {
    font-size: 3.6rem;
    line-height: 1.56;
    color: #fff;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .c-mainvisual2__ttl {
        font-size: 2rem;
    }
}

.c-mainvisual2__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 33px 0 4px;
}

@media screen and (max-width: 767px) {
    .c-mainvisual2__box {
        margin: 18px 0 5px;
    }
}

.c-mainvisual2__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .c-mainvisual2__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.c-mainvisual2__date {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #fff;
}

.c-mainvisual2__en {
    font-size: 9.6rem;
    line-height: 0.7;
    color: rgba(255, 255, 255, 0.3);
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 30.5px;
    margin: 0 0 0 -10px;
}

@media screen and (max-width: 767px) {
    .c-mainvisual2__en {
        margin: 0;
        font-size: 4rem;
        letter-spacing: 15px;
        overflow: hidden;
    }
}

.c-mainvisual2 .c-tag1--blue {
    padding: 4px 30px;
    margin: 0 0 0 11px;
}

@media screen and (max-width: 767px) {
    .c-mainvisual2 .c-tag1--blue {
        margin: 4px 0 0;
    }
}

.c-mainvisual2 .c-action {
    margin: 11px 0 0;
}

.c-mainvisual2 .c-action__item {
    width: 20px;
    margin: 0 0 0 10px;
}

.c-mainvisual2 .c-action__item:first-child {
    margin: 0;
}


/*
------------------------------------------------------------*/

.c-tag1 {
    display: inline-block;
    background: #f39800;
    border-radius: 2px;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    padding: 6px 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}

.c-tag1 span {
    position: relative;
    padding-left: 15px;
}

.c-tag1 span:before {
    content: '';
    width: 9px;
    height: 13px;
    background: url(../img/common/icon/file-alt.svg) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.c-tag1--blue {
    background: #0863aa;
    position: relative;
    z-index: 9;
}

.c-tag1--blue a {
    color: #fff;
    text-decoration: none;
}

.c-tag1--blue a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}

@media screen and (min-width: 768px) {
    .c-tag1--blue:hover {
        background: #35b6e8;
        opacity: 1;
        -webkit-box-shadow: 0px 5px 20px 0px rgba(8, 99, 170, 0.2);
        box-shadow: 0px 5px 20px 0px rgba(8, 99, 170, 0.2);
    }
}


/*
------------------------------------------------------------*/

.c-tag2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

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

.c-tag2__ttl {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #111111;
    font-weight: bold;
    position: relative;
    padding-left: 20px;
    margin: 0 9px 0 0;
}

@media screen and (max-width: 767px) {
    .c-tag2__ttl {
        margin: 0 0 6px;
    }
}

.c-tag2__ttl::before {
    content: '';
    width: 14px;
    height: 14px;
    background: url(../img/common/icon/tag.svg) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: 3px;
    left: 0;
}

.c-tag2__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c-tag2__item {
    margin: 0 10px 0 0;
}

.c-tag2__txt {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #0863aa;
}


/*
------------------------------------------------------------*/

.c-tag3__ttl {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #111111;
    font-weight: bold;
    position: relative;
    padding-left: 20px;
    margin: 0 9px 8px 0;
}

.c-tag3__ttl::before {
    content: '';
    width: 14px;
    height: 14px;
    background: url(../img/common/icon/tag.svg) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: 3px;
    left: 0;
}

.c-tag3__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c-tag3__item {
    margin: 0 2px 2px 0;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.c-tag3__txt {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1.75;
    color: #111111;
    text-decoration: none;
    padding: 2px 4px;
}


/*
------------------------------------------------------------*/

.c-action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

.c-action__item {
    width: 16px;
    margin: 0 0 0 19px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .c-action__item {
        margin: 0 0 0 12px;
    }
}

.c-action__item:first-child {
    margin: 0;
}

@media screen and (min-width: 768px) {
    .c-action__item:hover a {
        opacity: 1;
    }
    .c-action__item:hover .on {
        opacity: 1;
        z-index: 2;
    }
}

.c-action__item a {
    display: block;
    text-decoration: none;
}

.c-action__item img {
    width: 100%;
}

.c-action__item i {
    display: block;
    width: 16px;
    font-size: 1.7rem;
    color: rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media screen and (max-width: 767px) {
    .c-action__item i {
        font-size: 1.5rem;
    }
}

.c-action__item i:hover {
    opacity: 1;
    color: #35b6e8;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.c-action .c-icon {
    width: 40px;
    margin-right: 5px;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
    .c-action .c-icon {
        width: 30px;
    }
}

.c-action .c-icon span {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 1.4rem;
    line-height: 4rem;
    text-align: center;
    background: #fff;
    color: #0863aa;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .c-action .c-icon span {
        width: 30px;
        height: 30px;
        font-size: 1.2rem;
        line-height: 3rem;
    }
}

.c-action .c-icon span+span {
    border-top: 1px solid #dddddd;
}

.c-action .c-icon span:hover {
    color: #35b6e8;
}

.c-action .off {
    position: relative;
}

.c-action .on {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: -1;
}

.c-action--size2 .c-action__item {
    width: 20px;
    margin: 0 0 0 10px;
}

.c-action--size2 .c-action__item:first-child {
    margin: 0;
}


/*
------------------------------------------------------------*/

.c-box1 {
    background: #f8f8f8;
    border: 1px solid #d4d4d4;
    padding: 39px 39px 34px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .c-box1 {
        padding: 15px;
    }
}

.c-box1__ttl {
    display: inline-block;
    font-size: 2.4rem;
    line-height: 1.5;
    color: #111111;
    font-weight: bold;
    position: relative;
    padding: 12px 0 12px 70px;
}

@media screen and (max-width: 767px) {
    .c-box1__ttl {
        font-size: 1.7rem;
        padding: 3px 0 3px 38px;
    }
}

.c-box1__ttl span {
    width: 60px;
    height: 60px;
    background: #f39800;
    border-radius: 50%;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.3rem;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

@media screen and (max-width: 767px) {
    .c-box1__ttl span {
        width: 45px;
        height: 45px;
        font-size: 1rem;
        left: -13px;
    }
}

.c-box1__txt {
    font-size: 1.6rem;
    line-height: 1.75;
    color: #111111;
    margin: 17px 0 36px;
}

@media screen and (max-width: 767px) {
    .c-box1__txt {
        margin: 12px 0 18px;
    }
}


/*
------------------------------------------------------------*/

.c-box2 {
    border: 4px solid #003567;
    padding: 38px 41px;
}

@media screen and (max-width: 767px) {
    .c-box2 {
        padding: 15px;
    }
}


/*
------------------------------------------------------------*/

.c-box3 {
    background: #fff;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    padding: 0 40px 40px;
}

@media screen and (max-width: 767px) {
    .c-box3 {
        padding: 0 15px 15px;
    }
}

.c-box3__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 37px 0 0;
}

@media screen and (max-width: 767px) {
    .c-box3__info {
        margin: 15px 0 0;
    }
}

.c-box3__left {
    width: 500px;
}

@media screen and (max-width: 767px) {
    .c-box3__left {
        width: 100%;
    }
}

.c-box3__right {
    width: 485px;
    padding: 8px 0 0;
}

@media screen and (max-width: 767px) {
    .c-box3__right {
        width: 100%;
        padding: 0;
        margin: 15px 0 0;
    }
}

.c-box3__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 13.8px;
}

@media screen and (max-width: 767px) {
    .c-box3__item {
        margin: 0 0 8px;
    }
}

.c-box3__item:last-child {
    margin: 0;
}

.c-box3__ttl {
    width: 100px;
    font-size: 1.6rem;
    line-height: 1.75;
    color: #111111;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .c-box3__ttl {
        width: 70px;
        font-size: 1.4rem;
    }
}

.c-box3__txt {
    width: calc(100% - 120px);
    font-size: 1.6rem;
    line-height: 1.75;
    color: #111;
}

@media screen and (max-width: 767px) {
    .c-box3__txt {
        width: calc(100% - 85px);
        font-size: 1.4rem;
    }
}

.c-box3__txt .web {
    color: #0863aa;
    position: relative;
    padding: 0 16px 0 0;
    word-break: break-all;
}

.c-box3__txt .web:after {
    content: '';
    width: 12px;
    height: 13px;
    background: url(../img/common/icon/url.svg) no-repeat center;
    background-size: 100% 100%;
    position: relative;
    display: inline-block;
    margin: 0 0 0 5px;
}

.c-box3__block {
    background: #f8f8f8;
    padding: 27px 30px;
    margin: 32px 0 0;
}

@media screen and (max-width: 767px) {
    .c-box3__block {
        margin: 12px 0 0;
        padding: 12px 15px;
    }
}

.c-box3__txt2 {
    font-size: 1.6rem;
    line-height: 1.75;
    color: #111111;
}

@media screen and (max-width: 767px) {
    .c-box3__txt2 {
        font-size: 1.4rem;
    }
}


/*
------------------------------------------------------------*/

.c-banner {
    padding: 151px 0 77px;
    background: url(../img/home/img12.jpg) no-repeat center;
    background-size: cover;
}

@media screen and (max-width: 767px) {
    .c-banner {
        padding: 50px 0 40px;
    }
}

.c-banner__box {
    width: 520px;
}

@media screen and (max-width: 767px) {
    .c-banner__box {
        width: 100%;
    }
}

.c-banner .c-text {
    border-bottom: 1px solid rgba(255, 255, 255, 0.45);
    padding: 0 0 36px;
    margin: 24px 0 0;
}

@media screen and (max-width: 767px) {
    .c-banner .c-text {
        padding: 0 0 15px;
        margin: 10px 0 10px;
    }
}

.c-banner .c-link {
    margin: 40px 0 0;
}

@media screen and (max-width: 767px) {
    .c-banner .c-link {
        margin: 10px 0 0;
    }
}


/*
------------------------------------------------------------*/

.c-letter {
    background: url(../img/common/bg.jpg) no-repeat center;
    background-size: cover;
    padding: 128px 0;
    position: relative;
    z-index: 3;
}

@media screen and (max-width: 767px) {
    .c-letter {
        padding: 50px 0;
        background-position: left 35% center;
    }
}

.c-letter__inner {
    width: 1120px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .c-letter__inner {
        width: 100%;
        padding: 0 15px;
    }
}

.c-letter__form {
    width: 960px;
    margin: 48px auto 9px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 767px) {
    .c-letter__form {
        width: 100%;
    }
}

.c-letter input {
    width: 100%;
    border: none;
    background: #fff;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #111;
    padding: 18px 191px 18px 21px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .c-letter input {
        font-size: 1.2rem;
        padding: 10px 88px 8px 7px;
    }
}

.c-letter input::-webkit-input-placeholder {
    color: #999999;
}

.c-letter input::-moz-placeholder {
    color: #999999;
}

.c-letter input:-ms-input-placeholder {
    color: #999999;
}

.c-letter input::-ms-input-placeholder {
    color: #999999;
}

.c-letter input::placeholder {
    color: #999999;
}

.c-letter button {
    width: 170px;
    display: block;
    background: #a40000;
    text-align: center;
    text-decoration: none;
    font-size: 1.6rem;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    padding: 23px 41px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media screen and (max-width: 767px) {
    .c-letter button {
        width: 80px;
        font-size: 1.2rem;
        padding: 13px 10px;
    }
}

.c-letter button span {
    position: relative;
    padding: 0 0 0 24px;
}

@media screen and (max-width: 767px) {
    .c-letter button span {
        padding: 0 0 0 14px;
    }
}

.c-letter button span::before {
    content: '';
    width: 16px;
    height: 16px;
    background: url(../img/common/icon/paper-plane.svg) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

@media screen and (max-width: 767px) {
    .c-letter button span::before {
        width: 10px;
        height: 10px;
    }
}

@media screen and (min-width: 768px) {
    .c-letter button:hover {
        -webkit-box-shadow: 0px 10px 40px 0px rgba(204, 0, 0, 0.2);
        box-shadow: 0px 10px 40px 0px rgba(204, 0, 0, 0.2);
        background: #cc0000;
    }
}


/*
------------------------------------------------------------*/

.c-checkbox input[type='checkbox'] {
    display: none;
}

.c-checkbox__text {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1.4;
    color: #ffffff;
    cursor: pointer;
    position: relative;
    padding: 1.5px 0 1.5px 25px;
}

.c-checkbox__text::before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.c-checkbox input[type='checkbox']:checked+.c-checkbox__text:after {
    content: '';
    width: 5px;
    height: 9px;
    border-right: 2px solid #0863aa;
    border-bottom: 2px solid #0863aa;
    -webkit-transform: rotate(45deg) translate(-50%);
    -ms-transform: rotate(45deg) translate(-50%);
    transform: rotate(45deg) translate(-50%);
    position: absolute;
    top: 5px;
    left: 9px;
}


/*
------------------------------------------------------------*/

.c-search {
    width: 100%;
    background: rgba(0, 53, 103, 0.9);
    padding: 29px 0 30px;
}

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

.c-search__bnt {
    display: none;
}

@media screen and (max-width: 767px) {
    .c-search__bnt {
        display: block;
        background: rgba(0, 53, 103, 0.9);
        color: #fff;
        font-size: 1.6rem;
        font-weight: bold;
        padding: 17px 25px;
        position: relative;
        border-bottom: 1px solid #fff;
    }
    .c-search__bnt .fas {
        margin-right: 10px;
    }
    .c-search__bnt:after {
        content: '';
        width: 8px;
        height: 8px;
        border-top: 2.5px solid #fff;
        border-right: 2.5px solid #fff;
        border-bottom: 0;
        position: absolute;
        left: auto;
        bottom: auto;
        top: 50%;
        right: 25px;
        -webkit-transform: translate(0, -50%) rotate(135deg);
        -ms-transform: translate(0, -50%) rotate(135deg);
        transform: translate(0, -50%) rotate(135deg);
    }
    .c-search__bnt.active:after {
        -webkit-transform: translate(0, -50%) rotate(-45deg);
        -ms-transform: translate(0, -50%) rotate(-45deg);
        transform: translate(0, -50%) rotate(-45deg);
    }
}

.c-search__content {
    padding: 20px 15px;
    display: none;
}

@media screen and (min-width: 768px) {
    .c-search__content {
        display: block !important;
    }
}

.c-search__inner {
    width: 1120px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .c-search__inner {
        width: 100%;
    }
}

.c-search__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.c-search__col {
    width: 340px;
    margin: 0 0 0 50px;
}

@media screen and (max-width: 767px) {
    .c-search__col {
        width: 100%;
        margin: 20px 0 0;
    }
}

.c-search__col:first-child {
    margin: 0;
}

@media screen and (max-width: 767px) {
    .c-search__col:nth-child(3) {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

.c-search__price {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #fff;
    font-weight: bold;
    position: relative;
}

@media screen and (max-width: 767px) {
    .c-search__price {
        font-size: 1.4rem;
    }
}

.c-search__price::before {
    content: '\00A5';
    margin: 0 2px 0 3px;
}

.c-search__price input {
    background: none;
    border: none;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #fff;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .c-search__price input {
        font-size: 1.4rem;
    }
}

.c-search__range {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 19px;
}

@media screen and (max-width: 767px) {
    .c-search__range {
        margin-top: 13px;
        padding: 0 0 0 16px;
    }
}

.c-search__range .ui-widget-content {
    width: calc(100% - 81px);
    border: 0;
    height: 2px;
    background: #ccc;
    margin: 0 10px 0 10px;
}

.c-search__range .ui-widget-header {
    background: #fff;
}

.c-search__range .ui-slider .ui-slider-handle {
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    top: -7px;
}

@media screen and (max-width: 767px) {
    .c-search__range .ui-slider .ui-slider-handle {
        width: 12px;
        height: 12px;
        top: -5px;
    }
}

.c-search__range p {
    font-size: 1.2rem;
    line-height: 1;
    color: #fff;
}

.c-search__range .list-dot {
    width: 100%;
    height: 2px;
    position: absolute;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.c-search__range .list-dot .dot {
    display: block;
    position: relative;
}

.c-search__range .list-dot .dot::before {
    content: '';
    width: 4px;
    height: 4px;
    background: #ccc;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: -1px;
    left: -2px;
}

.c-search__range .list-dot .dot:first-child::before {
    width: 8px;
    height: 8px;
    left: -5px;
    top: -3px;
}

.c-search__range .list-dot .dot:last-child::after {
    content: '';
    width: 8px;
    height: 8px;
    background: #ccc;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    right: -5px;
    top: -3px;
}

.c-search__note {
    position: relative;
}

.c-search__notettl {
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #fff;
    font-weight: bold;
    position: relative;
    padding: 0 20px 0 32px;
}

@media screen and (max-width: 767px) {
    .c-search__notettl {
        font-size: 1.4rem;
        padding: 0 20px 0 22px;
    }
}

.c-search__notettl:before {
    content: '';
    width: 16px;
    height: 16px;
    background: url(../img/common/icon/cube-white.svg) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: 4px;
    left: 10px;
}

@media screen and (max-width: 767px) {
    .c-search__notettl:before {
        top: 3px;
        left: 0;
    }
}

.c-search__notettl::after {
    content: '';
    width: 16px;
    height: 16px;
    background: url(../img/common/icon/question-circle.svg) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: 4px;
    right: 0;
}

@media screen and (max-width: 767px) {
    .c-search__notettl::after {
        width: 14px;
        height: 14px;
        top: 3px;
    }
}

@media screen and (min-width: 768px) {
    .c-search__notettl:hover+.c-search__notebox {
        display: block;
        visibility: visible;
    }
}

.c-search__notebox {
    width: 184px;
    position: absolute;
    bottom: calc(100% + 3px);
    left: 0;
    background: rgba(255, 255, 255, 0.85);
    padding: 10px;
    z-index: 2;
    visibility: hidden;
}

@media screen and (max-width: 767px) {
    .c-search__notebox {
        position: relative;
        width: 100%;
        margin: 10px 0 0;
        visibility: initial;
        bottom: auto;
        top: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: none;
    }
}

.c-search__notebox::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 7.5px 0 7.5px;
    border-color: rgba(255, 255, 255, 0.85) transparent transparent transparent;
    position: absolute;
    left: 50%;
    bottom: -10px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

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

@media screen and (min-width: 768px) {
    .c-search__notebox:hover {
        display: block;
        visibility: visible;
    }
}

.c-search__notetxt {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #111;
}

.c-search__option {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 17px 0 0;
    padding: 0 10px;
}

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

.c-search__option .c-checkbox {
    margin: 0 0 0 30px;
}

@media screen and (max-width: 767px) {
    .c-search__option .c-checkbox {
        width: 50%;
        margin: 0 0 10px;
    }
}

.c-search__option .c-checkbox:first-child {
    margin: 0;
}

.c-search__btn {
    width: 100%;
    background: #f39800;
    border-radius: 4px;
    border: none;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: bold;
    margin: 11px 0 0;
    padding: 17px 10px;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .c-search__btn {
        margin: 0;
    }
}

.c-search__btn span {
    position: relative;
    padding-left: 27px;
}

.c-search__btn span::before {
    content: '';
    width: 16px;
    height: 16px;
    background: url(../img/common/icon/search-white.svg) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.c-search__advance {
    width: 100%;
    margin: 28px 0 0;
    padding: 12px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

@media screen and (max-width: 767px) {
    .c-search__advance {
        margin: 20px 0 0;
    }
}

.c-search__advancebox {
    padding: 17px 0 0;
    display: none;
}

.c-search__advancebox .c-search__option {
    margin: 0;
    padding: 0;
}

.c-search__advancebox .c-checkbox {
    min-width: 110px;
}

@media screen and (max-width: 767px) {
    .c-search__advancebox .c-checkbox {
        min-width: auto;
    }
}

.c-search__advancettl {
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #fff;
    font-weight: bold;
    position: relative;
    padding: 0 23px 0 21px;
    cursor: pointer;
}

.c-search__advancettl::before {
    content: '';
    width: 16px;
    height: 16px;
    background: url(../img/common/icon/tasks.svg) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: 4px;
    left: 0;
}

.c-search__advancettl:after {
    content: '';
    width: 8px;
    height: 8px;
    border-right: 2.5px solid #fff;
    border-bottom: 2.5px solid #fff;
    position: absolute;
    top: 4px;
    right: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.c-search__advancettl.is-open::after {
    -webkit-transform: rotate(-132deg);
    -ms-transform: rotate(-132deg);
    transform: rotate(-132deg);
    top: 10px;
}

.c-search--type1 {
    padding: 38px 40px 20px;
}

@media screen and (max-width: 767px) {
    .c-search--type1 {
        padding: 20px 15px;
    }
}

.c-search--type1 .c-search__inner {
    width: 100%;
}

.c-search--type1 .c-search__col:first-child {
    width: 100%;
    margin: 0 0 40px;
}

@media screen and (max-width: 767px) {
    .c-search--type1 .c-search__col:first-child {
        margin: 0 0 20px;
    }
}

.c-search--type1 .c-search__col:nth-child(2) {
    width: calc(100% - 230px);
    margin: 0;
}

@media screen and (max-width: 767px) {
    .c-search--type1 .c-search__col:nth-child(2) {
        width: 100%;
    }
}

.c-search--type1 .c-search__col:nth-child(3) {
    width: 220px;
    margin: 0 0 0 10px;
}

@media screen and (max-width: 767px) {
    .c-search--type1 .c-search__col:nth-child(3) {
        width: 100%;
        margin: 11px 0 0;
    }
}

.c-search--type1 .c-search__range .ui-widget-content {
    width: calc(100% - 72px);
}

.c-search--type1 .c-search__notettl {
    padding: 0 21px 0 21px;
}

.c-search--type1 .c-search__notettl::before {
    left: 0;
}

.c-search--type1 .c-search__option {
    padding: 0;
    margin: 16px 0 0;
}

.c-search--type1 .c-search__option .c-checkbox {
    width: 30%;
    margin: 0 0 0 3.8%;
}

@media screen and (max-width: 767px) {
    .c-search--type1 .c-search__option .c-checkbox {
        width: 50%;
        margin: 0 0 10px;
    }
}

.c-search--type1 .c-search__option .c-checkbox:nth-child(3n + 1) {
    margin: 0;
}

.c-search--type1 .c-search__advance {
    margin: 39px 0 0;
    padding-bottom: 0;
    border-bottom: 0;
}

@media screen and (max-width: 767px) {
    .c-search--type1 .c-search__advance {
        margin: 20px 0 0;
    }
}

.c-search--type1 .c-search__advance .c-search__option {
    margin: 0;
}

.c-search--type1 .c-search__advance .c-search__option .c-checkbox {
    width: 23%;
    margin: 0 0 18px 2%;
}

@media screen and (max-width: 767px) {
    .c-search--type1 .c-search__advance .c-search__option .c-checkbox {
        width: 50%;
        margin: 0 0 10px;
    }
}

.c-search--type1 .c-search__advance .c-search__option .c-checkbox:nth-child(3n + 1) {
    margin: 0 0 18px 2%;
}

@media screen and (max-width: 767px) {
    .c-search--type1 .c-search__advance .c-search__option .c-checkbox:nth-child(3n + 1) {
        margin: 0 0 10px;
    }
}

.c-search--type1 .c-search__advance .c-search__option .c-checkbox:nth-child(4n + 1) {
    margin: 0 0 18px;
}

@media screen and (max-width: 767px) {
    .c-search--type1 .c-search__advance .c-search__option .c-checkbox:nth-child(4n + 1) {
        margin: 0 0 10px;
    }
}

.c-search--type1 .c-search__advancebox {
    padding: 14px 0 0;
}


/*
------------------------------------------------------------*/

.c-map {
    position: relative;
}

.c-map__gmap {
    width: 100%;
    height: 800px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

@media screen and (max-width: 767px) {
    .c-map__gmap {
        height: 600px;
    }
}

.c-map__gmap.is-full {
    height: 100vh;
}

.c-map__control {
    width: 100%;
    position: absolute;
    top: 20px;
    padding: 0 20px;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .c-map__control {
        padding: 0 15px;
    }
}

.c-map__search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.c-map__search #map-search {
    width: 320px;
    font-size: 1.4rem;
    padding: 13px 0px 11px 15px;
    color: #999999;
    border: none;
    background: #fff;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media screen and (max-width: 767px) {
    .c-map__search #map-search {
        width: 150px;
        font-size: 1.2rem;
        padding: 9px 0px 8px 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

.c-map__search #map-search:focus {
    border: 1px solid #0073e1;
}

.c-map__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.c-map__btn span {
    background: #fff;
    display: block;
    font-size: 1.4rem;
    line-height: 4rem;
    color: #111111;
    text-align: center;
    padding: 0 10px;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
    .c-map__btn span {
        font-size: 0;
        line-height: 0;
        margin: 0 0 0 2px;
    }
}

.c-map__btn span i {
    margin-right: 5px;
    color: #0863aa;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
    .c-map__btn span i {
        font-size: 1.5rem;
        line-height: 3rem;
        margin: 0;
    }
}

.c-map__btn span:hover {
    color: #35b6e8;
    text-decoration: underline;
}

.c-map__btn span:hover i {
    color: #35b6e8;
}

.c-map__btn span#fullscreen.is-active {
    background: #333;
    color: #fff;
}

.c-map__view {
    width: 78px;
    position: absolute;
    top: 40px;
    left: 0;
}

.c-map__view span {
    font-size: 1.3rem;
    line-height: 3.5rem;
    text-align: left;
    display: none;
}

.c-map__view span:nth-of-type(1) {
    top: 40px;
}

.c-map__view span:nth-of-type(2) {
    top: 75px;
}

.c-map__view span:nth-of-type(3) {
    top: 110px;
}

.c-map__view span:nth-of-type(4) {
    top: 145px;
}

.c-map__content {
    width: 400px;
}

.c-map__content img {
    width: 100%;
}

.c-map__content h3 {
    padding: 0px 15px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.c-map__content h3 a {
    font-size: 1.6rem;
    color: #333;
    font-weight: bold;
}

.c-map__content h3 a:hover {
    color: #0073e1;
}

.c-map__detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 15px;
    padding: 10px 0;
    border-top: 1px solid #eef3f6;
}

.c-map__detail p {
    color: #f1bf7f;
    font-size: 1.4rem;
    font-weight: bold;
}

.c-map__detail ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-map__detail ul li {
    font-size: 1.3rem;
    margin-left: 12px;
    color: #5c727d;
}

.c-map__detail ul li i {
    margin-right: 4px;
}

.c-map__detail ul li sup {
    font-size: 75%;
    line-height: 0;
}

.c-map .gm-style-iw-c {
    border-radius: 0;
    padding: 0;
}

.c-map .gm-style-iw-d {
    overflow: unset !important;
}

.c-map .c-search {
    position: absolute;
    bottom: 0;
    left: 0;
}


/*
------------------------------------------------------------*/

.c-map2__gmap {
    width: 100%;
    height: 518px;
}

@media screen and (max-width: 767px) {
    .c-map2__gmap {
        height: 300px;
    }
}

.c-map2__gmap iframe {
    width: 100%;
    height: 518px;
}

@media screen and (max-width: 767px) {
    .c-map2__gmap iframe {
        height: 300px;
    }
}

.c-map2__info {
    background: #ffffff;
    padding: 30px 35px;
}

@media screen and (max-width: 767px) {
    .c-map2__info {
        padding: 15px;
    }
}

.c-map2__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 17.5px;
}

@media screen and (max-width: 767px) {
    .c-map2__item {
        margin: 0 0 10px;
    }
}

.c-map2__item:last-child {
    margin: 0;
}

.c-map2__ttl {
    width: 100px;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #111111;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .c-map2__ttl {
        width: 100%;
        font-size: 1.4rem;
    }
}

.c-map2__txt {
    width: calc(100% - 120px);
    font-size: 1.6rem;
    line-height: 1.5;
    color: #111111;
}

@media screen and (max-width: 767px) {
    .c-map2__txt {
        width: 100%;
        font-size: 1.4rem;
        word-break: break-all;
    }
}

.c-map2__txt a {
    color: #111111;
    text-decoration: none;
}

.c-map2__txt a[href^='tel:'] {
    pointer-events: none;
}

@media screen and (max-width: 767px) {
    .c-map2__txt a[href^='tel:'] {
        pointer-events: auto;
    }
}


/*
------------------------------------------------------------*/

.c-link {
    display: inline-block;
    text-decoration: none;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #fff;
    font-weight: bold;
    position: relative;
    padding-right: 18px;
}

.c-link::after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    position: absolute;
    top: 50%;
    right: 0;
    margin: -2px 0 0;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    -ms-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
}

@media screen and (min-width: 768px) {
    .c-link:hover {
        text-decoration: underline;
    }
}


/*
------------------------------------------------------------*/

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

.c-pager__numbers {
    margin: 0 1px;
    padding: 11px 19px;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 50px;
    display: inline-block;
    font-size: 1.6rem;
    text-decoration: none;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media screen and (max-width: 767px) {
    .c-pager__numbers {
        display: none;
        font-size: 1.3rem;
        min-width: 25px;
        padding: 5px 12px;
    }
}

@media screen and (max-width: 767px) {
    .c-pager__numbers.current,
    .c-pager__numbers.next,
    .c-pager__numbers.prev,
    .c-pager__numbers:nth-last-child(2) {
        display: inline-block;
    }
}

@media screen and (min-width: 768px) {
    .c-pager__numbers:hover {
        background: #35b6e8;
    }
    .c-pager__numbers:hover span {
        border-color: #fff;
        color: #fff;
    }
    .c-pager__numbers:hover.prev span::before {
        border-color: #fff;
    }
    .c-pager__numbers:hover.next span::after {
        border-color: #fff;
    }
}

.c-pager__numbers span {
    color: #0863aa;
    font-weight: bold;
    border-bottom: 1px solid #0863aa;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.c-pager__numbers.current {
    background: #0863aa;
    color: #fff;
    position: relative;
}

@media screen and (max-width: 767px) {
    .c-pager__numbers.current {
        margin-right: 0;
    }
}

.c-pager__numbers.dots {
    padding: 11px 4px;
    border: none;
    min-width: auto;
    color: #111111;
    pointer-events: none;
}

.c-pager__numbers.prev,
.c-pager__numbers.next {
    color: #111111;
}

.c-pager__numbers.prev span,
.c-pager__numbers.next span {
    border-bottom: 0;
    position: relative;
}

.c-pager__numbers.prev span {
    padding-left: 15px;
}

@media screen and (max-width: 767px) {
    .c-pager__numbers.prev span {
        padding-left: 12px;
    }
}

.c-pager__numbers.prev span::before {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #0863aa;
    border-left: 2px solid #0863aa;
    position: absolute;
    top: 6px;
    left: 3px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media screen and (max-width: 767px) {
    .c-pager__numbers.prev span::before {
        width: 6px;
        height: 6px;
        top: 5px;
    }
}

.c-pager__numbers.next span {
    padding-right: 15px;
}

@media screen and (max-width: 767px) {
    .c-pager__numbers.next span {
        padding-right: 12px;
    }
}

.c-pager__numbers.next span::after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #0863aa;
    border-right: 2px solid #0863aa;
    position: absolute;
    top: 6px;
    right: 3px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media screen and (max-width: 767px) {
    .c-pager__numbers.next span::after {
        width: 6px;
        height: 6px;
        top: 5px;
    }
}

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

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

.wp-pagenavi>a,
.wp-pagenavi>span {
    margin: 0 2px;
    padding: 11px 19px;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 50px;
    display: inline-block;
    font-size: 1.6rem;
    text-decoration: none;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media screen and (max-width: 767px) {
    .wp-pagenavi>a,
    .wp-pagenavi>span {
        font-size: 1.3rem;
        min-width: 25px;
        padding: 5px 12px;
    }
}

.wp-pagenavi>a span,
.wp-pagenavi>span span {
    color: #0863aa;
    font-weight: bold;
    border-bottom: 1px solid #0863aa;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media screen and (min-width: 768px) {
    .wp-pagenavi>a:hover {
        background: #35b6e8;
    }
    .wp-pagenavi>a:hover>span {
        border-color: #fff;
        color: #fff;
    }
    .wp-pagenavi>a:hover.previouspostslink span::before {
        border-color: #fff;
    }
    .wp-pagenavi>a:hover.nextpostslink span::after {
        border-color: #fff;
    }
}

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

.wp-pagenavi .first,
.wp-pagenavi .last {
    display: none;
}

.wp-pagenavi .extend {
    padding: 11px 4px;
    border: none;
    min-width: auto;
    color: #111111;
    pointer-events: none;
}

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

.wp-pagenavi .current {
    background: #0863aa;
    color: #fff;
    position: relative;
}

@media screen and (max-width: 767px) {
    .wp-pagenavi .current {
        margin-right: 0;
    }
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
    color: #111111;
}

.wp-pagenavi .previouspostslink span,
.wp-pagenavi .nextpostslink span {
    border-bottom: 0;
    position: relative;
}

.wp-pagenavi .previouspostslink span {
    padding-left: 15px;
}

@media screen and (max-width: 767px) {
    .wp-pagenavi .previouspostslink span {
        padding-left: 12px;
    }
}

.wp-pagenavi .previouspostslink span::before {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #0863aa;
    border-left: 2px solid #0863aa;
    position: absolute;
    top: 6px;
    left: 3px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media screen and (max-width: 767px) {
    .wp-pagenavi .previouspostslink span::before {
        width: 6px;
        height: 6px;
        top: 5px;
    }
}

.wp-pagenavi .nextpostslink span {
    padding-right: 15px;
}

@media screen and (max-width: 767px) {
    .wp-pagenavi .nextpostslink span {
        padding-right: 12px;
    }
}

.wp-pagenavi .nextpostslink span::after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #0863aa;
    border-right: 2px solid #0863aa;
    position: absolute;
    top: 6px;
    right: 3px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media screen and (max-width: 767px) {
    .wp-pagenavi .nextpostslink span::after {
        width: 6px;
        height: 6px;
        top: 5px;
    }
}


/*
------------------------------------------------------------*/

.c-faq {
    background: #fff;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.c-faq+.c-faq {
    margin: 20px 0 0;
}

.c-faq__heading {
    padding: 18px 40px 18px 20px;
    position: relative;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .c-faq__heading {
        padding: 10px 35px 10px 10px;
    }
}

.c-faq__heading::before {
    content: '';
    width: 15px;
    height: 3px;
    background: #0863aa;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

@media screen and (max-width: 767px) {
    .c-faq__heading::before {
        right: 12px;
    }
}

.c-faq__heading::after {
    content: '';
    width: 3px;
    height: 15px;
    background: #0863aa;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    right: 26px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media screen and (max-width: 767px) {
    .c-faq__heading::after {
        right: 18px;
    }
}

.c-faq__heading.is-open::after {
    -webkit-transform: translate(0, -50%) rotate(90deg);
    -ms-transform: translate(0, -50%) rotate(90deg);
    transform: translate(0, -50%) rotate(90deg);
}

.c-faq__ttl {
    font-size: 2rem;
    line-height: 1.5;
    color: #111111;
    position: relative;
    padding-left: 30px;
}

@media screen and (max-width: 767px) {
    .c-faq__ttl {
        font-size: 1.6rem;
        padding-left: 23px;
    }
}

.c-faq__ttl::before {
    content: 'Q.';
    font-size: 2.6rem;
    line-height: 1;
    color: #0863aa;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width: 767px) {
    .c-faq__ttl::before {
        font-size: 2rem;
    }
}

.c-faq__info {
    padding: 0 20px 20px;
    display: none;
}

@media screen and (max-width: 767px) {
    .c-faq__info {
        padding: 0 10px 10px;
    }
}

.c-faq__box {
    background: #f8f8f8;
    padding: 41px 50px 39px 70px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .c-faq__box {
        padding: 15px 15px 15px 35px;
    }
}

.c-faq__box::before {
    content: 'A.';
    font-size: 2.6rem;
    line-height: 1;
    color: #a40000;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    position: absolute;
    top: 43px;
    left: 40px;
}

@media screen and (max-width: 767px) {
    .c-faq__box::before {
        font-size: 2rem;
        top: 18px;
        left: 12px;
    }
}

.c-faq__txt {
    font-size: 1.6rem;
    line-height: 1.75;
    color: #111111;
}

@media screen and (max-width: 767px) {
    .c-faq__txt {
        font-size: 1.4rem;
    }
}

.c-faq .c-tag2 {
    margin: 15px 0 0;
}


/*
------------------------------------------------------------*/

.c-author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c-author__ttl {
    font-size: 1.4rem;
    line-height: 1.75;
    color: #666666;
    font-weight: bold;
    position: relative;
    padding: 0 0 0 20px;
    margin: 0 9px 0 0;
}

.c-author__ttl::before {
    content: '';
    width: 14px;
    height: 14px;
    background: url(../img/common/icon/pen.svg) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: 5px;
    left: 0;
}

.c-author__txt {
    font-size: 1.4rem;
    line-height: 1.75;
    color: #666666;
}


/*
------------------------------------------------------------*/

.c-info__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #e4e4e4;
    padding: 28px 0;
}

@media screen and (max-width: 767px) {
    .c-info__row {
        padding: 15px 0;
    }
}

.c-info__row:last-child {
    border-bottom: 1px solid #e4e4e4;
}

.c-info .c-author {
    width: calc(100% - 120px);
}

.c-info .c-action__item {
    width: 20px;
    margin: 0 0 0 10px;
}

@media screen and (max-width: 767px) {
    .c-info .c-action__item {
        margin: 0 0 0 6px;
    }
}

.c-info .c-action__item:first-child {
    margin: 0;
}

.c-info .c-tag2__ttl {
    color: #666666;
}


/*
------------------------------------------------------------*/

.c-radio {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .c-radio {
        width: 100%;
    }
}

.c-radio input[type='radio'] {
    display: none;
}

.c-radio__text {
    display: block;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    font-size: 1.6rem;
    line-height: 1.75;
    color: #111111;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    border: 2px solid transparent;
    padding: 20px 30px 18px 58px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 100%;
}

@media screen and (max-width: 767px) {
    .c-radio__text {
        font-size: 1.4rem;
        padding: 10px 15px 9px 30px;
    }
}

.c-radio__text::before {
    content: '';
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid #d4d4d4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent;
    background: #fff;
    position: absolute;
    top: 19px;
    left: 18px;
}

@media screen and (max-width: 767px) {
    .c-radio__text::before {
        width: 20px;
        height: 20px;
        top: 12px;
        left: 5px;
    }
}

.c-radio input[type='radio']:checked+.c-radio__text {
    background: #f4fbfe;
    border-color: #0863aa;
}

.c-radio input[type='radio']:checked+.c-radio__text::after {
    content: ' ';
    display: block;
    width: 14px;
    height: 14px;
    background: #0863aa;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 26px;
    left: 25px;
}

@media screen and (max-width: 767px) {
    .c-radio input[type='radio']:checked+.c-radio__text::after {
        width: 10px;
        height: 10px;
        top: 17px;
        left: 10px;
    }
}


/*
------------------------------------------------------------*/

.c-radio2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .c-radio2 {
        width: 100%;
    }
}

.c-radio2 input[type='radio'] {
    display: none;
}

.c-radio2 .wpcf7-list-item label {
    display: block;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    font-size: 1.6rem;
    line-height: 1.75;
    color: #111111;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    border: 2px solid transparent;
    padding: 20px 30px 18px 58px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 100%;
}

@media screen and (max-width: 767px) {
    .c-radio2 .wpcf7-list-item label {
        font-size: 1.4rem;
        padding: 10px 15px 9px 30px;
    }
}

.c-radio2 .wpcf7-list-item label::before {
    content: '';
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid #d4d4d4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent;
    background: #fff;
    position: absolute;
    top: 19px;
    left: 18px;
}

@media screen and (max-width: 767px) {
    .c-radio2 .wpcf7-list-item label::before {
        width: 20px;
        height: 20px;
        top: 12px;
        left: 5px;
    }
}

.c-radio2 .checked {
    background: #f4fbfe !important;
    border-color: #0863aa !important;
}

.c-radio2 .checked::after {
    content: ' ';
    display: block;
    width: 14px;
    height: 14px;
    background: #0863aa;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 26px;
    left: 25px;
}

@media screen and (max-width: 767px) {
    .c-radio2 .checked::after {
        width: 10px;
        height: 10px;
        top: 17px;
        left: 10px;
    }
}


/*
------------------------------------------------------------*/

.c-flow1__item {
    background: #ffffff;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    padding: 0 40px 40px;
    margin: 100px 0 0;
    position: relative;
}

@media screen and (max-width: 767px) {
    .c-flow1__item {
        padding: 0 15px 15px;
        margin: 50px 0 0;
    }
}

.c-flow1__item::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 40px 0 40px;
    border-color: #003567 transparent transparent transparent;
    position: absolute;
    top: -60px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media screen and (max-width: 767px) {
    .c-flow1__item::after {
        border-width: 10px 20px 0 20px;
        top: -30px;
    }
}

.c-flow1__item:first-child {
    margin: 0;
}

.c-flow1__item:first-child::after {
    display: none;
}

.c-flow1__info {
    margin: 34px 0 0;
}

@media screen and (max-width: 767px) {
    .c-flow1__info {
        margin: 18px 0 0;
    }
}

.c-flow1 .c-flow2 {
    margin: 36px 0 0;
}

@media screen and (max-width: 767px) {
    .c-flow1 .c-flow2 {
        margin: 15px 0 0;
    }
}

.c-flow1 .c-list8 {
    margin: 37px 0 0;
}

@media screen and (max-width: 767px) {
    .c-flow1 .c-list8 {
        margin: 0;
    }
}


/*
------------------------------------------------------------*/

.c-flow2__item {
    background: #f8f8f8;
    position: relative;
    margin: 60px 0 0;
}

@media screen and (max-width: 767px) {
    .c-flow2__item {
        margin: 30px 0 0;
    }
}

.c-flow2__item::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 40px 0 40px;
    border-color: #003567 transparent transparent transparent;
    position: absolute;
    top: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media screen and (max-width: 767px) {
    .c-flow2__item::after {
        border-width: 10px 20px 0 20px;
        top: -20px;
    }
}

.c-flow2__item:first-child {
    margin: 0;
}

.c-flow2__item:first-child::after {
    display: none;
}

.c-flow2__info {
    padding: 40px 40px 30px;
}

@media screen and (max-width: 767px) {
    .c-flow2__info {
        padding: 15px;
    }
}

.c-flow2__option {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.c-flow2__option .c-radio {
    width: 470px;
    margin: 0 0 20px 20px;
}

@media screen and (max-width: 767px) {
    .c-flow2__option .c-radio {
        width: 100%;
        margin: 0 0 10px;
    }
}

.c-flow2__option .c-radio:nth-child(2n + 1) {
    margin: 0 0 20px;
}

@media screen and (max-width: 767px) {
    .c-flow2__option .c-radio:nth-child(2n + 1) {
        margin: 0 0 10px;
    }
}

@media screen and (max-width: 767px) {
    .c-flow2__option .c-radio:last-child {
        margin: 0;
    }
}


/*
------------------------------------------------------------*/

.c-flow3__item {
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #d4d4d4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 39px;
    margin: 0 0 40px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .c-flow3__item {
        padding: 20px 15px;
        margin: 0 0 20px;
    }
}

.c-flow3__item::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 40px 0 40px;
    border-color: #003567 transparent transparent transparent;
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media screen and (max-width: 767px) {
    .c-flow3__item::after {
        border-width: 10px 20px 0 20px;
        bottom: -15px;
    }
}

.c-flow3__item:last-child {
    margin: 0;
}

.c-flow3__item:last-child::after {
    display: none;
}

.c-flow3__left {
    width: 160px;
    height: 160px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .c-flow3__left {
        margin: 0 auto 15px;
    }
}

.c-flow3__img {
    width: 100%;
    height: 100%;
    background: #f4fbfe;
    border-radius: 50%;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c-flow3__img img {
    max-width: 50px;
}

.c-flow3__number {
    width: 40px;
    height: 40px;
    background: #003567;
    border-radius: 50%;
    overflow: hidden;
    font-size: 2rem;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
}

.c-flow3__right {
    width: calc(100% - 180px);
}

@media screen and (max-width: 767px) {
    .c-flow3__right {
        width: 100%;
    }
}

.c-flow3__ttl {
    font-size: 2rem;
    line-height: 1.5;
    color: #111111;
    font-weight: bold;
    margin: -2px 0 15px;
}

@media screen and (max-width: 767px) {
    .c-flow3__ttl {
        font-size: 1.8rem;
        text-align: center;
    }
}

.c-flow3__txt {
    font-size: 1.6rem;
    line-height: 1.75;
    color: #111111;
}

@media screen and (max-width: 767px) {
    .c-flow3__txt {
        font-size: 1.4rem;
    }
}


/*
------------------------------------------------------------*/

.c-accordion {
    width: 100%;
    background: #fff;
    border: 1px solid #d4d4d4;
}

.c-accordion+.c-accordion {
    margin: 20px 0 0;
}

.c-accordion__ttl {
    font-size: 2rem;
    line-height: 1.5;
    color: #111111;
    font-weight: bold;
    padding: 17px 40px 17px 19px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .c-accordion__ttl {
        font-size: 1.6rem;
        padding: 10px 30px 10px 10px;
    }
}

.c-accordion__ttl::before {
    content: '';
    width: 15px;
    height: 3px;
    background: #0863aa;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    right: 19px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

@media screen and (max-width: 767px) {
    .c-accordion__ttl::before {
        right: 12px;
    }
}

.c-accordion__ttl::after {
    content: '';
    width: 3px;
    height: 15px;
    background: #0863aa;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media screen and (max-width: 767px) {
    .c-accordion__ttl::after {
        right: 18px;
    }
}

.c-accordion__ttl.is-open::after {
    -webkit-transform: translate(0, -50%) rotate(90deg);
    -ms-transform: translate(0, -50%) rotate(90deg);
    transform: translate(0, -50%) rotate(90deg);
}

.c-accordion__info {
    padding: 18px 39px 37px;
    display: none;
}

@media screen and (max-width: 767px) {
    .c-accordion__info {
        padding: 10px 15px 20px;
    }
}

.c-accordion__content {
    display: none;
}

.c-accordion__content.current {
    display: inherit;
}

.c-accordion__box {
    border-top: 1px solid #e4e4e4;
    margin: 36px 0 0;
    padding: 36px 0 0;
}

@media screen and (max-width: 767px) {
    .c-accordion__box {
        margin: 20px 0 0;
        padding: 20px 0 0;
    }
}

.c-accordion__box .c-list10 {
    margin: 3px 0 0;
}


/*
------------------------------------------------------------*/

.c-detail__heading {
    position: relative;
}

.c-detail__img {
    width: 100%;
    height: 160px;
}

.c-detail__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: cover';
}

.c-detail__info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 10px 9px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.c-detail__infoImg {
    width: 90px;
    height: 90px;
}

.c-detail__infoImg img {
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: cover';
}

.c-detail__infoTxt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.5;
}

.c-detail__infoTxt:before {
    content: '';
    width: 9px;
    height: 12px;
    background: url(../img/common/icon/file-alt.svg) no-repeat center/contain;
    display: inline-block;
    margin-right: 5px;
}

.c-detail__content {
    color: #111;
    padding-bottom: 20px;
}

.c-detail__title {
    font-size: 1.6rem;
    font-weight: bold;
    padding: 19px 20px;
    line-height: 1.5;
    border-bottom: 1px solid #e4e4e4;
}

.c-detail__item {
    padding: 18px 20px;
    border-bottom: 1px solid #e4e4e4;
}

.c-detail__txtIcon {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-detail__txtIcon:before {
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
    margin-right: 7px;
}

.c-detail__txtIcon--map:before {
    width: 11px;
    height: 14px;
    background-image: url(../img/common/icon/map-marker-alt-black.svg);
}

.c-detail__txtIcon--train:before {
    width: 13px;
    height: 14px;
    background-image: url(../img/common/icon/subway.svg);
}

.c-detail__txtIcon--time:before {
    width: 14px;
    height: 14px;
    background-image: url(../img/common/icon/clock.svg);
}

.c-detail__txtIcon--calendar:before {
    width: 13px;
    height: 14px;
    background-image: url(../img/common/icon/calendar.svg);
}

.c-detail__txtIcon--tv:before {
    width: 16px;
    height: 14px;
    background-image: url(../img/common/icon/tv.svg);
}

.c-detail__txtIcon--mess:before {
    width: 14px;
    height: 13px;
    background-image: url(../img/common/icon/message.svg);
}

.c-detail__txtIcon--call:before {
    width: 14px;
    height: 14px;
    background-image: url(../img/common/icon/phone-alt-black.svg);
}

.c-detail__txtIcon--phone:before {
    width: 9px;
    height: 14px;
    background-image: url(../img/common/icon/mobile.svg);
}

.c-detail__txtIcon--mail:before {
    width: 14px;
    height: 11px;
    background-image: url(../img/common/icon/envelope-black.svg);
}

.c-detail__txtIcon--line:before {
    width: 13px;
    height: 13px;
    background-image: url(../img/common/icon/line.svg);
}

.c-detail__txt01 {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 8px;
}

.c-detail__txt01--link a {
    color: #0863aa;
    display: block;
    word-break: break-all;
}

.c-detail__txt01--link a:after {
    content: '';
    width: 10px;
    height: 10px;
    background: url(../img/common/icon/url.svg) no-repeat center/contain;
    display: inline-block;
    margin-left: 4px;
}

.c-detail__txt02 {
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 6px;
}

.c-detail__sns {
    padding: 20px 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.c-detail__sns .c-action:nth-child(1) .c-action__item {
    width: 20px;
}

.c-detail__sns .c-action:nth-child(1) .c-action__item:not(:first-child) {
    margin-left: 10px;
}

.c-detail__btn {
    padding: 20px 20px 0;
}

.c-detail__btn .c-btn1 {
    display: block;
}

.c-detail__btn .c-btn1 a {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 11px 5px;
}

.c-detail__btn .c-btn2 {
    margin-top: 10px;
    display: block;
}

.c-detail__btn .c-btn2 a {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 5px;
}

.c-detail__btn .c-btn2 a span:before {
    background-image: url(../img/common/icon/envelope.svg);
    background-size: contain;
    height: 12px;
}


/*
------------------------------------------------------------*/

.c-tab__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.c-tab__listItem {
    margin-bottom: 5px;
}

.c-tab__listItem a {
    display: block;
    border: 1px solid #d4d4d4;
    color: #0863aa;
    font-size: 1.6rem;
    padding: 11px 16px 11px 14px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .c-tab__listItem a {
        padding: 5px 10px;
        font-size: 1.4rem;
    }
}

.c-tab__listItem a:after {
    content: '';
    border: solid #0863aa;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 0 0 3px 7px;
}

.c-tab__listItem.is-active a {
    background-color: #0863aa;
    color: #fff;
    text-decoration: none;
}

.c-tab__listItem.is-active a:after {
    border-color: #fff;
}

.c-tab__content {
    background-color: #f8f8f8;
    padding: 20px;
}

@media screen and (max-width: 767px) {
    .c-tab__content {
        padding: 10px;
    }
}

.c-tab__box {
    display: none;
    width: 100%;
    height: 100%;
}

.c-tab__box:nth-child(1) {
    display: block;
}

.c-tab__box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}


/*
------------------------------------------------------------*/

.c-boxReview {
    background-color: #f8f8f8;
    padding: 17px 20px 20px;
}

.c-boxReview__title {
    font-size: 1.6rem;
    line-height: 1.75;
    font-weight: bold;
    margin-bottom: 6px;
}

.c-boxReview__txt {
    font-size: 1.4rem;
    line-height: 1.75;
    margin-top: 5px;
}

.c-boxReview__name {
    border-top: 1px solid #e4e4e4;
    padding-top: 14px;
    margin-top: 12px;
}

.c-boxReview__nameTxt01 {
    font-size: 1.2rem;
    font-weight: bold;
    color: #666666;
    line-height: 1.5;
    margin-bottom: 3px;
}

.c-boxReview__nameTxt02 {
    font-size: 1.2rem;
    color: #666666;
    line-height: 1.5;
}


/*
------------------------------------------------------------*/

.c-rating {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-rating__point {
    margin-right: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-rating__hide {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 100%;
    z-index: 2;
    width: 0;
    top: 0;
    left: 0;
}

.c-rating__hide .c-rating__icon {
    position: static;
    color: #f39800;
}

.c-rating__icon {
    font-size: 1.8rem;
    color: #e4e4e4;
}

.c-rating__icon:not(:last-child) {
    margin-right: 2px;
}

.c-rating__txt {
    font-size: 1.4rem;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    color: #f39800;
}


/*
------------------------------------------------------------*/

@media screen and (min-width: 768px) {
    .c-property {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media screen and (min-width: 768px) {
    .c-property__left {
        width: 50%;
        padding-right: 20px;
    }
}

@media screen and (max-width: 767px) {
    .c-property__left {
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 768px) {
    .c-property__right {
        width: 50%;
        padding-left: 20px;
    }
}

.c-property__right .c-action {
    margin: 22px 0;
}

.c-property__right .c-action__item {
    width: 20px;
}

.c-property__right .c-action__item:not(:first-child) {
    margin-left: 10px;
}

.c-property__right .c-btn1 {
    display: block;
}

.c-property__right .c-btn1 a {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 11px 10px;
}

.c-property__img {
    position: relative;
    margin-bottom: 42px;
    width: 100%;
    height: 200px;
}

@media screen and (max-width: 767px) {
    .c-property__img {
        height: 52.25vw;
    }
}

.c-property__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: cover';
}

.c-property__imgLogo {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 90px;
    height: 90px;
}

.c-property__imgLogo img {
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: cover';
}

.c-property__form {
    background-color: #f8f8f8;
    padding: 17px 20px 20px;
}

@media screen and (max-width: 767px) {
    .c-property__form {
        padding: 10px;
    }
}

.c-property__formTtl {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.75;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.c-property__formTtl:before {
    content: '';
    width: 16px;
    height: 12px;
    background: url(../img/common/icon/envelope-black.svg) no-repeat center/contain;
    display: inline-block;
    margin-right: 6px;
}

.c-property .c-title5 {
    margin-bottom: 16px;
}

.c-property__listItem {
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 15px;
    position: relative;
    display: inline-block;
    *zoom: 1;
}

.c-property__listItem:after {
    display: block;
    content: '';
    clear: both;
}

.c-property__listItem:not(:last-child) {
    margin-bottom: 16px;
}

.c-property__txt01 {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 1.75;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-property__txt01:before {
    content: '';
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    margin-right: 7px;
}

.c-property__txt01--icon01:before {
    width: 12px;
    height: 16px;
    background-image: url(../img/common/icon/map-marker-alt-black.svg);
}

.c-property__txt01--icon02:before {
    width: 14px;
    height: 16px;
    background-image: url(../img/common/icon/subway.svg);
}

.c-property__txt01--icon03:before {
    width: 16px;
    height: 16px;
    background-image: url(../img/common/icon/clock.svg);
}

.c-property__txt01--icon04:before {
    width: 14px;
    height: 16px;
    background-image: url(../img/common/icon/calendar.svg);
}

.c-property__txt01--icon05:before {
    width: 18px;
    height: 16px;
    background-image: url(../img/common/icon/tv.svg);
}

.c-property__txt01--icon06:before {
    width: 16px;
    height: 16px;
    background-image: url(../img/common/icon/message.svg);
}

.c-property__txt02 {
    font-size: 1.6rem;
    line-height: 1.75;
    display: inline;
}

@media screen and (max-width: 767px) {
    .c-property__txt02 {
        font-size: 1.4rem;
    }
}

.c-property__txt02 a {
    color: #0863aa;
}

.c-property__txt02 a:after {
    content: '';
    width: 12px;
    height: 12px;
    background: url(../img/common/icon/url.svg) no-repeat center/contain;
    display: inline-block;
    margin-left: 4px;
}

.c-property__txt02--size {
    font-size: 1.4rem;
}

.c-property__txt03 {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 1px;
    line-height: 1.75;
}

.c-property__social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.c-property__social .c-action:last-child .c-action__item {
    width: 16px;
}

.c-property__social .c-action:last-child .c-action__item:not(:first-child) {
    margin-left: 19px;
}


/*
------------------------------------------------------------*/

.c-loading {
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    opacity: 1;
    visibility: visible;
}

.c-loading.hide {
    opacity: 0;
    visibility: hidden;
}

.c-share {
    position: relative;
    cursor: pointer;
}

.c-share.active img.on {
    opacity: 1;
}

.c-share.active i {
    color: #35B6E8 !important;
}

.c-share__content {
    position: absolute;
    bottom: calc(100% + 20px);
    padding: 10px 0;
    width: 40px;
    background: #fff;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
    left: -8px;
    border: 1px solid #EBE9E9;
    -webkit-transform: translateY(-10px) scale(1.1);
    -ms-transform: translateY(-10px) scale(1.1);
    transform: translateY(-10px) scale(1.1);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
}

.c-share__content.active {
    opacity: 1;
    pointer-events: visible;
    -webkit-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
}

.c-share__content::before {
    content: '';
    width: 20px;
    height: 20px;
    border-left: 1px solid #EBE9E9;
    border-bottom: 1px solid #EBE9E9;
    background: #fff;
    position: absolute;
    bottom: -7px;
    left: calc(50% - 10px);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.c-share__content:after {
    z-index: 1;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    position: absolute;
}

.c-share__content a {
    display: inline-block;
    background-size: 20px 20px;
    -webkit-transition: 0s;
    transition: 0s;
}

.c-share__content a.line {
    background: url(../img/common/icon/icon-social-line.svg);
}

@media screen and (min-width: 768px) {
    .c-share__content a.line:hover {
        background: url(../img/common/icon/icon-social-line-blue.svg);
    }
}

.c-share__content a.twitter {
    background: url(../img/common/icon/icon-social-twitter.svg);
}

@media screen and (min-width: 768px) {
    .c-share__content a.twitter:hover {
        background: url(../img/common/icon/icon-social-twitter-blue.svg);
    }
}

.c-share__content a.facebook {
    background: url(../img/common/icon/icon-social-facebook.svg);
}

@media screen and (min-width: 768px) {
    .c-share__content a.facebook:hover {
        background: url(../img/common/icon/icon-social-facebook-blue.svg);
    }
}

.c-share__content a.instagram {
    background: url(../img/common/icon/icon-social-instagram.svg);
}

@media screen and (min-width: 768px) {
    .c-share__content a.instagram:hover {
        background: url(../img/common/icon/icon-social-instagram-blue.svg);
    }
}

.c-share__content img {
    width: 20px;
    height: 20px;
    opacity: 0;
}

.c-share__item {
    position: relative;
    z-index: 2;
}

@media screen and (min-width: 768px) {
    .c-share__item:hover img {
        path: #000;
    }
}

.c-share__item+.c-share__item {
    margin-top: 10px;
}