/* 二の平用カスタマイズ */

/*-------------------------------------------------------------------
  ヘッダー
-------------------------------------------------------------------*/
header#top-head img {
  width: 300px;
}
header#top-head.fixed img {
  visibility: visible;
}

#nav-toggle {
  display: none !important;
}

h1:not(.entry-title) {
  margin-top: 2em;
}

/* タブレット表示（～800px） */
@media screen and (max-width: 800px) {
  header#top-head.fixed .logo,
  header#top-head .logo {
    top: 4px;
  }
  header#top-head.fixed img,
  header#top-head img {
    width: 280px;
  }
}

/* SP表示（～640px） */
@media screen and (max-width: 640px) {
  header#top-head.fixed .logo,
  header#top-head .logo {
    top: 12px;
  }
  header#top-head.fixed img,
  header#top-head img {
    width: 200px;
  }
}

/*-------------------------------------------------------------------
  ステップの矢印
-------------------------------------------------------------------*/
.arrow {
  overflow-y:hidden;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #7f7f7f;
}
.arrow li {
  position: relative;
  padding: 0.5em 10px 0.5em 40px;
  margin: 0 30px 0 0;
  width: 130px;
  background: #e6e6e6;
  text-align: center;
}
.arrow li::before {
  content: "";
  position: absolute;
  top: -2.5em;
  right: -75px;
  border-width: 60px 40px;
  border-color: transparent transparent transparent #e6e6e6;
  border-style: solid;
  z-index: 10;
}
.arrow li::after {
 content: "";
 position: absolute;
 top: -2.5em;
 right: -85px;
 border-width:60px 40px;
 border-color: transparent transparent transparent #fff;
 border-style: solid;
 z-index: 5;
}
.arrow li.is-current {
  background: #7f7f7f;
  color: #fff;
}
.arrow li.is-current::before {
  border-color: transparent transparent transparent #7f7f7f;
}

/* タブレット表示（～800px） */
@media screen and (max-width: 800px) {
  .arrow li {
    padding: 0.5em 0.5em 0.5em 1.5em;
    margin: 0;
    width: 90px;
  }
  .arrow li::before {
    top: -1em;
    right: -30px;
    border-width: 30px 20px;
  }
  .arrow li::after {
    top: -1em;
   right: -36px;
   border-width: 30px 20px;
  }
}

/*-------------------------------------------------------------------
  フッター
-------------------------------------------------------------------*/
/* タブレット表示（～800px） */
@media screen and (max-width: 800px) {
  footer .footer-info li span {
    font-size: 16px;
  }
}

/* SP表示（～640px） */
@media screen and (max-width: 640px) {
  footer .footer-info li span {
    font-size: 1em;
  }
}

/*-------------------------------------------------------------------
  入力画面：共通
-------------------------------------------------------------------*/
.form_mousikomi .tbl-common01 dt,
.form_mousikomi .tbl-common01 dd {
  clear: both;
  float: none;
  width: auto;
}

.form_mousikomi .tbl-common01 dd {
  padding-left: 1em;
  border-top: none;
  margin-bottom: 2em;
}
.form_mousikomi .tbl-common01 dd span {
  margin-bottom: 0;
}

.form_mousikomi .tbl-common01 input[type="text"] {
  width: 100%;
  min-width: unset;
  max-width: unset;
}

.form_mousikomi .tbl-common01 .custom_ue div {
  margin-top: 0;
}
.form_mousikomi .tbl-common01 .custom_ue input:focus {
  padding-left: 3.5em;
}

.form_mousikomi .custom_ue div.errmes,
.form_mousikomi .errmes {
  display: block;
  margin-top: 0;
  margin-bottom: 0.5em;
  color: red;
}
.form_mousikomi .errmes.errlist {
  margin: 1em 0;
  padding-left: 1em;
  list-style: none;
}

/* タブレット表示（～800px） */
@media screen and (max-width: 800px) {
  .form_mousikomi .tbl-common01 dt {
    padding: 8px 1em;
  }
  .form_mousikomi .tbl-common01 dd {
    margin-bottom: 1em;
    padding: 8px 0;
  }
  .form_mousikomi .tbl-common01 .custom_ue label {
    top: .75em;
  }
}

