
/*-------------top_news-----------------------*/
.top_news_ttl{
	width: 25%;
	font-size: 40px;
	margin: 40px auto 10px;
	max-width: 350px;
	text-align: center;
	letter-spacing: 0.1em;
	font-family: "Times New Roman", Times, "serif";
	color: #3F83CE;
}
.top_news{
	width: 70%;
	margin: 10px auto 50px;
	padding: 40px 30px;
	max-width: 980px;
	display: flex;
	flex-direction: row;
	justify-content: space-between; 
	border:1px solid #fff;
	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.07);
	border-radius: 10px;
}

/*newsアコーディオン*/
.accordion-area{
    width: 96%;
    margin:0 auto;
}

.accordion-area li{
    margin: 10px 0;
	list-style: none;
}
.accordion-area li:first-child{
	border-top: 1px solid #ccc;
}
.accordion-area section {
	border-bottom: 1px solid #ccc;
}

/*アコーディオンタイトル*/
.title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:1rem;
    font-weight: normal;
    padding: 20px 50px 20px 20px;
    transition: all .5s ease;
}

/*アイコンの矢印*/
.title::before,
.title::after{
    position: absolute;
    content:'';
}
.title::before{
    top:25%;
    right: 15px;
    width: 25px;
    height:25px;
    background-color: #cbcaca;
    border-radius: 50%;
}
.title::after{   
    top: 32%;
    right: 23px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(135deg);
}
/*　closeというクラスがついたら形状変化　*/

.title.close::after{
    top: 35%;
    transform:rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
    display: none;/*はじめは非表示*/
    background: #f3f3f3;
    padding: 20px;
}

.date{
	color: #1E65AF;
	margin-right: 20px;
	
}
.cat_1{
	width: 8em;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background-color:#266AC0;
	border-radius: 5px;
	padding: 5px 27px;
	margin-right: 20px;
}
.cat_2{
	width: 8em;
	color: #fff;
	text-align: center;
	background-color: #CC9A13;
	border-radius: 5px;
	padding: 5px 20px;
	margin-right: 20px;
	font-size: 14px;
	line-height: 2.2rem;
}
/* concept */
.concept{
	width: 80%;
	margin: 40px auto 50px;
	max-width: 1120px;
}
.concept_area{
    width: 100%;
	margin: 30px auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	font-size: 1.3rem;
	line-height: 2.8rem;
}
.concept h2{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 35px;
	font-weight: 600;
	letter-spacing: 0.1em;
	color: #3F83CE;
	text-align: center;
	margin: 30px auto;
}
.concept-item1{width: 35%}
.concept-item1 img{
	opacity: 0.8;
}
.concept-item2{
	width: 65%; 
}


/*========= 奨学金について ===============*/
.scholarship_top{
	width: 70%;
	margin: 20px auto;
	font-size: 1.2rem;
	text-align: center;
}
.scholarship_area{
	width: 50%;
	padding: 30px;
	border:1px solid #ccc;
	border-radius: 10px;
	margin: 30px auto;
	display: flex;
	flex-direction: column;
	font-size: 1.1rem;
}
.scholarship_area_ttl{
	width: 100%;
	color: #0C5F90;
	font-weight: 600;
	margin-top: 10px;
	border-bottom: 1px solid #CCDDFB;
}
.scholarship_area p{
	padding-left: 10px;
}
.btn_area{
	width: 40%;
	margin: 40px auto;
}
.custom-btn {
	position: relative;
	display: block;
	font-size: 1.3rem;
  color: #fff;
  border-radius: 5px;
  padding: 15px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  transition: all 0.3s ease;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
	background-color: #0077C8;
	max-width: 500px;
	min-width: 450px;
	
}
.custom-btn a{
	text-decoration: none;
	cursor: pointer;	
}
.custom-btn a:hover{
	text-decoration: none;
	color: #FBE265;
}

.btn_arrow{
	position: absolute;
	top:0;
	right:0;
	cursor: pointer;
}
.btn_arrow img:hover{
	-webkit-transform: translatex(2px);
	        transform: translatex(2px);
}
/*------------------概要---------------------*/
.outline{
	width: 80%;
	margin: 50px auto;
	max-width: 1120px;
}
.outline_ttl{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 35px;
	font-weight: 600;
	letter-spacing: 0.1em;
	color: #3F83CE;
	text-align: center;
}
.outline dl{
	width: 80%;
	padding: 10px 0;
	display: flex;
	flex-direction: column;
	margin:0 auto;
}
.outline dt{
	width: 100%;
	padding: 5px 20px;
	background-color:rgba(255,255,255,0.50);
	border: 1px solid #fff;
}
.outline dd{
	padding: 15px 20px;
}
@media screen and (max-width:900px){
	
/*-------------top_news-----------------------*/
.top_news_ttl{
	width: 25%;
	font-size: 30px;
	margin: 30px auto 10px;
	max-width: 350px;
	text-align: center;
	letter-spacing: 0.1em;
	font-family: "Times New Roman", Times, "serif";
	color: #3F83CE;
}
.top_news{
	width: 80%;
	margin: 20px auto 40px;
	padding: 30px 20px;
	max-width: 980px;
	display: flex;
	flex-direction: row;
	justify-content: space-between; 
	border:1px solid #fff;
	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.07);
	border-radius: 10px;
}

