@charset "UTF-8";
/* Don't Edit */
html {
  font-size: 62.5%;
}

* {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

@media screen and (min-width: 769px) {
  /*----------------------------------------
    General
  ----------------------------------------*/
  p {
    margin-bottom: 2em;
    font-size: 16px;
    font-size: 1.8rem;
    color: #333;
    line-height: 160%;
  }
  li {
    margin-bottom: 1em;
    font-size: 20px;
    font-size: 2rem;
    list-style: none;
    font-weight: bold;
    line-height: 130%;
  }
  .img-r {
    width: 30%;
    margin: 0 0 1em 1em;
    float: right;
  }
  .img-l {
    margin: 0 1em 1em 0;
    float: left;
  }
  .of-h {
    width: 100%;
    overflow: hidden;
  }
  .break-sp {
    display: none;
  }
  p:last-child,
li:last-child,
dl:last-child,
dd:last-child,
.inner:last-child,
.text:last-child {
    margin-bottom: 0 !important;
  }
  .column2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .column2 li {
    margin-bottom: 0;
    width: 49.5%;
  }
  .column3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .column3 li, .column3 dl {
    margin-bottom: 0;
    width: 33%;
  }
  .box-black {
    display: flex;
    justify-content: space-between;
  }
  .box-black dl {
    padding: 3%;
    width: 33%;
    background: #000;
    border-radius: 1rem;
  }
  .box-black dl:last-child {
    margin-bottom: 0% !important;
  }
  .box-black dt {
    margin-bottom: 0.5em;
    font-size: 15px;
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
  }
  .box-black dd {
    padding: 0 !important;
  }
  .box-white {
    display: flex;
    justify-content: space-between;
  }
  .box-white dl {
    padding: 3%;
    width: 33%;
    background: #fff;
    border-radius: 1rem;
  }
  .box-white dl:last-child {
    margin-bottom: 0% !important;
  }
  .box-white dt {
    margin-bottom: 0.5em;
    font-size: 15px;
    font-size: 1.5rem;
    color: #000;
    font-weight: bold;
  }
  .box-white dd {
    padding: 0 !important;
  }
  /*----------------------------------------
    List
  ----------------------------------------*/
  ol {
    padding: 0;
    counter-reset: my-counter;
    list-style: none;
  }
  ol li {
    padding-left: 30px;
    position: relative;
  }
  ol li:before {
    margin-left: -30px;
    width: 22px;
    height: 22px;
    display: block;
    text-align: center;
    font-size: 15px;
    font-size: 1.5rem;
    color: #333;
    font-weight: bold;
    float: left;
    background-color: #fff;
    border-radius: 50%;
    content: counter(my-counter);
    counter-increment: my-counter;
  }
  .list-green {
    padding: 2.5em;
    background: #24b7b5;
    background: linear-gradient(to right, #24b7b5 0%, #67bf75 100%);
  }
  .list-green li {
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
  }
  .list-green li:last-child {
    margin-bottom: 0;
  }
  .list-blue {
    padding: 2.5em;
    background: #24b7b5;
    background: linear-gradient(to right, #002fb7 0%, #9700e2 100%);
  }
  .list-blue li {
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
  }
  .list-blue li:last-child {
    margin-bottom: 0;
  }
  .list-orange {
    padding: 2.5em;
    background: #ff8832;
    background: linear-gradient(to right, #ff8832 0%, #ff215c 100%);
  }
  .list-orange li {
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
  }
  .list-orange li:last-child {
    margin-bottom: 0;
  }
  .list-black {
    padding: 2.5em;
    background: black;
    border: 2px solid #fff;
  }
  .list-black li {
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
  }
  .list-black li:last-child {
    margin-bottom: 0;
  }
  .list-white {
    padding: 2.5em;
    background: #fff;
  }
  .list-white li {
    font-size: 18px;
    font-size: 1.8rem;
    color: #333;
  }
  .list-white li:last-child {
    margin-bottom: 0;
  }
  .check {
    padding: 2.5em 2.5em 2.5em 5em;
  }
  .check li {
    position: relative;
  }
  .check li:last-child {
    margin-bottom: 0;
  }
  .check li::after {
    display: block;
    content: '';
    position: absolute;
    top: 6px;
    left: -30px;
    width: 16px;
    height: 6px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
  }
  /*----------------------------------------
    .comment
  ----------------------------------------*/
  .comment {
    margin-bottom: 2em;
    padding: 4em;
    border: 1px dotted #333;
  }
  .comment p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /*----------------------------------------
    table
  ----------------------------------------*/
  table {
    margin-bottom: 3%;
    width: 100%;
    border-collapse: collapse;
  }
  table tr:last-child {
    border-bottom: none;
  }
  table th {
    padding: 1em 0;
    width: 10%;
    font-size: 13px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #52c2d0;
    border: solid 2px #fff;
  }
  table th i {
    font-size: 20px;
    font-size: 2rem;
  }
  table td {
    padding: .8em 1em;
    width: 18%;
    font-size: 13px;
    font-size: 1.5rem;
    text-align: center;
    background: #eee;
    border: solid 2px #fff;
  }
  table td li {
    font-size: 13px;
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 200%;
  }
  table td .up {
    padding: .3em .5em;
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    font-weight: bold;
    background: #0092c3;
    display: inline;
    border-radius: 1rem;
  }
  table td .up2 {
    padding: .3em .5em;
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    font-weight: bold;
    background: #00c25f;
    display: inline;
    border-radius: 1rem;
  }
  table td .down {
    padding: .3em .5em;
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    font-weight: bold;
    background: #ff0000;
    display: inline;
    border-radius: 1rem;
  }
  table td .down2 {
    padding: .3em .5em;
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    font-weight: bold;
    background: #ff7000;
    display: inline;
    border-radius: 1rem;
  }
  table .clear {
    width: 10%;
    color: #fff;
    text-align: center;
    font-weight: 900;
    background: #ff8500;
  }
  table .clear i {
    font-size: 50px;
    font-size: 5rem;
    color: #fff;
  }
  table .bold {
    background: #fdd835;
  }
  /*----------------------------------------
    .chat
  ----------------------------------------*/
  .chat {
    margin: 0 auto 5%;
    padding: 5%;
    width: 100%;
    text-align: right;
    background: #7da4cd;
    border-radius: 3rem;
  }
  .balloon-left {
    width: 100%;
    overflow: hidden;
  }
  .balloon-left .faceicon {
    float: left;
    margin-right: -110px;
    width: 100px;
  }
  .balloon-left .faceicon img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    background: #fff;
  }
  .balloon-left .chatting {
    width: 100%;
    text-align: left;
  }
  .balloon-left .chatting .says {
    display: inline-block;
    position: relative;
    margin: 0 0 0 110px;
    padding: 5%;
    width: calc(100% - 110px);
    border-radius: 2rem;
    background: #fff;
  }
  .balloon-left .chatting .says:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 3px;
    left: -19px;
    border: 8px solid transparent;
    border-right: 18px solid #fff;
    transform: rotate(35deg);
  }
  .balloon-left .chatting .says p {
    margin-bottom: .5em;
    font-size: 15px;
    font-size: 1.5rem;
    color: #333 !important;
  }
  .balloon-right {
    width: 100%;
    overflow: hidden;
  }
  .balloon-right .faceicon {
    float: right;
    margin-left: -110px;
    width: 100px;
  }
  .balloon-right .faceicon img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    background: #fff;
  }
  .balloon-right .chatting {
    width: 100%;
    text-align: left;
  }
  .balloon-right .chatting .says {
    display: inline-block;
    position: relative;
    margin: 0 110px 0 0;
    width: calc(100% - 110px);
    padding: 5%;
    border-radius: 2rem;
    background: #fff;
  }
  .balloon-right .chatting .says:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 3px;
    right: -19px;
    border: 8px solid transparent;
    border-left: 18px solid #fff;
    transform: rotate(-35deg);
  }
  .balloon-right .chatting .says p {
    margin-bottom: .5em;
    font-size: 15px;
    font-size: 1.5rem;
    color: #333 !important;
  }
  /*----------------------------------------
    .point
  ----------------------------------------*/
  .point-orange {
    margin-bottom: 5%;
    padding: 5%;
    background: #e95a00;
    border-radius: 1rem;
  }
  .point-orange dt {
    margin: 0 0 .5em 0 !important;
    padding: 0 0 .5em 0 !important;
    font-size: 30px;
    font-size: 3rem;
    color: #fff !important;
    line-height: 150%;
    font-family: 'Kosugi Maru', sans-serif !important;
    font-weight: bold !important;
    border-bottom: 2px dashed #fff !important;
    background: transparent !important;
  }
  .point-orange dt i {
    margin-right: .3em;
  }
  .point-orange dd {
    padding: 5%;
    background: #fff !important;
    border-radius: .5rem;
  }
  .point-orange p, .point-orange li {
    margin-bottom: 1em;
    font-size: 14px;
    font-size: 1.4rem;
    color: #333 !important;
    font-family: 'Kosugi Maru', sans-serif !important;
    font-weight: normal;
  }
  .point-orange p span, .point-orange li span {
    margin-bottom: .2em;
    padding: .2em .5em;
    color: #000;
    font-family: 'Kosugi Maru', sans-serif !important;
    font-weight: bold;
    background: #fff;
    display: inline-block;
    border-radius: .3em;
  }
  .point-red {
    margin-bottom: 5%;
    padding: 5%;
    background: #f00;
    border-radius: 1rem;
  }
  .point-red dt {
    margin: 0 0 .5em 0 !important;
    padding: 0 0 .5em 0 !important;
    font-size: 30px;
    font-size: 3rem;
    color: #fff !important;
    line-height: 150%;
    font-family: 'Kosugi Maru', sans-serif !important;
    font-weight: bold !important;
    border-bottom: 2px dashed #fff !important;
    background: transparent !important;
  }
  .point-red dt i {
    margin-right: .3em;
  }
  .point-red dd {
    padding: 5%;
    background: #fff !important;
    border-radius: .5rem;
  }
  .point-red p, .point-red li {
    margin-bottom: 1em;
    font-size: 14px;
    font-size: 1.4rem;
    color: #333 !important;
    font-family: 'Kosugi Maru', sans-serif !important;
    font-weight: normal;
  }
  .point-red p span, .point-red li span {
    margin-bottom: .2em;
    padding: .2em .5em;
    color: #000;
    font-family: 'Kosugi Maru', sans-serif !important;
    font-weight: bold;
    background: #fff;
    display: inline-block;
    border-radius: .3em;
  }
  .point-blue {
    margin-bottom: 5%;
    padding: 5%;
    background: #0039a7;
    border-radius: 1rem;
  }
  .point-blue dt {
    margin: 0 0 .5em 0 !important;
    padding: 0 0 .5em 0 !important;
    font-size: 30px;
    font-size: 3rem;
    color: #fff !important;
    line-height: 150%;
    font-family: 'Kosugi Maru', sans-serif !important;
    font-weight: bold !important;
    border-bottom: 2px dashed #fff !important;
    background: transparent !important;
  }
  .point-blue dt i {
    margin-right: .3em;
  }
  .point-blue dd {
    padding: 5%;
    background: #fff !important;
    border-radius: .5rem;
  }
  .point-blue p, .point-blue li {
    margin-bottom: 1em;
    font-size: 14px;
    font-size: 1.4rem;
    color: #333 !important;
    font-family: 'Kosugi Maru', sans-serif !important;
    font-weight: normal;
  }
  .point-blue p span, .point-blue li span {
    margin-bottom: .2em;
    padding: .2em .5em;
    color: #000;
    font-family: 'Kosugi Maru', sans-serif !important;
    font-weight: bold;
    background: #fff;
    display: inline-block;
    border-radius: .3em;
  }
  .point-green {
    margin-bottom: 5%;
    padding: 5%;
    background: #007a1f;
    border-radius: 1rem;
  }
  .point-green dt {
    margin: 0 0 .5em 0 !important;
    padding: 0 0 .5em 0 !important;
    font-size: 30px;
    font-size: 3rem;
    color: #fff !important;
    line-height: 150%;
    font-family: 'Kosugi Maru', sans-serif !important;
    font-weight: bold !important;
    border-bottom: 2px dashed #fff !important;
    background: transparent !important;
  }
  .point-green dt i {
    margin-right: .3em;
  }
  .point-green dd {
    padding: 5%;
    background: #fff !important;
    border-radius: .5rem;
  }
  .point-green p, .point-green li {
    margin-bottom: 1em;
    font-size: 14px;
    font-size: 1.4rem;
    color: #333 !important;
    font-family: 'Kosugi Maru', sans-serif !important;
    color: #fff;
    font-weight: normal;
  }
  .point-green p span, .point-green li span {
    margin-bottom: .2em;
    padding: .2em .5em;
    color: #000;
    font-family: 'Kosugi Maru', sans-serif !important;
    font-weight: bold;
    background: #fff;
    display: inline-block;
    border-radius: .3em;
  }
  .point-black {
    margin-bottom: 5%;
    padding: 5%;
    background: #000;
    border-radius: 1rem;
    border: 2px solid #fff;
  }
  .point-black dt {
    margin: 0 0 .5em 0 !important;
    padding: 0 0 .5em 0 !important;
    font-size: 30px;
    font-size: 3rem;
    color: #fff !important;
    line-height: 150%;
    font-family: 'Kosugi Maru', sans-serif !important;
    font-weight: bold !important;
    border-bottom: 2px dashed #fff !important;
    background: transparent !important;
  }
  .point-black dt i {
    margin-right: .3em;
  }
  .point-black dd {
    padding: 5%;
    background: #fff !important;
    border-radius: .5rem;
  }
  .point-black p, .point-black li {
    margin-bottom: 1em;
    font-size: 14px;
    font-size: 1.4rem;
    color: #333 !important;
    font-family: 'Kosugi Maru', sans-serif !important;
    font-weight: normal;
  }
  .point-black p span, .point-black li span {
    margin-bottom: .2em;
    padding: .2em .5em;
    color: #000;
    font-family: 'Kosugi Maru', sans-serif !important;
    font-weight: bold;
    background: #fff;
    display: inline-block;
    border-radius: .3em;
  }
  .point-white {
    margin-bottom: 5%;
    padding: 5%;
    background: #fff;
    border-radius: 1rem;
  }
  .point-white dt {
    margin: 0 0 .5em 0 !important;
    padding: 0 0 .5em 0 !important;
    font-size: 30px;
    font-size: 3rem;
    color: #333 !important;
    line-height: 150%;
    font-family: 'Kosugi Maru', sans-serif !important;
    font-weight: bold !important;
    border-bottom: 2px dashed #fff !important;
    background: transparent !important;
  }
  .point-white dt i {
    margin-right: .3em;
  }
  .point-white dd {
    padding: 5%;
    background: #000 !important;
    border-radius: .5rem;
  }
  .point-white p, .point-white li {
    margin-bottom: 1em;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: 'Kosugi Maru', sans-serif !important;
    font-weight: normal;
  }
  .point-white p span, .point-white li span {
    margin-bottom: .2em;
    padding: .2em .5em;
    color: #000;
    font-family: 'Kosugi Maru', sans-serif !important;
    font-weight: bold;
    background: #fff;
    display: inline-block;
    border-radius: .3em;
  }
  /*----------------------------------------
    .description
  ----------------------------------------*/
  .description-blue {
    margin-bottom: 3em !important;
  }
  .description-blue dt {
    margin-bottom: 0 !important;
    padding: .5em .8em;
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    color: #010079;
    text-shadow: 0 0 5px #fff;
    background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px, #e9f4ff 3px, #e9f4ff 7px);
    border-top-left-radius: .5em;
    border-top-right-radius: .5em;
  }
  .description-blue dt i {
    margin-right: .5em;
  }
  .description-blue dd {
    padding: 6%;
    background: #fff !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 1.5em;
    border-bottom-right-radius: 1.5em;
    border-right: 3px solid #cce7ff;
    border-bottom: 3px solid #cce7ff;
    border-left: 3px solid #cce7ff;
  }
  .description-blue dd p {
    margin-bottom: 1em;
    font-size: 15px;
    font-size: 1.5rem;
    color: #333 !important;
  }
  .description-orange {
    margin-bottom: 3em !important;
  }
  .description-orange dt {
    margin-bottom: 0 !important;
    padding: .5em .8em;
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    color: #4e2800;
    text-shadow: 0 0 5px #fff;
    background: repeating-linear-gradient(-45deg, #ffb229, #ffb229 3px, #f9ddaa 3px, #f9ddaa 7px);
    border-top-left-radius: .5em;
    border-top-right-radius: .5em;
  }
  .description-orange dt i {
    margin-right: .5em;
  }
  .description-orange dd {
    padding: 6%;
    background: #fff !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 1.5em;
    border-bottom-right-radius: 1.5em;
    border-right: 3px solid #ffb229;
    border-bottom: 3px solid #ffb229;
    border-left: 3px solid #ffb229;
  }
  .description-orange dd p {
    margin-bottom: 1em;
    font-size: 15px;
    font-size: 1.5rem;
    color: #333 !important;
  }
  .description-green {
    margin-bottom: 3em !important;
  }
  .description-green dt {
    margin-bottom: 0 !important;
    padding: .5em .8em;
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    color: #4e2800;
    text-shadow: 0 0 5px #fff;
    background: repeating-linear-gradient(-45deg, #c2e6b6, #c2e6b6 3px, #dcffc2 3px, #dcffc2 7px);
    border-top-left-radius: .5em;
    border-top-right-radius: .5em;
  }
  .description-green dt i {
    margin-right: .5em;
  }
  .description-green dd {
    padding: 6%;
    background: #fff !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 1.5em;
    border-bottom-right-radius: 1.5em;
    border-right: 3px solid #c2e6b6;
    border-bottom: 3px solid #c2e6b6;
    border-left: 3px solid #c2e6b6;
  }
  .description-green dd p {
    margin-bottom: 1em;
    font-size: 15px;
    font-size: 1.5rem;
    color: #333 !important;
  }
  /*----------------------------------------
    .pre
  ----------------------------------------*/
  .pre {
    margin: 0 auto;
    padding: 5em 0;
    width: 100%;
    text-align: center;
    background: #fff;
  }
  .pre p {
    margin-bottom: 0;
    font-size: 50px;
    font-size: 5rem;
    font-weight: bold;
    line-height: 150%;
    color: #333 !important;
    letter-spacing: -.05em;
  }
  .pre p span {
    font-size: 80px;
    font-size: 8rem;
    font-weight: bold;
    font-family: "Noto Serif JP", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    color: #900;
  }
  /*----------------------------------------
    #btn-float
  ----------------------------------------*/
  #btn-float {
    padding: 0;
    width: 180px;
    position: fixed;
    right: 20px;
    bottom: 20px;
  }
  #btn-float i {
    margin-right: 10px;
    font-size: 30px;
    font-size: 3rem;
  }
  #btn-float a {
    padding: 10px 0;
    display: block;
    background-color: #1ca800;
    background-size: 100%;
    background-image: linear-gradient(to bottom, #1ca800 0%, #0b8e14 100%);
    width: 100%;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-size: 18px;
    font-size: 1.8rem;
    box-shadow: 0 8px 0 #176802;
    line-height: 1.4;
    font-weight: 800;
    letter-spacing: -0.05em;
    text-shadow: 0px 1px 0px #333;
    transition: all .3s ease;
    cursor: pointer;
  }
  #btn-float a:hover {
    box-shadow: none;
    transform: translate3d(0, 8px, 0);
  }
  #btn-float a span {
    font-weight: bold;
    color: #fff !important;
  }
  /*----------------------------------------
    #header
  ----------------------------------------*/
  #header-top {
    padding: 1% 0;
    width: 100%;
    text-align: center;
    background: #cb0000;
  }
  #header-top .timer {
    margin: 0 auto;
    width: 100%;
    background: none;
  }
  #header-top p {
    margin-bottom: 0 !important;
    font-size: 18px;
    font-size: 2.8rem;
    color: #fff;
    font-family: "Noto Serif JP", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    font-weight: bold;
    line-height: 130%;
  }
  #header-top a {
    margin: 10px auto 0;
    padding: 1em;
    width: 50%;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    background: #fff;
    display: block;
    transition: all .3s ease;
    border-radius: 1rem;
  }
  #header-top a:hover {
    color: #fff;
    background: #000;
    border: 1px solid #fff;
  }
  #header-top span {
    margin-top: 10px;
    padding: .3em 1em;
    font-size: 35px;
    font-size: 3.5rem;
    text-shadow: 1px 1px 0 #000;
    font-weight: bold;
    background: #ef2617;
    background: linear-gradient(to right, #ef2617 0%, #fcc605 100%);
    display: inline-block;
    border-radius: 1rem;
    box-shadow: 0 0 10px #000;
  }

  /*----------------------------------------
    #global-footer
  ----------------------------------------*/
  #global-footer {
    background: #000;
    text-align: center;
    padding: 2%;
}
#global-footer p {
  margin-bottom: 0em;
  font-size: 0;
  line-height: inherit;
}
#global-footer p img {
    width: 20%;
    margin-top: 1%;
    margin-bottom: 2%;
}
#global-footer nav ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 3%;
}
#global-footer nav ul li {
    padding: 0.8em 1%;
    margin: 0 0.5%;
    line-height: 0.9vw;
}
#global-footer li :hover {
    opacity: 0.6;
}
#global-footer li a {
    font-size: 1.3vw;
    letter-spacing: .02em;
    color: #fff;
    white-space: nowrap;
    text-decoration: none;
    transition: all .3s ease;
}
#global-footer .copyright {
    font-size: 0.8vw;
    color: #fff;
}

  /*----------------------------------------
    #footer
  ----------------------------------------*/
  #footer {
    padding: 10px 0;
    overflow: hidden;
    background: #333;
  }
  #footer .inner {
    margin: 0 auto;
    width: 900px;
  }
  #footer p {
    margin-bottom: 0;
    font-size: 10px;
    font-size: 1rem;
    color: #fff;
    float: left;
  }
  #footer-navi {
    padding-right: 10px;
    overflow: hidden;
    border-right: 1px solid #fff;
    float: right;
  }
  #footer-navi li {
    margin: 0 0 0 10px;
    padding-left: 10px;
    font-size: 10px;
    font-size: 1rem;
    list-style: none;
    border-left: 1px solid #fff;
    float: left;
  }
  #footer-navi li a {
    color: #fff;
  }
  /*----------------------------------------
    .product
  ----------------------------------------*/
  .product {
    padding-bottom: 5%;
    background: url(../images/back-contents.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  .product h3 {
    padding: 5% 25%;
    margin: 0 auto 5%;
    text-align: center;
    background: rgba(255, 255, 255, 0.95);
  }
  .product .menu {
    margin: 0 auto 0%;
    width: 70%;
    min-width: 800px;
  }
  .product .product-contents {
    margin-bottom: 3%;
  }
  .product .product-contents ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .product .product-contents li {
    width: 33%;
  }
  .product .product-bonus {
    margin-bottom: 3%;
  }
  .product .product-bonus ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .product .product-bonus li {
    margin-bottom: 1em;
    width: 33%;
  }
  .product .product-caution {
    font-size: 15px;
    font-size: 1.5rem;
    text-shadow: 0 0 10px #000;
  }
  .product .timer {
    margin: 0 auto 5%;
    padding: 20px 0;
    width: 680px;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
  }
  .product .timer p {
    margin-bottom: 5px !important;
    font-size: 32px;
    font-size: 3.2rem;
    color: #FFF;
    font-weight: bold;
    line-height: 180%;
  }
  .product .timer a {
    margin: 0 auto;
    padding: 1em;
    width: 90%;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    background: #fff;
    display: block;
    transition: all .3s ease;
    border: 1px solid #000;
    border-radius: 1rem;
  }
  .product .timer a:hover {
    color: #fff;
    background: #000;
    border: 1px solid #fff;
  }
  .product .timer span {
    padding: 0 .5em;
    font-size: 38px;
    font-size: 3.8rem;
    font-weight: bold;
    background: #ef2617;
    background: linear-gradient(to right, #ef2617 0%, #fcc605 100%);
    display: inline-block;
    border-radius: 1rem;
  }
  .product .aside {
    margin: 0 auto;
    width: 50%;
    min-width: 600px;
  }
  .product .aside .consulting {
    background: #ff9300;
  }
  .product .aside .consulting .operator {
    padding: 10px 0;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    color: #fff;
    background: #000;
  }
  .product .bank-attention, .product .btn-bank-text {
    display: none;
  }
  .product .attention {
    margin: 0 auto 5%;
    padding: 3%;
    width: 50%;
    min-width: 600px;
    text-align: left;
    background: #fff;
    border: 1px dotted #333;
  }
  .product .attention dt {
    margin-bottom: 10px;
    padding: 5px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    border-bottom: 1px dotted #333;
    border-left: 3px solid #900;
  }
  .product .attention dd {
    margin-bottom: 30px;
  }
  .product .attention p {
    margin-bottom: .8em;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 160%;
  }
  .product .attention .ifrm-container {
    width: 100%;
    height: 100px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    display: inline-block;
    border: solid 1px #bbb;
  }
  .product .attention .ifrm-container iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
  }
  .product-btn-m {
    margin: 0 auto 50px;
    width: 680px;
  }
  .product-btn-m dt {
    padding: 30px 0;
    font-size: 40px;
    font-size: 4rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #009245;
  }
  .product-btn-m dd {
    padding: 50px 0 30px;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    border-right: 10px solid #009245;
    border-bottom: 10px solid #009245;
    border-left: 10px solid #009245;
  }
  .product-btn-y {
    margin: 0 auto 50px;
    width: 680px;
  }
  .product-btn-y dt {
    padding: 30px 0;
    font-size: 40px;
    font-size: 4rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #e21352;
  }
  .product-btn-y dd {
    padding: 50px 0 30px;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    border-right: 10px solid #e21352;
    border-bottom: 10px solid #e21352;
    border-left: 10px solid #e21352;
  }
  .btn-green1 {
    margin: 0 auto;
    padding: 40px 0;
    width: 660px;
  }
  .btn-green1 a {
    margin: 0 auto;
    padding: 20px;
    display: block;
    background-color: #1ca800;
    background-size: 100%;
    background-image: linear-gradient(to bottom, #1ca800 0%, #0b8e14 100%);
    width: 90%;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-size: 55px;
    font-size: 5.5rem;
    box-shadow: 0 12px 0 #176802;
    line-height: 140%;
    font-weight: bold;
    text-shadow: 0px 1px 0px #333;
    transition: all .3s ease;
    cursor: pointer;
  }
  .btn-green1 a:hover {
    box-shadow: none;
    transform: translate3d(0, 10px, 0);
  }
  .btn-green1 a span {
    font-weight: bold;
    color: #fff !important;
  }
  .btn-red1 {
    margin: 0 auto;
    padding: 0 0 40px;
    width: 660px;
  }
  .btn-red1 a {
    margin: 0 auto;
    padding: 20px;
    display: block;
    background-color: #1ca800;
    background-size: 100%;
    background-image: linear-gradient(to bottom, #ff3333 0%, #c62c2c 100%);
    width: 90%;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-size: 55px;
    font-size: 5.5rem;
    box-shadow: 0 12px 0 #7f1c1c;
    line-height: 140%;
    font-weight: bold;
    text-shadow: 0px 1px 0px #333;
    transition: all .3s ease;
    cursor: pointer;
  }
  .btn-red1 a:hover {
    box-shadow: none;
    transform: translate3d(0, 10px, 0);
  }
  .btn-red1 a span {
    font-weight: bold;
    color: #fff !important;
  }
  .btn-blue1 {
    margin: 0 auto;
    padding: 0 0 40px;
    width: 660px;
  }
  .btn-blue1 a {
    margin: 0 auto;
    padding: 20px;
    display: block;
    background-color: #00f;
    background-size: 100%;
    background-image: linear-gradient(to bottom, #0000ff 0%, #0000ce 100%);
    width: 90%;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-size: 55px;
    font-size: 5.5rem;
    box-shadow: 0 12px 0 #000070;
    line-height: 140%;
    font-weight: bold;
    text-shadow: 0px 1px 0px #333;
    transition: all .3s ease;
    cursor: pointer;
  }
  .btn-blue1 a:hover {
    box-shadow: none;
    transform: translate3d(0, 10px, 0);
  }
  .btn-blue1 a span {
    font-weight: bold;
    color: #fff !important;
  }
  .btn-green2 {
    margin: 0 auto 30px;
    padding: 0;
    width: 660px;
    color: #fff;
  }
  .btn-green2 a {
    margin: 0 auto;
    padding: 10px 20px 20px;
    display: block;
    background-color: #1ca800;
    background-size: 100%;
    background-image: linear-gradient(to bottom, #1ca800 0%, #0b8e14 100%);
    width: 90%;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-size: 42px;
    font-size: 4.2rem;
    box-shadow: 0 12px 0 #176802;
    line-height: 100%;
    font-weight: bold;
    text-shadow: 0px 1px 0px #333;
    transition: all .3s ease;
    cursor: pointer;
  }
  .btn-green2 a:hover {
    box-shadow: none;
    transform: translate3d(0, 10px, 0);
  }
  .btn-green2 a span {
    font-weight: bold;
  }
  .btn-green2 a .small {
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: normal;
  }
  .btn-red2 {
    margin: 0 auto 30px;
    padding: 0;
    width: 660px;
    color: #fff;
  }
  .btn-red2 a {
    margin: 0 auto;
    padding: 10px 20px 20px;
    display: block;
    background-color: #f33;
    background-size: 100%;
    background-image: linear-gradient(to bottom, #ff3333 0%, #c62c2c 100%);
    width: 90%;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-size: 42px;
    font-size: 4.2rem;
    box-shadow: 0 12px 0 #7f1c1c;
    line-height: 100%;
    font-weight: bold;
    text-shadow: 0px 1px 0px #333;
    transition: all .3s ease;
    cursor: pointer;
  }
  .btn-red2 a:hover {
    box-shadow: none;
    transform: translate3d(0, 10px, 0);
  }
  .btn-red2 a span {
    font-weight: bold;
  }
  .btn-red2 a .small {
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: normal;
  }
  .btn-blue2 {
    margin: 0 auto 30px;
    padding: 0;
    width: 660px;
    color: #fff;
  }
  .btn-blue2 a {
    margin: 0 auto;
    padding: 10px 20px 20px;
    display: block;
    background-color: #00f;
    background-size: 100%;
    background-image: linear-gradient(to bottom, #0000ff 0%, #0000ce 100%);
    width: 90%;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-size: 42px;
    font-size: 4.2rem;
    box-shadow: 0 12px 0 #000070;
    line-height: 100%;
    font-weight: bold;
    text-shadow: 0px 1px 0px #333;
    transition: all .3s ease;
    cursor: pointer;
  }
  .btn-blue2 a:hover {
    box-shadow: none;
    transform: translate3d(0, 10px, 0);
  }
  .btn-blue2 a span {
    font-weight: bold;
  }
  .btn-blue2 a .small {
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: normal;
  }
  /*----------------------------------------
    #voice
  ----------------------------------------*/
  #voice {
    padding: 8em 0;
    background: url(../images/back-voice.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #voice .inner {
    margin: 0 5% 0 30%;
    min-width: 700px;
  }
  #voice h3 {
    margin-bottom: 3em;
  }
  #voice .text {
    margin-bottom: 5rem;
    padding: 8rem 10%;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 1rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
  #voice .text dt {
    margin-bottom: 1em;
    padding: 1em 1em;
    font-size: 30px;
    font-size: 3rem;
    color: #fff;
    font-weight: bold;
    line-height: 120%;
    background: #900;
    border-radius: 1rem;
  }
  #voice p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 160%;
  }
  #voice .name {
    padding: .5rem 1.5rem;
    font-size: 16px;
    font-size: 1.6rem;
    color: #900;
    display: inline;
    border: 2px solid #900;
    border-radius: 2rem;
  }
  #voice .img-r {
    width: 30%;
    text-align: center;
  }
  #voice .img-r img {
    margin-bottom: 1rem;
    border-radius: 1rem;
  }
  #voice .caution {
    padding: .5rem;
    color: #fff;
    background: #900;
  }
  /*----------------------------------------
    #crossidea
  ----------------------------------------*/
  #crossidea {
    padding: 10em 25% 5em;
    background: url(../images/back-crossidea.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #crossidea h3 {
    margin-bottom: 10em;
  }
  #crossidea .text {
    padding: 8em 10% 5em;
    background: rgba(255, 255, 255, 0.9);
  }
  #crossidea .name {
    text-align: right;
  }
  #crossidea .name img {
    width: 50%;
  }
  /*----------------------------------------
    modal
  ----------------------------------------*/
  #modal-close {
    padding: 10px;
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    background: #666;
    border-radius: 5px;
    position: absolute;
    left: 43%;
    bottom: 0;
    z-index: 1;
  }
  #modal-open {
    margin-bottom: 0;
    top: 10px;
    display: block;
    width: 100%;
    height: 20px;
    position: fixed;
    position: expression('absolute');
    top: expression(documentElement.scrollTop + 10 + 'px');
  }
  #modal-content {
    position: fixed;
    display: none;
    z-index: 7;
  }
  #modal-overlay {
    z-index: 6;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(0, 0, 0, 0.75);
  }
  #modal-content-inner form {
    margin: 0 auto;
    width: 860px;
    height: 610px;
    background: url(../images/modal.jpg) no-repeat left top;
    background-size: 100%;
    position: relative;
  }
  #modal-content-inner input[type=text] {
    padding-left: 70px;
    width: 560px;
    height: 60px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 40px;
    background: #FFF url(../images/icon-mail.png) no-repeat 10px 6px;
    position: absolute;
    left: 20px;
    bottom: 67px;
    border: 1px solid #f00;
  }
  #modal-content-inner button {
    margin: 0 auto;
    padding: 10px;
    display: block;
    background-color: #1ca800;
    background-size: 100%;
    background-image: linear-gradient(to bottom, #1ca800 0%, #0b8e14 100%);
    width: 240px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-size: 25px;
    font-size: 2.5rem;
    box-shadow: 0 8px 0 #176802;
    line-height: 1.4;
    font-weight: 800;
    text-shadow: 0px 1px 0px #333;
    transition: all .3s ease;
    cursor: pointer;
    position: absolute;
    right: 20px;
    bottom: 74px;
    border: none;
  }
  #modal-content-inner button:hover {
    box-shadow: none;
    transform: translate3d(0, 10px, 0);
  }
}

