@charset "UTF-8";
/* base */




.published__contact {
    background: #2a96b7;
    color: #fff;
    padding: 5rem 0 6rem;
}
.published__contactInner {
    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;
    max-width: 130rem;
    width: 90%;
    margin: 0 auto;
}
.published__contactTtl {
    font-size: 5.5rem;
    line-height: 8rem;
    font-weight: 900;
}
.published__contactTxt {
    width: 43.2307692308%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.published__contactBtn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    height: 14.8rem;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(52, 58, 64)), to(rgb(10, 12, 13)));
    background: -webkit-linear-gradient(top, rgb(52, 58, 64) 0%, rgb(10, 12, 13) 100%);
    background: linear-gradient(to bottom, rgb(52, 58, 64) 0%, rgb(10, 12, 13) 100%);
    position: relative;
    text-decoration: none;
    color: #fff;
    font-size: 3.2rem;
    font-weight: bold;
    text-align: center;
    border-radius: 0.5rem;
    margin-bottom: 3rem;
}
.published__contactBtn::after {
    content: "";
    display: block;
    width: 1rem;
    height: 2rem;
    background: url(../img/top/arrowWhite.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    right: 2rem;
    top: 0;
    bottom: 0;
    margin: auto;
}
.published__contact dl dt {
    font-weight: bold;
    font-size: 1.9rem;
    margin-bottom: 0.5rem;
}
.published__contact dl dd {
    font-size: 1.6rem;
}
.published__contactTel {
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    background: url(../img/about/tel_white.svg) no-repeat left center;
    color: #fff;
    text-decoration: none;
    font-size: 4.5rem;
    height: 4.5rem;
    line-height: 4.5rem;
    padding-left: 3rem;
}
.published__contactAtt {
    margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}



@media screen and (max-width: 767px) {
  .published__contact {
      padding: 8vw 0 10.6666666667vw;
  }
  .published__contactInner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 91.2%;
      max-width: inherit;
      min-width: inherit;
      margin: 0 auto;
  }
  .published__contactTtl {
      font-size: 7.5vw;
      line-height: 13.3333333333vw;
      letter-spacing: -0.05em;
      margin-bottom: 6.1333333333vw;
  }
  .published__contactTxt {
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
  }
  .published__contactBtn {
      height: 24vw;
      font-size: 5.0666666667vw;
      margin-bottom: 6.4vw;
  }
  .published__contactBtn::after {
      width: 2.6666666667vw;
      height: 5.3333333333vw;
      right: 3.2vw;
  }
    .published__contact dl dt {
        text-align: center;
        font-size: 5.0666666667vw;
        margin-bottom: 5.3333333333vw;
    }
    .published__contact dl dd {
        font-size: 4.2666666667vw;
    }
    .published__contactTel {
        font-size: 10.6666666667vw;
        height: 10.6666666667vw;
        line-height: 10.6666666667vw;
        padding-left: 8vw;
        margin-bottom: 4vw;
    }
    .published__contactAtt {
        font-size: 4.2666666667vw;
        margin-top: 1.3333333333vw;
    }
}










.onlypc{
  display: block;
}
.onlysp{
  display: none;
}

@media screen and (max-width: 767px) {
  .onlypc{
    display: none;
  }
  .onlysp{
    display: block;
  }
}




