@charset "UTF-8";

/* CSS Document */

/*--------------------
01.shikaku_apply
02.shikaku_toi
03.request
04.soudan
05.kkshi_touroku
06.toi
07.kkshi_touroku_mou
--------------------*/

/*-----------------
フォームページ共通CSS
-----------------*/

.form_page {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.form_page .yen::before{
  content: '¥';
}
.form_page .form_title_area {
  margin-top: 70px;
  margin-bottom: 59px;
}

.form_page .form_title_area .form_title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 25px;
  color: #5c3232;
  text-align: center;
  position: relative;
  margin-bottom: 64px;
}

.form_page .form_title_area .form_title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translate(-50%, 0);
  width: 80px;
  height: 6px;
  background: #ffd7a0;
}

.form_page .inner {
  width: 1020px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 25px;
}

.form_page .form_area {
  padding: 52px 0 60px;
  background: #fff;
}
.form_page .form_area strong{
  font-weight: 700;
}
.form_page .form_area .form_table tr {
  border-bottom: 1px solid #c7c7c7;
}

.form_page .form_area .form_table th {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  text-align: left;
  padding: 30px 8px;
  vertical-align: top;
  box-sizing: border-box;
}

.form_page .form_area .form_table td {
  width: 562px;
  padding: 30px 8px;
  vertical-align: top;
  font-size: 17px;
  line-height: 32px;
  box-sizing: border-box;
}

.form_page .form_area .submit_area {
  margin-top: 62px;
  text-align: center;
}

.form_page .form_area .submit_area .desc {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  color: #5c3232;
  margin-bottom: 28px;
}

.form_page .form_area .submit_area .btn_area {
  margin-bottom: 30px;
}

.form_page .form_area .submit_area .btn_area button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: #a64c4c;
  border-radius: 46px;
  color: #fff;
  width: 490px;
  height: 92px;
  line-height: 92px;
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  display: block;
}

.form_page .form_area .submit_area .btn_area button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 43.5px;
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #ffffff;
}

.form_page .form_area .submit_area .btn_area button.btn_back {
  border: 4px solid #a64c4c;
  background: #fff;
  width: 246px;
  height: 80px;
  line-height: 72px;
  font-size: 20px;
  font-weight: 500;
  color: #a64c4c;
  box-sizing: border-box;
  margin-top: 29px;
}

.form_page .form_area .submit_area .btn_area button.btn_back::after {
  right: 0;
  left: 43.5px;
  border-width: 5px 6px 5px 0;
  border-color: transparent #a64c4c transparent transparent;
}

.form_page .form_area .submit_area .note {
  font-weight: 500;
  font-size: 12px;
  line-height: 22px;
}

/*入力画面*/

.form_page .form_title_area .form_notice h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  color: #5c3232;
  margin-bottom: 19px;
}

.form_page .form_notice ul {
  margin-bottom: 12px;
}

.form_page .form_notice ul li {
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  padding-left: 1em;
  text-indent: -1em;
}

.form_page .form_notice ul li strong {
  color: #a64c4c;
  font-weight: 700;
}

.form_page .form_notice ul li a {
  color: #5c3232;
  text-decoration: underline;
}

.form_page .form_notice ul li .marker {
  background: #ffd7a0;
}

.form_page .form_notice ul li .required {
  margin-left: 8px;
  margin-right: 14px;
}

.form_page .form_notice .link {
  padding-left: 2.3em;
}

.form_page .tag {
  font-weight: 700;
  font-size: 14px;
  line-height: 32px;
  border-radius: 3px;
  color: #fff;
  padding: 1px 10px;
}

.form_page .required {
  background: #e00000;
}

.form_page .option {
  background: #939393;
}

.form_page .form_area .form_table th .tag {
  margin-left: 20px;
  white-space: nowrap;
}

.form_page .form_area .form_table th .note {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  margin-top: 2px;
}

.form_page .form_area .form_table th .note span {
  color: #e00000;
}

.form_page .form_area .form_table td .note {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  margin-top: 10px;
  padding-left: 1em;
  text-indent: -1em;
}

.form_page .form_area .form_table td .note span {
  color: #a64c4c;
}

.form_page .form_area .form_table td .select {
  position: relative;
}

.form_page .form_area .form_table td .select::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 3px 0 3px;
  border-color: #000000 transparent transparent transparent;
}

.form_page .form_area .form_table td select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  width: 100%;
  border: 1px solid #676767;
  font-size: 17px;
  line-height: 32px;
  padding: 9px 11px 11px 11px;
  height: 47px;
  box-sizing: border-box;
  border-radius: 0;
  background: #fff;
  text-align: left;
}

.form_page .form_area .form_table td select::-ms-expand {
  display: none;
}

.form_page .form_area .form_table td input {
  font-size: 17px;
  line-height: 32px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: 1px solid #b4b4b4;
  background: #f2f2f2;
  height: 60px;
  box-sizing: border-box;
  padding: 15px 15px 13px 15px;
  width: 100%;
  border-radius: 0;
  width: 400px;
}

.form_page .form_area .form_table .postal_code01,
.form_page .form_area .form_table .age {
  width: 80px;
}

.form_page .form_area .form_table .postal_code02 {
  width: 120px;
}

