/* Scss Document */
.top-ttl {
  font-size: 350%;
  margin: 0;
  display: inline-block;
}

.top-topics {
  background-color: #f5f5f5;
}

.top-topics-item {
  background-color: #fff;
}

.top-about__ttl {
  font-size: 350%;
  line-height: 1em;
  margin-bottom: 5px;
}
.top-about__txt {
  padding: 0 15%; 
  font-size: 16px;
  text-align: left;
}

@media only screen and (max-width: 480px) {
  .top-about__ttl {
    font-size: 307.2%;
  }
  .top-ttl{
    font-size: 280%;
  }
  .top-about__txt {
    padding: 0 5%;
  }
}

.top-about__txt--bigger {
  font-size: 28px;
  margin: 0;
}

@media only screen and (max-width: 480px) {
  .top-about__txt {
    font-size: 153.6%;
  }
  .top-about__txt--bigger {
    font-size: 120%;
  }
}

.top-about__inner {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  background: url(/etc/images/top/img_main_wsc2.jpg) center;
  background-size: cover;
}

.top-about__item {
  width: 50%;
}

.top-about__item.right-side {
  margin-left: auto;
}

.top-about__box--txt {
  padding: 50px 0;
  background-color: #313131;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .top-about__box--txt {
    padding: 50px 15px;
    background: rgba(0, 0, 0, 0.4);
  }
  .top-about__item{
    width: 100%;
  }
}

.top-about__box--bnr {
  background: rgba(255, 255, 255, 0.8);
}

.top-about__btn {
  margin-top: 50px;
}

.top-about__btn a {
  display: block;
  width: 50%;
  position: relative;
  margin: 0 auto;
  background-color: #fff;
  color: #535353;
  font-size: 120%;
  font-weight: bold;
  padding: 20px;
}
.top-about__btn a:hover {
  color: #f00;
}
.top-about__btn span {
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  background-image: url(/etc/images/icons.svgz);
  background-repeat: no-repeat;
  -webkit-background-size: 225px 770px;
  background-size: 225px 770px;
  background-position: -85px -165px;
}

.top-about__bnr {
  margin: 0 15px;
  padding: 25px 0;
}

@media only screen and (max-width: 480px) {
  .top-about__bnr {
    padding: 30px 0;
    margin: 0 15px;
  }
  .top-about__btn a{
    font-size: 153.6%;
    width: 64%;
  }
}

.top-about__bnr-item {
  /*width: 50%;
				display: flex;
    			align-items: center;
    			position: relative;*/
  min-height: 140px;
  background-color: #fff;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
.top-about__bnr-item {
    height: 140px;
  }
}

.top-about__bnr-item span {
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  background-image: url(/etc/images/icons.svgz);
  background-repeat: no-repeat;
  -webkit-background-size: 225px 770px;
  background-size: 225px 770px;
  background-position: -85px -165px;
}

.top-about__bnr-item .txt-link {
  display: inline-block;
  position: relative;
  width: 48%;
  padding-left: 2%;
  font-size: 135%;
  font-weight: bold;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 480px) {
  .top-about__bnr-item .txt-link{
    font-size: 153.6%;
  }
}
.top-about__bnr-item img {
  width: 50%;
  min-height: 140px;
  vertical-align: middle;
}

.top-news {
  background-color: #f5f5f5;
}

.top-news__item {
  border-bottom: 1px dotted #cecece;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
}

.top-news__item-cat {
  min-width: 150px;
  height: 1.5em;
  text-align: center;
  color: #fff;
  background-color: #8d8d8d;
  margin-right: 15px;
}

.top-news__item-article {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
}

.top-news__item-date {
  min-width: 105px;
  margin-right: 30px;
}

.top-news-column:first-child .top-news__item {
  border-top: 1px dotted #cecece;
}

.top-map__list-item-btn.btn {
  font-size: 16px;
  font-weight: bold;
  padding-top: 19px;
  padding-bottom: 19px;
  padding-left: 15px;
  display: block;
  margin: 0;
  color: #ff0201;
  background-color: #fff;
  text-align: left;
  border-left: 1px solid #a3a8b5;
  border-top: 1px solid #a3a8b5;
  border-bottom: 0;
}
@media only screen and (max-width: 480px){
  .top-map__list-item-btn.btn {
    font-size: 120%;
  }
}
.top-map__list-item-btn.btn:visited {
  color: #ff0201;
  background-color: #fff;
}

.top-map__list-item-btn.btn:hover {
  color: #fff;
  background-color: #ff0201;
}

.top-map__list-item-btn.btn:active {
  color: #fff;
  background-color: #ff0201;
}

.top-map__list-item-btn.btn.hover {
  color: #fff;
  background-color: #ff0201;
}

.location-list-container > li {
  position: relative;
}

.location-list-container > li .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
}

.mb-20 {
  margin-bottom: 20px !important;
}
.slick-dots {
  z-index: 30;
}
.dir1,.dir2 {
  display: none !important;
}
.dir1.is-visible,.dir2.is-visible {
  display: block !important;
}
