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;
}

h2 {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  background: #00913F;
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 10px 0;
  margin: 0;
  box-sizing: border-box;
}

h2 span.item_remove {
  position: absolute;
  cursor: pointer;
  background: #FFFFFF;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
h2 span.item_remove::before,
h2 span.item_remove::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 4px;
  height: 20px;
  background: #00913F;
}
h2 span.item_remove::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
h2 span.item_remove::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

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;
}

.sp_hidden {
  display: block;
}
.pc_hidden {
  display: none;
}

/***********head***********/
.header_pc {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin: 20px auto 15px auto;
}

.header_sp {
  display: none;
}

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

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

.header_pc .time {
  text-align: center;
}
.header_pc .time p {
  margin: 0;
}

.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;
  color: #fff;
  background: #D5D5D5;
  font-size: 16px;
  font-weight: normal;
  box-sizing: border-box;
  border-radius: 5px;
  text-align: center;
}
.efo_step_nav li.step_active {
  background: #624C3B;
  color: #fff;
  border: 0;
}
.efo_step_nav .step_inner {
  padding: 10px 15px;
  font-size: 16px;
}
.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 #D5D5D5;
  content: "";
}
.efo_step_nav li.step_active:after {
  border-left-color: #634631;
}
.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;
}

.form {
  max-width: 1000px;
  margin: 0 auto 30px auto;
  overflow: hidden;
  box-sizing: border-box;
}

.form dl {
  display: flex;
  border-bottom: 1px solid #C0BEB9;
  overflow: hidden;
  margin: 0;
  box-sizing: border-box;
}
.form dt {
  display: flex;
  align-items: end;
  justify-content: center;
  flex-flow: column;
  background: #F6FFDE;
  width: 250px;
  padding: 0 20px 0 0;
  box-sizing: border-box;
  font-weight: 600;
}
.form dt .label {
  color: #808080;
  font-size: 12px;
}
.form dd {
  width: 700px;
  width: calc(100% - 250px);
  margin: 0;
  padding: 20px 0 20px 30px;
  background-color: #fff;
  box-sizing: border-box;
  font-size: 90%;
}
.form dd .text_area {
  resize: none;
  height: 70px;
  width: 70%;
  box-sizing: border-box;
  margin: 0;
}

.radio_group_container {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

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

.label_text {
  display: block;
  padding: 0 0 10px 0;
}

.form dd span {
  color: #717171;
}

.textarea dt {
  height: 75px;
}

.radio {
  margin-right: 30px;
  font-weight: 700;
  white-space: nowrap;
}

.necessary {
  color: #FF0000;
  font-size: 12px;
}

.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;
  box-sizing: border-box;
  background: #fff;
}

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

.textarea input {
  float: left;
}

.radio_group input[type="radio"] {
  display: none;
}
.radio_group label {
  display: inline-block;
  color: #333333;
  border-radius: 8px;
  box-shadow: 0 4px 0 #A5A5A5;
  width: 23%;
  height: 38px;
  font-size: 16px;
  max-width: 120px;
  margin: 0;
  text-align: center;
  padding: 8px 15px;
  box-sizing: border-box;
  background: #F0F0F0;
  cursor: pointer;
}
.radio_group input[type="radio"]:checked + label,
.radio_group label:hover {
  color: #fff;
  box-shadow: inset 0px 0px 5px 1px rgba(0, 0, 0, 0.4);
  background: #F5781C;
}

.address select {
  width: 180px;
}

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

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

.magazine {
  padding-left: 40px;
  padding-top: 1px;
  padding-bottom: 3px;
  margin-bottom: 20px;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1000px) {
  .magazine {
    width: 100%;
  }
}
.magazine input {
  margin-left: 20px;
}

.privacy_block {
  box-sizing: border-box;
  padding: 0 0 0 40px;
  margin-bottom: 20px;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1000px) {
  .privacy_block {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 25px;
  }
}
.privacy_block p {
  margin: 0;
}

#pref {
  height: 28px;
}

.item_add {
  display: block;
  font-size: 19px;
  color: #00913F;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
  border: none;
  background: none;
  padding: 0 20px;
  margin: 0 auto 20px;
}

.item_add:hover,
.item_remove:hover,
.btn_back button:hover {
  opacity: 0.7;
}

.next_btn {
  display: block;
  position: relative;
  padding: 15px 40px 15px 20px;
  background: #F5781C;
  border: none;
  border-radius: 8px;
  color: #fff;
  width: 70%;
  cursor: pointer;
  box-shadow: 0 6px 0 #864A04;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 0 auto;
  box-sizing: border-box;
}
.next_btn:hover {
  box-shadow: none;
  transform: translateY(6px);
}
.next_btn::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-width: 4px 4px 0 0;
  border-style: solid;
  border-color: #FFF;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
}

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

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

