@charset "utf-8";


/**************************************************50
 * slider
 **************************************************/
#slider{
	background-color: #EFF0F6;
	position: relative;
	overflow: visible;
}
#slider:after{
	background-size: 100% auto;
	content: "";
	height: 10px;
	line-height: 1;
	position: absolute;
	left: 50%;
	-ms-transform: translate(-50%, 100%);
	-webkit-transform: translate(-50%, 100%);
	transform: translate(-50%, 100%);
	vertical-align: middle;
	max-width: 1000px;
	width: 100%;
}
#slider_pc{
	margin-left: auto;
	margin-right: auto;
	position: relative;
	min-width: 1600px;
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#slider_pc img,
#slider_sp,
#slider_sp img{
	width: 100%
}
#slider_pc_thumb{
	background-color: #E4EAEB;
	height: 48px;
	margin-top: -1px;
	margin-left: auto;
	margin-right: auto;
	padding-left: -webkit-calc((100% - 1000px) / 2);
	padding-left: calc((100% - 1000px) / 2);
	padding-right: -webkit-calc((100% - 1000px) / 2);
	padding-right: calc((100% - 1000px) / 2);
}
#slider_pc_thumb li{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-right: 1px solid #627F8D;
	cursor: pointer;
	color: #79919E;
	font-size: 75%;
	height: 48px;
	line-height: 1.4;
	overflow: visible;
	position: relative;
	text-align: center;
	transition: all 0.2s ease-out 0s;
}
#slider_pc_thumb li > p{
	padding: 4px 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}
#slider_pc_thumb li:first-child{
	border-left: 1px solid #627F8D;
}
#slider_pc_thumb li:hover,
#slider_pc_thumb li.slick-current{
	background-color: #94A8B1;
	color: #FFFFFF;
}
#slider_pc_thumb li:before{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-width: 14px;
	border-style: solid;
	border-color: transparent;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 14px;
	transition: all 0.2s ease-out 0s;
	position: absolute;
	top: -26px;
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 14px;
	z-index: 1;
}
#slider_pc_thumb li.slick-current:before{
	border-color: transparent transparent #94A8B1 transparent;
}
#slider .slick-dots li button:before{
	background-color: #000000;
}
@media screen and (max-width:767px){
	#slider:after{
		background: url("https://asahi-form.site/images/user/top/slider_shadow_sp.png") center top no-repeat;
		bottom: 20px;
	}
	#slider_pc{
		display: none;
	}
	#slider_sp{
		padding-bottom: 20px;
	}
	#slider_sp .slick-prev,
	#slider_sp .slick-next{
		height: 20px;
		width: 20px;
	}
	#slider_sp .slick-prev:before,
	#slider_sp .slick-next:before{
		font-size: 20px;
		height: 20px;
		line-height: 20px;
		opacity: 0.6;
		width: 20px;
	}
	#slider_sp .slick-dots{
		bottom: 0;
	}
}
@media screen and (min-width:768px){
	#slider:after{
		background: url("https://asahi-form.site/images/user/top/slider_shadow.png") center top no-repeat;
		bottom: 0;
	}
	#slider_sp{
		display: none;
	}
}
@media screen and (min-width:940px){
	#slider_pc li a img{
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transition: opacity 0.2s ease-out 0s;
	}
	#slider_pc li a img:hover{
		opacity: 0.7;
	}
}

/**************************************************50
 * page_list
 **************************************************/
