@charset "UTF-8";

:root {
  --color-primary: #00A0E9;
  --color-secondary: #D9F9FF;
}

body {
  overflow-x: hidden;
}

html {
  font-size: 2.6666666667vw;
  scroll-behavior: smooth;
}

.go-to-top {
  display: none !important;
}

.stick-ft {
  display: none !important;
}

/*------------------------------------------------------------------------------------

汎用クラス

-------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 767px) {
  .sp {
    display: none;
  }
}

.cpcmn-c-image {
  width: 100%;
  margin: 0 auto;
}

.cpcmn-c-image img {
  margin: 0 auto;
}

.cpcmn-c-text {
  font-size: 1.5rem;
  line-height: 1.2;
}
@media screen and (min-width: 767px) {
  .cpcmn-c-text {
      font-size: 16px;
  }
}

.u-ta-c {
  text-align: center;
}
@media screen and (min-width: 767px) {
  .u-ta-c--pc {
    text-align: center;
  }
}

.u-ta-lr {
  text-align: left;
}
@media screen and (min-width: 767px) {
  .u-ta-lr {
    text-align: right;
  }
}

.u-ta-lc {
  text-align: left;
}
@media screen and (min-width: 767px) {
  .u-ta-lc {
    text-align: center;
  }
}

.u-ta-l-sp {
  text-align: left;
}

.u-text-underline {
  text-decoration: underline;
}

.u-fw-bold {
  font-weight: bold;
}

.u-color-primary {
  color: var(--color-primary);
}


/*------------------------------------------------------------------------------------

背景色

-------------------------------------------------------------------------------------*/
/* 水色背景 */
.cpcmn-c-bg-light-blue {
  background-color: #D9F9FF;
}
.cpcmn-c-bg-light-blue--round {
  position: relative;
  z-index: 1;
}
.cpcmn-c-bg-light-blue--round::before {
  content: "";
  display: block;
  width: 100%;
  height: 10.7vw;
  background: url(../img/campaign/753_consultation/bg_top_round_light-blue.png) no-repeat center bottom / 100% 100%;
  position: absolute;
  top: 1px;
  transform: translateY(-50%);
  left: 0;
  bottom: 100%;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 767px) {
  .cpcmn-c-bg-light-blue--round::before {
    height: 70px;
    background-size: 100% 100%;
    bottom: 99%;
  }
}

/* 白背景 */
.cpcmn-c-bg-white {
  background-color: #fff;
}
.cpcmn-c-bg-white--round {
  position: relative;
  z-index: 1;
}
.cpcmn-c-bg-white--round::before {
  content: "";
  display: block;
  width: 100%;
  height: 10.7vw;
  background: url(../img/campaign/753_consultation/bg_top_round_white.png) no-repeat center bottom / 100% 100%;
  position: absolute;
  top: 1px;
  transform: translateY(-50%);
  left: 0;
  bottom: 100%;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 767px) {
  .cpcmn-c-bg-white--round::before {
    height: 70px;
    background-size: 100% 100%;
    bottom: 99%;
  }
}

/* グレー背景 */
.cpcmn-c-bg-gray {
  background: #F4F4F4;
}
.cpcmn-c-bg-gray--round {
  position: relative;
  z-index: 1;
}
.cpcmn-c-bg-gray--round::before {
  content: "";
  display: block;
  width: 100%;
  height: 10.7vw;
  background: url(../img/campaign/753_consultation/bg_top_round_gray.png) no-repeat center bottom / 100% 100%;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  left: 0;
  bottom: 100%;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 767px) {
  .cpcmn-c-bg-gray--round::before {
    height: 70px;
    background-size: 100% 100%;
    bottom: 99%;
  }
}

/* イエロー背景 */
.cpcmn-c-bg-yellow {
  background-color: #FFF888;
} 


/*------------------------------------------------------------------------------------

装飾

-------------------------------------------------------------------------------------*/
/* 見出し下のうねうね */
.cpcmn-c-h3-une {
  font-weight: bold;
  font-size: 2.5rem;
  text-align: center;
  line-height: 1.3;
  position: relative;
  padding-bottom: 40px;
}
@media screen and (min-width: 767px) {
  .cpcmn-c-h3-une {
      font-size: 32px;
      letter-spacing: 2px;
  }
}
.cpcmn-c-h3-une:after {
  content: "";
  display: block;
  background: no-repeat center center/100% auto;
  width: 34vw;
  height: 5.712vw;
  margin: 15px auto 0;
  background-image: url(../img/campaign/753_consultation/ttl_line_light-blue.png);
}
@media screen and (min-width: 767px) {
  .cpcmn-c-h3-une:after {
      width: 180px;
      height: 36px;
  }
}

/* 小さめフォント用 */
.cpcmn-c-h3-une span {
  font-size: 1.7rem;
}
@media screen and (min-width: 767px) {
  .cpcmn-c-h3-une span {
    font-size: 24px;
  }
}

/* セクション区切り線 */
.cpcmn-c-bg-line {
  width: 100%;
  position: relative;
  z-index: 2; 
  top: 0;
}
.cpcmn-c-bg-line__image {
  background-image: url(../img/campaign/753_consultation/2026/cpcmn_bg_line.png);
  background-repeat: repeat-x;
  background-position: center 0; /* 上寄せに */
  background-size: 100%;
  width: 100%;
  height: 18px;
  display: block;
  position: relative;
  top: 9px;
}


/*------------------------------------------------------------------------------------

コンテンツ設定、アニメーションなど

-------------------------------------------------------------------------------------*/
.lp-contents {
  margin-top: 80px;
  line-height: 1.7;
  color: #3C3C3C;
  /* font-feature-settings: "palt"; */
  font-weight: 500;
  background-color: #fff;
  overflow: hidden;
  margin: 0 auto;
}

.cpcmn-c-fixed-menu {
  display: flex;
  gap: 10px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 4;
  padding: 2.5rem 5% 10px 5%;
  width: 100%;
  border-top: 2px solid #fff;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 767px) {
  .cpcmn-c-fixed-menu {
    border-radius: 40px 0 0;
    padding: 46px;
    padding-bottom: 24px;
    max-width: 500px;
  }
}

.cpcmn-c-fixed-menu__text {
  position: absolute;
  top: .4rem;
  text-align: center;
  width: 100%;
  font-size: 1.3rem;
  color: #555;
  font-weight: bold;
  line-height: 1.2;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 767px) {
  .cpcmn-c-fixed-menu__text {
    border-radius: 40px 0 0;
    padding: 30px;
    max-width: 500px;
    font-size: 18px;
    top: -12px;
    transform: translateX(-50%);
    left: 50%;
  }
}

.cpcmn-c-fixed-menu__text-inner {
  position: relative;
  display: inline-block;
  padding: 0 1.5em;
}

.cpcmn-c-fixed-menu__text-inner {
  position: relative;
  display: inline-block;
  padding: 0 2em;
}
@media screen and (min-width: 767px) {
  .cpcmn-c-fixed-menu__text-inner {
    padding: 0 1.5em;
  }
}
.cpcmn-c-fixed-menu__text-inner::before,
.cpcmn-c-fixed-menu__text-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1.5rem;
  height: 3px;
  border-radius: 32px;
  background-color: #555555;
}
@media screen and (min-width: 767px) {
  .cpcmn-c-fixed-menu__text-inner::before,
  .cpcmn-c-fixed-menu__text-inner::after {
    width: 18px;
  }
}
.cpcmn-c-fixed-menu__text-inner::before {
  left: 0;
  transform: translateY(-60%) rotate(60deg);
}
.cpcmn-c-fixed-menu__text-inner::after {
  right: 0;
  transform: translateY(-60%) rotate(-60deg);
}

.cpcmn-c-fixed-menu__link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 5px;
  box-shadow: 2px 2px 0 0 #a41626;
  padding: 12px 10px;
  width: 50%;
  background: #DA1D33;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .cpcmn-c-fixed-menu__link {
    border-radius: 7.5px;
    box-shadow: 3px 3px 0 0 #a41626;
    transition: cubic-bezier(0.3, 0.5, 0, 1) 0.4s transform, cubic-bezier(0.3, 0.5, 0, 1) 0.4s box-shadow;
  }
}
@media screen and (min-width: 767px) {
  .cpcmn-c-fixed-menu__link:hover {
    box-shadow: 0px 0px 0 0 #a41626;
    transform: translate(4px, 5px);
  }
}
.cpcmn-c-fixed-menu__link--white {
  background: #fff;
  color: #EB5656;
  border: 2px solid #EB5656;
  padding-left: 1em;
  box-shadow: 3px 3px 0 0 #EB5656;
}
.cpcmn-c-fixed-menu__link--circle {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 12%;
  background: #DA1D33;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  .cpcmn-c-fixed-menu__link--circle {
    font-size: 18px;
  }
}

.cpcmn-c-fixed-menu__icon {
  display: block;
  width: 21px;
}

.cpcmn-c-fixed-menu__arrow {
  display: block;
  margin-left: 8px;
  transform: rotate(180deg);
}

.cpcmn-c-fixed-menu__arrow img {
  width: 1.8rem;
}
@media screen and (min-width: 767px) {
  .cpcmn-c-fixed-menu__arrow img {
    width: 22px;
  }
}

.cpcmn-c-fixed-menu__txt {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .cpcmn-c-fixed-menu__txt {
    font-size: 16px;
  }
}

.go-to-top {
  bottom: 80px;
}
@media screen and (min-width: 767px) {
  .go-to-top {
    bottom: 150px;
  }
}


/*------------------------------------------------------------------------------------

セクション共通

-------------------------------------------------------------------------------------*/
.cpcmn-c-section {
  padding: 60px 0 80px;
}
@media screen and (min-width: 767px) {
  .cpcmn-c-section {
    padding: 80px 0 160px;
  }
}

