/* common class
--------------------------------------------------*/
.clearfix {zoom:1;}
.clearfix:after{content: "";display: block;clear: both; overflow:hidden;}

main.reason {
	background: url("../../img/student/reason/bg_whiteruledline.png") repeat left top;
}

/* head
--------------------------------------------------*/
 .p-mv {
	position: relative;
	padding: 7% 0 0;
	height: 297px;
}
.p-mv .p-mv_box .p-mv_img {
	text-align: center;
	margin-bottom: 1%;
}
.p-mv .p-mv_box .p-mv_img img {
	width: 124px;
}
.p-mv .p-mv_box .p-mv_txt {
	color: #fff;
	font-size: 31px;
	font-weight: 700;
	text-align: center;
}
.p-mv .p-mv_box .p-mv_subTxt {
	position: absolute;
	top: 255px;
	left: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 550px;
	height: 80px;
	margin: auto;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	background-color: #4CA33F;
	border-radius: 10px;
}
.p-mv .p-mv_box .p-mv_subTxt::before {
	content:"";
	display: block;
	width: 540px;
	height: 70px;
	position: absolute;
	top: 5px;
	left: 5px;
	border: 1px solid #fff;
	border-radius: 10px;
}
.p-mv .p-mv_box .p-mv_subTxt::after {
	content:"";
	width: 0;
	height: 0;
	position: absolute;
	bottom: -17px;
	left: 0;
	right: 0;
	margin: auto;
	border-style: solid;
	border-width: 19px 39px 0 39px;
	border-color: #4CA33F transparent transparent transparent;
}


@media screen and (min-width: 767px) {
main.reason{
	padding-top: 125px;
}
}
@media screen and (max-width: 767px) {
	.p-mv {
		max-height: 40vw;
		padding: 11% 0 0;
	}
	.p-mv .p-mv_box .p-mv_img {
		width: 40%;
		margin: 0 auto;
	}
	.p-mv .p-mv_box .p-mv_txt {
		font-size: 18px;
		font-size: 4.8vw;
	}
	.p-mv .p-mv_box .p-mv_subTxt {
		position: absolute;
		left: 0;
		right: 0;
		top: auto;
		bottom: -20px;
		margin: auto;
		width: 275px;
		height: 40px;
		font-size: 14px;
		border-radius: 5px;
	}
	.p-mv .p-mv_box .p-mv_subTxt::before {
		content:"";
		display: block;
		width: 265px;
		height: 30px;
		position: absolute;
		top: 5px;
		left: 5px;
		border: 1px solid #fff;
		border-radius: 5px;
	}
	.p-mv .p-mv_box .p-mv_subTxt::after {
		content:"";
		width: 0;
		height: 0;
		position: absolute;
		bottom: -8px;
		left: 0;
		right: 0;
		margin: auto;
		border-style: solid;
		border-width: 9px 18px 0 18px;
		border-color: #4CA33F transparent transparent transparent;
	}
 	.p-mv .p-mv_box .p-mv_subTxt img {
		vertical-align: middle;
	}
}
/* conpornent
--------------------------------------------------*/
/*パンクズ*/
.c-topicPath {
	margin-top: 20px;
}
.c-topicPath li {
	display: inline-block;
}
.c-topicPath li:not(:last-child)::after {
	display: inline-block;
	content: '';
	position: relative;
	top: -2px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #707070;
	border-right: 2px solid #707070;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: 0 10px;
}
.c-topicPath li a{
	color: #000;
}
@media screen and (max-width: 767px) {
	.c-topicPath {
		display: none;
	}
}

