@charset "UTF-8";
/*
@mixin fz($fzSize) {
	font-size: $fzSize + px;
	font-size: ($fzSize / 10) + rem;
}
*/
@media screen and (max-width: 769px) {
  /*----------------------------------------
    General
  ----------------------------------------*/
  p {
    margin-bottom: 5vw;
    font-size: 13px;
    font-size: 4.0625vw;
    color: #333;
    line-height: 160%;
  }

  li {
    margin-bottom: 3.125vw;
    font-size: 20px;
    font-size: 6.25vw;
    list-style: none;
    font-weight: bold;
    line-height: 130%;
  }

  br {
    display: none;
  }

  .break {
    display: block;
  }

  .break-sp {
    display: block;
  }

  .img-r {
    margin: 0 0 6.25vw 6.25vw;
    width: 30%;
    float: right;
  }

  .img-l {
    margin: 0 6.25vw 6.25vw 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;
  }

  /*----------------------------------------
    List
  ----------------------------------------*/
  ol {
    padding: 0;
    counter-reset: my-counter;
    list-style: none;
  }
  ol li {
    margin-bottom: 3.125vw;
    padding-left: 6.25vw;
    position: relative;
  }
  ol li:before {
    margin-left: -9.375vw;
    width: 5.9375vw;
    height: 5.9375vw;
    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: -webkit-linear-gradient(left, #24b7b5 0%, #67bf75 100%);
    background: linear-gradient(to right, #24b7b5 0%, #67bf75 100%);
  }
  .list-green li {
    margin-bottom: 5%;
    font-size: 14px;
    font-size: 4.375vw;
    color: #fff;
  }

  .list-orange {
    padding: 10%;
    background: #ff8837;
    background: -webkit-linear-gradient(left, #ff8837 0%, #ff215c 100%);
    background: linear-gradient(to right, #ff8837 0%, #ff215c 100%);
  }
  .list-orange li {
    margin-bottom: 5%;
    font-size: 14px;
    font-size: 4.375vw;
    color: #fff;
  }

  .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;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  /*----------------------------------------
    .movie
  ----------------------------------------*/
  .movie {
    margin: 0 0 5% 0 !important;
    padding: 0 !important;
  }
  .movie dt {
    margin: 0 !important;
    padding: 5% !important;
    font-size: 16px;
    font-size: 5vw;
    color: #fff;
    line-height: 140% !important;
    font-weight: bold;
    background: #c4004f !important;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -webkit-align-items: top;
    -webkit-box-align: top;
            align-items: top;
    border: none !important;
  }
  .movie dd {
    padding: 0 !important;
    border: none !important;
  }
  .movie dd:before, .movie dd:after {
    height: 0 !important;
    background: none !important;
  }
  .movie i {
    margin-right: 3%;
    font-size: 22px;
    font-size: 6.875vw;
  }

  /*----------------------------------------
    .comment
  ----------------------------------------*/
  .comment {
    margin-bottom: 5%;
    padding: 5%;
    border: 1px dotted #333;
  }
  .comment p {
    font-size: 13px;
    font-size: 4.0625vw;
  }

  /*----------------------------------------
    .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: 6.25vw;
    font-weight: bold;
    color: #010079;
    text-shadow: 0 0 5px #fff;
    background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px, #e9f4ff 3px, #e9f4ff 7px) !important;
    background: -webkit-repeating-linear-gradient(135deg, #cce7ff, #cce7ff 3px, #e9f4ff 3px, #e9f4ff 7px) !important;
    background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px, #e9f4ff 3px, #e9f4ff 7px) !important;
    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;
  }
  .description-blue dd p {
    margin-bottom: 1em;
    font-size: 12px;
    font-size: 3.75vw;
    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: 6.25vw;
    font-weight: bold;
    color: #4e2800;
    text-shadow: 0 0 5px #fff;
    background: -webkit-repeating-linear-gradient(-45deg, #ffb229, #ffb229 3px, #f9ddaa 3px, #f9ddaa 7px) !important;
    background: -webkit-repeating-linear-gradient(135deg, #ffb229, #ffb229 3px, #f9ddaa 3px, #f9ddaa 7px) !important;
    background: repeating-linear-gradient(-45deg, #ffb229, #ffb229 3px, #f9ddaa 3px, #f9ddaa 7px) !important;
    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: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
  }
  .description-orange dd p {
    margin-bottom: 1em;
    font-size: 12px;
    font-size: 3.75vw;
    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: 7.8125vw;
    font-weight: bold;
    line-height: 120%;
    color: #333 !important;
    letter-spacing: -.05em;
  }
  .pre p span {
    font-weight: bold;
    font-family: "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: 6.25vw;
  }
  #btn-float a {
    margin: 0 auto;
    padding: 3% 0;
    width: 100%;
    font-size: 18px;
    font-size: 5.625vw;
    color: #fff;
    font-weight: bold;
    text-align: center;
    display: block;
    letter-spacing: -0.05em;
    background-color: #1ca800;
    background-size: 100%;
    background-image: -webkit-linear-gradient(top, #1ca800 0%, #0b8e14 100%);
    background-image: linear-gradient(to bottom, #1ca800 0%, #0b8e14 100%);
    border-radius: 20px;
    text-decoration: none;
    box-shadow: 0 1.5625vw 0 #176802;
    text-shadow: 0 0.3125vw 0 #333;
    cursor: pointer;
  }
  #btn-float a span {
    font-weight: bold;
    color: #fff !important;
  }

  /*----------------------------------------
    #global-header
  ----------------------------------------*/
  #global-header-top {
    padding: 5% 0;
    width: 100%;
    text-align: center;
    background: #cc0974;
  }
  #global-header-top .timer {
    margin: 0 auto;
    width: 100%;
    background: none;
  }
  #global-header-top p {
    margin-bottom: 0 !important;
    font-size: 18px;
    font-size: 5.625vw;
    color: #fff;
    font-weight: bold;
    line-height: 160%;
  }
  #global-header-top a {
    margin: 5% auto 0;
    padding: 5%;
    width: 90%;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    background: #fff;
    display: block;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 10px;
  }
  #global-header-top a:hover {
    color: #fff;
    background: #000;
  }
  #global-header-top br {
    display: block;
  }
  #global-header-top span {
    margin-top: 1%;
    padding: 1% 3%;
    font-size: 18px;
    font-size: 5.625vw;
    text-shadow: 1px 1px 0px #000;
    background: #ef2617;
    background: -webkit-linear-gradient(left, #ef2617 0%, #fcc605 100%);
    background: linear-gradient(to right, #ef2617 0%, #fcc605 100%);
    display: inline-block;
    border-radius: 5px;
    box-shadow: 0 0 5px #000;
  }

  /*
  #global-header1 {
  background: url(../images/back-global-header1.png) no-repeat center top;
  }
  */
  /*
  #global-header2 {
  background: url(../images/back-global-header2.png) no-repeat center top;
  }
  */
  /*----------------------------------------
    #global-footer
  ----------------------------------------*/
  #global-footer {
    text-align: center;
    background: #fff;
  }
  #global-footer li {
    margin-bottom: 0;
    font-size: 16px;
    font-size: 5vw;
    color: #fff;
    background: #333;
    border-bottom: 1px dotted #fff;
  }
  #global-footer a {
    padding: 5%;
    color: #fff;
    display: block;
  }
  #global-footer .copyright {
    margin-bottom: 0;
    padding: 3%;
    font-size: 14px;
    font-size: 4.375vw;
    color: #666;
  }
  #global-footer .space {
    padding-bottom: 16%;
  }

  /*----------------------------------------
    .product
  ----------------------------------------*/
  .product {
    background: url(../images/back-contentsList.jpg) repeat-y center top;
    background-size: 500%;
  }
  .product h3 {
    padding: 3rem 3rem 0rem;
  }
  .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: 5.625vw;
    color: #FFF;
    font-weight: bold;
    line-height: 200%;
  }
  .product .timer a {
    margin: 5% auto 0;
    padding: 5%;
    width: 90%;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    background: #fff;
    display: block;
    -webkit-transition: all .3s ease;
    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: 5.625vw;
    background: #ef2617;
    background: -webkit-linear-gradient(left, #ef2617 0%, #fcc605 100%);
    background: linear-gradient(to right, #ef2617 0%, #fcc605 100%);
    display: inline-block;
    border-radius: 5px;
  }
  .product .menu {
    padding: 5%;
  }
  .product .menu li {
    margin-bottom: 0;
  }
  .product .menu .product-contentsList {
    margin-bottom: 2rem;
  }
  .product .menu .product-contentsList ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .product .menu .product-contentsList li {
    width: 49%;
  }
  .product .menu .product-bonus {
    margin-bottom: 2rem;
    padding: 1%;
    position: relative;
    background: -webkit-linear-gradient(left, #9b673f, #c69c6d 20%, #ccac9b);
    background: linear-gradient(to right, #9b673f, #c69c6d 20%, #ccac9b);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  }
  .product .menu .product-bonus ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 1em 3%;
    background: #01161f;
  }
  .product .menu .product-bonus ul:after {
    content: "";
    display: block;
    width: 33%;
  }
  .product .menu .product-bonus li {
    margin-bottom: .5rem;
    width: 33%;
  }
  .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: 4.0625vw;
    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 .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: 4.375vw;
    font-weight: bold;
    border-bottom: 1px dotted #333;
    border-left: 0.9375vw solid #900;
  }
  .product .attention dd {
    margin-bottom: 10%;
  }
  .product .attention p {
    margin-bottom: 3.125vw;
    font-size: 8px;
    font-size: 2.5vw;
    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: 7.8125vw;
    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: 7.8125vw;
    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: 7.8125vw;
    color: #fff;
    line-height: 160%;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    display: block;
    background-color: #1ca800;
    background-size: 100%;
    background-image: -webkit-linear-gradient(top, #1ca800 0%, #0b8e14 100%);
    background-image: linear-gradient(to bottom, #1ca800 0%, #0b8e14 100%);
    border-radius: 50px;
    box-shadow: 0 3.125vw 0 #176802;
    text-shadow: 0 0.3125vw 0 #333;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
  }
  .btn-green1 a:hover {
    box-shadow: none;
    -webkit-transform: translate3d(0, 3.125vw, 0);
            transform: translate3d(0, 3.125vw, 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: 7.8125vw;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    display: block;
    background-color: #1ca800;
    background-size: 100%;
    background-image: -webkit-linear-gradient(top, #ff3333 0%, #c62c2c 100%);
    background-image: linear-gradient(to bottom, #ff3333 0%, #c62c2c 100%);
    border-radius: 50px;
    box-shadow: 0 3.125vw 0 #7f1c1c;
    text-shadow: 0 0.3125vw 0 #333;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
  }
  .btn-red1 a:hover {
    box-shadow: none;
    -webkit-transform: translate3d(0, 3.125vw, 0);
            transform: translate3d(0, 3.125vw, 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: 7.8125vw;
    color: #fff;
    line-height: 160%;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    display: block;
    background-color: #0000ce;
    background-size: 100%;
    background-image: -webkit-linear-gradient(top, #0000ff 0%, #0000ce 100%);
    background-image: linear-gradient(to bottom, #0000ff 0%, #0000ce 100%);
    border-radius: 50px;
    box-shadow: 0 3.125vw 0 #176802;
    text-shadow: 0 0.3125vw 0 #333;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
  }
  .btn-blue1 a:hover {
    box-shadow: none;
    -webkit-transform: translate3d(0, 3.125vw, 0);
            transform: translate3d(0, 3.125vw, 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: 6.25vw;
    color: #fff;
    line-height: 120%;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    display: block;
    background-color: #1ca800;
    background-size: 100%;
    background-image: -webkit-linear-gradient(top, #1ca800 0%, #0b8e14 100%);
    background-image: linear-gradient(to bottom, #1ca800 0%, #0b8e14 100%);
    border-radius: 50px;
    box-shadow: 0 3.125vw 0 #176802;
    text-shadow: 0 0.3125vw 0 #333;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
  }
  .btn-green2 a:hover {
    box-shadow: none;
    -webkit-transform: translate3d(0, 3.125vw, 0);
            transform: translate3d(0, 3.125vw, 0);
  }
  .btn-green2 a span {
    font-weight: bold;
  }
  .btn-green2 a .small {
    font-size: 10px;
    font-size: 3.125vw;
    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: 6.25vw;
    color: #fff;
    line-height: 120%;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    display: block;
    background-color: #ff3333;
    background-size: 100%;
    background-image: -webkit-linear-gradient(top, #ff3333 0%, #c62c2c 100%);
    background-image: linear-gradient(to bottom, #ff3333 0%, #c62c2c 100%);
    border-radius: 50px;
    box-shadow: 0 3.125vw 0 #7f1c1c;
    text-shadow: 0 0.3125vw 0 #333;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
  }
  .btn-red2 a:hover {
    box-shadow: none;
    -webkit-transform: translate3d(0, 3.125vw, 0);
            transform: translate3d(0, 3.125vw, 0);
  }
  .btn-red2 a span {
    font-weight: bold;
  }
  .btn-red2 a .small {
    font-size: 10px;
    font-size: 3.125vw;
    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: 6.25vw;
    color: #fff;
    line-height: 120%;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    display: block;
    background-color: #0000ff;
    background-size: 100%;
    background-image: -webkit-linear-gradient(top, #0000ff 0%, #0000ce 100%);
    background-image: linear-gradient(to bottom, #0000ff 0%, #0000ce 100%);
    border-radius: 50px;
    box-shadow: 0 3.125vw 0 #000070;
    text-shadow: 0 0.3125vw 0 #333;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
  }
  .btn-blue2 a:hover {
    box-shadow: none;
    -webkit-transform: translate3d(0, 3.125vw, 0);
            transform: translate3d(0, 3.125vw, 0);
  }
  .btn-blue2 a span {
    font-weight: bold;
  }
  .btn-blue2 a .small {
    font-size: 10px;
    font-size: 3.125vw;
    line-height: 100%;
    font-weight: normal;
  }

  .tel {
    font-size: 12px;
    font-size: 3.75vw;
    text-align: center;
  }

  /*----------------------------------------
    #faq
  ----------------------------------------*/
  #faq h3 {
    padding: 3rem 15rem 3rem 1rem;
    background: url(../images/back-faq.jpg) no-repeat center top;
    background-size: cover;
  }
  #faq dl {
    width: 100%;
  }
  #faq dt {
    padding: 3rem;
    color: #fff;
    line-height: 160%;
    background: #f15a24;
  }
  #faq dt p {
    font-size: 12px;
    font-size: 3.75vw;
    color: #fff;
  }
  #faq dd {
    padding: 3rem;
    background: rgba(255, 255, 255, 0.95);
    border: 3px solid #f15a24;
  }
  #faq dd p {
    font-size: 12px;
    font-size: 3.75vw;
  }
  #faq dd li {
    font-size: 13px;
    font-size: 4.0625vw;
  }
  #faq dd .ifrm-container {
    width: 100%;
    height: 100px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    display: inline-block;
    border: solid 1px #bbb;
  }
  #faq dd .ifrm-container iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
  }
  #faq .comment h4 {
    margin-bottom: 3%;
    padding-bottom: 3%;
    font-size: 13px;
    font-size: 4.0625vw;
    font-weight: bold;
    border-bottom: 1px dotted #333;
  }
  #faq .curriculum {
    margin-bottom: 1em;
  }
  #faq .curriculum li {
    margin-bottom: 0;
    padding: .5em 4%;
    font-size: 12px;
    font-size: 3.75vw;
    color: #fff;
    font-weight: normal;
    font-weight: bold;
    display: block;
    border-bottom: 1px dotted #fff;
  }
  #faq .curriculum li:last-child {
    border-bottom: none;
  }
  #faq #curriculum0 li {
    background: #00c4d2;
  }
  #faq #curriculum1 li {
    background: #d40052;
  }
  #faq #curriculum2 li {
    background: #0076e2;
  }
  #faq #curriculum3 li {
    background: #b700c0;
  }
  #faq #curriculum4 li {
    background: #00669d;
  }

  /*----------------------------------------
    #voice
  ----------------------------------------*/
  #voice h3 {
    padding: .5rem 1rem 5rem;
    background: url(../images/back-voice.jpg) no-repeat center top;
    background-size: cover;
  }
  #voice dl {
    padding: 3rem;
  }
  #voice dl dt {
    margin-bottom: 1em;
    padding: .5em;
    font-size: 16px;
    font-size: 5vw;
    color: #fff;
    font-weight: bold;
    line-height: 140%;
    background: #900;
    border-radius: .5rem;
  }
  #voice p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 160%;
  }
  #voice .name {
    padding: .5rem;
    font-size: 10px;
    font-size: 3.125vw;
    color: #900;
    line-height: 80%;
    display: inline;
  }
  #voice .img-r {
    margin: 0 0 1rem 1rem;
    width: 40%;
    text-align: center;
  }
  #voice .img-r img {
    margin-bottom: 2rem;
    border-radius: 1rem;
  }
  #voice .caution {
    padding: .5rem;
    color: #fff;
    background: #900;
  }

  /*----------------------------------------
    #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;
  }

  /*----------------------------------------
    #data
  ----------------------------------------*/
  #data {
    padding: 20px 0;
    background: #fff;
  }
  #data h1 {
    text-align: left;
    margin-bottom: 10px;
  }

  .forex-type {
    margin: 0 auto;
    width: 800px;
  }

  .table {
    margin-bottom: 50px;
    overflow: hidden;
    border-left: 1px solid #333;
  }
  .table .table-l,
  .table .table-m,
  .table .table-r {
    width: 33.2%;
    float: left;
    overflow: hidden;
  }
  .table ul {
    text-align: center;
    float: left;
  }
  .table li {
    margin: 0;
    padding: 8px 0;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  .table .th {
    background: #333;
    color: #fff;
  }
  .table .start {
    width: 40%;
  }
  .table .start .th {
    border-right: 1px solid #fff;
  }
  .table .end {
    width: 40%;
  }
  .table .end .th {
    border-right: 1px solid #fff;
  }
  .table .benefit {
    width: 20%;
  }
  .table .benefit .th {
    border-right: 1px solid #fff;
  }
  .table .table-r .benefit .th {
    border-right: 1px solid #333;
  }

  #resultData {
    margin: 0 auto 50px;
    width: 980px;
    height: 500px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #resultData iframe {
    margin: 0 auto;
    width: 980px;
    height: 500px;
    box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.99);
    -moz-box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.99);
    -webkit-box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.99);
  }
}
@media screen and (min-width: 769px) {
  /*----------------------------------------
    General
  ----------------------------------------*/
  p {
    margin-bottom: 2em;
    font-size: 16px;
    font-size: 1.6rem;
    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-of-type,
  .inner:last-child,
  .text:last-child {
    margin-bottom: 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: -webkit-linear-gradient(left, #24b7b5 0%, #67bf75 100%);
    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-orange {
    padding: 2.5em;
    background: #ff8832;
    background: -webkit-linear-gradient(left, #ff8832 0%, #ff215c 100%);
    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;
  }

  .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;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  /*----------------------------------------
    .movie
  ----------------------------------------*/
  .movie {
    margin: 0 0 2em 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }
  .movie dt {
    margin: 0 !important;
    padding: 1em !important;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 130%;
    color: #fff;
    font-weight: bold;
    background: #c4004f;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    border: none !important;
  }
  .movie dd {
    padding: 0 !important;
    box-shadow: none !important;
  }
  .movie i {
    margin-right: .5em;
    font-size: 40px;
    font-size: 4rem;
    line-height: 80%;
  }

  /*----------------------------------------
    .comment
  ----------------------------------------*/
  .comment {
    margin-bottom: 2em;
    padding: 4em;
    border: 1px dotted #333;
  }
  .comment p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .comment p:last-child {
    margin-bottom: 0;
  }

  /*----------------------------------------
    .description
  ----------------------------------------*/
  .description-blue {
    margin-bottom: 3em !important;
  }
  .description-blue dt {
    margin-bottom: 0 !important;
    padding: .3em 5%;
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    color: #010079;
    text-shadow: 0 0 5px #fff;
    background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px, #e9f4ff 3px, #e9f4ff 7px);
    background: -webkit-repeating-linear-gradient(135deg, #cce7ff, #cce7ff 3px, #e9f4ff 3px, #e9f4ff 7px);
    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: 3em 5% 2em !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;
  }
  .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: .3em 5%;
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    color: #4e2800;
    text-shadow: 0 0 5px #fff;
    background: -webkit-repeating-linear-gradient(-45deg, #ffb229, #ffb229 3px, #f9ddaa 3px, #f9ddaa 7px);
    background: -webkit-repeating-linear-gradient(135deg, #ffb229, #ffb229 3px, #f9ddaa 3px, #f9ddaa 7px);
    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: 3em 5% 2em !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;
  }
  .description-orange 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;
    letter-spacing: -.05em;
  }
  .pre p span {
    font-size: 80px;
    font-size: 8rem;
    font-weight: bold;
    font-family: "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: -webkit-linear-gradient(top, #1ca800 0%, #0b8e14 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;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
  }
  #btn-float a:hover {
    box-shadow: none;
    -webkit-transform: translate3d(0, 8px, 0);
            transform: translate3d(0, 8px, 0);
  }
  #btn-float a span {
    font-weight: bold;
    color: #fff !important;
  }

  /*----------------------------------------
    #global-header
----------------------------------------*/
  #global-header-top {
    padding: 20px 0;
    width: 100%;
    text-align: center;
    background: #cc0974;
  }
  #global-header-top .timer {
    margin: 0 auto;
    width: 100%;
    background: none;
  }
  #global-header-top p {
    margin-bottom: 0 !important;
    font-size: 40px;
    font-size: 4rem;
    color: #fff;
    font-weight: bold;
    line-height: 130%;
  }
  #global-header-top a {
    margin: 10px auto;
    padding: 20px;
    width: 50%;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    background: #fff;
    display: block;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 10px;
  }
  #global-header-top a:hover {
    color: #fff;
    background: #000;
  }
  #global-header-top span {
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 35px;
    font-size: 3.5rem;
    text-shadow: 1px 1px 0px #000;
    font-weight: bold;
    background: #ef2617;
    background: -webkit-linear-gradient(left, #ef2617 0%, #fcc605 100%);
    background: linear-gradient(to right, #ef2617 0%, #fcc605 100%);
    display: inline-block;
    border-radius: 10px;
    box-shadow: 0 0 10px #000;
  }

  /*----------------------------------------
    #global-footer
----------------------------------------*/
  #global-footer {
    padding: 10px 0;
    overflow: hidden;
    background: #333;
  }
  #global-footer .inner {
    margin: 0 auto;
    width: 900px;
  }
  #global-footer p {
    margin-bottom: 0;
    font-size: 10px;
    font-size: 1rem;
    color: #fff;
    float: left;
  }

  #global-footer-navi {
    padding-right: 10px;
    overflow: hidden;
    border-right: 1px solid #fff;
    float: right;
  }
  #global-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;
  }
  #global-footer-navi li a {
    color: #fff;
  }

  /*----------------------------------------
    .product
  ----------------------------------------*/
  .product {
    padding: 10rem 0;
    background: url(../images/back-contentsList.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  .product .inner {
    margin: 0 auto;
    width: 70%;
    min-width: 800px;
  }
  .product h3 {
    margin: 0 auto 5rem;
    width: 80%;
  }
  .product .menu {
    margin: 0 auto 2rem;
    width: 90%;
  }
  .product .menu li {
    margin-bottom: 0;
  }
  .product .menu .product-contentsList {
    margin-bottom: 2rem;
  }
  .product .menu .product-contentsList ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .product .menu .product-contentsList ul:after {
    content: "";
    display: block;
    width: 33%;
  }
  .product .menu .product-contentsList li {
    width: 33%;
  }
  .product .menu .product-bonus {
    margin-bottom: 2rem;
    padding: 1%;
    position: relative;
    background: -webkit-linear-gradient(left, #9b673f, #c69c6d 20%, #ccac9b);
    background: linear-gradient(to right, #9b673f, #c69c6d 20%, #ccac9b);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  }
  .product .menu .product-bonus ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 1em 3% 0;
    background: #01161f;
  }
  .product .menu .product-bonus ul:after {
    content: "";
    display: block;
    width: 20%;
  }
  .product .menu .product-bonus li {
    margin-bottom: 1em;
    width: 20%;
  }
  .product .menu .product-price {
    margin: 0 auto;
  }
  .product .menu .product-set {
    margin: 0 auto;
    width: 50%;
  }
  .product .product-caution {
    font-size: 15px;
    font-size: 1.5rem;
    text-shadow: 0 0 10px #000;
  }
  .product .timer {
    margin: 0 auto 30px;
    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: 10px auto;
    padding: 20px;
    width: 90%;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    background: #fff;
    display: block;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid #000;
    border-radius: 10px;
  }
  .product .timer a:hover {
    color: #fff;
    background: #000;
    border: 1px solid #fff;
  }
  .product .timer span {
    padding: 10px;
    font-size: 38px;
    font-size: 3.8rem;
    font-weight: bold;
    background: #ef2617;
    background: -webkit-linear-gradient(left, #ef2617 0%, #fcc605 100%);
    background: linear-gradient(to right, #ef2617 0%, #fcc605 100%);
    display: inline-block;
    border-radius: 10px;
  }
  .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 {
    display: none;
  }
  .product .attention {
    margin: 0 auto 5rem;
    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: 10px;
    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: -webkit-linear-gradient(top, #1ca800 0%, #0b8e14 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;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
  }
  .btn-green1 a:hover {
    box-shadow: none;
    -webkit-transform: translate3d(0, 10px, 0);
            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: -webkit-linear-gradient(top, #ff3333 0%, #c62c2c 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;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
  }
  .btn-red1 a:hover {
    box-shadow: none;
    -webkit-transform: translate3d(0, 10px, 0);
            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: -webkit-linear-gradient(top, #0000ff 0%, #0000ce 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;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
  }
  .btn-blue1 a:hover {
    box-shadow: none;
    -webkit-transform: translate3d(0, 10px, 0);
            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: -webkit-linear-gradient(top, #1ca800 0%, #0b8e14 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;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
  }
  .btn-green2 a:hover {
    box-shadow: none;
    -webkit-transform: translate3d(0, 10px, 0);
            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: -webkit-linear-gradient(top, #ff3333 0%, #c62c2c 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;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
  }
  .btn-red2 a:hover {
    box-shadow: none;
    -webkit-transform: translate3d(0, 10px, 0);
            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: -webkit-linear-gradient(top, #0000ff 0%, #0000ce 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;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
  }
  .btn-blue2 a:hover {
    box-shadow: none;
    -webkit-transform: translate3d(0, 10px, 0);
            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;
  }

  /*----------------------------------------
    #faq
  ----------------------------------------*/
  #faq {
    padding: 10rem 0 5rem;
    background: url(../images/back-faq.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #faq .inner {
    margin: 0 40% 0 5%;
    min-width: 800px;
  }
  #faq h3 {
    margin: 0 auto 8rem;
  }
  #faq dt {
    padding: 3rem 5rem;
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
    line-height: 160%;
    background: rgba(241, 90, 36, 0.95);
  }
  #faq dt p {
    color: #fff;
    font-weight: bold;
  }
  #faq dd {
    padding: 5rem;
    background: rgba(255, 255, 255, 0.95);
    border: 3px solid #f15a24;
  }
  #faq dd p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 160%;
  }
  #faq dd li {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 160%;
  }
  #faq dd .ifrm-container {
    width: 100%;
    height: 100px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    display: inline-block;
    border: solid 1px #bbb;
  }
  #faq dd .ifrm-container iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
  }
  #faq .comment p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #faq .comment h4 {
    margin-bottom: 1em;
    padding-bottom: .3em;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    border-bottom: 1px dotted #333;
  }

  /*----------------------------------------
    #voice
  ----------------------------------------*/
  #voice {
    padding: 12rem 0 8rem;
    background: url(../images/back-voice.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #voice .inner {
    margin: 0 auto;
    width: 60%;
    min-width: 900px;
  }
  #voice h3 {
    margin-bottom: 10rem;
  }
  #voice dl {
    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 dl 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: 13px;
    font-size: 1.3rem;
    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: 2rem;
    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/caution.png) 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: -webkit-linear-gradient(top, #1ca800 0%, #0b8e14 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;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    position: absolute;
    right: 20px;
    bottom: 74px;
    border: none;
  }
  #modal-content-inner button:hover {
    box-shadow: none;
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  /*----------------------------------------
    #data
  ----------------------------------------*/
  #data {
    padding: 20px 0;
    background: #fff;
  }
  #data h1 {
    text-align: left;
    margin-bottom: 10px;
  }

  .forex-type {
    margin: 0 auto;
    width: 800px;
  }

  .table {
    margin-bottom: 50px;
    overflow: hidden;
    border-left: 1px solid #333;
  }
  .table .table-l,
  .table .table-m,
  .table .table-r {
    width: 33.2%;
    float: left;
    overflow: hidden;
  }
  .table ul {
    text-align: center;
    float: left;
  }
  .table li {
    margin: 0;
    padding: 8px 0;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  .table .th {
    background: #333;
    color: #fff;
  }
  .table .start {
    width: 40%;
  }
  .table .start .th {
    border-right: 1px solid #fff;
  }
  .table .end {
    width: 40%;
  }
  .table .end .th {
    border-right: 1px solid #fff;
  }
  .table .benefit {
    width: 20%;
  }
  .table .benefit .th {
    border-right: 1px solid #fff;
  }
  .table .table-r .benefit .th {
    border-right: 1px solid #333;
  }

  #resultData {
    margin: 0 auto 50px;
    width: 980px;
    height: 500px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #resultData iframe {
    margin: 0 auto;
    width: 980px;
    height: 500px;
    box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.99);
    -moz-box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.99);
    -webkit-box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.99);
  }
}
/*----------------------------------------
  font-color
----------------------------------------*/
.fc-r {
  color: #900;
}

