@charset "utf-8";
.comment {
  border: 4px solid #ffdc20;
  padding: 20px;
  max-width: 560px;
  margin: 40px auto 20px;
}
.group_photo {
  max-width: 768px;
  margin: 5px auto 0;
  border: 4px solid #ffdc20;
}
.sub-text {
  font-size: 1.6rem;
  text-align: left;
  font-family:  "Sawarabi Mincho";
  color: #fff;
  letter-spacing: 1px;
}
.sub-text span {
  display: block;
  text-align: right;
}
h2.article {
  font-size: 2.6rem;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 5px;
  font-family:  "Sawarabi Mincho";
  font-weight: 300;
  
}
.articlelist {
  max-width: 768px;
  margin: 30px auto;
}
.articlelist dl dt,.articlelist dl dd {
  font-size: 1.6rem;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: normal;
}
.articlelist dl dd a{
  display: block;
  color: #fff;
  text-decoration: none;
}
.articlelist dl dd a:hover{
  transition-duration: 0.3s;
  opacity: 0.7;
}
.articlelist dl dd a span{
  display: inline-block;
  border-bottom: 1px solid #fff;
}
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: #165e83;
  text-decoration: none;
  border: 1px solid #fff;
  background: #fff;
}
.linkcontents {
  max-width: 768px;
  margin: 40px auto 20px;
  position: relative;
  display: block;
  width: 100%;
  transition-duration: 0.3s;
  color: #fff;
}
.linkcontents h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-family: "Sawarabi Mincho";
  font-size: 4.1rem;
  letter-spacing: 2px;
  text-align: center;
}
.linkcontents h2 span{
  display: block;
  font-size: 1.8rem;
  letter-spacing: initial;
}
.linkcontents:hover{
  opacity: 0.7;
  transition-duration: 0.3s;
  color: #fff;
  text-decoration: none;
}
div.w768 {
  max-width: 768px;
  margin: auto;
}
.linkcontents02 a{
  position: relative;
  display: block;
  width: 100%;
  transition-duration: 0.3s;
  color: #fff;
}
.linkcontents02 a h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-family: "Sawarabi Mincho";
  font-size: 3.0rem;
  letter-spacing: 2px;
  text-align: center;
}
.linkcontents02 a h2 span{
  display: block;
  font-size: 1.5rem;
  letter-spacing: initial;
}
.linkcontents02 a:hover{
  opacity: 0.7;
  transition-duration: 0.3s;
  color: #fff;
  text-decoration: none;
}
.ab_01 {
 font-size: 2.3rem;
  text-align: center;
  margin: 20px 0;
}
.ab_02 {
  font-size: 1.6rem;
}
.ab_02 span{
  display: block;
  text-align: center;
}
section#organization {
  background: #fff;
  padding: 50px 10px 50px;
  color: #000;
}
#organization h3 {
  font-size: 2.8rem;
  font-family: "Sawarabi Mincho";
  text-align: center;
}
#organization h3 + p {
  font-size: 1.6rem;
  text-align: center;
}
#organization #listgroup a {
  display: block;
  padding: 20px 10px;
  color: #000;
  border: 5px solid #165e83;
}
#organization #listgroup a:hover {
  transition-duration: 0.3s;
  color: #000;
  border: 5px solid #ffd700;
  text-decoration: none;
}
#organization #listgroup a h4 {
  font-size: 2.2rem;
  font-family: "Sawarabi Mincho";
  text-align: center;
}
#organization #listgroup a dl {
  font-size: 1.5rem;
  max-width: 300px;
  margin: 20px auto 0;
}
#organization #listgroup a dl dt {
  text-decoration: underline;
}
@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) {
}