/*ページ内リンク*/
.c-pageNavi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 60px 0;
}
.c-pageNavi_item {
	position: relative;
	width: 273px;
	text-align: center;
	border-right: 2px solid #BEBEBE;
}
.c-pageNavi_item:first-child {
	border-left: 2px solid #BEBEBE;
}
.c-pageNavi_item::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 8px;
	height: 8px;
	border-top: 2px solid #61BD65;
	border-right: 2px solid #61BD65;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.c-pageNavi_item a {
	display: block;
}
.c-pageNavi_item a:hover,
.c-pageNavi_item a:focus,
.c-pageNavi_item a:active {
	text-decoration: none;
}
.c-pageNavi_number {
	display: block;
	margin: 5px 0;
}
.c-pageNavi_number img {
	width: 44px;
	height: 25px;
}
.c-pageNavi_description {
	display: block;
	margin: 5px 0;
	font-size: 16px;
	font-weight: 700;
	color: #000;
}
.c-pageNavi_title {
	display: block;
	margin: 0 0 20px;
	font-size: 18px;
	font-weight: 700;
	color: #69BC5D;
}
@media screen and (max-width: 767px) {
	.c-pageNavi {
		width: 80%;
		margin: 35px auto 30px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
	}
	.c-pageNavi_item {
		width: 100%;
		text-align: left;
		border-right: none;
		border-bottom: 2px solid #BEBEBE;
	}
	.c-pageNavi_item:first-child {
		border-top: 2px solid #BEBEBE;
		border-left: none;
	}
	.c-pageNavi_item::after {
		content: "";
		position: absolute;
		top: 0;
		left: auto;
		right: 10px;
		bottom: 0;
		margin: auto;
		width: 10px;
		height: 10px;
		border-top: 2px solid #61BD65;
		border-right: 2px solid #61BD65;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.c-pageNavi_item a {
		padding: 8px 0;
	}
	.c-pageNavi_number {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 8px;
		display: block;
		width: 50px;
		height: 20px;
		margin: auto;
	}
	.c-pageNavi_number img {
		width: 34px;
		height: 19px;
	}
	.c-pageNavi_description {
		margin: 0;
		padding-left: 58px;
		font-size: 13px;
	}
	.c-pageNavi_title {
		margin: 0;
		padding-left: 58px;
		font-size: 16px;
	}
}
@media screen and (max-width: 350px) {
	.c-pageNavi_title {
		font-size: 13px;
	}
}

/*背景*/
.c-bgRuledLine.-beige {
	background: url("../../img/student/reason/bg_beigeruledline.png") repeat left top;
}

