@charset "UTF-8";

.contents {
	width: 100%;
    padding: 60px 0;
}
section {
	padding: 120px 0;
}

@media screen and (max-width: 1194px) {
	section {
		padding: 90px 0;
	}
}
@media screen and (max-width: 768px) {
	section {
		padding: 75px 0;
	}
}
@media screen and (max-width: 559px) {
	.contents {
		padding: 45px 0;
	}
	section {
		padding: 60px 0;
	}
}
@media screen and (max-width: 430px) {
	
}
@media screen and (max-width: 320px) {
	.contents {
		padding: 30px 0;
	}
	section {
		padding: 45px 0;
	}
}



/* レスポンシブ *
 * ****************************************** */

@media screen and (min-width: 769px) {
	.pc {
		display: block !important;
	}
	.sp {
		display: none !important;
	}
}

@media screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
}



/* 共通 */
.event_cat_foryoung .contents {
	padding: 90px 0;
}
.foryoung_title {
	text-align: left;
	color: #1b3f8b;
	padding-left: 90px;
	margin-bottom: 60px;
	display: flex;
	align-items: center;
}
.foryoung_title:after {
	border-top: 1px solid;
	content: "";
	flex-grow: 1;
}
.foryoung_title:after {
	margin-left: 2rem;
}

.event_cat_foryoung p.foryoung_stop {
	    text-align: center;
    color: #A30505;
    font-weight: 600;
	margin-top: 22px !important;
}


/* 日時
*****************************************/
#foryoung_info {
	
}
#foryoung_info .foryoung_info_box {
	
}
#foryoung_info .foryoung_info_box .foryoung_info_title {
	text-align: center;
	color: #1b3f8b;
	font-size: 4em;
	margin-bottom: 18px;
}
#foryoung_info .foryoung_info_box .foryoung_info_title span {
	display: block;
	font-size: .7em;
}
#foryoung_info .foryoung_info_date_box {
	text-align: center;
}
#foryoung_info .foryoung_info_date_box p {
	margin: 0;
}
#foryoung_info .foryoung_info_date_box p.foryoung_info_date {
	font-size: 2em;
	font-weight: bold;
	font-family: serif;
}
#foryoung_info .foryoung_info_date_box p.foryoung_info_date span {
	margin-right: 8px;
}
#foryoung_info .foryoung_info_date_box p.foryoung_info_time {
	font-size: 2em;
	font-weight: bold;
	font-family: serif;
}
#foryoung_info .foryoung_info_date_box p.foryoung_info_online {
	font-size: 1.3em;
	font-weight: bold;
	color: #1b3f8b;
	margin-top: 12px;
}

/* SKYとは
*****************************************/
#foryoung_whats .foryoung_whats_box {
	
}
#foryoung_whats .foryoung_whats_text {
	margin: 60px 0 0;
}


/* 何を学ぶ
*****************************************/
#foryoung_learn .foryoung_learn_box {
	
}
#foryoung_learn .foryoung_learn_text {
	margin: 60px 0 30px;
}


/* 開花する意識状態
*****************************************/
#foryoung_senses .foryoung_senses_box {
	
}
#foryoung_senses .foryoung_senses_text {
	margin: 90px 0;
}
#foryoung_senses ul {
	list-style: none;
	padding: 0 90px;
	margin-bottom: 90px;
}
#foryoung_senses ul li {
	font-family: serif;
	margin-top: 12px;
	font-size: 2.2rem;
	padding: 8px 8px 8px 42px;
	border-bottom: 1px dotted #ededed;
	position: relative;
}
#foryoung_senses ul li:first-child {
	border-top: 1px dotted #ededed;
}
#foryoung_senses ul li:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	background: url(../images/common/icon_check-blue.png) no-repeat;
	background-size: 100%;
	width: 26px;
	height: 26px;
}

/* スケジュール
*****************************************/

