/*---------------------------------------------
  service
---------------------------------------------*/

#service {
	position: relative;
}

#service h3 {
	width:55%;
	margin:0 auto 64px;
}


@media screen and (max-width: 767px) {
	
#service h3 {
	width:75%;
}

}

/*------------------
  単一プラン
------------------*/

/***** plan *****/

#service.service_single .plan {
	width:100%;
	max-width:800px;
	margin:0 auto 64px;
	border-radius: 3px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}

#service.service_single .plan .description {
	padding:32px 16px 0;
}

#service.service_single .plan .price {
	padding:16px;
	text-align:center;
}

#service.service_single .plan .registration a {
	padding:16px;
	border-top:solid 1px #E0E0E0;
	text-align:center;
	display:block;
}


/***** service *****/

#service.service_single .service .service_list {
	padding-bottom:16px;
}

#service.service_single .service .service_list dl {
	border-bottom:solid 1px #E0E0E0;
	padding-bottom:16px;
	margin-bottom:16px;
}

#service.service_single .service .service_list dt {
	font-size:16px;
	font-weight:normal;
	margin-bottom:0.5em;
}


/*------------------
  複数プラン
------------------*/

#service.service_multiple .lead {
	font-size: 14px;
	margin-bottom: 64px;
}

/***** plan *****/

#service.service_multiple .plan ul {
	text-align:center;
	padding: 10px 0;
	display: flex;
	justify-content:center;
	position: relative;
}

#service.service_multiple .plan li {
	padding: 0;
	box-sizing: border-box;
	box-shadow: 6px 6px 0 var(--default);
	border-radius: 16px;
	position: relative;
	background: #Fff;
	border: 5px solid var(--default);
	margin: 0px 9px;
	max-width: 575px;
}

#service.service_multiple .plan.plan-2 li {
flex-basis: 40%;
}

#service.service_multiple .plan.plan-3 li {
flex-basis: 30%;
}

#service.service_multiple .plan li.recommend {
	border-color: #F39719;
}

#service.service_multiple .plan li.recommend dt {
	background: #F39719;
}

#service.service_multiple .plan li:first-child:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	max-width: 240px;
	max-height: 200px;
	min-width: 146px;
	min-height: 120px;
	background: url(../../images/speech_bubbl.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: -100px;
	left: -90px;
	transform: rotate(-5deg);
	z-index: 10;
	animation: smooth_rhythmic_bounce 1.4s ease-in-out infinite;
	transform-origin: bottom center;
}

/* 吹き出し用アニメーション */
@keyframes smooth_rhythmic_bounce {
	0%, 100% {
		transform: translateY(0) scale(1, 1) rotate(-5deg);
	}
	20% {
		transform: translateY(1px) scale(1.02, 0.98) rotate(-5deg);
	}
	45% {
		transform: translateY(-10px) scale(0.98, 1.02) rotate(-3deg);
	}
	70% {
		transform: translateY(-4px) scale(1, 1) rotate(-7deg);
	}
	85% {
		transform: translateY(-1px) scale(1, 1) rotate(-5deg);
	}
}


#service.service_multiple .plan li dl  {
}

#service.service_multiple .plan li dt  {
	margin-bottom: 26px;
	font-weight: 900;
	background: var(--default);
	color: #fff;
	padding: 20px 0;
	line-height: 1.2;
	position: relative;
	top: -1px;
}

#service.service_multiple .plan li .price {
	font-size: 48px;
	font-weight: 800;
}

#service.service_multiple .plan li .price span {
  font-size: 26px;
}

#service.service_multiple .plan li dt .plan_name {
	font-size:32px;
}

#service.service_multiple .plan li dd {
	text-align: center;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.2;
}

#service.service_multiple .plan li .plan_xs {
  display: inline-block;
    font-size: 18px;
    font-weight: 900;
    color: var(--blue);
    animation: simpleBounce 1.2s ease-in-out infinite;
}

/* テキストアニメーション */
@keyframes simpleBounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px); /* マイナス値で上に浮き上がります */
  }
}

#service.service_multiple .plan li .registrations {
  margin-left: 15px;
  margin-right: 15px;
}

