@charset "utf-8";

a.bt_more {
  display: block;
  max-width: 200px;
  padding: 5px;
  border: 1px solid #fff;
  margin: 40px auto 0;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  background: transparent;
}
a.bt_more:hover{
  transition-duration: 0.3s;
  color: #171c61;
  text-decoration: none;
  border: 1px solid #fff;
  background: #fff;
}
.linkcontents {
  max-width: 960px;
  margin: 40px auto 20px;
  position: relative;
  display: block;
  width: 100%;
  transition-duration: 0.3s;
  color: #fff;
}
h2 {
  font-family: "Sawarabi Mincho";
  font-size: 3.0rem;
  letter-spacing: 2px;
  text-align: center;
  border-bottom: 1px solid #fff;
  line-height: 1.6;
}
h3 {
  font-size: 1.8rem;
  letter-spacing: 2px;
  text-align: center;
  line-height: 1.6;
  padding-top: 10px;
}
section#COMPANY {
  background: #fff;
  padding: 50px 10px 50px;
  color: #171c61;
}
section#COMPANY h2 {
  color: #171c61;
  border-bottom: 1px solid #171c61;
}
section#COMPANY div.list {
  max-width: 460px;
  margin: 40px auto 20px;
}
section#COMPANY p {
  padding-bottom: 5px;
  border-bottom: 1px dotted #171c61;
  font-size: 1.5rem;
}
section#COMPANY p b{
  display: block;
}

div.teletc {
  max-width: 290px;
  margin: 20px auto;
}
.google-map {
  position: relative;
  width: 100%;
  /* 左右に余白が必要なら値を変更してもOK */
  height: 0;
  padding-bottom: 30%;
  /* padding-topでもOK */
  overflow: hidden;
}

.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* 必要であれば!importantを付けてください */
  height: 100%;
  /* 必要であれば!importantを付けてください */
}
@media only screen and (max-width: 991px) {
  .articlelist dl dt {
    padding-bottom: 5px;
  }
  .articlelist dl dd {
    padding-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .linkcontents h2 {
    font-size: 2.6rem;
  }
  .linkcontents h2 span{
    font-size: 1.4rem;
  }
  .linkcontents02 a h2 {
    font-size: 2.2rem;
  }
  .linkcontents02 a h2 span{
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 495px) {
  .ab_01 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 414px) {
}