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




/* 共通
=========================================== */

.txt-purple {
	color: #7654C3;
}

/* SECTION
=========================================== */
.sec {
	text-align: center;
}

.sec__tit {
	color: #707070;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: 600;
	font-style: normal;
}

.sec__lead {
	font-size: 15px;
	line-height: 28px;
}


/* secC: Syele
=========================================== */

.secC {
	margin: 84px 0 64px;
}

.secC__tit {
	margin: 100px 0 75px;
	font-size: 24px;
}

.menu-secC {
	display: flex;
	justify-content: center;
	width: 760px;
	margin: 55px auto 66px;
	gap: 20px;
} 

.item-secC {
	border: 1px solid #6E80E1;
	width: 300px;
	/* height: 200px; */
	position: relative;
	padding: 60px 20px 0;

	/* スケジュールページ来たら下記消して上のコメントアウト復活 */
	height: 165px;
}
.item-secC:nth-child(2) {
	padding-top: 30px;	
}

.item-secC__num {
	margin: -90px 0 90px;
	color: #7654C3;
}
.item-secC:nth-child(2) .item-secC__num {
	margin: -60px 0 60px;
}
		/*.item-secC:first-child::after {
			content: url("../images/item-secC.png");
			position: absolute;
			left: 10px;
			top: 10px;
		}*/

.item-secC__course {
	font-size: 22px;
	line-height: 30px;
	/* margin: 18px; */
}
.item-secC__course_2 {
	/* スケジュールページ来たら下記のコメントアウト復活 */
	/* padding-top: 25px; */
}
.item-secC:nth-child(1)::after {
	content: "全米ヨガアライアンス資格";
	display: inline-block;
	line-height: 24px;
	font-size: 13px;
	width: 200px;
	border-radius: 15px;
	background-color: #9B8EE6;
	color: #FFF;
	position: absolute;
	top:30px;
	right: 0;
	left: 0;
	margin: auto;
}
.item-secC:nth-child(2)::after {
	content: "知識＆しっかり実践";
	display: inline-block;
	line-height: 24px;
	font-size: 13px;
	width: 200px;
	border-radius: 15px;
	background-color: #9B8EE6;
	color: #FFF;
	position: absolute;
	top:30px;
	right: 0;
	left: 0;
	margin: auto;
}
.item-secC:nth-child(3)::after {
	content: "楽しみながら体験！";
	display: inline-block;
	line-height: 24px;
	font-size: 13px;
	width: 200px;
	border-radius: 15px;
	background-color: #9B8EE6;
	color: #FFF;
	position: absolute;
	top:30px;
	right: 0;
	left: 0;
	margin: auto;
}
.lead {
	/* background: #707070; */
	color: #707070;
	/* text-decoration: underline; */
	line-height: 80px;
	font-size: 24px;
	width: 810px;
	margin: 0 auto;
	border: solid 2px #707070;
	border-radius: 6px;
}

.item-secC a {
	color: #6E80E1;
	text-decoration: underline;
	font-size: 12px;
	position: absolute;
	bottom: 20px;
	right: 0;
	left: 0;
}


/* secA: 流れ、カリキュラム、スケジュール
=========================================== */

.secA {
	padding: 65px 0 15px;
	background: #DAF6F7;
	font-size: 19px;
	text-align: left;
}
.secA_2 {
	background: #DAF6F7;
	font-size: 17px;
	text-align: left;
	line-height: 25px;
}
.secA .inner {
	width: 	900px;
}
.secA__tit {
	font-size: 20px;
	background: #B7F0F2;
	border-radius: 20px;
	line-height: 40px;
	margin-bottom: 15px;
	text-align: center;
}

.secA__lead {
	margin-bottom: 22px;
}

.secA-flow .flex {
	gap: 54px;
	text-align: left;
	margin-top: 50px;
	line-height: 26px;
	font-size: 15px;
}
.flow__img {
	background: #B7F0F2;
	padding: 30px;
}
.flow__head {
	font-size: 	17px;
	/* font-weight: 800; */
	line-height: 30px;
	margin-bottom: 15px;
}
.flow__head:nth-last-child(2) {
	margin: 36px 0 15px;
}
.secA-curriculum .secA__tit {
	margin-top: 75px;
}