/*newsアコーディオン*/
.accordion-area{
    width: 96%;
    margin:0 auto;
}

.accordion-area li{
    margin: 10px 0;
	list-style: none;
}
.accordion-area li:first-child{
	border-top: 1px solid #ccc;
}
.accordion-area section {
	border-bottom: 1px solid #ccc;
}

/*アコーディオンタイトル*/
.title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:1rem;
    font-weight: normal;
    padding: 20px 50px 20px 20px;
    transition: all .5s ease;
}

/*アイコンの矢印*/
.title::before,
.title::after{
    position: absolute;
    content:'';
}
.title::before{
    top:25%;
    right: 15px;
    width: 25px;
    height:25px;
    background-color: #cbcaca;
    border-radius: 50%;
}
.title::after{   
    top: 32%;
    right: 23px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(135deg);
}
/*　closeというクラスがついたら形状変化　*/

.title.close::after{
    top: 35%;
    transform:rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
    display: none;/*はじめは非表示*/
    background: #f3f3f3;
    padding: 20px;
}

.date{
	color: #1E65AF;
	margin-right: 20px;
	
}
.cat_1{
	width: 8em;
	color: #fff;
	font-size: 13px;
	text-align: center;
	background-color:#266AC0;
	border-radius: 5px;
	padding: 5px 27px;
	margin-right: 20px;
}
.cat_2{
	width: 8em;
	color: #fff;
	text-align: center;
	background-color: #CC9A13;
	border-radius: 5px;
	padding: 5px 20px;
	margin-right: 20px;
	font-size: 13px;
	line-height: 2.2rem;
}
/* concept */
.concept{
	width: 80%;
	margin: 40px auto 50px;
	max-width: 900px;
}
.concept_area{
    width: 100%;
	margin: 30px auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	font-size: 1.2rem;
	line-height: 2.8rem;
}
.concept h2{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0.1em;
	color: #3F83CE;
	text-align: center;
	margin: 30px auto;
}
.concept-item1{width: 60%}
.concept-item1 img{
	opacity: 0.8;
}
.concept-item2{
	width: 100%; 
	margin: 20px auto;
}


/*========= 奨学金について ===============*/
.scholarship_top{
	width: 80%;
	margin: 20px auto;
	font-size: 1.2rem;
	text-align: center;
}
.scholarship_area{
	width: 80%;
	padding: 30px;
	border:1px solid #ccc;
	border-radius: 10px;
	margin: 30px auto;
	display: flex;
	flex-direction: column;
	font-size: 1.1rem;
}
.scholarship_area_ttl{
	width: 100%;
	color: #0C5F90;
	font-weight: 600;
	margin-top: 10px;
	border-bottom: 1px solid #CCDDFB;
}
.scholarship_area p{
	padding-left: 10px;
}
.btn_area{
	width: 50%;
	margin: 30px auto;
}
.custom-btn {
	position: relative;
	display: block;
	font-size: 1.2rem;
  color: #fff;
  border-radius: 5px;
  padding: 15px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  transition: all 0.3s ease;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
	background-color: #0077C8;
	max-width: 450px;
	min-width: 400px;
	
}
.custom-btn a{
	text-decoration: none;
	cursor: pointer;	
}
.custom-btn a:hover{
	text-decoration: none;
	color: #FBE265;
}

.btn_arrow{
	position: absolute;
	top:0;
	right:0;
	cursor: pointer;
}
.btn_arrow img:hover{
	-webkit-transform: translatex(2px);
	        transform: translatex(2px);
}
/*------------------概要---------------------*/
.outline{
	width: 80%;
	margin: 50px auto;
	max-width: 1120px;
}
.outline_ttl{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0.1em;
	color: #3F83CE;
	text-align: center;
}
.outline dl{
	width: 100%;
	padding: 10px 0;
	display: flex;
	flex-direction: column;
	margin:0 auto;
}
.outline dt{
	width: 100%;
	padding: 5px 20px;
	background-color:rgba(255,255,255,0.50);
	border: 1px solid #fff;
}
.outline dd{
	padding: 15px 20px;
}
}