.form_page .form_area .form_table td textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: 1px solid #b4b4b4;
  background: #f2f2f2;
  font-size: 17px;
  line-height: 32px;
  height: 110px;
  padding: 15px;
  box-sizing: border-box;
  resize: vertical;
  border-radius: 0;
  width: 100%;
}

.form_page .form_area .form_table td input::placeholder,
.form_page .form_area .form_table td textarea::placeholder {
  color: #9a9a9a;
}

.form_page .form_area .form_table td .form_error {
  background: #faeaea;
  border-color: #e00000;
}

.form_page .form_area .form_table td .error {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #e00000;
  margin-top: 10px;
}

.form_page form .form_table .address td table td .select,
.form_page form .form_table .gender td .select,
.form_page form .form_table .method td .select {
  width: 170px;
}
.form_page form .form_table .address td table tr {
  border-bottom: none;
}

.form_page form .form_table .address td table th {
  font-weight: 500;
  white-space: nowrap;
  padding: 9px 8px 25px 0;
}

.form_page form .form_table .address td table td {
  width: 447px;
  padding: 0 8px 25px;
}

.form_page form .form_table .address td table td input {
    width: 100%;
}

.form_page form .form_table .address td table tr:last-child th,
.form_page form .form_table .address td table tr:last-child td {
  padding-bottom: 0;
}

.form_page form .form_table .know td .select {
  width: 313px;
}

.form_page form .form_table .know td input {
    width: 100%;
}

.form_page form .form_table .know td p {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  margin: 22px 0 9px;
}

.form_page .check {
  display: none;
}

.form_page .check_label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 0 30px 0 40px;
  position: relative;
  width: auto;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
}

.form_page .check_label::before {
  background: #fff;
  border: 2px solid #5c3232;
  border-radius: 2px;
  content: "";
  display: block;
  height: 22px;
  left: 0;
  margin-top: -9px;
  position: absolute;
  top: 50%;
  width: 22px;
  box-sizing: border-box;
}

.form_page .check_label::after {
  border-right: 4px solid #a64c4c;
  border-bottom: 4px solid #a64c4c;
  content: "";
  display: block;
  height: 12px;
  left: 7px;
  margin-top: -11px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(44deg);
  width: 6px;
}

.form_page .check:checked + .check_label::after {
  opacity: 1;
}

.form_page .link {
  display: inline-block;
}

.form_page .link a {
  position: relative;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  text-decoration: underline;
  color: #5c3232;
}

.form_page .link a::before,
.form_page .link a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.form_page .link a::before {
  left: -14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #5c3232;
}

.form_page .link a::after {
  right: -17px;
  background: url(../../resources/img/common/target_icon.png) 0 0;
  width: 13px;
  height: 13px;
  background-size: contain;
}

.form_page .form_title_sub {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 25px;
  color: #5c3232;
  text-align: center;
  border-bottom: 4px solid #a64c4c;
  padding-bottom: 19px;
  margin: 73px 0 30px;
}

.form_page .form_area .form_table .student_number td input {
  width: 300px;
}

/*確認画面*/

.form_page .form_title_area .confirm_text {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
}

/*完了画面*/

.form_page .form_title_area .complete_text {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
}

.form_page .min_title{
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  font-weight: 700;
  color: #5C3232;
}
.form_page .bold_text{
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}
.form_page .bank_table{
  margin: 20px 0;
  max-width: 530px;
  width: 100%;
}
.form_page .bank_table th{
  border: 0.5px solid #C7C7C7;
  width: 43%;
  padding: 20.5px 0;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  background-color: #FFD7A0;
}
.form_page .bank_table  tr th:last-of-type{
  width: 57%;
}
.form_page .bank_table td{
  border: 0.5px solid #7E7E7E;
  padding: 11px 0 11px 30px;
  font-size: 18px;
  font-weight: 500;
  background-color: #fff;
}
.form_page2 .form_area{
  padding: 80px 0 75px;
}

.form_page2 .form_table_payment{
  margin: 0;
}
.form_page2 .list li{
  font-size: 18px;
  line-height: 32px;
}
/*-----------------
01.shikaku_apply
-----------------*/

/*-----------------
02.shikaku_toi
-----------------*/
/* #shikaku_toi .form_area .form_table .copy td input[type="checkbox"] {
  display: none;
}

#shikaku_toi .form_area .form_table .copy td label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 0 30px 0 40px;
  position: relative;
  width: auto;
}

#shikaku_toi .form_area .form_table .copy td label::before {
  background: #fff;
  border: 2px solid #5c3232;
  border-radius: 2px;
  content: "";
  display: block;
  height: 22px;
  left: 0;
  margin-top: -9px;
  position: absolute;
  top: 50%;
  width: 22px;
  box-sizing: border-box;
}

#shikaku_toi .form_area .form_table .copy td label::after {
  border-right: 4px solid #a64c4c;
  border-bottom: 4px solid #a64c4c;
  content: "";
  display: block;
  height: 12px;
  left: 7px;
  margin-top: -11px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(44deg);
  width: 6px;
}

#shikaku_toi
  .form_area
  .form_table
  .copy
  td
  input[type="checkbox"]:checked
  + label::after {
  opacity: 1;
} */