.fc-b {
  color: #009;
}

.fc-g {
  color: #090;
}

/*----------------------------------------
  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-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-weight: bold;
}

/*----------------------------------------
  font-size
----------------------------------------*/
.fs-10 {
  font-size: 10px;
  font-size: 1rem;
}
@media screen and (max-width: 769px) {
  .fs-10 {
    font-size: 6.66667px;
    font-size: 2.08333vw;
  }
}

.fs-11 {
  font-size: 11px;
  font-size: 1.1rem;
}
@media screen and (max-width: 769px) {
  .fs-11 {
    font-size: 7.33333px;
    font-size: 2.29167vw;
  }
}

.fs-12 {
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 769px) {
  .fs-12 {
    font-size: 8px;
    font-size: 2.5vw;
  }
}

.fs-13 {
  font-size: 13px;
  font-size: 1.3rem;
}
@media screen and (max-width: 769px) {
  .fs-13 {
    font-size: 8.66667px;
    font-size: 2.70833vw;
  }
}

.fs-14 {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 769px) {
  .fs-14 {
    font-size: 9.33333px;
    font-size: 2.91667vw;
  }
}

.fs-15 {
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 769px) {
  .fs-15 {
    font-size: 10px;
    font-size: 3.125vw;
  }
}

.fs-16 {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 769px) {
  .fs-16 {
    font-size: 10.66667px;
    font-size: 3.33333vw;
  }
}

