* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
html {
    height: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
}
body {
    min-width: 767px;
    color: #000;
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    body {
        min-width: 100%;
    }
}
a {
    margin: 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

a:focus {
    outline: none !important;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

p {
    margin: 0;
}

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

textarea {
    display: block;
    outline: none;
}

textarea:focus,
input:focus {
    border-color: transparent !important;
}

button {
    outline: none !important;
    border: none;
    background: 0 0;
}

button:hover {
    cursor: pointer;
}

iframe {
    border: none !important;
}
.l-container {
    max-width: 1920px;
    width: 95%;
    margin: 0 auto;
}

#header {
    text-align: center;
    padding: 30px 0;
}

.js-pscroll {
    position: relative;
    overflow: hidden;
}

.table100 .ps__rail-y {
    width: 9px;
    background-color: transparent;
    opacity: 1 !important;
    right: 5px;
}

.table100 .ps__rail-y::before {
    content: "";
    display: block;
    position: absolute;
    background-color: #ebebeb;
    border-radius: 5px;
    width: 100%;
    height: calc(100% - 30px);
    left: 0;
    top: 15px;
}

.table100 .ps__rail-y .ps__thumb-y {
    width: 100%;
    right: 0;
    background-color: transparent;
    opacity: 1 !important;
}

.table100 .ps__rail-y .ps__thumb-y::before {
    content: "";
    display: block;
    position: absolute;
    background-color: #ccc;
    border-radius: 5px;
    width: 100%;
    height: calc(100% - 30px);
    left: 0;
    top: 15px;
}

.limiter {
    max-width: 1920px;
    width: 95%;
    margin: 0 auto;
    padding: 80px 0;
}
.limiter .heading {
    text-align: center;
}
.heading h1 {
    margin-bottom: 20px;
}
button.import {
    border: 1px solid #000;
    border-radius: 10px;
    font-size: 16px;
    padding: 8px 30px;
    background-color: #00a550;
    border-color: #00a550;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
}
#excel_file {
    border: 1px solid #000;
    border-radius: 10px;
}
input[type="file"]::file-selector-button {
    margin-right: 20px;
    border: hidden;
    background: #00a550;
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    transition: background 0.2s ease-in-out;
    font-family: "Noto Sans JP", sans-serif;
}
input[type="text"] {
    border: 1px solid #000;
    border-radius: 10px;
    margin-right: 20px;
    background: transparent;
    padding: 10px 20px;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.2s ease-in-out;
    font-family: "Noto Sans JP", sans-serif;
}
input[type="file"]::file-selector-button:hover {
    background: #0d45a5;
}
#responseMessage {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #00a550;
    margin-top: 20px;
}
#responseMessage-error {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #da435c;
    margin-top: 20px;
}
.container-table100 {
    width: 100%;
    min-height: 100vh;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 33px 30px;
}

.wrap-table100 {
    width: 1170px;
}

.table100 {
    background-color: #fff;
}

table {
    width: 100%;
}

th,
td {
    font-weight: unset;
    padding-right: 10px;
}

.column1 {
    width: 33%;
    padding-left: 40px;
}

.column2 {
    width: 13%;
}

.column3 {
    width: 22%;
}

.column4 {
    width: 19%;
}

.column5 {
    width: 13%;
}

.table100-head th {
    padding-top: 18px;
    padding-bottom: 18px;
}

.table100-body td {
    padding-top: 16px;
    padding-bottom: 16px;
}

.table100 {
    position: relative;
    padding-top: 60px;
}

