@charset "utf-8";

#main_content .txt .emphasis {
  color: #EA5252;
  font-weight: bold;
  text-indent: -1em;
  padding-left: 1em;
}


/* please_note
---------------------------------------------------*/
.txt + .please_note {
  margin-top: 40px;
}

.please_note .note {
  font-size: 1.6em;
  font-weight: bold;
}


.note + .red_round_list {
  margin-top: 9px;
}

.please_note .red_round_list li .emphasis {
  color: #EA5252;
}

@media only screen and (max-width:768px) {
  .txt + .please_note {
    margin-top: 36px;
  }
}


/*----- フォーム -----*/
form {
  margin-top: 56px;
}

form table + table {
  margin-top: 32px;
}

form table tbody tr {
  height: 64px;
  min-height: 64px;
  text-align: left;
}
form table tbody tr + tr {
  border-top: #C9D6DE solid 1px;
}

form table tbody tr th {
  position: relative;
  width: 246px;
  font-size: 1.4em;
  text-align: left;
  padding: 22px 16px;
  background: #EDF1F4;
  box-sizing: border-box;
  vertical-align: top;
}

form table tbody tr th .required {
  position: absolute;
  width: 38px;
  height: 20px;
  color: #fff;
  top: 22px;
  right: 16px;
  font-size: 0.85em;
  font-weight: bold;
  padding: 4px 6px 5px;
  background: #EA5252;
  border-radius: 2px;
  box-sizing: border-box;
}
form table tbody tr th .required.mt15 {
  top: 15px;
}

form table tbody tr td {
  width: 482px;
  height: inherit;
  padding: 16px;
  background: #F6F8F9;
  box-sizing: border-box;
  vertical-align: middle;
}
form table tbody tr.sex td {
  display: flex;
  align-items: center;
}
form table tbody tr.sex td,
form table tbody tr.birthday td,
form table tbody tr.insurer_name #insurer_rajio {
  font-size: 1.6em;
}

form table tbody tr td input {
  height: 32px;
  border: #C0CFD8 solid 1px;
  border-radius: 4px;
  box-sizing: border-box;
}
form table tbody tr.data td .back_button {
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
}
form table tbody tr.data td .back_button a {
  position: relative;
  display: flex;
  width: 119px;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  padding: 9px 24px 9px 9px;
  background: #23ADED;
  border-radius: 3px;
  box-sizing: border-box;
}
form table tbody tr.data td .back_button a::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 100%;
  top: 0;
  right: 9px;
  background: url("/common/img/sub_reservation_list_arrow.png")no-repeat center center/14px;
}
form table tbody tr.data td input,
form table tbody tr.name td input {
  width: 320px;
}
form table tbody tr.sex td input,
form table tbody tr.insurer_name #insurer_rajio input {
  display: none;
}
form table tbody tr.sex td input + label,
form table tbody tr.insurer_name #insurer_rajio input + label {
  position: relative;
  padding-left: 24px;
  margin-right: 20px;
}
form table tbody tr.sex td input + label::before,
form table tbody tr.insurer_name #insurer_rajio input + label::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background: #C0CFD8;
  border: 1px solid #C0CFD8;
  border-radius: 50%;
}
form table tbody tr.sex td input:checked + label::after,
form table tbody tr.insurer_name #insurer_rajio input:checked + label::after {
  position: absolute;
  content: "";
  display: block;
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  background: #333;
  border-radius: 50%;
}
form table tbody tr.birthday td input {
  width: 128px;
  margin-right: 8px;
}
form table tbody tr.birthday td input:nth-child(n+2) {
  width: 64px;
  margin: 0 8px 0 24px;
}
form table tbody tr.birthday_item td select {
  width: 82px;
  margin-right: 8px;
}
form table tbody tr.birthday_item td select:nth-child(n+2) {
  width: 70px;
  margin: 0 8px 0 6px;
}
form table tbody tr.birthday_item td span {
  font-size: 1.6em;
}