.fs-17 {
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 769px) {
  .fs-17 {
    font-size: 11.33333px;
    font-size: 3.54167vw;
  }
}

.fs-18 {
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 769px) {
  .fs-18 {
    font-size: 12px;
    font-size: 3.75vw;
  }
}

.fs-19 {
  font-size: 19px;
  font-size: 1.9rem;
}
@media screen and (max-width: 769px) {
  .fs-19 {
    font-size: 12.66667px;
    font-size: 3.95833vw;
  }
}

.fs-20 {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 769px) {
  .fs-20 {
    font-size: 13.33333px;
    font-size: 4.16667vw;
  }
}

.fs-21 {
  font-size: 21px;
  font-size: 2.1rem;
}
@media screen and (max-width: 769px) {
  .fs-21 {
    font-size: 14px;
    font-size: 4.375vw;
  }
}

.fs-22 {
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 769px) {
  .fs-22 {
    font-size: 14.66667px;
    font-size: 4.58333vw;
  }
}

.fs-23 {
  font-size: 23px;
  font-size: 2.3rem;
}
@media screen and (max-width: 769px) {
  .fs-23 {
    font-size: 15.33333px;
    font-size: 4.79167vw;
  }
}

.fs-24 {
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 769px) {
  .fs-24 {
    font-size: 16px;
    font-size: 5vw;
  }
}

