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

　   COMMON

--------------------------------------------------------------------------------------------- */
#main {
	position: relative;
	z-index: 1;
	background: #fff;
}
.movie_fixed_area {
	padding-top: 56.25%;
}
.sec_title {
	position: relative;
	padding-bottom: .5em;
	text-align: center;
	font-weight: bold;
}
.sec_title:after {
	content: "";
	background: #000;
	height: 3px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}
.movie_link {
	display: block;
	margin: 0 auto;
}
@media only screen and ( max-width : 767px ) {
	.sec_title {
		font-size: 22px;
		margin-bottom: 50px;
	}
	.sec_title:after {
		width: 140px;
	}
	/*section {
		min-height: 100vh;
	}*/
	section .download_area {
		display: none;
	}
}
@media print, screen and ( min-width : 768px ) {
	.sec_title {
		font-size: 40px;
		margin-bottom: 100px;
	}
	.sec_title:after {
		width: 250px;
	}
	.movie_link {
		max-width: 630px;
	}
}
/* ---------------------------------------------------------------------------------------------

　   KV

--------------------------------------------------------------------------------------------- */
#mv_movie {
	width: 100%;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
}
#kv {
	position: relative;
	padding-top: 56.25%;
}
.kv_inner {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	/*display: flex;
	align-items: center;
	justify-content: center;*/
	left: 0;
}
.kv_inner h1 {
	text-align: center;
}

.kv_slider {
  display: none;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}
.kv_slider.slick-initialized{
  display: block;
}
.kv_slider .slick-track {
	display: flex;
	align-items: center;
}
.kv_slider .slick-slide {
	display: flex;
	align-items: center;
	justify-content: center;
}
.kv_slider p {
	color: #fff;
	text-align: center;
}
.kv_slider_item img {
	margin: 0 auto;
}
/*.kv_inner h1 img {
	width: 100%;
}*/
@media only screen and ( max-width : 991px ) {
}
@media only screen and ( max-width : 767px ) {
	#mv_movie {
		top: 50px;
	}
	#kv .download_area {
		position: absolute;
		z-index: 10;
		left: 0;
		bottom: 0;
		width: 100%;
	}
	.kv_inner {
	}
	.kv_inner h1 {
		/*max-width: 70%;*/
	}
	.kv_slider p {
		font-size: 25px;
	}
	.kv_slider_item img {
		width: 80%;
	}
}
/*画面が縦向きで画面の横幅が767px以下の場合*/
@media (orientation: portrait) and (max-width: 767px){
	.kv_inner {
	}
}
/*画面が横向きで画面の横幅が767px以下の場合*/
@media (orientation: landscape) and (max-width: 767px){
	.kv_inner {
	}
}
@media only screen and ( max-width : 575px ) {
	.kv_slider p {
		font-size: 5vw;
	}
}
/* ----------- iPhone X ----------- */
@media only screen 
  and (orientation: portrait)
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
	.kv_inner {
	}
	.kv_inner h1 {
	}
}
@media print, screen and ( min-width : 768px ) {
	#mv_movie {
		top: 100px;
	}
	.kv_inner h1 {
		/*max-width: 50%;*/
	}
	.kv_slider p {
		font-size: 35px;
	}
	.kv_slider_item img {
		width: 80%;
	}
}
@media print, screen and ( min-width : 992px ) {
	.kv_slider p {
		font-size: 45px;
	}
	.kv_slider_item img {
		width: 835px;
	}
}

/* ---------------------------------------------------------------------------------------------

　   GALLERY

--------------------------------------------------------------------------------------------- */
#gallery {
	position: relative;
	z-index: 10;
}
#gallery ul {
	position: relative;
	z-index: 11;
}

@media only screen and ( max-width : 767px ) {
	#gallery {
		background: #ece8dc;
		/*padding-top: 10px;*/
	}
	.slider01 {
		margin-bottom: 10px;
	}
	.slide_item {
		padding: 0 5px;
	}
	.slide_item img {
		width: 120px;
	}
	.gallery_pc {
		display: none;
	}
	.gallery_sp li {
		width: 23.5%;
		margin-top: 10px;
	}
}
@media print, screen and ( min-width : 768px ) {
	.gallery_sp {
		display: none;
	}
	#gallery {
		background: #fff;
	}
	#gallery:after {
		content: "";
		width: 100%;
		height: 50%;
		bottom: 0;
		left: 0;
		background: #ece8dc;
		z-index: 2;
		position: absolute;
	}
	.slider01 {
		margin-bottom: 40px;
	}
	.slide_item {
		padding: 0 20px;
	}
	.slide_item img {
		width: 200px;
	}
}
@media print, screen and ( min-width : 992px ) {
	.slide_item img {
		width: 400px;
	}
}


