@charset "UTF-8";
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
dialog,
figure,
nav,
section,
time,
mark,
audio,
video {
    font-size: 1em;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

article,
details,
figcaption,
figure,
hgroup,
menu,
nav,
section,
main {
    display: block;
}
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

h2:after {
    background : none;
}

table,
input,
textarea,
select,
option {
    line-height: 1.1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

img {
    vertical-align: top;
}

a {
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
}

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

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

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

/*------------------------------------------------------------
breadcrumb
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-breadrumb {
    *zoom: 1;
    width: 1120px;
    margin: 15px auto 11px;
    font-size: 1.2rem;
}

.c-breadrumb:after {
    display: block;
    content: "";
    clear: both;
}

.c-breadrumb__item {
    float: left;
}

.c-breadrumb__item a {
    color: #c70025;
    -webkit-transition: 0s !important;
    transition: 0s !important;
    opacity: 1 !important;
}

.c-breadrumb__item a:hover {
    border-bottom: 1px solid #c70025;
}

.c-breadrumb__item:after {
    content: '>';
    padding: 0 4px 0 3px;
}

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

@media screen and (max-width: 767px) {
    .c-breadrumb {
        width: 100%;
        padding: 0 20px;
        display: none;
    }
}



/*
------------------------------------------------------------*/
/*------------------------------------------------------------
layout
------------------------------------------------------------*/
body {
    color: #111111;
    font-size: 1.4rem;
    background-color: #f8f8f8;
}

@media screen and (min-width: 768px) {
    body {
        min-width: 1250px;
    }
}

@media screen and (max-width: 767px) {
    body {
        -webkit-text-size-adjust: none;
        -moz-text-size-adjust: none;
        -ms-text-size-adjust: none;
        text-size-adjust: none;
        overflow-x: hidden;
        font-size: 1.2rem;
        word-wrap: break-word;
    }

    body.is-modal {
        overflow: hidden;
    }
}

.l-inner {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .l-inner {
        padding: 0 20px;
    }
}

.p-wrapper {
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .p-wrapper {
        padding-bottom: 100px;
        padding-top: 50px;
    }
}

@media screen and (max-width: 767px) {
    .p-wrapper--column {
        padding-bottom: 180px;
        padding-top: 0px;
    }
}

@media screen and (min-width: 768px) {
    .p-wrapper--column .content-sidebar {
        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) {
    .p-wrapper__content--column {
        width: 75%;
        padding-right: 40px;
    }
}

.p-wrapper__wrap .c-step {
    margin: 12px 0 30px 0;
}

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

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
side
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
btn
------------------------------------------------------------*/
.c-button1 {
    border: 1px solid #D4D4D4;
    border-radius: 4px;
    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;
    padding: 1px 9px;
    font-weight: bold;
    font-size: 1.2rem;
    color: #111;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

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

.c-button1 i {
    color: #0863AA;
    margin-left: 3px;
}

/*
------------------------------------------------------------*/
.c-button2 {
    background-color: #A40000;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 4px;
    -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);
    display: inline-block;
    padding: 18px 5px;
    width: 100%;
    max-width: 240px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

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

.c-button2 i {
    margin-left: 8px;
}

/*
------------------------------------------------------------*/
.c-button3 {
    background-color: #fff;
    border: 1px solid #D4D4D4;
    border-radius: 4px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    display: inline-block;
    color: #111;
    width: 100%;
    max-width: 240px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 17px 5px;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media screen and (max-width: 767px) {
    .c-button3 {
        max-width: 88%;
        padding: 12px 5px;
    }
}

.c-button3 i {
    color: #0863AA;
    margin-right: 8px;
}

/*------------------------------------------------------------
title
------------------------------------------------------------*/
.c-title1 {
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.5;
}

@media screen and (max-width: 767px) {
    .c-title1 {
        background-color: #003567;
        padding: 8px 10px;
    }
}

/*
------------------------------------------------------------*/
.c-title2 {
    font-weight: bold;
    color: #003567;
    font-size: 2.8rem;
    line-height: 1.5;
    position: relative;
}

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

.c-title2:before {
    content: "";
    width: 30px;
    height: 4px;
    background-color: #003567;
    position: absolute;
    top: -40px;
    left: 0;
}

@media screen and (max-width: 767px) {
    .c-title2:before {
        top: -32px;
    }
}

/*
------------------------------------------------------------*/
.c-title3 {
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    background-color: #003567;
    padding: 13px 15px;
    line-height: 1.5;
}

@media screen and (max-width: 767px) {
    .c-title3 {
        font-size: 1.6rem;
        padding: 8px 9px;
    }
}

.c-title3--type1 {
    background-color: #A40000;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
icon
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.u-icon {
    text-indent: -20px;
    margin-left: 20px;
}

.u-icon a {
    color: #282828;
}

.u-icon a:hover {
    text-decoration: underline;
}

.u-icon:before {
    content: '';
    background: url("/assets/img/common/icon03.png");
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    margin: -5px 11px 0 0;
}

@media screen and (max-width: 767px) {
    .u-icon:before {
        margin: -2px 5px 0 0;
    }
}

/*------------------------------------------------------------
form
------------------------------------------------------------*/
.c-form {
    background-color: #fff;
    -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);
    font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
    .c-form__tr {
        display: table;
        width: 100%;
        border-collapse: collapse;
    }
}

@media screen and (max-width: 767px) {
    .c-form__tr {
        padding: 13px 20px;
    }
}

.c-form__tr:not(:last-child) {
    border-bottom: 1px solid #d4d4d4;
}

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

@media screen and (min-width: 768px) {
    .c-form__th {
        width: 160px;
        padding: 20px 20px;
        display: table-cell;
        vertical-align: middle;
    }
}

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

.c-form__td {
    padding: 20px 20px 20px 10px;
}

@media screen and (min-width: 768px) {
    .c-form__td {
        display: table-cell;
        vertical-align: middle;
        width: calc(100% - 160px);
    }
}

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

.c-form__control {
    width: 100%;
    border: 2px solid #d4d4d4;
    border-radius: 4px;
    height: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    font-size: 1.6rem;
}

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

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

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

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

.c-form__control--address:not(:last-child) {
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .c-form__control--code {
        width: 54%;
    }
}

@media screen and (min-width: 768px) {
    .c-form__control--phone, .c-form__control--code, .c-form__control--card {
        width: 290px;
    }
}

@media screen and (min-width: 768px) {
    b + .c-form__control--code {
        width: 269px;
    }
}

@media screen and (max-width: 767px) {
    b + .c-form__control--code {
        width: 52%;
    }
}

.c-form__control--security {
    width: 120px;
}

@media screen and (max-width: 767px) {
    .c-form__control--security {
        width: 47.3%;
    }
}

.c-form .c-list2 {
    margin: 0 -5px;
}

@media screen and (max-width: 767px) {
    .c-form .c-list2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.c-form .c-list2__item {
    padding: 0 5px;
}

@media screen and (min-width: 768px) {
    .c-form .c-list2__item {
        width: 230px;
    }
}

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

.c-form .c-radio3__inner {
    padding: 0;
    background-color: transparent;
    border: none;
}

.c-form .c-selectBox {
    -webkit-box-shadow: none;
    box-shadow: none;
    vertical-align: middle;
}

@media screen and (min-width: 768px) {
    .c-form .c-selectBox {
        width: 290px;
    }
}

.c-form .c-datePicker input {
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media screen and (min-width: 768px) {
    .c-form .c-datePicker input {
        width: 200px;
    }
}

@media screen and (min-width: 768px) {
    .c-form__radio {
        width: 205px;
    }
}

.c-form__radio .c-list2 {
    margin: 0;
}

.c-form__radio .c-list2__item {
    padding: 0 30px 0 0;
}

.c-form__row:not(:last-child) {
    margin-bottom: 17px;
}

.c-form__txt {
    line-height: 1.75;
    margin-bottom: 6px;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
text
------------------------------------------------------------*/
.c-txt1 {
    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-txt1 {
        font-size: 1.6rem;
    }
}

.c-txt1__txt {
    line-height: 1.5;
}

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

.c-txt1__price {
    line-height: 1.5;
    font-weight: bold;
    text-align: right;
}

@media screen and (max-width: 767px) {
    .c-txt1__price {
        width: 40%;
        white-space: nowrap;
    }
}

.c-txt1__price.red {
    color: #A40000;
}

/*
------------------------------------------------------------*/
.c-txtBox1 {
    position: relative;
}

.c-txtBox1__head {
    margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
    .c-txtBox1__head {
        padding-right: 65px;
    }
}

.c-txtBox1__title {
    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;
    line-height: 1.5;
}

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

.c-txtBox1__title i {
    margin-right: 7px;
}

@media screen and (max-width: 767px) {
    .c-txtBox1__content--column {
        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;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media screen and (max-width: 767px) {
    .c-txtBox1__content--column .c-txtBox1__txt {
        width: 225px;
    }
}

@media screen and (min-width: 768px) {
    .c-txtBox1__content .c-button1 {
        position: absolute;
        top: 0;
        right: 0;
    }
}

.c-txtBox1__txt {
    line-height: 1.5;
}

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

/*
------------------------------------------------------------*/
@media screen and (min-width: 768px) {
    .c-textBox2 {
        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-textBox2__head {
    font-size: 1.6rem;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .c-textBox2__head {
        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;
        width: 139px;
    }
}

.c-textBox2__head i {
    margin-right: 6px;
}

@media screen and (min-width: 768px) {
    .c-textBox2__content {
        width: calc(100% - 139px);
        padding-left: 20px;
    }
}

.c-textBox2__content--column {
    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-textBox2__content--column {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

.c-textBox2__content--column .c-button1 {
    padding: 4px 10px;
}

@media screen and (max-width: 767px) {
    .c-textBox2__content--column .c-textBox2__txt {
        width: 70%;
    }
}

.c-textBox2__txt {
    line-height: 1.75;
    font-size: 1.6rem;
}

/*
------------------------------------------------------------*/
.c-txtLink {
    color: #0863AA;
    font-size: 1.6rem;
    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;
    line-height: 1.5;
}

.c-txtLink:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 5px;
}

.c-txtLink span {
    text-decoration: underline;
}

.c-txtLink i {
    margin-left: 6px;
}

/*------------------------------------------------------------
navi
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
img
------------------------------------------------------------*/
.c-imgText1 {
    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-imgText1__img {
    width: 40px;
}

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

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

.c-imgText1__title {
    width: calc(100% - 40px);
    font-weight: bold;
    line-height: 1.5;
    padding-left: 10px;
}

@media screen and (max-width: 767px) {
    .c-imgText1__title {
        font-size: 2rem;
        width: calc(100% - 60px);
    }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
list
------------------------------------------------------------*/
.c-list1__item:not(:last-child) {
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 10px;
    padding-bottom: 6px;
}

@media screen and (max-width: 767px) {
    .c-list1__item:not(:last-child) {
        margin-bottom: 5px;
        padding-bottom: 3px;
    }
}

/*
------------------------------------------------------------*/
.c-listTxt1__item {
    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;
    color: #666666;
}

.c-listTxt1__item:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #003567;
    display: inline-block;
    margin-top: 6px;
}

.c-listTxt1__item:not(:last-child) {
    margin-bottom: 10px;
}

.c-listTxt1__txt {
    line-height: 1.5;
    padding-left: 4px;
    width: calc(100% - 6px);
}

/*
------------------------------------------------------------*/
@media screen and (min-width: 768px) {
    .c-list2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 768px) {
    .c-list2__item {
        width: calc(100% / 2);
    }
}

/*
------------------------------------------------------------*/
.c-listLink__item:not(:last-child) {
    margin-bottom: 7px;
}

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

/*
------------------------------------------------------------*/
.c-listTxt {
    counter-reset: li;
}

.c-listTxt__item {
    padding-left: 40px;
    position: relative;
    font-size: 1.6rem;
    line-height: 1.8;
}

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

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

.c-listTxt__item:before {
    counter-increment: li;
    content: "（" counter(li, decimal) "）";
    font-weight: bold;
    color: #003567;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
}

.c-listTxt__child {
    margin-top: 2px;
}

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

.c-listTxt__child li {
    font-size: 1.4rem;
    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-listTxt__child li:not(:last-child) {
    margin-bottom: 4px;
}

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

.c-listTxt__child li:before {
    content: "※";
    display: inline-block;
    margin-right: 6px;
}

@media screen and (max-width: 767px) {
    .c-listTxt__child li:before {
        margin-right: 0;
    }
}

/*
------------------------------------------------------------*/
.c-listFrame {
    counter-reset: li;
    background-color: #fff;
    border: 1px solid #E4E4E4;
}

.c-listFrame__item {
    font-size: 1.6rem;
    line-height: 1.8;
    padding: 20px 20px 20px 75px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .c-listFrame__item {
        font-size: 1.4rem;
        padding: 17px 10px 14px 60px;
    }
}

.c-listFrame__item:not(:last-child) {
    border-bottom: 1px solid #E4E4E4;
}

.c-listFrame__item:before {
    counter-increment: li;
    content: counter(li, decimal);
    position: absolute;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2.1rem;
    font-weight: bold;
    color: #fff;
    background-color: #003567;
    width: 42px;
    height: 42px;
    border-radius: 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;
    top: 10px;
    left: 20px;
}

@media screen and (max-width: 767px) {
    .c-listFrame__item:before {
        width: 30px;
        height: 30px;
        font-size: 1.6rem;
        top: 20px;
    }
}

.c-listFrame__image {
    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;
    margin-top: 15px;
}

@media screen and (min-width: 768px) {
    .c-listFrame__image {
        padding-right: 55px;
    }
}

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

.c-listFrame__img {
    padding: 0 29px;
    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-listFrame__img {
        padding: 0 7px;
    }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
table
------------------------------------------------------------*/
.c-table1 {
    font-size: 1.6rem;
    line-height: 1.8;
}

@media screen and (min-width: 768px) {
    .c-table1__tr {
        display: table;
        width: 100%;
        border-collapse: collapse;
    }
}

@media screen and (min-width: 768px) {
    .c-table1__tr:not(:last-child) {
        border-bottom: 1px solid #E4E4E4;
    }
}

.c-table1__th {
    font-weight: bold;
    display: table-cell;
    vertical-align: top;
    width: 160px;
    padding: 11px 0;
}

@media screen and (max-width: 767px) {
    .c-table1__th {
        width: 95px;
        padding: 4px 0;
    }
}

.c-table1__td {
    display: table-cell;
    vertical-align: top;
    padding: 11px 20px;
}

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

/*
------------------------------------------------------------*/
.c-table2 {
    font-size: 1.6rem;
    line-height: 1.8;
}

@media screen and (min-width: 768px) {
    .c-table2__tr {
        display: table;
        width: 100%;
        border-collapse: collapse;
    }
}

.c-table2__tr:not(:last-child) {
    border-bottom: 1px solid #E4E4E4;
}

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

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

@media screen and (min-width: 768px) {
    .c-table2__th {
        display: table-cell;
        vertical-align: top;
        width: 200px;
        padding: 11px 0;
    }
}

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

@media screen and (min-width: 768px) {
    .c-table2__td {
        display: table-cell;
        vertical-align: top;
        padding: 11px 20px;
    }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
other
------------------------------------------------------------*/
.c-headTitle {
    background-color: #fff;
    overflow: hidden;
}

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

.c-headTitle__wrap {
    position: relative;
    padding: 8px 0 0;
}

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

.c-headTitle__wrap span {
    display: block;
}

.c-headTitle__sub {
    font-size: 3.6rem;
    line-height: 1.5;
    font-weight: bold;
}

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

.c-headTitle__title {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 8.6rem;
    font-weight: bold;
    line-height: 0.7;
    letter-spacing: 0.32em;
    color: rgba(8, 99, 170, 0.06);
    position: absolute;
    left: 0;
    bottom: 0;
}

@media screen and (max-width: 767px) {
    .c-headTitle__title {
        font-size: 4.8rem;
        line-height: 1;
        bottom: -7px;
    }
}

/*
------------------------------------------------------------*/
.c-step .l-inner {
    list-style-type: none;
    padding: 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;
    position: relative;
}

@media screen and (min-width: 768px) {
    .c-step .l-inner {
        max-width: 770px;
    }
}

@media screen and (max-width: 767px) {
    .c-step .l-inner {
        padding: 0 4%;
    }
}

@media screen and (max-width: 480px) {
    .c-step .l-inner {
        padding: 0 2%;
    }
}

.c-step .l-inner:before, .c-step .l-inner:after {
    content: "";
    position: absolute;
    height: 2px;
    top: 11px;
    left: 80px;
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .c-step .l-inner:before, .c-step .l-inner:after {
        left: calc((100vw / 767) * 90);
    }
}

@media screen and (max-width: 480px) {
    .c-step .l-inner:before, .c-step .l-inner:after {
        left: calc((100vw / 480) * 50);
    }
}

.c-step .l-inner:before {
    background-color: #d4d4d4;
    width: 613px;
}

@media screen and (max-width: 767px) {
    .c-step .l-inner:before {
        width: calc((100vw / 767) * 600);
    }
}

@media screen and (max-width: 480px) {
    .c-step .l-inner:before {
        width: calc((100vw / 480) * 380);
    }
}

.c-step .l-inner:after {
    background-color: #0863aa;
    z-index: 1;
}

.c-step__item {
    text-align: center;
    width: 20%;
}

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

.c-step__item.is-active .c-step__circle {
    background-color: #fff;
    border: 6px solid #0863aa;
    position: relative;
    width: 24px;
    height: 24px;
}

.c-step__item.is-active .c-step__txt {
    color: #0863aa;
    font-weight: bold;
}

.c-step__item.is-actived .c-step__circle {
    background-color: #0863aa;
}

.c-step__dot {
    line-height: 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: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c-step__circle {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #d4d4d4;
    border-radius: 100%;
    position: relative;
    z-index: 2;
}

.c-step__txt {
    display: block;
    color: #666666;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 6px;
}

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

@media screen and (max-width: 375px) {
    .c-step__txt {
        font-size: calc((100vw / 375) * 10);
    }
}

/*
------------------------------------------------------------*/
.c-tablePrice__title {
    background-color: #a40000;
    color: #fff;
    font-weight: bold;
    padding: 8px 10px;
    line-height: 1.5;
    font-size: 1.6rem;
}

.c-tablePrice__price {
    font-weight: bold;
    text-align: right;
    font-size: 1.8rem;
    color: #a40000;
    padding: 9px 10px;
    line-height: 1.5;
    background-color: #fff;
}

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

.c-tablePrice__detail {
    background-color: #fff;
}

@media screen and (max-width: 767px) {
    .c-tablePrice__detail {
        background-color: #f8f8f8;
        border: 1px solid #d4d4d4;
        padding: 0 20px;
    }
}

.c-tablePrice__detailTtl {
    background-color: #e4e4e4;
    padding: 8px 10px;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .c-tablePrice__detailTtl {
        pointer-events: none;
    }
}

@media screen and (max-width: 767px) {
    .c-tablePrice__detailTtl {
        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;
        background-color: transparent;
        padding: 17px 0;
    }
}

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

@media screen and (max-width: 767px) {
    .c-tablePrice__detailTtl i {
        color: #0863aa;
    }
}

@media screen and (max-width: 767px) {
    .c-tablePrice__detailTtl.pc-only {
        display: none;
    }
}

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

@media screen and (min-width: 768px) {
    .c-tablePrice__box {
        padding: 10px;
        background-color: #fff;
    }
}

@media screen and (max-width: 767px) {
    .c-tablePrice__box {
        padding: 10px 0 20px;
        border-top: 1px solid #d4d4d4;
        display: none;
    }
}

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

.c-tablePrice__box .c-txt1__txt {
    width: 140px;
}

@media screen and (max-width: 767px) {
    .c-tablePrice__box .c-list1__item:not(:last-child) {
        margin-bottom: 8px;
        padding-bottom: 9px;
    }
}

.c-tablePrice .c-title1 {
    margin: 20px 0 10px;
}

@media screen and (max-width: 767px) {
    .c-tablePrice__txtBox {
        border: 1px solid #d4d4d4;
        padding: 20px;
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .c-tablePrice__txtBox .c-title1 {
        margin: 0;
        background-color: #e4e4e4;
        color: #111;
    }
}

.c-tablePrice__txtBoxContent {
    background-color: #fff;
    padding: 12px 15px;
}

@media screen and (max-width: 767px) {
    .c-tablePrice__txtBoxContent {
        padding: 0 4px;
        margin-top: 17px;
    }
}

.c-tablePrice__txtBoxContent .c-listTxt1__item:not(:last-child) {
    margin-bottom: 8px;
}

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

@media screen and (max-width: 767px) {
    .c-tablePrice__txtBoxContent .c-listTxt1__item:before {
        margin-top: 8px;
    }
}

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

/*
------------------------------------------------------------*/
@media screen and (min-width: 768px) {
    .c-boxColor {
        background-color: #fff;
        -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);
        padding: 40px;
    }
}

.c-boxColor .c-title2 {
    margin-bottom: 38px;
}

@media screen and (max-width: 767px) {
    .c-boxColor .c-title2 {
        margin-bottom: 27px;
    }
}

@media screen and (min-width: 768px) {
    .c-boxColor__content {
        background-color: #f8f8f8;
        padding: 40px;
    }
}

.c-boxColor__txt {
    font-size: 1.6rem;
    line-height: 1.75;
    margin-bottom: 35px;
}

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

.c-boxColor__listTxt {
    margin-bottom: 36px;
}

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

.c-boxColor__listTxt li {
    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;
    line-height: 1.8;
}

.c-boxColor__listTxt li:not(:last-child) {
    margin-bottom: 3px;
}

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

.c-boxColor__listTxt li:before {
    content: "※";
    display: inline-block;
    margin-right: 8px;
}

@media screen and (max-width: 767px) {
    .c-boxColor__listTxt li:before {
        margin-right: 6px;
    }
}

/*
------------------------------------------------------------*/
.c-info {
    border: 1px solid #e4e4e4;
    background-color: #fff;
}

.c-info__row {
    padding: 20px;
}

@media screen and (max-width: 767px) {
    .c-info__row {
        padding: 17px 18px;
    }
}

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

.c-info__row .c-imgText1 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-info__row .c-imgText1__img {
    width: 60px;
}

.c-info__row .c-imgText1__title {
    width: calc(100% - 60px);
    padding-left: 20px;
    font-size: 2rem;
}

@media screen and (max-width: 767px) {
    .c-info__row .c-imgText1__title {
        padding-left: 10px;
    }
}

/*
------------------------------------------------------------*/
.c-radioBox {
    background-color: #fff;
    -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);
}

.c-radioBox .c-list1__item {
    padding: 0;
    margin: 0;
}

.c-radioBox__box {
    position: relative;
    display: block;
}

.c-radioBox__box input {
    position: absolute;
    opacity: 0;
}

.c-radioBox__box input:checked + .c-radioBox__inner {
    background-color: #f4fbfe;
    border-color: #0863aa;
}

.c-radioBox__box input:checked + .c-radioBox__inner .c-radioBox__mark:after {
    display: block;
}

.c-radioBox__inner {
    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;
    cursor: pointer;
    padding: 17px 18px;
    border: 2px solid transparent;
}

@media screen and (max-width: 767px) {
    .c-radioBox__inner {
        padding: 14px 18px;
    }
}

.c-radioBox__mark {
    border: 2px solid #d4d4d4;
    background-color: #fff;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 100%;
    position: relative;
}

.c-radioBox__mark:after {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background-color: #0863aa;
    position: absolute;
    top: 5px;
    left: 5px;
    display: none;
}

.c-radioBox__content {
    width: calc(100% - 30px);
    padding-left: 10px;
}

.c-radioBox__title {
    display: block;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.75;
    margin-bottom: 5px;
}

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

.c-radioBox__txt01 {
    color: #666666;
    line-height: 1.75;
}

.c-radioBox__txt01 .red {
    color: #a40000;
    display: block;
}

.c-radioBox__txt02 {
    color: #a40000;
    font-weight: bold;
    line-height: 1.75;
    display: block;
    margin-top: 9px;
}

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

.c-radioBox__list {
    margin-top: 4px;
    display: block;
}

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

.c-radioBox__listItem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 5px;
}

.c-radioBox__listItem:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #a40000;
    border-radius: 100%;
    display: inline-block;
    margin-top: 9px;
}

@media screen and (max-width: 767px) {
    .c-radioBox__listItem:before {
        margin-top: 6px;
    }
}

.c-radioBox__listItem:not(:last-child) {
    margin-bottom: 5px;
}

.c-radioBox__listItem .c-radioBox__txt03 {
    width: calc(100% - 6px);
    padding-left: 4px;
}

.c-radioBox__txt03 {
    line-height: 1.75;
    color: #a40000;
    display: block;
}

/*
------------------------------------------------------------*/
.c-selectBox {
    border: 2px solid #d4d4d4;
    -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: 310px;
    border-radius: 4px;
    overflow: hidden;
    display: inline-block;
}

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

.c-selectBox__select {
    background: url(/include_agree/img/bg_select.png) #fff no-repeat right center;
    font-size: 1.6rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    width: 100%;
    height: 100%;
    padding: 19px 18px;
}

.c-selectBox__select::-ms-expand {
    display: none;
}

/*
------------------------------------------------------------*/
.c-boxTxt {
    border: 1px solid #d4d4d4;
    padding: 19px;
}

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

@media screen and (max-width: 767px) {
    .c-boxTxt__head {
        font-size: 1.6rem;
        padding: 8px 10px;
    }
}

.c-boxTxt__txt {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-top: 17px;
}

@media screen and (min-width: 768px) {
    .c-boxTxt__txt {
        padding-left: 5px;
    }
}

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

.c-boxTxt .c-listTxt1 {
    margin-top: 17px;
    padding: 0 10px;
}

@media screen and (max-width: 767px) {
    .c-boxTxt .c-listTxt1 {
        margin-top: 18px;
        padding: 0 0 0 3px;
    }
}

.c-boxTxt .c-listTxt1__item:before {
    margin-top: 9px;
}

.c-boxTxt .c-listTxt1__item:not(:last-child) {
    margin-bottom: 3px;
}

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

.c-boxTxt .c-listTxt1__txt {
    font-size: 1.6rem;
    line-height: 1.75;
}

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

.c-boxTxt + .c-boxColor__content {
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    .c-boxTxt + .c-boxColor__content {
        margin-top: 19px;
    }
}

/*
------------------------------------------------------------*/
.c-radioBox2 {
    background-color: #fff;
    -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);
}

.c-radioBox2__box {
    position: relative;
    display: block;
}

.c-radioBox2__box input {
    opacity: 0;
    position: absolute;
}

.c-radioBox2__box input:checked + .c-radioBox2__inner {
    background-color: #f4fbfe;
    border-color: #0863aa;
}

.c-radioBox2__box input:checked + .c-radioBox2__inner .c-radioBox2__mark:after {
    display: block;
}

.c-radioBox2__inner {
    border: 2px solid transparent;
    padding: 18px;
    cursor: pointer;
    display: block;
}

@media screen and (max-width: 767px) {
    .c-radioBox2__inner {
        padding: 13px 18px;
    }
}

.c-radioBox2__head {
    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-radioBox2__mark {
    border: 2px solid #d4d4d4;
    background-color: #fff;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 100%;
    position: relative;
}

.c-radioBox2__mark:after {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background-color: #0863aa;
    position: absolute;
    top: 5px;
    left: 5px;
    display: none;
}

.c-radioBox2__title {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    width: calc(100% - 30px);
    padding-left: 10px;
}

.c-radioBox2__bottom {
    margin-top: 18px;
}

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

.c-radioBox2__txt01 {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.75;
}

.c-radioBox2__txt02 {
    line-height: 1.75;
    margin-top: 4px;
}

@media screen and (max-width: 767px) {
    .c-radioBox2__txt02 {
        font-size: 1.6rem;
        margin-top: 3px;
    }
}

.c-radioBox2 .c-datePicker {
    margin-top: 19px;
}

@media screen and (max-width: 767px) {
    .c-radioBox2 .c-datePicker {
        margin-top: 9px;
    }
}

.c-radioBox2 .c-datePicker input {
    opacity: 1;
    position: static;
}

/*
------------------------------------------------------------*/
.c-checkBox {
    background-color: #fff;
    -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);
}

.c-checkBox .c-list1__item {
    padding: 0;
    margin-bottom: 0;
}

.c-checkBox__box {
    position: relative;
    display: block;
}

.c-checkBox__box input {
    opacity: 0;
    position: absolute;
    height: 0;
    width: 0;
}

.c-checkBox__box input:checked + .c-checkBox__wrap {
    background-color: #f4fbfe;
    border-color: #0863aa;
}

.c-checkBox__box input:checked + .c-checkBox__wrap .c-checkBox__mark:after {
    display: block;
}

.c-checkBox__wrap {
    cursor: pointer;
    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;
    padding: 17px 18px;
    border: 2px solid transparent;
}

@media screen and (max-width: 767px) {
    .c-checkBox__wrap {
        padding: 13px 18px;
    }
}

.c-checkBox__mark {
    width: 30px;
    height: 30px;
    border: 2px solid #cccccc;
    background-color: #fff;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
}

.c-checkBox__mark:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    left: 6px;
    top: 6px;
    color: #0863aa;
    font-size: 1.5rem;
    position: absolute;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    display: none;
}

.c-checkBox__inner {
    width: calc(100% - 30px);
    padding-left: 10px;
}

.c-checkBox__title {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    display: block;
}

.c-checkBox__txt {
    display: block;
    color: #666666;
    line-height: 1.8;
    margin-top: 10px;
}

.c-checkBox__textarea {
    padding: 0 20px 20px;
    margin-top: -4px;
}

.c-checkBox__textareaTtl {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 16px;
    line-height: 1.8;
}

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

.c-checkBox__message {
    width: 100%;
    min-height: 180px;
    border: 2px solid #d4d4d4;
    border-radius: 4px;
    padding: 18px;
    font-size: 1.6rem;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

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

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

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

/*
------------------------------------------------------------*/
.c-block1 .c-title3 {
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .c-block1 .c-title3 {
        margin-bottom: 14px;
    }
}

.c-block1__content .c-txt1 {
    font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
    .c-block1__content .c-info__row {
        padding: 19px 18px;
    }
}

@media screen and (max-width: 767px) {
    .c-block1__content .c-list1__item:not(:last-child) {
        padding-bottom: 7px;
        margin-bottom: 10px;
    }
}

.c-block1__txt {
    font-size: 1.6rem;
    line-height: 1.8;
}

/*
------------------------------------------------------------*/
.c-block2__price {
    text-align: right;
    color: #a40000;
    font-weight: bold;
    font-size: 2.4rem;
    margin: 15px 0 36px;
}

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

.c-block2__collapse {
    border: 1px solid #d4d4d4;
    background-color: #f8f8f8;
}

.c-block2__collapseTtl {
    font-size: 1.6rem;
    font-weight: bold;
    cursor: pointer;
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 18px;
    line-height: 1.5;
    padding: 17px 20px;
}

@media screen and (max-width: 767px) {
    .c-block2__collapseTtl {
        padding: 17px 18px;
    }
}

.c-block2__collapseTtl i {
    color: #0863aa;
}

.c-block2__collapseContent {
    padding: 0 20px;
    display: none;
}

.c-block2__collapseContent .c-list1 {
    border-top: 1px solid #d4d4d4;
}

.c-block2__collapseContent .c-list1__item {
    padding: 14px 0;
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .c-block2__collapseContent .c-list1__item {
        padding: 9px 0;
    }
}

.c-block2__collapseContent .c-txt1 {
    font-size: 1.6rem;
}

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

.c-block2 .c-boxTxt {
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    .c-block2 .c-boxTxt {
        margin-top: 20px;
    }
}

/*
------------------------------------------------------------*/
.c-radio3 {
    position: relative;
    display: block;
}

.c-radio3 input {
    position: absolute;
    opacity: 0;
}

.c-radio3 input:checked + .c-radio3__inner {
    border-color: #0863aa;
    background-color: #f4fbfe;
}

.c-radio3 input:checked + .c-radio3__inner .c-radio3__mark:after {
    display: block;
}

.c-radio3__inner {
    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.6rem;
    font-weight: bold;
    line-height: 1.5;
    cursor: pointer;
    background-color: #fff;
    padding: 18px 20px;
    border: 2px solid transparent;
}

@media screen and (max-width: 767px) {
    .c-radio3__inner {
        padding: 13px 20px;
    }
}

.c-radio3__mark {
    width: 30px;
    height: 30px;
    border: 2px solid #d4d4d4;
    background-color: #fff;
    border-radius: 100%;
    position: relative;
    margin-right: 10px;
}

.c-radio3__mark:after {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background-color: #0863aa;
    position: absolute;
    top: 5px;
    left: 5px;
    display: none;
}

/*
------------------------------------------------------------*/
.c-collapse {
    -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);
    background-color: #fff;
}

@media screen and (max-width: 767px) {
    .c-collapse {
        border: 1px solid #d4d4d4;
    }
}

.c-collapse__head {
    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;
    line-height: 1.5;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 18px 40px;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .c-collapse__head {
        padding: 18px 20px;
    }
}

.c-collapse__head i {
    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: #0863aa;
}

.c-collapse__content {
    display: none;
}

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

/*
------------------------------------------------------------*/
.c-blockBtn {
    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 (min-width: 768px) {
    .c-blockBtn {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

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

@media screen and (min-width: 768px) {
    .c-blockBtn .c-button3 {
        margin-right: 20px;
    }
}

@media screen and (max-width: 767px) {
    .c-blockBtn .c-button3 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 20px;
    }
}

/*
------------------------------------------------------------*/
.c-frame {
    border: 1px solid #d4d4d4;
    background-color: #fff;
    padding: 20px;
}

.c-frame .c-title3 {
    margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
    .c-frame .c-title3 {
        margin-bottom: 11px;
    }
}

.c-frame .c-table1__tr:first-child .c-table1__th,
.c-frame .c-table1__tr:first-child .c-table1__td {
    padding-top: 0;
}

.c-frame .c-table1__tr:last-child .c-table1__th,
.c-frame .c-table1__tr:last-child .c-table1__td {
    padding-bottom: 0;
}

.c-frame__txt {
    font-size: 1.6rem;
    line-height: 1.8;
}

/*
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
    .c-estimate {
        background-color: #fff;
        border: 1px solid #e4e4e4;
    }
}

.c-estimate__box {
    padding: 40px 0;
}

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

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

.c-estimate__box > .c-list1 > .c-list1__item {
    padding: 0 40px;
}

@media screen and (max-width: 767px) {
    .c-estimate__box > .c-list1 > .c-list1__item {
        padding: 0 20px;
    }
}

.c-estimate__box > .c-list1 > .c-list1__item:not(:last-child) {
    margin-bottom: 40px;
    padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .c-estimate__box > .c-list1 > .c-list1__item:not(:last-child) {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
}

.c-estimate__box .c-block1 .c-list1__item:not(:last-child) {
    padding-bottom: 12px;
    margin-bottom: 13px;
}

@media screen and (max-width: 767px) {
    .c-estimate__box .c-block1 .c-list1__item:not(:last-child) {
        padding-bottom: 7px;
        margin-bottom: 9px;
    }
}

/*
------------------------------------------------------------*/
@media screen and (min-width: 768px) {
    .c-aside {
        width: 25%;
    }
}

@media screen and (max-width: 767px) {
    .c-aside {
        height: auto !important;
        position: fixed !important;
        bottom: 55px;
        left: 0;
        right: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: visibility 0s linear 300ms, opacity 300ms;
        transition: visibility 0s linear 300ms, opacity 300ms;
        z-index: 99;
    }
}

@media screen and (max-width: 767px) {
    .c-aside.is-scroll {
        opacity: 1;
        visibility: visible;
        -webkit-transition: visibility 0s linear 0s, opacity 300ms;
        transition: visibility 0s linear 0s, opacity 300ms;
    }
}

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

.c-aside__inner {
    background-color: #003567;
    -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);
}

@media screen and (min-width: 768px) {
    .c-aside__inner {
        width: 280px !important;
    }
}

@media screen and (max-width: 767px) {
    .c-aside__inner {
        padding: 20px 10px;
        position: relative !important;
        width: 100% !important;
        padding: 0;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        top: 0 !important;
        left: 0 !important;
    }
}

@media screen and (min-width: 768px) {
    .c-aside__head {
        padding: 20px 10px 0;
    }
}

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

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

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

.c-aside__title {
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
    .c-aside__title {
        padding-left: 10px;
    }
}

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

.c-aside__txt {
    color: #fff;
    line-height: 1.8;
    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;
    margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
    .c-aside__txt {
        padding-left: 10px;
    }
}

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

.c-aside__txt:before {
    content: "※";
    display: inline-block;
    margin-right: 6px;
}

@media screen and (max-width: 767px) {
    .c-aside__txt:before {
        margin-right: 2px;
    }
}

@media screen and (min-width: 768px) {
    .c-aside__wrap {
        padding: 0 10px;
    }
}

.c-aside__boxColor {
    background-color: #fff;
    padding: 10px;
}

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

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

@media screen and (max-width: 767px) {
    .c-aside__overlay {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        height: 100vh;
        visibility: hidden;
        z-index: 100;
        background-color: rgba(0, 0, 0, 0.7);
        opacity: 0;
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
        -webkit-transition: visibility 0s linear 300ms, opacity 300ms;
        transition: visibility 0s linear 300ms, opacity 300ms;
    }

    .c-aside__overlay.is-open {
        visibility: visible;
        opacity: 1;
        -webkit-transition: visibility 0s linear 300ms, opacity 300ms;
        transition: visibility 0s linear 300ms, opacity 300ms;
    }

    .c-aside__overlay.is-open .c-aside__container {
        top: 0;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
}

@media screen and (min-width: 768px) {
    .c-aside__container {
        display: none;
        padding-top: 20px;
        border-top: 1px solid rgba(255, 255, 255, 0.15);
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .c-aside__container {
        background-color: #fff;
        padding: 0 0 20px;
        width: 89.3%;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        overflow: auto;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        z-index: 100;
        top: 50px;
        -webkit-transition-delay: 0.5s;
        transition-delay: 0.5s;
        margin: 20px 0;
        -webkit-overflow-scrolling: touch;
    }
}

.c-aside__accordion {
    font-size: 1.6rem;
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    line-height: 1.8;
    padding: 18px 18px;
    cursor: pointer;
}

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

.c-aside__accordion i {
    color: #0863aa;
}

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

.c-aside__block:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin-bottom: 20px;
    padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .c-aside__block:not(:last-child) {
        border-color: #d4d4d4;
    }
}

.c-aside__block:nth-child(1) {
    padding-bottom: 0;
}

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

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

.c-aside__blockChild:not(:last-child) {
    margin-bottom: 17px;
}

@media screen and (max-width: 767px) {
    .c-aside__blockChild:not(:last-child) {
        border-bottom: 1px solid #d4d4d4;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .c-aside__blockChild:nth-child(1) .c-aside__boxColor {
        border: 1px solid #d4d4d4;
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    .c-aside__blockChild:nth-child(1) .c-aside__boxColor .c-list1__item {
        padding: 20px !important;
    }
}

.c-aside__blockChild:nth-child(1) .c-aside__boxColor .c-list1__item:not(:last-child) {
    padding-bottom: 8px;
}

.c-aside__blockChild .c-title1 {
    margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
    .c-aside__blockChild .c-title1 {
        margin-bottom: 15px;
    }
}

.c-aside__blockChild .c-list1__item:not(:last-child) {
    padding-bottom: 8px;
}

@media screen and (max-width: 767px) {
    .c-aside__blockChild .c-txtBox1__txt {
        line-height: 1.8;
    }
}

@media screen and (min-width: 768px) {
    .c-aside__btn {
        text-align: center;
        border-top: 1px solid rgba(255, 255, 255, 0.15);
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .c-aside__btn {
        position: absolute;
        top: 13px;
        right: 10px;
    }
}

.c-aside__btn a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .c-aside__btn a.pc-only {
        padding: 16px 0 20px;
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .c-aside__btn a.pc-only {
        display: none;
    }
}

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

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

.c-aside__btn i {
    margin-left: 10px;
}

@media screen and (max-width: 767px) {
    .c-aside__btn i {
        margin-left: 7px;
    }
}

/*
------------------------------------------------------------*/
.c-datePicker input {
    -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: 310px;
    border: 2px solid #d4d4d4;
    border-radius: 4px;
    height: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    font-size: 1.6rem;
}

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

/*
------------------------------------------------------------*/
 .accordion-content,
.js-accordion-target2 {
    display: none;
} 

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
 CREDIT
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
    .p-credit .c-step {
        margin-bottom: 72px;
    }
}

.p-credit .c-step .l-inner:after {
    width: 470px;
}

@media screen and (max-width: 767px) {
    .p-credit .c-step .l-inner:after {
        width: calc((100vw / 767) * 470);
    }
}

.p-credit .c-selectBox {
    width: 100%;
}

.p-credit .c-list2 {
    margin: 0 -25px;
    position: relative;
}

@media screen and (min-width: 768px) {
    .p-credit .c-list2 {
        width: 340px;
    }
}

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

.p-credit .c-list2__item {
    padding: 0 25px;
}

@media screen and (max-width: 767px) {
    .p-credit .c-list2__item {
        padding: 0 12px;
    }
}

@media screen and (min-width: 768px) {
    .p-credit .c-form__th {
        width: 192px;
    }
}

.p-credit .c-form__control::-webkit-input-placeholder {
    color: #111;
}

.p-credit .c-form__control::-moz-placeholder {
    color: #111;
}

.p-credit .c-form__control:-ms-input-placeholder {
    color: #111;
}

.p-credit .c-form__control:-moz-placeholder {
    color: #111;
}

/*
------------------------------------------------------------*/
.p-credit1 {
    margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
    .p-credit1 {
        margin-bottom: 30px;
    }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
 ESTIMATE
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
    .p-estimate .c-step {
        margin-bottom: 70px;
    }
}

.p-estimate .c-step .l-inner:after {
    width: 210px;
}

@media screen and (max-width: 767px) {
    .p-estimate .c-step .l-inner:after {
        width: calc((100vw / 767) * 200);
    }
}

.p-estimate .c-boxColor {
    margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
    .p-estimate .c-boxColor {
        margin-bottom: 20px;
    }
}

/*
------------------------------------------------------------*/
@media screen and (min-width: 768px) {
    .p-estimate1 .c-estimate {
        margin: 0 -40px;
    }
}

@media screen and (min-width: 768px) {
    .p-estimate1 .c-estimate__box {
        padding: 0;
    }
}

@media screen and (min-width: 768px) {
    .p-estimate1 .c-estimate__box:not(:last-child) {
        padding-bottom: 38px;
        margin-bottom: 40px;
    }
}

/*
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
    .p-estimate3 {
        padding-top: 10px;
    }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
 PAYMENT
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
    .p-payment .c-step {
        margin-bottom: 72px;
    }
}

.p-payment .c-step .l-inner:after {
    width: 453px;
}

@media screen and (max-width: 767px) {
    .p-payment .c-step .l-inner:after {
        width: calc((100vw / 767) * 453); 
    }
}

@media screen and (min-width: 768px) {
    .p-payment .c-boxColor .c-title2 {
        margin-bottom: 33px;
    }
}

.p-payment .c-block2 {
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .p-payment .c-block2 {
        margin-bottom: 20px;
    }
}

.p-payment .c-radioBox__title {
    margin-bottom: 0;
}

.p-payment .c-radioBox__txt03 {
    margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
    .p-payment .c-radioBox__txt03 {
        font-size: 1.4rem;
        font-weight: bold;
    }
}

.p-payment .c-radioBox__listItem:before {
    content: "※";
    background-color: transparent;
    margin-top: 0;
    width: auto;
    height: auto;
}

.p-payment .c-radioBox__listItem .c-radioBox__txt03 {
    color: #111;
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .p-payment .c-radioBox__listItem .c-radioBox__txt03 {
        font-weight: normal;
    }
}

@media screen and (max-width: 767px) {
    .p-payment .c-block2 {
        border: 1px solid #D4D4D4;
        background-color: #fff;
        padding: 19px 19px;
    }
}

/*
------------------------------------------------------------*/
.p-payment1 {
    margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
    .p-payment1 {
        margin-bottom: 73px;
    }
}

/*
------------------------------------------------------------*/
.p-payment2 {
    margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
    .p-payment2 {
        margin-bottom: 30px;
    }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
 PERSONAL
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
    .p-personal .c-step {
        margin-bottom: 72px;
    }
}

.p-personal .c-step .l-inner:after {
    width: 160px;
}

@media screen and (max-width: 767px) {
    .p-personal .c-step .l-inner:after {
        width: calc((100vw / 767) * 160);
    }
}
/* .p-personal .c-step .l-inner:after {
    width: 190px;
}

@media screen and (max-width: 767px) {
    .p-personal .c-step .l-inner:after {
        width: calc((100vw / 767) * 190);
    }
} */


.p-personal .c-boxColor {
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .p-personal .c-boxColor {
        margin-bottom: 73px;
    }
}

/*
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
    .p-personal1 .c-list2 {
        -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);
    }
}

/*
------------------------------------------------------------*/
@media screen and (min-width: 768px) {
    .p-personal3 {
        padding-top: 20px;
    }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
 PERSONALVERIFY
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
    .p-personalverify .c-step {
        margin-bottom: 72px;
    }
}

 .p-personalverify .c-step .l-inner:after {
    width: 310px;
}

@media screen and (max-width: 767px) {
    .p-personalverify .c-step .l-inner:after {
        width: calc((100vw / 767) * 310);
    }
} 
/* .p-personalverify .c-step .l-inner:after {
    width: 400px;
}

@media screen and (max-width: 767px) {
    .p-personalverify .c-step .l-inner:after {
        width: calc((100vw / 767) * 400);
    }
} */

/*
------------------------------------------------------------*/
.p-personalverify1 {
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .p-personalverify1 {
        margin-bottom: 19px;
    }
}

@media screen and (min-width: 768px) {
    .p-personalverify1__list .c-list1 {
        margin: 0 -40px;
    }
}

@media screen and (max-width: 767px) {
    .p-personalverify1__list .c-list1 {
        border: 1px solid #E4E4E4;
    }
}

@media screen and (min-width: 768px) {
    .p-personalverify1__list .c-list1__item {
        padding: 0 40px;
    }
}

@media screen and (max-width: 767px) {
    .p-personalverify1__list .c-list1__item {
        background-color: #fff;
        padding: 19px 19px 12px;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 768px) {
    .p-personalverify1__list .c-list1__item:not(:last-child) {
        margin-bottom: 40px;
        padding-bottom: 36px;
    }
}

@media screen and (min-width: 768px) {
    .p-personalverify1 .c-block1 .c-title3 {
        margin-bottom: 17px;
    }
}

.p-personalverify1 .c-table1__tr:first-child .c-table1__th, .p-personalverify1 .c-table1__tr:first-child .c-table1__td {
    padding-top: 0;
}

.p-personalverify1 .c-table1__tr:last-child .c-table1__th, .p-personalverify1 .c-table1__tr:last-child .c-table1__td {
    padding-bottom: 0;
}

/*
------------------------------------------------------------*/
.p-personalverify2 {
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .p-personalverify2 {
        margin-bottom: 19px;
    }
}

/*
------------------------------------------------------------*/
.p-personalverify3 {
    margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
    .p-personalverify3 {
        background-color: #fff;
        -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);
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 768px) {
    .p-personalverify3 .c-listLink {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 767px) {
    .p-personalverify3 .c-listLink {
        padding: 19px 10px 20px;
        border-bottom: 1px solid #E4E4E4;
    }
}

.p-personalverify3 .c-listLink__item {
    padding-left: 10px;
}

@media screen and (max-width: 767px) {
    .p-personalverify3 .c-checkBox {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

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

/*
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
 PLAN
------------------------------------------------------------*/
.p-plan .c-boxColor:not(:last-child) {
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .p-plan .c-boxColor:not(:last-child) {
        margin-bottom: 72px;
    }
}

/*
------------------------------------------------------------*/
.p-plan2 .c-list1__item {
    padding: 0;
    margin-bottom: 0;
}

/*
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
    .p-plan3.c-boxColor {
        margin-bottom: 67px !important;
    }
}

@media screen and (max-width: 767px) {
    .p-plan3.c-boxColor .c-boxColor__content {
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: transparent;
    }
}

/*
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
    .p-plan4.c-boxColor {
        margin-bottom: 30px !important;
    }
}

.p-plan4 .c-list1__item {
    margin-bottom: 0;
    padding-bottom: 0;
}

.p-plan4 .c-boxTxt {
    margin-top: 39px;
}

@media screen and (max-width: 767px) {
    .p-plan4 .c-boxTxt {
        margin-top: 20px;
    }
}

/*
------------------------------------------------------------*/
.p-plan5 {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .p-plan5 {
        padding-top: 20px;
    }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
 STORAGE
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
    .p-storage .c-step {
        margin-bottom: 50px;
    }
}

.p-storage .c-step .l-inner:after {
    width: 110px;
}

@media screen and (max-width: 767px) {
    .p-storage .c-step .l-inner:after {
        width: calc((100vw / 767) * 125);
    }
}

@media screen and (max-width: 375px) {
    .p-storage .c-step .l-inner:after {
        width: calc((100vw / 375) * 50);
    }
}

.p-storage .c-boxColor:not(:last-child) {
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .p-storage .c-boxColor:not(:last-child) {
        margin-bottom: 73px;
    }
}

/*
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
    .p-storage3 {
        margin-bottom: 25px !important;
    }
}

.p-storage3 .c-boxTxt {
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    .p-storage3 .c-boxTxt {
        margin-top: 19px;
    }
}

/*
------------------------------------------------------------*/
@media screen and (min-width: 768px) {
    .p-storage4 {
        padding-top: 20px;
    }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
 THANKS
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
    .p-thanks .c-step {
        margin-bottom: 37px;
    }
}

.p-thanks .c-step .l-inner:after {
    width: 615px;
}

@media screen and (max-width: 767px) {
    .p-thanks .c-step .l-inner:after {
        width: calc((100vw / 767) * 600);
    }
}

/*
------------------------------------------------------------*/
.p-thanks1 {
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .p-thanks1 {
        margin-bottom: 72px;
    }
}

.p-thanks1 .c-frame:not(:last-child) {
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .p-thanks1 .c-frame:not(:last-child) {
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 768px) {
    .p-thanks1 .c-frame:nth-child(3) .c-table1 .c-table1__th {
        width: 200px;
    }
}

/*
------------------------------------------------------------*/
.p-thanks2 {
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .p-thanks2 {
        margin-bottom: 73px;
    }
}

@media screen and (max-width: 767px) {
    .p-thanks2__content {
        background-color: #fff;
        border: 1px solid #E4E4E4;
        padding: 20px 20px;
    }
}

.p-thanks2__block .c-title3 {
    margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
    .p-thanks2__block .c-title3 {
        margin-bottom: 12px;
    }
}

.p-thanks2__txt01 {
    font-size: 1.6rem;
    line-height: 1.8;
}

.p-thanks2__list {
    margin-top: 35px;
    border-top: 1px solid #E4E4E4;
    padding-top: 37px;
}

@media screen and (max-width: 767px) {
    .p-thanks2__list {
        margin-top: 15px;
        padding-top: 17px;
    }
}

.p-thanks2__txt02 {
    font-size: 1.6rem;
    line-height: 1.8;
    font-weight: bold;
    margin-bottom: 11px;
}

@media screen and (max-width: 767px) {
    .p-thanks2__txt02 {
        margin-bottom: 3px;
    }
}

/*
------------------------------------------------------------*/
.p-thanks3 {
    margin-bottom: 34px;
}

@media screen and (max-width: 767px) {
    .p-thanks3 {
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 768px) {
    .p-thanks3 .c-boxColor__txt {
        margin-bottom: 61px;
    }
}

/*
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
    .p-thanks4 {
        margin-bottom: 50px;
    }
}

.p-thanks4 .c-button1 {
    width: 240px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    padding: 16px 5px;
    font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
    .p-thanks4 .c-button1 {
        width: 84%;
    }
}

/*
------------------------------------------------------------*/
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.badge-danger {
color: #fff;
background-color: #dc3545;
}

a.badge-danger:hover, a.badge-danger:focus {
color: #fff;
background-color: #bd2130;
}

a.badge-danger:focus, a.badge-danger.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.text-uppercase {
text-transform: uppercase !important;
}
.d-block {
display: block !important;
}

.select-box {
    background: url(/include_agree/img/bg_select.png) #fff no-repeat right center;
    font-size: 1.6rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #d4d4d4;
    border-radius: 4px;
    width: 100%;
    height: 100%;
    padding: 19px 18px;
    overflow: hidden;
    display: inline-block;
    box-shadow: none;
}

.select-box::-ms-expand {
    display: none;
}

.select-box-div {
    width: 290px;
}

.datePicker-div {
    display: flex;
    justify-content: center;
}

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

    .datePicker-div {
        display: block !important;
    }
}

.view-confirm {
    border: none;
    background-color: white !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    opacity: 0.5 !important;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    opacity: 0.5 !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    opacity: 0.5 !important;
}

select:disabled::-webkit-input-placeholder, input:disabled::-webkit-input-placeholder { /* WebKit browsers */
    color: #fff;
}

select:disabled:-moz-placeholder, input:disabled:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff;
}

select:disabled::-moz-placeholder, input:disabled::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
}

select:disabled:-ms-input-placeholder, input:disabled:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #fff;
}

@media (min-width: 1200px) {
    .dropdown-menu {
        background-color: #2f83ba;
    }
}

@media (min-width: 1200px) {
    .navigation .navbar .navbar-nav > li .dropdown-menu a {
        padding-top: 14px;
        padding-bottom: 8px;
    }
}

.navigation .navbar .navbar-nav > li a:active, .navigation .navbar .navbar-nav > li a:focus {
    background-color: transparent;
}

.navigation .navbar .navbar-nav > li a:hover {
    color: #ffffff;
    background-color: transparent;
}

.must {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.6em;
    padding: 0.1em 0.5em;
    color: #fff;
    font-weight: bold;
    background: #E82629;
    top: auto;
    right: auto;
}

.c-button2:disabled {
    background-color: #6c757d;
  }