@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p&family=Noto+Sans+JP:wght@100..900&family=RocknRoll+One&display=swap');
body {
    margin: 0;
    padding: 0;
    font-family: "Noto Sans JP", sans-serif;
}
* {
    box-sizing: border-box;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
    padding: 0;
}
li {
    list-style: none;
    padding-left: 1.5rem;
    text-indent: -1.5rem;
}
p {
    margin: 0;
}
a {
    text-decoration: none;
}
section {
    padding: 60px 0;
}
section:nth-of-type(2n+1) {
    background-color: #e6eaef;
}
.sp-view {
    display: none !important;
}
.pt0 {
    padding-top: 0;
}
.inner {
    width: 100%;
    max-width: 1250px;
    margin: auto;
}
header {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 20px;
    z-index: 10;
}
header h1 {
    line-height: 1;
    margin: 0;
}
header img {
    width: 297px;
    margin: 30px 0;
}
main {
    position: relative;
}
.mv {
    padding: 0;
}
.mv img {
    width: 100%;
    display: block;
}
img.img-ttl {
    position: relative;
    z-index: 2;
    height: 500px;
}
img.img-bg {
    position: absolute;
    height: 500px;
    right: 0;
    z-index: 1;
}
.info {
    background-color: #EA5A24;
    padding: 20px 0;
}
.info img {
    display: block;
    height: 41px;
    margin: auto;
    width: auto;
}

