@charset "UTF-8";
.news {
  /*--PC,SP切り替え--*/
  /*--PC,SP切り替え End--*/
  /*--Flexbox--*/
  /*--Flexbox End--*/
  /*--200515-02--*/
}
.news img {
  max-width: 100%;
  height: auto;
  transition: 0.2s;
}
.news img.border {
  border: 1px solid #ccc;
}
.news img.hoverOpacity:hover {
  opacity: 0.8;
}
.news .spShow {
  display: none;
}
@media (max-width: 768px) {
  .news .spShow {
    display: block;
  }
}
.news .pcShow {
  display: block;
}
@media (max-width: 768px) {
  .news .pcShow {
    display: none;
  }
}
.news a {
  word-wrap: break-word;
}
.news .l-center {
  text-align: center;
}
.news .l-left {
  text-align: left;
}
.news .l-right {
  text-align: right;
}
.news .mAuto {
  margin-left: auto;
  margin-right: auto;
}
.news img.block {
  display: block;
}
.news .textBox__small {
  padding: 1rem;
}
.news .bgGray {
  background: #999;
  color: #fff;
}
.news .disc {
  list-style-type: disc;
  padding-left: 1.4rem;
}
.news .l-flex {
  display: flex;
}
.news .l-flex.jc-sb {
  justify-content: space-between;
}
.news .l-flex.jc-sa {
  justify-content: space-around;
}
.news .l-flex.jc-fe {
  justify-content: flex-end;
}
.news .l-flex.ai-c {
  align-items: center;
}
.news .l-flex.ai-fs {
  align-items: flex-start;
}
.news .l-flex.ai-fe {
  align-items: flex-end;
}
.news .l-flex.fw-w {
  flex-wrap: wrap;
}
.news .l-flex.fd-rr {
  flex-direction: row-reverse;
}
.news .l-flex.fw-nw {
  flex-wrap: nowrap;
}
.news .l-flex.split-2 .l-flexElement {
  width: 48%;
}
.news .l-flex.split-3 .l-flexElement {
  width: 30.7%;
}
.news .l-flex.split-5 .l-flexElement {
  width: 19%;
}
@media screen and (max-width: 768px) {
  .news .l-flex.split-5.spSplit-2 .l-flexElement {
    width: 48%;
    margin-bottom: 4%;
  }
}
.news .l-flex.split-5 .l-flexElement {
  width: 19%;
  margin-bottom: 1.6%;
}
@media screen and (max-width: 768px) {
  .news .l-flex.split-5.spSplit-2 .l-flexElement {
    width: 48%;
  }
}
.news .l-flex.split-6-4 .l-flexElement.big {
  width: 60%;
}
.news .l-flex.split-6-4 .l-flexElement.small {
  width: 38%;
}
@media screen and (max-width: 768px) {
  .news .l-flex.spSplit-3 .l-flexElement {
    width: 30.7%;
    margin-bottom: 3.9%;
  }
}
@media screen and (max-width: 768px) {
  .news .l-flex.spBlock {
    display: block;
  }
  .news .l-flex.spBlock .l-flexElement {
    width: 100% !important;
  }
  .news .l-flex.spBlock .l-flexElement:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
.news img {
  max-width: 100%;
  height: auto;
}
.news img.imgIntable {
  width: 140px;
  height: auto;
}
.news .kome {
  font-size: 12px;
}
.news .title h3 {
  line-height: 1.8;
}
.news .titleSub {
  font-size: 16px;
  color: #111;
  margin-bottom: 8px;
}
.news .arrowAdd {
  position: relative;
}
.news .arrowAdd::after {
  content: url(../img/triangle.jpg);
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  right: -8%;
}
@media screen and (max-width: 768px) {
  .news .arrowAdd::after {
    content: url(../img/triangle_verical.jpg);
    position: relative;
    top: 10px;
    right: 0;
    transform: translateY(0);
  }
}
.news .borderWrap {
  padding: 20px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
.news .borderWrap.dot {
  border: 4px dotted #cde4ed;
}
.news .borderWrap.purple {
  border: 2px solid #9b8ec4;
}
.news .borderWrap.black {
  border: 2px solid #333;
}
.news .colorWrap {
  background: #e0eef3;
  padding: 25px 50px;
}

.news200825 .torikumiList dt {
  color: #0075c2;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 15px;
}

/*--fontsize--*/
.u-font12 {
  font-size: 12px !important;
}

.u-font13 {
  font-size: 13px !important;
}

.u-font16 {
  font-size: 16px !important;
}

.u-font18 {
  font-size: 18px !important;
}

.u-font20 {
  font-size: 20px !important;
}

.u-font24 {
  font-size: 24px !important;
}

.u-font28 {
  font-size: 28px !important;
}

.u-font30 {
  font-size: 30px !important;
}

.u-font32 {
  font-size: 32px !important;
}

/*--margin--*/
.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

/*--letter-spacing--*/
.u-ls05 {
  letter-spacing: 0.05rem !important;
}

.u-ls1 {
  letter-spacing: 0.1rem !important;
}

.u-ls2 {
  letter-spacing: 0.2rem !important;
}

.u-ls3 {
  letter-spacing: 0.3rem !important;
}

.u-ls4 {
  letter-spacing: 0.4rem !important;
}

.u-ls5 {
  letter-spacing: 0.5rem !important;
}

/*--line-height--*/
.u-lh14 {
  line-height: 1.4 !important;
}

.u-lh16 {
  line-height: 1.6 !important;
}

.u-lh18 {
  line-height: 1.8 !important;
}

.u-lh20 {
  line-height: 2 !important;
}

/*--position--*/
.u-pos-r {
  position: relative;
}

.u-pos-a {
  position: absolute;
}

@media screen and (max-width: 768px) {
  /*fontsize*/
  .u-font16 {
    font-size: 14px !important;
  }

  .u-font18 {
    font-size: 16px !important;
  }

  .u-font20 {
    font-size: 18px !important;
  }

  .u-font24 {
    font-size: 18px !important;
  }

  .u-font28 {
    font-size: 20px !important;
  }

  .u-font30 {
    font-size: 24px !important;
  }

  .u-font32 {
    font-size: 24px !important;
  }

  /*--margin--*/
  .u-mt10.spHalf {
    margin-top: 5px !important;
  }

  .u-mt20.spHalf {
    margin-top: 10px !important;
  }

  .u-mt30.spHalf {
    margin-top: 15px !important;
  }

  .u-mt40.spHalf {
    margin-top: 20px !important;
  }

  .u-mt50.spHalf {
    margin-top: 25px !important;
  }

  .u-mt60.spHalf {
    margin-top: 30px !important;
  }

  .u-mt70.spHalf {
    margin-top: 35px !important;
  }

  .u-mt80.spHalf {
    margin-top: 40px !important;
  }

  .u-mt90.spHalf {
    margin-top: 45px !important;
  }

  .u-mr10.spHalf {
    margin-right: 5px !important;
  }

  .u-mr20.spHalf {
    margin-right: 10px !important;
  }

  .u-mr30.spHalf {
    margin-right: 15px !important;
  }

  .u-mr40.spHalf {
    margin-right: 20px !important;
  }

  .u-mr50.spHalf {
    margin-right: 25px !important;
  }

  .u-mr60.spHalf {
    margin-right: 30px !important;
  }

  .u-mb10.spHalf {
    margin-bottom: 5px !important;
  }

  .u-mb20.spHalf {
    margin-bottom: 10px !important;
  }

  .u-mb30.spHalf {
    margin-bottom: 15px !important;
  }

  .u-mb40.spHalf {
    margin-bottom: 20px !important;
  }

  .u-mb50.spHalf {
    margin-bottom: 25px !important;
  }

  .u-mb60.spHalf {
    margin-bottom: 30px !important;
  }

  .u-ml10.spHalf {
    margin-left: 5px !important;
  }

  .u-ml20.spHalf {
    margin-left: 10px !important;
  }

  .u-ml30.spHalf {
    margin-left: 15px !important;
  }

  .u-ml40.spHalf {
    margin-left: 20px !important;
  }

  .u-ml50.spHalf {
    margin-left: 25px !important;
  }

  .u-ml60.spHalf {
    margin-left: 30px !important;
  }
}

/*# sourceMappingURL=news.css.map */