/* SP表示（～640px）*/
@media screen and (max-width: 640px) {
  .form_mousikomi .tbl-common01 dt {
    padding: 8px 0;
  }
  .form_mousikomi .tbl-common01 dd {
    margin: 0 0 1em;
    padding: 0;
  }
}

/*-------------------------------------------------------------------
  入力画面：操作マニュアルのリンク
-------------------------------------------------------------------*/
a.btn-manual {
  display: inline-block;
  margin: 1em 0;
  padding: 0.5em 2em;
  border: 2px solid orange;
  border-radius: 6px;
  background: #fff1d8;
  color: orange;
  font-weight: 800;
  text-decoration: none;
}
a.btn-manual:visited {
  color: orange;
}
a.btn-manual:hover {
  border-color: #ffd280;
  color: #ffd280;
}


/*-------------------------------------------------------------------
  入力画面：郵便番号
-------------------------------------------------------------------*/
.post_number input[type="text"] {
  width: 79%;
}
.post_number button {
  display: block;
  padding: 3px 4em;
  height: auto;
}
/* タブレット表示（～800px） */
@media screen and (max-width: 800px) {
  .post_number input[type="text"] {
    width: 100%;
  }
  .post_number button {
    margin-bottom: 6px;
    height: 35px;
  }
}

/*-------------------------------------------------------------------
  入力画面：住所1
-------------------------------------------------------------------*/
.tbl-common01 .address_label {
  display: inline-block;
  margin-right: 1em;
  color: #404040;
}
.mod_form_select.address_select {
  display: inline-block;
  margin-top: 0;
}

/*-------------------------------------------------------------------
  入力画面：メールアドレス
-------------------------------------------------------------------*/
.inputo_mail:first-child {
  margin-top: 1em;
}
.inputo_mail:first-child span {
  margin-bottom: 1em;
}

/*-------------------------------------------------------------------
  入力画面：ご利用人数
-------------------------------------------------------------------*/
.form_mousikomi .tbl-common01 .guest_num__container > div.tyuui_naka + div {
  margin-top: 1em;
}
.guest_num__container > div:not(.tyuui_naka) > span:not(.notice) {
  margin-bottom: 0;
  color: #404040;
}
.guest_num__container > div > div {
  margin-right: 0.5em;
  padding-right: 2em;
  width: calc(50% - 1em);
}
.guest_num__container > div > div > div {
  margin-right: 0.25em;
  width: calc(100% - 2em);
}
.guest_num__container > div > div > div::after {
  content: '名';
  position: absolute;
  top: 0.25em;
  right: -1.5em;
}
.guest_num__container.custom_ue > div > div > div:nth-child(odd) input,
.guest_num__container.custom_ue > div > div > div:nth-child(odd) input:focus {
  padding-left: 5.5em;
}
.guest_num__container p .sum_guest {
  display: inline;
  font-size: 1.25em;
  font-weight: 800;
  color: #333;
}

/* タブレット表示（～800px） */
@media screen and (max-width: 800px) {
  .guest_num__container > div > div > div::after {
    top: 0.5em;
  }
}

/* SP表示（～640px）*/
@media screen and (max-width: 640px) {
  .guest_num__container > div > div {
    width: inherit;
  }
  .guest_num__container > div > div > div {
    margin-right: 1.25em;
    width: calc(100% - 1.25em);
  }
}

/*-------------------------------------------------------------------
  入力画面：宿泊希望日と泊数
-------------------------------------------------------------------*/
.schedule__container {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  margin-top: 1em;
}
.schedule__container > div {
  width: calc((100% - 2em) / 3);
}
.schedule__container span.pref_date_label {
  margin-left: 0;
}
.schedule__container .schedule input[type="text"].input_date {
  margin-left: 0;
  width: calc(100% - 3.5em);
  min-width: unset;
  max-width: unset;
}
.schedule__container .schedule  a.clear_date {
  display: inline-block;
  width: 3em;
  height: 1.875em;
  margin-left: 0.125em;
  padding: 3px;
  border-radius: 3px;
  text-align: center;
  vertical-align: middle;
  background-color: #333333;
  color: #ffffff;
  text-decoration: none;
}
.schedule__container .schedule .mod_form_select.select_stays {
  margin-left: 0;
  width: 100%;
}