#service.service_multiple .plan li .registrations a {
	display:block;
	padding: 16px 0;
	font-size: 24px;
	font-weight: 800;
	width: 100%;
	max-width: 460px;
	max-height: 52px;
	margin: 8px auto 46px;
	background: var(--pink);
	color: #fff;
	line-height: 0.9;
	border-radius: 16px;
	box-shadow: 6px 6px 0 var(--default);
}


@media screen and (max-width: 767px) {

#service.service_multiple .plan li {
	margin-bottom:32px;
}

}


/***** service *****/

#service.service_multiple .service h5 {
	font-size:16px;
	text-align:center;
	margin-bottom:32px;
}

#service.service_multiple .service table {
	width:100%;
	border-collapse:separate;
	border-spacing: 8px 0;
}

#service.service_multiple .service th {
	text-align:center;
	border-collapse:separate;
	border-bottom:solid 1px #E0E0E0;
	padding-bottom:16px;
	font-weight:normal;
}

#service.service_multiple .service td {
	border-bottom:solid 1px #E0E0E0;
	padding:16px 0px;
}

#service.service_multiple .service th:first-child {
	position: relative;
	left: -8px;
}
#service.service_multiple .service th:last-child {
	position: relative;
	right: -8px;
}

#service.service_multiple .service tr td:nth-child(n+2) {
	text-align:center;
	/*border-left:solid 16px rgba(255,255,255,0);*/
}

#service.service_multiple .service tr td:first-child {
	position: relative;
	left: -8px;
}

#service.service_multiple .service tr td:last-child {
	position: relative;
	right: -8px;
}

#service.service_multiple .service tr td.no_service {
	color:#E0E0E0;
}

#service.service_multiple .service tr td .sub_txt {
	font-size:12px;
	margin-top:8px;
}




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

#service.service_multiple .service tr td:first-child {
	padding:16px;
}

	
}


@media screen and (max-width: 767px) {

#service.service_multiple .service table {
	border-spacing: 4px 0;
}

#service.service_multiple .service th {
	padding-bottom:8px;
	line-height:1.4;
}

#service.service_multiple .service th:first-child {
	left: -4px;
}
#service.service_multiple .service th:last-child {
	right: -4px;
}


#service.service_multiple .service tr td:nth-child(n+2) {
	text-align:center;
	/*border-left:solid 8px #fff;*/
	width:20%;
}

#service.service_multiple .service tr td:first-child {
	left: -4px;
}

#service.service_multiple .service tr td:last-child {
	right: -4px;
}

}

/*------------------
  サービスカスタム
------------------*/

#service.service_new h2 {
	max-width: 100%;
	width: 552px;
	margin: 66px auto 64px;
	padding: 0 15px;
}

#service.service_multiple .plan {
  border-top: 10px solid var(--pink);
  padding-bottom: 65px;
  position: relative;
}

#service .plan-wrap {
  border-top: 10px solid var(--blue);
  padding-bottom: 65px;
  margin: 0 auto;
	text-align: center;
	position: relative;
}

#service .attention {
  border-top: 10px solid var(--yellow);
  padding-bottom: 65px;
  position: relative;
}

#service.service_new h3 {
	display: block;
	min-width: 340px;
	max-width: 630px;
	padding: 18px 40px;
	background: var(--pink);
	border-radius: 0 0 30px 30px;
	color: var(--default);
	font-size: 32px;
	font-weight: 900;
	line-height: 1;
	margin: 0 auto 32px;
	text-align: center;
	position: relative;
	top: -1px;
}

#service.service_new .plan-wrap h3 {
	background: var(--blue);
}

#service.service_new .attention h3 {
	background: var(--yellow);
}

#service.service_new .intr {
	width: 100%;
	max-width: 800px;
	margin: 0 auto 65px;
	padding: 0 15px;
}

#service .plan .plan-copy,
#service .plan-wrap .plan-copy {
	margin-bottom: 35px;
	font-size: 26px;
	font-weight: 700;
	text-align: center;
}

/* 一覧 */
#service .plan-wrap .plan-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 35px 16px;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	max-width: 1170px;
}

#service .plan-wrap .plan-list li {
	position: relative;
	background: #fff;
	border: 6px solid var(--pink);
	border-radius: 16px;
	padding: 20px 6px 16px;
	min-height: 248px;
	display: grid;
	grid-template-rows: repeat(3, 0.5fr);
	align-items: center;
	box-shadow: 6px 6px 0 var(--pink);
}

