@charset "UTF-8";
#form {
  background-color: #f3f3f3;
  padding-top: 130px;
}
@media screen and (max-width: 767px) {
  #form {
    padding-top: 50px;
  }
}
#form .col {
  display: flex;
  align-items: center;
}
#form .col-wrap {
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #form .block {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #form .mb10 {
    margin-bottom: 10px;
  }
}
#form .mr10 {
  margin-right: 10px;
}
#form .between {
  justify-content: space-between;
}
#form .bold {
  font-weight: bold;
}
#form .form_table {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  white-space: nowrap;
}
#form .form_table label {
  font-weight: bold;
  display: block;
  min-width: 50px;
}
#form .form_table .text-wrap {
  white-space: normal;
}
#form .form_table tr {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #form .form_table tr {
    display: flex;
    flex-direction: column;
  }
}
#form .form_table th {
  text-align: left;
  position: relative;
  vertical-align: text-top;
  padding: 5px;
  width: 300px;
}
@media screen and (max-width: 767px) {
  #form .form_table th {
    width: 100%;
    box-sizing: border-box;
  }
}
#form .form_table th::after {
  content: "必須";
  color: #ce3900;
  position: absolute;
  top: 5px;
  right: 20px;
}
#form .form_table .th_introducer::after,
#form .form_table .th_remarks::after {
  content: none;
}
#form .form_table td {
  padding: 5px;
}
#form .form_table .td_last {
  border-bottom: solid 1px #000000;
  padding-bottom: 5px;
}
#form .form_table .td_introducer .col_introducer {
  display: flex;
}
#form .form_table .td_introducer .radio_area {
  width: 85px;
}
#form .form_table .td_introducer .radio_area div {
  margin-bottom: 20px;
}
#form .form_table .td_introducer .radio_area p {
  position: relative;
}
#form .form_table .td_introducer .radio_area input[type=radio] {
  display: none;
}
#form .form_table .td_introducer .radio_area input[type=radio]:checked + .label::before {
  color: #ffffff;
}
#form .form_table .td_introducer .radio_area input[type=radio]:checked + .label::after {
  opacity: 1;
}
#form .form_table .td_introducer .radio_area .label {
  box-sizing: border-box;
  position: relative;
  top: 50%;
  display: inline-block;
  width: auto;
  padding: 5px 25px;
  cursor: pointer;
}
#form .form_table .td_introducer .radio_area .label::before {
  background-color: #ffffff;
  border: 2px solid #006dd9;
  border-radius: 50%;
  content: "";
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
#form .form_table .td_introducer .radio_area .label::after {
  background: #b20000;
  border-radius: 50%;
  content: "";
  display: block;
  height: 12px;
  left: 9px;
  margin-top: -4px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 12px;
}
#form .form_table .add_info p {
  color: #ce3900;
  font-weight: bold;
  cursor: pointer;
  margin-top: 10px;
  display: inline;
}
#form .form_table .add_info p:hover {
  color: #0000ff;
}
#form .form_table .add_info p::before {
  content: "";
  display: block;
  padding-top: 10px;
}
#form .form_table .remove_info p {
  color: #0000ff;
  font-weight: bold;
  cursor: pointer;
  margin-top: 10px;
  display: inline;
}
#form .form_table .remove_info p:hover {
  color: #000000;
}
#form .form_table .link_icon {
  width: 20px;
}
#form .form_table .zip {
  margin-bottom: 10px;
}
#form .form_table .example {
  width: 100%;
}
#form .form_table .birthday {
  width: 80%;
}
@media screen and (max-width: 767px) {
  #form .form_table .birthday {
    width: 100%;
  }
}
#form .form_table .birthday div {
  align-items: center;
}
@media screen and (max-width: 767px) {
  #form .form_table .birthday div {
    margin-top: 10px;
  }
  #form .form_table .birthday div:first-of-type {
    margin-top: 0;
  }
}
#form .form_table .birthday div select {
  padding: 0.5em;
  width: 90%;
  border-radius: 4px;
  background-color: #fff;
  margin-right: 20px;
}
#form .form_table .birthday div .year {
  width: 150px;
}
@media screen and (max-width: 767px) {
  #form .form_table .birthday div .year {
    width: 100%;
  }
}
#form .form_table .birthday div .month {
  width: 70px;
}
@media screen and (max-width: 767px) {
  #form .form_table .birthday div .month {
    width: 100%;
  }
}
#form .form_table .birthday div .date {
  width: 70px;
}
@media screen and (max-width: 767px) {
  #form .form_table .birthday div .date {
    width: 100%;
  }
}
#form .form_table .family_info {
  margin-top: 20px;
}
#form .form_table .family_info .family_info_area {
  margin-top: 10px;
}
#form .form_table .family_info .info_title {
  background-color: #c5c5c5;
  padding: 5px 0 5px 10px;
  font-weight: bold;
}
#form .form_table .family_info .info_box {
  margin-bottom: 5px;
  width: 100%;
}
#form .form_table .family_info .info_box dl .col {
  margin-bottom: 10px;
}
#form .form_table .family_info .info_box dt,
.add-family-dl dt
{
  float: left;
  width: 100px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #form .form_table .family_info .info_box dt,
  .add-family-dl dt  
  {
    float: none;
  }
}
#form .form_table .family_info .info_box dd {
  display: flex;
}
/* コメントアウト
@media screen and (max-width: 767px) {
  #form .form_table .family_info .info_box dd {
    display: block;
  }
}
*/
@media screen and (max-width: 767px) {
  #form .form_table .family_info .info_box div {
    margin-bottom: 10px;
  }
}
/* コメントアウト
#form .form_table .family_info .info_box.relationship {
  width: 60%;
}
#form .form_table .family_info .info_box.relationship .label_relationship {
  width: 200px;
}
@media screen and (max-width: 767px) {
  #form .form_table .family_info .info_box.relationship {
    width: 100%;
  }
}
*/
@media screen and (max-width: 767px) {
  #form .form_table .td_birthday > .birthday,
  #form .form_table .family_info .birthday > dd {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 8px;
    width: 100%;
  }
  #form .form_table .td_birthday > .birthday > div,
  #form .form_table .family_info .birthday > dd > div {
    min-width: 0;
    margin: 0;
  }
  #form .form_table .td_birthday > .birthday > div > label,
  #form .form_table .family_info .birthday > dd > div > label {
    min-width: 1em;
  }
  #form .form_table .td_birthday > .birthday > div > select,
  #form .form_table .family_info .birthday > dd > div > select {
    width: calc(100% - 1.5em);
    min-width: 0;
    margin-right: 4px;
  }
}
#form .form_table input[type=text],
#form .form_table input[type=number],
#form .form_table input[type=email] {
  font-size: 16px;
  box-sizing: border-box;
  width: 100%;
  padding: 0.3em;
  transition: 0.3s;
  letter-spacing: 1px;
  color: #000;
  border: 1px solid #1b2538;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  #form .form_table input[type=text],
  #form .form_table input[type=number],
  #form .form_table input[type=email] {
    min-height: 48px;
    padding: 0.7em;
  }
}
@media screen and (max-width: 767px) {
  #form .form_table select {
    min-height: 48px;
    box-sizing: border-box;
  }
}
#form .form_table #input_middle {
  width: 70%;
}
@media screen and (max-width: 767px) {
  #form .form_table #input_middle {
    width: 100%;
  }
}
#form .form_table #input_small,
.family-address #input_small
{
  width: 35%;
}
@media screen and (max-width: 767px) {
  #form .form_table #input_small,
    .family-address #input_small    
    {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #form .form_table #input_small.js-zip {
    width: 65%;
    max-width: 260px;
  }
}
#form .form_table .input_textarea {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #form .form_table .input_textarea {
    text-align: center;
  }
}
#form .form_table .input_textarea textarea {
  width: 80%;
  padding: 5px;
  box-sizing: border-box;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #form .form_table .input_textarea textarea {
    width: 100%;
  }
}
#form .check_area {
  width: 100%;
  padding-top: 80px;
  text-align: center;
}
#form .check_area a {
  width: 100%;
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  #form .check_area a {
    font-size: 20px;
  }
}
#form .check_area .check_agree {
  width: 100%;
  text-align: center;
  margin: 10px auto;
}
#form .check_area .check_agree label {
  font-size: 24px;
  vertical-align: text-bottom;
}
#form .check_area .check_agree input {
  cursor: pointer;
  font-size: 24px;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  #form .check_area .check_agree input {
    font-size: 20px;
  }
}
#form .button_area {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #form .button_area {
    padding-bottom: 130px;
  }
}
#form .button_area p {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #form .button_area p {
    font-size: 18px;
    width: 80%;
    margin: 50px auto 10px auto;
  }
}
#form .button_area button {
  width: 20%;
  background-color: #ce3900;
  color: #ffffff;
  border-radius: 30px;
  text-align: center;
  border: none;
  font-size: 1.5em;
  padding: 20px;
  font-weight: bold;
  border: 1px solid #ce3900;
}
@media screen and (max-width: 999px) {
  #form .button_area button {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  #form .button_area button {
    width: 100%;
  }
}
#form .button_area button:hover {
  background-color: #ffffff;
  color: #ce3900;
  border: 1px solid #ce3900;
}
#form .error {
  color: #ff0000;
}
#form .error_session {
  color: #ff0000;
  width: 100%;
  text-align: center;
}