/*-----------------
03.request
-----------------*/
#request .private_note {
  text-align: center;
  margin-top: 48px;
}

#request .private_note p {
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
}

#request .private_note .link a::after {
  display: none;
}

/*-----------------
04.soudan
-----------------*/
#soudan .form_area .form_table .calendar tr {
  border-bottom: none;
}

#soudan .form_area .form_table .calendar td table th {
  font-weight: 500;
  white-space: nowrap;
  padding: 9px 8px 25px 0;
}

#soudan .form_area .form_table .calendar td {
  width: auto;
}

#soudan .form_area .form_table .calendar td table td {
  padding: 0 8px 25px 0;
}

#soudan .form_area .form_table .calendar td table tr:last-child th,
#soudan .form_area .form_table .calendar td table tr:last-child td {
  padding-bottom: 0;
}

#soudan .form_area .form_table .calendar td input {
  width: 328px;
  background: #fff;
  border-color: #676767;
  border-radius: 5px;
  height: 47px;
}

#soudan .form_area.confirm_area .form_table .calendar td table th {
  padding-top: 0;
  width: 100px;
}

/*-----------------
05.kkshi_touroku
-----------------*/

/*-----------------
06.toi
-----------------*/

/*-----------------
07.kkshi_touroku_mou
-----------------*/
#kkshi_touroku_mou .agree {
  padding: 0 8px;
}

#kkshi_touroku_mou .agree p {
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 2px;
}

#kkshi_touroku_mou .agree .link {
  padding-left: 1em;
  display: inline-block;
  margin: 0;
}

#kkshi_touroku_mou .agree .agree_box {
  background: #ffd7a0;
  border-radius: 15px;
  text-align: center;
  padding: 32px;
  margin: 23px -8px 0;
}

#kkshi_touroku_mou .form_table .birthday .birthday_wrap {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

#kkshi_touroku_mou .form_table .birthday .select {
  margin: 0 15px;
  width: 90px;
}

#kkshi_touroku_mou .form_table .birthday .select_year {
  width: 120px;
}

#kkshi_touroku_mou .form_table .photo th .note li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 2px;
}

#kkshi_touroku_mou .form_table .photo th .note li:last-child {
  margin-bottom: 0;
}

#kkshi_touroku_mou .form_table .photo td input[type="file"] {
  display: none;
}

#kkshi_touroku_mou .form_table .photo td label {
  width: 170px;
  height: 47px;
  border-radius: 4px;
  background: #f2f2f2;
  border: 1px solid #676767;
  display: inline-block;
  line-height: 47px;
  text-align: center;
  cursor: pointer;
}

#kkshi_touroku_mou .form_table .photo td .error {
  display: inline-block;
  margin-left: 15px;
}

#kkshi_touroku_mou .form_table .mail_magazine {
  border-bottom: none;
}

#kkshi_touroku_mou .form_table .mail_magazine .select,
#kkshi_touroku_mou .form_table .address .select {
  width: 170px;
}

#kkshi_touroku_mou .form_table .address.destination p {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  margin: 22px 0 9px;
}

#kkshi_touroku_mou .form_table .mail_magazine_note td {
  padding-top: 0;
}

#kkshi_touroku_mou .form_table .mail_magazine_note .mail_magazine_note_box {
  background: #f7f3ed;
  border-radius: 15px;
  padding: 30px;
}

#kkshi_touroku_mou .form_table .mail_magazine_note .mail_magazine_note_box p {
  font-size: 16px;
  line-height: 25px;
}

#kkshi_touroku_mou
  .form_table
  .mail_magazine_note
  .mail_magazine_note_box
  ul
  li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 6px;
}

#kkshi_touroku_mou
  .form_table
  .mail_magazine_note
  .mail_magazine_note_box
  ul
  li
  strong {
  font-weight: 700;
  color: #e00000;
}

#kkshi_touroku_mou
  .form_table
  .mail_magazine_note
  .mail_magazine_note_box
  small {
  font-size: 14px;
  line-height: 23px;
}

#kkshi_touroku_mou
  .form_table
  .mail_magazine_note
  .mail_magazine_note_box
  small
  br {
  display: none;
}

#kkshi_touroku_mou
  .form_area
  .inner
  > .form_table:first-of-type
  tr:first-child
  > th,
#kkshi_touroku_mou
  .form_area
  .inner
  > .form_table:first-of-type
  tr:first-child
  > td {
  padding-top: 0;
}

#kkshi_touroku_mou .form_area .form_table tr:last-child {
  border-bottom: none;
}

#kkshi_touroku_mou .product ul {
  background: #f7f3ed;
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 30px;
}

#kkshi_touroku_mou .product ul li {
  font-size: 16px;
  line-height: 25px;
}

#kkshi_touroku_mou .form_table_product .product_head_head {
  background: #ffd7a0;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  padding: 19px;
  box-sizing: border-box;
  border: 1px solid #c7c7c7;
}

#kkshi_touroku_mou .form_table_product thead .product_head_head01 {
  width: 700px;
  border-left: 1px solid #c7c7c7;
}

#kkshi_touroku_mou .form_table_product thead .product_head_head02 {
  width: 120px;
}