#service .plan-wrap .plan-list li.yellow {
	border-color: var(--yellow);
	box-shadow: 6px 6px 0 var(--yellow);
}

#service .plan-wrap .plan-list li.blue {
	border-color: var(--blue);
	box-shadow: 6px 6px 0 var(--blue);
}

#service .plan-wrap .plan-list li .plan-icon,
#service .plan-wrap .plan-list li h4,
#service .plan-wrap .plan-list li p {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

/* 限定ラベル */
#service .plan-wrap .plan-label {
	position: absolute;
	top: -21px;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	background: #ef4fa0;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	padding: 4px 23px;
	border-radius: 999px;
}

/* アイコン */
#service .plan-wrap .plan-icon {
	width: 116px;
  height: 116px;
  margin: 0 auto;
}

#service .plan-wrap .plan-icon img {
	max-width: 100%;
	max-height: 100%;
	display: block;
}

/* テキスト */
#service .plan-wrap .plan-list h4 {
	margin: 0 0 8px;
	font-size: 24px;
	font-weight: 900;
	line-height: 1.3;
}

#service .plan-wrap .plan-list h4 br {
	display: none;
}

#service .plan-wrap .plan-list p {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 700;
	margin-bottom: auto;
}

#service .plan-wrap .plan-list p br {
  display: block;
}

#service .plan-wrap .plan-list p .atn-xs {
	font-size: 12px;
}

#service .attention ul {
	display: flex;
	flex-direction: column;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	background: #EDEDED;
	padding: 58px 26px;
	border-radius: 16px;
	font-size: 16px;
}

#service .attention ul li {
	color: var(--default);
}

/*------------------
  サービスキャラクター
------------------*/

#service .service-main-area {
	position: relative;
}

#service.service_multiple .plan .decoration,
#service .plan-wrap .decoration,
#service .attention .decoration {
	position: absolute;
	inset: 0;
	z-index: 10;
	pointer-events: none;
	width: 100%;
	max-width: 1200px;
	min-width: 320px;
	left: 50%;
	transform: translateX(-50%);
}

#service .deco-item {
	position: absolute;
}

/* plan area */

#service.service_multiple .plan .decoration .deco-item.star-airi {
	width: calc(100vw * 0.082);
	max-width: 99px;
	height: auto;
	top: 5%;
	left: -13%;
	display: block;
  transform-origin: bottom center;
  animation: poyon 1.1s linear 0s infinite;
}

#service.service_multiple .plan .decoration .deco-item.airi-04 {
	width: calc(100vw * 0.194);
	max-width: 233px;
	height: auto;
	top: 15%;
	right: -20%;
	display: block;
  transform-origin: center center;
  animation: floatSway 2s ease-in-out infinite;
}

#service.service_multiple .plan .decoration .deco-item.star-01 {
	width: calc(100vw * 0.053);
	max-width: 64px;
	height: auto;
	top: 45%;
	left: -10%;
	animation:
    rotateInfinite 8s linear infinite,
    pulseScale 2s ease-in-out infinite;
  transform-origin: center center;
}

#service.service_multiple .plan .decoration .deco-item.rainbow-01 {
	width: calc(100vw * 0.152);
	max-width: 183px;
	height: auto;
	top: 72%;
	left: -15%;
	display: block;
  transform-origin: center center;
  animation: floatSway 2s ease-in-out infinite;
}

#service.service_multiple .plan .decoration .deco-item.ribon-02 {
	width: calc(100vw * 0.1);
	max-width: 120px;
	height: auto;
	top: 67%;
	right: -15%;
	animation:
    rotateInfinite 8s linear infinite,
    pulseScale 2s ease-in-out infinite;
  transform-origin: center center;
}

/* plan-wrap area */

#service .plan-wrap .decoration .deco-item.star-02 {
	width: calc(100vw * 0.045);
	max-width: 54px;
	height: auto;
	top: 15%;
	left: -18%;
	animation:
    rotateInfinite 8s linear infinite,
    pulseScale 2s ease-in-out infinite;
  transform-origin: center center;
}

