@charset "UTF-8";
/* CSS Document */

.titleimg{
background-image:url("../recruit/images/titleimg_syougakukin.jpg");
background-repeat: no-repeat;
background-size:cover;
background-position:center;
}

.main{
margin:4em auto 5em;
}
@media screen and (min-width:960px){
.main{
margin:5em auto 7em;
}
}
h4 {
  position: relative;
  background: #efefef;
  padding: 2px 5px 2px 25px;
  font-size: 20px;
  color: #1c4081;
  border-radius: 0 10px 10px 0;
  margin:2em 0 1em 20px;
}

h4:before {
  font-family: "Font Awesome 5 Free";
  content: "\f82f";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #94caef;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 3px white; 
  border-radius: 50%;
}
.youkou dl {
display: flex;
flex-flow: row wrap;
width: 100%;
border-top: 1px solid #ccc;
}
.youkou dt {
flex-basis: 20%;
padding: 15px;
border-bottom: 1px solid #ccc;
font-weight: 600;
}
.youkou dd {
flex-basis: 80%;
padding: 15px;
background-color: #fff;
border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 559px) {
.youkou dl {
flex-flow: column;
}
.youkou dt {
padding: 15px 15px 0 15px;
border-bottom: none;
}
.youkou dd {
padding: 5px 15px 15px 15px;
}
}