.fs-25 {
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 769px) {
  .fs-25 {
    font-size: 16.66667px;
    font-size: 5.20833vw;
  }
}

.fs-26 {
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 769px) {
  .fs-26 {
    font-size: 17.33333px;
    font-size: 5.41667vw;
  }
}

.fs-27 {
  font-size: 27px;
  font-size: 2.7rem;
}
@media screen and (max-width: 769px) {
  .fs-27 {
    font-size: 18px;
    font-size: 5.625vw;
  }
}

.fs-28 {
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 769px) {
  .fs-28 {
    font-size: 18.66667px;
    font-size: 5.83333vw;
  }
}

.fs-29 {
  font-size: 29px;
  font-size: 2.9rem;
}
@media screen and (max-width: 769px) {
  .fs-29 {
    font-size: 19.33333px;
    font-size: 6.04167vw;
  }
}

.fs-30 {
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 769px) {
  .fs-30 {
    font-size: 20px;
    font-size: 6.25vw;
  }
}

.fs-31 {
  font-size: 31px;
  font-size: 3.1rem;
}
@media screen and (max-width: 769px) {
  .fs-31 {
    font-size: 20.66667px;
    font-size: 6.45833vw;
  }
}

.fs-32 {
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 769px) {
  .fs-32 {
    font-size: 21.33333px;
    font-size: 6.66667vw;
  }
}