#top_page_list{
	background-color: #EFF0F6;
	padding-top: 3.125%;
}
#top_page_list a.mdi{
	background-color: #FFFFFF;
	border-color: #FFFFFF;
	color: #4C4C4C;
}
#top_page_list a.mdi:before{
	color: #1CACCA;
}
#top_footer_page_list a{
	padding-bottom: 5px;
}
#top_footer_page_list a.orange{
	background-color: #F7861E;
	border-color: #F7861E;
}
#top_footer_page_list a.blue{
	background-color: #23308F;
	border-color: #23308F;
}
#top_footer_page_list a b{
	display: block;
	font-size: 125%;
}
@media screen and (min-width:320px){
	#top_page_list:after{
		clear: both;
		content: "";
		display: block;
	}
	#top_page_list a.mdi{
		float: left;
		font-size: 62.5%;
		height: 130px;
		margin-left: 3.125%;
	}
}
@media screen and (min-width:320px) and (max-width:359px){
	#top_page_list a.mdi{
		height: 96px
	}
	#top_page_list a.mdi span{
		font-size: 80%;
	}
	#top_page_list a.mdi:before{
		font-size: 400%;
	}
}
@media screen and (min-width:360px) and (max-width:413px){
	#top_page_list a.mdi{
		height: 110px
	}
	#top_page_list a.mdi span{
		font-size: 90%;
	}
	#top_page_list a.mdi:before{
		font-size: 480%;
	}
}
@media screen and (min-width:414px) and (max-width:480px){
	#top_page_list a.mdi span{
		font-size: 112.5%;
	}
	#top_page_list a.mdi:before{
		font-size: 560%;
	}
}
@media screen and (min-width:320px) and (max-width:767px){
	#top_page_list a.mdi{
		width: -webkit-calc((100% - (3.125% * 4)) / 3);
		width: calc((100% - (3.125% * 4)) / 3);
	}
}
@media screen and (min-width:768px){
	#top_page_list{
		display: none;
	}
}
@media screen and (min-width:940px){
	#top_footer_page_list a:hover{
		background-color: #FFFFFF;
		color: #F7861E;
	}
	#top_footer_page_list a.orange:hover{
		color: #F7861E;
	}
	#top_footer_page_list a.blue:hover{
		color: #23308F;
	}
	#top_footer_page_list a.orange:hover:after{
		border-color: transparent transparent #F7861E transparent;
	}
	#top_footer_page_list a.blue:hover:after{
		border-color: transparent transparent #23308F transparent;
	}
}


/**************************************************50
 * middle030
 **************************************************/
/** - Side Contents - **/
@media screen and (max-width:319px){
	.side_contents a{
		width: 100%;
	}
}
@media screen and (min-width:320px) and (max-width:479px){
	.side_contents a{
		margin-bottom: 3.333333333333333%;
		width: -webkit-calc((100% - 3.333333333333333%) / 2);
		width: calc((100% - 3.333333333333333%) / 2);
	}
	.side_contents a:nth-child(even){
		margin-left: 3.333333333333333%;
	}
}
@media screen and (min-width:480px) and (max-width:767px){
	.side_contents a{
		margin-bottom: 3.333333333333333%;
		width: -webkit-calc((100% - (3.333333333333333% * 2)) / 3);
		width: calc((100% - (3.333333333333333% * 2)) / 3);
	}
	.side_contents a:nth-child(3n),
	.side_contents a:nth-child(3n+2){
		margin-left: 3.333333333333333%;
	}
}
@media screen and (max-width:767px){
	.side_contents{
		margin-bottom: 3.125%;
		padding: 0 3.125%;
	}
	.side_contents:after{
		clear: both;
		content: "";
		display: block;
	}
	.side_contents a{
		display: block;
		float: left;
	}
	.side_contents a img{
		width: 100%;
	}
}
@media screen and (min-width:768px){
	.side_contents{
		float: right;
		margin-bottom: 50px;
		width: 210px;
	}
	.side_contents > *{
		display: block;
	}
	.side_contents > *:not(:last-child){
		margin-bottom: 10px;
	}
}
@media screen and (min-width:940px){
	.side_contents a img{
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transition: opacity 0.2s ease-out 0s;
	}
	.side_contents a:hover img{
		opacity: 0.7;
	}
}