/* タブレット表示（～800px） */
@media screen and (max-width: 800px) {
  .schedule__container > div {
    width: calc((100% - 1em) / 2);
  }
}

/* SP表示（～640px）*/
@media screen and (max-width: 640px) {
  .schedule__container > div {
    width: 100%;
  }
}

/*-------------------------------------------------------------------
  入力画面：部屋タイプ
-------------------------------------------------------------------*/
.price_list a {
  color: orange;
  font-weight: 800;
}
.price_list a:visited {
  color: orange;
}

/*-------------------------------------------------------------------
  入力画面：部屋タイプボックス　○室目
-------------------------------------------------------------------*/
.roomtype__container {
  margin: 1em 0 2em;
  padding: 0 1em;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #fafafa;
}

.roomtype__container dt {
  margin: 0;
  padding: 1em 0;
}
.roomtype__container dd {
  margin: 0;
  padding: 0;
  border: none;
}

/* ボックスヘッダー */
.roomtype__container .roomtype_header {
  margin: 0 -1em;
  padding: 0.25em 1em;
  border-radius: 7px 7px 0 0;
  background: #ccc;
  font-weight: 800;
}
.roomtype__container .roomtype_header + div dt {
  width: 15em;
}
.roomtype__container .roomtype_header + div dd {
  padding: 0;
  width: calc(100% - 15em);
  border: none;
}

/* ご利用人数 */
.roomtype__container .roomtype_guest {
  display: flex;
  align-items: baseline;
  gap: 1em;
}
.roomtype__container .roomtype_guest dd{
  margin-bottom: 0;
}

/* 絞り込み条件 */
.roomtype__container .roomtype_cond {
  margin: 0.5em 0 1em;
  padding: 0;
  position: relative;
  border: solid 1px #ccc;
  background: #fff;
  border-radius: 5px;
}
.roomtype__container .roomtype_cond > p {
  display: inline-block;
  margin: 0.5em;
  font-weight: 800;
}
.roomtype__container .roomtype_cond > div {
  display: flex;
  flex-wrap: wrap;
  padding: 0 1em 1em;
  font-size: 14px;
}
.roomtype__container .roomtype_cond > div > div {
  display: flex;
  flex-wrap: wrap;
}
.roomtype__container .roomtype_cond label {
  margin-right: 1em;
}

/* 条件に合致する部屋タイプ */
.roomtype__container .roomtype_num {
  font-size: 14px;
}
.roomtype__container .roomtype_num > span {
  display: inline;
  padding: 0 0.5em;
  font-size: 1rem;
  font-weight: 800;
  color: orange;
}

/* タブレット表示（～800px） */
@media screen and (max-width: 800px) {
  .roomtype__container .roomtype_header {
    margin: 0 -1em 1em;
  }
  .roomtype__container .roomtype_header + div dt {
    width: 16em;
  }
  .roomtype__container .roomtype_header + div dd {
    padding: 0;
    width: calc(100% - 16em);
  }
  .roomtype__container .roomtype_guest dd {
    margin-bottom: 1em;
  }
}

/* SP表示（～640px） */
@media screen and (max-width: 640px) {
  .roomtype__container .roomtype_header {
    margin: 0 -1em;
    padding: 0.5em 1em;
  }
  .roomtype__container .roomtype_guest {
    flex-direction: column;
    gap: 0;
  }
  .roomtype__container .roomtype_header + div dd {
    width: 100%;
  }
}

/* 部屋タイプ一覧
----------------------------------------*/
.roomtype_table__container {
  margin: 8px 0 1em !important;
  padding: 0 !important;
  overflow: auto;
  max-height: 550px;
  border: none !important;
}
.roomtype_table__container table {
  margin: 0;
}
.roomtype_table__container thead {
  background: #e6e6e6;
}
.roomtype_table__container thead th {
  display: table-cell !important;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  background: #e6e6e6;
  position: sticky;
  top: -1px;
  left: 0;
  white-space: nowrap;
  z-index: 99;
}
.roomtype_table__container tbody {
  background: #fff;
}
.roomtype_table__container th,
.roomtype_table__container td {
  padding: 0 10px;
  font-size: 12.5px;
}
.roomtype_table__container tr {
  position: relative;
  border-top: solid 1px #ccc;
}
.roomtype_table__container tr:last-child {
  padding-bottom: 10px;
  border-bottom: solid 1px #ccc;
}
.roomtype_table__container td span {
  margin-bottom: 0;
}

