@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 1rem;
}

body {
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -webkit-text-size-adjust: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  background: transparent;
  color: #333;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border: none;
}

ul,
ol {
  list-style: none;
}

em,
i {
  font-style: normal;
}

/* フォントサイズ
-------------------------------------------*/
html {
  font-size: 62.5%;
}

@media screen and (max-width: 991px) {
  html {
    font-size: 72.5%;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 2.5641025641vw;
    /*ビューポートが390pxを基準*/
  }
}

/* body
-------------------------------------------*/
body {
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #333333;
  width: 100%;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (min-width: 992px) {
  body {
    font-size: 1.6rem;
  }
}

.main {
  margin: 0 auto;
  max-width: 1040px;
  overflow: hidden;
}

.main-inner {
  margin: 0 0 0 50%;
  max-width: 520px;
  width: 100%;
  background: #fff;
}

@media screen and (max-width: 1040px) {
  .main-inner {
    margin: 0 0 0 auto;
    width: 50%;
  }
}

@media screen and (max-width: 991px) {
  .main-inner {
    margin: 0 auto;
    width: 100%;
  }
}

.form_input .main {
  opacity: 0;
  transition: opacity 1s;
}

.form_input .main.is-visible {
  opacity: 1;
}

.wrapper {
  padding-bottom: 80px;
}

@media screen and (max-width: 1040px) and (min-width: 992px) {
  .wrapper {
    padding-bottom: 7vw;
  }
}

@media screen and (max-width: 991px) {
  .wrapper {
    padding-bottom: 60px;
  }
}

.form_chk .wrapper,
.form_thanks .wrapper {
  padding-bottom: 0;
}

@media screen and (min-width: 992px) {
  .hover {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .hover:hover {
    opacity: 0.7;
  }
}

.footer {
  background: #fcf9de;
  padding: 65px 0 30px;
}

@media screen and (max-width: 991px) {
  .footer {
    padding: 45px 0 20px;
  }
}

.footer-logo {
  display: flex;
  justify-content: center;
}

.footer-logo img {
  max-width: 350px;
  width: 84%;
}

.footer-btn {
  width: 80%;
  margin: 30px auto 0;
}

.footer-tel {
  margin-top: 35px;
}

@media screen and (min-width: 992px) {
  .footer-tel a {
    pointer-events: none;
  }
}

.footer-sns {
  margin-top: 30px;
}

.footer-sns ul {
  display: flex;
  justify-content: center;
}

.footer-sns ul li {
  width: 40px;
}

@media screen and (max-width: 991px) {
  .footer-sns ul li {
    width: 35px;
  }
}

.footer-sns ul li + li {
  margin-left: 50px;
}

@media screen and (max-width: 991px) {
  .footer-sns ul li + li {
    margin-left: 40px;
  }
}

.footer-copy {
  text-align: center;
  font-size: 1.2rem;
  color: #b9b18b;
  margin-top: 35px;
}

@media screen and (max-width: 991px) {
  .footer-copy {
    font-size: 1rem;
  }
}

.sideBox {
  position: fixed;
  height: 100%;
  right: 50%;
  width: 750px;
  max-width: 900px;
  background: url(../img/img-lp_ireinohi/bg_pc.png?1) left top no-repeat;
  background-size: auto 100%;
  background-size: cover;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  max-height: 887px;
}

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

.sideBox-logo {
  margin: 30px 250px 0 0;
  display: flex;
  justify-content: flex-start;
  width: 280px;
}

@media screen and (max-width: 1140px) {
  .sideBox-logo {
    margin-right: 18vw;
  }
}

.sideBox-logo img {
  width: 100%;
}

.blk01 {
  background: #fcf9de;
  padding: 60px 0;
}

@media screen and (max-width: 991px) {
  .blk01 {
    padding: 35px 0;
  }
}

.blk01 h2 {
  width: 94%;
  margin: 0 auto;
}

.blk01 .img01 .btn-reserve,
.blk01 .img02 .btn-reserve {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
  margin: auto;
  width: 74%;
  max-width: 380px;
}

@media screen and (max-width: 1040px) {
  .blk01 .img01 .btn-reserve,
  .blk01 .img02 .btn-reserve {
    bottom: 5vw;
  }
}

@media screen and (max-width: 991px) {
  .blk01 .img01 .btn-reserve,
  .blk01 .img02 .btn-reserve {
    bottom: 11vw;
  }
}

@media screen and (max-width: 991px) and (min-width: 541px) {
  .blk01 .img01 .btn-reserve,
  .blk01 .img02 .btn-reserve {
    bottom: 60px;
  }
}

.blk01 .img01 {
  margin-top: 60px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .blk01 .img01 {
    margin-top: 35px;
  }
}

.blk01 .img01 .btn-reserve {
  bottom: 90px;
}

@media screen and (max-width: 1040px) {
  .blk01 .img01 .btn-reserve {
    bottom: 7.5vw;
  }
}

@media screen and (max-width: 991px) {
  .blk01 .img01 .btn-reserve {
    bottom: 16vw;
  }
}

@media screen and (max-width: 991px) and (min-width: 541px) {
  .blk01 .img01 .btn-reserve {
    bottom: 90px;
  }
}

.blk01 .img02 {
  margin-top: 65px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .blk01 .img02 {
    margin-top: 40px;
  }
}

.blk01 .img03 {
  margin-top: 65px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .blk01 .img03 {
    margin-top: 40px;
  }
}

.blk01 .img03 dl {
  margin-top: 50px;
}

@media screen and (max-width: 991px) {
  .blk01 .img03 dl {
    margin-top: 25px;
  }
}

.blk01 .img03 dl dt {
  width: 80%;
  margin: 0 auto 20px;
}

@media screen and (max-width: 991px) {
  .blk01 .img03 dl dt {
    margin-bottom: 15px;
  }
}

.blk01 .img04 {
  margin-top: 65px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .blk01 .img04 {
    margin-top: 40px;
  }
}

.formblk {
  padding-bottom: 60px;
}

.formblk-caution {
  margin-top: 80px;
}

@media screen and (max-width: 991px) {
  .formblk-caution {
    margin-top: 50px;
  }
}

@media screen and (min-width: 992px) {
  .formblk-caution a:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 991px) {
  .formblk-caution {
    font-size: 1.3rem;
  }
}

.formblk-thanks {
  width: 90%;
  margin: auto;
  padding-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .formblk-thanks {
    padding-bottom: 25px;
  }
}

.formblk-thanks p {
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.7rem;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .formblk-thanks p {
    font-size: 1.6rem;
  }
}

.formblk-thanks p + p {
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .formblk-thanks p + p {
    margin-top: 25px;
  }
}

.formblk-thanks-btn {
  display: flex;
  margin-top: 50px;
}

@media screen and (max-width: 991px) {
  .formblk-thanks-btn {
    margin-top: 30px;
  }
}

.formblk-thanks-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  font-family: "Zen Maru Gothic", serif;
  border: 1px solid #b6b394;
  color: #5f4425;
  border-radius: 50px;
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 0 20px;
  margin: auto;
  width: 80%;
  height: 60px;
  max-width: 250px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .formblk-thanks-btn a {
    font-size: 1.4rem;
  }
}

.formblk-ttl {
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .formblk-ttl {
    margin-bottom: 25px;
  }
}

.fixNav {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000;
  height: 60px;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .fixNav {
    max-width: 520px;
    left: 50%;
    width: 50%;
    height: 80px;
  }
}

@media screen and (max-width: 1040px) and (min-width: 992px) {
  .fixNav {
    height: 7vw;
  }
}

.fixNav ul {
  display: flex;
  height: 100%;
  width: 100%;
}

.fixNav ul li {
  width: 50%;
  height: 100%;
}

.fixNav ul li a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.fixNav ul li a img {
  width: auto;
  height: 100%;
}

@media screen and (max-width: 350px) {
  .fixNav ul li a img {
    width: 100%;
    height: auto;
  }
}

.fixNav-mail {
  background: #ee7b36;
}

.fixNav-tel {
  background: #fffeea;
}

@media screen and (min-width: 992px) {
  .fixNav-tel {
    pointer-events: none;
  }
}

.fixNav-tel::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background: #b49283;
}

