@charset "UTF-8";
@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }

  img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .ja:before {
    display: inline-block;
    content: "";
    width: 37px;
    height: 27px;
    margin-right: 6px;
    background: url(../img/for_japan/icn_japan.png) no-repeat center;
    background-size: 37px 27px;
    vertical-align: middle;
  }

  .ovs:before {
    display: inline-block;
    content: "";
    width: 34px;
    height: 32px;
    margin-right: 6px;
    background: url(../img/for_japan/icn_oversea.png) no-repeat center;
    background-size: 34px 32px;
    vertical-align: middle;
  }

  #functions .function_box {
    display: flex;
    justify-content: space-between;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding: 40px 12px 30px;
    background-color: #f5f5f5;
  }
  #functions .function_box .unit {
    position: relative;
    max-width: 303px;
    margin: 0 11px 24px;
    background-color: #fff;
  }
  #functions .function_box .unit h4 {
    display: flex;
    justify-content: space-between;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 60px;
    padding: 0 10px;
    color: #fff;
    background: #6abc86;
    background: -webkit-linear-gradient(to right, #6abc86, #4d5dca);
    background: -mozlinear-gradient(to right, #6abc86, #4d5dca);
    background: -ms-linear-gradient(to right, #6abc86, #4d5dca);
    background: linear-gradient(to right, #6abc86, #4d5dca);
    font-size: 16px;
    font-weight: bold;
  }
  #functions .function_box .unit h4:before {
    display: none;
  }
  #functions .function_box .unit h4.paid_member:before {
    display: block;
    position: absolute;
    top: -12px;
    width: 121px;
    height: 28px;
    content: "有料会員専用";
    color: #fff;
    background: #fe0098;
    border-radius: 12px;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
  }
  #functions .function_box .unit h4.paid_member_en:before {
    display: block;
    position: absolute;
    top: -12px;
    width: 176px;
    height: 28px;
    content: "Only for paid members";
    color: #fff;
    background: #fe0098;
    border-radius: 12px;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
  }
  #functions .function_box .unit .img {
    text-align: center;
  }
  #functions .function_box .unit p {
    margin: 18px;
  }
  #functions .function_box .unit p span {
    color: #ff019b;
  }
  #functions .function_box .w100 {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  #functions .btn_link {
    width: 100%;
    max-width: 420px;
    padding: 0 30px;
  }

  #membership_system h3 {
    margin-bottom: 25px;
  }
  #membership_system h4 {
    margin-bottom: 8px;
  }
  #membership_system ul {
    margin-bottom: 20px;
  }

  #support span {
    color: #ff019b;
  }
  #support .ttl {
    display: flex;
    justify-content: space-between;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 46px;
    padding: 0 10px;
    color: #fff;
    background: #6abc86;
    background: -webkit-linear-gradient(to right, #6abc86, #4d5dca);
    background: -mozlinear-gradient(to right, #6abc86, #4d5dca);
    background: -ms-linear-gradient(to right, #6abc86, #4d5dca);
    background: linear-gradient(to right, #6abc86, #4d5dca);
    font-size: 20px;
    font-weight: bold;
  }
  #support .support_box {
    margin-bottom: 20px;
    padding: 24px;
    background-color: #f5f5f5;
  }
  #support .support_box .bnr_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 36px;
    background-color: #fff;
  }
  #support .support_box .bnr_flex:before {
      content: "";
      display: block;
      width: 24%;
      height: 0;
      order: 1;
  }
  #support .support_box .bnr_flex:after {
      content: "";
      display: block;
      width: 24%;
      height: 0;
  }
  #support .support_box .bnr_flex li {
      width: 24%;
      padding-left: 0;
      text-align: center;
  }
    #support .support_box .bnr_flex li:before {
    display: none;
  }

  .section_end {
    margin-bottom: 40px;
  }
}
/* SP */
@media screen and (max-width: 768px) {
  .sp {
    display: none;
  }

  img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .ja:before {
    display: inline-block;
    content: "";
    width: 30px;
    height: 22px;
    margin-right: 4px;
    margin-bottom: 4px;
    background: url(../img/for_japan/icn_japan.png) no-repeat center;
    background-size: cover;
    vertical-align: middle;
  }

  .ovs:before {
    display: inline-block;
    content: "";
    width: 26px;
    height: 25px;
    margin-right: 4px;
    margin-bottom: 4px;
    background: url(../img/for_japan/icn_oversea.png) no-repeat center;
    background-size: cover;
    vertical-align: middle;
  }

  #functions .function_box {
    margin-bottom: 10px;
    padding: 20px 6px 15px;
    background-color: #f5f5f5;
  }
  #functions .function_box .unit {
    position: relative;
    width: calc(100% - 22px);
    margin: 0 11px 22px;
    padding-bottom: 10px;
    background-color: #fff;
  }
  #functions .function_box .unit h4 {
    display: flex;
    justify-content: space-between;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 60px;
    padding: 0 10px;
    color: #fff;
    background: #6abc86;
    background: -webkit-linear-gradient(to right, #6abc86, #4d5dca);
    background: -mozlinear-gradient(to right, #6abc86, #4d5dca);
    background: -ms-linear-gradient(to right, #6abc86, #4d5dca);
    background: linear-gradient(to right, #6abc86, #4d5dca);
    font-size: 16px;
    font-weight: bold;
  }
  #functions .function_box .unit h4:before {
    display: none;
  }
  #functions .function_box .unit h4.paid_member:before {
    display: block;
    position: absolute;
    top: -12px;
    width: 121px;
    height: 28px;
    content: "有料会員専用";
    color: #fff;
    background: #fe0098;
    border-radius: 12px;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
  }
  #functions .function_box .unit .img {
    text-align: center;
  }
  #functions .function_box .unit p {
    margin: 18px;
  }
  #functions .function_box .unit p span {
    color: #ff019b;
  }
  #functions .function_box .w100 {
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #functions .btn_link {
    width: 100%;
    max-width: 420px;
    padding: 0 30px;
  }

  #membership_system h3 {
    margin-bottom: 25px;
  }
  #membership_system h4 {
    margin-bottom: 8px;
  }
  #membership_system ul {
    margin-bottom: 20px;
  }

  #support span {
    color: #ff019b;
  }
  #support .ttl {
    display: flex;
    justify-content: space-between;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    padding: 10px;
    color: #fff;
    background: #6abc86;
    background: -webkit-linear-gradient(to right, #6abc86, #4d5dca);
    background: -mozlinear-gradient(to right, #6abc86, #4d5dca);
    background: -ms-linear-gradient(to right, #6abc86, #4d5dca);
    background: linear-gradient(to right, #6abc86, #4d5dca);
    font-size: 16px;
    font-weight: bold;
  }
  #support .support_box {
    margin-bottom: 10px;
    padding: 12px;
    background-color: #f5f5f5;
  }
  #support .support_box .bnr_flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 18px;
    background-color: #fff;
  }
  #support .support_box .bnr_flex:after {
      content: "";
      display: block;
      width: 46%;
      max-width: 196px;
      height: 0;
  }
  #support .support_box .bnr_flex li{
      width: 46%;
      max-width: 196px;
      padding: 0 5px;
      text-align: center;
  }
  #support .support_box .bnr_flex li img{
      width: 100%;
  }
  #support .support_box .bnr_flex li:before {
    display: none;
  }
  #support .support_box .bnr_flex li + li {
    margin-top: 10px;
  }

  .section_end {
    margin-bottom: 40px;
  }
}
/*# sourceMappingURL=for_japan.css.map */
