@charset "UTF-8";

.offer_top{
	width: 90%;
	margin: 40px auto;
	max-width: 1260px;
}
.offer_top_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;
	margin: 20px auto;
	
}
.top_cp{
	font-size: 1.2rem;
	margin: 0 auto;
	text-align: center;
}
.offer_schedule{
	width:90%;
	margin: 10px auto;
	display: flex;
	justify-content: space-between;
}
.schedule_item{
	width: 24.5%;
}

/*---------奨学金について-----------*/
.offer_cp{
	font-size: 2.5rem;
	margin: 0 auto;
	text-align: center;
}
.scholarship{
	width: 80%;
	margin: 30px auto;
	max-width: 1120px;
	background-color: #fff;
	padding: 40px 0;
}
.scholarship_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;
	margin: 40px auto 0;
}
.scholarship_data{
	width: 80%;
	margin: 30px auto;
	display: flex;
	flex-direction: column;
	border:1px solid #fff;
}
.scholarship_data dl{
	width: 100%;
	display: flex;
	flex-direction: column;
	font-size: 1.1rem;
	margin: 0 auto;
}
.scholarship_data dl span{
	font-weight: 700;
	padding-right: 10px;
}
.scholarship_data dt{
	padding: 5px 20px;
	color: #fff;
	background: linear-gradient(
    45deg,
    #8accc9 25%, #6db0af 25%,
    #6db0af 50%, #8accc9 50%,
    #8accc9 75%, #6db0af 75%,
    #6db0af
  );
  background-size: 5px 5px;
}
.scholarship_data dd{
	padding: 10px 20px;
	background-color: #fff;
}
/*----------------btn_area------------------------*/

.btn_area{
	width: 80%;
	margin: 40px auto 60px;
	display: flex;
	justify-content: center;
}
.custom-btn {
	position: relative;
	display: block;
  width: 300px;
	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;
	margin: 0 20px;
}
.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);
}
/*--------------------max-width:900px--------------------------------------------------------
-----------------------------------------------------------------------*/

@media screen and (max-width:900px){
.offer_top{
	width: 90%;
	margin: 30px auto 20px;
	max-width: 900px;
}
.offer_top_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;
	margin: 20px auto 0;
	
}
.top_cp{
	font-size: 1.1rem;
	margin: 0 auto;
	text-align: center;
}
.offer_schedule{
	width:100%;
	margin: 10px auto;
	display: flex;
	justify-content: space-between;
}
.schedule_item{
	width: 24.5%;
}

/*---------奨学金について-----------*/
.offer_cp{
	font-size: 1.5rem;
	margin: 0 auto;
	text-align: center;
}
.scholarship{
	width: 90%;
	margin: 20px auto;
	max-width: 900px;
	background-color: #fff;
	padding: 30px 0;
}
.scholarship_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;
	margin: 30px auto 0;
}
.scholarship_data{
	width: 90%;
	margin: 20px auto;
	display: flex;
	flex-direction: column;
	border:1px solid #fff;
}
.scholarship_data dl{
	width: 100%;
	display: flex;
	flex-direction: column;
	font-size: 1.1rem;
	margin: 0 auto;
}
.scholarship_data dl span{
	font-weight: 700;
	padding-right: 10px;
}
.scholarship_data dt{
	padding: 5px 20px;
	color: #fff;
	background: linear-gradient(
    45deg,
    #8accc9 25%, #6db0af 25%,
    #6db0af 50%, #8accc9 50%,
    #8accc9 75%, #6db0af 75%,
    #6db0af
  );
  background-size: 5px 5px;
}
.scholarship_data dd{
	padding: 10px 20px;
	background-color: #fff;
}
/*----------------btn_area------------------------*/

.btn_area{
	width: 80%;
	margin: 40px auto 60px;
	display: flex;
	justify-content: center;
}
.custom-btn {
	position: relative;
	display: block;
  width: 300px;
	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;
	margin: 0 20px;
}
.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);
}
}
/*--------------------max-width:480px--------------------------------------------------------
-----------------------------------------------------------------------*/
@media screen and (max-width:480px){
.offer_top{
	width: 90%;
	margin: 30px auto 20px;
	max-width: 480px;
}
.offer_top_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: 20px auto 0;
	
}
.top_cp{
	width: 90%;
	margin: 0 auto;
	font-size: 1.1rem;
	text-align: center;
	line-height: 1.6em;
}
.offer_schedule{
	width:100%;
	margin: 10px auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.schedule_item{
	width: 60%;
	margin: 0 auto;
}

/*---------奨学金について-----------*/
.offer_cp{
	font-size: 1.3rem;
	margin: 0 auto;
	text-align: center;
}
.scholarship{
	width: 100%;
	margin: 20px auto;
	max-width: 900px;
	background-color: #fff;
	padding: 30px 0;
}
.scholarship_ttl{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 28px;
	font-weight: 600;
	letter-spacing: 0.1em;
	color: #3F83CE;
	text-align: center;
	margin: 30px auto 0;
}
.scholarship_data{
	width: 90%;
	margin: 20px auto;
	display: flex;
	flex-direction: column;
	border:1px solid #fff;
}
.scholarship_data dl{
	width: 100%;
	display: flex;
	flex-direction: column;
	font-size: 1.1rem;
	margin: 0 auto;
}
.scholarship_data dl span{
	font-weight: 700;
	padding-right: 10px;
}
.scholarship_data dt{
	padding: 5px 20px;
	color: #fff;
	background: linear-gradient(
    45deg,
    #8accc9 25%, #6db0af 25%,
    #6db0af 50%, #8accc9 50%,
    #8accc9 75%, #6db0af 75%,
    #6db0af
  );
  background-size: 5px 5px;
}
.scholarship_data dd{
	font-size: 1rem;
	padding: 10px 20px;
	background-color: #fff;
}
/*----------------btn_area------------------------*/

.btn_area{
	width: 80%;
	margin: 20px auto 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.custom-btn {
	position: relative;
	display: block;
  width: 300px;
	font-size: 1.2rem;
  color: #fff;
  border-radius: 5px;
  padding: 10px 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;
	margin: 10px 0;
}
.custom-btn a{
	text-decoration: none;
	cursor: pointer;	
}
.custom-btn a:hover{
	text-decoration: none;
	color: #FBE265;
}

.btn_arrow{
	width: 60%;
	position: absolute;
	top:0;
	right:0;
	cursor: pointer;
}
.btn_arrow img:hover{
	-webkit-transform: translatex(2px);
	        transform: translatex(2px);
}
}