#foryoung_schedule {
	background: #FCFBF9;
}
#foryoung_schedule .foryoung_schedule_box {
	
}
#foryoung_schedule .foryoung_schedule_box p.foryoung_schedule_time {
	text-align: center;
	font-size: 1.6em;
	font-weight: bold;
    color: #1b3f8b;
}
#foryoung_schedule .foryoung_schedule_table {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
#foryoung_schedule .foryoung_schedule_table p.year {
	text-align: center;
	font-family: serif;
    font-size: 1.6rem;
}
#foryoung_schedule .foryoung_schedule_table table,
#foryoung_schedule .foryoung_schedule_table table tr,
#foryoung_schedule .foryoung_schedule_table table th,
#foryoung_schedule .foryoung_schedule_table table td {
	border-collapse: collapse;
}
#foryoung_schedule .foryoung_schedule_table table {
	width: 100%;
	border-bottom: 1px solid #BA9847;
}
#foryoung_schedule .foryoung_schedule_table table tr {
	border-top: 1px solid #BA9847;
}
#foryoung_schedule .foryoung_schedule_table table th,
#foryoung_schedule .foryoung_schedule_table table td {
	padding: 12px;
	text-align: center;
}
#foryoung_schedule .foryoung_schedule_table table th {
	width: 30%;
}
#foryoung_schedule .foryoung_schedule_table table th span {
	margin-left: 18px;
}
#foryoung_schedule .foryoung_schedule_table table td {
	width: 70%;
	text-align: left;
    padding-left: 18px;
	background: #FFF;
}


/* 申し込み
*****************************************/
#foryoung_entry .foryoung_entry_title {
	text-align: center;
}
#foryoung_entry img.original {
	display: block;
	margin: 0 auto;
}
#foryoung_entry .foryoung_entry_box {
	width: 900px;
    margin: 60px auto;
	display: flex;
	justify-content: space-evenly;
    align-content: center;
}
#foryoung_entry .foryoung_entry_box a {
	color: #FFF;
    display: inline-block;
    font-weight: bold;
    border-radius: 80px;
    line-height: 1.4;
    padding: 1em 3em 1em 3em;
    font-size: 1.3em;
    -webkit-animation-name: anim-shake;
    animation-name: anim-shake;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 3s;
}
#foryoung_entry .foryoung_entry_box a.pay_btn_card {
	background: rgb(1, 24, 142);
}
#foryoung_entry .foryoung_entry_box a.pay_btn_bank {
	background: rgb(235, 64, 36);
}
#foryoung_entry a.red_btn {
	font-size: 1.6em;
}
#foryoung_entry p.foryoung_entry_limited {
	font-weight: bold;
	text-align: center;
	color: #1b3f8b;
}
#foryoung_entry .foryoung_caution {
	background: #fafafa;
	padding: 30px;
	margin-top: 60px;
}
#foryoung_entry .foryoung_caution p.foryoung_caution_title {
	margin: 0;
	text-align: center;
}