.info-btn {
    max-width: 1300px;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    align-items: center;
}
.btn:first-of-type {
    width: 780px;
}
.btn:nth-of-type(3),.btn:nth-of-type(2) {
    width: 500px;
}
.info-btn a {
    position: relative;
    cursor: pointer;
    display: block;
}
.info-btn a:hover {
    opacity: .7;
}
.info-btn a div {
    position: absolute;
    display: flex;
    width: auto;
    justify-content: center;
    align-items: center;
    top: 60px;
    left: 120px;
}
.info-btn a div img {
    width: 56px;
    margin-right: 20px;
}
.info-btn a div p {
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    margin: 0;
    line-height: 1;
}
.ar {
    position: relative;
    padding-top: 100px;
    z-index: 1;
}
.ar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0%);
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
    border-top: 60px solid #ffffff;
    border-bottom: 0;
    z-index: 2;
}
.ao::before {
    border-top-color: #e6eaef;
}
.slideritem {
    width: 775px;
    padding: 0 25px;
}
button.slick-prev {
    position: absolute;
    background-color: transparent;
    background-image: url(../img3/slide_left.svg);
    left: calc((100% - 780px) / 2);
    transform: translate(-50% , -50%);
    background-position: center center;
    background-size: contain;
    width: 60px;
    height: 60px;
    top: 50%;
    border: 0;
    font-size: 0;
    cursor: pointer;
}
button.slick-next {
    position: absolute;
    background-color: transparent;
    background-image: url(../img3/slide_right.svg);
    right: calc((100% - 780px) / 2);
    transform: translate(50% , -50%);
    background-position: center center;
    background-size: contain;
    width: 60px;
    height: 60px;
    top: 50%;
    border: 0;
    font-size: 0;
    cursor: pointer;
}
.tl01 {
    width: 500px;
    margin: 30px auto;
    text-align: center;
    font-size: 28px;
    line-height: 50px;
    background: #ffe000;
    font-weight: bold;
    color: #0a3264;
    position: relative;
}
.tl01::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 20px solid #ffe000;
    border-bottom: 0;
}
table.sml {
    width: 100%;
    border: 1px solid #868686;
    border-spacing: 0;
    border-collapse: collapse;
}
.sml_btn {
    font-size: 18px;
    width: 100px;
}
input[type="radio"] {
    display: none;
}
.sml_btn_tt {
    padding-left: 35px;
    font-size: 18px;
    position: relative;
    cursor: pointer;
    line-height: 20px;
}
.sml_btn_tt::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #0a3264;
    border-radius: 50%;
}
input[type="radio"]:checked + .sml_btn_tt::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 3px;
    width: 14px;
    height: 14px;
    background-color: #0a3264;
    border: 1px solid #fff;
    border-radius: 50%;
}
.sml th {
    border: 1px solid #868686;
    background: #e6eaef;
    color: #0a3264;
    padding: 20px;
    text-align: left;
}
.sml th p {
    font-size: 32px;
    line-height: 50px;
    margin: 0;
}
.sml th span {
    width: 160px;
    display: inline-block;
    line-height: 50px;
    font-size: 28px;
    background: #fff;
    border-radius: 25px;
    margin-right: 30px;
    text-align: center;
}
.sml td {
    border: 1px solid #868686;
    padding: 20px;
    font-size: 20px;
}
.sml td:first-of-type {
    width: 345px;
    color: #0a3264;
    font-weight: bold;
    font-size: 20px;
} 
.sml td:last-of-type {
    padding: 20px 40px;
}
td.s18 {
    font-size: 18px;
}
.smlsel {
    width: 250px;
    position: relative;
}
.sml select {
    width: 250px;
    height: 50px;
    font-size: 24px;
    padding: 0 20px;
    border-radius: 10px;
    border: 1px solid #0a3264;
    appearance: none;
}
.smlsel::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 10px 0 10px;
    border-color: #0a3264 transparent transparent transparent;
    transform: translateY(-50%);
    top: 50%;
    right: 10px;
}
input.total {
    width: 60%;
    height: 50px;
    font-size: 24px;
    text-align: right;
    padding: 0 20px;
    margin-right: 10px;
    border-radius: 10px;
    border: 1px solid #0a3264;
}
ul.p0 {
    margin-top: 15px;
    font-size: 14px;
}
ul.p1 {
    font-size: 18px;
    font-weight: bold;
    color: #ad161d;
}
.c1 {
    text-align: center;
}
a#buttom {
    display: inline-block;
    margin: 30px auto 45px;
    font-size: 28px;
    width: 300px;
    line-height: 2;
    background: #ffe000;
    border-radius: 30px;
    color: #0a3264;
    font-weight: bold;
    cursor: pointer;
}
.m1 {
    text-align: center;
    font-size: 18px;
    line-height: 1;
    padding-bottom: 10px;
    border-bottom: 3px solid #0a3264;
    margin: 0;
    font-weight: bold;
    color: #0a3264;
}
.mn {
    display: none;
}
.mn.on {
    display: block;
}
span.b1 {
    font-size: 54px;
}
span.b2 {
    font-size: 28px;
}
.qa-blk {
    width: 90%;
    margin: 35px auto 0;
}
.q-blk {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background: #0a3264;
    color: #fff;
    padding: 10px 25px;
    border-radius: 15px;
    cursor: pointer;
}
.q-blk.open {
    border-radius: 15px 15px 0 0;
}
.q-icon {
    padding-top: 10px;
    width: 25px;
} 
.q-txt {
    width: calc(100% - 55px);
    font-size: 29px;
    line-height: 1.8;
    position: relative;
}
.q-txt::after {
    content: "";
    position: absolute;
    width: 36px;
    height: 36px;
    background-image: url(../img3/accordion_open.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.q-blk.open .q-txt::after {
    background-image: url(../img3/accordion_close.svg);
}
.a-blk {
    display: none;
    padding: 20px 25px;
    background: #e6eaef;
    align-items: flex-start;
    justify-content: space-between;
    border-radius: 0 0 15px 15px;
}
.a-blk.open {
    display: flex;
}
.a-icon {
    width: 25px;
    padding-top: 10px;
}
.a-txt {
    width: calc(100% - 55px);
    font-size: 20px;
    line-height: 1.8;
}


.pptb td:first-of-type {
    width: 100px;
}
.pp_tt a:link, .pp_tt a:focus, .pp_tt a:visited, .pp_tt a:hover {
    color: #000;
    text-decoration: none;
    outline: none;
}
.pp {
    width: 100%;
    max-width: 750px;
    margin: 40px auto;
    border: 1px solid;
}
.pptl {
    text-align: center;
    font-size: 20px;
    padding: 15px 0;
    font-weight: bold;
    color: #0a3264;
    background: #ccd3dd;
    border-bottom: 1px solid;
}
.pp_tt {
    padding: 20px;
    height: 250px;
    overflow-y: auto;
    background-color: #fff;
}
.pp_tt p {
    font-size: 14px;
    line-height: 1.8;
}
.pp_tt li {
    font-size: 14px;
    line-height: 1.8;
}
.pp_tt p.ttl {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}
.pp-box {
    margin-top: 50px;
}
.pp-inbox {
    margin-top: 30px;
}
.pp_tt p.ttl--mid {
    font-size: 22px;
}
ul.pp-inlist {
    margin: 0;
}
.pp-inlist__item {
    font-size: 14px;
    padding-left: 2.5em;
    text-indent: -2.5em;
}
.pp-inlist-sub {
    padding: 5px 0 0;
}
.pp-inlist-sub__item {
    padding-left: 1em;
    text-indent: -1em;
}
.pp-counter-table {
    width: auto;
    margin: 15px 0 0;
    border: 1px #d2d2d2 solid;
}
.pp-counter-table thead th {
    text-align: center;
    background-color: #ece7dd;
}
.pp-counter-table th {
    text-align: left;
}
.pp-counter-table th, .pp-counter-table td {
    padding: 10px;
    border: 1px #d2d2d2 solid;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.pp-inlist__item+.pp-inlist__item {
    margin-top: 15px;
}
.pp-copy {
    margin-top: 80px;
    text-align: right;
}

.contact_form a {
    display: block;
    margin-bottom: 10px;
}
.contact_form a:hover {
    opacity: .7;
}
.tel_ct {
    position: relative;
}
.tel_ct_tt {
    position: absolute;
    display: flex;
    align-items: center;
    left: 48%;
    top: 15px;
}
.tel_ct_tt img {
    width: 40px;
    margin-right: 15px;
}
.tel_ct_tt p {
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
}

.contact_form .inner {
    width: 90%;
    max-width: 1020px;
    margin: 0 auto;
}
.ct_form {
    padding: 100px 40px 40px;
    background-color: #e6eaef;
    margin-top: -70px;
}

form {
    margin-top: 50px;
}
.ftb {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}
.ct_form .ftb th {
    width: 250px;
    padding: 40px 20px;
    background-color: #ccd3dd;
    border: 1px solid #929292;
    font-size: 20px;
    color: #0a3264;
    vertical-align: top;
    text-align: left;
}
.ct_form th span {
    position: relative;
}
.ct_form th span label {
    background-color: #c0161e;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    padding: 0px 12px;
    position: absolute;
    right: 0px;
    transform: translate(100%, -50%);
    top: 50%;
    right: -12px;
}
.ct_form th span.na label {
    position: static;
    transform: translate(0%, 0%);
}
.form_ck_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.ct_form .ftb td {
    border: 1px solid #929292;
    padding: 20px;
    background-color: #fff;
}
.form_ck_btn {
    font-size: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
}
input[type="checkbox"] {
    display: none;
}
.form_ck_btn_tt {
    padding-left: 50px;
    font-size: 20px;
    position: relative;
    cursor: pointer;
}
.form_ck_btn_tt::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #0a3264;
    border-radius: 5px;
}
input[type="checkbox"]:checked + .form_ck_btn_tt::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 24px;
    height: 24px;
    background-color: #0a3264;
    border: 1px solid #fff;
    border-radius: 5px;
}
.ct_form input[type="text"] {
    width: 100%;
    font-size: 20px;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #0a3264;
}