#service .plan-wrap .decoration .deco-item.star-01 {
	width: calc(100vw * 0.045);
	max-width: 54px;;
	height: auto;
	top: 24%;
	left: -12%;
	animation:
    rotateInfinite 8s linear infinite,
    pulseScale 2s ease-in-out infinite;
  transform-origin: center center;
}

#service .plan-wrap .decoration .deco-item.shooting-star-01 {
	width: calc(100vw * 0.105);
	max-width: 126px;
	height: auto;
	top: 30%;
	right: -15%;
	display: block;
  transform-origin: center center;
  animation: floatSway 2s ease-in-out infinite;
}

#service .plan-wrap .decoration .deco-item.daigo-04 {
	width: calc(100vw * 0.125);
	max-width: 150px;
	height: auto;
	top: 41%;
	left: -21%;
	display: block;
  transform-origin: center center;
  animation: floatSway 2s ease-in-out infinite;
}

#service .plan-wrap .decoration .deco-item.star-02_right {
	width: calc(100vw * 0.045);
	max-width: 54px;
	height: auto;
	top: 50%;
	right: -18%;
	animation:
    rotateInfinite 8s linear infinite,
    pulseScale 2s ease-in-out infinite;
  transform-origin: center center;
}

#service .plan-wrap .decoration .deco-item.star-01_right {
	width: calc(100vw * 0.045);
	max-width: 54px;
	height: auto;
	top: 60%;
	right: -9%;
	animation:
    rotateInfinite 8s linear infinite,
    pulseScale 2s ease-in-out infinite;
  transform-origin: center center;
}

#service .plan-wrap .decoration .deco-item.drug-02 {
	width: calc(100vw * 0.061);
	max-width: 74px;
	height: auto;
	top: 75%;
	left: -16%;
	animation:
    rotateInfinite 8s linear infinite,
    pulseScale 2s ease-in-out infinite;
  transform-origin: center center;
}

#service .plan-wrap .decoration .deco-item.star-daigo {
	width: calc(100vw * 0.08);
	max-width: 96px;
	height: auto;
	top: 72%;
	right: -13%;
	display: block;
  transform-origin: bottom center;
  animation: poyon 1.1s linear 0s infinite;
}

/* attention area */

#service .attention .decoration .deco-item.star-02_right {
	width: calc(100vw * 0.045);
	max-width: 54px;
	height: auto;
	top: 10%;
	right: -16%;
	animation:
    rotateInfinite 8s linear infinite,
    pulseScale 2s ease-in-out infinite;
  transform-origin: center center;
}

#service .attention .decoration .deco-item.star-01_right {
	width: calc(100vw * 0.045);
	max-width: 54px;
	height: auto;
	top: 37%;
	right: -10%;
	animation:
    rotateInfinite 8s linear infinite,
    pulseScale 2s ease-in-out infinite;
  transform-origin: center center;
}

#service .attention .decoration .deco-item.rainbow-01 {
	/*width: calc(100vw * 0.013);*/
	max-width: 156px;
	height: auto;
	top: 20%;
	left: -18%;
	display: block;
  transform-origin: center center;
  animation: floatSway 2s ease-in-out infinite;
}

#service .attention .decoration .deco-item.shindi-04 {
	width: calc(100vw * 0.160);
	max-width: 193px;
	height: auto;
	top: 65%;
	right: -20%;
	display: block;
  transform-origin: center center;
  animation: floatSway 2s ease-in-out infinite;
}

#service .attention .decoration .deco-item.star-shindi{
	width: calc(100vw * 0.08);
	max-width: 96px;
	height: auto;
	top: 70%;
	left: -15%;
	display: block;
  transform-origin: bottom center;
  animation: poyon 1.1s linear 0s infinite;
}

/*---- deco animation ----*/

/* 左右に揺れる */
@keyframes floatSway {
  0%   { transform: rotate(-5deg) translateY(0); }
  50%  { transform: rotate(5deg) translateY(-2px); }
  100% { transform: rotate(-5deg) translateY(0); }
}

/* 回転してふわっと拡大縮小 */