form table tbody tr.tell td input {
  width: 240px;
}
form table tbody tr.mail td input,
form table tbody tr.address td input {
  width: 100%;
}
form table tbody tr.address td input#postal_code01 {
  width: 45px;
}
form table tbody tr.address td input#postal_code02 {
  width: 65px;
}
form table tbody tr.insurer_name td p {
  display: inline-block;
  width: 114px;
  margin-right: 10px;
}
form table tbody tr.insurer_name td input {
  width: 258px;
}
form table tbody tr.insurer_name td .insurance_card {
  display: block;
  width: 380px;
  height: auto;
  margin-top: 30px;
}
form table tbody tr.insurer_name td .insurance_card img {
  width: 100%;
  height: 100%;
}
form table tbody tr.insurer_name td #insurer_rajio {
  padding: 20px 0 0 124px;
}
form table tbody tr.post td input {
  width: 176px;
}
form table tbody tr td select {
  width: 168px;
  height: 32px;
  padding: 0 34px 0 12px;
  background: url("/common/img/form_select_triangle.png")no-repeat center right 12px/10px 8px,#fff;
  border: #C0CFD8 solid 1px;
  border-radius: 4px;
  -webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
  appearance: none; /* 標準のスタイルを無効にする */
  text-overflow: ellipsis;
}
form table tbody tr td select::-ms-expand {
  display: none;
}
form table tbody tr td select#time_item {
  width: 120px;
}
form table tbody tr td textarea {
  width: 100%;
  min-height: 128px;
  border: #C0CFD8 solid 1px;
  border-radius: 4px;
  box-sizing: border-box;
}
form table tbody tr td textarea#data {
  width: 320px;
  min-height: 64px;
}

form table tbody tr td p {
  font-size: 1.6em;
  margin-bottom: 6px;
}
form table tbody tr td input + p,
form table tbody tr td .error_m + p {
  margin-top: 16px;
}
form table tbody tr td .annotation {
  font-size: 1.4em;
  margin-top: 10px;
}
form table tbody tr td .person {
  font-size: 1.4em;
  margin-left: 10px;
}

form .txt a {
  text-decoration: underline;
}
form table + .txt{
  margin-top: 64px;
}

form .formBtn {
  text-align: center;
  margin-top: 32px;
}

form .formBtn li button {
  opacity: 1;
  transition: 0.2s;
  cursor: pointer;
}
form .formBtn li button:hover {
  opacity: 0.6;
}

form .formBtn .submitBtn button {
  position: relative;
  width: 223px;
  height: 64px;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,sans-serif;
  font-size: 1.8em;
  font-weight: bold;
  padding: 15px 35px 15px 15px;
  background: #EA5252;
  border-radius: 4px;
  border: none;
  box-shadow: rgb(0, 0, 0, 0.16) 0 2px 2px;
}
form .formBtn .submitBtn button::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 100%;
  top: 0;
  right: 15px;
  background: url("/common/img/nav_sp_linkicon.png")no-repeat center/20px 20px;
}

form .formBtn .cancelBtn button {
  width: 146px;
  height: 32px;
  margin-top: 32px;
  color: #333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,sans-serif;
  font-size: 1.4em;
  background: #fff;
  border: #C0CFD8 solid 1px;
  border-radius: 4px;
  box-shadow: rgb(0, 0, 0, 0.16) 0 2px 2px;
}
@media only screen and (max-width:768px) {
  input, select, textarea {
    font-size: 1.6em;
  }

  form {
    margin-top: 50px;
  }

  form table {
    width: 100%;
  }

  form table tbody tr {
    height: 100%;
    min-height: initial;
  }

  form table tbody tr th {
    display: block;
    width: 100%;
    font-size: 1.6em;
    padding: 16px 14px;
  }
  form table tbody tr.required_item th {
    padding: 16px 52px 16px 14px;
  }

  form table tbody tr th .required {
    width: 100%;
    max-width: 38px;
    top: 14px;
    right: 14px;
    font-size: 0.75em;
  }

  form table tbody tr td {
    display: block;
    width: 100%;
    padding: 16px 12px;
  }
  form table tbody tr.data td .back_button {
    margin-top: 8px;
  }
  form table tbody tr.data td input,
  form table tbody tr.name td input {
    width: 100%;
  }
  form table tbody tr.sex td input + label,
  form table tbody tr.insurer_name #insurer_rajio input + label {
    padding-left: 28px;
    margin: 0 28px 0 12px;
  }
  form table tbody tr.sex td input#woman + label {
    margin: 0 0 0 12px;
  }
  form table tbody tr.sex td input + label::before,
  form table tbody tr.insurer_name #insurer_rajio input + label::before {
    width: 20px;
    height: 20px;
    top: -2px;
    border: none;
  }
  form table tbody tr.sex td input:checked + label::after,
  form table tbody tr.insurer_name #insurer_rajio input:checked + label::after {
    top: 3px;
    left: 5px;
    width: 10px;
    height: 10px;
  }
  form table tbody tr.birthday td input {
    width: 100%;
    max-width: 82px;
    font-size: 1em;
  }
  form table tbody tr.birthday td input:nth-child(n+2) {
    width: 100%;
    max-width: 48px;
    margin: 0 8px 0 18px;
  }
  form table tbody tr.birthday_item td select {
    margin: 6px 8px 0 6px;
  }
  form table tbody tr.birthday_item td select:nth-child(n+2) {
    margin: 6px 8px 0 6px;
  }
  form table tbody tr.tell td input {
    width: 100%;
  }
  form table tbody tr.insurer_name td p {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
  }
  form table tbody tr.insurer_name td input + p,
  form table tbody tr.insurer_name td .error_m + p {
    margin: 16px 0 10px 0;
  }
  form table tbody tr.insurer_name td input {
    width: 100%;
  }
  form table tbody tr.insurer_name td .insurance_card {
    width: 100%;
    max-width: 380px;
    text-align: center;
    margin: 30px auto 0;
  }
  form table tbody tr.insurer_name td #insurer_rajio {
    padding: 20px 0 0 0;
  }
  form table tbody tr.post td input {
    width: 100%;
    max-width: 176px;
  }
  form table tbody tr td select {
    width: 100%;
    max-width: 319px;
    height: 48px;
    padding: 0 34px 0 12px;
  }
  form table tbody tr td select#time_item {
    width: 100%;
    max-width: 130px;
    height: 40px;
    margin-top: 10px;
  }

  form table tbody tr td textarea#data {
    width: 100%;
  }

  form table tbody tr td .annotation {
    line-height: 1.5;
    margin-top: 12px;
  }

  form table + .txt{
    margin-top: 32px;
  }

  form .formBtn {
    margin-top: 24px;
  }

  form .formBtn li button {
    transition: initial;
  }
  form .formBtn li button:hover {
    opacity: 1;
  }

  form .formBtn .submitBtn button {
    width: 100%;
    max-width: 343px;
    height: 100%;
    min-height: 64px;
    padding: 15px 36px;
  }
  form .formBtn .submitBtn button::before {
    right: 16px;
  }

  form .formBtn .cancelBtn button {
    width: 100%;
    max-width: 146px;
    height: 100%;
    min-height: 32px;
    margin-top: 40px;
    padding: 0;
  }
}