/* ---------------------------------------------------------------------------------------------

　   INTRO

--------------------------------------------------------------------------------------------- */
#intro {
	background: #ece8dc;
	position: relative;
	z-index: 2;
}
#intro h3 {
}
.day_price {
	text-align: center;
}
@media only screen and ( max-width : 991px ) {
	#intro .container {
	}
	#intro h2 {
		display: none;
	}
	#intro li {
		width: 48%;
		margin-right: 4%;
		margin-top: 3%;
	}
	#intro li:nth-child(-n+2) {
		margin-top: 0;
	}
	#intro li:nth-child(2n) {
		margin-right: 0;
	}
}
@media only screen and ( max-width : 767px ) {
	#intro {
		padding: 20px 0;
	}
	.day_price img {
		max-width: 70%;
	}
	#intro ul {
		margin-top: 20px;
		flex-wrap: nowrap;
		justify-content: flex-start;
		gap: 4%;
	}
	#intro li {
		width: calc((100% - 8%) / 3);
		margin-right: 0;
		margin-top: 0;
		flex-shrink: 0;
	}
	#intro li img {
		width: 100%;
		height: auto;
		max-width: 100%;
		display: block;
	}
	#intro .btn {
		margin-top: 30px;
	}
}
@media only screen and ( max-width : 575px ) {

}
@media print, screen and ( min-width : 768px ) {
	#intro {
		padding: 80px 0 200px;
	}
	#intro .btn {
		margin-top: 100px;
	}
	#intro ul {
		margin-top: 40px;
	}
}
@media print, screen and ( min-width : 992px ) {
	#intro {
	}
	#intro h2 {
		font-size: 40px;
		font-weight: bold;
		text-align: center;
		margin-bottom: 40px;
	}
	#intro li {
		width: 18.4%;
		margin-right: 2%;
	}
	#intro li:last-child {
		margin-right: 0;
	}
}
/* ---------------------------------------------------------------------------------------------

　   MERIT

--------------------------------------------------------------------------------------------- */
#merit {
	background: #fff;
	position: relative;
	z-index: 10;
}
.merit_ttl {
	text-align: center;
}
.merit_txt{
	line-height: 1.8em;
	text-align: center;
}
.merit_txt small {
	display: block;
	position: relative;
}
.merit_photo {
	text-align: center;
}
#ex h2,#ex .ex_img {
	text-align: center;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.ex_movie h3 {
	background: #ed6d1f;
	color: #fff;
	text-align: center;
	border-radius: 50px;
	padding: 5px 10px;
}
.point_wrapper .point_box {
	border: 1px solid #02ABC3;
	border-radius: 20px;
	background-size: 96px;
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 80px;
	overflow: hidden;
}
.point_wrapper .point_box p {
	background: rgba(255,255,255,.6);
	line-height: 1.8em;
}
.point_wrapper .point_box.point01 {
	background-image: url(../img/point01_pic.png);
}
.point_wrapper .point_box.point02 {
	background-image: url(../img/point02_pic.png);
}
.point_wrapper .point_box.point03 {
	background-image: url(../img/point03_pic.png);
}
.point_wrapper .point_box.point04 {
	background-image: url(../img/point04_pic.png);
}
.point_wrapper .point_box.point05 {
	background-image: url(../img/point05_pic.png);
}
.point_wrapper .point_box.point06 {
	background-image: url(../img/point06_pic.png);
}
.point_wrapper .point_box h3 {
	text-align: center;
	background: #02ABC3;
	color: #fff;
	font-weight: normal;
	letter-spacing: .1em;
}
.point_wrapper .point_box h3 span {
	line-height: 1;
}
.point_wrapper .point_body {
	padding: 20px;
	font-size: 14px;
}
@media only screen and ( max-width : 767px ) {
	#merit {
		padding: 40px 0 150px;
	}
	.merit_ttl {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.merit_txt {
		margin-bottom: 20px;
	}
	.merit_txt small {
		margin-top: 10px;
	}
	.merit_photo {
		margin-top: 15px;
	}
	.merit_photo img {
		max-width: 80%;
	}
	#point {
		margin-top: 40px;
	}
	.point_wrapper .point_box {
		margin-bottom: 20px;
	}
	.point_wrapper .point_box:last-child {
		margin-bottom: 0;
	}
	.point_wrapper .point_box h3 {
		font-size: 20px;
	}
	.point_wrapper .point_box h3 span {
		font-size: 36px;
	}
	#ex {
		margin-top: 40px;
	}
	#ex h2 {
		margin-bottom: 25px;
	}
	#ex .ex_img {
		/*margin-bottom: 60px;*/
	}
	.ex_movie .youtube {
		width: 100vw;
		position: relative;
		left: 50%;
		right: 50%;
		margin-left: -50vw;
		margin-right: -50vw;
		background-color: red;
	}
	.ex_movie h3 {
		margin-bottom: 30px;
		font-size: 16px;
	}
}
@media print, screen and ( min-width : 768px ) {
	#merit {
		padding: 100px 0 450px 0;
	}
	.merit_ttl {
		font-size: 40px;
		margin-bottom: 60px;
	}
	.merit_txt {
		font-size: 20px;
		margin-bottom: 60px;
	}
	.merit_txt small {
		margin-top: 20px;
		font-size: 16px;
	}
	.merit_photo {
		margin-top: 120px;
	}
	#point {
		margin-top: 200px;
	}
	.point_wrapper {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.point_wrapper .point_box {
		width: 31%;
		margin-top: 3%;
		min-height: 280px;
		margin-right: 3.5%;
	}
	.point_wrapper .point_box:nth-child(3n),
	.point_wrapper .point_box:last-child {
		margin-right: 0;
	}
	.point_wrapper .point_box:nth-child(-n+3) {
		margin-top: 0;
	}
	.point_wrapper .point_box h3 {
		font-size: 28px;
	}
	.point_wrapper .point_box h3 span {
		font-size: 46px;
	}
	#ex {
		margin-top: 200px;
	}
	#ex h2 {
		margin-bottom: 100px;
	}
	#ex .ex_img {
		/*margin-bottom: 120px;*/
	}
	.ex_movie {
		max-width: 990px;
		margin: 0 auto;
	}
	.ex_movie h3 {
		font-size: 34px;
		max-width: 840px;
		margin: 0 auto 100px;
	}
}
@media print, screen and ( min-width : 992px ) {

}
/* ---------------------------------------------------------------------------------------------

　   JOYFIT Online Lessonはママの味方!

--------------------------------------------------------------------------------------------- */
#mothers_lesson {
	background: #f6eeee;
	position: relative;
	z-index: 10;
}
#mothers_lesson .mothers_lesson_ttl {
	background: #fff;
	text-align: center;
}
#mothers_lesson .mothers_lesson_ttl p {
	line-height: 1.8em;
}
#mothers_lesson h3 {
	text-align: center;
}
#mothers_lesson_point {
	background: #fff;
	position: relative;
}
.mothers_lesson_point_box {
	border: 3px solid #E06E9D;
	padding: 20px;
}
.mothers_lesson_point_box figure {
	text-align: center;
}
.mothers_lesson_point_box h3 {
	text-align: center;
}
.mothers_lesson_point_box h3 span {
	background: #E06E9D;
	display: inline-block;
	color: #fff;
	padding: .2em .5em;
}
.mothers_lesson_point_box p {
	text-align: center;
}
.mothers_lesson_content {
	position: relative;
	z-index: 11;
}
.mothers_lesson_right h3 {
	color: #e95599;
	text-align: center;
}
.mothers_lesson_right h3 span {
	display: inline-block;
	background: #fff;
	font-size: 86%;
	padding: 0 .5em;
}
.select_lesson h3,
.movie_title {
	text-align: center;
}
.select_lesson_box {
	box-shadow: 0 0 8px rgba(224,133,189,.5);
	background: #fff;
}
.select_lesson_box p {
	line-height: 1.8em;
}
.select_lesson_box h4 {
	display: flex;
}
.select_lesson_box h4 .select_lesson_ttl_left {
	width: 6em;
	text-align: center;
	padding: 5px 10px;
}
.select_lesson_box h4 .select_lesson_ttl_right {
	color: #fff;
	width: calc(100% - 6em);
	text-align: center;
	padding: 5px 10px;
}
.select_lesson_box01 h4 {
	border: 1px solid #ea502e;
}
.select_lesson_box01 h4 .select_lesson_ttl_left {
	color: #ea502e;
}
.select_lesson_box01 h4 .select_lesson_ttl_right {
	background: #ea502e;
}
.select_lesson_box02 h4 {
	border: 1px solid #009da9;
}
.select_lesson_box02 h4 .select_lesson_ttl_left {
	color: #009da9;
}
.select_lesson_box02 h4 .select_lesson_ttl_right {
	background: #009da9;
}
#mothers_lesson .affiliated_hospital h3 {
	text-align: left;
	color: #e95599;
	border-bottom: 1px solid #e95599;
	font-size: 17px;
	padding-bottom: .5em;
	margin-bottom: 25px;
}
/*#mothers_lesson .affiliated_hospital h3 span {
	font-size: 26px;
	font-weight: normal;
	margin-left: 1em;
}*/
#mothers_lesson .affiliated_hospital h4 {
	color: #e95599;
	font-size: 17px;
	margin-bottom: 20px;
}
.affiliated_hospital .accordion__box .accordion_header {
	position: relative;
	cursor: pointer;
}
#mothers_lesson .affiliated_hospital .accordion_inner {
	display: none;
}

