@charset "UTF-8";
@media screen and (min-width: 769px), print {
  .online {
    font-size: 1.6rem;
    letter-spacing: .075em;
    line-height: 1.75;
  }
  .online .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .online .leadTxt {
    letter-spacing: .08em;
    margin-top: 52px;
  }
  .online_block {
    margin: 0 auto;
    width: 940px;
  }
  .online_block .inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .online_block .inner .img {
    margin-right: 38px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 450px;
  }
  .online_block .inner .img > figure {
    -moz-border-radius: 10px;
         border-radius: 10px;
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
         box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
  .online_block .inner .txt {
    width: -webkit-calc(100% - 488px);
    width: -moz-calc(100% - 488px);
    width: calc(100% - 488px);
  }
  .online_block .inner .txt .headline {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: 'Noto Serif JP', serif;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: .12em;
    line-height: 1.5;
    padding-left: 30px;
    padding-right: 27px;
    position: relative;
  }
  .online_block .inner .txt .headline:before, .online_block .inner .txt .headline:after {
    content: '';
    height: 47px;
    position: absolute;
    bottom: -4px;
    width: 17px;
  }
  .online_block .inner .txt .headline:before {
    background: url(../images/icon_left.png) center/contain no-repeat;
    left: 0;
  }
  .online_block .inner .txt .headline:after {
    background: url(../images/icon_right.png) center/contain no-repeat;
    right: 0;
  }
  .online_block .inner .txt .headline .dot {
    color: #de0b0b;
    font-weight: 700;
    position: relative;
  }
  .online_block .inner .txt .headline .dot:before {
    background-color: #000;
    -moz-border-radius: 50%;
         border-radius: 50%;
    content: '';
    height: 4px;
    position: absolute;
    top: -4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 4px;
  }
  .online_block .inner .txt .headline .dot.large {
    font-size: 3.4rem;
  }
  .online_block .inner .txt .headline .dot.large:before {
    top: 6px;
  }
  .online_block .inner .txt .ttl {
    border-bottom: 1px solid #dcdcdc;
    font-family: 'Noto Serif JP', serif;
    font-size: 3.3rem;
    font-weight: 700;
    line-height: 1;
    margin-top: 28px;
    padding-bottom: 25px;
  }
  .online_block .inner .txt .desc {
    -moz-font-feature-settings: 'palt';
         font-feature-settings: 'palt';
    margin-top: 20px;
  }
  .online_block .inner .txt .desc .borderline {
    display: inline;
    font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro W6', sans-serif;
    font-weight: 700;
    position: relative;
    white-space: nowrap;
  }
  .online_block .inner .txt .desc .borderline:before {
    background-color: #ffea00;
    content: '';
    display: inline;
    height: 6px;
    position: absolute;
    bottom: 3px;
    -webkit-transform: skewX(-45deg);
       -moz-transform: skewX(-45deg);
        -ms-transform: skewX(-45deg);
            transform: skewX(-45deg);
    width: 100%;
    z-index: -1;
  }
  .online_block .inner .txt .desc .borderline.delete-leftSpace {
    margin-left: -5px;
  }
  .online_block .inner .txt .desc .borderline.delete-rightSpace {
    margin-right: -4px;
  }
  .online_block .inner .txt .desc .nowrap {
    white-space: nowrap;
  }
  .online_block .inner .txt .attention {
    color: #de0b0b;
    font-size: 1.4rem;
    padding-left: 1em;
    margin-top: 15px;
    text-indent: -1em;
  }
  .online_block .btn {
    margin: 46px auto 0;
    height: 57px;
    width: 330px;
  }
  .online_block + .online_block {
    margin-top: 132px;
  }
  .online_block + .online_block .inner .img {
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 0;
    margin-left: 38px;
  }
  .online_block + .online_block .inner .txt {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .online_block + .online_block .inner .txt .dot {
    font-size: 3rem;
    padding-bottom: 4px;
  }
  .online_block:last-of-type {
    margin-bottom: 136px;
  }
}

@media screen and (max-width: 768px) {
  .online {
    font-size: 3.38542vw;
    letter-spacing: .05em;
    line-height: 1.61;
  }
  .online .leadTxt {
    margin-top: 7.03125vw;
  }
  .online_block {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding: 0 3.90625vw;
  }
  .online_block .inner .img {
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
         box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }
  .online_block .inner .img > figure {
    -moz-border-radius: 1.30208vw;
         border-radius: 1.30208vw;
    overflow: hidden;
  }
  .online_block .inner .txt .headline {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: baseline;
       -moz-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: 'Noto Serif JP', serif;
    font-size: 3.38542vw;
    font-weight: 500;
    letter-spacing: .075em;
    line-height: 1;
    padding-left: 4.16667vw;
    padding-right: 4.16667vw;
    position: relative;
  }
  .online_block .inner .txt .headline:before, .online_block .inner .txt .headline:after {
    content: '';
    height: 5.98958vw;
    position: absolute;
    bottom: -0.52083vw;
    width: 2.21354vw;
  }
  .online_block .inner .txt .headline:before {
    background: url(../images/icon_left.png) center/contain no-repeat;
    left: 0;
  }
  .online_block .inner .txt .headline:after {
    background: url(../images/icon_right.png) center/contain no-repeat;
    right: 0;
  }
  .online_block .inner .txt .headline .dot {
    color: #de0b0b;
    font-weight: 700;
    margin-top: 8.07292vw;
    position: relative;
  }
  .online_block .inner .txt .headline .dot:before {
    background-color: #000;
    -moz-border-radius: 50%;
         border-radius: 50%;
    content: '';
    height: 0.52083vw;
    position: absolute;
    top: -1.95313vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0.52083vw;
  }
  .online_block .inner .txt .headline .dot.large {
    font-size: 4.42708vw;
  }
  .online_block .inner .txt .headline .dot.large:before {
    top: -0.91146vw;
  }
  .online_block .inner .txt .ttl {
    border-bottom: 0.26042vw solid #dcdcdc;
    font-family: 'Noto Serif JP', serif;
    font-size: 4.6875vw;
    font-weight: 700;
    line-height: 1;
    margin-top: 3.77604vw;
    padding-bottom: 4.55729vw;
  }
  .online_block .inner .txt .desc {
    -moz-font-feature-settings: 'palt';
         font-feature-settings: 'palt';
    margin-top: 3.90625vw;
  }
  .online_block .inner .txt .desc .borderline {
    display: inline;
    font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro W6', sans-serif;
    font-weight: 700;
    position: relative;
    white-space: nowrap;
  }
  .online_block .inner .txt .desc .borderline:before {
    background-color: #ffea00;
    content: '';
    display: inline;
    height: 1.5625vw;
    position: absolute;
    bottom: 0.26042vw;
    -webkit-transform: skewX(-45deg);
       -moz-transform: skewX(-45deg);
        -ms-transform: skewX(-45deg);
            transform: skewX(-45deg);
    width: 100%;
    z-index: -1;
  }
  .online_block .inner .txt .desc .borderline.delete-leftSpace {
    margin-left: -0.91146vw;
  }
  .online_block .inner .txt .desc .borderline.delete-rightSpace {
    margin-right: -0.78125vw;
  }
  .online_block .inner .txt .desc .nowrap {
    white-space: nowrap;
  }
  .online_block .inner .txt .attention {
    color: #de0b0b;
    font-size: 3.125vw;
    padding-left: 1em;
    margin-top: 4.94792vw;
    text-indent: -1em;
  }
  .online_block .btn {
    margin: 7.03125vw auto 0;
    height: 9.63542vw;
    width: 74.21875vw;
  }
  .online_block + .online_block {
    margin-top: 17.70833vw;
  }
  .online_block + .online_block .inner .txt .dot {
    font-size: 4.42708vw;
  }
  .online_block:last-of-type {
    margin-bottom: 17.70833vw;
  }
}