/*----- エラー表示 -----*/
form table tbody tr td.error_bg,
form table tbody tr td.error_postal_code_bg,
form table tbody tr td.error_house_number_bg,
form table tbody tr td.error_building_bg,
form table tbody tr td.error_insurer_name_bg,
form table tbody tr td.error_insurer_symbol_bg,
form table tbody tr td.error_insurer_number_bg {
  background: #FFFFDD;
}

span.error_m {
  display: none;
  font-size: 1.4em;
	font-weight: bold;
	color: #EA5252;
	margin-top: 10px;
}
tr.birthday span.error_m {
	font-size: 0.88em;
}
td.error_bg span.error_m,
td.error_postal_code_bg span#postal_code_error,
td.error_house_number_bg span#house_number_error,
td.error_building_bg span#building_error,
td.error_insurer_name_bg span#insurer_name_error,
td.error_insurer_symbol_bg span#insurer_symbol_error,
td.error_insurer_number_bg span#insurer_number_error {
  display: block;
}





/*----- 確認画面画面 -----*/
body.check form table tbody tr td {
  font-size: 1.6em;
  line-height: 1.6;
}

body.check form .formBtn {
  margin-top: 64px;
}

body.check form .formBtn .submitBtn button {
  width: 224px;
}

body.check form .formBtn .cancelBtn button {
  position: relative;
  width: 224px;
  height: 64px;
  margin-top: 16px;
  padding: 15px 35px 15px 15px;
  font-size: 1.6em;
  border: #23ADED solid 1px;
}
body.check form .formBtn .cancelBtn button::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 100%;
  top: 0;
  right: 15px;
  background: url(/common/img/index_link_arrow.png)no-repeat center center/20px 20px;
}
@media only screen and (max-width:768px) {
  body.check form .formBtn {
    margin-top: 32px;
  }

  body.check form .formBtn .submitBtn button {
    width: 100%;
    max-width: 343px;
  }

  body.check form .formBtn .cancelBtn button {
    width: 100%;
    max-width: 343px;
    height: 100%;
    min-height: 64px;
    padding: 15px 36px;
  }
  body.check form .formBtn .cancelBtn button::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 100%;
    top: 0;
    right: 15px;
    background: url(/common/img/index_link_arrow.png)no-repeat center center/20px 20px;
  }
}







/*----- 完了画面 -----*/
.completion_txt {
  text-align: center;
  margin-top: 64px;
}

.completion_txt .title {
  color: #23ADED;
  font-size: 3.2em;
  font-weight: bold;
  margin-bottom: 40px;
}

.completion_txt .m_link_but a {
  margin: 64px auto 0;
}
@media only screen and (max-width:768px) {
  .completion_txt {
    margin-top: 48px;
  }

  .completion_txt .m_link_but a {
    width: 100%;
    max-width: 342px;
    margin: 58px auto 0;
  }
}