.curriculum_head {
	background-image: url("../images/style-ico1.png");
	padding-left: 55px;
	background-repeat: no-repeat;
	line-height: 45px;
	color: #23B0B4;
	margin: 36px 0 28px;
}
.item-secA-curriculum:nth-child(2) .curriculum_head  {
	background-image: url("../images/style-ico2.png");
	color: #7654C3;
}
.item-secA-curriculum:nth-child(3) .curriculum_head  {
	background-image: url("../images/style-ico3.png");
	color: #707070;
}
.curriculum_head span {
	color: #707070;
}
.item-secA-curriculum ul {
	background: #FFF;
	padding: 20px;
	font-size: 16px;
	line-height: 24px;
	display: flex;
	flex-wrap: wrap;
}
.item-secA-curriculum:nth-child(1) ul li::before {
	content: "■";
	padding-left: 20px;
	color:  #23B0B4;
}

.item-secA-curriculum:nth-child(2) ul li::before {
	content: "■";
	padding-left: 20px;
	color: #9B8EE6;
}
.item-secA-curriculum:nth-child(3) ul li::before {
	content: "□";
	padding-left: 20px;
	width: 70%;
}
.item-secA-curriculum:nth-child(3) ul  {
	padding-right: 200px;
	margin-bottom: 80px;
}
.secA-schedule .button-style {
	margin: 34px 0 44px;
	
}
.button-style {
	background-image: url("../images/style-ico4.png");
	background-repeat: no-repeat;
	background-position: right 20px center;
	width: 300px;
	line-height: 40px;
	background-color: #707070;
	color: #FFF;
	border-radius: 3px;
	font-size: 16px;
	padding-left: 40px;
}

/* secB: Style詳細
=========================================== */


.secB {
	padding: 113px 0 103px;
}
.secB .inner {
	width: 900px;
}
.secB__tit {
	color: #7654C3;
	font-size: 30px;
	text-align: center;
}
.secB__tit span {
	display: block;
	font-size: 20px;
	margin-top: 30px;
}

.secB .box {
	border: 1px solid #6E80E1;
	position: relative;
	padding: 30px;
	margin: 30px auto;
}
.secB .box::after {
	content: url("../images/style-box.png");
	position: absolute;
	left: 50px;
	top: 20px;
}
.secB-2 .box::after {
	content:"";
}

.item-secB__course {
	font-size: 30px;
	text-align: center;
	line-height: 38px;
}
.item-secB__tag {
	font-size: 14px;
	background: #707070;
	color: #FFF;
	line-height: 21px;
	width: 210px;
	text-align: center;
	display: block;
	border-radius: 15px;
	margin: 8px auto 18px;
}
.item-secB__txt {
	font-size: 14px;
	text-align: center;
	line-height: 20px;
}

.secB .flex {
	justify-content: space-between;
}

.left-head {
	font-size: 16px;
	margin: 30px 0 26px;
	color: #9B8EE6;
}

.left-head_2 {
	font-size: 17px;
}

.left-head ul li {
	font-size: 17px;
}

.secB-left ul {
	margin-bottom: 45px;
}
.secB-left ul li {
	line-height: 28px;
}
.secB-left ul li::before {
	content: "■";
	color: #9B8EE6;
}
.secB .price {
	font-size: 20px;
}

.secB .price span {
	font-size: 16px;
	display: inline-block;
	margin-left: 20px;
}
.left-price--orange {
	line-height: 34px;
	background: #F48757;
	font-size: 20px;
	color: #FFF;
	display: inline-block;
	padding: 0 20px;
	margin: 10px 0;
}

.left-price--orange span {
	font-size: 16px;
}
.button-style {
	margin-top: 67px;
}
.right p {
	margin-bottom: 15px;
}
.secB .cv-footer {
	width: 100%;
	margin: 70px 0 0;
}
.secB .cv-footer__lead {
	font-size: 20px;
	margin: 0;
}

.secB .lead {
	width: 	100%;
	text-align: center;
	margin-top: 150px;
}

.secB-3 {
	text-align: center;
	
}
.secB-3 .flex {
	gap: 45px;
	justify-content: center;
	margin-top: 32px;
}
.style-img img {
	width: 100%;
}

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

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