.table100-head {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.table100-body {
    max-height: 585px;
    overflow: auto;
}

.table100.ver1 th {
    font-size: 18px;
    color: #fff;
    line-height: 1.4;
    background-color: #6c7ae0;
}

.table100.ver1 td {
    font-size: 15px;
    color: gray;
    line-height: 1.4;
}

.table100.ver1 .table100-body tr:nth-child(even) {
    background-color: #f8f6ff;
}

.table100.ver1 {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
}

.table100.ver1 .ps__rail-y {
    right: 5px;
}

.table100.ver1 .ps__rail-y::before {
    background-color: #ebebeb;
}

.table100.ver1 .ps__rail-y .ps__thumb-y::before {
    background-color: #ccc;
}

.capacity_input_imei {
    border-bottom: 1px solid #eee;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
    .capacity_input_imei {
        flex-direction: column;
    }
}
.capacity_input_imei_dt {
    line-height: 1.5;
    font-weight: 700;
    position: relative;
    width: 220px;
}
@media screen and (max-width: 767px) {
    .capacity_input_imei_dt {
        margin-bottom: 20px;
		font-size: 2.0rem;
    }
}
.capacity_input_imei_dt:before {
    content: "\5fc5\9808";
    display: inline-block;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    font-size: 12px;
    height: 25px;
    font-weight: 400;
    padding: 0 8px;
    color: #fff;
    top: calc(50% - 12.5px);
    right: 0;
    background-color: #b79d63;
}
.capacity_input_imei_dd {
    width: calc(100% - 280px);
}
@media screen and (max-width: 767px) {
    .capacity_input_imei_dd {
        width: 100%;
    }
}
.capacity_input_imei_dd input {
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    width: 100%;
    background: #f4f4f4;
    box-sizing: border-box;
    font-size: 16px;
    outline: none;
    color: #000;
}

.note {
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    padding: 0 30px;
}
@media screen and (max-width: 767px) {
    .note {
        font-size: 16px;
        padding: 0;
    }
}
.btn {
    display: inline-block;
    width: 300px;
    height: auto;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    outline: none;
    transition: all 0.3s;
    background-color: #00a550;
    border: 1px solid #00a550;
    color: #fff;
    position: relative;
    display: flex;
    border-radius: 50px;
    font-size: 22px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 30px;
    padding: 10px 0;
}
.btn:after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    right: 50px;
    position: absolute;
    transition: 0.3s;
}

.btn:hover,
button.import:hover {
    background-color: #fff;
    border-color: #ff9600;
    color: #ff9600;
}
.btn:hover:after {
    right: 45px;
    border-color: #ff9600;
}
.btn.disable {
    background-color: #dfe2e3;
    color: #000;
    border-color: #dfe2e3;
    pointer-events: none;
}
.btn-wrapper {
    cursor: not-allowed;
    width: fit-content;
    margin: auto;
}
.btn span {
    display: block;
}
.capacity-display {
    background: #fff;
    border: 1px solid #dcdfe6;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 0 6px 0 rgba(0, 0, 0, 0.04);
    border-radius: 20px;
}
.capacity-display .nav-tabs {
    background-color: #dfe2e3;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .capacity-display .nav-tabs {
        width: 100%;
    }
}
.capacity-display .nav-link {
    color: #000;
    width: 200px;
    font-size: 20px;
    font-weight: 700;
    padding: 10px 0;
}
@media screen and (max-width: 767px) {
    .capacity-display .nav-link {
        width: 100%;
        font-size: 26px;
    }
}
.nav {
    display: flex;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #fff;
}
.main_tabs {
    display: flex;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    overflow: hidden;
    margin: 20px 0;
}
.tab {
    width: 50%;
    text-align: center;
    padding: 30px 0;
    cursor: pointer;
    font-size: 20px;
    background-color: #dfe2e3;
}
@media screen and (max-width: 767px) {
    .tab {
        padding: 10px 0;
        font-size: 16px;
    }
    .nav-item {
        width: 50%;
    }
}
.tab.active,
.tab:hover {
    background-color: #00a550;
    color: #fff;
}
.tab:hover {
    opacity: 0.7;
}
.tab.active {
    pointer-events: none;
}
.tab-content {
    padding: 0 30px;
}
@media screen and (max-width: 767px) {
    .tab-content {
        padding: 0;
    }
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .main-tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.fade {
    transition: opacity 0.15s linear;
}
.fade:not(.show) {
    opacity: 0;
}
.capacity-display-title {
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
}
.total-capacity-gb-display {
    font-size: 30px;
    font-weight: 700;
}
.sec_in {
    margin-top: 30px;
}

.responsive-table {
    background-color: #fefefe;
    border-collapse: collapse;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
    width: 100%;
    margin: 20px 0;
    overflow: hidden;
}
.responsive-table__head {
    background-color: #e1e8f2;
}
.responsive-table__head__title {
    font-size: 16px;
}
.responsive-table__body__text {
    font-size: 16px;
}
/* .responsive-table__row{
    display: flex;
} */
.responsive-table__row th,
.responsive-table__row td {
    padding: 10px;
    font-weight: 500;
    text-transform: capitalize;
    text-align: center;
    width: 20%;
    white-space: nowrap;
}
.drop-container {
    position: relative;
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 200px;
    padding: 20px;
    border-radius: 10px;
    border: 2px dashed #555;
    color: #444;
    cursor: pointer;
    transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
}

.drop-container:hover,
.drop-container.drag-active {
    border-color: #00a550;
}

.drop-container:hover .drop-title,
.drop-container.drag-active .drop-title {
    color: #222;
}

.drop-title {
    color: #444;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    transition: color 0.2s ease-in-out;
}

input[type="file"] {
    width: 350px;
    max-width: 100%;
    color: #444;
    padding: 5px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #555;
}

input[type="file"]::file-selector-button {
    margin-right: 20px;
    border: none;
    background: #084cdf;
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    transition: background 0.2s ease-in-out;
}

input[type="file"]::file-selector-button:hover {
    background: #0d45a5;
}
.file_wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #00a550;
    border-radius: 11px;
}
.input_file {
    border: 1px solid #000;
    border-radius: 10px;
    font-size: 16px;
    padding: 8px 30px;
    background-color: #00a550;
    border-color: #00a550;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    cursor: pointer;
    width: max-content;
    flex-shrink: 0;
}
#file-name-display {
    padding: 0 10px;
}
#file-name-display.hidden {
    display: none;
}
#capacity_input_btn_error_message {
    background: #fee9ed;
    color: #da435c;
}

