@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

/* ============================== */
/* Style */
/* ============================== */
.m_c_red {
  color: #a11f24;
}
.mt16 {
  margin-top: 16px !important;
}
.mt24 {
  margin-top: 24px !important;
}

.fz16 {
  font-size: 16px !important;
}
.fz18 {
  font-size: 18px !important;
}
.fz20 {
  font-size: 20px !important;
}
.fz22 {
  font-size: 22px !important;
}
.fz24 {
  font-size: 24px !important;
}
.fz28 {
  font-size: 28px !important;
}
.fz34 {
  font-size: 34px !important;
}
.fw700 {
  font-weight: 700 !important;
}
sup {
  font-size: 10px;
  vertical-align: super;
}

/*-- Images --*/
.u_img {
  display: block;
  line-height: 0;
}
.u_img * {
  display: block;
  width: 100%;
  margin: 0 auto;
}

/* 検索時のカード */
.m_lineup_movie_listItem {
  width: 33.333%;
  @media screen and (max-width: 768px) {
    width: 50%;
  }
  @media screen and (max-width: 599px) {
    width: 100%;
  }
}

/* ============================== */
/* Common */
/* ============================== */
.m_link {
  text-decoration: none;
}
/* Section */
.sec_ankerTop {
  scroll-margin-top: 80px;
}
.l_section--primary > .l_section__item + .l_section__item {
  margin-top: 32px;
}

div#cont {
  font-weight: 400;
}

@media screen and (max-width:768px){
  .sec_ankerTop {
    scroll-margin-top: 120px;
  }
}

/* ヒーローズエリア */
.m_herosArea {
  margin-bottom: 30px;
}
.m_herosArea__keyvisual + .m_herosArea__nav {
  margin-top: 10px;
}

/* Navi */
.m_navi_lst {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.m_navi_itm {
  width: 100%;
  margin-inline: 20px;
}
.m_navi_itm a {
  position: relative;
  display: block;
  padding: 0 25px 5px 15px;
  color: #333;
  font-weight: 700;
  text-align: center;
  border-bottom: 2px solid #8d1321;
}
.m_navi_itm a::after {
  content: "";
  position: absolute;
  top: -3px;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 10px;
  height: 5px;
  background-color: #333;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media screen and (max-width: 768px) {
  .m_navi_lst {
    flex-direction: column;
    align-items: center;
  }
  .m_navi_itm a {
    padding: 10px 25px 5px 15px;
  }
}

/* Heading */
.m_heading--primary {
  margin-bottom: 20px;
}
.m_heading--primary .m_heading__ttl {
  font-size: 20px;
}
.m_heading--secondary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  border-left: 10px solid #a11f24;
  border-bottom: none;
  padding-bottom: 0;
}
.m_heading--secondary .m_heading__ttl {
  color: #000; 
  padding-left: 16px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 38.4px */
}
@media screen and (max-width: 768px) {
  .m_heading--secondary .m_heading__ttl {
    font-size: 20px;
  }
}

/* Lead */
.m_lead {
  padding: 0;
  background: none;
}
.m_lead__top {
  padding: 15px 20px;
  border: 2px solid #a11f24;
}
.m_leadTop__ttl {
  color: #a11f24;
  font-size: 20px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .m_lead {
    margin-top: 40px;
  }
}

/* Point */
.m_leadPoint__item {
  display: flex;
  align-items: center;
  gap: 30px;
}
.m_leadPoint__item + .m_leadPoint__item {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 2px dashed #a11f24;
}
.m_leadPoint__num {
  flex-shrink: 0;
  display: block;
  padding: 10px 20px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 900;
  background-color: #a11f24;
}
.m_leadPoint__ttl {
  font-size: 20px;
  font-weight: 900;
}
.m_leadPoint__txt {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .m_leadPoint__item {
    align-items: start;
    gap: 15px;
  }
  .m_leadPoint__cont {
    -ms-grid-row-align: center;
    align-self: center;
  }
  .m_leadPoint__num {
    padding: 5px 10px;
    font-size: 15px;
  }
  .m_leadPoint__ttl {
    font-size: 15px;
  }
  .m_leadPoint__txt {
    font-size: 15px;
  }
}

