/*ボタン*/
.bpts_btn_arrow { /*矢印の基点とするためrelativeを指定*/
  max-width: 400px;
  width: 100%;
  margin: 1em 0;
  position: relative;
  /*ボタンの形状*/
  text-decoration: none;
  display: block;
  color: #000 !important;
  padding: .2em 0 .4em 3em;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: left;
  outline: none;
  /*アニメーションの指定*/
  -webkit-transition: ease .2s;
  -o-transition: ease .2s;
  transition: ease .2s;
}
.bpts_btn_arrow:hover {
  background: rgba(228, 234, 237, 0.5);
  text-decoration: none !important;
}
/* 矢印が回転 */
.bpts_btn_arrow::before {
  content: '';
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  top: 30%;
  left: 13px;
  /*矢印の形状*/
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  /*アニメーションの指定*/
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
/*hoverした際のアニメーション*/
.bpts_btn_arrow:hover::before {
  left: 20px;
}
@media (max-width: 960px) {
  .bpts_btn_arrow { /*矢印の基点とするためrelativeを指定*/
    max-width: 300px;
    width: 100%;
  }
}
/* --------------------------------------------------
	ステップボックス
-------------------------------------------------- */
.unit_stepbox {
  position: relative;
  background: #ffffff;
  border: 4px solid #e6e6e6;
  padding: 20px 20px 26px 10px;
}
.unit_stepbox_end {
  position: relative;
  background: #ffffff;
  border: 4px solid #e6e6e6;
  padding: 20px 20px 26px 10px;
  margin-bottom: 2em;
}
.unit_stepbox:after, .unit_stepbox:before {
  width: 100%;
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.unit_stepbox:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 20px;
  margin-left: -20px;
}
.unit_stepbox:before {
  border-color: rgba(230, 230, 230, 0);
  border-top-color: #e6e6e6;
  border-width: 26px;
  margin-left: -26px;
}
/* --------------------------------------------------
	ステップボックスCSS版
-------------------------------------------------- */
.unit_stepbox {
  position: relative;
  background: #ffffff;
  border: 4px solid #e6e6e6;
  padding: 20px 20px 26px 20px;
}
.unit_stepbox_end {
  position: relative;
  background: #ffffff;
  border: 4px solid #e6e6e6;
  padding: 20px 20px 26px 10px;
}
.unit_stepbox:after, .unit_stepbox:before {
  width: 100%;
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.unit_stepbox:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 20px;
  margin-left: -20px;
}
.unit_stepbox:before {
  border-color: rgba(230, 230, 230, 0);
  border-top-color: #e6e6e6;
  border-width: 26px;
  margin-left: -26px;
}
.step_title {
  display: block;
  font-size: 1.3em;
}
/*　ステップボックス レスポンシブ時　*/
@media (max-width: 960px) {
  .unit_stepbox {
    text-align: center;
  }
  .unit_stepbox_end {
    text-align: center;
  }
  .col_appealmessage {
    display: block;
    margin: 30px auto 10px auto;
    padding-left: 10px;
    text-align: left;
  }
  .unit_stepbox p {
    text-align: left;
  }
  .unit_stepbox_end p {
    text-align: left;
  }
}
/*　ステップボックス レスポンシブ時　ここまで　*/
/* ステップ中身 */
.upts_step_number {
  width: 15%;
}
.upts_step_text {
  width: 80%;
  margin: 0 auto;
}
.upts_step_number h4 {
  text-align: center;
  line-height: 1.3;
  color: #77CCB2;
}
.upts_step_number span.upts_step {
  font-size: 1.3em;
}
.upts_step_number span.upts_step02 {
  font-size: 2.5em;
  font-weight: 500;
}
@media (max-width: 960px) {
  /* ステップ中身 */
  .upts_step_number {
    width: 100%;
  }
  .upts_step_text {
    width: 100%;
  }
  .upts_step_number h4 {
    text-align: center;
  }
}
/*  本文領域 */
.col_textarea_full {
  padding: 0;
  margin: 0 auto;
  max-width: 1100px;
}
/* --------------------------------------------------
	リストマーク
-------------------------------------------------- */
/*  2列 */
.col_mark_2col {
  margin: 0 0 10px 0px;
}
.col_mark_2col li {
  float: none !important;
  display: inline-block;
  background-image: url('../image/common/icon-hover.png');
  background-position: left center;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 3px;
  width: 43%;
  /*	float:left;*/
  padding-left: 20px;
}
/*　スマホ用 / 2列から1列に　*/
@media (max-width : 960px) {
  .col_mark_2col li {
    width: 95%;
    padding-left: 0px;
    padding-left: 20px;
  }
}
/*  3列 */
.col_mark_3col {
  margin: 0 0 10px 0px;
}
.col_mark_3col li {
  background-image: url('../image/common/icon-hover.png');
  background-position: left center;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 3px;
  width: 29%;
  float: left;
  padding-left: 20px;
  margin-right: 10px;
}
/*　スマホ用 / 3列から2列に　*/
@media (max-width : 960px) {
  .col_mark_3col {}
  .col_mark_3col li {
    margin-bottom: 3px;
    width: 42.5%;
    float: left;
    padding-left: 20px;
  }
}
/*  リストの上下を均等にあける */
.col_mark_number, .col_mark_circle, .col_mark_number_square, .col_mark_check, .col_mark_triangle, .col_mark_kome {
  margin: 10px 0;
  text-align: left;
}
/* 三角矢印 */
.col_mark_triangle {
  margin: 0 0 15px 5px;
  list-style-type: none;
}
.col_mark_triangle li {
  position: relative;
  padding: 0em 0.3em 0.3em 1.3em;
}
.col_mark_triangle li:before {
  position: absolute;
  content: '';
  top: 0.5em;
  left: 0.2em;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #77CCB2;
}
/*三角マーク下に円マークをいれる時の対策*/
.col_mark_triangle li > .col_mark_circle li:before {
  border-width: 5px 5px 5px 5px !important;
}
/*  数字マーク */
.col_mark_number {
  margin: 0 0 10px 33px;
}
.col_mark_number li {
  position: relative;
  margin-bottom: 10px;
  list-style-type: decimal;
}
/*  数字マーク　２階層目*/
.col_mark_number li > .col_mark_number li {
  list-style-type: lower-alpha;
} /* ※印 */
.col_mark_kome li {
  margin: 0 0 5px 20px;
  list-style-type: none;
  text-indent: -1em;
}
.col_mark_kome li:before {
  margin-right: 5px;
  display: inline;
  content: "※";
}
/*  円マーク */
.col_mark_circle {
  margin: 0 0 15px 25px;
}
.col_mark_circle li {
  position: relative;
  margin-bottom: 10px;
}
.col_mark_circle li::after {
  display: block;
  content: '';
  position: absolute;
  top: .2em;
  left: -1em;
  width: 6px;
  height: 6px;
  background-color: #77CCB2; /*　色　*/
  border-radius: 100%;
}
/*  （）付き数字 */
.col_mark_number02 {
  margin-left: 2em;
}
.col_mark_number02 li {
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
}
.col_mark_number02 li:before {
  content: "("counter(cnt) ")";
  display: inline-block;
  margin-left: -2em;
  width: 2em;
  position: absolute;
  top: 0;
  left: 0;
}
.col_mark_number02 li ul li:before {
  display: none;
}
/* 数字マーク・四角で囲う版 */
.col_mark_number_square {
  counter-reset: number; /*数字をリセット*/
  list-style-type: none !important; /*数字を一旦消す*/
  padding: 0;
  margin-bottom: 20px;
}
.col_mark_number_square li {
  position: relative;
  padding: 0.5em;
  line-height: 1.5em;
  background: #F0F7F6;
  border-left: solid 35px #77CCB2;
  margin-bottom: 5px;
}
.col_mark_number_square li:before {
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display: inline-block;
  color: white;
  font-size: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -35px;
  width: 35px;
  height: 1em;
  line-height: 1;
  text-align: center;
}
/*  チェックマーク */
.col_mark_check {
  margin: 0 0 15px 25px;
}
.col_mark_check li {
  position: relative;
  margin-bottom: 20px;
}
.col_mark_check li::after {
  display: block;
  content: '';
  position: absolute;
  top: .7em;
  left: -1.3em;
  width: 10px;
  height: 5px;
  border-left: 3px solid #77CCB2; /*　色　*/
  border-bottom: 3px solid #77CCB2; /*　色　*/
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* サブページのステージ */
#zone_substage {
  background-image: url("../../image/sitetop/bg-column-wrap.jpg");
}
ul.p_artmake_tokucho {
  text-align: center;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}
ul.p_artmake_tokucho li {
  border: 2px solid #B6F0C5;
  border-radius: 100px;
  color: #4AADA5;
  font-weight: bold;
}
ul.p_artmake_tokucho.ozen {
  text-align: center;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 15px;
}
.before_after_image > img {
  margin: 0px auto;
  max-width: 100%;
  border-radius: 10px;
}
.before_after_image p {
  margin-top: -.5em;
  text-align: center;
}
.before_after_arrow {
  position: relative;
  width: 60px;
  height: 60px;
  color: #3388dd;
}
.before_after_arrow::before, .before_after_arrow::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
}
.before_after_arrow::before {
  right: -40px;
  width: 0px;
  height: 0px;
  border: 40px solid transparent;
  border-left: 50px solid #D3E5F1;
}
@media screen and (max-width: 767px) {
  ul.p_artmake_tokucho {
    display: block;
  }
  ul.p_artmake_tokucho li {
    margin: 10px auto;
    width: auto;
    border-radius: 5px;
  }
  .before_after_arrow {
    margin: 30px auto;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@media (min-width: 768px) {
  .before_after {
    max-width: 800px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
  }
  .before_after_image {
    width: calc(50% - 60px);
  }
  .before_after_arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
}
/*こんなお悩みを持つ方におすすめ*/
ul.l_osusume_circle {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  grid-gap: 20px;
  text-align: center;
  justify-content: center;
  align-content: center;
  margin: 0 auto;
}
ul.l_osusume_circle li {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(198, 227, 243, 1);
  background-image: radial-gradient(rgba(198, 227, 243, 1), rgba(244, 247, 255, 1));
  border-radius: 20px;
  height: 150px;
  width: 100%;
  line-height: 1.5;
}
ul.l_osusume_circle li p {
  text-align: center;
}
@media (max-width: 960px) {
  ul.l_osusume_circle li {
    height: 100px;
  }
}
/*box*/
.l_osusume_box {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  grid-gap: 20px;
  text-align: center;
  justify-content: center;
  align-content: center;
  margin: 0 auto;
}
.l_osusume_box > li {
  border: 4px solid;
  border-image: linear-gradient(to right, #E3EBFD, #F1E3FD) 1;
  margin-inline: auto;
  width: 100%;
  padding: 1em 0;
}
.l_osusume_box > li img {
  width: 130px;
}
.l_osusume_box > li h4 {
  font-size: 1.2em;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.l_osusume_box > li > ul > li {
  text-align: center;
  background: #91A0D6;
  width: 80%;
  margin: 1em auto;
  color: #fff;
  border-radius: 5px;
}

.font_fee {
  position: relative;
  font-size: 1em;
  padding: .4em .4em .4em 2em;
}
.font_fee:before {
  position: absolute;
  top: calc(50% - 7px);
  left: 10px;
  width: 14px;
  height: 14px;
  content: '';
  border-radius: 50%;
  background: #C4CBE4;
}
.font_fee strong {
  font-size: 1.2em;
}
/*---------*/
/*明朝コピー*/
.l_font_mincho {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 1.7em;
  text-align: center;
  margin-top: 2em;
}
/*こんな方におすすめリストボックス*/
ul.l_osusume_list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  grid-gap: 20px;
  justify-content: center;
  align-content: center;
  margin: 0 auto;
}
ul.l_osusume_list > li div {
  border: 3px solid #D3ECEA;
  padding: 1em;
  height: 100%;
}
ul.l_osusume_list > li h5 {
  text-align: center;
  font-size: 2em;
  font-weight: normal;
  color: #319F82;
  margin-bottom: 1em;
  margin-top: .5em;
}
ul.l_osusume_list > li h5 img {
  max-width: 100px;
  width: 100%;
  vertical-align: middle;
  margin-right: 10px;
}
@media print, (max-width: 960px) {
  ul.l_osusume_list > li div {
    padding: 0;
  }
  ul.l_osusume_list > li h5 {
    font-size: 1.4em;
  } /*明朝コピー*/
  .l_font_mincho {
    font-size: 1.4em;
  }
}
.l_strong {
  font-size: 1.5em;
}
.l_strong span {
  color: #E84A4D;
  font-weight: bold;
}
.l_blog_link {
  background: #5DA3C9;
  border-radius: 10px;
  padding: 1em 0;
  text-align: center;
}
.l_blog_link p {
  text-align: center;
  color: #fff;
  font-size: 1.2em;
}
.l_blog_link a {
  background: #BCEDDD;
  display: block;
  max-width: 50%;
  width: 100%;
  margin: 0 auto;
  border-radius: 100px;
  color: #438B74 !important;
  font-weight: bold;
  font-size: 1.3em;
  padding: .3em 0;
  text-decoration: none;
}
.l_blog_link a:hover {
  background-position: right center;
  background-size: 200% auto;
  -webkit-animation: pulse 2s infinite;
  animation: shad26 1.5s infinite;
}
@keyframes shad26 {
  0% {
    box-shadow: 0 0 0 0 #fff;
  }
  70% {
    box-shadow: 0 0 0 10px rgb(255 255 255 / 0%);
  }
  100% {
    box-shadow: 0 0 0 0 rgb(255 255 255 / 0%);
  }
}
/*-----------点滴コース---------------*/
.tenteki_bg_pink {
  background: #F3B9B9;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 3em 0;
}
/*中見出し*/
.col_internal_chuumidashi.red span {
  font-size: .8em;
}
.col_internal_chuumidashi.red span span {
  border-bottom: 1px solid #fff;
  font-size: 1em;
}
.col_internal_chuumidashi.red span em {
  color: #F85456;
  display: inline-block;
  padding: .1em 1em;
  border-radius: 10px;
  border-bottom: none;
  margin-right: .7em;
  background: #fff;
}
.col_internal_chuumidashi.red {
  background: #F85456;
}
.col_internal_chuumidashi.orange {
  background: #F8B454;
}
.col_internal_chuumidashi.redorange {
  background: #E76D52;
}
.col_internal_chuumidashi.blue {
  background: #7364BF;
}
.col_internal_chuumidashi.pinkblue {
  background: #A04DC4;
}
.col_internal_chuumidashi.green {
  background: #2F9E6C;
}
div.link_monitor_btn {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  max-width: 700px;
  margin: 0 auto 1.2em auto;
}
div.link_monitor_btn a {
  text-decoration: none;
  background: #FF7279;
  color: #fff !important;
  border-radius: 5px;
  transition: .4s;
  padding: 1em 0;
}
div.link_monitor_btn a:hover {
  background: #8D3CC9;
}
/*ブロック*/
ul.course_table {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}
ul.course_table li {
  background: #fff;
  -webkit-box-shadow: 0 2px 9px rgba(0, 0, 0, 0.22);
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.22);
  border-radius: 10px;
  padding: 2em 1.8em;
  text-align: center;
  margin: 0 auto 2em auto;
}
/*赤枠p*/
ul.course_table li p.waku_red {
  border: #F85456 1px solid;
  display: inline-block;
  margin: 0 auto;
  padding: .2em 1em;
  text-align: center;
}
ul.course_table li span.sale {
  background: #FF161A;
  display: inline-block;
  padding: 0 1em;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
}
ul.course_table li em.red {
  color: #FF161A;
  font-weight: bold;
  margin-left: 1em;
  font-size: 1.2em;
}
ul.course_table li p strong {
  font-size: 1.8em;
  font-weight: bold;
  background: #FFF9AA;
  color: #FF161A;
}
ul.course_table li p strong span:before {
  content: "/";
  margin-left: .5em;
  padding-right: .5em;
  color: #808080;
}
/*tel*/
ul.course_table li tel {
  font-size: 2em;
  color: #FF7279;
  font-weight: bold;
}
ul.course_table li .unit_table_side {
  text-align: left;
  margin-bottom: 1em;
}
/*定価と月額グレーに*/
ul.course_table li .unit_table_side tr.gray th, ul.course_table li .unit_table_side tr.gray td {
  background: #F0F0F0;
}
@media screen and (max-width:768px) {
  ul.course_table li {
    width: 80%;
    margin: 3em auto;
  }
  ul.course_table li span.sale {
    font-size: 1em;
    text-align: center;
  }
  ul.course_table li em.red {
    font-size: 1.1em;
  }
  ul.course_table li p strong {
    font-size: 1.4em;
    display: block;
  }
  ul.course_table li p strong span {
    display: block;
  }
  ul.course_table li p strong span:before {
    content: none;
    margin-left: 0;
    padding-right: 0;
  }
}
/*----ブロック内の見出し*/
ul.course_table li h6 {
  font-size: 1.7em;
  margin-bottom: .4em;
  line-height: 1.5;
}
/*赤*/
ul.course_table li h6.red {
  color: #F85456;
}
/*オレンジ*/
ul.course_table li h6.orange {
  color: #EB900F;
}
/*赤系オレンジ*/
ul.course_table li h6.redorange {
  color: #E76D52;
}
/*青*/
ul.course_table li h6.blue {
  color: #7364BF;
}
/*紫*/
ul.course_table li h6.pinkblue {
  color: #A04DC4;
}
/*緑*/
ul.course_table li h6.green {
  color: #2F9E6C;
}
ul.course_table li h6 span {
  display: block;
  font-size: .6em;
  font-weight: normal;
}