/* LOGIN SITE  */

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.card {
    width: 300px;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    border-top: 4px solid #00a550;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.login-input {
    border: 1px solid #000;
    border-radius: 10px;
    margin-right: 0px !important;
    background: transparent;
    padding: 10px 20px;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.2s ease-in-out;
    font-family: "Noto Sans JP", sans-serif;
}

.buttons {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.login-button,
.logout-button {
    padding: 10px 20px;
    background-color: #00a550;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
}
.logout-button {
    background-color: #da435c;
}

.register-button {
    padding: 10px 20px;
    background-color: #fff;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
}

@media (max-width: 480px) {
    .card {
        width: 100%;
        max-width: 300px;
    }
}
/* CHARGE SECTION  */
.charge{
    padding: 60px 0;
}

.charge-wrapper {
    margin: 0 -20px;
}
.charge-ttl{
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    background-color: #DBDEDF;
    text-align: center;
    border-radius: 15px;
    padding: 12px 0;
    margin-bottom: 15px;
}
.charge-list {
    display: flex;
    flex-wrap: wrap;
}
.charge-item {
    margin: 0 20px;
}



/* FORM */
.s-form {
    font-size: 16px;
  }
  .s-form form {
    gap: 0;
  }
  .s-form__alert {
    padding-bottom: 15px;
    margin-bottom: 60px;
    border-bottom: 1px solid #DEE1EF;
  }
  
  @media screen and (max-width: 767px) {
    .s-form {
      /* font-size: 1.4rem; */
    }
    .s-form__alert {
      padding-bottom: 10px;
      margin-bottom: 30px;
    }
  }
  
  .s-form__alert .required {
    margin-right: 5px;
  }
  
  .s-form .required {
    color: #fff;
    font-size: 14px;
    padding: 4px 9px;
    text-align: center;
    background: #b79d63;
    margin-left: 10px;
  }
  
  @media screen and (max-width: 767px) {
    .s-form .required {
      /* font-size: 1.2rem; */
      padding: 2px 7px;
    }
  }
  
  .s-form dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #DEE1EF;
  }
  
  @media screen and (max-width: 767px) {
    .s-form dl {
      display: block;
      padding-bottom: 20px;
      margin-bottom: 20px;
    }
  }
  
  .s-form dl:nth-child(even) dt {
    background-color: #E7E9F4;
  }
  .s-form dl:nth-child(odd) dt {
    background-color: #F8F9FD;
  }