/* 金額表 */
.m_priceTable {
}
.m_priceTable__heading {
  display: flex;
  align-items: stretch;
  border: 1px solid rgba(255, 255, 255, 0);
  border-bottom: none;
}
.m_priceTable__headingItem {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
}
.m_priceTable__headingItem:first-of-type {
  flex: 0 0 72px;
}
.m_priceTable__headingItem + .m_priceTable__headingItem {
  border-left: 1px solid #ccc;
}
.m_priceTable__ttlWrap {
  display: block;
  width: 100%;
  padding: 10px 5px;
}
.m_priceTable__ttl {
  text-align: center;
  font-size: 14px;
}
.m_priceTable__ttl--hasImg {
  margin-bottom: 10px;
  color: #a11f24;
  font-weight: bold;
}
.m_priceTable__img {
  line-height: 0;
  text-align: center;
}
.m_priceTable__img img {
  max-width: 100%;
  height: auto;
}
.m_priceTable__body {
  border: 1px solid #ccc;
}
.m_priceTable__bodyItem + .m_priceTable__bodyItem {
  border-top: 1px solid #ccc;
}
.m_priceTable__bodyItem {
  display: flex;
  align-items: stretch;
}
.m_priceTable__item {
  display: flex;
  width: 100%;
}
.m_priceTable__item:first-of-type {
  flex: 0 0 72px;
}

.m_priceTable__item + .m_priceTable__item {
  border-left: 1px solid #ccc;
}
.m_priceTable__data {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px 15px;
  color: #a11f24;
  font-weight: bold;
  font-size: 20px;
}
.m_priceTable__data--ttl {
  font-weight: normal;
  justify-content: center;
  color: #333;
  padding: 10px 0;
  font-size: 14px;
}
@media screen and (max-width: 599px) {
  .m_priceTable__ttl {
    letter-spacing: -1px;
    font-size: 12px;
  }
  .m_priceTable__data {
    font-size: 12px;
  }
  .m_priceTable__headingItem:first-of-type {
    flex: 0 0 64px;
  }
  .m_priceTable__item:first-of-type {
    flex: 0 0 64px;
  }
}
/* 脚注リスト */
.m_footNotes {
}
.m_footNotes__item + .m_footNotes__item {
  margin-top: 10px;
}
.m_footNote {
  position: relative;
  padding-left: 1em;
  font-size: 12px;
}
.m_footNote::before {
  content: "※";
  position: absolute;
  left: 0;
  display: block;
}

/* Tab */
.m_tab__list {
  display: flex;
  align-items: end;
  gap: 5px;
  border-bottom: 2px solid #a11f24;
}
.m_tab__item {
  position: relative;
  width: 100%;
  padding: 20px;
  color: #3a3a3a;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  border-radius: 18px 18px 0 0;
  background-color: #d5d5d5;
  cursor: pointer;
}
.m_tab__item.js_crnt {
  color: #fff;
  font-size: 22px;
  background-color: #a11f24;
}
.m_tab__item::after {
  content: "";
  position: absolute;
  display: block;
  width: 36px;
  height: 21px;
  left: 0;
  right: 0;
  bottom: -18px;
  margin: auto;
  background-color: #a11f24;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  opacity: 0;
}
.m_tab__item.js_crnt::after {
  opacity: 1;
}

.m_tabView__wrap {
  padding: 25px;
  border: 1px solid #d9d9d9;
  border-radius: 0 0 15px 15px;
}
.m_tabView:not(.js_crnt) {
  display: none;
}
.m_tabView__top {
  padding: 20px 25px;
  border-radius: 18px;
  border: 2px dashed #a11f24;
}
.m_tabView__ttl {
  font-size: 20px;
  font-weight: 900;
}