/* .ac-labelを親要素としてアイコン位置を絶対値で指定 */
.affiliated_hospital .accordion__box .accordion_header .icon-wrap {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translatey(-50%);
  width: 38px;
  height: 38px;
}
/* .icon-wrapの中でプラスを中央に位置させるために.iconを親要素に設定 */
.affiliated_hospital .accordion__box .accordion_header .icon {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
/* プラスアイコン */
/* ２本の線を.icon-wrapの中央に並行に重ねる */
.affiliated_hospital .accordion__box .accordion_header .icon:before,
.affiliated_hospital .accordion__box .accordion_header .icon:after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #e95599;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 2px;
  transform: translate(-50%, -50%);
}
/* そのうち1本を縦にする */
.affiliated_hospital .accordion__box .accordion_header .icon:before {
  transform: translate(-50%, -50%) rotate(90deg);
}

/* プラスアイコンクリック後、マイナスにする */
.affiliated_hospital .accordion__box .accordion_header.open .icon:before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.customer_voice_box {
	background: url(../img/voice_bg.jpg) no-repeat left top / 100% #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.16);
}
.customer_voice_box figure {
	text-align: center;
}
.customer_voice_box .customer_voice_ttl {
	font-weight: bold;
}

@media only screen and ( max-width : 991px ) {
	.select_lesson_box {
		margin-bottom: 20px;
	}
	.select_lesson_box:last-child {
		margin-bottom: 0;
	}
}
@media only screen and ( max-width : 767px ) {
	#mothers_lesson {
		padding-bottom: 40px;
	}
	.mothers_lesson_ttl {
		padding-bottom: 25px;
	}
	#mothers_lesson .mothers_lesson_ttl p {
		font-size: 15px;
		margin-top: 30px;
	}
	.mothers_lesson_ttl h2 img {
		max-width: 80%;
	}
	.mothers_lesson_left .mothers_lesson_ph03 {
		display: none;
	}
	.mothers_lesson_ph02 {
		width: 80%;
		margin-left: 20%;
	}
	.mothers_lesson_ph03 {
		width: 70%;
		margin-bottom: 20px;
	}
	.mothers_lesson_box .container {
		max-width: 70%;
		position: relative;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.new_lesson_label {
		max-width: 125px;
		top: -10px;
		left: -12%;
		position: absolute;
	}
	.mothers_lesson_right h3 {
		font-size: 17px;
		margin-bottom: 15px;
	}
	.select_lesson {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.select_lesson h3,
	.mothers_lesson_movie h3,
	.movie_title {
		font-size: 17px;
		margin-bottom: 15px;
	}
	.select_lesson_box {
		padding: 25px;
	}
	.select_lesson_box .select_lesson_ttl {
		margin-bottom: 10px;
		font-size: 15px;
	}
	#mothers_lesson .affiliated_hospital .btn03 {
		margin-top: 15px;
	}
	.mothers_lesson_point_wrapper {
		padding-bottom: 50px;
	}
	.mothers_lesson_point_box {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		padding: 0;
		margin-bottom: 20px;
	}
	.mothers_lesson_point_box:last-child {
		margin-bottom: 0;
	}
	.mothers_lesson_point_box h3 {
		width: 100%;
	}
	.mothers_lesson_point_box h3 span {
		display: block;
		padding: 10px;
		font-size: 16px;
	}
	.mothers_lesson_point_box h3 br {
		display: none;
	}
	.mothers_lesson_point_box figure {
		width: 120px;
		margin: 15px 0;
	}
	.mothers_lesson_point_box p {
		width: calc(100% - 120px);
		text-align: left;
		padding: 15px 15px 15px 0;
	}
	.mothers_lesson_movie {
		margin-bottom: 60px;
		padding-top: 40px;
	}
	#customer_voice {
		/* margin-bottom: 60px; */
	}
	.customer_voice_box {
		padding: 30px 20px;
		font-size: 13px;
		margin-bottom: 25px;
	}
	.customer_voice_box:last-child {
		margin-bottom: 0;
	}
	.customer_voice_box .customer_voice_ttl {
		margin: 30px 0 10px;
		font-size: 18px;
	}
	.customer_voice_box figure img {
		max-width: 60%;
	}
	.mothers_lesson_point_img {
		padding-bottom: 50px;
	}
	.mothers_lesson_point_img01 {
		width: 70%;
		margin-bottom: 20px;
	}
	.mothers_lesson_point_img02 {
		width: 60%;
		margin-left: 40%;
	}
}
@media print, screen and ( min-width : 768px ) {
	#mothers_lesson {
		padding-bottom: 100px;
	}
	#mothers_lesson .mothers_lesson_ttl p {
		font-size: 20px;
		margin-top: 50px;
	}
	.mothers_lesson_box .container {
		max-width: 100%;
		padding: 0;
	}
	.mothers_lesson_ph01 {
		width: 100%;
	}
	.mothers_lesson_ph02 {
		width: 100%;
	}
	.mothers_lesson_ph03 {
		width: 70%;
	}
	.mothers_lesson_right .mothers_lesson_ph03 {
		display: none;
	}
	.mothers_lesson_ttl {
		padding-bottom: 100px;
	}
	.mothers_lesson_box {
		padding-bottom: 100px;
	}
	.mothers_lesson_left {
		width: 50%;
		text-align: right;
	}
	.mothers_lesson_right {
		width: 46%;
	}
	.mothers_lesson_right_inner {
		max-width: 380px;
		margin-top: 110px;
		margin-bottom: 50px;
	}
	.new_lesson_label {
		margin-left: -30%;
		max-width: 60%;
	}
	.mothers_lesson_right h3 {
		font-size: 30px;
		margin-bottom: 40px;
	}
	.mothers_lesson_right p {
		font-size: 17px;
	}
	.mothers_lesson_ph01 {
		margin-bottom: 80px;
		margin-top: -80px;
	}
	.mothers_lesson_ph03 {
		margin-right: 10%;
	}
	.select_lesson {
		margin-bottom: 70px;
	}
	.select_lesson h3,
	.mothers_lesson_movie h3,
	.movie_title {
		font-size: 30px;
		margin-bottom: 30px;
	}
	.select_lesson h4 {
		font-size: 21px;
		margin-bottom: 20px;
	}
	.select_lesson_box {
		padding: 40px;
	}
	#mothers_lesson .affiliated_hospital {
		font-size: 14px;
	}
	.affiliated_hospital_btn_area {
		margin-top: 60px;
		display: flex;
		justify-content: center;
	}
	#mothers_lesson .affiliated_hospital .btn03,
	#mothers_lesson .affiliated_hospital .btn04 {
		margin: 0;
		max-width: 49%;
	}
	#mothers_lesson .affiliated_hospital .btn04 {
		margin-right: 2%;
	}
	.mothers_lesson_point_wrapper {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		/* padding-bottom: 250px; */
		padding-bottom: 80px;
	}
	.mothers_lesson_point_box {
		width: 31%;
		margin-right: 3.5%;
		margin-top: 3%;
		font-size: 13px;
	}
	.mothers_lesson_point_box:nth-child(-n+3) {
		margin-top: 0;
	}
	.mothers_lesson_point_box:nth-child(3n),
	.mothers_lesson_point_box:last-child {
		margin-right: 0;
	}
	.mothers_lesson_point_box h3 {
		font-size: 18px;
	}
	.mothers_lesson_point_box h3 span {
		display: block;
	}
	.mothers_lesson_point_box figure {
		margin: 30px 0;
	}
	.mothers_lesson_movie {
		margin-bottom: 120px;
		padding-top: 80px;
	}
	.lesson_movie_iframe {
		max-width: 700px;
		margin: 0 auto;
	}
	#customer_voice {
		/* margin-bottom: 150px; */
	}
	.customer_voice_wrapper {
		display: flex;
		justify-content: space-between;
	}
	.customer_voice_box {
		width: 48%;
		padding: 50px 40px;
		font-size: 14px;
	}
	.customer_voice_box .customer_voice_ttl {
		margin: 50px 0 15px;
		font-size: 20px;
	}
	.customer_voice_box figure img {
		width: 300px;
		max-width: 60%;
	}
	.mothers_lesson_point_img {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		padding-bottom: 150px;
	}
	.mothers_lesson_point_img01 {
		width: 54%;
	}
	.mothers_lesson_point_img02 {
		width: 42%;
		margin-bottom: -60px;
	}
}
@media print, screen and ( min-width : 992px ) {
	.mothers_lesson_ph03 {
		width: 50%;
	}
	.select_lesson_box {
		width: 48%;
	}
	.mothers_lesson_point_box {
		font-size: 15px;
	}
	.mothers_lesson_point_box h3 {
		font-size: 22px;
	}
	.mothers_lesson_point_box h3 span {
		display: inline-block;
	}
	.mothers_lesson_point_box h3 br {
		display: none;
	}
}