#kkshi_touroku_mou .form_table_product thead .product_head_head03 {
  width: 200px;
}

#kkshi_touroku_mou .form_table_product .product_body_top {
  display: none;
}

#kkshi_touroku_mou .form_table_product .prodcut_head_sp {
  display: none;
}

#kkshi_touroku_mou .form_table_product td {
  width: auto;
}

#kkshi_touroku_mou .form_table_product .product_body_row {
  border-bottom: none;
}

#kkshi_touroku_mou .form_table_product .product_body_head,
#kkshi_touroku_mou .form_table_product .product_body_price,
#kkshi_touroku_mou .form_table_product .product_body_select {
  border: 1px solid #7e7e7e;
  border-top: none;
}

#kkshi_touroku_mou .form_table_product .product_body_head {
  padding: 30px;
  font-weight: 700;
  width: 375px;
}

#kkshi_touroku_mou
  .form_table_product
  .product_body_head.product_body_head_set {
  padding: 20px 30px;
}

#kkshi_touroku_mou .form_table_product .product_body_price {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  padding: 20px;
  text-align: right;
  width: 120px;
}

#kkshi_touroku_mou .form_table_product .product_body_select {
  padding: 20px;
  width: 200px;
}

#kkshi_touroku_mou .form_table_product .product_body_select_wrap {
  display: flex;
  justify-content: flex-end;
}

#kkshi_touroku_mou .form_table_product .product_body_select_wrap select {
  width: 90px;
}

#kkshi_touroku_mou .form_table_product .product_body_note {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  width: 325px;
}

#kkshi_touroku_mou
  .form_table_product
  .product_body_row_sep
  .product_body_head_sep {
  border-right: none;
}

#kkshi_touroku_mou
  .form_table_product
  .product_body_row_sep
  .product_body_head_sep_detail {
  width: 325px;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  padding: 0;
}
#kkshi_touroku_mou
  .form_table_product
  .product_body_row_sep
  .product_body_head_sep_detail
  div {
  padding: 30px 0 30px 20px;
  border-bottom: 1px solid #dddddd;
  margin: 0 30px 0 0;
}

#kkshi_touroku_mou .border_b_block {
  border-bottom: 1px solid #7e7e7e !important;
}

#kkshi_touroku_mou .border_b_none {
  border-bottom: none !important;
}

#kkshi_touroku_mou
  .form_table_product
  .product_body_row_sep:last-child
  .product_body_head_sep_detail {
  border-bottom: 1px solid #7e7e7e;
}

#kkshi_touroku_mou
  .form_table_product
  .product_body_row_sep
  .product_body_price {
  border-left: 1px solid #7e7e7e;
}

#kkshi_touroku_mou .form_table_product .product_foot_row {
  border: 1px solid #c7c7c7;
}

#kkshi_touroku_mou .form_table_product .product_foot_row th {
  background: #ffd7a0;
  text-align: right;
}

#kkshi_touroku_mou .form_table_product .product_foot_row td {
  background: #ffd7a0;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
}

#kkshi_touroku_mou
  .form_table_product_detail.form_table_product_detail_simple
  .product_detail_body_head {
  padding-bottom: 0;
}

#kkshi_touroku_mou
  .form_table_product_detail.form_table_product_detail_simple
  .product_detail_body_note {
  padding-bottom: 0;
  padding-left: 50px;
}

#kkshi_touroku_mou .form_table_product_detail .product_detail_body_row {
  border-color: #dddddd;
}

#kkshi_touroku_mou .form_table_product_detail .product_detail_body_head {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  padding: 0 0 20px;
  vertical-align: middle;
}

#kkshi_touroku_mou .form_table_product_detail .product_detail_body_head_sub {
  padding: 20px 0 20px 20px;
  font-size: 18px;
  line-height: 32px;
  vertical-align: middle;
}

#kkshi_touroku_mou .form_table_product_detail .product_detail_body_note {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  padding: 0 0 20px;
  width: 325px;
}

#kkshi_touroku_mou .form_table_product_detail .product_detail_body_select {
  padding: 20px 0;
}

#kkshi_touroku_mou .form_table_product_detail .product_detail_body_select_wrap {
  display: flex;
  justify-content: flex-end;
}

#kkshi_touroku_mou
  .form_table_product_detail
  .product_detail_body_select
  .select {
  width: 160px;
}

#kkshi_touroku_mou
  .form_table_product_detail
  .product_detail_body_select
  .select_lg {
  width: 180px;
}

#kkshi_touroku_mou
  .form_table_product_detail
  .product_detail_body_row:last-child
  th,
#kkshi_touroku_mou
  .form_table_product_detail
  .product_detail_body_row:last-child
  td {
  padding-bottom: 0;
}

#kkshi_touroku_mou .form_table_payment {
  margin: 50px 0;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
}

#kkshi_touroku_mou .form_table_payment th,
#kkshi_touroku_mou .form_table_payment td {
  padding: 30px 20px;
}

#kkshi_touroku_mou .form_table_payment .payment_body_head {
  width: 342px;
  vertical-align: middle;
}

#kkshi_touroku_mou .form_table_payment .payment_body_select {
  width: 358px;
}

#kkshi_touroku_mou .form_table_payment .payment_body_about {
  width: 280px;
}

