@charset "UTF-8";
/*!フォームスタイル*/
.g_site_header_form {
  background-image: url(/form/imgs/bg_g_site_header_form.jpg);
}

html:lang(en) .g_site_header_form {
  background-image: url(/form/imgs/bg_g_site_header_form_english.jpg);
}

@media (min-width: 1024px) {
  .g_site_header_form {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 310px;
    padding-top: 0;
  }
}

@media (max-width: 1023px) {
  .c_heading_lv2 {
    margin-bottom: 1.5rem;
    line-height: 1.5;
  }
}

.c_form {
  padding-bottom: 4rem;
  font-size: 87.5%;
  line-height: 1.5;
}

@media (min-width: 1024px) {
  .c_form {
    padding-bottom: 6rem;
    font-size: 112.5%;
  }
}

.c_form * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.c_form > *:first-child {
  margin-top: 0 !important;
}

.c_form > *:last-child {
  margin-bottom: 0 !important;
}

.c_form h2.is_required:after {
	background: red;
	border-radius: 3px;
	padding: .1em .5em;
	color: #fff;
	font-size: 87.5%;
	content: "必須";
}

.c_form h2.is_required:after {
	background: red;
	border-radius: 3px;
	padding: .1em .5em;
	color: #fff;
	font-size: 87.5%;
	content: "必須";
}

.c_form_footer {
  margin: 2rem 0 0;
}

@media (min-width: 1024px) {
  .c_form_footer {
    margin: 4rem 0 0;
  }
}

.c_form_steplist {
  padding-left: 0;
  list-style: none;
  margin: 0 0 2rem;
  text-align: center;
}

@media (min-width: 1024px) {
  .c_form_steplist {
    margin: 0 0 4rem;
  }
}

.c_form_steplist_item {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(156, 156, 156, 0.4);
  box-shadow: 0px 0px 10px 0px rgba(156, 156, 156, 0.4);
  text-align: center;
  line-height: 1.5;
  vertical-align: middle;
  color: #afafaf;
  font-size: 75%;
}

@media (min-width: 1024px) {
  .c_form_steplist_item {
    width: 146px;
    height: 146px;
    font-size: 112.5%;
    font-weight: bold;
    letter-spacing: .1em;
  }
}

.c_form_steplist_item:not(:last-child) {
  margin-right: 5%;
}

@media (min-width: 1024px) {
  .c_form_steplist_item:not(:last-child) {
    margin-right: 7.08333%;
  }
}

.c_form_steplist_item:not(:last-child):after {
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 0;
  width: 25%;
  height: 1px;
  background: #afafaf;
  margin: auto;
  z-index: 1;
  content: "";
}

@media (min-width: 1024px) {
  .c_form_steplist_item:not(:last-child):after {
    width: 60.27397%;
  }
}

.c_form_steplist_item.is_active {
  background: #06a577;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(1, 68, 51, 0.4);
  box-shadow: 0px 0px 10px 0px rgba(1, 68, 51, 0.4);
  color: #fff;
}

.c_form_steplist_item.is_active:after {
  background: #06a577;
}

@media (min-width: 1024px) {
  .c_form_steplist.c_form_steplist_en .c_form_steplist_item {
    font-size: 100%;
  }
}

.c_form_heading {
  margin: 3em 0 1em;
  font-weight: bold;
}

@media (min-width: 1024px) {
  .c_form_heading {
    font-size: 112.5%;
  }
}

.c_form_text {
  margin: 1rem	0;
}

.c_form_text_sm {
  font-size: 75%;
}

.c_form_text_lg {
  font-size: 150%;
}

@media (max-width: 1023px) {
  .c_form_text_lg {
    font-size: 112.5%;
  }
}

.c_form_text_alert {
  color: #cc1111;
}

.c_form_text_center {
  text-align: center;
}

@media (min-width: 1024px) {
  .c_form_text_center_pc {
    text-align: center;
  }
}

@media (max-width: 1023px) {
  .c_form_text_center_sp {
    text-align: center;
  }
}

.c_form_text_wide {
  line-height: 2;
}

.c_form_group_label {
  display: inline-block;
}

.c_form_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c_form_group_block {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border: 1px solid #ddd9d9;
  padding: 2em;
}

.c_form_group_block > *:first-child {
  margin-top: 0 !important;
}

