@media screen and (max-width: 767.98px) {
  
  li, ul {
      list-style: none;
      margin: 0;
      padding: 0;
  }
  .v46_607 {
      width: 100%;
      height: 20px;
      opacity: 1;
      position: relative;
      left: 0px;
      overflow: hidden;
  }
  .v46_608 {
      width: 100%;
      color: rgba(255,59,59,1);
      position: absolute;
      top: 0px;
      left: 0px;
      font-family: Noto Sans JP;
      font-weight: Regular;
      font-size: 14px;
      opacity: 1;
      text-align: left;
  }
  .v171_542 {
      width: calc(100% - 48px);
      height: auto;
      min-height: 52px;
      background: rgba(34,216,74,1);
      opacity: 1;
      position: absolute;
      top: 1%;
      left: 16px;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px;
      box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.25);
      display: flex;
      align-items: center;
      justify-content: left;
      z-index: 1;
      margin: 8px;
      word-break: break-all;
  }
  .v171_543 {
      width: calc(100% - 32px);
      height: auto;
      color: rgba(255,255,255,1);
      position: relative;
      top: 0px;
      left: 16px;
      padding: 5px 0;
      font-family: Noto Sans JP;
      font-weight: Bold;
      font-size: 14px;
      opacity: 1;
      text-align: left;
  }
  .v171_540 {
      width: calc(100% - 62px);
      height: auto;
      min-height: 52px;
      background: rgba(212,76,33,1);
      opacity: 1;
      position: absolute;
      top: 16px;
      margin: 0 auto;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px;
      box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.25);
      display: flex;
      align-items: flex-start;
      z-index: 1;
      left: 50%;
      flex-direction: column;
      padding: 7px;
      transform: translate(-50%, 0px);  
  }
  .v171_541 {
      height: auto;
      color: rgba(255,255,255,1);
      position: relative;
      top: 0px;
      left: 3px;
      padding: 5px 0;
      font-family: Noto Sans JP;
      font-weight: Bold;
      font-size: 14px;
      opacity: 1;
      text-align: left;
      word-break: break-all;
  }
  .v133_1174:hover .v006_7{
      display: inline-block;
      top: -45px;
      left: -10px;
  }
  .v006_7 {
    display: block;
    position: absolute;
    padding: 8px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 13px;
    line-height: 1.6em;
    color: #fff;
    border-radius: 5px;
    background: #000;
    width: 240px;
    height: 45px;
    z-index: 1;
    margin-left: 78px;
    margin-top: -55px;
}
  .v006_7:before {
      content: "";
      position: absolute;
      top: 100%;
      left: 20%;
      border: 5px solid transparent;
      border-top: 10px solid #000;
      margin-left: 14px;
  }
  .profile-radio {
      display: block;
      font-size: 24px; 
  }
  .profile-radio:hover {
      cursor: pointer;
  }
  .profile-radio input {
      display: none; 
  }
  .profile-radio input+.dummy {
      width: 20px;
      height: 20px;
      border: 3px solid rgba(214,41,90,1);
      border-radius: 50%;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      vertical-align: text-top;
  }
  .profile-radio input:checked+.dummy:after {
      content: "";
      width: 70%;
      height: 70%;
      background-color: rgba(214,41,90,1);
      border-radius: 50%;
  }
  select{
    -webkit-appearance: none;
    appearance: none;
  }
  select::-ms-expand {
    -webkit-appearance: none;
    appearance: none;
  }
  .account-radio {
    display: block;
    font-size: 24px; 
  }
  .account-radio:hover {
    cursor: pointer;
  }
  .account-radio input {
    display: none; 
  }
  .account-radio input+.dummy {
      width: 20px;
      height: 20px;
      border: 3px solid rgba(214,41,90,1);
      border-radius: 50%;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      vertical-align: text-top;
  }
  .account-radio input:checked+.dummy:after {
      content: "";
      width: 70%;
      height: 70%;
      background-color: rgba(214,41,90,1);
      border-radius: 50%;
  }
  
  input[type="checkbox"] {
      margin: 0;
      padding: 0;
      background: none;
      border: none;
      border-radius: 0;
      outline: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
  }
  input[type="checkbox"] {
    cursor: pointer;
    vertical-align: top;
    position: relative;
    accent-color: rgba(214,41,90,1);
    top: 14px;
  }
   
  input[type="checkbox"]::before,
  input[type="checkbox"]::after {
    content: "";
    display: block; 
    position: absolute;
  }
   
  input[type="checkbox"]::before {
    background-color: rgba(255,255,255,1);
    border-radius: 0%;
    border: 3px solid rgba(214,41,90,1);
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    }
    input[type="checkbox"]::after {
      border-bottom: 3px solid rgba(255,255,255,1);
      border-left: 3px solid rgba(255,255,255,1);
      opacity: 0;
      height: 6px;
      width: 11px;
      transform: rotate(-45deg);
      top: -7px;
      left: 5px;
    }
        
    input[type="checkbox"]:checked::before {
        background-color: rgba(214,41,90,1);
    }
   
    input[type="checkbox"]:checked::after {
      opacity: 1;
    }
  
  .v3_2300 {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.05000000074505806);
    position: absolute;
    z-index: 1;
    top: 0%;
  }
  
  .v3_3534 {
    width: calc(100% - 36px);
    height: auto;
    background: rgba(255,255,255,1);
    opacity: 1;
    position: relative;
    top: 20%;
    margin: 0 auto;
    z-index: 1;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    overflow: hidden;
    padding-bottom: 56px;
  }
  .v3_3535 {
    width: 100%;
    height: 100%;
    opacity: 1;
    position: relative;
    top: 12px;
    left: 0px;
    overflow: hidden;
  }
  .v3_3536 {
    width: calc(100% - 64px);
    color: rgba(38,38,38,1);
    position: relative;
    top: 0px;
    left: 18px;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 16px;
    opacity: 1;
    text-align: left;
    display: block;
    word-wrap: break-word;
  }
  .v74_827 {
    width: 32px;
    height: 32px;
    background: rgba(255,255,255,1);
    opacity: 1;
    position: absolute;
    top: 3px;
    right: 0px;
    overflow: hidden;
    cursor: pointer; cursor: hand;
  }
  .v74_828 {
    width: 16px;
    height: 16px;
    background-image: url("");
    background-size: 14px 14px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .v3_3538 {
    width: 100%;
    height: 1px;
    background: rgba(200,200,200,1);
    opacity: 1;
    position: relative;
    top: 18px;
    left: 0px;
    overflow: hidden;
  }
  .v3_3539 {
    width: 100%;
    height: auto;
    opacity: 1;
    position: relative;
    top: 30px;
    left: 0px;
    overflow: hidden;
  }
  .v3_3540 {
    width: calc(100% - 36px);
    color: rgba(38,38,38,1);
    position: relative;
    top: 0px;
    left: 18px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
    display: block;
    word-wrap: break-word;
  }
  .v3_3541 {
    width: 100%;
    height: 1px;
    background: rgba(200,200,200,1);
    opacity: 1;
    position: relative;
    top: 40px;
    left: 0px;
    overflow: hidden;
  }
  .v3_3542 {
    width: 100%;
    height: 40px;
    opacity: 1;
    position: relative;
    top: 52px;
    left: 0px;
    overflow: hidden;
  }
  .v74_823 {
    width: 110px;
    height: 32px;
    background: rgba(255,255,255,1);
    opacity: 1;
    position: absolute;
    top: 0px;
    right: 80px;
    overflow: hidden;
    cursor: pointer; cursor: hand;
  }
  .v74_824 {
    width: 110px;
    height: 32px;
    color: rgba(214,41,90,1);
    position: relative;
    top: 0px;
    left: 0px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: center;
    line-height: 32px;
  }
  .v74_825 {
    width: 90px;
    height: 32px;
    background: linear-gradient(rgba(214,41,90,1), rgba(217,58,103,1));
    opacity: 1;
    position: absolute;
    top: 0px;
    right: 10px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    box-shadow: 1px 2px 8px 1px rgba(0.4, 0.4, 0.4, 0.2);
    overflow: hidden;
    cursor: pointer; cursor: hand;
  }
  .v74_826 {
    width: 90px;
    height: 32px;
    color: rgba(255,255,255,1);
    position: absolute;
    top: 0px;
    left: 0px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: center;
    line-height: 32px;
  }
  
  .v1_1560 {
    width: 100%;
    min-width: 342px;
    height: calc(100dvh - 112px);
    background: rgba(245,245,245,1);
    opacity: 1;
    position: relative;
    top: 0px;
    left: 0px;
    overflow-x: hidden;
  }
  .v133_1000 {
  width: 100%;
      height: 55px;
      background: rgba(245,245,245,1);
      opacity: 1;
      position: relative;
      top: 0px;
      left: 0px;
      overflow: hidden;
  }
  .v133_1001 {
    width: 100%;
    height: 32px;
    opacity: 1;
    position: absolute;
    top: 22px;
    left: 0px;
    overflow: hidden;
  }
  .v133_1002 {
    width: auto;
    color: rgba(38,38,38,1);
    position: absolute;
    top: 2px;
    left: 24px;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 16px;
    opacity: 1;
    text-align: left;
  }
  .v1_1561 {
    width: calc(100% - 48px);
    height: auto;
    background: rgba(255,255,255,1);
    margin: 24px;
    opacity: 1;
    position: relative;
    top: 0px;
    left: 0px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    padding-bottom: 50px;
  }
  .v1_1562 {
    width: calc(100% - 32px);
    height: auto;
    opacity: 1;
    position: relative;
    top: 12px;
    left: 16px;
    overflow: hidden;
    padding-bottom: 8px;
  }
  .v1_1563 {
    width: 100%;
    color: rgba(38,38,38,1);
    position: relative;
    top: 0px;
    left: 0px;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 14px;
    opacity: 1;
    text-align: left;
    word-wrap: break-word;
  }
  .v1_1564 {
    width: 100%;
    height: 1px;
    background: rgba(214,41,90,1);
    opacity: 0.5;
    position: relative;
    top: 8px;
    left: 0px;
    overflow: hidden;
  }
  .v1_1565 {
    width: calc(100% - 32px);
    height: auto;
    display: block;
    color: rgba(38,38,38,1);
    position: relative;
    top: 30px;
    left: 16px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
    word-wrap: break-word;
  }
  .v1_1566 {
    width: auto;
    height: 40px;
    opacity: 1;
    position: relative;
    top: 48px;
    right: 0px;
    overflow: hidden;
    display: flex;
  }
  .v133_1088 {
    width: auto;
    height: 30px;
    background: linear-gradient(rgba(214,41,90,1), rgba(217,58,103,1));
    opacity: 1;
    position: absolute;
    top: 0px;
    right: 10px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 15px;
    display: flex;
  }
  .v133_1089 {
    width: auto;
    height: 30px;
    color: rgba(255,255,255,1);
    position: relative;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: center;
    line-height: 30px;
  }
  .v133_1178 {
    width: 14px;
    height: 14px;
    opacity: 1;
    position: relative;
    top: 7.5px;
    left: 4px;
    overflow: hidden;
  }
  .v133_1179 {
    width: 14px;
    height: 14px;
    background-image: url("btn_next.png");
    background-size: 14px 14px;
    background-repeat: no-repeat;
    opacity: 1;
    position: relative;
    top: 0px;
    left: 0px;
  }
  .v1_1568 {
    width: calc(100% - 48px);
    height: auto;
    background: rgba(255,255,255,1);
    margin: 24px;
    opacity: 1;
    position: relative;
    top: 0px;
    left: 0px;
    position: relative;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    padding-bottom: 50px;
  }
  .v1_1569 {
    width: calc(100% - 32px);
    height: auto;
    opacity: 1;
    position: relative;
    top: 12px;
    left: 16px;
    overflow: hidden;
    padding-bottom: 8px;
  }
  .v1_1570 {
    width: 100%;
    color: rgba(38,38,38,1);
    position: relative;
    top: 0px;
    left: 0px;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 14px;
    opacity: 1;
    text-align: left;
    word-wrap: break-word;
  }
  .v1_1571 {
    width: 100%;
    height: 1px;
    background: rgba(214,41,90,1);
    opacity: 0.5;
    position: relative;
    top: 8px;
    left: 0px;
    overflow: hidden;
  }
  .v1_1572 {
    width: calc(100% - 32px);
    height: auto;
    display: block;
    color: rgba(38,38,38,1);
    position: relative;
    top: 30px;
    left: 16px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
    word-wrap: break-word;
  }
  .v1_1573 {
    width: auto;
    height: 40px;
    opacity: 1;
    position: relative;
    top: 48px;
    right: 0px;
    overflow: hidden;
    display: flex;
  }
  .v133_1117 {
    width: auto;
    height: 30px;
    background: linear-gradient(rgba(214,41,90,1), rgba(217,58,103,1));
    opacity: 1;
    position: absolute;
    top: 0px;
    right: 10px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 15px;
    display: flex;
  }
  .v133_1118 {
    width: auto;
    height: 30px;
    color: rgba(255,255,255,1);
    position: relative;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: center;
    line-height: 30px;
  }
  .v133_1169 {
    width: 14px;
    height: 14px;
    opacity: 1;
    position: relative;
    top: 7.5px;
    left: 4px;
    overflow: hidden;
  }
  .v133_1170 {
    width: 14px;
    height: 14px;
    background-image: url("btn_next.png");
    background-size: 14px 14px;
    background-repeat: no-repeat;
    opacity: 1;
    position: relative;
    top: 0px;
    left: 0px;
  }
  .v1_1575 {
    width: calc(100% - 48px);
    height: auto;
    background: rgba(255,255,255,1);
    margin: 24px;
    opacity: 1;
    position: relative;
    top: 0px;
    left: 0px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    padding-bottom: 15px;
  }
  .v1_1576 {
    width: calc(100% - 32px);
    height: auto;
    opacity: 1;
    position: relative;
    top: 12px;
    left: 16px;
    overflow: hidden;
    word-wrap: break-word;
    padding-bottom: 8px;
  }
  .v1_1577 {
    width: auto;
    color: rgba(38,38,38,1);
    position: relative;
    top: 0px;
    left: 0px;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }
  .v1_1578 {
    width: 100%;
    height: 1px;
    background: rgba(214,41,90,1);
    opacity: 0.5;
    position: relative;
    top: 8px;
    left: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
  }
  .v1_1579 {
    width: 256px;
    height: 132px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 16px;
    opacity: 1;
    position: absolute;
    top: 61px;
    left: 16px;
    overflow: hidden;
  }
  .v133_1107 {
    width: 256px;
    height: 58px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 8px;
    opacity: 1;
    position: relative;
    top: 0px;
    left: 0px;
    overflow: hidden;
  }
  .v133_1108 {
    width: 77px;
    height: 14px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 8px;
    opacity: 1;
    position: relative;
    top: 0px;
    left: 0px;
    overflow: hidden;
  }
  .v133_1109 {
    width: 29px;
    color: rgba(156,156,156,1);
    position: relative;
    top: 0px;
    left: 0px;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }
  .v133_1110 {
    width: 40px;
    color: rgba(255,97,97,1);
    position: absolute;
    top: 0px;
    left: 37px;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }
  .v133_1182 {
    width: 256px;
    height: 36px;
    background: rgba(245,245,245,1);
    padding: 8px 16px;
    margin: 16px;
    opacity: 1;
    position: absolute;
    top: 22px;
    left: 0px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
  }
  .v133_1183 {
    width: 200px;
    height: 20px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
    position: absolute;
    top: 8px;
    left: 16px;
    overflow: hidden;
  }
  .v133_1184 {
    width: 29px;
    color: rgba(38,38,38,1);
    position: relative;
    top: 0px;
    left: 0px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }
  .v133_1241 {
    width: 8px;
    height: 8px;
    background: rgba(255,255,255,1);
    opacity: 1;
    position: absolute;
    top: 14px;
    left: 232px;
    overflow: hidden;
  }
  .v133_1242 {
    width: 7px;
    height: 6px;
    background: rgba(156,156,156,1);
    opacity: 1;
    position: absolute;
    top: 1px;
    left: 0px;
  }
  .v133_1112 {
    width: 256px;
    height: 58px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 8px;
    opacity: 1;
    position: absolute;
    top: 74px;
    left: 0px;
    overflow: hidden;
  }
  .v133_1113 {
    width: 77px;
    height: 14px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 8px;
    opacity: 1;
    position: relative;
    top: 0px;
    left: 0px;
    overflow: hidden;
  }
  .v133_1114 {
    width: 29px;
    color: rgba(156,156,156,1);
    position: relative;
    top: 0px;
    left: 0px;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }
  .v133_1115 {
    width: 40px;
    color: rgba(255,97,97,1);
    position: absolute;
    top: 0px;
    left: 37px;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }
  .v133_1165 {
    width: 256px;
    height: 36px;
    background: rgba(245,245,245,1);
    padding: 8px 16px;
    margin: 16px;
    opacity: 1;
    position: absolute;
    top: 22px;
    left: 0px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
  }
  .v133_1166 {
    width: 200px;
    height: 20px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
    position: absolute;
    top: 8px;
    left: 16px;
    overflow: hidden;
  }
  .v133_1167 {
    width: 72px;
    color: rgba(38,38,38,1);
    position: relative;
    top: 0px;
    left: 0px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }
  .v133_1224 {
    width: 8px;
    height: 8px;
    background: rgba(255,255,255,1);
    opacity: 1;
    position: absolute;
    top: 14px;
    left: 232px;
    overflow: hidden;
  }
  .v133_1225 {
    width: 7px;
    height: 6px;
    background: rgba(156,156,156,1);
    opacity: 1;
    position: absolute;
    top: 1px;
    left: 0px;
  }
  .v1_1582 {
    width: 251px;
    height: 130px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 8px;
    opacity: 1;
    position: absolute;
    top: 209px;
    left: 16px;
    overflow: hidden;
  }
  .v1_1583 {
    width: 144px;
    height: 14px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 8px;
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
  }
  .v1_1584 {
    width: 144px;
    color: rgba(156,156,156,1);
    position: absolute;
    top: 0px;
    left: 0px;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }
  .v1_1585 {
    width: 29px;
    color: rgba(255,97,97,1);
    position: absolute;
    top: 0px;
    left: 51px;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }
  .v1_1586 {
    width: 251px;
    height: 108px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 8px;
    opacity: 1;
    position: absolute;
    top: 22px;
    left: 0px;
    overflow: hidden;
  }
  .v1_1587 {
    width: 157px;
    height: 108px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 4px;
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
  }
  .v133_1212 {
    width: 71px;
    height: 24px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 4px;
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
  }
  .v133_1299 {
    width: 24px;
    height: 24px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
  }
  .v133_1300 {
    width: 18px;
    height: 18px;
    background: rgba(255,255,255,1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 3px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    overflow: hidden;
  }
  .v133_1301 {
    width: 18px;
    height: 18px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 3px;
  }
  .v133_1214 {
    width: 43px;
    color: rgba(38,38,38,1);
    position: absolute;
    top: 2px;
    left: 28px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }
  .v133_1215 {
    width: 157px;
    height: 24px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 4px;
    opacity: 1;
    position: absolute;
    top: 28px;
    left: 0px;
    overflow: hidden;
  }
  .v133_1290 {
    width: 24px;
    height: 24px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
  }
  .v133_1291 {
    width: 18px;
    height: 18px;
    background: rgba(255,255,255,1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 3px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    overflow: hidden;
  }
  .v133_1292 {
    width: 18px;
    height: 18px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 3px;
  }
  .v133_1217 {
    width: 129px;
    color: rgba(38,38,38,1);
    position: absolute;
    top: 2px;
    left: 28px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }
  .v133_1218 {
    width: 86px;
    height: 24px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 4px;
    opacity: 1;
    position: absolute;
    top: 56px;
    left: 0px;
    overflow: hidden;
  }
  .v133_1296 {
    width: 24px;
    height: 24px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
  }
  .v133_1297 {
    width: 18px;
    height: 18px;
    background: rgba(255,255,255,1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 3px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    overflow: hidden;
  }
  .v133_1298 {
    width: 18px;
    height: 18px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 3px;
  }
  .v133_1220 {
    width: 58px;
    color: rgba(38,38,38,1);
    position: absolute;
    top: 2px;
    left: 28px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }
  .v133_1221 {
    width: 100px;
    height: 24px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 4px;
    opacity: 1;
    position: absolute;
    top: 84px;
    left: 0px;
    overflow: hidden;
  }
  .v133_1308 {
    width: 24px;
    height: 24px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
  }
  .v133_1309 {
    width: 18px;
    height: 18px;
    background: rgba(255,255,255,1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 3px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    overflow: hidden;
  }
  .v133_1310 {
    width: 18px;
    height: 18px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 3px;
  }
  .v133_1223 {
    width: 72px;
    color: rgba(38,38,38,1);
    position: absolute;
    top: 2px;
    left: 28px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }
  .v1_1592 {
    width: 86px;
    height: 108px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 4px;
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 166px;
    overflow: hidden;
  }
  .v133_1229 {
    width: 59px;
    height: 24px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 4px;
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
  }
  .v133_1314 {
    width: 24px;
    height: 24px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
  }
  .v133_1315 {
    width: 18px;
    height: 18px;
    background: rgba(255,255,255,1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 3px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    overflow: hidden;
  }
  .v133_1316 {
    width: 18px;
    height: 18px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 3px;
  }
  .v133_1231 {
    width: 31px;
    color: rgba(38,38,38,1);
    position: absolute;
    top: 2px;
    left: 28px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }
  .v133_1232 {
    width: 86px;
    height: 24px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 4px;
    opacity: 1;
    position: absolute;
    top: 28px;
    left: 0px;
    overflow: hidden;
  }
  .v133_1317 {
    width: 24px;
    height: 24px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
  }
  .v133_1318 {
    width: 18px;
    height: 18px;
    background: rgba(255,255,255,1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 3px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    overflow: hidden;
  }
  .v133_1319 {
    width: 18px;
    height: 18px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 3px;
  }
  .v133_1234 {
    width: 58px;
    color: rgba(38,38,38,1);
    position: absolute;
    top: 2px;
    left: 28px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }
  .v133_1235 {
    width: 86px;
    height: 24px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 4px;
    opacity: 1;
    position: absolute;
    top: 56px;
    left: 0px;
    overflow: hidden;
  }
  .v133_1311 {
    width: 24px;
    height: 24px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
  }
  .v133_1312 {
    width: 18px;
    height: 18px;
    background: rgba(255,255,255,1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 3px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    overflow: hidden;
  }
  .v133_1313 {
    width: 18px;
    height: 18px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 3px;
  }
  .v133_1237 {
    width: 58px;
    color: rgba(38,38,38,1);
    position: absolute;
    top: 2px;
    left: 28px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }
  .v133_1238 {
    width: 71px;
    height: 24px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 4px;
    opacity: 1;
    position: absolute;
    top: 84px;
    left: 0px;
    overflow: hidden;
  }
  .v133_1331 {
    width: 24px;
    height: 24px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
  }
  .v133_1332 {
    width: 18px;
    height: 18px;
    background: rgba(255,255,255,1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 3px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    overflow: hidden;
  }
  .v133_1333 {
    width: 18px;
    height: 18px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 3px;
  }
  .v133_1240 {
    width: 43px;
    color: rgba(38,38,38,1);
    position: absolute;
    top: 2px;
    left: 28px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }
  .v133_1074 {
    width: 264px;
    height: 78px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 8px;
    opacity: 1;
    position: absolute;
    top: 355px;
    left: 16px;
    overflow: hidden;
  }
  .v133_1075 {
    width: 264px;
    height: 14px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 8px;
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
  }
  .v133_1076 {
    width: 216px;
    color: rgba(156,156,156,1);
    position: absolute;
    top: 0px;
    left: 0px;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }
  .v133_1077 {
    width: 40px;
    color: rgba(255,97,97,1);
    position: absolute;
    top: 0px;
    left: 224px;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }
  .v133_1101 {
    width: 86px;
    height: 24px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 4px;
    opacity: 1;
    position: absolute;
    top: 22px;
    left: 0px;
    overflow: hidden;
  }
  .v133_1171 {
    width: 24px;
    height: 24px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
  }
  .v133_1172 {
    width: 20px;
    height: 20px;
    background: rgba(255,255,255,1);
    opacity: 1;
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 50%;
  }
  .v133_1173 {
    width: 20px;
    height: 20px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 2px;
    left: 2px;
  }
  .v133_1103 {
    width: 58px;
    color: rgba(38,38,38,1);
    position: absolute;
    top: 2px;
    left: 28px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }
  .v133_1104 {
    width: 115px;
    height: 24px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 4px;
    opacity: 1;
    position: absolute;
    top: 54px;
    left: 0px;
    overflow: hidden;
  }
  .v133_1146 {
    width: 24px;
    height: 24px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
  }
  .v133_1147 {
    width: 20px;
    height: 20px;
    background: rgba(255,255,255,1);
    opacity: 1;
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 50%;
  }
  .v133_1148 {
    width: 20px;
    height: 20px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 2px;
    left: 2px;
  }
  .v133_1106 {
    width: 87px;
    color: rgba(38,38,38,1);
    position: absolute;
    top: 2px;
    left: 28px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }
  .v1_1598 {
    width: auto;
    height: 45px;
    opacity: 1;
    position: relative;
    top: 20px;
    left: 0px;
    overflow: hidden;
    display: flex;
  }
  .v133_1094 {
    width: auto;
    height: 30px;
    background: linear-gradient(rgba(214,41,90,1), rgba(217,58,103,1));
    opacity: 1;
    position: absolute;
    top: 0px;
    right: 10px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    box-shadow: 1px 2px 8px 1px rgba(0.4, 0.4, 0.4, 0.2);
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }
  .v133_1095 {
    width: auto;
    height: 30px;
    color: rgba(255,255,255,1);
    position: relative;
    top: 0px;
    left: 0px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
  }
  .v1_1600 {
    width: calc(100% - 48px);
    height: auto;
    background: rgba(255,255,255,1);
    margin: 24px;
    opacity: 1;
    position: relative;
    top: 0px;
    left: 0px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    padding-bottom: 50px;
  }
  .v1_1601 {
    width: calc(100% - 32px);
    height: auto;
    opacity: 1;
    position: relative;
    top: 12px;
    left: 16px;
    overflow: hidden;
    padding-bottom: 8px;
  }
  .v1_1602 {
    width: 100%;
    color: rgba(38,38,38,1);
    position: relative;
    top: 0px;
    left: 0px;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 14px;
    opacity: 1;
    text-align: left;
    word-wrap: break-word;
  }
  .v1_1603 {
    width: 100%;
    height: 1px;
    background: rgba(214,41,90,1);
    opacity: 0.5;
    position: relative;
    top: 8px;
    left: 0px;
    overflow: hidden;
  }
  .v1_1604 {
    width: calc(100% - 32px);
    height: auto;
    display: block;
    color: rgba(38,38,38,1);
    position: relative;
    top: 30px;
    left: 16px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
    word-wrap: break-word;
  }
  .v1_1605 {
    width: auto;
    height: 40px;
    opacity: 1;
    position: relative;
    top: 48px;
    left: 0px;
    overflow: hidden;
    display: flex;
  }
  .v133_1091 {
    width: auto;
    height: 30px;
    background: linear-gradient(rgba(214,41,90,1), rgba(217,58,103,1));
    opacity: 1;
    position: absolute;
    top: 0px;
    right: 10px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 15px;
    display: flex;
  }
  .v133_1092 {
    width: auto;
    height: 30px;
    color: rgba(255,255,255,1);
    position: relative;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: center;
    line-height: 30px;
  }
  .v133_1176 {
    width: 14px;
    height: 14px;
    opacity: 1;
    position: relative;
    top: 7.5px;
    left: 4px;
    overflow: hidden;
  }
  .v133_1177 {
    width: 12px;
    height: 12px;
    background-image: url("link.png");
    background-size: 14px 14px;
    background-repeat: no-repeat;
    opacity: 1;
    position: relative;
    top: 0px;
    left: 0px;
  }
  .v1_1607 {
    width: calc(100% - 48px);
    height: auto;
    background: rgba(255,255,255,1);
    margin: 24px;
    opacity: 1;
    position: relative;
    top: 0px;
    left: 0px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    padding-bottom: 50px;
  }
  .v1_1608 {
    width: calc(100% - 32px);
    height: auto;
    opacity: 1;
    position: relative;
    top: 12px;
    left: 16px;
    overflow: hidden;
    padding-bottom: 8px;
  }
  .v1_1609 {
    width: 100%;
    color: rgba(38,38,38,1);
    position: relative;
    top: 0px;
    left: 0px;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 14px;
    opacity: 1;
    text-align: left;
    word-wrap: break-word;
  }
  .v1_1610 {
    width: 100%;
    height: 1px;
    background: rgba(214,41,90,1);
    opacity: 0.5;
    position: relative;
    top: 8px;
    left: 0px;
    overflow: hidden;
  }
  .v1_1611 {
    width: calc(100% - 32px);
    height: auto;
    display: block;
    color: rgba(38,38,38,1);
    position: relative;
    top: 30px;
    left: 16px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
    word-wrap: break-word;
  }
  .v1_1612 {
    width: auto;
    height: 40px;
    opacity: 1;
    position: relative;
    top: 48px;
    left: 0px;
    overflow: hidden;
    display: flex;
  }
  .v133_1096 {
    width: auto;
    height: 25px;
    background: rgba(255,255,255,1);
    border: 3px solid rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 0px;
    right: 120px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    box-shadow: 2px 4px 12px rgb(0 0 0 / 25%);
  }
  .v133_1100 {
    width: auto;
    height: 25px;
    background: rgba(255,255,255,1);
    border: 3px solid rgba(214,41,90,1);
    opacity: 0.25;
    position: absolute;
    top: 0px;
    right: 120px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    overflow: hidden;
  }
  .v133_1097 {
    width: auto;
    height: 25px;
    color: rgba(214,41,90,1);
    position: relative;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
  }
  .v133_1098 {
    width: auto;
    height: 30px;
    background: linear-gradient(rgba(214,41,90,1), rgba(217,58,103,1));
    opacity: 1;
    position: absolute;
    top: 0px;
    right: 10px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 15px;
    display: flex;
  }
  .v133_1099 {
    width: auto;
    height: 30px;
    color: rgba(255,255,255,1);
    position: relative;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: center;
    line-height: 30px;
  }
  .v133_1180 {
    width: 14px;
    height: 14px;
    opacity: 1;
    position: relative;
    top: 7.5px;
    left: 4px;
    overflow: hidden;
  }
  .v133_1181 {
    width: 12px;
    height: 12px;
    background-image: url("link.png");
    background-size: 14px 14px;
    background-repeat: no-repeat;
    opacity: 1;
    position: relative;
    top: 0px;
    left: 0px;
  }
  .v1_1615 {
    width: calc(100% - 48px);
    height: auto;
    background: rgba(255,255,255,1);
    margin: 24px;
    opacity: 1;
    position: relative;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    height: auto;
  }
  .v1_1616 {
    width: calc(100% - 32px);
    height: 29px;
    opacity: 1;
    display: flex;
    position: relative;
    top: 12px;
    left: 16px;
    overflow: hidden;
  }
  .v1_1617 {
    width: 1168px;
    height: 29px;
    opacity: 1;
    display: flex;
    position: absolute;
    top: 16px;
    left: 16px;
    overflow: hidden;
  }
  .v1_1618 {
    width: auto;
    color: rgba(38,38,38,1);
    position: relative;
    top: 0px;
    left: 0px;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }
  .v133_1174 {
    width: 29px;
    height: 29px;
    background: rgba(255,255,255,1);
    opacity: 1;
    position: relative;
    overflow: hidden;
  }
  .v133_1175 {
    width: 29px;
    height: 29px;
    background-image: url("setting_help.png");
    background-size: 16px 16px;
    background-repeat: no-repeat;
    opacity: 1;
    position: relative;
    top: 2px;
    left: 2px;
  }
  .v1_1620 {
    width: 100%;
    height: 1px;
    background: rgba(214,41,90,1);
    opacity: 0.5;
    position: absolute;
    top: 28px;
    left: 0px;
    overflow: hidden;
  }
  .v1_1621 {
    display: none;
  }
  .v1_1637 {
    width: 100%;
    height: 40px;
    opacity: 1;
    position: relative;
    top: 0px;
    left: 0px;
    overflow: hidden;
    margin-top: 40px;
    display: flex;
  }
  .v133_1120 {
    width: auto;
    height: 30px;
    background: linear-gradient(rgba(214,41,90,1), rgba(217,58,103,1));
    opacity: 1;
    position: absolute;
    top: 0px;
    right: 10px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    box-shadow: 1px 2px 8px 1px rgba(0.4, 0.4, 0.4, 0.2);
    overflow: hidden;
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
  }
  .v133_1121 {
    width: auto;
    height: 30px;
    color: rgba(255,255,255,1);
    position: relative;
    top: 0px;
    left: 0px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
  }
  .v1_1639 {
    width: calc(100% - 48px);
    height: auto;
    background: rgba(255,255,255,1);
    margin: 24px;
    opacity: 1;
    position: relative;
    top: 0px;
    left: 0px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 50px;
  }
  .v1_1640 {
    width: calc(100% - 32px);
    height: auto;
    opacity: 1;
    position: relative;
    top: 12px;
    left: 16px;
    overflow: hidden;
    padding-bottom: 8px;
  }
  .v1_1643 {
    width: 100%;
    color: rgba(38,38,38,1);
    position: relative;
    top: 0px;
    left: 0px;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 14px;
    opacity: 1;
    text-align: left;
    word-wrap: break-word;
  }
  .v1_1644 {
    width: 100%;
    height: 1px;
    background: rgba(214,41,90,1);
    opacity: 0.5;
    position: relative;
    top: 8px;
    left: 0px;
    overflow: hidden;
  }
  .v1_1645 {
    width: calc(100% - 32px);
    height: auto;
    display: block;
    color: rgba(38,38,38,1);
    position: relative;
    top: 30px;
    left: 16px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
    word-wrap: break-word;
  }
  .v1_1646 {
    width: auto;
    height: 40px;
    opacity: 1;
    position: relative;
    top: 48px;
    left: 0px;
    overflow: hidden;
    display: flex;
  }
  .v133_1243 {
    width: auto;
    height: 30px;
    background: linear-gradient(rgba(214,41,90,1), rgba(217,58,103,1));
    opacity: 1;
    position: absolute;
    top: 0px;
    right: 10px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 15px;
    display: flex;
  }
  .v133_1244 {
    width: auto;
    height: 30px;
    color: rgba(255,255,255,1);
    position: relative;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: center;
    line-height: 30px;
  }
  .v133_1323 {
    width: 14px;
    height: 14px;
    opacity: 1;
    position: relative;
    top: 7.5px;
    left: 4px;
    overflow: hidden;
  }
  .v133_1324 {
    width: 12px;
    height: 12px;
    background-image: url("link.png");
    background-size: 14px 14px;
    background-repeat: no-repeat;
    opacity: 1;
    position: relative;
    top: 0px;
    left: 0px;
  }
  
  .v1_1203 {
    width: 427px;
    height: 680px;
    background: rgba(255,255,255,1);
    opacity: 1;
    position: absolute;
    top: 149px;
    left: 506px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    overflow: hidden;
  }
  .v1_1204 {
    width: 427px;
    height: 22px;
    opacity: 1;
    position: absolute;
    top: 16px;
    left: 0px;
    overflow: hidden;
  }
  .v1_1205 {
    width: 379px;
    height: 22px;
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 24px;
    overflow: hidden;
  }
  .v1_1206 {
    width: 132px;
    color: rgba(38,38,38,1);
    position: relative;
    top: 0px;
    left: 0px;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 16px;
    opacity: 1;
    text-align: left;
  }
  .v1_1208 {
    width: 427px;
    height: 1px;
    background: rgba(225,225,225,1);
    opacity: 1;
    position: absolute;
    top: 54px;
    left: 0px;
    overflow: hidden;
  }
  .v1_1209 {
    width: 100%;
    height: auto;
    opacity: 1;
    position: relative;
    top: 20px;
    left: 0px;
    overflow: hidden;
  }
  .v97_192 {
    width: calc(100% - 48px);
    height: auto;
    opacity: 1;
    margin: 0;
    margin-bottom: 16px;
    position: relative;
    left: 24px;
    overflow: hidden;
  }
  .input-border-error {
      border-bottom: solid 1px #d50000;
  }
  .v97_193 {
    width: auto;
    height: auto;
    opacity: 1;
    position: relative;
    top: 0px;
    left: 0px;
    overflow: hidden;
    line-height: 20px;
    padding-bottom: 5px;
    word-wrap: break-word;
  }
  .v97_194 {
    width: auto;
    color: rgba(156,156,156,1);
    position: relative;
    top: 0px;
    left: 0px;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }
  .v97_195 {
    width: 40px;
    color: rgba(255,97,97,1);
    position: relative;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }
  .v97_237 {
    width: 100%;
    height: 36px;
    opacity: 1;
    margin: 0;
    position: relative;
    top: 0px;
    left: 0px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
  }
  .v97_238 {
    width: 100%;
    height: 36px;
    background: rgba(245,245,245,1);
    border: 1px solid rgba(245,245,245,1);
    border-bottom: 1px solid rgba(201,201,201,1);
    color: rgba(38,38,38,1);
    padding: 8px 16px;
    opacity: 1;
    position: relative;
    left: 0px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
    background-image: url("select.png");
    background-size: 8px 8px;
    background-repeat: no-repeat;
    background-position: center right 10px;
    outline: none;
    cursor: pointer;
    font-size: 14px;
    font-family: Noto Sans JP;
  }
  .v1_1212 {
    width: calc(100% - 48px);
    height: auto;
    margin: 0px;
    margin-bottom: 6px;
    opacity: 1;
    position: relative;
    left: 24px;
    overflow: hidden;
  }
  .v1_1213 {
    width: auto;
    height: 20px;
    opacity: 1;
    position: relative;
    top: 0px;
    left: 0px;
    overflow: hidden;
    line-height: 20px;
  }
  .v1_1214 {
    width: auto;
    color: rgba(156,156,156,1);
    position: relative;
    top: 0px;
    left: 0px;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }
  .v1_1215 {
    width: 29px;
    color: rgba(255,97,97,1);
    position: relative;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }
  .v1_1216 {
    width: 100%;
    height: auto;
    margin: 6px;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    opacity: 1;
    position: relative;
    overflow: hidden;
  }
  .v97_269 {
    width: 100%;
    height: auto;
    margin: 3px;
    opacity: 1;
    position: relative;
    overflow: hidden;
  }
  .v97_271 {
    width: calc(100% - 32px);
    height: auto;
    color: rgba(38,38,38,1);
    position: sticky;
    top: -1px;
    left: 30px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
    line-height: 27px;
    cursor: pointer;
    word-wrap: break-word;
    display: inline-block;
  }
  .v97_197 {
    width: calc(100% - 48px);
    height: auto;
    margin: 0px;
    margin-bottom: 6px;
    opacity: 1;
    position: relative;
    left: 24px;
    overflow: hidden;
  }
  .v97_198 {
    width: auto;
    height: auto;
    opacity: 1;
    position: relative;
    top: 0px;
    left: 0px;
    overflow: hidden;
    line-height: 20px;
    word-wrap: break-word;
  }
  .v97_199 {
    width: auto;
    color: rgba(156,156,156,1);
    position: relative;
    top: 0px;
    left: 0px;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }
  .v97_200 {
    width: 40px;
    color: rgba(255,97,97,1);
    position: relative;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }
  .v97_227 {
    width: 100%;
    height: auto;
    margin: 3px;
    opacity: 1;
    display: flex;
    position: relative;
    overflow: hidden;
    padding-bottom: 3px;
  }
  .v97_229 {
    width: calc(100% - 44px);
    height: auto;
    color: rgba(38,38,38,1);
    position: relative;
    top: 2px;
    left: 5px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
    line-height: 20px;
    word-wrap: break-word;
  }
  .v1_1241 {
    width: 427px;
    height: 1px;
    background: rgba(225,225,225,1);
    opacity: 1;
    position: absolute;
    top: 617px;
    left: 0px;
    overflow: hidden;
  }
  .v1_1242 {
    width: 427px;
    height: 40px;
    opacity: 1;
    position: absolute;
    top: 634px;
    left: 0px;
    overflow: hidden;
  }
  .v97_190 {
    width: 98px;
    height: 32px;
    background: linear-gradient(rgba(214,41,90,1), rgba(217,58,103,1));
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 305px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    box-shadow: 1px 2px 8px 1px rgba(0.4, 0.4, 0.4, 0.2);
    overflow: hidden;
    cursor: pointer;
  }
  .v97_191 {
    width: 98px;
    height: 32px;
    color: rgba(255,255,255,1);
    position: absolute;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 16px;
    opacity: 1;
    text-align: center;
    line-height: 32px;
  }
  .v1_1236 {
    width: 100%;
    height: auto;
    margin: 6px;
    list-style: none;
    flex-wrap: wrap;
    opacity: 1;
    position: relative;
    overflow: hidden;
  }
  .v1_1628 {
    width: 100%;
    height: auto;
    opacity: 1;
    position: relative;
    top: 30px;
    left: 0px;
    overflow: hidden;
  }
  .v1_1622 {
    width: calc(100% - 32px);
    height: auto;
    opacity: 1;
    margin: 0;
    position: relative;
    left: 16px;
    overflow: hidden;
  }
  .v1_1623 {
    width: auto;
    height: auto;
    opacity: 1;
    position: relative;
    top: 0px;
    left: 0px;
    overflow: hidden;
    line-height: 20px;
  }
  .v1_1624 {
    width: 100%;
    color: rgba(156,156,156,1);
    position: relative;
    top: 0px;
    left: 0px;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 14px;
    opacity: 1;
    text-align: left;
    word-wrap: break-word;
  }
  .v1_1625 {
    width: 100%;
    height: auto;
    margin: 6px;
    display: inline-flex;
    list-style: none;
    flex-wrap: wrap;
    opacity: 1;
    position: relative;
    overflow: hidden;
    left: 6px;
  }
  .v1_1626 {
    width: 46%;
    height: 27px;
    margin: 3px;
    opacity: 1;
    display: flex;
    position: relative;
    overflow: hidden;
  }
  .v1_1627 {
    width: auto;
    height: 27px;
    color: rgba(38,38,38,1);
    position: absolute;
    top: 0px;
    left: 30px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
    line-height: 27px;
    cursor: pointer;
  }
  .v1_1599 {
    width: calc(100% - 48px);
    height: 2px;
    opacity: 1;
    display: flex;
    position: relative;
    overflow: hidden;
  }
}

@media screen and (min-width: 1440px) {
  
  li, ul {
      list-style: none;
      margin: 0;
      padding: 0;
  }
  select{
    -webkit-appearance: none;
    appearance: none;
  }
  select::-ms-expand {
    -webkit-appearance: none;
    appearance: none;
  }
  .profile-radio {
    display: block;
    font-size: 24px; 
  }
  .profile-radio:hover {
    cursor: pointer;
  }
  .profile-radio input {
    display: none; 
  }
  .profile-radio input+.dummy {
      width: 16px;
      height: 16px;
      border: 3px solid rgba(214,41,90,1);
      border-radius: 50%;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      vertical-align: text-top;
  }
  .profile-radio input:checked+.dummy:after {
      content: "";
      width: 75%;
      height: 70%;
      background-color: rgba(214,41,90,1);
      border-radius: 50%;
  }
  
  input[type="checkbox"] {
      margin: 0;
      padding: 0;
      background: none;
      border: none;
      border-radius: 0;
      outline: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
  }
  input[type="checkbox"] {
    cursor: pointer;
    vertical-align: top;
    position: relative;
    accent-color: rgba(214,41,90,1);
    top: 13px;
  }
   
  input[type="checkbox"]::before,
  input[type="checkbox"]::after {
    content: "";
    display: block; 
    position: absolute;
  }
   
  input[type="checkbox"]::before {
    background-color: rgba(255,255,255,1);
    border-radius: 0%;
    border: 3px solid rgba(214,41,90,1);
    width: 14px;
    height: 14px;
    transform: translateY(-50%);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    }
    input[type="checkbox"]::after {
      border-bottom: 3px solid rgba(255,255,255,1);
      border-left: 3px solid rgba(255,255,255,1);
      opacity: 0;
      height: 6px;
      width: 11px;
      transform: rotate(-45deg);
      top: -7px;
      left: 3px;
    }
        
    input[type="checkbox"]:checked::before {
        background-color: rgba(214,41,90,1);
    }
   
    input[type="checkbox"]:checked::after {
      opacity: 1;
    }
  ::placeholder {
    padding-bottom: 10px;
  }
  
  .v3_2300 {
    width: 1440px;
    height: 100%;
    background: rgba(0,0,0,0.05000000074505806);
    position: fixed;
    z-index: 1;
  }
  
  .v3_3534 {
    width: 427px;
    height: auto;
    background: rgba(255,255,255,1);
    opacity: 1;
    position: relative;
    top: 30%;
    margin: 0 auto;
    z-index: 1;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    overflow: hidden;
    padding-bottom: 56px;
  }
  .v3_3535 {
    width: 427px;
    height: auto;
    opacity: 1;
    position: relative;
    top: 16px;
    left: 0px;
    overflow: hidden;
  }
  .v3_3536 {
    width: 355px;
    color: rgba(38,38,38,1);
    position: relative;
    top: 0px;
    left: 24px;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 16px;
    opacity: 1;
    text-align: left;
    display: block;
    word-wrap: break-word;
  }
  .v74_827 {
    width: 32px;
    height: 32px;
    background: rgba(255,255,255,1);
    opacity: 1;
    position: absolute;
    top: 3px;
    right: 0px;
    overflow: hidden;
    cursor: pointer; cursor: hand;
  }
  .v74_828 {
    width: 16px;
    height: 16px;
    background-image: url("");
    background-size: 14px 14px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .v3_3538 {
    width: 427px;
    height: 1px;
    background: rgba(200,200,200,1);
    opacity: 1;
    position: relative;
    top: 18px;
    left: 0px;
    overflow: hidden;
  }
  .v3_3539 {
    width: 427px;
    height: auto;
    opacity: 1;
    position: relative;
    top: 30px;
    left: 0px;
    overflow: hidden;
  }
  .v3_3540 {
    width: 379px;
    color: rgba(38,38,38,1);
    position: relative;
    top: 0px;
    left: 24px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
    display: block;
    word-wrap: break-word;
  }
  .v3_3541 {
    width: 427px;
    height: 1px;
    background: rgba(200,200,200,1);
    opacity: 1;
    position: relative;
    top: 40px;
    left: 0px;
    overflow: hidden;
  }
  .v3_3542 {
    width: 427px;
    height: 40px;
    opacity: 1;
    position: relative;
    top: 52px;
    left: 0px;
    overflow: hidden;
  }
  .v74_823 {
    width: 110px;
    height: 32px;
    background: rgba(255,255,255,1);
    opacity: 1;
    position: absolute;
    top: 0px;
    right: 80px;
    overflow: hidden;
    cursor: pointer; cursor: hand;
  }
  .v74_824 {
    width: 110px;
    height: 32px;
    color: rgba(214,41,90,1);
    position: relative;
    top: 0px;
    left: 0px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: center;
    line-height: 32px;
  }
  .v74_825 {
    width: 90px;
    height: 32px;
    background: linear-gradient(rgba(214,41,90,1), rgba(217,58,103,1));
    opacity: 1;
    position: absolute;
    top: 0px;
    right: 10px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    box-shadow: 1px 2px 8px 1px rgba(0.4, 0.4, 0.4, 0.2);
    overflow: hidden;
    cursor: pointer; cursor: hand;
  }
  .v74_826 {
    width: 90px;
    height: 32px;
    color: rgba(255,255,255,1);
    position: absolute;
    top: 0px;
    left: 0px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: center;
    line-height: 32px;
  }
  
  .v1_1560 {
    width: 100%;
    height: calc(100vh - 56px);
    background: rgba(245,245,245,1);
    opacity: 1;
    position: relative;
    top: 0px;
    left: 0px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .v46_607 {
      width: 100%;
      height: 20px;
      opacity: 1;
      position: relative;
      left: 0px;
      overflow: hidden;
  }
  .v46_608 {
      width: 100%;
      color: rgba(255,59,59,1);
      position: absolute;
      top: 0px;
      left: 0px;
      font-family: Noto Sans JP;
      font-weight: Regular;
      font-size: 14px;
      opacity: 1;
      text-align: left;
  }
  .v133_1000 {
      width: 100%;
      height: 66px;
      background: rgba(245,245,245,1);
      opacity: 1;
      position: relative;
      top: 0px;
      left: 0px;
      overflow: hidden;
  }
  .v133_1001 {
    width: 1200px;
    height: 32px;
    opacity: 1;
    position: absolute;
    top: 32px;
    left: 0px;
    overflow: hidden;
  }
  .v133_1002 {
    width: auto;
    color: rgba(38,38,38,1);
    position: absolute;
    top: 6px;
    left: 24px;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 20px;
    opacity: 1;
    text-align: left;
  }
  
  .v1_1561 {
    width: calc(100% - 48px);
    height: 136px;
    background: rgba(255,255,255,1);
    margin: 24px;
    opacity: 1;
    position: relative;
    top: 0px;
    left: 0px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
  }
  .v1_1562 {
    width: calc(100% - 32px);
    height: 29px;
    opacity: 1;
    display: flex;
    position: absolute;
    top: 16px;
    left: 16px;
    overflow: hidden;
  }
  .v1_1563 {
    width: auto;
    color: rgba(38,38,38,1);
    position: relative;
    top: 0px;
    left: 0px;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }
  .v1_1564 {
    width: 100%;
    height: 1px;
    background: rgba(214,41,90,1);
    opacity: 0.5;
    position: absolute;
    top: 27px;
    left: 0px;
    overflow: hidden;
  }
  .v1_1565 {
    width: auto;
    color: rgba(38,38,38,1);
    position: absolute;
    top: 61px;
    left: 16px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }
  .v1_1566 {
    width: calc(100% - 23px);
    height: 40px;
    opacity: 1;
    position: absolute;
    top: 97px;
    left: 16px;
    overflow: hidden;
  }
  .v133_1088 {
    width: auto;
    height: 30px;
    background: linear-gradient(rgba(214,41,90,1), rgba(217,58,103,1));
    opacity: 1;
    position: absolute;
    top: 0px;
    right: 10px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 15px;
    display: flex;
  }
  .v133_1089 {
    width: auto;
    height: 30px;
    color: rgba(255,255,255,1);
    position: relative;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: center;
    line-height: 30px;
  }
  .v133_1178 {
    width: 14px;
    height: 14px;
    opacity: 1;
    position: relative;
    top: 6.8px;
    left: 2px;
    overflow: hidden;
  }
  .v133_1179 {
    width: 14px;
    height: 14px;
    background-image: url("btn_next.png");
    background-size: 14px 14px;
    background-repeat: no-repeat;
    opacity: 1;
    position: absolute;
    top: 1px;
    left: 4px;
  }
  .v1_1568 {
    width: calc(100% - 48px);
    height: 136px;
    background: rgba(255,255,255,1);
    margin: 24px;
    opacity: 1;
    position: relative;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
  }
  .v1_1569 {
    width: calc(100% - 32px);
    height: 29px;
    opacity: 1;
    display: flex;
    position: absolute;
    top: 16px;
    left: 16px;
    overflow: hidden;
  }
  .v1_1570 {
    width: auto;
    color: rgba(38,38,38,1);
    position: relative;
    top: 0px;
    left: 0px;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }
  .v1_1571 {
    width: 100%;
    height: 1px;
    background: rgba(214,41,90,1);
    opacity: 0.5;
    position: absolute;
    top: 27px;
    left: 0px;
    overflow: hidden;
  }
  .v1_1572 {
    width: auto;
    color: rgba(38,38,38,1);
    position: absolute;
    top: 61px;
    left: 16px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }
  .v1_1573 {
    width: calc(100% - 23px);
    height: 40px;
    opacity: 1;
    position: absolute;
    top: 97px;
    left: 16px;
    overflow: hidden;
  }
  .v133_1117 {
    width: auto;
    height: 30px;
    background: linear-gradient(rgba(214,41,90,1), rgba(217,58,103,1));
    opacity: 1;
    position: absolute;
    top: 0px;
    right: 10px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 15px;
    display: flex;
  }
  .v133_1118 {
    width: auto;
    height: 30px;
    color: rgba(255,255,255,1);
    position: relative;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: center;
    line-height: 30px;
  }
  .v133_1169 {
    width: 14px;
    height: 14px;
    opacity: 1;
    position: relative;
    top: 6.8px;
    left: 2px;
    overflow: hidden;
  }
  .v133_1170 {
    width: 14px;
    height: 14px;
    background-image: url("btn_next.png");
    background-size: 14px 14px;
    background-repeat: no-repeat;
    opacity: 1;
    position: absolute;
    top: 1px;
    left: 4px;
  }
  .v1_1575 {
    width: calc(100% - 48px);
    height: auto;
    background: rgba(255,255,255,1);
    margin: 24px;
    opacity: 1;
    position: relative;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
  }
  .v1_1576 {
    width: calc(100% - 32px);
    height: 29px;
    opacity: 1;
    position: relative;
    top: 16px;
    left: 16px;
    overflow: hidden;
  }
  .v1_1577 {
    width: 115px;
    color: rgba(38,38,38,1);
    position: relative;
    top: 0px;
    left: 0px;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }
  .v1_1578 {
    width: 100%;
    height: 1px;
    background: rgba(214,41,90,1);
    opacity: 0.5;
    position: absolute;
    top: 28px;
    left: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
  }
  .v1_1579 {
    width: 256px;
    height: 132px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 16px;
    opacity: 1;
    position: absolute;
    top: 61px;
    left: 16px;
    overflow: hidden;
  }
  .v133_1107 {
    width: 256px;
    height: 58px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 8px;
    opacity: 1;
    position: relative;
    top: 0px;
    left: 0px;
    overflow: hidden;
  }
  .v133_1108 {
    width: 77px;
    height: 14px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 8px;
    opacity: 1;
    position: relative;
    top: 0px;
    left: 0px;
    overflow: hidden;
  }
  .v133_1109 {
    width: 29px;
    color: rgba(156,156,156,1);
    position: relative;
    top: 0px;
    left: 0px;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }
  .v133_1110 {
    width: 40px;
    color: rgba(255,97,97,1);
    position: absolute;
    top: 0px;
    left: 37px;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }
  .v133_1182 {
    width: 256px;
    height: 36px;
    background: rgba(245,245,245,1);
    padding: 8px 16px;
    margin: 16px;
    opacity: 1;
    position: absolute;
    top: 22px;
    left: 0px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
  }
  .v133_1183 {
    width: 200px;
    height: 20px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
    position: absolute;
    top: 8px;
    left: 16px;
    overflow: hidden;
  }
  .v133_1184 {
    width: 29px;
    color: rgba(38,38,38,1);
    position: relative;
    top: 0px;
    left: 0px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }
  .v133_1241 {
    width: 8px;
    height: 8px;
    background: rgba(255,255,255,1);
    opacity: 1;
    position: absolute;
    top: 14px;
    left: 232px;
    overflow: hidden;
  }
  .v133_1242 {
    width: 7px;
    height: 6px;
    background: rgba(156,156,156,1);
    opacity: 1;
    position: absolute;
    top: 1px;
    left: 0px;
  }
  .v133_1112 {
    width: 256px;
    height: 58px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 8px;
    opacity: 1;
    position: absolute;
    top: 74px;
    left: 0px;
    overflow: hidden;
  }
  .v133_1113 {
    width: 77px;
    height: 14px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 8px;
    opacity: 1;
    position: relative;
    top: 0px;
    left: 0px;
    overflow: hidden;
  }
  .v133_1114 {
    width: 29px;
    color: rgba(156,156,156,1);
    position: relative;
    top: 0px;
    left: 0px;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }
  .v133_1115 {
    width: 40px;
    color: rgba(255,97,97,1);
    position: absolute;
    top: 0px;
    left: 37px;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }
  .v133_1165 {
    width: 256px;
    height: 36px;
    background: rgba(245,245,245,1);
    padding: 8px 16px;
    margin: 16px;
    opacity: 1;
    position: absolute;
    top: 22px;
    left: 0px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
  }
  .v133_1166 {
    width: 200px;
    height: 20px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
    position: absolute;
    top: 8px;
    left: 16px;
    overflow: hidden;
  }
  .v133_1167 {
    width: 72px;
    color: rgba(38,38,38,1);
    position: relative;
    top: 0px;
    left: 0px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }
  .v133_1224 {
    width: 8px;
    height: 8px;
    background: rgba(255,255,255,1);
    opacity: 1;
    position: absolute;
    top: 14px;
    left: 232px;
    overflow: hidden;
  }
  .v133_1225 {
    width: 7px;
    height: 6px;
    background: rgba(156,156,156,1);
    opacity: 1;
    position: absolute;
    top: 1px;
    left: 0px;
  }
  .v1_1582 {
    width: 251px;
    height: 130px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 8px;
    opacity: 1;
    position: absolute;
    top: 209px;
    left: 16px;
    overflow: hidden;
  }
  .v1_1583 {
    width: 144px;
    height: 14px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 8px;
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
  }
  .v1_1584 {
    width: 144px;
    color: rgba(156,156,156,1);
    position: absolute;
    top: 0px;
    left: 0px;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }
  .v1_1585 {
    width: 29px;
    color: rgba(255,97,97,1);
    position: absolute;
    top: 0px;
    left: 51px;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }
  .v1_1586 {
    width: 251px;
    height: 108px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 8px;
    opacity: 1;
    position: absolute;
    top: 22px;
    left: 0px;
    overflow: hidden;
  }
  .v1_1587 {
    width: 157px;
    height: 108px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 4px;
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
  }
  .v133_1212 {
    width: 71px;
    height: 24px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 4px;
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
  }
  .v133_1299 {
    width: 24px;
    height: 24px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
  }
  .v133_1300 {
    width: 18px;
    height: 18px;
    background: rgba(255,255,255,1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 3px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    overflow: hidden;
  }
  .v133_1301 {
    width: 18px;
    height: 18px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 3px;
  }
  .v133_1214 {
    width: 43px;
    color: rgba(38,38,38,1);
    position: absolute;
    top: 2px;
    left: 28px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }
  .v133_1215 {
    width: 157px;
    height: 24px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 4px;
    opacity: 1;
    position: absolute;
    top: 28px;
    left: 0px;
    overflow: hidden;
  }
  .v133_1290 {
    width: 24px;
    height: 24px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
  }
  .v133_1291 {
    width: 18px;
    height: 18px;
    background: rgba(255,255,255,1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 3px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    overflow: hidden;
  }
  .v133_1292 {
    width: 18px;
    height: 18px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 3px;
  }
  .v133_1217 {
    width: 129px;
    color: rgba(38,38,38,1);
    position: absolute;
    top: 2px;
    left: 28px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }
  .v133_1218 {
    width: 86px;
    height: 24px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 4px;
    opacity: 1;
    position: absolute;
    top: 56px;
    left: 0px;
    overflow: hidden;
  }
  .v133_1296 {
    width: 24px;
    height: 24px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
  }
  .v133_1297 {
    width: 18px;
    height: 18px;
    background: rgba(255,255,255,1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 3px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    overflow: hidden;
  }
  .v133_1298 {
    width: 18px;
    height: 18px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 3px;
  }
  .v133_1220 {
    width: 58px;
    color: rgba(38,38,38,1);
    position: absolute;
    top: 2px;
    left: 28px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }
  .v133_1221 {
    width: 100px;
    height: 24px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 4px;
    opacity: 1;
    position: absolute;
    top: 84px;
    left: 0px;
    overflow: hidden;
  }
  .v133_1308 {
    width: 24px;
    height: 24px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
  }
  .v133_1309 {
    width: 18px;
    height: 18px;
    background: rgba(255,255,255,1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 3px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    overflow: hidden;
  }
  .v133_1310 {
    width: 18px;
    height: 18px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 3px;
  }
  .v133_1223 {
    width: 72px;
    color: rgba(38,38,38,1);
    position: absolute;
    top: 2px;
    left: 28px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }
  .v1_1592 {
    width: 86px;
    height: 108px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 4px;
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 166px;
    overflow: hidden;
  }
  .v133_1229 {
    width: 59px;
    height: 24px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 4px;
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
  }
  .v133_1314 {
    width: 24px;
    height: 24px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
  }
  .v133_1315 {
    width: 18px;
    height: 18px;
    background: rgba(255,255,255,1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 3px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    overflow: hidden;
  }
  .v133_1316 {
    width: 18px;
    height: 18px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 3px;
  }
  .v133_1231 {
    width: 31px;
    color: rgba(38,38,38,1);
    position: absolute;
    top: 2px;
    left: 28px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }
  .v133_1232 {
    width: 86px;
    height: 24px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 4px;
    opacity: 1;
    position: absolute;
    top: 28px;
    left: 0px;
    overflow: hidden;
  }
  .v133_1317 {
    width: 24px;
    height: 24px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
  }
  .v133_1318 {
    width: 18px;
    height: 18px;
    background: rgba(255,255,255,1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 3px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    overflow: hidden;
  }
  .v133_1319 {
    width: 18px;
    height: 18px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 3px;
  }
  .v133_1234 {
    width: 58px;
    color: rgba(38,38,38,1);
    position: absolute;
    top: 2px;
    left: 28px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }
  .v133_1235 {
    width: 86px;
    height: 24px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 4px;
    opacity: 1;
    position: absolute;
    top: 56px;
    left: 0px;
    overflow: hidden;
  }
  .v133_1311 {
    width: 24px;
    height: 24px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
  }
  .v133_1312 {
    width: 18px;
    height: 18px;
    background: rgba(255,255,255,1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 3px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    overflow: hidden;
  }
  .v133_1313 {
    width: 18px;
    height: 18px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 3px;
  }
  .v133_1237 {
    width: 58px;
    color: rgba(38,38,38,1);
    position: absolute;
    top: 2px;
    left: 28px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }
  .v133_1238 {
    width: 71px;
    height: 24px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 4px;
    opacity: 1;
    position: absolute;
    top: 84px;
    left: 0px;
    overflow: hidden;
  }
  .v133_1331 {
    width: 24px;
    height: 24px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
  }
  .v133_1332 {
    width: 18px;
    height: 18px;
    background: rgba(255,255,255,1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 3px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    overflow: hidden;
  }
  .v133_1333 {
    width: 18px;
    height: 18px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 3px;
  }
  .v133_1240 {
    width: 43px;
    color: rgba(38,38,38,1);
    position: absolute;
    top: 2px;
    left: 28px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }
  .v133_1074 {
    width: 264px;
    height: 78px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 8px;
    opacity: 1;
    position: absolute;
    top: 355px;
    left: 16px;
    overflow: hidden;
  }
  .v133_1075 {
    width: 264px;
    height: 14px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 8px;
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
  }
  .v133_1076 {
    width: 216px;
    color: rgba(156,156,156,1);
    position: absolute;
    top: 0px;
    left: 0px;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }
  .v133_1077 {
    width: 40px;
    color: rgba(255,97,97,1);
    position: absolute;
    top: 0px;
    left: 224px;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }
  .v133_1101 {
    width: 86px;
    height: 24px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 4px;
    opacity: 1;
    position: absolute;
    top: 22px;
    left: 0px;
    overflow: hidden;
  }
  .v133_1171 {
    width: 24px;
    height: 24px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
  }
  .v133_1172 {
    width: 20px;
    height: 20px;
    background: rgba(255,255,255,1);
    opacity: 1;
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 50%;
  }
  .v133_1173 {
    width: 20px;
    height: 20px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 2px;
    left: 2px;
  }
  .v133_1103 {
    width: 58px;
    color: rgba(38,38,38,1);
    position: absolute;
    top: 2px;
    left: 28px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }
  .v133_1104 {
    width: 115px;
    height: 24px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 4px;
    opacity: 1;
    position: absolute;
    top: 54px;
    left: 0px;
    overflow: hidden;
  }
  .v133_1146 {
    width: 24px;
    height: 24px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
  }
  .v133_1147 {
    width: 20px;
    height: 20px;
    background: rgba(255,255,255,1);
    opacity: 1;
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 50%;
  }
  .v133_1148 {
    width: 20px;
    height: 20px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 2px;
    left: 2px;
  }
  .v133_1106 {
    width: 87px;
    color: rgba(38,38,38,1);
    position: absolute;
    top: 2px;
    left: 28px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }
  .v1_1598 {
    width: calc(100% - 23px);
    height: 40px;
    opacity: 1;
    position: relative;
    left: 16px;
    overflow: hidden;
  }
  .v133_1094 {
    width: auto;
    height: 30px;
    background: linear-gradient(rgba(214,41,90,1), rgba(217,58,103,1));
    opacity: 1;
    position: absolute;
    top: 0px;
    right: 10px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    box-shadow: 1px 2px 8px 1px rgba(0.4, 0.4, 0.4, 0.2);
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }
  .v133_1095 {
    width: auto;
    height: 30px;
    color: rgba(255,255,255,1);
    position: relative;
    top: 0px;
    left: 0px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
  }
  .v1_1600 {
    width: calc(100% - 48px);
    height: 136px;
    background: rgba(255,255,255,1);
    margin: 24px;
    opacity: 1;
    position: relative;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
  }
  .v1_1601 {
    width: calc(100% - 32px);
    height: 29px;
    opacity: 1;
    display: flex;
    position: absolute;
    top: 16px;
    left: 16px;
    overflow: hidden;
  }
  .v1_1602 {
    width: auto;
    color: rgba(38,38,38,1);
    position: relative;
    top: 0px;
    left: 0px;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }
  .v1_1603 {
    width: 100%;
    height: 1px;
    background: rgba(214,41,90,1);
    opacity: 0.5;
    position: absolute;
    top: 27px;
    left: 0px;
    overflow: hidden;
  }
  .v1_1604 {
    width: auto;
    color: rgba(38,38,38,1);
    position: absolute;
    top: 61px;
    left: 16px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }
  .v1_1605 {
    width: calc(100% - 23px);
    height: 40px;
    opacity: 1;
    position: absolute;
    top: 97px;
    left: 16px;
    overflow: hidden;
  }
  .v133_1091 {
    width: auto;
    height: 30px;
    background: linear-gradient(rgba(214,41,90,1), rgba(217,58,103,1));
    opacity: 1;
    position: absolute;
    top: 0px;
    right: 10px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 15px;
    display: flex;
  }
  .v133_1092 {
    width: auto;
    height: 30px;
    color: rgba(255,255,255,1);
    position: relative;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: center;
    line-height: 30px;
  }
  .v133_1176 {
    width: 14px;
    height: 14px;
    opacity: 1;
    position: relative;
    top: 6.8px;
    left: 2px;
    overflow: hidden;
  }
  .v133_1177 {
    width: 12px;
    height: 12px;
    background-image: url("link.png");
    background-size: 14px 14px;
    background-repeat: no-repeat;
    opacity: 1;
    position: absolute;
    top: 1px;
    left: 1px;
  }
  .v1_1607 {
    width: calc(100% - 48px);
    height: 136px;
    background: rgba(255,255,255,1);
    margin: 24px;
    opacity: 1;
    position: relative;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
  }
  .v1_1608 {
    width: calc(100% - 32px);
    height: 29px;
    opacity: 1;
    display: flex;
    position: absolute;
    top: 16px;
    left: 16px;
    overflow: hidden;
  }
  .v1_1609 {
    width: auto;
    color: rgba(38,38,38,1);
    position: relative;
    top: 0px;
    left: 0px;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }
  .v1_1610 {
    width: 100%;
    height: 1px;
    background: rgba(214,41,90,1);
    opacity: 0.5;
    position: absolute;
    top: 27px;
    left: 0px;
    overflow: hidden;
  }
  .v1_1611 {
    width: auto;
    color: rgba(38,38,38,1);
    position: absolute;
    top: 61px;
    left: 16px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }
  .v1_1612 {
    width: calc(100% - 23px);
    height: 40px;
    opacity: 1;
    position: absolute;
    top: 97px;
    left: 16px;
    overflow: hidden;
  }
  .v133_1096 {
    width: auto;
    height: 25px;
    background: rgba(255,255,255,1);
    border: 3px solid rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 0px;
    right: 128px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    overflow: hidden;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.25);
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }
  .v133_1100 {
    width: auto;
    height: 25px;
    background: rgba(255,255,255,1);
    border: 3px solid rgba(214,41,90,1);
    opacity: 0.25;
    position: absolute;
    top: 0px;
    right: 128px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    overflow: hidden;
  }
  .v133_1097 {
    width: auto;
    height: 25px;
    color: rgba(214,41,90,1);
    position: relative;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
  }
  .v133_1098 {
    width: auto;
    height: 30px;
    background: linear-gradient(rgba(214,41,90,1), rgba(217,58,103,1));
    opacity: 1;
    position: absolute;
    top: 0px;
    right: 10px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 15px;
    display: flex;
  }
  .v133_1099 {
    width: auto;
    height: 30px;
    color: rgba(255,255,255,1);
    position: relative;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: center;
    line-height: 30px;
  }
  .v133_1180 {
    width: 14px;
    height: 14px;
    opacity: 1;
    position: relative;
    top: 6.8px;
    left: 2px;
    overflow: hidden;
  }
  .v133_1181 {
    width: 12px;
    height: 12px;
    background-image: url("link.png");
    background-size: 14px 14px;
    background-repeat: no-repeat;
    opacity: 1;
    position: absolute;
    top: 1px;
    left: 1px;
  }
  .v1_1615 {
    width: calc(100% - 48px);
    height: 230px;
    background: rgba(255,255,255,1);
    margin: 24px;
    opacity: 1;
    position: relative;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    height: auto;
  }
  .v1_1616 {
    width: calc(100% - 32px);
    height: 29px;
    opacity: 1;
    display: flex;
    position: relative;
    top: 16px;
    left: 16px;
    overflow: hidden;
  }
  .v1_1617 {
    width: 1168px;
    height: 29px;
    opacity: 1;
    display: flex;
    position: absolute;
    top: 16px;
    left: 16px;
    overflow: hidden;
  }
  .v1_1618 {
    width: auto;
    color: rgba(38,38,38,1);
    position: relative;
    top: 0px;
    left: 0px;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }
  .v133_1174 {
    width: 29px;
    height: 29px;
    background: rgba(255,255,255,1);
    opacity: 1;
    position: relative;
    overflow: hidden;
  }
  .v133_1175 {
    width: 29px;
    height: 29px;
    background-image: url("setting_help.png");
    background-size: 16px 16px;
    background-repeat: no-repeat;
    opacity: 1;
    position: relative;
    top: 2px;
    left: 3px;
  }
  .v1_1620 {
    width: 100%;
    height: 1px;
    background: rgba(214,41,90,1);
    opacity: 0.5;
    position: absolute;
    top: 27px;
    left: 0px;
    overflow: hidden;
  }
  .v1_1621 {
    width: calc(100% - 32px);
    height: auto;
    opacity: 1;
    position: relative;
    top: 24px;
    left: 16px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 1px 2px 8px 1px rgba(0.4, 0.4, 0.4, 0.2);
    overflow: hidden;
  }
  
  .list-setting {
      top: 0px;
      left: 0px;
      display: flex;
      position: relative;
  }
  .list-setting-details-head {
      width: 100%;
      height: 36px;
      background: rgba(245,245,245,1);
      opacity: 1;
      position: relative;
      display: flex;
  }
  .v133_1149 {
    width: calc(100% - 220px);
    height: 36px;
    background: rgba(245,245,245,1);
    opacity: 1;
    position: relative;
    overflow: hidden;
  }
  .v133_1150 {
    width: 932px;
    color: rgba(156,156,156,1);
    position: absolute;
    top: 8px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: center;
  }
  .v133_1140 {
    width: 110px;
    height: 36px;
    background: rgba(245,245,245,1);
    opacity: 1;
    position: relative;
    overflow: hidden;
  }
  .v133_1141 {
    width: 110px;
    color: rgba(156,156,156,1);
    position: absolute;
    top: 8px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: center;
  }
  .v133_1159 {
    width: 110px;
    height: 36px;
    background: rgba(245,245,245,1);
    opacity: 1;
    position: relative;
    overflow: hidden;
  }
  .v133_1160 {
    width: 110px;
    color: rgba(156,156,156,1);
    position: absolute;
    top: 8px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: center;
  }
  .list-setting-detail {
    height: auto;
      top: 0px;
      left: 0px;
      display: flex;
      position: relative;
  }
  .list-setting-details-body {
      width: 100%;
      height: auto;
      background: rgba(255,255,255,1);
      opacity: 1;
      position: relative;
      display: flex;
      border-top: 0.05px solid rgba(200,200,200,1);
  }
  .v133_1155 {
    width: calc(100% - 220px);
    height: auto;
    opacity: 1;
    position: relative;
    overflow: hidden;
  }
  .v133_1156 {
    width: 932px;
    height: auto;
    color: rgba(38,38,38,1);
    position: relative;
    left: 8px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
    line-height: 30px
  }
  .v133_1142 {
    width: 110px;
    height: auto;
    opacity: 1;
    position: relative;
    overflow: hidden;
  }
  .v133_1249 {
    width: 90px;
    height: 100%;
    opacity: 1;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    top: 2px;
    left: 45px;
  }
  .v133_1161 {
    width: 110px;
    height: auto;
    opacity: 1;
    position: relative;
    overflow: hidden;
  }
  .v133_1252 {
    width: 92px;
    height: 100%;
    opacity: 1;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    top: 2px;
    left: 45px;
  }
  .v133_1151 {
    width: 948px;
    height: 30px;
    background: rgba(255,255,255,1);
    padding: 8px 8px;
    margin: 8px;
    opacity: 1;
    position: absolute;
    top: 36px;
    left: 0px;
    overflow: hidden;
  }
  .v133_1152 {
    width: 232px;
    color: rgba(38,38,38,1);
    position: absolute;
    top: 8px;
    left: 8px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }
  .v133_1153 {
    width: 948px;
    height: 30px;
    background: rgba(255,255,255,1);
    padding: 8px 8px;
    margin: 8px;
    opacity: 1;
    position: absolute;
    top: 66px;
    left: 0px;
    overflow: hidden;
  }
  .v133_1154 {
    width: 265px;
    color: rgba(38,38,38,1);
    position: absolute;
    top: 8px;
    left: 8px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }
  .v1_1627 {
    width: 110px;
    height: 126px;
    background: url("v1_1627.png.html");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 948px;
    overflow: hidden;
  }
  .v133_1325 {
    width: 24px;
    height: 24px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
  }
  .v133_1326 {
    width: 18px;
    height: 18px;
    background: rgba(255,255,255,1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 3px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    overflow: hidden;
  }
  .v133_1327 {
    width: 18px;
    height: 18px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 3px;
  }
  .v133_1144 {
    width: 110px;
    height: 30px;
    background: rgba(255,255,255,1);
    margin: 8px;
    opacity: 1;
    position: absolute;
    top: 66px;
    left: 0px;
    overflow: hidden;
  }
  .v133_1255 {
    width: 24px;
    height: 24px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 4px;
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 43px;
    overflow: hidden;
  }
  .v133_1328 {
    width: 24px;
    height: 24px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
  }
  .v133_1329 {
    width: 18px;
    height: 18px;
    background: rgba(255,255,255,1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 3px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    overflow: hidden;
  }
  .v133_1330 {
    width: 18px;
    height: 18px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 3px;
  }
  .v133_1138 {
    width: 110px;
    height: 30px;
    background: rgba(255,255,255,1);
    margin: 8px;
    opacity: 1;
    position: absolute;
    top: 96px;
    left: 0px;
    overflow: hidden;
  }
  .v133_1226 {
    width: 24px;
    height: 24px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 4px;
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 43px;
    overflow: hidden;
  }
  .v133_1305 {
    width: 24px;
    height: 24px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
  }
  .v133_1306 {
    width: 18px;
    height: 18px;
    background: rgba(255,255,255,1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 3px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    overflow: hidden;
  }
  .v133_1307 {
    width: 18px;
    height: 18px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 3px;
  }
  .v1_1632 {
    width: 110px;
    height: 126px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 1058px;
    overflow: hidden;
  }
  .v133_1293 {
    width: 24px;
    height: 24px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
  }
  .v133_1294 {
    width: 18px;
    height: 18px;
    background: rgba(255,255,255,1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 3px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    overflow: hidden;
  }
  .v133_1295 {
    width: 18px;
    height: 18px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 3px;
  }
  .v133_1163 {
    width: 110px;
    height: 30px;
    background: rgba(255,255,255,1);
    margin: 8px;
    opacity: 1;
    position: absolute;
    top: 66px;
    left: 0px;
    overflow: hidden;
  }
  .v133_1258 {
    width: 24px;
    height: 24px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 4px;
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 43px;
    overflow: hidden;
  }
  .v133_1302 {
    width: 24px;
    height: 24px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
  }
  .v133_1303 {
    width: 18px;
    height: 18px;
    background: rgba(255,255,255,1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 3px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    overflow: hidden;
  }
  .v133_1304 {
    width: 18px;
    height: 18px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 3px;
  }
  .v133_1157 {
    width: 110px;
    height: 30px;
    background: rgba(255,255,255,1);
    margin: 8px;
    opacity: 1;
    position: absolute;
    top: 96px;
    left: 0px;
    overflow: hidden;
  }
  .v133_1246 {
    width: 24px;
    height: 24px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 4px;
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 43px;
    overflow: hidden;
  }
  .v133_1320 {
    width: 24px;
    height: 24px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
  }
  .v133_1321 {
    width: 18px;
    height: 18px;
    background: rgba(255,255,255,1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 3px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    overflow: hidden;
  }
  .v133_1322 {
    width: 18px;
    height: 18px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 3px;
  }
  .v1_1637 {
    width: calc(100% - 23px);
    height: 40px;
    opacity: 1;
    position: relative;
    top: 0px;
    left: 16px;
    overflow: hidden;
    margin-top: 36px;
  }
  .v133_1120 {
    width: auto;
    height: 30px;
    background: linear-gradient(rgba(214,41,90,1), rgba(217,58,103,1));
    opacity: 1;
    position: absolute;
    top: 0px;
    right: 10px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    box-shadow: 1px 2px 8px 1px rgba(0.4, 0.4, 0.4, 0.2);
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }
  .v133_1121 {
    width: auto;
    height: 30px;
    color: rgba(255,255,255,1);
    position: relative;
    top: 0px;
    left: 0px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
  }
  .v1_1639 {
    width: calc(100% - 48px);
    height: 136px;
    background: rgba(255,255,255,1);
    margin: 24px;
    opacity: 1;
    position: relative;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
  }
  .v1_1640 {
    width: calc(100% - 32px);
    height: 29px;
    opacity: 1;
    display: flex;
    position: absolute;
    top: 16px;
    left: 16px;
    overflow: hidden;
  }
  .v1_1643 {
    width: auto;
    color: rgba(38,38,38,1);
    position: relative;
    top: 0px;
    left: 0px;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }
  .v1_1644 {
    width: 100%;
    height: 1px;
    background: rgba(214,41,90,1);
    opacity: 0.5;
    position: absolute;
    top: 27px;
    left: 0px;
    overflow: hidden;
  }
  .v1_1645 {
    width: auto;
    color: rgba(38,38,38,1);
    position: absolute;
    top: 61px;
    left: 16px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }
  .v1_1646 {
    width: calc(100% - 23px);
    height: 40px;
    opacity: 1;
    position: absolute;
    top: 97px;
    left: 16px;
    overflow: hidden;
  }
  .v133_1243 {
    width: auto;
    height: 30px;
    background: linear-gradient(rgba(214,41,90,1), rgba(217,58,103,1));
    opacity: 1;
    position: absolute;
    top: 0px;
    right: 10px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 15px;
    display: flex;
  }
  .v133_1244 {
    width: auto;
    height: 30px;
    color: rgba(255,255,255,1);
    position: relative;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: center;
    line-height: 30px;
  }
  .v133_1323 {
    width: 14px;
    height: 14px;
    opacity: 1;
    position: relative;
    top: 6.8px;
    left: 2px;
    overflow: hidden;
  }
  .v133_1324 {
    width: 12px;
    height: 12px;
    background-image: url("link.png");
    background-size: 14px 14px;
    background-repeat: no-repeat;
    opacity: 1;
    position: absolute;
    top: 1px;
    left: 1px;
  }
  
  .v1_1203 {
    width: 427px;
    height: 680px;
    background: rgba(255,255,255,1);
    opacity: 1;
    position: absolute;
    top: 149px;
    left: 506px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    overflow: hidden;
  }
  .v1_1204 {
    width: 427px;
    height: 22px;
    opacity: 1;
    position: absolute;
    top: 16px;
    left: 0px;
    overflow: hidden;
  }
  .v1_1205 {
    width: 379px;
    height: 22px;
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 24px;
    overflow: hidden;
  }
  .v1_1206 {
    width: 132px;
    color: rgba(38,38,38,1);
    position: relative;
    top: 0px;
    left: 0px;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 16px;
    opacity: 1;
    text-align: left;
  }
  .v1_1208 {
    width: 427px;
    height: 1px;
    background: rgba(225,225,225,1);
    opacity: 1;
    position: absolute;
    top: 54px;
    left: 0px;
    overflow: hidden;
  }
  .v1_1209 {
    width: 427px;
    height: auto;
    opacity: 1;
    position: relative;
    top: 20px;
    left: 0px;
    overflow: hidden;
  }
  .v97_192 {
    width: calc(100% - 50px);
    height: auto;
    opacity: 1;
    margin: 0;
    margin-bottom: 16px;
    position: relative;
    left: 24px;
    overflow: hidden;
  }
  .v97_193 {
    width: auto;
    height: auto;
    opacity: 1;
    position: relative;
    top: 0px;
    left: 0px;
    overflow: hidden;
    line-height: 20px;
    padding-bottom: 5px;
    word-wrap: break-word;
  }
  .v97_194 {
    width: auto;
    color: rgba(156,156,156,1);
    position: relative;
    top: 0px;
    left: 0px;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }
  .v97_195 {
    width: 40px;
    color: rgba(255,97,97,1);
    position: relative;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }
  .v97_237 {
    width: 379px;
    height: 36px;
    opacity: 1;
    margin: 0;
    position: relative;
    top: 0px;
    left: 0px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
  }
  .v97_238 {
    width: 379px;
    height: 36px;
    background: rgba(245,245,245,1);
    border: 1px solid rgba(245,245,245,1);
    border-bottom: 1px solid rgba(201,201,201,1);
    color: rgba(38,38,38,1);
    padding: 8px 16px;
    opacity: 1;
    position: relative;
    left: 0px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
    background-image: url("select.png");
    background-size: 8px 8px;
    background-repeat: no-repeat;
    background-position: center right 10px;
    outline: none;
    cursor: pointer;
    font-size: 14px;
    font-family: Noto Sans JP;
  }
  .v1_1212 {
    width: 100%;
    height: auto;
    margin: 0px;
    margin-bottom: 6px;
    opacity: 1;
    position: relative;
    left: 24px;
    overflow: hidden;
  }
  .v1_1213 {
    width: auto;
    height: 20px;
    opacity: 1;
    position: relative;
    top: 0px;
    left: 0px;
    overflow: hidden;
    line-height: 20px;
  }
  .v1_1214 {
    width: auto;
    color: rgba(156,156,156,1);
    position: relative;
    top: 0px;
    left: 0px;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }
  .v1_1215 {
    width: 29px;
    color: rgba(255,97,97,1);
    position: relative;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }
  .v1_1216 {
    width: 373px;
    height: auto;
    margin: 6px;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    opacity: 1;
    position: relative;
    overflow: hidden;
  }
  .v97_269 {
    width: 175px;
    height: auto;
    margin: 3px;
    opacity: 1;
    display: flex;
    position: relative;
    overflow: hidden;
  }
  .v97_271 {
    width: 140px;
    height: auto;
    color: rgba(38,38,38,1);
    position: relative;
    top: -1px;
    left: 27px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
    line-height: 27px;
    cursor: pointer;
    word-wrap: break-word;
    display: inline-block;
  }
  .v97_197 {
    width: calc(100% - 50px);
    height: auto;
    margin: 0px;
    margin-bottom: 6px;
    opacity: 1;
    position: relative;
    left: 24px;
    overflow: hidden;
  }
  .input-border-error {
      border-bottom: solid 1px #d50000;
  }
  .v171_542 {
      width: 540px;
      height: auto;
      min-height: 52px;
      background: rgba(34,216,74,1);
      opacity: 1;
      position: absolute;
      top: 16px;
      left: 460px;
      margin: 0 auto;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px;
      box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.25);
      z-index: 1;
      cursor: pointer;
      align-items: center;
      display: flex;
      word-break: break-all;
  }
  .v171_543 {
      width: calc(100% - 32px);
      height: auto;
      color: rgba(255,255,255,1);
      position: relative;
      top: 0px;
      left: 16px;
      font-family: Noto Sans JP;
      font-weight: Bold;
      font-size: 14px;
      opacity: 1;
      text-align: left;
      padding: 5px 0;
  }
  .v171_540 {
      width: 540px;
      background: rgba(212,76,33,1);
      opacity: 1;
      position: absolute;
      top: 20px;
      left: 50%;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px;
      box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.25);
      z-index: 1;
      cursor: pointer;
      align-items: flex-start;
      display: flex;
      flex-direction: column;
      padding: 10px;
      transform: translate(-50%, 10px);  
  }
  .v171_541 {
      width: calc(100% - 32px);
      height: auto;
      color: rgba(255,255,255,1);
      position: relative;
      top: 0px;
      left: 16px;
      font-family: Noto Sans JP;
      font-weight: Bold;
      font-size: 14px;
      opacity: 1;
      text-align: left;
      padding: 5px 0;
      word-break: break-all;
  }
  .v133_1174:hover .v006_7{
      display: inline-block;
      top: -45px;
      left: -10px;
  }
  .v006_7 {
      display: block;
      position: absolute;
      padding: 8px;
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 13px;
      line-height: 1.6em;
      color: #fff;
      border-radius: 5px;
      background: #000;
      width: 350px;
      height: 40px;
      z-index: 1;
      margin-left: 96px;
      margin-top: -45px;
  }
  .v006_7:before {
      content: "";
      position: absolute;
      top: 100%;
      left: 20%;
      border: 5px solid transparent;
      border-top: 10px solid #000;
      margin-left: -25px;
  }
  .v97_198 {
    width: auto;
    height: auto;
    opacity: 1;
    position: relative;
    top: 0px;
    left: 0px;
    overflow: hidden;
    line-height: 20px;
    word-wrap: break-word;
  }
  .v97_199 {
    width: auto;
    color: rgba(156,156,156,1);
    position: relative;
    top: 0px;
    left: 0px;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }
  .v97_200 {
    width: 40px;
    color: rgba(255,97,97,1);
    position: relative;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }
  .v97_227 {
    width: 379px;
    height: auto;
    margin: 3px;
    opacity: 1;
    display: flex;
    position: relative;
    overflow: hidden;
  }
  .v97_229 {
    width: 335px;
    height: auto;
    color: rgba(38,38,38,1);
    position: relative;
    top: 2px;
    left: 5px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
    line-height: 20px;
    word-wrap: break-word;
  }
  .v1_1241 {
    width: 427px;
    height: 1px;
    background: rgba(225,225,225,1);
    opacity: 1;
    position: absolute;
    top: 617px;
    left: 0px;
    overflow: hidden;
  }
  .v1_1242 {
    width: 427px;
    height: 40px;
    opacity: 1;
    position: absolute;
    top: 634px;
    left: 0px;
    overflow: hidden;
  }
  .v97_190 {
    width: 98px;
    height: 32px;
    background: linear-gradient(rgba(214,41,90,1), rgba(217,58,103,1));
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 305px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    box-shadow: 1px 2px 8px 1px rgba(0.4, 0.4, 0.4, 0.2);
    overflow: hidden;
    cursor: pointer;
  }
  .v97_191 {
    width: 98px;
    height: 32px;
    color: rgba(255,255,255,1);
    position: absolute;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 16px;
    opacity: 1;
    text-align: center;
    line-height: 32px;
  }
  .v1_1236 {
    width: 373px;
    height: auto;
    margin: 6px;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    opacity: 1;
    position: relative;
    overflow: hidden;
  }
  
  .v1_1599, .v1_1622, .v1_1623, .v1_1624, .v1_1625, .v1_1626, .v1_1627, .v1_1628 {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1439.98px) {

  li,
  ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  select {
    -webkit-appearance: none;
    appearance: none;
  }

  select::-ms-expand {
    -webkit-appearance: none;
    appearance: none;
  }

  .profile-radio {
    display: block;
    font-size: 24px;
  }

  .profile-radio:hover {
    cursor: pointer;
  }

  .profile-radio input {
    display: none;
  }

  .profile-radio input+.dummy {
    width: 16px;
    height: 16px;
    border: 3px solid rgba(214,41,90,1);
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: text-top;
  }

  .profile-radio input:checked+.dummy:after {
    content: "";
    width: 75%;
    height: 70%;
    background-color: rgba(214,41,90,1);
    border-radius: 50%;
  }

  input[type="checkbox"] {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  input[type="checkbox"] {
    cursor: pointer;
    vertical-align: top;
    position: relative;
    accent-color: rgba(214,41,90,1);
    top: 13px;
  }

  input[type="checkbox"]::before,
  input[type="checkbox"]::after {
    content: "";
    display: block;
    position: absolute;
  }

  input[type="checkbox"]::before {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 0%;
    border: 3px solid rgba(214,41,90,1);
    width: 14px;
    height: 14px;
    transform: translateY(-50%);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }

  input[type="checkbox"]::after {
    border-bottom: 3px solid rgba(255, 255, 255, 1);
    border-left: 3px solid rgba(255, 255, 255, 1);
    opacity: 0;
    height: 6px;
    width: 11px;
    transform: rotate(-45deg);
    top: -7px;
    left: 3px;
  }

  input[type="checkbox"]:checked::before {
    background-color: rgba(214,41,90,1);
  }

  input[type="checkbox"]:checked::after {
    opacity: 1;
  }

  ::placeholder {
    padding-bottom: 10px;
  }

  .v3_2300 {
    width: 1280px;
    height: 100%;
    background: rgba(0,0,0,0.05000000074505806);
    position: fixed;
    z-index: 1;
  }

  .v3_3534 {
    width: 427px;
    height: auto;
    background: rgba(255, 255, 255, 1);
    opacity: 1;
    position: relative;
    top: 30%;
    margin: 0 auto;
    z-index: 1;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    overflow: hidden;
    padding-bottom: 56px;
  }

  .v3_3535 {
    width: 427px;
    height: auto;
    opacity: 1;
    position: relative;
    top: 16px;
    left: 0px;
    overflow: hidden;
  }

  .v3_3536 {
    width: 355px;
    color: rgba(38, 38, 38, 1);
    position: relative;
    top: 0px;
    left: 24px;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 16px;
    opacity: 1;
    text-align: left;
    display: block;
    word-wrap: break-word;
  }

  .v74_827 {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 1);
    opacity: 1;
    position: absolute;
    top: 3px;
    right: 0px;
    overflow: hidden;
    cursor: pointer;
    cursor: hand;
  }

  .v74_828 {
    width: 16px;
    height: 16px;
    background-image: url("");
    background-size: 14px 14px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .v3_3538 {
    width: 427px;
    height: 1px;
    background: rgba(200, 200, 200, 1);
    opacity: 1;
    position: relative;
    top: 18px;
    left: 0px;
    overflow: hidden;
  }

  .v3_3539 {
    width: 427px;
    height: auto;
    opacity: 1;
    position: relative;
    top: 30px;
    left: 0px;
    overflow: hidden;
  }

  .v3_3540 {
    width: 379px;
    color: rgba(38, 38, 38, 1);
    position: relative;
    top: 0px;
    left: 24px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
    display: block;
    word-wrap: break-word;
  }

  .v3_3541 {
    width: 427px;
    height: 1px;
    background: rgba(200, 200, 200, 1);
    opacity: 1;
    position: relative;
    top: 40px;
    left: 0px;
    overflow: hidden;
  }

  .v3_3542 {
    width: 427px;
    height: 40px;
    opacity: 1;
    position: relative;
    top: 52px;
    left: 0px;
    overflow: hidden;
  }

  .v74_823 {
    width: 110px;
    height: 32px;
    background: rgba(255, 255, 255, 1);
    opacity: 1;
    position: absolute;
    top: 0px;
    right: 80px;
    overflow: hidden;
    cursor: pointer;
    cursor: hand;
  }

  .v74_824 {
    width: 110px;
    height: 32px;
    color: rgba(214,41,90,1);
    position: relative;
    top: 0px;
    left: 0px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: center;
    line-height: 32px;
  }

  .v74_825 {
    width: 90px;
    height: 32px;
    background: linear-gradient(rgba(214,41,90,1), rgba(217,58,103,1));
    opacity: 1;
    position: absolute;
    top: 0px;
    right: 10px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    box-shadow: 1px 2px 8px 1px rgba(0.4, 0.4, 0.4, 0.2);
    overflow: hidden;
    cursor: pointer;
    cursor: hand;
  }

  .v74_826 {
    width: 90px;
    height: 32px;
    color: rgba(255, 255, 255, 1);
    position: absolute;
    top: 0px;
    left: 0px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: center;
    line-height: 32px;
  }

  .v1_1560 {
    width: 100%;
    height: calc(100vh - 56px);
    background: rgba(245, 245, 245, 1);
    opacity: 1;
    position: relative;
    top: 0px;
    left: 0px;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .v46_607 {
    width: 100%;
    height: 20px;
    opacity: 1;
    position: relative;
    left: 0px;
    overflow: hidden;
  }

  .v46_608 {
    width: 100%;
    color: rgba(255, 59, 59, 1);
    position: absolute;
    top: 0px;
    left: 0px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }

  .v133_1000 {
    width: 100%;
    height: 66px;
    background: rgba(245, 245, 245, 1);
    opacity: 1;
    position: relative;
    top: 0px;
    left: 0px;
    overflow: hidden;
  }

  .v133_1001 {
    width: 1200px;
    height: 32px;
    opacity: 1;
    position: absolute;
    top: 32px;
    left: 0px;
    overflow: hidden;
  }

  .v133_1002 {
    width: auto;
    color: rgba(38, 38, 38, 1);
    position: absolute;
    top: 6px;
    left: 24px;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 20px;
    opacity: 1;
    text-align: left;
  }

  .v1_1561 {
    width: calc(100% - 48px);
    height: 136px;
    background: rgba(255, 255, 255, 1);
    margin: 24px;
    opacity: 1;
    position: relative;
    top: 0px;
    left: 0px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
  }

  .v1_1562 {
    width: calc(100% - 32px);
    height: 29px;
    opacity: 1;
    display: flex;
    position: absolute;
    top: 16px;
    left: 16px;
    overflow: hidden;
  }

  .v1_1563 {
    width: auto;
    color: rgba(38, 38, 38, 1);
    position: relative;
    top: 0px;
    left: 0px;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }

  .v1_1564 {
    width: 100%;
    height: 1px;
    background: rgba(214,41,90,1);
    opacity: 0.5;
    position: absolute;
    top: 27px;
    left: 0px;
    overflow: hidden;
  }

  .v1_1565 {
    width: auto;
    color: rgba(38, 38, 38, 1);
    position: absolute;
    top: 61px;
    left: 16px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }

  .v1_1566 {
    width: calc(100% - 23px);
    height: 40px;
    opacity: 1;
    position: absolute;
    top: 97px;
    left: 16px;
    overflow: hidden;
  }

  .v133_1088 {
    width: auto;
    height: 30px;
    background: linear-gradient(rgba(214,41,90,1), rgba(217,58,103,1));
    opacity: 1;
    position: absolute;
    top: 0px;
    right: 10px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 15px;
    display: flex;
  }

  .v133_1089 {
    width: auto;
    height: 30px;
    color: rgba(255, 255, 255, 1);
    position: relative;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: center;
    line-height: 30px;
  }

  .v133_1178 {
    width: 14px;
    height: 14px;
    opacity: 1;
    position: relative;
    top: 6.8px;
    left: 2px;
    overflow: hidden;
  }

  .v133_1179 {
    width: 14px;
    height: 14px;
    background-image: url("btn_next.png");
    background-size: 14px 14px;
    background-repeat: no-repeat;
    opacity: 1;
    position: absolute;
    top: 1px;
    left: 4px;
  }

  .v1_1568 {
    width: calc(100% - 48px);
    height: 136px;
    background: rgba(255, 255, 255, 1);
    margin: 24px;
    opacity: 1;
    position: relative;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
  }

  .v1_1569 {
    width: calc(100% - 32px);
    height: 29px;
    opacity: 1;
    display: flex;
    position: absolute;
    top: 16px;
    left: 16px;
    overflow: hidden;
  }

  .v1_1570 {
    width: auto;
    color: rgba(38, 38, 38, 1);
    position: relative;
    top: 0px;
    left: 0px;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }

  .v1_1571 {
    width: 100%;
    height: 1px;
    background: rgba(214,41,90,1);
    opacity: 0.5;
    position: absolute;
    top: 27px;
    left: 0px;
    overflow: hidden;
  }

  .v1_1572 {
    width: auto;
    color: rgba(38, 38, 38, 1);
    position: absolute;
    top: 61px;
    left: 16px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }

  .v1_1573 {
    width: calc(100% - 23px);
    height: 40px;
    opacity: 1;
    position: absolute;
    top: 97px;
    left: 16px;
    overflow: hidden;
  }

  .v133_1117 {
    width: auto;
    height: 30px;
    background: linear-gradient(rgba(214,41,90,1), rgba(217,58,103,1));
    opacity: 1;
    position: absolute;
    top: 0px;
    right: 10px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 15px;
    display: flex;
  }

  .v133_1118 {
    width: auto;
    height: 30px;
    color: rgba(255, 255, 255, 1);
    position: relative;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: center;
    line-height: 30px;
  }

  .v133_1169 {
    width: 14px;
    height: 14px;
    opacity: 1;
    position: relative;
    top: 6.8px;
    left: 2px;
    overflow: hidden;
  }

  .v133_1170 {
    width: 14px;
    height: 14px;
    background-image: url("btn_next.png");
    background-size: 14px 14px;
    background-repeat: no-repeat;
    opacity: 1;
    position: absolute;
    top: 1px;
    left: 4px;
  }

  .v1_1575 {
    width: calc(100% - 48px);
    height: auto;
    background: rgba(255, 255, 255, 1);
    margin: 24px;
    opacity: 1;
    position: relative;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
  }

  .v1_1576 {
    width: calc(100% - 32px);
    height: 29px;
    opacity: 1;
    position: relative;
    top: 16px;
    left: 16px;
    overflow: hidden;
  }

  .v1_1577 {
    width: 115px;
    color: rgba(38, 38, 38, 1);
    position: relative;
    top: 0px;
    left: 0px;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }

  .v1_1578 {
    width: 100%;
    height: 1px;
    background: rgba(214,41,90,1);
    opacity: 0.5;
    position: absolute;
    top: 28px;
    left: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
  }

  .v1_1579 {
    width: 256px;
    height: 132px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 16px;
    opacity: 1;
    position: absolute;
    top: 61px;
    left: 16px;
    overflow: hidden;
  }

  .v133_1107 {
    width: 256px;
    height: 58px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 8px;
    opacity: 1;
    position: relative;
    top: 0px;
    left: 0px;
    overflow: hidden;
  }

  .v133_1108 {
    width: 77px;
    height: 14px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 8px;
    opacity: 1;
    position: relative;
    top: 0px;
    left: 0px;
    overflow: hidden;
  }

  .v133_1109 {
    width: 29px;
    color: rgba(156, 156, 156, 1);
    position: relative;
    top: 0px;
    left: 0px;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }

  .v133_1110 {
    width: 40px;
    color: rgba(255, 97, 97, 1);
    position: absolute;
    top: 0px;
    left: 37px;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }

  .v133_1182 {
    width: 256px;
    height: 36px;
    background: rgba(245, 245, 245, 1);
    padding: 8px 16px;
    margin: 16px;
    opacity: 1;
    position: absolute;
    top: 22px;
    left: 0px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
  }

  .v133_1183 {
    width: 200px;
    height: 20px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
    position: absolute;
    top: 8px;
    left: 16px;
    overflow: hidden;
  }

  .v133_1184 {
    width: 29px;
    color: rgba(38, 38, 38, 1);
    position: relative;
    top: 0px;
    left: 0px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }

  .v133_1241 {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 1);
    opacity: 1;
    position: absolute;
    top: 14px;
    left: 232px;
    overflow: hidden;
  }

  .v133_1242 {
    width: 7px;
    height: 6px;
    background: rgba(156, 156, 156, 1);
    opacity: 1;
    position: absolute;
    top: 1px;
    left: 0px;
  }

  .v133_1112 {
    width: 256px;
    height: 58px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 8px;
    opacity: 1;
    position: absolute;
    top: 74px;
    left: 0px;
    overflow: hidden;
  }

  .v133_1113 {
    width: 77px;
    height: 14px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 8px;
    opacity: 1;
    position: relative;
    top: 0px;
    left: 0px;
    overflow: hidden;
  }

  .v133_1114 {
    width: 29px;
    color: rgba(156, 156, 156, 1);
    position: relative;
    top: 0px;
    left: 0px;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }

  .v133_1115 {
    width: 40px;
    color: rgba(255, 97, 97, 1);
    position: absolute;
    top: 0px;
    left: 37px;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }

  .v133_1165 {
    width: 256px;
    height: 36px;
    background: rgba(245, 245, 245, 1);
    padding: 8px 16px;
    margin: 16px;
    opacity: 1;
    position: absolute;
    top: 22px;
    left: 0px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
  }

  .v133_1166 {
    width: 200px;
    height: 20px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
    position: absolute;
    top: 8px;
    left: 16px;
    overflow: hidden;
  }

  .v133_1167 {
    width: 72px;
    color: rgba(38, 38, 38, 1);
    position: relative;
    top: 0px;
    left: 0px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }

  .v133_1224 {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 1);
    opacity: 1;
    position: absolute;
    top: 14px;
    left: 232px;
    overflow: hidden;
  }

  .v133_1225 {
    width: 7px;
    height: 6px;
    background: rgba(156, 156, 156, 1);
    opacity: 1;
    position: absolute;
    top: 1px;
    left: 0px;
  }

  .v1_1582 {
    width: 251px;
    height: 130px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 8px;
    opacity: 1;
    position: absolute;
    top: 209px;
    left: 16px;
    overflow: hidden;
  }

  .v1_1583 {
    width: 144px;
    height: 14px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 8px;
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
  }

  .v1_1584 {
    width: 144px;
    color: rgba(156, 156, 156, 1);
    position: absolute;
    top: 0px;
    left: 0px;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }

  .v1_1585 {
    width: 29px;
    color: rgba(255, 97, 97, 1);
    position: absolute;
    top: 0px;
    left: 51px;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }

  .v1_1586 {
    width: 251px;
    height: 108px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 8px;
    opacity: 1;
    position: absolute;
    top: 22px;
    left: 0px;
    overflow: hidden;
  }

  .v1_1587 {
    width: 157px;
    height: 108px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 4px;
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
  }

  .v133_1212 {
    width: 71px;
    height: 24px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 4px;
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
  }

  .v133_1299 {
    width: 24px;
    height: 24px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
  }

  .v133_1300 {
    width: 18px;
    height: 18px;
    background: rgba(255, 255, 255, 1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 3px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    overflow: hidden;
  }

  .v133_1301 {
    width: 18px;
    height: 18px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 3px;
  }

  .v133_1214 {
    width: 43px;
    color: rgba(38, 38, 38, 1);
    position: absolute;
    top: 2px;
    left: 28px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }

  .v133_1215 {
    width: 157px;
    height: 24px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 4px;
    opacity: 1;
    position: absolute;
    top: 28px;
    left: 0px;
    overflow: hidden;
  }

  .v133_1290 {
    width: 24px;
    height: 24px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
  }

  .v133_1291 {
    width: 18px;
    height: 18px;
    background: rgba(255, 255, 255, 1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 3px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    overflow: hidden;
  }

  .v133_1292 {
    width: 18px;
    height: 18px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 3px;
  }

  .v133_1217 {
    width: 129px;
    color: rgba(38, 38, 38, 1);
    position: absolute;
    top: 2px;
    left: 28px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }

  .v133_1218 {
    width: 86px;
    height: 24px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 4px;
    opacity: 1;
    position: absolute;
    top: 56px;
    left: 0px;
    overflow: hidden;
  }

  .v133_1296 {
    width: 24px;
    height: 24px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
  }

  .v133_1297 {
    width: 18px;
    height: 18px;
    background: rgba(255, 255, 255, 1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 3px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    overflow: hidden;
  }

  .v133_1298 {
    width: 18px;
    height: 18px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 3px;
  }

  .v133_1220 {
    width: 58px;
    color: rgba(38, 38, 38, 1);
    position: absolute;
    top: 2px;
    left: 28px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }

  .v133_1221 {
    width: 100px;
    height: 24px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 4px;
    opacity: 1;
    position: absolute;
    top: 84px;
    left: 0px;
    overflow: hidden;
  }

  .v133_1308 {
    width: 24px;
    height: 24px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
  }

  .v133_1309 {
    width: 18px;
    height: 18px;
    background: rgba(255, 255, 255, 1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 3px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    overflow: hidden;
  }

  .v133_1310 {
    width: 18px;
    height: 18px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 3px;
  }

  .v133_1223 {
    width: 72px;
    color: rgba(38, 38, 38, 1);
    position: absolute;
    top: 2px;
    left: 28px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }

  .v1_1592 {
    width: 86px;
    height: 108px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 4px;
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 166px;
    overflow: hidden;
  }

  .v133_1229 {
    width: 59px;
    height: 24px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 4px;
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
  }

  .v133_1314 {
    width: 24px;
    height: 24px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
  }

  .v133_1315 {
    width: 18px;
    height: 18px;
    background: rgba(255, 255, 255, 1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 3px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    overflow: hidden;
  }

  .v133_1316 {
    width: 18px;
    height: 18px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 3px;
  }

  .v133_1231 {
    width: 31px;
    color: rgba(38, 38, 38, 1);
    position: absolute;
    top: 2px;
    left: 28px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }

  .v133_1232 {
    width: 86px;
    height: 24px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 4px;
    opacity: 1;
    position: absolute;
    top: 28px;
    left: 0px;
    overflow: hidden;
  }

  .v133_1317 {
    width: 24px;
    height: 24px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
  }

  .v133_1318 {
    width: 18px;
    height: 18px;
    background: rgba(255, 255, 255, 1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 3px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    overflow: hidden;
  }

  .v133_1319 {
    width: 18px;
    height: 18px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 3px;
  }

  .v133_1234 {
    width: 58px;
    color: rgba(38, 38, 38, 1);
    position: absolute;
    top: 2px;
    left: 28px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }

  .v133_1235 {
    width: 86px;
    height: 24px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 4px;
    opacity: 1;
    position: absolute;
    top: 56px;
    left: 0px;
    overflow: hidden;
  }

  .v133_1311 {
    width: 24px;
    height: 24px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
  }

  .v133_1312 {
    width: 18px;
    height: 18px;
    background: rgba(255, 255, 255, 1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 3px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    overflow: hidden;
  }

  .v133_1313 {
    width: 18px;
    height: 18px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 3px;
  }

  .v133_1237 {
    width: 58px;
    color: rgba(38, 38, 38, 1);
    position: absolute;
    top: 2px;
    left: 28px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }

  .v133_1238 {
    width: 71px;
    height: 24px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 4px;
    opacity: 1;
    position: absolute;
    top: 84px;
    left: 0px;
    overflow: hidden;
  }

  .v133_1331 {
    width: 24px;
    height: 24px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
  }

  .v133_1332 {
    width: 18px;
    height: 18px;
    background: rgba(255, 255, 255, 1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 3px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    overflow: hidden;
  }

  .v133_1333 {
    width: 18px;
    height: 18px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 3px;
  }

  .v133_1240 {
    width: 43px;
    color: rgba(38, 38, 38, 1);
    position: absolute;
    top: 2px;
    left: 28px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }

  .v133_1074 {
    width: 264px;
    height: 78px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 8px;
    opacity: 1;
    position: absolute;
    top: 355px;
    left: 16px;
    overflow: hidden;
  }

  .v133_1075 {
    width: 264px;
    height: 14px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 8px;
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
  }

  .v133_1076 {
    width: 216px;
    color: rgba(156, 156, 156, 1);
    position: absolute;
    top: 0px;
    left: 0px;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }

  .v133_1077 {
    width: 40px;
    color: rgba(255, 97, 97, 1);
    position: absolute;
    top: 0px;
    left: 224px;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }

  .v133_1101 {
    width: 86px;
    height: 24px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 4px;
    opacity: 1;
    position: absolute;
    top: 22px;
    left: 0px;
    overflow: hidden;
  }

  .v133_1171 {
    width: 24px;
    height: 24px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
  }

  .v133_1172 {
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 1);
    opacity: 1;
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 50%;
  }

  .v133_1173 {
    width: 20px;
    height: 20px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 2px;
    left: 2px;
  }

  .v133_1103 {
    width: 58px;
    color: rgba(38, 38, 38, 1);
    position: absolute;
    top: 2px;
    left: 28px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }

  .v133_1104 {
    width: 115px;
    height: 24px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 4px;
    opacity: 1;
    position: absolute;
    top: 54px;
    left: 0px;
    overflow: hidden;
  }

  .v133_1146 {
    width: 24px;
    height: 24px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
  }

  .v133_1147 {
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 1);
    opacity: 1;
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 50%;
  }

  .v133_1148 {
    width: 20px;
    height: 20px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 2px;
    left: 2px;
  }

  .v133_1106 {
    width: 87px;
    color: rgba(38, 38, 38, 1);
    position: absolute;
    top: 2px;
    left: 28px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }

  .v1_1598 {
    width: calc(100% - 23px);
    height: 40px;
    opacity: 1;
    position: relative;
    left: 16px;
    overflow: hidden;
  }

  .v133_1094 {
    width: auto;
    height: 30px;
    background: linear-gradient(rgba(214,41,90,1), rgba(217,58,103,1));
    opacity: 1;
    position: absolute;
    top: 0px;
    right: 10px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    box-shadow: 1px 2px 8px 1px rgba(0.4, 0.4, 0.4, 0.2);
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .v133_1095 {
    width: auto;
    height: 30px;
    color: rgba(255, 255, 255, 1);
    position: relative;
    top: 0px;
    left: 0px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
  }

  .v1_1600 {
    width: calc(100% - 48px);
    height: 136px;
    background: rgba(255, 255, 255, 1);
    margin: 24px;
    opacity: 1;
    position: relative;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
  }

  .v1_1601 {
    width: calc(100% - 32px);
    height: 29px;
    opacity: 1;
    display: flex;
    position: absolute;
    top: 16px;
    left: 16px;
    overflow: hidden;
  }

  .v1_1602 {
    width: auto;
    color: rgba(38, 38, 38, 1);
    position: relative;
    top: 0px;
    left: 0px;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }

  .v1_1603 {
    width: 100%;
    height: 1px;
    background: rgba(214,41,90,1);
    opacity: 0.5;
    position: absolute;
    top: 27px;
    left: 0px;
    overflow: hidden;
  }

  .v1_1604 {
    width: auto;
    color: rgba(38, 38, 38, 1);
    position: absolute;
    top: 61px;
    left: 16px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }

  .v1_1605 {
    width: calc(100% - 23px);
    height: 40px;
    opacity: 1;
    position: absolute;
    top: 97px;
    left: 16px;
    overflow: hidden;
  }

  .v133_1091 {
    width: auto;
    height: 30px;
    background: linear-gradient(rgba(214,41,90,1), rgba(217,58,103,1));
    opacity: 1;
    position: absolute;
    top: 0px;
    right: 10px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 15px;
    display: flex;
  }

  .v133_1092 {
    width: auto;
    height: 30px;
    color: rgba(255, 255, 255, 1);
    position: relative;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: center;
    line-height: 30px;
  }

  .v133_1176 {
    width: 14px;
    height: 14px;
    opacity: 1;
    position: relative;
    top: 6.8px;
    left: 2px;
    overflow: hidden;
  }

  .v133_1177 {
    width: 12px;
    height: 12px;
    background-image: url("link.png");
    background-size: 14px 14px;
    background-repeat: no-repeat;
    opacity: 1;
    position: absolute;
    top: 1px;
    left: 1px;
  }

  .v1_1607 {
    width: calc(100% - 48px);
    height: 136px;
    background: rgba(255, 255, 255, 1);
    margin: 24px;
    opacity: 1;
    position: relative;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
  }

  .v1_1608 {
    width: calc(100% - 32px);
    height: 29px;
    opacity: 1;
    display: flex;
    position: absolute;
    top: 16px;
    left: 16px;
    overflow: hidden;
  }

  .v1_1609 {
    width: auto;
    color: rgba(38, 38, 38, 1);
    position: relative;
    top: 0px;
    left: 0px;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }

  .v1_1610 {
    width: 100%;
    height: 1px;
    background: rgba(214,41,90,1);
    opacity: 0.5;
    position: absolute;
    top: 27px;
    left: 0px;
    overflow: hidden;
  }

  .v1_1611 {
    width: auto;
    color: rgba(38, 38, 38, 1);
    position: absolute;
    top: 61px;
    left: 16px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }

  .v1_1612 {
    width: calc(100% - 23px);
    height: 40px;
    opacity: 1;
    position: absolute;
    top: 97px;
    left: 16px;
    overflow: hidden;
  }

  .v133_1096 {
    width: auto;
    height: 25px;
    background: rgba(255, 255, 255, 1);
    border: 3px solid rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 0px;
    right: 128px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    overflow: hidden;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.25);
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .v133_1100 {
    width: auto;
    height: 25px;
    background: rgba(255, 255, 255, 1);
    border: 3px solid rgba(214,41,90,1);
    opacity: 0.25;
    position: absolute;
    top: 0px;
    right: 128px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    overflow: hidden;
  }

  .v133_1097 {
    width: auto;
    height: 25px;
    color: rgba(214,41,90,1);
    position: relative;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
  }

  .v133_1098 {
    width: auto;
    height: 30px;
    background: linear-gradient(rgba(214,41,90,1), rgba(217,58,103,1));
    opacity: 1;
    position: absolute;
    top: 0px;
    right: 10px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 15px;
    display: flex;
  }

  .v133_1099 {
    width: auto;
    height: 30px;
    color: rgba(255, 255, 255, 1);
    position: relative;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: center;
    line-height: 30px;
  }

  .v133_1180 {
    width: 14px;
    height: 14px;
    opacity: 1;
    position: relative;
    top: 6.8px;
    left: 2px;
    overflow: hidden;
  }

  .v133_1181 {
    width: 12px;
    height: 12px;
    background-image: url("link.png");
    background-size: 14px 14px;
    background-repeat: no-repeat;
    opacity: 1;
    position: absolute;
    top: 1px;
    left: 1px;
  }

  .v1_1615 {
    width: calc(100% - 48px);
    height: 230px;
    background: rgba(255, 255, 255, 1);
    margin: 24px;
    opacity: 1;
    position: relative;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    height: auto;
  }

  .v1_1616 {
    width: calc(100% - 32px);
    height: 29px;
    opacity: 1;
    display: flex;
    position: relative;
    top: 16px;
    left: 16px;
    overflow: hidden;
  }

  .v1_1617 {
    width: 1168px;
    height: 29px;
    opacity: 1;
    display: flex;
    position: absolute;
    top: 16px;
    left: 16px;
    overflow: hidden;
  }

  .v1_1618 {
    width: auto;
    color: rgba(38, 38, 38, 1);
    position: relative;
    top: 0px;
    left: 0px;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }

  .v133_1174 {
    width: 29px;
    height: 29px;
    background: rgba(255, 255, 255, 1);
    opacity: 1;
    position: relative;
    overflow: hidden;
  }

  .v133_1175 {
    width: 29px;
    height: 29px;
    background-image: url("setting_help.png");
    background-size: 16px 16px;
    background-repeat: no-repeat;
    opacity: 1;
    position: relative;
    top: 2px;
    left: 3px;
  }

  .v1_1620 {
    width: 100%;
    height: 1px;
    background: rgba(214,41,90,1);
    opacity: 0.5;
    position: absolute;
    top: 27px;
    left: 0px;
    overflow: hidden;
  }

  .v1_1621 {
    width: calc(100% - 32px);
    height: auto;
    opacity: 1;
    position: relative;
    top: 24px;
    left: 16px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 1px 2px 8px 1px rgba(0.4, 0.4, 0.4, 0.2);
    overflow: hidden;
  }

  .list-setting {
    top: 0px;
    left: 0px;
    display: flex;
    position: relative;
  }

  .list-setting-details-head {
    width: 100%;
    height: 36px;
    background: rgba(245, 245, 245, 1);
    opacity: 1;
    position: relative;
    display: flex;
  }

  .v133_1149 {
    width: calc(100% - 220px);
    height: 36px;
    background: rgba(245, 245, 245, 1);
    opacity: 1;
    position: relative;
    overflow: hidden;
  }

  .v133_1150 {
    width: 932px;
    color: rgba(156, 156, 156, 1);
    position: absolute;
    top: 8px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: center;
  }

  .v133_1140 {
    width: 110px;
    height: 36px;
    background: rgba(245, 245, 245, 1);
    opacity: 1;
    position: relative;
    overflow: hidden;
  }

  .v133_1141 {
    width: 110px;
    color: rgba(156, 156, 156, 1);
    position: absolute;
    top: 8px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: center;
  }

  .v133_1159 {
    width: 110px;
    height: 36px;
    background: rgba(245, 245, 245, 1);
    opacity: 1;
    position: relative;
    overflow: hidden;
  }

  .v133_1160 {
    width: 110px;
    color: rgba(156, 156, 156, 1);
    position: absolute;
    top: 8px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: center;
  }

  .list-setting-detail {
    height: auto;
    top: 0px;
    left: 0px;
    display: flex;
    position: relative;
  }

  .list-setting-details-body {
    width: 100%;
    height: auto;
    background: rgba(255, 255, 255, 1);
    opacity: 1;
    position: relative;
    display: flex;
    border-top: 0.05px solid rgba(200, 200, 200, 1);
  }

  .v133_1155 {
    width: calc(100% - 220px);
    height: auto;
    opacity: 1;
    position: relative;
    overflow: hidden;
  }

  .v133_1156 {
    width: 932px;
    height: auto;
    color: rgba(38, 38, 38, 1);
    position: relative;
    left: 8px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
    line-height: 30px
  }

  .v133_1142 {
    width: 110px;
    height: auto;
    opacity: 1;
    position: relative;
    overflow: hidden;
  }

  .v133_1249 {
    width: 90px;
    height: 100%;
    opacity: 1;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    top: 2px;
    left: 45px;
  }

  .v133_1161 {
    width: 110px;
    height: auto;
    opacity: 1;
    position: relative;
    overflow: hidden;
  }

  .v133_1252 {
    width: 92px;
    height: 100%;
    opacity: 1;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    top: 2px;
    left: 45px;
  }

  .v133_1151 {
    width: 948px;
    height: 30px;
    background: rgba(255, 255, 255, 1);
    padding: 8px 8px;
    margin: 8px;
    opacity: 1;
    position: absolute;
    top: 36px;
    left: 0px;
    overflow: hidden;
  }

  .v133_1152 {
    width: 232px;
    color: rgba(38, 38, 38, 1);
    position: absolute;
    top: 8px;
    left: 8px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }

  .v133_1153 {
    width: 948px;
    height: 30px;
    background: rgba(255, 255, 255, 1);
    padding: 8px 8px;
    margin: 8px;
    opacity: 1;
    position: absolute;
    top: 66px;
    left: 0px;
    overflow: hidden;
  }

  .v133_1154 {
    width: 265px;
    color: rgba(38, 38, 38, 1);
    position: absolute;
    top: 8px;
    left: 8px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }

  .v1_1627 {
    width: 110px;
    height: 126px;
    background: url("v1_1627.png.html");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 948px;
    overflow: hidden;
  }

  .v133_1325 {
    width: 24px;
    height: 24px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
  }

  .v133_1326 {
    width: 18px;
    height: 18px;
    background: rgba(255, 255, 255, 1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 3px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    overflow: hidden;
  }

  .v133_1327 {
    width: 18px;
    height: 18px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 3px;
  }

  .v133_1144 {
    width: 110px;
    height: 30px;
    background: rgba(255, 255, 255, 1);
    margin: 8px;
    opacity: 1;
    position: absolute;
    top: 66px;
    left: 0px;
    overflow: hidden;
  }

  .v133_1255 {
    width: 24px;
    height: 24px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 4px;
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 43px;
    overflow: hidden;
  }

  .v133_1328 {
    width: 24px;
    height: 24px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
  }

  .v133_1329 {
    width: 18px;
    height: 18px;
    background: rgba(255, 255, 255, 1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 3px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    overflow: hidden;
  }

  .v133_1330 {
    width: 18px;
    height: 18px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 3px;
  }

  .v133_1138 {
    width: 110px;
    height: 30px;
    background: rgba(255, 255, 255, 1);
    margin: 8px;
    opacity: 1;
    position: absolute;
    top: 96px;
    left: 0px;
    overflow: hidden;
  }

  .v133_1226 {
    width: 24px;
    height: 24px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 4px;
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 43px;
    overflow: hidden;
  }

  .v133_1305 {
    width: 24px;
    height: 24px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
  }

  .v133_1306 {
    width: 18px;
    height: 18px;
    background: rgba(255, 255, 255, 1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 3px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    overflow: hidden;
  }

  .v133_1307 {
    width: 18px;
    height: 18px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 3px;
  }

  .v1_1632 {
    width: 110px;
    height: 126px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 1058px;
    overflow: hidden;
  }

  .v133_1293 {
    width: 24px;
    height: 24px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
  }

  .v133_1294 {
    width: 18px;
    height: 18px;
    background: rgba(255, 255, 255, 1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 3px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    overflow: hidden;
  }

  .v133_1295 {
    width: 18px;
    height: 18px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 3px;
  }

  .v133_1163 {
    width: 110px;
    height: 30px;
    background: rgba(255, 255, 255, 1);
    margin: 8px;
    opacity: 1;
    position: absolute;
    top: 66px;
    left: 0px;
    overflow: hidden;
  }

  .v133_1258 {
    width: 24px;
    height: 24px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 4px;
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 43px;
    overflow: hidden;
  }

  .v133_1302 {
    width: 24px;
    height: 24px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
  }

  .v133_1303 {
    width: 18px;
    height: 18px;
    background: rgba(255, 255, 255, 1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 3px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    overflow: hidden;
  }

  .v133_1304 {
    width: 18px;
    height: 18px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 3px;
  }

  .v133_1157 {
    width: 110px;
    height: 30px;
    background: rgba(255, 255, 255, 1);
    margin: 8px;
    opacity: 1;
    position: absolute;
    top: 96px;
    left: 0px;
    overflow: hidden;
  }

  .v133_1246 {
    width: 24px;
    height: 24px;
    background: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 4px;
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 43px;
    overflow: hidden;
  }

  .v133_1320 {
    width: 24px;
    height: 24px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
  }

  .v133_1321 {
    width: 18px;
    height: 18px;
    background: rgba(255, 255, 255, 1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 3px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    overflow: hidden;
  }

  .v133_1322 {
    width: 18px;
    height: 18px;
    background: rgba(214,41,90,1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 3px;
  }

  .v1_1637 {
    width: calc(100% - 23px);
    height: 40px;
    opacity: 1;
    position: relative;
    top: 0px;
    left: 16px;
    overflow: hidden;
    margin-top: 36px;
  }

  .v133_1120 {
    width: auto;
    height: 30px;
    background: linear-gradient(rgba(214,41,90,1), rgba(217,58,103,1));
    opacity: 1;
    position: absolute;
    top: 0px;
    right: 10px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    box-shadow: 1px 2px 8px 1px rgba(0.4, 0.4, 0.4, 0.2);
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .v133_1121 {
    width: auto;
    height: 30px;
    color: rgba(255, 255, 255, 1);
    position: relative;
    top: 0px;
    left: 0px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
  }

  .v1_1639 {
    width: calc(100% - 48px);
    height: 136px;
    background: rgba(255, 255, 255, 1);
    margin: 24px;
    opacity: 1;
    position: relative;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
  }

  .v1_1640 {
    width: calc(100% - 32px);
    height: 29px;
    opacity: 1;
    display: flex;
    position: absolute;
    top: 16px;
    left: 16px;
    overflow: hidden;
  }

  .v1_1643 {
    width: auto;
    color: rgba(38, 38, 38, 1);
    position: relative;
    top: 0px;
    left: 0px;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }

  .v1_1644 {
    width: 100%;
    height: 1px;
    background: rgba(214,41,90,1);
    opacity: 0.5;
    position: absolute;
    top: 27px;
    left: 0px;
    overflow: hidden;
  }

  .v1_1645 {
    width: auto;
    color: rgba(38, 38, 38, 1);
    position: absolute;
    top: 61px;
    left: 16px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }

  .v1_1646 {
    width: calc(100% - 23px);
    height: 40px;
    opacity: 1;
    position: absolute;
    top: 97px;
    left: 16px;
    overflow: hidden;
  }

  .v133_1243 {
    width: auto;
    height: 30px;
    background: linear-gradient(rgba(214,41,90,1), rgba(217,58,103,1));
    opacity: 1;
    position: absolute;
    top: 0px;
    right: 10px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 15px;
    display: flex;
  }

  .v133_1244 {
    width: auto;
    height: 30px;
    color: rgba(255, 255, 255, 1);
    position: relative;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: center;
    line-height: 30px;
  }

  .v133_1323 {
    width: 14px;
    height: 14px;
    opacity: 1;
    position: relative;
    top: 6.8px;
    left: 2px;
    overflow: hidden;
  }

  .v133_1324 {
    width: 12px;
    height: 12px;
    background-image: url("link.png");
    background-size: 14px 14px;
    background-repeat: no-repeat;
    opacity: 1;
    position: absolute;
    top: 1px;
    left: 1px;
  }

  .v1_1203 {
    width: 427px;
    height: 680px;
    background: rgba(255, 255, 255, 1);
    opacity: 1;
    position: absolute;
    top: 149px;
    left: 506px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    overflow: hidden;
  }

  .v1_1204 {
    width: 427px;
    height: 22px;
    opacity: 1;
    position: absolute;
    top: 16px;
    left: 0px;
    overflow: hidden;
  }

  .v1_1205 {
    width: 379px;
    height: 22px;
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 24px;
    overflow: hidden;
  }

  .v1_1206 {
    width: 132px;
    color: rgba(38, 38, 38, 1);
    position: relative;
    top: 0px;
    left: 0px;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 16px;
    opacity: 1;
    text-align: left;
  }

  .v1_1208 {
    width: 427px;
    height: 1px;
    background: rgba(225, 225, 225, 1);
    opacity: 1;
    position: absolute;
    top: 54px;
    left: 0px;
    overflow: hidden;
  }

  .v1_1209 {
    width: 427px;
    height: auto;
    opacity: 1;
    position: relative;
    top: 20px;
    left: 0px;
    overflow: hidden;
  }

  .v97_192 {
    width: calc(100% - 50px);
    height: auto;
    opacity: 1;
    margin: 0;
    margin-bottom: 16px;
    position: relative;
    left: 24px;
    overflow: hidden;
  }

  .v97_193 {
    width: auto;
    height: auto;
    opacity: 1;
    position: relative;
    top: 0px;
    left: 0px;
    overflow: hidden;
    line-height: 20px;
    padding-bottom: 5px;
    word-wrap: break-word;
  }

  .v97_194 {
    width: auto;
    color: rgba(156, 156, 156, 1);
    position: relative;
    top: 0px;
    left: 0px;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }

  .v97_195 {
    width: 40px;
    color: rgba(255, 97, 97, 1);
    position: relative;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }

  .v97_237 {
    width: 379px;
    height: 36px;
    opacity: 1;
    margin: 0;
    position: relative;
    top: 0px;
    left: 0px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
  }

  .v97_238 {
    width: 379px;
    height: 36px;
    background: rgba(245, 245, 245, 1);
    border: 1px solid rgba(245, 245, 245, 1);
    border-bottom: 1px solid rgba(201, 201, 201, 1);
    color: rgba(38, 38, 38, 1);
    padding: 8px 16px;
    opacity: 1;
    position: relative;
    left: 0px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
    background-image: url("select.png");
    background-size: 8px 8px;
    background-repeat: no-repeat;
    background-position: center right 10px;
    outline: none;
    cursor: pointer;
    font-size: 14px;
    font-family: Noto Sans JP;
  }

  .v1_1212 {
    width: 100%;
    height: auto;
    margin: 0px;
    margin-bottom: 6px;
    opacity: 1;
    position: relative;
    left: 24px;
    overflow: hidden;
  }

  .v1_1213 {
    width: auto;
    height: 20px;
    opacity: 1;
    position: relative;
    top: 0px;
    left: 0px;
    overflow: hidden;
    line-height: 20px;
  }

  .v1_1214 {
    width: auto;
    color: rgba(156, 156, 156, 1);
    position: relative;
    top: 0px;
    left: 0px;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }

  .v1_1215 {
    width: 29px;
    color: rgba(255, 97, 97, 1);
    position: relative;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }

  .v1_1216 {
    width: 373px;
    height: auto;
    margin: 6px;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    opacity: 1;
    position: relative;
    overflow: hidden;
  }

  .v97_269 {
    width: 175px;
    height: auto;
    margin: 3px;
    opacity: 1;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .v97_271 {
    width: 140px;
    height: auto;
    color: rgba(38, 38, 38, 1);
    position: relative;
    top: -1px;
    left: 27px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
    line-height: 27px;
    cursor: pointer;
    word-wrap: break-word;
    display: inline-block;
  }

  .v97_197 {
    width: calc(100% - 50px);
    height: auto;
    margin: 0px;
    margin-bottom: 6px;
    opacity: 1;
    position: relative;
    left: 24px;
    overflow: hidden;
  }

  .input-border-error {
    border-bottom: solid 1px #d50000;
  }

  .v171_542 {
    width: 540px;
    height: auto;
    min-height: 52px;
    background: rgba(34, 216, 74, 1);
    opacity: 1;
    position: absolute;
    top: 16px;
    left: 460px;
    margin: 0 auto;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.25);
    z-index: 1;
    cursor: pointer;
    align-items: center;
    display: flex;
    word-break: break-all;
  }

  .v171_543 {
    width: calc(100% - 32px);
    height: auto;
    color: rgba(255, 255, 255, 1);
    position: relative;
    top: 0px;
    left: 16px;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 14px;
    opacity: 1;
    text-align: left;
    padding: 5px 0;
  }

  .v171_540 {
    width: 540px;
    background: rgba(212, 76, 33, 1);
    opacity: 1;
    position: absolute;
    top: 20px;
    left: 50%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.25);
    z-index: 1;
    cursor: pointer;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    padding: 10px;
    transform: translate(-50%, 10px);
  }

  .v171_541 {
    width: calc(100% - 32px);
    height: auto;
    color: rgba(255, 255, 255, 1);
    position: relative;
    top: 0px;
    left: 16px;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 14px;
    opacity: 1;
    text-align: left;
    padding: 5px 0;
    word-break: break-all;
  }

  .v133_1174:hover .v006_7 {
    display: inline-block;
    top: -45px;
    left: -10px;
  }

  .v006_7 {
    display: block;
    position: absolute;
    padding: 8px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 13px;
    line-height: 1.6em;
    color: #fff;
    border-radius: 5px;
    background: #000;
    width: 350px;
    height: 40px;
    z-index: 1;
    margin-left: 96px;
    margin-top: -45px;
  }

  .v006_7:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 20%;
    border: 5px solid transparent;
    border-top: 10px solid #000;
    margin-left: -25px;
  }

  .v97_198 {
    width: auto;
    height: auto;
    opacity: 1;
    position: relative;
    top: 0px;
    left: 0px;
    overflow: hidden;
    line-height: 20px;
    word-wrap: break-word;
  }

  .v97_199 {
    width: auto;
    color: rgba(156, 156, 156, 1);
    position: relative;
    top: 0px;
    left: 0px;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }

  .v97_200 {
    width: 40px;
    color: rgba(255, 97, 97, 1);
    position: relative;
    font-family: Noto Sans JP;
    font-weight: Bold;
    font-size: 14px;
    opacity: 1;
    text-align: left;
  }

  .v97_227 {
    width: 379px;
    height: auto;
    margin: 3px;
    opacity: 1;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .v97_229 {
    width: 335px;
    height: auto;
    color: rgba(38, 38, 38, 1);
    position: relative;
    top: 2px;
    left: 5px;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
    line-height: 20px;
    word-wrap: break-word;
  }

  .v1_1241 {
    width: 427px;
    height: 1px;
    background: rgba(225, 225, 225, 1);
    opacity: 1;
    position: absolute;
    top: 617px;
    left: 0px;
    overflow: hidden;
  }

  .v1_1242 {
    width: 427px;
    height: 40px;
    opacity: 1;
    position: absolute;
    top: 634px;
    left: 0px;
    overflow: hidden;
  }

  .v97_190 {
    width: 98px;
    height: 32px;
    background: linear-gradient(rgba(214,41,90,1), rgba(217,58,103,1));
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 305px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    box-shadow: 1px 2px 8px 1px rgba(0.4, 0.4, 0.4, 0.2);
    overflow: hidden;
    cursor: pointer;
  }

  .v97_191 {
    width: 98px;
    height: 32px;
    color: rgba(255, 255, 255, 1);
    position: absolute;
    font-family: Noto Sans JP;
    font-weight: Regular;
    font-size: 16px;
    opacity: 1;
    text-align: center;
    line-height: 32px;
  }

  .v1_1236 {
    width: 373px;
    height: auto;
    margin: 6px;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    opacity: 1;
    position: relative;
    overflow: hidden;
  }

  .v1_1599,
  .v1_1622,
  .v1_1623,
  .v1_1624,
  .v1_1625,
  .v1_1626,
  .v1_1627,
  .v1_1628 {
    display: none;
  }
}