#kkshi_touroku_mou .form_table_payment .select {
  width: 312px;
}

#kkshi_touroku_mou .form_table_payment .btn_about_payment {
  position: relative;
  width: 280px;
  height: 45px;
  font-size: 20px;
  line-height: 39px;
  border: 3px solid #5c3232;
  border-radius: 10px;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}

#kkshi_touroku_mou .form_table_payment .btn_about_payment::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #5c3232 transparent transparent transparent;
}

#kkshi_touroku_mou .about_payment {
  display: none;
}

#kkshi_touroku_mou .about_payment h3 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}

#kkshi_touroku_mou .about_payment dl {
  border-bottom: 1px solid #c7c7c7;
  padding: 20px 0;
}

#kkshi_touroku_mou .about_payment dl dt {
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

#kkshi_touroku_mou .about_payment dl dd p {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 20px;
}

#kkshi_touroku_mou .about_payment dl dd .qr-image-container {
  text-align: center;
}

#kkshi_touroku_mou .about_payment dl dd .qr-image-container img {
  width: 32%;
}

#kkshi_touroku_mou .confirm_area .form_table tr:last-child {
  border-bottom: 1px solid #c7c7c7;
}

#kkshi_touroku_mou .confirm_area .form_title_sub:first-of-type {
  margin-top: 30px;
}

#kkshi_touroku_mou .confirm_area .form_table .sum th {
  padding-bottom: 70px;
}

#kkshi_touroku_mou .confirm_area .form_table .sum td {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  padding-bottom: 70px;
}

/*オンライン決済共通CSS*/

.about_payment dl dd.online_g .cnt_img{
width: 30%;
}
.about_payment dl dd.online_g p{
width: 70%;
}



