@charset "utf-8";


/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/
.page-ttl{
  background:url(../image/examination/img_kv_pc.jpg) no-repeat center center;
  background-size: cover;  
}

.inner {
  max-width: 1080px;
}
/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* vocational
-----------------------------------------------------------------*/
.vocational{
  padding: 55px 0 0;  
}
.vocational .txt-lead{
  margin-bottom: 25px;
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 800;
  color: #7FBC26;  
}
.vocational .txt{
  font-size: 1.8rem;
  text-align:center;  
}
.vocational .txt:nth-child(n+2){
  margin-top: 35px;  
}
.vocational .pic_center{
	text-align: center;
}
.vocational .pic_top{
	margin-bottom: 50px;
}
	.vocational .h_pic150{
		width:150px;
  }
	.vocational .h_pic250{
		width:250px;
  }
	.vocational .h_pic500{
		width:500px;
		max-width: 100%;
  }
.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: 30px 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 {
}

/* box-inquery
-----------------------------------------------------------------*/
.box-inquery{
  margin:60px auto;
  padding:30px 6%;
  background: url(../../info/image/already/bg_inquery.svg) top left repeat;
  background-size: 12px;
  border:3px solid #231815;
  border-radius: 10px;
}
.box-inquery .wrapper{
  display: flex;
  max-width: 780px;
  margin:30px auto 0;
  justify-content: space-between;
}
.box-inquery .wrapper .bnr,.faculty .box-inquery .wrapper .btn-list{
  width: 49%;
}
.box-inquery .wrapper .btn-list{
  display: flex;
  flex-wrap: wrap; 
  justify-content: space-between;
}
.box-inquery .wrapper .btn-list li{
  width: 49.5%;
  text-align: center;  
}
.box-inquery .wrapper .btn-list li:first-child{
  width: 100%;  
}
.box-inquery .wrapper .btn-list li a{
  display: block;
  padding: 15px 0;
  font-size: 1.5rem;
  font-weight: 700;
  background: url(../../common/image/arw_btn_bk_7_14.svg) no-repeat right 10px center;
  background-size: 7px auto;
}
.box-inquery .wrapper .btn-list .btn01 a{
  background-color: #FFD900;  
}
.box-inquery .wrapper .btn-list .btn02 a{
  background-color: #56CC56;  
}
.box-inquery .wrapper .btn-list .btn03 a{
  background-color: #9DDADC;  
}
.box-inquery .caption{
  max-width: 780px;
  margin:10px auto 0;
  color:#666666;
  font-size: 1.2rem;
  line-height: 1.4;
}

/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .page-ttl{
    background:url(../image/examination/img_kv_sp.jpg) no-repeat center center;
    background-size: cover;  
  }
  
.content {
  padding-bottom: 30px;
}
  
.content:first-child {
  padding: 0;
}

/* vocational
-----------------------------------------------------------------*/
  .vocational{
    padding: 35px 0;  
  }
  .vocational .txt-lead{
    font-size: 1.8rem;
  }
  .vocational .txt{
    font-size: 1.4rem;
    text-align: left;
  }
  .vocational .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;
}
  

/* box-inquery
-----------------------------------------------------------------*/
  .box-inquery{
    margin-top:15%;
    padding:20px 0;
    border:none;
    border-radius: 0;
  }
  .box-inquery .wrapper{
    display: block;
    margin:7% auto 0;
  }
  .box-inquery .wrapper .bnr,.faculty .box-inquery .wrapper .btn-list{
    width: 100%;
  }
  .box-inquery .wrapper .btn-list{
    margin-top:5%;
    padding-top:5%;
    border-top:1px solid #666666;
  }
  .box-inquery .wrapper .btn-list li:first-child{
    width: 100%;
    margin-bottom:1%;
  }
  .box-inquery .wrapper .btn-list li a{
    display: block;
    padding: 15px 0;
    font-size: 1.5rem;
    font-weight: 700;
    background: url(../common/image/arw_btn_bk_7_14.svg) no-repeat right 10px center;
    background-size: 7px auto;
  }
  .box-inquery .wrapper .btn-list .btn01 a{
    background-color: #FFD900;  
  }
  .box-inquery .wrapper .btn-list .btn02 a{
    background-color: #56CC56;  
  }
  .box-inquery .wrapper .btn-list .btn03 a{
    background-color: #9DDADC;  
  }
  .box-inquery .caption{
    max-width: 780px;
    margin:10px auto 0;
    color:#666666;
    font-size: 1.2rem;
    line-height: 1.4;
  }

}

