body {
  font-family: "Helvetica", "Arial", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo",
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0;
  font-size: 16px;
  color: #000;
  margin: 0 auto 0 auto;
  letter-spacing: 1px;
}

h1 {
  color: #fff;
  font-size: 23px;
  padding: 15px 0 7px 115px;
  margin: 0 auto 0 auto;
  float: left;
}
#thanks h1 {
  color: #666;
  font-size: 18px;
  margin: 0 auto;
  padding: 10px 0 10px 10px;
  text-align: left;
  width: 100%;
}

h2 {
  background-color: #7bc4f8;
  color: #fff;
  font-size: 18px;
  padding: 5px 0 5px 20px;
  border-radius: 8px 8px 0 0;
  margin-bottom: 0px;
  margin: 0 auto 0 auto;
  box-sizing: border-box;
}

h2 span.item_remove {
  display: block;
  float: right;
  margin-right: 10px;
  cursor: pointer;
  padding: 1px 8px;
}

a:link {
  text-decoration: none;
  color: #2e71b8;
}

a:visited {
  text-decoration: none;
  color: #2e71b8;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

img {
  border: 0;
}

.hidden {
  display: none;
}

.pc_hidden {
  display: none;
}

/***********head***********/
.header_top img{
  float: left;
  margin: 10px 0;
}

.thanks .header_pc {
  margin: 20px auto 15px auto;
}

.header_pc .tel {
  margin: 0 10px;
}

.header_sp {
  display: none;
}

.header_pc .tel_bottom {
  display: flex;
  gap: 8px;
  align-items: center;
}

.header_pc .tel_number {
  color: #238f3a;
  font-size: 43px;
  font-weight: 600;
}

.header_pc .time_tel {
  margin-top: auto;
  margin-bottom: 5px;
}

.efo_header {
  position: relative;
}

/* Step */
.efo_step_nav {
  margin: 0 auto;
  padding: 0;
  margin-bottom: 20px;
  overflow: hidden;
  width: 100%;
}
.efo_step_nav ul {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.efo_step_nav li {
  flex: 1;
  position: relative;
  margin-right: 50px;
  list-style-type: none;
  border: 1px solid #ababab;
  color: #717171;
  font-size: 16px;
  font-weight: normal;
  box-sizing: border-box;
  border-radius: 5px;
  text-align: center;
}
.efo_step_nav li.step_active {
  background-color: #ff6c00;
  color: #fff;
  border: 0;
}
.efo_step_nav .step_inner {
  padding: 10px 15px;
  font-size: 14px;
}
.efo_step_nav li:after {
  position: absolute;
  top: calc(50% - 5px);
  right: -32px;
  display: block;
  margin-top: -6px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 12px solid #ccc;
  content: "";
}
.efo_step_nav li.step_active:after {
  border-left-color: #ff6c00;
}
.efo_step_nav li:last-child {
  margin-right: 0;
}
.efo_step_nav li:last-child::after {
  display: none;
}
/* End Step */

/***********head************/

.efo_container {
  max-width: 1000px;
  margin: 0 auto 0 auto;
  overflow: hidden;
}

.efo_container_unset_overflow {
  max-width: 1000px;
  margin: 0 auto 0 auto;
}

.form {
  max-width: 1000px;
  margin: 0 auto 30px auto;
  overflow: hidden;
  border: 1px solid #7bc4f8;
  box-sizing: border-box;
  background-color: #ebf6fe;
}

.form dl {
  border-bottom: 1px solid #d3d3d3;
  overflow: hidden;
  margin: 0;
  box-sizing: border-box;
}

.form dt {
  width: 250px;
  padding: 23px 0 0 20px;
  float: left;
  clear: both;
  position: relative;
  box-sizing: border-box;
}

.form dd {
  position: relative;
  width: 700px;
  width: calc(100% - 250px);
  margin: 0;
  float: left;
  padding: 20px 0 20px 30px;
  background-color: #fff;
  box-sizing: border-box;
  font-size: 90%;
}

.radio_group_container {
  display: flex;
  align-items: center;
}

.label_text_sp {
  display: none;
}

.label_text_newline {
  display: block;
  margin-top: 8px;
}

.label_text {
  display: inline-block;
}

.form dd img {
  position: absolute;
  left: 7px;
  top: 29px;
}

.form dd span {
  color: #717171;
}

.address dt {
  height: 50px;
}

.mailaddress dt {
  height: 57px;
}

.textarea dt {
  height: 75px;
}

textarea {
  width: 400px;
  float: left;
}

.radio {
  margin-right: 30px;
  letter-spacing: 5px;
  font-weight: 300;
  white-space: nowrap;
}

.necessary {
  background-color: #ff6c00;
  color: #fff;
  padding: 2px 5px 1px 5px;
  border-radius: 3px;
  position: absolute;
  right: 15px;
  font-size: 13px;
}

.optional {
  background-color: #a6a6a6;
  color: #fff;
  padding: 2px 5px 1px 5px;
  border-radius: 3px;
  position: absolute;
  right: 15px;
  font-size: 13px;
}

.noborder {
  border: none !important;
}

input,
textarea,
button {
  font-size: 14px;
  border: 1px solid #9a9a9a;
  border-radius: 3px;
  padding: 7px;
  margin-right: 10px;
  overflow: hidden;
  background-color: #f2f2f2;
}

select {
  font-size: 14px;
  border: 1px solid #9a9a9a;
  border-radius: 3px;
  padding: 0;
  margin-right: 10px;
  overflow: hidden;
  background-color: #f2f2f2;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-transform: scale(2);
  -webkit-transform-origin: 100% 60%;
  -moz-transform: scale(1.5);
  -moz-transform-origin: 100% 60%;
  -ms-transform: scale(1.5);
  -ms-transform-origin: 100% 60%;
  vertical-align: middle;
  margin-left: 12px;
}

.textarea input {
  float: left;
}

.mailaddress input {
  width: 55%;
  margin-bottom: 10px;
}

.address input {
  width: 40%;
  margin-bottom: 10px;
}

.condition input {
  width: auto;
  margin-left: 20px;
}

.text input:not([type=checkbox]):not([type=radio]) {
  width: 30%;
}

.magazine {
  padding-left: 40px;
  padding-top: 1px;
  padding-bottom: 3px;
  margin-bottom: 20px;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.submit-wrapper {
  display: flex;
}

@media screen and (max-width: 1000px) {
  .magazine {
    width: 100%;
  }
}

.magazine input {
  margin-left: 20px;
}

#pref {
  height: 28px;
}

.item_add {
  display: block;
  margin-top: -48px;
  padding: 10px;
  background-color: #7bc4f8;
  border: none;
  border-radius: 7px;
  color: #fff;
  width: 180px;
  cursor: pointer;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), 0 -2px 0 0 #6b94b2 inset;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
}

.item_add:hover,
.btn_green:hover {
  opacity: 0.85;
}

.btn_green {
  display: block;
  padding: 10px 20px 10px 20px;
  background-color: #009140;
  border: none;
  border-radius: 7px;
  color: #fff;
  width: 58%;
  cursor: pointer;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), 0 -2px 0 0 #016f32 inset;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 0 auto;
}