.s-form dl dt.color1 {
	background-color: #E7E9F4;
}
.s-form dl dt.color2 {
	background-color: #F8F9FD;
}
  
  .s-form dt {
    width: 28%;
    padding: 20px 20px 20px 2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .s-form dt p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  @media screen and (max-width: 767px) {
    .s-form dt {
      width: 100%;
      padding: 12px;
      margin-bottom: 10px;
    }
    .s-form dt p {
    }
  }
  
  .s-form dt .required {
    width: 30%;
    width: 80px;
  }
  
  @media screen and (max-width: 767px) {
    .s-form dt span {
      margin-left: 8px;
    }
  }
  
  .s-form dd {
    width: 73%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 22px 0 22px 4%;
  }
  @media screen and (max-width: 767px) {
    .s-form dd {
      width: 100%;
      padding: 0;
    }
  }
  
  .s-form dd p {
    width: 100%;
  }
  
  .s-form .note {
    color: #2099A3;
    font-size: 14px;
    padding-top: 16px;
  }
  @media screen and (max-width: 767px) {
    .s-form .note {
      font-size: 1.3rem;
      padding-top: 8px;
    }
  }
  .s-form .flex-start {
    justify-content: flex-start;
  }
  
  .s-form dl input, .s-form dl select, .s-form dl textarea {
    color: #666;
    width: 100%;
    padding: 12px 10px 12px 20px;
    font-size: 16px;
    resize: none;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #DEE1EF;
    background-color: #F8F9FD;
    vertical-align: middle;
    margin: 0 !important;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -webkit-transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
    transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s,
    -webkit-box-shadow linear 0.2s;
    font-family: 'Noto Sans JP', sans-serif;
  }
.s-form dl input.non_input {
    background-color: inherit;
    border: none;
}
  .s-form dl input::placeholder, .s-form dl select::placeholder, .s-form dl textarea::placeholder {
    color: #666;
    font-weight: normal;
  }
  .s-form dl input:focus::placeholder {
    color: transparent;
  }
  .s-form dl input:focus::-webkit-input-placeholder, .s-form dl textarea:focus::-webkit-input-placeholder { color: transparent; } /* Chrome・Safari・Opera用(※Edgeにも使える) */
  .s-form dl input:focus:-moz-placeholder, .s-form dl textarea:focus:-moz-placeholder { color: transparent; }  /* Firefox18以前用 */
  .s-form dl input:focus::-moz-placeholder, .s-form dl textarea:focus::-moz-placeholder { color: transparent; } /* Firefox19以上用 */
  .s-form dl input:focus::placeholder, .s-form dl textarea:focus::placeholder { color: transparent; } /* CSS標準(予定)の記述 */

  .s-form dl textarea:focus, .s-form dl input:focus, .s-form dl select:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
      0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
      0 0 8px rgba(82, 168, 236, 0.6);
  }
  
  .s-form dl input, .s-form dl select {
    height: 50px;
  }
  @media screen and (max-width: 767px) {
    .s-form dl input, .s-form dl select, .s-form dl textarea {
      /* font-size: 1.4rem; */
      padding: 8px 8px 8px 12px;
    }
    .s-form dl input, .s-form dl select {
    }
  }
  
  .s-form #date {
    color: #666;
    font-weight: normal;
  }
  
  .s-form__radio input {
    vertical-align: -2px;
  }
  
  select, .s-form .s-form__date input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../img/ic-select.png);
    background-repeat: no-repeat;
    background-position: center right 20px;
  }
  .p-contact .s-contact__form table select::-ms-expand {
    display: none;
  }
  .s-form .s-form__select select {
    width: 65%;
    max-width: 525px;
  }
  @media screen and (max-width: 767px) {
    .s-form .s-form__select select, .s-form .s-form__date input {
      width: 100%;
    }
  }
  
  @media screen and (max-width: 767px) {
    .s-form textarea {
      height: 250px;
    }
  }
  
  .s-form__checkbox {
    margin-top: 30px;
    border-bottom: 0 !important;
  }
  .s-form__checkbox dd {
    width: 100%;
    text-align: center;
  }
  .s-form__checkbox input {
    width: 17px !important;
    height: 17px !important;
    vertical-align: -2px !important;
  }
  .s-form__checkbox .wpcf7-list-item {
    margin: 0;
  }
  
  .s-form__rules {
    margin-top: 15px;
    padding: 2.6% 5% 3%;
    background: #F8F9FD;
    border: 1px solid #ABAEB9;
  }
  
  @media screen and (max-width: 767px) {
    .s-form__rules {
      padding: 20px;
    }
  }
  
  .s-form__rules h3 {
    font-size: 16px;
    padding-bottom: 20px;
    font-family: 'Noto Sans JP', sans-serif;
  }
  
  .s-form__rules p + p {
    padding-top: 30px;
  }
  @media screen and (max-width: 767px) {
    .s-form__rules h3 {
      font-size: 1.4rem;
    }
    .s-form__rules p + p {
      padding-top: 20px;
    }
  }
  
  
  .s-form__submit, .s-form__confirm, #wpcf7cpcnf button {
    text-align: center;
  }
  
  .s-form__submit input, .s-form__confirm input, #wpcf7cpcnf button, .thanks-btn {
    color: #fff;
    width: 234px;
    border: none;
    cursor: pointer;
    font-size: 17px;
    padding: 9px 0;
    margin: 50px 10px;
    background: #00a550;
    border-radius: 50px;
    border: 1px solid #00a550;
  }
  .s-form__submit input:hover, .s-form__confirm input:hover, #wpcf7cpcnf button:hover, .thanks-btn:hover {
    background-color: #fff;
    border: 1px solid #ff9600;
    color: #ff9600;
}
  
  @media screen and (max-width: 767px) {
    .s-form__submit input, .s-form__confirm input, #wpcf7cpcnf button, .thanks-btn {
      width: 45%;
      font-size: 15px;
      max-width: 170px;
      padding: 6px 0;
      margin: 35px 4px;
    }
  }
  
  .s-form .wpcf7-not-valid-tip {
    padding-left: 10px;
  }
  
  @media screen and (max-width: 767px) {
    .s-form .wpcf7-not-valid-tip {
      font-size: 1.1rem;
      padding-left: 5px;
    }
  }
  
  .s-form .wpcf7-spinner {
    position: absolute;
  }
  
  
  /* テーブル */
  #wpcf7cpcnf table th, #wpcf7cpcnf table td {
    padding: 18px 18px 18px 3%;
  }
  #wpcf7cpcnf table th {
    background-color: #E7E9F4;
    border: 1px solid #DEE1EF;
    text-align: left;
    width: 35%;
  }
  #wpcf7cpcnf table td {
    border: 1px solid #DEE1EF;
  }
  
  /* ボタン */
  div.wpcf7cp-btns {
    text-align: center;
  }
  #wpcf7cpcnf button {
  }
  
  @media screen and (max-width: 767px) {
    #wpcf7cpcnf table th, #wpcf7cpcnf table td {
      display: block;
      width: 100% !important;
      padding: 12px 12px 12px 4%;
    }
    #wpcf7cpcnf table td {
      margin-bottom: 20px;
    }
  }
  
  .thanks-form {
    margin-top: 60px;
  }
  .thanks-form .thanks-txt {
    font-size: 16px;
    line-height: 1.7;
  }
  .thanks-form .thanks-txt p + p {
    padding-top: 20px;
  }
  .thanks-btn {
    display: block;
    margin: 50px auto 0;
    text-decoration: none;
    text-align: center;
    min-width: 215px;
  }
  