@keyframes rotateInfinite {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes pulseScale {
  0%, 100% {
    scale: 1;
  }
  50% {
    scale: 1.25;
  }
}

/* 元に戻る縦方向アニメーション */

@keyframes puyon {
  0%   { transform: scale(1.0, 1.0) translate(0%, 0%) rotate(0deg); }
  40%  { transform: scale(0.95, 1.2) translate(0%, -10%) rotate(-5deg); }
  50%  { transform: scale(1.1, 0.9) translate(0%, 5%) rotate(3deg); } 
  60%  { transform: scale(0.95, 1.05) translate(0%, -3%) rotate(-2deg); }
  70%  { transform: scale(1.05, 0.95) translate(0%, 3%) rotate(0.5deg); }
  80%  { transform: scale(1.0, 1.0) translate(0%, 0%) rotate(0deg); }
  100% { transform: scale(1.0, 1.0) translate(0%, 0%) rotate(0deg); }
}

/* 着地するアニメーション */
@keyframes poyon {
  0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
  15%  { transform: scale(0.95, 1.05) translate(0%, -15%); }
  30%  { transform: scale(1.05, 0.95) translate(0%, 5%); }
  45%  { transform: scale(0.98, 1.02) translate(0%, -5%); }
  60%  { transform: scale(1.02, 0.98) translate(0%, 2%); }
  75%  { transform: scale(1.0, 1.0) translate(0%, 0%); }
  100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}


/* ==========================
   SP
========================== */

@media screen and (max-width: 1207px) {

	#service.service_multiple .plan .decoration,
	#service .plan-wrap .decoration,
	#service .attention .decoration {
		display: none;
	}

	#service .plan-wrap .plan-list {
		padding: 0 15px;
	}

	#service .plan-wrap .plan-list p br {
    display: none;
	}

	#service .attention .attention-box {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media screen and (max-width: 991px) {

	#service.service_new h2 {
		width: 100%;
		max-width: 90%;
		height: 100%;
		min-width: 225px;
	}

	#service .plan .plan-copy, 
	#service .plan-wrap .plan-copy {
		font-size: 20px;
		margin-bottom: 32px;
	}

	#service .plan-wrap .plan-list {
		grid-template-columns: repeat(2, 1fr);
		gap: 26px 18px;
		padding-left: 15px;
		padding-right: 15px;
	}

	#service .plan-wrap .plan-list li {
		padding: 25px 10px 22px;
	}

	#service .plan-wrap .plan-icon {
		width: 100px;
		height: 100px;
	}

	#service .plan-wrap .plan-list h4 {
		font-size: 20px;
	}

	#service .plan-wrap .plan-list h4 br {
		display: block;
	}

	#service .plan-wrap .plan-list p {
		font-size: 12px;
	}

	#service.service_multiple .plan ul {
		flex-direction: column;
		align-items: center;
		padding: 0 15px;
		margin-top: 5rem;
	}

	#service.service_multiple .plan li {
		max-width: 100%;
		width: 100%;
		margin: 0 0 26px;
	}

	#service.service_multiple .plan li:first-child:before {
		max-width: 146px;
		left: -15px;
		top: -83px;
	}

	#service.service_multiple .plan li dd {
		font-size: 14px;
	}

	#service.service_multiple .plan li .price {
		font-size: 36px;
	}

	#service.service_multiple .plan li .price span {
		font-size: 16px;
	}

	#service.service_multiple .plan li .plan_xs {
		font-size: 16px;
	}

	#service.service_multiple .plan li .registrations a {
		max-width: 313px;
		font-size: 18px;
		margin: 8px auto 36px;
	}

	#service .attention ul {
		width: 100%;
		font-size: 14px;
		padding: 26px 16px;
		margin: 0;
	}
}



/*---------------------------------------------
  payment
---------------------------------------------*/

#payment .lead {
	font-size: 14px;
	margin-bottom: 64px;
	font-weight: 400;
}


/***** tab_menu *****/

#payment .tab_menu {
	margin-bottom: 64px;
	border-bottom: solid 1px #CBCBCB;
	height: 36px;
	overflow-y: hidden;
}

#payment .tab_scroll {
	overflow-x: scroll;
}

#payment .tab_menu ul {
	display: table;
	padding-bottom: 24px;
}

#payment .tab_menu li {
	display: table-cell;
}