.wrapper_btn_back {
  position: absolute;
  top: 0;
}

.btn_back button {
  margin-top: 6px;
  cursor: pointer;
  text-align: center;
}

.btn_green:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn_green.mr_100 {
  margin-right: 100px;
}

.form_error_message {
  display: none;
  color: red;
  float: right;
  background: url(../images/icon_alart.png) no-repeat;
  padding-left: 30px;
  padding-right: 15px;
  line-height: 190%;
  clear: both;
}

.has-error .form_error_message {
  display: block;
}

.has-error input,
.has-error select {
  background-color: #fff0f1;
  border: 1px solid #fe0000;
  box-shadow: 0px 0px 3px #fe0000;
}

.form_success_message {
  color: red;
  float: right;
  background: url(../images/icon_alart.png) no-repeat;
  padding-left: 30px;
  padding-right: 15px;
  line-height: 150%;
  clear: both;
}

.has-success input,
.has-success select {
  background-color: #eff7e8;
  border: 1px solid #53b300;
  box-shadow: 0px 0px 3px #53b300;
}

.input-valid {
  display: none;
}

.has-success .input-valid {
  display: inline;
}

/* footer */
.footer {
  margin-top: 100px;
}

.footer_content {
  display: flex;
  align-items: center;
  border-top: 1px solid #dadada;
  clear: both;
  font-size: 13px;
  letter-spacing: 0;
  padding: 10px 0;
  min-height: 101px;
}