.fs-33 {
  font-size: 33px;
  font-size: 3.3rem;
}
@media screen and (max-width: 769px) {
  .fs-33 {
    font-size: 22px;
    font-size: 6.875vw;
  }
}

.fs-34 {
  font-size: 34px;
  font-size: 3.4rem;
}
@media screen and (max-width: 769px) {
  .fs-34 {
    font-size: 22.66667px;
    font-size: 7.08333vw;
  }
}

.fs-35 {
  font-size: 35px;
  font-size: 3.5rem;
}
@media screen and (max-width: 769px) {
  .fs-35 {
    font-size: 23.33333px;
    font-size: 7.29167vw;
  }
}

.fs-36 {
  font-size: 36px;
  font-size: 3.6rem;
}
@media screen and (max-width: 769px) {
  .fs-36 {
    font-size: 24px;
    font-size: 7.5vw;
  }
}

.fs-37 {
  font-size: 37px;
  font-size: 3.7rem;
}
@media screen and (max-width: 769px) {
  .fs-37 {
    font-size: 24.66667px;
    font-size: 7.70833vw;
  }
}

.fs-38 {
  font-size: 38px;
  font-size: 3.8rem;
}
@media screen and (max-width: 769px) {
  .fs-38 {
    font-size: 25.33333px;
    font-size: 7.91667vw;
  }
}

