@charset "utf-8";
/* CSS Document */

/* util */
.u_alignC {
  text-align: center;
}
.u_alignR {
  text-align: right;
}
.u_pc {
  display: block;
}
.u_sp {
  display: none;
}
.u_indent {
  text-indent: -1em;
  padding-left: 1em;

}
@media (max-width: 768px) {
  .u_pc {
    display: none;
  }
  .u_sp {
    display: block;
  }
}
/* herosArea */
.m_herosArea.m_herosArea--subs {
  margin-bottom: 64px;
}
.m_nav__cnt {
  margin-top: 24px;
}
.m_nav__list {
  display: flex;
  justify-content: space-between;
}
.m_nav_itm {
  width: 100%;
  max-width: 120px;
  height: 50px;
}
.m_nav_itm a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #A11F24;
  color: #fff;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.333;
  text-align: center;
}
.m_sec_intro .m_heading.m_heading--subs {
  margin-top: 64px;
}
.m_heading.m_heading--subs {
  margin-bottom: 40px;
  padding: 8px 16px;
  border-left: 6px solid #A11F24;
  background: #FFEFEF;
}
.m_heading--subs .m_heading__ttl {
  font-size: 24px;
}
.m_subs_txt {
  font-size: 15px;
  line-height: 1.6;
}
.m_subs_txt--leads {
  margin-top: 10px;
}
.m_subHeading__ttl {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.15;
}
.m_subHeading__ttl::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 8px;
  height: 8px;
  background-color: #A11F24;
}
.l_section__item_inr {
  margin-top: 40px;
}
@media (any-hover: hover) {
  .m_nav_itm:hover {
    opacity: 0.6;
    transition: 0.3s;
  }
}
@media (max-width: 768px) {
  .m_herosArea.m_herosArea--sub {
    margin-bottom: 40px;
  }
  .m_nav__cnt {
    margin-top: 40px;
  }
  .m_nav__list {
    flex-direction: column;
    gap: 10px;
  }
  .m_nav_itm {
    max-width: 100%;
    height: auto;
  }
  .m_nav_itm a {
    position: relative;
    display: block;
    padding: 10px 25px 5px 15px;
    background-color: #fff;
    border-bottom: 2px solid #A11F24;
    border-radius: inherit;
    color: #000;
  }
  .m_nav_itm a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 9px;
    width: 9px;
    height: 5px;
    background: #333;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    transform: translateY(-50%);
  }
  .m_heading--subs .m_heading__ttl {
    font-size: 20px;
  }
  .m_heading.m_heading--subs {
    margin-bottom: 32px;
  }
  .m_subs_txt--leads {
    margin-top: 35px;
  }
  .l_section__item_inr {
    margin-top: 32px;
  }
  .l_section__item_inr.l_section__item_inr--rcmd {
    margin-top: 50px;
  }
  .l_section--primary > .l_section__item + .l_section__item {
    margin-top: 56px;
  }
}
/* こんな方におすすめ */
.m_rcmd__list {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 16px;
}
.m_rcmd__itm {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 16px;
  background-color: #FFF8F8;
}
@media (max-width: 768px) {
  .m_rcmd__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }
  .m_rcmd__itm {
    padding: 16px;
  }
  .m_rcmd__img {
    width: 100%;
    max-width: 65px;
  }
}
/* 定期便の特徴 */
.m_plan__body--subs .m_point__ttl {
  font-size: 20px;
}
.m_anchor__link a {
  position: relative;
  display: inline-block;
  padding-right: 16px;
}
.m_anchor__link a::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 8px;
  top: 25%;
  right: 0;
  border-top: 0.1rem solid #052674;
  border-right: 0.1rem solid #052674;
  rotate: 135deg;
}
.m_point__note {
  font-size: 12px;
}
@media (any-hover: hover) {
  .m_anchor__link a:hover {
    opacity: 0.6;
    transition: 0.3s;
  }
}
@media (max-width: 768px) {
  .m_anchor__link.m_anchor__link--point a {
    font-size: 14px;
  }
  .m_anchor__link.m_anchor__link--point a::after {
    top: 63%
  }
}
/* コース例 */
.m_course__list {
  margin-top: 20px;
}
.m_course__itm {
  padding: 24px 0;
  border-bottom: 1px solid #CCCCCC;
}
.m_course__itm:first-of-type {
  padding-top: 0;
}
.m_course__itm:last-of-type {
  border-bottom: none;
}
.m_course__pickup {
  padding: 24px;
  background-color: #FFF8F8;
}
.m_course__tag {
  display: inline-block;
  padding: 6px 8px 4px;
  color: #fff;
  background-color: #A11F24;
  font-size: 13px;
  font-weight: 700;
}
.m_course__heading .m_course__ttl {
  position: relative;
  padding-left: 16px;
  font-size: 20px;
  font-weight: 700;
}
.m_course__heading .m_course__ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #A11F24;
  transform: translateY(-50%);
}
.m_course__pickup-heading .m_course__ttl {
  margin-top: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.417;
}
.m_course__body.m_course__body--pickup {
  display: flex;
  gap: 16px;
  margin-top: 16px;
}
.m_course__body {
  display: flex;
  gap: 16px;
  margin-top: 16px;
}
.m_course__btn {
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
}
.m_course__btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 265px;
  height: 30px;
  background-color: #D66C00;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  line-height: 1.714;
  letter-spacing: 0;
}
.m_course__btn a::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 12px;
  right: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  rotate: 45deg;
}
.m_course__lecture-list {
  margin-top: 24px;
}
.m_course__lecture-heading {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}
.m_course__lectures {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
}
.m_course__lecture a {
  display: flex;
  text-decoration: none;
}
.m_course__lecture a::before {
  content: "・";
  display: inline-block;
  margin-right: 8px;
  text-decoration: none;
  flex-shrink: 0;
}
.m_course__lecture a span{
  text-decoration: underline;
}
.m_courseList__btn {
  display: flex;
  justify-content: center;
}
.m_courseList__btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 320px;
  height: 60px;
  background-color: #D66C00;
  border-radius: 8px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}
