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

/* main
-----------------------------------------------*/
#main {
  position: relative;
  width: 100%;
  height: 360px;
  background: url("/img/specialist/information/img-main-01.jpg")no-repeat;
  background-size: cover;
  background-position: center;
}
#main h1 {
  font-size: 40px;
}
#main .inner {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-width: 1440px;
  width: 100%;
  padding: 120px;
}
@media only screen and (max-width:767px) {
  #main {
    height: 200px;
  }
  #main .inner {
    padding: 20px;
  }
  #main h1 {
    font-size: 24px;
  }
}


/* section
-----------------------------------------------*/
section li{
  font-size: 16px;
  line-height: 2;
  border-top: 1px solid #000;
  padding: 20px;
}
section li:last-child{
  border-bottom: 1px solid #000; 
}
section li a{
  display: block;
}
section li span{
  font-size: 14px;
  background: var(--keycolor01);
  color: #fff;
  line-height: 26px;
  height: 26px;
  display: inline-block;
  padding: 0 8px;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
section li{
  font-size: 14px;
  line-height: 1.5;
  padding: 10px;
}
section li span{
  font-size: 10px;
  line-height: 20px;
  height: 20px;
}
}
