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

/* main
-----------------------------------------------*/
#main {
  position: relative;
  width: 100%;
  height: 360px;
  background: url("/img/specialist/special/img-main-01.jpg?202603281200")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 p > a{
  color: #0092ED;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  
}


/* listCol2
-----------------------------------------------*/
.listCol2 {
  display: flex;
  flex-wrap: wrap;
	gap: 10px;
}
.listCol2 li {
  width: calc(50% - 5px);
	max-width: 300px;
}
.listCol2 li a {
  color: #0978B7;
}
.listCol2 li:nth-child(2n) {
  width: 54%;
}
@media only screen and (max-width: 767px) {
  .listCol2 li {
    width: 100%;
  }
  .listCol2 li:nth-child(2n) {
    width: 100%;
  }
  
}
