@charset "UTF-8";

.swiper-wrapper a {
  width: 100%;
  height: 100%;
  position: absolute;
  color: #444;
}

.page-title section {
  background-position: center;
  background-size: cover;
}

.page-title.contain {
  position: relative;
}
.page-title.contain section {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%,-50%);
  padding: 0;
  width: 100%;
  background: none;
}
#page-title.page-title.contain section {
  background: none;
}

/* parts */
main dl.img-txt-h1-left dd span, main dl.img-txt-h1-right dd span {
  display: block;
  padding-top: 1em;
  text-align: right;
}
.img-txt-h2-left a, .img-txt-h3-left a, .img-txt-h2-right a,.img-txt-h3-right a {
  color: #444;
}
.img-text1 figure:after, .img-text2 figure:after, .img-text3 figure:after, .img-text4 figure:after {
  background: transparent;
}
@media screen and (max-width: 1199px) {
  .img-text-in1 figure:after, .img-text-in2 figure:after, .img-text-in3 figure:after, .img-text-in4 figure:after {
    background: transparent;
  }
}

/* form */
#form dl.radio-button dd label {
  white-space: normal;
  display: inline-block;
}
#form dl.check-box dd label {
  white-space: normal;
  display: inline-block;
}

#form #page-title {
  position: relative;
  height: 155px;
  margin: 0;
}
#form #page-title section {
  position: absolute;
  top: 0;
  left: calc((100vw - 1360px) / 2 * -1);
  width: 100vw;
}
@media screen and (max-width: 1399px) {
  #form #page-title section {
    position: absolute;
    top: 0;
    left: -5vw;
    width: 100vw;
  }
}

#form #page-title.contain {
  position: relative;
  height: auto;
  width: 100vw;
  margin-left: calc((100vw - 100%) / -2);
}

#form #page-title.contain section {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%,-50%);
  padding: 0;
  width: 100%;
  background: none;
}

/* header */
header h1 a img {
  max-height: 70px;
  width: auto;
  max-width: none;
}
@media screen and (max-width: 1399px) {
  header h1 {
    height: auto;
  }
}
header h1 {
  white-space: normal;
  max-width: calc(100% - 120px);
  line-height: 1.5rem;
}
@media screen and (max-width: 767px) {
  header h1 a img {
    max-width: 100%;
    width: auto;
  }
}
@media screen and (max-width: 479px) {
  header h1 {
    margin-left: 10px;
  }
}

/* banner */
#banner ul li img {
  width: auto;
  max-width: 100%;
}
#banner ul li a {
  color: #d88f98;
  text-decoration: underline;
  font-weight: bold;
  font-size: 1rem;
}
#banner ul li a:hover {
  color: #555;
  text-decoration: none;
}

/* link */
#link ul li {
  margin-top: 7px;
  margin-bottom: 7px;
}
