@charset "UTF-8";

/* OTHER CONTENTS
***************************************************************/
.othercontentsWrap.topWrap {
  padding: 100px 0;
}
.othercontentsWrap .othercontentsList .li1 {
  width: 496px;
  margin-right: 8px;
}
.othercontentsWrap .othercontentsList .li1 a {
  height: 180px;
}
.othercontentsWrap .othercontentsList .li1 .textBox .caption {
  font-size: 15px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.othercontentsWrap .othercontentsList .li1 .textBox .caption::after {
  display: none;
}
.othercontentsWrap .othercontentsList .li1 .textBox .title {
  font-size: 20px;
  padding-bottom: 14px;
  position: relative;
}
.othercontentsWrap .othercontentsList .li1 .textBox .title::after {
  content: "";
  width: 25px;
  height: 6px;
  background-image: url(../../img/common/ico_arrow01_w.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media all and (min-width: 681px) {
}
@media all and (max-width:680px) {
  .othercontentsWrap.topWrap {
    padding: 70px 0;
  }
  .othercontentsWrap .othercontentsList .li1 {
    width: 100%;
    margin-right: 0;
  }
  .othercontentsWrap .othercontentsList .li1 a {
    height: 152px;
  }
}
@media all and (max-width:370px) {
}


/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width:680px) {
}
@media all and (max-width:370px) {
}