.next_btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.form_error_message {
  display: none;
  color: red;
  background: url(../images/icon_alart.png) no-repeat;
  padding: 0 0 0 30px;
  margin: 10px 0 0 0;
  line-height: 190%;
}

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

.has-error input,
.has-error select,
.has-error.c-check-container .checkbox {
  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;
}
.input_block {
  position: relative;
}
.has-success .input-valid {
  display: inline;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
}

/* footer */
.footer {
  margin: 60px 0 0 0;
}

.footer_content {
  display: flex;
  gap: 20px;
  align-items: center;
  border-top: 1px solid #dadada;
  font-size: 13px;
  letter-spacing: 0;
  min-height: 100px;
  padding: 10px 20px;
}
.footer_content .logo {
  width: 110px;
}
.footer_content .tosho_logo {
  width: 80px;
}
.footer_content div {
  margin: 0;
}
.footer_content ul {
  margin: 0;
  padding: 0;
}
.footer_content li {
  list-style-type: none;
  width: 267px;
}

/* End footer */

.footer .copyright {
  text-align: center;
  color: #fff;
  padding: 5px;
  font-size: 12px;
}

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

.product_coment {
  font-size: 14px;
  margin: 0;
  padding: 0 0 15px 0;
  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%;
}

.input-container {
  background: #f5f4f4;
  padding: 30px 20px 0 20px;
}
.input-container .form_group {
  padding: 0 0 20px 0;
}
.c-check-container {
  display: flex;
  width: 100%;
}
.c-check-container .efo-component-item {
  display: none;
}
.c-check-container .checkbox {
  position: relative;
  cursor: pointer;
  width: 100%;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  padding: 10px 15px 10px 40px;
  background: #fff;
  outline: none;
}
.c-check-container input[type="checkbox"]:checked + .checkbox {
  background: #e7f0fe;
}
.c-check-container .checkbox::before {
  content: "";
  position: absolute;
  border: 2px solid #bbb;
  border-radius: 6px;
  background: #fff;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  box-sizing: border-box;
}
.c-check-container .checkbox::after {
  content: "\2713\0020";
  position: absolute;
  color: #09ad7e;
  font-size: 20px;
  line-height: 1;
  -webkit-transition: all .2s;
  transition: all .2s;
  opacity: 0;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.c-check-container input[type="checkbox"]:checked + .checkbox::after {
  opacity: 1;
}
.c-item-answerday-wrap p {
  margin: 0;
}
.c-check-container .confirm_block {
  display: flex;
	align-items: center;
}
.c-check-container .c-confirm-text {
	font-weight: 700;
  margin: 0 5px 0 0;
}
.c-check-container .c-confirm-text_link {
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
}
.confirm-content {
  width: 100%;
  height: 90px;
  font-size: 14px;
  overflow: auto;
  padding: 5px;
  border: 2px solid #e1e1e1;
  background: #fff;
  box-sizing: border-box;
}

/*thanks*/
#thanks {
  margin: 0 auto 0 auto;
  max-width: 1000px;
  box-sizing: border-box;
}
#thanks p {
  margin: 0;
}
#thanks a {
  text-decoration: none;
}
#thanks .contents_area {
  padding: 30px 0;
}
#thanks .contents_area:first-of-type {
  text-align: center;
  border-bottom: 1px solid #00913F;
}
#thanks .contents_area .head_text {
  color: #624C3B;
  font-size: 32px;
  font-weight: 700;
}
#thanks .contents_area h3 {
  color: #00913F;
  font-size: 28px;
  font-weight: 700;
  background: #F6FFDE;
  width: 600px;
  padding: 10px 0;
  margin: 20px auto;
}
#thanks .contents_area .contact_block {
  padding: 20px 0;
}
#thanks .contents_area .contact_block .img_block {
  display: flex;
  gap: 20px;
  align-items: center;
}
#thanks .contents_area .contact_block .img_block:first-child {
  padding: 0 0 10px 0;
}
#thanks .contents_area .contact_block .img_block .img_sizing {
  position: relative;
  background: #00913F;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