/* SECTION
=========================================== */
.sec__tit {
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: 400;
	font-style: normal;
}

.sec__lead {
	font-size: 14px;
	line-height: 22px;
	text-align: left;
}


/* secC: Syele
=========================================== */

.secC {
	margin: 44px 0 64px;
}

.secC__tit {
	text-align: center;
	margin-bottom: 28px;
}

.menu-secC {
	display: block;
	justify-content: center;
	width: 100%;
	margin: 80px auto;
	gap: 20px;
} 

.item-secC {
	width: 90%;
	/* height: 200px; */
	margin: 0 auto 70px;

	/* スケジュールページ来たら下記消して上のコメントアウト復活 */
	height: 165px;
}

.lead {
	line-height: 28px;
	padding: 10px;
	font-size: 18px;
	width: 90%;
	margin: 0 auto;
}


/* secA: 流れ、カリキュラム、スケジュール
=========================================== */

.secA .inner {
	width: 	90%;
}

.secA__lead {
	margin-bottom: 22px;
	font-size: 16px;
	line-height: 24px;
}

.flow__img img {
	width: 100%;
}

.flow__img {
	margin-bottom: 40px;
	padding: 10px;
}

.secA-curriculum .secA__tit {
	margin-top: 75px;
}

.curriculum_head {
	line-height: 24px;
	color: #23B0B4;
	margin: 36px 0 10px;
	font-size: 20px;
}

.curriculum_head span {
	color: #707070;
	display: block;
	font-size: 11px;
}
.item-secA-curriculum ul {
	background: #FFF;
	padding: 20px;
	font-size: 16px;
	line-height: 24px;
	display: flex;
	flex-wrap: wrap;
}
.item-secA-curriculum:nth-child(1) ul li::before {
	padding-left: 0px;
	line-height: 30px;
}

.item-secA-curriculum:nth-child(2) ul li::before {
	padding-left: 0px;
	line-height: 30px;
}
.item-secA-curriculum:nth-child(3) ul li::before {
	padding-left: 0px;
	line-height: 30px;
}
.item-secA-curriculum:nth-child(3) ul  {
	padding-right: 0;
}
.secA-schedule .button-style {
	margin: 34px 0 44px;
	
}
.button-style {
	margin: 40px auto!important;
}
.secA-schedule p.sp-only {
	text-align: center;
}
	
/* secB: Style詳細
=========================================== */

.secB {
	padding: 75px 0 0;
}
.secB .inner {
	width: 90%;
}
.secB__tit {
	color: #7654C3;
	font-size: 30px;
	text-align: center;
}
.secB__tit span {
	display: block;
	font-size: 20px;
	margin-top: 30px;
}

	.secB .lead {
		margin-top: 0;
	}
	.secB .lead__gray {
		margin-top: 70px
	}
.secB .box {
	padding: 10px;
	margin: 30px auto;
}
.secB .box::after {
	content: url("../images/sp-item-secC.png");
	position: absolute;
	left: 10px;
	top: 10px;
}

.item-secB__course {
	font-size: 20px;
	text-align: left;
	line-height: 28px;
	padding-left: 100px;
}

.item-secB__txt {
	padding-left: 30px;
	padding-right: 30px;
}

.button-style {
	margin-top: 67px;
}

.right {
	display: flex;
	
	width: 100%;
}
.right p img {
	width: 100%;
}
.right p {
	margin: 15px 7px;
}
	.center img {
		display: inline-block;
	}
.center {
	text-align: center;
	padding-top: 20px
} 
.secB .cv-footer {
	width: 100%;
	margin: 70px 0 0;
}
.secB .cv-footer__lead {
	font-size: 16px;
	margin: 0;
}

.secB .lead {
	width: 	100%;
	text-align: center;
	margin-top: 150px;
}

.secB-3 {
	text-align: center;
}
.secB-3 .flex {
	gap: 45px;
	justify-content: center;
	margin-top: 32px;
}
	.txt-left{
		text-align: left;
	}
	.secB-3 .flex p img {
		width: 100%;
	}
	.secB-3 .flex {
		display: flex;
		width: 100%;
		gap:15px;
		margin-bottom: 50px;
	}


}




