/* ---------------------------------------------------------------------------------------------

　   MOMCHANG FITNESS

--------------------------------------------------------------------------------------------- */
#momchang_fitness {
	background: #fff;
	position: relative;
	z-index: 10;
}
#momchang_fitness .momchang_fitness_main,
#momchang_fitness .momchang_fitness_inner {
	position: relative;
	z-index: 10;
}
#momchang_fitness h2 {
	text-align: center;
	position: relative;
	z-index: 2;
}
.momchang_fitness_box h3 {
	color: #009da9;
}

@media only screen and ( max-width : 991px ) {
	.momchang_fitness_box {
		width: 100%;
		max-width: 440px;
		margin: 0 auto 50px;
	}
	.momchang_fitness_box:last-child {
		margin-bottom: 0;
	}
}
@media only screen and ( max-width : 767px ) {
	#momchang_fitness {
		background: #e5f6f9;
	}
	.momchang_fitness_main {
		position: relative;
	}
	#momchang_fitness .momchang_fitness_main h2 {
		position: absolute;
		z-index: 10;
		max-width: 70%;
		top: 6vw;
		left: 15%;
	}
	.momchang_fitness_inner {
		padding: 40px 0;
	}
	.momchang_fitness_box {
		max-width: 70%;
	}
	.momchang_fitness_box h3 {
		font-size: 16px;
		margin: 20px 0 10px;
	}

}
@media print, screen and ( min-width : 768px ) {
	#momchang_fitness {
		padding: 120px 0;
	}
	#momchang_fitness:after {
		content: "";
		background: #e5f6f9;
		position: absolute;
		width: 50%;
		top: 0;
		right: 0;
		height: 100%;
		z-index: 1;
	}
	.momchang_fitness_main {
		max-width: 1300px;
		margin: 0 auto 100px;
	}
	.momchang_fitness_main h2 {
		margin-bottom: -56px;
	}
	.momchang_fitness_inner .container {
		max-width: 900px;
	}
	.momchang_fitness_box h3 {
		font-size: 24px;
		margin: 30px 0 20px;
	}
}
@media print, screen and ( min-width : 992px ) {
	.momchang_fitness_box {
		width: 44%;
	}
}


