@charset "UTF-8";

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
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,
a,
form,
input,
textarea,
select,
option,
button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

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

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%;
  text-decoration: none;
  vertical-align: baseline;
  color: inherit;
  background: transparent;
}

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

input,
textarea,
select,
option,
button {
  vertical-align: middle;
  background-color: #fff;
}

input {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}

button {
  cursor: pointer;
}

html {
  font-size: 10px;
}

body {
  font-size: 1.6rem;
  line-height: 1.7;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic,
    sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  -webkit-text-size-adjust: 100%;
  color: #222222;
  overflow-y: scroll;
}

h1 {
  font-size: 5.052rem;
  line-height: 1.1401;
}

h2 {
  font-size: 3.79rem;
  line-height: 1.0884;
}

a {
  cursor: pointer;
  transition: all 0.2s ease;
}

a:hover {
  opacity: 0.7;
}

p {
  text-align: justify;
}

img {
  width: 100%;
  vertical-align: middle;
}

.inner {
  width: 94%;
  margin: 0 auto;
  max-width: 94%;
  padding: 0;
}

@media screen and (min-width: 751px) {
  .inner {
    max-width: 1280px;
    width: auto;
    margin: 0 auto;
    padding: 0 40px;
  }
}

@media screen and (min-width: 751px) {
  .inner.is-mini {
    max-width: 760px;
  }
}

@media screen and (min-width: 751px) {
  .md-none {
    display: none !important;
  }
}

.mt36 {
  margin-top: 36px !important;
}

/*------------------------------------------
    ページ見出し
------------------------------------------*/
.pagetit {
  background-color: #54bdc1;
}

.pagetit__tit {
  font-size: 1.8rem;
  line-height: 1.7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 40px;
  padding: 12px 0;
  font-weight: bold;
  color: #fff;
}

@media screen and (min-width: 751px) {
  .pagetit__tit {
    font-size: 2.133rem;
    line-height: 1.2025;
    min-height: 60px;
  }
}

.pagetit__tit.is-center {
  align-items: center;
}

.error {
  color: #f00;
  background: #ffefef;
  padding: 10px;
  margin-top: 20px;
}

/*------------------------------------------
    募集文書番号
------------------------------------------*/
.serial-number {
  margin: 20px 6.2% 8px;
  text-align: right;
  font-size: 1.4rem;
}

@media screen and (min-width: 751px) {
  .serial-number {
    margin: 40px 40px 8px;
  }
}

/*------------------------------------------
    sec
------------------------------------------*/
.index_sec {
  padding-bottom: 40px;
  border-bottom: 6px solid #f5f5f5;
}

.result_sec {
  padding: 20px 0 40px;
  border-bottom: 6px solid #f5f5f5;
}

@media screen and (min-width: 751px) {
  .sec {
    padding: 24px 0;
  }
}

.sec__txt.is-small {
  font-size: 1.4rem;
  line-height: 1.5786;
}

/*------------------------------------------
	見出し
------------------------------------------*/
.tit01 {
  font-size: 2rem;
  line-height: 1.2025;
  font-weight: bold;
  text-align: left;
  color: #222222;
}

@media screen and (min-width: 751px) {
  .tit01 {
    font-size: 2.4rem;
    line-height: 1.1959;
  }
}

.tit__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.tit__wrap a {
  text-decoration: underline;
}

.select__contents p.detail__txt {
  margin-top: 5px;
}

/*------------------------------------------
    box
------------------------------------------*/
.box {
  padding: 15px 12px 10px;
  border: 2px solid #cccccc;
  margin-top: 8px;
}

@media screen and (min-width: 751px) {
  .box {
    width: auto;
    padding: 8px 30px 16px;
  }
}

@media screen and (min-width: 751px) {
  .box__flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
}

@media screen and (min-width: 751px) {
  .box.is-w100 {
    width: 100%;
    padding: 30px 40px;
  }
}

.box.is-mb {
  margin-bottom: 16px;
}

/*------------------------------------------
    input
------------------------------------------*/
.input:not(:last-of-type) {
  margin-bottom: 20px;
}

@media screen and (min-width: 751px) {
  .input:not(:last-of-type) {
    margin-bottom: 0;
  }
}

.input__dt {
  font-size: 1.4rem;
  line-height: 1.5786;
  color: #666666;
}

.input input {
  width: 100%;
  font-weight: bold;
  padding: 8px 4px;
  border-bottom: 1px solid #dedede;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic,
    sans-serif;
}

.input input::-moz-placeholder {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic,
    sans-serif;
}

.input input:-moz-read-only {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic,
    sans-serif;
}

.input input::placeholder {
  color: #cccccc;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic,
    sans-serif;
}

.input.is-date .input__dd {
  display: flex;
  flex-wrap: nowrap;
}