.btn-reserve {
  margin: auto;
  width: 74%;
  max-width: 380px;
  display: block;
}

.btn-form {
  margin: auto;
  width: 74%;
  max-width: 380px;
  display: block;
}

.mv {
  position: relative;
  padding-bottom: 50px;
}

@media screen and (min-width: 992px) {
  .mv {
    background: url(../img/img-lp_ireinohi/mv_bg.png) left top no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 991px) {
  .mv {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  .mv .inner {
    padding: 0;
  }
}

.mv .wbox {
  position: relative;
}

.mv .wbox .btn-form {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
}

@media screen and (max-width: 1040px) {
  .mv .wbox .btn-form {
    bottom: 5vw;
  }
}

@media screen and (max-width: 991px) {
  .mv .wbox .btn-form {
    bottom: 17vw;
    width: 65%;
  }
}

@media screen and (max-width: 991px) and (min-width: 541px) {
  .mv .wbox .btn-form {
    bottom: 95px;
  }
}

.inner {
  padding: 0 50px;
}

@media screen and (max-width: 991px) {
  .inner {
    padding: 0 6%;
  }
}

#pagetop {
  width: 13px;
  height: 44px;
  position: fixed;
  bottom: 110px;
  transition: opacity 1s;
  opacity: 0;
  cursor: pointer;
  z-index: 99;
}

@media screen and (min-width: 1041px) {
  #pagetop {
    left: calc(50vw + 480px);
  }
}

