#schedule, #application_guide {
	background: #F0F2F5;
}
.schedule {
	padding: 62px 0 0;
}
.application_guide {
	padding: 20px 0;
}
.sec_ttl {
	font-size: 27px;
	font-weight: bold;
	padding: 0 0 66px;
	text-align: center;
}
#schedule .sub_title {
	font-size: 12px;
	font-weight: bold;
	padding: 7px 0;
	background: #fff;
	text-align: center;
	display: flex;
}
#schedule .sub_title p {
	display: inline-block;
}
/*
#schedule .sub_title p::before{
  content: "NEW";
  color: red;
  margin:0 10px 0 0;
}
*/
#schedule .sub_title a {
	/*
  border-bottom: 1px solid #141B20;
*/
	text-decoration: underline;
	color: #141B20;
}
.sch_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 57px 0 0;
}
.gra_list_area {
	width: 100%;
	padding: 0 0 50px;
}
.gra_list_area h3 {
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 15px;
}
.gra_list_area .period {
	font-size: 15px;
	font-weight: bold;
	background: #C9CED6;
	text-align: center;
	padding: 10px 20%;
}
.gra_list_area .description {
	font-size: 15px;
	background: #fff;
	text-align: center;
	padding: 10px 20%;
}
#application_guide .sec_sub_ttl {
	font-weight: bold;
	color: #fff;
	background: #141B20;
	margin: 0 0 22px;
	padding: 8px 0 8px 23px;
	font-size: 14px;
}
#application_guide .list_box a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 158px;
	background: #050A50;
	font-size: 15px;
	line-height: 15px;
	padding: calc((45px - 30px) *0.5) 20px calc((45px - 30px) *0.5) 12px;
	font-weight: bold;
	color: #fff;
	transition: all 1s ease-out;
}
#application_guide .list_box a:hover {
	transition: all 1s ease-out;
	background: #141B20;
}
#application_guide .list_box {
	background: #fff;
	padding: 15px;
	margin: 0 0 17px 0;
}
#application_guide .list_box p {
	font-size: 14px;
}
.ag_dl {
	text-align: center;
	margin: 15px 0 0;
}
.profile_bt_icon {
	padding: 0 0 0 79px;
}
#application_guide .flex_box_1 {
	width: 100%;
	padding: 0 0 17px 0;
}
#application_guide .flex_box_1 li {
	background: #fff;
	padding: 12px 10px 12px 12px;
}
#application_guide .flex_box_1 li:not(:last-child) {
	margin: 0 0 8px;
}
#application_guide .flex_box_1 li .flex_box_1_txt {
	margin-bottom: 19px;
}
#application_guide .flex_box_1 li .list_txt {
	font-size: 15px;
}
#application_guide .flex_box_1 li .list_txt_list {
	padding: 5px 0 0 0;
}
#application_guide .flex_box_1 li .list_txt_list li {
	list-style: disc;
	padding: 5px 0 0;
	margin: 0 0 0 41px;
}
#application_guide .flex_box_2 {
	width: 100%;
}
#application_guide .flex_box_2_1, #application_guide .flex_box_2_2 {
	display: flex;
	flex-direction: column;
	padding: 0 0 17px 0;
}
#application_guide .flex_box_2_ttl {
	background: #C9CED6;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 35px;
}
#application_guide .flex_box_2_txt p {
	text-align: center;
	font-size: 15px;
}
#application_guide .flex_box_2_txt {
	background: #fff;
	padding: 27px 46px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#application_guide .flex_box_2_txt a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 158px;
	background: #050A50;
	font-size: 15px;
	line-height: 15px;
	padding: calc((45px - 30px) *0.5) 20px calc((45px - 30px) *0.5) 12px;
	font-weight: bold;
	color: #fff;
	transition: all 1s ease-out;
}
#application_guide .flex_box_2_txt a:hover {
	transition: all 1s ease-out;
	background: #141B20;
}
#application_guide .flex_box_2_ttl p {
	text-align: center;
	font-size: 15px;
}
@media only screen and (min-width: 351px) {
	#schedule .sub_title {
		font-size: 15px;
	}
}
@media only screen and (min-width: 450px) {
	#schedule .sub_title {
		font-size: 19px;
		padding: 15px 28px 15px 40px;
		display: flex;
	}
}
@media only screen and (min-width: 961px) {
	.sec_ttl {
		font-size: 40px;
		padding: 0 0 112px;
	}
	#schedule .sub_title p {
		display: block;
	}
	.sch_box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 82px 0 0;
	}
	.gra_list_area {
		width: 48%;
		padding: 0;
	}
	.gra_list_area h3 {
		font-size: 24px;
		padding: 0 0 19px;
	}
	.gra_list_area .period {
		font-size: 20px;
		padding: 9px 20%;
	}
	.gra_list_area .description {
		font-size: 19px;
		padding: 9px 20%;
	}
	.application_guide {
		padding: 100px 0;
	}
	#application_guide .sec_sub_ttl {
		margin: 0 0 33px;
		padding: 13px 0 13px 66px;
		font-size: 20px;
	}
	#application_guide .list_box p {
		font-size: 19px;
	}
	#application_guide .list_box {
		padding: 12px 16px 12px 40px;
		line-height: 50px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 0 99px;
	}
	#application_guide .ag_dl {
		margin: 0;
	}
	#application_guide .flex_container {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0 0 30px 0;
	}
	#application_guide .flex_box_1 {
		width: 60%;
		padding: 0 13px 0 0;
		display: flex;
    flex-flow: column;
    justify-content: space-between;
	}
	#application_guide .flex_box_1 li {
		padding: 12px 0 12px 40px;
	}
	#application_guide .flex_box_1 li:not(:last-child) {
		margin: 0 0 10px;
	}
	#application_guide .flex_box_1 li .list_txt {
		font-size: 19px;
	}
	#application_guide .flex_box_1 li .list_txt_list li {
		margin: 0 0 0 47px;
	}
	#application_guide .flex_box_2 {
		width: 40%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#application_guide .flex_box_2_ttl {
		background: #C9CED6;
		min-height: 50px;
		padding: 11px 38px;
	}
	#application_guide .flex_box_2_txt {
		padding: 0 14px;
		height: calc(100% - 50px)
	}
	#application_guide .flex_box_2_1 {
		width: 55%;
		padding: 0 13px 0 0;
	}
	#application_guide .flex_box_2_2 {
		width: 45%;
		padding: 0;
	}
	#application_guide .flex_box_2_ttl p {
		font-size: 19px;
		line-height: 1.2;
	}
	#application_guide .flex_box_2_txt p {
		font-size: 19px;
	}
}
@media only screen and (min-width: 1251px) {
	#application_guide .flex_box_2_1 {
		width: 42%;
	}
	#application_guide .flex_box_2_2 {
		width: 58%;
	}
}
span.new {
	display: inline-table;
	/*
	line-height: 22px;
*/
	background: #BB0909;
	padding: 0 0.5em;
	color: #fff;
	margin: 0 0.5em 0 0.5em;
}

