@charset "utf-8";
/* CSS Document */
.words-inner {
  max-width: 870px;
  margin: auto;
}
.contentInner {
  margin-bottom: 0;
}
.words-ttl {
  color: #fff;
  font-size: 26px;
  text-align: center;
  background: #161E31;
  position: relative;
  padding: 15px 15px 13px 15px;
  margin: 30px 0 36px!important;
  text-transform: uppercase;
}
.words-ttl02 {
  font-size: 22px;
  background: #EAF5F9;
  padding: 10px 20px;
}
.words-ttl02 span {
  font-size: 14px;
  font-weight: normal;
}
.words-content {
  padding: 0 20px;
  margin-bottom: 40px;
}
.words-content__txt {
  font-size: 16px;
  margin-bottom: 15px;
}
.words-content__tax {
  
}
.words-content__tax a {
  text-decoration: underline;
}
.words-ttl:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #161E31 transparent transparent transparent;
  border-width: 15px 15px 0 15px;
}
.words-list {
  max-width: 800px;
  margin: auto;
  margin-bottom: 100px;
}
.words-list--center {
  max-width: 800px;
  margin: auto;
  text-align: center;
  margin-bottom: 100px;
}
.words-list__item {
  text-align: center;
  display: inline-block;
  margin: 8px;
  min-width: 62px;
  min-height: 62px;
}
.words-list__item--min {
  text-align: center;
  display: inline-block;
  margin: 8px;
  min-width: 52px;
} 
.words-list__link {
  display: block;
  font-size: 32px;
  padding: 10px 15px;
  background: #EAF5F9;
  border: 1px solid #161E31;
  border-radius: 10px;
  text-transform: uppercase;
}
.words-list__link--min {
  display: block;
  font-size: 24px;
  padding: 10px 15px;
  background: #EAF5F9;
  border: 1px solid #161E31;
  border-radius: 10px;
  text-transform: uppercase;
}
.words-list__link:hover,
.words-list__link--min:hover {
  color: #fff;
  background: #161E31;
}
.search {
  background: #F7F8FA;
  padding: 70px 0;
}
.words__note {
    margin: 0 auto 60px;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
}
@media screen and (max-width: 767px) {
  .words-inner {
    width: 96%;
    margin: auto;
  }
  .words-ttl {
    font-size: 42px;
  }
  .words-ttl02 {
    font-size: 36px;
  }
  .words-ttl02 span {
    font-size: 28px;
  }
  .words-list__item {
    min-width: 80px;
    min-height: 72px;
  }
  .words-list__link {
    font-size: 50px;
  }
  .words-list__link--min {
    font-size: 50px;
  }
  .words__note{
    font-size: 28px;
    line-height: 38px;
  }
}