@media screen and (max-width: 769px) {
  /*----------------------------------------
    General
  ----------------------------------------*/
  p {
    margin-bottom: 4.2666666667vw;
    font-size: 13px;
    font-size: 3.5vw;
    color: #333;
    line-height: 160%;
  }
  li {
    margin-bottom: 2.6666666667vw;
    font-size: 20px;
    font-size: 5.3vw;
    list-style: none;
    font-weight: bold;
    line-height: 130%;
  }
  br {
    display: none;
  }
  .break {
    display: block;
  }
  .break-sp {
    display: block;
  }
  .img-r {
    margin: 0 0 5.3333333333vw 5.3333333333vw;
    width: 30%;
    float: right;
  }
  .img-l {
    margin: 0 5.3333333333vw 5.3333333333vw 0;
    float: left;
  }
  .of-h {
    width: 100%;
    overflow: hidden;
  }
  #modal {
    display: none;
  }
  p:last-child,
li:last-child,
dl:last-child,
dd:last-child,
.inner:last-child,
.text:last-child {
    margin-bottom: 0 !important;
  }
  .column2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .column2 li {
    margin-bottom: 0;
    width: 49.5%;
  }
  .column3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .column3 li {
    margin-bottom: 0;
    width: 33%;
  }
  .box-white dl {
    margin-bottom: 1rem;
    padding: 2rem;
    width: 100%;
    background: #000;
    border-radius: 1rem;
  }
  .box-white dl:last-child {
    margin-bottom: 0% !important;
  }
  .box-white dt {
    margin-bottom: 1em;
    padding: 0 !important;
    font-size: 12px;
    font-size: 3.2vw;
    color: #fff;
    font-weight: bold;
    background: none !important;
  }
  .box-white dd {
    padding: 0 !important;
  }
  .box-white dl {
    margin-bottom: 1rem;
    padding: 2rem;
    width: 100%;
    background: #fff;
    border-radius: 1rem;
  }
  .box-white dl:last-child {
    margin-bottom: 0% !important;
  }
  .box-white dt {
    margin-bottom: 1em;
    padding: 0 !important;
    font-size: 12px;
    font-size: 3.8vw;
    color: #333;
    font-weight: bold;
    background: none !important;
  }
  .box-white dd {
    padding: 0 !important;
  }
  /*----------------------------------------
    List
  ----------------------------------------*/
  ol {
    padding: 0;
    counter-reset: my-counter;
    list-style: none;
  }
  ol li {
    margin-bottom: 2.6666666667vw;
    padding-left: 5.3333333333vw;
    position: relative;
  }
  ol li:before {
    margin-left: -8vw;
    width: 5.0666666667vw;
    height: 5.0666666667vw;
    display: block;
    text-align: center;
    color: #222;
    font-weight: normal;
    float: left;
    background-color: #fff;
    border-radius: 50%;
    content: counter(my-counter);
    counter-increment: my-counter;
  }
  .list-green {
    padding: 10%;
    background: #24b7b5;
    background: linear-gradient(to right, #24b7b5 0%, #67bf75 100%);
  }
  .list-green li {
    margin-bottom: 5%;
    font-size: 14px;
    font-size: 3.7vw;
    color: #fff;
  }
  .list-blue {
    padding: 10%;
    background: #24b7b5;
    background: linear-gradient(to right, #002fb7 0%, #9700e2 100%);
  }
  .list-blue li {
    margin-bottom: 5%;
    font-size: 14px;
    font-size: 3.7vw;
    color: #fff;
  }
  .list-orange {
    padding: 10%;
    background: #ff8837;
    background: linear-gradient(to right, #ff8837 0%, #ff215c 100%);
  }
  .list-orange li {
    margin-bottom: 5%;
    font-size: 14px;
    font-size: 3.7vw;
    color: #fff;
  }
  .list-black {
    padding: 10%;
    background: black;
    border: 2px solid #fff;
  }
  .list-black li {
    margin-bottom: 5%;
    font-size: 14px;
    font-size: 3.7vw;
    color: #fff;
  }
  .list-white {
    padding: 10%;
    background: #fff;
  }
  .list-white li {
    margin-bottom: 5%;
    font-size: 14px;
    font-size: 3.7vw;
    color: #333;
  }
  .check {
    padding: 10% 10% 10% 15%;
  }
  .check li {
    position: relative;
  }
  .check li::after {
    display: block;
    content: '';
    position: absolute;
    top: 5px;
    left: -10%;
    width: 16px;
    height: 6px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
  }

  /*----------------------------------------
    .comment
  ----------------------------------------*/
  .comment {
    margin-bottom: 5%;
    padding: 5%;
    border: 1px dotted #333;
  }
  .comment p {
    font-size: 13px;
    font-size: 3.5vw;
  }
  /*----------------------------------------
    table
  ----------------------------------------*/
  table {
    margin-bottom: .5%;
    width: 100%;
    border-collapse: collapse;
  }
  table tr {
    border-bottom: solid 2px #fff;
  }
  table tr:last-child {
    border-bottom: none;
  }
  table th {
    padding: 1em 0;
    width: 10%;
    font-size: 10px;
    font-size: 2.7vw;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #52c2d0;
    border-right: solid 2px #fff;
  }
  table td {
    padding: 1em .8em;
    width: 30%;
    font-size: 11px;
    font-size: 2.9vw;
    text-align: center;
    background: #eee;
    border-right: solid 2px #fff;
  }
  table .clear {
    width: 10%;
    color: #fff;
    text-align: center;
    font-weight: 900;
    background: #ff8500;
  }
  table .clear i {
    font-size: 25px;
    font-size: 6.7vw;
    color: #fff;
  }
  table .bold {
    background: #fdd835;
  }
  /*----------------------------------------
    .chat
  ----------------------------------------*/
  /*
  .chat {
    margin: 0 auto 5%;
    padding: 5%;
    width: 100%;
    text-align: right;
    background: #7da4cd;  
  }
  
  .balloon-left {
    margin-bottom: 5%;
    width: 100%;
    overflow: hidden;
  
    .faceicon {
      float: left;
      margin-right: -110px;
      width: 100px;

      img {
        width: 100%;
        height: auto;
        border-radius: 50%;
        background: #fff;
      }
    }

    .chatting {
      width: 100%;
      text-align: left;
      
      .says {
        display: inline-block;
        position: relative; 
        margin: 0 0 0 110px;
        padding: 5%;
        border-radius: 2rem;
        background: #fff;
    
        &:after {
          content: "";
          display: inline-block;
          position: absolute;
          top: 3px; 
          left: -19px;
          border: 8px solid transparent;
          border-right: 18px solid #fff;
          -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
        }
      
        p {
          margin-bottom: .5em;
          @include fz_vw(10);
          color: #333 !important;
        }
      }
    }
  }
  
  .balloon-right {
    margin-bottom: 5%;
    width: 100%;
    overflow: hidden;
  
    .faceicon {
      float: right;
      margin-left: -110px;
      width: 100px;

      img {
        width: 100%;
        height: auto;
        border-radius: 50%;
        background: #fff;
      }
    }

    .chatting {
      width: 100%;
      text-align: left;
      
      .says {
        display: inline-block;
        position: relative; 
        margin: 0 110px 0 0;
        padding: 5%;
        border-radius: 2rem;
        background: #fff;
    
        &:after {
          content: "";
          display: inline-block;
          position: absolute;
          top: 3px; 
          right: -19px;
          border: 8px solid transparent;
          border-left: 18px solid #fff;
          -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
        }
      
        p {
          margin-bottom: .5em;
          @include fz_vw(10);
          color: #333 !important;
        }
      }
    }
  }
*/
  /*----------------------------------------
    .point
  ----------------------------------------*/
  .point-orange {
    margin-bottom: 1rem;
    padding: 2rem;
    background: #e95a00;
    border-radius: 1rem;
  }
  .point-orange dt {
    margin: 0 0 1em 0 !important;
    padding: 0 0 .5em 0 !important;
    font-size: 18px;
    font-size: 4.8vw;
    color: #fff !important;
    line-height: 160%;
    font-family: 'Kosugi Maru', sans-serif !important;
    font-weight: bold !important;
    border-bottom: 2px dashed #fff !important;
    background: transparent !important;
  }
  .point-orange dt i {
    margin-right: .3em;
  }
  .point-orange dd {
    padding: 2rem;
    background: #fff;
    border-radius: .5rem;
  }
  .point-orange p, .point-orange li {
    margin-bottom: .5em;
    font-size: 12px;
    font-size: 3.2vw;
    color: #333 !important;
  }
  .point-orange p span, .point-orange li span {
    margin-bottom: .2em;
    padding: .2em .5em;
    color: #000;
    font-family: 'Kosugi Maru', sans-serif !important;
    font-weight: bold;
    background: #fff;
    display: inline-block;
    border-radius: .3em;
  }
  .point-red {
    margin-bottom: 1rem;
    padding: 2rem;
    background: #f00;
    border-radius: 1rem;
  }
  .point-red dt {
    margin: 0 0 1em 0 !important;
    padding: 0 0 .5em 0 !important;
    font-size: 18px;
    font-size: 4.8vw;
    color: #fff !important;
    line-height: 160%;
    font-family: 'Kosugi Maru', sans-serif !important;
    font-weight: bold !important;
    border-bottom: 2px dashed #fff !important;
    background: transparent !important;
  }
  .point-red dt i {
    margin-right: .3em;
  }
  .point-red dd {
    padding: 2rem;
    background: #fff;
    border-radius: .5rem;
  }
  .point-red p, .point-red li {
    margin-bottom: .5em;
    font-size: 12px;
    font-size: 3.2vw;
    color: #333 !important;
  }
  .point-red p span, .point-red li span {
    margin-bottom: .2em;
    padding: .2em .5em;
    color: #000;
    font-family: 'Kosugi Maru', sans-serif !important;
    font-weight: bold;
    background: #fff;
    display: inline-block;
    border-radius: .3em;
  }
  .point-blue {
    margin-bottom: 1rem;
    padding: 2rem;
    background: #0039a7;
    border-radius: 1rem;
  }
  .point-blue dt {
    margin: 0 0 1em 0 !important;
    padding: 0 0 .5em 0 !important;
    font-size: 18px;
    font-size: 4.8vw;
    color: #fff !important;
    line-height: 160%;
    font-family: 'Kosugi Maru', sans-serif !important;
    font-weight: bold !important;
    border-bottom: 2px dashed #fff !important;
    background: transparent !important;
  }
  .point-blue dt i {
    margin-right: .3em;
  }
  .point-blue dd {
    padding: 2rem;
    background: #fff;
    border-radius: .5rem;
  }
  .point-blue p, .point-blue li {
    margin-bottom: .5em;
    font-size: 12px;
    font-size: 3.2vw;
    color: #333 !important;
  }
  .point-blue p span, .point-blue li span {
    margin-bottom: .2em;
    padding: .2em .5em;
    color: #000;
    font-family: 'Kosugi Maru', sans-serif !important;
    font-weight: bold;
    background: #fff;
    display: inline-block;
    border-radius: .3em;
  }
  .point-green {
    margin-bottom: 1rem;
    padding: 2rem;
    background: #007a1f;
    border-radius: 1rem;
  }
  .point-green dt {
    margin: 0 0 1em 0 !important;
    padding: 0 0 .5em 0 !important;
    font-size: 18px;
    font-size: 4.8vw;
    color: #fff !important;
    line-height: 160%;
    font-family: 'Kosugi Maru', sans-serif !important;
    font-weight: bold !important;
    border-bottom: 2px dashed #fff !important;
    background: transparent !important;
  }
  .point-green dt i {
    margin-right: .3em;
  }
  .point-green dd {
    padding: 2rem;
    background: #fff;
    border-radius: .5rem;
  }
  .point-green p, .point-green li {
    margin-bottom: .5em;
    font-size: 12px;
    font-size: 3.2vw;
    color: #333 !important;
  }
  .point-green p span, .point-green li span {
    margin-bottom: .2em;
    padding: .2em .5em;
    color: #000;
    font-family: 'Kosugi Maru', sans-serif !important;
    font-weight: bold;
    background: #fff;
    display: inline-block;
    border-radius: .3em;
  }
  .point-black {
    margin-bottom: 1rem;
    padding: 2rem;
    background: #000;
    border-radius: 1rem;
    border: 2px solid #fff;
  }
  .point-black dt {
    margin: 0 0 1em 0 !important;
    padding: 0 0 .5em 0 !important;
    font-size: 18px;
    font-size: 4.8vw;
    color: #fff !important;
    line-height: 160%;
    font-family: 'Kosugi Maru', sans-serif !important;
    font-weight: bold !important;
    border-bottom: 2px dashed #fff !important;
    background: transparent !important;
  }
  .point-black dt i {
    margin-right: .3em;
  }
  .point-black dd {
    padding: 2rem;
    background: #fff;
    border-radius: .5rem;
  }
  .point-black p, .point-black li {
    margin-bottom: .5em;
    font-size: 12px;
    font-size: 3.2vw;
    color: #333 !important;
  }
  .point-black p span, .point-black li span {
    margin-bottom: .2em;
    padding: .2em .5em;
    color: #000;
    font-family: 'Kosugi Maru', sans-serif !important;
    font-weight: bold;
    background: #fff;
    display: inline-block;
    border-radius: .3em;
  }
  .point-white {
    margin-bottom: 1rem;
    padding: 2rem;
    background: #fff;
    border-radius: 1rem;
  }
  .point-white dt {
    margin: 0 0 1em 0 !important;
    padding: 0 0 .5em 0 !important;
    font-size: 18px;
    font-size: 4.8vw;
    color: #fff !important;
    line-height: 160%;
    font-family: 'Kosugi Maru', sans-serif !important;
    font-weight: bold !important;
    border-bottom: 2px dashed #fff !important;
    background: transparent !important;
  }
  .point-white dt i {
    margin-right: .3em;
  }
  .point-white dd {
    padding: 2rem;
    background: #000;
    border-radius: .5rem;
  }
  .point-white p, .point-white li {
    margin-bottom: .5em;
    font-size: 12px;
    font-size: 3.2vw;
    color: #fff !important;
  }
  .point-white p span, .point-white li span {
    margin-bottom: .2em;
    padding: .2em .5em;
    color: #000;
    font-family: 'Kosugi Maru', sans-serif !important;
    font-weight: bold;
    background: #fff;
    display: inline-block;
    border-radius: .3em;
  }
  /*----------------------------------------
    .description
  ----------------------------------------*/
  .description-blue {
    margin-bottom: 3em !important;
    padding: 0 !important;
  }
  .description-blue dt {
    margin-bottom: 0 !important;
    padding: .3em 5%;
    font-size: 20px;
    font-size: 5.3vw;
    font-weight: bold;
    color: #010079;
    text-shadow: 0 0 5px #fff;
    background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px, #e9f4ff 3px, #e9f4ff 7px);
    border-top-left-radius: .5em;
    border-top-right-radius: .5em;
  }
  .description-blue dt i {
    margin-right: .5em;
  }
  .description-blue dd {
    padding: 2em 5% 1em !important;
    background: #fff !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 1.5em;
    border-bottom-right-radius: 1.5em;
    border-right: 3px solid #cce7ff;
    border-bottom: 3px solid #cce7ff;
    border-left: 3px solid #cce7ff;
  }
  .description-blue dd p {
    margin-bottom: 1em;
    font-size: 12px;
    font-size: 3.2vw;
    color: #333 !important;
  }
  .description-orange {
    margin-bottom: 3em !important;
    padding: 0 !important;
  }
  .description-orange dt {
    margin-bottom: 0 !important;
    padding: .3em 5%;
    font-size: 20px;
    font-size: 5.3vw;
    font-weight: bold;
    color: #4e2800;
    text-shadow: 0 0 5px #fff;
    background: repeating-linear-gradient(-45deg, #ffb229, #ffb229 3px, #f9ddaa 3px, #f9ddaa 7px);
    border-top-left-radius: .5em;
    border-top-right-radius: .5em;
  }
  .description-orange dt i {
    margin-right: .5em;
  }
  .description-orange dd {
    padding: 2em 5% 1em !important;
    background: #fff !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 1.5em;
    border-bottom-right-radius: 1.5em;
    border-right: 3px solid #ffb229;
    border-bottom: 3px solid #ffb229;
    border-left: 3px solid #ffb229;
  }
  .description-orange dd p {
    margin-bottom: 1em;
    font-size: 12px;
    font-size: 3.2vw;
    color: #333 !important;
  }
  .description-green {
    margin-bottom: 3em !important;
    padding: 0 !important;
  }
  .description-green dt {
    margin-bottom: 0 !important;
    padding: .3em 5%;
    font-size: 20px;
    font-size: 5.3vw;
    font-weight: bold;
    color: #4e2800;
    text-shadow: 0 0 5px #fff;
    background: repeating-linear-gradient(-45deg, #c2e6b6, #c2e6b6 3px, #dcffc2 3px, #dcffc2 7px);
    border-top-left-radius: .5em;
    border-top-right-radius: .5em;
  }
  .description-green dt i {
    margin-right: .5em;
  }
  .description-green dd {
    padding: 2em 5% 1em !important;
    background: #fff !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 1.5em;
    border-bottom-right-radius: 1.5em;
    border-right: 3px solid #c2e6b6;
    border-bottom: 3px solid #c2e6b6;
    border-left: 3px solid #c2e6b6;
  }
  .description-green dd p {
    margin-bottom: 1em;
    font-size: 12px;
    font-size: 3.2vw;
    color: #333 !important;
  }
  /*----------------------------------------
    .pre
  ----------------------------------------*/
  .pre {
    margin: 0 auto;
    padding: 5%;
    width: 100%;
    text-align: center;
    background: #fff;
    border-top: 2px solid #000;
  }
  .pre p {
    margin-bottom: 0 !important;
    font-size: 25px;
    font-size: 6.7vw;
    font-weight: bold;
    line-height: 120%;
    color: #333 !important;
    letter-spacing: -.05em;
  }
  .pre p span {
    font-weight: bold;
    font-family: "Noto Serif JP", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    color: #900;
  }
  /*----------------------------------------
    #btn-float
  ----------------------------------------*/
  #btn-float {
    padding: 0 5%;
    width: 100%;
    position: fixed;
    bottom: 10px;
  }
  #btn-float i {
    font-size: 20px;
    font-size: 5.3vw;
  }
  #btn-float a {
    margin: 0 auto;
    padding: 3% 0;
    width: 100%;
    font-size: 18px;
    font-size: 4.8vw;
    color: #fff;
    font-weight: bold;
    text-align: center;
    display: block;
    letter-spacing: -0.05em;
    background-color: #1ca800;
    background-size: 100%;
    background-image: linear-gradient(to bottom, #1ca800 0%, #0b8e14 100%);
    border-radius: 20px;
    text-decoration: none;
    box-shadow: 0 1.3333333333vw 0 #176802;
    text-shadow: 0 0.2666666667vw 0 #333;
    cursor: pointer;
  }
  #btn-float a span {
    font-weight: bold;
    color: #fff !important;
  }
  /*----------------------------------------
    #header
  ----------------------------------------*/
  #header-top {
    padding: 1rem;
    width: 100%;
    text-align: center;
    background: #cb0000;
  }
  #header-top .timer {
    margin: 0 auto;
    width: 100%;
    background: none;
  }
  #header-top p {
    margin-bottom: 0 !important;
    font-size: 10px;
    font-size: 3.8vw;
    color: #fff;
    font-weight: normal;
    line-height: 160%;
  }
  #header-top a {
    margin: 2% auto 0;
    padding: 2%;
    width: 90%;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    background: #fff;
    display: block;
    transition: all .3s ease;
    border-radius: 10px;
  }
  #header-top a:hover {
    color: #fff;
    background: #000;
  }
  #header-top br {
    display: block;
  }
  #header-top span {
    margin-top: 1%;
    padding: 1% 3%;
    font-size: 18px;
    font-size: 4.8vw;
    text-shadow: 1px 1px 0px #000;
    background: #ef2617;
    background: linear-gradient(to right, #ef2617 0%, #fcc605 100%);
    display: inline-block;
    border-radius: 5px;
    box-shadow: 0 0 5px #000;
  }
  /*----------------------------------------
    #footer
  ----------------------------------------*/
  #footer {
    text-align: center;
    background: #fff;
  }
  #footer li {
    margin-bottom: 0;
    font-size: 16px;
    font-size: 4.3vw;
    color: #fff;
    background: #333;
    border-bottom: 1px dotted #fff;
  }
  #footer a {
    padding: 5%;
    color: #fff;
    display: block;
  }
  #footer .copyright {
    margin-bottom: 0;
    padding: 3%;
    font-size: 14px;
    font-size: 3.7vw;
    color: #666;
  }
  #footer .space {
    padding-bottom: 16%;
  }
  /*----------------------------------------
    .product
  ----------------------------------------*/
  .product {
    background: url(../images/back-contents.jpg) repeat-y center top;
    background-size: 300%;
  }
  .product h3 {
    margin-bottom: 1rem;
    padding: 2rem 5rem;
    background: rgba(255, 255, 255, 0.95);
  }
  .product h4 {
    padding: 1rem;
  }
  .product .timer {
    margin: 0 auto 5%;
    padding: 5% 0;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
  }
  .product .timer p {
    margin-bottom: 5px !important;
    font-size: 18px;
    font-size: 4.8vw;
    color: #FFF;
    font-weight: bold;
    line-height: 200%;
  }
  .product .timer a {
    margin: 2% auto 0;
    padding: 2%;
    width: 90%;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    background: #fff;
    display: block;
    transition: all .3s ease;
    border-radius: 10px;
  }
  .product .timer a:hover {
    color: #fff;
    background: #000;
  }
  .product .timer br {
    display: block;
  }
  .product .timer span {
    padding: 0 2%;
    font-size: 18px;
    font-size: 4.8vw;
    background: #ef2617;
    background: linear-gradient(to right, #ef2617 0%, #fcc605 100%);
    display: inline-block;
    border-radius: 5px;
  }
  .product .menu {
    margin: 0 auto 1rem;
    width: 90%;
  }
  .product .menu li {
    margin-bottom: .5rem;
  }
  .product .menu .product-contents {
    margin-bottom: 1rem;
  }
  .product .menu .product-contents ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .product .menu .product-contents ul:after {
    content: "";
    display: block;
    width: 49%;
  }
  .product .menu .product-contents li {
    width: 49%;
  }
  .product .menu .product-bonus {
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.95);
  }
  .product .menu .product-bonus ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .product .menu .product-bonus ul:after {
    content: "";
    display: block;
    width: 33%;
  }
  .product .menu .product-bonus li {
    margin-bottom: .5rem;
    width: 33%;
  }
  .product .menu .product-bonus li img {
    vertical-align: top;
  }
  .product .menu .product-price {
    margin-bottom: 5rem;
  }
  .product .aside {
    width: 100%;
  }
  .product .aside li {
    margin-bottom: 0;
  }
  .product .aside .consulting {
    background: #ff9300;
  }
  .product .aside .consulting .operator {
    margin-bottom: 0;
    padding: 3%;
    font-size: 13px;
    font-size: 3.5vw;
    color: #fff;
    text-align: center;
    background: #000;
  }
  .product .bank-attention a {
    color: #fff;
    margin: 0 auto 1em;
    padding: .5em;
    width: 90%;
    text-align: center;
    display: block;
    background: #f00;
    border-radius: 1em;
  }
  .product .btn-bank-text a {
    margin: 0 auto;
    padding: 1em;
    width: 90%;
    font-size: 12px;
    font-size: 3.2vw;
    text-align: center;
    background: #fff;
    border: .2rem solid #333;
    display: block;
  }
  .product .attention {
    margin-bottom: 0;
    padding: 5%;
    width: 100%;
    text-align: left;
    background: #fff;
  }
  .product .attention dt {
    margin-bottom: 5%;
    padding: 2%;
    font-size: 14px;
    font-size: 3.7vw;
    font-weight: bold;
    border-bottom: 1px dotted #333;
    border-left: 0.8vw solid #900;
  }
  .product .attention dd {
    margin-bottom: 10%;
  }
  .product .attention p {
    margin-bottom: 2.6666666667vw;
    font-size: 8px;
    font-size: 2.1vw;
    line-height: 160%;
  }
  .product .attention .ifrm-container {
    width: 100%;
    height: 100px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    display: inline-block;
    border: solid 1px #bbb;
  }
  .product .attention .ifrm-container iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
  }
  .product-btn-m {
    margin: 0 auto 5%;
    width: 100%;
  }
  .product-btn-m dt {
    padding: 5% 0;
    font-size: 25px;
    font-size: 6.7vw;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #009245;
  }
  .product-btn-m dd {
    padding: 5% 0 2%;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    border-right: 5px solid #009245;
    border-bottom: 5px solid #009245;
    border-left: 5px solid #009245;
  }
  .product-btn-y {
    margin: 0 auto 5%;
    width: 100%;
  }
  .product-btn-y dt {
    padding: 5% 0;
    font-size: 25px;
    font-size: 6.7vw;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #e21352;
  }
  .product-btn-y dd {
    padding: 5% 0 2%;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    border-right: 5px solid #e21352;
    border-bottom: 5px solid #e21352;
    border-left: 5px solid #e21352;
  }
  .btn-green1 {
    margin: 0 auto;
    padding: 0 5% 5%;
    width: 100%;
  }
  .btn-green1 a {
    margin: 0 auto;
    padding: 5%;
    width: 100%;
    font-size: 25px;
    font-size: 6.7vw;
    color: #fff;
    line-height: 160%;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    display: block;
    background-color: #1ca800;
    background-size: 100%;
    background-image: linear-gradient(to bottom, #1ca800 0%, #0b8e14 100%);
    border-radius: 50px;
    box-shadow: 0 2.6666666667vw 0 #176802;
    text-shadow: 0 0.2666666667vw 0 #333;
    transition: all .3s ease;
    cursor: pointer;
  }
  .btn-green1 a:hover {
    box-shadow: none;
    transform: translate3d(0, 2.6666666667vw, 0);
  }
  .btn-green1 a span {
    font-weight: bold;
  }
  .btn-red1 {
    margin: 0 auto;
    padding: 0 5% 5%;
    width: 100%;
  }
  .btn-red1 a {
    margin: 0 auto;
    padding: 5%;
    width: 100%;
    font-size: 25px;
    font-size: 6.7vw;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    display: block;
    background-color: #1ca800;
    background-size: 100%;
    background-image: linear-gradient(to bottom, #ff3333 0%, #c62c2c 100%);
    border-radius: 50px;
    box-shadow: 0 2.6666666667vw 0 #7f1c1c;
    text-shadow: 0 0.2666666667vw 0 #333;
    transition: all .3s ease;
    cursor: pointer;
  }
  .btn-red1 a:hover {
    box-shadow: none;
    transform: translate3d(0, 2.6666666667vw, 0);
  }
  .btn-red1 a span {
    font-weight: bold;
  }
  .btn-blue1 {
    margin: 0 auto;
    padding: 0 5% 5%;
    width: 100%;
  }
  .btn-blue1 a {
    margin: 0 auto;
    padding: 5%;
    width: 100%;
    font-size: 25px;
    font-size: 6.7vw;
    color: #fff;
    line-height: 160%;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    display: block;
    background-color: #0000ce;
    background-size: 100%;
    background-image: linear-gradient(to bottom, #0000ff 0%, #0000ce 100%);
    border-radius: 50px;
    box-shadow: 0 2.6666666667vw 0 #176802;
    text-shadow: 0 0.2666666667vw 0 #333;
    transition: all .3s ease;
    cursor: pointer;
  }
  .btn-blue1 a:hover {
    box-shadow: none;
    transform: translate3d(0, 2.6666666667vw, 0);
  }
  .btn-blue1 a span {
    font-weight: bold;
  }
  .btn-green2 {
    margin: 0 auto;
    padding: 0 5% 5%;
    width: 100%;
  }
  .btn-green2 a {
    margin: 0 auto;
    padding: 3% 5% 5%;
    width: 100%;
    font-size: 20px;
    font-size: 5.3vw;
    color: #fff;
    line-height: 120%;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    display: block;
    background-color: #1ca800;
    background-size: 100%;
    background-image: linear-gradient(to bottom, #1ca800 0%, #0b8e14 100%);
    border-radius: 50px;
    box-shadow: 0 2.6666666667vw 0 #176802;
    text-shadow: 0 0.2666666667vw 0 #333;
    transition: all .3s ease;
    cursor: pointer;
  }
  .btn-green2 a:hover {
    box-shadow: none;
    transform: translate3d(0, 2.6666666667vw, 0);
  }
  .btn-green2 a span {
    font-weight: bold;
  }
  .btn-green2 a .small {
    font-size: 10px;
    font-size: 2.7vw;
    line-height: 100%;
    font-weight: normal;
  }
  .btn-red2 {
    margin: 0 auto;
    padding: 0 5% 5%;
    width: 100%;
  }
  .btn-red2 a {
    margin: 0 auto;
    padding: 3% 5% 5%;
    width: 100%;
    font-size: 20px;
    font-size: 5.3vw;
    color: #fff;
    line-height: 120%;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    display: block;
    background-color: #ff3333;
    background-size: 100%;
    background-image: linear-gradient(to bottom, #ff3333 0%, #c62c2c 100%);
    border-radius: 50px;
    box-shadow: 0 2.6666666667vw 0 #7f1c1c;
    text-shadow: 0 0.2666666667vw 0 #333;
    transition: all .3s ease;
    cursor: pointer;
  }
  .btn-red2 a:hover {
    box-shadow: none;
    transform: translate3d(0, 2.6666666667vw, 0);
  }
  .btn-red2 a span {
    font-weight: bold;
  }
  .btn-red2 a .small {
    font-size: 10px;
    font-size: 2.7vw;
    line-height: 100%;
    font-weight: normal;
  }
  .btn-blue2 {
    margin: 0 auto;
    padding: 0 5% 5%;
    width: 100%;
  }
  .btn-blue2 a {
    margin: 0 auto;
    padding: 3% 5% 5%;
    width: 100%;
    font-size: 20px;
    font-size: 5.3vw;
    color: #fff;
    line-height: 120%;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    display: block;
    background-color: #0000ff;
    background-size: 100%;
    background-image: linear-gradient(to bottom, #0000ff 0%, #0000ce 100%);
    border-radius: 50px;
    box-shadow: 0 2.6666666667vw 0 #000070;
    text-shadow: 0 0.2666666667vw 0 #333;
    transition: all .3s ease;
    cursor: pointer;
  }
  .btn-blue2 a:hover {
    box-shadow: none;
    transform: translate3d(0, 2.6666666667vw, 0);
  }
  .btn-blue2 a span {
    font-weight: bold;
  }
  .btn-blue2 a .small {
    font-size: 10px;
    font-size: 2.7vw;
    line-height: 100%;
    font-weight: normal;
  }
  .tel {
    font-size: 12px;
    font-size: 3.2vw;
    text-align: center;
  }
  /*----------------------------------------
    #crossidea
  ----------------------------------------*/
  #crossidea h3 {
    padding: 3em 5%;
    background: url(../images/back-crossidea.jpg) no-repeat center center;
    background-size: cover;
  }
  #crossidea .text {
    padding: 2em 5% 1em;
  }
  #annotation {
    padding: 2% 0%;
  }

  #annotation dl {
    font-size: 50%;
    padding: 4% 3%;
    width: 90%;
  }
  #annotation dt {
    font-size: 3.3vw;
    margin-bottom: 1%;
  }
  #global-footer {
    background: #000;
    text-align: center;
    padding: 2%;
  }
  #global-footer p img {
    width: 50%;
    margin-bottom: 4%;
    margin-top: 4%;
  }
  #global-footer nav ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 3%;
  }
  #global-footer nav ul li {
    padding: 0.8em 1%;
    margin: 0 2%;
    line-height: 0.9vw;
  }
  #global-footer li a {
    font-size: 1.3vw;
    letter-spacing: .02em;
    color: #fff;
    white-space: nowrap;
    text-decoration: none;
    transition: all .3s ease;
    font-size: 3vw;
  }
  #global-footer .copyright {
    font-size: 2vw;
    padding: 2%;
    color: #fff;
  }
  #global-header p {
    margin-bottom: 0em;
    font-size: 3vw;
    color: #fff;
    line-height: inherit;
  }
}