.ct_form td .ps {
    font-size: 14px;
    line-height: 1;
}
.name {
    max-width: 440px;
}
.zip-inp {
    width: 340px;
    position: relative;
}
.zip-inp .ps {
    position: absolute;
    transform: translate(100%, -50%);
    right: -40px;
    top: 50%;
}
.address {
    margin-bottom: 15px;
}
.form-slt {
    position: relative;
    width: 360px;
    margin-bottom: 20px;
}
.form-slt::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 10px 0 10px;
    border-color: #0a3264 transparent transparent transparent;
    transform: translateY(-50%);
    top: 50%;
    right: 20px;
}
select#pref {
    font-size: 20px;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #0a3264;
    width: 100%;
    appearance: none;
    font-weight: 450;
}
input[type="email"] {
    font-size: 20px;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #0a3264;
    width: 100%;
}
textarea {
    width: 100%;
    font-size: 20px;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #0a3264;
    height: 300px;
    resize: none;
}
.submin-btn {
    text-align: center;
    margin: 60px auto;
}
input[type="submit"] {
    font-size: 32px;
    height: 80px;
    text-align: center;
    background: #c0161e;
    border: 0;
    color: #fff;
    font-weight: bold;
    border-radius: 20px;
    cursor: pointer;
}
input[type="submit"]:hover {
    opacity: .6;
}
.s-btn-01 {
    width: 400px;
    font-size: 32px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: #c0161e;
    border: 0;
    color: #fff;
    font-weight: bold;
    border-radius: 20px;
    text-decoration: none;
    margin: auto;
}