#confirm {
  background-color: #f3f3f3;
  padding-top: 130px;
  min-height: 100vh;
}
@media screen and (max-width: 767px) {
  #confirm {
    padding-top: 80px;
  }
}
#confirm h3 {
  text-align: center;
  width: 30%;
  margin: 0 auto 100px auto;
}
@media screen and (max-width: 767px) {
  #confirm h3 {
    margin: 0 auto 50px auto;
  }
}
@media screen and (max-width: 1199px) {
  #confirm h3 {
    width: 50%;
  }
}
@media screen and (max-width: 999px) {
  #confirm h3 {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  #confirm h3 {
    width: 90%;
  }
}
#confirm .form_table {
  width: 95%;
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #confirm .form_table tr {
    display: flex;
    flex-direction: column;
  }
}
#confirm .form_table th {
  text-align: left;
  position: relative;
  vertical-align: text-top;
  width: 25%;
}
@media screen and (max-width: 999px) {
  #confirm .form_table th {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  #confirm .form_table th {
    width: 100%;
  }
}
#confirm .form_table th::after {
  content: "必須";
  color: #ce3900;
  position: absolute;
  right: 20px;
}
@media screen and (max-width: 767px) {
  #confirm .form_table th::after {
    top: 0;
    right: 10px;
  }
}
#confirm .form_table .th_remarks::after {
  content: none;
}
@media screen and (max-width: 767px) {
  #confirm .form_table .td_name {
    display: block;
  }
}
#confirm .form_table .td_name div {
  display: flex;
  align-items: flex-start;
  width: 90%;
}
@media screen and (max-width: 767px) {
  #confirm .form_table .td_name div {
    display: block;
  }
}
#confirm .form_table .td_name div .form_group {
  display: flex;
  flex-wrap: wrap;
  width: 40%;
}
@media screen and (max-width: 767px) {
  #confirm .form_table .td_name div .form_group {
    width: 90%;
  }
}
#confirm .form_table .td_name div .form_group label {
  margin-right: 20px;
}
#confirm .form_table .td_name div .form_group input {
  width: 200px;
}
#confirm .form_table .td_zip {
  display: flex;
  flex-direction: column;
}
#confirm .form_table .td_zip .form_group:first-child input {
  width: 180px;
}
#confirm .form_table .td_last {
  display: block;
}
#confirm .form_table .td_last .add_info p {
  color: #ce3900;
  font-weight: bold;
  cursor: pointer;
  margin-top: 10px;
}
#confirm .form_table .td_last .add_info p:hover {
  color: #0000ff;
}
#confirm .form_table .td_last .add_info p::before {
  content: "";
  width: 100%;
  border-top: solid 1px #000000;
  display: block;
  padding-top: 10px;
}
#confirm .form_table .td_last .remove_info p {
  color: #0000ff;
  font-weight: bold;
  cursor: pointer;
  margin-top: 10px;
}
#confirm .form_table .td_last .remove_info p:hover {
  color: #000000;
}
#confirm .form_table .td_birthday {
  position: relative;
  display: flex;
}
#confirm .form_table .td_birthday div {
  display: flex;
}
#confirm .form_table .td_birthday div select {
  padding: 0.3em;
  width: 90%;
  border-radius: 4px;
  background-color: #fff;
  margin-right: 20px;
}
#confirm .form_table .td_birthday div label {
  margin-right: 30px;
}
#confirm .form_table .td_birthday div .year {
  width: 150px;
}
#confirm .form_table .td_birthday div .month {
  width: 70px;
}
#confirm .form_table .td_birthday div .date {
  width: 70px;
}
#confirm .form_table td {
  display: flex;
  align-items: flex-start;
  padding: 10px 0;
}
#confirm .form_table td .form_group {
  position: relative;
}
#confirm .form_table td .family_info {
  margin-top: 10px;
  margin-bottom: 20px;
}
#confirm .form_table td .family_info .family_info_area {
  margin-top: 10px;
}
#confirm .form_table td .family_info .info_title {
  background-color: #c5c5c5;
  width: 100%;
  padding: 5px 0 5px 10px;
  font-weight: bold;
  box-sizing: border-box;
}
#confirm .form_table td .family_info .info_box {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
#confirm .form_table td .family_info .info_box .info_column {
  width: 30%;
}
@media screen and (max-width: 767px) {
  #confirm .form_table td .family_info .info_box .mobile_col {
    display: flex;
  }
}
#confirm .form_table td .family_info .info_box label {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #confirm .form_table td .family_info .info_box {
    display: block;
  }
  #confirm .form_table td .family_info .info_box:last-of-type {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  #confirm .form_table td .family_info .info_box p {
    width: 100%;
  }
}
#confirm .form_table td .family_info .info_box div {
  display: flex;
  width: 30%;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #confirm .form_table td .family_info .info_box div {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
}
#confirm .form_table td .family_info .info_box div label {
  display: block;
  align-items: center;
  float: left;
  width: 40px;
}
@media screen and (max-width: 767px) {
  #confirm .form_table td .family_info .info_box div label {
    float: none;
  }
}
#confirm .form_table td .family_info .info_box div .label_confirm {
  width: 180px;
}
#confirm .form_table td .family_info .info_box div input {
  width: 100%;
}
#confirm .form_table td input[type=text],
#confirm .form_table td input[type=number],
#confirm .form_table td input[type=email],
#confirm .form_table td select {
  font: 15px/24px sans-serif;
  box-sizing: border-box;
  width: 100%;
  padding: 0.3em;
  transition: 0.3s;
  letter-spacing: 1px;
  color: #000;
  border: 1px solid #1b2538;
  border-radius: 4px;
}
#confirm .form_table td .introducer_area {
  display: flex;
}
#confirm .form_table td .introducer_area div:first-of-type {
  margin-right: 50px;
}
#confirm .button_area {
  display: flex;
  width: 40%;
  margin: 80px auto 0 auto;
  padding-bottom: 130px;
  justify-content: space-between;
}
@media screen and (max-width: 999px) {
  #confirm .button_area {
    width: 80%;
  }
}
#confirm .button_area button {
  background-color: #ce3900;
  color: #ffffff;
  border-radius: 30px;
  text-align: center;
  font-size: 1.5em;
  padding: 20px;
  width: 40%;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid #ce3900;
}
@media screen and (max-width: 767px) {
  #confirm .button_area button {
    width: auto;
  }
}
#confirm .button_area button:hover {
  background-color: #ffffff;
  color: #ce3900;
  border: 1px solid #ce3900;
}
#confirm .error {
  color: #ff0000;
  width: 100%;
}

