@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  color: inherit;
}

a:hover {
  opacity: 0.7;
}

table {
  border-collapse: collapse;
}

.pc {
  display: block;
}
.sp {
  display: none;
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

body main {
  padding: 40px 0 100px 0;
  background: #f2ede5;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  line-height: 1;
}

main nav.steps {
}

main nav.steps ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

main nav.steps ul::before {
  content: '';
  width: 300px;
  height: 1px;
  background: #aa854f;
  display: block;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

main nav.steps ul li {
  display: block;
  background: #e5dbca;
  color: #fff;
  border-radius: 50%;
  width: 17px;
  line-height: 17px;
  text-align: center;
  font-size: 12px;
  position: relative;
  z-index: 2;
}

main nav.steps ul li:not(:last-child) {
  margin-right: 33px;
}

main nav.steps ul li.done {
  background: #aa854f;
}

main nav.steps .title {
  color: #aa854f;
  font-size: 20px;
  text-align: center;
  margin-top: 28px;
  font-weight: 700;
}

main nav.steps .desc {
  margin-top: 30px;
  text-align: center;
  font-size: 13px;
  line-height: 22px;
}

main nav.steps .desc .required {
  background: #ff7800;
  font-size: 8px;
  color: #fff;
  padding: 3px 4px;
  margin-right: 7px;
  line-height: 1;
}

.att_booking main nav.steps .flows {
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.att_booking main nav.steps .flows ul {
  border: solid 2px #aa854f;
  border-radius: 8px;
  padding: 8px;
}
.att_booking main nav.steps .flows ul::before {
  width: 152px;
}
.att_booking main nav.steps .flows ul li {
}
.att_booking main nav.steps .flows ul li:not(:last-child) {
  margin-right: 10px;
}
.att_booking main nav.steps .flows span.nexticon {
  margin: 0 6px;
  color: #c7b08c;
}
.att_booking main nav.steps .flows span.nexticon svg {
  width: 20px;
  height: 20px;
}
.att_booking main nav.steps .flows .nextframe {
  border: solid 2px #c7b08c;
  border-radius: 8px;
  padding: 4px;
  font-size: 12px;
  color: #c7b08c;
  text-align: center;
}

main .content {
  margin-top: 80px;
}
 main .content.thanks {
  margin-top: 30px;
}
main .content.flow_top {
  margin-top: 40px;
}

main .table_block {
  width: 660px;
  margin: 0 auto;
  padding: 0 20px;
}

main .table_block .text_sytle {
  margin: 15px 0;
}

main .table_block:not(:last-of-type) {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #4c4c4c;
}

main .table_block table {
  width: 100%;
}

main .table_block table th {
  width: 200px;
}

main .table_block table td {
  width: calc(100% - 217px);
}

main .table_block table td .text {
  margin: 5px 0 0 5px;
}

main .table_block button {
  display: block;
  line-height: 45px;
  width: 340px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #d4c2a7;
  border-radius: 15px;
  padding: 0 25px;
  font-size: 16px;
  color: #4c4c4c;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

main .table_block button:hover {
  opacity: 0.7;
}

main .table_block .delete {
  width: auto;
  margin-left: 25px;
}

main .table_block .delete button {
  width: 50px;
  line-height: 20px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  border-radius: 10px;
  background: #aa854f;
  border: none;
  padding: 0;
}

main .table_block.no_pad {
  padding-left: 0;
  padding-right: 0;
}

main .table_block .table_text_area {
  font-size: 14px;
}

main .table_block .table_text_area li {
  list-style: disc;
  margin: 0 0 5px 25px;
}

main .table_block .table_text_area .cation {
  color: #aa854f;
  font-weight: 700;
  margin: 0 0 20px;
}

main .table_block .table_text_area .text {
  margin: 0 0 30px;
}

main .table_block .table_text_area .bg_w {
  background: #fff;
  padding: 30px 25px 10px 30px;
  margin: 0 0 20px;
}

main .table_block .table_text_area .bg_w h4 {
  text-align: center;
  font-size: 18px;
  margin: 0 0 20px;
}

main .table_block .table_text_area .bg_w dl {
  overflow: hidden;
}

main .table_block .table_text_area .bg_w dl dt {
  width: 145px;
  float: left;
}

main .table_block .table_text_area .bg_w dl dd {
  margin-left: 150px;
  margin-bottom: 20px;
}

main table {
  margin: 0 auto;
}

main table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

main table tr:not(:last-child) {
  margin-bottom: 50px;
}

main table tr.mb:not(:last-child) {
  margin-bottom: 0;
}

main table tr.mb02:not(:last-child) {
  margin-bottom: 40px;
}

main table tr th {
  width: 200px;
  margin-right: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: normal;
  line-height: 45px;
  font-size: 14px;
}

main table tr th img {
  margin-right: 15px;
  width: 46px;
}

main table tr th .required {
  background: #ff7800;
  font-size: 8px;
  color: #fff;
  padding: 3px 4px;
  margin-right: 7px;
  line-height: 1;
}

main table tr th.not_required {
  padding-left: 35px;
}

main table tr th.mt {
  padding-top: 25px;
}

main table tr th.two_line {
  line-height: 25px;
  text-align: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

main table tr th.two_line .required {
  margin-top: 5px;
}

main table tr td {
  width: 680px;
}

main table tr td .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

main table tr td .row p:not(:last-child) {
  margin-right: 10px;
  margin-bottom: 10px;
}

main table tr td input[type='radio'],
main table tr td input[type='checkbox'] {
  display: none;
}

main table tr td input[type='radio'] + label,
main table tr td input[type='checkbox'] + label {
  display: block;
  width: 160px;
  line-height: 45px;
  background: #fff;
  border: 1px solid #808080;
  border-radius: 15px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #808080;
}

main table tr td input[type='radio'] + label.small,
main table tr td input[type='checkbox'] + label.small {
  font-size:13px;
}

main table tr td input[type='radio'] + label.two,
main table tr td input[type='checkbox'] + label.two {
  line-height: 18px;
  padding: 5px 0;
}

main table tr td input[type='radio'] + label:hover,
main table tr td input[type='checkbox'] + label:hover {
  opacity: 0.7;
}

main table tr td input[type='radio']:checked + label,
main table tr td input[type='checkbox']:checked + label {
  background: #000;
  color: #fff;
}

main table tr td.check_style input[type='checkbox'] {
  display: none;
}

main table tr td.check_style input[type='checkbox'] + label {
  display: inline-block;
  width: 340px;
  line-height: 45px;
  background: #fff;
  border: 1px solid #808080;
  border-radius: 15px;
  text-align: left;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000;
  font-size: 16px;
  position: relative;
  padding: 0 0 0 45px;
}

main table tr td.check_style input[type='checkbox'] + label:hover {
  opacity: 0.7;
}

main table tr td.check_style input[type='checkbox'] + label::before {
  background: #fff;
  border: 1px solid #808080;
  border-radius: 50%;
  content: '';
  display: block;
  height: 24px;
  left: 12px;
  margin-top: 10px;
  position: absolute;
  width: 24px;
}

main table tr td.check_style input[type='checkbox'] + label::after {
  background: #000;
  border-radius: 50%;
  content: '';
  display: block;
  height: 12px;
  left: 19px;
  margin-top: -5px;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  width: 12px;
}

main table tr td.check_style input[type='checkbox']:checked + label::before {
  border-color: #666;
}

main table tr td.check_style input[type='checkbox']:checked + label::after {
  opacity: 1;
}

main table tr td input[type='text'],
main table tr td input[type='email'],
main table tr td input[type='tel'],
main table tr td input[type='date'] {
  line-height: 45px;
  width: 340px;
  background: #fff;
  border: 1px solid #808080;
  border-radius: 15px;
  padding: 0 25px;
  font-size: 16px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

main table tr td input[type='text']::-webkit-input-placeholder,
main table tr td input[type='email']::-webkit-input-placeholder,
main table tr td input[type='tel']::-webkit-input-placeholder,
main table tr td input[type='date']::-webkit-input-placeholder {
  color: #ccc;
}

main table tr td input[type='text']:-ms-input-placeholder,
main table tr td input[type='email']:-ms-input-placeholder,
main table tr td input[type='tel']:-ms-input-placeholder,
main table tr td input[type='date']:-ms-input-placeholder {
  color: #ccc;
}

main table tr td input[type='text']::-ms-input-placeholder,
main table tr td input[type='email']::-ms-input-placeholder,
main table tr td input[type='tel']::-ms-input-placeholder,
main table tr td input[type='date']::-ms-input-placeholder {
  color: #ccc;
}

main table tr td input[type='text']::placeholder,
main table tr td input[type='email']::placeholder,
main table tr td input[type='tel']::placeholder,
main table tr td input[type='date']::placeholder {
  color: #ccc;
}

main table tr td .select_wrap {
  background: #fff;
  border: 1px solid #808080;
  border-radius: 15px;
  position: relative;
}

main table tr td .select_wrap::after {
  content: '';
  width: 11px;
  height: 10px;
  display: block;
  background: url(/dsas/img/arw_b_black.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
}

main table tr td .select_wrap:not(:last-child) {
  margin-right: 10px;
}

main table tr td .select_wrap select {
  -webkit-appearance: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 15px;
  line-height: 45px;
  width: 105px;
  color: #000;
  text-align: right;
  position: relative;
  z-index: 2;
  background: transparent;
  padding: 0 27px 0 13px;
  display: block;
  font-size: 16px;
}

main table tr td textarea {
  width: 340px;
  height: 150px;
  border-radius: 15px;
  background: #fff;
  border: 1px solid #808080;
  padding: 10px 25px;
  line-height: 1.6;
  font-size: 16px;
}

main table tr td textarea::-webkit-input-placeholder {
  color: #ccc;
}

main table tr td textarea:-ms-input-placeholder {
  color: #ccc;
}

main table tr td textarea::-ms-input-placeholder {
  color: #ccc;
}

main table tr td textarea::placeholder {
  color: #ccc;
}

main table tr td textarea.row_min {
  height: 100px;
}

main table tr.douji th img {
  width: 118px;
}

main table tr.douji td p:not(:nth-child(n + 5)) {
  margin-bottom: 10px;
}

main table tr.result td p {
  line-height: 45px;
  width: 340px;
  background: #fff;
  border: 1px solid #d4c2a7;
  border-radius: 15px;
  padding: 0 25px;
  font-size: 16px;
}

main table tr.zip td input {
  width: 163px;
}

main table tr.pref td .select_wrap {
  width: 340px;
}

main table tr.pref td .select_wrap select {
  padding-left: 47px;
  width: 340px;
}

main table tr.pref td .select_wrap::after {
  right: auto;
  left: 20px;
}

main table tr.kibourenraku {
  margin-bottom: 0;
}

main table tr.kibourenraku td .select_wrap {
  width: 340px;
}

main table tr.kibourenraku td .select_wrap select {
  padding-left: 47px;
  width: 340px;
}

main table tr.kibourenraku td .select_wrap::after {
  right: auto;
  left: 20px;
}

main table tr.kibourenraku_free {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main table tr.kibourenraku_free th {
  width: 100%;
}

main table tr.kibourenraku_free td {
  width: 100%;
}

main table tr.stay_type {
  margin-bottom: 10px;
}

main table tr.stay_type2 .notice {
  margin: 10px 0;
  font-size: 14px;
}

main table tr.stay_type2 td {
  width: 100%;
}

main table tr.stay_type2 td .row {
  padding-left: 217px;
}

main table tr.honninkakunin {
  margin-bottom: 0;
}

main table tr.honninkakunin td .select_wrap {
  width: 340px;
}

main table tr.honninkakunin td .select_wrap select {
  padding-left: 47px;
  width: 340px;
}

main table tr.honninkakunin td .select_wrap::after {
  right: auto;
  left: 20px;
}

main table tr.honninkakunin_other {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main table tr.honninkakunin_other th {
  width: 100%;
}

main table tr.honninkakunin_other td {
  width: 100%;
}

main table tr.violation {
  margin-bottom: 0;
}

main table tr.yes_violation {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main table tr.yes_violation th {
  width: 100%;
}

main table tr.yes_violation td {
  width: 100%;
}

main table tr.pay_method td .row p input[type='radio'] + label,
main table tr.pay_method td .row p input[type='checkbox'] + label {
  width: 105px;
}

main table tr.other_check {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main table tr.other_check th {
  width: 100%;
}

main table tr.other_check td {
  width: 100%;
}

main table tr.other_check td .notice {
  margin-top: 10px;
  font-size: 10px;
}

main table tr.other_check td ol li {
  text-indent: -1em;
  margin-left: 1em;
  margin-top: 50px;
}

main table tr.other_check td ol li .title {
  font-size: 12px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main table tr.other_check td ol li .title span {
  width: 24px;
}

main table tr.other_check td ol li .row {
  margin-top: 10px;
}

main table tr.other_check td ol li .row input[type='radio'] + label,
main table tr.other_check td ol li .row input[type='checkbox'] + label {
  text-indent: 0;
}

main table tr.message {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main table tr.message td textarea {
  height: 113px;
}

main table tr.person {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

main table tr.person th {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.8;
  width: 185px;
}

main table tr.person th .title {
  font-weight: 700;
}

main table tr.person th .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main table tr.mynum_license.disabled {
  opacity: 50%;
}
main table tr.mynum_license th {
  align-items: baseline;
  line-height: 1.8;
  text-align: left;
}
main table tr.mynum_license td p {
  margin-right: 8px;
}
main table tr.mynum_license td p label {
  width: 160px;
}
main table tr.mynum_license td p.double_width label {
  width: 328px;
}

main .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 70px;
}

main .btns li:not(:last-child) {
  margin-right: 14px;
}

main .btns li a {
  background: #fff;
  border: 1px solid #000;
  border-radius: 20px;
  text-align: center;
  display: block;
  width: 160px;
  line-height: 40px;
  color: #808080;
  position: relative;
  cursor: pointer;
}

main .btns li.prev a::before {
  content: '';
  width: 23px;
  height: 6px;
  display: block;
  background: url(/dsas/img/arw_l_black.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 7px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

main .btns li.prev.no_arrow a::before {
  display: none;
}

main .btns li.next a {
  background: #000;
  color: #fff;
}

main .btns li.next a::before {
  content: '';
  width: 23px;
  height: 6px;
  display: block;
  background: url(/dsas/img/arw_r.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 7px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

main .btns li.finish a {
  background: #aa854f;
  color: #fff;
}

main .btns li.totop a {
  width: 222px;
}

main .btns li.totop a::before {
  content: '';
  width: 23px;
  height: 6px;
  display: block;
  background: url(/dsas/img/arw_l_black.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 7px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

main .calender .lessonplan_table tr td {
  width: 500px;
}

main table tr.lessonplan td .select_wrap {
  width: 340px;
}

main table tr.lessonplan td .select_wrap select {
  padding-left: 47px;
  width: 340px;
}

main table tr.lessonplan td .select_wrap::after {
  right: auto;
  left: 20px;
}

main .calender .lessonplan_table + .notice {
  width: 728px;
  margin: 5px auto 0;
  color: #4c4c4c;
}

main .calender .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
  margin-bottom: 15px;
}

main .calender .title .prev a,
main .calender .title .next a {
  background: #aa854f;
  color: #fff;
  font-size: 13px;
  width: 80px;
  line-height: 22px;
  display: block;
  border-radius: 11px;
  text-align: center;
  cursor: pointer;
}

main .calender .title .now {
  margin: 0 25px;
  font-size: 12px;
}

main .calender .calender_table tr {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

main .calender .calender_table tr th {
  width: 104px;
  text-align: center;
  font-size: 10px;
  margin-right: 0;
  display: table-cell;
  line-height: 1;
  margin-bottom: 5px;
}

main .calender .calender_table tr td {
  width: 104px;
  background: #fff;
  border: 1px solid #d4c2a7;
  text-align: center;
  padding: 11px 0 5px;
  cursor: pointer;
  color: #4c4c4c;
}

main .calender .calender_table tr td.color2 {
  background: #f6f3ed;
}

main .calender .calender_table tr td.color3 {
  background: #eee7dc;
}

main .calender .calender_table tr td.color4 {
  background: #d4c2a7;
}

main .calender .calender_table tr td.empty {
  cursor: default;
}

main .calender .calender_table tr td.selected {
  position: relative;
}

main .calender .calender_table tr td.selected::after {
  content: '';
  border: 3px solid #aa854f !important;
  position: absolute;
  z-index: 2;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  top: -1px;
  left: -1px;
  display: block;
}

main .calender .calender_table tr td:not(:nth-child(7)) {
  border-right: none;
}

main .calender .calender_table tr td .day {
  font-size: 13px;
}

main .calender .calender_table tr td .day.special {
  position: relative;
}

main .calender .calender_table tr td .day.special::after {
  content: '';
  width: 24px;
  height: 24px;
  display: block;
  border-radius: 50%;
  border: 1px solid #ff7800;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

main .calender .calender_table tr td .status {
  font-size: 12px;
  margin: 5px 0;
}

main .calender .calender_table tr td .status.open {
  color: #ff7800;
}

main .calender .calender_table tr td .price {
  font-size: 10px;
  margin-bottom: 2px;
}

main .calender .calender_table tr td .sotsu {
  font-size: 10px;
}

main .calender .calender_table tr:not(:last-child) td {
  border-bottom: none;
}

main .calender .calender_table + .notice {
  width: 728px;
  margin: 5px auto 0;
  color: #4c4c4c;
}

main .calender .calender_table + .notice .open,
main .calender .calender_table + .notice .special {
  color: #ff7800;
}

main .notice {
  font-size: 12px;
  margin-top: 40px;
}

main .calender .calender_table + .notice {
  width: 728px;
  margin: 5px auto 0;
  color: #4c4c4c;
}

main .calender .calender_table + .notice .open,
main .calender .calender_table + .notice .special {
  color: #ff7800;
}

main .thanks .title {
  color: #aa854f;
  text-align: center;
  font-size: 20px;
  line-height: 35px;
  margin-top: 28px;
  font-weight: 700;
}

main .thanks .txt {
  margin: 65px auto 0;
  font-size: 12px;
  line-height: 22px;
  width: 520px;
}

main .thanks .txt a {
  color: #aa854f;
  text-decoration: underline;
}

main .thanks .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 70px;
}

main .thanks .btns li:not(:last-child) {
  margin-right: 14px;
}

main .thanks .btns li a {
  background: #fff;
  border: 1px solid #aa854f;
  border-radius: 20px;
  text-align: center;
  display: block;
  width: 160px;
  line-height: 40px;
  color: #808080;
  position: relative;
  cursor: pointer;
}

main .thanks .btns li.prev a::before {
  content: '';
  width: 23px;
  height: 6px;
  display: block;
  background: url(/dsas/img/arw_l.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 7px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

main .thanks .btns li.next a {
  background: #aa854f;
  color: #fff;
}

main .thanks .btns li.next a::before {
  content: '';
  width: 23px;
  height: 6px;
  display: block;
  background: url(/dsas/img/arw_r.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 7px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

main #license_main {
  padding: 0 0 40px;
  background: #f2ede5;
}

main #license_main h2 {
  font-size: 17px;
  padding: 0px 0 0px;
  text-align: center;
  letter-spacing: 2px;
}

main #license_main h2.license span {
  background: no-repeat left center;
  background-size: 80px 55px;
  display: inline-block;
  padding: 0px 0 0px 0px;
}

main .price_wrap {
  background: #fff;
  padding: 60px 0 0;
  font-size: 12px;
  line-height: 1.6em;
}

main .price_wrap .price_area {
  width: 700px;
  margin: 0 auto;
}

main .price_wrap .price_area .title {
  position: relative;
  font-size: 16px;
  background: #f6f3ed;
  height: 60px;
  line-height: 60px;
  padding: 0 0 0 125px;
  margin: 0 0 15px;
}

main .price_wrap .price_area .big {
  font-weight: 700;
  font-size: 14px;
}

main .price_wrap .price_area .table {
  width: 100%;
  margin: 20px 0 40px;
}

main .price_wrap .price_area .table table {
  margin: 0;
}

main .price_wrap .price_area .table tr {
  display: table-row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 0;
}

main .price_wrap .price_area .table th {
  display: table-cell;
  border: 1px solid #aa854f;
  vertical-align: middle;
  display: table-cell;
  line-height: 1;
  margin-right: 0;
  text-align: center;
  width: auto;
  height: auto;
  font-size: 14px;
  line-height: 1.4em;
}

main .price_wrap .price_area .table th.c {
  color: #aa854f;
}

main .price_wrap .price_area .table th.t_l {
  text-align: left;
  padding: 4px;
}

main .price_wrap .price_area .table th span {
  display: block;
  font-size: 10px;
  line-height: 1.2em;
  margin: 3px 0 0;
}

main .price_wrap .price_area .table .bg th {
  background: #eee7dc;
  color: #aa854f;
  height: 55px;
  width: 135px;
}

main .price_wrap .price_area .table .bg th.b {
  color: #000;
  font-size: 12px;
  width: 120px;
}

main .price_wrap .price_area .table .bg th.small {
  width: 75px;
}

main .price_wrap .price_area .table.t_s02 table .bg th {
  width: 150px;
}

main .price_wrap .price_area .table.t_s02 table .bg th.s {
  width: 75px;
}

main .price_wrap .price_area .table.t_s02 table th.c {
  text-align: left;
  padding: 5px 0 5px 5px;
}

main .price_wrap .price_area .table td {
  display: table-cell;
  border: 1px solid #aa854f;
  line-height: 1;
  width: auto;
  height: auto;
  text-align: center;
  line-height: 1.4em;
  padding: 3px 0;
}

main .price_wrap#p_01 .title .img {
  content: '';
  width: 100px;
  height: 60px;
  background: no-repeat 15px center;
  background-size: 72px 50px;
  background-color: #aa854f;
  position: absolute;
  top: 0;
  left: 0;
}

main .price_wrap .confirm_btn_area {
  background: #f2ede5;
}

main .price_wrap .confirm_btn_area ul {
  width: 700px;
  margin: 0 auto;
  padding: 30px 0;
  overflow: hidden;
}

main .price_wrap .confirm_btn_area ul .list01 {
  float: left;
}

main .price_wrap .confirm_btn_area ul .list02 {
  float: right;
}

main .price_wrap .confirm_btn_area ul li a {
  display: block;
  width: 335px;
  height: 40px;
  line-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 0 20px;
  font-size: 14px;
  border: 1px solid #aa854f;
  border-radius: 20px;
  background: url(../img/arw_r_gold.svg) no-repeat 95% 48%;
  background-size: 23px 6px;
  background-color: #fff;
}


main .search .title {
  color: #aa854f;
  text-align: center;
  font-size: 20px;
  margin-top: 28px;
  font-weight: 700;
}

main .search .desc {
  margin-top: 30px;
  text-align: center;
  font-size: 13px;
  line-height: 22px;
}

main .search table {
  margin-top: 90px;
}

main .search table tr td {
  width: 334px;
}

main .search table tr td .checks {
  margin-top: 19px;
}

main .search table tr td .checks p:not(:last-child) {
  margin-bottom: 15px;
}

main .search table tr td .checks p input[type='checkbox'] {
  display: none;
}

main .search table tr td .checks p input[type='checkbox'] + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  border: 0;
  line-height: normal;
  color: #000;
  background: transparent;
}

main .search table tr td .checks p input[type='checkbox'] + label::before {
  content: '';
  width: 17px;
  height: 17px;
  display: block;
  margin-right: 7px;
  border: 1px solid #d4c2a7;
  border-radius: 5px;
  background: #fff;
}

main .search table tr td .checks p input[type='checkbox']:checked + label {
  position: relative;
}

main .search table tr td .checks p input[type='checkbox']:checked + label::after {
  content: '';
  width: 10px;
  height: 6px;
  display: block;
  border-left: 2px solid #aa854f;
  border-bottom: 2px solid #aa854f;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 3px;
  left: 3px;
}

main .search table tr td .select_wrap {
  width: 334px;
}

main .search table tr td .select_wrap select {
  width: 334px;
  padding-left: 57px;
  text-align: left;
}

main .search table tr td .select_wrap::after {
  content: '';
  width: 11px;
  height: 10px;
  display: block;
  background: url(/dsas/img/arw_b.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 20px;
  right: auto;
  left: 20px;
  z-index: 1;
}

main .search table tr.nyukoukiboubi td {
  position: relative;
}

main .search table tr.nyukoukiboubi td .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 334px;
}

main .search table tr.nyukoukiboubi td .row input[type='text'] {
  width: 275px;
}

main .search table tr.nyukoukiboubi td .row .btn.calender {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

main .search table tr.nyukoukiboubi td .date_panel {
  position: absolute;
  background: #fff;
  width: 335px;
  padding: 35px 18px 20px;
  z-index: 6;
  top: 0;
  right: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  display: none;
}

main .search table tr.nyukoukiboubi td .date_panel .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: normal;
  margin-top: 0;
}

main .search table tr.nyukoukiboubi td .date_panel .title p a {
  background: #aa854f;
  color: #fff;
  font-size: 13px;
  width: 80px;
  line-height: 22px;
  text-align: center;
  display: block;
  border-radius: 11px;
}

main .search table tr.nyukoukiboubi td .date_panel .title p.now {
  font-size: 19px;
  margin: 0 20px;
}

main .search table tr.nyukoukiboubi td .date_panel ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

main .search table tr.nyukoukiboubi td .date_panel ul li input[type='radio'] {
  display: none;
}

main .search table tr.nyukoukiboubi td .date_panel ul li input[type='radio'] + label {
  border: 1px solid #d4c2a7;
  width: 89px;
  line-height: 54px;
  text-align: center;
  color: #000;
  font-size: 16px;
}
main .search table tr.nyukoukiboubi td .date_panel ul li input[type='radio']:checked + label {
  background: #bb9e72;
  color: #000;
}

main .search table tr.nyukoukiboubi td .date_panel ul li.color2 input[type='radio'] + label {
  color: #ccc;
}

main .search table tr.nyukoukiboubi td .date_panel ul li:not(:nth-last-child(-n + 3)) {
  margin-bottom: 15px;
}

main .search .btns .btn.search {
  width: 335px;
  position: relative;
}

main .search .btns .btn.search input {
  background: #aa854f;
  color: #fff;
  width: 100%;
  line-height: 40px;
  border-radius: 20px;
  font-size: 15px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

main .search .btns .btn.search input:hover {
  opacity: 0.7;
}

main .search .btns .btn.search::after {
  content: '';
  width: 23px;
  height: 6px;
  display: block;
  background: url(/dsas/img/arw_r.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 7px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

main .search #result {
  cursor: pointer;
  width: calc(100% - 57px);
  padding: 15px 0 15px 57px;
  border: solid 1px #d4c2a7;
  border-radius: 15px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background-color: #fff;
  background-size: 41px;
}

main .search #result::after {
  content: '';
  width: 11px;
  height: 10px;
  display: block;
  background: url(/dsas/img/arw_b.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
}

main .search #li_6 {
  position: relative;
}

main .search .ovalline {
  background-color: #fff;
  border-radius: 15px;
  padding: 20px 38px 20px 25px;
  display: none;
  position: absolute;
  top: 0px;
  left: 0%;
  z-index: 6;
  border: 1px solid #d4c2a7;
}

main .search .license_car {
  padding-bottom: 10px;
  border-bottom: solid 1px #000;
  margin-bottom: 10px;
}

main .search .element.radio {
  opacity: 0;
}

main .search .r-list {
  margin: 5px 10px 5px 84px;
  padding: 5px 0;
  cursor: pointer;
}

main .search .r-list label {
  cursor: pointer;
  background: none !important;
  width: auto;
  border: none;
  text-align: left;
  color: #000 !important;
  line-height: 1;
}

main .search .license_car {
  width: 100%;
}

main .search .pulllist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 335px;
}

main .calender .title {
  color: #aa854f;
  text-align: center;
  font-size: 20px;
  margin-top: 28px;
  font-weight: 700;
}

main .calender .desc {
  margin-top: 30px;
  text-align: center;
  font-size: 13px;
  line-height: 22px;
}

main .calender .calender_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
  margin-bottom: 15px;
  font-weight: normal;
}

main .calender .back a,
main .calender .calender_title .now a,
main .calender .calender_title .prev a,
main .calender .calender_title .next a {
  background: #aa854f;
  color: #fff;
  font-size: 13px;
  width: 80px;
  line-height: 22px;
  display: block;
  border-radius: 11px;
  text-align: center;
  cursor: pointer;
}

main .calender .back a {
  width: 160px;
}

main .calender .calender_title .now {
  margin: 0 25px;
  font-size: 12px;
}

main .calender .calender_table + .notice {
  line-height: 17px;
}

main .calender .btn.apply a {
  background: #aa854f;
  color: #fff;
  font-size: 15px;
  width: 222px;
  position: relative;
}

main .calender .btn.apply a::after {
  content: '';
  width: 23px;
  height: 6px;
  display: block;
  background: url(/dsas/img/arw_r.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

main .calender .row .right {
  border-left: 1px solid #000;
}

main .h_style {
  color: #000;
  text-align: center;
  margin: 80px 0 40px;
  line-height: 1.4em;
  font-size: 26px;
  letter-spacing: 2px;
}

main .text_style {
  text-align: center;
  margin: 0 0 40px;
}

@media (max-width: 768px) {
  main nav.steps {
    margin-top: 7.2vw;
  }

  main nav.steps ul::before {
    width: 80vw;
  }

  main nav.steps ul li {
    width: 4.5vw;
    line-height: 4.5vw;
    font-size: 3.2vw;
  }

  main nav.steps ul li:not(:last-child) {
    margin-right: 8.5vw;
  }

  main nav.steps .title {
    font-size: 5.3vw;
    margin-top: 8vw;
  }

  main nav.steps .desc {
    font-size: 3.4vw;
    line-height: 6.4vw;
    margin-top: 8vw;
  }

  main nav.steps .desc .required {
    font-size: 2.1vw;
    padding: 0.8vw 1vw;
    margin-right: 2.1vw;
  }

  .att_booking main nav.steps .flows ul {
    padding: 2.13vw;
  }
  .att_booking main nav.steps .flows ul::before {
    width: 40.53vw;
  }
  .att_booking main nav.steps .flows ul li {
  }
  .att_booking main nav.steps .flows ul li:not(:last-child) {
    margin-right: 2.67vw;
  }
  .att_booking main nav.steps .flows span.nexticon {
    margin: 0 1.6vw;
  }
  .att_booking main nav.steps .flows span.nexticon svg {
    width: 5.33vw;
    height: 5.33vw;
  }
  .att_booking main nav.steps .flows .nextframe {
    padding: 1.07vw;
    font-size: 3.2vw;
  }

  main .content {
    margin-top: 13.3vw;
    padding: 0 4.8vw;
    min-height: 107.4vw;
  }
  main .content.flow_top {
    margin-top: -30px;
  }

  main .table_block {
    width: 100%;
    padding: 0;
    position: relative;
  }

  main .table_block .text_sytle {
    margin: 5px 0;
  }

  main .table_block:not(:last-child) {
    padding-bottom: 12vw;
    margin-bottom: 12vw;
  }

  main .table_block table tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  main .table_block table tr:not(:last-child) {
    margin-bottom: 4vw;
  }

  main .table_block table tr.mb:not(:last-child) {
    margin-bottom: 0;
  }

  main .table_block table tr th {
    width: 100%;
    font-size: 3.7vw;
  }

  main .table_block table tr th.not_required {
    padding-left: 0;
  }

  main .table_block table tr td {
    width: 100%;
  }

  main .table_block table tr td .row p input[type='radio'] + label,
  main .table_block table tr td .row p input[type='checkbox'] + label {
    border-radius: 4vw;
  }

  main .table_block table tr td input[type='text'],
  main .table_block table tr td input[type='email'],
  main .table_block table tr td input[type='tel'],
  main .table_block table tr td input[type='date'] {
    width: 100%;
    line-height: 12vw;
    padding: 0 6.6vw;
    border-radius: 4vw;
    font-size: 4.2vw;
  }

  main .table_block table tr td textarea {
    width: 100%;
  }

  main .table_block table tr.zip td input[type='text'] {
    width: 43.4vw;
  }

  main .table_block table tr.stay_type2 td .notice {
    margin-left: 0;
    text-indent: 0;
    margin-top: 0;
  }

  main .table_block table tr.stay_type2 td .row {
    padding-left: 0;
  }

  main .table_block table tr.pay_method td .row p:nth-child(2n + 1) {
    margin-right: 0;
  }

  main .table_block table tr.pay_method td .row p:not(:last-child) {
    margin-right: 2.1vw;
  }

  main .table_block .delete {
    position: absolute;
    top: 0;
    right: 0;
    margin-left: 0;
  }

  main .table_block .delete button {
    width: 13.3vw;
    line-height: 5.3vw;
    font-size: 3.2vw;
    margin: 0 0 0 auto;
  }

  main .table_block button {
    width: 100%;
    line-height: 12vw;
    font-size: 4.2vw;
    border-radius: 4vw;
  }

  main .table_block .table_text_area .bg_w {
    background: #fff;
    padding: 20px 10px 0 10px;
    margin: 0 0 20px;
  }

  main .table_block .table_text_area .bg_w h4 {
    text-align: center;
    font-size: 16px;
  }

  main .table_block .table_text_area .bg_w dl {
    overflow: hidden;
  }

  main .table_block .table_text_area .bg_w dl dt {
    width: 100%;
    float: none;
    margin-bottom: 5px;
  }

  main .table_block .table_text_area .bg_w dl dd {
    margin-left: 0;
    margin-bottom: 20px;
  }

  main table {
    width: 100%;
  }

  main table tr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  main table tr:not(:last-child) {
    margin-bottom: 10.6vw;
  }

  main table tr.mb02:not(:last-child) {
    margin-bottom: 0;
  }

  main table tr th.two_line .required {
    margin-top: 3px;
  }

  main table tr th {
    width: 100%;
    margin-right: 0;
    line-height: 1;
    margin-bottom: 2.6vw;
    font-size: 4.2vw;
  }

  main table tr th img {
    width: 12.2vw;
    margin-right: 4vw;
  }

  main table tr th .required {
    font-size: 2.1vw;
    padding: 0.8vw 1vw;
    margin-right: 2.1vw;
  }

  main table tr th.mt {
    padding-top: 0;
  }

  main table tr td {
    width: 100%;
  }

  main table tr td.check_style input[type='checkbox'] + label {
    width: 100%;
  }

  main table tr td.check_style input[type='checkbox'] + label::after {
    margin-top: -6px;
  }

  main table tr td textarea {
    font-size: 4.2vw;
    height: 18.6vw;
  }

  main table tr td input[type='radio'] + label,
  main table tr td input[type='checkbox'] + label {
    border-radius: 4vw;
    width: 43.2vw;
    line-height: 12vw;
    font-size: 4.2vw;
  }

  main table tr td .row p {
    margin-bottom: 2.4vw;
  }

  main table tr td .row p:not(:nth-child(n + 5)) {
    margin-bottom: 2.4vw;
  }

  main table tr td .row p:not(:nth-child(n + 5)) {
    margin-right: 0;
  }

  main table tr td .row p:not(:last-child) {
    margin-right: 0;
  }

  main table tr td .row p:nth-child(2n + 1) {
    margin-right: 2.4vw;
  }

  main table tr td .row p:last-child {
    margin-right: 0;
  }

  main table tr td .row .select_wrap {
    border-radius: 4vw;
  }

  main table tr td .row .select_wrap:not(:last-child) {
    margin-right: 2.4vw;
  }

  main table tr td .row .select_wrap select {
    width: 27vw;
    padding: 0 6.6vw 0 2.9vw;
    border-radius: 4vw;
    font-size: 4.2vw;
    line-height: 12vw;
  }

  main table tr td .row .select_wrap::after {
    width: 2.9vw;
    height: 2.9vw;
  }

  main table tr.tokushu td .row p {
    width: 100%;
  }

  main table tr.tokushu td .row p input[type='radio'] + label,
  main table tr.tokushu td .row p input[type='checkbox'] + label {
    width: 100%;
  }

  main table tr.result td p {
    width: 100%;
    line-height: 12vw;
    font-size: 4.2vw;
  }

  main table tr.pref td .select_wrap {
    width: 100%;
  }

  main table tr.pref td .select_wrap select {
    width: 100%;
    line-height: 12vw;
    font-size: 4.2vw;
  }

  main table tr.kibourenraku td .select_wrap {
    width: 100%;
  }

  main table tr.kibourenraku td .select_wrap select {
    width: 100%;
    line-height: 12vw;
    font-size: 4.2vw;
  }

  main table tr.honninkakunin td .select_wrap {
    width: 100%;
  }

  main table tr.honninkakunin td .select_wrap select {
    width: 100%;
    line-height: 12vw;
    font-size: 4.2vw;
  }

  main table tr.pay_method td .row p input[type='radio'] + label,
  main table tr.pay_method td .row p input[type='checkbox'] + label {
    width: 28vw;
  }

  main table tr.other_check td .notice {
    margin: 6.6vw 0 0;
    text-indent: 0;
    font-size: 2.6vw;
    line-height: 4.5vw;
  }

  main table tr.other_check td ol li {
    margin-top: 8vw;
    margin-left: 0;
    text-indent: 0;
  }

  main table tr.other_check td ol li .title {
    font-size: 3.2vw;
    line-height: 5.3vw;
    text-indent: -1em;
    margin-left: 1em;
  }

  main table tr.other_check td ol li .title span {
    width: 6.4vw;
  }

  main table tr.other_check td ol li .row {
    margin-top: 2.6vw;
  }

  main table tr.message td textarea {
    height: 41vw;
  }

  main table tr.person td {
    width: 100%;
  }

  main table tr.person td p {
    width: 100%;
  }

  main table tr.mynum_license td p {
    margin-right: 2.4vw;
  }
  main table tr.mynum_license td p label {
    width: 43.2vw;
  }
  main table tr.mynum_license td p.double_width label {
    width: 88.8vw;
  }

  main .btns {
    margin-top: 8vw;
  }

  main .btns li a {
    width: 42.6vw;
    line-height: 10.6vw;
    border-radius: 5.3vw;
    font-size: 4vw;
  }

  main .btns li.prev a::before {
    width: 6.1vw;
    height: 1.8vw;
  }

  main .btns li.next a::before {
    width: 6.1vw;
    height: 1.8vw;
  }

  main .btns li.totop a {
    width: 59.2vw;
  }

  main .btns li.totop a::before {
    width: 6.1vw;
    height: 1.6vw;
  }

  main .calender {
    padding: 0 3.4vw;
  }

  main .calender .lessonplan_table tr td {
    width: 100%;
  }

  main table tr.lessonplan td .select_wrap {
    width: 100%;
  }

  main table tr.lessonplan td .select_wrap select {
    width: 100%;
    line-height: 12vw;
    font-size: 4.2vw;
  }

  main .calender .lessonplan_table + .notice {
    margin-top: 1.8vw;
    font-size: 2.6vw;
    width: 100%;
    text-indent: 0;
  }

  main .calender .title {
    margin-bottom: 5.3vw;
  }

  main .calender .title .now {
    font-size: 3.2vw;
  }

  main .calender .title .prev a,
  main .calender .title .next a {
    width: 21.3vw;
    line-height: 5.8vw;
    font-size: 3.4vw;
    border-radius: 2.6vw;
  }

  main .calender .calender_table tr th {
    width: calc(100% / 7);
    font-size: 2.6vw;
    margin-bottom: 1.3vw;
  }

  main .calender .calender_table tr td {
    width: calc(100% / 7);
    padding: 2.6vw 0 1.8vw;
  }

  main .calender .calender_table tr td .day {
    font-size: 3.4vw;
  }
  main .calender .calender_table tr td .day.special::after {
    width: 4.5vw;
    height: 4.5vw;
  }

  main .calender .calender_table tr td .status {
    font-size: 3.2vw;
    margin: 1vw 0;
  }

  main .calender .calender_table tr td .price {
    font-size: 2.1vw;
  }

  main .calender .calender_table tr td .sotsu {
    font-size: 2.1vw;
  }

  main .calender .calender_table + .notice {
    margin-top: 1.8vw;
    font-size: 2.6vw;
    width: 100%;
    text-indent: 0;
  }

  main .notice {
    margin-top: 3.4vw;
    font-size: 3.2vw;
    line-height: 5.3vw;
    text-indent: -1em;
    margin-left: 1em;
  }
  main .calender .calender_table + .notice {
    margin-top: 1.8vw;
    font-size: 2.6vw;
    width: 100%;
    text-indent: 0;
  }

  main .thanks .title {
    font-size: 5.3vw;
    margin-top: 8vw;
    line-height: 9.3vw;
  }

  main .thanks .txt {
    margin-top: 10.6vw;
    font-size: 3.2vw;
    line-height: 5.8vw;
    width: 100%;
  }

  main .thanks .btns {
    margin-top: 8vw;
  }

  main .thanks .btn {
    margin-top: 13.3vw;
  }

  main .thanks .btns li a {
    width: 42.6vw;
    line-height: 10.6vw;
    border-radius: 5.3vw;
    font-size: 4vw;
  }

  main .thanks .btns li.prev a::before {
    width: 6.1vw;
    height: 1.8vw;
  }

  main .thanks .btns li.next a::before {
    width: 6.1vw;
    height: 1.8vw;
  }

  main .h_style {
    text-align: center;
    margin: 60px 0 30px;
    font-size: 20px;
  }

  main .text_style {
    text-align: center;
    margin: 0 0 20px;
  }
}
