@charset "UTF-8";

/* 共通 */
@media screen and (min-width: 1025px) {
  .contents_bg {
    background-image: url(./imgs/bg_mv.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }
}

@media screen and (max-width: 1024px) {
  .contents_bg {
    background-image: url(./imgs/bg_mv.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .contents_bg {
    background-image: url(./imgs/bg_mv_sp.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }
}

.mb10 {
  margin-bottom: 10px;
}

.fs24 {
  font-size: 24px !important;
}

.fs22 {
  font-size: 22px !important;
}

.fs20 {
  font-size: 20px !important;
}

.fs18 {
  font-size: 18px !important;
}

.fs16 {
  font-size: 16px !important;
}

.fs14 {
  font-size: 14px !important;
}

.fs12 {
  font-size: 12px !important;
}

.fs10 {
  font-size: 10px !important;
}

.fs8 {
  font-size: 8px !important;
}

.colw {
  color: #FFFFFF;
}

html .l_main_wrap {
  overflow-y: auto;
}

.dn {
  display: none;
}

.atent {
  color: #C30D23;
}

.accordion_box {
  display: none;
}

.common-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 408px;
  box-sizing: border-box;
  width: 100%;
  height: 64px;
  background: #006CB6;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 9px;
}

.common-btn:not(.btn, .tel_num):hover {
  opacity: 0.8;
  color: #FFF;
}

.common-btn-arrow {
  padding-left: 4px;
}

.common-btn-colB {
  background: #FFF;
  color: #006CB6;
}

.common-btn-colB:not(.btn, .tel_num):hover {
  opacity: 0.8;
  color: #006CB6;
}

.accordion_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  box-sizing: border-box;
  width: 100%;
  height: 56px;
  border-radius: 6px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1.5em;
  background-color: #FFF;
}

.accordion_btn_A {
  border: 1px solid #006CB6;
  color: #006CB6;
}

.accordion_btn_A::after {
  content: '';
  display: block;
  padding-left: 4px;
  width: 14px;
  height: 14px;
  background-image: url(./imgs/common-btn-arrow4.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

.accordion_btn_A.active::after {
  background-image: url(./imgs/common-btn-arrow5.svg);
}

.accordion_btn_B {
  border: 1px solid #FD4383;
  color: #FD4383;
}

.accordion_btn_B::after {
  content: '';
  display: block;
  padding-left: 4px;
  width: 14px;
  height: 14px;
  background-image: url(./imgs/common-btn-arrow6.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

.accordion_btn_B.active::after {
  background-image: url(./imgs/common-btn-arrow7.svg);
}

.pc {
  display: block;
}

.pc_i {
  display: inline;
}

.sp {
  display: none;
}

.sp_i {
  display: none;
}

/* メインビジュアル */
.mv {
  position: relative;
  padding-bottom: 88px;
  background-image: url(./imgs/bg_mv2.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 649px;
}

.mv::after {
  position: absolute;
  width: 100%;
  max-width: 1920px;
}

.mv-inner {
  position: relative;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.mv-bg {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  bottom: -3.5%;
}

/* キャンペーンその1 */
.campaign1 {
  position: relative;
  background-image: url(./imgs/bg_mv4.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 675px;
  z-index: 0;
  padding-top: 150px;
  padding-bottom: 120px;
}

.campaign1-inner {
  max-width: 1000px;
  padding: 0 30px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.campaign1-inner h2 {
  position: relative;
  color: #FFE100;
  text-align: center;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
}

.campaign1-inner h2::before,
.campaign1-inner h2::after {
  position: absolute;
  display: inline-block;
  content: "";
  background: #FFE100;
  width: 1px;
  height: 1.2em;
  vertical-align: middle;
}

.campaign1-inner h2:before {
  transform: rotate(-45deg);
  margin-left: -20px;
  margin-top: 5px;
}

.campaign1-inner h2:after {
  transform: rotate(45deg);
  margin-left: 15px;
  margin-top: 5px;
}

.campaign1 .tc img {
  width: 100%;
  max-width: 740px;
}

/* キャンペーンその2 */
.campaign2 {
  position: relative;
  background-image: url(./imgs/bg_mv6.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 1920px auto;
  padding-bottom: 175px;
}

.campaign2 h2 {
  position: relative;
  color: #FFE100;
  text-align: center;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 80px;
  z-index: 1;
}

.campaign2 h2::before {
  content: "";
  width: 605px;
  height: 122px;
  background-image: url(./imgs/bg_mv5.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: -12px;
  left: -296px;
  z-index: -1;
}

.campaign2 h2::after {
  content: "";
  width: 206px;
  height: 129px;
  background-image: url(./imgs/img-campaign2-title.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 10px;
  bottom: -97px;
}

/* .tab-btn */
.campaign2 .tab-btn {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}

.campaign2 .tab-btn .fs14 {
  font-weight: 700;
  display: block;
  margin-bottom: 3px;
  line-height: 1.25;
}

.campaign2 .tab-btn .fs18 {
  font-weight: 700;
  display: inline-block;
  margin-bottom: 3px;
  line-height: 1.25;
}

.campaign2 .tab-btn .fs12 {
  font-weight: 700;
  display: inline-block;
  line-height: 1.25;
  margin-left: -10px;
}

.campaign2 .tab-btn .tab-btn1,
.campaign2 .tab-btn .tab-btn2 {
  width: 50%;
  height: 80px;
  position: relative;
  background-color: #FFFFFF;
  text-align: center;
  line-height: 1em;
  cursor: pointer;
  box-sizing: border-box;
  padding: 0 24px;
}

.campaign2 .tab-btn .tab-btn1 {
  border: 1px solid #C31E33;
  color: #C31E33;
  transition: all 0.25s;
}

.campaign2 .tab-btn .tab-btn2 {
  border: 1px solid #15A577;
  color: #15A577;
  transition: all 0.25s;
}

.campaign2 .tab-btn .tab-btn1.active {
  background-color: #C31E33;
  color: #FFFFFF;
}

.campaign2 .tab-btn .tab-btn2.active {
  background-color: #15A577;
  color: #FFFFFF;
}

.campaign2 .tab-btn .icn {
  width: 24px;
  height: 24px;
  position: relative;
  transform: rotate(0);
  transition: all 0.25s;
  position: absolute;
  right: 24px;
}

.campaign2 .tab-btn .active .icn,
.campaign2 .tab-btn .active .icn {
  transform: rotate(45deg);
}

.campaign2 .tab-btn .icn::before,
.campaign2 .tab-btn .icn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 24px;
  transform: translate(-50%, -50%);
  transition: all 0.25s;
}

.campaign2 .tab-btn .icn::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.campaign2 .tab-btn .icn::before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.campaign2 .tab-btn .tab-btn1 .icn::before,
.campaign2 .tab-btn .tab-btn1 .icn::after {
  background-color: #C31E33;
}

.campaign2 .tab-btn .tab-btn2 .icn::before,
.campaign2 .tab-btn .tab-btn2 .icn::after {
  background-color: #15A577;
}

.campaign2 .tab-btn .active .icn::before,
.campaign2 .tab-btn .active .icn::after {
  background-color: #FFFFFF;
}

.campaign2-inner {
  position: relative;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.campaign2-inner div.campaign-lst1 {
  display: block;
}

.campaign2-inner div.campaign-lst2 {
  display: none;
}

.campaign2-inner dl.campaign-lst {
  width: 100%;
}

.campaign2-inner dl.campaign-lst dt {
  color: #231815;
  background-color: #DCDBDA;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  width: 175px;
  padding: 10px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #848484;
}

.campaign2-inner dl.campaign-lst dd {
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  width: calc(100% - 175px);
  background-color: #FFFFFF;
  padding: 10px 23px;
  box-sizing: border-box;
  border-bottom: 1px solid #848484;
}

.campaign2-inner dl.campaign-lst dd.bgy {
  background-color: #FFFEF0;
}

.campaign2-inner dl.campaign-lst dt:last-of-type,
.campaign2-inner dl.campaign-lst dd:last-of-type {
  border-bottom: none;
}

.campaign2-inner dl.campaign-lst dd ol,
.campaign2-inner dl.campaign-lst dd ul {
  font-size: 16px;
}

.campaign2-inner dl.campaign-lst .fwm {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

.campaign2-inner dl.campaign-lst .fwb {
  font-weight: bold;
}

.campaign2-inner dl.campaign-lst .ttl {
  width: 100%;
  line-height: 1.25;
  margin-bottom: 1em;
}

.campaign2-inner dl.campaign-lst a.txt {
  color: #1292E5;
  text-decoration: underline;
}

/* 料金表 */
.price {
  width: 100%;
  background-image: url(./imgs/bg_price.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.price div.price-inner {
  max-width: 1000px;
  padding: 50px 0 45px;
  margin-right: auto;
  margin-left: auto;
}

.price h2 {
  color: #10336F;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 2px;
  position: relative;
  padding-left: 48px;
}

.price h2::before {
  content: "";
  width: 50px;
  height: 74px;
  background-image: url(./imgs/img-price-title.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: absolute;
  left: -7px;
  bottom: -2px;
}

.price div.price-img {
  width: 100%;
}

.price div.price-img img {
  width: 100%;
}

.campaign2-inner dl.campaign-lst dl.campaign-lst-sub {
  width: calc(100% + 46px);
  border: none;
  margin-top: -10px;
  margin-bottom: -10px;
  margin-right: -23px;
  margin-left: -23px;
  border-radius: 0;
}

.campaign2-inner dl.campaign-lst dl.campaign-lst-sub dt {
  width: 180px;
  height: 64px;
  border: none;
  background: #D0E5B0;
  color: #3F3D3C;
  border-bottom: 1px solid #848484;
  border-radius: 0;
}

.campaign2-inner dl.campaign-lst dl.campaign-lst-sub dd {
  width: calc(100% - 180px);
  height: 64px;
  border: none;
  border-bottom: 1px solid #848484;
  background-color: #FFFFFF;
  border-radius: 0;
}

.campaign2-inner dl.campaign-lst dl.campaign-lst-sub:not(.mb10) dt:last-of-type,
.campaign2-inner dl.campaign-lst dl.campaign-lst-sub:not(.mb10) dd:last-of-type {
  border-bottom: none;
}

.campaign2-inner .campaign-lst-btn-box {
  padding-top: 15px;
}

.campaign2-inner .campaign-lst-btn-box a {
  margin-top: 24px;
  border: 1px solid #FFFFFF;
}

.campaign2-inner .campaign-lst-btn-box .common-btn {
  max-width: 360px;
  height: 56px;
  font-weight: 500;
}

/* その他ボタン */
.btns {
  padding: 40px 0 25px 0;
  background-color: #F5F5F5;
}

.btns-inner {
  max-width: 1000px;
  padding-right: 17px;
  padding-left: 17px;
  margin-right: auto;
  margin-left: auto;
}

.btns-inner .common-btn {
  margin-right: 12px;
  margin-left: 12px;
}

/* CTA */
.cta {
  background-color: #CCE6F7;
  padding-top: 45px;
  padding-bottom: 52px;
}

.cta-inner {
  max-width: 1000px;
  padding-right: 17px;
  padding-left: 17px;
  margin-right: auto;
  margin-left: auto;
}

.cta-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 42px;
  text-align: center;
  color: #1d6bb2;
  margin-bottom: 20px;
  padding-right: 14px;
}

.cta-list {
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
  border: 6px solid #EFF6F7;
  padding: 16px 0;
}

.cta-tel {
  box-sizing: border-box;
  width: 50%;
  border-right: 1px solid #707070;
  padding-top: 6px;
  padding-bottom: 10px;
  padding-right: 22px;
}

.cta-tel__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  color: #222;
  margin-bottom: 9px;
}

.cta-tel__item {
  text-align: center;
}

.cta-contact {
  width: 50%;
  padding: 0px 0 7px;
}

.cta-contact__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #222;
  margin-bottom: 7px;
}

.cta-contact__btn {
  max-width: 248px;
  height: 56px;
}

/*PC ONLY*/
/* @media screen and (min-width: 2120px) {
  .mv {
    background-position: bottom center;
    background-size: cover;
  }
} */

/*TABLET portrait ONLY*/
@media (min-width: 768px) and (max-width: 834px) {
  .contents_bg {
    background-image: url(./imgs/bg_mv_sp.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }

  .campaign1-box {
    padding-right: 17px;
    padding-left: 17px;
  }

  .campaign1-img {
    transform: translateX(5px);
    margin-bottom: 13px;
  }

  .campaign1-box {
    padding-top: 35px;
  }

  .img-campaign1-pc {
    margin: 0;
    position: relative;
    z-index: 1;
  }

  .campaign2-inner {
    width: auto;
    max-width: 100%;
    padding-right: 17px;
    padding-left: 17px;
  }

  .campaign1-1-1box .img-bird {
    width: 173px;
    height: 101px;
    top: -16px;
    right: -44px;
  }

  .campaign2 .tab-btn {
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
  }

  .campaign2 .tab-btn .tab-btn1,
  .campaign2 .tab-btn .tab-btn2 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .campaign2 .tab-btn {
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
  }

  .campaign2 .tab-btn .tab-btn1 {
    margin-bottom: 20px;
  }

  .campaign2 .tab-btn .tab-btn2 {
    margin-bottom: 40px;
  }

  .campaign2 .tab-btn .fs12 {
    display: block;
    margin-left: unset;
  }
}

@media screen and (max-width: 1045px) {
  .campaign2 .tab-btn {
    width: 100%;
    box-sizing: border-box;
    padding-right: 25px;
    padding-left: 25px;
  }

  .campaign2 .tab-btn .tab-btn1,
  .campaign2 .tab-btn .tab-btn2 {
    width: 100%;
    text-align: left;
    justify-content: space-between;
  }

  .campaign2 .tab-btn .tab-btn1 {
    margin-bottom: 20px;
  }

  .campaign2 .tab-btn .tab-btn2 {
    margin-bottom: 40px;
  }

  .campaign2 .tab-btn .icn {
    right: 15px;
  }
}

/*SP ONLY*/
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }

  .pc_i {
    display: none;
  }

  .sp {
    display: block;
  }

  .sp_i {
    display: inline;
  }

  .common-btn {
    max-width: 320px;
  }

  /* 共有 */
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  /* メインビジュアル */
  .mv {
    background-image: none;
    padding-bottom: 20px;
  }

  .mv-inner {
    height: auto;
  }

  .mv-img {
    width: 100%;
    height: auto;
    margin: auto;
  }

  .mv-bg {
    display: none;
  }

  /* キャンペーンその1 */
  .campaign1 {
    background-image: url(./imgs/bg_mv4_sp1.webp), url(./imgs/bg_mv4_sp2.webp);
    background-position: top 17px right, bottom left;
    background-size: 40% auto, 61% auto;
    padding-top: 0;
    padding-bottom: 62px;
  }

  .campaign1-inner {
    padding: 0 5%;
  }

  .campaign1-inner h2 {
    font-size: 18px;
    margin-bottom: 14px;
  }

  .campaign1-inner h2::before,
  .campaign1-inner h2::after {
    height: 3em;
  }

  .campaign1-inner h2:before {
    transform: rotate(-27deg);
    margin-left: -40px;
  }

  .campaign1-inner h2:after {
    transform: rotate(27deg);
    margin-top: -23px;
  }

  .campaign1-box {
    padding-top: 0;
    padding-right: 5%;
    padding-left: 5%;
  }

  .campaign1-box .sp {
    margin-bottom: 12px;
    z-index: 1;
    position: relative;
  }

  .campaign1-1box {
    padding: 30px 5% 20px 5%;
    margin-top: -32px;
  }

  .campaign1-box .sp img {
    width: 100%;
  }

  .img-campaign1-1sp .img-campaign1-1sp-p {
    margin-top: 15px;
  }

  .campaign1-1-1box {
    margin-top: 15px;
    padding: 24px 5%;
  }

  .campaign1-1-1box dl.feature-lst dt {
    width: 100%;
    display: block;
    border: none;
  }

  .campaign1-1-1box dl.feature-lst dd {
    width: 100%;
    display: block;
    border: none;
    font-size: 16px;
    padding: 5px 0 10px 0;
  }

  .campaign1-1-1box .img-bird {
    width: 107px;
    height: 91px;
    position: absolute;
    top: 10px;
    right: -10px;
    z-index: 1;
  }

  /* キャンペーンその2 */
  .campaign2 {
    background-image: url(./imgs/bg_mv6_sp.webp);
    background-size: 100% auto;
    margin-top: 110px;
  }

  .campaign2 h2 {
    font-size: 18px;
    margin-bottom: 45px;
  }

  .campaign2 h2::before {
    width: 423px;
    height: 86px;
    left: -189px;
    top: -39px;
  }

  .campaign2 h2::after {
    content: none;
  }

  .campaign2-inner {
    padding-right: 0;
    padding-left: 0;
  }

  .campaign2-inner .sp img {
    width: 100%;
  }

  .campaign2-inner dl.campaign-lst {
    width: 100%;
    border: 4px solid #DCDBDA;
    box-sizing: border-box;
    background-color: #FFFFFF;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .campaign2-inner dl.campaign-lst dt {
    width: 100%;
    background: #DCDBDA;
    box-sizing: border-box;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    transition: all 0.25s;
    padding: 19px 0;
    border-bottom: 0;
  }

  .campaign2-inner dl.campaign-lst dd:last-of-type {
    border-bottom-right-radius: 0;
  }

  .campaign2-inner dl.campaign-lst dt:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .campaign2-inner dl.campaign-lst dd {
    font-size: 18px;
    width: 100%;
    height: 0;
    height: auto;
    background-color: #FFFFFF;
    padding: 0 5%;
    padding: 18px 17px;
    box-sizing: border-box;
    border-bottom: none;
    transition: all 0.25s;
  }

  .campaign2-inner dl.campaign-lst dl.campaign-lst-sub {
    width: calc(100% + 10% + 8px);
    margin-right: calc(-5% - 4px);
    margin-left: calc(-5% - 4px);
  }

  .campaign2 .tab-btn .tab-btn1,
  .campaign2 .tab-btn .tab-btn2 {
    width: 100%;
  }

  .campaign2-inner dl.campaign-lst dd.fs24,
  .campaign2-inner dl.campaign-lst dd.fs20 {
    font-size: 16px !important;
  }

  /* 料金表 */
  .price {
    background-image: url(./imgs/bg_price_sp.webp);
  }

  .price div.price-inner {
    padding: 90px 0 80px;
  }

  .price h2 {
    font-size: 24px;
    text-align: center;
    padding-left: 0;
    line-height: 1.3em;
    margin-bottom: 20px;
  }

  .price h2::before {
    left: 12px;
    bottom: -21px;
  }

  /* CTA */
  .cta {
    padding-top: 49px;
  }

  .cta-title {
    font-size: 19px;
    line-height: 31px;
    margin-bottom: 19px;
    padding-right: 0px;
  }

  .cta-list {
    display: block;
    padding: 0 20px;
  }

  .cta-tel {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #707070;
    padding-top: 20px;
    padding-bottom: 26px;
    padding-right: 0px;
  }

  .cta-tel__title {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 31px;
    text-align: center;
    color: #222;
    margin-bottom: 4px;
  }

  .cta-contact {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .cta-contact__title {
    margin-bottom: 5px;
  }

  .cta-contact__btn {
    max-width: 248px;
  }
}

/* -------------------------------------------- */
/* flex                                         */
/* -------------------------------------------- */
.flex {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.jc_st {
  justify-content: start;
}

.jc_en {
  justify-content: end;
}

.jc_c {
  justify-content: center;
}

.jc_fs {
  justify-content: flex-start;
}

.jc_fe {
  justify-content: flex-end;
}

.jc_l {
  justify-content: left;
}

.jc_r {
  justify-content: right;
}

.jc_sb {
  justify-content: space-between;
}

.jc_sa {
  justify-content: space-around;
}

.jc_se {
  justify-content: space-evenly;
}

.jc_sc {
  justify-content: stretch;
}

.fw_nw {
  flex-wrap: nowrap;
}

.fw_wr {
  flex-wrap: wrap-reverse;
}

.fd_rr {
  flex-direction: row-reverse;
}

.fd_cm {
  flex-direction: column;
}

.ff_cm {
  flex-flow: column;
}

.ai_s {
  align-items: start;
}

.ai_c {
  align-items: center;
}

.ai_e {
  align-items: end;
}

.ai_fe {
  align-items: flex-end;
}

.ai_st {
  align-items: stretch;
}

.wfit {
  width: fit-content;
}

.hfit {
  height: fit-content;
}

/* -------------------------------------------- */
/* text                                         */
/* -------------------------------------------- */
.tl {
  text-align: left;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

/* -------------------------------------------- */
/* margin / padding                             */
/* -------------------------------------------- */
.mt1em {
  margin-top: 1em;
}

.mb1em {
  margin-bottom: 1em;
}

.pt1em {
  padding-top: 1em;
}

.pb1em {
  padding-bottom: 1em;
}

/* -------------------------------------------- */
/* ol 米（※）マーク                             */
/* -------------------------------------------- */
ul.asterisk {
  list-style: none;
  margin-left: 1.5em;
}

ul.asterisk li {
  text-indent: -1.5em;
}

ul.asterisk li::before {
  content: '※';
  margin-right: 0.5em;
}

/* -------------------------------------------- */
/* ol 米（※）マーク + num                       */
/* -------------------------------------------- */
ol.asterisk-num {
  list-style: none;
  counter-reset: count 0;
  margin-left: 1.5em;
}

ol.asterisk-num li {
  text-indent: -2.3em;
  margin-left: .7em;
}

ol.asterisk-num li::before {
  content: "※" counter(count)" ";
  counter-increment: count 1;
  margin-right: 0.5em;
}

/* -------------------------------------------- */
/* ol num                                       */
/* -------------------------------------------- */
ol.num {
  list-style: none;
  counter-reset: count 0;
  margin-left: 0.75em;
}

ol.num li {
  text-indent: -1.5em;
  margin-left: .7em;
}

ol.num li::before {
  content: counter(count)". ";
  counter-increment: count 1;
  margin-right: 0.5em;
}

/* -------------------------------------------- */
/* ol num-maru                                  */
/* -------------------------------------------- */
ol.num-maru {
  list-style: none;
  counter-reset: count;
  padding-left: 0;
}

ol.num-maru li {
  counter-increment: count;
  position: relative;
  padding-left: 1.5em;
  line-height: 1.5;
}

ol.num-maru li::before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1em;
  line-height: 1.5;
  color: #333;
}

/* ①～⑳ まで nth-of-type で指定 */
ol.num-maru li:nth-of-type(1)::before {
  content: "①";
}

ol.num-maru li:nth-of-type(2)::before {
  content: "②";
}

ol.num-maru li:nth-of-type(3)::before {
  content: "③";
}

ol.num-maru li:nth-of-type(4)::before {
  content: "④";
}

ol.num-maru li:nth-of-type(5)::before {
  content: "⑤";
}

ol.num-maru li:nth-of-type(6)::before {
  content: "⑥";
}

ol.num-maru li:nth-of-type(7)::before {
  content: "⑦";
}

ol.num-maru li:nth-of-type(8)::before {
  content: "⑧";
}

ol.num-maru li:nth-of-type(9)::before {
  content: "⑨";
}

ol.num-maru li:nth-of-type(10)::before {
  content: "⑩";
}

ol.num-maru li:nth-of-type(11)::before {
  content: "⑪";
}

ol.num-maru li:nth-of-type(12)::before {
  content: "⑫";
}

ol.num-maru li:nth-of-type(13)::before {
  content: "⑬";
}

ol.num-maru li:nth-of-type(14)::before {
  content: "⑭";
}

ol.num-maru li:nth-of-type(15)::before {
  content: "⑮";
}

ol.num-maru li:nth-of-type(16)::before {
  content: "⑯";
}

ol.num-maru li:nth-of-type(17)::before {
  content: "⑰";
}

ol.num-maru li:nth-of-type(18)::before {
  content: "⑱";
}

ol.num-maru li:nth-of-type(19)::before {
  content: "⑲";
}

ol.num-maru li:nth-of-type(20)::before {
  content: "⑳";
}