.m_courseList__btn a::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 50%;
  right: 16px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  rotate: 45deg;
  transform: translateY(-50%);
}
@media (any-hover: hover) {
  .m_course__lecture a:hover span {
    text-decoration: none;
    transition: 0.3s;
  }
  .m_courseList__btn a:hover,
  .m_course__btn a:hover {
    opacity: 0.6;
    transition: 0.3s;
  }
}
@media (max-width: 768px) {
  .m_course__pickup {
    padding: 16px;
  }
  .m_course__body.m_course__body--pickup {
    flex-direction: column;
  }
  .m_course__img img {
    width: 100%;
  }
  .m_course__lectures {
    width: 100%;
    height: 148px;
    margin-top: 16px;
    padding: 20px 16px 16px 8px;
    overflow-y: scroll;
    background-color: #fff;
  }
  .m_course__lecture::before {
    margin-left: 16px;
  }
  .m_course__heading .m_course__ttl::before {
    top: 12px;
    transform: unset
  }
  .m_course__body {
    flex-direction: column;
  }
  .m_course__itm:last-of-type {
    border-bottom: 1px solid #707070;
  }
  .m_courseList__btnCnt {
    margin-top: 30px;
  }
  .m_courseList__btn a {
    max-width: 355px;
  }
  .m_anchor__link.m_anchor__link--course a::after {
    top: auto;
    bottom: 18%;
    right: 90px;
  }
  .m_course__btn {
    margin-top: 16px;
  }
}
/* 料金プラン */
.m_plans__cnt {
  padding-top: 16px;
}
.m_plans__table {
  width: 100%;
  border: 1px solid #707070;
  border-collapse: collapse;
  text-align: center;
}
.m_plans__ttl {
  width: 270px;
  height: 78px;
  color: #fff;
  background-color: #A11F24;
  border-right: 1px solid #fff;
  vertical-align: middle;
}
.m_plans__ttl--sm {
  width: 217px;
}
.m_plans__ttl--manager {
  position: relative;
}
.m_plans__ttl--ceo {
  position: relative;
  border-right: 1px solid #707070;  
}
.m_plans__bblWrap {
  position: absolute;
  top: -40%;
  left: 50%;
  transform: translateX(-50%);
}
.m_plans__bbl {
  position: relative;
  display: inline-block;
  padding: 5px 15px 7px;
  color: #000;
  background-color: #FFEB7C;
  border-radius: 15px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.846;
  text-wrap: nowrap;
}
.m_plans__bbl::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  width: 17px;
  height: 17px;
  background: url(/resource/img/dougahyakkaten/subscription/icon_bbl.svg) no-repeat center center / contain;
  transform: translateX(-50%);
}
.m_plans__table tbody tr th,
.m_plans__table tbody tr td {
  height: 46px;
  border: 1px solid #707070;
  vertical-align: middle;
}
.m_plans__table tbody tr th {
  font-size: 15px;
  font-weight: 400;
}
.m_plans__table tbody tr td {
  padding-right: 9px;
  font-size: 16px;
  font-weight: 700;
  text-align: right;
}
.m_note__list {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.m_note__itm{
  position: relative;
  padding-left: 1em;
  font-size: 10px;
  line-height: 1.5;
}
.m_note__itm::before{
  content: "※";
  position: absolute;
  left: 0;
}
@media (max-width: 768px) {
  .m_plans__cnt {
    padding-top: 36px;
  }
  .m_plans__ttl {
    height: 54px;
    line-height: 1.2;
  }
  .m_plans__bblWrap {
    top: -80%;
  }
  .m_plans__bbl {
    line-height: 1.1;
    padding-top: 7px;
  }
  .m_note__list {
    margin-top: 16px;
  }
}
/* セミオーダー */
.m_semiorder__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 17px;
  margin-top: 43px;
}
.m_semiorder__itm {
  padding: 16px 16px 11px;
  background-color: #FFF8F8;
}
.m_semiorder__itmImg img {
  display: block;
  margin: 0 auto;
}
.m_semiorder__itmTxt {
  margin-top: 12px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}