#thanks .contents_area .contact_block .img_block .img_sizing img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  transform: translate(-50%, -50%);
}
#thanks .contents_area .contact_block .img_block p {
  font-size: 18px;
  font-weight: 600;
}
#thanks .contents_area ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#thanks .contents_area ul li {
  padding: 0 0 5px 0;
}
#thanks .contents_area ul li:last-child {
  padding: 0;
}
#thanks .img_area {
  text-align: center;
  padding: 0 0 30px 0;
}
#thanks .img_area img {
  width: 560px;
}
#thanks .list_area {
  background: #FFFAED;
  border-radius: 24px;
  padding: 30px 0;
}
#thanks .list_area h3 {
  color: #624C3B;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  padding: 0 0 20px 0;
  margin: 0;
}
#thanks .list_area .exam {
  line-height: 250%;
}
#thanks .list_area .exam ul {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E9CE89;
  list-style: none;
  padding: 5px 30px;
  margin: 0;
}
#thanks .list_area .exam ul:last-child {
  border: none;
}
#thanks .list_area .exam li {
  flex: 1;
  font-size: 18px;
}
#thanks .list_area .exam .head {
  flex: none;
  font-weight: 600;
  width: 200px;
  padding: 0 30px 0 0;
}
#thanks .next_btn {
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  #form {
    padding: 0 20px;
  }
  #form.thanks{
    padding: 0 0;
  }
  .form,
  .efo_step_nav,
  .efo_container,
  .footer_content,
  #thanks {
    width: 100%;
  }
  h1 {
    color: #666;
    font-size: 16px;
    margin: 0 auto;
    padding: 10px 0 10px 10px;
    text-align: left;
    width: 100%;
  }

  /************* header ************/
  .header_pc {
    display: none;
  }

  .header_sp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
    padding: 5px 10px;
    width: 100%;
    min-height: 60px;
    margin: 0;
  }
  .header_sp img {
    height: 40px;
  }
  .header_sp .link {
    display: flex;
    gap: 5px;
    flex-flow: column;
    color: #FFF;
    line-height: 1;
    border-radius: 4px;
    background: #FD6B00;
    padding: 5px;
    height: 40px;
    box-sizing: border-box;
    box-shadow: 0 4px 0 #864A04;
  }
  .header_sp .link .time {
    font-size: 12px;
    margin: 0;
  }
  .header_sp .link .text {
    font-size: 14px;
    margin: 0;
  }

  /* Step */
  .efo_step_nav {
    box-sizing: border-box;
    padding: 10px;
    margin: 0;
  }
  .efo_step_nav li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
  }
  .efo_step_nav .step_inner {
    padding: 5px 10px;
    font-size: 14px;
  }
  .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;
  }
  /* End step */

  /************* header ************/
  .efo_container,
  .efo_step_nav ul {
    box-sizing: border-box;
    text-align: center;
  }
  .btn_back button {
    margin: 30px 0 0 0;
  }
  .text input,
  .shohin input {
    width: 100%;
  }
  .prodct_coment {
    padding-top: 5px;
    font-size: 12px;
    padding-bottom: 10px;
    color: #555;
  }
  #efo_form_wrap img {
    max-width: 100%;
  }
  .form {
    border: 0;
    width: 100%;
  }
  .form dl {
    display: block;
  }
  .form dl:last-child {
    border: none;
  }
  .form dt {
    flex-flow: nowrap;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 10px 20px;
  }
  .form dt > label {
    margin: 0 5px 0 0;
  }
  .form dt .label {
    order: 1;
  }
  .necessary {
    order: 1;
  }
  .form dd {
    width: 100%;
    padding: 20px 20px 20px 30px;
  }
  .form dd .text_area {
    width: 100%;
  }
  .form_error_message {
    font-size: 14px;
    line-height: 230%;
    width: 100%;
  }
  .optional {
    position: relative;
    padding: 1px 8px;
    border-radius: 5px;
    font-size: 13px;
  }

  textarea {
    width: 100%;
  }
  .textarea 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%;
  }
  .next_btn {
    width: 100%;
  }
  .magazine {
    padding-left: 10px;
    margin: 12px 0 25px 0;
    text-align: start;
  }
  .wrapper_btn_back {
    position: unset;
  }

  /* Footer */
  .footer {
    margin: 50px 0 0 0;
  }
  .footer_content {
    display: block;
    box-sizing: border-box;
    padding: 20px;
    text-align: left;
  }
  .footer_content .logo_block {
    display: flex;
    gap: 30px;
    justify-content: center;
  }
  .footer_content div {
    font-size: 4.0625vw;
    padding: 0;
    margin-bottom: 6.25vw;
  }
  .footer_content div span {
    font-size: 3.125vw;
  }
  .footer_content div address {
    font-size: 3.75vw;
    font-style: normal;
  }
  .footer_content ul {
    font-size: 3.4375vw;
    line-height: 1.7;
    overflow: hidden;
  }
  .footer_content li {
    width: 100%;
  }
  /* End Footer */

  .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: 20px 15px;
  }
  .radio_group_container {
    width: 100%;
    justify-content: center;
  }
  .radio_group label {
    width: auto;
  }
  .radio_group_lg label {
    width: 120px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .radio_group_lg input[type="radio"]:checked + label {
    width: 120px;
  }
  .display-inline-sp {
    display: inline !important;
  }
  .white-space-normal {
    display: none;
  }
  .submit-block {
    padding: 0 20px;
  }
  .prefix-origin {
    display: block;
    position: fixed;
    z-index: 999999;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 70px;
    padding: 5px;
    bottom: 0vw;
    background: #f2efe7;
    text-align: center;
    box-sizing: border-box;
  }
  .prefix-banner {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    color: #000 !important;
  }
  .prefix-banner > span {
    line-height: 1;
  }
  .prefix-banner > span.red {
    color: red;
  }
  .prefix-banner > span.tel_number {
    font-size: 30px;
    color: #FD6B00;
    font-weight: bold;
    line-height: 1.3;
  }
  .prefix-origin > img {
    position: absolute;
    top: 50%;
    right: -5px;
    transform: translateY(-50%);
  }
  .bg238f3a {
    margin: 0 0 70px 0;
  }

  .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: 150px;
  }
  #thanks {
    padding: 0 20px;
  }
  #thanks .contents_area {
    padding: 20px 0;
  }
  #thanks .contents_area .head_text {
    font-size: 28px;
  }
  #thanks .contents_area h3 {
    font-size: 20px;
    width: 100%;
  }
  #thanks .img_area {
    padding: 0 0 30px 0;
    margin: 0 auto;
  }
  #thanks .img_area img {
    width: 100%;
  }
  #thanks .list_area {
    padding: 20px 10px;
  }
  #thanks .list_area h3 {
    padding: 0 0 20px 0;
  }
  #thanks .list_area .exam {
    line-height: 200%;
  }
  #thanks .list_area .exam ul {
    padding: 5px 0;
  }
  #thanks .list_area .exam li {
    font-size: 16px;
  }
  #thanks .list_area .exam .head {
    font-size: 18px;
    width: 150px;
    padding: 0 5px 0 0;
  }
  #thanks .next_btn {
    width: 100%;
  }
}