.footer_content img {
  float: left;
  margin: 0 20px;
}

.footer_content div {
  float: left;
  padding: 0 10px 0 0;
  margin: 0;
  width: 590px;
}

.footer_content ul {
  margin: 0;
  padding: 0;
}

.footer_content li {
  float: left;
  list-style-type: none;
  width: 267px;
}

/* End footer */

.footer .copyright {
  text-align: right;
  color: #fff;
  padding: 3px 0 3px 0;
  font-size: 12px;
}

.bg238f3a {
  background-color: #238f3a;
}

.product_coment {
  font-size: 14px;
  margin: 0;
  padding-top: 37px;
  color: #555;
}

.sp_only {
  display: none;
}

.pc_only {
  display: inline;
}

.mt-1 {
  margin-top: 1rem;
}

.white-space-normal {
  white-space: normal !important;
}
.prefix-origin {
  display: none;
}

.relative {
  position: relative;
}

.shohin input {
  width: 55%;
}

.shohin-30 input {
  width: 30%;
}

/*thanks*/
.logo_pc {
  display: flex;
}
#thanks {
  margin: 0 auto 0 auto;
  overflow: hidden;
  max-width: 1000px;
}
#thanks ul {
  margin: 0 0 20px 0;
}
#thanks p {
  clear: both;
}
#list img {
  width: 100px;
}
#thanks .wid30 {
  width: 30%;
}
#thanks .mar_b30 {
  margin-bottom: 30px !important;
}
#thanks .pull-right {
  float: right;
  margin-right: 0;
}
#thanks .text-center {
  text-align: center;
}
#thanks #list,
#thanks_sp #list {
  clear: both;
  overflow: hidden;
}
#thanks #list img {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 100px;
}
#thanks table .td_l {
  font-weight: bold;
  padding-right: 20px;
}
#thanks table td {
  border-bottom: 1px dotted #ddd;
}
#thanks .exam {
  line-height: 250%;
  margin-bottom: 30px;
  width: 100%;
}
#thanks .pc_box {
  max-width: 1000px;
  margin: 0 auto 0 auto;
  overflow: hidden;
  border: 1px solid #7bc4f8;
  box-sizing: border-box;
  padding: 30px 30px 30px 30px;
}

.thanks .logo_sp{
  margin-bottom: 10px;
}
/*//thanks*/