/* 部屋タイプ行 */
.roomtype_table__container .roomtype_row__container {
  display: flex;
  align-items: center;
  gap: 1em;
}

/* 部屋タイプ　希望 */
.roomtype_table__container .room_req {
  width: 130px;
}
.roomtype_table__container .room_req span {
  display: none;
}
.roomtype_table__container .room_req .mod_form_select {
  width: 100%;
}
.roomtype_table__container .room_req .mod_form_select select {
  text-indent: 0.5em;
}

/* 部屋タイプ情報（タイプ名、料金、詳細、室内写真） */
.roomtype_table__container .roomtype_info {
  width: calc(100% - 130px - 1em);
}
.roomtype_table__container .roomtype_info__container {
  display: flex;
  align-items: center;
  gap: 1em;
  width: 100%;
}

/* 部屋タイプ情報（タイプ名、料金、詳細） */
.roomtype_table__container .room_info {
  padding: 0.5em 0;
  width: 100%;
  text-align: left;
}

/* 部屋タイプ名 */
.roomtype_table__container .room_title {
  margin-bottom: 0.5em;
}
.roomtype_table__container .room_title span.room_name {
  display: inline-block;
  background: linear-gradient(transparent calc(100% - 0.6em), #f0f0f0 calc(100% - 0.6em));
  font-size: 1em;
  font-weight: 800;
  color: #404040;
}
.roomtype_table__container .room_title span.wa {
  display: inline-block;
  margin-left: 1em;
}

/* 料金・詳細 */
.roomtype_table__container .room_basic {
  display: flex;
  gap: 1em;
}

/* 料金 */
.roomtype_table__container .room_price {
  display: flex;
  gap: 1em;
  width: 60%;
}
.roomtype_table__container .room_price > div {
  width: 50%;
  min-width: 80px;
}
.roomtype_table__container .room_price .resident {
  /* display: none; */
  color: #333;
}
.roomtype_table__container .room_price .resident::before {
  content: '（';
}
.roomtype_table__container .room_price .resident::after {
  content: '）';
}
.room_price > div:last-child {
  padding-left: 1em;
  border-left: 1px dotted #dcdcdc;
}

/* 詳細 */
.roomtype_table__container .room_detail {
  padding-left: 1em;
  width: 40%;
  border-left: 2px solid #dcdcdc;
  font-size: 12px;
}

/* 室内写真 */
.roomtype_table__container .room_img {
  display: flex;
  width: 140px;
}
.roomtype_table__container .room_img img {
  margin: 0.5em 0;
  cursor: pointer;
}
.roomtype_table__container .room_img .no-image {
  align-content: center;
  margin: 0.5em 0;
  padding: 0 1em;
  width: 100%;
  height: 6em;
  border: 1px solid #afafaf;
  text-align: center;
  color: #afafaf;
  font-weight: 800;
}

/* タブレット表示（～800px） */
@media screen and (max-width: 800px) {
  /*dd.roomtype_table__container {*/
  .roomtype_table__container {
    padding: 0;
  }
  .roomtype_table__container .room_req {
    width: 90px;
  }
  .roomtype_table__container .roomtype_info {
    width: calc(100% - 90px - 1em);
  }
}

/* タブレット表示2（～700px） */
@media screen and (max-width: 700px) {
  .roomtype_table__container .roomtype_info__container {
    gap: 0;
  }
  .roomtype_table__container .room_basic {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5em;
  }
  .roomtype_table__container .room_price {
    flex-direction: row;
    gap: 0;
    width: 190px;
  }
  .roomtype_table__container .room_detail {
    width: auto;
    min-width: 100px;
  }
  .roomtype_table__container .room_img {
    width: 125px;
  }
}

/* SP表示（～640px） */
@media screen and (max-width: 640px) {
  .roomtype_table__container {
    margin-bottom: 1em;
  }
  .roomtype_table__container th .roomtype_info .room_info {
    display: flex;
    justify-content: center;
  }
  .roomtype_table__container th .roomtype_info .room_title {
    margin: 0;
    width: calc(50% + 1.5em);
    text-align: right;
  }
  .roomtype_table__container th .roomtype_info .room_basic {
    margin: 0;
    width: calc(50% - 1.5em);
  }
  .roomtype_table__container th .roomtype_info .room_price {
    display: none;
  }
  .roomtype_table__container th .roomtype_info .room_detail {
    font-size: 12.5px;
  }

  .roomtype_table__container .room_basic {
    flex-direction: column;
  }
  .roomtype_table__container .room_price {
    flex-direction: column;
    gap: 0;
    width: auto;
    min-width: 200px;
  }
  .roomtype_table__container .room_price > div {
    display: inline-block;
    width: auto;
  }
  .roomtype_table__container .room_price > div:last-child {
    padding-left: 0;
    border-left: none;
  }
  .roomtype_table__container .room_price > div span {
    display: inline-block;
    margin-left: 1em;
  }
  .roomtype_table__container .room_price > div span:nth-child(2) {
    margin-left: 0;
    width: 60px;
    text-align: right;
    font-size: 1em;
    color: #333;
  }
  .roomtype_table__container .room_price .resident {
    display: inline-block;
    margin: 0;
    width: 6em;
    font-size: 10px;
  }
  .roomtype_table__container .room_detail {
    border-left: none;
  }
  .roomtype_table__container .room_img {
    width: 140px;
  }
}

/* SP表示2（～499px） */
@media screen and (max-width: 499px) {
  .roomtype_table__container th .room_req {
    display: none;
  }
  .roomtype_table__container td .roomtype_row__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5em;
  }
  .roomtype_table__container .room_req {
    margin-top: 0.5em;
    width: 100%;
  }
  .roomtype_table__container .room_req span {
    display: inline-block;
    width: 3em;
  }
  .roomtype_table__container .room_req .mod_form_select {
    display: inline-block;
    width: calc(100% - 3.5em);
  }
  .roomtype_table__container .roomtype_info {
    width: 100%;
  }
  .roomtype_table__container .roomtype_info__container {
    flex-direction: column-reverse;
    align-items: center;
    gap: 0;
  }
  .roomtype_table__container .room_img {
    width: auto;
  }
  .roomtype_table__container .room_img img {
    margin: 0;
    height: 100px;
    width: auto;
  }
}