.fs-39 {
  font-size: 39px;
  font-size: 3.9rem;
}
@media screen and (max-width: 769px) {
  .fs-39 {
    font-size: 26px;
    font-size: 8.125vw;
  }
}

.fs-40 {
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 769px) {
  .fs-40 {
    font-size: 26.66667px;
    font-size: 8.33333vw;
  }
}

/*----------------------------------------
  serif
----------------------------------------*/
.serif {
  font-family: "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: 7.8125vw !important;
  }
}

.mt-5 {
  margin-top: .5em !important;
}
@media screen and (max-width: 769px) {
  .mt-5 {
    margin-top: 7.8125vw !important;
  }
}

.mr-5 {
  margin-right: .5em !important;
}
@media screen and (max-width: 769px) {
  .mr-5 {
    margin-right: 7.8125vw !important;
  }
}

.mb-5 {
  margin-bottom: .5em !important;
}
@media screen and (max-width: 769px) {
  .mb-5 {
    margin-bottom: 7.8125vw !important;
  }
}

.ml-5 {
  margin-left: .5em !important;
}
@media screen and (max-width: 769px) {
  .ml-5 {
    margin-left: 7.8125vw !important;
  }
}

.m-10 {
  margin: 0.8em !important;
}
@media screen and (max-width: 769px) {
  .m-10 {
    margin: 1.5625vw !important;
  }
}

.mt-10 {
  margin-top: 0.8em !important;
}
@media screen and (max-width: 769px) {
  .mt-10 {
    margin-top: 1.5625vw !important;
  }
}

.mr-10 {
  margin-right: 0.8em !important;
}
@media screen and (max-width: 769px) {
  .mr-10 {
    margin-right: 1.5625vw !important;
  }
}

.mb-10 {
  margin-bottom: 0.8em !important;
}
@media screen and (max-width: 769px) {
  .mb-10 {
    margin-bottom: 1.5625vw !important;
  }
}

.ml-10 {
  margin-left: 0.8em !important;
}
@media screen and (max-width: 769px) {
  .ml-10 {
    margin-left: 1.5625vw !important;
  }
}

.m-20 {
  margin: 1.6em !important;
}
@media screen and (max-width: 769px) {
  .m-20 {
    margin: 3.125vw !important;
  }
}

.mt-20 {
  margin-top: 1.6em !important;
}
@media screen and (max-width: 769px) {
  .mt-20 {
    margin-top: 3.125vw !important;
  }
}

.mr-20 {
  margin-right: 1.6em !important;
}
@media screen and (max-width: 769px) {
  .mr-20 {
    margin-right: 3.125vw !important;
  }
}

.mb-20 {
  margin-bottom: 1.6em !important;
}
@media screen and (max-width: 769px) {
  .mb-20 {
    margin-bottom: 3.125vw !important;
  }
}

.ml-20 {
  margin-left: 1.6em !important;
}
@media screen and (max-width: 769px) {
  .ml-20 {
    margin-left: 3.125vw !important;
  }
}

.m-30 {
  margin: 2.4em !important;
}
@media screen and (max-width: 769px) {
  .m-30 {
    margin: 4.6875vw !important;
  }
}

.mt-30 {
  margin-top: 2.4em !important;
}
@media screen and (max-width: 769px) {
  .mt-30 {
    margin-top: 4.6875vw !important;
  }
}

.mr-30 {
  margin-right: 2.4em !important;
}
@media screen and (max-width: 769px) {
  .mr-30 {
    margin-right: 4.6875vw !important;
  }
}

.mb-30 {
  margin-bottom: 2.4em !important;
}
@media screen and (max-width: 769px) {
  .mb-30 {
    margin-bottom: 4.6875vw !important;
  }
}

.ml-30 {
  margin-left: 2.4em !important;
}
@media screen and (max-width: 769px) {
  .ml-30 {
    margin-left: 4.6875vw !important;
  }
}

.m-40 {
  margin: 3.2em !important;
}
@media screen and (max-width: 769px) {
  .m-40 {
    margin: 6.25vw !important;
  }
}

.mt-40 {
  margin-top: 3.2em !important;
}
@media screen and (max-width: 769px) {
  .mt-40 {
    margin-top: 6.25vw !important;
  }
}

.mr-40 {
  margin-right: 3.2em !important;
}
@media screen and (max-width: 769px) {
  .mr-40 {
    margin-right: 6.25vw !important;
  }
}

.mb-40 {
  margin-bottom: 3.2em !important;
}
@media screen and (max-width: 769px) {
  .mb-40 {
    margin-bottom: 6.25vw !important;
  }
}

.ml-40 {
  margin-left: 3.2em !important;
}
@media screen and (max-width: 769px) {
  .ml-40 {
    margin-left: 6.25vw !important;
  }
}

.m-50 {
  margin: 4em !important;
}
@media screen and (max-width: 769px) {
  .m-50 {
    margin: 7.8125vw !important;
  }
}

.mt-50 {
  margin-top: 4em !important;
}
@media screen and (max-width: 769px) {
  .mt-50 {
    margin-top: 7.8125vw !important;
  }
}

.mr-50 {
  margin-right: 4em !important;
}
@media screen and (max-width: 769px) {
  .mr-50 {
    margin-right: 7.8125vw !important;
  }
}

.mb-50 {
  margin-bottom: 4em !important;
}
@media screen and (max-width: 769px) {
  .mb-50 {
    margin-bottom: 7.8125vw !important;
  }
}

.ml-50 {
  margin-left: 4em !important;
}
@media screen and (max-width: 769px) {
  .ml-50 {
    margin-left: 7.8125vw !important;
  }
}

.m-60 {
  margin: 4.8em !important;
}
@media screen and (max-width: 769px) {
  .m-60 {
    margin: 9.375vw !important;
  }
}

.mt-60 {
  margin-top: 4.8em !important;
}
@media screen and (max-width: 769px) {
  .mt-60 {
    margin-top: 9.375vw !important;
  }
}