.m_semiorder__inr {
  margin-top: 35px;
}
.m_semiorder__exam {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  padding-left: 136px;
  border: 2px solid #A11F24;
}
.m_semiorder__exam--before {
  position: relative;
  margin-top: 17px;
  margin-bottom: 43px;
}
.m_semiorder__exam--before::after {
  content: "";
  position: absolute;
  bottom: -32px;
  left: 50%;
  width: 48px;
  height: 16px; 
  background: #A11F24;
  clip-path: polygon(
    0% 0%,   
    100% 0%, 
    50% 100%  
  );
  transform: translateX(-50%);
}
.m_semiorder__exam__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 136px;
  height: 100%;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  background: #A11F24;
}
.m_semiorder__exam__hd {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
.m_semiorder__exam__body {
  padding-left: 16px;
  padding-top: 16px;
  padding-bottom: 11px;
}
.m_semiorder__exam__ttl {
  color: #A11F24;
  font-size: 15px;
  font-weight: 700;
}
.m_semiorder__exam__subTtl {
  margin-top: 10px;
  margin-bottom: 7px;
  font-weight: 700;
}
.m_semiorder__fee__cnt {
  margin-top: 16px;
  display: flex;
  gap: 48px;
}
.m_semiorder__fee__init {
  flex-shrink: 0;
  position: relative;
  width: 136px;
  border: 1px solid #707070;
}
.m_semiorder__fee__init::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  right: -32px;
  background-image: url(/resource/img/dougahyakkaten/subscription/icon_plus.svg);
  transform: translateY(-50%);
}
.m_semiorder__init__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 65px;
  background: #A11F24;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.m_semiorder__init__body {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-top: 65px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.m_semiorder__fee__table {
  width: 100%;
}
.m_semiorder__table {
  width: 100%;
}
.m_semiorder__table th,
.m_semiorder__table td {
  height: 32px;
  vertical-align: middle;
}
.m_semiorder__th.m_semiorder__th--lg {
  border-bottom: 1px solid #fff;
}
.m_semiorder__th--left {
  border-right: 1px solid #fff;
}
.m_semiorder__th--center {
  border-right: 1px solid #fff;
}
.m_semiorder__table th {
  text-align: center;
}
.m_semiorder__table thead {
  border-left: 1px solid #A11F24;
  border-right: 1px solid #A11F24;
}
.m_semiorder__table tbody th {
  font-weight: 400;
}
.m_semiorder__table tbody th,
.m_semiorder__table tbody td {
  border: 1px solid #707070;
  border-collapse: collapse;
}
.m_semiorder__th {
  background-color: #A11F24;
  color: #fff;
  
}
.m_semiorder__table td {
  text-align: right;
  padding-right: 8px;
  font-size: 16px;
  font-weight: 700;
}
.m_semiorder__btnCnt {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .m_semiorder__list {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 8px;
  }
  .m_semiorder__itm {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
  }
  .m_semiorder__itmImg {
    width: 100%;
    max-width: 120px;
  }
  .m_semiorder__itmTxt {
    margin-top: 0px;
  }
  .m_semiorder__exam {
    padding-left: 0;
    padding-top: 32px;
  }
  .m_semiorder__exam__heading {
    height: 32px;
    width: 100%;
    justify-content: flex-start;
    padding-left: 8px;
    font-size: 16px;
    line-height: 1.438;
  }
  .m_semiorder__exam__body {
    padding: 16px 8px 11px;
  }
  .m_semiorder__fee__cnt {
    flex-direction: column;
  }
  .m_semiorder__fee__init {
    width: 100%;
  }
  .m_semiorder__init__heading {
    height: 32px;
  }
  .m_semiorder__init__body {
    padding-top: 32px;
  }
  .m_semiorder__init__body p {
    padding: 16px 0;
  }
  .m_semiorder__fee__init::after {
    top: auto;
    bottom: -47%;
    right: 47%;
  }
}
/* flow */
.m_subs_flow_lst {
  position: relative;
}

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

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