#complete {
  background-color: #f3f3f3;
  padding-top: 130px;
  min-height: 100vh;
}
#complete h3 {
  text-align: center;
  width: 40%;
  margin: 0 auto 100px auto;
}
@media screen and (max-width: 999px) {
  #complete h3 {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  #complete h3 {
    width: 90%;
  }
}
#complete .complete_frame {
  width: 90%;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
#complete .complete_table {
  width: auto;
  margin: 20px auto;
  text-align: left;
}
#complete .complete_table th,
#complete .complete_table td {
  padding: 4px 8px;
}
#complete .complete_btn_area {
  margin: 30px auto 0;
  padding-bottom: 80px;
  text-align: center;
}
#complete .box {
  width: 60%;
  border: solid 5px #000000;
  border-radius: 15px;
  padding: 30px;
  margin: 0 auto;
  text-align: center;
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  #complete .box {
    font-size: 20px;
  }
}
@media screen and (max-width: 320px) {
  #complete .box {
    font-size: 16px;
  }
}
#complete .box h2 {
  font-size: 54px;
}
@media screen and (max-width: 999px) {
  #complete .box h2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  #complete .box h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 320px) {
  #complete .box h2 {
    font-size: 18px;
  }
}
#complete .under_text {
  width: 60%;
  border-radius: 15px;
  padding: 30px;
  margin: 0 auto;
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  #complete .under_text {
    width: 80%;
    font-size: 20px;
  }
}
#complete .button_area {
  width: 20%;
  margin: 100px auto;
  padding-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  #complete .button_area {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  #complete .button_area {
    width: 90%;
    padding-bottom: 130px;
  }
}
#complete .button_area button {
  background-color: #ce3900;
  color: #ffffff;
  border-radius: 30px;
  text-align: center;
  border: none;
  font-size: 1.5em;
  padding: 20px;
  width: 100%;
  font-weight: bold;
  cursor: pointer;
}
#complete .button_area button:hover {
  background-color: #ffffff;
  color: #ce3900;
  border: 1px solid #ce3900;
}

#payment {
  background-color: #f3f3f3;
  padding-top: 130px;
  padding-bottom: 50px;
  min-height: 100vh;
}
@media screen and (max-width: 399px) {
  #payment {
    padding-top: 80px;
  }
}
#payment h3 {
  text-align: center;
  width: 30%;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  #payment h3 {
    width: 50%;
  }
}
@media screen and (max-width: 999px) {
  #payment h3 {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  #payment h3 {
    width: 90%;
  }
}
#payment .under_text {
  text-align: center;
  width: 60%;
  border-radius: 15px;
  padding: 30px;
  margin: 0 auto;
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  #payment .under_text {
    width: 80%;
    font-size: 20px;
  }
}
@media screen and (max-width: 399px) {
  #payment .under_text {
    font-size: 18px;
  }
}
#payment .button_box {
  margin-top: 70px;
  text-align: center;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  #payment .button_box {
    margin-top: 50px;
    font-size: 24px;
  }
}
@media screen and (max-width: 399px) {
  #payment .button_box {
    font-size: 20px;
    margin-top: 0;
  }
}
#payment .button_box p {
  margin-bottom: 50px;
}
#payment .button_box button {
  width: 40%;
  padding: 50px;
  margin: 0 auto;
  background-color: #ffffff;
  font-size: 30px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  color: #000;
}
@media screen and (max-width: 999px) {
  #payment .button_box button {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  #payment .button_box button {
    width: 80%;
    font-size: 24px;
  }
}
@media screen and (max-width: 399px) {
  #payment .button_box button {
    padding: 25px;
    font-size: 20px;
  }
}
#payment .button_box button:hover {
  background-color: #6faae6;
}
@media screen and (max-width: 399px) {
  #payment .margin {
    margin-top: 50px;
  }
}