#top_sns_link h3{
	color: #FFFFFF;
	font-weight: normal;
}
#top_sns_link a{
	border: 1px solid #606060;
	color: #4C4C4C;
	display: block;
	font-size: 112.5%;
	height: 44px;
	line-height: 44px;
	position: relative;
}
#top_sns_link a[class^="link_"]:before{
	font-size: 200%;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 0.3em;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media screen and (max-width:319px){
	#top_sns_link > div{
		margin-bottom: 3.333333333333333%;
	}
	#top_sns_link a{
		margin-bottom: 1.666666666666667%;
	}
}
@media screen and (max-width:767px){
	#top_sns_link h3{
		margin-bottom: 1.666666666666667%;
		text-align: center;
	}
	#top_sns_link > div:after{
		clear: both;
		content: "";
		display: block;
	}
	#top_sns_link a{
		padding-left: 2.8em;
	}
	#top_sns_link a[class^="link_"]:before{
		left: 0.2em;
	}
}
@media screen and (min-width:768px){
	#top_sns_link h3{
		padding: 0.1em 0.6em;
		margin-bottom: 5px;
	}
	#top_sns_link a{
		padding-left: 3.5em;
	}
	#top_sns_link a + a{
		margin-top: 5px;
	}
	#top_sns_link a[class^="link_"]:before{
		left: 0.3em;
	}
}
@media screen and (min-width:940px){
	#top_sns_link a{
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transition: opacity 0.2s ease-out 0s;
	}
	#top_sns_link a:hover{
		opacity: 0.7;
	}
}

/** - Title - **/
.title_top{
	border-bottom: 4px solid #2C64B7;
	font-size: 160%;
	font-weight: normal;
	position: relative;
}
.title_top:before{
	color: #0070BB;
	content: "\f0e6";
	font-size: 140%;
	line-height: 1;
	margin-right: 0.3em;
	vertical-align: sub;
}
.title_top a{
	background-color: #FFFFFF;
	border: 1px solid #39A9DC;
	border-radius: 100px;
	color: #39A9DC;
	display: inline-block;
	font-size: 50%;
	overflow: hidden;
	padding: 0 0.2em 0 0.8em;
	position: absolute;
	top: 50%;
	right: 1em;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-decoration: none;
}
.title_top a:after{
	content: "\F142";
	font-size: 150%;
	line-height: 1;
	margin-left: 0.3em;
	vertical-align: sub;
}
.title_top #facebook_like{
	float: right;
	line-height: 0;
	vertical-align: middle;
}
@media screen and (max-width:767px){
	.title_top{
		margin-bottom: 3.125%;
		padding: 0 1.5625%;
	}
	.title_top #facebook_like{
		margin-top: 12px;
	}
}
@media screen and (min-width:768px){
	.title_top{
		margin-bottom: 20px;
	}
	.title_top #facebook_like{
		margin: 12px 12px 0 0;
	}
}
@media screen and (min-width:940px){
	.title_top a:hover{
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transition: all 0.2s ease-out 0s;
	}
	.title_top a:hover{
		background-color: #39A9DC;
		color: #FFFFFF;
	}
}

