/* ----------------------------------------
 Reset
---------------------------------------- */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

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

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

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: none;
}

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

a img {
    border: none;
}

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

/* ----------------------------------------
 Base
---------------------------------------- */
html {
    font-family: "Noto Sans Japanese", serif;
    font-weight: 500;
    font-size: 62.5%;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background: #FFF;
    color: #000;
    width: 100%;
    min-width: 1000px;
    margin: 0 auto;
    font-size: 1.8rem;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    line-height: 1.65;
}

* {
    margin: 0;
    padding: 0;
    font-style: normal;
    list-style: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #00aaff;
    text-decoration: none;
    border: none;
}

a:hover {
    text-decoration: none;
}

a:hover img {
    opacity: 0.8;
}

a img {
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

a:focus, *:focus {
    outline: none;
}

br {
    line-height: 1;
}

img {
    vertical-align: top;
}

input[type="button"], input[type="submit"], select, button {
    cursor: pointer;
}

::-ms-expand {
    display: none;
}

body.ios a img {
    opacity: 1;
}

input[type="button"], input[type="submit"], input[type="text"], select, button {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
}

input::-webkit-input-placeholder,
input:-ms-input-placeholder,
input::-moz-placeholder {
    color: #aaa;
    font-weight: normal;
}

/*clearfix --------------------------- */
.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.cl {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

.pc-in {
    display: inline-block;
}

.sp-in {
    display: none;
}

.pc-table {
    display: table;
}

.sp-table {
    display: none;
}

@media only screen and (max-width: 767px) {
    body {
        min-width: inherit;
        font-weight: 400;
    }

    img {
        width: 100%;
    }

    a:hover img {
        opacity: 1;
    }

    body.ios input[type="text"],
    body.ios select,
    body.ios textarea {
        font-size: 16px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0;
    }

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .pc-in {
        display: none;
    }

    .sp-in {
        display: inline-block;
    }

    .pc-table {
        display: none;
    }

    .sp-table {
        display: table;
    }
}

/* ========================================
 Common PC Setting
======================================== */
body {}

.pagetop {
    width: 38px;
    height: 38px;
    position: fixed;
    left: 50%;
    bottom: 60px;
    background: #133d80;
    margin-left: 500px;
    display: none;
}

.inner {
    width: 100%;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

header {
    display: flex;
    justify-content: space-between;
    padding: 26px 0 6px;
}

.logo {}

.logo img {}

h1 {
    display: inline-block;
    margin-top: 17px;
    margin-left: 24px;
}

.entry {
    width: 172px;
    height: 42px;
    color: #182980;
    background: #80da1f;
    font-size: 1.6rem;
    text-align: center;
    line-height: 2.0;
    font-weight: 600;
    border-radius: 5px;
    margin-top: -4px;
}

.entry a {
    color: #182980;
    margin-top: 5px;
    display: inline-block;
}

.tel {
    margin: -5px -163px 0 0;
}

.intro-wrap {
    background-color: #2c85ff;
}

.intro {
    background-image: url(../img/keyvisual.png);
    background-repeat: no-repeat;
    background-position: center top;
}

.intro .textbox1 {
    margin: 0 0 36px 10px;
}

.intro .textbox1 .text1 {
    color: #231815;
    font-size: 2.3rem;
    padding-top: 26px;
    font-weight: 900;
}

.intro .textbox1 .text2 {
    color: #ffffff;
    font-size: 3.6rem;
    font-weight: 700;
}

.intro .textbox1 .text3 {
    color: #ffffff;
    font-size: 1.0rem;
}

.intro .textbox2 {
    margin-bottom: 40px;
    overflow: hidden;
}

.intro .textbox2 .left_box {
    float: left;
    margin-left: 40px;
    width: 240px;
}

.intro .textbox2 .right_box {
    float: right;
    margin-right: 40px;
    width: 240px;
}

.intro .textbox2 .white {
    width: 240px;
    border-radius: 30px;
    background-color: #ffffff;
    text-align: center;
    color: #2c85ff;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    font-size: 2.0rem;
    font-weight: 900;
}

.intro .textbox2 .blue {
    width: 240px;
    border-radius: 30px;
    background-color: #182980;
    text-align: center;
    color: #ffffff;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    font-size: 1.6rem;
}

.intro .textbox3 {
    text-align: center;
    color: #ffffff;
    font-size: 4.6rem;
    font-weight: 600;
    padding-bottom: 40px;
}

.contact-wrap {
    width: 100%;
    background: #193e8c url(../img/img_contact_bg.png) no-repeat center top;
    background-size: cover;
    height: 270px;
}

.contact-wrap .textbox1 {
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    padding-top: 70px;
}

.contact-wrap .textbox2 {
    margin-top: 30px;
}

.contact-wrap .textbox2 .left_box {
    float: left;
    width: calc(50% - 115px);
    text-align: center;
    margin-left: 115px;
}

.contact-wrap .textbox2 .right_box {
    float: right;
    width: calc(50% - 50px);
    text-align: center;
    margin: 10px 50px 0 0;
}

.contact-wrap .textbox2 .right_box a {
    background: #80da1f;
    color: #182980;
    padding: 15px 100px;
    border-radius: 8px;
    font-size: 2.4rem;
}

.flex {
    display: flex;
}

.entry_banner {
    margin-top: 46px;
    margin-bottom: 40px;
    text-align: center;
}

.entry_banner img {
    width: 500px;
    height: 200px;
}

.entry_banner div {
    padding: 30px 40px;
    background: #80ad1f;
    width: 500px;
    height: 200px;
}

.entry_banner div .part1 {
    font-size: 29px;
    color: #fff;
    text-align: left;
    margin-bottom: 16px;
}

.entry_banner div .part2 {
    font-size: 20px;
    color: #fff;
    text-align: left;
}

.entry_banner div .part2 a {
    color: #fff;
    text-decoration: none;
}

.entry_banner div .part2 a:hover {
    text-decoration: underline;
}

.entry_banner div .part2:after {
    content: url(../img/img_blank.png);
    padding-left: 10px;
    vertical-align: middle;
}

h2 {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1;
    color: #595757;
    text-align: center;
}

hr {
    width: 100%;
    height: 2px;
    border-style: solid;
    border-color: #b6d8ec;
    border-width: 2px 0 0 0;
}

.suitable .flex {
    justify-content: center;
}

.suitable .flex div.box01 {
    width: 333px;
    text-align: left;
    font-weight: 600;
    margin: 10px 25px 10px 0;
}

.suitable .flex div.box02 {
    width: 333px;
    text-align: left;
    font-weight: 600;
    margin: 10px 25px;
}

.suitable .flex div.box03 {
    width: 333px;
    text-align: left;
    font-weight: 600;
    margin: 10px 0 10px 25px;
}

.suitable .flex div.box04 {
    width: 333px;
    text-align: left;
    font-weight: 600;
    margin: 10px 25px 10px 0;
}

.suitable .flex div.box05 {
    width: 333px;
    text-align: left;
    font-weight: 600;
    margin: 10px 0 10px 25px;
}

.suitable div.flex-ttl {
    background-color: #2c8cff;
    color: #fff;
    font-size: 28px;
    padding: 10px 0 10px 10px;
    font-weight: 500;
}

.suitable .blue-num-bg {
    background: #182980;
    padding: 3px 12px;
    margin-right: 8px;
}

.suitable .flex-txt {
    color: #000;
    font-size: 17px;
    text-align: left;
    margin-top: 14px;
    font-weight: 300;
}

.flow h2 {
    margin-bottom: 60px;
}

.terms {}

.terms h2 {
    margin-bottom: 60px;
}

.terms ul {
    display: flex;
    justify-content: space-around;
    margin-bottom: 70px;
}

.terms ul li {
    width: 327px;
    height: 154px;
    text-align: center;
    background-image: url(../img/img_terms01.png);
    background-repeat: no-repeat;
    color: #fff;
    font-size: 2.3rem;
    padding-top: 46px;
}

.about {
    text-align: left;
    width: 100%;
    background-image: url(../img/about-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 423px;
    position: relative;
    font-size: 18px;
    color: #fff;
    padding: 20px;
}

.about a {
    color: #fff;
}

.about a:hover {
    color: #182980;
}

.about .about_inner {
    overflow: hidden;
    width: 650px;
    background: #2c8cff;
    padding: 30px;
}

.about-ttl {
    font-size: 35px;
    padding-bottom: 15px;
}

.about .about_inner dl dt {
    width: 140px;
    float: left;
    padding-bottom: 10px;
}

.about .about_inner dl dd {
    width: 440px;
    float: left;
    padding-bottom: 10px;
}

.about .about_inner dl dt.last, .about .about_inner dl dd.last {
    border: none;
    padding-bottom: 0;
}

.footer {
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 160px;
}

.footer_left {
    float: left;
    margin-top: 24px;
}

.footer_left p, .footer_left img {
    display: inline-block;
    font-size: 1.2rem;
}

.footer_left p {
    margin-top: 22px;
}

.footer_right {
    float: right;
    width: 400px;
    overflow: hidden;
}

.footer_right p, .footer_right img {
    float: left;
    font-size: 1.0rem;
}

.footer_right img {
    margin-right: 10px;
}

.footer_right p a:hover {
    text-decoration: underline;
}

.footer_line {
    background: #2c8cff;
    height: 43px;
    padding-top: 6px;
}

.footer_line p {
    color: #fff;
    font-size: 1.0rem;
    font-weight: 300;
}

.blue-bg {
    background: #182980;
}

.blue-bg img {
    vertical-align: text-bottom;
}

.blue-bg .buttons { display: flex; justify-content: center; padding: 60px 0; }
.blue-bg .buttons p {
    width: calc(50% - 60px);
    margin: 0 30px;
    font-size: 2.0rem;
}
.blue-bg .buttons p a {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    color: #80da1f;
    padding: 15px 15px 15px 60px;
    border: 2px solid #80da1f;
    border-radius: 8px;
}

.blue-bg .buttons p a:before {
    position: absolute;
    left: 30px;
    margin: auto;
    height: 1.6em;
    top: 0; bottom: 0;
    content: "〉";
}



.section-torouble {
    margin: 0 auto;
    max-width: 1000px;
    text-align: center;
    overflow: hidden;
}

.section-torouble p {
    color: #2c85ff;
}

.img_dots {
    margin-top: 65px;
}

.section-torouble-ttl {
    margin-top: 20px;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

.section-torouble-left {
    float: left;
    width: 50%;
    text-align: left;
}

.section-torouble-left-ttl {
    background: #e6ebeb;
    color: #182980;
    padding: 40px 0 40px 20px;
    margin: 30px 30px 30px 0;
    font-size: 30px;
    position: relative;
}

.section-torouble-left-photo {
    position: absolute;
    right: 22px;
    top: -25px;
}

.section-torouble-right {
    float: right;
    width: 50%;
    text-align: left;
}

.section-torouble-left-txt {
    font-size: 23px;
    font-weight: bold;
    margin: 40px 30px 0 0;
}

span.trouble-blue {
    color: #2c85ff;
}

.section-torouble-left-subtxt {
    font-size: 18px;
    margin-top: 8px;
    text-indent: -29px;
    margin-left: 28px;
    font-weight: 300;
}

.blue-arrow {
    padding: 8px 10px 0 8px;
}

.section-torouble-right-ttl {
    background: #e6ebeb;
    color: #182980;
    padding: 40px 0 40px 44px;
    margin: 30px 0 30px 30px;
    font-size: 30px;
    position: relative;
}

.section-torouble-right-photo {
    position: absolute;
    right: 22px;
    top: -25px;
}

.section-torouble-right-txt {
    font-size: 23px;
    font-weight: bold;
    margin: 40px 0 0 30px;
}

span.trouble-blue {
    color: #2c85ff;
}

.section-torouble-right-subtxt {
    font-size: 18px;
    margin-top: 8px;
    text-indent: -29px;
    margin-left: 28px;
    font-weight: 300;
}

.section-aboutnoc {
    text-align: center;
    width: 100%;
    background-image: url(../img/about-noc-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 591px;
    position: relative;
}

.scroll-arrow {
    position: absolute;
    margin: 0 auto;
    top: -20px;
    left: 0;
    right: 0;
}

.section-aboutnoc-ttl {
    color: #2c85ff;
    font-size: 38px;
    margin: 90px 0 30px 0;
    padding: 90px 0 30px 0;
    font-weight: 700;
}

.section-aboutnoc-txt {
    background: #fff;
    margin: 0 110px 90px 110px;
    color: #182980;
    border-radius: 5px;
    box-shadow: 0 0 10px #ccc;
    padding: 35px 50px;
    font-size: 24px;
    line-height: 45px;
    font-weight: 500;
}

.letter-yellow-bg {
    background: #fff700;
    padding: 2px 0;
    font-weight: 700;
}

.difference {
    text-align: center;
    /* padding-bottom: 80px; */
}

.difference-ttl {
    margin: 14px 0 30px;
    font-size: 30px;
    color: #2c85ff;
}

.section-service {
    text-align: center;
    padding-top: 0;
    padding-bottom: 100px;
}

.section-service-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.section-service-ttl {
    margin: 14px 0 30px;
    font-size: 30px;
    color: #2c85ff;
}

.section-service-item {
    width: 290px;
    text-align: left;
}

.section-service-item a {
    color: #000;
}

.section-service-item img {
    margin-bottom: 15px;
}

.section-service-item-description {
    font-size: 18px;
    font-weight: 900;
    letter-spacing: -1.1px;
}

.section-service-item-name {
    font-size: 18px;
}

.section-merit {
    background: #e6ebeb;
    text-align: center;
    padding-bottom: 80px;
}

.section-merit-ttl {
    margin: 20px 0 40px 0;
    font-size: 34px;
    color: #2c85ff;
    font-weight: 800;
}

.merit {
    margin-top: 35px;
}

.merit-box {
    font-size: 30px;
    padding: 10px 0;
    border-radius: 8px;
    margin-bottom: 20px;
}

.merit01 {
    background: #2c85ff;
    color: #fff;
}

.merit02 {
    background: #85bcdb;
    color: #fff;
}

.merit03 {
    background: #182980;
    color: #fff;
}

.white-sankaku {
    position: relative;
    margin: 60px 0;
}

.tsumari {
    position: absolute;
    top: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    font-size: 46px;
    color: #2c85ff;
    font-weight: 800;
}

.no-risk {
    border: 7px solid #2c85ff;
    color: #2c85ff;
    background: #fff;
    padding: 30px 0;
    font-size: 52px;
    font-weight: 700;
}

.section-gaiyou {
    text-align: center;
    padding-bottom: 100px;
}

.section-gaiyou-ttl {
    margin: 20px 0;
    padding-bottom: 30px;
    font-size: 36px;
    font-weight: 700;
    color: #2c85ff;
}

.section-gaiyou-notice {
    font-size: 16px;
    margin: 20px 0;
}

.section-faq {
    background: #2c85ff;
    text-align: center;
    margin-top: 50px;
    padding: 60px 0 100px 0;
}

.section-faq-ttl {
    margin: 20px 0;
    padding-bottom: 30px;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}

.accordion-block {
    position: relative;
    padding: 20px;
    background: #fff;
    border-top: 3px solid #2c85ff;
}

.button {
    font-size: 24px;
    text-align: left;
    background: #fff;
    color: #182980;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
}

.question-box-l {
    background: #182980;
    color: #fff;
    font-size: 25px;
    float: left;
    width: 55px;
    text-align: center;
    padding: 15px 0 15px 6px;
    font-weight: 200;
    transform: scale(1.3, 1);
}

.question-box-r {
    color: #182980;
    float: left;
    width: calc(100% - 55px);
    padding: 15px 20px 15px 42px;
}

.blue-arrow-under {
    position: absolute;
    top: 30px;
    right: 10px;
    width: 20px;
}

._2rows {
    padding: 3px 40px 3px 42px;
    line-height: 32px;
}

.accordion-block-txt {
    padding: 0 80px;
    text-align: left;
    line-height: 30px;
}

.answer-box {
    background: #85bcdb;
    color: #182980;
    padding: 14px 17px;
    font-size: 25px;
    position: absolute;
    top: 0;
    left: 7px;
    font-weight: 200;
    transform: scale(1.3, 1);
}

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

.section-aboutdc-ttl {
    margin: 20px 0 40px 0;
    font-size: 38px;
    font-weight: 600;
    color: #2c85ff;
}

.section-aboutdc-subttl {
    font-size: 25px;
    padding: 16px 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    background: #2c85ff;
    color: #fff;
}

.section-aboutdc-txt {
    text-align: left;
    font-size: 18px;
    color: #000;
}

.blue {
    color: #2c85ff;
    font-weight: bold;
}

.section-aboutdc-notice {
    font-size: 12px;
    color: #000;
}

.section-aboutdc-img {
    margin: 20px auto;
    width: 711px;
    display: block;
}

.section-aboutdc-content {
    overflow: hidden;
    height: auto;
}

.section-aboutdc-content-l {
    width: 25%;
    float: left;
    font-size: 18px;
    padding: 15px 0;
}

.section-aboutdc-content-ttl {
    border-radius: 50%;
    width: 160px;
    height: 160px;
    background: #fff;
    color: #2c85ff;
    display: block;
    text-align: center;
    vertical-align: middle;
    line-height: 160px;
    font-size: 32px;
    font-weight: 700;
    margin: 110px 0 20px 40px;
}

.section-aboutdc-content-r {
    width: 75%;
    float: right;
    text-align: left;
    padding: 40px 0 0 10px;
    line-height: 35px;
}

.section-aboutdc-content-num {
    width: 7%;
    float: left;
    text-align: center;
    background: #182980;
    color: #fff;
    padding: 10px 0;
    font-size: 26px;
    font-weight: 400;
}

.section-aboutdc-content-txt {
    width: 93%;
    float: right;
    font-size: 28px;
    padding-left: 15px;
}

.section-aboutdc-content-notice {
    font-size: 17px;
}

.meritdemerit {
    background: #2c85ff;
    color: #fff;
    padding: 0 0 30px 0;
    margin-bottom: 65px;
}

.briefing {
    background: #182980;
    width: 700px;
    color: #fff;
    height: 80px;
    padding: 5px 0 5px 70px;
    margin: 20px 40px 20px 0;
}

.demerit {
    background: #d5dede;
    color: #595757;
    padding: 0 0 30px 0;
    margin-bottom: 80px;
}

.section-aboutdc-content-demeritttl {
    border-radius: 50%;
    width: 160px;
    height: 160px;
    background: #fff;
    color: #595757;
    display: block;
    text-align: center;
    vertical-align: middle;
    line-height: 160px;
    font-size: 30px;
    margin: 90px 0 20px 40px;
}

.section-aboutdc-content-demeritnum {
    width: 7%;
    float: left;
    text-align: center;
    background: #595757;
    color: #fff;
    padding: 10px 0;
    font-size: 26px;
    font-weight: 400;
}

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

.section-blog-ttl {
    margin: 120px 0 20px 0;
    font-size: 38px;
    font-weight: 600;
    color: #2c85ff;
}

.section-blog-content {
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.section-blog-item {
    width: 33.3333%;
    padding: 20px 20px 20px 0;
}

.section-blog-item img {
    float: left;
    width: 92px;
}

.section-blog-item p {
    float: left;
    width: 210px;
    text-align: left;
    font-size: 1.6rem;
    margin-left: 10px;
    display: block;
    word-wrap: break-word;
}

.more-btn {
    margin: 20px 0 100px 0;
    position: relative;
    display: inline-block;
}

.more-btn a {
    padding: 10px 120px;
    color: #2c85ff;
    border: 2px solid #2c85ff;
    border-radius: 8px;
}

.more-blue-arrow {
    position: absolute;
    left: 30px;
    top: 10px;
}

.section-greeting {
    text-align: left;
    width: 100%;
    background-image: url(../img/greeting-bg.jpg);
    background-repeat: repeat-x;
    height: 310px;
    position: relative;
}

.section-greeting-ttl {
    color: #2c85ff;
    font-size: 37px;
    margin: 0 0 0 80px;
    padding-top: 120px;
}

.section-greeting-img {
    position: absolute;
    right: 0;
    top: 0;
}

.section-greeting-txt {
    font-size: 18px;
    padding: 30px 0 100px 0;
}

.kanyu-l {
    background: #182980;
    color: #80da1f;
    font-size: 25px;
    float: left;
    width: 63.5px;
    text-align: center;
    padding: 12px 0;
}

.kanyu-r {
    color: #fff;
    background: #2c85ff;
    float: left;
    width: calc(100% - 63.5px);
    padding: 6px 20px 6px 30px;
    font-size: 32px;
    font-weight: 300;
}

.section-kanyu-ttl {
    color: #2c85ff;
    font-size: 30px;
}

.kanyu-block {
    border-top: none;
}

.kanyu-block p {
    margin-bottom: 30px;
}

.kanyu-block ul li {
    margin-left: 20px;
    text-indent: -20px;
}

table.answer {
    width: 100%;
    border: 1px solid #182980;
}

table.answer td {
    border: 1px solid #182980;
    text-align: center;
    padding: 7px 0;
}

td.table-blue {
    background: #85bcdb;
    width: 33.333%;
}

td.table-left {
    text-align: left !important;
    padding-left: 20px !important;
}

img.img_dots {
    text-align: center;
    margin: 0 auto;
    padding-top: 100px;
}

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

    /* ========================================
   Common SP Setting
  ======================================== */
    body {}

    .pagetop {
        width: 26px;
        height: 26px;
        position: fixed;
        right: 10px;
        left: unset;
        bottom: 20px;
        background: #133d80;
        margin-left: 0;
        display: none;
    }

    .inner {
        width: 100%;
        max-width: none;
        margin-right: auto;
        margin-left: auto;
        position: relative;
    }

    header {
        display: block;
        padding: 0 0 6px 0;
        overflow: hidden;
    }

    .logo {
        float: left;
        margin-top: 4px;
    }

    .logo img {
        width: 6.2rem;
        vertical-align: middle;
        margin: 5px 0 0 5px;
    }

    h1 {
        display: inline-block;
        margin-top: 0;
        margin-left: 0;
        font-size: 0.9rem;
        vertical-align: bottom;
    }

    .entry {
        width: 30px;
        height: auto;
        text-align: center;
        background: unset;
        float: right;
        margin: 10px 10px 0 0;
        line-height: 0;
    }

    .entry img {
        width: 30px;
        height: auto;
    }

    .entry a {
        margin: 0;
        padding: 0;
    }

    .intro {
        position: relative;
    }

    .intro .part1 {
        position: absolute;
        left: 50%;
        top: 61px;
        color: #ffffff;
        font-size: 1.6rem;
        text-align: center;
        font-weight: 700;
        margin-left: -112px;
    }

    .intro .part2 {
        position: absolute;
        left: 50%;
        top: 186px;
        color: #ffffff;
        font-size: 1.5rem;
        text-shadow: 0px 0px 10px #000;
        font-weight: 700;
        margin-left: -160px;
    }

    .flex {
        display: flex;
    }

    .entry_banner {
        margin-top: 46px;
        margin-bottom: 40px;
        text-align: center;
    }

    .entry_banner.flex {
        display: block;
    }

    .entry_banner img {
        width: 90%;
        height: 90%;
    }

    .entry_banner div {
        padding: 10px 0 10px 10px;
        background: #80ad1f;
        width: 90%;
        height: 100px;
        margin: 0 auto;
    }

    .entry_banner div .part1 {
        font-size: 1.8rem;
        color: #fff;
        text-align: left;
        margin-bottom: 1px;
    }

    .entry_banner div .part2 {
        font-size: 1.6rem;
        color: #fff;
        text-align: left;
    }

    .entry_banner div .part2 a {
        color: #fff;
        text-decoration: none;
    }

    .entry_banner div .part2 a:hover {
        text-decoration: underline;
    }

    .entry_banner div .part2:after {
        content: " ";
        display: inline-block;
        width: 20px;
        height: 20px;
        padding-left: 0;
        margin-left: 10px;
        vertical-align: middle;
        background: url(../img/img_blank.png);
        background-size: contain;
        background-repeat: no-repeat;
    }

    h2 {
        font-size: 2.5rem;
        font-weight: 700;
        line-height: 1.4;
        color: #595757;
        text-align: center;
    }

    hr {
        width: 100%;
        height: 1px;
        border-style: solid;
        border-color: #b6d8ec;
        border-width: 1px 0 0 0;
    }

    .hr {
        text-align: center;
        margin: 60px 0;
    }

    .hr img {
        margin-top: -1px;
        width: 120px;
    }

    .suitable .flex {
        display: block;
    }

    .suitable div.sp div {
        width: 42%;
        text-align: center;
        font-weight: 600;
        font-size: 1.4rem;
        margin-top: 1.0rem;
        float: right;
        margin: 10px;
    }

    .suitable div.sp div:nth-child(odd) {
        clear: both;
        float: left;
    }

    .suitable div.sp div:last-child {
        margin: 0 auto;
        float: none;
    }

    .about h2 {
        margin: 80px 0 40px;
    }

    .about p {
        text-align: center
    }

    .about .about_inner {
        border: #2c8cff 4px solid;
        padding: 12px 7px;
        overflow: hidden;
        width: 100%;
        margin: 20px auto;
        font-size: 1.0rem;
    }

    .about .about_inner dl dt {
        border-bottom: #2c8cff 1px solid;
        padding-bottom: 10px;
        width: 25%;
        float: left;
        margin-top: 20px;
    }

    .about .about_inner dl dd {
        border-bottom: #2c8cff 1px solid;
        padding-bottom: 10px;
        width: 75%;
        float: left;
        margin-top: 20px;
    }

    .about .about_inner dl dt.first, .about .about_inner dl dd.first {
        margin-top: 0;
    }

    .about .about_inner dl dt.last, .about .about_inner dl dd.last {
        border-bottom: none;
        padding-bottom: 0;
        margin-top: 20px;
    }

    .intro-wrap {
        background-color: #2c85ff;
    }

    .intro {
        background-image: url(../img/sp-kv-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 539px;
    }

    .intro .textbox1 {
        margin: 0 0 45px 10px;
    }

    .intro .textbox1 .text1 {
        color: #231815;
        padding-top: 20px;
        font-size: 1.6rem;
        font-weight: bold;
    }

    .intro .textbox1 .text2 {
        color: #ffffff;
        font-size: 2.1rem;
        font-weight: bold;
    }

    .intro .textbox1 .text3 {
        color: #ffffff;
        font-size: 1.0rem;
    }

    .intro .textbox2 {
        margin: 250px 0 0 0;
        overflow: hidden;
        font-size: 16px;
    }

    .intro .textbox2 .left_box {
        float: left;
        margin-left: 0;
        width: 50%;
        padding: 2%;
    }

    .intro .textbox2 .right_box {
        float: right;
        margin-right: 0;
        width: 50%;
        padding: 2%;
    }

    .intro .textbox2 .white {
        width: 100%;
        border-radius: 30px;
        background-color: #ffffff;
        text-align: center;
        color: #2c85ff;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 5px;
        font-size: 1.4rem;
        font-weight: 500;
    }

    .intro .textbox2 .blue {
        width: 100%;
        border-radius: 30px;
        background-color: #182980;
        text-align: center;
        color: #ffffff;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 5px;
        font-size: 1.4rem;
        font-weight: 300;
    }

    .intro .textbox3 {
        text-align: center;
        color: #ffffff;
        font-size: 1.8rem;
        font-weight: 500;
        padding: 30px 0 0 0;
    }

    .contact-wrap {
        width: 100%;
        background: #193e8c url(../img/img_contact_bg_sp.png) no-repeat center top;
        background-size: cover;
    }

    .contact-wrap .textbox1 {
        text-align: center;
        color: #ffffff;
        font-size: 17px;
        font-weight: 300;
        padding-top: 25px;
    }

    .contact-wrap .textbox2 {
        margin-top: 30px;
    }

    .contact-wrap .textbox2 .left_box {
        float: none;
        width: calc(100% - 20px);
        text-align: center;
        margin-left: 0;
        background: #fff;
        padding: 10px 0;
        border-radius: 4px;
        margin: 0 10px 10px 10px;
    }

    .contact-wrap .textbox2 .left_box img {
        text-align: center;
        width: 230px;
        margin: 0 auto;
    }

    .contact-wrap .textbox2 .right_box {
        float: none;
        width: 100%;
        text-align: center;
        margin: 0;
    }

    .contact-wrap .textbox2 .right_box a {
        background: #80da1f;
        color: #182980;
        border-radius: 4px;
        padding: 10px 0;
        margin: 0 10px 10px 10px;
        display: block;
    }

    .contact-wrap .textbox2 .right_box img {
        text-align: center;
        width: 230px;
        margin: 0 auto;
    }

    .flex {
        display: block;
    }

    .entry_banner {
        margin-top: 46px;
        margin-bottom: 40px;
        text-align: center;
    }

    .entry_banner img {
        width: 500px;
        height: 200px;
    }

    .entry_banner div {
        padding: 30px 40px;
        background: #80ad1f;
        width: 500px;
        height: 200px;
    }

    .entry_banner div .part1 {
        font-size: 29px;
        color: #fff;
        text-align: left;
        margin-bottom: 16px;
    }

    .entry_banner div .part2 {
        font-size: 20px;
        color: #fff;
        text-align: left;
    }

    .entry_banner div .part2 a {
        color: #fff;
        text-decoration: none;
    }

    .entry_banner div .part2 a:hover {
        text-decoration: underline;
    }

    .entry_banner div .part2:after {
        content: url(../img/img_blank.png);
        padding-left: 10px;
        vertical-align: middle;
    }

    h2 {
        font-size: 3.6rem;
        font-weight: 700;
        line-height: 1;
        color: #595757;
        text-align: center;
    }

    hr {
        width: 100%;
        height: 2px;
        border-style: solid;
        border-color: #b6d8ec;
        border-width: 2px 0 0 0;
    }

    .suitable .flex {
        justify-content: center;
        padding: 0 10px;
    }

    .suitable .flex div.box01, .suitable .flex div.box02, .suitable .flex div.box03, .suitable .flex div.box04, .suitable .flex div.box05 {
        width: 100%;
        text-align: left;
        font-weight: 600;
        margin: 0;
    }

    .suitable div.flex-ttl {
        background-color: #2c8cff;
        color: #fff;
        font-size: 18px;
        padding: 10px 0 10px 10px;
    }

    .suitable .blue-num-bg {
        background: #182980;
        padding: 3px 8px;
        margin-right: 8px;
    }

    .suitable div.flex-txt {
        color: #000;
        font-size: 16px;
        text-align: left;
        padding: 10px 0 30px 0;
        margin: 0;
    }

    .flow h2 {
        margin-bottom: 60px;
    }

    .terms {}

    .terms h2 {
        margin-bottom: 60px;
    }

    .terms ul {
        display: flex;
        justify-content: space-around;
        margin-bottom: 70px;
    }

    .terms ul li {
        width: 327px;
        height: 154px;
        text-align: center;
        background-image: url(../img/img_terms01.png);
        background-repeat: no-repeat;
        color: #fff;
        font-size: 2.3rem;
        padding-top: 46px;
    }

    .about {
        text-align: left;
        width: 100%;
        background-image: none;
        padding: 0;
        height: auto;
    }

    .about .about_inner {
        overflow: hidden;
        width: 100%;
        background: #2c8cff;
        padding: 20px;
    }

    .about-ttl {
        font-size: 20px;
        padding-bottom: 0px;
    }

    .about .about_inner dl dt {
        display: block;
        width: 100%;
        margin-top: 5px;
        font-size: 15px !important;
        font-weight: bold;
    }

    .about .about_inner dl dd {
        width: 100%;
        padding-bottom: 10px;
        display: block;
        margin-top: 5px;
        font-size: 14px !important;
    }

    .footer {
        overflow: hidden;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .footer_left {
        float: none;
        margin-top: 24px;
    }

    .footer_left p, .footer_left img {
        display: inline-block;
        font-size: 1.0rem;
    }

    .footer_left p {
        margin-top: 12px;
    }

    .footer_left img {
        margin-left: 10px;
        width: 70px;
    }

    .footer_right {
        float: none;
        width: 100%;
        overflow: hidden;
    }

    .footer_right p, .footer_right img {
        float: left;
        font-size: 1.0rem;
    }

    .footer_right img {
        margin-left: 10px;
        width: 60px;
    }

    .footer_right p a:hover {
        text-decoration: underline;
    }

    .footer_line {
        background: #2c8cff;
        height: 43px;
        padding-top: 6px;
    }

    .footer_line p {
        color: #fff;
        font-size: 1.0rem;
        font-weight: 300;
        text-align: center;
    }
    .blue-bg {
        background: #182980;
    }
    .blue-bg .buttons{ display: block; padding: 0 0 20px; }
    .blue-bg .buttons p {
        width: 100%;
        padding: 20px 0 0;
        margin: 0 auto;
    }

    .blue-bg .buttons p a:before {
        left: 20px;
    }

    .blue-bg .buttons p a {
        color: #80da1f;
        padding: 5px 5px 5px 45px;
        border: 2px solid #80da1f;
        border-radius: 8px;
        width: 90%;
        font-size: 1.6rem;
        display: block;
        margin: 0 auto;
        text-align: left;
    }

    .section-torouble {
        margin: 0 auto;
        max-width: 1000px;
        text-align: center;
        overflow: hidden;
    }

    .section-torouble p {
        color: #2c85ff;
    }

    .img_dots {
        margin-top: 65px;
    }

    .section-torouble-ttl {
        margin-top: 50px;
        font-size: 20px;
        font-weight: bold;
    }

    .section-torouble-left {
        float: none;
        width: 100%;
        text-align: left;
    }

    .section-torouble-left-ttl {
        background: #e6ebeb;
        color: #182980;
        padding: 20px 0 20px 60px;
        margin: 40px 0 10px 0;
        font-size: 16px;
        position: relative;
    }

    .section-torouble-left-photo {
        position: absolute;
        width: 100px;
        right: 22px;
        top: -25px;
    }

    .section-torouble-right {
        float: none;
        width: 100%;
        text-align: left;
    }

    img.blue-arrow {
        width: 35px;
        vertical-align: text-bottom;
    }

    .section-torouble-left-txt {
        font-size: 18px;
        font-weight: bold;
        margin: 10px 10px 30px 10px;
    }

    span.trouble-blue {
        color: #2c85ff;
    }

    .section-torouble-left-subtxt {
        font-size: 16px;
        margin-top: 8px;
        text-indent: -36px;
    }

    .blue-arrow {
        padding: 8px 10px 0 8px;
    }

    .section-torouble-right-ttl {
        background: #e6ebeb;
        color: #182980;
        padding: 20px 0 20px 70px;
        margin: 40px 0 10px 0;
        font-size: 16px;
        position: relative;
    }

    .section-torouble-right-photo {
        position: absolute;
        width: 100px;
        right: 22px;
        top: -25px;
    }

    .section-torouble-right-txt {
        font-size: 18px;
        font-weight: bold;
        margin: 10px 10px 30px 10px;
    }

    span.trouble-blue {
        color: #2c85ff;
    }

    .section-torouble-right-subtxt {
        font-size: 16px;
        margin-top: 8px;
        text-indent: -36px;
    }

    .section-aboutnoc {
        text-align: center;
        width: 100%;
        background-image: url(../img/about-noc-bg.png);
        background-size: cover;
        background-repeat: no-repeat;
        height: auto;
        position: relative;
        padding-bottom: 30px;
    }

    .scroll-arrow {
        position: absolute;
        margin: 0 auto;
        top: -10px;
        left: 0;
        right: 0;
        width: 100px;
    }

    .section-aboutnoc-ttl {
        color: #2c85ff;
        font-size: 20px;
        margin: 0 10px;
        padding: 10px;
        font-weight: bold;
    }

    .section-aboutnoc-txt {
        background: #fff;
        margin: 0 10px;
        color: #182980;
        border-radius: 5px;
        box-shadow: 0 0 10px #ccc;
        padding: 10px;
        font-size: 16px;
        line-height: 28px;
    }

    .letter-yellow-bg {
        background: #fff700;
        padding: 0;
    }

    .difference {
        text-align: center;
        padding-bottom: 30px;
    }

    .difference-ttl {
        margin: 50px 0 20px 0;
        font-size: 20px;
        color: #2c85ff;
        font-weight: 500;
    }

    .section-service-ttl {
        margin: 20px 0 20px 0;
        font-size: 20px;
        color: #2c85ff;
        font-weight: 500;
    }

    .section-service-flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
    }

    .section-service-item {
        width: 50%;
        padding: 30px;
        margin-bottom: 30px;
    }

    .section-service-item:last-child {
        margin-bottom: 0;
    }

    .section-merit {
        background: #e6ebeb;
        text-align: center;
        padding-bottom: 40px;
    }

    .section-merit-ttl {
        margin: 10px 0 30px 0;
        font-size: 20px;
        padding-top: 50px;
        color: #2c85ff;
    }

    .merit {
        margin-top: 20px;
    }

    .merit-box {
        font-size: 18px;
        padding: 10px 0;
        border-radius: 8px;
        margin: 0 10px;
        margin-bottom: 20px;
    }

    .merit01 {
        background: #2c85ff;
        color: #fff;
    }

    .merit02 {
        background: #85bcdb;
        color: #fff;
    }

    .merit03 {
        background: #182980;
        color: #fff;
    }

    .white-sankaku {
        position: relative;
        margin: 60px auto;
        width: 100px;
    }

    .tsumari {
        position: absolute;
        top: 0;
        margin: 0 auto;
        left: 0;
        right: 0;
        color: #2c85ff;
        font-size: 22px;
        font-weight: bold;
    }

    .no-risk {
        font-size: 22px;
        border: 5px solid #2c85ff;
        color: #2c85ff;
        background: #fff;
        padding: 30px 0;
        font-weight: bold;
        margin: 30px 10px 0 10px;
    }

    .section-gaiyou {
        text-align: center;
        padding-bottom: 30px;
    }

    .section-gaiyou-ttl {
        margin: 40px 0 20px;
        padding-bottom: 0;
        font-size: 20px;
        color: #2c85ff;
    }

    .section-gaiyou-notice {
        font-size: 16px;
        margin: 10px;
        text-align: left;
    }

    .section-faq {
        background: #2c85ff;
        text-align: center;
        margin-top: 50px;
        padding: 20px 10px;
    }

    .section-faq-ttl {
        margin: 10px 0;
        padding-bottom: 20px;
        font-size: 20px;
        color: #fff;
    }

    .accordion-block {
        position: relative;
        padding: 20px;
        background: #fff;
        border-top: 3px solid #2c85ff;
    }

    .button {
        font-size: 18px;
        text-align: left;
        background: #fff;
        color: #182980;
        margin-top: 20px;
        overflow: hidden;
        position: relative;
    }

    .question-box-l {
        background: #182980;
        color: #fff;
        font-size: 18px;
        float: left;
        width: 48px;
        text-align: center;
        padding: 10px 0;
    }

    .question-box-r {
        color: #182980;
        float: left;
        width: calc(100% - 48px);
        padding: 15px 40px 15px 18px;
    }

    .blue-arrow-under {
        position: absolute;
        top: 44%;
        right: 8px;
        width: 20px;
    }

    ._2rows {
        padding: 15px 40px 15px 18px;
        line-height: 30px;
    }

    .accordion-block-txt {
        padding: 0 20px 0 45px;
        text-align: left;
        line-height: 30px;
    }

    .answer-box {
        background: #85bcdb;
        color: #182980;
        padding: 8px 15px;
        font-size: 20px;
        position: absolute;
        top: 0;
        left: 7px;
    }

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

    .section-aboutdc-ttl {
        margin: 50px 0 10px 0;
        font-size: 20px;
        color: #2c85ff;
    }

    .section-aboutdc-subttl {
        font-size: 17px;
        padding: 10px 0;
        border-radius: 8px;
        margin: 20px 10px;
        background: #2c85ff;
        color: #fff;
    }

    .section-aboutdc-txt {
        text-align: left;
        font-size: 16px;
        color: #000;
        padding: 0 10px 50px 10px;
    }

    .blue {
        color: #2c85ff;
    }

    .section-aboutdc-notice {
        font-size: 12px;
        color: #000;
    }

    .section-aboutdc-img {
        margin: 20px auto;
        width: 100%;
        display: block;
    }

    .section-aboutdc-content {
        overflow: hidden;
        height: auto;
    }

    .section-aboutdc-content-l {
        width: 100%;
        float: none;
        font-size: 18px;
        padding: 15px 0;
    }

    .section-aboutdc-content-ttl {
        border-radius: 50%;
        width: 160px;
        height: 160px;
        background: #fff;
        color: #2c85ff;
        display: block;
        text-align: center;
        vertical-align: middle;
        line-height: 160px;
        font-size: 34px;
        margin: 0 auto;
    }

    .section-aboutdc-content-r {
        width: 100%;
        float: none;
        text-align: left;
        padding: 30px 0 0 10px;
        line-height: 28px;
        overflow: hidden;
    }

    .section-aboutdc-content-num {
        width: 10%;
        float: left;
        text-align: center;
        background: #182980;
        color: #fff;
        padding: 6px 0;
    }

    .section-aboutdc-content-txt {
        width: 90%;
        float: right;
        font-size: 18px;
        padding-left: 15px;
        font-weight: 700;
    }

    .section-aboutdc-content-notice {
        font-size: 14px;
        font-weight: 500;
    }

    .meritdemerit {
        background: #2c85ff;
        color: #fff;
        padding: 0 0 0 0;
        margin-bottom: 65px;
    }

    .briefing {
        background: #182980;
        width: 100%;
        color: #fff;
        height: auto;
        padding: 30px 10px;
        margin: 30px 0 0 0;
        font-size: 16px;
    }

    .demerit {
        background: #d5dede;
        color: #595757;
        padding: 0 0 30px 0;
        margin-bottom: 40px;
    }

    .section-aboutdc-content-demeritttl {
        border-radius: 50%;
        width: 160px;
        height: 160px;
        background: #fff;
        color: #595757;
        display: block;
        text-align: center;
        vertical-align: middle;
        line-height: 160px;
        font-size: 34px;
        margin: 0 auto;
        font-weight: 700;
    }

    .section-aboutdc-content-demeritnum {
        width: 10%;
        float: left;
        text-align: center;
        background: #595757;
        color: #fff;
        padding: 10px 0;
    }

    .section-blog {
        text-align: center;
        padding-bottom: 40px;
    }

    .section-blog-ttl {
        margin: 80px 0 20px 0;
        font-size: 30px;
        color: #2c85ff;
    }

    .section-blog-content {
        overflow: hidden;
        display: block;
    }

    .section-blog-item {
        width: 100%;
        padding: 10px;
        overflow: hidden;
    }

    .section-blog-item img {
        float: left;
        width: 25%;
    }

    .section-blog-item p {
        float: left;
        width: 65%;
        text-align: left;
        font-size: 1.6rem;
        margin-left: 10px;
        display: block;
        word-wrap: break-word;
    }

    .more-btn {
        margin: 20px 0 6px 0;
        position: relative;
        display: inline-block;
    }

    .more-btn a {
        padding: 10px 100px;
        color: #2c85ff;
        border: 2px solid #2c85ff;
        border-radius: 8px;
    }

    .more-blue-arrow {
        position: absolute;
        left: 30px;
        top: 7px;
        width: 15px;
    }

    .section-greeting {
        text-align: left;
        width: 100%;
        background-image: url(../img/greeting-bg.jpg);
        background-repeat: repeat-x;
        max-height: 80px;
        position: relative;
    }

    .section-greeting-ttl {
        color: #2c85ff;
        font-size: 20px;
        margin: 0 0 0 30px;
        padding-top: 28px;
    }

    .section-greeting-img {
        max-height: 80px;
        width: auto;
        position: absolute;
        right: 0;
        top: 0;
    }

    .section-greeting-txt {
        font-size: 18px;
        padding: 20px 10px;
    }

    .kanyu-l {
        background: #182980;
        color: #80da1f;
        font-size: 25px;
        float: left;
        width: 48px;
        text-align: center;
        padding: 7px 0;
    }

    .kanyu-r {
        color: #fff;
        background: #2c85ff;
        float: left;
        width: calc(100% - 48px);
        padding: 13px 20px 12px 10px;
        font-size: 1.8rem;
    }

    .section-kanyu-ttl {
        color: #2c85ff;
        font-size: 20px;
    }

    .kanyu-block {
        border-top: none;
    }

    table.answer {
        width: 100%;
        border: 1px solid #182980;
    }

    table.answer td {
        border: 1px solid #182980;
        text-align: center;
        padding: 4px 0;
    }

    td.table-blue {
        background: #85bcdb;
        width: 33.333%;
    }

    td.table-left {
        text-align: left !important;
        padding-left: 5px !important;
    }
}

@media only screen and (max-width: 425px) {
    .section-service-flex {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .section-service-item {
        width: 100%;
        padding: 30px;
        margin-bottom: 10px;
    }

    .section-service-item:last-child {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 320px) {
    .about .about_inner {
        padding: 12px 6px;
        font-size: 0.9rem;
    }
}


/* 追加 */
.contact-wrap .textbox1 {
    padding-top: 36px;
}
@media only screen and (max-width: 767px) {
    .contact-wrap .textbox1 {
        padding-top: 12px;
    }
}
.contact-wrap .textbox2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px
}
@media only screen and (max-width: 767px) {
    .contact-wrap .textbox2 {
        margin-top: 10px
    }
}
@media only screen and (max-width: 767px) {
    .contact-wrap .textbox2 {
        flex-direction: column;
    }
}
.contact-wrap .textbox2 .left_box {
    float: none;
}
.contact-wrap .textbox2 .right_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    float: none;
}
.contact-wrap .textbox2 .right_box a {
    padding: 20px 100px;
    line-height: 1;
}
@media only screen and (max-width: 767px) {
    .contact-wrap .textbox2 .right_box a {
        position: relative;
        width: calc(100% - 20px);
        padding: 16px 0 16px 32px;
        font-size: 16px;
        font-weight: bold;
    }
    .contact-wrap .textbox2 .right_box a::before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 30%;
        width: 24px;
        height: 24px;
        transform: translate(-50%,-50%);
    }
    .contact-wrap .textbox2 .right_box a.mail::before {
        background-image: url('../img/ico_mail.png');
        background-repeat: no-repeat;
        background-size: cover;
    }
    .contact-wrap .textbox2 .right_box a.dl::before {
        background-image: url('../img/ico_dl.png');
        background-repeat: no-repeat;
        background-size: cover;
    }
}
.contact-wrap .textbox2 .right_box a.sp {
    display: none;
}
@media only screen and (max-width: 767px) {
    .contact-wrap .textbox2 .right_box a.pc {
        display: none;
    }
    .contact-wrap .textbox2 .right_box a.sp {
        display: block;
    }
}
.contact-wrap .textbox2 .right_box a:nth-of-type(1) {
    margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
    .contact-wrap .textbox2 .right_box a.pc {
        display: none;
    }
    .contact-wrap .textbox2 .right_box a.sp {
        display: block;
    }
    .contact-wrap .textbox2 .right_box a:nth-of-type(1) {
        margin-bottom: 8px;
    }
}
.contact-wrap .textbox2 .right_box a.dl {
    margin-bottom: 16px;
    color: #fff;
    background: #FD7043;
}
.schedule {
        text-align: center;
        padding-bottom: 30px;
    }

.schedule-ttl {
    margin: 50px 0 20px 0;
    font-size: 20px;
    font-weight: 500;
    color: #2c85ff;
    text-align: center;
}
.schedule-txt {
    display: block;
    width: 90%;
    max-width: 749px;
    margin: 0 auto 30px;
    font-size: 16px;
}
.schedule-img {
    width: 100%;
    max-width: 100%;
    margin: auto;
}

.faq-banner a {
    position: relative;
    display: block;
    width: 100%;
    max-width: 684px;
    margin: 78px auto 0;
    background: url(../img/banner_faq.png) no-repeat center;
    background-size: cover;
    border-radius: 15px;
    padding: 28px 175px 27px 117px;
    color: #182980;
    font-size: 24px;
    text-align: center;
}
.faq-banner a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 107px;
    width: 30px;
    height: 25px;
    transform: translate(-50%,-50%);
    background: url(../img/ico_blank.png) no-repeat center;
    background-size: cover;
}
@media only screen and (max-width: 767px) {
    .faq-banner a {
        padding: 10px;
        font-size: 16px;
    }
    .faq-banner a::after {
        right: 15px;
        width: 15px;
        height: 12px;
    }
}