.input.is-date input {
  width: calc(100% - 40px);
}

.input.is-date .input__calendar::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("../img/icon_calendar.svg") no-repeat border-box center/cover;
  position: relative;
  left: 5px;
}

@media screen and (min-width: 751px) {
  .input.is-date .input__calendar::before {
    left: 10px;
  }
}

.input__terms {
  font-weight: bold;
}

.input.is-write input {
  background-color: #edf7ff;
  font-size: 1.4rem;
}

.input.is-write input:focus {
  background-color: #fff;
}

@media screen and (min-width: 751px) {
  .input.is-half {
    width: 47%;
  }
}

.select__dd input {
  width: 100%;
  padding: 13px 38px 13px 8px;
  color: #666666;
}


/*------------------------------------------
	吹き出しミニポップアップ
------------------------------------------*/
.cap {
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 4px;
  border-radius: 50%;
  background: #707070;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  vertical-align: text-top;
  text-indent: initial;
  line-height: 1.7;
}

/*------------------------------------------
    ラジオボタン
------------------------------------------*/
.radio-btn {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 12px;
  column-gap: 12px;
  row-gap: 15px;
  max-width: 328px;
  margin: 0 auto;
}

.radio-btn.btn-half {
  grid-template-columns: repeat(2, 1fr);
}

.radio-btn.rows {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 15px;
  max-width: 328px;
  margin: 0 auto;
}

@media screen and (min-width: 751px) {
  .radio-btn {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
  }
}

.radio-btn input {
  display: none;
}

.radio-btn span {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5786;
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #dedede;
  box-sizing: border-box;
  border-radius: 100px;
  cursor: pointer;
  transition: 0.2s;
}

.radio-btn span.radio-btn-wide {
  line-height: 1.3;
  height: 48px;
  padding-top: 4px;
}

@media screen and (min-width: 751px) {
  .radio-btn label {
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
  }
}

.radio-btn [type="radio"]:checked+span {
  color: #fff;
  background-color: #54bdc1;
  border: none;
  border-radius: 100px;
  display: block;
  width: 100%;
}

.radio-btn.is-mb {
  margin-bottom: 16px;
}

.label__type {
  display: flex;
  margin-top: 20px;
  justify-content: flex-end;
}

@media screen and (min-width: 751px) {
  .label__type {
    margin-left: 30px;
  }
}

/* オプションのラジオボタン */
.dotted-list__item .radio-btn {
  grid-template-columns: 1fr 1fr;
}

.dotted-list__item .radio-btn-wrap {
  width: calc(100% - 170px);
}

@media screen and (min-width: 751px) {
  .dotted-list__item .radio-btn-wrap {
    width: calc(100% - 300px);
  }
}

/*------------------------------------------
    count
------------------------------------------*/
.people__wrap {
  border-top: 2px solid #54bdc1;
  border-bottom: 2px solid #54bdc1;
  margin-top: 10px;
}

.people__list {
  display: flex;
  padding: 13px;
  align-items: center;
  justify-content: space-between;
}

.people__list:not(:first-of-type) {
  border-top: 1px dotted #54bdc1;
}

.person__list .people__count {
  justify-content: center;
}

.people__year {
  width: 50%;
  font-size: 1.4rem;
}

.select_age_range {
  font-size: 1.1rem;
}

.people__count {
  width: 200px;
  max-width: 50%;
  display: flex;
  justify-content: space-between;
}

.people__count .count__btn {
  background-color: #54bdc1;
  border-radius: 100px;
  color: #fff;
  width: 27px;
  height: 27px;
  line-height: 27px;
  font-size: 2.4rem;
}

.people__count .count__btn.blank {
  opacity: 0.25;
}

.people__count .inputtext {
  width: 1.5em;
  font-weight: bold;
  font-size: 2rem;
}

.person__list .people__count .inputtext {
  display: inline-block;
}

.people__count .count__txt {
  font-size: 1.4rem;
}

.people__total {
  margin-top: 8px;
}

.people__total .people__list .people__year {
  font-weight: bold;
  margin-left: -13px;
}

/*------------------------------------------
    dotted-list
------------------------------------------*/
.dotted-list {
  margin-top: 20px;
}

.dotted-list__item {
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
  align-items: center;
  padding-left: 15px;
}

@media screen and (min-width: 751px) {
  .dotted-list__item {
    padding: 20px 0 0 30px;
    font-size: 1.6rem;
  }

  .dotted-list__item:not(:first-of-type) {
    border-top: 1px dotted #cccccc;
  }
}

.dotted-list__item:not(:first-of-type) {
  margin-top: 15px;
}

@media screen and (min-width: 751px) {
  .dotted-list__item:not(:first-of-type) {
    margin-top: 20px;
  }
}

