@charset "UTF-8";

.md\:max-w-\[484px\] {
  max-width: 484px
}

/*フッター追従ボタン 2024.08*/
.fixed-btns {
  /*display: none;*/
  width: 100%;
  background-color: rgba(25, 34, 89, .8);
  padding: 10px 15px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9990;
}

.c-btn__link_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  background-color: rgba(224, 37, 32, 1);
  border: 1px solid #E02020;
  padding: 4px 32px;
  position: relative;
  font-weight: 700;
  transition: 0.3s all;
}

.c-btn__link_icon::before {
  content: "" !important;
  display: inline-block;
  width: 30px;
  height: 24px;
  background: url(/assets/img/common/icn_mail.svg)no-repeat center center/auto 100%;
  margin-right: 20px;
}

@media (min-width: 1025px) {
  .c-btn__link_icon:hover {
    border: 1px solid #F82323;
    background: #F82323;
    border-color: #F82323 !important;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.24);
  }
}

.c-btn {
  width: 100%;
  height: 56px;
  margin: 0 auto;
}

.c-btn.-medium {
  max-width: 400px;
}

@media only screen and (max-width: 767px) {
  .c-btn.-medium {
    max-width: 400px;
  }
}

/*リスト*/
.c-list li {
  line-height: 1.8;
  position: relative;
}

.c-list li:not(:last-child) {
  margin-bottom: 0.5em;
}

.c-list.-dot>li {
  padding-left: 1.25em;
}

.c-list.-dot>li::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.c-list.-dot.-english li {
  padding-left: 0.75em;
}

/*.c-list.-dot.-english li::before {
  content: "-";
}*/

.c-list.-dot.-english>li::before {
  /*特定文字リストのとき-を表示させない*/
  content: "-";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.c-list.-order {
  list-style-type: decimal;
  margin-left: 1.25em;
}

.c-list.-note>li {
  padding-left: 1.25em;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .c-list.-note>li {
    font-size: 1.2rem;
  }
}

.c-list.-note>li:not(:last-child) {
  margin-bottom: 0.25em;
}

.c-list.-note>li::before {
  counter-increment: item;
  content: "※";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.c-list.-note.-english li {
  padding-left: 0.75em;
}

.c-list.-note.-english li::before {
  content: "*";
}

.c-list.-flexible>li {
  display: flex;
}

.c-list.-flexible>li>div:first-child {
  margin-right: 0.5em;
}

.c-list.-flexible>li>div:last-child {
  flex: 1 0 0%;
}

.c-link[href$=".pdf"]::after {
  content: "" !important;
  display: inline-block !important;
  width: 1em;
  height: 1em;
  background: url(/assets/img/common/icn_pdf.png) no-repeat center center/auto 100%;
  position: relative;
  top: 0.2em;
}

/*文字装飾2024.08*/
.heading-emphasis{
}
.heading-emphasis::before {
    content: "＼";
    font-weight: bold;
    margin-right: 1em;
    f
}
.heading-emphasis::after {
    content: "／";
    font-weight:bold;
    margin-left: 1em;
}

/*dot-text*/
.dot-text{
  position: relative;
  }
.dot-text::before{
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  padding-top: 10px;
  background: -webkit-radial-gradient(circle 10px,#E02020 50%,transparent 50%);
  background: radial-gradient(circle 10px,#E02020 50%,transparent 50%);
  background: -moz-radial-gradient(circle 10px,#E02020 50%,transparent 50%);
}

/*フッター調整*/
@media only screen and (max-width: 767px) {
.site-footer {
  margin-bottom: 80px;
}
}

/*PCフッターコピーライト調整 202411*/
@media (min-width: 768px) {
.site-footer{
  padding-bottom: 5.5rem;
}
}
