@charset "utf-8";

/* Header */

header {
  padding-top: 25px;
}
.head {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}
.logo:hover {
  opacity: 0.8;
}
.logo img {
  width: 100%;
  max-width: 262px;
}
.gNav {
  padding-top: 25px;
}
.gNav ul {
  display: flex;
}
.gNav ul li {
  padding: 0 10px;
}
.gNav ul li a {
  padding: 0 20px;
  font-size: 16px;
  font-family: "Meiryo";
  color: #000;
}
.gNav ul li a:hover {
  color: #063190;
}

/* Slider */
.slide {
  position: relative;
  z-index: 1;
}
.slide > p {
  width: 30%;
  max-width: 338px;
  position: absolute;
  z-index: 2;
  top: 23%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.slide > p img {
  width: 100%;
  max-width: 338px;
}
.slick-slide img {
  width: 100%;
}
.slick-slide > p img {
  max-width: 338px;
}

/* Title */
.tlt1 p {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #333;
}
.tlt1 p:before {
  content: "";
  background-image: url(../img/common/icon-tlt.png);
  background-repeat: no-repeat;
  background-size: 41px auto;
  display: inline-block;
  width: 41px;
  height: 45px;
  position: relative;
  top: 10px;
  margin-right: 15px;
}
.tlt1-sub1 {
  font-size: 24px;
  font-weight: bold;
  /* color: #073190; */
  text-align: center;
  line-height: 40px;
  margin: 40px 0 27px;
  color: #333;
}
.tlt1-sub1 strong {
  /* color: #E86008; */
  display: inline-block;
  border-bottom: 1px solid;
  line-height: 1;
}
.tlt1-sub2 {
  font-size: 20px;
  font-weight: bold;
  /* color: #073190; */
  text-align: center;
  margin-top: 50px;
  line-height: 33px;
  color: #333;
  margin-bottom: 15px;
}
.tlt1-sub2 strong {
  color: #333;
}
.tlt1-sub2::before {
  content: "";
  width: 26px;
  background: #073190;
  height: 1px;
  margin: 0 auto 22px;
  display: block;
}

.tlt1-sub2--blue {
  color: #073190;
}

/* Footer */

#footer {
  border-top: 1px solid #333;
}
#footer .head {
  padding-top: 45px;
}
#footer p {
  text-align: center;
  font-size: 12px;
  color: #000;
  padding: 80px 0;
  font-family: "Meiryo";
}
/**Main*/
main {
  border-top: 1px solid #333;
}

.u-cl--blue {
  color: #073190 !important;
}
.u-cl--orange {
  color: #e86008 !important;
}