#transfer {
  background-color: #f3f3f3;
  box-sizing: border-box;
  padding: 130px 0;
  min-height: 100vh;
}
@media screen and (max-width: 767px) {
  #transfer {
    padding: 80px 0;
  }
}
#transfer h3 {
  text-align: center;
  width: 40%;
  margin: 0 auto 100px auto;
}
@media screen and (max-width: 767px) {
  #transfer h3 {
    width: 80%;
  }
}
#transfer .box {
  width: 60%;
  border: solid 5px #000000;
  border-radius: 15px;
  padding: 30px;
  margin: 0 auto;
  margin-bottom: 100px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #transfer .box {
    width: 80%;
    font-size: 20px;
    padding: 15px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 320px) {
  #transfer .box {
    font-size: 16px;
  }
}
#transfer .box h2 {
  font-size: 54px;
}
@media screen and (max-width: 767px) {
  #transfer .box h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 320px) {
  #transfer .box h2 {
    font-size: 20px;
  }
}
#transfer .under_text {
  width: 60%;
  border-radius: 15px;
  padding: 30px;
  margin: 0 auto;
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  #transfer .under_text {
    width: 80%;
    font-size: 20px;
  }
}
#transfer .button_area {
  width: 20%;
  margin: 100px auto;
  padding-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  #transfer .button_area {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  #transfer .button_area {
    width: 90%;
    padding-bottom: 130px;
  }
}
#transfer .button_area button {
  background-color: #ce3900;
  color: #ffffff;
  border-radius: 30px;
  text-align: center;
  border: none;
  font-size: 1.5em;
  padding: 20px;
  width: 100%;
  font-weight: bold;
  cursor: pointer;
}
#transfer .button_area button:hover {
  background-color: #ffffff;
  color: #ce3900;
  border: 1px solid #ce3900;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

ul {
  list-style-type: none;
}

.blue {
  color: #ffffff;
  background-color: #004d9f;
}

.orange {
  color: #ce3900;
  background-color: #ffffff;
  border: 5px solid #ce3900;
}

.orange_reverse {
  background-color: #ce3900;
  color: #ffffff;
  border: 1px solid #ce3900;
}
@media screen and (max-width: 767px) {
  .orange_reverse {
    padding: unset !important;
  }
}
.orange_reverse p {
  font-size: 40px;
  font-weight: bold;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .orange_reverse p {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 399px) {
  .orange_reverse p {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 320px) {
  .orange_reverse p {
    font-size: 1em;
  }
}
.orange_reverse p:after {
  content: "";
  border-bottom: 2px solid #ffffff;
  width: 100px;
  height: 1px;
  display: block;
  margin: auto;
  transform: scale(1, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
.orange_reverse p:hover:after {
  width: 300px;
  transform: scale(2, 1);
  border-bottom: 2px solid #ce3900;
}
@media screen and (max-width: 767px) {
  .orange_reverse p:hover:after {
    width: 100px;
  }
}
.orange_reverse:hover {
  background-color: #ffffff;
  color: #ce3900;
  border: 1px solid #ce3900;
}

.span_orange {
  position: unset !important;
  color: #ce3900;
  font-weight: bold;
}

.font_orange {
  color: #ce3900;
  font-weight: bold;
}

.border_white {
  border-bottom: 1px solid #ffffff;
}

.border_blue {
  border-bottom: 1px solid #004d9f;
}

.border_orange {
  border-bottom: 5px solid #ce3900;
}

.title_center {
  text-align: center;
  font-size: 60px;
  margin-bottom: 100px;
}
.title_center::after, .title_center::before {
  content: "";
  display: inline-block;
  width: 62px;
  height: 78px;
  vertical-align: middle;
}
.title_center::before {
  background: url(../image/icon_ttl_left.svg) no-repeat;
  background-size: contain;
  margin-right: 25px;
}
.title_center::after {
  background: url(../image/icon_ttl_right.svg) no-repeat;
  background-size: contain;
  margin-left: 25px;
}
@media screen and (max-width: 999px) {
  .title_center {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  .title_center {
    font-size: 1.2em;
    position: relative;
  }
  .title_center::after, .title_center::before {
    width: 30px;
    height: 48px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
  .title_center::before {
    margin-right: 0;
    left: 5px;
  }
  .title_center::after {
    margin-left: 0;
    right: 5px;
  }
}

.btn_long {
  width: 80%;
  margin: auto;
  text-align: center;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .btn_long {
    width: 90%;
    padding: 25px 0;
    margin-bottom: 20px;
  }
}
.btn_long .sp_btn_text {
  display: none;
}
@media screen and (max-width: 767px) {
  .btn_long .sp_btn_text {
    display: block;
    width: 90%;
    margin: auto;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

.contact_link {
  text-decoration: none;
  color: #fff;
}
.contact_link:hover {
  color: #ce3900;
}

@media screen and (max-width: 767px) {
  .pc_br {
    display: none;
  }
}

.mobile_br {
  display: none;
}
@media screen and (max-width: 999px) {
  .mobile_br {
    display: block;
  }
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 80%;
  z-index: 3;
}
#page-top a {
  display: block;
  background: #ce3900;
  color: #ffffff;
  width: 100px;
  padding: 40px 0;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
}
#page-top a:before {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #7a0;
}
#page-top a:after {
  left: 5px;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 3px solid #fff;
}
#page-top a:hover {
  background: #ce3900;
  text-decoration: none;
}

#sp-icon {
  width: 70px;
  height: 70px;
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 999;
}
#sp-icon:hover {
  cursor: pointer;
  opacity: 0.7;
}
#sp-icon span {
  display: inline-block;
  width: 30px;
  height: 3px;
  background: #000000;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.3s;
}
#sp-icon span:before, #sp-icon span:after {
  display: inline-block;
  width: 30px;
  height: 3px;
  background: #000000;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.3s;
}
#sp-icon span {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#sp-icon span:before {
  content: "";
  transform: translateY(-10px) rotate(0deg);
}
#sp-icon span:after {
  content: "";
  transform: translateY(10px) rotate(0deg);
}

.sp-close:after {
  content: "メニュー";
  position: absolute;
  top: 50px;
  left: 15px;
  font-size: 8px;
  color: #000000;
}