/* 部屋タイプ一覧　見出し行
----------------------------------------*/
th .roomtype_table__container .room_req {
  padding: 0.5em !important;
  text-align: left !important;
}
th .room_price > div:last-child {
  padding: 0;
  border: none;
}
th .roomtype_table__container .room_detail {
  border-color: #bfbfbf;
}

/* 部屋タイプ一覧　選択行
----------------------------------------*/
.roomtype_table__container tr.selected {
  border: 2px solid #8ec296;
  background: #e8efe9;
  background: #f6f8f7;
}
.roomtype_table__container tr.selected::after {
  content: '\f058';
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 99px;
  background: #b3ebb3;
  font-family: "Font Awesome 5 Free";
  font-size: 24px;
  line-height: 1;
  color: #56bb56;
  color: #fff;
}

/* 部屋タイプ一覧　部屋タイプがない場合
----------------------------------------*/
.roomtype_table__container tr.no_type td {
  height: 4em;
  text-align: center;
}

/*  部屋タイプ一覧　室内写真（ポップアップ）
----------------------------------------*/
.image_overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0, 0.5);
  z-index: 10000;
}
.image_overlay .lightbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 70%;
  min-width: 500px;
  min-height: 400px;
  max-height: min(calc(70vw), 70%);
  border-radius: 1em;
  background: #fff;
}
.image_overlay .lightbox p {
  margin: 0;
  position: absolute;
  top: 0.5em;
  right: 1em;
  font-weight: 800;
  color: #999;
}
.image_overlay .lightbox p::after {
  content: '\f410';
  font-family: "Font Awesome 5 Free";
  font-size: 1.5em;
}
.image_overlay .lightbox img {
  position: relative;
  top: calc(50% + 1em);
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: calc(100% - 2em);
  max-height: calc(100% - 5em);
}