@media screen and (max-width:480px){
	/*-------------top_news-----------------------*/
.top_news_ttl{
	width: 25%;
	font-size: 25px;
	margin: 30px auto 10px;
	max-width: 350px;
	text-align: center;
	letter-spacing: 0.1em;
	font-family: "Times New Roman", Times, "serif";
	color: #3F83CE;
}
.top_news{
	width: 90%;
	margin: 20px auto 40px;
	padding: 20px 10px;
	max-width: 980px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start; 
	border:1px solid #fff;
	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.07);
	border-radius: 10px;
	background-color: rgba(255,255,255,0.8);
}

/*newsアコーディオン*/
.accordion-area{
    width: 96%;
    margin:0 auto;
}

.accordion-area li{
    margin: 10px 0;
	list-style: none;
}
.accordion-area li:first-child{
	border-top: 1px solid #ccc;
}
.accordion-area section {
	border-bottom: 1px solid #ccc;
}

/*アコーディオンタイトル*/
.title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:1rem;
    font-weight: normal;
    padding: 50px 10px 10px 10px;
    transition: all .5s ease;
}

/*アイコンの矢印*/
.title::before,
.title::after{
    position: absolute;
    content:'';
}
.title::before{
    top:20%;
    right: 15px;
    width: 25px;
    height:25px;
    background-color: #cbcaca;
    border-radius: 50%;
}
.title::after{   
    top: 32%;
    right: 23px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(135deg);
}
/*　closeというクラスがついたら形状変化　*/

.title.close::after{
    top: 35%;
    transform:rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
    display: none;/*はじめは非表示*/
    background: #f3f3f3;
    padding: 20px;
}

.date{
	position: absolute;
	top:10px;
	left:50%;
	color: #1E65AF;
	margin-right: 0;
	
}
.cat_1{
	position: absolute;
	top:10px;
	left:0;
	width: 10em;
	color: #fff;
	font-size: 13px;
	text-align: center;
	background-color:#266AC0;
	border-radius: 5px;
	padding: 5px 27px;
	margin-right: 20px;
}
.cat_2{
	position: absolute;
	top:10px;
	left:0;
	width: 10em;
	color: #fff;
	font-size: 13px;
	text-align: center;
	background-color:#CC9A13;
	border-radius: 5px;
	padding: 5px 27px;
	margin-right: 20px;
	line-height: 2.0em;
}
/* --------------concept------------ */
.concept{
	width: 80%;
	margin: 40px auto;
	max-width: 480px;
}
.concept_area{
    width: 100%;
	margin: 10px auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	font-size: 1.1rem;
	line-height: 2.2rem;
}
.concept h2{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 25px;
	font-weight: 600;
	letter-spacing: 0.1em;
	color: #3F83CE;
	text-align: center;
	margin: 20px auto 0;
}
.concept-item1{width: 100%}
.concept-item1 img{
	opacity: 0.8;
}
.concept-item2{
	width: 100%; 
	margin: 20px auto 0;
}


/*========= 奨学金について ===============*/
.scholarship_top{
	width: 90%;
	margin: 20px auto;
	font-size: 1.1rem;
	text-align: center;
	line-height: 1.6em;
}
.scholarship_area{
	width: 100%;
	padding: 10px 20px;
	border:none;
	border-radius: 10px;
	margin: 20px auto;
	display: flex;
	flex-direction: column;
	font-size: 1.1rem;
}
.scholarship_area_ttl{
	width: 100%;
	color: #0C5F90;

	font-weight: 600;
	margin-top: 10px;
	border-bottom: 1px solid #CCDDFB;
}
.scholarship_area p{
	padding-left: 10px 5px;
}
.btn_area{
	width: 90%;
	margin: 30px auto;
}
.custom-btn {
	position: relative;
	display: block;
	font-size: 1.1rem;
  color: #fff;
  border-radius: 5px;
  padding: 15px 30px 15px 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  transition: all 0.3s ease;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
	background-color: #0077C8;
	max-width: 360px;
	min-width: 340px;
	
}
.custom-btn a{
	text-decoration: none;
	cursor: pointer;	
}
.custom-btn a:hover{
	text-decoration: none;
	color: #FBE265;
}

.btn_arrow{
	width: 50%;
	position: absolute;
	top:6px;
	right:0;
	cursor: pointer;
}
.btn_arrow img:hover{
	-webkit-transform: translatex(2px);
	        transform: translatex(2px);
}
/*------------------概要---------------------*/
.outline{
	width: 90%;
	margin: 50px auto;
	max-width: 1120px;
}
.outline_ttl{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 25px;
	font-weight: 600;
	letter-spacing: 0.1em;
	color: #3F83CE;
	text-align: center;
	margin-bottom: 10px;
}
.outline dl{
	width: 100%;
	padding: 10px 0;
	display: flex;
	flex-direction: column;
	margin:0 auto;
}
.outline dt{
	width: 100%;
	padding: 5px 20px;
	background-color:rgba(255,255,255,0.50);
	border: 1px solid #fff;
}
.outline dd{
	padding: 15px 20px;
}
}