/* ---------------------------------------------------------------------------------------------

　   ヨガレッスン紹介

--------------------------------------------------------------------------------------------- */
#yoga {
	background-color: #f6f5f0;
	position: relative;
	z-index: 10;
}
#training {
	background-color: #F7F7F7;
	position: relative;
	z-index: 10;
}
#yoga h2 {
	text-align: center;
	position: relative;
	padding-bottom: .5em;
}
.yoga_lesson_phooto {
	position: relative;
}
.yoga_lesson_phooto .new_lesson {
	position: absolute;
	z-index: 10;
}
.yoga_lesson_txt p {
	margin-bottom: 1em;
}
.yoga_lesson_txt p:last-of-type {
	margin-bottom: 0;
}
.yoga_lesson_txt p span {
	display: inline-block;
	margin-right: 1em;
}
.yoga_lesson_txt p .live_lesson_label {
	background: #ea502e;
	color: #fff;
}
.yoga_lesson_txt p .movie_lesson_label {
	background: #c2e76b;
}
.yoga_lesson_txt .yoga_lesson_info {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: center;
	padding: .3em;
	margin: .5em 0 .8em 0;
}
@media only screen and ( max-width : 991px ) {
}
@media only screen and ( max-width : 767px ) {
	#yoga .container {
		max-width: 100%;
	}
	#yoga {
		padding: 40px 0 0 0;
	}
	#yoga .container {
		padding: 0 40px;
	}
	#yoga h2 {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.yoga_lesson_content {
		padding: 15px;
	}
	.yoga_lesson_txt {
		max-width: 80%;
		margin: 0 auto;
	}
	#yoga h3,
	#training h3 {
		font-size: 17px;
		margin-bottom: .5em;
		text-align: center;
	}
	.yoga_lesson_txt p {
	}
	.yoga_lesson_phooto img {
		width: 100%;
	}
	.yoga_lesson_phooto .new_lesson {
		width: 30%;
		right: 4vw;
		top: 4vw;
	}
	.movie_block {
		margin-bottom: 70px;
	}
	#training {
		padding: 60px 0;
	}
	#training .container {
		padding: 0 40px;
	}
}
@media print, screen and ( min-width : 768px ) {
	#yoga {
		padding: 100px 0 240px 0;
		background-size: 100%;
	}
	#training {
		padding: 140px 0 200px;
	}
	#yoga h2 {
		font-size: 40px;
		margin-bottom: 100px;
	}
	#yoga h2:after {
		content: "";
		height: 3px;
		background: #000;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 250px;
	}
	#yoga h3,
	#training h3 {
		font-size: 26px;
		text-align: center;
	}
	.yoga_lesson_box {
		margin-bottom: 80px;
	}
	.yoga_lesson_box:last-child {
		margin-bottom: 0;
	}
	.yoga_lesson_box .yoga_lesson_phooto {
		width: 58%;
	}
	.yoga_lesson_box .yoga_lesson_content {
		width: 38%;
	}
	.yoga_lesson_txt .yoga_lesson_info {
		font-size: 20px;
	}
	.yoga_lesson_txt {
		width: 100%;
	}
	.yoga_lesson_txt p {
		font-size: 14px;
		line-height: 1.8em;
	}
	.yoga_lesson_phooto .new_lesson {
		top: -20px;
		right: -20px;
	}
	.movie_block {
		margin-bottom: 150px;
	}
}
@media print, screen and ( min-width : 992px ) {

}



/* ---------------------------------------------------------------------------------------------

　   レズミルズレッスン紹介

--------------------------------------------------------------------------------------------- */
#lesmills {
	background-color: #e1ebeb;
	background-position: top right;
	background-size: auto 100%;
	overflow: hidden;
	position: relative;
	z-index: 10;
}

#lesmills h2 {
	text-align: center;
	position: relative;
	padding-bottom: .5em;
}
#lesmills h2:after {
	content: "";
	height: 3px;
	background: #000;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.lesmills_lesson_box {
	position: relative;
	color: #fff;
}
.lesmills_lesson_box01 .lesmills_lesson_content,
.lesmills_lesson_box01 .lesmills_lesson_phooto {
	background: #73716e;
}
.lesmills_lesson_box02 .lesmills_lesson_content,
.lesmills_lesson_box02 .lesmills_lesson_phooto {
	background: #9f755f;
}
.lesmills_lesson_box03 .lesmills_lesson_content,
.lesmills_lesson_box03 .lesmills_lesson_phooto {
	background: #a2a093;
}
.lesmills_lesson_box04 .lesmills_lesson_content,
.lesmills_lesson_box04 .lesmills_lesson_phooto {
	background: #67859d;
}
#lesmills h3 {
	text-align: center;
}
#lesmills h3 span {
	display: block;
	border-bottom: 1px solid #fff;
}
.otherLesson_lead {
	text-align: center;
}
@media only screen and ( max-width : 991px ) {
	#lesmills .container {
		max-width: 100%;
	}
}
@media only screen and ( max-width : 767px ) {
	#lesmills {
		padding: 60px 0;
		background-image: url(../img/lesmills_bg_sp.png);
	}
	#lesmills .container {
		padding: 0 40px;
	}
	#lesmills h2 {
		font-size: 22px;
		margin-bottom: 50px;
	}
	#lesmills h2:after {
		width: 140px;
	}
	.lesmills_lesson_content {
		padding: 15px;
	}
	.lesmills_lesson_txt {
		max-width: 80%;
		margin: 0 auto;
	}
	.lesmills_lesson_info {
		width: 130px;
		height: 130px;
		margin-left: 15px;
	}
	.lesmills_lesson_info small {
		font-size: 10px;
	}
	.lesmills_lesson_info span {
		font-size: 16px;
	}
	#lesmills h3 {
		margin-bottom: 15px;
		font-size: 17px;
	}
	#lesmills h3 span {
		font-size: 12px;
		margin-bottom: .5em;
		padding-bottom: .5em;
	}
	.lesmills_lesson_txt p {
		font-size: 12px;
	}
	.lesmills_lesson_phooto img {
		width: 100%;
	}
	.otherLesson_lead {
		margin: 50px 0 20px;
	}
	#lesmills .btn {
		width: 92%;
	}
}
@media print, screen and ( min-width : 768px ) {
	#lesmills {
		padding: 150px 0;
		background-image: url(../img/lesmills_bg.png);
	}
	#lesmills h2 {
		font-size: 40px;
		margin-bottom: 100px;
	}
	#lesmills h2:after {
		width: 250px;
	}
	.lesmills_lesson_box {
		margin-bottom: 150px;
	}
	.lesmills_lesson_box:after {
		content: "";
		width: 100%;
		height: 100%;
		background: #fff;
		position: absolute;
		top: 20px;
		left: 20px;
		z-index: 1;
	}
	.lesmills_lesson_box:last-child {
		margin-bottom: 0;
	}
	.lesmills_lesson_box:nth-child(even) {
		flex-direction: row-reverse;
	}
	.lesmills_lesson_phooto {
		position: relative;
		z-index: 10;
	}
	.lesmills_lesson_content {
		padding: 40px;
		position: relative;
		z-index: 10;
	}
	.lesmills_lesson_box:nth-child(odd) .lesmills_lesson_content {
		flex-direction: row-reverse;
	}
	#lesmills h3 {
		margin-bottom: 20px;
		font-size: 28px;
	}
	#lesmills h3 span {
		margin-bottom: 15px;
		padding-bottom: 15px;
		font-size: 17px;
	}
	.lesmills_lesson_txt p {
		font-size: 14px;
		line-height: 1.8em;
	}
	.otherLesson_lead {
		font-size: 30px;
		margin: 200px 0 70px;
	}
}
@media print, screen and ( min-width : 992px ) {
	.lesmills_lesson_phooto {
		width: 60%;
	}
	.lesmills_lesson_content {
		width: 40%;
	}
}