.notice_area {
  text-align: start;
	background: #D50000;
	padding: 10px;
	margin: 0 0 20px 0;
  box-sizing: border-box;
}
.notice_area .text {
	font-size: 20px;
	color: #fff;
	font-weight: 700;
  margin: 0;
}
@media only screen and (max-width:767px) {
	.notice_area {
		width: 100%;
		padding: 5px 10px;
    margin: 0;
	}
	.notice_area .text {
		font-size: 16px;
	}
}

.tel_form_area {
  background: #1DBE00;
  width: 800px;
	padding: 30px 30px 20px 30px;
	margin: 30px auto;
  box-sizing: border-box;
}
@media only screen and (max-width:767px) {
  .tel_form_area {
    width: 100%;
    padding: 30px 10px 20px 10px;
		margin: 10px 0;
	}
}
.tel_form_area .tel_form_block {
    position: relative;
	display: block;
	line-height: 1;
    border-radius: 10px;
    background: #fff;
	width: 590px;
    padding: 20px 0;
    margin: 0 auto;
	pointer-events: none;
}
@media only screen and (max-width:767px) {
	.tel_form_area .tel_form_block {
		width: 100%;
		pointer-events: auto;
	}
}
.tel_form_area .tel_form_block .tel_form_tip {
	position: absolute;
	font-size: 14px;
  color: #1E1E1E;
    background: #FFD357;
    text-align: center;
    font-weight: 700;
    white-space: nowrap;
    border-radius: 4px;
    width: 300px;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 6px 0;
    margin: 0;
}
@media only screen and (max-width:767px) {
	.tel_form_area .tel_form_block .tel_form_tip {
		width: 220px;
	}
}
.tel_form_area .tel_form_block .tel_form_text_block {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 4px 0 8px 0;
}
.tel_form_area .tel_form_block .tel_form_text_block .tel_form_text {
    font-size: 40px;
	font-weight: 900;
  color: #1E1E1E;
    white-space: nowrap;
	padding: 0 0 0 5px;
  margin: 0;
}
@media only screen and (max-width:767px) {
	.tel_form_area .tel_form_block .tel_form_text_block .tel_form_text {
		font-size: 30px;
	}
}
.tel_form_area .tel_form_block .tel_form_text_block .img {
    width: 28px;
    height: 28px;
    background-size: 100%;
}
.tel_form_area .tel_form_block .tel_form_caption {
	font-size: 12px;
	color: #1E1E1E;
    text-align: center;
    font-weight: 700;
    white-space: nowrap;
    margin: 0;
}