.mr-60 {
  margin-right: 4.8em !important;
}
@media screen and (max-width: 769px) {
  .mr-60 {
    margin-right: 9.375vw !important;
  }
}

.mb-60 {
  margin-bottom: 4.8em !important;
}
@media screen and (max-width: 769px) {
  .mb-60 {
    margin-bottom: 9.375vw !important;
  }
}

.ml-60 {
  margin-left: 4.8em !important;
}
@media screen and (max-width: 769px) {
  .ml-60 {
    margin-left: 9.375vw !important;
  }
}

.m-70 {
  margin: 5.6em !important;
}
@media screen and (max-width: 769px) {
  .m-70 {
    margin: 10.9375vw !important;
  }
}

.mt-70 {
  margin-top: 5.6em !important;
}
@media screen and (max-width: 769px) {
  .mt-70 {
    margin-top: 10.9375vw !important;
  }
}

.mr-70 {
  margin-right: 5.6em !important;
}
@media screen and (max-width: 769px) {
  .mr-70 {
    margin-right: 10.9375vw !important;
  }
}

.mb-70 {
  margin-bottom: 5.6em !important;
}
@media screen and (max-width: 769px) {
  .mb-70 {
    margin-bottom: 10.9375vw !important;
  }
}

.ml-70 {
  margin-left: 5.6em !important;
}
@media screen and (max-width: 769px) {
  .ml-70 {
    margin-left: 10.9375vw !important;
  }
}

.m-80 {
  margin: 6.4em !important;
}
@media screen and (max-width: 769px) {
  .m-80 {
    margin: 12.5vw !important;
  }
}

.mt-80 {
  margin-top: 6.4em !important;
}
@media screen and (max-width: 769px) {
  .mt-80 {
    margin-top: 12.5vw !important;
  }
}

.mr-80 {
  margin-right: 6.4em !important;
}
@media screen and (max-width: 769px) {
  .mr-80 {
    margin-right: 12.5vw !important;
  }
}

.mb-80 {
  margin-bottom: 6.4em !important;
}
@media screen and (max-width: 769px) {
  .mb-80 {
    margin-bottom: 12.5vw !important;
  }
}

.ml-80 {
  margin-left: 6.4em !important;
}
@media screen and (max-width: 769px) {
  .ml-80 {
    margin-left: 12.5vw !important;
  }
}

.m-90 {
  margin: 7.2em !important;
}
@media screen and (max-width: 769px) {
  .m-90 {
    margin: 14.0625vw !important;
  }
}

.mt-90 {
  margin-top: 7.2em !important;
}
@media screen and (max-width: 769px) {
  .mt-90 {
    margin-top: 14.0625vw !important;
  }
}

.mr-90 {
  margin-right: 7.2em !important;
}
@media screen and (max-width: 769px) {
  .mr-90 {
    margin-right: 14.0625vw !important;
  }
}

.mb-90 {
  margin-bottom: 7.2em !important;
}
@media screen and (max-width: 769px) {
  .mb-90 {
    margin-bottom: 14.0625vw !important;
  }
}

.ml-90 {
  margin-left: 7.2em !important;
}
@media screen and (max-width: 769px) {
  .ml-90 {
    margin-left: 14.0625vw !important;
  }
}

.m-100 {
  margin: 8em !important;
}
@media screen and (max-width: 769px) {
  .m-100 {
    margin: 15.625vw !important;
  }
}

.mt-100 {
  margin-top: 8em !important;
}
@media screen and (max-width: 769px) {
  .mt-100 {
    margin-top: 15.625vw !important;
  }
}

.mr-100 {
  margin-right: 8em !important;
}
@media screen and (max-width: 769px) {
  .mr-100 {
    margin-right: 15.625vw !important;
  }
}

.mb-100 {
  margin-bottom: 8em !important;
}
@media screen and (max-width: 769px) {
  .mb-100 {
    margin-bottom: 15.625vw !important;
  }
}

.ml-100 {
  margin-left: 8em !important;
}
@media screen and (max-width: 769px) {
  .ml-100 {
    margin-left: 15.625vw !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: 7.8125vw !important;
  }
}

.pt-5 {
  padding-top: .5em !important;
}
@media screen and (max-width: 769px) {
  .pt-5 {
    padding-top: 7.8125vw !important;
  }
}

.pr-5 {
  padding-right: .5em !important;
}
@media screen and (max-width: 769px) {
  .pr-5 {
    padding-right: 7.8125vw !important;
  }
}

.pb-5 {
  padding-bottom: .5em !important;
}
@media screen and (max-width: 769px) {
  .pb-5 {
    padding-bottom: 7.8125vw !important;
  }
}

.pl-5 {
  padding-left: .5em !important;
}
@media screen and (max-width: 769px) {
  .pl-5 {
    padding-left: 7.8125vw !important;
  }
}

.p-10 {
  padding: 0.8em !important;
}
@media screen and (max-width: 769px) {
  .p-10 {
    padding: 1.5625vw !important;
  }
}

.pt-10 {
  padding-top: 0.8em !important;
}
@media screen and (max-width: 769px) {
  .pt-10 {
    padding-top: 1.5625vw !important;
  }
}

.pr-10 {
  padding-right: 0.8em !important;
}
@media screen and (max-width: 769px) {
  .pr-10 {
    padding-right: 1.5625vw !important;
  }
}

.pb-10 {
  padding-bottom: 0.8em !important;
}
@media screen and (max-width: 769px) {
  .pb-10 {
    padding-bottom: 1.5625vw !important;
  }
}

.pl-10 {
  padding-left: 0.8em !important;
}
@media screen and (max-width: 769px) {
  .pl-10 {
    padding-left: 1.5625vw !important;
  }
}

.p-20 {
  padding: 1.6em !important;
}
@media screen and (max-width: 769px) {
  .p-20 {
    padding: 3.125vw !important;
  }
}

.pt-20 {
  padding-top: 1.6em !important;
}
@media screen and (max-width: 769px) {
  .pt-20 {
    padding-top: 3.125vw !important;
  }
}

.pr-20 {
  padding-right: 1.6em !important;
}
@media screen and (max-width: 769px) {
  .pr-20 {
    padding-right: 3.125vw !important;
  }
}

.pb-20 {
  padding-bottom: 1.6em !important;
}
@media screen and (max-width: 769px) {
  .pb-20 {
    padding-bottom: 3.125vw !important;
  }
}

.pl-20 {
  padding-left: 1.6em !important;
}
@media screen and (max-width: 769px) {
  .pl-20 {
    padding-left: 3.125vw !important;
  }
}

.p-30 {
  padding: 2.4em !important;
}
@media screen and (max-width: 769px) {
  .p-30 {
    padding: 4.6875vw !important;
  }
}

.pt-30 {
  padding-top: 2.4em !important;
}
@media screen and (max-width: 769px) {
  .pt-30 {
    padding-top: 4.6875vw !important;
  }
}

.pr-30 {
  padding-right: 2.4em !important;
}
@media screen and (max-width: 769px) {
  .pr-30 {
    padding-right: 4.6875vw !important;
  }
}