.sp-open span {
  background: transparent !important;
}
@media screen and (max-width: 767px) {
  .sp-open span {
    left: 35% !important;
  }
}
.sp-open span:before {
  transform: rotate(45deg) !important;
}
@media screen and (max-width: 767px) {
  .sp-open span:before {
    width: 50px !important;
    transform: rotate(30deg) !important;
  }
}
.sp-open span:after {
  transform: rotate(-45deg) !important;
}
@media screen and (max-width: 767px) {
  .sp-open span:after {
    width: 50px !important;
    transform: rotate(-30deg) !important;
  }
}
.sp-open:after {
  content: "閉じる";
  position: absolute;
  top: 50px;
  left: 20px;
  font-size: 8px;
  color: #ffffff;
}

#menu {
  width: 100%;
  background: #004d9f;
  position: absolute;
  left: 0px;
  top: 80px;
  z-index: 990;
  display: none;
}
#menu li {
  text-align: center;
  padding: 0 10px;
}
#menu li a {
  text-decoration: none;
  display: block;
  padding: 15px 0;
  color: #ffffff;
  border-bottom: 1px solid #6faae6;
}
#menu li a:hover {
  background: #a9a9a9;
  opacity: 0.7;
}

.navigation_section_1 {
  display: flex;
  justify-content: space-between;
  width: 70%;
  max-width: 1280px;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .navigation_section_1 {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .navigation_section_1 {
    width: 100%;
  }
}
.navigation_section_1 button {
  color: #ac441d;
  border: 1px solid #ac441d;
  border-radius: 30px;
  padding: 10px;
  padding-left: 20px;
  font-weight: bold;
}
.navigation_section_1 button i {
  margin-left: 10px;
  margin-right: 10px;
}
.navigation_section_1 .title_font {
  color: #000000;
  font-weight: bold;
}
.navigation_section_1 .header_right {
  text-align: right;
  height: 60px;
}
.navigation_section_1 .header_right img {
  width: 420px;
}
@media screen and (max-width: 999px) {
  .navigation_section_1 .header_right img {
    width: 380px;
  }
}

.navigation_section_2 {
  background-color: #1F2C5E;
  border-top: 5px solid #FFF;
}
@media screen and (max-width: 767px) {
  .navigation_section_2 {
    display: none;
  }
}
.navigation_section_2 ul {
  padding: 20px 0;
  display: flex;
  justify-content: space-around;
  width: 85%;
  margin: auto;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  max-width: 1080px;
}
.navigation_section_2 ul li {
  color: #ffffff;
  border-right: 1px solid #ffffff;
  padding: 0 60px;
}
.navigation_section_2 ul li a {
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 2px;
  font-size: 0.9em;
}
.navigation_section_2 ul li:last-child {
  border-right: none;
}

#members {
  background-color: #fee9cc;
  background-image: url("../image/background.webp");
  min-height: 50vh;
  margin: 30px auto;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  #members {
    padding: 50px 0;
  }
}
#members .members_frame {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto 50px;
  text-align: center;
  background: #fff;
  border-radius: 30px;
  padding: 70px 100px 55px;
  box-sizing: border-box;
  font-size: 24px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  #members .members_frame {
    width: 95%;
    padding: 40px 10px 10px;
  }
}
#members .members_frame .members_group {
  margin: auto;
}
#members .members_frame .members_group p {
  font-size: 40px;
  font-weight: bold;
  border-bottom: 1px solid #000;
  margin: auto;
  padding: 10px 0;
}
@media screen and (max-width: 1199px) {
  #members .members_frame .members_group p {
    font-size: 30px;
  }
}
@media screen and (max-width: 999px) {
  #members .members_frame .members_group p {
    font-size: 16px;
    line-height: 1.6;
  }
}
#members .members_frame .members_group p span {
  line-height: 1;
  font-size: 60px;
}
@media screen and (max-width: 999px) {
  #members .members_frame .members_group p span {
    font-size: 34px;
  }
}
#members .members_frame .members_group .members_img {
  position: absolute;
  top: 15px;
  left: 10px;
}
@media screen and (max-width: 767px) {
  #members .members_frame .members_group .members_img {
    position: absolute;
    top: 5px;
    left: 5px;
  }
}
@media screen and (max-width: 767px) {
  #members .members_frame .members_group .members_img img {
    width: 45px;
    height: auto;
  }
}
#members .members_frame .members_group + p {
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  #members .members_frame .members_group + p {
    width: 95%;
    margin: auto;
    font-size: 16px;
  }
}

#campaign {
  margin: 80px 0;
}
#campaign .campaign_frame {
  width: 100%;
  max-width: 1240px;
  margin: auto;
  border: 10px solid #ce3900;
  padding: 40px 0;
  border-radius: 15px;
}
@media screen and (max-width: 1199px) {
  #campaign .campaign_frame {
    width: 97%;
  }
}
@media screen and (max-width: 999px) {
  #campaign .campaign_frame {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  #campaign .campaign_frame {
    width: 95%;
  }
}
@media screen and (max-width: 320px) {
  #campaign .campaign_frame {
    width: 95%;
  }
}
#campaign .campaign_frame .campaign_text {
  width: 60%;
  margin: auto;
}
#campaign .campaign_frame .campaign_text p {
  font-size: 34px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #campaign .campaign_frame .campaign_text p {
    font-size: 20px;
  }
}
#campaign .campaign_frame .campaign_text_single {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #campaign .campaign_frame .campaign_text_single {
    width: 90%;
  }
}
#campaign .campaign_frame .campaign_text_single .font_orange {
  font-size: 1.8em;
}
@media screen and (max-width: 999px) {
  #campaign .campaign_frame .campaign_text_single .font_orange {
    font-size: 54px;
  }
}
@media screen and (max-width: 767px) {
  #campaign .campaign_frame .campaign_text_single .font_orange {
    font-size: 36px;
  }
}
@media screen and (max-width: 399px) {
  #campaign .campaign_frame .campaign_text_single .font_orange {
    font-size: 30px;
  }
}
#campaign .campaign_frame .campaign_text_double {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  width: 740px;
}
@media screen and (max-width: 999px) {
  #campaign .campaign_frame .campaign_text_double {
    width: 600px;
  }
}
@media screen and (max-width: 767px) {
  #campaign .campaign_frame .campaign_text_double {
    display: block;
    width: 80%;
  }
}
#campaign .campaign_frame .campaign_text_double img {
  width: 60px;
}
@media screen and (max-width: 767px) {
  #campaign .campaign_frame .campaign_text_double img {
    display: block;
    width: 80px;
    margin: 0 auto 25px auto;
  }
}
#campaign .campaign_frame .campaign_text_double p {
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  #campaign .campaign_frame .campaign_text_double p {
    margin-left: unset;
    font-size: 20px;
  }
}
#campaign .campaign_frame .btn_long {
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 50px;
}
#campaign .campaign_frame .btn_long .fa-phone-alt {
  font-size: 25px;
}
#campaign .campaign_frame .btn_long .tel_phone {
  font-size: 30px;
  margin-left: 20px;
  margin-right: 20px;
  font-weight: 600;
}
#campaign .campaign_frame .orange {
  height: 40px;
  padding-top: 15px;
  font-size: 25px;
}