@media screen and (max-width: 1024px) {
	.foryoung_title {
		padding-left: 0;
	}
	
}
@media screen and (max-width: 768px) {
	.event_cat_foryoung .contents {
		padding: 75px 0;
	}
	#foryoung_info .foryoung_info_box .foryoung_info_title {
		font-size: 3em;
	}
	#foryoung_info .foryoung_info_date_box p.foryoung_info_online {
		font-size: 1.4em;
	}
	#foryoung_senses ul {
		padding: 0;
		margin-bottom: 75px;
	}
	#foryoung_senses ul li {
		font-size: 2rem;
		padding: 6px 6px 6px 30px;
	}
	#foryoung_senses ul li:before {
		width: 18px;
		height: 18px;
	}
	#foryoung_senses .foryoung_senses_text {
		margin: 75px 0;
	}
	
	/* PCで幅100%にしたのでコメントアウト
	 #foryoung_schedule .foryoung_schedule_table table {
		width: calc(50% - 18px);
	}*/
	#foryoung_entry .foryoung_entry_box {
		width: 100%;
	}
}
@media screen and (max-width: 559px) {
	.foryoung_title {
		margin-bottom: 30px;
	}
	.event_cat_foryoung .contents {
		padding: 60px 0;
	}
	.event_cat_foryoung p.foryoung_stop {
		
	}
	#foryoung_info .foryoung_info_box .foryoung_info_title {
		font-size: 2.6em;
	}
	#foryoung_info .foryoung_info_date_box p.foryoung_info_date,
	#foryoung_info .foryoung_info_date_box p.foryoung_info_time {
		font-size: 1.6em;
	}
	#foryoung_info .foryoung_info_date_box p.foryoung_info_online {
		font-size: 1.4em;
	}
	#foryoung_senses ul {
		margin-bottom: 60px;
	}
	#foryoung_senses ul li {
		font-size: 1.8rem;
	}
	#foryoung_senses .foryoung_senses_text {
		margin: 60px 0;
	}
	#foryoung_whats .foryoung_whats_text {
		margin: 30px 0 0;
		font-size: 1em;
	}
	#foryoung_learn .foryoung_learn_text {
		margin: 30px 0;
		font-size: 1em;
	}
	#foryoung_schedule .foryoung_schedule_box p.foryoung_schedule_time {
		font-size: 1.3em;
	}
	#foryoung_schedule .foryoung_schedule_table p.year {
		font-size: 1.2rem;
	}
	#foryoung_schedule .foryoung_schedule_table table th {
		width: 22%;
	}
	#foryoung_schedule .foryoung_schedule_table table th span {
		display: block;
		margin: 0;
		font-size: .8rem;
	}
	#foryoung_schedule .foryoung_schedule_table table td {
		width: 78%;
	}
	#foryoung_entry .foryoung_entry_title {
		font-size: 1.6em;
		margin-bottom: 45px;
	}
	#foryoung_entry .foryoung_entry_box {
		flex-direction: column;
		margin: 45px auto;
	}
	#foryoung_entry .foryoung_entry_box a {
		text-align: center;
	}
	#foryoung_entry a.red_btn {
		font-size: 1.3em;
	}
	#foryoung_entry .foryoung_entry_box a.pay_btn_bank {
		margin-top: 12px;
	}
}
@media screen and (max-width: 430px) {
	.event_cat_foryoung .contents {
		padding: 45px 0;
	}
	#foryoung_info .foryoung_info_date_box p.foryoung_info_date,
	#foryoung_info .foryoung_info_date_box p.foryoung_info_time {
		font-size: 1.4em;
	}
	#foryoung_senses ul li {
		font-size: 1.6rem;
	}
	#foryoung_schedule .foryoung_schedule_table {
		flex-direction: column;
	}
	#foryoung_schedule .foryoung_schedule_table table {
		width: 100%;
	}
	#foryoung_schedule .foryoung_schedule_table table:first-child {
		border-bottom: none;
	}
	#foryoung_schedule .foryoung_schedule_table table td {
		font-weight: bold;
	}
	#foryoung_entry .foryoung_entry_title {
		font-size: 1.4em;
	}
	#foryoung_entry .foryoung_caution {
		padding: 20px;
	}
}
@media screen and (max-width: 380px) {
	#foryoung_schedule .foryoung_schedule_table table th span {
		font-size: .7rem;
	}
}
@media screen and (max-width: 320px) {
	.event_cat_foryoung .contents {
		padding: 30px 0;
	}
	#foryoung_info .foryoung_info_box .foryoung_info_title {
		font-size: 2.3em;
	}
	#foryoung_info .foryoung_info_date_box p.foryoung_info_date,
	#foryoung_info .foryoung_info_date_box p.foryoung_info_time {
		font-size: 1.4em;
	}
	#foryoung_info .foryoung_info_date_box p.foryoung_info_online {
		font-size: 1.2em;
	}
	#foryoung_schedule .foryoung_schedule_box p.foryoung_schedule_time {
		font-size: 1.2em;
	}
	#foryoung_entry .foryoung_entry_title {
		font-size: 1.3em;
	}
}