.m_subs_flow_itm_step {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 83px;
  height: 100%;
  font-size: 18px;
  font-weight: 500;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
}
.m_subs_flow_itm_step.m_subs_flow_itm_step--wh {
  background-color: #fff;
  color: #a11f24;
  border: 3px solid #a11f24;
}
.m_subs_flow_itm_step.m_subs_flow_itm_step--red {
  background-color: #a11f24;
  color: #fff;
}
.m_subs_flow_itm_cont {
  width: 100%;
}
.m_subs_flow_itm_cont_ttl {
  color: #a11f24;
  font-size: 25px;
  font-weight: 700;
}

.m_subs_flow_itm_cont_lst dt {
  font-weight: 900;
}

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

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

.m_subs_flow_itm + .m_subs_flow_itm .m_subs_flow_itm_step {
  margin-top: 20px;
}
.m_subs_flow_itm_ball {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}
.m_subs_flow_itm_ball_itm:nth-of-type(2n) {
  display: flex;
  gap: 10px;
}
.m_subs_flow_itm_ball_itm:nth-of-type(2n)::before {
  content: "▶";
}
.m_subs_flow_itm_ball--customer {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}
.m_subs_flow_itm_ball--customer::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url(/resource/img/dougahyakkaten/subscription/icon_customer.svg);
}
.m_subs_flow_itm_ball--participants {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}
.m_subs_flow_itm_ball--participants::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url(/resource/img/dougahyakkaten/subscription/icon_participants.svg);
}
.m_subs_flow_itm_ball--insource {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}
.m_subs_flow_itm_ball--insource::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url(/resource/img/dougahyakkaten/subscription/icon_insource.svg);
}
.m_subs_flow_itm_txt {
  margin-top: 16px;
  font-size: 15px;
  line-height: 1.6;
}
.m_subs_flow_itm_mail_cnt {
  margin-top: 16px;
  padding: 14px 16px 16px;
  background-color: #FFF8F8;
}
.m_subs_flow_itm_mail {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333333;
  font-size: 15px;
  font-weight: 700;
}
.m_subs_flow_itm_mail::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 13px;
  background-image: url(/resource/img/dougahyakkaten/subscription/icon_mail.svg);
}
.m_subs_flow_itm_txtLink {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .m_subs_flow_itm_mail:hover {
    text-decoration: underline;
    transition: 0.3s;
  }
  .m_subs_flow_itm_txtLink:hover {
    text-decoration: none;
    transition: 0.3s;
  }
}
@media screen and (max-width: 768px) {
	.m_subs_flow_head_ttl {
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}
	.m_subs_flow_head_img {
		width: 80%;
	}
	.m_subs_flow_head_txt {
		position: relative;
		display: block;
		width: 100%;
		text-align: center;
	}
	.m_subs_flow_head_txt::before {
		width: 20px;
		height: 15px;
		top: -12px;
		bottom: auto;
		left: 0;
		right: 0;
		clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	}
	.m_subs_flow_lst::before {
		width: 3px;
		left: 28px;
	}
	.m_subs_flow_itm {
		gap: 20px;
	}
	.m_subs_flow_itm_step {
		width: 60px;
		font-size: 14px;
	}
	.m_subs_flow_itm_cont_ttl {
		font-size: 18px;
	}
  .m_subs_flow_itm_ball {
    flex-direction: column;
    gap: 24px;
  }
  .m_subs_flow_itm_ball_itm:nth-of-type(2n) {
    position: relative;
  }
  .m_subs_flow_itm_ball_itm:nth-of-type(2n)::before {
    content: "▼";
    position: absolute;
    top: -22px;
    left: 50px;
    font-size: 12px;
  }
  .m_subs_flow_lst::before {
    height: 88%;
  }
}