@charset "UTF-8";
@font-face {
  font-family: 'Optician-Sans';
  src: url("/assets/font/Optician-Sans.woff") format("woff");
}

/*=====================================================================
	PC
======================================================================= */
@media (min-width: 768px) {
  .js-fade-anim {
    opacity: 0;
    transform: translate(0, 30px);
    transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .js-fade-anim.in {
    opacity: 1;
    transform: translate(0, 0);
  }
  .box-wrapper {
    height: 100%;
    padding-top: 64px;
  }
  #box-news {
    box-sizing: border-box;
    position: relative;
  }
  .box-main-title {
    background-color: #FFFFFF;
    position: relative;
    padding: 80px 0 80px;
  }
  .box-main-title .box-inner {
    position: relative;
    z-index: 1;
  }
  .box-main-title .sub-title {
    font-family: Optician-Sans, sans-serif;
    font-size: 41px;
    letter-spacing: 0.1em;
    color: #002157;
    text-align: center;
    padding: 0;
  }
  .box-main-title .main-title {
    font-family: "FOT-ニューセザンヌ Pro DB", sans-serif;
    font-size: 18px;
    letter-spacing: 0.28em;
    text-align: center;
    color: #000000;
    margin-top: 8px;
  }
  .box-main-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 89px;
    background: linear-gradient(#f7f7f7 0%, #7c7c7c 100%);
    opacity: 0.06;
    z-index: 0;
  }
  .box-contents {
    background-color: #FFFFFF;
    position: relative;
    padding: 50px 0 50px;
  }
  .box-contents .box-content {
    width: calc(820/1280*100%);
    margin: 0 auto;
  }
  .box-contents .box-content ul li {
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .box-contents .box-content ul li:hover {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
  }
  .box-contents .box-content ul li:hover + li a:before {
    content: none;
  }
  .box-contents .box-content ul li a {
    display: flex;
    flex-flow: row;
    align-items: center;
    padding: 25px 0;
    margin: 0 20px;
    position: relative;
  }
  .box-contents .box-content ul li a:hover {
    opacity: 1;
  }
  .box-contents .box-content ul li a:hover:before {
    content: none;
  }
  .box-contents .box-content ul li a:after {
    content: "";
    background-image: url(/assets/image/top/icon-news-arrow.svg);
    display: block;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translate(0, -50%);
    height: 12px;
    width: 7px;
    background-repeat: no-repeat;
  }
  .box-contents .box-content ul li a .txt-date {
    font-family: Optician-Sans, sans-serif;
    font-size: 18px;
    color: #000000;
    width: 95px;
    min-width: 95px;
  }
  .box-contents .box-content ul li a .txt-icon {
    font-weight: normal;
    font-size: 11px;
    color: #FFFFFF;
    background-color: #002157;
    margin: 0 0 0 1.3%;
    padding: 3px 0px;
    min-width: 54px;
    display: inline-block;
    text-align: center;
    border-radius: 2px;
  }
  .box-contents .box-content ul li a .txt-title {
    font-size: 14px;
    letter-spacing: 0.12em;
    color: #000000;
    margin: 0 0 0 3.4%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 50px 0 0;
    line-height: 16px;
  }
  .box-contents .box-content ul li:last-child a {
    border-bottom: 1px solid #D3D3D3;
  }
  .box-contents .box-content ul li:last-child:hover a {
    border-bottom: 1px solid #FFFFFF;
  }
  .box-contents .box-content > ul > li > a:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #D3D3D3;
    position: absolute;
    top: 0;
    left: 0;
  }
  .box-contents .box-content > ul > li:first-child a:before {
    content: none;
  }
  .box-contents #page-navi {
    width: calc(820/1280*100%);
    margin: 30px auto 0;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .box-contents #page-navi .number {
    margin-right: 22px;
    font-family: Optician-Sans, sans-serif;
    font-size: 14px;
    color: #002157;
  }
  .box-contents #page-navi .number span {
    font-size: 18px;
  }
  .box-contents #page-navi #arrows .button01:before {
    transform: skewX(16deg);
  }
  .box-contents #page-navi #arrows .button01:hover:before {
    width: 150%;
    left: -30%;
  }
  .box-contents #page-navi #arrows .prev {
    right: -2px;
  }
  .box-contents #page-navi #arrows .prev a {
    width: 38px;
    height: 29px;
  }
  .box-contents #page-navi #arrows .prev a span {
    width: 15px;
    height: 10px;
    right: 50%;
    transform: translate(50%, -50%);
  }
  .box-contents #page-navi #arrows .prev a span:before {
    background-image: url(/assets/image/common/icon_navi_arrow_left_navy.svg);
    background-repeat: no-repeat;
  }
  .box-contents #page-navi #arrows .prev a span:after {
    background-image: url(/assets/image/common/icon_navi_arrow_left_white.svg);
    background-repeat: no-repeat;
  }
  .box-contents #page-navi #arrows .next a {
    width: 56px;
    height: 29px;
  }
  .box-contents #page-navi #arrows .next a span {
    width: 26px;
    height: 10px;
    right: 50%;
    transform: translate(50%, -50%);
  }
  .box-contents #page-navi #arrows .next a span:before {
    background-image: url(/assets/image/common/icon_navi_arrow_right_navy.svg);
    background-repeat: no-repeat;
  }
  .box-contents #page-navi #arrows .next a span:after {
    background-image: url(/assets/image/common/icon_navi_arrow_right_white.svg);
    background-repeat: no-repeat;
  }
}