@media screen and (max-width: 1040px) {
  #pagetop {
    right: 20px;
    bottom: 9vw;
  }
}

@media screen and (max-width: 991px) {
  #pagetop {
    width: 10px;
    height: auto;
    bottom: 70px;
    right: 20px;
  }
}

#pagetop.is_active {
  opacity: 1;
}

/*===================================
  
  フォーム設定

===================================*/
form .form_tbl input,
form .form_tbl textarea {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

form .form_tbl input.required.err,
form .form_tbl textarea.required.err,
form .form_tbl select.required.err {
  background: #ffffbf !important;
}

form .form_tbl input.required:not(.err),
form .form_tbl textarea.required:not(.err),
form .form_tbl select.required:not(.err) {
  background: #fff !important;
}

form .form_tbl input:-webkit-autofill,
form .form_tbl select:-webkit-autofill,
form .form_tbl textarea:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset;
}

.form_main {
  padding-bottom: 100px;
}

.form_main {
  padding-bottom: 80px;
}

.form_txt {
  margin-bottom: 10px;
  font-size: 1.5rem;
}

.form_txt {
  font-size: 1.3rem;
}

/* tel */
.form_tel {
  display: flex;
  align-items: center;
  margin: 20px 0 0 30px;
}

.form_tel_no {
  display: flex;
  align-items: center;
  margin-right: 30px;
  font-size: 2rem;
  font-weight: bold;
}

.form_tel_no > img {
  display: block;
  height: 30px;
  margin-right: 15px;
}

.form_tel {
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  margin: 20px 0 0 0;
}

.form_tel_no {
  margin: 0 0 5px 0;
  font-size: 1.6rem;
}

.form_tel_no > img {
  display: block;
  height: 30px;
  margin-right: 15px;
}

.form_tel_time {
  margin-left: 30px;
}

.form_block {
  padding-bottom: 50px;
}

.form_block {
  padding-bottom: 30px;
}

.form_block + .form_block {
  margin-top: 50px;
}

.form_block_thanks {
  display: table;
  margin: auto;
  padding-top: 20px;
}

.form_block_thanks + .btn_top {
  margin-top: 70px;
}

.form_block_thanks p {
  text-align: center;
}

.form_block_thanks p + p {
  margin-top: 15px;
}

.form_block_thanks {
  width: 90%;
}

.form_block + .form_block {
  margin-top: 25px;
}

/* input設定 */
input,
textarea {
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}

input[type="radio"],
input[type="checkbox"] {
  display: none;
}

input[type="submit"],
button {
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
}

.input_text {
  width: 60%;
  padding: 10px 15px;
  border: 1px solid #999;
  border-radius: 10px;
}

.input_text + .input_text {
  margin-top: 15px;
}

/* input */
input.input_text {
  height: 40px;
  line-height: 40px;
}

