@charset "UTF-8";
.pagination {
  margin: 50px 0; }
  .pagination ul {
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .pagination ul li {
      display: inline-block; }
      .pagination ul li:first-child a {
        border-left: 1px solid #ddd; }
      .pagination ul li.b_prev a, .pagination ul li.b_next a {
        position: relative;
        width: 50px;
        color: transparent; }
        .pagination ul li.b_prev a:before, .pagination ul li.b_next a:before {
          content: "";
          background: url(../images/share/svg/chevron_up.svg) no-repeat;
          -webkit-transform: rotate(-90deg);
          -moz-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
          -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
          height: 14px;
          width: 14px;
          background-size: 100%;
          background-position: center;
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          position: absolute; }
      .pagination ul li.b_next a:before {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg); }
      .pagination ul li a {
        font-size: 16px;
        font-weight: 500;
        padding: 8px 15px;
        background: #fff;
        border: 1px solid #ddd;
        border-left: none; }
        @media all and (max-width: 768px) {
          .pagination ul li a {
            font-size: 13px; } }
        .pagination ul li a:hover {
          background: #f1f1f1; }
      .pagination ul li span.current {
        font-size: 16px;
        font-weight: 500;
        padding: 8px 15px;
        background: #d6000f;
        color: #fff;
        border: 1px solid #d6000f; }
        @media all and (max-width: 768px) {
          .pagination ul li span.current {
            font-size: 13px; } }
      .pagination ul li.activepage a {
        background: #d6000f;
        color: #fff;
        border: 1px solid #d6000f; }
      .pagination ul li.neardot a {
        border-left: 1px solid #ccc; }

.secondpage .bgmv_inside h1 {
  font-size: 40px;
  letter-spacing: normal; }
  @media all and (max-width: 768px) {
    .secondpage .bgmv_inside h1 {
      font-size: 20px; } }

@media all and (min-width: 769px) {
  .secondpage .btn-style1 input:hover {
    border: 1px solid #DD4A30; } }

.id1 .search-box input[type="email"]::-webkit-input-placeholder {
  color: #BBBBBB; }

.id1 .search-box input[type="email"]:-ms-input-placeholder {
  color: #BBBBBB; }

.id1 .search-box input[type="email"]::-ms-input-placeholder {
  color: #BBBBBB; }

.id1 .search-box input[type="email"]::placeholder {
  color: #BBBBBB; }

.page-id1-2 .id12 .table-stytle1 {
  margin-top: 115px; }
  @media all and (max-width: 768px) {
    .page-id1-2 .id12 .table-stytle1 {
      margin-top: 10px; } }
  .page-id1-2 .id12 .table-stytle1 tr td:last-child:before {
    content: '';
    display: none; }
  .page-id1-2 .id12 .table-stytle1 tr td:nth-child(2), .page-id1-2 .id12 .table-stytle1 tr td:nth-child(3), .page-id1-2 .id12 .table-stytle1 tr td:nth-child(4) {
    text-align: center; }
  .page-id1-2 .id12 .table-stytle1 tr td:nth-child(1) {
    color: #000000; }
    @media all and (min-width: 769px) {
      .page-id1-2 .id12 .table-stytle1 tr td:nth-child(1) {
        width: calc(100% - 688px); } }
  @media all and (min-width: 769px) {
    .page-id1-2 .id12 .table-stytle1 tr td:nth-child(2) {
      width: 206px; } }
  .page-id1-2 .id12 .table-stytle1 tr td:nth-child(3) {
    font-weight: bold; }
    @media all and (min-width: 769px) {
      .page-id1-2 .id12 .table-stytle1 tr td:nth-child(3) {
        width: 244px; } }
  @media all and (min-width: 769px) {
    .page-id1-2 .id12 .table-stytle1 tr td:nth-child(4) {
      width: 243px; } }
  .page-id1-2 .id12 .table-stytle1 tr th {
    padding: 25px 25px;
    background: rgba(255, 255, 255, 0);
    border-top: 4px solid #303030; }
    @media all and (max-width: 768px) {
      .page-id1-2 .id12 .table-stytle1 tr th {
        padding: 40px 25px; } }
    @media all and (max-width: 768px) {
      .page-id1-2 .id12 .table-stytle1 tr th {
        border-top: none; } }
    @media all and (min-width: 769px) {
      .page-id1-2 .id12 .table-stytle1 tr th:nth-child(1) {
        width: calc(100% - 688px); } }
    @media all and (max-width: 768px) {
      .page-id1-2 .id12 .table-stytle1 tr th:nth-child(1) {
        position: relative; }
        .page-id1-2 .id12 .table-stytle1 tr th:nth-child(1):before {
          content: '';
          position: absolute;
          background: #EEEEEE;
          height: 20px;
          width: 2px;
          top: 0;
          right: -2px; }
        .page-id1-2 .id12 .table-stytle1 tr th:nth-child(1):after {
          content: '';
          position: absolute;
          background: #000000;
          height: 2px;
          width: 100%;
          top: 50%;
          left: 0;
          margin-top: 15px; } }
    @media all and (min-width: 769px) {
      .page-id1-2 .id12 .table-stytle1 tr th:nth-child(2) {
        width: 206px; } }
    @media all and (min-width: 769px) {
      .page-id1-2 .id12 .table-stytle1 tr th:nth-child(3) {
        width: 244px; } }
    @media all and (min-width: 769px) {
      .page-id1-2 .id12 .table-stytle1 tr th:nth-child(4) {
        width: 243px; } }

.page-id1-2 .id12 .bgmv {
  background: url(../images/mv01-12.jpg) no-repeat center center;
  height: 1218px; }
  @media all and (max-width: 768px) {
    .page-id1-2 .id12 .bgmv {
      height: auto; } }

.page-id1-2 .id12 .bgmv_inside_center {
  margin: 0 75px; }

.page-id1-2 .id12 .block-tablecv {
  position: relative; }
  .page-id1-2 .id12 .block-tablecv .mark-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -92px; }
    .page-id1-2 .id12 .block-tablecv .mark-block--ins {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .page-id1-2 .id12 .block-tablecv .mark-block--ins p {
        color: #ffffff;
        font-size: 18px;
        text-align: center;
        font-weight: bold; }
      .page-id1-2 .id12 .block-tablecv .mark-block--ins span {
        font-size: 13px;
        color: #ffffff;
        font-weight: bold;
        position: relative;
        top: -3px; }
      .page-id1-2 .id12 .block-tablecv .mark-block--ins:first-child {
        background: url("../images/bg12a.png") no-repeat center center;
          z-index: 1;
      }
        @media all and (min-width: 769px) {
          .page-id1-2 .id12 .block-tablecv .mark-block--ins:first-child {
            width: 206px;
            height: 88px; } }
      .page-id1-2 .id12 .block-tablecv .mark-block--ins:nth-child(2) {
        background: url("../images/bg12b.png") no-repeat center center;
          z-index: 1;
      }
        @media all and (min-width: 769px) {
          .page-id1-2 .id12 .block-tablecv .mark-block--ins:nth-child(2) {
            width: 244px;
            height: 116px; } }
        .page-id1-2 .id12 .block-tablecv .mark-block--ins:nth-child(2) p {
          font-size: 22px;
          position: relative;
          top: -10px; }
          .page-id1-2 .id12 .block-tablecv .mark-block--ins:nth-child(2) p span {
            font-size: 16px;
            letter-spacing: 1.2px; }
      .page-id1-2 .id12 .block-tablecv .mark-block--ins:last-child {
        background: url("../images/bg12c.png") no-repeat center center;
      z-index: 1;
      }
        @media all and (min-width: 769px) {
          .page-id1-2 .id12 .block-tablecv .mark-block--ins:last-child {
            width: 243px;
            height: 116px; } }
        .page-id1-2 .id12 .block-tablecv .mark-block--ins:last-child p {
          font-size: 22px;
          position: relative;
          top: -10px; }
          .page-id1-2 .id12 .block-tablecv .mark-block--ins:last-child p span {
            font-size: 16px;
            letter-spacing: 1.2px; }
    @media all and (max-width: 768px) {
      .page-id1-2 .id12 .block-tablecv .mark-block {
        display: none; } }

.page-id1-2 .id12 .q-icon img {
  position: relative;
  top: 3px;
  right: -10px; }
  @media all and (max-width: 768px) {
    .page-id1-2 .id12 .q-icon img {
      height: 15px; } }

@media all and (max-width: 768px) {
  .page-id1-2 .id12 table {
    position: relative; }
    .page-id1-2 .id12 table:before {
      content: '';
      position: absolute;
      width: 400px;
      height: 68px;
      background: url(../images/id12-bg3.png) no-repeat center center;
      top: 0;
      right: -1px;
      left: auto;
      background-size: contain;
      z-index: 10;
      margin-top: -2px; }
    .page-id1-2 .id12 table tr {
      position: relative; }
      .page-id1-2 .id12 table tr th {
        padding: 30px 0 5px; }
      .page-id1-2 .id12 table tr:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 27.5px;
        background: #F0F0F0;
        z-index: -1; } }

.id13-standard .bgmv {
  height: 1220px;
  background-size: cover; }
  @media all and (max-width: 768px) {
    .id13-standard .bgmv {
      height: auto; } }

.id13-standard .small-txt {
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.7; }
  @media all and (max-width: 768px) {
    .id13-standard .small-txt {
      font-size: 12px; } }

.id13-standard img {
  margin-top: 10px; }

.id13-standard .list-card {
  text-align: left; }
  .id13-standard .list-card input {
    height: auto; }
  .id13-standard .list-card .list-file {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .id13-standard .list-card .list-file p {
      min-width: 100px; }
      @media all and (max-width: 768px) {
        .id13-standard .list-card .list-file p {
          min-width: 80px; } }
  .id13-standard .list-card li {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 10px; }
    @media all and (max-width: 768px) {
      .id13-standard .list-card li {
        font-size: 14px; } }
    .id13-standard .list-card li:last-child {
      margin-bottom: 0; }
    .id13-standard .list-card li p {
      color: #ffffff;
      font-size: 16px; }
      @media all and (max-width: 768px) {
        .id13-standard .list-card li p {
          font-size: 14px; } }
    .id13-standard .list-card li label {
      margin-right: 30px; }
      .id13-standard .list-card li label input {
        margin-right: 5px; }
      @media all and (max-width: 768px) {
        .id13-standard .list-card li label {
          margin-right: 15px; } }

.id13-standard .credit-box {
  margin: 20px 100px 0 100px; }
  @media all and (max-width: 768px) {
    .id13-standard .credit-box {
      margin: 10px 0 0 0; } }

.id14img .bgmv {
  height: 930px;
  background-size: cover; }
  @media all and (max-width: 768px) {
    .id14img .bgmv {
      height: auto; } }

.id14img .box-image {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .id14img .box-image--ins {
    width: calc(33.3% - 6.66667px);
    width: -moz-calc(33.3% - 6.66667px);
    width: -webkit-calc(33.3% - 6.66667px);
    width: -ms-calc(33.3% - 6.66667px);
    width: -o-calc(33.3% - 6.66667px);
    margin-right: 10px;
    float: left; }
    @media all and (max-width: 768px) {
      .id14img .box-image--ins {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px; }
        .id14img .box-image--ins:last-child {
          margin-bottom: 0; } }
    .id14img .box-image--ins:last-child {
      margin-right: 0; }
    .id14img .box-image--ins .card-img {
      margin-top: 10px; }
    .id14img .box-image--ins p {
      font-size: 18px;
      color: #ffffff; }
      @media all and (max-width: 768px) {
        .id14img .box-image--ins p {
          font-size: 14px; } }

/* edit 26/06/2020 */
/* .page-ID1 .bgmv {
  height: 655px;
  background-size: cover; }
  @media all and (max-width: 768px) {
    .page-ID1 .bgmv {
      height: auto; } } */

/* edit 07/01/2020 */
.id16 .month-block {
  color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .id16 .month-block--ins {
    margin-right: 40px; }
    .id16 .month-block--ins select {
      margin-right: 10px;
      height: 40px; }

/* edit 09/11/2020 */
.change_prm .table-stytle2 table .flexbox .ins {
  text-align: left; }
  .change_prm .table-stytle2 table .flexbox .ins label {
    color: #ffffff; }

.change_prm .bgmv {
  height: 900px;
  background-size: cover; }
  @media all and (max-width: 768px) {
    .change_prm .bgmv {
      height: auto; } }

.change_std .table-stytle2 table .flexbox .ins {
  text-align: left; }
  .change_std .table-stytle2 table .flexbox .ins label {
    color: #ffffff; }

.change_std .bgmv {
  height: 700px;
  background-size: cover; }
  @media all and (max-width: 768px) {
    .change_std .bgmv {
      height: auto; } }

/* edit 14/09/2020 */
@media all and (min-width: 769px) {
  .confirm-std .table-stytle2 .btn-page a {
    width: 180px; } }

/* edit 23/09/2020 */
.login .login-box {
  margin: 0 auto;
  text-align: left;
  margin-top: 20px; }
  @media all and (max-width: 768px) {
    .login .login-box {
      margin: 10px 0 0;
      width: 100%; } }
  .login .login-box p {
    font-size: 18px;
    margin-bottom: 5px; }
    @media all and (max-width: 768px) {
      .login .login-box p {
        font-size: 14px; } }
  .login .login-box p.text-bottom {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 10px; }
    @media all and (max-width: 768px) {
      .login .login-box p.text-bottom {
        font-size: 12px; } }
  .login .login-box input[type=email], .login .login-box input[type=password] {
    height: 40px;
    width: 100%;
    padding: 5px;
    background: #ffffff;
    border: none; }
  .login .login-box .row:not(:last-child) {
    margin-bottom: 20px; }
    @media all and (max-width: 768px) {
      .login .login-box .row:not(:last-child) {
        margin-bottom: 15px; } }
  .login .login-box .row:nth-child(2) {
    margin-bottom: 40px; }
    @media all and (max-width: 768px) {
      .login .login-box .row:nth-child(2) {
        margin-bottom: 15px; } }
  .login .login-box .btn-page a {
    width: 150px;
    height: 38px;
    text-decoration: none; }

.login a {
  color: #ffffff;
  text-decoration: underline;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .login a:hover {
    text-decoration: none;
    opacity: 0.8;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }

.plan_change .bgmv {
  height: 750px;
  background-size: cover; }
  @media all and (max-width: 768px) {
    .plan_change .bgmv {
      height: auto; } }

.confirm-plan .bgmv {
  height: 580px;
  background-size: cover; }
  @media all and (max-width: 768px) {
    .confirm-plan .bgmv {
      height: auto; } }

/* change layout */
.id16-fix .bgmv {
  height: 1500px; }
  @media all and (max-width: 768px) {
    .id16-fix .bgmv {
      height: auto;
      background-size: cover; } }

.id16-fix .white-box {
  margin: 40px 10px 30px; }

@media all and (max-width: 768px) {
  .id16-fix .white-box {
    margin: 20px 0 20px;
    padding: 10px 10px 40px; } }

.id16 .credit-box .payment-box {
  max-width: 600px;
  margin: 0 auto;
  padding: 30px 70px 40px;
  background: #FAFAFA;
  text-align: left;
  color: #222222; }
  @media all and (max-width: 768px) {
    .id16 .credit-box .payment-box {
      padding: 20px 10px; } }
  .id16 .credit-box .payment-box .logo-box {
    text-align: center;
    margin-bottom: 30px; }
  .id16 .credit-box .payment-box p {
    font-size: 16px;
    font-weight: bold; }
  .id16 .credit-box .payment-box p.txt-sm {
    font-weight: normal;
    font-size: 14px; }
  .id16 .credit-box .payment-box p.text_center {
    text-align: center; }
  .id16 .credit-box .payment-box .info-box .ins {
    margin-bottom: 20px; }
  .id16 .credit-box .payment-box input[type=text] {
    height: 40px;
    width: 100%;
    padding-left: 20px;
    margin: 5px 0;
    border: 1px solid #A1ACC4; }
  .id16 .credit-box .payment-box input[type=text]::-webkit-input-placeholder {
    font-size: 18px;
    color: #A1ACC4; }
  .id16 .credit-box .payment-box input[type=text]:-ms-input-placeholder {
    font-size: 18px;
    color: #A1ACC4; }
  .id16 .credit-box .payment-box input[type=text]::-ms-input-placeholder {
    font-size: 18px;
    color: #A1ACC4; }
  .id16 .credit-box .payment-box input[type=text]::placeholder {
    font-size: 18px;
    color: #A1ACC4; }
  .id16 .credit-box .payment-box span {
    font-weight: bold;
    font-size: 16px;
    color: #060606; }
  .id16 .credit-box .payment-box select {
    border: 1px solid #A1ACC4;
    height: 40px; }
  .id16 .credit-box .payment-box select#months {
    width: 70px; }
  .id16 .credit-box .payment-box select#years {
    width: 100px; }
  .id16 .credit-box .payment-box .month-block .month-block--ins {
    margin-right: 20px; }
    .id16 .credit-box .payment-box .month-block .month-block--ins:last-child {
      margin-right: 0; }
  .id16 .credit-box .payment-box .block2 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 0px; }
    .id16 .credit-box .payment-box .block2--ins:first-child {
      -webkit-box-flex: 60%;
      -ms-flex: 60%;
      flex: 60%; }
      @media all and (max-width: 768px) {
        .id16 .credit-box .payment-box .block2--ins:first-child {
          -webkit-box-flex: 100%;
          -ms-flex: 100%;
          flex: 100%; } }
    .id16 .credit-box .payment-box .block2--ins:last-child {
      -webkit-box-flex: 40%;
      -ms-flex: 40%;
      flex: 40%; }
      @media all and (max-width: 768px) {
        .id16 .credit-box .payment-box .block2--ins:last-child {
          -webkit-box-flex: 100%;
          -ms-flex: 100%;
          flex: 100%;
          margin-top: 20px; } }
    .id16 .credit-box .payment-box .block2--ins p {
      margin-bottom: 5px; }

.mypage .bgmv {
  height: auto; }

.mypage h1 {
  /* padding-top: 100px; */
  text-align: center;
  font-size: 40px;
  margin-bottom: 30px; }
  @media all and (max-width: 768px) {
    .mypage h1 {
      font-size: 20px;
      margin-bottom: 10px;
      padding-top: 50px; } }

.mypage .main {
  /* padding-bottom: 100px; */
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #ffffff;
  position: relative;
  background: #1E3058;
}
  .mypage .main p {
    color: #ffffff; }
  .mypage .main::before {
    content: "";
    position: absolute;
    width: 240px;
    height: 100%;
    /* height: calc(100% - 102px); */
    background: #D6D6D6;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    border: 1px solid #aaa;
    border-top: none;
  }
    @media all and (max-width: 768px) {
      .mypage .main::before {
        display: none; } }
  @media all and (max-width: 768px) {
    .mypage .main {
      padding-bottom: 0; } }

.mypage .side-bar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  background: #D6D6D6;
  padding: 20px 20px 70px;
  border: 1px solid #aaa;
  border-bottom: none;
  border-right: none;
  position: relative;
  z-index: 1; }
  @media all and (max-width: 768px) {
    .mypage .side-bar {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      padding: 10px;
      border-right: 1px solid #aaa; } }
  .mypage .side-bar ul li {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold; }
    .mypage .side-bar ul li:last-child {
      margin-bottom: 0; }
    @media all and (max-width: 768px) {
      .mypage .side-bar ul li {
        font-size: 16px;
        margin-bottom: 10px; } }
    .mypage .side-bar ul li a {
      color: #1E3058;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
      .mypage .side-bar ul li a:hover {
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        text-decoration: underline; }
    .mypage .side-bar ul li a.mypage-link {
      text-decoration: none; }
  .mypage .side-bar ul .active {
    color: #DD4A30; }

.mypage .content {
  border: 1px solid #1E3058;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  background: #1E3058;
  padding: 20px 40px 100px 40px;
  height: 100%;
  color: #ffffff; }
  .mypage .content a {
    color: #ffffff; }
  @media all and (max-width: 768px) {
    .mypage .content {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      padding: 10px;
      overflow: scroll; } }

.mypage .table-bf2 td, .mypage .table-bf2 th {
  font-size: 16px;
  padding: 15px; }
  @media all and (max-width: 768px) {
    .mypage .table-bf2 td, .mypage .table-bf2 th {
      font-size: 14px;
      padding: 10px; } }

.mypage .table-bf2 td, .mypage .table-bf2 th {
  border-bottom: 1px solid #ffffff; }

@media all and (max-width: 768px) {
  .mypage .table-bf2 tr:last-child td {
    border-bottom: none; } }

.mypage .table-bf3 tr td:first-child {
  width: 20%; }
  @media all and (max-width: 768px) {
    .mypage .table-bf3 tr td:first-child {
      width: auto; } }

.mypage .table-bf3 tr td:last-child {
  width: 30%; }
  @media all and (max-width: 768px) {
    .mypage .table-bf3 tr td:last-child {
      width: auto; } }

.mypage .table-bf3 tr td:nth-child(2) {
  width: 50%; }
  @media all and (max-width: 768px) {
    .mypage .table-bf3 tr td:nth-child(2) {
      width: auto; } }

@media all and (max-width: 768px) {
  .mypage .table-bf3 {
    width: 500px; } }

.mypage .mypage-link {
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  .mypage .mypage-link:hover {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0.8;
    text-decoration: none; }

.mypage .w-box {
  min-width: 450px;
  width: 450px;
  margin: 0 auto;
  background: #ffffff;
  padding: 40px 50px 20px;
  position: relative; }
  @media all and (max-width: 768px) {
    .mypage .w-box {
      width: 100%;
      min-width: auto;
      padding: 20px; } }
  .mypage .w-box .close-btn {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 10px;
    margin-right: 10px;
    display: inline-block;
    cursor: pointer; }
  .mypage .w-box .row {
    margin-bottom: 10px; }
    .mypage .w-box .row input[type=email], .mypage .w-box .row input[type=password] {
      width: 100%;
      height: 40px;
      padding: 5px; }
    .mypage .w-box .row p {
      margin-bottom: 5px; }
  .mypage .w-box h2 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px; }
    @media all and (max-width: 768px) {
      .mypage .w-box h2 {
        font-size: 16px;
        margin-bottom: 0px; } }
  .mypage .w-box .btn-page {
    margin-top: 30px; }
    .mypage .w-box .btn-page a {
      width: 150px;
      height: 38px; }
      @media all and (max-width: 768px) {
        .mypage .w-box .btn-page a {
          width: 130px;
          height: 30px;
          font-size: 14px; } }
    @media all and (max-width: 768px) {
      .mypage .w-box .btn-page {
        margin-top: 20px; } }

.mypage .popup, .mypage .popup1, .mypage .popup2, .mypage .popup3, .mypage .popup4, .mypage .popup5, .mypage .popup6 {
  display: none; }

.mypage .show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media all and (max-width: 768px) {
    .mypage .show {
      width: 90%; } }

.mypage .popup {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 99999999999; }
  .mypage .popup p.text_center {
    text-align: center; }
  .mypage .popup a {
    text-decoration: none; }
  .mypage .popup .mypage-link {
    text-decoration: none; }

.mypage .plan_prem .text-right {
  text-align: right; }

.mypage .plan_prem p.text-right {
  margin: 20px 0; }
  @media all and (max-width: 768px) {
    .mypage .plan_prem p.text-right {
      margin: 15px 0 10px; } }

.mypage .plan_prem a.tab {
  display: inline-block;
  text-align: right;
  margin-top: 10px;
  cursor: pointer;
  text-decoration: underline;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  .mypage .plan_prem a.tab:hover {
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0.8; }
  @media all and (max-width: 768px) {
    .mypage .plan_prem a.tab {
      margin-top: 5px; } }

.mypage .id16 .credit-box {
  margin: 0px;
  padding: 0; }
  .mypage .id16 .credit-box h3.tit {
    text-align: center;
    font-size: 20px;
    margin-bottom: 5px; }
    @media all and (max-width: 768px) {
      .mypage .id16 .credit-box h3.tit {
        font-size: 16px;
        margin-bottom: 10px; } }
  .mypage .id16 .credit-box p.sm-tit {
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px; }
    @media all and (max-width: 768px) {
      .mypage .id16 .credit-box p.sm-tit {
        font-size: 14px;
        margin-bottom: 15px; } }
  .mypage .id16 .credit-box .text-withdrawal .list-disc {
    margin: 20px 0; }
    @media all and (max-width: 768px) {
      .mypage .id16 .credit-box .text-withdrawal .list-disc {
        margin: 15px 0; } }

.mypage .id16 .credit-box .payment-box p {
  color: #1E3058; }

.mypage .list-disc li {
  position: relative;
  padding-left: 20px;
  line-height: 1.8;
  margin-bottom: 5px; }
  .mypage .list-disc li::before {
    position: absolute;
    content: "・";
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto; }
  .mypage .list-disc li:last-child {
    margin-bottom: 0; }

.mypage .text_right {
  text-align: right;
  margin-bottom: 10px; }
  .mypage .text_right a {
    text-decoration: underline;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    .mypage .text_right a:hover {
      opacity: 0.8;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
      text-decoration: none; }

.mypage .agree-txt {
  margin-top: 10px;
  display: inline-block; }
  .mypage .agree-txt input {
    margin-right: 10px; }

.mypage .withdrawal-box .btn-page {
  padding: 0;
  margin-top: 30px; }
  @media all and (max-width: 768px) {
    .mypage .withdrawal-box .btn-page {
      margin-top: 20px; } }
  .mypage .withdrawal-box .btn-page a {
    width: 250px;
    height: 38px;
    margin: 0 auto;
    text-decoration: none; }
    @media all and (max-width: 768px) {
      .mypage .withdrawal-box .btn-page a {
        height: 30px;
        width: 200px; } }

.mypage .btn-withdrawal {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .mypage .btn-withdrawal .gray-btn a, .mypage .btn-withdrawal .gray-btn input {
    background: #AAAAAA; }
    .mypage .btn-withdrawal .gray-btn a:hover, .mypage .btn-withdrawal .gray-btn input:hover {
      background: black;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
  .mypage .btn-withdrawal a {
    cursor: pointer; }

.mypage .popup a {
  text-decoration: none; }

.mypage .popup input.change-btn {
  width: 180px;
  height: 38px; }

@media all and (max-width: 768px) {
  .mypage .popup h2 {
    margin-bottom: 15px; } }

.mypage .id13-standard img {
  margin-top: 0; }

.mypage .logout .main {
  height: 500px; }
  @media all and (max-width: 768px) {
    .mypage .logout .main {
      height: auto; } }
  .mypage .logout .main .content {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .mypage .logout .main .content h2 {
      color: #1E3058; }
    .mypage .logout .main .content a {
      text-decoration: none; }
    @media all and (max-width: 768px) {
      .mypage .logout .main .content .w-box {
        padding: 10px; } }

.mypage .mt20 {
  margin-top: 20px; }
  @media all and (max-width: 768px) {
    .mypage .mt20 {
      margin-top: 10px; } }

.mypage .mr05 {
  margin-right: 5px; }

.mypage .mr20 {
  margin-right: 20px; }
  @media all and (max-width: 768px) {
    .mypage .mr20 {
      margin-right: 10px; } }

.mypage a.gray-btn {
  background: #AAAAAA;
  margin-right: 40px; }
  .mypage a.gray-btn:hover {
    background: #000000; }

.mypage .creditchange .gray-btn a, .mypage .creditchange .gray-btn input {
  background: #AAAAAA; }
  .mypage .creditchange .gray-btn a:hover, .mypage .creditchange .gray-btn input:hover {
    background: #000000; }

.mypage .creditchange a.gray-btn {
  background: #AAAAAA;
  margin-right: 40px; }
  .mypage .creditchange a.gray-btn:hover {
    background: #000000; }

.mypage .demo {
  width: calc(33.3% - 13.33333px);
  width: -moz-calc(33.3% - 13.33333px);
  width: -webkit-calc(33.3% - 13.33333px);
  width: -ms-calc(33.3% - 13.33333px);
  width: -o-calc(33.3% - 13.33333px);
  margin-right: 20px;
  float: left; }

.mypage .text-error {
  text-align: center;
  color: red !important;
  margin-bottom: 30px; }
  @media all and (max-width: 768px) {
    .mypage .text-error {
      font-size: 14px !important;
      margin-bottom: 20px; } }

.mypage .btn-page .mypage-link {
  text-decoration: none; }

.mypage .creditchange .w-box {
  padding: 40px 30px 20px; }
  @media all and (max-width: 768px) {
    .mypage .creditchange .w-box {
      padding: 40px 15px 30px; } }

.table_scroll{
    position: relative;
}

.scroll_icon{
    display: block;
    position: absolute;
    /*background: url("../images/right-arrow.png")no-repeat center center;*/
    width: 20px;
    height: 20px;
    /*background-size: contain;*/
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto 0;
    -webkit-animation: linear infinite;
    -webkit-animation-name: run;
    -webkit-animation-duration: 1s;
}

@-webkit-keyframes run {
    0% {
        right: 20px;
    }
    25% {
        right: 15px;
    }
    50% {
        right: 10px;
    }
    75% {
        right: 5px;
    }
    100% {
        right: 0;
    }
}

.scroll_icon img{
    height: 20px;
}


@media all and (min-width: 769px){
  .bgmv{
    height: auto !important;
    padding: 150px 0 !important;
    background-size: cover !important;
  }
    .scroll_icon{
        display: none;
    }
}

#table_scroll table tr{
    border-left: 2px solid #000000;
}

#table_scroll table tr:last-child{
    border-bottom: 2px solid #000000;
}

@media all and (max-width: 768px){
    #table_scroll table tr{
        border-left: 3px solid #000000;
    }
    /* #table_scroll table tr:last-child{
        border-bottom: 1px solid #000000;
    } */
    #table_scroll table tr:first-child{
        position: relative;
    }
    #table_scroll table tr:first-child th:before{
        position: absolute;
        content: "";
        background: #F0F0F0;
        top: 0;
        left: 0;
        height: 55px;
        width: 2px;
    }
    #table_scroll table tr:first-child th:nth-child(2){
        position: relative;
    }
    #table_scroll table tr:first-child th:nth-child(2):before{
        left: -2px;

    }
    /*#table_scroll table tr:first-child th:nth-child(2):after{*/
    /*    position: absolute;*/
    /*    content: "";*/
    /*    background: #F0F0F0;*/
    /*    top: 0;*/
    /*    left: auto;*/
    /*    right: 0;*/
    /*    height: 55px;*/
    /*    width: 2px;*/

    /*}*/
}
.btn-center{
    justify-content: center !important;
    width: 100%;
}
button.btn-back{
    background: #AAAAAA;
    margin-right: 40px;
    border: none;
    width: 180px;
    height: 38px;
}
@media all and (max-width: 768px){
    button.btn-back{
        height: 35px;
        margin-right: 20px;
        width: 70%;
    }

}