#plan {
  background-color: #dfd7b2;
  background-image: url("../image/background.png");
  margin: 30px 0;
  padding: 50px 0;
}
#plan .plan_frame {
  width: 100%;
  max-width: 1280px;
  margin: 20px auto;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  #plan .plan_frame {
    width: 95%;
  }
}
#plan .plan_frame img {
  width: 100%;
}
#plan .plan_frame .plan_group {
  display: flex;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  #plan .plan_frame .plan_group {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #plan .plan_frame .plan_group img {
    width: 100%;
  }
}
#plan .plan_frame .plan_group div {
  margin-left: 20px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #plan .plan_frame .plan_group div {
    margin-left: unset;
  }
}
#plan .plan_frame .plan_group div label {
  border-bottom: 2px solid #000000;
  display: block;
}
#plan p {
  text-align: center;
  margin: 30px 0 30px 0;
  font-weight: 600;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  #plan p {
    font-size: 20px;
  }
}

#information {
  margin: 100px auto;
  text-align: center;
  width: 100%;
  max-width: 1280px;
}
@media screen and (max-width: 767px) {
  #information {
    margin: 50px auto;
  }
}
#information p {
  font-size: 30px;
  margin: 30px 0 70px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #information p {
    font-size: 20px;
  }
}
#information img {
  width: 100%;
  max-width: 1080px;
}

#userVoice .voice_group {
  width: 60%;
  margin: auto;
  background-color: #fee9cc;
  border-radius: 10px;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #userVoice .voice_group {
    width: 90%;
  }
}
#userVoice .voice_group .voice_group_frame {
  display: flex;
  width: 95%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #userVoice .voice_group .voice_group_frame {
    display: block;
  }
}
#userVoice .voice_group .voice_group_frame .voice_group_tag {
  width: 15%;
  margin: auto;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  #userVoice .voice_group .voice_group_frame .voice_group_tag {
    width: 25%;
  }
}
#userVoice .voice_group .voice_group_frame .voice_group_tag span {
  background-color: #ce3900;
  color: #ffffff;
  border-radius: 10px;
  display: block;
  font-size: 20px;
  font-weight: bold;
  padding: 4%;
}
@media screen and (max-width: 767px) {
  #userVoice .voice_group .voice_group_frame .voice_group_tag span {
    padding: unset;
  }
}
#userVoice .voice_group .voice_group_frame .voice_group_title {
  font-size: 25px;
  width: 89%;
  margin: auto;
  font-weight: bold;
  text-align: left;
  margin-left: 35px;
}
@media screen and (max-width: 767px) {
  #userVoice .voice_group .voice_group_frame .voice_group_title {
    padding-bottom: 30px;
  }
}
#userVoice .voice_group .voice_group_text {
  border-top: 3px solid #b7410f;
  width: 95%;
  margin: auto;
  line-height: 1.8;
  letter-spacing: 1px;
}

#flow {
  background-color: #f3f3f3;
  padding: 85px 0;
}
@media screen and (max-width: 767px) {
  #flow {
    padding: 50px 0;
  }
}
#flow .flow_group_frame {
  font-size: 40px;
  font-weight: bold;
  text-align:center;
}
@media screen and (max-width: 767px) {
  #flow .flow_group_frame {
    width: unset;
    margin: unset;
    font-size: 20px;
  }
}
@media screen and (max-width: 999px) {
  #flow .flow_group_frame {
    width: 90%;
    margin: auto;
  }
}
@media screen and (max-width: 1199px) {
  #flow .flow_group_frame {
    width: 60%;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  #flow .flow_group_frame {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  #flow .flow_group_frame p {
    text-align: center;
  }
}
#flow .flow_group_frame .flow_sub {
  text-align: center;
  margin: 50px auto;
}
@media screen and (max-width: 767px) {
  #flow .flow_group_frame .flow_sub {
    width: 200px;
    text-align: center;
  }
}
#flow .flow_group_frame .flow_group {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 25px auto;
}
#flow .flow_group_frame .flow_group span {
  background-color: #ce3900;
  border-radius: 15px;
  height: 100px;
  width: 100px;
  text-align: center;
  color: #ffffff;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#flow .flow_group_frame .flow_group span:nth-child(3n) {
  padding: 40px 15px;
}
@media screen and (max-width: 767px) {
  #flow .flow_group_frame .flow_group span {
    font-size: 25px;
    height: 75px;
    width: 50px;
  }
}
#flow .flow_group_frame .flow_group .flow_group_numbar2 {
  font-weight: bold;
  width: 100px;
  height: 200px;
}
@media screen and (max-width: 999px) {
  #flow .flow_group_frame .flow_group .flow_group_numbar2 {
    width: 100px;
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  #flow .flow_group_frame .flow_group .flow_group_numbar2 {
    font-size: 20px;
    height: 100px;
    width: 50px;
  }
}
@media screen and (max-width: 320px) {
  #flow .flow_group_frame .flow_group .flow_group_numbar2 {
    height: 90px;
  }
}
#flow .flow_group_frame .flow_group .flow_group_numbar3 {
  height: 250px;
  width: 100px;
  font-weight: bold;
}
@media screen and (max-width: 999px) {
  #flow .flow_group_frame .flow_group .flow_group_numbar3 {
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  #flow .flow_group_frame .flow_group .flow_group_numbar3 {
    font-size: 20px;
    height: 125px;
    width: 50px;
  }
}
#flow .flow_group_frame .flow_group p {
  box-sizing: border-box;
  background-color: #ce3900;
  border-radius: 15px;
  height: 100px;
  width: 560px;
  text-align: left;
  color: #ffffff;
  font-size: 40px;
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
}
@media screen and (max-width: 999px) {
  #flow .flow_group_frame .flow_group p {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  #flow .flow_group_frame .flow_group p {
    font-size: 18px;
    height: 75px;
    width: 255px;
  }
}
@media screen and (max-width: 399px) {
  #flow .flow_group_frame .flow_group p {
    font-size: 16px;
    height: 75px;
  }
}
#flow .flow_group_frame .flow_group .flow_group_p_numbar2 {
  height: 200px;
  text-align: left;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #flow .flow_group_frame .flow_group .flow_group_p_numbar2 {
    height: 100px;
  }
}
#flow .flow_group_frame .flow_group .flow_group_p_numbar3 {
  height: 250px;
  width: 560px;
  text-align: left;
  font-weight: bold;
}
@media screen and (max-width: 999px) {
  #flow .flow_group_frame .flow_group .flow_group_p_numbar3 {
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  #flow .flow_group_frame .flow_group .flow_group_p_numbar3 {
    height: 125px;
    width: 255px;
  }
}
#flow .flow_group_frame .flow_group p:nth-child(3n) {
  height: unset;
}
#flow .flow_group_frame .flow_group:nth-child(3n) p {
  text-align: left;
}
#flow .down_arrow {
  text-align: center;
}
#flow .down_arrow img {
  width: 60px;
}
@media screen and (max-width: 767px) {
  #flow .down_arrow img {
    width: 50px;
  }
}