.m_tabView__head {
  font-size: 25px;
  font-weight: 900;
}
.m_tabView__priceTtl {
  font-size: 20px;
}
.m_tabView__price {
  display: flex;
  align-items: start;
}
.m_tabView__table {
  width: 100%;
  border: 1px solid #a11f24;
}
.m_tabView__table > div {
  display: flex;
}
.m_tabView__table > div + div {
  border-top: 1px solid #a11f24;
}
.m_tabView__tableHead {
  display: block;
  padding: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  background-color: #a11f24;
}
.m_tabView__tableSubHead {
  display: block;
  padding: 10px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  background-color: #fff2f3;
  border-right: 1px solid #a11f24;
}
.m_tabView__table dt {
  width: 100%;
}
.m_tabView__table dd {
  width: 100%;
  padding: 10px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
.m_tabView__table dd + dd {
  border-top: 1px solid #a11f24;
}
.m_tabView__table--after {
  position: relative;
}
.m_tabView__table--after::before {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 35px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #a11f24;
  -webkit-clip-path: polygon(100% 50%, 0 100%, 0 0);
  clip-path: polygon(100% 50%, 0 100%, 0 0);
}
.m_tabView__table--after .m_tabView__tableHead,
.m_tabView__table--after .m_tabView__tableSubHead,
.m_tabView__table--after dd {
  padding: 8px;
  font-size: 24px;
}
.m_tabView__table--after dd {
  color: #a11f24;
}

#week .m_tabView__price {
  gap: 100px;
}
#week .m_tabView__table--before {
  max-width: 240px;
}
#week .m_tabView__table--after::before {
  left: -63px;
}

#rental .m_tabView__table--before .m_tabView__tableHead,
#rental .m_tabView__table--before .m_tabView__tableSubHead,
#rental .m_tabView__table--before dd {
  padding: 10px 3px;
  font-size: 16px;
}
#rental .m_tabView__price {
  gap: 50px;
}
#rental .m_tabView__table--after {
  max-width: 250px;
}
#rental .m_tabView__table--after .m_tabView__tableHead,
#rental .m_tabView__table--after .m_tabView__tableSubHead,
#rental .m_tabView__table--after dd {
  padding: 7px 5px;
  font-size: 20px;
}
#rental .m_tabView__table--after::before {
  width: 22px;
  height: 25px;
  left: -35px;
}

@media screen and (max-width: 768px) {
  .m_tab__item {
    padding: 10px;
    font-size: 12px;
    border-radius: 10px 10px 0 0;
  }
  .m_tab__item.js_crnt {
    font-size: 14px;
  }
  .m_tab__item::after {
    width: 25px;
    height: 16px;
    bottom: -15px;
  }

  .m_tabView__wrap {
    padding: 25px 15px;
    border-radius: 0 0 10px 10px;
  }
  .m_tabView__top {
    padding: 15px 15px;
    border-radius: 10px;
  }
  .m_tabView__ttl {
    font-size: 16px;
  }

  .m_tabView__head {
    font-size: 20px;
  }
  .m_tabView__priceTtl {
    font-size: 18px;
  }
  .m_tabView__price {
    flex-direction: column;
  }
  .m_tabView__tableHead {
    font-size: 18px;
  }
  .m_tabView__tableSubHead {
    font-size: 16px;
  }
  .m_tabView__table dd {
    padding: 10px;
    font-size: 16px;
  }
  .m_tabView__table--after::before {
    width: 25px;
    height: 20px;
    bottom: auto;
    right: 0;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
  }
  .m_tabView__table--after .m_tabView__tableHead,
  .m_tabView__table--after .m_tabView__tableSubHead,
  .m_tabView__table--after dd {
    padding: 8px;
    font-size: 20px;
  }

  #week .m_tabView__price {
    gap: 50px;
  }
  #week .m_tabView__table--before {
    max-width: 100%;
  }
  #week .m_tabView__table--after::before {
    top: -35px;
    left: 0;
  }

  #rental .m_tabView__table--before .m_tabView__tableHead {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
  }
  #rental .m_tabView__table--after {
    max-width: 100%;
  }
  #rental .m_tabView__table--after .m_tabView__tableHead,
  #rental .m_tabView__table--after .m_tabView__tableSubHead,
  #rental .m_tabView__table--after dd {
    font-size: 20px;
  }
  #rental .m_tabView__table--after::before {
    width: 25px;
    height: 20px;
    top: -35px;
    left: 0;
  }
}