.c_form_group_block > *:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 1023px) {
  .c_form_group_block {
    display: block;
    padding: 20px;
  }
}

.c_form_group_block .c_form_group_label {
  display: block;
  margin: 0 0 10px 0;
  color: #06a577;
  font-weight: bold;
}

@media (min-width: 1024px) {
  .c_form_group_block .c_form_group_label {
    margin: 0 9% 0 0;
  }
}

.c_form_group_block .c_form_radio:not(:last-child) {
  margin-right: 9%;
}

.c_form_group_block + .c_form_heading {
  margin-top: 1.5em;
}

@media (max-width: 1023px) {
  .c_form_en .c_form_group_block .c_form_group_label {
    width: 100%;
    margin-bottom: 1rem;
    text-align: left;
  }
}

.c_form_control {
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: .75em 1em;
  font-family: "Noto Sans JP","-Hiragino",Meiryo,sans-serif;
  line-height: 1.3;
}

.wysiwyg .c_form_control {
  border-radius: 6px;
}

.c_form_control::-webkit-input-placeholder {
  text-align: center;
  color: #afafaf;
}

.c_form_control:-ms-input-placeholder {
  text-align: center;
  color: #afafaf;
}

.c_form_control::-ms-input-placeholder {
  text-align: center;
  color: #afafaf;
}

.c_form_control::placeholder {
  text-align: center;
  color: #afafaf;
}

textarea.c_form_control {
  resize: vertical;
}

.c_form_select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f7f7f7 url(/form/imgs/icon_arrow_select.svg) right 10px center no-repeat;
  background-size: 12px 12px;
  border-radius: 10px;
  padding: 1em 2em 1em 1em;
  color: #363636;
  font-weight: bold;
}

@media (min-width: 1024px) {
  .c_form_select {
    background-size: 24px 24px;
  }
}

@media (-ms-high-contrast: none) {
  .c_form_select {
    background-image: none;
    padding-right: 1em;
  }
}

.c_form_table .c_form_select {
  width: 100%;
}

.c_form_radio {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c_form_radio_input {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background: #f7f7f7;
  border-radius: 50%;
  margin: 0 .5em 0 0;
}

.c_form_radio_input:checked + .c_form_radio_label:before {
  background: #06a577;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.c_form_radio_input_text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.c_form_radio_label {
  cursor: pointer;
}

.c_form_radio_label:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6px;
  display: inline-block;
  width: .875em;
  height: .875em;
  border-radius: 50%;
  margin: auto;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  content: "";
}

@media (max-width: 1023px) {
  .c_form_radio_label:before {
    left: 5px;
  }
}

.c_form_radio_group > .c_form_radio {
  margin: 0 0.83333em 0.83333em 0;
}

td.c_form_radio_group {
  padding-bottom: .2em !important;
}

.c_form_radio_hasinput .c_form_radio_label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: .5em;
}

