@charset "UTF-8";
.hidden {
  display: none !important;
}
#mainVisual {
  background-color: #EEF4D6;
  text-align: center;
  line-height: 0;
  margin-bottom: 50px;
}
#news {
  width: 900px;
  margin: 50px auto 65px;
  padding: 24px 48px 32px;
  border: 2px solid #18a554;
  background-color: #f6f9eb;
  text-align: center;
  color: #c80000;
  line-height: 1.6;
}
#news h2 {
  margin-bottom: 15px;
  font-size: 2.6rem;
}
#catch {
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  background: url(../img/catch-bg.png) no-repeat 50% 50%;
  height: 225px;
  padding-top: 50px;
}
.boxIn {
  width: 900px;
  margin: auto;
}
section h2 {
  font-size: 3.6rem;
  text-align: center;
}
#company {
  padding: 83px 0 70px;
}
#company h2 {
  margin-bottom: 25px;
}
#company .dlWrap dl {
  display: flex;
  width: 100%;
  border-bottom: 2px solid #CDD6DD;
  padding: 12px 0;
  font-size: 1.6rem;
  line-height: 1.9;
}
#company .dlWrap dl dt {
  width: 255px;
}
#company #cooperative {
  margin-top: 40px;
}
#company #cooperative .text0 {
    line-height: 1.65;
    text-align: center;
    margin-bottom: 36px;
}
#company #cooperative dt {
  font-size: 2.4rem;
  font-weight: bold;
  height: 30px;
  border-left: 10px solid #00A650;
  padding-left: 16px;
  padding-top: 4px;
  margin-bottom: 15px;
}
.cooperation-block {
  display:  inline-block;
  width: 49%;
}
#company #cooperative dd img {
float: left;
margin: 0 10px 10px 0;
}
#company #cooperative dd .text1 {
  font-weight: bold;
  line-height: 1.8;
  padding-top: 15px;
}
#company #cooperative dd .text1 em {
  font-size: 2rem;
}
#company #cooperative dd .btn a {
  clear: both;
  display: block;
  width: auto;
  height: 45px;
  border-radius: 4px;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 16px 0 0 20px;
  margin: 10px;
}
.btn1 a {
  background: #AA0000 url(../img/btn-icon1.png) no-repeat 92% 50%;
}
.btn2 a {
  background: #32B0C5 url(../img/btn-icon1.png) no-repeat 92% 50%;
}
#bookArea {
  background-color: #F6F9EA;
  padding: 54px 0 50px;
}
#bookArea h2 {
  margin-bottom: 32px;
}
#bookArea .text1 {
  line-height: 1.65;
  text-align: center;
  margin-bottom: 36px;
}
#bookArea .boxIn {
  overflow: hidden;
}
#bookArea .imgBox {
  width: 235px;
  margin-right: 40px;
  float: left;
}
#bookArea .imgBox p a {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
  background-color: #4CA22C;
  text-align: center;
  height: 60px;
  padding-top: 17px;
}
#bookArea .imgBox p img {
  vertical-align: middle;
  margin-left: 5px;
}
#bookArea dl {
  width: 625px;
  float: right;
}
#bookArea dl dt {
  font-size: 2.0rem;
  font-weight: bold;
  height: 30px;
  border-left: 10px solid #00A650;
  padding-left: 16px;
  padding-top: 5px;
  margin-bottom: 35px;
}
#bookArea dl dd {
  float: left;
  background: url(../img/li-icon.png) no-repeat 0 38%;
  padding-left: 17px;
  margin-bottom: 25px;
}
#bookArea dl dd:nth-of-type(odd) {
  margin-right: 70px;
}
#bookArea dl dd img {
  vertical-align: middle;
  margin-left: 6px;
}
#calendar {
  padding-top: 84px;
}
#calendar .text1 {
  line-height: 1.65;
  text-align: center;
  margin: 32px 0 40px;
}
#calendar dl {
  width: 720px;
  margin: auto;
  overflow: hidden;
}
#calendar dl dt {
  font-size: 2.0rem;
  font-weight: bold;
  height: 30px;
  border-left: 10px solid #00A650;
  padding-left: 16px;
  padding-top: 6px;
  margin-bottom: 28px;
}
#calendar dl dd {
  width: 220px;
  float: left;
}
#calendar dl dd:first-of-type {
  margin-right: 220px;
}
#calendar dl dd li {
  background: url(../img/li-icon.png) no-repeat 0 38%;
  padding-left: 20px;
  margin-bottom: 25px;
}
#calendar dl dd li img {
  vertical-align: middle;
  margin-left: 25px;
}
#contact {
  text-align: center;
  padding: 75px 0 75px;
  width: 900px;
  margin: auto;
}
#contact h2 {
  margin-bottom: 38px;
}
#contact .boxBody {
  border: 5px solid #00A650;
  background-color: #F6F9EA;
  padding: 40px 0 25px;
}
#contact .boxBody h3 {
  font-size: 2.6rem;
  margin-bottom: 25px;
}
#contact .boxBody .tel {
  font-size: 3.6rem;
  font-weight: bold;
  color: #00A650;
  background: url(../img/tel-icon.png) no-repeat 280px 50%;
  padding-left: 60px;
  padding-top: 10px;
  margin-bottom: 25px;
}
#contact .boxBody .text1 {
  font-size: 2.0rem;
  font-weight: bold;
}
#contact .boxBody .text1 em {
  color: #00A650;
}
#contact .boxBody .btn1 a {
  display: block;
  width: 280px;
  height: 60px;

  color: #ffffff;
  background: #00A650 url(../img/mail-icon.png) no-repeat 30px 50%;
  border-radius: 4px;
  margin: 24px auto 0;
  padding-top: 21px;
  padding-left: 25px;
}