.s-btn-02 {
    width: 300px;
    font-size: 32px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: #c0161e;
    border: 0;
    color: #fff;
    font-weight: bold;
    border-radius: 20px;
    text-decoration: none;
}

.fed {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px 0;
    background: rgba(255,255,255,.8);
    width: 100%;
    z-index: 10;
}
.fed .info-btn {
    margin: 0 auto;
    max-width: 1000px;
} 
.fed .btn:first-of-type {
    width: 59%;
}
.fed .btn:nth-of-type(2) {
    width: 38%;
}
.fed .info-btn a div {
    top: 20px;
}
.fed .info-btn a div img {
    width: 42px;
    margin-right: 15px;
}
.fed .info-btn a div p {
    font-size: 36px;
}

.conf-btn {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.back {
    display: block;
    width: 300px;
    font-size: 32px;
    line-height: 80px;
    text-align: center;
    background: #c8c8c8;
    border: 0;
    color: #fff;
    font-weight: bold;
    border-radius: 20px;
    text-decoration: none;
    margin-right: 20px;
}
body.confirm header {
    position: static;
}
body.confirm .ct_form {
    padding-top: 0;
    margin-top: 0;
}
.confirm .contact_form p {
    font-size: 20px;
    margin-top: 65px;
}
.back-top {
    display: block;
    width: 400px;
    font-size: 32px;
    line-height: 80px;
    text-align: center;
    background: #c0161e;
    border: 0;
    color: #fff;
    font-weight: bold;
    border-radius: 20px;
    text-decoration: none;
    margin: 30px auto 70px;
}

@media screen and (max-width: 1300px) {
    .info-btn {
        width: 90%;
        max-width: 900px;
        margin: 20px auto;
    }
    .btn:first-of-type {
        width: 535px;
    }
    .btn:nth-of-type(3),.btn:nth-of-type(2) {
        width: 343px;
    }
    .info-btn a {
        display: block;
        margin-top: 10px;
    }
    .info-btn a div {
        top: 46px;
        left: 80px;
    }
    .info-btn a div img {
        width: 42px;
        margin-right: 11px;
    }
    .info-btn a div p {
        font-size: 33px;
        line-height: 20px;
    }
    .fed .info-btn {
        margin: 0 auto;
        max-width: 900px;
    }
    .fed .info-btn a {
        margin-top: 0;
    }
    .fed .info-btn a div img {
        width: 42px;
        margin-right: 15px;
    }
}
@media screen and (max-width: 1000px) {
    .info-btn {
        width: 90%;
        max-width: 750px;
        margin: 20px auto 0;
    }
    .btn:first-of-type {
        width: 450px;
    }
    .btn:nth-of-type(3),.btn:nth-of-type(2) {
        width: 288px;
    }
    .info-btn a {
        display: block;
        margin-top: 10px;
    }
    .info-btn a div {
        top: 38px;
        left: 75px;
    }
    .info-btn a div img {
        width: 30px;
        margin-right: 11px;
    }
    .info-btn a div p {
        font-size: 26px;
        line-height: 20px;
    }
    .fed .info-btn {
        margin: 0 auto;
        max-width: 750px;
    } 
    .fed .info-btn a {
        margin-top: 0;
    }
    .zip-inp .ps {
        position: static;
        margin-top: 10px;
        transform: none;
    }
    .tel_ct_tt p {
        font-size: 4.4vw;
    }
}
@media screen and (max-width: 767px) {
    html {
        overflow-x: hidden;
    }
    body {
        min-width: inherit;
        overflow-x: hidden;
    }
    .sp-view {
        display: block !important;
    }
    .pc-view {
        display: none !important;
    }
    header {
        padding-left: 5%;
    }
    header img {
        width: 147px;
        margin: 17px 0;
    }
    img.img-ttl {
        height: auto;
    }
    img.img-bg {
        position: static;
        height: auto;
        display: block;
    }
    section {
        padding: 20px 0;
    }
    section.mv {
        padding: 50px 0 0;
        background: linear-gradient(0deg, rgba(230,234,239,1) 0%, rgba(230,234,239,1) 50%, rgba(255,255,255,1) 100%);
    }
    .pt0 {
        padding-bottom: 0;
    }
    .info img {
        height: 25px;
    }
    .info-btn {
        display: block;
        width: 90%;
        margin: 20px auto 0;
    }
    .info-btn a {
        display: block;
        margin-top: 10px;
    }
    .info-btn a div {
        top: 50%;
        transform: translateY(-50%);
    }
    .info-btn a div.pc-view {
        display: none;
    }
    .info-btn img {
        display: block;
    }
    .info-btn a div p {
        font-size: 9vw;
        line-height: 20px;
    }
    .sp-tel {
        height: 14px;
        margin: 10px auto 0;
    }
    .btn:first-of-type, .btn:nth-of-type(2) {
        width: 100%;
    }
    .btn:nth-of-type(3) {
        width: 100%;
    }
    .sml td {
        display: block;
    }
    .tl01 {
        width: 90%;
        line-height: 40px;
        font-size: 20px;
    }
    table.sml {
        width: 90%;
        margin: auto;
    }
    .sml th {
        padding: 12px 5px;
    }
    .sml th p {
        font-size: 15px;
        line-height: 1;
    }
    .sml th span {
        width: 65px;
        line-height: 25px;
        font-size: 14px;
        margin-right: 9px;
    }
    .sml td {
        font-size: 16px;
        border: 0;
    }
    .sml td:first-of-type {
        width: 100%;
        padding: 15px 20px 5px;
        font-size: 16px;
    }
    .sml td:last-of-type {
        padding: 5px 20px 15px;
        border-bottom: 1px solid #868686;
    }
    .smlsel {
        width: 100%;
    }
    .sml select {
        width: 100%;
        font-size: 20px;
        height: 40px;
    }
    .sml_btn {
        font-size: 16px;
    }
    .sml_btn_tt::before {
        top: 2px;
    }
    input[type="radio"]:checked + .sml_btn_tt::after {
        top: 5px;
    }
    .sml_btn_tt {
        font-size: 16px;
    }
    input.total {
        width: 80%;
        font-size: 20px;
        height: 40px;
    }
    ul.p0 {
        width: 90%;
        margin: auto;
        margin-top: 15px;
        font-size: 12px;
        margin-bottom: 10px;
    }
    ul.p1 {
        width: 90%;
        font-size: 15px;
        margin: auto;
    }
    ul.p0 li,
    ul.p1 li {
        padding-left: 1.35em;
        text-indent: -1.35em;
    }
    a#buttom {
        width: 250px;
        line-height: 50px;
        font-size: 20px;
    }
    .qa-blk {
        width: 90%;
        margin: 20px auto 0;
    }
    .q-blk {
        padding: 10px 15px;
    }
    .q-icon {
        padding-top: 10px;
        width: 20px;
    }
    .q-txt {
        width: calc(100% - 35px);
        font-size: 16px;
        line-height: 1.8;
        position: relative;
        padding-right: 30px;
    }
    .q-txt::after {
        width: 20px;
        height: 20px;
        top: 5px;
        transform: translateY(0%);
    }
    .a-blk {
        padding: 10px 15px;
    }
    .a-icon {
        padding-top: 10px;
        width: 20px;
    }
    .a-txt {
        width: calc(100% - 35px);
        font-size: 16px;
        line-height: 1.8;
        position: relative;
    }
    .m1sp {
        padding: 0 5%;
        font-size: 16px;
        color: #0a3264;
        margin-bottom: 40px;
    }
    .m1 {
        text-align: center;
    }
    span.b1 {
        font-size: 50px;
    }
    span.b2 {
        font-size: 16px;
    }
    button.slick-prev {
        left: 40px;
        width: 40px;
        height: 40px;
    }
    button.slick-next {
        right: 40px;
        width: 40px;
        height: 40px;
    }
}