@media screen and (min-width: 992px) {
  input.input_text {
    height: 50px;
    line-height: 50px;
  }
}

/* textarea */
textarea.input_text {
  width: 100%;
  height: 200px;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* select設定 */
.select {
  position: relative;
  border: 1px solid #999;
  overflow: hidden;
  width: 40%;
  height: 50px;
  text-align: center;
  border-radius: 10px;
}

@media screen and (max-width: 991px) {
  .select {
    height: 40px;
  }
}

.select > select {
  width: 100%;
  height: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 8px 38px 8px 15px;
  text-align: left;
  color: #333;
  font-size: 16px;
}

@media screen and (min-width: 992px) {
  .select > select {
    font-size: 1.6rem;
  }
}

.select::after {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #ee7b36;
  pointer-events: none;
}

.input_text,
.select {
  font-size: 16px;
  width: 100%;
}

/* プレースフォルダ設定 */
::-webkit-input-placeholder {
  color: #bbb;
}

:-ms-input-placeholder {
  color: #bbb;
}

::placeholder {
  color: #bbb;
}

input:focus::placeholder {
  color: transparent !important;
  transition: 0.1s;
}

input:focus::-webkit-input-placeholder {
  color: transparent !important;
  transition: 0.1s;
}

input:focus:-moz-placeholder {
  color: transparent !important;
  transition: 0.1s;
}

input:focus::-moz-placeholder {
  color: transparent !important;
  transition: 0.1s;
}

.form_tbl + .form_tbl {
  margin-top: 50px;
}

.form_tbl + .form_tbl {
  margin-top: 30px;
}

/* table設定 */
.form_tbl {
  padding: 0;
  width: 100%;
  border-top: 1px solid #d7d7d7;
  table-layout: fixed;
  word-wrap: break-word;
}

.form_tbl th {
  width: 280px;
  background: #fcf9de;
  font-family: "Zen Maru Gothic", serif;
}

.form_tbl_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form_tbl_item > span {
  font-weight: bold;
}

.form_tbl_item > span > b {
  font-weight: normal;
  display: block;
}

.form_tbl_item > span > b.t1 {
  font-size: 1.4rem;
}

.form_tbl_hisu {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  background: #efb08b;
  display: inline-block;
  padding: 5px 8px;
  border-radius: 5px;
}

.form_tbl_zip {
  display: flex;
  align-items: center;
}

.form_tbl_zip > input {
  width: 30%;
}

.form_tbl_zip > button {
  font-size: 1.4rem;
  height: 50px;
  padding: 0 10px;
  margin-left: 10px;
  border-radius: 4px;
  border: 1px solid #999;
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
  cursor: pointer;
  color: #333;
  line-height: 1.3;
}

@media screen and (max-width: 991px) {
  .form_tbl_zip > button {
    font-size: 1.1rem;
    height: 40px;
  }
}

.form_tbl_zip > button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.form_tbl_text {
  margin-top: 10px;
}

.form_tbl_question > p {
  margin-bottom: 10px;
}

.form_tbl_caption {
  font-size: 1.4rem;
}

.form_tbl {
  border: none;
}

.form_tbl th,
.form_tbl td {
  font-size: 1.4rem;
  display: block;
  border-bottom: none;
  font-size: 1.5rem;
  line-height: 1.6;
}

@media screen and (min-width: 992px) {
  .form_tbl th,
  .form_tbl td {
    font-size: 1.6rem;
  }
}

.form_tbl th {
  width: 100%;
  padding: 12px 20px;
  border-top: 1px solid #b8b8b8;
}

.form_tbl td {
  padding: 15px 10px 30px;
}

@media screen and (min-width: 992px) {
  .form_tbl td {
    padding: 20px 10px 35px;
  }
}

.form_tbl td .t1 {
  padding: 5px 0 15px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
}

.form_tbl p {
  font-size: 1.2rem;
  font-weight: 500;
}

@media screen and (min-width: 992px) {
  .form_tbl p {
    font-size: 1.6rem;
  }
}

.form_tbl_item {
  font-size: 1.5rem;
}

@media screen and (min-width: 992px) {
  .form_tbl_item {
    font-size: 1.8rem;
  }
}

.form_tbl_item > span > b {
  font-size: 1.2rem;
  padding-left: 5px;
  display: inline-block;
}

.form_tbl_hisu {
  font-size: 1.2rem;
}

@media screen and (min-width: 992px) {
  .form_tbl_hisu {
    font-size: 1.4rem;
  }
}

.form_tbl_zip {
  flex-wrap: wrap;
}

.form_tbl_zip > input {
  width: 50%;
}

.form_tbl_caution {
  display: block;
  width: 100%;
  margin-top: 10px;
  padding-left: 0;
  font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
  .form_tbl_caution {
    font-size: 1.2rem;
  }
}

.form_tbl_item > span > b {
  display: inline-block;
}

.form_tbl_item > span > b.t1 {
  font-size: 1.2rem;
}

/* checkbox01 */
.check_list01 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 15px;
}

