@charset "utf-8";

html, body                 {width:100%;margin:0 auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
body                       {-webkit-text-size-adjust:100%;}
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
table, caption, tbody, tfoot, thead, tr, th, td, p,
fieldset, form, label, legend, input,
article, aside, canvas, figure, figcaption,
footer, header, nav, section,
b, u, i                    {margin:0;padding:0;list-style:none;font-style:normal;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
main                       {display: block;}
a                          {outline:none;}
img                        {border:1 none;vertical-align:top;max-width:100%;height:auto;}
em                         {font-style:normal;font-weight:bold;}
nav ul, nav li             {list-style:none;}
.h a, .f a,
nav a, nav span            {text-decoration:none;}
table                      {border-collapse:collapse;}
p, li                      {line-height: 1.6;}

/* ----------------------------------------------- font */
@font-face                 {font-family:'Yu Gothic M';src:local("Yu Gothic Medium"),local("Yu Gothic");font-weight:500;}
html                       {font-size:62.5%;}
body                       {font-size:16px;font-size:1.6rem;font-family: 'Noto Sans JP', "YuGothic M", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;}
h1, h2,  h3                {font-weight:normal;}
.mincho                    {font-family: 'Noto Serif JP', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", Times, serif;}
.en                        {font-family: 'Noto Sans JP', sans-serif;font-weight: 100;}
.en_serif                  {font-family: "Times New Roman", Times, serif;}

/* ============================================================== base */
html, body                 {height:100%;}
body                       {background:#f3f3f3;color:#222;-webkit-text-size-adjust:100%;}
.no-br                     {display:none;}
@media (min-width: 750px){
    a[href*="tel:"]            {pointer-events: none;cursor: default;text-decoration: none;}
}
@media screen and (min-width: 1000px){
    .no-br                     {display:inline;}
}
a                          {color:#249;}
a:visited                  {}
a:hover                    {color:#46b;}
a > img                    {vertical-align:top;transition:0.3s;}
a:hover > img              {opacity:0.75;}

/* ============================================================== doc frame */
.doc {
    font-size: 4vw;
}
@media (min-width: 400px){
    .doc {
        font-size: 16px;
    }
}
.doc_m {
    padding-bottom: 5em;
}
.doc_m_inr {
    padding: 2em 1em 1em;
}
.doc_s {
    position: fixed;
    z-index: 99;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #fff;
}
.doc_s_inr {
    padding: 0.5em;
    text-align: center;
}
@media screen and (min-width: 1000px){
    .doc_wrp {
        display: flex;
    }
    .doc_m {
        width: 100%;
        padding-bottom: 0;
        padding-right: 20em;
    }
    .doc_m_inr {
        max-width: 1280px;
        margin-left: auto;
        margin-right: auto;
        padding: 3em 1em;
    }
    .doc_s {
        width: 20em;
        height: 100vh;
        top: 0;
        bottom: auto;
        left: auto;
        right: 0;
        display: flex;
        align-items: center;
    }
    .doc_s_inr {
        width: 100%;
        font-size: 87.5%;
        padding: 1em;
        top: 0;
    }
}

/* ============================================================== main */
.sct {
    margin-bottom: 3em;
}
@media screen and (min-width: 1000px){
    .sct {
        margin-bottom: 3em;
    }
}
.sct_ttl {
    text-align: center;
    margin: 0 auto 1em;
}
.sct_ttl i {
    position: relative;
    display: block;
}
.sct_ttl i:nth-of-type(1) {
    color: #000;
    font-size: 180%;
    margin-bottom: 0.2em;
    letter-spacing: 0.2em;
}
.sct_ttl i:nth-of-type(2) {
    color: #666;
    font-size: 87.5%;
}
.sct_ttl i:nth-of-type(3) {
    color: #000;
    font-size: 130%;
    margin-bottom: 0.2em;
    letter-spacing: 0.2em;
}

.sct_ttl i:nth-of-type(4) {
    color: #666;
    font-size: 80%;
}

/* --------------------------------- plan */
.plan_box {
    padding: 1em;
    margin: 0 auto 0.5em;
}
.plan_ttl {
    padding-bottom: 0.5em;
    text-align: center;
}
.plan_ttl i {
    display: block;
    line-height: 160%;
}
.plan_ttl i:nth-of-type(1) {
    font-size: 140%;
}
.plan_box .mini,
.plan_box .line,
.plan_box dl {
    background: rgba(0,0,0,0.2);
    border-radius: 0.2em;
}
.plan_box .mini {
    font-size: 87.5%;
    padding: 0.5em;
    text-align: right;
}
.plan_box .line {
    padding: 0.5em;
    margin-bottom: 0.2em;
}
.plan_box .through {
    display: inline-block;
    position: relative;
}
.plan_box .through:before,
.plan_box .through:after {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #000;
    left: 0;
}
.plan_box .through:before {
    top: calc(50% - 1px);
}
.plan_box .through:after {
    top: calc(50% + 1px);
}
.plan_box .mini i {
    display: inline-block;
    line-height: 120%;
}
.plan_box dl {
    padding: 0.5em;
    display: table;
    width: 100%;
    margin-bottom: 0.2em;
}
.plan_box dl:last-of-type {
    border-bottom: 0 none;
}
.plan_box dt,
.plan_box dd {
    display: table-cell;
}
.plan_box dt {
    white-space: nowrap;
}
.plan_box dd {
    text-align: right;
}
.plan_box dd i {
    display: block;
}
.plan_box:nth-of-type(1)                 {background:#e61;color:#fff;}
.plan_box:nth-of-type(1) h3 i:last-child {background:#fff;color:#e61;}
.plan_box:nth-of-type(2)                 {background:#3a6;color:#fff;}
.plan_box:nth-of-type(2) h3 i:last-child {background:#fff;color:#3a6;}
.plan_box:nth-of-type(3)                 {background:#3be;color:#fff;}
.plan_box:nth-of-type(3) h3 i:last-child {background:#fff;color:#3be;}
.plan_box:nth-of-type(4)                 {background:#c6a;color:#fff;}
.plan_box:nth-of-type(4) h3 i:last-child {background:#fff;color:#c6a;}

@media screen and (min-width: 750px){
    .plan_lst {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .plan_box {
        width: calc(50% - 0.5em);
    }
}
@media screen and (min-width: 1280px){
    .plan_box {
        width: calc(25% - 0.5em);
    }
}

/* --------------------------------- sct_1 */
.sct_1 {
}
.sct_1_fig {
    margin: 0 15% 0 0;
    position: relative;
}
.sct_1_r .sct_1_fig {
    margin: 0 0 0 15%;
}
.sct_1_txt {
    margin: -3em 0 0 1em;
    padding: 1em;
    position: relative;
    z-index: 3;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 0 0.5em rgba(128,128,128,0.2);
}
.sct_1_r .sct_1_txt {
    margin: -3em 1em 0 0;
}
.sct_1_txt:before,
.sct_1_txt:after {
    content: "";
    position: absolute;
    display: block;
}
.sct_1_txt:before {
    bottom: -1em;
    right: -1em;
    width: 0;
    height: 0;
    border: 1em solid transparent;
    border-bottom: 1em solid #ccc;
    transform: rotate(135deg);
}
.sct_1_txt:after {
    width: calc(100% - 0.6em - 2px);
    height: calc(100% - 0.6em - 2px);
    top: 0.3em;
    left: 0.3em;
    border:1px solid #ccc;
}
.sct_1_r .sct_1_txt:before {
    right: auto;
    left: -1em;
    transform: rotate(-135deg);
}
.sct_1_ttl {
    font-size: 130%;
    margin-bottom: 1em;
    position: relative;
    z-index: 3;
}
.sct_1_desc {
    position: relative;
    z-index: 3;
}
@media screen and (min-width: 750px){
    .sct_1 {
        display: flex;
        align-items: flex-start;
    }
    .sct_1_r {
        flex-direction: row-reverse;
    }
    .sct_1_r .sct_1_fig,
    .sct_1_fig {
        margin: 0;
        width: 50%;
    }
    .sct_1_txt {
        flex: 1;
        margin: 3em 0 0 -3em;
        padding: 2em;
    }
    .sct_1_r .sct_1_txt {
        margin: 3em -3em 0 0;
    }
    .sct_1_txt:before {
        bottom: -2em;
        right: -2em;
        border: 2em solid transparent;
        border-bottom: 2em solid #ccc;
    }
    .sct_1_r .sct_1_txt:before {
        left: -2em;
    }
    .sct_1_ttl {
        font-size: 150%;
    }
}
@media screen and (min-width: 1280px){
    .sct_1_txt {
        padding: 3em;
    }
}

/* ============================================================== aside */
.doc_s_logo,
.doc_s_ttl,
.doc_s_lead,
.doc_s_frm .frm_check,
.doc_s_note {
    display: none;
}
.doc_s_frm .btn_posi {
    font-size: 100%;
    border-radius: 3em;
    padding: 1em 2em 1em 3.5em;
    background-image: url("../../assets/images/login/btn_fig.png");
    background-repeat: no-repeat;
    background-size: 1em;
    background-position: 2em 50%;
    background-color: #299;
    line-height: 1;
}
.doc_s_frm .btn_posi:hover {
    background-color: #3aa;
}
.doc_s_frm .frm_check input[type=checkbox]:checked + i:after {
    border-color: #f60;
}
.doc_s_frm .frm_radio input[type=radio]:checked + i:after {
    background-color: #000;
}
.doc_s_logo {
    font-size: 100%;
    max-width: 72px;
    margin: 0 auto 0.2em;
}
.doc_s_ttl {
    color: #333;
    font-size: 100%;
    margin-bottom: 2em;
}
.doc_s_lead {
    color: #e30;
    font-size: 100%;
    margin-bottom: 1em;
}
.doc_s_note {
    font-size: 87.5%;
    color: #666;
    margin-top: 0.5em;
}
.doc_s_frm .frm_check {
    margin-top: 0.5em;
}
.doc_s_frm .frm_check {
    font-size: 87.5%;
}

@media screen and (min-width: 1000px){
    .doc_s_logo,
    .doc_s_ttl,
    .doc_s_lead,
    .doc_s_frm .frm_check,
    .doc_s_note {
        display: block;
    }
}
.btn-success {
    color: #fff;
    background-color: #2cd07e;
    border-color: #2cd07e;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08); }
    .btn-success:hover {
      color: #fff;
      background-color: #25b06b;
      border-color: #23a665; }
    .btn-success:focus, .btn-success.focus {
      box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0.2rem rgba(76, 215, 145, 0.5); }
    .btn-success.disabled, .btn-success:disabled {
      color: #fff;
      background-color: #2cd07e;
      border-color: #2cd07e; }
    .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
    .show > .btn-success.dropdown-toggle {
      color: #fff;
      background-color: #23a665;
      border-color: #219b5e; }
      .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
      .show > .btn-success.dropdown-toggle:focus {
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(76, 215, 145, 0.5); }
.btn-light {
  color: #212529;
  background-color: #f7fafc;
  border-color: #f7fafc;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08); }
  .btn-light:hover {
    color: #212529;
    background-color: #dbe9f2;
    border-color: #d2e3ee; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0.2rem rgba(215, 218, 220, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f7fafc;
    border-color: #f7fafc; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #d2e3ee;
    border-color: #c9ddeb; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(215, 218, 220, 0.5); }