/*=====================================================================
	SP
======================================================================= */
@media (max-width: 767px) {
  .js-fade-anim {
    opacity: 0;
    transform: translate(0, 30px);
    transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .js-fade-anim.in {
    opacity: 1;
    transform: translate(0, 0);
  }
  .box-wrapper {
    height: 100%;
    padding-top: 64px;
  }
  #box-news {
    box-sizing: border-box;
    position: relative;
  }
  .box-main-title {
    background-color: #FFFFFF;
    position: relative;
    padding: 50px 0 50px;
  }
  .box-main-title .box-inner {
    position: relative;
    z-index: 1;
  }
  .box-main-title .sub-title {
    font-family: Optician-Sans, sans-serif;
    font-size: 34px;
    letter-spacing: 0.1em;
    color: #002157;
    text-align: center;
    padding: 0;
  }
  .box-main-title .main-title {
    font-family: "FOT-ニューセザンヌ Pro DB", sans-serif;
    font-size: 14px;
    letter-spacing: 0.28em;
    text-align: center;
    color: #000000;
    margin-top: 8px;
  }
  .box-main-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 89px;
    background: linear-gradient(#f7f7f7 0%, #7c7c7c 100%);
    opacity: 0.06;
    z-index: 0;
  }
  .box-contents {
    background-color: #FFFFFF;
    position: relative;
    padding: 50px 0 50px;
  }
  .box-contents .box-content {
    width: calc(335/375*100%);
    margin: 0 auto;
  }
  .box-contents .box-content ul li {
    padding: 15px 0 0px;
    border-bottom: 1px solid #D3D3D3;
  }
  .box-contents .box-content ul li:first-child {
    padding-top: 0;
  }
  .box-contents .box-content ul li a {
    display: block;
    position: relative;
  }
  .box-contents .box-content ul li a:after {
    content: "";
    background-image: url(/assets/image/top/icon-news-arrow.svg);
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    height: 12px;
    width: 7px;
    background-repeat: no-repeat;
  }
  .box-contents .box-content ul li a .txt-date {
    font-family: Optician-Sans, sans-serif;
    font-size: 18px;
    color: #000000;
    padding: 3px 6px 2px 0;
  }
  .box-contents .box-content ul li a .txt-icon {
    padding: 3px 6px 3px 4px;
    font-size: 11px;
    color: #fff;
    background-color: #002157;
    text-align: center;
    min-width: 45px;
    width: 45px;
    display: inline-block;
    margin: 0 0 0 14px;
    border-radius: 2px;
  }
  .box-contents .box-content ul li a .txt-title {
    display: -webkit-box;
    font-size: 15px;
    letter-spacing: 0.06em;
    line-height: 22px;
    color: #000;
    overflow: hidden;
    width: 76%;
    position: relative;
    margin: 10px 0 15px;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  #page-navi {
    width: calc(335/375*100%);
    height: 35px;
    margin: 20px auto 0;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    box-sizing: border-box;
  }
  #page-navi .number {
    margin: 0 auto;
    font-family: Optician-Sans, sans-serif;
    font-size: 14px;
    color: #002157;
  }
  #page-navi .number span {
    font-size: 18px;
  }
  #page-navi #arrows {
    position: absolute;
  }
  #page-navi #arrows .button01:before {
    transform: skewX(16deg);
  }
  #page-navi #arrows .button01:hover:before {
    width: 150%;
    left: -30%;
  }
  #page-navi #arrows .prev {
    right: -2px;
  }
  #page-navi #arrows .prev a {
    width: 38px;
    height: 29px;
  }
  #page-navi #arrows .prev a span {
    width: 15px;
    height: 10px;
    right: 50%;
    transform: translate(50%, -50%);
  }
  #page-navi #arrows .prev a span:before {
    background-image: url(/assets/image/common/icon_navi_arrow_left_navy.svg);
    background-repeat: no-repeat;
  }
  #page-navi #arrows .prev a span:after {
    background-image: url(/assets/image/common/icon_navi_arrow_left_white.svg);
    background-repeat: no-repeat;
  }
  #page-navi #arrows .next a {
    width: 56px;
    height: 29px;
  }
  #page-navi #arrows .next a span {
    width: 26px;
    height: 10px;
    right: 50%;
    transform: translate(50%, -50%);
  }
  #page-navi #arrows .next a span:before {
    background-image: url(/assets/image/common/icon_navi_arrow_right_navy.svg);
    background-repeat: no-repeat;
  }
  #page-navi #arrows .next a span:after {
    background-image: url(/assets/image/common/icon_navi_arrow_right_white.svg);
    background-repeat: no-repeat;
  }
}

/*-------------------------------------------*/
/* EN対応 */
/* ----------------------------------------- */
@media (min-width: 769px) {
  body.en .box-contents .box-content ul li a .txt-icon {
    font-weight: bold;
    font-size: 10px;
  }
  body.en .box-contents .box-content ul li a .txt-title {
    font-size: 14px;
    letter-spacing: 0.02em;
  }
}

@media (max-width: 769px) {
  body.en .box-contents .box-content ul li a .txt-icon {
    font-weight: bold;
    font-size: 10px;
  }
  body.en .box-contents .box-content ul li a .txt-title {
    font-size: 14px;
    letter-spacing: 0.02em;
  }
}
/*# sourceMappingURL=news.css.map */