.modal_link {
	color: #f08300 !important;
	text-decoration: underline !important;
}
.modal_link:hover {
	opacity: 0.7;
}
.modal_area {
  display: none;
  z-index: 1000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.modal_area p {
  margin: 0;
}
.modal_area ul {
  padding: 0;
  margin: 0;
}
.modal_area ul li {
  list-style: none;
}
.modal_area .modal_overlay {
    position: absolute;
    z-index: 1001;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(30, 30, 30, .6);
}
.modal_area .modal_content_block {
    display: inline-block;
    position: absolute;
    z-index: 1002;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .4);
    vertical-align: middle;
    border-radius: 10px;
}
.modal_area .modal_content_block .square_close_btn {
	position: absolute;
    z-index: 1003;
    top: -20px;
    right: -20px;
    width: 50px;
    height: 50px;
	border-radius: 4px;
    background: #1E1E1E;
	cursor: pointer;
}
.modal_area .modal_content_block .square_close_btn:hover {
	opacity: 0.7;
}
.square_close_btn::before,
.square_close_btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 5px;
    height: 40px;
    background: #FFF;
    border-radius: 4px;
}
.square_close_btn::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.square_close_btn::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.modal_area .modal_content_block .inner {
    text-align: left;
    padding: 50px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    min-width: 70vw;
    max-width: 80vw;
    max-height: 80vh;
    box-sizing: border-box;
}
@media only screen and (max-width:767px) {
	.modal_area .modal_content_block .inner {
        padding: 30px 20px;
        min-width: 90vw;
        max-width: 90vw;
        max-height: 70vh;
    }
}
.modal_area .modal_content_block .inner .title {
    font-size: 40px;
    font-weight: 900;
	color: #f08300;
    text-align: start;
	padding: 0 0 40px 0;
}
@media only screen and (max-width:767px) {
	.modal_area .modal_content_block .inner .title {
		font-size: 26px;
		padding: 0 0 30px 0;
	}
}
.modal_area .modal_content_block .inner .section_body {
	position: relative;
	border-top: 2px solid #e5e5e5;
	padding: 30px 0;
}
.modal_area .modal_content_block .inner .section_body::before {
	position: absolute;
    display: block;
    content: "";
    background: #f08300;
    left: 0;
    top: -2px;
    width: 3rem;
    height: 2px;
}
.modal_area .modal_content_block .inner .section_body p {
	padding: 0 0 20px 0;
}
.modal_area .modal_content_block .inner .section_body p:last-child {
	padding: 0;
}
.modal_area .modal_content_block .inner .section_body .section_title {
  display: block;
  color: #000;
	font-size: 30px;
	font-weight: 600;
  text-align: start;
  background: none;
	padding: 0 0 20px 0;
}
@media only screen and (max-width:767px) {
	.modal_area .modal_content_block .inner .section_body .section_title {
		font-size: 22px;
	}
}
.modal_area .modal_content_block .inner .section_body .list li {
	position: relative;
    line-height: 1.6;
	padding: 0 0 0 16px;
}
.modal_area .modal_content_block .inner .section_body .list li::before {
	position: absolute;
    content: "";
    border-radius: 50%;
    background: #333;
    top: 0.5rem;
    left: 0;
    width: 0.6rem;
    height: 0.6rem;
}
.modal_area .modal_content_block .inner .section_body .cap {
	padding: 20px 20px 0 20px;
}
.modal_area .modal_content_block .inner .section_body .cap li {
	font-size: 12px;
}
.modal_area .modal_content_block .inner .section_body .section_ssttl {
	font-size: 25px;
	font-weight: 600;
	border-bottom: 1px solid #e5e5e5;
	padding: 20px 0 15px 0;
	margin: 0 0 15px 0;
}
@media only screen and (max-width:767px) {
	.modal_area .modal_content_block .inner .section_body .section_ssttl {
		font-size: 18px;
	}
}
.modal_area .modal_content_block .inner .section_body .revised {
	font-size: 12px;
	text-align: right;
	margin: 20px 0 0 0;
	opacity: 0.5;
}