.side_cv_area{
  margin-top:4rem;
  border:4px solid #0A3745;
}
.side_cv_area .cv_ttl{
  background-image: linear-gradient(139deg, #2f91b2, #084d64);
  font-size: 2.6rem;
  line-height:1.2;
  text-align: center;
  font-weight: bold;
  text-shadow: 1px 1px 0 #084D64;
  color:#FFF;
  padding:1.5rem 2rem;
}
.side_cv_area.main .cv_ttl{
  font-size: 5.4rem;
  text-align: left;
  padding:2rem 3rem;
}




.side_cv_area .cv_ttl span{
  color:#FFFF3D;
}

.side_cv_area .cv_bg_area{
  padding:0rem 0rem 0 2rem;
  background: url(../img/column/pcbg.webp) right top no-repeat;
  background-size:34.4rem auto;
}

.side_cv_area .cv_bg_area p{
  font-size: 1.6rem;
  width: 65%;
  width: 100%;
  font-weight: 600;
  padding:1.5rem 0 0 0;

}
.side_cv_area.main .cv_bg_area p{
  font-size: 2.2rem;
  width: 50rem;
  font-weight: 600;
}

.side_cv_area .cv_bg_area .cv_area_list{
  margin:1rem 0 0 0;
}
.side_cv_area .cv_bg_area .cv_area_list li{
  background: url(../img/column/column_check.svg) left top 0.6rem no-repeat;
  margin:0.5rem 0;
  background-size: 1.98rem 1.98rem;
  padding:0.2rem 0 0.2rem 2.2rem;
  font-size:1.8rem;
  font-weight: bold;
  color:#084D64;
}
.side_cv_area.main .cv_bg_area .cv_area_list{
  list-style-type: none;
}
.detailPage .detailArea__input .side_cv_area.main p{
  margin:0;
}
.side_cv_area.main .cv_bg_area .cv_area_list li{
  background: url(../img/column/column_check.svg) left top 0.8rem no-repeat;
  margin:0.3rem 0;
  background-size: 3.3rem 3.3rem;
  padding:0.2rem 0 0.2rem 3.8rem;
  font-size:3rem;
  font-weight: bold;
  color:#084D64;
  line-height:1.5;
}

.detailPage .detailArea__input .side_cv_area.main .cv_bg_area .cv_area_list li::before{
  content:none;
}

.side_cv_area .cv_bg_area .cv_area_list li em{
background:linear-gradient(transparent 60%, #EFEF6F 60%);
}
.side_cv_area .cv_btn_area{
  display: flex;
  justify-content: space-between;
  justify-content: unset;
  padding:0 2rem 2rem 2rem;
  flex-direction: column;
  margin:2rem 0 0 0;
}
.side_cv_area.main .cv_btn_area{
  justify-content: space-between;
  flex-direction: unset;
}
.side_cv_area .cv_btn_area a{
  display: flex;
  align-items: center;
  background:#FF3E3E;
  color:#FFF;
  font-size: 1.7rem;
  line-height:1.5;
  width: 100%;
  margin:0 0 1rem 0;
  padding:2vw 0rem 2.3vw 2.3vw;
  padding: 1.5rem 1rem 1.7rem 1.5rem;
  font-weight: bold;
  text-decoration: none;
}
.side_cv_area .cv_btn_area a span{
  position: relative;
  display: flex;
  align-items: center;
}
.side_cv_area.main .cv_btn_area a{
  font-size: 2.2rem;
  padding:1.5rem 1rem 1.7rem 0rem;
  text-align: center;
  width: 49%;
  align-items: center;
  justify-content: center;
  margin:0;
}
.side_cv_area .cv_btn_area a:last-child{
  margin:0;
  background:#FFF;
  border:1px solid #FF3E3E;
  color:#FF3E3E;
}

.side_cv_area .cv_btn_area a span:after{
  content:"";
  background: url(../img/column/column_arw01.svg) right 0rem center no-repeat;
  background-size: 1.25rem 1rem;
  width: 1.25rem;
  height: 1.9rem;
  display: inline-block;
  margin: 0 0 0 0.3rem;
}
.side_cv_area .cv_btn_area a:last-child span:after{
  content:"";
  background: url(../img/column/column_arw02.svg) right 0rem center no-repeat;
  background-size: 1.25rem 1rem;
  width: 1.25rem;
  height: 1.9rem;
  display: inline-block;
    margin: 0 0 0 0.3rem;
}


.side_cv_area.main .cv_btn_area a span:after{
  content:"";
  background: url(../img/column/column_arw01.svg) right 0rem center no-repeat;
  background-size: 1.9rem 1.56rem;
  width: 1.9rem;
  height: 2.4rem;
  display: inline-block;
  margin: 0 0 0 0.3rem;
}
.side_cv_area.main .cv_btn_area a:last-child span:after{
  content:"";
  background: url(../img/column/column_arw02.svg) right 0rem center no-repeat;
  background-size: 1.9rem 1.56rem;
  width: 1.9rem;
  height: 2.4rem;
  display: inline-block;
    margin: 0 0 0 0.3rem;
}



.side_cv_area .cv_ttl{
  font-size: clamp(0rem, 2vw, 2.6rem);
  padding: clamp(0rem, 1vw, 1.5rem) clamp(0rem, 1.5vw, 2rem);
}

.side_cv_area .cv_bg_area{
  padding: clamp(0rem, 0vw, 0rem) clamp(0rem, 0vw, 0rem) clamp(0rem, 0vw, 0rem) clamp(0rem, 1vw, 2rem);
}
.side_cv_area .cv_bg_area p{
  padding: clamp(0rem, 1vw, 1.5rem) clamp(0rem, 0vw, 0rem) clamp(0rem, 0vw, 0rem) clamp(0rem, 0vw, 0em);
  font-size: clamp(0rem, 1.3vw, 1.6rem);
  width:55%;
  line-height:1.5;
}
.side_cv_area .cv_bg_area {
    background: url(../img/column/pcbg.webp) right -0.5rem top no-repeat;
    background-size: 60% auto;
}

.side_cv_area .cv_bg_area .cv_area_list li{
  font-size: clamp(0rem, 1.4vw, 1.8rem);
  background-size: clamp(0rem, 1.4vw, 1.98rem) clamp(0rem, 1.4vw, 1.98rem);
  padding: clamp(0rem, 0.1vw, 0.2rem) clamp(0rem, 0vw, 0rem) clamp(0rem, 0.1vw, 0.2rem) clamp(0rem, 1.5vw, 2.2rem);
  line-height: 1.5;
}

.side_cv_area .cv_btn_area{
  padding: clamp(0rem, 0vw, 0rem) clamp(0rem, 1.5vw, 2rem) clamp(0rem, 1.5vw, 2rem) clamp(0rem, 1.5vw, 2rem);
  margin: clamp(0rem, 0vw, 0rem) clamp(0rem, 0vw, 0rem) clamp(0rem, 0vw, 0rem) clamp(0rem, 0vw, 0rem);
}

.side_cv_area .cv_btn_area a{
  font-size: clamp(0rem, 1.2vw, 1.7rem);
  padding: clamp(0rem, 1vw, 1.5rem) clamp(0rem, 0.5vw, 1rem) clamp(0rem, 1.2vw, 1.7rem) clamp(0rem, 1vw, 1.5rem);
  margin:clamp(0rem, 0vw, 0rem) clamp(0rem, 0vw, 0rem) clamp(0rem, 1vw, 1rem) clamp(0rem, 0vw, 0rem);
}

.side_cv_area .cv_btn_area a span:after{
  background-size: 1.25rem 1rem;
  width: clamp(0rem, 1.4vw, 1.25rem);
  height: clamp(0rem, 1.8vw, 1.9rem);
  background-size: clamp(0rem, 1.4vw, 1.98rem) clamp(0rem, 1vw, 1rem);
}




.side_cv_area.main .cv_ttl{
  font-size: clamp(0rem, 4.1vw, 5.4rem);
  padding: clamp(0rem, 2vw, 2rem) clamp(0rem, 2vw, 3rem);
}
.side_cv_area.main .cv_bg_area p{
  font-size: clamp(0rem, 1.8vw, 2.2rem);
  width: clamp(0rem, 64%, 50rem);
}

.side_cv_area.main .cv_bg_area .cv_area_list li{
  font-size: clamp(0rem, 2vw, 3rem);
}
.side_cv_area.main .cv_bg_area{
  background-size: 50% auto;
}

.side_cv_area.main .cv_bg_area{
  padding: clamp(0rem, 0vw, 0rem) clamp(0rem, 0vw, 0rem) clamp(0rem, 2vw, 3rem) clamp(0rem, 2.5vw, 2.5rem);
}

.side_cv_area.main .cv_bg_area .cv_area_list li{
  font-size: clamp(0rem, 2.4vw, 3rem);
  background-size: clamp(0rem, 2vw, 3.3rem) clamp(0rem, 2vw, 3.3rem);
  padding: clamp(0rem, 0.1vw, 0.2rem) clamp(0rem, 0vw, 0rem) clamp(0rem, 0.1vw, 0.2rem) clamp(0rem, 2.5vw, 3.5rem);
}

.side_cv_area.main .cv_btn_area a{
  font-size: clamp(0rem, 1.8vw, 2.2rem);
  padding: clamp(0rem, 1vw, 1.5rem) clamp(0rem, 0.5vw, 1rem) clamp(0rem, 1.2vw, 1.7rem) clamp(0rem, 0vw, 0rem);
}
.side_cv_area.main .cv_btn_area a:last-child span:after,
.side_cv_area.main .cv_btn_area a span:after{
  width: clamp(0rem, 1.8vw, 1.9rem);
  height: clamp(0rem, 2.2vw, 2.4rem);
  background-size: clamp(0rem, 1.8vw, 1.9rem) clamp(0rem, 2.2vw, 2.4rem);
}








@media screen and (max-width: 767px) {
  .side_cv_area .cv_btn_area a span:after{
    content: "";
      background: url(../img/column/column_arw01.svg) right 0rem center no-repeat;
      background-size: 4.25vw 3.8vw;
      width: 4.25vw;
      height: 4.8vw;
  }
  .side_cv_area .cv_btn_area a:last-child span:after,
  .side_cv_area.main .cv_btn_area a:last-child span:after {
    content: "";
    background: url(../img/column/column_arw02.svg) right 0rem center no-repeat;
    background-size: 4.25vw 3.8vw;
    width: 4.25vw;
    height: 4.8vw;
  }
  .side_cv_area .cv_bg_area{
    padding:0rem 0rem 0 2.5vw;
    background: url(../img/column/spbg.webp) right top no-repeat;
    background-size: 50% auto;
  }
  .side_cv_area .cv_bg_area .cv_area_list,
  .newsPage.detailPage .detailArea__input .side_cv_area.main .cv_bg_area .cv_area_list {
    margin:1.5rem 0 0 0;
  }
  .newsPage .newsdetail .detailArea__input .side_cv_area.main .cv_bg_area p{
    line-height:1.5;
    letter-spacing:0;
  }
  .side_cv_area.main .cv_ttl{
    font-size: 2.6rem;
    line-height:1.2;
    padding:1.5rem 2rem;
    text-align: center;
  }
  .side_cv_area.main .cv_ttl,
  .side_cv_area .cv_ttl{
    font-size: 7.5vw;
    padding: 2vw 2.5vw;
  }
  .side_cv_area.main .cv_bg_area p{
    width:55%;
    line-height:1.5;
    margin:0;
  }
  .side_cv_area .cv_bg_area p{
    font-size: 3.73vw;
    line-height:1.5;
    padding-top:2vw;
  }
  .side_cv_area .cv_btn_area{
    padding:2vw 2.5vw 2.5vw 2.5vw;
  }
  .side_cv_area.main .cv_bg_area{
    padding:0 2.5vw 0vw 2.5vw;
  }
  .side_cv_area.main .cv_bg_area .cv_area_list li,
  .side_cv_area .cv_bg_area .cv_area_list li{
    font-size: 5vw;
  }
  .side_cv_area .cv_btn_area a{
    padding: 2vw 0rem 2.3vw 2.3vw;
  }
  .side_cv_area .cv_bg_area .cv_area_list li,
  .side_cv_area.main .cv_bg_area .cv_area_list li {
      background: url(../img/column/column_check.svg) left center no-repeat;
      margin: 0.5rem 0;
      background-size: 5vw 5vw;
      padding: 0.4vw 0 0.4vw 6vw;
      font-size: 1.8rem;
      font-weight: bold;
      color: #084D64;
      font-size: 5vw;
      line-height:1.2;
  }
  .side_cv_area.main .cv_btn_area {
      justify-content: unset;
      padding: 2.5vw 2.5vw 2.5vw 2.5vw;
      flex-direction: column;
      /*
      margin: 2vw 0 0 0;
    */
      }
  .side_cv_area.main .cv_btn_area a {
      font-size: 1.7rem;
      line-height: 1.5;
      width: 100%;
      margin: 0 0 1vw 0;
      padding: 2vw 0rem 2.3vw 2.3vw;
      justify-content: left;
      font-size: 4.4vw;
  }
  .side_cv_area .cv_btn_area a{
      font-size: 4.4vw;
  }
  .side_cv_area.main .cv_btn_area a span:after{
    content: "";
    background: url(../img/column/column_arw01.svg) right 0rem center no-repeat;
    background-size: 4.25vw 3.8vw;
    width: 4.25vw;
    height: 4.8vw;
    display: inline-block;
    margin: 0 0 0 0.3rem;
  }
  .side_cv_area.main .cv_btn_area a:last-child span:after {
    content: "";
    background: url(../img/column/column_arw02.svg) right 0rem center no-repeat;
    background-size: 4.25vw 3.8vw;
    width: 4.25vw;
    height: 4.8vw;
    display: inline-block;
    margin: 0 0 0 0.3rem;
  }

}
.column_tag li{
  display: inline-block;
  margin:0 0.75rem 0.5rem 0;
}
.newsdetail__side--mid.bottom{
  margin-top:4rem;
}


@media screen and (min-width: 768px) {
    .side_cv_area .cv_btn_area a:hover{
      opacity: 0.7;
  }
}


























.newsPage .newsColumn__listFlex--text .column_tag li{
  display: inline-block;
  margin:0 0.5rem 0.5rem 0;
}
.newsPage .newsColumn__listFlex--text .column_tag li a{
  text-decoration: none;
  color:#196780;
  font-size: 1.3rem;
}
.newsPage .newsColumn__listFlex--text .column_tag li a:before{
  content:"#";
}

@media screen and (min-width: 768px) {
  .newsPage .newsColumn__listFlex--text .column_tag li a:hover{
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .newsPage .newsColumn__listFlex--text .column_tag li a{
    font-size: 3vw;
  }
}

.mainVisiual {
  background: url(../img/bg_blue.png) no-repeat;
  background-size: cover;
  padding: 5rem 0 4.7rem;
  height: auto;
}
.mainVisiual__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 120rem;
  height: 100%;
  margin: 0 auto;
  padding: 0 2rem 0 0;
  position: relative;
}
.mainVisiual figure {
  width: 32.9rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mainVisiual__text {
  font-size: 6.2rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-weight: 700;
  color: #091753;
  margin: 0 0 2.3rem;
  text-align: center;
}
.mainVisiual__memo {
  font-size: 2.8rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
  color: #091753;
  margin: 0 0 3rem;
}
.mainVisiual__tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 78.2rem;
  margin: 0 auto;
  padding: 0;
  background: rgba(9, 23, 83, 0.7);
}
.mainVisiual__tagTitle {
  font-size: 1.8rem;
  line-height: 3.3;
  letter-spacing: 0em;
  font-weight: 600;
  color: #fff;
  margin: 0 1rem 0 0;
}
.mainVisiual__tag--inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background: none;
  padding: 0 2rem;
}
.mainVisiual__tagList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mainVisiual__tagList li {
  margin: 0 0.7rem 0 0;
}
.mainVisiual__tagList li:last-child {
  margin: 0;
}
.mainVisiual__tagList li a {
  display: block;
  border-radius: 4px;
  background: #fff;
  text-align: center;
  padding: 0 1.2rem 0.3rem 1rem;
}
.mainVisiual__tagList li a em {
  display: block;
  position: relative;
  padding: 0.3rem 0 0.3rem 1.5rem;
  font-size: 1.4rem;
  line-height: 1.9;
  letter-spacing: 0.04em;
  font-weight: 500;
}
.mainVisiual__tagList li a em::before {
  content: "＃";
  font-size: 1.4rem;
  line-height: 1.9;
  letter-spacing: 0.04em;
  font-weight: 500;
  line-height: 1.4;
  color: #343A40;
  position: absolute;
  top: 0.7rem;
  left: 0;
}
.mainVisiual__tagList li a:hover em {
  text-decoration: underline;
}
.mainVisiual__wrapper {
  position: relative;
  z-index: 0;
}


.deleteModal {
  display: none;
  position: fixed;
  width: 30.3rem;
  height: 10.5rem;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.deleteModal__close {
  width: 5.8rem;
  height: 5.8rem;
  position: absolute;
  top: -1.8rem;
  right: -2.6rem;
  z-index: 1;
  cursor: pointer;
}
.deleteModal__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30.3rem;
  height: 10.5rem;
  background: #fff;
  border: solid 3px #1A8055;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: absolute;
}
.deleteModal__box--title {
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0em;
  font-weight: 600;
}
.deleteModal__box--link {
  margin: -0.5rem 0 0;
  background: url(../img/green_arrow.png) no-repeat right 1px center;
  background-size: 1.6rem auto;
  padding: 0 1.9rem 0 0;
}
.deleteModal__box--link em {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: 600;
  text-align: center;
  text-decoration: underline;
  color: #1A8055;
}
.deleteModal__box--link:hover em {
  text-decoration: none;
}


.pagerArea {
  margin: 0 0 6rem;
}
.pagerArea ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 31.2rem;
  margin: 0 auto;
}
.pagerArea ul .prev,
.pagerArea ul .next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
}
.pagerArea ul .prev img,
.pagerArea ul .next img {
  width: 0.85rem;
}
.pagerArea ul li {
  margin: 0 0.1rem;
}
.pagerArea ul li a.page-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3.6rem;
  height: 3.6rem;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 400;
  color: #868686;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  border-radius: 4px;
  text-decoration: none;
}
.pagerArea ul li a.page-numbers:hover {
  background: #2A96B7;
  color: #FFF;
}
.pagerArea ul li .current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3.6rem;
  height: 3.6rem;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 400;
  background: #2A96B7;
  color: #FFF;
  border-radius: 4px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
}
.pagerArea ul li .dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3.6rem;
  height: 3.6rem;
  color: #868686;
}