/* ---------------------------------------------------------------------------------------------

　   Instagram

--------------------------------------------------------------------------------------------- */
#instagram {
	background: #fff;
	position: relative;
	z-index: 10;
}
#instagram h2 {
	text-align: center;
}
#instagram p {
	text-align: center;
}
.instagram_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  font-weight: bold;
  position: relative;
  height: 50px;
  letter-spacing: .1em;
	background: #f2b813; /* Old browsers */
	background: -moz-linear-gradient(left,  #f2b813 0%, #a2237d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #f2b813 0%,#a2237d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #f2b813 0%,#a2237d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2b813', endColorstr='#a2237d',GradientType=1 ); /* IE6-9 */
}

.instagram_btn:hover {
  transform: translate(0,-5px);
}
.instagram_btn span:after {
  content: "";
  width: 11px;
  height: 19px;
  background: url(../img/arrow.png) no-repeat center / 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
@media only screen and ( max-width : 767px ) {
	#instagram {
		padding: 80px 0;
	}
	#instagram h2 {
		margin-bottom: 20px;
	}
	#instagram h2 img {
		width: 70px;
	}
	.instagram_btn {
		font-size: 16px;
		width: 80%;
		margin-top: 25px;
	}
}
@media print, screen and ( min-width : 768px ) {
	#instagram {
		padding: 250px 0;
	}
	#instagram h2 {
		margin-bottom: 40px;
	}
	#instagram p {
		font-size: 30px;
	}
	.instagram_btn {
		font-size: 19px;
		width: 380px;
		margin-top: 70px;
	}
}

/* ---------------------------------------------------------------------------------------------

　   料金システム

--------------------------------------------------------------------------------------------- */
#price {
	background: #fff;
	position: relative;
	z-index: 10;
}
#price h2 {
	text-align: center;
	position: relative;
	padding-bottom: .5em;
}
#price h2:after {
	content: "";
	height: 3px;
	background: #000;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.price_box {
}
.price_box .price_content {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.price_box h3 {
	position: relative;
	text-align: center;
}
.price_box h3:after {
	content: "";
	display: block;
	margin: 10px auto 10px;
	background: url(../img/price_arrow.png) no-repeat center / 100%;
}
.price_box.member_box h3 {
	color: #005875;
}
.price_box.non_member_box h3 {
	color: #ed6d1f;
}
.price_box h4 {
	color: #fff;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.3em;
	height: 3.6em;
	width: 100%;
}
.price_box h4 span {
	line-height: 1.3em;
}
.price_box.member_box h4 {
	background: #005875;
}
.price_box.member_box h4 span {
}
.price_box.non_member_box h4 {
	background: #ed6d1f;
}
.price_content {
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.4);
}
.price_box .price_txt {
	text-align: right;
}
.price_box.member_box .price_txt {
	color: #005875;
}
.price_box.non_member_box .price_txt {
	color: #ed6d1f;
}
.price_box .price_txt span {
	display: inline-block;
	line-height: 1;
}
.price_box .price_txt small {
	color: #000;
	display: block;
}
.price_box .price_ttl {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: center;
	padding: .2em;
}
@media only screen and ( max-width : 992px ) {
	.price_box {
		margin-bottom: 40px;
	}
	.price_box:last-child {
		margin-bottom: 0;
	}
}
@media only screen and ( max-width : 767px ) {
	#price {
		padding: 40px 0;
	}
	#price h2 {
		font-size: 22px;
		margin-bottom: 50px;
	}
	#price h2:after {
		width: 140px;
	}
	.price_box h3 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.price_box h3:after {
		width: 42px;
		height: 13px;
	}
	.price_content {
		padding: 15px;
		font-size: 11px;
	}
	.price_box h4 {
		font-size: 14px;
		margin-bottom: 15px;
	}
	.price_box .price_txt {
		font-size: 15px;
	}
	.price_box .price_txt span {
		font-size: 40px;
	}
	.price_box .price_txt small {
		font-size: 11px;
	}
	.price_box .price_ttl {
		margin-bottom: 10px;
	}
	.price_box .price_col_box .price_txt {
	}
}
@media only screen and ( max-width : 320px ) {
	.price_content {
		padding: 10px;
		font-size: 10px;
	}
	.price_box h4 {
		font-size: 12px;
	}
	.price_box .price_txt small {
		font-size: 10px;
	}
	.price_box .price_txt span {
		font-size: 23px;
	}
	.price_box .price_ttl {
		font-size: 11px;
		width: 100px;
	}
	.price_box .price_col_box .price_txt {
		max-width: calc(100% - (100px + 10px));
	}
}
@media print, screen and ( min-width : 768px ) {
	#price {
		padding: 110px 0;
	}
	.price_wrapper {
		padding-bottom: 110px;
		max-width: 830px;
		margin: 0 auto;
	}
	#price h2 {
		font-size: 40px;
		margin-bottom: 100px;
	}
	#price h2:after {
		width: 250px;
	}
	.price_box {
	}
	.price_box h3 {
		font-size: 30px;
		margin-bottom: 30px;
	}
	.price_box h3:after {
		width: 87px;
		height: 27px;
	}
	.price_box h4 {
		font-size: 21px;
		margin-bottom: 20px;
	}
	.price_content {
		padding: 15px;
		font-size: 12px;
		min-height: 300px;
	}
	.price_box .price_txt {
		font-size: 30px;
	}
	.price_box .price_txt span {
		font-size: 54px;
	}
	.price_box .price_txt small {
		font-size: 16px;
	}
	.price_box .price_ttl {
		font-size: 19px;
	}
	.price_box .price_col_box .price_txt {
	}
}
@media print, screen and ( min-width : 992px ) {
	.price_box {
		width: 47%;
	}
}

/* ---------------------------------------------------------------------------------------------

　   ライブレッスン

--------------------------------------------------------------------------------------------- */
#live-lesson {
	background-color: #f7f7f7;
	position: relative;
	z-index: 10;
}
.livelesson_block:last-child,
.livelesson_box:last-child {
	margin-bottom: 0;
}
#live-lesson h2 {
	text-align: center;
	border-radius: 50px;
	padding: .2em .6em;
	color: #fff;
	max-width: 740px;
	margin: 0 auto;
}
#live-lesson h3 {
	display: flex;
	align-items: center;
}
#live-lesson h3 .livelesson_num {
	line-height: 1;
	text-align: center;
	font-weight: 400;
}
.tab01 h3 .livelesson_num {
	color: #f8b430;
	border-bottom: 4px solid #f8b430;
}
.tab02 h3 .livelesson_num {
	color: #f6bfc3;
	border-bottom: 4px solid #f6bfc3;
}
#live-lesson .tab04 h3 {
	display: block;
	text-align: center;
}
#live-lesson .tab04 h3 .livelesson_num {
	color: #b2e2e5;
	display: block;
	text-align: center;
	width: 100%;
}
#live-lesson .tab04 h3 .livelesson_ttl {
	display: inline-block;
	background: #009da9;
	border-radius: 50px;
	color: #fff;
	width: auto;
	padding: .3em 1.5em;
	margin-top: .8rem;
}
#live-lesson .tab04 .livelesson_content p {
	text-align: center;
}

