@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/destyle.css@4.0.0/destyle.min.css");
* {
  background-repeat: no-repeat;
}

@media (prefers-color-scheme: dark) {
  body::-webkit-scrollbar {
    background-color: #fff;
  }
  body::-webkit-scrollbar-thumb {
    background: #d6d6d6;
    border-radius: 6px;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
    background-clip: padding-box;
  }
  ::-webkit-scrollbar-track {
    margin-top: 3px;
    margin-bottom: 3px;
  }
}
html {
  height: 100%;
  font-size: 62.5%;
}

body {
  height: 100svh;
  margin: 0 auto;
}

body, input, select, textarea {
  line-height: 1.5;
  font-size: 15px;
  font-weight: 500;
  width: 100%;
  color: #000000;
}

.pico input, .pico optgroup, .pico select, .pico textarea {
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #b2b2b2;
}

.pico h1{
  background: rgb(163,0,0);
  background: linear-gradient(90deg, rgba(163,0,0,1) 0%, rgba(229,0,18,1) 50%, rgba(163,0,0,1) 100%);
}

.pico .display_block {
  display: block;
}

.pico textarea {
  height: 100px;
}

.pico input:not([type=checkbox], [type=radio]), .pico select, .pico textarea {
  margin-bottom: 0;
}

.body-wrap {
  overflow-x: hidden;
  padding: 40px 30px;
  max-width: 600px;
  margin: auto;
}

a {
  color: #000000;
}
a:hover {
  color: #000000;
}

.post-heading {
  color: #ffffff !important;
  background-color: #d5004b;
  border-radius: 100px;
  line-height: 1;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 40px !important;
}

.post-item {
  margin-bottom: 0 !important;
}
.post-item + .post-item {
  margin-top: 40px;
}
.post-item > dt {
  /*display: flex;*/
  align-items: center;
}
.post-item > dt.wrap {
  flex-wrap: wrap;
}
.post-item > dt.center {
  display: block;
  text-align: center;
}
.post-item > dt .brackets {
  font-size: 12px;
}
.post-item > dt .required {
  font-size: 10px;
  color: #d5004b;
  letter-spacing: 0.05em;
  margin-left: 8px;
}
.post-item > dd {
  margin-top: 10px;
}
.post-item .post-item__input-column-01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 20px;
}
.post-item .post-item__input-column-01 > * {
  flex: 1;
}
.post-item .post-item__input-column-01 > *.e-in-column {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 8px;
}
.post-item .post-item__input-column-01 > *.e-in-column span {
  white-space: nowrap;
}
.post-item .post-item__input-column-02 {
  display: flex;
  /*justify-content: space-between;*/
  align-items: center;
  gap: 0 10px;
}
.post-item .post-item__input-column-02 span {
  font-weight: bold;
  font-size: 18px;
}
.post-item .post-item__note {
  font-size: 10px;
}
.post-item .post-item__multiple + .post-item__multiple {
  margin-top: 10px;
}
.post-item .post-item__multiple .e-heading {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 12px;
}
.post-item.--v-conf {
  border-bottom: 1px solid #000000;
  padding-bottom: 20px;
}
.post-item.--v-conf + .post-item {
  margin-top: 20px;
}
.post-item.--v-conf > dt {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.post-item.--v-conf > dd {
  padding: 0 17px;
}
.post-item.--v-conf > dd > * + * {
  margin-top: 5px;
}
.post-item.--v-btn {
  margin-top: 40px !important;
}

.pico button.post-btn,
.pico a.post-btn {
  display: block;
  width: 100%;
  color: #ffffff;
  border-radius: 10px;
  text-align: center;
  padding: 15px 0;
  border: none;
  font-size: 15px;
  font-weight: bold;
  margin-top: 5px;
  text-decoration: none;
  background: rgb(163,0,0);
  background: linear-gradient(90deg, rgba(163,0,0,1) 0%, rgba(229,0,18,1) 50%, rgba(163,0,0,1) 100%);
}
.pico button.post-btn + button.post-btn,
.pico a.post-btn + button.post-btn {
  margin-top: 15px;
}
.pico button.post-btn span,
.pico a.post-btn span {
  display: block;
  font-size: 12px;
  font-weight: normal;
}
.pico button.post-btn.--white,
.pico a.post-btn.--white {
  background: none;
  color: #000000;
  border: 2px solid #000000;
}

.post-error {
  display: block;
  margin-top: 5px;
  color: #d5004b;
  font-size: 16px;
  font-weight: bold;
  background-color: #fff605;
}
.post-error.--mt-0 {
  margin-top: 0;
}

input::placeholder {
  color: #cccccc !important;
}

.note{
  font-size:1.2em;
  color:brown;
}



/*footer
---------------------------------------*/
footer{
  color: #003D56;
  background: #D1E5E5;
  padding: 0;
  text-align: center;
  }
  
  footer .sns{
  border-bottom: solid 2px #003D56;
  width: 90%;
  margin: auto;
  }
  
  footer .sns .txt{
  font-size: 20px;
  font-weight: bold;
  padding-top: 30px;
  }
  
  footer .sns li{
  display: inline-block;
  padding: 20px 7px;
  }
  
  footer .address .ttl{
  font-size: 16px;
  font-weight: bold;
  padding-top: 20px;
  }
  
  footer .address .txt{
  font-size: 19px;
  font-weight: bold;
  line-height: 1.3;
  padding-top: 10px;
  }
  
  footer .address .tel{
  font-size: 24px;
  font-weight: bold;
  padding-top: 10px;
  }
  
  footer .address .unit{
  font-size: 13px;
  font-weight: bold;
  padding: 8px 0 30px;
  }

  .ml-20 {
    margin-left:20px;
  }

  #mv img {
    width:100%;
  }

  #mv .form_btn_wrap{
    position: relative;
  }

  #mv .form_btn_wrap a{
    position: absolute;
    top: 88%;
    left: 10%;
    width: 80%;
  }
  .br-sp {
    display: none;
  }

  @media (max-width: 600px) {
    .br-sp {
        display: block;
    }
  }