#question {
  margin-bottom: 130px;
}
#question .question_frame {
  width: 70%;
  margin: auto;
}
@media screen and (max-width: 999px) {
  #question .question_frame {
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  #question .question_frame {
    width: unset;
    margin: unset;
  }
}
#question .question_frame .question_group {
  width: 100%;
  max-width: 1120px;
  margin: auto;
  border: 3px solid #ce3900;
  border-radius: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #question .question_frame .question_group {
    width: 90%;
  }
}
#question .question_frame .question_group .question_group_title {
  background-color: #ce3900;
  display: flex;
  align-items: center;
  border-radius: 6px;
  height: 100px;
}
#question .question_frame .question_group .question_group_title .question_group_mark {
  margin: 0 30px;
}
@media screen and (max-width: 767px) {
  #question .question_frame .question_group .question_group_title .question_group_mark {
    margin: 0 15px;
  }
}
#question .question_frame .question_group .question_group_title .question_group_text {
  color: #ffffff;
  font-size: 34px;
  font-weight: bold;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  #question .question_frame .question_group .question_group_title .question_group_text {
    font-size: 20px;
  }
}
#question .question_frame .question_group .question_text_group {
  align-items: center;
  min-height: 200px;
  padding: 55px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #question .question_frame .question_group .question_text_group {
    display: block;
    text-align: center;
  }
}
#question .question_frame .question_group .question_text_group .question_text_mark {
  width: 65px;
  margin: 15px;
}
#question .question_frame .question_group .question_text_group p {
  line-height: 1.8;
  letter-spacing: 1px;
  padding: 30px 0 30px 160px;
  font-size: 24px;
  font-weight: bold;
  background: url(../image/A.svg) no-repeat left 20px center;
}
@media screen and (max-width: 767px) {
  #question .question_frame .question_group .question_text_group p {
    background: url(../image/A.svg) no-repeat top center;
    padding: 130px 10px 0 10px;
    font-size: 20px;
    text-align: left;
  }
}
#question .question_frame .question_group .bottom_img {
  margin: 50px auto 0 auto;
  width: 80%;
}
@media screen and (max-width: 767px) {
  #question .question_frame .question_group .bottom_img {
    width: 95%;
  }
}
#question .question_frame .question_group .bottom_img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #question .question_frame .question_group .bottom_img img {
    width: 100%;
    height: auto;
  }
}

.sp_header {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_header {
    display: flex;
    justify-content: space-between;
    padding: 25px 10px;
  }
  .sp_header .icon_group {
    display: flex;
    margin-right: 60px;
    align-items: center;
  }
  .sp_header .icon_group .envelope {
    margin-right: 10px;
    height: 50px;
    width: 50px;
    border-radius: 5px;
    background-color: #ffffff;
  }
  .sp_header .icon_group .envelope .fa-envelope {
    color: #ce3900;
    font-size: 37px;
    padding: 7px;
  }
  .sp_header .icon_group .phone {
    height: 50px;
    width: 50px;
    background-color: #ffffff;
    border-radius: 5px;
  }
  .sp_header .icon_group .phone .fa-phone-alt {
    color: #004d9f;
    font-size: 37px;
    padding: 7px;
  }
  .sp_header .form_icon_group {
    display: flex;
    align-items: center;
  }
  .sp_header .form_icon_group .envelope {
    margin-right: 10px;
    height: 50px;
    width: 50px;
    border-radius: 5px;
    background-color: #ffffff;
  }
  .sp_header .form_icon_group .envelope .fa-envelope {
    color: #ce3900;
    font-size: 37px;
    padding: 7px;
  }
  .sp_header .form_icon_group .phone {
    height: 50px;
    width: 50px;
    background-color: #ffffff;
    border-radius: 5px;
  }
  .sp_header .form_icon_group .phone .fa-phone-alt {
    color: #004d9f;
    font-size: 37px;
    padding: 7px;
  }
}
.sp_header img {
  width: 85%;
}

#forms {
  background-color: #a9a9a9;
}