@media screen and (max-width: 1023px) {
  .header_pc .tel_number {
    color: #238f3a;
    font-size: 38px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
  #form {
    padding: 0 20px;
  }
  #form.thanks{
    padding: 0 0;
  }
  .form,
  .efo_step_nav,
  .efo_container,
  .efo_container_unset_overflow,
  .footer_content,
  #thanks {
    width: 100%;
  }
  h1 {
    color: #666;
    font-size: 16px;
    margin: 0 auto;
    padding: 10px 0 10px 10px;
    text-align: left;
    width: 100%;
  }
  h2 {
    background-color: #7bc4f8;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    padding: 5px 0 5px 15px;
    margin-bottom: 0px;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: left;
  }

  /************* header ************/

  .header_top img{
    float: left;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 10px;
  }

  .header_pc {
    display: none;
  }

  .header_sp {
    display: flex;
    gap: 0 50px;
    align-items: center;
    box-sizing: border-box;
    margin: 0;
    overflow: hidden;
    padding: 5px 0 5px 10px;
    width: 100%;
    min-height: 45px;
  }

  /* Step */
  .efo_step_nav {
    position: absolute;
    margin-bottom: 0;
    top: 8px;
    right: 10px;
    z-index: 999;
    width: auto;
  }
  .efo_step_nav li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
  }
  .efo_step_nav .step_inner {
    padding: 7px 12px;
    font-size: 11px;
  }
  .efo_step_nav li:after {
    right: -15px;
    margin-top: -3px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 8px solid #ccc;
  }
  .efo_step_nav .step_txt {
    display: none;
  }
  /* End step */

  /************* header ************/
  .efo_container,
  .efo_container_unset_overflow,
  .efo_step_nav ul {
    box-sizing: border-box;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: center;
    width: 100%;
  }
  .btn_back button {
    margin: 20px 20px 0 0;
  }
  .mailaddress input,
  .address input,
  .text input,
  .shohin input {
    width: 100%;
  }
  .shohin-30 input {
    width: 100%;
  }
  .mailaddress input {
    margin-bottom: 0;
  }
  .prodct_coment {
    padding-top: 5px;
    font-size: 12px;
    padding-bottom: 10px;
    color: #555;
  }
  #efo_form_wrap img {
    max-width: 100%;
  }
  .form {
    background-color: #ebf6fe;
    border: 0;
    box-sizing: border-box;
    margin: 0 auto 0 auto;
    overflow: hidden;
    width: 100%;
  }
  .form dl {
    border: none;
    box-sizing: border-box;
    margin: 0;
    overflow: hidden;
  }
  .form dt {
    width: 100%;
    padding: 5px 0 5px 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .form dt > label {
    font-size: 14px;
    margin-right: 25px;
  }

  .form dd {
    background-color: #fff;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 8px 50px 8px 30px;
    position: relative;
    width: 100%;
  }
  .form dd img {
    left: 7px;
    position: absolute;
    top: 19px;
  }
  .form_error_message {
    float: none;
    margin: 7px 0 0 0;
    width: 100%;
  }
  .necessary {
    position: relative;
    padding: 1px 8px;
    border-radius: 5px;
    font-size: 13px;
  }
  .optional {
    position: relative;
    padding: 1px 8px;
    border-radius: 5px;
    font-size: 13px;
  }

  textarea {
    width: 100%;
  }
  .address dt,
  .textarea dt,
  .mailaddress dt {
    height: auto;
  }
  .condition_btn input[type="radio"] {
    display: none;
  }
  .condition_btn label {
    color: #000;
    border: 1px solid #7bc4f8;
    border-radius: 8px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    background-image: -moz-linear-gradient(to top, #fcfdff, #ddeffd);
    background-image: -ms-linear-gradient(to top, #fcfdff, #ddeffd);
    background-image: -o-linear-gradient(to top, #fcfdff, #ddeffd);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#fcfdff), to(#ddeffd));
    background-image: -webkit-linear-gradient(to top, #fcfdff, #ddeffd);
    background-image: linear-gradient(to top, #fcfdff, #ddeffd);
    display: inline-block;
    margin: 0 0 0 0;
    padding: 10px;
    text-align: center;
    width: 31%;
  }
  .condition_btn input[type="radio"]:checked + label {
    background-image: none;
    background-color: #c8e9ff;
    border: 1px solid #7bc4f8;
    border-radius: 8px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2) inset;
    box-sizing: border-box;
    color: #000;
    display: inline-block;
    margin: 0 0 0 0;
    padding: 10px 10px 10px 10px;
    text-align: center;
    width: 31%;
  }
  .btn_green {
    width: 100%;
  }
  .item_add {
    float: none;
    margin: 20px auto 0 auto;
    width: 65%;
  }
  .magazine {
    padding-left: 10px;
    margin: 12px 0 25px 0;
    text-align: start;
  }
  .wrapper_btn_back {
    position: unset;
    float: left;
  }

  /* Footer */
  .footer {
    margin-top: 50px;
  }
  .footer_content {
    display: block;
    border: 0;
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    text-align: left;
  }
  .footer_content img {
    display: block;
    float: none;
    margin: 10px auto 30px auto;
    max-width: 155px;
    width: 25%;
  }
  .footer_content div {
    clear: both;
    font-size: 4.0625vw;
    padding: 0;
    margin-bottom: 6.25vw;
    width: 100%;
  }
  .footer_content div span {
    font-size: 3.125vw;
  }
  .footer_content div address {
    font-size: 3.75vw;
    font-style: normal;
  }
  .footer_content ul {
    clear: both;
    float: none;
    font-size: 3.4375vw;
    line-height: 1.7;
    overflow: hidden;
    padding: 0;
    width: auto;
  }
  .footer_content li {
    list-style-type: none;
    width: 100%;
  }
  .footer_content img:first-child {
    display: none;
    margin-top: 15px;
  }
  /* End Footer */

  #thanks {
    box-sizing: border-box;
    padding: 0 20px;
  }
  #thanks a {
    text-decoration: none;
  }
  #thanks #list {
    clear: both;
    overflow: hidden;
  }
  #thanks #list img {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 60px;
  }
  #thanks .sp_box {
    border: 1px solid #7bc4f8;
    box-sizing: border-box;
    margin: 0 auto 0 auto;
    overflow: hidden;
    padding: 30px 30px 30px 30px;
    width: 100%;
  }
  #thanks ul {
    margin: 0 0 20px 0;
    padding-left: 20px;
  }
  #thanks table .td_l {
    font-weight: bold;
    width: 80px;
  }
  #thanks table td {
    border-bottom: 1px dotted #ddd;
  }
  #thanks .exam {
    line-height: 200%;
    margin-bottom: 0;
  }
  #thanks .pull-right {
    float: none;
  }
  #thanks .width-unset-sp {
    width: unset;
  }
  .contact {
    margin: 30px 0 10px 0;
  }
  .wid70 {
    width: 70%;
  }
  .mr_tb20 {
    margin-top: 20px;
  }
  .text-center {
    text-align: center;
  }
  .mar_b30 {
    margin-bottom: 30px !important;
  }
  .sp_only {
    display: inline;
  }
  .pc_only {
    display: none !important;
  }
  .label_text_sp {
    display: block;
    font-size: 12px;
    font-weight: 300;
    color: #717171;
  }
  .radio_group {
    margin: auto;
    padding: 8px 20px !important;
  }
  .radio_group_container {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .radio_group input[type="radio"] {
    display: none;
  }
  .radio_group label {
    display: inline-block;
    color: #000;
    border: 1px solid #7bc4f8;
    border-radius: 8px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    width: 23%;
    height: 38px;
    font-size: 14px;
    max-width: 140px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    padding: 8px 10px;
    box-sizing: border-box;
    background-image: -moz-linear-gradient(top, #fcfdff, #ddeffd);
    background-image: -ms-linear-gradient(top, #fcfdff, #ddeffd);
    background-image: -o-linear-gradient(top, #fcfdff, #ddeffd);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#fcfdff), to(#ddeffd));
    background-image: -webkit-linear-gradient(top, #fcfdff, #ddeffd);
    background-image: linear-gradient(top, #fcfdff, #ddeffd);
  }
  .radio_group input[type="radio"]:checked + label {
    display: inline-block;
    color: #000;
    border: 1px solid #7bc4f8;
    border-radius: 8px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2) inset;
    width: 23%;
    height: 38px;
    font-size: 14px;
    max-width: 140px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    padding: 8px 10px;
    box-sizing: border-box;
    background-image: none;
    background-color: #c8e9ff;
  }
  .radio_group label:first-child {
    margin-left: 0;
  }
  .radio_group_lg .radio_group_container {
    flex-wrap: wrap;
  }
  .radio_group_lg label {
    width: 120px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .radio_group_lg input[type="radio"]:checked + label {
    width: 120px;
  }
  .label_text_newline {
    display: none;
  }
  .label_text {
    display: none;
  }
  .display-inline-sp {
    display: inline !important;
  }
  .display-unset-sp {
    display: unset !important;
  }
  .display-unset-sp .optional {
    display: inline-block !important;
  }
  .product_coment {
    margin-top: 20px;
  }

  .submit-block {
    margin-top: 20px;
    padding: 0 18px;
  }
  .prefix-origin {
    display: block;
    position: fixed;
    z-index: 999999;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    bottom: 0vw;
    background: #f2efe7;
    text-align: center;
  }
  .prefix-banner {
    color: #000 !important;
  }
  .prefix-banner > span.red {
    color: red;
  }

  .prefix-banner > span.tel_number {
    font-size: 2em;
    color: #229039;
    font-weight: bold;
  }
  .prefix-origin > img {
    position: absolute;
    top: 12px;
    right: 10px;
  }
  .bg238f3a {
    margin-bottom: 6rem;
  }

  .sp_hidden {
    display: none;
  }
  .pc_hidden {
    display: block;
  }
  .text input:not([type=checkbox]):not([type=radio]) {
    width: 100%;
  }
  .text input:not([type=checkbox]):not([type=radio]).zip_code {
    width: 100%;
  }
  #thanks .wid70 {
    width: 70%;
  }
  #thanks .pc_box {
    padding: 12px 20px 30px 20px
  }
  #thanks .mar_b30 {
    margin-bottom: 0px !important;
  }
  #thanks .btn_green.wid70 {
    margin-top: 30px !important;
  }
}