#live-lesson .livelesson_content p {
	line-height: 1.8em;
}
.tab-panel {
	max-width: 1000px;
	margin: 0 auto;
}
.panel {
	display: none;
}
.panel.is-show {
	display: block;
}
.tab01 h2 {
	background: #ed6d1f;
}
.tab02 h2 {
	background: #ee8087;
}
.tab03 h2 {
	background: #90a0d1;
}
.tab04 h2 {
	background: #009da9;
}
.tab-group {
	color: #c8c9ca;
	border: 1px solid #c8c9ca;
}
.tab-group li {
	flex: 1;
	border-right: 1px solid #c8c9ca;
	cursor: pointer;
	transition: .3s;
	background: #fff;
}
.tab-group li a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	color: #c8c9ca;
}
.tab-group li a:hover {
	/*background: #c8c9ca;*/
	color: #fff;
}
.tab-group li:last-child {
	border-right: none;
}
.tab-group li a.select {
	color: #fff;
}
.tab-group li.tab01 .select,
.tab-group li.tab01 a:hover {
	background: #ed6d1f;
}
.tab-group li.tab02 .select,
.tab-group li.tab02 a:hover {
	background: #ee8087;
}
.tab-group li.tab03 .select,
.tab-group li.tab03 a:hover {
	background: #90a0d1;
}
.tab-group li.tab04 .select,
.tab-group li.tab04 a:hover {
	background: #009da9;
}
.panel_lead {
	text-align: center;
}

.line_contact_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  font-weight: bold;
  position: relative;
  height: 50px;
  letter-spacing: .1em;
  background: #1eaa39;
}

.line_contact_btn:hover {
  transform: translate(0,-5px);
}
.line_contact_btn span:after {
  content: "";
  width: 11px;
  height: 19px;
  background: url(../img/arrow.png) no-repeat center / 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.line_contact_btn i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.line_contact_btn i img {
  display: block;
}
@media only screen and ( max-width : 991px ) {
}
@media only screen and ( max-width : 767px ) {
	#live-lesson {
		padding: 40px 0;
	}
	.livelesson_block {
		margin-bottom: 60px;
	}
	.livelesson_box {
		margin-bottom: 40px;
	}
	#live-lesson h2 {
		font-size: 20px;
		margin-bottom: 30px;
	}
	#live-lesson h3 {
		margin-bottom: 20px;
	}
	#live-lesson h3 .livelesson_num {
		font-size: 36px;
		width: 45px;
		margin-right: 10px;
	}
	#live-lesson h3 .livelesson_ttl {
		font-size: 18px;
		width: calc(100% - (45px + 10px));
	}
	#live-lesson .livelesson_col_box .livelesson_pic {
		width: 120px;
		margin-right: 15px;
	}
	#live-lesson .livelesson_col_box .livelesson_content {
		width: calc(100% - (120px + 15px));
	}
	#live-lesson .livelesson_full_box .livelesson_pic {
		margin-bottom: 15px;
	}
	#live-lesson .livelesson_full_box .livelesson_pic figure {
		margin-right: 2%;
		width: 49%;
		max-width: 120px;
	}
	#live-lesson .livelesson_full_box .livelesson_pic figure:last-child {
		margin-right: 0;
	}
  .line_contact_btn {
    font-size: 14px;
    width: 80%;
    margin-top: 70px;
  }
  .line_contact_btn i {
  	max-width: 24px;
  }
  .line_contact_btn span:after {
  	right: 15px;
  }
	.tab-group {
		margin-bottom: 40px;
	}
	.tab-group li a {
		padding: 5px;
	}
	.tab-group li span {
		text-align: center;
	}
	.panel_lead {
		font-size: 15px;
		margin-bottom: 40px;
	}
}
@media only screen and ( max-width : 320px ) {
	#live-lesson h2 {
		font-size: 19px;
	}
	#live-lesson .livelesson_col_box h3 {
		flex-wrap: wrap;
	}
	#live-lesson .livelesson_col_box h3 .livelesson_ttl {
		width: 100%;
		margin-top: 10px;
	}

}
@media print, screen and ( min-width : 768px ) {
	#live-lesson {
		padding: 140px 0;
	}
	.livelesson_block {
		max-width: 620px;
		margin: 0 auto 240px;
	}
	.livelesson_box {
		max-width: 640px;
		margin: 0 auto 40px;
	}
	.livelesson_box:last-child {
		margin-bottom: 0;
	}
	#live-lesson h2 {
		font-size: 32px;
		margin-bottom: 60px;
	}
	#live-lesson .livelesson_col_box .livelesson_pic {
		width: 240px;
		margin-right: 25px;
	}
	#live-lesson .livelesson_col_box .livelesson_content {
		width: calc(100% - (240px + 25px));
	}
	#live-lesson .livelesson_full_box .livelesson_pic {
		margin-bottom: 20px;
	}
	#live-lesson .livelesson_full_box .livelesson_pic figure {
		margin-right: 20px;
		width: 240px;
	}
	#live-lesson .livelesson_full_box .livelesson_pic figure:last-child {
		margin-right: 0;
	}
	#live-lesson h3 {
		margin-bottom: 40px;
	}
	#live-lesson h3 .livelesson_num {
		font-size: 55px;
		width: 65px;
		margin-right: 20px;
	}
	#live-lesson h3 .livelesson_ttl {
		font-size: 26px;
		width: calc(100% - (65px + 20px));
	}
	.livelesson_chat .livelesson_pic figure {
		margin-top: 60px;
	}
	.livelesson_chat .livelesson_pic figure figcaption {
		margin-top: 15px;
		font-size: 15px;
	}
	.tab-group {
		margin-bottom: 120px;
	}
	.tab-group li a {
		font-size: 24px;
		padding: 10px;
	}
	.panel_lead {
		font-size: 22px;
		margin-bottom: 80px;
	}
  .line_contact_btn {
    font-size: 19px;
    width: 380px;
    margin-top: 140px;
  }
}
@media print, screen and ( min-width : 992px ) {
	#live-lesson h2 {
		/*font-size: 38px;*/
	}
	#live-lesson h3 .livelesson_num {
		font-size: 65px;
		width: 80px;
	}
	#live-lesson h3 .livelesson_ttl {
		font-size: 30px;
		width: calc(100% - (80px + 20px));
	}
}