.check_list01 label {
  display: block;
  width: 100%;
}

.check_list01 label + label {
  margin-top: 10px;
}

.check_list01 label > input {
  position: absolute;
}

.check_list01 label > span {
  border: 1px solid #7f7f7f;
  border-radius: 4px;
  padding: 0 15px 0 40px;
  display: flex;
  align-items: center;
  position: relative;
  font-weight: bold;
  width: 100%;
  letter-spacing: 0.05em;
  height: 60px;
}

@media screen and (max-width: 991px) {
  .check_list01 label > span {
    height: 50px;
  }
}

.check_list01 label > span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 2px;
  background: #fff;
  border: 1px solid #7f7f7f;
}

.check_list01 label > span::after {
  content: "";
  position: absolute;
  opacity: 0;
  width: 7px;
  height: 11px;
  top: 50%;
  margin-top: -2px;
  left: 16px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #bf0005;
  border-bottom: 2px solid #bf0005;
}

.check_list01 label > input:checked + span {
  background: #fffeea;
}

.check_list01 label > input:checked + span::after {
  opacity: 1;
}

.check_list01 label > input:focus + span::before {
  outline: 0;
  box-shadow: 0 0 0 3px #ffe3e3;
}

.red_caution {
  margin-bottom: 20px;
}

.red_caution + .check_list01 {
  margin-top: 15px;
}

.red_caution ul > li {
  position: relative;
  padding-left: 1.3em;
  font-size: 1.6rem;
  font-weight: 500;
  color: #ff0000;
}

@media screen and (max-width: 991px) {
  .red_caution ul > li {
    font-size: 1.2rem;
  }
}

.red_caution ul > li::before {
  content: "※";
  position: absolute;
  display: block;
  left: 0;
  font-size: inherit;
}

.check_list01 + .red_caution {
  margin: 10px 0 0;
}

.t1 + .red_caution {
  margin-top: -5px;
}

/* checkbox02 */
.check_list02 {
  display: flex;
  flex-wrap: wrap;
  width: 95%;
  margin-top: -20px;
}

.check_list02 label > input {
  position: absolute;
}

.check_list02 label > span {
  margin: 20px 20px 0 0;
  border-radius: 4px;
  padding: 0 15px 0 40px;
  display: inline-block;
  position: relative;
  color: #444;
  letter-spacing: 0.05em;
}

.check_list02 label > span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 2px;
  background: #fff;
  border: 1px solid #cccccc;
}

.check_list02 label > span::after {
  content: "";
  position: absolute;
  opacity: 0;
  width: 7px;
  height: 11px;
  top: 50%;
  margin-top: -2px;
  left: 16px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #bf0005;
  border-bottom: 2px solid #bf0005;
}

.check_list02 label > input:checked + span::after {
  opacity: 1;
}

.check_list02 label > input:focus + span::before {
  outline: 0;
  box-shadow: 0 0 0 3px #ffe3e3;
}

/* radio01 */
.radio_list01 {
  display: flex;
  flex-wrap: wrap;
  width: 95%;
  margin-top: -20px;
}

.radio_list01 label > input {
  position: absolute;
}

.radio_list01 label > span {
  margin: 20px 20px 0 0;
  border: 1px solid #00a051;
  border-radius: 4px;
  padding: 13px 15px 13px 40px;
  display: inline-block;
  position: relative;
  font-weight: bold;
  color: #444;
  letter-spacing: 0.05em;
}

