@charset "UTF-8";
.sponly{
	display: none;
}
.pconly{
	display: block;
}
.l-header__menuBtn.sp_{
	
}

.footernavibox {
  background-color: #EFEFEF;
  width: 100%;
  padding: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 8;
  opacity: 0;
  visibility: hidden;
  transition: .3s;

  }
.footernavibox,
.footernavibox_two{
  /* background-color: #EFEFEF; */
  width: 100%;
  /* padding: 10px; */
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  /* height: 61px; */
  }
.footernavibox.active,
.footernavibox_two.active{
  opacity: 1;
  visibility: visible;
  /* height: 127px; */
  }
.footernavi_child:nth-child(1) {
    margin-right: 15px;
}
.footernavi {
  font-size: 0;
  display: flex;
  justify-content: center;
  padding: 5px;
  background: #000000b0;
  }

.footernavi_child {
  display: inline-block;
  position: relative;
  text-align: center;
  filter: drop-shadow(2px -2px 2px rgba(0, 0, 0, 0.3));
  /* border-right: 1px #fff solid; */
  width: 44%;
  /* background: linear-gradient( 90deg , #0086f5, #7baad4); */
  }
  .footernavi_child:last-child {
    border-right: none;
    }
  .footernavi_child a {
    color: #FFF;
    display: block;
    /* padding: 1.4rem 0 1.4rem; */
    text-decoration: none;
    }