/** - news_slide - **/
#news_slide li{
	font-size: 87.5%;
	position: relative;
}
#news_slide li a{
	text-decoration: none;
}
#news_slide li .news_slide_img{
	overflow: hidden;
	position: relative;
}
#news_slide li .news_slide_img img{
	position: absolute;
}
#news_slide li p{
	color: #5D6DA0;
	font-weight: bold;
	overflow: hidden;
	width: 100%;
}
#news_slide li .mdi-youtube-play{
	color: #FF0000;
	font-size: 200%;
	line-height: 1;
	position: absolute;
}
#news_slide li [class^="news_label_"]{
	width: 7.4em;
}
#news_slide li span:not([class^="news_label_"]){
	color: #808080;
	font-weight: 300;
}
#news_slide .slick-prev,
#news_slide .slick-next{
	height: 70px;
	line-height: 70px;
	width: 70px;
}
#news_slide .slick-prev:before,
#news_slide .slick-next:before{
	background-color: transparent;
	color: #B3B3B3;
	font-size: 70px;
	height: 70px;
	line-height: 70px;
	width: 70px;
}
@media screen and (max-width:319px){
	#news_slide > li{
		float: none !important;
		margin-left: auto;
		margin-right: auto;
		width: 93.75%;
	}
	#news_slide > li + li{
		margin-top: 3.125%;
	}
}
@media screen and (min-width:320px) and (max-width:479px){
	#news_slide > li{
		width: -webkit-calc(100% / 2);
		width: calc(100% / 2);
	}
}
@media screen and (min-width:480px) and (max-width:639px){
	#news_slide > li{
		width: -webkit-calc(100% / 3);
		width: calc(100% / 3);
	}
}
@media screen and (min-width:640px) and (max-width:767px){
	#news_slide > li{
		width: -webkit-calc(100% / 4);
		width: calc(100% / 4);
	}
}
@media screen and (max-width:767px){
	#news_slide{
		margin-bottom: 6.25%;
	}
	#news_slide > li{
		float: left;
	}
	#news_slide > li a{
		display: block;
	}
	#news_slide li .news_slide_img:before{
		content: "";
		display: block;
		padding-top: 100%;
	}
	#news_slide li .news_slide_img img{
		height: 100%;
		top: 50%;
		left: 50%;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	#news_slide li .mdi-youtube-play{
		top: 0;
		right: 0.1em;
	}
	#news_slide li section{
		background-color: rgba(0, 0, 0, 0.5);
		font-size: 87.5%;
		padding: 0.2em 0.4em;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
	}
	#news_slide li span:not([class^="news_label_"]){
		color: #FFFFFF;
	}
	#news_slide li p{
		color: #FFFFFF;
		max-height: 39px;
	}
}
@media screen and (min-width:768px){
	#news_slide{
		margin-top: 50px;
	}
	#news_slide li{
		padding: 0 13px 10px;
	}
	#news_slide li .news_slide_img{
		border-radius: 10px;
		display: block;
		margin-bottom: 10px;
	}
	#news_slide li img.horizontal{
		height: 100%;
		width: auto;
	}
	#news_slide li img:not(.horizontal){
		width: 100%;
	}
	#news_slide li .news_slide_img:before{
		content: "";
		display: block;
		padding-top: 150px;
	}
	#news_slide li .news_slide_img img{
		top: 0;
		left: 0;
		width: 100%;
	}
	#news_slide li .mdi-youtube-play{
		top: 0;
		right: 0.55em;
	}
	#news_slide li p{
		height: 45px;
	}
}
@media screen and (min-width:940px){
	#news_slide li .news_slide_img img{
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transition: opacity 0.2s ease-out 0s;
	}
	#news_slide li .news_slide_img:hover img{
		opacity: 0.7;
	}
}
@media screen and (min-width:1280px){
	#news_slide .slick-prev{
		left: -webkit-calc(50% - 580px);
		left: calc(50% - 580px);
	}
	#news_slide .slick-next{
		right: -webkit-calc(50% - 580px);
		right: calc(50% - 580px);
	}
}

/** - course btn - **/
[id^="course_btn_"] .course_linkto_acupuncture{
	background-color: #EE908A;
}
[id^="course_btn_"] .course_linkto_judo{
	background-color: #4E83C3;
}
[id^="course_btn_"] a{
	color: #FFFFFF;
	display: table;
	overflow: hidden;
	text-decoration: none;
	width: 100%;
}
[id^="course_btn_"] a > *{
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
}
[id^="course_btn_"] a > picture img{
	width: 100%;
}
[id^="course_btn_"] a > div{
		position: relative;
}
[id^="course_btn_"] a > div strong{
	font-size: 180%;
	font-weight: normal;
}
@media screen and (max-width:319px){
	#course_btn_sp a > div{
		font-size: 60%;
		width: 96px;
	}
}
@media screen and (min-width:320px) and (max-width:413px){
	#course_btn_sp a > div{
		font-size: 80%;
		width: 130px;
	}
}
@media screen and (min-width:414px){
	#course_btn_sp a > div{
		width: 162px;
	}
}
@media screen and (max-width:767px){
	#course_btn_pc{
		display: none;
	}
	#course_btn_sp{
		margin-bottom: 6.25%;
	}
	#course_btn_sp a{
		margin-left: auto;
		margin-right: auto;
		max-width: 490px;
	}
	#course_btn_sp a > div{
		line-height: 1.2;
		padding: 0 1em;
	}
	#course_btn_sp a > div:after{
		content: "\F142";
		font-size: 200%;
		position: absolute;
		top: 50%;
		right: 0;
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	#course_btn_sp a > div:before{
		border: 1px solid #FFFFFF;
		content: "朝間部｜昼間部";
		display: block;
		font-size: 87.5%;
		font-weight: 300;
		line-height: 1.6;
		position: absolute;
		bottom: 1.8em;
		left: 50%;
		-ms-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		text-align: center;
		width: 8em;
	}
	#course_btn_sp a:nth-child(2) > div:before{
		bottom: 1em;
	}
}
@media screen and (min-width:768px){
	#course_btn_pc{
		margin-bottom: 50px;
	}
	#course_btn_pc:after{
		clear: both;
		content: "";
		display: block;
	}
	#course_btn_pc > li{
		float: left;
		width: 50%;
	}
	#course_btn_pc a img{
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transition: all 0.3s ease-out 0s;
	}
	#course_btn_pc a:hover img{
		-ms-transform: scale(1.2);
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	#course_btn_pc a > div{
		line-height: 1.4;
		padding: 0 1em 1.6em;
		width: 162px;
	}
	#course_btn_pc a > div:after{
		border: 1px solid #FFFFFF;
		content: "朝間部｜昼間部";
		display: block;
		font-size: 87.5%;
		font-weight: 300;
		position: absolute;
		bottom: 1.8em;
		left: 50%;
		-ms-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		text-align: center;
		width: 8em;
	}
	#course_btn_sp{
		display: none;
	}
}
@media screen and (min-width:1040px){
	#course_btn_pc > li:nth-child(odd){
		padding-left: -webkit-calc((100% - 1000px) / 2);
		padding-left: calc((100% - 1000px) / 2);
	}
	#course_btn_pc > li:nth-child(even){
		padding-right: -webkit-calc((100% - 1000px) / 2);
		padding-right: calc((100% - 1000px) / 2);
	}
}