.radio_list01 label > span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #00a051;
}

.radio_list01 label > span::after {
  content: "";
  position: absolute;
  opacity: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 15px;
  background: #ff0000;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.radio_list01 label > input:checked + span {
  background: #eefbfe;
}

.radio_list01 label > input:checked + span::after {
  opacity: 1;
}

.radio_list01 label > input:focus + span::before {
  outline: 0;
  box-shadow: 0 0 0 3px #ffe3e3;
}

/* radio02 */
.radio_list02 {
  display: flex;
  flex-wrap: wrap;
  width: 95%;
  margin-top: -20px;
}

.radio_list02 label > input {
  position: absolute;
}

.radio_list02 label > span {
  margin: 20px 20px 0 0;
  border-radius: 4px;
  padding: 0 15px 0 40px;
  display: inline-block;
  position: relative;
  color: #444;
  letter-spacing: 0.05em;
}

.radio_list02 label > span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #00a051;
}

.radio_list02 label > span::after {
  content: "";
  position: absolute;
  opacity: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 15px;
  background: #ff0000;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.radio_list02 label > input:checked + span::after {
  opacity: 1;
}

.radio_list02 label > input:focus + span::before {
  outline: 0;
  box-shadow: 0 0 0 3px #ffe3e3;
}

.check_list01,
.check_list02,
.radio_list01,
.radio_list02 {
  margin-top: -15px;
}

.check_list01 label,
.check_list02 label,
.radio_list01 label,
.radio_list02 label {
  width: 100%;
}

/* 送信 */
.form_send {
  margin-top: 40px;
}

.form_send.nn {
  margin-top: 0px;
}

.form_send_text {
  text-align: center;
  margin-bottom: 20px;
}

.form_send_btn {
  display: flex;
  justify-content: space-between;
  max-width: 500px;
  margin: auto;
}

.form_send_btn > li {
  width: 47%;
}

.form_send_btn > li > input {
  width: 100%;
}

.form_send {
  margin-top: 30px;
  padding-bottom: 30px;
}

/* btn */
.btn_confirm,
.btn_back {
  font-size: 2rem;
  display: block;
  font-weight: 500;
  color: #fff !important;
  margin: 40px auto 0;
  padding: 15px 0;
  border-radius: 50px;
  text-align: center;
  max-width: 240px;
  width: 80%;
  letter-spacing: 0.1em;
  background: #ee7b36;
  font-family: "Zen Maru Gothic", serif;
  border: 1px solid #ee7b36 !important;
  box-shadow: 0 4px 0 0 #de651c;
}

@media screen and (max-width: 991px) {
  .btn_confirm,
  .btn_back {
    font-size: 1.7rem;
    margin-top: 20px;
  }
}

.btn_back {
  background: #fff;
  color: #ee7b36 !important;
}

/* error */
.error {
  color: #cc0000;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 10px 0 0;
}

.error2 {
  color: #fff;
  background: #f00;
  padding: 10px 0;
  text-align: center;
  font-weight: 600;
  font-size: 1.5rem;
  margin: 0 auto 20px;
  width: 100%;
  line-height: 1.5;
}

.name_list {
  display: flex;
}

.name_list li {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
}

.name_list li + li {
  margin-left: 30px;
}

.name_list li .input_text {
  width: 170px;
  margin-left: 10px;
}

.form_tbl_address {
  margin-top: 20px;
}

.form_tbl_address dl dt {
  font-size: 1.7rem;
  font-weight: 500;
  margin-bottom: 5px;
}

.form_tbl_address dl + dl {
  margin-top: 20px;
}

.form_lead {
  margin-bottom: 20px;
}

.form_lead > b {
  color: #ff0000;
}

.exam {
  margin-bottom: 10px;
}

.name_list {
  justify-content: space-between;
}

.name_list li {
  width: 48%;
  display: flex;
  flex-direction: column;
}

.name_list li + li {
  margin-left: 0;
}

.name_list li .input_text {
  width: 100%;
  margin-left: 0;
}

.form_lead {
  margin-bottom: 15px;
}

.txt_sendbefore {
  text-align: center;
  padding-top: 50px;
}
