.biz-cont__solution__mv__bg {
  background-image: url(/library/crepre/solution/mv_sp__v2.jpg);
}
@media only screen and (min-width: 768px) {
  .biz-cont__solution__mv__bg {
    background-image: url(/library/crepre/solution/mv_pc__v3.jpg);
  }
}

.biz-cont__common__mv__h2__unit {
  width: 100%;
}
.biz-cont__common__mv__h2__unit .biz-cont__common__mv__h2 {
  font-size: 14px;
  text-shadow: 0 3px 2px rgba(0, 0, 0, 0.64);
  color: #ffffff;
  margin-top: 1rem;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .biz-cont__common__mv__h2__unit .biz-cont__common__mv__h2 {
    font-size: 20px;
  }
}

.biz-cont__common__ttl {
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .biz-cont__common__ttl {
    font-size: 26px;
  }
}

.section-top-contents {
  padding-top: 10px !important;
}
@media only screen and (min-width: 768px) {
  .section-top-contents {
    padding-top: 50px !important;
  }
}

.biz-cont__solution__anchor__v2 {
  padding: 0 0 30px !important;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .biz-cont__solution__anchor__v2 {
    padding: 0 0 20px !important;
  }
}
.biz-cont__solution__anchor__v2 .biz-cont__solution__anchor__link__v2 {
  margin-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.biz-cont__solution__anchor__v2 li {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
@media only screen and (min-width: 768px) {
  .biz-cont__solution__anchor__v2 li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 30px;
    margin-right: 30px;
  }
}
.biz-cont__solution__anchor__v2 li a {
  display: block;
  background-color: #2B69B9 !important;
  color: #ffffff !important;
  text-decoration: none;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  position: relative;
  padding: 5px 3px;
  letter-spacing: -0.4px;
}
@media only screen and (min-width: 768px) {
  .biz-cont__solution__anchor__v2 li a {
    letter-spacing: 1px;
    background-color: transparent !important;
    color: #2B69B9 !important;
    font-size: 16px;
    padding: 10px 0;
  }
}
.biz-cont__solution__anchor__v2 li a.biz-cont__solution__anchor__link__v2__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.biz-cont__solution__anchor__v2 li a svg {
  margin-left: 8px;
  width: 13px;
  height: 13px;
}
.biz-cont__solution__anchor__v2 li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #2B69B9;
  bottom: 0;
  -webkit-transform: scale(0, 1);
     -moz-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
       -o-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
     -moz-transform-origin: right top;
      -ms-transform-origin: right top;
       -o-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -moz-transition: transform 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
}
.biz-cont__solution__anchor__v2 li a:hover {
  opacity: 1;
}
.biz-cont__solution__anchor__v2 li a:hover::after {
  -webkit-transform: scale(1, 1);
     -moz-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
       -o-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left top;
     -moz-transform-origin: left top;
      -ms-transform-origin: left top;
       -o-transform-origin: left top;
          transform-origin: left top;
}
.biz-cont__solution__panel {
  margin-top: 20px !important;
}
@media only screen and (min-width: 768px) {
  .biz-cont__solution__panel {
    margin-top: 35px !important;
  }
}

.tab-button-outers {
  display: none;
}

@media screen and (min-width: 768px) {
  .tab-button-outers {
    display: block;
  }
  .tab-select-outers {
    display: none;
  }
}
#news-index {
  width: 100%;
}
#news-index .content-area01 {
  width: 100% !important;
  -moz-background-size: cover !important;
       background-size: cover !important;
  background-position: center bottom !important;
  background: url(/library/crepre/common/css/img/news/bg_title02_sp.jpg) no-repeat center top;
}
@media screen and (min-width: 768px) {
  #news-index .content-area01 {
    background-position: center bottom 0 !important;
    background: url(/library/crepre/common/css/img/news/bg_title02_pc.jpg) no-repeat center top;
  }
}

#news-list .content-area01 .inner01 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #news-list .content-area01 .inner01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#news-list .content-area01 .inner01 .news-btn {
  all: initial;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: none !important;
  max-width: auto;
  margin: 0 auto 30px;
  padding-left: 0;
  max-width: 240px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #news-list .content-area01 .inner01 .news-btn {
    display: block !important;
  }
}
#news-list .content-area01 .inner01 .news-btn-title {
  height: auto;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  letter-spacing: 0.1rem;
  text-decoration: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  text-align: center;
  color: #3772CE !important;
  margin-bottom: 10px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  #news-list .content-area01 .inner01 .news-btn-title {
    font-size: 18px;
    background: #ffffff;
    padding: 10px 0 10px 0;
    margin-bottom: 0;
  }
}
#news-list .content-area01 .inner01 .news-btn-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 100% !important;
}
#news-list .content-area01 .inner01 .news-btn-list .n-item {
  margin: 0;
  padding: 0;
  width: 100% !important;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