/* タブレット表示（～800px） */
@media screen and (max-width: 800px) {
  .image_overlay .lightbox {
    width: calc(100% - 4em);
    height: 40%;
    min-width: unset;
    min-height: min(calc(100vw - 4em), calc(100vh - 4em));
  }
}

/*-------------------------------------------------------------------
  確認画面：共通
-------------------------------------------------------------------*/
.form_kakunin .tbl-common01 dt {
  padding: 0.5em 1.25em;
  width: 230px;
}
.form_kakunin .tbl-common01 dd {
  margin: 0 1em;
  padding: 0.5em 0 0.5em 230px;
}
.form_kakunin .tbl-common01 dd span {
  margin-bottom: 0;
}
.form_kakunin .tbl-common01 dd .guset_num span {
  margin: 0;
  font-size: 1em;
}
.form_kakunin .tbl-common01 dd .guset_num span.guest_zero {
  color: #999;
}

.form_kakunin .room_req__container {
  margin: 1em 0;
  padding-top: 0.5em;
  border-top: 1px solid #dfdfdf;
}
.form_kakunin .room_req__container:first-child {
  margin-top: 0;
  padding-top: 0;
  border: none;
}
.form_kakunin .room_req__container .headline {
  /* font-weight: 800; */
}
.form_kakunin .room_req__container .room_req {
  display: flex;
  padding-left: 1em;
}
.form_kakunin .room_req__container .room_req > div:first-child {
  width: 5em;
}
.form_kakunin .room_req__container .room_req > div:last-child {
  width: calc(100% - 5em);
}
.form_kakunin .room_req__container .room_req .price {
  display: flex;
  flex-direction: row;
  gap: 1em;
}
.form_kakunin .room_req__container .room_req .price .price_dt {
  display: inline;
  font-size: 1em;
}
.form_kakunin .room_req__container .room_req .price > span:last-child .price_dt {
  display: none;
}
.form_kakunin .room_req__container .room_req .price > span:first-child .price_dt {
  display: inline;
}

/* タブレット表示（～800px） */
@media screen and (max-width: 800px) {
  .form_kakunin .nyuryoku_naiyou {
    width: calc(100% - 2em);
    border-bottom: none;
  }
  .form_kakunin .tbl-common01 dt {
    float: none;
    padding: 0.5em 1em;
    width: 100%;
    border-top: 1px solid #ccc;
  }
  .form_kakunin .tbl-common01 dt:first-child {
    border-top: none;
  }
  .form_kakunin .tbl-common01 dd {
    padding: 0 1em 0.5em;
  }
}

/* SP表示（～640px） */
@media screen and (max-width: 640px) {
  .form_kakunin .tbl-common01 dt {
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
  }
  .form_kakunin .tbl-common01 dd {
    margin: 0 0 0.5em;
    padding: 0 0 0.5em;
    width: 100%;
  }
  .form_kakunin .room_req__container .room_req .price {
    flex-direction: column;
    gap: 0;
  }
  .form_kakunin .room_req__container .room_req .price > span:last-child .price_dt {
    display: inline;
  }
}

/*-------------------------------------------------------------------
  完了画面：注意喚起ボックス
-------------------------------------------------------------------*/
.attention_box {
  margin: 2em 0;
  padding: 0 1em 0.5em 4em;
  position: relative;
  border: 2px solid #ff8080;
  border-radius: 5px;
  background: #fff0f0;
  color: #ff6666;
  font-weight: 800;
}
.attention_box::after {
  content: '!';
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  top: calc(50% - 0.75em);
  left: 1.25rem;
  border-radius: 99px;
  background: #ff6666;
  font-size: 20px;
  text-align: center;
  color: #fff;
}

/* タブレット表示（～800px）
----------------------------------------*/
@media screen and (max-width: 800px) {
  .attention_box::after {
    left: 1em;
    font-size: 16px;
  }
}