/*---------------------------------------------
    common
---------------------------------------------*/
.more {
  text-align: right;
}

.more a {
  border-bottom: #13334c solid 5px;
  display: inline-block;
  font-family: "Acumin Variable Concept",'Josefin Sans', sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0 5px 4px;
}

/*---------------------------------------------
    main img
  ---------------------------------------------*/
#main-img {
  margin: 0 auto 80px;
  position: relative;
}

/*---------------------------------------------
    news
---------------------------------------------*/
#news {
  margin-bottom: 100px;
}

#news .section-ttl {
  font-size: 3.2rem;
  margin-bottom: 40px;
  text-align: center;
}

#news .inner ul {
  margin: 0 auto 40px;
  max-width: 780px;
  width: 90%;
}

#news .inner ul li {
  border-bottom: #ccc dotted 1px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

#news .inner ul li .date {
  display: inline-block;
  font-size: 16px;
  margin: 0 50px 0 30px;
  width: 100px;
}

@media screen and (max-width: 767px) {
  #news .inner ul li .date {
    display: block;
    margin: 0;
    width: 100%;
  }
}

#news .inner ul li .ttl {
  display: inline-block;
  font-size: 16px;
  margin: 0 120px 0 100px;
}

@media screen and (max-width: 767px) {
  #news .inner ul li .ttl {
    display: block;
    margin: 0;
    width: 100%;
  }
}

#news .inner .img img {
  height: 800px;
  width: 500px;
}

#news .inner .txt {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.739;
  margin-bottom: 96px;
  text-align: center;
}

/*---------------------------------------------
    philosophy
---------------------------------------------*/
#service {
  background: #005792;
  padding: 80px 0;
}

#service .section-ttl {
  color: #fff;
  font-size: 3.2rem;
  margin-bottom: 40px;
  text-align: center;
}

#service .txt {
  color: #fff;
  margin-bottom: 80px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #service .txt {
    margin-bottom: 40px;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  #service .inner {
    margin: 0 auto;
    width: 90%;
  }
}

#service .inner ul {
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 1120px;
  width: 90%;
}

#service .inner ul li {
  margin: 0 20px 20px;
}

@media screen and (max-width: 767px) {
  #service .inner ul li {
    margin-bottom: 40px;
  }
}

#service .inner .img {
  margin: 0 auto;
  max-width: 285px;
  width: 100%;
}

/*---------------------------------------------
    overview
---------------------------------------------*/
#overview {
  padding-bottom: 80px;
  padding-top: 80px;
  position: relative;
}

#overview .section-ttl {
  font-size: 3.2rem;
  margin-bottom: 40px;
  text-align: center;
}

#overview .inner table {
  margin: 0 auto;
  max-width: 780px;
  width: 90%;
}

#overview .inner table tr {
  border-bottom: #ccc dashed 1px;
}

#overview .inner table tr th, #overview .inner table tr td {
  border-collapse: collapse;
  padding: 20px 0 18px 20px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  #overview .inner table tr th, #overview .inner table tr td {
    display: block;
    padding: 0;
    width: 100%;
  }
}

#overview .inner table tr th {
  padding-left: 40px;
  vertical-align: top;
  width: 200px;
}

@media screen and (max-width: 767px) {
  #overview .inner table tr th {
    padding-left: 0;
    padding-top: 20px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #overview .inner table tr td {
    padding-bottom: 20px;
  }
}

/*---------------------------------------------
    contact
---------------------------------------------*/
#contact {
  background: #f6f6e9;
  padding-bottom: 80px;
  padding-top: 80px;
}

#contact .section-ttl {
  font-size: 3.2rem;
  margin-bottom: 40px;
  text-align: center;
}

#contact .inner {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}

#contact .inner .txt {
  margin-bottom: 40px;
  text-align: center;
}

#contact .inner table {
  margin: 0 auto 60px;
  max-width: 580px;
  width: 90%;
}

#contact .inner table tr {
  border-bottom: #ccc dashed 1px;
}

#contact .inner table tr th, #contact .inner table tr td {
  border-collapse: collapse;
  padding: 20px 0 18px 20px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  #contact .inner table tr th, #contact .inner table tr td {
    display: block;
    padding: 0;
    width: 100%;
  }
}

#contact .inner table tr th {
  padding-left: 40px;
  vertical-align: top;
  width: 200px;
}

@media screen and (max-width: 767px) {
  #contact .inner table tr th {
    padding-left: 0;
    padding-top: 20px;
    width: 100%;
  }
}

#contact .inner table tr th span {
  color: #f00;
}

@media screen and (max-width: 767px) {
  #contact .inner table tr td {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  #contact .inner table tr td input {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #contact .inner table tr td textarea {
    margin-top: 8px;
    width: 100%;
  }
}

#contact .inner table tr td label {
  color: #f00;
  display: block;
}

#contact .inner #submit input, #contact .inner .btn a {
  -webkit-transition-duration: 0.5s;
  background-color: #005792;
  border: #005792 solid 1px;
  border-radius: 24px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 auto;
  padding: 12px 0 10px;
  text-align: center;
  transition-duration: 0.5s;
  width: 250px;
}

#contact .inner #submit input:hover, #contact .inner .btn a:hover {
  opacity: .7;
}

#submit {
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 640px;
  width: 90%;
}

#submit li {
  margin: 0 20px 20px;
  width: 250px;
}