.pagetop {
    position: fixed;
    width: 60px;
    height: 60px;
    right: 30px;
    bottom: 130px;
    z-index: 100;
}
.confirm .contact_form p.f-tt01 {
    font-size: 40px;
    text-align: center;
    font-weight: bold;
}
.confirm .contact_form p.f-tt02 {
    text-align: center;
}
.fin-info {
    background-color: #fff;
    text-align: center;
    padding: 30px 0;
    margin: 60px 30px;
}
.confirm .contact_form .fin-info p {
    margin: 0;
}
.confirm .contact_form p.ci-1 {
    font-size: 24px;
    font-weight: bold;
}
.confirm .contact_form p.ci-2 {
    margin: 20px auto;
}
.confirm .contact_form p.ci-3 {
    font-size: 24px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .ct_form {
        padding: 20px 20px 35px;
        margin: -50px -5.5%;
        border: 0;
    }
    .ct_form .ftb th,
    .ct_form .ftb td {
        display: block;
        width: 100%;
    }
    .ct_form .ftb th {
        font-size: 16px;
        padding: 0 20px;
        line-height: 40px;
    }
    .ct_form th span label {
        padding: 0px 10px;
    }
    .ct_form th span.na label {
        position: absolute;
        transform: translate(100%, -50%);
    }
    .form_ck_btn {
        width: 100%;
        margin-right: 0;
    }
    .submin-btn {
        margin-top: 40px;
    }
    input[type="submit"] {
        font-size: 20px;
        height: 60px;
        border-radius: 10px;
    }
    .s-btn-01 {
        width: calc(100% - 40px);
        font-size: 20px;
        height: 60px;
        border-radius: 10px;
        line-height: 60px;
    }
    .zip-inp .ps {
        position: static;
        transform: translate(0);
        margin-top: 14px;
    }
    .ct_form input[type="text"],.ct_form select#pref,.ct_form input[type="email"] {
        padding: 10px 15px;
        font-size: 14px;
        border-radius: 7px;
    }
    textarea {
        font-size: 14px;
        line-height: 1.5;
        padding: 10px 15px;
        height: 200px;
    }
    .form_ck_btn_tt {
        display: block;
        font-size: 16px;
        line-height: 30px;
    }
    .zip-inp {
        width: 100%;
    }
    .zip-inp input {
        width: 60%;
    }
    .form-slt {
        width: 60%;
    }
    .form-slt::after {
        right: 10px;
        border-width: 10px 8px 0 8px;
    }
    .confirm .contact_form {
        padding: 30px 0;
    }
    .confirm .contact_form p {
        font-size: 16px;
        line-height: 1.5;
        margin-top: 40px;
    }
    .confirm .ct_form td {
        font-size: 16px;
    }
    .back {
        width: calc((100% - 20px) / 2);
        font-size: 20px;
        line-height: 60px;
        border-radius: 10px;
        
    }
    .s-btn-02 {
        width: calc((100% - 20px) / 2);
        font-size: 20px;
        line-height: 60px;
        border-radius: 10px;
    }
    .finish .contact_form {
        padding: 0px;
    }
    .confirm .contact_form p.f-tt01 {
        font-size: 28px;
        margin: 60px auto 30px;
        text-align: center;
    }
    .confirm .contact_form p.f-tt02 {
        font-size: 14px;
        text-align: center;
        margin-bottom: 30px;
    }
    .fin-info {
        margin-bottom: 30px;
        text-align: center;
        padding: 30px;
        margin: 60px 30px;
    }
    .confirm .contact_form p.ci-1 {
        font-size: 20px;
    }
    .confirm .contact_form p.ci-2 {
        margin-top: 10px;
    }
    .confirm .contact_form p.ci-3 {
        font-size: 20px;
        margin-top: 10px;
    }
    .back-top {
        width: calc(100% - 40px);
        margin-bottom: 50px;
        line-height: 60px;
        font-size: 20px;
        border-radius: 10px;
    }
    .tel_ct_tt {
        position: static;
        justify-content: center;
        margin-top: 10px;
    }
    .tel_ct_tt p {
        color: #0a3264;
        font-size: 8vw;
    }
    .tel_ct_tt img {
        width: 35px;
        margin-right: 15px;
    }
    .tel_ct_sp_b {
        height: 14px;
        margin: 10px auto 20px;
        display: block;
    }
    .lb-sp {
        width: 50%;
        margin: 10px auto 20px;
    }
    .fed {
        padding: 10px 0;
    }
    .fed .info-btn {
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
    }
    .fed .info-btn a {
        margin-top: 0;
    }
    .fed .btn:first-of-type {
        width: 60%;
    }
    .fed .btn:nth-of-type(2) {
        width: 37%;
    }
    body.confirm .ct_form {
        margin-top: 0;
        margin-bottom: 0;
    }
    .confirm .contact_form p {
        font-size: 16px;
        line-height: 1.5;
        margin-top: 40px;
    }
    .pagetop {
        position: fixed;
        width: 40px;
        height: 40px;
        right: 20px;
        bottom: 70px;
    }
}