.main_block {
  width: 100%;
  position: relative;
}
.main_block .main_back {
  background-color: #FFF;
  width: 100%;
  height: 800px;
  vertical-align: top;
}
@media screen and (max-width: 1199px) {
  .main_block .main_back {
    height: 650px;
  }
}
@media screen and (max-width: 999px) {
  .main_block .main_back {
    height: 430px;
  }
}
@media screen and (max-width: 767px) {
  .main_block .main_back {
    height: 245px;
  }
}
.main_block .main_under_block {
  margin-top: 800px;
}
@media screen and (max-width: 767px) {
  .main_block .main_under_block {
    margin-top: 20em;
  }
}
.main_block .main_under_block .main_under_block_group {
  text-align: center;
  width: 100%;
  margin: auto;
  margin-top: 240px;
  border: 10px solid #ce3900;
  border-radius: 15px;
  max-width: 1240px;
}
@media screen and (max-width: 1199px) {
  .main_block .main_under_block .main_under_block_group {
    width: 97%;
  }
}
@media screen and (max-width: 767px) {
  .main_block .main_under_block .main_under_block_group {
    width: 95%;
    margin-top: 245px;
  }
}
@media screen and (max-width: 399px) {
  .main_block .main_under_block .main_under_block_group {
    width: 94%;
  }
}
@media screen and (max-width: 320px) {
  .main_block .main_under_block .main_under_block_group {
    width: 94%;
  }
}
.main_block .main_under_block .main_under_block_group .main_under_block_img {
  margin: 50px 0;
}
@media screen and (max-width: 767px) {
  .main_block .main_under_block .main_under_block_group .main_under_block_img {
    display: none;
  }
}
.main_block .main_under_block .main_under_block_group .main_under_block_text {
  width: 65%;
  margin: auto;
  margin-top: 50px;
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .main_block .main_under_block .main_under_block_group .main_under_block_text {
    font-size: 20px;
    width: 80%;
  }
}
@media screen and (max-width: 320px) {
  .main_block .main_under_block .main_under_block_group .main_under_block_text {
    width: 75%;
  }
}
.main_block .main_under_block .main_under_block_group .main_under_block_text p {
  line-height: 2.5;
}
.main_block .main_under_block .main_under_block_group .main_under_block_text p:nth-child(2n) {
  border-bottom: 5px solid #ce3900;
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .main_block .main_under_block .main_under_block_group .main_under_block_text p:nth-child(2n) {
    font-size: 20px;
  }
}
.main_block .main_under_block .main_under_block_group .main_under_block_text p .main_under_block_amount {
  font-size: 60px;
  color: #ce3900;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .main_block .main_under_block .main_under_block_group .main_under_block_text p .main_under_block_amount {
    font-size: 34px;
  }
}
@media screen and (max-width: 399px) {
  .main_block .main_under_block .main_under_block_group .main_under_block_text p .main_under_block_amount {
    font-size: 26px;
  }
}
.main_block .main_under_block .main_under_block_group .block_under_text {
  font-size: 34px;
}
@media screen and (max-width: 767px) {
  .main_block .main_under_block .main_under_block_group .block_under_text {
    font-size: 20px;
  }
}
.main_block .main_under_block .main_under_block_group .main_under_block_btn {
  margin-bottom: 50px;
}
.main_block .main_under_block #recommendation {
  background-color: #ffffff;
  width: 100%;
  margin: 85px auto;
  text-align: center;
  max-width: 1280px;
}
@media screen and (max-width: 767px) {
  .main_block .main_under_block #recommendation {
    padding: unset;
  }
}
@media screen and (max-width: 999px) {
  .main_block .main_under_block #recommendation {
    padding: unset;
    width: 90%;
  }
}
.main_block .main_under_block #recommendation img {
  width: 100%;
  height: auto;
  max-width: 1280px;
}
@media screen and (max-width: 999px) {
  .main_block .main_under_block #recommendation img {
    max-width: 999px;
  }
}
.main_block .main_under_block #recommendation .font_orange {
  border-bottom: 4px solid #ce3900;
  width: 70%;
  margin: 50px auto;
}
@media screen and (max-width: 767px) {
  .main_block .main_under_block #recommendation .font_orange {
    width: 100%;
    font-size: 20px;
  }
}
@media screen and (max-width: 399px) {
  .main_block .main_under_block #recommendation .font_orange {
    width: 95%;
  }
}
@media screen and (max-width: 999px) {
  .main_block .main_under_block #recommendation .font_orange {
    width: 100%;
  }
}
.main_block .main_under_block #recommendation .font_orange span {
  text-align: center;
  font-size: 40px;
  display: block;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .main_block .main_under_block #recommendation .font_orange span {
    font-size: 1em;
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .main_block .main_under_block #recommendation .font_orange span {
    font-size: 0.8em;
  }
}
.main_block .z_content {
  position: absolute;
  top: 30px;
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  text-align: center;
  margin: auto;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .main_block .z_content {
    background: #ffffff;
  }
}
@media screen and (max-width: 999px) {
  .main_block .z_content {
    width: 90%;
  }
}
@media screen and (max-width: 1199px) {
  .main_block .z_content {
    max-width: unset;
    width: 95%;
  }
}
.main_block .z_content img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  border: 1px solid;
}
.main_block .z_content .z_content_frame {
  width: 95%;
  margin: 30px auto;
  text-align: center;
}
.main_block .z_content .z_content_frame .z_content_join_group .z_content_join {
  background-color: #ce3900;
  border-radius: 10px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .main_block .z_content .z_content_frame .z_content_join_group .z_content_join {
    width: 70px;
    padding: 3px 0;
    margin: auto;
    font-weight: bold;
  }
}
.main_block .z_content .z_content_frame .z_content_join_group .z_content_amount {
  font-size: 45px;
  color: #ce3900;
  font-weight: bold;
}
.main_block .z_content .z_content_frame .z_content_join_group .z_content_amount span {
  color: #000000;
}
@media screen and (max-width: 767px) {
  .main_block .z_content .z_content_frame .z_content_join_group .z_content_amount span {
    font-size: 25px;
  }
}
.main_block .z_content .z_content_frame .z_content_benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.main_block .z_content .z_content_frame .z_content_benefits li {
  background-color: #fee9cc;
  border-radius: 75px;
  width: 105px;
  height: 75px;
  padding-top: 35px;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .main_block .z_content .z_content_frame .z_content_benefits li {
    margin: 0 10px;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .main_block .z_content .z_content_frame .z_content_benefits li p {
    position: absolute;
    left: -15px;
    right: 0;
    bottom: 15px;
    margin: auto;
    font-size: 19px;
    width: 135px;
  }
  .main_block .z_content .z_content_frame .z_content_benefits li p span {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .main_block .z_content .z_content_frame .z_content_benefits li:nth-child(4n) {
    margin-right: 30px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .main_block .z_content .z_content_frame .z_content_benefits li:nth-child(5n) {
    margin-right: 30px;
    margin-top: 30px;
  }
}

/*====================================================================
追加css
====================================================================*/

#form .form_table .relationship div select {
    padding: 0.5em;
    width: 90%;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 20px;
}

#form .form_table .relationship label {
    margin-right: 1em;
}

.residence dd {
    display: flex;
}

.family-address dd {
    display: block !important;
}

.add-family-dl {
    margin-bottom: 10px;
}

.add-family-dl .family-address {
    margin-top: 10px;
}

.family-tel {
    margin-top: 10px;
}

.family-tel dd {
    display: block !important;
}

.family-tel input {
    width: 60% !important;
}

@media screen and (max-width: 767px) {
    .family-tel input {
        width: 100% !important;
    } 
}
