@charset "utf-8";


/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/
.page-ttl{
  background:url(../image/scholarship/img_kv_pc.jpg) no-repeat center center;
  background-size: cover;  
}

.inner {
  max-width: 1080px;
}
/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* scholarship
-----------------------------------------------------------------*/
.scholarship{
  padding: 55px 0 0;  
}
.scholarship .txt-lead{
  margin-bottom: 25px;
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 800;
  color: #7FBC26;  
}
.scholarship .txt{
  font-size: 1.8rem;
  text-align:center;  
}
.scholarship .txt:nth-child(n+2){
  margin-top: 35px;  
}

.list{
  border: 1px solid #9A9A9A;
  font-size: 1.8rem; 
  margin-top: 30px;
}
.list div{
  display: flex;
}
.list div+div{
  border-top: 1px solid #CDCDCD;  
}
.list dt{
  padding: 15px 15px 15px 45px;
  width: 23.15%;
  background: #EEEEE9;  
}
.list dd{
  padding: 15px 15px 15px 45px;
  width: 76.85%; 
  background-color: white;
}

h3 {
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 1px solid #7FBC26;
  color: #7FBC26;
  margin-bottom: 20px;
}

.container {
  margin-bottom: 40px;
}
.content {
  padding: 80px 0;
}
.content:first-child {
  padding-top: 0;
}
.content:nth-child(even) {
  background-color: #F0F7E5;
}

.content p {
  font-size: 1.6rem;
  margin-bottom: 20px;
}

.cap {
  margin-top: 10px;
  font-size: 1.4rem;
  color: #5B5B5B;
}

/* table
-----------------------------------------------------------------*/
.flbox {
  display: flex;
  width: 100%;
  margin: 0 auto;
/*  font-size: 1.4rem;*/
}
.flbox div {
  width: 50%;
  text-align: left;
}
.flbox div+div {
margin-left: 1%;
}

.flbox table+table {
margin-top: -1px;
}

.flbox table {
width: 100%;
}
.flbox tr td:nth-child(even) {
  width: 20%;
  text-align: center;
}
.flbox th {
  background: #EEEEE9;
  border: 1px solid #9A9A9A;
  padding: 15px 0 15px;
text-align: center;
}
.flbox td {
  border: 1px solid #9A9A9A;
  padding: 15px 15px 15px 20px;
  background-color: white;
}




/* cont-list
-----------------------------------------------------------------*/

.cont-list {
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1080px;
}
.cont-list li {
  margin: 10px auto;
}
.cont-list a {
}
.cont-list img {
}

/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .page-ttl{
    background:url(../image/scholarship/img_kv_sp.jpg) no-repeat center center;
    background-size: cover;  
  }
  
.content {
  padding-bottom: 30px;
}
  
.content:first-child {
  padding: 0;
}

/* scholarship
-----------------------------------------------------------------*/
  .scholarship{
    padding: 35px 0;  
  }
  .scholarship .txt-lead{
    font-size: 1.8rem;
  }
  .scholarship .txt{
    font-size: 1.4rem;
    text-align: left;
  }
  .scholarship .txt:nth-child(n+2){
    margin-top: 12px;  
  }

  .list{
  border: none;
  font-size: 1.4rem; 
  margin-top: 30px;
}
  
.list div{
  display: block;
}
.list dt{
  padding: 10px 10px 10px 15px;
  width: 100%;
  background: #EEEEE9; 
    border-radius: 10px; 
}
.list dd{
  padding: 15px 10px 15px 15px;
  width: 100%; 
  background-color: white;
}
  
.list div+div{
  border: none;  
}
  
.container p.cap {
  font-size: 1.2rem;
} 
  
.content:nth-child(even) dl.list  {
    border: 1px solid #9A9A9A;
} 
.content:nth-child(even) dl.list dt  {
  border-radius: 0;
}
  
  
  
  
/* table
-----------------------------------------------------------------*/
.flbox {
  display: block;
  font-size: 1.3rem;
}
.flbox div {
  width: 100%;
}
.flbox div+div {
margin-left: 0;
  margin-top: -1px;
}
.flbox table {
width: 100%;
}
.flbox tr td:nth-child(even) {
  width: 22%;
  text-align: center;
}
.flbox th {
  background: #EEEEE9;
  border: 1px solid #9A9A9A;
  padding: 15px 10px 15px 10px;
  text-align: left;
}
.flbox th + th {
  text-align: center;
}
.flbox td {
  padding: 15px 10px 15px 10px;
}
  
  


}

