@charset "UTF-8";
html, body {
    width: 100%;
}
#wrapper {
    line-height: 1.6;
    color: #474747;
    overflow: hidden;
    font-size: 16px;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS P Gothic', 'Osaka', 'Helvetica', 'Arial', 'Gothic', 'sans-serif';
}
a {
    opacity: 1;
    transition: 0.3s;
}
a:hover {
    opacity: 0.7;
}
img {
    max-width: 100%;
}
input[type="button"], input[type="text"], input[type="submit"], input[type="image"], input[type="email"], textarea {
    -webkit-appearance: none;
    border-radius: 0;
}
/*ページTOP*/
.pagetop {
    display: none;
    display: inline-block;
    position: fixed;
    z-index: 25;
    right: 10px;
    bottom: 80px;
    opacity: 0.7;
}
@media screen and (max-width: 767px) {
    .pagetop {
        width: 15%;
    }
    .pagetop img {
        width: 100%;
        height: auto;
    }
}
/*end ページTOP*/
/*ヘッダー*/
#header {
    width: 100%;
    overflow: hidden;
    background: #fff;
    z-index: 10;
    position: fixed;
}
#header .inner {
    max-width: 1400px;
    width: 96%;
    margin: 0 auto;
    padding: 20px 0;
    display: -webkit-box; /*--- Androidブラウザ用 ---*/
    display: -ms-flexbox; /*--- IE10 ---*/
    display: -webkit-flex; /* Safari */
    display: -webkit-box-flex; /* Safari */
    display: flex;
    -ms-flex-wrap: wrap; /*--- IE10用 ---*/
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
    -ms-justify-content: space-between; /*--- IE10用 ---*/
    -webkit-justify-content: space-between; /* Safari */
    justify-content: space-between;
    display: -webkit-box; /*--- Androidブラウザ用 ---*/
    display: -ms-flexbox; /*--- IE10 ---*/
    display: -webkit-flex; /* Safari */
    display: -webkit-box-flex; /* Safari */
    display: flex;
    -ms-justify-content: space-between; /*--- IE10用 ---*/
    -webkit-justify-content: space-between; /* Safari */
    justify-content: space-between;
    align-items: center;
}
#header h1 {
    display: -webkit-box; /*--- Androidブラウザ用 ---*/
    display: -ms-flexbox; /*--- IE10 ---*/
    display: -webkit-flex; /* Safari */
    display: -webkit-box-flex; /* Safari */
    display: flex;
    -ms-flex-wrap: wrap; /*--- IE10用 ---*/
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
    -ms-justify-content: space-between; /*--- IE10用 ---*/
    -webkit-justify-content: space-between; /* Safari */
    justify-content: space-between;
    width: 20%;
}
#header h1 a {
    font-size: 26px;
    font-weight: 700;
    color: #004973;
}
#header .logo {
    max-width: 258px;
    width: 18.4%;
}
#header .contact_area {
    max-width: 669px;
    width: 40%;
    display: table;
    border-spacing: 5px;
}
#header .contact_area li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
#header .contact_area li:nth-child(2) {
    padding-left: 1em;
}
@media screen and (max-width: 1400px) {
    #header h1 a {
        font-size: 1.85vw;
    }
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 767px) {
    #header {
        position: relative;
    }
    #header .inner {
        padding: 0.5em 0;
    }
    #header .logo {
        max-width: 25%;
        width: 100%;
        padding-left: 1em;
        text-align: center;
        order: 2;
    }
    /*    #header .logo img{
        margin-bottom: 1em;
    }*/
    #header h1 {
        width: 35%;
        order: 3;
        padding-right: 1em;
    }
    #header h1 a {
        font-size: 3.5vw;
    }
    #header .contact_area {
        max-width: 100%;
        width: 100%;
        order: 1;
        position: fixed;
        left: 0;
        bottom: 0;
        padding: 0 0.5em;
        background: #fff;
    }
    #header .contact_area li:nth-child(2) {
        padding-left: 0.5em;
    }
}
/*end ヘッダー*/
/*メインビジュアル*/
#mainviz {
    width: 100%;
    margin-top: 90px;
    padding: 30px 0;
    text-align: center;
    background-color: #F6F6F6;
    background-image: url(../img/mv_bg_logo.png);
    background-repeat: no-repeat;
    background-size: auto 85%;
    background-position: top left 10%;
}
.thanks #mainviz {
    padding: 6em 0;
    background-image: url(../img/mv_bg_logo_thanks.png);
    background-repeat: no-repeat;
    background-size: auto 80%;
    background-position: center center;
}
#mainviz .inner {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
#mainviz .txt {
    position: absolute;
    left: 0;
    bottom: 0;
    padding-left: 1em;
    text-align: left;
}
.thanks #mainviz .txt {
    position: relative;
    margin: 0 auto;
    text-align: center;
}
#mainviz .txt h2.title {
    text-align: left;
}
.thanks #mainviz .txt h2.title {
    text-align: center;
}
#mainviz .txt h2.title .line {
    display: inline-block;
    margin-bottom: 20px;
    background: #fff;
    text-align: left;
    font-size: 74px;
    color: #004E79;
    font-weight: 700;
    line-height: 1.2;
}
.thanks #mainviz .txt h2.title .line {
    font-size: 62px;
}
#mainviz .txt h2.title .line em {
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
}
#mainviz .txt .btn {
    display: inline-block;
    margin-top: 30px;
}
#mainviz .img {
    width: 50%;
    float: right;
}
#mainviz .mv_mark {
    margin: 50px auto;
}
@media screen and (max-width: 1400px) {
    #mainviz .txt h2.title .line {
        font-size: 5.26vw;
        margin-bottom: 1.42vw;
    }
    .thanks #mainviz .txt h2.title .line {
        font-size: 4.41vw;
    }
    #mainviz .txt h2.title .line em {
        font-size: 3.55vw;
    }
    #mainviz .txt .btn {
        width: 40vw;
        margin-top: 2.13vw;
    }
    #mainviz .mv_mark {
        width: 90%;
    }
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 767px) {
    #mainviz {
        padding: 1em 0;
        margin-top: 0;
        background: #F6F6F6;
    }
    .thanks #mainviz {
        padding: 2em 0;
    }
    #mainviz .txt {
        bottom: inherit;
        top: 0;
    }
    #mainviz .txt .btn {
        display: none;
    }
    #mainviz .txt h2.title .line {
        margin-bottom: 0.3em;
        font-size: 8.5vw;
    }
    .thanks #mainviz .txt h2.title .line {
        font-size: 5vw;
    }
    #mainviz .txt h2.title .line em {
        font-size: 6.5vw;
    }
    #mainviz .mv_mark {
        display: none;
        /*margin: 1em auto;*/
    }
    #mainviz .img {
        width: 100%;
    }
}
/*end メインビジュアル*/
/*フッター*/
#footer {
    width: 100%;
    padding-bottom: 1em;
    background-color: #1b518e;
    text-align: center;
}
#footer .inner {
    max-width: 900px;
    width: 98%;
    margin: 0 auto;
    padding: 48px 0;
}
#footer .foot_tbl {
    display: table;
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    /*--- Androidブラウザ用 ---*/
    display: -ms-flexbox;
    /*--- IE10 ---*/
    display: -webkit-flex;
    /* Safari */
    display: -webkit-box-flex;
    /* Safari */
    display: flex;
    -ms-flex-wrap: wrap;
    /*--- IE10用 ---*/
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    /*--- IE10用 ---*/
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between;
}
#footer .foot_tbl li {
    vertical-align: top;
}
#footer .foot_tbl li:first-child {
    width: 37%;
    padding-right: 7.6%;
    box-sizing: border-box;
    text-align: right;
}
#footer .foot_tbl li:nth-child(2) {
    width: 63%;
    background: #fff;
    padding: 2em;
    box-sizing: border-box;
}
#footer .logo {
    margin-bottom: 1em;
}
#footer .pmark img {
    display: inline-block;
    margin-left: 1em;
}
#footer table {
    width: 100%;
    font-size: 13px;
}
#footer table th {
    padding: 0.5em;
    white-space: nowrap;
    text-align: right;
    border-bottom: solid 2px #496b92;
    padding-right: 2em;
}
#footer table td {
    padding: 0.5em;
    text-align: left;
    border-bottom: solid 2px #496b92;
}
#footer table tr:last-child th, #footer table tr:last-child td {
    border-bottom: none;
}
#footer .privacy a {
    color: #fff;
    text-decoration: underline;
}
#footer .copyright {
    font-size: 12px;
    color: #fff;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 767px) {
    #footer {
        padding-bottom: 30vw;
    }
    #footer .foot_tbl {}
    #footer .foot_tbl li:first-child {
        width: 100%;
        order: 2;
        padding-right: 5%;
    }
    #footer .foot_tbl li:nth-child(2) {
        width: 100%;
        order: 1;
    }
    #footer table th {
        padding-right: 1em;
    }
    #footer .copyright {
        font-size: 2vw;
    }
    #footer .logo {
        width: 40%;
        margin-top: 2em;
        display: inline-block;
    }
    #footer .pmark {
        display: inline-block;
    }
    #footer .pmark img {
        height: 15vw;
        width: auto;
    }
}
/*end フッター*/
/*コンテンツ*/
#container {
    width: 100%;
}
h2.subt {
    margin: 0 auto 1em;
    font-size: 40px;
    color: #0271CC;
    font-weight: 700;
    text-align: center;
    position: relative;
}
h2.subt:before {
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    width: 60px;
    height: 61px;
    background-image: url(../img/subt_logo.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}
@media screen and (max-width: 767px) {
    h2.subt {
        font-size: 5vw;
    }
    h2.subt:before {
        top: -15vw;
        width: 10vw;
        height: 11vw;
    }
}
/*end コンテンツ*/
/*contact_box*/
.contactbox {
    background-color: #0178BA;
    padding: 4em 0;
    text-align: center;
}
.contactbox h2 {
    margin-bottom: 0.5em;
    font-size: 38px;
    font-weight: 700;
    color: #fff;
}
@media screen and (max-width: 1400px) {
    .contactbox h2 {
        font-size: 2.7vw;
    }
    .contactbox .btn {
        width: 40vw;
        margin: 0 auto;
    }
}
@media screen and (max-width: 767px) {
    .contactbox h2 {
        font-size: 5vw;
    }
    .contactbox .btn {
        width: 70vw;
        margin: 0 auto;
    }
}
/*end contact_box*/
/*servicelist*/
.servicelist {
    padding-top: 150px;
    background: #fff;
}
.servicelist .inner {
    max-width: 1400px;
    width: 96%;
    margin: 0 auto;
}
.servicelist .service_li {
    display: -webkit-box; /*--- Androidブラウザ用 ---*/
    display: -ms-flexbox; /*--- IE10 ---*/
    display: -webkit-flex; /* Safari */
    display: -webkit-box-flex; /* Safari */
    display: flex;
    -ms-flex-wrap: wrap; /*--- IE10用 ---*/
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
    -ms-justify-content: space-between; /*--- IE10用 ---*/
    -webkit-justify-content: space-between; /* Safari */
    justify-content: space-between;
    gap: 100px 30px;
    max-width: 1200px;
    width: 90%;
    margin: 6em auto;
}
.servicelist .service_li li {
    max-width: 375px;
    width: 30%;
    padding: 6em 1em 1em;
    box-sizing: border-box;
    box-shadow: 2px 4px 2px 2px rgba(0, 0, 0, 0.22);
    position: relative;
}
.servicelist .service_li li img {
    position: absolute;
    top: -60px;
    right: 0;
}
.servicelist .service_li h3 {
    margin-bottom: 1em;
    font-size: 27px;
    font-weight: 700;
    color: #004E79;
}
.servicelist .service_li p {
    font-size: 22px;
}
@media screen and (max-width: 1400px) {
    .servicelist .service_li h3 {
        font-size: 1.92vw;
    }
    .servicelist .service_li p {
        font-size: 1.56vw;
    }
}
@media screen and (max-width: 767px) {
    .servicelist {
        padding-top: 6em;
    }
    .servicelist .service_li {
        gap: 20vw 4%;
    }
    .servicelist .service_li li {
        max-width: 48%;
        width: 48%;
    }
    .servicelist .service_li h3 {
        font-size: 3.5vw;
    }
    .servicelist .service_li p {
        font-size: 100%;
    }
    .servicelist .service_li li img {
        width: 80%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}
/*end servicelist*/
/*resolution*/
.resolution {
    padding-top: 150px;
    padding-bottom: 4em;
    background: #fff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 16%, rgba(221, 231, 240, 1) 16%, rgba(221, 231, 240, 1) 100%);
}
.resolution .inner {
    max-width: 1400px;
    width: 96%;
    margin: 0 auto;
    overflow: hidden;
}
.resolution .resolution_li {
    max-width: 1260px;
    width: 96%;
    margin: 4em auto;
}
.resolution .resolution_li li {
    padding: 2em 1em;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}
.resolution .resolution_li li h3 {
    margin-bottom: 1em;
    color: #004E79;
    font-size: 24px;
    font-weight: 700;
}
.resolution .resolution_li li dl {
    display: -webkit-box; /*--- Androidブラウザ用 ---*/
    display: -ms-flexbox; /*--- IE10 ---*/
    display: -webkit-flex; /* Safari */
    display: -webkit-box-flex; /* Safari */
    display: flex;
    -ms-justify-content: space-between; /*--- IE10用 ---*/
    -webkit-justify-content: space-between; /* Safari */
    justify-content: space-between;
}
.resolution .resolution_li li dl dt {
    max-width: 400px;
    width: 400px;
}
.resolution .resolution_li li dl dd {
    width: calc(100% - 400px);
    padding-left: 1.5em;
    box-sizing: border-box;
    font-size: 20px;
}
.resolution .resolution_li li dl dd strong {
    font-weight: 700;
}
@media screen and (max-width: 1400px) {
    .resolution .resolution_li li dl dt {
        width: 28.46vw;
    }
    .resolution .resolution_li li dl dd {
        width: calc(100% - 28.46vw);
    }
}
@media screen and (max-width: 767px) {
    .resolution {
        padding-bottom: 0.1em;
    }
    .resolution .resolution_li li h3 {
        font-size: 100%;
    }
    .resolution .resolution_li li dl {
        -ms-flex-wrap: wrap; /*--- IE10用 ---*/
        -webkit-flex-wrap: wrap; /* Safari */
        flex-wrap: wrap;
    }
    .resolution .resolution_li li dl dt {
        max-width: 100%;
        width: 100%;
    }
    .resolution .resolution_li li dl dd {
        max-width: 100%;
        width: 100%;
        padding-left: 0;
        padding-top: 1em;
        font-size: 100%;
    }
}
/*end resolution*/
/*voice*/
.voice {
    padding: 150px 0 4em;
    background: #F6F6F6;
}
.voice .inner {
    max-width: 1400px;
    width: 96%;
    margin: 0 auto;
}
.voice .voice_li {
    max-width: 1260px;
    width: 96%;
    margin: 4em auto 0;
    display: -webkit-box; /*--- Androidブラウザ用 ---*/
    display: -ms-flexbox; /*--- IE10 ---*/
    display: -webkit-flex; /* Safari */
    display: -webkit-box-flex; /* Safari */
    display: flex;
    -ms-flex-wrap: wrap; /*--- IE10用 ---*/
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
    -ms-justify-content: space-between; /*--- IE10用 ---*/
    -webkit-justify-content: space-between; /* Safari */
    justify-content: space-between;
}
.voice .voice_li li {
    width: 47%;
    background: #fff;
    margin-bottom: 2em;
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.4);
}
.voice .voice_li .title {
    width: 100%;
    display: -webkit-box; /*--- Androidブラウザ用 ---*/
    display: -ms-flexbox; /*--- IE10 ---*/
    display: -webkit-flex; /* Safari */
    display: -webkit-box-flex; /* Safari */
    display: flex;
    -ms-justify-content: space-between; /*--- IE10用 ---*/
    -webkit-justify-content: space-between; /* Safari */
    justify-content: space-between;
    align-items: center;
    background: #0178BA;
}
.voice .voice_li .title dt, .voice .voice_li .title dd {
    width: 50%;
}
.voice .voice_li .title dt {
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}
.voice .voice_li .txt {
    margin: 1em 1em 0;
    padding-bottom: 2em;
}
.voice .voice_li .txt.user {
    border-bottom: 1px solid #3F3F46;
}
.voice .voice_li .txt .ti {
    margin-bottom: 0.5em;
    padding-left: 1.5em;
    background-position: left center;
    background-repeat: no-repeat;
    font-weight: 700;
    font-size: 24px;
}
.voice .voice_li .txt.user .ti {
    background-image: url("../img/voice_icon_user.png");
    color: #0271CC;
}
.voice .voice_li .txt.comp .ti {
    background-image: url("../img/voice_icon_comp.png");
    color: #F6903E;
}
@media screen and (max-width: 1400px) {
    .voice .voice_li .title dt {
        font-size: 1.99vw;
    }
    .voice .voice_li .txt .ti {
        background-size: auto 60%;
        font-size: 1.7vw;
    }
}
@media screen and (max-width: 767px) {
    .voice {
        padding-top: 6em;
    }
    .voice .voice_li li {
        width: 100%;
    }
    .voice .voice_li .title dt {
        font-size: 4vw;
    }
    .voice .voice_li .txt .ti {
        background-size: auto 60%;
        font-size: 4vw;
    }
}
/*end voice*/
/*reason*/
.reason {
    padding: 150px 0 4em;
    background-image: url(../img/reason_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.reason .inner {
    max-width: 1400px;
    width: 96%;
    margin: 0 auto;
}
.reason .reason_li {
    display: -webkit-box; /*--- Androidブラウザ用 ---*/
    display: -ms-flexbox; /*--- IE10 ---*/
    display: -webkit-flex; /* Safari */
    display: -webkit-box-flex; /* Safari */
    display: flex;
    -ms-justify-content: space-between; /*--- IE10用 ---*/
    -webkit-justify-content: space-between; /* Safari */
    justify-content: space-between;
    margin-bottom: 4em;
}
.reason .reason_li:last-child {
    margin-bottom: 0;
}
.reason .reason_li dt {
    max-width: 740px;
    width: 52.8%;
}
.reason .reason_li dd {
    width: 45%;
}
.reason .reason_li dd h3 {
    margin-bottom: 0.5em;
    font-size: 28px;
    font-weight: 700;
    color: #005193;
}
.reason .reason_li dd p {
    font-size: 20px;
}
.reason .reason_li dd p strong {
    font-weight: 700;
}
@media screen and (max-width: 1400px) {
    .reason .reason_li dd h3 {
        font-size: 1.99vw;
    }
    .reason .reason_li dd p {
        font-size: 1.42vw;
    }
}
@media screen and (max-width: 767px) {
    .reason {
        padding-top: 6em;
        background-size: 100% auto;
        background-repeat: repeat-y;
    }
    .reason .reason_li {
        -ms-flex-wrap: wrap; /*--- IE10用 ---*/
        -webkit-flex-wrap: wrap; /* Safari */
        flex-wrap: wrap;
    }
    .reason .reason_li dt {
        max-width: 100%;
        width: 100%;
        order: 1;
    }
    .reason .reason_li dd {
        max-width: 100%;
        width: 100%;
        order: 2;
    }
    .reason .reason_li dd h3 {
        margin-top: 1em;
        font-size: 5vw;
    }
    .reason .reason_li dd p {
        font-size: 100%;
    }
}
/*end reason*/
/*qa*/
.qa {
    padding: 150px 0 4em;
    background: #EDF5FC;
}
.qa h2.subt {
    text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
}
.qa .qa_li {
    max-width: 840px;
    width: 90%;
    margin: 0 auto 1em;
}
.qa .qa_li dt {
    position: relative;
    z-index: 1;
    padding: 0.3em 3em 0.3em 90px;
    font-size: 20px;
    font-weight: 700;
    box-sizing: border-box;
    background-color: #fff;
    background-image: url(../img/qa_q.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 46px auto;
}
.qa .qa_li dt:after {
    position: absolute;
    top: 0.4em;
    right: 1em;
    z-index: 2;
    content: "";
    width: 1.3em;
    height: 1.3em;
    background-image: url("../img/qa_arrow.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    transition: 0.5s;
}
.qa .qa_li dt.open:after {
    transform: rotate(180deg);
}
.qa .qa_li dd {
    position: relative;
    display: none;
    padding-left: 90px;
    padding-right: 3em;
    padding-bottom: 1em;
    margin-top: 1em;
    box-sizing: border-box;
    background-image: url(../img/qa_a.png);
    background-repeat: no-repeat;
    background-position: 20px top;
    background-size: 47px auto;
    font-size: 20px;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 767px) {
    .qa {
        padding-top: 6em;
    }
    .qa .qa_li dt {
        padding-left: 2.8em;
        padding-right: 1.5em;
        background-position: 10px center;
        background-size: 30px auto, 100% auto;
        font-size: 4vw;
    }
    .qa .qa_li dt:after {
        top: 0.5em;
        right: 0.5em;
        width: 1.2em;
        height: 1.2em;
    }
    .qa .qa_li dd {
        padding-right: 0;
        background-position: left top;
        background-size: 30px auto;
        padding-left: 40px;
        font-size: 100%;
    }
}
/*end qa*/
/*every*/
.every {
    padding: 150px 0 4em;
}
.every .subt .obi {
    position: absolute;
    top: -60px;
    left: -90px;
}
.every .inner {
    width: 98%;
    max-width: 1042px;
    margin: 0 auto;
}
.every_li {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    /*--- Androidブラウザ用 ---*/
    display: -ms-flexbox;
    /*--- IE10 ---*/
    display: -webkit-flex;
    /* Safari */
    display: -webkit-box-flex;
    /* Safari */
    display: flex;
    -ms-flex-wrap: wrap;
    /*--- IE10用 ---*/
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap;
    -ms-justify-content: center;
    /*--- IE10用 ---*/
    -webkit-justify-content: center;
    /* Safari */
    justify-content: center;
}
.every_li li {
    width: 19%;
    padding: 1em 0;
    margin: 0 0.5% 1em;
    box-sizing: border-box;
    text-align: center;
    border: solid 2px #99aabe;
    border-radius: 10px;
}
.every_li li img {
    margin-bottom: 1em;
}
.every_li li h3 {
    display: table;
    width: 100%;
    height: 3em;
    margin-bottom: 1em;
    background: #1b518e;
}
.every_li li h3 span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
}
.every_li li h4 {
    display: none;
    padding: 0 0.5em;
    margin: 0.5em auto;
    border-bottom: solid 2px #f9c338;
    font-size: 13px;
    font-weight: 700;
}
.every_li li p {
    font-size: 14px;
}
@media screen and (max-width: 1250px) {
    .every_li li h3 span {
        font-size: 1.2vw;
    }
}
@media screen and (max-width: 1024px) {
    .every .inner {
        width: 98%;
    }
    .every_li li {
        width: 30%;
    }
    .every_li li h3 {
        margin-bottom: 0;
    }
    .every_li li h4 {
        position: relative;
        display: block;
        width: 70%;
    }
    .every_li li h4:after {
        position: absolute;
        top: 0.7em;
        right: 0;
        z-index: 2;
        content: "";
        width: 7px;
        height: 6px;
        background-image: url(../img/every_arrow.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% auto;
        transition: 0.5s;
    }
    .every_li li h4.open:after {
        transform: rotate(180deg);
    }
    .every_li li p {
        display: none;
        font-size: 1.2vw;
    }
    .every_li li .open p {
        display: block;
    }
}
@media screen and (max-width: 767px) {
    .every .subt img {
        width: 90%;
    }
    .every_li {
        width: 98%;
        -ms-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
    .every_li li {
        margin: 0 0.5% 1em;
    }
    .every .subt span {
        font-size: 4.5vw;
    }
    .every .subt .obi {
        width: 40%;
        left: 0;
        top: -2em;
    }
    .every_li li h3 span {
        font-size: 3.0vw;
    }
    .every_li li p {
        font-size: 3.5vw;
    }
}
/*end every*/
/*form*/
#form {
    padding: 150px 0 4em;
    background: #F6F6F6;
    text-align: center;
}
#form .inner {
    width: 98%;
    max-width: 1400px;
    margin: 0 auto;
    box-sizing: border-box;
}
#form h2.subt {
    text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
}
#form .gray {
    max-width: 1020px;
    padding: 2em;
    margin: 0 auto 2em;
}
#form .kyugyo {
    margin-bottom: 30px;
    margin-top: -30px;
    color: red;
}
#form .tel {
    margin-bottom: 2em;
}
#form .tel h4 {
    display: inline-block;
    padding: 0 1em;
    margin-bottom: 1em;
    background: url(../img/form_subt_l.png), url(../img/form_subt_r.png);
    background-position: left bottom, right bottom;
    background-repeat: no-repeat;
    font-family: 'Noto Serif JP', serif;
    font-size: 18px;
    color: #1b518e;
    font-weight: bold;
}
#form .tel p {
    font-size: 14px;
    color: #1b518e;
}
#form .tel p img {
    max-width: 307px;
}
#form .form {
    width: 98%;
    margin: 0 auto;
}
#form .form dl {
    width: 100%;
    display: table;
    margin-bottom: 1em;
}
#form dt {
    display: table-cell;
    vertical-align: top;
    width: 8em;
    padding-right: 2em;
    font-size: 28px;
    font-weight: 700;
    text-align: right;
}
#form dd {
    display: table-cell;
    vertical-align: top;
    text-align: left;
    font-size: 20px;
}
#form input, #form textarea {
    font-size: 20px;
}
#form select {
    padding: 0.5em;
    box-sizing: border-box;
    border: solid 1px #333;
    -webkit-box-shadow: 3px 3px 3px rgb(0 0 0 / 40%);
    box-shadow: 3px 3px 3px rgb(0 0 0 / 40%);
}
#form input.w70, #form textarea.w70 {
    width: 70%;
    padding: 0.5em;
    box-sizing: border-box;
    border: solid 1px #333;
    -webkit-appearance: none;
    -webkit-box-shadow: 3px 3px 3px rgb(0 0 0 / 40%);
    box-shadow: 3px 3px 3px rgb(0 0 0 / 40%);
}
#form input.w100, #form textarea.w100 {
    width: 100%;
    padding: 0.5em;
    box-sizing: border-box;
    border: solid 1px #333;
    -webkit-appearance: none;
    -webkit-box-shadow: 3px 3px 3px rgb(0 0 0 / 40%);
    box-shadow: 3px 3px 3px rgb(0 0 0 / 40%);
}
#form button {
    border: none;
    background: none;
    opacity: 1;
    transition: 0.5s;
}
#form button:hover {
    opacity: 0.6;
}
#form .note {
    margin-bottom: 2em;
}
#form .note a {
    text-decoration: underline;
}
#form label.error {
    display: block;
    color: #cd4040;
    font-size: 14px;
    margin-top: 5px;
}
.must {
    width: 2em;
    background-color: #cd4040;
    padding: 2px 0.8em;
    font-size: 12px;
    color: #FFF;
    margin: 0px 5px;
}
.any {
    width: 2em;
    background-color: #3f6fe9;
    padding: 2px 0.8em;
    font-size: 12px;
    color: #FFF;
    margin: 0px 5px;
}
#form .policy-text {
    height: 200px;
    overflow-y: scroll;
    font-size: 14px;
    padding: 10px;
    margin-bottom: 1em;
    border: 1px solid #707070;
    text-align: left;
}
#form input[type="checkbox"] {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#form input[type="checkbox"] {
    cursor: pointer;
    padding-left: 30px; /*label手前にチェックボックス用の余白を開ける*/
    vertical-align: middle;
    position: relative;
}
#form input[type="checkbox"]::before, #form input[type="checkbox"]::after {
    content: "";
    display: block;
    position: absolute;
}
#form input[type="checkbox"]::before {
    background-color: #fff;
    border-radius: 0%;
    border: 1px solid #666464;
    width: 20px; /*チェックボックスの横幅*/
    height: 20px; /*チェックボックスの縦幅*/
    transform: translateY(-50%);
    top: -2px;
    left: 5px;
}
#form input[type="checkbox"]::after {
    border-bottom: 3px solid #666464; /*チェックの太さ*/
    border-left: 3px solid #666464; /*チェックの太さ*/
    opacity: 0; /*チェック前は非表示*/
    height: 6px; /*チェックの高さ*/
    width: 11px; /*チェックの横幅*/
    transform: rotate(-45deg);
    top: -7px; /*チェック時の位置調整*/
    left: 10px; /*チェック時の位置調整*/
}
#form input[type="checkbox"]:checked::after {
    opacity: 1; /*チェック後表示*/
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 767px) {
    #form .gray {
        width: 90%;
        padding: 1em 0;
    }
    #form {
        padding-top: 6em;
    }
    #form .notebox {
        padding: 1em 2em;
        margin-bottom: 3.5em;
        font-size: 100%;
    }
    #form h2.subt {
        font-size: 5vw;
        margin-bottom: 1em;
    }
    #form .tel p img {
        max-width: 80%;
    }
    #form .form dl, #form .form dl dt, #form .form dl dd {
        display: block;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }
    #form input.w70, #form textarea.w70 {
        width: 60%;
    }
    #form input, #form textarea {
        font-size: 100%;
    }
    #form .privacy {
        width: 96%;
        font-size: 80%;
    }
    #form dt {
        font-size: 4vw;
        padding-right: 1em;
        margin-bottom: 0.5em;
    }
    #form button {
        width: 70%;
    }

}
/*end　form*/
/*thanks*/
.thanks #mv {
    background-color: #1b518e;
}
.thanks .mv_tbl {
    max-width: 1273px;
    width: 98%;
    margin: 0 auto;
    display: table;
}
.thanks .mv_tbl li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.thanks .mv_tbl li:first-child {
    width: 22%;
    padding: 1em 0;
}
.thanks .mv_tbl li:nth-child(2) {
    width: 56%;
    padding: 1em 0;
    position: relative;
}
.thanks .mv_tbl li .logo {
    max-width: 145px;
    width: 25%;
    position: absolute;
    top: 0.5em;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.thanks .mv_tbl li .title {
    width: 80%;
    max-width: 570px;
}
.thanks .mv_tbl li .title2 {
    width: 80%;
    max-width: 515px;
}
.thanks .dl {
    margin-top: 80px;
    text-align: center;
    padding-bottom: 1em;
}
.thanks .dl p {
    font-size: 24px;
    margin-bottom: 2em;
}
.thanks .dl a {
    display: inline-block;
    border-bottom: solid 1px #0a3ffa;
    padding: 0 1em;
    color: #0a3ffa;
}
.thanks .textbox {
    min-height: calc(100vh - 800px);
    margin-top: 80px;
    padding: 0 1em 4em;
    font-size: 20px;
    text-align: center;
}
.thanks .tx_btm {
    text-align: center;
    margin-bottom: 4em;
}
@media screen and (max-width: 1116px) {}
@media screen and (max-width: 767px) {
    .thanks .mv_tbl li:nth-child(2) {
        width: 65%;
    }
    .thanks .mv_tbl li .logo {
        width: 30%;
    }
    .thanks #container .inner {
        min-height: calc(100vh - 500px);
    }
    .thanks .dl {
        margin-top: 4em;
    }
    .thanks .dl p {
        font-size: 4vw;
    }
    .thanks .textbox {
        margin-top: 4em;
        font-size: 3.5vw;
    }
}
/*end thanks*/
/*共通*/
.tx_ce {
    text-align: center;
}
.tx_lf {
    text-align: left;
}
.pc_br {
    display: inline;
}
.sp_br {
    display: none;
}
.mb1 {
    margin-bottom: 1em;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 767px) {
    .pc_br {
        display: none;
    }
    .sp_br {
        display: inline;
    }
}
/*end 共通*/