/*----------------------------------------
  border
----------------------------------------*/
.brdr-w {
  border: 1px solid #fff;
}

.brdr-b {
  border: 1px solid #000;
}

/*----------------------------------------
  font-color
----------------------------------------*/
.fc-r {
  color: #900;
}

.fc-b {
  color: #009;
}

.fc-g {
  color: #090;
}

.fc-y {
  color: rgb(251, 255, 1);
}

/*----------------------------------------
  font-background-color
----------------------------------------*/
.fb-r {
  padding: 1px;
  color: #fff;
  font-weight: bold;
  background: #900;
}

.fb-b {
  padding: 1px;
  color: #fff;
  font-weight: bold;
  background: #009;
}

.fb-g {
  padding: 1px;
  color: #fff;
  font-weight: bold;
  background: #090;
}

.fb-y {
  padding: 1px;
  font-weight: bold;
  background: #fff700;
}

.fb-o {
  padding: 1px;
  font-weight: bold;
  background: #ffc926;
}

.fb-or {
  padding: 1px;
  color: #900;
  font-weight: bold;
  background: #ffc926;
}

/*----------------------------------------
  font-weight
----------------------------------------*/
.fw-n {
  font-weight: normal;
}

.fw-b {
  font-family: 'Noto Sans JP';
  font-weight: 900;
}