#news-list .content-area01 .inner01 .news-btn-list .n-item .n-tag {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  height: auto;
  background: #ffffff;
  font-size: 18px;
  letter-spacing: 0.1rem;
  text-decoration: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  padding: 10px 0 10px 20px;
  color: #92989B !important;
  font-weight: 700;
  border-left: solid #ffffff 4px;
}
#news-list .content-area01 .inner01 .news-btn-list .n-item .n-tag:before {
  display: none;
}
#news-list .content-area01 .inner01 .news-btn-list .n-item .n-tag.active {
  background: #fff;
  border: 0px solid #3772CE;
  color: #3772CE !important;
  border-left: solid #3772CE 4px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
#news-list .content-area01 .inner01 .news-btn-list .n-item .n-tag.active:before {
  display: none;
  border: 0 solid #3772CE !important;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
       transform: rotate(45deg);
}
#news-list .content-area01 .tab-select-news-outer {
  overflow: hidden;
  width: 100%;
  max-width: 240px;
  margin: 0 auto 25px;
  text-align: center;
}
#news-list .content-area01 .tab-select-news-outer select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
     -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
#news-list .content-area01 .tab-select-news-outer select::-ms-expand {
  display: none;
}
#news-list .content-area01 .tab-select-news-outer.tab-select-news-sp {
  position: relative;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  background: #ffffff;
}
#news-list .content-area01 .tab-select-news-outer.tab-select-news-sp::before {
  position: absolute;
  top: 0.8em;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 14px solid #3772CE;
  pointer-events: none;
}
#news-list .content-area01 .tab-select-news-outer.tab-select-news-sp select {
  padding: 8px 38px 8px 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  color: #3772CE;
  font-size: 14px;
  font-weight: 700;
}
#news-list .content-area01 .newslist-wrap {
  width: 100%;
  color: #3772CE;
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  #news-list .content-area01 .newslist-wrap {
    padding-bottom: 80px;
    width: -webkit-calc(100% - 300px);
    width: -moz-calc(100% - 300px);
    width: calc(100% - 300px);
    margin-left: 60px;
  }
}
#news-list .content-area01 .newslist-wrap .newslist-title-year {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  display: none !important;
}
@media only screen and (min-width: 768px) {
  #news-list .content-area01 .newslist-wrap .newslist-title-year {
    display: block !important;
    font-size: 26px;
    margin-bottom: 20px;
  }
}
#news-list .content-area01 .newslist-wrap .newslist {
  background-color: #ffffff;
  padding-bottom: 0;
}
#news-list .content-area01 .newslist-wrap .newslist li {
  border-bottom: solid #F4F4F4 1px;
}
#news-list .content-area01 .newslist-wrap .newslist li:last-child {
  border-bottom: solid #F4F4F4 0;
}
#news-list .content-area01 .newslist-wrap .newslist li div {
  width: auto;
}
@media only screen and (min-width: 768px) {
  #news-list .content-area01 .newslist-wrap .newslist li .flex {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
#news-list .content-area01 .newslist-wrap .newslist a {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  color: #000000;
  display: block;
  padding: 18px;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #news-list .content-area01 .newslist-wrap .newslist a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#news-list .content-area01 .newslist-wrap .newslist a:hover {
  background-color: rgb(255, 255, 255);
  opacity: 1;
}
#news-list .content-area01 .newslist-wrap .newslist a:hover p {
  text-decoration: underline;
  color: #3772CE;
}
#news-list .content-area01 .newslist-wrap .newslist a time {
  color: #92989B;
  font-weight: 700;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  #news-list .content-area01 .newslist-wrap .newslist a time {
    margin-bottom: 0;
    font-size: 14px;
  }
}
#news-list .content-area01 .newslist-wrap .newslist a span.pdf-style {
  padding-left: 22px;
}
@media only screen and (min-width: 768px) {
  #news-list .content-area01 .newslist-wrap .newslist a span.pdf-style {
    padding-left: 22px;
  }
}
#news-list .content-area01 .newslist-wrap .newslist a span.pdf-style.pdfnone {
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  #news-list .content-area01 .newslist-wrap .newslist a span.pdf-style.pdfnone {
    padding-left: 0;
  }
}

.crepreJirei_result_type_list section:nth-of-type(n+3) {
  display: none !important;
}/*# sourceMappingURL=cerepre-style-20221231.css.map */