/* Ranking */
.l_grid_contLineup {
  display: flex;
  gap: 0;
}
.m_contCard_lg {
  transition: opacity 0.3s;
}
.m_contCard_lg:hover {
  opacity: 0.6;
}
.m_contCard_lg__ttl {
  margin-top: 15px;
  color: #333;
  font-weight: 900;
}
.m_contCard_lg__img {
  line-height: 0;
  text-align: center;
}

.m_contCard_lg__img img {
  max-width: 100%;
  height: auto;
}
.m_contCard_lg--new .m_contCard_lg__img {
  position: relative;
}
.m_contCard_lg--new .m_contCard_lg__img::before {
  content: url(/resource/img/studio/lineup/e-learning_new.png);
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 1;
  display: block;
  line-height: 0;
}

.m_lineup_popularMovie_listItem .m_contCard_lg__img {
  position: relative;
}
.m_lineup_popularMovie_listItem .m_contCard_lg__img::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  line-height: 0;
}
.m_lineup_popularMovie_listItem:nth-of-type(1) .m_contCard_lg__img::before {
  content: url(/resource/img/dougahyakkaten/lineup/ranking_01.png);
}
.m_lineup_popularMovie_listItem:nth-of-type(2) .m_contCard_lg__img::before {
  content: url(/resource/img/dougahyakkaten/lineup/ranking_02.png);
}
.m_lineup_popularMovie_listItem:nth-of-type(3) .m_contCard_lg__img::before {
  content: url(/resource/img/dougahyakkaten/lineup/ranking_03.png);
}
.m_lineup_popularMovie_listItem:nth-of-type(4) .m_contCard_lg__img::before {
  content: url(/resource/img/dougahyakkaten/lineup/ranking_04.png);
}

.m_ranking__box {
  padding: 25px 35px;
  border: 2px dashed #a11f24;
  border-radius: 15px;
}
.m_ranking__boxTtl {
  display: flex;
  justify-content: center;
  font-size: 20px;
}
.m_ranking__boxTxt {
  display: flex;
  justify-content: center;
  font-weight: 700;
}
.m_ranking__btns {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.m_ranking__btn {
  width: 100%;
}
.m_ranking__btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  color: #fff;
  font-size: 18px;
  background-color: #a11f24;
  border-radius: 22px;
  transition: opacity 0.3s;
}
.m_ranking__btn a::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 12px;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  background-color: #fff;
  -webkit-clip-path: polygon(100% 50%, 0 100%, 0 0);
  clip-path: polygon(100% 50%, 0 100%, 0 0);
}
.m_ranking__btn a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .l_grid_contLineup {
    flex-wrap: wrap;
  }

  .m_ranking__box {
    padding: 20px 15px;
    border-radius: 10px;
  }
  .m_ranking__boxTtl {
    font-size: 18px;
  }
  .m_ranking__boxTxt {
    font-weight: 700;
  }
  .m_ranking__btns {
    flex-direction: column;
  }
  .m_ranking__btn {
    max-width: 350px;
    margin: auto;
  }
  .m_ranking__btn a {
    height: 40px;
    font-size: 15px;
  }
}

/* WEBins Flow */
.m_webins_flow_head_ttl {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-bottom: 10px;
  border-bottom: 3px solid #a11f24;
}