#payment .tab_menu li label{
	cursor: pointer;
	margin-bottom: 0;
	padding: 0 16px 8px;
	position: relative;
	white-space: nowrap;
}

#payment .tab_menu li input:checked+label {
	color: var(--pink);
	border-bottom: solid 2px var(--pink);
}


/***** sub_menu *****/

#payment .sub_menu {
	margin-bottom: 64px;
}

#payment .sub_menu li {
	display: inline-block;
	margin-right: 1em;
}

#payment .sub_menu li label{
	cursor: pointer;
}
#payment .sub_menu li input:checked+label {
	color: var(--pink);
}


/***** payment *****/

#payment .payment .payment_list h3 {
	margin-bottom: 64px;
	font-size: 20px;
}

#payment .payment .payment_list .payment_box {
	margin-bottom: 64px;
}

#payment .payment .payment_list .payment_box h4 {
	font-size: 16px;
	margin-bottom: 32px;
}

#payment .payment .payment_list .payment_box dl {
	display: flex;
	flex-direction: column;
	border-bottom: solid 1px #CBCBCB;
	margin-bottom: 16px;
	padding-bottom: 16px;
}

@media screen and (min-width: 768px) {
#payment .payment .payment_list .payment_box dl {
flex-direction: row;
}

#payment .payment .payment_list .payment_box dt {
flex-basis:16%;
	font-weight: normal;
}

#payment .payment .payment_list .payment_box dd {
	flex-basis: 84%;
	margin-bottom: 0;
}
}


@media screen and (max-width: 767px) {

#payment .payment .payment_list .payment_box dt {
	font-weight: normal;
	margin-bottom: 8px;
}

#payment .payment .payment_list .payment_box dd {
	margin-bottom: 0;
}
}



/*---------------------------------------------
  INFO
---------------------------------------------*/

#info dl {
	margin-bottom:64px;
}

#info dt {
	font-size:24px;
	margin-bottom:16px;
}

#info dd ul, #faq dd ul {
	margin-bottom:0;
	list-style: none;
}

@media screen and (max-width:767px){
	
	#info dt {
		font-size:20px;
		line-height:1.2;
	}

}


/*------------------
  law
------------------*/

#law .law_box {
	margin-bottom:64px;
}

#law .law_box h3 {
	font-size:24px;
	line-height: 1.8;
	margin-bottom: 16px;
}

#law .law_box h4 {
	font-size:20px;
	margin-bottom: 16px;
}

#law .law_box h4 .info{
	font-size:16px;
}


#law .law_box dl {
display: flex;
flex-direction:column;
	padding:16px 0;
	border-bottom:solid 1px #E0E0E0;
	margin-bottom:0;
}

#law .law_box dd {
margin-bottom: 0;
}


@media screen and (min-width:768px){
#law .law_box dl {
flex-direction: row;
}

#law .law_box dt {
flex-basis: 30%;
}

#law .law_box dd {
flex-basis: 70%;
}

}


@media screen and (max-width:767px){

#law .law_box h4 {
	font-size:18px;
	line-height:1.2;
}

#law .law_box h3 {
	font-size:20px;
	line-height:1.2;
}

#law .law_box dt {
	margin-bottom:16px;
	font-size:16px;
}


}



/*------------------
  FAQ
------------------*/

/***** tab_menu *****/

#faq .tab_menu {
	margin-bottom: 64px;
	border-bottom: solid 1px #CBCBCB;
	height: 36px;
	overflow-y: hidden;
}

#faq .tab_scroll {
	overflow-x: scroll;
}

#faq .tab_menu ul {
	display: table;
	padding-bottom: 24px;
}

#faq .tab_menu li {
	display: table-cell;
}

#faq .tab_menu li label{
	cursor: pointer;
	margin-bottom: 0;
	padding: 0 16px 8px;
	position: relative;
	white-space: nowrap;
}
#faq .tab_menu li input:checked+label {
	color: var(--pink);
	border-bottom: solid 2px var(--pink);
}



/***** FAQ *****/

#faq .faq_box {
	margin-bottom:64px;
}

#faq .faq_box h3 {
	font-size:24px;
	margin-bottom:16px;
	line-height:1.8;
}

#faq .faq_box h3 i {
	margin-right:0.5em;
}