@media only screen and (max-width: 1024px) {
  /*-----------------
    フォームページ共通CSS
    -----------------*/
  .form_page .inner {
    max-width: 1020px;
    width: auto;
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media only screen and (max-width: 750px) {
  /*-----------------
    フォームページ共通CSS
    -----------------*/
  .form_page .inner {
    max-width: 100%;
  }

  .form_page .form_title_area {
    margin-top: 43px;
    margin-bottom: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .form_page .form_title_area .form_title {
    font-size: 20px;
    margin-bottom: 46px;
  }

  .form_page .form_title_area .form_title::after {
    bottom: -14px;
    width: 60px;
    height: 4px;
  }

  .form_page .form_area {
    padding: 22px 0 40px;
  }

  .form_page .min_title{
    font-size: 16px;
    text-align: center;
  }

  .form_page2 .form_area{
    padding: 46px 0 40px;
  }

  .form_page .bank_table{
    max-width: 343px;
  }
  .form_page .bank_table th{
    width: 149px;
    padding: 12px 0;
    font-size: 15px;
  }
  .form_page .bank_table tr th:last-of-type{
    width: 194px;
  }
  .form_page .bank_table td{
    padding: 12.5px 0;
    font-size: 14px;
    text-align: center;
  }
  .form_page .bold_text{
    font-size: 15px;
    line-height: 28px;
  }
  .form_page2 .list li{
    font-size: 14px;
    line-height: 25px;
  }
  .form_page .form_area .submit_area {
    margin-top: 30px;
  }

  .form_page .form_area .submit_area .desc {
    font-size: 18px;
    margin-bottom: 21px;
  }

  .form_page .form_area .submit_area .btn_area {
    margin-bottom: 20px;
  }

  .form_page .form_area .submit_area .btn_area button {
    max-width: 300px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 17px;
  }

  .form_page .form_area .submit_area .btn_area button::after {
    border-width: 5px 0 5px 4.2px;
  }

  .form_page .form_area .submit_area .btn_area button.btn_back {
    width: 190px;
    height: 60px;
    border-width: 3px;
    font-size: 17px;
    line-height: 54px;
    margin-top: 10px;
  }

  .form_page .form_area .submit_area .btn_area button.btn_back::after {
    border-width: 5px 4.2px 5px 0;
  }

  .form_page .form_area .submit_area .note {
    line-height: 20px;
  }

  /*入力画面*/
  .form_page .form_notice .inner {
    padding-left: 0;
    padding-right: 0;
  }

  .form_page .form_title_area .form_notice h2 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 14px;
  }

  .form_page .form_notice ul {
    margin-bottom: 10px;
  }

  .form_page .form_notice ul li {
    font-size: 14px;
    line-height: 24px;
  }

  .form_page .form_notice ul li .required {
    margin-left: 0;
    margin-right: 3px;
  }

  .form_page .form_notice .link::after {
    right: -23px;
  }

  .form_page .form_notice .link a {
    font-size: 14px;
  }

  .form_page .tag {
    padding: 1px 5px;
  }

  .form_page .form_area table,
  .form_page .form_area table tbody {
    display: block;
  }

  .form_page .form_area .form_table tr {
    display: block;
    padding: 20px 0;
  }

  .form_page .form_area .form_table th {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    display: block;
    padding: 0;
    margin-bottom: 10px;
  }

  .form_page .form_area .form_table td {
    font-size: 13px;
    width: 100%;
    display: block;
    padding: 0;
  }

  .form_page .form_area .form_table th .tag {
    font-size: 12px;
    margin-left: 10px;
  }

  .form_page .form_area .form_table th .note {
    font-size: 14px;
    line-height: 22px;
    margin-top: 5px;
  }

  .form_page .form_area .form_table td .error {
    font-size: 14px;
  }

  .form_page .form_area .form_table td select {
    font-size: 14px;
    line-height: 17px;
    height: 45px;
    padding: 11px;
  }

  .form_page .form_area .form_table td input {
    padding: 11px;
    height: 45px;
    font-size: 14px;
    line-height: 17px;
    width: 100%;
  }

  .form_page .form_area .form_table td .select::after {
    right: 9px;
    border-width: 6px 4px 0 4px;
  }

  .form_page .form_area .form_table td .note {
    font-size: 13px;
    line-height: 22px;
  }

  .form_page .form_area .form_table .postal_code01,
  .form_page .form_area .form_table .age {
    width: 91px;
  }

  .form_page .form_area .form_table .postal_code02 {
    width: 108px;
  }

  .form_page .form_area .form_table td textarea {
    font-size: 14px;
    line-height: 17px;
    padding: 13px;
  }

  .form_page form .form_table .address td table td .select,
  .form_page form .form_table .gender td .select,
  .form_page form .form_table .method td .select {
    width: 130px;
  }

  .form_page form .form_table .address td table tr {
    padding: 0;
    margin-bottom: 10px;
  }

  .form_page form .form_table .address td table tr:last-child {
    margin-bottom: 0;
  }

  .form_page form .form_table .address td table th {
    padding-top: 0;
    padding-bottom: 0;
  }

  .form_page form .form_table .address td table td {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    width: 100%;
  }

  .form_page form .form_table .know td .select {
    width: 286px;
  }

  .form_page form .form_table .know td p {
    font-size: 14px;
    line-height: 22px;
    margin: 20px 0 10px;
  }

  .form_page .form_area .form_table .student_number td input {
    width: 100%;
  }

  .form_page .form_title_sub {
    font-size: 20px;
    padding-bottom: 14px;
    margin: 57px 0 27px;
  }

  .form_page .check_label {
    font-size: 14px;
    line-height: 17px;
    padding: 3px 30px 0;
  }

  /*確認画面*/
  .form_page .form_title_area .confirm_text {
    font-size: 16px;
    line-height: 32px;
  }

  .form_page .form_area.confirm_area .form_table tr {
    display: table-row;
  }

  .form_page .form_area.confirm_area .form_table tr th,
  .form_page .form_area.confirm_area .form_table tr td {
    display: table-cell;
  }
  .form_page .form_area.confirm_area {
    padding: 22px 0 40px;
  }
  .form_page .form_area.confirm_area .form_table th {
    font-size: 14px;
    line-height: 32px;
    padding: 20px 8px 20px 0;
  }

  .form_page .form_area.confirm_area .form_table td {
    font-size: 13px;
    line-height: 32px;
    width: 53%;
    padding: 20px 0;
  }

  /*完了画面*/
  .form_page .form_title_area .complete_text {
    font-size: 16px;
    line-height: 32px;
  }
  .form_page .form_area.complete_area .inner {
    font-size: 14px;
  }

  /*-----------------
    01.shikaku_apply
    -----------------*/

  /*-----------------
    02.shikaku_toi
    -----------------*/

  /*-----------------
    03.request
    -----------------*/
  #request .private_note {
    margin-top: 30px;
  }

  #request .private_note p {
    font-size: 16px;
  }

  #request .private_note .link a {
    font-size: 14px;
  }

  /*-----------------
    04.soudan
    -----------------*/
  #soudan .form_area .form_table .calendar td input {
    width: 100%;
  }

  #soudan .form_area .form_table .calendar td table tr {
    padding: 0;
    margin-bottom: 10px;
  }

  #soudan .form_area .form_table .calendar td table tr th {
    padding-top: 0;
    padding-bottom: 0;
  }

  #soudan .form_area .form_table .calendar td table tr td {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    width: 100%;
  }

  /*-----------------
    05.kkshi_touroku
    -----------------*/

  /*-----------------
    06.toi
    -----------------*/
  #toi .form_area .form_table .zone td label {
    font-size: 14px;
    line-height: 17px;
    padding: 3px 30px 0;
  }

  /*-----------------
    07.kkshi_touroku_mou
    -----------------*/
  #kkshi_touroku_mou .agree {
    padding: 0;
  }

  #kkshi_touroku_mou .agree p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 10px;
  }

  #kkshi_touroku_mou .agree .link {
    padding-left: 1em;
    display: inline-block;
    margin: 0;
  }

  #kkshi_touroku_mou .agree .agree_box {
    border-radius: 10px;
    padding: 20px 0;
    margin: 26px -8px 0;
  }
  #kkshi_touroku_mou .agree .agree_box .check_label {
    font-size: 17px;
    line-height: 32px;
    white-space: nowrap;
  }

  #kkshi_touroku_mou .form_table .birthday .birthday_wrap {
    white-space: nowrap;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
  }

  #kkshi_touroku_mou .form_table .birthday .select {
    margin: 0 6px;
    width: 65px;
  }

  #kkshi_touroku_mou .form_table .birthday .select_year {
    width: 90px;
  }

  #kkshi_touroku_mou .form_table .photo th .note li {
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 2px;
  }

  #kkshi_touroku_mou .form_table .photo th .note li:last-child {
    margin-bottom: 0;
  }

  #kkshi_touroku_mou .form_table .photo td {
    text-align: center;
  }

  #kkshi_touroku_mou .form_table .photo td label {
    width: 300px;
    height: 40px;
    border-radius: 3px;
    line-height: 40px;
  }

  #kkshi_touroku_mou .form_table .photo td .error {
    display: block;
    margin-left: 0;
    text-align: left;
  }

  #kkshi_touroku_mou .form_table .mail_magazine .select,
  #kkshi_touroku_mou .form_table .address .select {
    width: 130px;
  }

  #kkshi_touroku_mou .form_table .address.destination p {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin: 10px 0 15px;
  }

  #kkshi_touroku_mou .form_table .mail_magazine {
    padding-bottom: 10px;
  }

  #kkshi_touroku_mou .form_table .mail_magazine_note {
    padding-top: 0;
  }

  #kkshi_touroku_mou .form_table .mail_magazine_note td {
    padding-top: 0;
  }

  #kkshi_touroku_mou .form_table .mail_magazine_note .mail_magazine_note_box {
    border-radius: 10px;
    padding: 15px;
  }

  #kkshi_touroku_mou .form_table .mail_magazine_note .mail_magazine_note_box p {
    font-size: 14px;
  }

  #kkshi_touroku_mou
    .form_table
    .mail_magazine_note
    .mail_magazine_note_box
    ul
    li {
    font-size: 14px;
    margin-bottom: 6px;
  }

  #kkshi_touroku_mou
    .form_table
    .mail_magazine_note
    .mail_magazine_note_box
    small {
    font-size: 12px;
  }

  #kkshi_touroku_mou
    .form_table
    .mail_magazine_note
    .mail_magazine_note_box
    small
    br {
    display: block;
  }

  #kkshi_touroku_mou .form_area .form_table .student_number {
    padding-top: 0;
  }

  #kkshi_touroku_mou .form_area .form_table tr:last-child {
    border-bottom: none;
  }

  #kkshi_touroku_mou .product ul {
    border-radius: 10px;
    padding: 15px;
    margin: 0 0 30px;
  }

  #kkshi_touroku_mou .product ul li {
    font-size: 14px;
  }

  #kkshi_touroku_mou .form_table_product {
    display: table;
    table-layout: fixed;
  }

  #kkshi_touroku_mou .form_table_product .product_head_row {
    padding-top: 0;
    display: table-row;
  }

  #kkshi_touroku_mou .form_table_product .product_head_head {
    font-size: 16px;
    padding: 7px;
    display: table-cell;
  }

  #kkshi_touroku_mou .form_table_product thead .product_head_head01 {
    width: 55%;
  }

  #kkshi_touroku_mou .form_table_product thead .product_head_head02 {
    width: 21%;
  }

  #kkshi_touroku_mou .form_table_product thead .product_head_head03 {
    width: 22%;
  }

  #kkshi_touroku_mou .form_table_product .product_body_top {
    display: table-row-group;
  }

  #kkshi_touroku_mou .form_table_product .prodcut_head_sp {
    display: table-header-group;
  }

  #kkshi_touroku_mou .form_table_product .prodcut_head_sp::before,
  #kkshi_touroku_mou .form_table_product .prodcut_head_sp::after {
    content: "-";
    display: block;
    line-height: 13px;
    text-indent: -99999px;
  }

  #kkshi_touroku_mou .form_table_product .prodcut_head_sp tr {
    display: table-row;
  }

  #kkshi_touroku_mou .form_table_product .prodcut_head_sp th {
    display: table-cell;
  }

  #kkshi_touroku_mou .form_table_product .prodcut_head_sp div {
    position: relative;
    background: #ffd7a0;
    padding: 10px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #5c3232;
    text-align: center;
    cursor: pointer;
  }

  #kkshi_touroku_mou .form_table_product .prodcut_head_sp div::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 13px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #5c3232 transparent transparent transparent;
  }

  #kkshi_touroku_mou .form_table_product .product_body_row {
    border-bottom: none;
    display: table-row;
    padding: 0;
  }

  #kkshi_touroku_mou .form_table_product .product_body_btm {
    display: table-row-group;
  }

  #kkshi_touroku_mou .product_slide_content {
    display: none;
  }

  #kkshi_touroku_mou .form_table_product .product_body_head,
  #kkshi_touroku_mou .form_table_product .product_body_price,
  #kkshi_touroku_mou .form_table_product .product_body_select {
    border: 1px solid #7e7e7e;
    border-top: none;
  }

  #kkshi_touroku_mou .form_table_product .product_body_head {
    padding: 20px 10px;
    display: table-cell;
    font-size: 14px;
    width: 55%;
  }

  #kkshi_touroku_mou
    .form_table_product
    .product_body_head.product_body_head_set {
    padding: 10px;
  }

  #kkshi_touroku_mou .form_table_product .product_body_price {
    font-size: 14px;
    line-height: 32px;
    padding: 10px;
    display: table-cell;
    width: 21%;
  }

  #kkshi_touroku_mou .form_table_product .product_body_select {
    padding: 10px;
    display: table-cell;
    width: 22%;
  }

  #kkshi_touroku_mou .form_table_product .product_body_select_wrap {
    display: flex;
    justify-content: flex-end;
  }

  #kkshi_touroku_mou .form_table_product .product_body_select_wrap select {
    width: 55px;
    height: 40px;
    font-size: 13px;
  }

  #kkshi_touroku_mou
    .form_table_product
    .product_body_row_sep
    .product_body_head_sep {
    border-right: none;
  }

  #kkshi_touroku_mou
    .form_table_product
    .product_body_row_sep
    .product_body_head_sep_detail {
    width: auto;
    font-size: 12px;
    margin-bottom: 0;
    display: table-cell;
  }

  #kkshi_touroku_mou
    .form_table_product
    .product_body_row_sep
    .product_body_head_sep_detail
    div {
    padding: 20px 0 20px 20px;
    margin: 0 10px 0 0;
  }

  #kkshi_touroku_mou .form_table_product .product_foot_row {
    display: table-row;
  }

  #kkshi_touroku_mou .form_table_product .product_foot_row th {
    display: table-cell;
    padding: 20px 10px;
    font-size: 15px;
  }

  #kkshi_touroku_mou .form_table_product .product_foot_row td {
    display: table-cell;
    font-size: 14px;
    line-height: 19px;
    padding: 20px 10px;
  }

  #kkshi_touroku_mou
    .form_table_product_detail.form_table_product_detail_simple
    tr {
    padding: 0;
  }

  #kkshi_touroku_mou .form_table_product_detail .product_detail_body_row {
    border-color: #dddddd;
    padding: 10px 0;
    display: table-row;
  }

  #kkshi_touroku_mou .form_table_product_detail .product_detail_body_head {
    font-size: 14px;
    line-height: 19px;
    padding: 0 10px 10px 0;
    display: table-cell;
  }

  #kkshi_touroku_mou .form_table_product_detail .product_detail_body_head_sub {
    padding: 10px;
    font-size: 13px;
    line-height: 19px;
    display: table-cell;
  }

  #kkshi_touroku_mou .form_table_product_detail .product_detail_body_note {
    font-size: 12px;
    line-height: 19px;
    padding: 0 0 10px;
    width: auto;
    display: table-cell;
  }

  #kkshi_touroku_mou .form_table_product_detail .product_detail_body_select {
    padding: 10px 0;
    display: table-cell;
  }

  #kkshi_touroku_mou
    .form_table_product_detail
    .product_detail_body_select_wrap {
    display: flex;
    justify-content: flex-end;
  }

  #kkshi_touroku_mou
    .form_table_product_detail
    .product_detail_body_select
    .select {
    width: 100px;
  }

  #kkshi_touroku_mou
    .form_table_product_detail
    .product_detail_body_select
    .select_lg {
    width: 120px;
  }

  #kkshi_touroku_mou
    .form_table_product_detail
    .product_detail_body_select
    .select
    select {
    font-size: 12px;
    height: 40px;
  }

  #kkshi_touroku_mou .border_t_block_sp {
    border-top: 1px solid #7e7e7e !important;
  }

  #kkshi_touroku_mou .form_table_payment {
    margin: 22px 0 35px;
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
  }

  #kkshi_touroku_mou .form_table_payment tr {
    padding-bottom: 45px;
  }

  #kkshi_touroku_mou .form_table_payment th,
  #kkshi_touroku_mou .form_table_payment td {
    padding: 0;
  }

  #kkshi_touroku_mou .form_table_payment .payment_body_head {
    width: auto;
  }

  #kkshi_touroku_mou .form_table_payment .payment_body_select {
    width: auto;
    margin-bottom: 15px;
  }

  #kkshi_touroku_mou .form_table_payment .payment_body_about {
    width: auto;
  }

  #kkshi_touroku_mou .form_table_payment .select {
    width: 188px;
  }

  #kkshi_touroku_mou .form_table_payment .btn_about_payment {
    width: 100%;
    height: 45px;
    font-size: 16px;
  }

  #kkshi_touroku_mou .about_payment h3 {
    font-size: 18px;
    line-height: 32px;
  }

  #kkshi_touroku_mou .about_payment dl {
    padding: 10px 0;
  }

  #kkshi_touroku_mou .about_payment dl dt {
    font-size: 16px;
    margin-bottom: 10px;
  }

  #kkshi_touroku_mou .confirm_area .form_table tr:last-child {
    border-bottom: 1px solid #c7c7c7;
  }

  #kkshi_touroku_mou .form_table_product_confirm tbody > tr:first-child th,
  #kkshi_touroku_mou .form_table_product_confirm tbody > tr:first-child td {
    padding-top: 0;
  }

  #kkshi_touroku_mou .confirm_area .form_table .sum td {
    font-size: 16px;
    padding-bottom: 50px;
  }

/*オンライン決済共通CSS*/
.about_payment dl dd.online_g{
display: block;
}

.about_payment dl dd.online_g .cnt_img{
width: 55%;
}
.about_payment dl dd.online_g p{
width: 100%;
}



}