/*見出しライン*/
.c-numberLineHead {
	margin-bottom: 15px;
	padding-top: 90px;
	position: relative;
	border-top: 3px solid #69BC5D;
	overflow: hidden;
	text-align: center;
}
.c-numberLineHead_number {
	display: block;
	width: 154px;
	height: 154px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -76px;
	border-radius: 76px;
	background-color: #69BC5D;
	text-align: center;
}
.c-numberLineHead_number img {
	margin-top: 85px;
}
.c-numberLineHead_description {
	display: block;
	font-size: 26px;
	font-weight: 700;
}
.c-numberLineHead_title {
	display: inline-block;
	margin: 15px 14px;
	padding: 0 10px;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.3;
	color: #4CA33F;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(0%, #FFF5B1));
	background:-o-linear-gradient(transparent 55%, #FFF5B1 0%);
	background:linear-gradient(transparent 55%, #FFF5B1 0%);
}
@media screen and (max-width: 767px) {
	.c-numberLineHead {
		margin-bottom: 15px;
		padding-top: 64px;
		position: relative;
		border-top: 3px solid #69BC5D;
		overflow: hidden;
		text-align: center;
	}
	.c-numberLineHead_number {
		display: block;
		width: 88px;
		height: 88px;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		top: -44px;
		border-radius: 44px;
		background-color: #69BC5D;
		text-align: center;
	}
	.c-numberLineHead_number img {
		width: 30px;
		height: auto;
		margin-top: 55px;
	}
	.c-numberLineHead_description {
		font-size: 16px;
	}
	.c-numberLineHead_title {
		margin: 0 14px;
		padding: 0 10px;
		font-size: 20px;
	}
}

/* 左ライン見出し */
.c-lineHead {
	position: relative;
	margin-bottom: 45px;
	padding-left: 28px;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.5;
}
.c-lineHead::before {
	content: "";
	display: block;
	width: 10px;
	height: 42px;
	background-color: #69BC5D;
	position: absolute;
	top: 0;
	left: 0;
}
.c-lineHead em {
	color: #69BC5D;
}
@media screen and (max-width: 767px) {
	.c-lineHead {
		margin-bottom: 15px;
		font-size: 16px;
		padding-left: 12px;
	}
	.c-lineHead::before {
		width: 6px;
		height: 28px;
	}
}

/* ドット角丸ボックス */
.c-dotBox {
	padding: 15px 20px;
	border: 2px dotted #69BC5D;
	border-radius: 20px;
	background-color: #fff;
}
@media screen and (max-width: 767px) {
	.c-dotBox {
		padding: 10px 12px;
		border-radius: 10px;
	}
}

/* ボタン */
.c-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0 auto;
	position: relative;
	color: #FFF;
	font-weight: 700;
}
.c-button:hover,
.c-button:focus{
	text-decoration: none;
}
/*緑 角丸ボタン*/
.c-button.-round {
	width: 476px;
	height: 72px;
	background: #00B900;
	border-radius: 36px;
	font-size: 18px;
}
.c-button.-round::after {
	content: "";
	position: absolute;
	right: 25px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 9px;
	height: 9px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*ストライプボタン*/
.c-button.-stripe {
	width: 476px;
	height: 71px;
	background-size: auto auto;
	background-color: rgba(168, 163, 141, 1);
	background-image: -o-repeating-linear-gradient(315deg, transparent, transparent 11px, rgba(150, 140, 93, 0.41) 11px, rgba(150, 140, 93, 0.41) 22px );
	background-image: repeating-linear-gradient(135deg, transparent, transparent 11px, rgba(150, 140, 93, 0.41) 11px, rgba(150, 140, 93, 0.41) 22px );
	border: 2px solid #968C5D;
	border-radius: 15px;
	font-size: 25px;
}
.c-button.-stripe::after {
	content: "";
	position: absolute;
	right: 25px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 9px;
	height: 9px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
	.c-button.-round {
		width: 100%;
		height: 50px;
		border-radius: 25px;
		font-size: 17px;
	}
	.c-button.-round::after {
		width: 8px;
		height: 8px;
		right: 15px;
	}
	.c-button.-stripe {
		width: 100%;
		height: 58px;
		border-radius: 7px;
		font-size: 17px;
	}
}
@media screen and (max-width: 320px) {
	.c-button.-round {
		font-size: 13px;
	}
}

/*コーナー内ナビ*/
.c-cornerNavi {
	width: 980px;
	padding: 60px 0 80px;
}
@media screen and (max-width: 767px) {
	.c-cornerNavi {
		width: 100%;
		padding: 40px 0;
	}
	.c-cornerNavi li:not(:last-child) {
		margin-bottom: 19px;
	}
}

/* 本文コンテンツ
--------------------------------------------------*/
/* 本文 */
.p-reasonTxt {
	font-size: 16px;
}
.p-reasonTxt.-inner {
	width: 740px;
	margin: 0 auto 67px;
}
.p-reasonInner {
	width: 980px;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.reason .p-mainContent .l-container {
		width: 86%;
		margin: 0 auto;
	}
	.p-reasonTxt {
		font-size: 14px;
		line-height: 1.92;
	}
	.p-reasonTxt.-inner {
		width: 100%;
		margin: 0 auto 35px;
	}
	.p-reasonInner {
		width: 100%;
		margin: 0 auto;
	}
}

/* ページ内リンク
--------------------------------------------------*/
.p-stepAlink{
	text-align: center;
	margin-bottom: 50px;
}

.p-stepAlink ul{
	display: -webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:center;
	justify-content:center;
}
.p-stepAlink ul li{
    width: 230px;
}

@media screen and (max-width: 767px) {
	.p-stepAlink{
		margin-bottom: 7%;
	}
	.p-stepAlink ul li{
	    width: 25%;
 	   padding: 0 2%;
	}
}