#faq .faq_box dl {
	margin-bottom:8px;
}

#faq .faq_box dt {
	padding:16px 32px 16px 16px;
	position:relative;
	cursor:pointer;
	border:solid 1px var(--default);
	transition: 0.3s;
	background: #fff;
}

#faq .faq_box dt:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 4px solid var(--default);
	border-right: 4px solid var(--default);
	transform: rotate(135deg);
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -5px;
	transition-property: all;
	transition-duration: .3s;
	transition-timing-function: ease-out;
	transition-delay: .1s;
}

#faq .faq_box dt.select:after {
	transform: rotate(-45deg);
}

#faq .faq_box dd {
	padding:16px;
	display:none;
	border:solid 1px var(--default);
	background: #fff;
	border-top: none;
}




@media screen and (max-width:767px){

	#faq .faq_box h3 {
		font-size:20px;
		line-height:1.2;
	}

}








/*---------------------------------------------
 MESSAGE MAIL
---------------------------------------------*/

/*--------------------
 message_mail
--------------------*/

#message_mail .message_mail {
	width: 100%;
	margin: 0 auto 64px;
	border-radius: .25rem;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}

#message_mail .message_mail .description {
	padding:32px 16px 0;
}

#message_mail .message_mail .description .attention {
color: #FF0004;
}

#message_mail .message_mail .price {
	padding:32px 0;
	text-align:center;
}

#message_mail .message_mail .registration {
	border-top:solid 1px #E0E0E0;
}

#message_mail .message_mail .registration a {
	text-align:center;
	display:block;
	padding:16px;
}


/*--------------------
 member
--------------------*/

#message_mail .member {
	margin-top: 128px;
}

#message_mail .member h3 {
	margin-bottom: 32px;
	font-size: 24px;
}

#message_mail .member h4 {
	margin-bottom: 32px;
	font-size: 20px;
}

/***** sample *****/

#message_mail .member .sample {
	width: 100%;
	margin: 0 auto 64px;
	padding:32px 16px;
	border-radius: .25rem;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}

#message_mail .member .sample dt {
display: flex;
flex-wrap: wrap;
	border-bottom: solid 1px #E0E0E0;
	font-weight: normal;
	margin-bottom: 32px;
	padding-bottom: 8px;
}

#message_mail .member .sample dt .title {
flex-basis:80%;
}

#message_mail .member .sample dt .time {
	flex-basis: 20%;
	text-align: right;
}
#message_mail .member .sample dt .from {
flex-basis: 100%;
}

#message_mail .member .sample dt .time, #message_mail .member .sample dt .from .name {
	color: #9E9E9E;
}

#message_mail .member .sample dd img {
width: auto;
max-width: 100%;
}


/***** member_list *****/

#message_mail .member .member_list ul {
	display: flex;
	list-style: none;
	padding-left: 0;
	margin: 0 -1.5%;
}

#message_mail .member .member_list li {
	flex-basis: 22%;
	margin: 0 1.5% 32px;
}

@media screen and (max-width: 767px) {

#message_mail .member .member_list li {
	flex-basis: 30.3%;
}

}


#message_mail .member .member_list dl {
	margin-bottom: 0;
}

#message_mail .member .member_list dt {
	width: 100%;
	padding-top: 100%;
	margin-bottom: 16px;
	border-radius: 50% !important;
	height: 0;
	overflow: hidden;
	position: relative;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	transition:opacity .3s ease;
}

#message_mail .member .member_list dt img {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	object-position: top;
	max-width: none;
	max-height: none;
	min-width: 100%;
	min-height: 100%;
}

#message_mail .member .member_list dt:hover {
	opacity: 0.8;
}

#message_mail .member .member_list dd {
	text-align: center;
}



/*---------------------------------------------
 MESSAGE MAIL GUIDE
---------------------------------------------*/

#messagemail_guide .guide .re_box {
	margin-bottom: 64px;
}

#messagemail_guide .guide .re_box h3 {
	font-size: 24px;
	margin-bottom: 20px;
}

#messagemail_guide .guide .re_box dl {
	margin-bottom: 32px;
}

#messagemail_guide .guide .re_box dt {
	font-size: 16px;
	margin-bottom: 8px;
	font-weight: bold;
}