/*  */
.conbox{
	margin: 50px 0 0;
	font-size: 15px;
}

.conbox:first-of-type{
	margin-top: 0;
}

@media only screen and (min-width: 769px) {

	.conbox{
		margin: 50px 0 0;
		font-size: 19px;
	}
}



.mainbgcl{
	background: #F0F2F5;
}

.faq_wrap{
	padding: 55px 0 55px;
}

.faqbt{
	background: #C9CED6;
	padding: calc( ( 90px - 48px ) * 0.5) 22.5165562% calc( ( 90px - 48px ) * 0.5) 17px;
	line-height: 24px;
}

.faqinfo{
	background: #fff;
	padding: 15px 5.62913907% 20px;
}

a.link{
	text-decoration: underline;
}

@media only screen and (min-width: 769px) {

	.faq_wrap{
		padding: 94px 0 100px;
	}

	.faqbt{
		background: #C9CED6;
		padding: calc( ( 50px - 36px ) * 0.5) 6.0064935%;
		line-height: 36px;
	}

	.faqinfo{
		background: #fff;
		padding: 26px 4.220779% 26px 6.0064935%;
	}

	a.link{
		text-decoration: underline;
	}

}


/* トグルのアイコン */
.tg_bt{
	position: relative;
}

.tg_bt i {
	position: absolute;
	transform: translate(-28px, 0);
	margin-top: 0px;
	right: 1%;
	top: calc( 50% - 15px );
}
.tg_bt i:before, .tg_bt i:after {
	content: "";
	position: absolute;
	background-color: #050A50;
	width: 2px;
	height: 10px;
	transition: all 0.25s ease-in-out;
}
.tg_bt i:before {
	transform: translate(-3.5px, 9px) rotate(45deg);
}
.tg_bt i:after {
	transform: translate(2.5px, 9px) rotate(-45deg);
}
.tg_bt.close i:before {
	transform: translate(2.5px, 9px) rotate(45deg);
}
.tg_bt.close i:after {
	transform: translate(-3.5px, 9px) rotate(-45deg);
}

@media only screen and (min-width: 769px) {

	.tg_bt i{
		margin-top: 0px;
		right: 0;
		top: calc( 50% - 15px );
	}
/*
	.tennis_list li i:before, .tennis_list li i:after {
		width: 3px;
		height: 13px;
	}
	.tennis_list li i:before {
		transform: translate(-4.5px, 9px) rotate(45deg);
	}
	.tennis_list li i:after {
		transform: translate(3.5px, 9px) rotate(-45deg);
	}
	.tennis_list li.close i:before {
		transform: translate(3.5px, 9px) rotate(45deg);
	}
	.tennis_list li.close i:after {
		transform: translate(-4.5px, 9px) rotate(-45deg);
	}
*/
}
