@charset "UTF-8";
/***************************
common
***************************/
#Contents {
    padding: 40px 0 0 0;
    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
}
#Clmbx {
    margin: 0 0 60px 0;
}
.btn a:hover{
    opacity: 0.7;
}
.com_maintitle {
    width: 940px;
    margin: 0 auto 50px;
}
.money_wrap {
    background: #ecfaff;
    padding: 69px 0 60px;
    margin-bottom: 46px;
}
.money_in {
    width: 940px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.money_in:last-child {
    margin-bottom: 0;
}
.money-ttl {
    font-size: 40px;
    font-weight: bold;
    color: #004ea2;
    margin-bottom: 25px;
    line-height: 1.36;
}
.money_flx {
    margin-bottom: 30px;
}
.money_dtl {
    width: 401px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.money_dtl:last-child {
    margin-bottom: 0;
}
.money_dtl dl {
    border-radius: 15px;
}
.money_dtl dl dt {
    color: #fff;
    background: #004ea2;
    border-radius: 15px 15px 0 0;
    line-height: 1.33;
    padding: 15px 0;
    font-size: 30px;
    text-align: center;
}
.money_dtl dl dd {
    border: 3px solid #004ea2;
    border-radius: 0 0 15px 15px;
    background: #fff;
    padding: 55px 0 50px;
    font-size: 36px;
    font-weight: bold;
    border-top: 0;
    box-sizing: border-box;
}
.money_dtl dl .is-fz {
    font-size: 20px;
}
.money_dtl dl dd span {
    font-size: 20px;
    font-weight: normal;
}
.money_dtl dl dd .zei {
    font-size: 16px;
}
.money_box {
    width: 401px;
    margin: 0 auto;
    border: 3px solid #224ea2;
    border-radius: 15px;
    background: #fff;
    padding: 46px 0 45px;
}
.money-pay {
    font-size: 36px;
    font-weight: bold;
}
.money-pay span {
    font-size: 20px;
    font-weight: normal;
}
.money-pay .zei {
    font-size: 16px;
}
.money-add {
    font-size: 14px;
    padding-top: 16px;
}
.money_btn {
    width: 300px;
    height: 50px;
    display: table;
    margin: 0 auto;
    border-radius: 25px;
    background: #ffdf00;
    box-shadow: 0 4px 0 #c1aa07;
}
.money_btn a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #000000;
    border-radius: 25px;
    background: #ffdf00;
    font-size: 18px;
    text-decoration: none;
}
.money_btn:hover {
    box-shadow: none;
    transform: translate(0,4px);
}
.money_btn a:hover {
    opacity: 0.7;
}
/***************************
search
***************************/
.com_srcbx {
    margin-bottom: 120px;
    border: 2px solid #1a36b1;
    padding: 60px 0;
    width: 940px;
    box-sizing: border-box;
}
.com_srcbx .srcin {
    padding: 0;
}
.com_srcbx .inner.is-width {
    margin: 0 auto;
    padding: 0;
    border: 0;
}
.com_srcbx .src_ttl {
    width: 665px;
}
/***************************
information
***************************/
.information{
    width: 940px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0 auto 119px;
}
.information .ttl {
    display: block;
    background: #0bb2ff;
    border-radius:20px 20px 0 0;
    font-size: 46px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 27px 0;
}
.information .infocov {
    padding: 47px 48px 45px;
    border: 4px solid #0bb2ff;
    border-top: none;
    background: #daf3ff;
    border-radius: 0 0 20px 20px;
}
.information .infoin dl {
    display: table;
    letter-spacing: -0.4em;
    width: 100%;
    margin: 0 0 32px;
}
.information .infoin dl:nth-child(2) {
    margin: 0 0 23px;
}
.information .infoin dl:last-child {
    margin: 0;
}
.information .infoin dl dt {
    display: table-cell;
    letter-spacing: normal;
    text-align: left;
    vertical-align: top;
    width: 96px;
}
.information .infoin dl dt span {
    display: inline-block;
    width: 96px;
    background: #0bb2ff;
    border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 24px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 12px 0;
}
.information .infoin dl dd {
    display: table-cell;
    letter-spacing: normal;
    text-align: left;
    vertical-align: top;
    padding: 10px 0 0 20px;
    font-size: 26px;
    line-height: 1.2;
    color: #000000;
    font-weight: bold;
    text-align: left;
}
.information .infoin dl dd .s2{
    font-size: 16px;
    font-weight: normal;
    font-feature-settings: "palt";
}
/*about*/
.about_wrap {
    background-color: #e5fff1;
    padding: 0 0 70px;
    margin: 0;
    width:100%;
    position: relative;
}
.about_in {
    margin: 0 auto;
    width: 100%;
}
.about_cnt2 {
    margin-bottom: 60px;
}
.about_cnt3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about_cnt3 dl {
    width: 450px;
}
.about_cnt3 dl dt {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #014190;
    border-radius: 100vh;
    padding: 21px 0;
    margin-bottom: 30px;
}
.about_cnt3 dl dd {
    font-size: 18px;
    line-height: 1.8;
    text-align: left;
}
/***************************
page
***************************/
.topimg {
    margin: 0 0 82px;
}
.topsub_img {
    margin-bottom: 35px;
}
.top_btn {
    display: inline-block;
    margin-bottom: 60px;
    width: 320px;
}
.top_btn:hover {
    opacity: 0.7;
}
.top_btn a {
    display: block;
    margin: 0 auto;
    border-radius: 40px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    background: #ff3b7d url(images/icn_search.png) no-repeat 40px 50%;
    padding: 20px 0 20px 21px;
}
.extdCnt_Intxt {
    background-color: #fff;
}
.extdCnt_Intxt p {
    font-size: 20px;
    line-height: 2;
    font-weight: 500;
    text-align: justify;
}
.mate_wrap {
    padding: 0 0 100px;
    background: #fff;
}
.mate_ttl {
    position: relative;
    background: #014190;
    padding: 53px 0;
    z-index: 0;
}
.mate_ttl:after {
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    border-top: 20px solid #014190;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    z-index: 7;
}
.matetxt_wrap {
    width: 940px;
    margin: 60px auto 0 auto;
}
.mateCnt_wrap {
    position: relative;
    width: 940px;
    margin: 150px auto 0 auto;
    border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #fefcef;
}
.mateCnt_ttl {
    position: absolute;
    top: -96px;
    left: 30px;
    z-index: 10;
}
.mateCnt-ttl {
    width: 180px;
    height: 180px;
}
.mateCnt-ttl span {
    width: 100%;
    height: 0;
    display: block;
    overflow: hidden;
    padding: 180px 0 0 0;
}
.mateCnt-ttl.l1 span {
    background: url(images/mate_ttl01.png) no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.mateCnt-ttl.l2 span {
    background: url(images/mate_ttl02.png) no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.mateCnt-ttl.l3 span {
    background: url(images/mate_ttl03.png) no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.mateCnt_img {
    text-align: center;
}
.mateCnt_wrap.n1 .mateCnt_img {
    position: relative;
}
.mateCnt_wrap.n1 {
    padding: 115px 0 79px;
    border: 6px solid #047bf5;
    margin-top: 239px;
}
.mateCnt_wrap.n2 {
    box-sizing: border-box;
    padding: 66px 50px;
    border: 6px solid #fc7100;
}
.mateCnt_wrap.n3 {
    padding: 135px 30px 76px;
    border: 6px solid #f33f94;
}
.mateTxt_tp {
    font-size: 28px;
    line-height: 1.6;
    font-weight: 500;
    text-align: left;
}
.n1 .mateTxt_tp {
    padding-bottom: 23px;
}
.n2 .mateTxt_tp {
    padding: 60px 34px 0 0;
    width: -webkit-calc(100% - 350px);
    width: calc(100% - 350px);
    box-sizing: border-box;
}
.n3 .mateTxt_tp {
    padding: 0 20px 20px;
}
.n1 .mateTxt_wrap {
    display: flex;
    padding: 0 20px 0 44px;
}
.n2 .mateTxt_wrap {
    display: flex;
    flex-wrap: wrap;
}
.n3 .mateCnt_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 60px;
}
.mateTxt_left {
    width: 456px;
}
.mateTxt_bx {
    width: 100%;
    border: 3px solid #ed393d;
    background-color: #fff;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 500;
    text-align: left;
    border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 20px 28px 16px;
    box-sizing: border-box;
}
.mateTxt_bx.is-ver3 {
    padding: 20px 22px;
    width: 348px;
    left: 32px;
    bottom: 106px;
    position: absolute;
    z-index: 2;
}
.n1-txt {
    display: block;
    text-align: center;
    line-height: 1;
    font-size: 30px;
    font-weight: 900;
    color: #ed393d;
    margin: 0 0 15px 0;
}
.n1-img {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 38px;
}
.n1-img a {
    pointer-events: none;
}
.n1-img a:hover {
    opacity: .7;
}
.youtube {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 26px;
}
.youtube .ttl {
    font-size: 24px;
    font-weight: bold;
    color: #00a0e9;
    margin: 0 0 15px 0;
}
.youtube .ttl span {
    display: flex;
    justify-content: center;
    align-items: center;
}
.youtube .ttl span:before,
.youtube .ttl span:after {
    content: '';
    width: 3px;
    height: 28px;
    background-color: #00a0e9;
}
.youtube .ttl span:before {
    margin-right: 25px;
    transform: rotate(-15deg)
}
.youtube .ttl span:after {
    margin-left: 25px;
    transform: rotate(15deg)
}
.youtube .mv iframe {
    width: 458px;
    height: 258px;
}
.mateTxt_dl {
    border: 3px solid #f33f94;
    border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 24px 24px;
    width: 405px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #fff;
}
.mateTxt_dl dt {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 500;
    text-align: center;
    color: #f33f94;
    font-feature-settings: "palt";
    padding: 0 0 20px;
}
.mateTxt_dl dt span {
    font-size: 42px;
    font-weight: bold;
}
.mateTxt_dl dd {
    font-size: 24px;
    line-height: 1.6;
    font-weight: 500;
    text-align: left;
}
.stepFlow_wrap {
    margin-bottom: 80px;
}
.step_ttl {
    margin-bottom: 70px;
}
.stepFlow_in {
    width: 860px;
    margin: 0 auto;
}
.step_img img {
    width: 100%;
    height: auto;
}
.freeCnt_wrap {
    width: 940px;
    margin: 0 auto 120px;
    padding: 76px 0 78px;
    background: url(images/freeCnt_bg.png) repeat 0 0;
    border-radius: 20px;
    box-sizing: border-box;
}
.freeCnt-ttl {
    width: 589px;
    height: 152px;
    margin: 0 auto 44px;
}
.freeCnt-ttl span {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 152px 0 0 0;
    background: url(images/freeCnt-ttl.png) no-repeat center center;
}
.autumnfree_img {
    margin: 0 0 40px;
}
.autumnfree_img:last-of-type {
    margin: 0;
}
.about-ttl {
    background: #009944;
    padding: 45px 0 44px;
    margin-bottom: 80px;
}
.about-ttl.is-ver2 {
    width: 855px;
    margin: 0 auto 48px;
    padding: 28px 0;
    border-radius: 15px;
    position: relative;
}
.about-ttl.is-ver2::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 20px 0px 20px;
    border-color: #009944 transparent transparent transparent;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
}
.about_read {
    max-width: 848px;
    font-size: 24px;
    line-height: 1.75;
    margin: 0 auto;
    text-align: left;
}
.about_in.ver2 {
    margin-bottom: 53px;
}
.about_in.ver3 {
    margin-bottom: 55px;
}
/***************************
application
***************************/
.application {
    width: 940px;
    border: 2px solid #00217a;
    padding: 55px 68px;
    box-sizing: border-box;
    margin: 0 auto;
}
.application.is-mbtm {
    margin-bottom: 119px;
}
.application .ttl {
    margin: 0 0 30px 0;
}
.application .btnbx {
    margin: 0 0 30px 0;
}
.application .btn {
    display: inline-block;
}
.application .btn:first-child {
    padding: 0 35px 0 0;
}