@media screen and (max-width: 767px) {
  .pagerArea ul li a.page-numbers {
    font-size: 4.2vw;
  }
}


.checkArea {
  margin: 0 auto;
  padding: 0 0 6rem;
}
.checkArea__title {
  font-size: 3.8rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 600;
  text-align: center;
  background: url(../img/otherITitle.png) no-repeat top center;
  background-size: 2.3rem auto;
  padding: 3rem 0 0;
  margin: 0 0 3rem;
}
@media screen and (max-width: 767px) {
  .checkArea__title {
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 600;
    background: url(../img/otherITitle.png) no-repeat top center;
    background-size: 1.7rem auto;
  }
}
.checkArea__inner {
  background: #EFEFEF;
  padding: 3rem 0;
}
.checkArea__slide {
  max-width: 120rem;
  margin: 0 auto;
}
.checkArea__slide li {
  width: 35.2rem;
  background: #fff;
  border-radius: 6px;
  padding: 1.8rem;
  margin: 0 1.8rem 0;
}
.checkArea__slide li a {
  display: block;
}
.checkArea__slide li a:hover {
  opacity: 0.6;
}
.checkArea__slide li a:hover figure img {
  opacity: 1;
}
.checkArea__slide--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0.9rem;
}
.checkArea__slide--flex figure {
  width: 10.3rem;
  margin: 0 1.4rem 0 0;
}
.checkArea__slide--flex dl {
  width: 20rem;
  flex:1;
}
.checkArea__slide--flex dl dt {
  font-size: 1.8rem;
  line-height: 1.3;
  letter-spacing: 0.003em;
  font-weight: 600;
  color: #196780;
  text-decoration: none;
}
.checkArea__slide--flex dl dd {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: -0.01em;
  font-weight: 500;
    text-decoration: none;
    color:#333333;
}
.checkArea__slide .addLink {
  text-align: right;
}
.checkArea__slide .addLink em {
  background: url(../img/listBtn_icon_download_on.png) no-repeat left center;
  background-size: 2.2rem auto;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0em;
  font-weight: 700;
  color: #FF7462;
  padding: 0.3rem 0 0.3rem 2.8rem;
}
.checkArea__slide .addLink:hover {
  opacity: 0.6;
}
.checkArea__slide .addLink.delete em {
  color: #828282;
  background: url(../img/check_close_gr.png) no-repeat left center;
  background-size: 2.2rem auto;
}
.checkArea .slick-prev,
.checkArea .slick-next {
  width: 2.25rem;
  height: 5.45rem;
}
.checkArea .slick-prev::before,
.checkArea .slick-next::before {
  display: block;
  content: "";
}
.checkArea .slick-prev::before {
  width: 2.25rem;
  height: 5.45rem;
  background: url(../img/check_prev.png) no-repeat;
  background-size: 2.25rem auto;
}
.checkArea .slick-next::before {
  width: 2.25rem;
  height: 5.45rem;
  background: url(../img/check_next.png) no-repeat;
  background-size: 2.25rem auto;
}

.detailArea {
  max-width: 120rem;
  margin: 0 auto;
}
.detailArea__text {
  font-size: 3.8rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 600;
  text-align: center;
  background: url(../img/otherITitle.png) no-repeat top center;
  background-size: 2.3rem auto;
  padding: 3rem 0 0;
  margin: 0 0 3rem;
}
@media screen and (max-width: 767px) {
  .detailArea__text {
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 600;
    background: url(../img/otherITitle.png) no-repeat top center;
    background-size: 1.7rem auto;
  }
}
.detailArea__input h3 {
  font-size: 2.4rem;
  line-height: 1.3;
  letter-spacing: 0em;
  font-weight: 600;
  color: #343A40;
  background: url(../img/h2Icon.png) no-repeat left top 0.6rem;
  background-size: 0.8rem auto;
  padding: 0 0 0 1.8rem;
  margin: 0 0 1rem;
}
@media screen and (max-width: 767px) {
  .detailArea__input h3 {
    font-size: 1.8rem;
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 600;
  }
}
.detailArea__input h4 {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: -0.007em;
  font-weight: 500;
  border-bottom: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .detailArea__input h4 {
    font-size: 1.8rem;
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 600;
  }
}
.detailArea__input p {
  /*
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: -0.01em;
  font-weight: 500;
*/
color:#343A40;
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
.detailArea__input strong {
  font-weight: 700;
}
.detailArea__inputFlex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 5rem;
}
.detailArea__inputFlex img {
  width: 58.2rem;
  margin: 0 3.6rem 0 0;
}
.detailArea__inputFlex--text {
  width: 58.2rem;
}
.detailArea__inputFlex.reverse img {
  margin: 0 0 0 3.6rem;
}
.detailArea__inputFlex.twoimg {
  margin: 0 auto 6rem;
}
.detailArea__inputFlex.twoimg.under {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}



