@charset "UTF-8";

/*---------------------------
	ページスタイル
---------------------------*/

#education_top{
}

#education_top .box01{
}
#education_top .box01 h2{
  font-size: 1.667em;
  line-height: 26px;
  padding: 0;
  margin: 0 0 20px 0;
}

#education_top h3{
  font-family: NotoSerifJP, "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
  font-size: 1.583em;
  letter-spacing: 1px;
  margin: 40px 0 -15px 0;
  font-weight: 700;
  line-height: 26px;
}
#education_top h3:after{
  display: block;
  content: "";
  height: 2px;
  width: 100%;
  background: linear-gradient(to right, #000 65px, #e0e0e0 0%);
  margin-top: 20px;
}
#education_top h4.title{
  background: #000;
  color: #fff;
  padding: 5px 20px;
  line-height: 1;
  margin: 45px 0 15px;
  font-size: 1.083em;
}

#education_top .info_box{
  margin-top: 30px;
  background: #fff;
}
#education_top .info_box .info_box_inner{
  padding: 26px 20px;
}
#education_top .info_box .info_box_inner h4,
#education_top .info_box .info_box_inner h5{
  border-left: 7px solid #000;
  font-size: 1.667em;
  line-height: 24px;
  font-weight: bold;
  padding: 0 0 0 15px;
  margin-bottom: 24px;
}
#education_top .info_box .info_box_inner h4 a{
  text-decoration: underline;
  color: #000;
}
#education_top .info_box .info_box_inner table{ 
}
@media only screen and (min-width: 767px) {
#education_top .info_box .info_box_inner table th{
  background: #000;
  color: #fff;
  border-bottom: 2px solid #fff;
  width: 10%;
  max-width: 68px;
  min-width: 68px;
  text-align: center;
  vertical-align: middle;
  font-size: 1em;
  padding: 24px 0;
}
#education_top .info_box .info_box_inner table td{
  background: #f5f5f5;
  color: #000;
  border-bottom: 2px solid #fff;
  padding: 20px 22px;
  text-align: left;
  vertical-align: middle;
}
}
#education_top .info_box .info_box_inner ul{
  padding: 15px 10px 0 10px;
}
#education_top .info_box .info_box_inner ul li{
  width: 50%;
  float: left;
}
#education_top .info_box .info_box_inner ul li p{
  font-size: 1em;
  line-height: 22px;
  padding: 10px 0 0 0;
  margin: 0;
}
#education_top .info_box .info_box_inner .btn{
  width: 350px;
  margin: 15px auto 0 auto;
}
#education_top .info_box .info_box_inner .btn a {
    display: block;
    background: url(/arthall/images/members/members_icon_01.png) right center no-repeat #000;
    font-size: 1.250em;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 15px 20px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
}
#education_top .info_box .info_box_inner .btn a:after {
    content: "PDF";
    background: #d1333f;
    color: #fff;
    font-size: 0.643em;
    line-height: 100%;
    padding: 0 3px;
    margin-left: 4px;
}


@media only screen and (max-width: 766px) {
#education_top .box01 h2{
  font-size: 1.500em;
  line-height: 24px;
}
#education_top h3#title04{
  margin-bottom: 15px !important;
}
#education_top .info_box .info_box_inner h4{
  font-size: 1.417em;
  word-break: break-all;
}
#education_top .info_box{
  margin: 20px -15px 0 -15px;
}
#education_top .info_box .info_box_inner table th{
  background: #000;
  color: #fff;
  border-bottom: 2px solid #fff;
  width: 10%;
  min-width: 50px;
  text-align: center;
  vertical-align: middle;
  font-size: 0.917em;
  padding: 15px 0;
}
#education_top .info_box .info_box_inner table td{
  background: #f5f5f5;
  color: #000;
  border-bottom: 2px solid #fff;
  padding: 15px 18px;
  text-align: left;
  vertical-align: middle;
}

#education_top .info_box .info_box_inner ul li{
  width: 100%;
  float: none;
}
#education_top .info_box .info_box_inner ul li+li{
  padding-top: 16px;
}
#education_top .info_box .info_box_inner .btn{
  width: 80%;
  max-width: 350px;
  margin: 15px auto 0 auto;
}
}