/** - TOP NEWS - **/
#top_news_tabs{
	display: table;
	width: 100%;
}
#top_news_tabs li{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-bottom: 1px solid #606060;
	cursor: pointer;
	display: table-cell;
	padding: 0.3em 0;
	text-align: center;
	transition: all 0.2s ease-out 0s;
	vertical-align: middle;
	width: 20%;
}
#top_news_tabs li:nth-child(1){
	background-color: #4675B9;
	color: #FFFFFF;
}
#top_news_tabs li.active:nth-child(1){
	color: #4675B9;
}
#top_news_tabs li:nth-child(2){
	background-color: #94A8B1;
	color: #FFFFFF;
}
#top_news_tabs li.active:nth-child(2){
	color: #94A8B1;
}
#top_news_tabs li:nth-child(3){
	background-color: #93C806;
	color: #FFFFFF;
}
#top_news_tabs li.active:nth-child(3){
	color: #93C806;
}
#top_news_tabs li:nth-child(4){
	background-color: #60CCD9;
	color: #FFFFFF;
}
#top_news_tabs li.active:nth-child(4){
	color: #60CCD9;
}
#top_news_tabs li:nth-child(5){
	background-color: #FFB0CE;
	color: #FFFFFF;
}
#top_news_tabs li.active:nth-child(5){
	color: #FFB0CE;
}
#top_news_tabs li.active{
	background-color: #FFFFFF;
	border-color: #606060 #606060 #FFFFFF #606060;
	border-style: solid;
	border-width: 1px;
}
#top_news_tabs li.active:before{
	content: "\F536";
	display: inline-block;
	margin-right: 0.3em;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
@media screen and (max-width:319px){
	#top_news_tabs li{
		font-size: 40%;
	}
}
@media screen and (min-width:320px) and (max-width:359px){
	#top_news_tabs li{
		font-size: 50%;
	}
}
@media screen and (min-width:360px) and (max-width:413px){
	#top_news_tabs li{
		font-size: 55%;
	}
}
@media screen and (min-width:414px) and (max-width:479px){
	#top_news_tabs li{
		font-size: 60%;
	}
}
@media screen and (min-width:480px) and (max-width:767px){
	#top_news_tabs li{
		font-size: 75%;
	}
}
@media screen and (max-width:767px){
	#top_news{
		margin-bottom: 6.25%;
	}
	#top_news_tabs li{
		padding: 0.7em 0;
	}
}
@media screen and (min-width:768px){
	#top_news{
		float: left;
		margin-right: 30px;
		margin-bottom: 50px;
		width: -webkit-calc(100% - 210px - 30px);
		width: calc(100% - 210px - 30px);
	}
	#top_news_tabs li{
		padding: 0.3em 0;
	}
}
@media screen and (min-width:768px) and (max-width:939px){
	#top_news_tabs li{
		font-size: 75%;
	}
}