.m_webins_flow_head_img {
  width: 183px;
  line-height: 0;
}

.m_webins_flow_head_txt {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  background-color: #a11f24;
}

.m_webins_flow_head_txt::before {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 20px;
  top: 0;
  bottom: 0;
  left: -12px;
  margin: auto;
  background-color: #a11f24;
  -webkit-clip-path: polygon(100% 100%, 0 50%, 100% 0);
  clip-path: polygon(100% 100%, 0 50%, 100% 0);
}

.m_webins_flow_lst {
  position: relative;
}

.m_webins_flow_lst::before {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 100%;
  left: 38px;
  background-color: #a11f24;
}

.m_webins_flow_itm {
  position: relative;
  display: flex;
  gap: 30px;
  z-index: 1;
}

.m_webins_flow_itm_step {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 83px;
  height: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  background-color: #a11f24;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
}

.m_webins_flow_itm_cont_ttl {
  color: #a11f24;
  font-size: 25px;
  font-weight: 700;
}

.m_webins_flow_itm_cont_lst dt {
  font-weight: 900;
}

.m_webins_flow_itm_cont_lst dd {
  padding-left: 1em;
  text-indent: -1em;
}

.m_webins_flow_itm + .m_webins_flow_itm .m_webins_flow_itm_cont {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #707070;
}