.cpcmn-c-section--padding-sm {
  padding: 30px 0 60px;
}
@media screen and (min-width: 767px) {
  .cpcmn-c-section--padding-sm {
    padding: 15px 0 80px;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-section--padding-lg {
    padding: 120px 0 160px;
  }
}

.cpcmn-c-section__inner {
  width: 90%;
  margin: 0 auto;
  max-width: 940px;
}

/* 見出し共通 */
.cpcmn-c-heading {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 120%;
  /* margin-top: 24px; */
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 767px) {
  .cpcmn-c-heading {
    font-size: 32px;
  }
}
.cpcmn-c-heading::before,
.cpcmn-c-heading::after {
  content: "";
  position: absolute;
  bottom: 12px;
  width: 25px; 
  height: 4px; 
  background-color: #00A0E9; 
  transform: rotate(60deg); 
  border-radius: 20px;
}
@media screen and (min-width: 767px) {
  .cpcmn-c-heading::before,
  .cpcmn-c-heading::after {
    bottom: 16px;
    width: 25px; 
    height: 4px; 
    border-radius: 20px;
  }
}

.cpcmn-c-heading::before{
  left: -35px; 
}
@media screen and (min-width: 767px) {
  .cpcmn-c-heading::before {
    left: -40px; 
  }
}

.cpcmn-c-heading::after {
  right: -35px; 
  transform: rotate(-60deg); 
}
@media screen and (min-width: 767px) {
  .cpcmn-c-heading::after {
    right: -40px; 
  }
}

.cpcmn-c-heading span {
  font-size: 1.6rem;
}
@media screen and (min-width: 767px) {
  .cpcmn-c-heading span {
    font-size: 20px;
  }
}


/*------------------------------------------------------------------------------------

ファーストビュー

-------------------------------------------------------------------------------------*/
.cpcmn-kv {
  position: relative;
  margin-top: 80px;
  user-select: none;
  padding-bottom: 10px;
}
@media screen and (min-width: 767px) {
  .cpcmn-kv {
    overflow: hidden;
    margin: 0 auto;
    margin-top: 120px;
    margin-bottom: 20px;
    display: flex;
  }
}

.cpcmn-kv-main {
  width: 100%;
  position: absolute;
} 
@media screen and (min-width: 767px) {
  .cpcmn-kv-main {
    width: 45%;
    position: static;
    background-color: var(--color-secondary);
    height: min(58vw, 560px);
  }
}
@media screen and (min-width: 1280px) {
  .cpcmn-kv-main {
    height: initial;
    min-height: 605px;
  }
}

.cpcmn-kv-main__inner {
  width: 100%;
  height: 100%;
  padding-top: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 767px) {
  .cpcmn-kv-main__inner {
    padding-top: max(46px, 3.2vw);
  }
}

.cpcmn-kv-main__catch {
  width: 31.1rem;
}
@media screen and (min-width: 767px) {
  .cpcmn-kv-main__catch {
    /* width: 496px; */
    width: 34.4vw;
  }
}

.cpcmn-kv-main__title {
  width: 32rem;
  margin-top: 0px;
}
@media screen and (min-width: 767px) {
  .cpcmn-kv-main__title {
    /* width: 513px; */
    width: 35vw;
    margin-top: 10px;
  }
}

.cpcmn-kv-main__point {
  width: 33.5rem;
  margin-top: 8px;
}
@media screen and (min-width: 767px) {
  .cpcmn-kv-main__point {
    /* width: 420px; */
    width: 29.2vw;
    margin-top: 25px;
  }
}

.cpcmn-kv-main__coupon {
  width: 31rem;
  margin-top: 8px;
}
@media screen and (min-width: 767px) {
  .cpcmn-kv-main__coupon {
    /* width: 423px; */
    width: 29.3vw;
    margin-top: 10px;
  }
}

.cpcmn-kv-main__period {
  width: 100%;
  background-color: var(--color-primary);
  margin-top: auto;
  padding: 10px 20px;
  margin-top: 15px;
}
@media screen and (min-width: 767px) {
  .cpcmn-kv-main__period {
    padding: 16px 6.8vw;
    margin-top: auto;
    white-space: nowrap;
  }
}

.cpcmn-kv-main__period-inner {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 767px) {
  .cpcmn-kv-main__period-inner {
    gap: .69vw;
    width: 100%;
    margin: 0 auto;
  }
}

.cpcmn-kv-main__period-label {
  font-weight: 700;
  line-height: 100%;
  color: var(--color-primary);
  background-color: #fff;
  padding: 13px 11px;
  font-size: 1.6rem;
  border-radius: 6px;
}
@media screen and (min-width: 767px) {
  .cpcmn-kv-main__period-label {
    font-size: 18px;
    font-size: 1.25vw;
    border-radius: 8px;
    padding: 14px 32px;
  }
}

.cpcmn-kv-main__period-date {
  color: #fff;
  line-height: 1.2;
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (min-width: 767px) {
  .cpcmn-kv-main__period-date {
      font-size: 18px;
      font-size: 1.25vw;
  }
}

.cpcmn-kv-main__period-note {
  width: 100%;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
  font-size: 1rem;
  margin-top: 4px;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
@media screen and (min-width: 767px) {
  .cpcmn-kv-main__period-note {
    font-size: 12px;
    font-size: .83vw;
    margin: 0 auto;
    margin-top: 10px;
    width: 100%;
  }
}
.cpcmn-kv-main__period-note span {
  margin-right: 2px;
}

.cpcmn-kv__visual {
  width: 100%;
  /* min-height: 440px; */
}
@media screen and (min-width: 767px) {
  .cpcmn-kv__visual {
    width: 55%;
  }
}

.cpcmn-kv__image {
  display: block !important;
  width: 100%;
  height: 100%;
  /* min-height: 440px; */
}

.cpcmn-kv__image img {
  width: 100%;
  height: 100%;
  /* min-height: 440px; */
}
@media screen and (min-width: 767px) {
  .cpcmn-kv__image img {
    object-fit: cover;
    object-position: 65%;
  }
}


/*------------------------------------------------------------------------------------

注意事項

-------------------------------------------------------------------------------------*/
/* 次の注意事項をご確認ください */
.cpcmn-c-notice__head {
  font-size: 1rem;
}
@media screen and (min-width: 767px) {
  .cpcmn-c-notice__head {
    font-size: 10px;
    font-size: .69vw;
    cursor: pointer;
  }
}

/* 七五三相談会の注意事項 */
.cpcmn-c-notice__head--lg {
  font-size: 1.1rem;
  cursor: pointer;
  text-decoration: underline;
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  .cpcmn-c-notice__head--lg {
    font-size: 11px;
    font-size: .76vw;
  }
}

/* プラス記号 */
.cpcmn-c-notice__head.is-open .cpcmn-c-notice__inner:after {
  transform: rotate(180deg);
}
.cpcmn-c-notice__head.is-open .cpcmn-c-notice__inner:before {
  transform: rotate(90deg);
  opacity: 0;
}

.cpcmn-c-notice__inner {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
.cpcmn-c-notice__inner:before, .cpcmn-c-notice__inner:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #333333;
  width: 10px;
  height: 1.5px;
  border-radius: 4px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  transform: rotate(0deg);
  transition: cubic-bezier(0.3, 0.5, 0, 1) 0.4s transform, ease-out 0.2s opacity;
}
.cpcmn-c-notice__inner:after {
  transform: rotate(90deg);
}

.cpcmn-c-notice__body {
  display: none;
}

.cpcmn-c-notice-list__item {
  margin-top: 6px;
  padding-left: 1em;
  font-size: 1.1rem;
  line-height: 1.4;
  text-indent: -1em;
  text-align: left;
}
@media screen and (min-width: 767px) {
  .cpcmn-c-notice-list__item {
    font-size: 12px;
    font-size: .83vw;
  }
}
@media screen and (min-width: 767px) {
  .cpcmn-c-notice-list__item--right {
    text-align: right;
  }
}
.cpcmn-c-notice-list__item::before {
  content: "※";
}
.cpcmn-c-notice-list__item:first-of-type {
  margin-top: 1em;
  /* text-align: right; */
}


/*------------------------------------------------------------------------------------

七五三相談会
こんな方におすすめ

-------------------------------------------------------------------------------------*/
.cpcmn-intro {
  text-align: center;
  padding-top: 30px !important;
}

.cpcmn-intro__title {
  font-weight: bold;
  color: #333333;
  line-height: 1.5;
}
@media screen and (min-width: 767px) {
  .cpcmn-intro__title {
    width: 90%;
    max-width: 700px;
  }
}
.cpcmn-intro__title--main {
  font-size: 3.2rem;
}
@media screen and (min-width: 767px) {
  .cpcmn-intro__title--main {
    font-size: 32px;
  }
}
.cpcmn-intro__title--sub {
  font-size: 2rem;
}
@media screen and (min-width: 767px) {
  .cpcmn-intro__title--sub {
    font-size: 28px;
  }
}

.cpcmn-intro__title_line {
  position: relative;
  display: inline-block;
  padding: 15px 24px;
  }
  @media screen and (min-width: 767px) {
    .cpcmn-intro__title_line {
      padding: 32px 56px;
      }
  }
  .cpcmn-intro__title_line::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 56px;
    height: 56px;
    background-image: url(../img/campaign/753_consultation/2026/title-line_left.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    z-index: 1;
  }
  .cpcmn-intro__title_line::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 56px;
    height: 56px;
    background-image: url(../img/campaign/753_consultation/2026/title-line_right.svg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
    z-index: 1;
  }

  .p-indexIntro_case {
    position: relative;
  }
@media screen and (min-width: 768px) {
    .p-indexIntro_case {
        max-width: 700px;
        margin-inline: auto;
    }
  }
.p-indexIntro_case_obj,
.p-indexIntro_case_obj--04,
.p-indexIntro_case_obj--03,
.p-indexIntro_case_obj--02,
.p-indexIntro_case_obj--01 {
    position: absolute;
}
@media screen and (max-width: 767px) {
    .p-indexIntro_case_obj,
    .p-indexIntro_case_obj--04,
    .p-indexIntro_case_obj--03,
    .p-indexIntro_case_obj--02,
    .p-indexIntro_case_obj--01 {
        display: none;
    }
}
.p-indexIntro_case_obj--01 {
    aspect-ratio: 1;
    width: 100px;
    bottom: 20%;
    left: calc((-100vw + 700px) / 2.1);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.p-indexIntro_case_obj--02 {
    aspect-ratio: 1;
    width: 100px;
    top: 25%;
    right: calc((-100vw + 700px) / 2.1);
    -webkit-transform: translateY(-50%) scale(-1, 1);
    transform: translateY(-50%) scale(-1, 1);
}
.p-indexIntro_case_obj--03 {
    aspect-ratio: 223/125;
    width: 223px;
    top: 42%;
    right: calc((-100vw + 700px) / 3.5);
}
.p-indexIntro_case_obj--04 {
    aspect-ratio: 223/125;
    width: 223px;
    top: 0;
    left: calc((-100vw + 700px) / 3.5);
}

.p-indexIntro_case_row {
    position: relative;
    z-index: 1;
    margin-top: 30px;
}
@media screen and (min-width: 768px) {
    .p-indexIntro_case_row {
        display: flex;
        gap: 27px;
        margin-top: 0;
    }
}

@media screen and (min-width: 768px) {
    .p-indexIntro_case_txt {
        width: 49.5714285714%;
        margin-top: 7.1428571429%;
    }
}
@media screen and (max-width: 767px) {
    .p-indexIntro_case_txt ul {
        display: flex;
        flex-wrap: wrap;
        width: 84.2857142857%;
        margin-inline: auto;
        gap: 1.5rem;
    }
}
.p-indexIntro_case_txt ul li {
    width: 100%;
    height: auto;
    aspect-ratio: 347/71;
    border-radius: 10px;
    color: var(--color-primary);
    font-weight: 700;
    font-size: 18px;
    display: flex;
    align-items: center;
    letter-spacing: 0.52px;
    line-height: 1.2;
    justify-content: center;
    text-align: center;
    background: url(../img/campaign/753_consultation/2026/bg_image_intro-case.svg) no-repeat #fff;
    background-size: contain;
}
@media screen and (max-width: 767px) {
    .p-indexIntro_case_txt ul li {
        font-size: 1.3rem;
        text-align: left;
        align-items: flex-start;
        width: calc((100% - 1.5rem) / 2);
        /* aspect-ratio: 142/74; */
        padding: 1em 1em;
        background: url(../img/campaign/753_consultation/2026/bg_image_intro-case_sp.svg) no-repeat #fff;
        background-size: contain;
    }
}
@media screen and (min-width: 768px) {
    .p-indexIntro_case_txt ul li:not(:first-child) {
        margin-top: 20px;
    }
}
@media screen and (min-width: 768px) {
    .p-indexIntro_case_img {
        width: 54%;
    }
}
@media screen and (max-width: 767px) {
    .p-indexIntro_case_img {
        width: 48%;
        /* margin: 0 7.8571428571% 0 auto; */
        margin: 0 1% 0 auto;
        margin-top: -24%;
    }
}


/*------------------------------------------------------------------------------------

七五三撮影について なんでもご相談ください！

-------------------------------------------------------------------------------------*/
.cpcmn-about {
  width: 100%;
  margin-top: -90px;
  padding-bottom: 60px;
}
@media screen and (min-width: 767px) {
  .cpcmn-about {
    margin-top: -150px;
    padding-bottom: 80px;
  }
}

.cpcmn-about-boxes {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 767px) {
  .cpcmn-about-boxes {

  }
}

.cpcmn-about-box {
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 767px) {
  .cpcmn-about-box {
    border-radius: 20px;
  }
}

.cpcmn-about-box__inner {
  padding: 30px 15px;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .cpcmn-about-box__inner {
    padding: 50px min(4.8vw, 70px);
  }
}

.cpcmn-about-box__catch {
  font-size: 2rem;
  width: 100%;
  height: 10.7vw;
  text-align: center;
  display: block;
  font-weight: 700;
  margin: 0 auto;
  margin-bottom: 8px;
  position: relative;
  background-image: url(../img/campaign/753_consultation/2026/image_about_catch_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 767px) {
  .cpcmn-about-box__catch {
    font-size: 24px;
    height: 50px;
  }
}


/* PC時横並びになるコンテンツ */
.cpcmn-about-box__flex-content {
  margin-top: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 767px) {
  .cpcmn-about-box__flex-content {
    margin-top: 40px;
    flex-direction: row;
    gap: 20px;
  }
}

.cpcmn-about-box__content-item {
  flex: 1;
}
@media screen and (min-width: 767px) {
  .cpcmn-about-box__content-item {
    flex: 1;
  }
}
.cpcmn-about-box__content-item img {
  width: 100%;
}

/* 一般的なコンテンツ */
.cpcmn-about-box__content {
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 767px) {
  .cpcmn-about-box__content {
    margin: 0 auto;
    margin-top: 40px;
    gap: 50px;
    max-width: 640px;
  }
}

.cpcmn-about-box__content .cpcmn-about-box__content-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .cpcmn-about-box__content .cpcmn-about-box__content-item {
    flex-direction: row;
    gap: 15px;
  }
}

.cpcmn-about-box__content .cpcmn-about-box__content-item img {
  width: 98px;
  height: 98px;
  aspect-ratio: 1 / 1;
}
@media screen and (min-width: 767px) {
  .cpcmn-about-box__content .cpcmn-about-box__content-item img {
    width: 120px;
    height: 120px;
  }
}

.cpcmn-about-box__content-text {
  font-size: 1.8rem;
  text-align: left;
  line-height: 1.2;
  margin-top: 20px;
}
@media screen and (min-width: 767px) {
  .cpcmn-about-box__content-text {
    font-size: 18px;
    margin-top: 0;
  }
}

.cpcmn-about-box__content-label {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.2;
  margin-top: 8px;
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  .cpcmn-about-box__content-label {
    font-size: min(2vw, 18px);
    margin-top: 0;
    text-align: left;
  }
}

.cpcmn-benefit-box__content-note {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
@media screen and (min-width: 767px) {
  .cpcmn-benefit-box__content-note {
    margin-top: 16px;
  }
}

.cpcmn-benefit-box__content-note-item {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
  text-indent: -1.3rem;
  padding-left: 1em;
}
@media screen and (min-width: 767px) {
  .cpcmn-benefit-box__content-note-item {
    font-size: 11px;
    text-indent: initial;
  }
}

.cpcmn-benefit-box__content-note-item span {
  margin-right: 2px;
}

.cpcmn-benefit-box__description {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 30px;
  text-align: left;
}
@media screen and (min-width: 767px) {
  .cpcmn-benefit-box__description {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
    margin-top: 40px;
    text-align: center;
  }
}

/*------------------------------------------------------------------------------------

七五三相談会 参加者限定特典

-------------------------------------------------------------------------------------*/
.cpcmn-benefit {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 767px) {
  .cpcmn-benefit  {
    padding-bottom: 80px;
  }
}

.cpcmn-benefit-boxes {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 767px) {
  .cpcmn-benefit-boxes {

  }
}

.cpcmn-benefit-box {
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 767px) {
  .cpcmn-benefit-box {
    border-radius: 20px;
  }
}

.cpcmn-benefit-box__inner {
  padding: 30px 15px;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .cpcmn-benefit-box__inner {
    padding: 50px min(4.8vw, 70px);
  }
}

.cpcmn-benefit-box__catch {
  font-size: 2rem;
  width: 15.3rem;
  text-align: center;
  background-color: #FFF888;
  display: block;
  border-radius: 32px;
  font-weight: 700;
  border: #00A0E9 2px solid;
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .cpcmn-benefit-box__catch {
    font-size: 24px;
    width: 200px;
    border-radius: 42px;
  }
}


/* PC時横並びになるコンテンツ */
.cpcmn-benefit-box__flex-content {
  margin-top: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 767px) {
  .cpcmn-benefit-box__flex-content {
    margin-top: 40px;
    flex-direction: row;
    gap: 20px;
  }
}

.cpcmn-benefit-box__content-item {
  flex: 1;
}
@media screen and (min-width: 767px) {
  .cpcmn-benefit-box__content-item {
    flex: 1;
  }
}
.cpcmn-benefit-box__content-item img {
  width: 100%;
}

/* 一般的なコンテンツ */
.cpcmn-benefit-box__content {
  margin-top: 20px;
  width: 100%;
  display: flex;
  gap: 18px;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 767px) {
  .cpcmn-benefit-box__content {
    margin-top: 40px;
    gap: 30px;
  }
}

.cpcmn-benefit-box__content .cpcmn-benefit-box__content-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .cpcmn-benefit-box__content .cpcmn-benefit-box__content-item {
    padding: 50px 70px;
  }
}

.cpcmn-benefit-box__content-text {
  font-size: 1.8rem;
  text-align: left;
  line-height: 1.2;
  margin-top: 20px;
}
@media screen and (min-width: 767px) {
  .cpcmn-benefit-box__content-text {
    font-size: 18px;
    margin-top: 0;
  }
}

.cpcmn-benefit-box__content-label {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.2;
  margin-top: 8px;
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  .cpcmn-benefit-box__content-text {
    font-size: 18px;
    margin-top: 0;
  }
}

.cpcmn-benefit-box__coupon {
  padding: 20px;

}
@media screen and (min-width: 767px) {
  .cpcmn-benefit-box__coupon {
    padding: 20px 30px;
    max-width: 540px;
    margin: 0 auto;
  }
}

.cpcmn-benefit-box__coupon--red {
  background-color: #FFEBEB;
}
.cpcmn-benefit-box__coupon--blue {
  background-color: #D9F9FF;
}
.cpcmn-benefit-box__coupon--green {
  background-color: #E9FDDE;
}

.cpcmn-benefit-box__coupon-label {
  border-radius: 105px;
  display: block;
  line-height: 1.1;
  padding: 10px 0;
  width: 100%;
  color: #fff;
  font-size: 2rem;
  max-width: 380px;
  margin: 0 auto;
  font-weight: bold;
  min-width: 80%;
}
@media screen and (min-width: 767px) {
  .cpcmn-benefit-box__coupon-label {
    font-size: 20px;
  }
}
.cpcmn-benefit-box__coupon-label span {
  font-size: 1.7rem;
}
@media screen and (min-width: 767px) {
  .cpcmn-benefit-box__coupon-label span {
    font-size: 17px;
  }
}
.cpcmn-benefit-box__coupon--red .cpcmn-benefit-box__coupon-label  {
  background-color: #EB5656;
}
.cpcmn-benefit-box__coupon--blue .cpcmn-benefit-box__coupon-label  {
  background-color: #00A0E9;;
}
.cpcmn-benefit-box__coupon--green .cpcmn-benefit-box__coupon-label  {
  background-color: #6CC83B;
}

.cpcmn-benefit-box__coupon-image {
  margin: 0 auto;
  margin-top: 15px;
}
@media screen and (min-width: 767px) {
  .cpcmn-benefit-box__coupon-image {

  }
}
.cpcmn-benefit-box__coupon-image img {
  margin: 0 auto;
}

.cpcmn-benefit-box__coupon-note {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
@media screen and (min-width: 767px) {
  .cpcmn-benefit-box__coupon-note {
  }
}


/*------------------------------------------------------------------------------------

開催日程

-------------------------------------------------------------------------------------*/
.cpcmn-schedule {
  padding-bottom: 60px;
  scroll-margin-top: 80px;
}
@media screen and (min-width: 767px) {
  .cpcmn-schedule {
    padding-bottom: 80px;
    scroll-margin-top: 100px;
  }
}

.cpcmn-schedule__region {
  background-color: var(--color-primary);
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 10px 15px;
  position: relative;
  margin-top: 4px;
}
@media screen and (min-width: 767px) {
  .cpcmn-schedule__region {
    font-size: 20px;
    padding: 15px;
  }
}
.cpcmn-schedule__region:first-of-type {
  margin-top: 0;
}

.cpcmn-schedule__pref {
  background-color: #D9F9FF;
  color: #333;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 10px 15px;
  margin-top: 4px;
  position: relative;
}
@media screen and (min-width: 767px) {
  .cpcmn-schedule__pref {
    font-size: 18px;
  }
}

.cpcmn-schedule__region-plus {
  position: absolute;
  top: 50%;
  right: 10px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  transform: translate(0, -50%);
  transition: transform 0.4s;
}
.cpcmn-schedule__region-plus:before, .cpcmn-schedule__region-plus:after {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 1px;
  width: 15px;
  height: 4px;
  background: #fff;
  content: "";
  transform: translate(-50%, -50%);
}
.cpcmn-schedule__region-plus:before {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.cpcmn-schedule__region-plus:after {
  transition: opacity 0.4s;
}
.is-open .cpcmn-schedule__region-plus {
  transform: translate(0, -50%) rotate(90deg);
}
.is-open .cpcmn-schedule__region-plus:after {
  opacity: 0;
}

.js-acco-region-body,
.js-acco-pref-body {
  display: none;
}



.cpcmn-schedule__body {

}
@media screen and (min-width: 767px) {
  .cpcmn-schedule__body {
      /* 必要に応じてPC用のスタイルを追加 */
  }
}


.cpcmn-schedule__content {
  padding-bottom: 5px;
}
@media screen and (min-width: 767px) {
  .cpcmn-schedule__content {
      /* 必要に応じてPC用のスタイルを追加 */
  }
}

.cpcmn-schedule__grid {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 767px) {
  .cpcmn-schedule__grid {
      grid-template-columns: repeat(2, 1fr);
  }
}

.cpcmn-schedule__item {
  border-bottom: 1px solid #D9D9D9;
  padding: 10px;
  background-color: #fff;
}
@media screen and (min-width: 767px) {
  .cpcmn-schedule__item {
      /* 必要に応じてPC用のスタイルを追加 */
  }
}

.cpcmn-schedule__store {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 767px) {
  .cpcmn-schedule__store {
    font-size: 16px
  }
}

.cpcmn-schedule__row {
  display: flex;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (min-width: 767px) {
  .cpcmn-schedule__row {
      /* 必要に応じてPC用のスタイルを追加 */
  }
}
.cpcmn-schedule__row span:first-child {
  white-space: nowrap;
  position: relative;
  padding-left: 1em;
}

.cpcmn-schedule__row span:first-child::before {
  content: "■";
  color: var(--color-primary); /* プライマリカラー */
  position: absolute;
  left: 0;
}

.cpcmn-schedule__row:first-child {
  margin-top: 0;
}
@media screen and (min-width: 767px) {
  .cpcmn-schedule__row:first-child {
      /* 必要に応じてPC用のスタイルを追加 */
  }
}

.cpcmn-schedule__pref-plus {
  position: absolute;
  top: 50%;
  right: 10px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  transform: translate(0, -50%);
  transition: transform 0.4s;
}
.cpcmn-schedule__pref-plus:before, .cpcmn-schedule__pref-plus:after {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 1px;
  width: 15px;
  height: 4px;
  background: #000000;
  content: "";
  transform: translate(-50%, -50%);
}
.cpcmn-schedule__pref-plus:before {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.cpcmn-schedule__pref-plus:after {
  transition: opacity 0.4s;
}

/* 県のアコーディオン - 直接の親がis-openの場合のみ適用 */
.cpcmn-schedule__pref.is-open .cpcmn-schedule__pref-plus {
  transform: translate(0, -50%) rotate(90deg);
}
.cpcmn-schedule__pref.is-open .cpcmn-schedule__pref-plus:after {
  opacity: 0;
}



/*------------------------------------------------------------------------------------

CTA（黄色エリア）

-------------------------------------------------------------------------------------*/
.cpcmn-cta {
  text-align: center;
  padding: 60px 0;
}
@media screen and (min-width: 767px) {
  .cpcmn-cta {
    padding: 80px 0;
  }
}

.cpcmn-cta-boxes {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 767px) {
  .cpcmn-cta-boxes {

  }
}

.cpcmn-cta-box {
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 767px) {
  .cpcmn-cta-box {
    border-radius: 20px;
  }
}

.cpcmn-cta-box__inner {
  padding: 30px 15px;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .cpcmn-cta-box__inner {
    max-width: 650px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1440px) {
  .cpcmn-cta-box__inner {
    padding: 30px min(11.11vw, 160px) 50px min(11.11vw, 160px);
    max-width: initial;
  }
}

.cpcmn-cta-box__image {
  max-width: 90%;
  width: 30rem;
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .cpcmn-cta-box__image {
    max-width: 514px;
    width: 100%;
  }
}

.cpcmn-cta-box__period {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
  gap: 10px;
  margin-top: 15px;
  line-height: 1.2;
  text-align: left;
}
@media screen and (min-width: 767px) {
  .cpcmn-cta-box__period {
    font-size: 18px;
    align-items: center;
    margin-top: 20px;
    white-space: nowrap;
  }
}
.cpcmn-cta-box__period span:first-of-type {
  padding: 13px 10px;
  background-color: #E8EDF1;
  text-align: center;
  white-space: nowrap;
  border-radius: 6px;
}
@media screen and (min-width: 767px) {
  .cpcmn-cta-box__period span:first-of-type {
    font-size: 18px;
    padding: 9px 20px 6px;
    border-radius: 58px;
    line-height: 1;
  }
}

.cpcmn-cta-box__note {
  font-weight: 400;
  line-height: 140%;
  font-size: 1rem;
  text-align: left;
  margin-top: 8px;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 767px) {
  .cpcmn-cta-box__note {
    font-size: 12px;
    margin-top: 12px;
  }
}

.cpcmn-cta-box__note::before {
  content: "※"; 
  margin-right: 2px; 
}

.cpcmn-cta__btn-wrap {
  display: flex;
  gap: 0.8rem;
}
@media screen and (min-width: 767px) {
  .cpcmn-cta__btn-wrap {
    gap: 15px;
  }
}
@media screen and (min-width: 767px) {
  .cpcmn-cta__btn-wrap--step {
    gap: 15px;
    max-width: 620px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .cpcmn-cta__btn-wrap--step {

  }
}
@media screen and (min-width: 1440px) {
  .cpcmn-cta__btn-wrap--step {
    gap: 15px;
  }
}

.cpcmn-cta__btn {
  font-size: 1.5rem;
  padding: 5px 5px 7px;
  box-shadow: 0px 6px 0 0 #DA1D33;
  line-height: 1.1;
  flex: 1;
  text-align: center;
  margin-top: 10px;
}
@media screen and (min-width: 767px) {
  .cpcmn-cta__btn {
    padding: 5px 10px 12px;
    flex: 1;
    letter-spacing: 1px;
    font-size: 28px;
    margin-top: 20px;
  }
  .cpcmn-cta__btn:hover {
    transform: translateY(6px);
  }
}

.cpcmn-cta__btn__sml {
  font-size: 1rem;
  line-height: 1;
}
@media screen and (min-width: 767px) {
  .cpcmn-cta__btn__sml {
    font-size: 16px;
  }
}
.cpcmn-cta__btn.cpcmn-btn--reserve {
  box-shadow: 0px 4px 0 0 #a41626;
}
@media screen and (min-width: 767px) {
  .cpcmn-cta__btn.cpcmn-btn--reserve {
    box-shadow: 0px 6px 0 0 #a41626;
  }
  .cpcmn-cta__btn.cpcmn-btn--reserve:hover {
    box-shadow: 0px 0px 0 0 #a41626;
  }
}

/* ボタン共通 */
.cpcmn-btn--reserve, .cpcmn-btn--store {
  border: 3px solid #DA1D33;
  border-radius: 8px;
  font-weight: bold;
  padding: 7px 0px;
}
@media screen and (min-width: 767px) {
  .cpcmn-btn--reserve, .cpcmn-btn--store {
    padding: 5px 10px 12px 10px;
    transition: cubic-bezier(0.3, 0.5, 0, 1) 0.4s transform, cubic-bezier(0.3, 0.5, 0, 1) 0.4s box-shadow;
  }
  .cpcmn-btn--reserve:hover, .cpcmn-btn--store:hover {
    transform: translate(4px, 5px);
  }
}

/* かんたんネット予約 */
.cpcmn-btn--reserve {
  background-color: #DA1D33;
  color: #fff;
  box-shadow: 0px 2px 0 0 #931A13;
}
@media screen and (min-width: 767px) {
  .cpcmn-btn--reserve {
    box-shadow: 0px 7px 0 0 #931A13;
  }
  .cpcmn-btn--reserve:hover {
    box-shadow: 0px 0px 0 0 #931A13;
  }
}

/* 開催日程を確認 */
.cpcmn-btn--store {
  background-color: #fff;
  color: #EB5656;
  box-shadow: 0px 2px 0 0 #EB5656;
  border: 3px solid #EB5656;
}
@media screen and (min-width: 767px) {
  .cpcmn-btn--store {
    box-shadow: 0px 7px 0 0 #EB5656;
  }
  .cpcmn-btn--store:hover {
    box-shadow: 0px 0px 0 0 #EB5656;
  }
}

.cpcmn-btn--store__icon {
  width: 1.6rem;
  height: auto;
  display: inline-block;
  transform: translateY(-6px);
}
@media screen and (min-width: 767px) {
  .cpcmn-btn--store__icon {
    width: 32px;
    transform: translateY(-12px);
  }
}


/* 対象年齢はこちら */
.cpcmn-cta-box__table {
  width: 27.5rem;
  border-collapse: collapse;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  font-size: 1.5rem;
}
@media screen and (min-width: 767px) {
  .cpcmn-cta-box__table {
    width: 100%;
    max-width: 500px;
    margin-top: 30px;
    font-size: 18px;
  }
}

.cpcmn-cta-box__table thead th {
  background-color: #D9F9FF;
  padding: 12px 15px;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (min-width: 767px) {
  .cpcmn-cta-box__table thead th {
    padding: 10px 15px;
  }
}

.cpcmn-cta-box__table th, .cpcmn-cta-box__table td {
  border: 1px solid #00A0E9;
  padding: 6px;
  white-space: nowrap;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (min-width: 767px) {
  .cpcmn-cta-box__table th, .cpcmn-cta-box__table td {
    border: 1.6px solid #00A0E9;
  }
}

.cpcmn-cta-box__table th span, .cpcmn-cta-box__table td span {
  font-weight: 500;
}

.cpcmn-cta-box__table td:first-of-type {
  background-color: #00A0E9;
  color: #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 767px) {
  .cpcmn-cta-box__table td:first-of-type {
    border-bottom: 1.6px solid #fff;
  }
}


.cpcmn-cta-box__table-td--bn {
  border-bottom: 1px solid #00A0E9 !important;
}
@media screen and (min-width: 767px) {
  .cpcmn-cta-box__table-td--bn {
    border-bottom: 1.6px solid #00A0E9 !important;
  }
}

.cpcmn-cta-box__table th {
  background-color: #f4f4f4;
  font-weight: bold;
}

.cpcmn-cta-box__table tr:nth-child(even) {
  background-color: #f9f9f9;
}


/*------------------------------------------------------------------------------------

お客様の声

-------------------------------------------------------------------------------------*/
.cpcmn-point-voice {
  padding: 20px 15px;
  background-color: #FFF;
  border-radius: 15px;
  margin-top: 15px;
}

.cpcmn-point-voice h4{
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.cpcmn-point-voice h4:after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 3px solid #044685;
  position: absolute;
  bottom: -10px;
}

.cpcmn-point-voice p{
  font-weight: 400;
  font-size: max(16px, 1.2rem);
  text-align: left;
  color: #333;
  line-height: 140%; 
  margin-top: 30px;
}

@media screen and (min-width: 767px) {

  .cpcmn-point-voice {
    padding: 30px;
    border-radius: 15px;
    margin-top: 30px;
  }
  
  .cpcmn-point-voice h4{
    color: #333;    
    font-size: 30px;
    font-weight: 700;
    line-height: 120%;
  }
  .cpcmn-point-voice h4:after {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 3px solid #044685;
    position: absolute;
    bottom: -20px;
  }
  
  .cpcmn-point-voice p{
    font-weight: 400;
    color: #333;
    font-size: 18px;
    line-height: 140%; 
    margin-top: 40px;
  }
  
}

.cpcmn-pack .cpcmn-c-section {
  padding: 20px 0 40px 0;
}

@media screen and (min-width: 767px) {
  .cpcmn-pack .cpcmn-c-section {
    padding: 40px 0 40px 0;
  }
}

/* アイコン付きリスト */
.cpcmn-list-icon {
  margin-top: 20px;
}

.cpcmn-list-icon__item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 4px;
  position: relative;
}

.cpcmn-list-icon__icon {
  display: block;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  margin-right: 8px;
}

.cpcmn-list-icon__text {
  color: #333;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 140%; 
}

@media screen and (min-width: 767px) {
  .cpcmn-list-icon__text {
    font-size: 18px;
  }
}

.cover-select {
  margin-left: 40px;
}


/*------------------------------------------------------------------------------------

お客様の声

-------------------------------------------------------------------------------------*/
.cpcmn-voice {
  padding: 60px 0;
}
@media screen and (min-width: 767px) {
  .cpcmn-voice  {
    padding-top: 120px;
  }
}

.cpcmn-voice .cpcmn-c-section__inner {
  width: 100%;
}
@media screen and (min-width: 767px) {
  .cpcmn-voice .cpcmn-c-section__inner {
    width: 90%;
  }
}

.cpcmn-c-voice-wrap {
  margin: 0 -10px 20px;
}
@media screen and (min-width: 767px) {
  .cpcmn-c-voice-wrap {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
  }
}

.cpcmn-c-voice-slide {
  position: relative;
  overflow-x: hidden;
}
.cpcmn-c-voice-slide .slick-track {
  display: flex !important;
  padding-bottom: 60px;
}
.cpcmn-c-voice-slide .slick-slide {
  float: none !important;
  height: auto;
}
.cpcmn-c-voice-slide .slick-slide > div {
  height: 100%;
}
.cpcmn-c-voice-slide .slick-prev {
  left: calc(50% - 60px);
  transform: translateX(-100%);
}
.cpcmn-c-voice-slide .slick-next {
  right: calc(50% - 60px);
  transform: translateX(100%);
}

.cpcmn-c-voice__item {
  padding: 0 10px;
  float: none !important;
  height: 100%;
}
@media screen and (min-width: 767px) {
  .cpcmn-c-voice__item {
    padding: 0 12px;
  }
}

.cpcmn-c-voice__inner {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 20px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 767px) {
  .cpcmn-c-voice__inner {
    padding: 24px;
  }
}

.cpcmn-c-voice__customer {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 5px;
}
.cpcmn-c-voice__customer span {
  color: #069538;
  font-weight: bold;
  margin-right: -5px;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  .cpcmn-c-voice__customer span {
    font-size: 18px;
  }
}

.cpcmn-c-voice__text {
  margin: auto 0 0;
  margin-top: 18px;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
}

.cpcmn-c-voice__customer img {
  width: 80px;
}


/*------------------------------------------------------------------------------------

ご予約方法

-------------------------------------------------------------------------------------*/
.cpcmn-step {
  padding: 60px 0;
}
@media screen and (min-width: 767px) {
  .cpcmn-step {
    padding: 120px 0;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-step-container {
    max-width: 940px;
    margin: 0 auto;
  }
}

.cpcmn-step-arrow {
  display: flex;
  margin: 10px 0;
  justify-content: center;
}
.cpcmn-step-arrow:before {
  content: "";
  display: block;
  width: 30px;
  height: 35px;
  background: url(../img/campaign/753_consultation/2026/icon_arrow_down_light-blue.png) no-repeat center center/100% auto;
}
.cpcmn-step-box {
  background-color: #fff;
  padding: 20px;
}
@media screen and (min-width: 767px) {
  .cpcmn-step-box {
    padding: 20px;
  }
}
.cpcmn-step-box__head {
  display: flex;
  font-weight: bold;
  margin-bottom: 10px;
}
.cpcmn-step-box__num {
  font-size: 3.8rem;
  color: var(--color-primary);
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .cpcmn-step-box__num {
    font-size: 50px;
  }
}
.cpcmn-step-box__num-txt {
  font-size: 1.7rem;
  display: block;
  margin-bottom: -2px;
}
@media screen and (min-width: 767px) {
  .cpcmn-step-box__num-txt {
    font-size: 20px;
  }
}
.cpcmn-step-box__heading {
  flex: 1;
  padding-left: 15px;
  font-size: 20px;
  align-self: center;
}
@media screen and (min-width: 767px) {
  .cpcmn-step-box__heading {
    font-size: 28px;
  }
}
.cpcmn-step-box__icon {
  width: 60px;
  margin-right: -20px;
  margin-top: -10px;
}
@media screen and (min-width: 767px) {
  .cpcmn-step-box__icon {
    width: 86px;
    margin-top: -20px;
    margin-right: -30px;
  }
}

.cpcmn-step__note {
  margin-top: 15px;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 767px) {
  .cpcmn-step__note {
  }
}

.cpcmn-step__note-item {
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4; 
}
@media screen and (min-width: 767px) {
  .cpcmn-step__note-item {
    font-size: 12px;
  }
}
@media screen and (min-width: 767px) {
  .cpcmn-step__note-item--button {
    text-align: center;
  }
}


.cpcmn-step__note-item span {
  margin-right: 2px;
}
@media screen and (min-width: 767px) {
  .cpcmn-step__note-item span {
  }
}

.cpcmn-step__detail {
  margin-top: 20px;
}
@media screen and (min-width: 767px) {
    .cpcmn-step__detail {
    }
}

.cpcmn-step__detail-inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media screen and (min-width: 767px) {
    .cpcmn-step__detail-inner {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 40px;
    }
}

.cpcmn-step__detail-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 767px) {
    .cpcmn-step__detail-item {
    }
}

.cpcmn-step__detail-heading {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
    color: var(--color-primary);
    text-align: left;
    padding-left: 0.8em;
    position: relative;
}
@media screen and (min-width: 767px) {
    .cpcmn-step__detail-heading {
        font-size: 20px;
    }
}
.cpcmn-step__detail-heading::before {
  content: "";
  display: block;
  width: 6px;
  height: 28px;
  background-color: var(--color-primary);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.cpcmn-step__detail-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
@media screen and (min-width: 767px) {
    .cpcmn-step__detail-content {
        flex-direction: row;
    }
}

.cpcmn-step__detail-image {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (min-width: 767px) {
    .cpcmn-step__detail-image {
        flex-shrink: 0;
        width: 40%;
    }
}

.cpcmn-step__detail-image img {
    width: 100%;
    margin: 0 auto;
    height: auto;
}

.cpcmn-step__detail-image--sm img {
    width: 80% !important;
}
@media screen and (min-width: 767px) {
  .cpcmn-step__detail-image--sm img {
      width: 100% !important;
  }
}

.cpcmn-step__detail-text {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.4;
}
@media screen and (min-width: 767px) {
    .cpcmn-step__detail-text {
        font-size: 15px;
    }
}


/*-------------------------------------------
よくある質問
-------------------------------------------*/
.cpcmn-faq {
  padding: 60px 0;
}
@media screen and (min-width: 767px) {
  .cpcmn-faq {
    padding: 120px 0;
  }
}

#faq {
  padding: 80px 0;
}
@media screen and (min-width: 767px) {
  #faq {
    padding: 80px 0 160px;
  }
}

.cpcmn-bg-green  {
  background-color: #D2F3E7;
  position: relative;
  z-index: 1;
}

#faq .cpcmn-c-td-u {
  text-decoration: underline;
  color: #0070C9;
}

.cpcmn-c-faq__q {
  position: relative;
  border-radius: 15px;
  margin-top: 10px;
  padding: 15px 3em 15px 3.2em;
  background: #fff;
  font-size: 1.5rem;
  line-height: 1.14;
  font-weight: bold;
  transition: border-radius 0s linear 0.3s, background-color 0.4s;
}
@media screen and (min-width: 767px) {
  .cpcmn-c-faq__q {
    font-size: 15px;
    cursor: pointer;
  }
}
.cpcmn-c-faq__q:before {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
  font-size: 2.5rem;
  font-weight: bold;
  content: "Q";
}
@media screen and (min-width: 767px) {
  .cpcmn-c-faq__q:before {
    font-size: 25px;
  }
}
.cpcmn-c-faq__q.is-open {
  border-radius: 15px 15px 0 0;
  background: #F4F4F4;
  transition: border-radius 0s, background-color 0.4s;
}
.cpcmn-c-faq__q:first-of-type {
  margin-top: 0;
}
.cpcmn-c-faq__q__plus {
  position: absolute;
  top: 50%;
  right: 10px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  transform: translate(0, -50%);
  transition: transform 0.4s;
}
.cpcmn-c-faq__q__plus:before, .cpcmn-c-faq__q__plus:after {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 1px;
  width: 15px;
  height: 4px;
  background: #fff;
  content: "";
  transform: translate(-50%, -50%);
}
.cpcmn-c-faq__q__plus:before {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.cpcmn-c-faq__q__plus:after {
  transition: opacity 0.4s;
}
.is-open .cpcmn-c-faq__q__plus {
  transform: translate(0, -50%) rotate(90deg);
}
.is-open .cpcmn-c-faq__q__plus:after {
  opacity: 0;
}
.cpcmn-c-faq__a {
  display: none;
  padding: 20px;
  background: #fff;
}
.cpcmn-c-faq__a.is-open {
  display: block;
  border-radius: 0 0 15px 15px;
}
.cpcmn-c-faq__a__ttl {
  position: relative;
  padding-left: 36px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 767px) {
  .cpcmn-c-faq__a__ttl {
    font-size: 15px;
  }
}

.cpcmn-c-faq__txt {
  margin-top: 0.5em;
  font-size: 1.4rem;
  line-height: 1.78;
  position: relative;
  padding-left: 2em;
}
@media screen and (min-width: 767px) {
  .cpcmn-c-faq__txt {
    font-size: 14px;
    padding-left: 1.6em;
  }
}
.cpcmn-c-faq__txt:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 2.5rem;
  font-weight: bold;
  content: "A";
  color: var(--color-primary);
}
@media screen and (min-width: 767px) {
  .cpcmn-c-faq__txt:before {
    font-size: 25px;
  }
}
.cpcmn-c-faq__txt + .cpcmn-c-faq__txt {
  margin-top: 1em;
}

.cpcmn-c-faq--blue .cpcmn-c-faq__q:before {
  color: var(--color-primary);
}
.cpcmn-c-faq--blue .cpcmn-c-faq__q__plus {
  background-color: var(--color-primary);
}
.cpcmn-c-faq--blue .cpcmn-c-faq__a__ttl {
  color: var(--color-primary);
}


/*------------------------------------------------------------------------------------

おすすめ七五三撮影

-------------------------------------------------------------------------------------*/
.cpcmn-recommend {
  padding: 60px 0;
}
@media screen and (min-width: 767px) {
    .cpcmn-recommend {
      padding: 80px 0;
    }
}

.cpcmn-recommend__inner {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
@media screen and (min-width: 767px) {
    .cpcmn-recommend__inner {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

.cpcmn-recommend__card {
    border-radius: 10px 10px 0 0 ;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
@media screen and (min-width: 767px) {
    .cpcmn-recommend__card {
      height: 100%;
    }
}

.cpcmn-recommend__card-head {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 15px;
    background-color: var(--color-primary);
}

@media screen and (min-width: 767px) {
    .cpcmn-recommend__card-head {
        padding: 15px 20px;
    }
}

.cpcmn-recommend__card-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 41px;
    height: 41px;
    background-color: #fff;
    border-radius: 50%;
    font-size: 2rem;
    font-weight: bold;
    color: var(--color-primary);
}
@media screen and (min-width: 767px) {
    .cpcmn-recommend__card-num {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
}

.cpcmn-recommend__card-label {
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.1;
}
@media screen and (min-width: 767px) {
    .cpcmn-recommend__card-label {
        font-size: 20px;
    }
}

.cpcmn-recommend__card-body {
    background-color: #fff;
    padding: 30px 15px;
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
}
@media screen and (min-width: 767px) {
    .cpcmn-recommend__card-body {
        padding: 25px 20px;
    }
}

.cpcmn-recommend__card-heading {
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: bold;
    color: #333;
    text-align: center;
    position: relative;
    width: fit-content;
    margin: 0 auto;
}
@media screen and (min-width: 767px) {
    .cpcmn-recommend__card-heading {
        font-size: 20px;
    }
}
.cpcmn-recommend__card-heading::before,
.cpcmn-recommend__card-heading::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 20px;
    height: 4px;
    border-radius: 12px;
    background-color: var(--color-primary);
}
.cpcmn-recommend__card-heading::before {
    left: -1em;
    transform: translateY(-60%) rotate(60deg);
}
.cpcmn-recommend__card-heading::after {
    right: -1em;
    transform: translateY(-60%) rotate(-60deg);
}

.cpcmn-recommend__card-image {
    margin-top: 15px;
}
@media screen and (min-width: 767px) {
    .cpcmn-recommend__card-image {
        max-width: 320px;
        margin: 0 auto;
        margin-top: 10px;
    }
}

.cpcmn-recommend__card-image img {
    width: 100%;
    height: auto;
}
@media screen and (min-width: 767px) {
    .cpcmn-recommend__card-image img {
    }
}

.cpcmn-recommend__card-text {
    font-size: 1.6rem;
    line-height: 1.4;
    text-align: left;
    margin-top: 15px;
}
@media screen and (min-width: 767px) {
    .cpcmn-recommend__card-text {
        font-size: 16px;
    }
}

.cpcmn-recommend__card-link {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
    margin-top: 15px;
    line-height: 1;
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
}
@media screen and (min-width: 767px) {
    .cpcmn-recommend__card-link {
        font-size: 15px;
        margin-top: 20px;
    }
}

.cpcmn-recommend__card-link-icon {
    width: 20px;
    height: auto;
    transform: translateY(-1px);
}


/*------------------------------------------------------------------------------------

パンくずリスト

-------------------------------------------------------------------------------------*/
.breadcrumbs {
  background-color: #F4F4F4;
  padding: 5px;
}

.breadcrumbs-list {
  max-width: 940px;
  margin: 0 auto;
}

.breadcrumbs-item {
  display: inline;
  line-height: 1.3;
  font-size: 1.1rem;
  position: relative;
}
@media screen and (min-width: 767px) {
  .breadcrumbs-item {
    font-size: 12px;
  }
}
.breadcrumbs-item:after {
  content: ">";
  margin: 0 3px 0 5px;
}
.breadcrumbs-item--current {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .breadcrumbs-item--current {
    display: block;
  }
}
.breadcrumbs-item--current:after {
  content: none;
}

/*------------------------------------------------------------------------------------

Slick関係クラス（スライドなど）

-------------------------------------------------------------------------------------*/
.slick-arrow {
  width: 32px;
  height: 32px;
  min-height: 32px;
  position: absolute;
  top: 0;
  bottom: 60px;
  margin: auto;
  font-size: 0;
  background: none;
  border: none;
  z-index: 1;
  cursor: pointer;
}
.cpcmn-c-voice-slide .slick-arrow {
  bottom: 20px;
  top: initial;
}
@media screen and (min-width: 767px) {
  .slick-arrow {
    width: 42px;
    height: 42px;
    min-height: 42px;
  }
}
@media screen and (min-width: 767px) {
  .cpcmn-c-voice-slide .slick-arrow {
    width: 34px;
    height: 34px;
    min-height: 34px;
  }
}
.slick-arrow:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/campaign/753_consultation/2026/icon_circlearrow_gray.png) no-repeat center center/100% auto;
}

.slick-prev {
  left: -10px;
}
@media screen and (min-width: 767px) {
  .slick-prev {
    left: 0px;
  }
}
.slick-prev:before {
  transform: scaleX(-1);
}

.slick-next {
  right: -10px;
}
@media screen and (min-width: 767px) {
  .slick-next {
    right: 0px;
  }
}

.slick-dots {
  position: relative;
  display: flex;
  line-height: 0;
  font-size: 0;
  min-height: 12px;
  align-items: center;
  justify-content: center;
  gap: 15px;
  top: -30px;
}
.slick-dots li {
  line-height: 0;
  font-size: 0;
  min-height: 12px;
}
.slick-dots li button {
  display: block;
  border: none;
  font-size: 0;
  padding: 0;
  width: 12px;
  min-height: 12px;
  height: 12px;
  background: #D9D9D9;
  border-radius: 50%;
}
.slick-dots li.slick-active button {
  background: #044685;
}

/*------------------------------------------------------------------------------------

ユーティリティクラス

-------------------------------------------------------------------------------------*/
@media screen and (min-width: 767px) {
  .cpcmn-c-mt-0--pc {
    margin-top: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-mt-0--sp {
    margin-top: 0px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-mr-0--pc {
    margin-right: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-mr-0--sp {
    margin-right: 0px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-mb-0--pc {
    margin-bottom: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-mb-0--sp {
    margin-bottom: 0px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-ml-0--pc {
    margin-left: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-ml-0--sp {
    margin-left: 0px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-mt-5--pc {
    margin-top: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-mt-5--sp {
    margin-top: 5px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-mr-5--pc {
    margin-right: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-mr-5--sp {
    margin-right: 5px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-mb-5--pc {
    margin-bottom: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-mb-5--sp {
    margin-bottom: 5px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-ml-5--pc {
    margin-left: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-ml-5--sp {
    margin-left: 5px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-mt-10--pc {
    margin-top: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-mt-10--sp {
    margin-top: 10px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-mr-10--pc {
    margin-right: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-mr-10--sp {
    margin-right: 10px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-mb-10--pc {
    margin-bottom: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-mb-10--sp {
    margin-bottom: 10px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-ml-10--pc {
    margin-left: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-ml-10--sp {
    margin-left: 10px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-mt-15--pc {
    margin-top: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-mt-15--sp {
    margin-top: 15px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-mr-15--pc {
    margin-right: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-mr-15--sp {
    margin-right: 15px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-mb-15--pc {
    margin-bottom: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-mb-15--sp {
    margin-bottom: 15px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-ml-15--pc {
    margin-left: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-ml-15--sp {
    margin-left: 15px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-mt-20--pc {
    margin-top: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-mt-20--sp {
    margin-top: 20px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-mr-20--pc {
    margin-right: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-mr-20--sp {
    margin-right: 20px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-mb-20--pc {
    margin-bottom: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-mb-20--sp {
    margin-bottom: 20px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-ml-20--pc {
    margin-left: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-ml-20--sp {
    margin-left: 20px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-mt-25--pc {
    margin-top: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-mt-25--sp {
    margin-top: 25px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-mr-25--pc {
    margin-right: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-mr-25--sp {
    margin-right: 25px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-mb-25--pc {
    margin-bottom: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-mb-25--sp {
    margin-bottom: 25px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-ml-25--pc {
    margin-left: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-ml-25--sp {
    margin-left: 25px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-mt-30--pc {
    margin-top: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-mt-30--sp {
    margin-top: 30px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-mr-30--pc {
    margin-right: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-mr-30--sp {
    margin-right: 30px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-mb-30--pc {
    margin-bottom: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-mb-30--sp {
    margin-bottom: 30px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-ml-30--pc {
    margin-left: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-ml-30--sp {
    margin-left: 30px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-mt-35--pc {
    margin-top: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-mt-35--sp {
    margin-top: 35px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-mr-35--pc {
    margin-right: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-mr-35--sp {
    margin-right: 35px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-mb-35--pc {
    margin-bottom: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-mb-35--sp {
    margin-bottom: 35px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-ml-35--pc {
    margin-left: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-ml-35--sp {
    margin-left: 35px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-mt-40--pc {
    margin-top: 40px;
    /* border-radius: 20px; */
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-mt-40--sp {
    margin-top: 15px !important;
    border-radius: 15px;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-mr-40--pc {
    margin-right: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-mr-40--sp {
    margin-right: 40px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-mb-40--pc {
    margin-bottom: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-mb-40--sp {
    margin-bottom: 40px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-ml-40--pc {
    margin-left: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-ml-40--sp {
    margin-left: 40px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-mt-45--pc {
    margin-top: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-mt-45--sp {
    margin-top: 45px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-mr-45--pc {
    margin-right: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-mr-45--sp {
    margin-right: 45px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-mb-45--pc {
    margin-bottom: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-mb-45--sp {
    margin-bottom: 45px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-ml-45--pc {
    margin-left: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-ml-45--sp {
    margin-left: 45px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-mt-50--pc {
    margin-top: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-mt-50--sp {
    margin-top: 50px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-mr-50--pc {
    margin-right: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-mr-50--sp {
    margin-right: 50px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-mb-50--pc {
    margin-bottom: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-mb-50--sp {
    margin-bottom: 50px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-ml-50--pc {
    margin-left: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-ml-50--sp {
    margin-left: 50px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-mt-55--pc {
    margin-top: 55px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-mt-55--sp {
    margin-top: 55px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-mr-55--pc {
    margin-right: 55px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-mr-55--sp {
    margin-right: 55px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-mb-55--pc {
    margin-bottom: 55px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-mb-55--sp {
    margin-bottom: 55px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-ml-55--pc {
    margin-left: 55px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-ml-55--sp {
    margin-left: 55px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-mt-60--pc {
    margin-top: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-mt-60--sp {
    margin-top: 60px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-mr-60--pc {
    margin-right: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-mr-60--sp {
    margin-right: 60px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-mb-60--pc {
    margin-bottom: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-mb-60--sp {
    margin-bottom: 60px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-ml-60--pc {
    margin-left: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-ml-60--sp {
    margin-left: 60px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-mt-65--pc {
    margin-top: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-mt-65--sp {
    margin-top: 65px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-mr-65--pc {
    margin-right: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-mr-65--sp {
    margin-right: 65px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-mb-65--pc {
    margin-bottom: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-mb-65--sp {
    margin-bottom: 65px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-ml-65--pc {
    margin-left: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-ml-65--sp {
    margin-left: 65px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-mt-70--pc {
    margin-top: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-mt-70--sp {
    margin-top: 70px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-mr-70--pc {
    margin-right: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-mr-70--sp {
    margin-right: 70px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-mb-70--pc {
    margin-bottom: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-mb-70--sp {
    margin-bottom: 70px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-ml-70--pc {
    margin-left: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-ml-70--sp {
    margin-left: 70px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-mt-75--pc {
    margin-top: 75px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-mt-75--sp {
    margin-top: 75px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-mr-75--pc {
    margin-right: 75px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-mr-75--sp {
    margin-right: 75px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-mb-75--pc {
    margin-bottom: 75px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-mb-75--sp {
    margin-bottom: 75px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-ml-75--pc {
    margin-left: 75px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-ml-75--sp {
    margin-left: 75px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-mt-80--pc {
    margin-top: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-mt-80--sp {
    margin-top: 80px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-mr-80--pc {
    margin-right: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-mr-80--sp {
    margin-right: 80px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-mb-80--pc {
    margin-bottom: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-mb-80--sp {
    margin-bottom: 80px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-ml-80--pc {
    margin-left: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-ml-80--sp {
    margin-left: 80px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-mt-85--pc {
    margin-top: 85px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-mt-85--sp {
    margin-top: 85px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-mr-85--pc {
    margin-right: 85px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-mr-85--sp {
    margin-right: 85px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-mb-85--pc {
    margin-bottom: 85px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-mb-85--sp {
    margin-bottom: 85px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-ml-85--pc {
    margin-left: 85px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-ml-85--sp {
    margin-left: 85px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-mt-90--pc {
    margin-top: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-mt-90--sp {
    margin-top: 90px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-mr-90--pc {
    margin-right: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-mr-90--sp {
    margin-right: 90px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-mb-90--pc {
    margin-bottom: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-mb-90--sp {
    margin-bottom: 90px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-ml-90--pc {
    margin-left: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-ml-90--sp {
    margin-left: 90px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-mt-95--pc {
    margin-top: 95px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-mt-95--sp {
    margin-top: 95px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-mr-95--pc {
    margin-right: 95px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-mr-95--sp {
    margin-right: 95px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-mb-95--pc {
    margin-bottom: 95px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-mb-95--sp {
    margin-bottom: 95px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-ml-95--pc {
    margin-left: 95px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-ml-95--sp {
    margin-left: 95px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-mt-100--pc {
    margin-top: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-mt-100--sp {
    margin-top: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-mt-110--sp {
    margin-top: 110px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-mr-100--pc {
    margin-right: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-mr-100--sp {
    margin-right: 100px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-mb-100--pc {
    margin-bottom: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-mb-100--sp {
    margin-bottom: 100px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-ml-100--pc {
    margin-left: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-ml-100--sp {
    margin-left: 100px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pt-0--pc {
    padding-top: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pt-0--sp {
    padding-top: 0px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pr-0--pc {
    padding-right: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pr-0--sp {
    padding-right: 0px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pb-0--pc {
    padding-bottom: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pb-0--sp {
    padding-bottom: 0px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pl-0--pc {
    padding-left: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pl-0--sp {
    padding-left: 0px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pt-5--pc {
    padding-top: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pt-5--sp {
    padding-top: 5px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pr-5--pc {
    padding-right: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pr-5--sp {
    padding-right: 5px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pb-5--pc {
    padding-bottom: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pb-5--sp {
    padding-bottom: 5px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pl-5--pc {
    padding-left: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pl-5--sp {
    padding-left: 5px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pt-10--pc {
    padding-top: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pt-10--sp {
    padding-top: 10px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pr-10--pc {
    padding-right: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pr-10--sp {
    padding-right: 10px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pb-10--pc {
    padding-bottom: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pb-10--sp {
    padding-bottom: 10px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pl-10--pc {
    padding-left: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pl-10--sp {
    padding-left: 10px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pt-15--pc {
    padding-top: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pt-15--sp {
    padding-top: 15px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pr-15--pc {
    padding-right: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pr-15--sp {
    padding-right: 15px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pb-15--pc {
    padding-bottom: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pb-15--sp {
    padding-bottom: 15px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pl-15--pc {
    padding-left: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pl-15--sp {
    padding-left: 15px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pt-20--pc {
    padding-top: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pt-20--sp {
    padding-top: 20px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pr-20--pc {
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pr-20--sp {
    padding-right: 20px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pb-20--pc {
    padding-bottom: 20px !important;
  }
}


@media screen and (min-width: 767px) {
  .cpcmn-c-pl-20--pc {
    padding-left: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pl-20--sp {
    padding-left: 20px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pt-25--pc {
    padding-top: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pt-25--sp {
    padding-top: 25px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pr-25--pc {
    padding-right: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pr-25--sp {
    padding-right: 25px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pb-25--pc {
    padding-bottom: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pb-25--sp {
    padding-bottom: 25px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pl-25--pc {
    padding-left: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pl-25--sp {
    padding-left: 25px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pt-30--pc {
    padding-top: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pt-30--sp {
    padding-top: 30px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pr-30--pc {
    padding-right: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pr-30--sp {
    padding-right: 30px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pb-30--pc {
    padding-bottom: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pb-30--sp {
    padding-bottom: 30px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pl-30--pc {
    padding-left: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pl-30--sp {
    padding-left: 30px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pt-35--pc {
    padding-top: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pt-35--sp {
    padding-top: 35px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pr-35--pc {
    padding-right: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pr-35--sp {
    padding-right: 35px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pb-35--pc {
    padding-bottom: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pb-35--sp {
    padding-bottom: 35px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pl-35--pc {
    padding-left: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pl-35--sp {
    padding-left: 35px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pt-40--pc {
    padding-top: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pt-40--sp {
    padding-top: 40px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pr-40--pc {
    padding-right: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pr-40--sp {
    padding-right: 40px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pb-40--pc {
    padding-bottom: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pb-40--sp {
    padding-bottom: 40px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pl-40--pc {
    padding-left: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pl-40--sp {
    padding-left: 40px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pt-45--pc {
    padding-top: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pt-45--sp {
    padding-top: 45px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pr-45--pc {
    padding-right: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pr-45--sp {
    padding-right: 45px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pb-45--pc {
    padding-bottom: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pb-45--sp {
    padding-bottom: 45px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pl-45--pc {
    padding-left: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pl-45--sp {
    padding-left: 45px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pt-50--pc {
    padding-top: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pt-50--sp {
    padding-top: 50px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pr-50--pc {
    padding-right: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pr-50--sp {
    padding-right: 50px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pb-50--pc {
    padding-bottom: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pb-50--sp {
    padding-bottom: 50px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pl-50--pc {
    padding-left: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pl-50--sp {
    padding-left: 50px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pt-55--pc {
    padding-top: 55px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pt-55--sp {
    padding-top: 55px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pr-55--pc {
    padding-right: 55px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pr-55--sp {
    padding-right: 55px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pb-55--pc {
    padding-bottom: 55px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pb-55--sp {
    padding-bottom: 55px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pl-55--pc {
    padding-left: 55px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pl-55--sp {
    padding-left: 55px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pt-60--pc {
    padding-top: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pt-60--sp {
    padding-top: 60px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pr-60--pc {
    padding-right: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pr-60--sp {
    padding-right: 60px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pb-60--pc {
    padding-bottom: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pb-60--sp {
    padding-bottom: 60px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pl-60--pc {
    padding-left: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pl-60--sp {
    padding-left: 60px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pt-65--pc {
    padding-top: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pt-65--sp {
    padding-top: 65px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pr-65--pc {
    padding-right: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pr-65--sp {
    padding-right: 65px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pb-65--pc {
    padding-bottom: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pb-65--sp {
    padding-bottom: 65px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pl-65--pc {
    padding-left: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pl-65--sp {
    padding-left: 65px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pt-70--pc {
    padding-top: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pt-70--sp {
    padding-top: 70px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pr-70--pc {
    padding-right: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pr-70--sp {
    padding-right: 70px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pb-70--pc {
    padding-bottom: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pb-70--sp {
    padding-bottom: 70px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pl-70--pc {
    padding-left: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pl-70--sp {
    padding-left: 70px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pt-75--pc {
    padding-top: 75px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pt-75--sp {
    padding-top: 75px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pr-75--pc {
    padding-right: 75px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pr-75--sp {
    padding-right: 75px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pb-75--pc {
    padding-bottom: 75px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pb-75--sp {
    padding-bottom: 75px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pl-75--pc {
    padding-left: 75px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pl-75--sp {
    padding-left: 75px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pt-80--pc {
    padding-top: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pt-80--sp {
    padding-top: 80px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pr-80--pc {
    padding-right: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pr-80--sp {
    padding-right: 80px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pb-80--pc {
    padding-bottom: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pb-80--sp {
    padding-bottom: 80px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pl-80--pc {
    padding-left: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pl-80--sp {
    padding-left: 80px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pt-85--pc {
    padding-top: 85px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pt-85--sp {
    padding-top: 85px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pr-85--pc {
    padding-right: 85px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pr-85--sp {
    padding-right: 85px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pb-85--pc {
    padding-bottom: 85px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pb-85--sp {
    padding-bottom: 85px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pl-85--pc {
    padding-left: 85px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pl-85--sp {
    padding-left: 85px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pt-90--pc {
    padding-top: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pt-90--sp {
    padding-top: 90px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pr-90--pc {
    padding-right: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pr-90--sp {
    padding-right: 90px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pb-90--pc {
    padding-bottom: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pb-90--sp {
    padding-bottom: 90px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pl-90--pc {
    padding-left: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pl-90--sp {
    padding-left: 90px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pt-95--pc {
    padding-top: 95px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pt-95--sp {
    padding-top: 95px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pr-95--pc {
    padding-right: 95px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pr-95--sp {
    padding-right: 95px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pb-95--pc {
    padding-bottom: 95px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pb-95--sp {
    padding-bottom: 95px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pl-95--pc {
    padding-left: 95px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pl-95--sp {
    padding-left: 95px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pt-100--pc {
    padding-top: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pt-100--sp {
    padding-top: 100px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pr-100--pc {
    padding-right: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pr-100--sp {
    padding-right: 100px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pb-100--pc {
    padding-bottom: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pb-100--sp {
    padding-bottom: 100px !important;
  }
}

@media screen and (min-width: 767px) {
  .cpcmn-c-pl-100--pc {
    padding-left: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pl-100--sp {
    padding-left: 100px !important;
  }
}
@media screen and (min-width: 767px) {
  .cpcmn-c-pb-130--pc {
    padding-bottom: 130px !important;
  }
}

@media screen and (max-width: 767px) {
  .cpcmn-c-pb-130--sp {
    padding-bottom: 130px !important;
  }
}

 .cpcmn-h3-lr, .cpcmn-present__head {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
  /* margin: 20px 0 0; */
  margin-top: 5px;
  line-height: 1.3;
  /* color: #044685; */
}
@media screen and (min-width: 767px) {
  .cpcmn-h3-lr, .cpcmn-present__head {
    font-size: 32px;
    letter-spacing: 1px;
  }
}

.cpcmn-h3-lr:before, .cpcmn-present__head:before, .cpcmn-h3-lr:after, .cpcmn-present__head:after {
  content: "";
  display: block;
  width: 24px;
  margin: 0 10px;
  margin-bottom: 4px;
}
@media screen and (min-width: 767px) {
  .cpcmn-h3-lr:before, .cpcmn-present__head:before, .cpcmn-h3-lr:after, .cpcmn-present__head:after {
    width: 34px;
  }
}

.cpcmn-h3-lr:before, .cpcmn-present__head:before {
  transform: rotate(60deg);
}
.cpcmn-h3-lr:after, .cpcmn-present__head:after {
  transform: rotate(-60deg);
}