/*----------------------------------------
  font-size
----------------------------------------*/
.fs-10 {
  font-size: 10px;
  font-size: 1rem;
}

@media screen and (max-width: 769px) {
  .fs-10 {
    font-size: 6.6666666667px;
    font-size: 1.8vw;
  }
}

.fs-11 {
  font-size: 11px;
  font-size: 1.1rem;
}

@media screen and (max-width: 769px) {
  .fs-11 {
    font-size: 7.3333333333px;
    font-size: 2vw;
  }
}

.fs-12 {
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width: 769px) {
  .fs-12 {
    font-size: 8px;
    font-size: 2.1vw;
  }
}

.fs-13 {
  font-size: 13px;
  font-size: 1.3rem;
}

@media screen and (max-width: 769px) {
  .fs-13 {
    font-size: 8.6666666667px;
    font-size: 2.3vw;
  }
}

.fs-14 {
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 769px) {
  .fs-14 {
    font-size: 9.3333333333px;
    font-size: 2.5vw;
  }
}

.fs-15 {
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (max-width: 769px) {
  .fs-15 {
    font-size: 10px;
    font-size: 2.7vw;
  }
}

.fs-16 {
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 769px) {
  .fs-16 {
    font-size: 10.6666666667px;
    font-size: 2.8vw;
  }
}

.fs-17 {
  font-size: 17px;
  font-size: 1.7rem;
}

@media screen and (max-width: 769px) {
  .fs-17 {
    font-size: 11.3333333333px;
    font-size: 3vw;
  }
}

.fs-18 {
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 769px) {
  .fs-18 {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

.fs-19 {
  font-size: 19px;
  font-size: 1.9rem;
}

@media screen and (max-width: 769px) {
  .fs-19 {
    font-size: 12.6666666667px;
    font-size: 3.4vw;
  }
}

.fs-20 {
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 769px) {
  .fs-20 {
    font-size: 13.3333333333px;
    font-size: 3.6vw;
  }
}

.fs-21 {
  font-size: 21px;
  font-size: 2.1rem;
}

@media screen and (max-width: 769px) {
  .fs-21 {
    font-size: 14px;
    font-size: 3.7vw;
  }
}

.fs-22 {
  font-size: 22px;
  font-size: 2.2rem;
}

@media screen and (max-width: 769px) {
  .fs-22 {
    font-size: 14.6666666667px;
    font-size: 3.9vw;
  }
}

.fs-23 {
  font-size: 23px;
  font-size: 2.3rem;
}

@media screen and (max-width: 769px) {
  .fs-23 {
    font-size: 15.3333333333px;
    font-size: 4.1vw;
  }
}

.fs-24 {
  font-size: 24px;
  font-size: 2.4rem;
}

@media screen and (max-width: 769px) {
  .fs-24 {
    font-size: 16px;
    font-size: 4.3vw;
  }
}

.fs-25 {
  font-size: 25px;
  font-size: 2.5rem;
}

@media screen and (max-width: 769px) {
  .fs-25 {
    font-size: 16.6666666667px;
    font-size: 4.4vw;
  }
}

.fs-26 {
  font-size: 26px;
  font-size: 2.6rem;
}

@media screen and (max-width: 769px) {
  .fs-26 {
    font-size: 17.3333333333px;
    font-size: 4.6vw;
  }
}

.fs-27 {
  font-size: 27px;
  font-size: 2.7rem;
}

@media screen and (max-width: 769px) {
  .fs-27 {
    font-size: 18px;
    font-size: 4.8vw;
  }
}

.fs-28 {
  font-size: 28px;
  font-size: 2.8rem;
}

@media screen and (max-width: 769px) {
  .fs-28 {
    font-size: 18.6666666667px;
    font-size: 5vw;
  }
}

.fs-29 {
  font-size: 29px;
  font-size: 2.9rem;
}

@media screen and (max-width: 769px) {
  .fs-29 {
    font-size: 19.3333333333px;
    font-size: 5.2vw;
  }
}

.fs-30 {
  font-size: 30px;
  font-size: 3rem;
}

@media screen and (max-width: 769px) {
  .fs-30 {
    font-size: 20px;
    font-size: 5.3vw;
  }
}

.fs-31 {
  font-size: 31px;
  font-size: 3.1rem;
}

@media screen and (max-width: 769px) {
  .fs-31 {
    font-size: 20.6666666667px;
    font-size: 5.5vw;
  }
}

.fs-32 {
  font-size: 32px;
  font-size: 3.2rem;
}

@media screen and (max-width: 769px) {
  .fs-32 {
    font-size: 21.3333333333px;
    font-size: 5.7vw;
  }
}

.fs-33 {
  font-size: 33px;
  font-size: 3.3rem;
}

@media screen and (max-width: 769px) {
  .fs-33 {
    font-size: 22px;
    font-size: 5.9vw;
  }
}

.fs-34 {
  font-size: 34px;
  font-size: 3.4rem;
}

@media screen and (max-width: 769px) {
  .fs-34 {
    font-size: 22.6666666667px;
    font-size: 6vw;
  }
}

.fs-35 {
  font-size: 35px;
  font-size: 3.5rem;
}

@media screen and (max-width: 769px) {
  .fs-35 {
    font-size: 23.3333333333px;
    font-size: 6.2vw;
  }
}

.fs-36 {
  font-size: 36px;
  font-size: 3.6rem;
}

@media screen and (max-width: 769px) {
  .fs-36 {
    font-size: 24px;
    font-size: 6.4vw;
  }
}

.fs-37 {
  font-size: 37px;
  font-size: 3.7rem;
}

@media screen and (max-width: 769px) {
  .fs-37 {
    font-size: 24.6666666667px;
    font-size: 6.6vw;
  }
}

.fs-38 {
  font-size: 38px;
  font-size: 3.8rem;
}

@media screen and (max-width: 769px) {
  .fs-38 {
    font-size: 25.3333333333px;
    font-size: 6.8vw;
  }
}

.fs-39 {
  font-size: 39px;
  font-size: 3.9rem;
}

@media screen and (max-width: 769px) {
  .fs-39 {
    font-size: 26px;
    font-size: 6.9vw;
  }
}

.fs-40 {
  font-size: 40px;
  font-size: 4rem;
}

@media screen and (max-width: 769px) {
  .fs-40 {
    font-size: 26.6666666667px;
    font-size: 7.1vw;
  }
}

/*----------------------------------------
  serif
----------------------------------------*/
.serif {
  font-family: "Noto Serif JP", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif !important;
}

/*----------------------------------------
  line-height
----------------------------------------*/
.lh-110 {
  line-height: 110%;
}

.lh-120 {
  line-height: 120%;
}

.lh-130 {
  line-height: 130%;
}

.lh-140 {
  line-height: 140%;
}

.lh-150 {
  line-height: 150%;
}

.lh-160 {
  line-height: 160%;
}

.lh-170 {
  line-height: 170%;
}

.lh-180 {
  line-height: 180%;
}

.lh-190 {
  line-height: 190%;
}

.lh-200 {
  line-height: 200%;
}

/*----------------------------------------
  text-decoration
----------------------------------------*/
.td-n {
  text-decoration: none;
}

.td-u {
  text-decoration: underline;
}

.td-o {
  text-decoration: overline;
}

.td-t {
  text-decoration: line-through;
}

.td-b {
  text-decoration: blink;
}

/*----------------------------------------
  text-align
----------------------------------------*/
.ta-c {
  text-align: center;
}

.ta-r {
  text-align: right;
}

.ta-l {
  text-align: left;
}

/*----------------------------------------
  vertical-align
----------------------------------------*/
.va-t {
  vertical-align: top;
}

.va-m {
  vertical-align: middle;
}

.va-b {
  vertical-align: bottom;
}

/*----------------------------------------
  border
----------------------------------------*/
.border-b {
  border: 1px solid #000;
}

.border-w {
  border: 1px solid #fff;
}

/*----------------------------------------
  margin
----------------------------------------*/
.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.m-5 {
  margin: .5em !important;
}

@media screen and (max-width: 769px) {
  .m-5 {
    margin: 6.6666666667vw !important;
  }
}

.mt-5 {
  margin-top: .5em !important;
}

@media screen and (max-width: 769px) {
  .mt-5 {
    margin-top: 6.6666666667vw !important;
  }
}

.mr-5 {
  margin-right: .5em !important;
}

@media screen and (max-width: 769px) {
  .mr-5 {
    margin-right: 6.6666666667vw !important;
  }
}

.mb-5 {
  margin-bottom: .5em !important;
}

@media screen and (max-width: 769px) {
  .mb-5 {
    margin-bottom: 6.6666666667vw !important;
  }
}

.ml-5 {
  margin-left: .5em !important;
}

@media screen and (max-width: 769px) {
  .ml-5 {
    margin-left: 6.6666666667vw !important;
  }
}

.m-10 {
  margin: 0.8em !important;
}

@media screen and (max-width: 769px) {
  .m-10 {
    margin: 1.3333333333vw !important;
  }
}

.mt-10 {
  margin-top: 0.8em !important;
}

@media screen and (max-width: 769px) {
  .mt-10 {
    margin-top: 1.3333333333vw !important;
  }
}

.mr-10 {
  margin-right: 0.8em !important;
}

@media screen and (max-width: 769px) {
  .mr-10 {
    margin-right: 1.3333333333vw !important;
  }
}

.mb-10 {
  margin-bottom: 0.8em !important;
}

@media screen and (max-width: 769px) {
  .mb-10 {
    margin-bottom: 1.3333333333vw !important;
  }
}

.ml-10 {
  margin-left: 0.8em !important;
}

@media screen and (max-width: 769px) {
  .ml-10 {
    margin-left: 1.3333333333vw !important;
  }
}

.m-20 {
  margin: 1.6em !important;
}

@media screen and (max-width: 769px) {
  .m-20 {
    margin: 2.6666666667vw !important;
  }
}

.mt-20 {
  margin-top: 1.6em !important;
}

@media screen and (max-width: 769px) {
  .mt-20 {
    margin-top: 2.6666666667vw !important;
  }
}

.mr-20 {
  margin-right: 1.6em !important;
}

@media screen and (max-width: 769px) {
  .mr-20 {
    margin-right: 2.6666666667vw !important;
  }
}

.mb-20 {
  margin-bottom: 1.6em !important;
}

@media screen and (max-width: 769px) {
  .mb-20 {
    margin-bottom: 2.6666666667vw !important;
  }
}

.ml-20 {
  margin-left: 1.6em !important;
}

@media screen and (max-width: 769px) {
  .ml-20 {
    margin-left: 2.6666666667vw !important;
  }
}

.m-30 {
  margin: 2.4em !important;
}

@media screen and (max-width: 769px) {
  .m-30 {
    margin: 4vw !important;
  }
}

.mt-30 {
  margin-top: 2.4em !important;
}

@media screen and (max-width: 769px) {
  .mt-30 {
    margin-top: 4vw !important;
  }
}

.mr-30 {
  margin-right: 2.4em !important;
}

@media screen and (max-width: 769px) {
  .mr-30 {
    margin-right: 4vw !important;
  }
}

.mb-30 {
  margin-bottom: 2.4em !important;
}

@media screen and (max-width: 769px) {
  .mb-30 {
    margin-bottom: 4vw !important;
  }
}

.ml-30 {
  margin-left: 2.4em !important;
}

@media screen and (max-width: 769px) {
  .ml-30 {
    margin-left: 4vw !important;
  }
}

.m-40 {
  margin: 3.2em !important;
}

@media screen and (max-width: 769px) {
  .m-40 {
    margin: 5.3333333333vw !important;
  }
}

.mt-40 {
  margin-top: 3.2em !important;
}

@media screen and (max-width: 769px) {
  .mt-40 {
    margin-top: 5.3333333333vw !important;
  }
}

.mr-40 {
  margin-right: 3.2em !important;
}

@media screen and (max-width: 769px) {
  .mr-40 {
    margin-right: 5.3333333333vw !important;
  }
}

.mb-40 {
  margin-bottom: 3.2em !important;
}

@media screen and (max-width: 769px) {
  .mb-40 {
    margin-bottom: 5.3333333333vw !important;
  }
}

.ml-40 {
  margin-left: 3.2em !important;
}

@media screen and (max-width: 769px) {
  .ml-40 {
    margin-left: 5.3333333333vw !important;
  }
}

.m-50 {
  margin: 4em !important;
}

@media screen and (max-width: 769px) {
  .m-50 {
    margin: 6.6666666667vw !important;
  }
}

.mt-50 {
  margin-top: 4em !important;
}

@media screen and (max-width: 769px) {
  .mt-50 {
    margin-top: 6.6666666667vw !important;
  }
}

.mr-50 {
  margin-right: 4em !important;
}

@media screen and (max-width: 769px) {
  .mr-50 {
    margin-right: 6.6666666667vw !important;
  }
}

.mb-50 {
  margin-bottom: 4em !important;
}

@media screen and (max-width: 769px) {
  .mb-50 {
    margin-bottom: 6.6666666667vw !important;
  }
}

.ml-50 {
  margin-left: 4em !important;
}

@media screen and (max-width: 769px) {
  .ml-50 {
    margin-left: 6.6666666667vw !important;
  }
}

.m-60 {
  margin: 4.8em !important;
}

@media screen and (max-width: 769px) {
  .m-60 {
    margin: 8vw !important;
  }
}

.mt-60 {
  margin-top: 4.8em !important;
}

@media screen and (max-width: 769px) {
  .mt-60 {
    margin-top: 8vw !important;
  }
}

.mr-60 {
  margin-right: 4.8em !important;
}

@media screen and (max-width: 769px) {
  .mr-60 {
    margin-right: 8vw !important;
  }
}

.mb-60 {
  margin-bottom: 4.8em !important;
}

@media screen and (max-width: 769px) {
  .mb-60 {
    margin-bottom: 8vw !important;
  }
}

.ml-60 {
  margin-left: 4.8em !important;
}

@media screen and (max-width: 769px) {
  .ml-60 {
    margin-left: 8vw !important;
  }
}

.m-70 {
  margin: 5.6em !important;
}

@media screen and (max-width: 769px) {
  .m-70 {
    margin: 9.3333333333vw !important;
  }
}

.mt-70 {
  margin-top: 5.6em !important;
}

@media screen and (max-width: 769px) {
  .mt-70 {
    margin-top: 9.3333333333vw !important;
  }
}

.mr-70 {
  margin-right: 5.6em !important;
}

@media screen and (max-width: 769px) {
  .mr-70 {
    margin-right: 9.3333333333vw !important;
  }
}

.mb-70 {
  margin-bottom: 5.6em !important;
}

@media screen and (max-width: 769px) {
  .mb-70 {
    margin-bottom: 9.3333333333vw !important;
  }
}

.ml-70 {
  margin-left: 5.6em !important;
}

@media screen and (max-width: 769px) {
  .ml-70 {
    margin-left: 9.3333333333vw !important;
  }
}

.m-80 {
  margin: 6.4em !important;
}

@media screen and (max-width: 769px) {
  .m-80 {
    margin: 10.6666666667vw !important;
  }
}

.mt-80 {
  margin-top: 6.4em !important;
}

@media screen and (max-width: 769px) {
  .mt-80 {
    margin-top: 10.6666666667vw !important;
  }
}

.mr-80 {
  margin-right: 6.4em !important;
}

@media screen and (max-width: 769px) {
  .mr-80 {
    margin-right: 10.6666666667vw !important;
  }
}

.mb-80 {
  margin-bottom: 6.4em !important;
}

@media screen and (max-width: 769px) {
  .mb-80 {
    margin-bottom: 10.6666666667vw !important;
  }
}

.ml-80 {
  margin-left: 6.4em !important;
}

@media screen and (max-width: 769px) {
  .ml-80 {
    margin-left: 10.6666666667vw !important;
  }
}

.m-90 {
  margin: 7.2em !important;
}

@media screen and (max-width: 769px) {
  .m-90 {
    margin: 12vw !important;
  }
}

.mt-90 {
  margin-top: 7.2em !important;
}

@media screen and (max-width: 769px) {
  .mt-90 {
    margin-top: 12vw !important;
  }
}

.mr-90 {
  margin-right: 7.2em !important;
}

@media screen and (max-width: 769px) {
  .mr-90 {
    margin-right: 12vw !important;
  }
}

.mb-90 {
  margin-bottom: 7.2em !important;
}

@media screen and (max-width: 769px) {
  .mb-90 {
    margin-bottom: 12vw !important;
  }
}

.ml-90 {
  margin-left: 7.2em !important;
}

@media screen and (max-width: 769px) {
  .ml-90 {
    margin-left: 12vw !important;
  }
}

.m-100 {
  margin: 8em !important;
}

@media screen and (max-width: 769px) {
  .m-100 {
    margin: 13.3333333333vw !important;
  }
}

.mt-100 {
  margin-top: 8em !important;
}

@media screen and (max-width: 769px) {
  .mt-100 {
    margin-top: 13.3333333333vw !important;
  }
}

.mr-100 {
  margin-right: 8em !important;
}

@media screen and (max-width: 769px) {
  .mr-100 {
    margin-right: 13.3333333333vw !important;
  }
}

.mb-100 {
  margin-bottom: 8em !important;
}

@media screen and (max-width: 769px) {
  .mb-100 {
    margin-bottom: 13.3333333333vw !important;
  }
}

.ml-100 {
  margin-left: 8em !important;
}

@media screen and (max-width: 769px) {
  .ml-100 {
    margin-left: 13.3333333333vw !important;
  }
}

/*----------------------------------------
  padding
----------------------------------------*/
.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.p-5 {
  padding: .5em !important;
}

@media screen and (max-width: 769px) {
  .p-5 {
    padding: 6.6666666667vw !important;
  }
}

.pt-5 {
  padding-top: .5em !important;
}

@media screen and (max-width: 769px) {
  .pt-5 {
    padding-top: 6.6666666667vw !important;
  }
}

.pr-5 {
  padding-right: .5em !important;
}

@media screen and (max-width: 769px) {
  .pr-5 {
    padding-right: 6.6666666667vw !important;
  }
}

.pb-5 {
  padding-bottom: .5em !important;
}

@media screen and (max-width: 769px) {
  .pb-5 {
    padding-bottom: 6.6666666667vw !important;
  }
}

.pl-5 {
  padding-left: .5em !important;
}

@media screen and (max-width: 769px) {
  .pl-5 {
    padding-left: 6.6666666667vw !important;
  }
}

.p-10 {
  padding: 0.8em !important;
}

@media screen and (max-width: 769px) {
  .p-10 {
    padding: 1.3333333333vw !important;
  }
}

.pt-10 {
  padding-top: 0.8em !important;
}

@media screen and (max-width: 769px) {
  .pt-10 {
    padding-top: 1.3333333333vw !important;
  }
}

.pr-10 {
  padding-right: 0.8em !important;
}

@media screen and (max-width: 769px) {
  .pr-10 {
    padding-right: 1.3333333333vw !important;
  }
}

.pb-10 {
  padding-bottom: 0.8em !important;
}

@media screen and (max-width: 769px) {
  .pb-10 {
    padding-bottom: 1.3333333333vw !important;
  }
}

.pl-10 {
  padding-left: 0.8em !important;
}

@media screen and (max-width: 769px) {
  .pl-10 {
    padding-left: 1.3333333333vw !important;
  }
}

.p-20 {
  padding: 1.6em !important;
}

@media screen and (max-width: 769px) {
  .p-20 {
    padding: 2.6666666667vw !important;
  }
}

.pt-20 {
  padding-top: 1.6em !important;
}

@media screen and (max-width: 769px) {
  .pt-20 {
    padding-top: 2.6666666667vw !important;
  }
}

.pr-20 {
  padding-right: 1.6em !important;
}

@media screen and (max-width: 769px) {
  .pr-20 {
    padding-right: 2.6666666667vw !important;
  }
}

.pb-20 {
  padding-bottom: 1.6em !important;
}

@media screen and (max-width: 769px) {
  .pb-20 {
    padding-bottom: 2.6666666667vw !important;
  }
}

.pl-20 {
  padding-left: 1.6em !important;
}

@media screen and (max-width: 769px) {
  .pl-20 {
    padding-left: 2.6666666667vw !important;
  }
}

.p-30 {
  padding: 2.4em !important;
}

@media screen and (max-width: 769px) {
  .p-30 {
    padding: 4vw !important;
  }
}

.pt-30 {
  padding-top: 2.4em !important;
}

@media screen and (max-width: 769px) {
  .pt-30 {
    padding-top: 4vw !important;
  }
}

.pr-30 {
  padding-right: 2.4em !important;
}

@media screen and (max-width: 769px) {
  .pr-30 {
    padding-right: 4vw !important;
  }
}

.pb-30 {
  padding-bottom: 2.4em !important;
}

@media screen and (max-width: 769px) {
  .pb-30 {
    padding-bottom: 4vw !important;
  }
}

.pl-30 {
  padding-left: 2.4em !important;
}

@media screen and (max-width: 769px) {
  .pl-30 {
    padding-left: 4vw !important;
  }
}

.p-40 {
  padding: 3.2em !important;
}

@media screen and (max-width: 769px) {
  .p-40 {
    padding: 5.3333333333vw !important;
  }
}

.pt-40 {
  padding-top: 3.2em !important;
}

@media screen and (max-width: 769px) {
  .pt-40 {
    padding-top: 5.3333333333vw !important;
  }
}

.pr-40 {
  padding-right: 3.2em !important;
}

@media screen and (max-width: 769px) {
  .pr-40 {
    padding-right: 5.3333333333vw !important;
  }
}

.pb-40 {
  padding-bottom: 3.2em !important;
}

@media screen and (max-width: 769px) {
  .pb-40 {
    padding-bottom: 5.3333333333vw !important;
  }
}

.pl-40 {
  padding-left: 3.2em !important;
}

@media screen and (max-width: 769px) {
  .pl-40 {
    padding-left: 5.3333333333vw !important;
  }
}

.p-50 {
  padding: 4em !important;
}

@media screen and (max-width: 769px) {
  .p-50 {
    padding: 6.6666666667vw !important;
  }
}

.pt-50 {
  padding-top: 4em !important;
}

@media screen and (max-width: 769px) {
  .pt-50 {
    padding-top: 6.6666666667vw !important;
  }
}

.pr-50 {
  padding-right: 4em !important;
}

@media screen and (max-width: 769px) {
  .pr-50 {
    padding-right: 6.6666666667vw !important;
  }
}

.pb-50 {
  padding-bottom: 4em !important;
}

@media screen and (max-width: 769px) {
  .pb-50 {
    padding-bottom: 6.6666666667vw !important;
  }
}

.pl-50 {
  padding-left: 4em !important;
}

@media screen and (max-width: 769px) {
  .pl-50 {
    padding-left: 6.6666666667vw !important;
  }
}

.p-60 {
  padding: 4.8em !important;
}

@media screen and (max-width: 769px) {
  .p-60 {
    padding: 8vw !important;
  }
}

.pt-60 {
  padding-top: 4.8em !important;
}

@media screen and (max-width: 769px) {
  .pt-60 {
    padding-top: 8vw !important;
  }
}

.pr-60 {
  padding-right: 4.8em !important;
}

@media screen and (max-width: 769px) {
  .pr-60 {
    padding-right: 8vw !important;
  }
}

.pb-60 {
  padding-bottom: 4.8em !important;
}

@media screen and (max-width: 769px) {
  .pb-60 {
    padding-bottom: 8vw !important;
  }
}

.pl-60 {
  padding-left: 4.8em !important;
}

@media screen and (max-width: 769px) {
  .pl-60 {
    padding-left: 8vw !important;
  }
}

.p-70 {
  padding: 5.6em !important;
}

@media screen and (max-width: 769px) {
  .p-70 {
    padding: 9.3333333333vw !important;
  }
}

.pt-70 {
  padding-top: 5.6em !important;
}

@media screen and (max-width: 769px) {
  .pt-70 {
    padding-top: 9.3333333333vw !important;
  }
}

.pr-70 {
  padding-right: 5.6em !important;
}

@media screen and (max-width: 769px) {
  .pr-70 {
    padding-right: 9.3333333333vw !important;
  }
}

.pb-70 {
  padding-bottom: 5.6em !important;
}

@media screen and (max-width: 769px) {
  .pb-70 {
    padding-bottom: 9.3333333333vw !important;
  }
}

.pl-70 {
  padding-left: 5.6em !important;
}

@media screen and (max-width: 769px) {
  .pl-70 {
    padding-left: 9.3333333333vw !important;
  }
}

.p-80 {
  padding: 6.4em !important;
}

@media screen and (max-width: 769px) {
  .p-80 {
    padding: 10.6666666667vw !important;
  }
}

.pt-80 {
  padding-top: 6.4em !important;
}

@media screen and (max-width: 769px) {
  .pt-80 {
    padding-top: 10.6666666667vw !important;
  }
}

.pr-80 {
  padding-right: 6.4em !important;
}

@media screen and (max-width: 769px) {
  .pr-80 {
    padding-right: 10.6666666667vw !important;
  }
}

.pb-80 {
  padding-bottom: 6.4em !important;
}

@media screen and (max-width: 769px) {
  .pb-80 {
    padding-bottom: 10.6666666667vw !important;
  }
}

.pl-80 {
  padding-left: 6.4em !important;
}

@media screen and (max-width: 769px) {
  .pl-80 {
    padding-left: 10.6666666667vw !important;
  }
}

.p-90 {
  padding: 7.2em !important;
}

@media screen and (max-width: 769px) {
  .p-90 {
    padding: 12vw !important;
  }
}

.pt-90 {
  padding-top: 7.2em !important;
}

@media screen and (max-width: 769px) {
  .pt-90 {
    padding-top: 12vw !important;
  }
}

.pr-90 {
  padding-right: 7.2em !important;
}

@media screen and (max-width: 769px) {
  .pr-90 {
    padding-right: 12vw !important;
  }
}

.pb-90 {
  padding-bottom: 7.2em !important;
}

@media screen and (max-width: 769px) {
  .pb-90 {
    padding-bottom: 12vw !important;
  }
}

.pl-90 {
  padding-left: 7.2em !important;
}

@media screen and (max-width: 769px) {
  .pl-90 {
    padding-left: 12vw !important;
  }
}

.p-100 {
  padding: 8em !important;
}

@media screen and (max-width: 769px) {
  .p-100 {
    padding: 13.3333333333vw !important;
  }
}

.pt-100 {
  padding-top: 8em !important;
}

@media screen and (max-width: 769px) {
  .pt-100 {
    padding-top: 13.3333333333vw !important;
  }
}

.pr-100 {
  padding-right: 8em !important;
}

@media screen and (max-width: 769px) {
  .pr-100 {
    padding-right: 13.3333333333vw !important;
  }
}

.pb-100 {
  padding-bottom: 8em !important;
}

@media screen and (max-width: 769px) {
  .pb-100 {
    padding-bottom: 13.3333333333vw !important;
  }
}

.pl-100 {
  padding-left: 8em !important;
}

@media screen and (max-width: 769px) {
  .pl-100 {
    padding-left: 13.3333333333vw !important;
  }
}
#annotation {
  background-color: #fff;
  text-align: center;
  padding: 2% 0%;
}

#annotation dl {
  font-size: 1.2vw;
  margin-bottom: 0%;
  letter-spacing: .15em;
  border: 0.05rem solid #C3C8CD;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding: 2%;
}

#annotation dt {
  margin-bottom: 0.5%;
  font-weight: 600;
  font-size: 1.4vw;
}

@media screen and (min-width: 769px){
  .pc {
    display: block!important;
  }
  .sp {
    display: none!important;
  }
}

@media screen and (max-width: 768px){
  .pc {
    display: none!important;
  }
  .sp {
    display: block!important;
  }
}