/** - Official SNS - **/
#official_sns{
}
#facebook_official h3{
	background-color: #465698;
	color: #FFFFFF;
}
#facebook_official h3 .fb-like iframe button{
	background-color: #FFFFFF;
	color: #4267B2;
}
#facebook_main{
	border: 1px solid #606060;
	display: inline-block;
	overflow: hidden;
}
#facebook_main > *{
	margin-top: -68px;
}
#facebook_official h2{
	background-color: #3B609E;
	color: #FFFFFF;
}
@media screen and (max-width:767px){
	#official_sns{
		margin-bottom: 6.25%;
	}
	#facebook_official h3{
		padding: 1.5625% 3.125%;
	}
	#facebook_main{
		width: 100%;
	}
}
@media screen and (min-width:768px){
	#official_sns{
		float: left;
		margin-right: 30px;
		margin-bottom: 50px;
		width: -webkit-calc(100% - 210px - 30px);
		width: calc(100% - 210px - 30px);
	}
	#facebook_main{
		width: 502px;
	}
}
@media screen and (min-width:768px) and (max-width:939px){
	#facebook_official h3{
		padding: 0.2em 1em;
		width: 502px;
	}
	#facebook_main{
		height: 356px;
	}
}
@media screen and (min-width:940px){
	#facebook_official{
		padding-left: -webkit-calc(100% - 502px);
		padding-left: calc(100% - 502px);
		position: relative;
	}
	#facebook_official h3{
		height: 498px;
		position: absolute;
		top: 0;
		left: 0;
		text-align: center;
		padding-top: 120px;
		width: -webkit-calc(100% - 502px);
		width: calc(100% - 502px);
	}
	#facebook_official h3:before{
		background: url("https://asahi-form.site/images/user/icon_facebook_official.png") center center no-repeat;
		background-size: 100% auto;
		content: "";
		display: inline-block;
		height: 184px;
		line-height: 0;
		vertical-align: middle;
		width: 208px;
	}
	#facebook_official h3 span{
		display: block;
	}
	#facebook_main{
		height: 498px;
	}
	#facebook_main > span,
	#facebook_main > span > iframe{
		height: 568px !important;
	}
}

/**************************************************50
 * middle050
 **************************************************/
/** - banner ATT - **/
#bnr_att{
	background-color: #000000;
	line-height: 0;
	text-align: center;
}
#bnr_att a{
	display: inline-block;
	max-width: 1280px;
	width: 100%;
}
#bnr_att a img{
	vertical-align: middle;
	width: 100%;
}
@media screen and (max-width:767px){
	#bnr_att{
		margin-bottom: 6.25%;
	}
}
@media screen and (min-width:768px){
	#bnr_att{
		margin-bottom: 50px;
	}
}
@media screen and (min-width:940px){
	#bnr_att a{
		position: relative;
		overflow: hidden;
	}
	#bnr_att a:before{
		background-image: -webkit-linear-gradient(135deg, rgba(255,255,255,0), rgba(255,255,255,0.6), rgba(255,255,255,0));
		background-image: linear-gradient(135deg, rgba(255,255,255,0), rgba(255,255,255,0.6), rgba(255,255,255,0));
		content: "";
		display: block;
		height: 200%;
		position: absolute;
		top: -200%;
		left: -225%;
		transition: all 0.5s ease-in-out;
		width: 200%;
	}
	#bnr_att a:hover:before{
		-webkit-animation: shine .75s;
		animation: shine .75s;
	}
	@-webkit-keyframes shine {
		100% {
			top: 200%;
			left: 200%;
		}
	}
	@keyframes shine {
		100% {
			top: 200%;
			left: 200%;
		}
	}
}
@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {
		#bnr_att a img{
			-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
			transition: opacity 0.2s ease-out 0s;
		}
		#bnr_att a:hover img{
			opacity: 0.7;
		}
}