/* ---------------------------------------------------------------------------------------------

　   FAQ

--------------------------------------------------------------------------------------------- */
#faq {
	background: #fff;
	position: relative;
	z-index: 10;
}
#faq h2 {
	text-align: center;
	position: relative;
	padding-bottom: .5em;
}
#faq h2:after {
	content: "";
	height: 3px;
	background: #000;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
#faq .accordion__box {
	border-bottom: 1px solid #009da9;
}
#faq .accordion__box:first-child {
	border-top: 1px solid #009da9;
}
#faq .accordion__box .accordion_header {
	color: #009da9;
	cursor: pointer;
	position: relative;
	padding-left: 1.4em;
	padding-right: 40px;
}
#faq .accordion__box .accordion_header:before {
	content: "Q.";
	position: absolute;
	left: 0;
	top: 0;
}

/* .ac-labelを親要素としてアイコン位置を絶対値で指定 */
#faq .accordion__box .accordion_header .icon-wrap {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translatey(-50%);
  width: 38px;
  height: 38px;
}
/* .icon-wrapの中でプラスを中央に位置させるために.iconを親要素に設定 */
#faq .accordion__box .accordion_header .icon {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
/* プラスアイコン */
/* ２本の線を.icon-wrapの中央に並行に重ねる */
#faq .accordion__box .accordion_header .icon:before,
#faq .accordion__box .accordion_header .icon:after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #009da9;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 2px;
  transform: translate(-50%, -50%);
}
/* そのうち1本を縦にする */
#faq .accordion__box .accordion_header .icon:before {
  transform: translate(-50%, -50%) rotate(90deg);
}

/* プラスアイコンクリック後、マイナスにする */
#faq .accordion__box .accordion_header.open .icon:before {
  transform: translate(-50%, -50%) rotate(0deg);
}
#faq .accordion_inner {
	display: none;
	position: relative;
	padding-left: 1.4em;
}
#faq .accordion_inner:before {
	content: "A.";
	position: absolute;
	left: 0;
	top: 0;
}

@media only screen and ( max-width : 767px ) {
	#faq {
		padding: 40px 0;
	}
	#faq h2 {
		font-size: 22px;
		margin-bottom: 50px;
	}
	#faq h2:after {
		width: 140px;
	}
	#faq .accordion__box {
		font-size: 15px;
		padding: 20px 0;
	}
	#faq .accordion__box .accordion_inner {
		margin-top: 30px;
	}
}
@media print, screen and ( min-width : 768px ) {
	#faq {
		padding: 140px 0;
	}
	#faq h2 {
		font-size: 40px;
		margin-bottom: 100px;
	}
	#faq h2:after {
		width: 250px;
	}
	#faq .accordion {
		max-width: 1000px;
		margin: 0 auto;
	}
	#faq .accordion__box {
		font-size: 20px;
		padding: 40px 0;
	}
	#faq .accordion__box .accordion_inner {
		margin-top: 60px;
	}
}

/* ---------------------------------------------------------------------------------------------

　   コラボ実績

--------------------------------------------------------------------------------------------- */
#collaboration {
	position: relative;
	z-index: 10;
	background: #EAE8DC;
}
.collaboration_point_wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.collaboration_point_box {
	border-radius: 50%;
	position: relative;
}
.collaboration_point_box:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.collaboration_point_inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #ED6D1F;
}
.collaboration_point_inner p {
	text-align: center;
	max-width: 80%;
}
.collaboration_point_box figure {
	text-align: center;
}
.collaboration_achievements_top figure {
	width: 48%;
}
.collaboration_achievements_bottom {
	background: #fff;
	position: relative;
}
.collaboration_achievements_bottom_title {
	display: block;
}
.collaboration_achievements_bottom_inner {
	border: 2px solid #ED6D20;
}
.collaboration_achievements_bottom_text h3 {
	margin-bottom: 1em;
}
.collaboration_achievements_bottom_text p {
	line-height: 1.8em;
}
@media only screen and ( max-width : 767px ) {
	#collaboration {
		padding: 60px 0;
	}
	.collaboration_point_box {
		width: 48%;
	}
	.collaboration_point_box {
		width: 48%;
		margin-right: 4%;
		margin-top: 4%;
		border: 3px solid #fff;
		font-size: 14px;
	}
	.collaboration_point_box figure img {
		max-width: 60%;
	}
	.collaboration_point_box:nth-child(-n+2) {
		margin-top: 0;
	}
	.collaboration_point_box:nth-child(2n) {
		margin-right: 0;
	}
	.collaboration_achievements {
		margin-top: 50px;
	}
	.collaboration_achievements_bottom {
		margin-top: 40px;
		padding: 5px;
	}
	.collaboration_achievements_bottom_title {
		margin-left: -5px;
		margin-right: -5px;
		margin-top: -10px;
		max-width: calc(100% + 10px);
	}
	.collaboration_achievements_bottom_text {
		padding: 20px;
	}
	.collaboration_achievements_bottom_text h3 {
		font-size: 16px;
	}
}
@media only screen and ( max-width : 575px ) {
	.collaboration_point_box {
		font-size: 2.6vw;
	}
}
@media print, screen and ( min-width : 768px ) {
	#collaboration {
		padding: 140px 0;
	}
	.collaboration_point_box {
		width: 31%;
		margin-right: 3.5%;
		margin-top: 3%;
		border: 6px solid #fff;
		font-size: 1.4vw;
	}
	.collaboration_point_box figure img {
		max-width: 80%;
	}
	.collaboration_point_box:nth-child(-n+3) {
		margin-top: 0;
	}
	.collaboration_point_box:nth-child(3n) {
		margin-right: 0;
	}
	.collaboration_achievements {
		margin-top: 120px;
	}
	.collaboration_achievements_bottom {
		margin-top: 60px;
		padding: 10px;
	}
	.collaboration_achievements_bottom_title {
		margin-left: -10px;
		margin-right: -10px;
		margin-top: -30px;
		max-width: calc(100% + 20px);
	}
	.collaboration_achievements_bottom_text {
		padding: 40px 0;
		max-width: 80%;
		margin: 0 auto;
	}
	.collaboration_achievements_bottom_text h3 {
		font-size: 20px;
	}
}
@media print, screen and ( min-width : 992px ) {
	.collaboration_point_box {
		font-size: 16px;
	}
	.collaboration_point_box figure img {
		max-width: 100%;
	}
	.collaboration_achievements_bottom_text {
		padding: 40px;
		font-size: 17px;
	}
	.collaboration_achievements_bottom_text h3 {
		font-size: 24px;
	}

}


/* ---------------------------------------------------------------------------------------------

　   XXX

--------------------------------------------------------------------------------------------- */

@media only screen and ( max-width : 767px ) {
}
@media print, screen and ( min-width : 768px ) {
}