.pb-30 {
  padding-bottom: 2.4em !important;
}
@media screen and (max-width: 769px) {
  .pb-30 {
    padding-bottom: 4.6875vw !important;
  }
}

.pl-30 {
  padding-left: 2.4em !important;
}
@media screen and (max-width: 769px) {
  .pl-30 {
    padding-left: 4.6875vw !important;
  }
}

.p-40 {
  padding: 3.2em !important;
}
@media screen and (max-width: 769px) {
  .p-40 {
    padding: 6.25vw !important;
  }
}

.pt-40 {
  padding-top: 3.2em !important;
}
@media screen and (max-width: 769px) {
  .pt-40 {
    padding-top: 6.25vw !important;
  }
}

.pr-40 {
  padding-right: 3.2em !important;
}
@media screen and (max-width: 769px) {
  .pr-40 {
    padding-right: 6.25vw !important;
  }
}

.pb-40 {
  padding-bottom: 3.2em !important;
}
@media screen and (max-width: 769px) {
  .pb-40 {
    padding-bottom: 6.25vw !important;
  }
}

.pl-40 {
  padding-left: 3.2em !important;
}
@media screen and (max-width: 769px) {
  .pl-40 {
    padding-left: 6.25vw !important;
  }
}

.p-50 {
  padding: 4em !important;
}
@media screen and (max-width: 769px) {
  .p-50 {
    padding: 7.8125vw !important;
  }
}

.pt-50 {
  padding-top: 4em !important;
}
@media screen and (max-width: 769px) {
  .pt-50 {
    padding-top: 7.8125vw !important;
  }
}

.pr-50 {
  padding-right: 4em !important;
}
@media screen and (max-width: 769px) {
  .pr-50 {
    padding-right: 7.8125vw !important;
  }
}

.pb-50 {
  padding-bottom: 4em !important;
}
@media screen and (max-width: 769px) {
  .pb-50 {
    padding-bottom: 7.8125vw !important;
  }
}

.pl-50 {
  padding-left: 4em !important;
}
@media screen and (max-width: 769px) {
  .pl-50 {
    padding-left: 7.8125vw !important;
  }
}

.p-60 {
  padding: 4.8em !important;
}
@media screen and (max-width: 769px) {
  .p-60 {
    padding: 9.375vw !important;
  }
}

.pt-60 {
  padding-top: 4.8em !important;
}
@media screen and (max-width: 769px) {
  .pt-60 {
    padding-top: 9.375vw !important;
  }
}

.pr-60 {
  padding-right: 4.8em !important;
}
@media screen and (max-width: 769px) {
  .pr-60 {
    padding-right: 9.375vw !important;
  }
}

.pb-60 {
  padding-bottom: 4.8em !important;
}
@media screen and (max-width: 769px) {
  .pb-60 {
    padding-bottom: 9.375vw !important;
  }
}

.pl-60 {
  padding-left: 4.8em !important;
}
@media screen and (max-width: 769px) {
  .pl-60 {
    padding-left: 9.375vw !important;
  }
}

.p-70 {
  padding: 5.6em !important;
}
@media screen and (max-width: 769px) {
  .p-70 {
    padding: 10.9375vw !important;
  }
}

.pt-70 {
  padding-top: 5.6em !important;
}
@media screen and (max-width: 769px) {
  .pt-70 {
    padding-top: 10.9375vw !important;
  }
}

.pr-70 {
  padding-right: 5.6em !important;
}
@media screen and (max-width: 769px) {
  .pr-70 {
    padding-right: 10.9375vw !important;
  }
}

.pb-70 {
  padding-bottom: 5.6em !important;
}
@media screen and (max-width: 769px) {
  .pb-70 {
    padding-bottom: 10.9375vw !important;
  }
}

.pl-70 {
  padding-left: 5.6em !important;
}
@media screen and (max-width: 769px) {
  .pl-70 {
    padding-left: 10.9375vw !important;
  }
}

.p-80 {
  padding: 6.4em !important;
}
@media screen and (max-width: 769px) {
  .p-80 {
    padding: 12.5vw !important;
  }
}

.pt-80 {
  padding-top: 6.4em !important;
}
@media screen and (max-width: 769px) {
  .pt-80 {
    padding-top: 12.5vw !important;
  }
}

.pr-80 {
  padding-right: 6.4em !important;
}
@media screen and (max-width: 769px) {
  .pr-80 {
    padding-right: 12.5vw !important;
  }
}

.pb-80 {
  padding-bottom: 6.4em !important;
}
@media screen and (max-width: 769px) {
  .pb-80 {
    padding-bottom: 12.5vw !important;
  }
}

.pl-80 {
  padding-left: 6.4em !important;
}
@media screen and (max-width: 769px) {
  .pl-80 {
    padding-left: 12.5vw !important;
  }
}

.p-90 {
  padding: 7.2em !important;
}
@media screen and (max-width: 769px) {
  .p-90 {
    padding: 14.0625vw !important;
  }
}

.pt-90 {
  padding-top: 7.2em !important;
}
@media screen and (max-width: 769px) {
  .pt-90 {
    padding-top: 14.0625vw !important;
  }
}

.pr-90 {
  padding-right: 7.2em !important;
}
@media screen and (max-width: 769px) {
  .pr-90 {
    padding-right: 14.0625vw !important;
  }
}

.pb-90 {
  padding-bottom: 7.2em !important;
}
@media screen and (max-width: 769px) {
  .pb-90 {
    padding-bottom: 14.0625vw !important;
  }
}

.pl-90 {
  padding-left: 7.2em !important;
}
@media screen and (max-width: 769px) {
  .pl-90 {
    padding-left: 14.0625vw !important;
  }
}

.p-100 {
  padding: 8em !important;
}
@media screen and (max-width: 769px) {
  .p-100 {
    padding: 15.625vw !important;
  }
}

.pt-100 {
  padding-top: 8em !important;
}
@media screen and (max-width: 769px) {
  .pt-100 {
    padding-top: 15.625vw !important;
  }
}

.pr-100 {
  padding-right: 8em !important;
}
@media screen and (max-width: 769px) {
  .pr-100 {
    padding-right: 15.625vw !important;
  }
}

.pb-100 {
  padding-bottom: 8em !important;
}
@media screen and (max-width: 769px) {
  .pb-100 {
    padding-bottom: 15.625vw !important;
  }
}

.pl-100 {
  padding-left: 8em !important;
}
@media screen and (max-width: 769px) {
  .pl-100 {
    padding-left: 15.625vw !important;
  }


/*----------------------------------------
  0726追加
----------------------------------------*/
.box21{
    padding: 0.5em 1em;
    background: -moz-linear-gradient(#ffb03c, #ff708d);
    background: -webkit-linear-gradient(#ffb03c, #ff708d);
    background: linear-gradient(to right, #ffb03c, #ff708d);
    color: #FFF;
}
.box21 p {
    margin: 0; 
    padding: 0;
}
}
