@charset "utf-8";
.a-text_14 {
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .a-text_14 {
    font-size: 4.266666666666667vw;
  }
}
.a-text_16 {
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .a-text_16 {
    font-size: 4.533333333333333vw;
  }
}
.a-text_18 {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .a-text_18 {
    font-size: 4.8vw;
  }
}
.a-text_20 {
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .a-text_20 {
    font-size: 4vw;
  }
}
.a-text_24 {
  font-size: 24px;
}
@media only screen and (max-width: 768px) {
  .a-text_24 {
    font-size: 5.066666666666666vw;
  }
}
.a-text_28 {
  font-size: 28px;
}
@media only screen and (max-width: 768px) {
  .a-text_28 {
    font-size: 5.6vw;
  }
}
.a-text_34 {
  font-size: 34px;
}
@media only screen and (max-width: 768px) {
  .a-text_34 {
    font-size: 6.666666666666667vw;
  }
}
.m-columnItem {
  width: 480px;
}
@media only screen and (max-width: 768px) {
  .m-columnItem {
    padding-bottom: 8vw;
    position: relative;
    width: 100%;
  }
}
.m-columnItem a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: inherit;
}
.m-columnItem a:hover .m-columnItem__read {
  background-color: #ff8400;
  color: #fff;
}
.m-columnItem a:hover img {
  opacity: 1;
}
.m-columnItem__left {
  width: 160px;
}
@media only screen and (max-width: 768px) {
  .m-columnItem__left {
    width: 26.666666666666668vw;
  }
}
.m-columnItem__right {
  width: 300px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .m-columnItem__right {
    width: 65.33333333333333vw;
    /* position: static; */
  }
}
.m-columnItem__title {
  background-color: #fff;
  padding: 0.3em;
  border-radius: 5px;
  border: 2px solid #ff8400;
  position: relative;
  min-height: 100%;
}
@media only screen and (max-width: 768px) {
  .m-columnItem__title {
    font-size: 3.733333333333333vw;
  }
}
.m-columnItem__title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #fff;
  z-index: 2;
}
.m-columnItem__title:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -29px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #ff8400;
  z-index: 1;
}
.m-columnItem__read {
  padding: 0.3em;
  border-radius: 5px;
  position: absolute;
  right: 5px;
  bottom: 5px;
  background-color: #fff;
  color: #ff8400;
  -webkit-transition: 0.3s background-color, 0.3s color;
  transition: 0.3s background-color, 0.3s color;
}
@media only screen and (max-width: 768px) {
  .m-columnItem__read {
    font-size: 3.2vw;
    background-color: #ff8400;
    color: #fff;
/*     right: 0;
    bottom: 0; */
  }
}
.o-columnContainer {
  width: 1000px;
  margin: 60px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .o-columnContainer {
    width: 97.33333333333333vw;
    display: block;
    margin: 13.333333333333334vw auto 0;
  }
}
.o-columnContainer .m-columnItem {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .o-columnContainer .m-columnItem {
    margin-bottom: 0;
  }
}
#column {
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #column {
    padding-bottom: 10.666666666666666vw;
  }
}

#column .heading-container {
  margin-bottom: 0;
}