.c_form_check {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.c_form_check_input {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background: #f7f7f7;
  margin: 0 10px 0 0;
}

.c_form_check_input:checked + .c_form_check_label:before {
  background: #06a577;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.c_form_check_label {
  cursor: pointer;
}

.c_form_check_label:before {
  position: absolute;
  left: 5px;
  top: 5px;
  display: inline-block;
  width: .8em;
  height: .8em;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  content: "";
}

@media (min-width: 1024px) {
  .c_form_check_label:before {
    left: 6px;
    top: 6px;
  }
}

@media (-ms-high-contrast: none) {
  .c_form_check_label:before {
    display: none;
  }
}

.c_form_check_group .c_form_check {
  margin: 0 0.83333em 0.83333em 0;
}

td.c_form_check_group {
  padding-bottom: .2em !important;
}

.c_form_checklist {
  padding-left: 0;
  list-style: none;
}

.c_form_checklist > li:not(:first-child) {
  margin-top: .5em;
}

.c_form_checklist > li .c_form_checklist {
  margin: .5em 0 0 2em;
}

@media (min-width: 1024px) {
  .c_form_checklist.c_form_checklist_column {
    font-size: 87.5%;
    overflow: hidden;
  }
  .c_form_checklist.c_form_checklist_column > li {
    width: 32%;
    margin: 0 2% 0 0;
  }
  .c_form_checklist.c_form_checklist_column > li:not(.no_float) {
    float: left;
  }
  .c_form_checklist.c_form_checklist_column > li:nth-child(n+4) {
    margin-top: 1rem;
  }
  .c_form_checklist.c_form_checklist_column > li:nth-child(3n) {
    margin-right: 0;
  }
  .c_form_checklist.c_form_checklist_column > li.is_clear {
    clear: left;
  }
}

.wysiwyg .c_form_table,
.c_form_table {
  width: 100%;
  table-layout: fixed;
}

.wysiwyg .c_form_table + .c_form_table,
.c_form_table + .c_form_table {
  margin-top: 2rem;
}

.c_form_heading + .wysiwyg .c_form_table, .c_form_heading +
.c_form_table {
  margin-top: 0;
}

@media (min-width: 1024px) {
  .wysiwyg .c_form_table,
  .c_form_table {
    background: #fff;
  }
}

.wysiwyg .c_form_table th,
.c_form_table th {
  color: #06a577;
}

.wysiwyg .c_form_table th.is_required:after,
.c_form_table th.is_required:after {
  background: red;
  border-radius: 3px;
  padding: .1em .5em;
  color: #fff;
  font-size: 87.5%;
  content: "必須";
}

@media (min-width: 1024px) {
  .wysiwyg .c_form_table th.is_required:after,
  .c_form_table th.is_required:after {
    font-size: 75%;
  }
}

@media (max-width: 1023px) {
  .wysiwyg .c_form_table,
  .c_form_table {
    display: block;
  }
  .wysiwyg .c_form_table td,
  .wysiwyg .c_form_table th,
  .wysiwyg .c_form_table tr,
  .wysiwyg .c_form_table tbody,
  .wysiwyg .c_form_table thead,
  .c_form_table td,
  .c_form_table th,
  .c_form_table tr,
  .c_form_table tbody,
  .c_form_table thead {
    display: block;
    width: 100%;
    text-align: left;
    border: 0;
    padding: 0;
  }
  .wysiwyg .c_form_table tbody > *:first-child,
  .c_form_table tbody > *:first-child {
    margin-top: 0 !important;
  }
  .wysiwyg .c_form_table tbody > *:last-child,
  .c_form_table tbody > *:last-child {
    margin-bottom: 0 !important;
  }
  .wysiwyg .c_form_table tr,
  .c_form_table tr {
    border-bottom: 1px dashed #ddd9d9;
    padding-bottom: 1em;
    margin-bottom: 1em;
  }
  .wysiwyg .c_form_table th,
  .c_form_table th {
    margin-bottom: .5em;
  }
}

@media (min-width: 1024px) {
  .wysiwyg .c_form_table td,
  .wysiwyg .c_form_table th,
  .c_form_table td,
  .c_form_table th {
    border: 2px solid #ddd9d9;
    padding: 1em;
    vertical-align: top;
  }
  .wysiwyg .c_form_table th,
  .c_form_table th {
    padding: 1em 2em;
    text-align: left;
    vertical-align: middle;
  }
  .wysiwyg .c_form_table .c_form_table_hdg,
  .c_form_table .c_form_table_hdg {
    width: 26.66667%;
  }
  .wysiwyg .c_form_table .is_single,
  .c_form_table .is_single {
    padding: 1em 2em;
  }
}

@media (max-width: 1023px) {
  .wysiwyg .c_form_table thead tr,
  .c_form_table thead tr {
    border: 0;
    padding: 0;
  }
}

.wysiwyg .c_form_table thead tr .is_required:after,
.c_form_table thead tr .is_required:after {
  margin-left: .5em;
}

@media (max-width: 1023px) {
  .wysiwyg .c_form_table thead th,
  .c_form_table thead th {
    color: #000;
    line-height: 1.8;
  }
}

@media (min-width: 1024px) {
  .wysiwyg .c_form_table thead th,
  .c_form_table thead th {
    background: #dffef5;
  }
}

.wysiwyg .c_form_table + .c_form_heading,
.c_form_table + .c_form_heading {
  margin-top: 1.5em;
}

.wysiwyg .c_form_table textarea.c_form_control,
.wysiwyg .c_form_table input[type="text"].c_form_control,
.c_form_table textarea.c_form_control,
.c_form_table input[type="text"].c_form_control {
  width: 100%;
}

.wysiwyg .c_form_table textarea,
.c_form_table textarea {
  min-height: 8em;
}

.wysiwyg .c_form_table {
  min-width: auto;
  background: #fff;
}

@media (max-width: 1023px) {
  .wysiwyg .c_form_table {
    padding: 1rem;
    margin: 0;
  }
}

.c_form_table_number th {
  padding-left: 2em;
  text-indent: -2em;
}

@media (min-width: 1024px) {
  .c_form_table_number th {
    padding-left: 3.2em;
    text-indent: -2.2em;
  }
}

.c_form_table_number .c_form_table_num {
  margin-right: .2em;
  font-size: 125%;
}

@media (min-width: 1024px) {
  .c_form_table_number .c_form_table_num {
    font-size: 150%;
  }
}

.c_form_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c_form_name > *:not(:last-child) {
  margin-right: .5em;
}

@media (min-width: 1024px) {
  .c_form_name > *:not(:last-child) {
    margin-right: 1em;
  }
}

.c_form_name .c_form_label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.c_form_name .c_form_control {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 0 !important;/* for Firefox*/
}

@media (max-width: 1023px) {
  .c_form_en .c_form_name {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c_form_en .c_form_name .c_form_label {
    width: 100px;
  }
  .c_form_en .c_form_name .c_form_control {
    width: calc(100% - 110px) !important;
    margin: 0;
  }
  .c_form_en .c_form_name > *:nth-child(n+3) {
    margin-top: .5em;
  }
}

.c_form_age {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c_form_age_input {
  width: 4em !important;
  margin-right: .5em;
  text-align: right;
}

@media (min-width: 1024px) {
  .c_form_age_input {
    width: 4em !important;
  }
}

.c_form_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c_form_tel_separate:before {
  margin: 0 .5em;
  content: "ー";
}

@media (min-width: 1024px) {
  .c_form_tel_separate:before {
    margin: 0 1em;
  }
}

.c_form_tel .c_form_control {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 0 !important;/* for Firefox*/
}

.c_form_email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c_form_email .c_form_domain {
  margin: 0 .5em;
}

@media (min-width: 1024px) {
  .c_form_email .c_form_domain {
    margin: 0 1em;
  }
}

.c_form_email .c_form_control {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 0 !important;/* for Firefox*/
}

.c_form_btn {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1em;
  color: #fff;
  font-size: 112.5%;
  font-weight: bold;
  line-height: 2;
  letter-spacing: .1em;
}

.c_form_btn_submit, .c_form_btn_confirm {
  width: 70%;
  background: #06a577;
  border: 2px solid #06a577;
  border-radius: 35px;
  line-height: 1;
}

@media (max-width: 1023px) {
  .c_form_btn_submit, .c_form_btn_confirm {
    padding: 1em;
    font-size: 1rem;
  }
}

@media (min-width: 1024px) {
  .c_form_btn_submit, .c_form_btn_confirm {
    height: 76px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
  .c_form_btn_submit:hover, .c_form_btn_confirm:hover {
    background: #07b482;
  }
}

.c_form_btngroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c_form_btngroup_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c_form_complete {
  min-height: 20vh;
  margin: 3.75em 0;
}

.c_form_complete > *:first-child {
  margin-top: 0 !important;
}

.c_form_complete > *:last-child {
  margin-bottom: 0 !important;
}

.c_form_notice {
  padding-left: 0;
  list-style: none;
  margin: 2em 0;
  font-size: 87.5%;
}

.c_form_notice li {
  position: relative;
  padding-left: 1em;
}

.c_form_notice li:before {
  position: absolute;
  left: 0;
  content: "※";
}

.c_form_box_define {
  background: #e8e8e8;
  border: 1px solid #ddd9d9;
  padding: 1em;
  margin: 1em 0;
}

.c_form_box_define dt {
  margin-bottom: 5px;
  font-weight: bold;
  text-indent: -.5em;
}

.c_form_box_define dt:before {
  margin-right: .5em;
  content: "【";
}

.c_form_box_define dt:after {
  margin-left: .5em;
  content: "】";
}

@media (max-width: 1023px) {
  .c_form_box_define dt {
    font-size: 1rem;
  }
}

.c_form_box_define dd {
  line-height: 1.8;
}

@media (min-width: 1024px) {
  .c_form_box_inquiry {
    width: 70%;
    max-width: 400px;
    margin: 1em auto;
  }
}