.addBtn {
  display: block;
  background: #FF7462;
  border: solid 2px #FF7462;
  text-align: center;
  border-radius: 3rem;
  padding: 1.3rem 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.addBtn em {
  background: url(../img/listBtn_icon_download.png) no-repeat left center;
  background-size: 2.2rem auto;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  padding: 0 0 0 2.8rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.addBtn:hover {
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.addBtn:hover em {
  background: url(../img/listBtn_icon_download_on.png) no-repeat left center;
  background-size: 2.2rem auto;
  color: #FF7462;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.low .mainVisiual {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../img/low_mv.png) no-repeat;
  background-size: cover;
  padding: 0 0;
  margin: 0 0 3rem;
  height: 14rem;
}
.low .mainVisiual__inner {
  width: 120rem;
  height: 100%;
  margin: 0 auto;
  padding: 0 2rem 0 0;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.low .mainVisiual figure {
  left: inherit;
  right: 5rem;
}
.low .mainVisiual__text {
  font-size: 3.8rem;
  line-height: 1.8;
  letter-spacing: -0.07em;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
  color: #fff;
}


.listPage .resultArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 120rem;
  margin: 0 auto 2.4rem;
}
.listPage .resultArea__tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.listPage .resultArea__tab li {
  margin: 0 0.3rem 0 0;
}
.listPage .resultArea__tab li:last-child {
  margin: 0;
}
.listPage .resultArea__tab li a {
  display: block;
  border: solid 1px #00419A;
  border-radius: 4px;
  background: #fff;
  text-align: center;
  color: #00419A;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0.5rem 1rem;
  font-size: 1.4rem;
  line-height: 1.9;
  letter-spacing: 0.04em;
  font-weight: 500;
}
.listPage .resultArea__tab li a.current {
  background: #00419A;
  color: #fff;
}
.listPage .resultArea__tab li a:hover {
  background: #00419A;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.listPage .resultArea__text {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.002em;
  font-weight: 600;
}

.detailPage__title {
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 600;
}
.detailPage .detail__mv {
  background: #084D64;
  padding: 3.5rem 0;
}
.detailPage .detail__mvText {
  width: 78.7rem;
}
.detailPage .detail__mvFlex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 120rem;
  margin: 0 auto;
}
.detailPage .detail__mvFlex figure {
  width: 70rem;
  height: auto;
  overflow: hidden;
  margin: 0 3.5rem 0 0;
}
.detailPage .detail__mvFlex figure img {
  width: 100%;
  height: auto;
}
.detailPage .detail__mvFlex--title {
  font-size: 6rem;
  line-height: 1.3;
  letter-spacing: 0.005em;
  font-weight: 700;
  color: #0020A5;
  max-width: 120rem;
  margin: 0 auto 4.5rem;
}
.detailPage .detail__mvFlex--name {
  font-size: 2.2rem;
  line-height: 1.3;
  letter-spacing: -0.01em;
  font-weight: 700;
  margin: 0 0 2rem;
}
.detailPage .detail__mvFlex--list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0.2rem;
}
.detailPage .detail__mvFlex--list li {
  position: relative;
  margin: 0 1.6rem 0 0;
}
.detailPage .detail__mvFlex--list li::before {
  content: "＃";
  font-size: 1.4rem;
  color: #0020A5;
}
.detailPage .detail__mvFlex--list li a {
  font-size: 1.4rem;
  line-height: 1.9;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: #0020A5;
}
.detailPage .detail__mvFlex--list li a:hover {
  text-decoration: underline;
}
.detailPage .detail__mvFlex--textAreaTitle {
  display: inline-block;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 500;
  background: #FFFFFF;
  border-radius: 4px 22px 22px 4px;
  padding: 0 1.6rem 0 1.2rem;
  margin: 0 0 1.4rem;
}
.detailPage .detail__mvFlex--textAreaList li {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 400;
  position: relative;
  line-height: 1.7;
  padding: 0 0 0 1.6rem;
  margin: 0 0 0.9rem;
}
.detailPage .detail__mvFlex--textAreaList li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.detailPage .anchorArea {
  background: #6479A5;
  padding: 0.8rem 0;
  margin: 0 0 4.5rem;
}
.detailPage .anchorArea--list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.detailPage .anchorArea--list li {
  margin: 0 3.8rem 0 0;
}
.detailPage .anchorArea--list li a {
  font-size: 1.6rem;
  line-height: 2.4;
  letter-spacing: 0em;
  font-weight: 500;
  color: #fff;
}
.detailPage .anchorArea--list li a em {
  background: url(../img/anchor_arrow.png) no-repeat right top 1rem;
  background-size: 1.2rem auto;
  padding: 0 2.1rem 0 0;
}
.detailPage .anchorArea--list li:last-child {
  margin: 0;
}
.detailPage .anchorArea--list li.addAera a em {
  background: url(../img/listBtn_icon_download_on.png) no-repeat left center;
  background-size: 2.2rem auto;
  padding: 0 0 0 3rem;
}
.detailPage .detailArea {
  max-width: 120rem;
  margin: 0 auto;
}
.detailPage .detailArea__text {
  font-size: 3.8rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 600;
  text-align: center;
  background: url(../img/otherITitle.png) no-repeat top center;
  background-size: 2.3rem auto;
  padding: 3rem 0 0;
  margin: 0 0 3rem;
}
@media screen and (max-width: 767px) {
  .detailPage .detailArea__text {
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 600;
    background: url(../img/otherITitle.png) no-repeat top center;
    background-size: 1.7rem auto;
  }
}
.detailPage .detailArea__input img {
  margin: 0 auto;
}
.detailPage .detailArea__input h3 {
  font-size: 2.4rem;
  line-height: 1.3;
  letter-spacing: 0em;
  font-weight: 600;
  color: #343A40;
  background: url(../img/h2Icon.png) no-repeat left top 0.6rem;
  background-size: 0.8rem auto;
  padding: 0 0 0 1.8rem;
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 700;
  margin: 0 0 3rem;
}
@media screen and (max-width: 767px) {
  .detailPage .detailArea__input h3 {
    font-size: 1.8rem;
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 600;
  }
}
.detailPage .detailArea__input h4 {
  font-size: 2.2rem;
  line-height: 1.3;
  letter-spacing: -0.007em;
  font-weight: 500;
  padding: 0 0 1.6rem;
  border-bottom: solid 3px #333333;
  margin: 0 0 3rem;
  background: none;
}
.detailPage .detailArea__input p {/*
  font-size: 1.7rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-weight: 400;
  */
  margin: 0 0 3rem;
}
.detailPage .detailArea__input iframe {
  display: block;
  max-width: 102.6rem;
  height: 56rem;
  margin: 0 auto;
}
.detailPage .detailArea__input ul {
  margin: 0 0 6rem;
}
.detailPage .detailArea__input ul li {
  position: relative;
  padding: 0 0 0 2rem;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0em;
  font-weight: 400;
  margin: 0 0 1.2rem;
}
.detailPage .detailArea__input ul li:last-child {
  margin: 0 0 0;
}
.detailPage .detailArea__input ul li::before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  background: #00419A;
  border-radius: 100%;
  top: 0.8rem;
  left: 0;
}
.detailPage .detailArea__input ol {
  counter-reset: number;
  list-style-type: none !important;
  margin: 0 0 6rem;
}
.detailPage .detailArea__input ol li {
  position: relative;
  padding-left: 2rem;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0em;
  font-weight: 400;
  margin: 0 0 1.2rem;
}
.detailPage .detailArea__input ol li::before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  background: #00419A;
  color: #fff;
  font-weight: bold;
  font-size: 1.3rem;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.detailPage .detailArea__inputFlex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 5rem;
}
.detailPage .detailArea__inputFlex img {
  width: 58.2rem;
  margin: 0 3.6rem 0 0;
}
.detailPage .detailArea__inputFlex--text {
  width: 58.2rem;
}
.detailPage .detailArea__inputFlex.reverse img {
  margin: 0 0 0 3.6rem;
}
.detailPage .detailArea__inputFlex.twoimg {
  margin: 0 auto 6rem;
}
.detailPage .addBtn {
  max-width: 45.2rem;
  margin: 0 auto 6rem;
}
.detailPage .greenBtn {
  max-width: 45.2rem;
  margin: 0 auto 6rem;
  display: block;
  background: #3CBC86;
  border: solid 2px #3CBC86;
  border-radius: 30px;
  text-align: center;
  padding: 0.7rem 0 0.7rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1.7rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 600;
  padding: 1.6rem 0;
  border-radius: 1000px;
}
.detailPage .greenBtn em {
  font-size: 1.7rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 600;
  color: #fff;
  background: url(../img/check_icon.png) no-repeat left center;
  background-size: 2.2rem auto;
  padding: 0.4rem 0 0.4rem 2.6rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.detailPage .greenBtn:hover {
  background: #fff;
  border: solid 2px #3CBC86;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.detailPage .greenBtn:hover em {
  color: #3CBC86;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.detailPage .greenBtn.delete {
  background: #828282;
  border: solid 2px #828282;
}
.detailPage .greenBtn.delete em {
  background: url(../img/check_close.png) no-repeat left center;
  background-size: 2.2rem auto;
  color: #fff;
}
.detailPage .greenBtn em {
  padding: 0.4rem 0 0.4rem 2.9rem;
}
.detailPage .achievement {
  max-width: 120rem;
  margin: 6rem auto 4rem;
  position: relative;
  padding: 1.3rem 0 0;
}
.detailPage .achievement__title {
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 2.1rem;
}
.detailPage .achievement__bg {
  background: #F9F9F9;
}
.detailPage .achievement__bg--list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 3.6rem 2rem;
}
.detailPage .achievement__bg--list li {
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0em;
  font-weight: 400;
  position: relative;
  padding: 0 0 0 2rem;
  margin: 0 3.6rem 0.4rem 0;
}
.detailPage .achievement__bg--list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.detailPage .price__text {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0em;
  font-weight: 600;
  color: #343A40;
}
.detailPage .price__list {
  max-width: 99.4rem;
  margin: 0 auto 4rem;
}
.detailPage .price__list--text {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0em;
  font-weight: 600;
  margin: 0 0 2rem;
}
.detailPage .price__list--table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: solid 1px #D3D3D3;
  border-left: solid 1px #D3D3D3;
  border-right: solid 1px #D3D3D3;
  border-bottom: none;
}
.detailPage .price__list--table dt {
  width: 17.9rem;
  border-right: solid 1px #D3D3D3;
  padding: 1rem 1rem;
}
.detailPage .price__list--table dd {
  width: 81.5rem;
  padding: 1rem 1rem;
}
.detailPage .price__list--table:last-of-type {
  border-bottom: solid 1px #D3D3D3;
}
.detailPage .price__list--memo {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 500;
}
.detailPage .voice {
  margin: 0 auto 6rem;
}
.detailPage .voice__article {
  max-width: 99.4rem;
  margin: 0 auto 2rem;
  background: url(../img/voice.png) no-repeat left 2rem center #F1F3FD;
  background-size: 10.2rem auto;
  padding: 2rem 2rem 2rem 14rem;
  border-radius: 6px;
  min-height: 12.5rem;
}
.detailPage .voice__article:last-child {
  margin: 0 auto;
}
.detailPage .voice__article--text {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0em;
  font-weight: 500;
}
.detailPage .voice__article--name {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: -0.01em;
  font-weight: 400;
}
.detailPage .company {
  margin: 0 auto 6rem;
}
.detailPage .company__detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 120rem;
  margin: 0 auto;
}
.detailPage .company__detail figure {
  width: 37.6rem;
  height: 21.2rem;
  margin: 0 3.6rem 0 0;
  position: relative;
}
.detailPage .company__detail figure img {
  width: 70%;
  height: 70%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.detailPage .company__detail--textbox {
  width: 68.5rem;
}
.detailPage .company__detail .price__list--memo {
  display: block;
  margin: 1.5rem 0 0;
}

.detailPage .sliderArea__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 120rem;
  margin: 0 auto;
}
.detailPage .sliderArea__list li {
  margin: 0 3.6rem 6rem 0;
}
.detailPage .sliderArea__list li:nth-child(3n) {
  margin: 0 0 6rem;
}
.detailPage .sliderArea__list li:nth-last-child(-n+3) {
  margin: 0 3.6rem 0 0;
}
.detailPage .sliderArea__list li:last-child {
  margin: 0 0 0 0;
}
.detailPage .sliderArea__list li a {
  display: block;
}
.detailPage .sliderArea__list li a:hover .sliderArea__catchArea {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.detailPage .sliderArea__list li a:hover img {
  opacity: 1;
}
.detailPage .sliderArea__list--tag li {
  margin: 0 1.6rem 0 0;
}
.detailPage .sliderArea__list--tag li:nth-child(3n) {
  margin: 0 1.6rem 0 0;
}
.detailPage .sliderArea__list--tag li:nth-last-child(-n+3) {
  margin: 0 1.6rem 0 0;
}
.detailPage .sliderArea__list--tag li:last-child {
  margin: 0;
}
.detailPage .sliderArea__list--tag li::before {
  top: -0.3rem;
}
.detailPage .sliderArea__catchArea {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.newsPage .mainVisiual {
  margin: 0;
}
.newsPage .tabArea {
  background: #084D64;
  padding: 0.8rem 0 0;
}
.newsPage .tabArea ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 74rem;
  margin: 0 auto;
}
.newsPage .tabArea ul li {
  width: 24rem;
  margin: 0 1rem 0 0;
}
.newsPage .tabArea ul li:last-child {
  margin: 0;
}
.newsPage .tabArea ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  background: #fff;
  opacity: 0.4;
  text-align: center;
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.002em;
  font-weight: 600;
  line-height: 1.5;
  padding: 1.2rem 0;
  color:#084D64;
  text-decoration: none;
}
.newsPage .tabArea ul li a.current {
  opacity: 1;
  pointer-events: none;
}
.newsPage .newsColumn {
  max-width: 120rem;
  margin: 0 auto 6rem;
  padding: 5rem 2rem 0;
}
.newsPage .newsColumn__listFlex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 3rem;
}
.newsPage .newsColumn__listFlex:last-child {
  margin: 0;
}
.newsPage .newsColumn__listFlex figure {
  width: 27.3rem;
  height: 15.4rem;
  overflow: hidden;
  margin: 0 2rem 0 0;
}
.newsPage .newsColumn__listFlex figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.newsPage .newsColumn__listFlex--text {
  width: 90.7rem;
}
.newsPage .newsColumn__listFlex--textDate {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: -0.01em;
  font-weight: 500;
}
.newsPage .newsColumn__listFlex--textTitle {
  font-size: 2.4rem;
  line-height: 1.3;
  letter-spacing: -0.022em;
  font-weight: 600;
  color: #196780;
  margin: 0 0 1rem;
}
.newsPage .newsColumn__listFlex--textMemo {
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: -0.003em;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 0 0 1rem;
}
.newsPage .newsColumn__listFlex--textMemo--more {
  font-size: 1.4rem;
  line-height: 0.9;
  letter-spacing: -0.003em;
  font-weight: 600;
  color: #196780;
}

