.theme {
  color: #EF4B4B; }
  .theme-bg {
    background: #EF4B4B; }
  .theme-opa {
    color: #F38C8C; }

.theme2 {
  color: #A011C9; }
  .theme2-bg {
    background: #A011C9; }

.theme3 {
  color: #4BCF00; }
  .theme3-bg {
    background: #4BCF00; }

.theme4 {
  color: #3D2900; }
  .theme4-bg {
    background: #3D2900; }

.theme5 {
  color: #156D04; }
  .theme5-bg {
    background: #156D04; }

.theme6 {
  color: #D86767; }
  .theme6-bg {
    background: #D86767; }

.theme7 {
  color: #F2B955; }
  .theme7-bg {
    background: #F2B955; }

.fade {
  color: #888; }
  .fade-bg {
    background: #888; }

.red {
  color: #D86767; }
  .red-bg {
    background: #D86767; }

.sin {
  color: #FA8A34; }
  .sin-bg {
    background: #FA8A34; }

.taro {
  color: #A011C9; }
  .taro-bg {
    background: #A011C9; }

.yh {
  color: #373737; }
  .yh-bg {
    background: #373737; }

.bold {
  font-weight: bold; }

.df {
  display: flex; }

input, textarea {
  accent-color: #A011C9;
  font-family: inherit; }
  input:focus-visible, textarea:focus-visible {
    outline: none;
    box-shadow: 0 0 10px #A011C9; }

input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"] {
  height: 50px;
  border: 1px solid #ddd;
  padding: 0 10px;
  box-sizing: border-box; }
  @media (max-width: 768px) {
    input[type="text"],
    input[type="number"],
    input[type="email"],
    input[type="password"] {
      height: 40px; } }

.theme2 {
  color: #FFBB33; }
  .theme2-bg {
    background: #FFBB33; }

.mypage-wrap {
  width: calc(100% - 60px);
  margin: auto; }
  @media (max-width: 430px) {
    .mypage-wrap {
      width: calc(100% - 30px); } }
  .mypage-wrap h3 {
    margin: 30px 0; }
  .mypage-wrap .mypage-head {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .mypage-wrap .mypage-head.forOn {
      justify-content: flex-start;
      align-items: flex-end;
      flex-wrap: wrap; }
      .mypage-wrap .mypage-head.forOn .mp-head-tool {
        margin-left: auto; }
      @media (max-width: 600px) {
        .mypage-wrap .mypage-head.forOn {
          flex-wrap: wrap; }
          .mypage-wrap .mypage-head.forOn .mp-head-tool {
            margin-left: auto; }
          .mypage-wrap .mypage-head.forOn .onoff_box {
            margin-left: auto;
            margin-top: 20px; } }
    .mypage-wrap .mypage-head:not(:first-child) {
      border-top: 1px solid #ddd;
      padding-top: 3.75rem; }
    .mypage-tit {
      font-size: 18px;
      color: #222;
      display: block;
      display: flex;
      align-items: flex-end;
      text-align: center;
      line-height: 1.5;
      margin: 10px 0 0; }
      @media (max-width: 430px) {
        .mypage-tit {
          font-size: 14px; } }
      .mypage-tit b {
        margin-left: 12px;
        font-size: 16px; }
        @media (max-width: 430px) {
          .mypage-tit b {
            font-size: 14px; } }
        .mypage-tit b span {
          margin-left: 3px;
          font-size: 16px; }
          @media (max-width: 430px) {
            .mypage-tit b span {
              font-size: 14px; } }
    .mypage-wrap .mypage-head .mp-head-tool {
      display: flex; }
      .mypage-wrap .mypage-head .mp-head-tool button {
        border: 0;
        background-color: #fff;
        font-size: 0.875rem;
        box-sizing: border-box;
        border-radius: 20px;
        width: 105px;
        height: 34px;
        display: flex;
        justify-content: center;
        align-items: center; }
        .mypage-wrap .mypage-head .mp-head-tool button:not(:last-child) {
          margin-right: 5px; }
        .mypage-wrap .mypage-head .mp-head-tool button.theme2 {
          border: 1px solid #FFBB33; }
        .mypage-wrap .mypage-head .mp-head-tool button.fade {
          border: 1px solid #888; }

#notice_bottom {
  border-top: 1px solid #ddd; }
  #notice_bottom .flex {
    align-items: center;
    height: 50px;
    justify-content: space-between;
    position: relative;
    margin: 0 0 40px 0; }
    @media (max-width: 430px) {
      #notice_bottom .flex {
        font-size: 13px; } }
    #notice_bottom .flex p {
      margin: 0 0 0 15px; }
    #notice_bottom .flex a b {
      color: #76A6D0; }
    #notice_bottom .flex a i {
      position: absolute;
      right: 4%;
      top: 40%;
      content: "";
      width: 10px;
      height: 10px;
      border-top: 3px solid #888;
      border-right: 3px solid #888;
      transform: rotate(45deg);
      border-radius: 3px; }

.mypage-table {
  width: 100%;
  margin-top: 2.5rem; }
  .mypage-table td {
    width: 25%;
    padding: 12px 5px;
    font-size: 0.875rem;
    text-align: center; }
  .mypage-table thead {
    background-color: #999;
    color: #fff; }
  .mypage-table tbody tr {
    border-bottom: 1px solid #ddd; }
    .mypage-table tbody tr td .mp-table-tool {
      display: flex;
      justify-content: center; }
      .mypage-table tbody tr td .mp-table-tool button {
        border: 0;
        width: 80px;
        height: 26px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 20px;
        color: #fff;
        margin: 0 2px; }

.table-col-5 {
  width: 100%;
  margin: 30px 0; }
  .table-col-5 td:nth-of-type(1) {
    width: 100px; }
  .table-col-5 td:nth-of-type(2) {
    width: calc((100% - 200px) / 3); }
  .table-col-5 td:nth-of-type(3) {
    width: calc((100% - 200px) / 3); }
  .table-col-5 td:nth-of-type(4) {
    width: calc((100% - 200px) / 3); }
  .table-col-5 td:nth-of-type(5) {
    width: 100px; }
  .table-col-5 td {
    padding: 12px 5px;
    font-size: 16px;
    text-align: center; }
    @media (max-width: 430px) {
      .table-col-5 td {
        font-size: 14px; } }
  .table-col-5 thead {
    background-color: #999;
    color: #fff; }
  .table-col-5 tbody tr {
    border-bottom: 1px solid #ddd; }
    .table-col-5 tbody tr button {
      border: 0;
      background-color: #EF4B4B;
      color: #fff;
      border-radius: 5px;
      font-size: 12px;
      cursor: pointer; }

@media (max-width: 768px) {
  .mypage-table {
    margin-top: 2rem; }
    .mypage-table tr {
      display: flex;
      flex-wrap: wrap; }
    .mypage-table td {
      width: calc(100% / 3);
      padding: 8px 4px;
      box-sizing: border-box; }
      .mypage-table td:last-child {
        width: 100%; }
    .mypage-table thead {
      background-color: #999;
      color: #fff; }
      .mypage-table thead td:last-child {
        display: none; }
    .mypage-table tbody tr {
      border-bottom: 1px solid #ddd; }
      .mypage-table tbody tr td .mp-table-tool {
        display: flex;
        justify-content: center; }
        .mypage-table tbody tr td .mp-table-tool button {
          border: 0;
          width: 80px;
          height: 26px;
          display: flex;
          justify-content: center;
          align-items: center;
          border-radius: 20px;
          color: #fff;
          margin: 0 2px; }

  .table-col-5 tr {
    display: flex;
    flex-wrap: wrap; }
    .table-col-5 tr td {
      display: block;
      box-sizing: border-box; }
  .table-col-5 td:nth-of-type(1) {
    display: none; }
  .table-col-5 td:nth-of-type(2) {
    width: 50%; }
  .table-col-5 td:nth-of-type(3) {
    width: 50%; }
  .table-col-5 td:nth-of-type(4) {
    width: 50%; }
  .table-col-5 td:nth-of-type(5) {
    width: 50%; }
  .table-col-5 td {
    padding: 12px 5px;
    font-size: 0.875rem;
    text-align: center; } }
section.date {
  margin: 30px 0; }
  section.date .left {
    width: 100%;
    margin: 0 0 20px 0; }
    section.date .left > table .cal_date th {
      text-align: center;
      padding-bottom: 12px;
      vertical-align: middle; }
      section.date .left > table .cal_date th button {
        background-color: #2E457C;
        color: #fff;
        font-weight: 500;
        border: 0;
        width: 30px;
        height: 30px;
        cursor: pointer; }
    section.date .left > table .cal_week tr th:first-of-type {
      color: #0059AC; }
    section.date .left > table .cal_week tr th {
      text-align: center;
      height: 50px;
      border-top: 2px solid #0059AC;
      font-weight: 500;
      padding: 0;
      vertical-align: middle;
      background-color: #f8f8f8; }
    section.date .left > table #custom_set_date {
      border: 1px solid #ddd; }
      section.date .left > table #custom_set_date tr td {
        height: 45px;
        border: 1px solid #ddd;
        font-size: 0.875rem;
        vertical-align: middle;
        text-align: center;
        cursor: pointer; }
        section.date .left > table #custom_set_date tr td.select_day {
          background-color: #0059AC;
          color: #fff;
          font-weight: 500; }
        section.date .left > table #custom_set_date tr td.select_day2 {
          background-color: #264eff;
          color: #fff;
          font-weight: 500; }
  section.date #frm3 {
    width: 100%; }
  section.date .right {
    width: 100%; }
    section.date .right .right1 {
      box-sizing: border-box;
      padding: 0 20px 20px;
      border: 1px solid #ddd; }
      @media (max-width: 414px) {
        section.date .right .right1 {
          padding: 0 10px 20px; } }
      section.date .right .right1 h3 {
        font-weight: bold;
        font-size: 18px; }
        @media (max-width: 430px) {
          section.date .right .right1 h3 {
            font-size: 14px; } }
      section.date .right .right1 b {
        display: block;
        font-weight: bold;
        margin-bottom: 16px; }
        @media (max-width: 430px) {
          section.date .right .right1 b {
            font-size: 12px; } }
      section.date .right .right1 p {
        font-size: 0.875rem;
        margin-bottom: 14px; }
        @media (max-width: 430px) {
          section.date .right .right1 p {
            font-size: 10px; } }
      section.date .right .right1 .sel-wrap {
        display: flex;
        align-items: center;
        margin-bottom: 0.5rem; }
        section.date .right .right1 .sel-wrap select {
          border: 1px solid #ddd;
          width: 50px;
          height: 30px;
          background-color: #fff;
          outline: 0;
          padding: 5px;
          color: #555;
          border: 1px solid #ddd;
          background: url("/img/select_arrow_g.png") no-repeat 90% 11px/8px #fff;
          outline: 0;
          font-size: 14px;
          line-height: 20px; }
        section.date .right .right1 .sel-wrap span {
          display: block;
          padding: 0 5px;
          font-size: 0.83rem; }
        section.date .right .right1 .sel-wrap ul {
          display: flex;
          flex-shrink: 0;
          align-items: center; }
          section.date .right .right1 .sel-wrap ul li button {
            background-color: transparent;
            border: 0;
            cursor: pointer; }
            section.date .right .right1 .sel-wrap ul li button img {
              width: 16px; }
    section.date .right .right2 {
      margin-top: 10px; }
      section.date .right .right2 ul {
        display: flex;
        justify-content: space-between; }
        section.date .right .right2 ul li {
          width: 100%;
          margin: auto; }
          section.date .right .right2 ul li button {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 40px;
            line-height: 40px;
            border: 1px solid #ddd;
            box-sizing: border-box;
            background-color: #fff;
            color: #666;
            width: 100%;
            font-weight: 500;
            cursor: pointer; }
            section.date .right .right2 ul li button.orange {
              background-color: #76A6D0;
              border-radius: 10px;
              color: #fff; }

.rev_time {
  width: 100%;
  margin: 20px 0; }
  .rev_time table {
    border: 1px solid #ddd;
    text-align: center;
    padding: 10px; }
    .rev_time table thead tr {
      position: relative; }
      .rev_time table thead tr:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 3%;
        background: #ddd;
        width: 93%;
        height: 1px; }
    .rev_time table tr th {
      font-size: 16px;
      padding: 15px 0 15px; }
      @media (max-width: 430px) {
        .rev_time table tr th {
          font-size: 13px; } }
    .rev_time table tr td {
      font-size: 16px;
      padding: 20px 0 5px; }
      @media (max-width: 430px) {
        .rev_time table tr td {
          font-size: 13px; } }
    .rev_time table tr:last-child td {
      padding: 20px 0; }

@media (max-width: 768px) {
  .mypagewrap .form_contents {
    padding: 10px 0; }
    .mypagewrap .form_contents > table tr th {
      text-align: center;
      width: 100%;
      vertical-align: middle;
      display: flex;
      justify-content: center;
      align-items: center; }
      .mypagewrap .form_contents > table tr th b {
        margin-bottom: 1rem; }
    .mypagewrap .form_contents > table tr td {
      width: calc(100%);
      padding: 5px 10px;
      display: block; }
      .mypagewrap .form_contents > table tr td textarea {
        width: 100%;
        height: 170px;
        border: 1px solid #ddd;
        box-sizing: border-box;
        padding: 5px 10px; }
        .mypagewrap .form_contents > table tr td textarea.mini {
          max-width: 220px; }
      .mypagewrap .form_contents > table tr td input {
        width: 100%;
        height: 35px;
        border: 1px solid #ddd;
        box-sizing: border-box;
        padding: 5px 10px; }
        .mypagewrap .form_contents > table tr td input.mini {
          max-width: 100%; }
      .mypagewrap .form_contents > table tr td .df-form {
        display: flex;
        flex-direction: column; }
        .mypagewrap .form_contents > table tr td .df-form input {
          margin-right: 0;
          margin-bottom: 5px; }
        .mypagewrap .form_contents > table tr td .df-form button {
          height: 35px;
          border: 0;
          width: 100%;
          border: 1px solid #0059AC; }
      .mypagewrap .form_contents > table tr td .hadhtags_box {
        display: flex;
        flex-wrap: wrap; }
        .mypagewrap .form_contents > table tr td .hadhtags_box p {
          margin-bottom: 5px; }
      .mypagewrap .form_contents > table tr td .file_add > input {
        margin-bottom: 0.8rem; }
      .mypagewrap .form_contents > table tr td .file_add ul {
        display: flex; }
        .mypagewrap .form_contents > table tr td .file_add ul li {
          margin-right: 10px;
          width: 80px;
          height: 35px;
          box-sizing: border-box;
          text-align: center;
          line-height: 35px; }
          .mypagewrap .form_contents > table tr td .file_add ul li:last-of-type {
            margin-right: 0; }
          .mypagewrap .form_contents > table tr td .file_add ul li label {
            width: 100%;
            display: block;
            height: 100%;
            border: 1px solid #0059AC;
            color: #0059AC; }
          .mypagewrap .form_contents > table tr td .file_add ul li a {
            display: block;
            color: #ddd;
            border: 1px solid #ddd;
            width: 100%;
            height: 100%; }
      .mypagewrap .form_contents > table tr td .reserved {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px dashed #ddd;
        padding-bottom: 0.5rem;
        margin-bottom: 0.5rem; }
        .mypagewrap .form_contents > table tr td .reserved .txt {
          display: flex;
          flex-direction: column;
          align-items: flex-start; }
          .mypagewrap .form_contents > table tr td .reserved .txt p {
            margin-right: 1rem;
            line-height: 24px;
            display: flex;
            align-items: flex-end; }
          .mypagewrap .form_contents > table tr td .reserved .txt b {
            font-weight: bold;
            font-size: 1.05rem;
            margin-bottom: 5px; }
          .mypagewrap .form_contents > table tr td .reserved .txt span {
            display: block;
            color: #aaa;
            font-size: 0.875rem;
            padding-left: 12px; }
        .mypagewrap .form_contents > table tr td .reserved button {
          width: 80px;
          height: 35px;
          display: flex;
          justify-content: center;
          align-items: center;
          border: 1px solid #0059AC;
          color: #0059AC;
          background-color: #fff; }

  section.date {
    display: flex;
    flex-direction: column;
    align-items: center; }
    section.date .left {
      width: calc(100%); }
      section.date .left > table .cal_date th {
        text-align: center;
        padding-bottom: 12px;
        vertical-align: middle; }
        section.date .left > table .cal_date th button {
          background-color: #2E457C;
          color: #fff;
          font-weight: 500;
          border: 0;
          width: 30px;
          height: 30px;
          cursor: pointer;
          line-height: 34px; }
        section.date .left > table .cal_date th p {
          font-size: 14px; }
      section.date .left > table .cal_week tr th:first-of-type {
        color: #0059AC; }
      section.date .left > table .cal_week tr th {
        text-align: center;
        height: 50px;
        border-top: 2px solid #0059AC;
        font-weight: 500;
        padding: 0;
        vertical-align: middle;
        background-color: #f8f8f8; }
      section.date .left > table #custom_set_date {
        border: 1px solid #ddd; }
        section.date .left > table #custom_set_date tr td {
          height: 45px;
          border: 1px solid #ddd;
          font-size: 0.875rem;
          vertical-align: middle;
          text-align: center;
          cursor: pointer; }
          section.date .left > table #custom_set_date tr td.select_day {
            background-color: #2E457C;
            color: #fff;
            font-weight: 500; }
    section.date .right {
      width: 100%;
      margin-left: 0;
      margin-top: 10px; }
      section.date .right .right1 .sel-wrap {
        display: flex;
        align-items: center; }
        section.date .right .right1 .sel-wrap select {
          border: 1px solid #ddd;
          width: 50px;
          height: 30px;
          background-color: #fff; }
        section.date .right .right1 .sel-wrap span {
          display: block;
          padding: 0 3px;
          font-size: 0.83rem; }
        section.date .right .right1 .sel-wrap ul {
          display: flex;
          flex-shrink: 0;
          align-items: center; }
          section.date .right .right1 .sel-wrap ul li button {
            background-color: transparent;
            border: 0;
            padding: 0 2px;
            cursor: pointer; }
      section.date .right .right2 {
        margin-top: 10px; }
        section.date .right .right2 ul {
          display: flex;
          justify-content: space-between; }
          section.date .right .right2 ul li button {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 45px;
            border: 1px solid #ddd;
            box-sizing: border-box;
            background-color: #fff;
            color: #666;
            width: 100%;
            font-weight: 500;
            cursor: pointer; }
            section.date .right .right2 ul li button.orange {
              background-color: #76A6D0;
              color: #fff; } }
.charge-wrap .charge-top-wrap {
  padding-bottom: 5rem;
  border-bottom: 10px solid #f8f8f8; }
  .charge-wrap .charge-top-wrap .charge-top {
    width: calc(100% - 40px);
    max-width: 1280px;
    margin: 0 auto; }
    @media (max-width: 768px) {
      .charge-wrap .charge-top-wrap .charge-top {
        width: calc(100% - 20px); } }
    .charge-wrap .charge-top-wrap .charge-top .charge-title {
      border: 1px solid #ddd;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 2.5rem;
      box-sizing: border-box;
      margin-bottom: 4rem; }
      .charge-wrap .charge-top-wrap .charge-top .charge-title h1 {
        font-size: 2.125rem;
        width: fit-content;
        padding-bottom: 10px;
        border-bottom: 2px solid #ddd;
        margin-bottom: 1.875rem; }
      .charge-wrap .charge-top-wrap .charge-top .charge-title > p {
        font-size: 1.125rem;
        margin-bottom: 2.5rem;
        line-height: 1.5;
        text-align: center; }
      .charge-wrap .charge-top-wrap .charge-top .charge-title .bg-area {
        background-color: #f8f8f8;
        padding: 2.625rem 2.8rem;
        box-sizing: border-box;
        color: #3D2900;
        width: 100%;
        margin-bottom: 1.875rem; }
        .charge-wrap .charge-top-wrap .charge-top .charge-title .bg-area h2 {
          font-size: 1.5rem;
          display: flex;
          align-items: center; }
          .charge-wrap .charge-top-wrap .charge-top .charge-title .bg-area h2 img {
            margin-right: 10px; }
        .charge-wrap .charge-top-wrap .charge-top .charge-title .bg-area ul {
          display: flex;
          flex-wrap: wrap; }
          .charge-wrap .charge-top-wrap .charge-top .charge-title .bg-area ul li {
            margin-top: 15px;
            width: 50%;
            padding-left: 30px;
            box-sizing: border-box;
            font-size: 1.125rem;
            line-height: 1.75rem; }
      .charge-wrap .charge-top-wrap .charge-top .charge-title > a {
        margin: 0 auto;
        width: fit-content;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        max-width: 240px;
        width: calc(100% - 20px);
        height: 54px;
        border-radius: 30px; }
    @media (max-width: 1280px) {
      .charge-wrap .charge-top-wrap .charge-top .charge-title .bg-area {
        padding: 20px; }
        .charge-wrap .charge-top-wrap .charge-top .charge-title .bg-area ul li {
          margin-top: 12px;
          width: 100%; } }
    @media (max-width: 768px) {
      .charge-wrap .charge-top-wrap .charge-top .charge-title {
        padding: 20px 10px; }
        .charge-wrap .charge-top-wrap .charge-top .charge-title h1 {
          font-size: 1.5rem;
          margin-bottom: 1.5rem; }
        .charge-wrap .charge-top-wrap .charge-top .charge-title > p {
          font-size: 1rem;
          margin-bottom: 2rem; }
        .charge-wrap .charge-top-wrap .charge-top .charge-title .bg-area {
          margin-bottom: 1.5rem; }
          .charge-wrap .charge-top-wrap .charge-top .charge-title .bg-area h2 {
            font-size: 1.25rem; }
          .charge-wrap .charge-top-wrap .charge-top .charge-title .bg-area ul li {
            margin-top: 10px;
            padding-left: 10px;
            font-size: .9rem;
            line-height: 1.5rem; } }
    .charge-wrap .charge-top-wrap .charge-top .ch-banner {
      position: relative; }
      .charge-wrap .charge-top-wrap .charge-top .ch-banner > img {
        width: 100%;
        height: auto;
        min-height: 200px;
        object-fit: cover; }
      .charge-wrap .charge-top-wrap .charge-top .ch-banner .txt {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        height: 100%;
        width: calc(81.5%);
        right: 8.5%;
        z-index: 10;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        line-height: 1.5; }
        .charge-wrap .charge-top-wrap .charge-top .ch-banner .txt > div {
          margin-right: 100px; }
          .charge-wrap .charge-top-wrap .charge-top .ch-banner .txt > div p {
            color: #fff;
            margin-bottom: 15px;
            font-size: 1.875rem; }
          .charge-wrap .charge-top-wrap .charge-top .ch-banner .txt > div b {
            display: block;
            font-size: 2.125rem;
            color: #222; }
            .charge-wrap .charge-top-wrap .charge-top .ch-banner .txt > div b span {
              font-weight: bold; }
        .charge-wrap .charge-top-wrap .charge-top .ch-banner .txt > a {
          background-color: #222;
          width: 240px;
          height: 54px;
          display: flex;
          justify-content: center;
          align-items: center;
          border-radius: 30px;
          color: #fff; }
          .charge-wrap .charge-top-wrap .charge-top .ch-banner .txt > a span {
            color: #4BCF00; }
    @media (max-width: 1280px) {
      .charge-wrap .charge-top-wrap .charge-top .ch-banner .txt > div {
        margin-right: 40px; }
        .charge-wrap .charge-top-wrap .charge-top .ch-banner .txt > div p {
          font-size: 1.5rem; }
        .charge-wrap .charge-top-wrap .charge-top .ch-banner .txt > div b {
          font-size: 1.75rem; } }
    @media (max-width: 768px) {
      .charge-wrap .charge-top-wrap .charge-top .ch-banner {
        height: fit-content; }
        .charge-wrap .charge-top-wrap .charge-top .ch-banner > img {
          min-height: 300px;
          object-position: left 0; }
        .charge-wrap .charge-top-wrap .charge-top .ch-banner .txt {
          flex-direction: column;
          align-items: center;
          justify-content: center;
          text-align: center; }
          .charge-wrap .charge-top-wrap .charge-top .ch-banner .txt > div {
            margin-right: 0;
            margin-bottom: 20px; }
            .charge-wrap .charge-top-wrap .charge-top .ch-banner .txt > div p {
              font-size: 1.25rem; }
            .charge-wrap .charge-top-wrap .charge-top .ch-banner .txt > div b {
              font-size: 1.5rem; } }
.charge-wrap .charge-bottom-wrap {
  padding-top: 5rem;
  padding-bottom: 5rem; }
  .charge-wrap .charge-bottom-wrap .charge-bottom {
    width: calc(100% - 40px);
    max-width: 960px;
    margin: 0 auto; }
    @media (max-width: 768px) {
      .charge-wrap .charge-bottom-wrap .charge-bottom {
        width: calc(100% - 20px); } }
    .charge-wrap .charge-bottom-wrap .charge-bottom .charge-dl.for-theme3 > dd:not(:last-child) {
      border-bottom: 1px dashed #4BCF00; }
    .charge-wrap .charge-bottom-wrap .charge-bottom .charge-dl.for-theme3 > dd .ch-infor .right button {
      background-color: #4BCF00; }
    .charge-wrap .charge-bottom-wrap .charge-bottom .charge-dl.for-theme3 > dd .radio-time li label.on {
      border: 2px solid #4BCF00; }
      .charge-wrap .charge-bottom-wrap .charge-bottom .charge-dl.for-theme3 > dd .radio-time li label.on:before {
        background-image: url("/img/check (3).png"); }
    .charge-wrap .charge-bottom-wrap .charge-bottom .charge-dl.for-theme3 .theme3 {
      color: #4BCF00 !important; }
    .charge-wrap .charge-bottom-wrap .charge-bottom .charge-dl.for-theme3 .theme1 {
      color: #4BCF00; }
    .charge-wrap .charge-bottom-wrap .charge-bottom .charge-dl > dt {
      padding-top: 40px;
      margin-bottom: 30px;
      font-size: 1.25rem;
      color: #3D2900;
      color: #82693B; }
      .charge-wrap .charge-bottom-wrap .charge-bottom .charge-dl > dt em {
        font-size: 0.875rem; }
    .charge-wrap .charge-bottom-wrap .charge-bottom .charge-dl > dd {
      padding-bottom: 40px; }
      .charge-wrap .charge-bottom-wrap .charge-bottom .charge-dl > dd:not(:last-child) {
        border-bottom: 1px dashed #FFBB33; }
      .charge-wrap .charge-bottom-wrap .charge-bottom .charge-dl > dd .radio-time {
        display: flex;
        justify-content: space-between;
        flex-direction: column; }
        .charge-wrap .charge-bottom-wrap .charge-bottom .charge-dl > dd .radio-time > li {
          border-bottom: 1px solid #ddd;
          width: 100%; }
          .charge-wrap .charge-bottom-wrap .charge-bottom .charge-dl > dd .radio-time > li.radio-tit {
            border-top: 1px solid #ddd;
            border-bottom: 1px solid #AAAAAA; }
            .charge-wrap .charge-bottom-wrap .charge-bottom .charge-dl > dd .radio-time > li.radio-tit ol {
              display: flex;
              text-align: center;
              width: 100%;
              padding: 1rem;
              box-sizing: border-box; }
              .charge-wrap .charge-bottom-wrap .charge-bottom .charge-dl > dd .radio-time > li.radio-tit ol li:not(:nth-child(1)) {
                width: 28%; }
              .charge-wrap .charge-bottom-wrap .charge-bottom .charge-dl > dd .radio-time > li.radio-tit ol li:first-child {
                width: calc(100% - 84%); }
          .charge-wrap .charge-bottom-wrap .charge-bottom .charge-dl > dd .radio-time > li label {
            width: 100%;
            padding: 1rem;
            box-sizing: border-box;
            display: block;
            display: flex; }
            .charge-wrap .charge-bottom-wrap .charge-bottom .charge-dl > dd .radio-time > li label:before {
              content: '';
              display: block;
              width: 20px;
              height: 20px;
              background: url("/img/check (1).png") no-repeat 0 0/cover;
              margin: 0 auto; }
            .charge-wrap .charge-bottom-wrap .charge-bottom .charge-dl > dd .radio-time > li label b {
              width: 28%;
              text-align: center;
              font-size: 1rem;
              color: #555555; }
            .charge-wrap .charge-bottom-wrap .charge-bottom .charge-dl > dd .radio-time > li label .price {
              margin-top: auto;
              color: #FFBB33;
              font-size: 1.125rem;
              margin-bottom: 10px;
              text-align: center;
              margin: 0;
              width: 28%;
              font-weight: 600; }
            .charge-wrap .charge-bottom-wrap .charge-bottom .charge-dl > dd .radio-time > li label .fade {
              text-align: center;
              font-size: 0.875rem;
              width: 28%; }
            .charge-wrap .charge-bottom-wrap .charge-bottom .charge-dl > dd .radio-time > li label.on:before {
              background-image: url("/img/check (2).png"); }
      .charge-wrap .charge-bottom-wrap .charge-bottom .charge-dl > dd .ch-way {
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
        border-top: 1px solid #ddd; }
        .charge-wrap .charge-bottom-wrap .charge-bottom .charge-dl > dd .ch-way > li {
          width: 100%; }
          .charge-wrap .charge-bottom-wrap .charge-bottom .charge-dl > dd .ch-way > li label {
            padding: 1rem;
            display: block;
            width: 100%;
            box-sizing: border-box;
            height: 60px;
            display: flex;
            align-items: center;
            border-bottom: 1px solid #ddd; }
            .charge-wrap .charge-bottom-wrap .charge-bottom .charge-dl > dd .ch-way > li label:before {
              content: '';
              display: block;
              width: 20px;
              flex-shrink: 0;
              height: 20px;
              background: url("/img/check (1).png") no-repeat 0 0/cover;
              margin-right: 20px;
              margin: 0 auto; }
            .charge-wrap .charge-bottom-wrap .charge-bottom .charge-dl > dd .ch-way > li label p {
              display: flex;
              align-items: center;
              justify-content: center;
              width: 77%;
              text-align: center;
              margin-left: auto; }
              .charge-wrap .charge-bottom-wrap .charge-bottom .charge-dl > dd .ch-way > li label p img {
                margin-right: 12px; }
            .charge-wrap .charge-bottom-wrap .charge-bottom .charge-dl > dd .ch-way > li label.on {
              border: 2px solid #FFBB33; }
              .charge-wrap .charge-bottom-wrap .charge-bottom .charge-dl > dd .ch-way > li label.on:before {
                background-image: url("/img/check (2).png"); }
      .charge-wrap .charge-bottom-wrap .charge-bottom .charge-dl > dd .ch-infor {
        background-color: #f8f8f8;
        padding: 40px 60px;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .charge-wrap .charge-bottom-wrap .charge-bottom .charge-dl > dd .ch-infor .left {
          width: 48%;
          max-width: 450px; }
          .charge-wrap .charge-bottom-wrap .charge-bottom .charge-dl > dd .ch-infor .left p {
            display: flex;
            align-items: center;
            font-size: 1.25rem; }
            .charge-wrap .charge-bottom-wrap .charge-bottom .charge-dl > dd .ch-infor .left p:first-child {
              margin-bottom: 20px; }
            .charge-wrap .charge-bottom-wrap .charge-bottom .charge-dl > dd .ch-infor .left p b {
              margin-left: auto;
              font-size: 1.875rem;
              font-weight: bold;
              color: #FFBB33; }
            .charge-wrap .charge-bottom-wrap .charge-bottom .charge-dl > dd .ch-infor .left p span.sm {
              font-size: 0.75rem;
              color: #999; }
        .charge-wrap .charge-bottom-wrap .charge-bottom .charge-dl > dd .ch-infor .right {
          width: 48%; }
          .charge-wrap .charge-bottom-wrap .charge-bottom .charge-dl > dd .ch-infor .right label {
            display: flex;
            align-items: center;
            line-height: 1.5;
            color: #999;
            margin-bottom: 16px; }
          .charge-wrap .charge-bottom-wrap .charge-bottom .charge-dl > dd .ch-infor .right button {
            width: 100%;
            height: 80px;
            border-radius: 10px;
            background-color: #FFBB33;
            color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
            max-width: 340px;
            border: 0;
            font-size: 1.25rem; }
      @media (max-width: 768px) {
        .charge-wrap .charge-bottom-wrap .charge-bottom .charge-dl > dd .ch-infor {
          padding: 20px;
          flex-direction: column; }
          .charge-wrap .charge-bottom-wrap .charge-bottom .charge-dl > dd .ch-infor .left {
            width: 100%;
            max-width: 450px;
            margin-bottom: 20px; }
          .charge-wrap .charge-bottom-wrap .charge-bottom .charge-dl > dd .ch-infor .right {
            width: 100%;
            max-width: 450px; } }

.onoff_box {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  margin-left: 15px; }
  .onoff_box p {
    font-size: 0.875rem; }
  .onoff_box .onoff {
    display: flex;
    align-items: center;
    margin-top: 8px; }
    .onoff_box .onoff > span {
      font-size: .875rem;
      padding: 0 4px;
      display: block;
      color: #ddd;
      text-transform: uppercase;
      font-weight: bold; }
      .onoff_box .onoff > span:first-of-type {
        color: #3D2900; }
    .onoff_box .onoff p {
      width: 65px;
      height: 34px;
      display: flex;
      align-items: center;
      border-radius: 20px;
      background-color: #fff;
      padding: 2px;
      box-sizing: border-box;
      border: 1px solid #4BCF00; }
      .onoff_box .onoff p span {
        display: block;
        width: 28px;
        height: 28px;
        background-color: #4BCF00;
        border-radius: 50%; }
  .onoff_box .onoff.off > span:first-of-type {
    color: #ddd; }
  .onoff_box .onoff.off > span:last-of-type {
    color: #EF4B4B; }
  .onoff_box .onoff.off p {
    justify-content: flex-end;
    border: 1px solid #EF4B4B; }
    .onoff_box .onoff.off p span {
      background-color: #EF4B4B; }

/*# sourceMappingURL=mypage.css.map */