.m_webins_flow_itm + .m_webins_flow_itm .m_webins_flow_itm_step {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .m_webins_flow_head_ttl {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .m_webins_flow_head_img {
    width: 80%;
  }

  .m_webins_flow_head_txt {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
  }

  .m_webins_flow_head_txt::before {
    width: 20px;
    height: 15px;
    top: -12px;
    bottom: auto;
    left: 0;
    right: 0;
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  }

  .m_webins_flow_lst::before {
    width: 3px;
    left: 28px;
  }

  .m_webins_flow_itm {
    gap: 20px;
  }

  .m_webins_flow_itm_step {
    width: 60px;
    font-size: 14px;
  }

  .m_webins_flow_itm_cont_ttl {
    font-size: 18px;
  }
}

/* Footer */
.m_migrationWrap {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin: -12px;
}

.m_migrationWrap__item {
  display: flex;
  max-width: 360px;
  width: 33.333%;
  margin: 0 auto;
  padding: 12px;
}

.m_migrationWrap__inner {
  display: block;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .m_migrationWrap {
    display: block;
  }

  .m_migrationWrap__item {
    width: 100%;
  }
}

.m_migrationBtn {
  display: flex;
  align-items: stretch;
}

.m_migrationBtn::before {
  content: "";
  display: block;
  height: 96px;
}

.m_migrationBtn__target {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 3px solid #e5002d;
  border-radius: 4px;
  box-shadow: 3px 3px 6px rgba(48, 48, 48, 0.3);
  color: #333;
  font-weight: 700;
  font-size: 18px;
  transition: 0.3s opacity;
}

.m_migrationBtn__target:hover {
  opacity: 0.7;
}

.m_migrationBtn__catch {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  padding: 0 12px;
  background: #fff;
  line-height: 1.2;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  white-space: nowrap;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* 検索ボックス */
.m_searchBox--bottom {
  padding: 20px;
  background: #f7dcdf;
}
.m_searchBox__fieldWrap {
  background: #fff;
}
/* 人気のキーワード */
.m_popularWord {
}
.m_popularWord_heading {
  margin-bottom: 5px;
  font-size: 18px;
}
.js_fixNav__inner {

}
.m_popularWord_list {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 8px;
}
.m_popularWord_item {
  width: 100%;
  background-color: #A11F24;
}
.m_popularWord_itemTarget {
  position: relative;
  display: flex;
  padding: 12px 10px;
  align-items: center;
  color: #FFF;
  
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 22.4px */
  text-decoration: none;
}
.m_popularWord_itemTarget::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background-image: url(/resource/img/dougahyakkaten/annual-lease/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  right: 10px;
}

@media screen and (max-width:768px){
  .m_popularWord_list {
    grid-template-columns: repeat(2,1fr);
  }
}
/* -----
state
-----*/
/* 固定ナビ */
.js_fixNav__inner.is_fixed {
  z-index: 99999;
  width: 750px;
  @media screen and (max-width: 768px) {
    width: 100%;
  }
}

/* このような課題をお持ちの方へ */
.m_kadai_list {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
.m_kadai_item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 16px 10px;
  border-radius: 8px;
  background: #fff0f2;
  text-align: center;
  color: #000;
  
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  white-space: nowrap;
}

@media screen and (max-width:768px){
  .m_kadai_list {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* 『年間リース』で動画教材をお得に利用 */
.m_otoku_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.m_otoku_item {
  display: flex;
  gap: 6px;
  border-radius: 10px;
  border: 2px solid #a11f24;
  background: #fff;
  flex-direction: column;
  padding: 24px 12px;
}
.m_otoku_item_title {
  border-radius: 4px;
  background: #a11f24;
  color: #fff;
  
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 14px */
  padding: 6px 7px;
  text-align: center;
  display: inline-block;
  margin-inline: auto;
}
.m_otoku_item_lead {
  color: #000;
  
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
}
.m_otoku_item_footNote {
  color: #000;
  
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 22.4px */
  margin-top: 8px;
}
.m_otoku_item_footNote a {
  text-decoration-line: underline;
  transition: 0.6s;
}
.m_mail_box {
  width: 100%;
  max-width: 560px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 34px;
  margin-inline: auto;
  border-radius: 10px;
  border: 2px dashed #a11f24;
  background: #fff0f2;
  padding: 32px;
}
.m_mail_boxTtl {
  color: #000;
  
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 22px */
}
.m_mail_btn {
  margin-top: 16px;
}
.m_mail_btn a {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 58px;
  padding: 0 64px;
  border-radius: 60px;
  background: #a11f24;
  color: #fff;
  
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
.m_mail_footNote {
  margin-top: 10px;
  color: #000;
  
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 22.4px */
}

@media (any-hover: hover) {
.m_otoku_item_footNote a:hover {   
  text-decoration-line: none;
}

@media screen and (max-width:798px){
  .m_otoku_list {
    grid-template-columns: repeat(1, auto);
  }
  .m_mail_btn a {
    gap: 8px;
    height: 58px;
    padding: 0 25px;
    font-size: 20px;
  }
  .m_otoku_item_img img {
    max-width: 200px;
    margin-inline: auto;
  }
}

/* お客さま事例 */
.m_jirei_itm {
  border-left: 4px solid #a11f24;
  padding-left: 16px;
}
.m_jirei_itm + .m_jirei_itm {
  margin-top: 24px;
}
.m_jirei_ttl {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #a11f24;
  
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 28.8px */
}
.m_jirei_lead {
  margin-top: 8px;
  color: #000;
  
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 35.2px */
}
.m_jirei_txt {
  margin-top: 8px;
}
.m_jirei_exsample_box {
  display: flex;
  width: 100%;
  max-width: 730px;
  margin-top: 16px;
  padding: 16px;
  border-radius: 8px;
  background: #f6f6f6;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.m_jirei_exsample_itm {
  /* position: relative; */
  padding-left: 15px;
  color: #00087D;
  
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
}
/*
.m_jirei_exsample_itm + .m_jirei_exsample_itm {
  margin-top: 4px;
}
.m_jirei_exsample_itm::before {
  position: absolute;
  content: "・";
  left: 0;
} */
.m_jirei_exsample_itm a {
  color: #00087d;
  
  font-size: 14px;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  transition: 0.6s;
}
.m_jirei_exsample_txt {
  margin-left: auto;
  color: #000;
  
  font-size: 16px;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
}

@media (any-hover: hover) {
  .m_jirei_exsample_itm a:hover {
    text-decoration-line: none;
  }
}

/* 料金表 */
.m_price_lst {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.m_price_itm {
  border: 2px solid #a11f24;
}
.m_price_itm_ttl {
  display: flex;
  flex-direction: column;
  gap: 8px;
  background-color: #a11f24;
  padding: 16px 22px;
  color: #fff;
  
  font-size: 16px;
  font-weight: 700;
  line-height: 130%; /* 20.8px */
  text-align: center;
}
.m_price_itm_inr {
  padding: 16px 12px;
}
.m_price_itm_txt {
  
  font-size: 16px;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.32px;
  text-align: center;
}
.m_price_itm_txt_leaseWrap {
  position: relative;
  margin-top: 22px;
}
.m_price_itm_txt_leaseWrap::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: -8px;
  left: 0;
  right: 0;
  margin-inline: auto;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #000000;
  border-bottom: 0;
}
.m_price_itm_leasehead {
  display: flex;
  height: 32px;
  margin-bottom: 8px;
  padding: 0 24px;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  border-radius: 60px;
  background: #a11f24;
}
.m_price_itm_txt__deco {
  display: flex;
  justify-content: center;
}
.m_price_itm_txt__deco > span {
  position: relative;
  padding: 0 15px;
}
.m_price_itm_txt__deco > span::before,
.m_price_itm_txt__deco > span::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 2px;
  top: 0;
  bottom: 0px;
  margin-block: auto;
  background-color: #A11F24;
}
.m_price_itm_txt__deco > span::before {
  left: 0;
  transform: rotate(70deg);
}
.m_price_itm_txt__deco > span::after {
  right: 0;
  transform: rotate(-70deg);
}

.m_price_footNote {
  position: relative;
  padding-left: 2em;
  font-size: 12px;
}
.m_price_footNote::before {
  position: absolute;
  left: 0;
  display: block;
}
.m_price_footNote:nth-child(1)::before {
  content: "※1";
}
.m_price_footNote:nth-child(2):before {
  content: "※2";
}

@media screen and (max-width:798px){
  .m_price_lst {
    grid-template-columns: repeat(1, auto);
  }
}


/* 納品までの流れ */
.m_flow_wrap {}
.m_flow_lst {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}
.m_flow_itm {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 28.8px */
  border-radius: 8px;
  border: 2px solid #a11f24;
  background: #fff9f9;
  padding: 15px 5px;
}
.m_flow_itm::after {
  content:"";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #a11f24;
  border-right: 0;
  right: -21px;
}
.m_flow_itm:last-child::after {
  display: none;
}
.m_flow_txtBox {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 10px;
}
.m_flow_txt_inr {
  position: relative;
  display: flex;
  margin-top: 26px;
  flex-direction: column;
  justify-content: center;
  padding: 14px 16px;
  border-radius: 8px;
  background: #f6f6f6;
}
.m_flow_txt_inr::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: -18px;
  right: 70px;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 18px solid #f6f6f6;
  border-top: 0;
}

@media screen and (max-width:798px){
  .m_flow_wrap {
    display: grid;
    grid-template-columns: 40% 55%;
    gap: 5%;
  }
  .m_flow_lst {
    grid-template-columns: repeat(1,auto);
    gap: 20px;
  }
  .m_flow_txtBox {
    grid-template-columns: repeat(1,auto);
  }
  .m_flow_itm::after {
    right: 0;
    left: 0;
    bottom: -21px;
    margin-inline: auto;
    transform: rotate(90deg);
  }
  .m_flow_txt_inr {
    margin-top: 0;
  }
  .m_flow_txt_inr::before {
    right: auto;
    left: -20px;
    transform: rotate(-90deg);
  }
  .m_flow_txt_inr:nth-child(1):before {
    top: 110px;
  }
  .m_flow_txt_inr:nth-child(2):before {
    top: 60px;
  }
}