/** - Enroll Guide - **/
#enroll_guide{
	background-color: #60CCD9;
}
#enroll_guide h2{
	font-weight: normal;
}
#enroll_guide > p{
	color: #FFFFFF;
	font-size: 106.25%;
}
#enroll_guide a{
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	display: inline-block;
	height: 56px;
	text-align: center;
	text-decoration: none;
	position: relative;
	vertical-align: middle;
}
#enroll_guide a.row_1{
	line-height: 56px;
}
#enroll_guide a.row_2{
	padding: 4px 0;
}
#enroll_guide a:after{
	border-style: solid;
	border-width: 0 0 8px 8px;
	border-color: transparent transparent #FFFFFF transparent;
	content: "";
	display: block;
	height: 0;
	position: absolute;
	bottom: 3px;
	right: 3px;
	width: 0;
}
#enroll_guide a p{
	font-size: 80%;
	font-weight: normal;
	margin: 0;
}
@media screen and (max-width:319px){
	#enroll_guide a{
		width: 100%;
	}
}
@media screen and (min-width:320px) and (max-width:479px){
	#enroll_guide a{
		font-size: 87.5%;
		width: -webkit-calc((100% - 3.333333333333333%) / 2);
		width: calc((100% - 3.333333333333333%) / 2);
	}
	#enroll_guide a:nth-child(even){
		margin-left: 3.333333333333333%;
	}
	#enroll_guide a.row_2{
		padding: 6px 0;
	}
}
@media screen and (min-width:480px) and (max-width:539px){
	#enroll_guide a{
		font-size: 80%;
	}
	#enroll_guide a.row_2{
		padding: 8px 0;
	}
}
@media screen and (min-width:480px) and (max-width:767px){
	#enroll_guide a{
		width: -webkit-calc((100% - (3.333333333333333% * 2)) / 3);
		width: calc((100% - (3.333333333333333% * 2)) / 3);
	}
	#enroll_guide a:nth-child(3n),
	#enroll_guide a:nth-child(3n+2){
		margin-left: 3.333333333333333%;
	}
}
@media screen and (max-width:767px){
	#enroll_guide{
		margin-bottom: 6.25%;
		padding-bottom: 1px;
	}
	#enroll_guide h2{
		font-size: 140%;
		padding: 1.5625% 3.125%;
	}
	#enroll_guide > p{
		padding: 0 3.125%;
		margin-bottom: 3.125%;
	}
	#enroll_guide > div{
		padding: 0 3.125%;
	}
	#enroll_guide > div:after{
		clear: both;
		content: "";
		display: block;
	}
	#enroll_guide a{
		margin-bottom: 3.333333333333333%;
	}
}
@media screen and (min-width:768px){
	#enroll_guide{
		margin-bottom: 50px;
	}
	#enroll_guide h2{
		font-size: 280%;
	}
	#enroll_guide > p{
		margin-bottom: 20px;
	}
	#enroll_guide a{
		float: left;
		margin-bottom: 10px;
		width: -webkit-calc((100% - 24px) / 3);
		width: calc((100% - 24px) / 3);
	}
	#enroll_guide a:not(:nth-child(3n+1)){
		margin-left: 12px;
	}
	#enroll_guide > div:after{
		clear: both;
		content: "";
		display: block;
	}
}
@media screen and (min-width:768px) and (max-width:939px){
	#enroll_guide{
		padding: 10px 20px;
	}
}
@media screen and (min-width:940px){
	#enroll_guide{
		margin-top: 100px;
		overflow: visible;
		padding-top: 10px;
		padding-bottom: 20px;
		padding-left: -webkit-calc(((100% - 1000px) / 2) + 444px);
		padding-left: calc(((100% - 1000px) / 2) + 444px);
		position: relative;
	}
	#enroll_guide:before{
		background: url("https://asahi-form.site/images/user/top/img_020.png") center center no-repeat;
		background-size: 100% auto;
		content: "";
		display: block;
		line-height: 0;
		height: 389px;
		position: absolute;
		bottom: -7px;
		left: calc(50% - 500px);
		vertical-align: middle;
		width: 415px;
	}
	#enroll_guide a,
	#enroll_guide a p{
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transition: all 0.2s ease-out 0s;
	}
	#enroll_guide a:hover{
		background-color: #FFFFFF;
		color: #60CCD9;
	}
	#enroll_guide a:hover:after{
		border-color: transparent transparent #60CCD9 transparent;
	}
	#enroll_guide a:hover p{
		color: #60CCD9;
	}
}