@media screen and (max-width: 767px) {
    .pptl {
        font-size: 18px;
        padding: 11px 0;
    }
    .pp_tt p.ttl {
        font-size: 16px;
    }
    .pp-box {
        margin-top: 30px;
    }
    .pp-inbox {
        margin-top: 20px;
    }
    .pp-inlist-sub__item {
        padding-left: 1em;
        text-indent: -1em;
    }
    .pp-counter-table {
        margin: 10px 0 0;
    }
    .pp-counter-table tbody th {
        width: 46%;
    }
    .pp-counter-table th, .pp-counter-table td {
        padding: 8px 5px;
    }
    .pp-inlist__item+.pp-inlist__item {
        margin-top: 10px;
    }
    .pp-copy {
        margin-top: 40px;
    }
}

footer {
    padding: 110px 0 280px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #0a3264;
}
@media screen and (max-width: 767px) {
    footer {
        padding: 60px 0 200px;
        font-size: 12px;
    }
    footer p {
        line-height: 2;
    }
}

.mv2 {
    padding: 0;
}
.mv2 img {
    display: block;
}

.m-blk {
    position: fixed;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    display: none;
}
.close {
    width: 40px;
    position: absolute;
    right: 20px;
    top: 20px;
}
.m-img {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}
@media screen and (min-width: 768px) {
    .modalbtn {
        pointer-events: none;
    }
}

.t0 img {
    width: 100%;
}

.plan_link {
    margin-top: 20px;
}
.plan_link p:first-of-type {
    color: #0a3264;
    margin-bottom: 10px;
}
.plan_link p:nth-of-type(2) {
    margin-bottom: 15px;
}
.plan_link p:last-of-type {
    font-size: 14px;
}
.plan_link a {
    text-decoration: underline;
    color: #EA5A24;
}
@media screen and (max-width: 767px) {
    .plan_link {
        width: 90%;
        margin: auto;
    }
}