.dotted-list__tit {
  font-size: 1.4rem;
  line-height: 1.7;
}

@media screen and (min-width: 751px) {
  .dotted-list__tit {
    font-size: 1.6rem;
  }
}

/*------------------------------------------
    details
------------------------------------------*/
.details-summary {
  list-style: none;
  cursor: pointer;
  position: relative;
}

summary::-webkit-details-marker {
  display: none;
}

.details-summary::before {
  position: absolute;
  content: "";
  background: url("../img/icon_plus_w.svg") no-repeat border-box center/cover;
  width: 27px;
  height: 27px;
  right: 0;
}

details[open] summary::before {
  background: url("../img/icon_minus_w.svg") no-repeat border-box center/cover;
}

/*------------------------------------------
    select
------------------------------------------*/
.select__dd {
  overflow: hidden;
  width: 100%;
  text-align: left;
  position: relative;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  background: #ffffff;
}

.select__dd::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #54bdc1;
  pointer-events: none;
  margin: auto;
}

.select__dd::after {
  content: "";
  position: absolute;
  top: 0;
  right: 2.5em;
  bottom: 0;
  width: 1px;
  border-left: 1px solid #bbbbbb;
}

.select select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 13px 38px 13px 8px;
  color: #666666;
}

.select select::-ms-expand {
  display: none;
}

.select.is-mb-small {
  width: 125px;
  margin-left: 20px;
}

@media screen and (min-width: 751px) {
  .select.is-mb-small {
    width: 180px;
  }
}

.select.is-mb-big {
  width: 100%;
}

.select__contents {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 6px solid #f5f5f5;
}

@media screen and (min-width: 751px) {
  .select__contents {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.select__contents .tit02 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 24px;
}

/*------------------------------------------
	ボタン
------------------------------------------*/
.btn {
  margin-top: 16px;
}

.btn.mt30 {
  margin-top: 30px;
}

.btn a {
  position: relative;
  display: block;
  border: 1px solid #cccccc;
  background-color: #fff;
  border-radius: 4px;
  text-align: center;
  padding: 2rem 2rem 2rem 2rem;
  width: 80%;
  margin: 0 auto;
}

@media screen and (min-width: 751px) {
  .btn a {
    width: 300px;
    margin: 0 auto;
  }
}

.btn a::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  font-size: 10px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 10px;
}

.btn .orange {
  color: #fff;
  background-color: #eb7100;
  border: none;
}

.btn .disable.orange {
  cursor: not-allowed;
  background-color: #f5b87f;
}

.btn .blue {
  color: #fff;
  background-color: #54bdc1;
  border: none;
}

.btn a:not(:first-of-type) {
  margin-top: 16px;
}

.btn .close {
  background-color: #707070;
  color: #fff;
  border: none;
}

.btn .retry {
  border: 1px solid #dedede;
  color: #333333;
}

/*------------------------------------------
    テキスト
------------------------------------------*/
.int1 {
  text-indent: -1em;
  padding-left: 1em;
}

.attention {
  margin-top: 20px;
  margin-bottom: 20px;
}

.attention p {
  font-size: 1.4rem;
}

@media screen and (min-width: 751px) {
  .attention__txt {}
}

.attention__o {
  font-weight: bold;
  color: #eb7100;
  font-size: 1.4rem;
  text-align: center;
}

.detail__txt {
  font-size: 1.2rem;
  color: #666666;
  text-align: right;
}

.plan__wrap {
  margin-top: 20px;
}

@media screen and (min-width: 751px) {
  .plan__wrap {
    margin-left: 30px;
  }
}

/*------------------------------------------
	旅行先選択
------------------------------------------*/
.area {
  background-color: #edf7f8;
  padding: 20px 0;
}

@media screen and (min-width: 751px) {
  .area__wrap {
    max-width: 660px;
    margin: 0 auto;
  }
}

.area .tit04 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #54bdc1;
  text-align: center;
  margin-bottom: 5px;
}

.area .tit04:not(:first-of-type) {
  margin-top: 15px;
}

.area .col2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.area .col3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
}

.checkbox {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5786;
  width: 100%;
  height: 48px;
  text-align: center;
  border: 1px solid #dedede;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.2s;
  background-color: #fff;
}

.checkbox__wrap input {
  display: none;
}

.checkbox__wrap span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  line-height: 1.3;
}

.checkbox__wrap [type="checkbox"]:checked+span {
  color: #fff;
  background-color: #54bdc1;
  border: none;
  width: 100%;
}

/*------------------------------------------
	プラン
------------------------------------------*/
.plan .tit02 {
  font-weight: bold;
  text-align: center;
  font-size: 2rem;
}

.plan .plan__txt {
  margin-top: 10px;
  font-size: 1.4rem;
  text-align: center;
}

.plan .plan__annotation {
  font-size: 1.4rem;
  text-align: center;
}