.footernavi_child.col--2 {
  background: linear-gradient(-56deg, #4f6ed8 0%, #d02289 47%, #f26939 81%, #ffdd83 100%); }
  .footernavi_child.col--2 a {
    color: #fff; }

.footernavi_img {
  position: absolute;
  bottom: 0;
  left: 3%;
  width: 10%;
  top: 50%;
  transform: translateY(-50%);
  }
.footernavi_img.takuzyo {
  position: absolute;
  bottom: 0;
  left: 3%;
  width: 11%;
  }

.footernavi_child .footernavi--eng,
.footernavi_child .footernavi--jap {
  display: block;
  }

.footernavi_child .footernavi--eng {
  font-size: 1.6rem;
  color: white !important;
  }

.footernavi_child .footernavi--jap {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: white !important;
  }

.footernavi_child.col--2 i {
  display: block;
  font-size: 1.8rem;
 }
/*	cv button animation*/
	a.btn_19 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	/* width: 120px; */
	margin: auto;
	/* padding: 1rem 4rem; */
	font-weight: bold;
	/* border: 2px solid #27acd9; */
	background: #27acd9;
	color: #fff;
	border-radius: 5px;
	transition: 0.5s;
	background: linear-gradient(#2476ff, #001ca8);
	/* border: 2px solid #fff; */
	border-radius: 20px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.7);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	overflow: hidden;
	/* padding: 10px 30px; */
	position: relative;
	text-decoration: none;
	text-align: center;
	width: auto;
	width: 100%;
	animation: move_a 2s infinite;
	height: 67px;
	box-sizing: border-box;
	line-height: 1.25;
	padding-top: 11px;
	position: relative;
	z-index: 5;
}
	a.btn_19::before{
		/* background-color: #2a78ff; */
		border-radius: 50% 50% 0 0;
		bottom: 0;
		content: '';
		display: block;
		height: 50%;
		left: 0;
		position: absolute;
		width: 100%;
		z-index: -1;
	}
	.line a.btn_19{
		background: linear-gradient(#03c755, #03c755);
		/* border: 2px solid #fff; */
		border-radius : 20px;
		box-shadow: 0 1px 3px rgba(0,0,0,0.7);
		color: #fff;
		cursor: pointer;
		display: inline-block;
		font-size: 16px;
		overflow: hidden;
		/* padding: 10px 30px; */
		position: relative;
		text-decoration: none;
		text-align: center;
		width: 100%;
		position: relative;
		z-index: 7;
	}
	.line a.btn_19::before{
		/* background-color: #82d985; */
		border-radius: 50% 50% 0 0;
		bottom: 0;
		content: '';
		display: block;
		height: 50%;
		left: 0;
		position: absolute;
		width: 100%;
		z-index: -1;
	}
.cv_btn {
    position: fixed;
    right: 20px;
    bottom: 75px;
    transition: all 1.2s;
    z-index: 10
}

.cv_btn li {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin: 0 0 10px
}

.cv_btn li a {
    display: block;
    height: 60px
}

.cv_btn li.line {
    background: #de0000;
}

.cv_btn li.mail {
    background: #de0000;
}

.cv_btn li.tel {
    background: linear-gradient( 90deg , #0086f5, #7baad4);
}

.cv_btn li.peger {
    background: #2869be
}

.cv_btn li.peger .ar {
    display: block;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    position: absolute;
    right: 0;
    left: 0;
    top: 2px;
    bottom: 0;
    margin: auto;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg)
}

.cv_btn li img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.c-drawer {
    background-color: #f4f5f4;
    display: none;
    height: 100vh;
    height: calc(var(--vh, 1vh)*100);
    left: auto;
    overflow-y: scroll;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 510px;
    z-index: 100
}

.c-drawer__inner {
    background-color: #f4f5f4;
    padding: 99px calc(2.44898vw + 20.81633px)
}

.c-drawer__aco {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: calc(.81633vw + 6.93878px)
}

.c-drawer__aco__head {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    justify-content: space-between;
    padding: calc(.81633vw + 6.93878px) 0
}

.c-drawer__aco__head .mark {
    color: #b9a156;
    font-size: calc(1.30612vw + 11.10204px);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.c-drawer__aco__head .mark svg {
    vertical-align: middle
}

.c-drawer__aco__head.is-act .mark {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.c-drawer__aco__body {
    height: 0;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.c-drawer__aco__body .child_list {
    padding-left: calc(1.22449vw + 10.40816px)
}

.c-drawer__aco__body .child_list li a {
    display: block;
    font-size: calc(.16327vw + 1.23878rem);
    font-weight: 700;
    padding: calc(.40816vw + 3.46939px)
}

.c-drawer__link {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: calc(.81633vw + 6.93878px)
}

.c-drawer__link a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    justify-content: space-between;
    padding: calc(.81633vw + 6.93878px) 0
}

.c-drawer__link a .mark {
    color: #b9a156;
    font-size: calc(1.30612vw + 11.10204px)
}

.c-drawer_jenimo {
    display: grid;
    gap: calc(.81633vw + 6.93878px);
    grid-template-columns: repeat(2,1fr)
}

.c-drawer_jenimo__item a,.c-drawer_jenimo__item span {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: calc(.4898vw + 5.16327px) calc(.16327vw + 7.38776px) calc(.2449vw + 3.08163px)
}

.c-drawer_jenimo__item a .img,.c-drawer_jenimo__item span .img {
    max-width: calc(3.26531vw + 27.7551px);
    min-width: calc(3.26531vw + 27.7551px)
}

.c-drawer_jenimo__item a .catch,.c-drawer_jenimo__item span .catch {
    font-size: 1.2rem;
    line-height: 1.2;
    margin-bottom: 5px
}

.c-drawer_jenimo__item a .name,.c-drawer_jenimo__item span .name {
    font-family: Satoshi,sans-serif;
    font-weight: 700;
    line-height: 1.15
}

.c-drawer_jenimo__item.-more span {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-color: #f4f5f4;
    -ms-flex-direction: column;
    flex-direction: column;
    letter-spacing: 0;
    padding-bottom: calc(1.14286vw + 9.71429px);
    text-align: center
}

.c-drawer_jenimo__item.-more span .u-en {
    font-weight: 700
}

.c-drawer_jenimo__item.-more span .sub {
    font-size: calc(.16327vw + 1.03878rem);
    line-height: 1.4;
    margin-top: calc(.4898vw + 4.16327px)
}

.c-drawer_service {
    display: grid;
    gap: calc(.81633vw + 6.93878px);
    grid-template-columns: repeat(2,1fr)
}

.c-drawer_service__item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: calc(.40816vw + 3.46939px);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    padding: calc(2.04082vw + 7.34694px) calc(.81633vw + 6.93878px);
    position: relative;
    z-index: 2
}

.c-drawer_service__item a .bg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.c-drawer_service__item a .bg:after {
    background-color: #2f3e3f;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: .5;
    position: absolute;
    top: 0;
    width: 100%
}

.c-drawer_service__item a .bg img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.c-drawer_service__item a .ico {
    margin-bottom: calc(.65306vw + 5.55102px);
    width: calc(.81633vw + 26.93878px)
}

.c-drawer_service__item a .text {
    font-size: calc(.08163vw + 1.26939rem);
    line-height: 1
}

.c-drawer_service__item a .arrow {
    font-size: calc(.40816vw + 13.46939px);
    position: absolute;
    right: calc(.81633vw + 6.93878px);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.c-drawer__button {
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: auto;
    padding-bottom: env(safe-area-inset-bottom);
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 101
}
.footernavibox_two .c-drawer__button{
	right: 0;
	bottom: 20%;
	width: auto;
	flex-direction: column;
}
.footernavibox_two .c-drawer__button__item a{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 16px;
	width: auto;
	padding-left: 14px;
	padding-right: 14px;
	letter-spacing: 3px;
	border-radius: 9px 0 0 9px;
}
.footernavibox_two .c-drawer__button__item a:before{
	display: none !important;!i;!;
}

.c-drawer__button__item {
    position: relative;
    width: 50%;
    margin-bottom: 15px;
}
.c-drawer__button__item.tell{
    width: 15%;
}
.c-drawer__button__item.tell a{
    padding: 10px;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    background: #b9a156;
    border: none;
}
.c-drawer__button__item.tell a img{
    display: block;
    margin: 0 auto;
    width: 22px;
    height: 22px;
}

.c-drawer__button__item a {
    background-color: #03c755;
    color: #fff;
    display: block;
    font-size: 4vw;
    font-weight: 700;
    line-height: 1;
    padding: calc(1.22449vw + 20.40816px) 0;
    text-align: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    width: 100%;
    padding-left: 25px;
    border-right: 2px solid #fff;
    -ms-writing-mode: tb-rl;
    /* writing-mode: vertical-rl; */
}
.c-drawer__button__item a:before{
    content:"";
    display:block;
    width: 22px;
    height: 22px;
    position: absolute;
    background-image: url("/assets/img/line.svg");
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    left: 6%;
}
.c-drawer__button__item.tell a:before{
   display: none;
}
.c-drawer__button__item.-contact a:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    background-image: url(/assets/img/mail.svg);
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    left: 6%;
}

.c-drawer__button__item.-contact a {
    background-color: #0090c8;
    color: #fff;
    position: relative
}

.c-drawer__button__item.-contact .fukidashi {
    background-color: #2f3e3f;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 3vw;
    left: 50%;
    line-height: 1;
    opacity: 1;
    padding: calc(.57143vw + 4.85714px);
    position: absolute;
    top: calc(-6.2449vw - 9.08163px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    white-space: nowrap
}
.c-drawer__button__item.-contact .fukidashi::after{
	border-top: 9px solid #2f3e3f;
}

.c-drawer__button__item.-contact .fukidashi:before {
    border-color: #2f3e3f transparent transparent;
    border-style: solid;
    border-width: 6px 4px 0;
    bottom: -5px;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0
}

.c-drawer__button__item.-contact .fukidashi i {
    font-style: normal
}
.p-fixBtnWrap {
    bottom: 6.25em;
    display: none;
}
/*contact*/
.form_label,.form_label,.form_label,.form_label {
    width: 90%;
    margin: 0 auto;
    display: block;
    margin-bottom: 25px;
}
.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
    display: block;
    margin-bottom: 15px;
}
.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
   display: block !important;
    margin-bottom: 15px !important;
}
.sub_contents{
	margin-bottom: 20px;
	display: block;
	display: flex;
	align-items: center;
	line-height: 1.5;
}
.wpcf7-form-control.has-spinner.wpcf7-submit{
	margin: 0 auto;
	display: block;
	width: 88%;
	background: #b9a156;
	color: white !important;
	border: none;
	/* padding: 15px; */
	font-size: 20px;
	cursor: pointer;
	text-align: center;
}
textarea,
input{width: 100%;margin: 0 auto;}
input.form-control {
    color: #333;
}
textarea.form-control {
    color: #333;
}
.hissu{:;vertical-align: text-bottom;background: #e91e63;padding: 4px 8px;display: block;margin-left: 10px;color: white !important;font-size: 12px;white-space: nowrap;}
.ninni{:;vertical-align: text-bottom;background: #7c797a;padding: 4px 8px;display: block;margin-left: 10px;color: white !important;font-size: 12px;white-space: nowrap;}
input,textarea,select {
    background-color: #fff;
    border: 1px solid #a7a6aa;
    border-radius: 2px;
    margin: 0;
    padding: 5px 7px;
    width:100%;
    /* height: 80px; */
}
select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
  appearance: menulist;
}
select ,input{
 height: 50px;
 font-size: 16px;
}

/*IE用*/
select::-ms-expand {
    display: block;
}

input[type=text],textarea {
    border: 1px solid #aaa;
    outline: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

input[type=text]:focus,textarea:focus {
    border: 1px solid #52a8ec;
    -webkit-box-shadow: 0 0 7px #52a8ec;
    box-shadow: 0 0 7px #52a8ec
}

.form_label{
	width: 100%;
	margin: 0 auto;
	display: block;
	margin-bottom: 25px;
}
textarea{
	width: 100%;
	margin: 0 auto;
	display: block;
}
.wpcf7-submit{
	width: 90%;
    margin: 0 auto;
    display: block;
}
.tyukoku{
	color: #e91e63;
}
.wpcf7-date{
	color: #495057 !important;
	width: 100%;
}
/* ベースのチェックボックス */
.wpcf7-list-item input[type=checkbox] {
  display: none;
}
.wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  padding-left: 25px;
}
.wpcf7-list-item input[type=checkbox]  + .wpcf7-list-item-label::before {
  position: absolute;
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: #fff;
  left: -1px;
  top: 50%;
  border: 1px solid #333;
  transform: translateY(-50%);
}
.wpcf7-list-item input[type=checkbox]  + .wpcf7-list-item-label::after {
  position: absolute;
  content: '';
  display: block;
  width: 8px;
  height: 12px;
  transform: rotate(45deg) scale(0, 0);
  border-right: 3px solid #e91e63;
  border-bottom: 3px solid #e91e63;
  left: 5px;
  top: -1px;
  transition: .3s;
}
.wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::after {
    transform: rotate(45deg) scale(1, 1);
}
.wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label{
   color: red;
}
.wpcf7-list-item {
    display: block !important;
    margin-bottom: 20px !important;
}
.form-control {
    color: #495057 !important;}
.c-gnav>.menu-item>a .ttl {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #474747;
}

.p-spMenu__closeBtn .c-iconBtn__icon {
    font-size: 34px;
}
.c-iconBtn__icon {
    display: block;
    font-size: 34px;
}
/*------------------------------
      ヒーローセクション
    ------------------------------*/
    .hero {
      width: 100%;
      height: 60vh;
      background: url('/assets/img/beauty_trend.png') center/contain no-repeat;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      text-align: center;
      margin-top: 70px; /* ヘッダーの高さ分余白を確保 */
      position: relative;
      margin-bottom: 0px !important;!i;!;
      overflow: hidden;
    }

    .hero::before {
      /* content: ''; */
      position: absolute;
      inset: 0;
      /* background: rgba(0, 0, 0, 0.4); */
    }

    .hero h1 {
      position: relative;
      font-size: 2.5rem;
      font-weight: bold;
      z-index: 1;
      animation: slideInDown 1.2s ease;
    }

    @keyframes slideInDown {
      0% {
        transform: translateY(-50px);
        opacity: 0;
      }
      100% {
        transform: translateY(0);
        opacity: 1;
      }
    }

    /*------------------------------
      コンテンツセクション
    ------------------------------*/
    .content-section {
      max-width: 1000px;
      margin: 2rem auto;
      /* padding: 0 1rem; */
    }

    .section-title {
      font-size: 1.8rem;
      font-weight: bold;
      margin-bottom: 1rem;
      text-align: center;
      position: relative;
    }

    .section-title::after {
      content: "";
      display: block;
      width: 80px;
      height: 3px;
      background: #ffffff;
      margin: 0.5rem auto 0;
    }

    .fade-in {
      opacity: 0;
      transform: translateY(20px);
      transition: opacity 0.8s ease, transform 0.8s ease;
    }

    .fade-in.show {
      opacity: 1;
      transform: translateY(0);
    }

    .content-box {
      background: #fff;
      padding: 1.5rem;
      margin-bottom: 2rem;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }

    .content-box h2 {
      font-size: 1.3rem;
      margin-bottom: 2rem;
      /* color: #f069a7; */
      border-left: 5px solid #f069a7;
      padding-left: 0.5rem;
    }

    .content-box p {
      margin-bottom: 1rem;
      line-height: 2;
    }


main.single.column .c-container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-left: 0;
	padding-right: 0;
	position: relative;
}
main.single.column .column_left{
	width: 70%;
}
main.single.column .column_right{
	width: 25%;
	/* position: fixed; */
	right: 40px;
	/* top: 135px; */
}
main.single.column .banner_sec{
	margin-bottom: 50px;
}
main.single.column .banner_sec a{
	margin-bottom: 5px;
	display: block;
	/* top: 10px; */
}

main.single.column .top_column .column_items li {
    width: 100%;
    margin-bottom: 40px;
}
main.single.column .top_column .column_items li a img{
	height: auto;
	width: 100%;
}
main.single.column .top_column .column_items span {
   font-size: 16px;
}
main.single.column .top_column .column_items .item_detail {
   font-size: 16px;
   line-height: 1.5;
}
h2.pickup{
	position: relative;
	font-size: 20px;
	margin-bottom: 20px;
	font-family: ui-monospace;
	font-weight: bold;
	color: #b9a156;
}
h2.pickup::after {
    content: "";
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(#ce9e24), color-stop(50%, #f0e2bd), to(#ce9e24));
    background: linear-gradient(90deg, #ce9e24 0%, #f0e2bd 50%, #ce9e24 100%);
    position: absolute;
    left: 0;
    bottom: 0;
}
main.single.column .top_column .column_items li a{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
main.single.column .top_column .column_items li a .day_img{
	width: 30%;
}
main.single.column .top_column .column_items li a .item_detail{
	width: 65%;
}
main.single.column .top_column .column_items li a .day{
	display: flex;
	align-items: center;
}
main.single.column .top_column .column_items li a .day::before{
	content:"";
	di;
	display: block;
	background-image: url("/assets/img/clock.svg");
	width: 15px;
	height: 16px;
	background-repeat: no-repeat;
	margin-right: 7px;
	display: flex;
	align-items: center;
}
main.single.column .top_column .column_items li a p{
	
}
.box_merit {
    display: block;
    position: relative;
    margin: 0 auto;
    margin: 1.5rem 0 6rem;
    padding: 1.5rem 1.5rem 1rem 1.5rem;
    width: 100%;
    background: #fff9eb;
}
.box_merit_span {
    display: inline-block;
    position: absolute;
    left: 0;
    top: .5rem;
    box-sizing: border-box;
    padding: 0 1rem;
    margin: 0;
    height: 30px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    background: #f46b6b;
    box-shadow: 0 0 2px rgba(0, 0, 0, .12);
}
.de .box_merit_span{
	background: #0090c8;
}
.de .box_merit_span:before{
	background: #0090c8;
}
.de .box_merit_span:after{
	background: #3b6575;
}
.box_merit_span:before {
    position: absolute;
    content: "";
    top: 0;
    left: -7px;
    border: none;
    height: 38px;
    width: 7px;
    background: #f46b6b;
    border-radius: 5px 0 0 5px;
}
.box_merit_span:after {
    position: absolute;
    content: "";
    bottom: -7px;
    left: -5px;
    border: none;
    height: 7px;
    width: 5px;
    background: #a65a5a;
    border-radius: 5px 0 0 5px;
}
.de.box_merit .li-check li:before{
	border-left: 2px solid #0090c8;
	border-bottom: 2px solid #0090c8;
}
.box_merit .li-check li:before {
    
    font-weight: 900;
    content: '';
    display: block;
    position: absolute;
    top: 41%;
    left: -1.5em;
    width: 10px;
    height: 5px;
    border-left: 2px solid #f46b6b;
    border-bottom: 2px solid #f46b6b;
    transform: rotate(-45deg);
}
.li-check ul {
    position: relative;
    padding: 2em .5em 1em 2.5em;
    /* border: solid 2px #ffb03f; */
}
.li-check ul li{
	position: relative;
}
.li-check ul li::before{
	content: "";
	display: block;
}
.box_memo_01 {
    margin: 3rem 0 6.5rem;
    border: solid 3px #65c2e9;
    border-radius: 8px;
    padding: 0 30px 30px;
}
.box_memo_01.kai{
	border: solid 3px #ff8585;
}
.box_memo_01 .box-title {
    display: inline-block;
    position: relative;
    top: -15px;
    left: .6rem;
    padding: 0 20px 0px 30px;
    background: #fff;
    color: #333;
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
}
.box_memo_01 .box-title::before{
	font-weight: bold;
	content: '';
	display: block;
	position: absolute;
	top: 24%;
	left: 6px;
	width: 18px;
	height: 9px;
	border-left: 2px solid #7fd6e4;
	border-bottom: 2px solid #7fd6e4;
	transform: rotate(-45deg);
}
.box_memo_01.kai .box-title::before{
	border-left: 2px solid #ff8585;
	border-bottom: 2px solid #ff8585;
}
div.point{
	margin-bottom: 6rem;
}
div.point .point_ttl {
    font-size: 20px;
    color: #f7931e;
    font-weight: bold;
}
div.point .point_ttl::before {
    font-size: 20px;
    font-weight: 900;
    content: "●";
    color: #f7931e;
    margin-right: .4rem;
}
.internal-btn {
    display: block;
    background-color: #03c755;
    color: #fff !important;
    padding: 12px 20px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
    text-align: center;
    width: 75%;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 30px;
}

ol.kajo {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding: 0.3em 0.8em;
  border: solid 2px #ffb107;
  margin: 20px 0;
}
ol.kajo li {
  border-bottom: dashed 1px orange;
  position: relative;
  padding: 0.5em 0.5em 0.5em 30px;
  line-height: 1.5em;
}
ol.kajo li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display:inline-block;
  background: #ffb107;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
ol.kajo li:last-of-type {
  border-bottom: none; /*最後のliの線だけ消す*/
}
/* FAQセクション */
.faq-section {
  background: #ffffff;
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 2rem;
}

.faq-item {
  border: 1px solid #ddd;
  border-radius: 5px;
  margin: 3rem 0;
  background-color: #fff;
}

/* 質問部分 */
.question {
  cursor: pointer;
  background-color: #f2f2f2;
  padding: 1rem;
  border-bottom: 1px solid #ddd;
}
.question h2 {
  margin: 0;
  font-size: 16px;
  color: #0064c8;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* 回答部分 */
.answer {
  display: none;
  padding: 1rem;
  background-color: #fff;
}

/* 回答を開閉するためのクラス */
.answer.open {
  display: block;
}

/* シェアセクション */
.share-section {
  background: #ffffff;
  border-radius: 8px;
  padding: 1rem;
  text-align: center;
  margin-bottom: 2rem;
}

.share-section p {
  margin-bottom: 0.5rem;
}

/* シェアボタン */
.share-button {
  display: inline-block;
  margin: 0.5rem 0.75rem;
  padding: 0.5rem 1rem;
  text-decoration: none;
  color: #ffffff !important;
  border-radius: 4px;
}
.chiecat{
	display: inline;
    background: #0090c8;
    color: #fff;
    padding: 3px 7px;
    border-radius: 10px;
}
p.date{
	font-size: 12px;
}
/* strongタグの見た目をわかりやすく変更 */
.chie strong.mi {
  background-color: #fff3c0; /* 薄いイエロー */
  padding: 2px 4px;
  border-radius: 3px;
  font-weight: bold;
  color: #444;
  margin-bottom: 7px !important;!i;!;
  display: inline-block;
}

/* X(旧Twitter)用のボタンスタイル例 */
.x-share {
  background-color: black; /* Twitterのイメージカラー */
}

/* LINE用のボタンスタイル例 */
.line-share {
  background-color: #00c300; /* LINEのイメージカラー */
}
a.link{
	color: #ea8b39;
    font-weight: bold;
    text-decoration: underline;
}
.yellow_line {
    background: linear-gradient(transparent 65%, #ffdc00 40%);
    padding: 0 5px;
    font-weight: bold;
}
.about .post_content h2 {
    font-size: 1.2em;
    line-height: 1.4;
    margin: 4em 0 1em;
    position: relative;
    z-index: 1;
}
/*------------------------------
      ライター紹介セクション
    ------------------------------*/
    .writer-section {
      margin-top: 3rem;
    }

    .writer-box {
      display: flex;
      align-items: flex-start;
      gap: 1.5rem;
      background: #fff;
      padding: 1.5rem;
      margin-bottom: 2rem;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }

    .writer-box img {
      width: 150px;
      height: 150px;
      object-fit: cover;
      border-radius: 50%;
      flex-shrink: 0;
    }

    .writer-intro h3 {
      font-size: 1.4rem;
      margin-bottom: 0.5rem;
      color: #f069a7;
      border-left: 5px solid #f069a7;
      padding-left: 0.5rem;
    }

    .writer-intro p {
      margin-bottom: 0.5rem;
      line-height: 1.8;
    }

@media screen and (min-width: 768px) {
    
}


@media screen and (max-width: 767px) {
	main.single.column .c-container{
		flex-direction: column;
		padding-left: calc(2.04082vw + 7.34694px);
		padding-right: calc(2.04082vw + 7.34694px);
		width: 100%;
	}
	main.single.column .column_left{
		width: 100%;
	}
	main.single.column .column_right{
		display: none;
	}
    
}

/*sp*/
@media only screen and (max-width: 767px) {
	.sponly{
		display: block;
	}
	.pconly{
		display: none;
	}
	.l-footer__foot, .l-footer__widgetArea {
    padding-bottom: 10em;
}
	.c-widget__title.-spmenu{
		display: none;
	}
	.p-spMenu__body {
    padding-top: 3rem;
}
	.c-drawer__button__item {
   
    margin-bottom: 0px;
}
	#sp_menu .c-headLogo__img{
		opacity: 1;
    display: block;
    z-index: 1000;
    position: relative;
    /* width: 100%; */
    margin: 0 auto;
	}
	 .hero h1 {
        font-size: 2rem;
      }
      .header-inner {
        flex-direction: column;
        gap: 0.5rem;
      }
      nav ul {
        gap: 0.5rem;
      }
	.writer-box{
		flex-direction: column;
	}
	.writer-box img{
		margin: 0 auto;
		width: 200px;
		height: 200px;
	}
	.e_banner{
		position: fixed;
		bottom: 65px;
	}
}