@media screen and (max-width: 767px) {
  .newsPage .newsColumn__listFlex--textDate{
    font-size: 3vw;
    line-height: 7vw;
  }
  .newsPage .newsColumn__listFlex--textTitle{
  font-size: 4.2666666667vw;
  line-height: 6.9333333333vw;
  margin-bottom: 2.1333333333vw;
  }
.newsPage .newsColumn__listFlex--textMemo{
  font-size: 3.7333333333vw;
  line-height: 6.4vw
}

}


.newsPage .newsColumn__listFlex--textMemo--more:hover {
  text-decoration: underline;
}
.newsPage .newsColumn__listFlex--textCategory {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.newsPage .newsColumn__listFlex--textCategory li {
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: #2A96B7;
  border: solid 1px #2A96B7;
  border-radius: 4px;
  padding: 0.3rem 0.6rem;
  margin: 0 0.5rem 0 0;
background: #343A40;
    color: #fff;
    font-weight: bold;
    border:none;
}
.newsPage .newsColumn__listFlex--text a {
  display: block;
  text-decoration: none;
  color:#333333;
}
@media screen and (max-width: 767px) {
  .newsPage .newsColumn__listFlex--textCategory li {
    font-size: 3.4vw;
    line-height: 1;
    padding: 1.3333333333vw 0.8vw;
  }
}

@media screen and (min-width: 768px) {
  .newsPage .newsColumn__listFlex--text a:hover .newsColumn__listFlex--textDate,
  .newsPage .newsColumn__listFlex--text a:hover .newsColumn__listFlex--textTitle,
  .newsPage .newsColumn__listFlex--text a:hover .newsColumn__listFlex--textMemo {
    text-decoration: underline;
  }
}
.newsPage .newsdetail {
  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;
  max-width: 120rem;
  margin: 0 auto 7rem;
  padding: 0rem 2rem 0;
}
.newsPage .newsdetail .detailArea {
  max-width: 78.9rem;
  margin: 0 3.8rem 0 0;
  width: 68%;
}
.newsPage .newsdetail .detailArea__topBlock {
  margin: 0 0 3rem;
  background: #f5f5f5;
  padding: 3rem 2rem;
}
.newsPage .newsdetail .detailArea__topBlock--date {
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
  font-weight: normal;
  font-size: 1.4rem;
    line-height: 1.5;
    font-weight: normal;
    margin-bottom:1rem;
}
.newsPage .newsdetail .detailArea__topBlock--title {
  font-size: 2.8rem;
  line-height: 1.4;
  letter-spacing: 0.005em;
  font-weight: 600;
  color: #0020A5;
  margin: 0 0 1rem;
  font-size: 3.2rem;
    line-height: 4.2rem;
    font-weight: bold;
    color:#343A40;
}
.newsPage .newsdetail .detailArea__topBlock--category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.newsPage .newsdetail .detailArea__topBlock--category li {
  margin: 0 0.7rem 0 0;
}
.newsPage .newsdetail .detailArea__topBlock--category li a {
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-weight: 500;
  border-radius: 4px;
  border: solid 1px #00419A;
  color: #00419A;
  padding: 0.1rem 0.5rem 0.3rem;
background: #343A40;
    color: #fff;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1;
    padding: 0.9rem 0.9rem;
    display: block;
    border:none;
    text-decoration: none;
    margin-bottom:1rem;
}
@media screen and (min-width: 768px) {
  .newsPage .newsdetail .detailArea__topBlock--category li a:hover{
    opacity: 0.7;
  }
  .newsPage .tabArea ul li a:hover{
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .newsPage .newsdetail .detailArea__topBlock--category li a {
    font-size: 3.7333333333vw;
    padding: 1.3333333333vw 0.8vw;
  }
}
.newsPage .newsdetail .detailArea__sns {
  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;
  width: 100%;
  border: solid 1px #D0CFCD;
  background: #F9F9F9;
  padding: 1.7rem 2rem;
}
.newsPage .newsdetail .detailArea__sns--title {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0em;
  font-weight: 600;
  color: #000000;
}
.newsPage .newsdetail .detailArea__sns--list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.newsPage .newsdetail .detailArea__sns--list li {
  height: 3rem;
  overflow: hidden;
}
.newsPage .newsdetail .detailArea__sns--list li:nth-child(2) {
  margin: 0 0.6rem;
}
.newsPage .newsdetail .detailArea__sns--list li .fb_iframe_widget {
  position: relative;
  top: -0.2rem;
}
@media screen and (max-width: 767px) {
  .newsPage .newsdetail .detailArea__sns--list li .fb_iframe_widget {
    top: -1.1rem;
  }
}


.newsPage .newsdetail .detailArea__input {
  margin: 0 0 5rem;
}
.newsPage .newsdetail .detailArea__input p {
  /*
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0em;
  font-weight: 400;
  */
  }
.newsPage .newsdetail .detailArea__input img {
  width: 100%;
  margin: 0 0 3rem;
}
.newsPage .newsdetail__page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem 10rem;
  position: relative;
  max-width: 120rem;
}
.newsPage .newsdetail__page .prev,
.newsPage .newsdetail__page .next {
  max-width: 33.4rem;
}
.newsPage .newsdetail__page .prev a,
.newsPage .newsdetail__page .next a {
  color: #2A96B7;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: -0.008em;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-decoration: none;
}
.newsPage .newsdetail__page .prev a:hover,
.newsPage .newsdetail__page .next a:hover {
  text-decoration: underline;
}
.newsPage .newsdetail__page .prev {
  background: url(pager_prev.png) left top 62% no-repeat;
  background-size: 0.85rem;
  padding: 0 0 0 1.9rem;
  margin: 0 auto 0 0;
}
.newsPage .newsdetail__page .next {
  background: url(pager_next.png) right top 62% no-repeat;
  background-size: 0.85rem;
  padding: 0 1.9rem 0 0;
  margin: 0 0 0 auto;
}
.newsPage .newsdetail__page .center {
  width: 14.2rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.newsPage .newsdetail__page .center a {
  display: block;
  text-align: center;
  color: #FFF;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 600;
  background: #2A96B7;
  border-radius: 4px;
  padding: 1rem 2.9rem;
  text-decoration: none;
}
.newsPage .newsdetail__page .center a:hover {
  opacity: 0.6;
}
.newsPage .newsdetail__side {
  max-width: 37.6rem;
  width: 27%;
}
.newsPage .newsdetail__sideTitle {
  font-size: 2.4rem;
  line-height: 1.3;
  letter-spacing: 0em;
  font-weight: 600;
  color: #343A40;
  background: url(/assets/img/column/h2Icon.png) no-repeat left top 0.6rem;
  background-size: 0.8rem auto;
  padding: 0 0 0 1.8rem;
  margin: 0 0 3rem;
}
@media screen and (max-width: 767px) {
  .newsPage .newsdetail__sideTitle {
    font-size: 1.8rem;
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 600;
    font-size: 4.8vw;
  }
}
.newsPage .newsdetail__side--text {
  margin: 0 0 3rem;
}
.newsPage .newsdetail__side--textArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
.newsPage .newsdetail__side--textAreaTop {
  width: 23.9rem;
  margin: 0 1rem 0 0;
  flex:1;

}
.newsPage .newsdetail__side--textAreaTop--date {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: -0.01em;
  font-weight: 500;
  color:#333333;
}
.newsPage .newsdetail__side--textAreaTop--title {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.025em;
  font-weight: 600;
  color: #196780;
  margin: 0 0 0.8rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.newsPage .newsdetail__side--textAreaTop--category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 14rem;
}
.newsPage .newsdetail__side--textAreaTop--category li {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  width: 6.4rem;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-weight: 500;
  border-radius: 4px;
  border: solid 1px #00419A;
  color: #00419A;
  padding: 0rem 0.3rem 0.1rem;
  margin: 0 0.7rem 0.7rem 0;
  background: #343A40;
    color: #fff;
    border:none;
}
.newsPage .newsdetail__side--textArea figure {
  width: 13rem;
  height: 7.3rem;
  overflow: hidden;
}
.newsPage .newsdetail__side--textArea figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.newsPage .newsdetail__side--textArea:hover .newsdetail__side--textAreaTop--date,
.newsPage .newsdetail__side--textArea:hover .newsdetail__side--textAreaTop--title {
  text-decoration: underline;
}
.newsPage .newsdetail__side--top {
  margin: 0 0 4rem;
}
.newsPage .newsdetail__side--top .checkArea__slide--flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsPage .newsdetail__side--top .checkArea__slide--flex figure {
  width: 100%;
  margin: 0 0 1.5rem;
}
.newsPage .newsdetail__side--top .checkArea__slide--flex dl {
  width: 100%;
}
.newsPage .newsdetail__side--top .addLink {
  display: block;
  width: 100%;
  background: #FF7462;
  border: solid 2px #FF7462;
  border-radius: 30px;
  text-align: center;
  padding: 0.7rem 0 0.7rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0;
}
.newsPage .newsdetail__side--top .addLink em {
  font-size: 1.7rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 600;
  color: #fff;
  background: url(../img/listBtn_icon_download.png) no-repeat left center;
  background-size: 2.2rem auto;
  padding: 0.4rem 0 0.4rem 2.6rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.newsPage .newsdetail__side--top .addLink.delete {
  background: #828282;
  border: solid 2px #828282;
}
.newsPage .newsdetail__side--top .addLink.delete em {
  background: url(../img/check_close.png) no-repeat left top 0.4rem;
  background-size: 2.2rem auto;
  color: #fff;
  padding: 0 0 0.3rem 2.8rem;
}
.newsPage .newsdetail__side--bottom {
  margin: 0 0 0;
}
.newsPage .newsdetail__side--bottom li {
  margin: 0 0 3rem;
}
.newsPage .newsdetail__side--bottom li a{
  text-decoration: none;
}
.newsPage .newsdetail__side--bottom li:last-child {
  margin: 0 0 0;
}
.newsPage .newsdetail__side--bottom .checkArea__slide--flex {
  margin: 0;
}
.newsPage .newsdetail__side--bottom .addLink {
  display: block;
  text-align: center;
  padding: 0 6.5rem 0 0;
}
.newsPage .newsdetail__side--bottom .addLink em {
  background: url(../img/listBtn_icon_download_on.png) no-repeat left center;
  background-size: 2.2rem auto;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0em;
  font-weight: 700;
  color: #FF7462;
  padding: 0.3rem 0 0.3rem 2.8rem;
}
.newsPage .newsdetail__side--bottom .addLink.delete em {
  color: #828282;
  background: url(../img/check_close_gr.png) no-repeat left center;
  background-size: 2.2rem auto;
}
.newsPage .newsdetail .detailArea__input .formLink{
  display: block;
  width: 53.7rem;
  background: #FF4545;
  border-radius: 3px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin: 6rem auto;
  padding: 1.7rem 0;
  position: relative;
  background:#084d64;
  font-size: 4.2vw;
  text-decoration: none;

}
.newsPage .newsdetail .detailArea__input .formLink::before,
.newsPage .newsdetail .detailArea__input .formLink::after{
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 11.3px;
  height: 1px;
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: calc(100% - 0.5px) 50%;
  right: 2rem;
}
.newsPage .newsdetail .detailArea__input .formLink::before{
  transform: rotate(45deg);
}
.newsPage .newsdetail .detailArea__input .formLink::after{
  transform: rotate(-46.95deg);
}
.newsPage .newsdetail .detailArea__input .formLink:hover{
  opacity: 0.6;
}
.newsPage .newsdetail .detailArea__input h2 {
background: url(../../assets/img/ttlBg.svg) no-repeat left top;
    background-size: 5.4rem;
    padding-left: 7rem;
    font-size: 2.4rem;
    line-height: 3rem;
    font-weight: bold;
    margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .newsPage .newsdetail__side--textAreaTop--date{
    font-size: 3.76vw;
  }
  .newsPage .newsdetail .detailArea__input .formLink{
    width: 100%;
    font-size: 1.6rem;
    font-weight: 500;
    padding: 0.6rem 0;
    font-size: 4.2vw;
  }
  .newsPage .newsdetail .detailArea__input .formLink::before,
  .newsPage .newsdetail .detailArea__input .formLink::after{
    content: "";
    position: absolute;
    top: calc(50% - 0.5px);
    right: 0;
    width: 7px;
    height: 1px;
    border-radius: 9999px;
    background-color: #fff;
    transform-origin: calc(100% - 0.5px) 50%;
    right: 1.6rem;
  }
  .newsPage .newsdetail .detailArea__input h2 {
    background-size: 14.4vw;
    padding-left: 18.6666666667vw;
    font-size: 4.8vw;
    line-height: 7.4666666667vw;
    margin-bottom: 8vw;
  }
}
.newsPage .newsdetail .detailArea__input h3 {
font-size: 2.2rem;
    line-height: 3rem;
    position: relative;
    padding: 1.5rem 1.5rem 1.8rem 1.2rem;
    background: #e8f7fc;
}
.newsPage .newsdetail .detailArea__input h3:before{
  content: "";
    display: block;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #2dadbe), color-stop(50%, #343a40));
    background: -webkit-linear-gradient(top, #2dadbe 50%, #343a40 50%);
    background: linear-gradient(to bottom, #2dadbe 50%, #343a40 50%);
    width: 0.6rem;
    height: 2.2rem;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
@media screen and (max-width: 767px) {
  .newsPage .newsdetail__side--textAreaTop--title {{
    font-size: 4.3vw;
  }
  .newsPage .newsdetail .detailArea__input h3 {
    font-size: 4.4vw;
    line-height: 2;
    padding: 4vw 4vw 4.8vw 3.2vw;
  }
  .newsPage .newsdetail .detailArea__input h3:before{
    width: 1.6vw;
    height: 5.8666666667vw;
  }
  .newsPage .newsdetail__side--textAreaTop--category li{
    font-size: 3.2vw;
  }
  .checkArea__slide--flex dl dt{
    font-size: 4.8vw;
  }
  .checkArea__slide--flex dl dd{
    font-size: 3.8vw;
  }
}
.newsPage .newsdetail .detailArea__input h4 {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: -0.007em;
  font-weight: 500;
  border-bottom: none;
  padding: 0;
  margin: 0 0 3rem;
  background: none;
}
@media screen and (max-width: 767px) {
  .newsPage .newsdetail .detailArea__input h4 {
    font-size: 1.8rem;
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 600;
  }
}
.newsPage.detailPage .sliderArea .other__title {
  font-size: 3.8rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 600;
  text-align: center;
  background: url(../img/otherITitle.png) no-repeat top center;
  background-size: 2.3rem auto;
  padding: 3rem 0 0;
  margin: 0 0 3rem;
}
@media screen and (max-width: 767px) {
  .newsPage.detailPage .sliderArea .other__title {
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 600;
    background: url(../img/otherITitle.png) no-repeat top center;
    background-size: 1.7rem auto;
  }
}
.newsPage.detailPage .sliderArea__list--title {
  margin: 0 0 3rem;
}
.newsPage.detailPage .sliderArea__list li:nth-child(3n) {
  margin: 0 3.6rem 6rem 0;
}
.newsPage.detailPage .detailArea__input ul {
  margin: 3rem 0 6rem;
}
.newsPage.detailPage .detailArea__input table {
  border: solid 1px #D0CFCD;
  margin: 6rem 0;
}
.newsPage.detailPage .detailArea__input table th, .newsPage.detailPage .detailArea__input table td {
  padding: 0.5rem 1.5rem;
  border: solid 1px #D0CFCD;
}
.newsPage.detailPage .detailArea__input table th {
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 700;
}
.newsPage.detailPage .detailArea__input table td {
  font-size: 1.7rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-weight: 400;
}
.newsPage.detailPage .fixedBtnBlock {
  padding: 0;
  height: auto;
}
.newsPage .fb-like > span {
  width: auto !important;
}
.newsPage .fb-like iframe {
  width: auto !important;
  min-width: 135px !important;
  position: static !important;
}
.newsPage .serviceCard--column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 6px;
  overflow: hidden;
}
.newsPage .serviceCard--column a {
  width: 35%;
}
.newsPage .serviceCard--column a figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #EFEFEF;
  padding: 0 0 0 2rem;
}
.newsPage .serviceCard--column a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 !important;
}
.newsPage .serviceCard__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 65%;
  background: #EFEFEF;
  padding: 3.5rem 2rem;
}
.newsPage .serviceCard__contents h3 {
  border-bottom: none !important;
  padding: 0 !important;
  margin: 0 0 2rem !important;
}
.newsPage .serviceCard__contents h3 a {
  font-size: 2.4rem;
  line-height: 1.3;
  letter-spacing: -0.022em;
  font-weight: 700;
  color: #0020A5;
}
.newsPage .serviceCard__contents .redArea {
  display: block;
  background: #FF7462;
  border: solid 2px #FF7462;
  border-radius: 30px;
  text-align: center;
  padding: 0.7rem 0 0.7rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  max-width: 37.6rem;
  margin: 0;
}
.newsPage .serviceCard__contents .redArea em {
  font-size: 1.7rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 600;
  color: #fff;
  background: url(../img/listBtn_icon_download.png) no-repeat left center;
  background-size: 2.2rem auto;
  padding: 0.4rem 0 0.4rem 2.6rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.newsPage .serviceCard__contents .redArea:hover {
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.newsPage .serviceCard__contents .redArea:hover em {
  color: #FF7462;
  background: url(../img/listBtn_icon_download_on.png) no-repeat left center;
  background-size: 2.2rem auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.newsPage .serviceCard__contents .redArea.delete {
  background: #828282;
  border: solid 2px #828282;
}
.newsPage .serviceCard__contents .redArea.delete em {
  background: url(../img/check_close.png) no-repeat left center;
  background-size: 2.2rem auto;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .newsPage .serviceCard__contents .redArea {
    padding: 0.4rem 0 0.7rem;
  }
  .newsPage .serviceCard__contents .redArea em {
    font-size: 1.4rem;
    background: url(../img/listBtn_icon_download.png) no-repeat left center;
    background-size: 1.8rem auto;
    padding: 0 0 0 2.3rem;
  }
  .newsPage .serviceCard__contents .redArea:hover {
    padding: 0.4rem 0 0.7rem;
  }
  .newsPage .serviceCard__contents .redArea:hover em {
    font-size: 1.4rem;
    background: url(../img/listBtn_icon_download_on.png) no-repeat left center;
    background-size: 1.8rem auto;
    padding: 0 0 0 2.3rem;
  }
}
.newsPage .serviceCard__contents--memo {
  font-size: 1.4rem !important;
  margin: 1rem 0 0 !important;
  line-height: 1.5 !important;
}
.newsPage .serviceCard + .serviceCard--column {
  margin: 1.5rem 0;
}





@media screen and (max-width: 767px) {
  .addBtn em {
    font-size: 1.5rem;
    padding: 0.1rem 0 0.1rem 2.7rem;
  }
  .low .mainVisiual {
    height: 14.3rem;
  }
  .low .mainVisiual__text {
    font-size: 1.8rem;
    line-height: 1.3;
    letter-spacing: -0.02em;
    font-weight: 600;
  }
  .low .mainVisiual__inner {
    padding: 0;
  }
  .low .mainVisiual figure {
    width: 64%;
    left: inherit;
    right: 13.5rem;
  }
  .checkArea .slick-next,
  .checkArea .slick-prev {
    z-index: 3;
  }
  .checkArea .slick-prev {
    left: 1.5rem;
  }
  .checkArea .slick-next {
    right: 1.5rem;
  }
  .checkArea__slide li {
    width: 26.2rem;
    margin: 0 0.8rem 0;
  }
  .sliderArea__list li .redArea:hover {
    background: #FF7462;
  }
  .sliderArea__list li .redArea:hover em {
    color: #fff;
    background: url(../img/listBtn_icon_download.png) no-repeat left center;
    background-size: 1.8rem auto;
  }
  .sliderArea__list li .redArea.delete {
    padding: 0.7rem 0 0.7rem;
  }
  .sliderArea__list li .redArea.delete em {
    padding: 0.4rem 0 0.4rem 2.6rem;
    font-size: 1.7rem;
  }
  .sliderArea__list li .redArea.delete:hover {
    background: #828282;
  }
  .sliderArea__list li .redArea.delete:hover em {
    font-size: 1.7rem;
    background: url(../img/check_close.png) no-repeat left center;
    background-size: 2.2rem auto;
    color: #fff;
  }
  .listPage .resultArea {
    padding: 0 2rem;
  }
  .listPage .resultArea__text {
    font-size: 1.8rem;
    line-height: 2;
    letter-spacing: 0.002em;
    font-weight: 600;
  }
  .listPage .sliderArea {
    padding: 0 2rem;
  }
  .listPage .sliderArea__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .listPage .sliderArea__list li {
    width: 82%;
    margin: 0 auto 5rem;
  }
  .listPage .sliderArea__list li figure {
    height: 15.4rem;
    margin: 0 0 0.8rem;
  }
  .listPage .sliderArea__list li:nth-child(3n) {
    margin: 0 auto 5rem;
  }
  .listPage .sliderArea__list li:nth-last-child(-n+3) {
    margin: 0 auto 5rem;
  }
  .listPage .sliderArea__list li:last-child {
    margin: 0 auto 0;
  }
  .listPage .sliderArea__list li .btnArea {
    margin: 0 0 1rem;
  }
  .listPage .sliderArea__list--title {
    font-size: 1.8rem;
    line-height: 1.2;
    letter-spacing: 0em;
    font-weight: 600;
    margin: 0 0 0.3rem;
  }
  .listPage .sliderArea__list--tag li {
    width: auto;
    margin: 0 1.6rem 0 0;
  }
  .listPage .sliderArea__list--tag li:nth-child(3n) {
    margin: 0 1.6rem 0 0;
  }
  .listPage .sliderArea__list--tag li:nth-last-child(-n+3) {
    margin: 0 1.6rem 0 0;
  }
  .listPage .sliderArea__list--tag li:last-child {
    margin: 0 0 0;
  }
  .listPage .sliderArea__list--name {
    margin: 0 0 1rem;
  }
  .listPage .sliderArea__catch {
    width: 11.8rem;
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: 0em;
    font-weight: 600;
  }
  .detailPage .anchorArea {
    width: 95%;
    margin: 1rem auto 4.5rem;
  }
  .detailPage .anchorArea--list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .detailPage .anchorArea--list li {
    margin: 0 auto;
  }
  .detailPage .anchorArea--list li.addArea a.delete {
    background: url(../img/check_close.png) no-repeat left center;
    background-size: 2.2rem auto;
  }
  .detailPage .detail__mv {
    padding: 2.4rem 3rem;
  }
  .detailPage .detail__mvFlex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .detailPage .detail__mvFlex figure {
    width: 100%;
    height: auto;
    margin: 0 auto 2.1rem;
    border-radius: 6px;
  }
  .detailPage .detail__mvFlex figure img {
    height: auto;
    -o-object-fit: unset;
       object-fit: unset;
  }
  .detailPage .detail__mvFlex--title {
    font-size: 1.8rem;
    line-height: 1.2;
    letter-spacing: 0.028em;
    font-weight: 600;
    margin: 0 0 1rem;
  }
  .detailPage .detail__mvFlex--list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    line-height: 1.3;
    margin: 0 0 1rem;
  }
  .detailPage .detail__mvFlex--name {
    margin: 0 0 1rem;
  }
  .detailPage .detail__mvFlex--textAreaTitle {
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0em;
    font-weight: 500;
    margin: 0 0 1rem;
  }
  .detailPage .detail__mvText {
    width: 100%;
  }
  .detailPage .detailArea {
    padding: 0 1.3rem;
  }
  .detailPage .detailArea p {
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: -0.01em;
    font-weight: 500;
  }
  .detailPage .detailArea__input iframe {
    max-width: 100%;
    height: 19.6rem;
  }
  .detailPage .detailArea__input ol {
    margin: 0 0 3rem;
  }
  .detailPage .detailArea__input ol li {
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: -0.01em;
    font-weight: 500;
  }
  .detailPage .detailArea__input ul {
    margin: 0 0 3rem;
  }
  .detailPage .detailArea__input ul li {
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: -0.01em;
    font-weight: 500;
  }
  .detailPage .detailArea__input ul li::before {
    top: 0.5rem;
  }
  .detailPage .detailArea__inputFlex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .detailPage .detailArea__inputFlex img, .detailPage .detailArea__inputFlex--text {
    width: 100%;
  }
  .detailPage .detailArea__inputFlex img {
    margin: 0 0 2rem;
  }
  .detailPage .detailArea__inputFlex.reverse img {
    margin: 0 0 2rem;
  }
  .detailPage .detailArea__inputFlex.twoimg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .detailPage .detailArea__inputFlex.twoimg img {
    width: 48%;
  }
  .detailPage .detailArea__input h4 {
    font-size: 1.8rem;
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 600;
  }
  .detailPage .achievement__bg--list {
    display: block;
    line-height: 1.5;
  }
  .detailPage .achievement__bg--list li {
    display: inline;
    font-size: 1.6rem;
    line-height: 1.7;
    letter-spacing: 0em;
    font-weight: 400;
    margin: 0 0;
  }
  .detailPage .greenBtn {
    max-width: 26.3rem;
    margin: 0 auto 6rem;
    padding: 0.8rem 0;
  }
  .detailPage .price {
    padding: 0 1.3rem;
  }
  .detailPage .price__list--text {
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: 0em;
    font-weight: 600;
  }
  .detailPage .price__list--memo {
    display: block;
    line-height: 1.5;
    margin: 2rem 0;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0.04em;
    font-weight: 500;
  }
  .detailPage .price__list--scroll {
    overflow: scroll;
  }
  .detailPage .price__list--table {
    width: 89.4rem;
  }
  .detailPage .price__list--table dt {
    width: 7.9rem;
    font-size: 1.6rem;
    line-height: 1.7;
    letter-spacing: 0.04em;
    font-weight: 600;
  }
  .detailPage .voice {
    padding: 0 1.3rem;
  }
  .detailPage .voice__article {
    width: 100%;
    background: url(../img/voice.png) no-repeat top 1.6rem center #F1F3FD;
    background-size: 6.4rem auto;
    padding: 8.7rem 1.7rem 2rem;
    margin: 0 auto 1.2rem;
  }
  .detailPage .voice__article--text {
    font-size: 1.6rem;
    line-height: 1.7;
    letter-spacing: -0.016em;
    font-weight: 400;
    margin: 0 0 0.3rem;
  }
  .detailPage .voice__article--name {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: -0.01em;
    font-weight: 400;
  }
  .detailPage .company__detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .detailPage .company__detail figure {
    width: 100%;
    margin: 0 0 3rem;
  }
  .detailPage .company__detail--textbox {
    width: 100%;
  }
  .detailPage #service {
    padding: 7.8rem 0 0;
    margin: -7.8rem 0 0;
  }
  .detailPage #price {
    padding: 7.8rem 1.3rem 0;
    margin: -7.8rem 0 0;
  }
  .detailPage #company {
    padding: 7.8rem 1.3rem 0;
    margin: -7.8rem 0 6rem;
  }
  .detailPage .sliderArea {
    margin: 0 auto 5rem;
  }
  .detailPage .sliderArea__title {
    width: 91%;
    margin: 0 auto 2rem;
    font-size: 1.8rem;
    line-height: 1.7;
    letter-spacing: 0em;
    font-weight: 600;
  }
  .detailPage .sliderArea__list {
    margin: 0 auto 3rem;
  }
  .detailPage .sliderArea__list li {
    width: 26.2rem;
    margin: 0 1.2rem 0;
  }
  .detailPage .sliderArea__list li figure {
    height: 14.7rem;
  }
  .detailPage .sliderArea__list li.new::before {
    width: 4.8rem;
    height: 4.8rem;
  }
  .detailPage .sliderArea__list li .btnArea {
    margin: 0 0 1rem;
  }
  .detailPage .sliderArea__list--title {
    font-size: 1.8rem;
    line-height: 1.2;
    letter-spacing: 0em;
    font-weight: 600;
  }
  .detailPage .sliderArea__list--name {
    margin: 0 0 0.8rem;
  }
  .detailPage .sliderArea__list--category {
    font-size: 1.4rem;
    line-height: 1.9;
    letter-spacing: 0.04em;
    font-weight: 500;
    padding: 0rem 1.2rem;
    text-align: left;
  }
  .detailPage .sliderArea__list--tag li {
    width: auto;
    margin: 0 1.2rem 0 0;
    line-height: 1;
    padding: 0 0 0 1.6rem;
  }
  .detailPage .sliderArea__list--tag li::before {
    top: 0.5rem;
  }
  .detailPage .sliderArea__list--sub {
    font-size: 1.8rem;
    line-height: 1.7;
    letter-spacing: 0em;
    font-weight: 600;
    margin: 0 0 2rem;
  }
  .detailPage .sliderArea__catch {
    width: 11.8rem;
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: 0em;
    font-weight: 600;
  }
  .detailPage .sliderArea .slick-prev {
    width: 2.95rem;
    height: 6.5rem;
    left: 1.5rem;
  }
  .detailPage .sliderArea .slick-prev::before {
    content: "";
    width: 2.95rem;
    height: 6.5rem;
    background: url(../img/slide_prev.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
  }
  .detailPage .sliderArea .slick-next {
    width: 2.95rem;
    height: 6.5rem;
    right: 1.5rem;
  }
  .detailPage .sliderArea .slick-next::before {
    content: "";
    width: 2.95rem;
    height: 6.5rem;
    background: url(../img/slide_next.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
  }
  .detailPage .addBtn {
    max-width: 26.3rem;
    margin: 0 auto 6rem;
    padding: 0.8rem 0;
  }
  .detailPage .addBtn:hover {
    background: #FF7462;
  }
  .detailPage .addBtn:hover em {
    background: url(../img/listBtn_icon_download.png) no-repeat left center;
    background-size: 2.2rem auto;
    color: #fff;
  }
  .newsPage .tabArea ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    font-size: 1.5rem;
    font-size: 3.4vw;
  }
  .newsPage .newsColumn {
    padding: 5rem 1.3rem 0;
    margin: 0 0 6rem;
  }
  .newsPage .newsColumn__listFlex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .newsPage .newsColumn__listFlex figure {
    width: 100%;
    height: 20.4rem;
  }
  .newsPage .newsColumn__listFlex--text {
    width: 100%;
    margin-top:2vw;
  }
  .newsPage .newsdetail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0rem 0 0;
  }
  .newsPage .newsdetail .detailArea {
    width: 100%;
    margin: 0 auto 5rem;
  }
  .newsPage .newsdetail .detailArea__topBlock--title {
    font-size: 2.4rem;
    line-height: 1.2;
    letter-spacing: 0em;
    font-weight: 600;
    margin: 0 0 1rem;
    font-size: 6.4vw;
  }
  .newsPage .newsdetail .detailArea__topBlock--category li a {
    font-size: 1.2rem;
    line-height: 1.8;
    letter-spacing: 0.04em;
    font-weight: 500;
    padding: 0 0.4rem;
    font-size: 3.2vw;
  }
  .newsPage .newsdetail .detailArea__sns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .newsPage .newsdetail .detailArea__sns--list {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .newsPage .newsdetail .detailArea__sns--list li {
    height: 2.5rem;
  }
  .newsPage .newsdetail .detailArea__sns--title {
    margin: 0 0 0.5rem;
  }
  .newsPage .newsdetail .detailArea__input p {
    /*
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: -0.01em;
    font-weight: 500;
  
*/
    font-size: 3.73vw;
    line-height: 2;
    }
  .newsPage .newsdetail__page {
    width: 100%;
    margin: 0 0 5rem;
  }
  .newsPage .newsdetail__page .center {
    width: 11.2rem;
    margin: 0 auto;
  }
  .newsPage .newsdetail__page .center a {
    padding: 1rem 0;
  }
  .newsPage .newsdetail__page .next,
  .newsPage .newsdetail__page .prev {
    margin: 0;
  }
  .newsPage .newsdetail__page .next a,
  .newsPage .newsdetail__page .prev a {
    display: none;
  }
  .newsPage .newsdetail__page .next {
    background: url(../img/pager_next.png) right top 62% no-repeat;
    background-size: 0.85rem;
    padding: 1rem 0;
    width: 1.5rem;
    position: absolute;
    right: 10.5rem;
  }
  .newsPage .newsdetail__page .prev {
    background: url(../img/pager_prev.png) left top 62% no-repeat;
    background-size: 0.85rem;
    padding: 0 0 0 1.9rem;
    padding: 1rem 0;
    width: 1.5rem;
    position: absolute;
    left: 10.5rem;
  }
  .newsPage .newsdetail__side {
    width: 100%;
    padding: 0 1.3rem;
    max-width: 100%;
  }
  .newsPage .newsdetail__side--text:last-child {
    margin: 0;
  }
  .newsPage .newsdetail__side--textArea {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .newsPage .newsdetail__side--textArea figure {
    margin: 0 1rem 0 0;
  }
  .newsPage .newsdetail__side--textAreaTop {
    margin: 0;
  }
  .newsPage .newsdetail__side--textAreaTop--category {
    max-width: 100%;
  }
  .newsPage .newsdetail__side--bottom .addLink {
    padding: 0;
  }
  .newsPage.detailPage .sliderArea__list--title {
    margin: 0 0 2rem;
  }
  .newsPage.detailPage .sliderArea__list li:nth-child(3n) {
    margin: 0 1.2rem 0;
  }
  .newsPage.detailPage .detailArea__input table {
    margin: 3rem 0;
  }
  .newsPage.detailPage .detailArea__input table th, .newsPage.detailPage .detailArea__input table td {
    padding: 0.5rem 1.5rem;
  }
  .newsPage.detailPage .detailArea__input table th {
    font-size: 2.2rem;
    line-height: 1.4;
    letter-spacing: 0em;
    font-weight: 700;
  }
  .newsPage.detailPage .detailArea__input table td {
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: -0.01em;
    font-weight: 500;
  }
  .newsPage .serviceCard--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 6px;
  }
  .newsPage .serviceCard--column a {
    width: 100%;
  }
  .newsPage .serviceCard--column a figure {
    padding: 0;
  }
  .newsPage .serviceCard__contents {
    width: 100%;
    padding: 3rem 2rem;
  }
  .newsPage .serviceCard__contents h3 {
    margin: 0 0 1rem !important;
  }
  .newsPage .serviceCard__contents h3 a {
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: -0.022em;
    font-weight: 700;
    color: #0020A5;
  }
  .newsPage .serviceCard__contents .redArea {
    display: block;
    background: #FF7462;
    border: solid 2px #FF7462;
    border-radius: 30px;
    text-align: center;
    padding: 0.7rem 0 0.7rem;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    max-width: 37.6rem;
    margin: 0;
  }
  .newsPage .serviceCard__contents .redArea em {
    font-size: 1.7rem;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 600;
    color: #fff;
    background: url(../img/listBtn_icon_download.png) no-repeat left center;
    background-size: 2.2rem auto;
    padding: 0.4rem 0 0.4rem 2.6rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .newsPage .serviceCard__contents .redArea:hover {
    background: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .newsPage .serviceCard__contents .redArea:hover em {
    color: #FF7462;
    background: url(../img/listBtn_icon_download_on.png) no-repeat left center;
    background-size: 2.2rem auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .newsPage .serviceCard__contents .redArea.delete {
    background: #828282;
    border: solid 2px #828282;
  }
  .newsPage .serviceCard__contents .redArea.delete em {
    background: url(../img/check_close.png) no-repeat left center;
    background-size: 2.2rem auto;
    color: #fff;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .newsPage .serviceCard__contents .redArea {
    padding: 0.4rem 0 0.7rem;
  }
  .newsPage .serviceCard__contents .redArea em {
    font-size: 1.4rem;
    background: url(../img/listBtn_icon_download.png) no-repeat left center;
    background-size: 1.8rem auto;
    padding: 0 0 0 2.3rem;
  }
  .newsPage .serviceCard__contents .redArea:hover {
    padding: 0.4rem 0 0.7rem;
  }
  .newsPage .serviceCard__contents .redArea:hover em {
    font-size: 1.4rem;
    background: url(../img/listBtn_icon_download_on.png) no-repeat left center;
    background-size: 1.8rem auto;
    padding: 0 0 0 2.3rem;
  }
}






@media screen and (max-width: 767px) {
  .newsPage .serviceCard__contents--memo {
    font-size: 1.2rem !important;
  }
  .newsPage .serviceCard + .serviceCard--column {
    margin: 1.5rem 0;
  }
  .newsPage .newsdetail .detailArea__topBlock--date{
    font-size: 3.2vw;
    margin:0 0 1rem 0;
  }
}