.plan.is-personal .tit02 {
  color: #0884b8;
}

.plan.is-family .tit02 {
  color: #e69007;
}

.plan.is-group .tit02 {
  color: #069593;
}

.plan.is-personal .price .price__label {
  background-color: #0884b8;
}

.plan.is-family .price .price__label {
  background-color: #e69007;
}

.plan.is-group .price .price__label {
  background-color: #069593;
}

.plan.is-personal .price {
  border: 1px solid #0884b8;
}

.plan.is-family .price {
  border: 1px solid #e69007;
}

.plan.is-group .price {
  border: 1px solid #069593;
}

.plan.is-personal .price__num {
  color: #0884b8;
}

.plan.is-family .price__num {
  color: #e69007;
}

.plan.is-group .price__num {
  color: #069593;
}

.plan.is-personal .accordion .price::after {
  border-color: #0884b8 transparent transparent transparent;
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  transition: all 0.2s ease-out;
}

.plan.is-family .price::after {
  border-color: #e69007 transparent transparent transparent;
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  transition: all 0.2s ease-out;
}

.plan.is-group .price::after {
  border-color: #069593 transparent transparent transparent;
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  transition: all 0.2s ease-out;
}

.accordion>dd {
  display: none;
}

.plan.is-personal .accordion.active .price::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.plan.is-family .accordion.active .price::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.plan.is-group .accordion.active .price::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.plan.is-personal .type__table {
  background-color: #f1fbff;
}

.plan.is-family .type__table {
  background-color: #fff9ef;
}

.plan.is-group .type__table {
  background-color: #edfbfb;
}

.plan.is-personal .plan__top__box {
  background-color: #f1fbff;
}

.plan.is-family .plan__top__box {
  background-color: #fff9ef;
}

.plan.is-group .plan__top__box {
  background-color: #edfbfb;
}

.plan__top__box {
  display: flex;
  margin-top: 24px;
  width: 520px;
  max-width: 100%;
  margin: 24px auto 0;
  border-radius: 4px;
}

.plan__top__box .is-small {
  font-size: 1.4rem;
}

.plan__top__box dl {
  width: 50%;
  padding: 4px 16px;
  margin: 8px 0;
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
}

@media screen and (min-width: 751px) {
  .plan__top__box dl {
    padding: 4px 40px;
  }
}

.plan__top__box dl:first-of-type {
  border-right: 1px dotted #cdcdcd;
}

.plan__top__box dl dt {
  width: 50%;
  font-weight: bold;
}

.plan__box {
  margin: 20px auto 0;
}

.plan__box {
  width: 520px;
  max-width: 100%;
}

.plan__table {
  margin-top: 16px;
}

.price .price__label {
  color: #fff;
  width: 105px;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  display: table-cell;
  vertical-align: baseline;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .price .price__label {
    width: 160px;
  }
}

.price .price__label span {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  width: 100%;
}

.price {
  width: 100%;
  height: auto;
  display: table;
  position: relative;
  border-radius: 4px;
}

.price::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  pointer-events: none;
  position: absolute;
  top: 6px;
  bottom: 0;
  right: 5px;
  margin: auto;
}

.price.is-rotate::after {
  transform: rotate(180deg);
}

.price .price__txt {
  font-weight: bold;
  padding: 5px 20px 5px 105px;
  display: table-cell;
  vertical-align: baseline;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .price .price__txt {
    padding: 5px 20px 5px 160px;
  }
}

.price .price__num {
  font-size: 1.3em;
  padding: 0 4px;
}

/* テーブル */
.type__table {
  padding: 20px 10px;
  border-radius: 0 0 4px 4px;
}

@media screen and (min-width: 751px) {
  .type__table {
    padding: 20px 30px;
  }
}

.type__table table {
  margin: 0 auto;
  width: 100%;
}

.type__table tr {
  border-bottom: 1px dotted #cdcdcd;
}

.type__table td {
  padding: 9px 0 8px;
  font-size: 1.4rem;
}

.type__table td.type__table__label {
  font-weight: bold;
}

@media screen and (min-width: 751px) {
  .type__table td p {
    padding-left: 1em;
  }
}

.type__table td.type__table__price {
  text-align: right;
}

.type__table td.type__table__price p {
  text-align: right;
  display: flex;
  justify-content: space-between;
}

.type__table td.type__table__price .electronic_luggage {
  display: block;
}

.type__table td.type__table__price p .unlimited {
  margin-left: 26px;
}

.type__table td.type__table__price p .no_air_option {
  margin-left: 8px;
}

.type__table thead tr th {
  font-size: 1.4rem;
  padding-bottom: 8px;
}

.tbl__attention {
  text-align: right;
  margin-top: 10px;
  font-size: 1.3rem;
}