  @media screen and (min-width: 768px) {
    .contents_body .news_list{
      border-top: 1px solid #9FD9F6;
      border-bottom: 1px solid #9FD9F6;
    }
    .contents_body .news_list li{
      display: flex;
      justify-content: space-between;
    }
    .contents_body .news_list .date{
      width: 182px;
      border-top: 1px solid #D8F0FB;
      font-size: 13px;
      line-height: 16px;
      color: #666666;
      letter-spacing: 0.2em;
      padding: 13px 0;
    }
    .contents_body .news_list .inner{
      width: 784px;
      border-top: 1px solid #D8F0FB;
      padding: 13px 0;
    }
    .contents_body .news_list li:first-child .date,
    .contents_body .news_list li:first-child .inner{
      border: none;
    }
    .contents_body .news_list li .inner{
      display: flex;
      justify-content: space-between;
    }
    .contents_body .news_list li .category{
      width: 112px;
      height: 16px;
      background-color: #D8F0FB;
      font-size: 10px;
      font-weight: bold;
      line-height: 16px;
      color: #004F99;
      text-align: center;
      letter-spacing: 0.2em;
    }
    .contents_body .news_list li .title{
      position: relative;
      width: 609px;
      font-size: 15px;
      line-height: 20px;
      padding-left: 21px;
      box-sizing: border-box;
    }
    .contents_body .news_list li .title:before{
      content: '';
      position: absolute;
      top: 2px;
      left: 0;
      width: 14px;
      height: 14px;
      background: url('/jp/ja/img/common/arrow.png') no-repeat center center;
      background-size: 100% auto;
      margin-right: 10px;
      vertical-align: top;
    }
    .contents_body .news_list li .title a{
      color: #004F99;
    }

    /* ¥Ë¥å©`¥¹Ô”¼š */
    .news_detail{
      margin: -28px 0 0;
    }
    .news_detail .date{
      font-size: 13px;
      line-height: 28px;
      text-align: right;
    }
.news-title{
	font-weight: bold;
    }
    .block-wrap + .news-title{
	margin: 28px 0 0;
    }
    .news_detail .block-wrap{
      font-size: 15px;
      line-height: 28px;
      margin: 28px 0 0;
    }
    .news_detail .block-wrap a{
      color: #0099D9;
    }
    .news_detail .block-wrap a.link{
      position: relative;
      display: inline-block;
      font-size: 13px;
      font-weight: bold;
      line-height: 28px;
      color: #0099D9;
      letter-spacing: 0.04em;
      padding-left: 21px;
    }
    .news_detail .block-wrap a.link:before{
      content: '';
      position: absolute;
      left: 7px;
      top: 5px;
      display: block;
      width: 14px;
      height: 14px;
      background: url('/jp/ja/img/common/arrow.png') no-repeat center center;
      background-size: 100% auto;
      margin-right: 10px;
      vertical-align: top;
    }
    .news_detail .block-wrap a.link.blank:after{
      content: '';
      display: inline-block;
      transform: none;
      width: 14px;
      height: 14px;
      background: url('/jp/ja/img/common/blank_blue.png') no-repeat center center;
      background-size: 100% auto;
      margin: 0 0 0 8px;
      vertical-align: middle;
    }
    .news_detail .block-wrap b{
      font-weight: bold;
    }

    .news_detail .block-wrap h2{
      font-size: 19px;
      font-weight: bold;
      line-height: 28px;
      letter-spacing: 0.04em;
      margin: 60px 0 0;
      padding-bottom: 25px;
      border-bottom: 1px solid #0099D9;
    }

    .news_detail .block-wrap table{
      margin: 28px 0 0;
      border-collapse:separate;
      border-top: 1px solid #9FD9F6;
      border-bottom: 1px solid #9FD9F6;
    }
    .news_detail .block-wrap table th,
    .news_detail .block-wrap table td{
      text-align: left;
      border-bottom: 1px solid #D8F0FB;
      line-height: 28px;
      padding: 13px 0;
      border-right: 14px solid #fff;
    }
    .news_detail .block-wrap table th{
      font-size: 13px;
      color: #004F99;
      width: 182px;
    }
    .news_detail .block-wrap table td{
      font-size: 15px;
    }

    .news_detail .block-wrap table tr:last-child th,
    .news_detail .block-wrap table tr:last-child td{
      border-bottom: none;
    }


    #contact-wrap-short{
      width: 644px;
      margin: 70px auto 0;
      background: linear-gradient(90deg, rgba(0,153,217, 0.1), rgba(37,171,94, 0.1));
      padding: 56px 28px;
      text-align: center;
    }
    #contact-wrap-short .contact-title{
      font-size: 15px;
      line-height: 28px;
      color: #0099D9;
    }
    #contact-wrap-short .contact-title span{
      font-weight: bold;
    }
    #contact-wrap-short .btnContact{
      display: block;
      width: 364px;
      margin: 24px auto 0;
      box-sizing: border-box;
      border: 1px solid #0099D9;
      text-align: center;
      background-color: #fff;
      font-size: 17px;
      font-weight: bold;
      line-height: 22px;
      padding: 17px 0;
      letter-spacing: 0.04em;
      color: #0099D9;
    }

    .pc_none {
        display: none !important
    }
}

@media screen and (max-width: 767px) {

    html,
    body {
        /*font-size: .26667vw*/
    }

    body {
        min-width: 320px
    }

    .contents_body .news_list  li{
			position: relative;
      padding: 16px 0;
      border-bottom: 1px solid #D8F0FB;
      font-size: 0;
    }

    .contents_body .news_list li:last-child{
      border-bottom: none;
    }

    .contents_body .news_list .date{
      display: block;
      font-size: 13px;
      line-height: 16px;
      color: #666666;
    }
    .contents_body .news_list .category{
			position: absolute;
			top: 16px;
			right: 0;
			width: 84px;
			height: 16px;
			font-size: 10px;
      line-height: 16px;
      color: #004F99;
			background-color: #D8F0FB;
			letter-spacing: 0.2em;
			text-align: center;
    }
    .contents_body .news_list .title{
      position: relative;
      display: block;
      font-size: 15px;
      line-height: 28px;
			margin: 10px 0 0;
			padding-left: 28px;
    }

    .contents_body .news_list .title:before{
			content: '';
			position: absolute;
			left: 8px;
			top: 0;
      display: inline-block;
      width: 14px;
      height: 28px;
      background: url('/jp/ja/img/common/arrow.png') no-repeat center center;
      background-size: 100% auto;
      vertical-align: top;
		}

    .contents_body .news_list .title a{
      color: #004F99;
    }

    /* ¥Ë¥å©`¥¹Ô”¼š */
    .news_detail{
      margin: -14px 0 0;
    }
    .news_detail .date{
      font-size: 13px;
      line-height: 28px;
      text-align: right;
    }
    .news_detail .news-title{
      font-size: 15px;
      line-height: 28px;
    }
    .news_detail .block-wrap{
      font-size: 15px;
      line-height: 28px;
      margin: 14px 0 0;
    }
    .news_detail .block-wrap a{
      color: #0099D9;
    }
    .news_detail .block-wrap a.link{
      position: relative;
      display: inline-block;
      font-size: 13px;
      font-weight: bold;
      line-height: 28px;
      color: #0099D9;
      letter-spacing: 0.04em;
      padding-left: 21px;
    }
    .news_detail .block-wrap a.link:before{
      content: '';
      position: absolute;
      left: 7px;
      top: 5px;
      display: block;
      width: 14px;
      height: 14px;
      background: url('/jp/ja/img/common/arrow.png') no-repeat center center;
      background-size: 100% auto;
      margin-right: 10px;
      vertical-align: top;
    }
    .news_detail .block-wrap a.link.blank:after{
      content: '';
      display: inline-block;
      transform: none;
      width: 14px;
      height: 14px;
      background: url('/jp/ja/img/common/blank_blue.png') no-repeat center center;
      background-size: 100% auto;
      margin: 0 0 0 8px;
      vertical-align: middle;
    }
    .news_detail .block-wrap b{
      font-weight: bold;
    }

    .news_detail .block-wrap h2{
      font-size: 17px;
      font-weight: bold;
      line-height: 28px;
      letter-spacing: 0.04em;
      margin: 60px 0 0;
      padding-bottom: 25px;
      border-bottom: 1px solid #0099D9;
    }
    .news_detail .block-wrap img{
      width: 100%;
    }

    .news_detail .block-wrap table{
      margin: 28px 0 0;
      border-collapse:separate;
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
    }
    .news_detail .block-wrap table th,
    .news_detail .block-wrap table td{
      display: block;
      text-align: left;
      line-height: 28px;
      padding: 0;
    }
    .news_detail .block-wrap table th{
      font-size: 13px;
      color: #004F99;
      /* width: 182px; */
      width: 100%;
      padding-top: 13px;
    }
    .news_detail .block-wrap table td{
      font-size: 15px;
      border-bottom: 1px solid #E6E6E6;
      padding-bottom: 13px;
    }

    .news_detail .block-wrap table tr:last-child td{
      border-bottom: none;
    }

    #contact-wrap-short{
      width: 100vw;
      margin: 70px calc(-19 / 375 * 100vw) 0;
      background-color: #E6F4FA;
      box-sizing: border-box;
      padding: 42px 28px;
      text-align: center;
    }
    #contact-wrap-short .contact-title{
      font-size: 15px;
      line-height: 28px;
      color: #0099D9;
    }
    #contact-wrap-short .contact-title span{
      font-weight: bold;
    }
    #contact-wrap-short .btnContact{
      display: block;
      width: 196px;
      margin: 24px auto 0;
      box-sizing: border-box;
      border: 1px solid #0099D9;
      text-align: center;
      background-color: #fff;
      font-size: 17px;
      font-weight: bold;
      line-height: 21px;
      padding: 17px 0;
      letter-spacing: 0.04em;
      color: #0099D9;
    }


    .sp_none {
        display: none !important
    }
}

#materials .navigation>.nav-links {
  display: flex;
  justify-content: center;
}

#materials #materials .navigation>.nav-links li{
  border: none;
}

#materials .navigation>.nav-links .page-numbers {
  display: block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 15px;
  border: 1px solid #fff;
  text-align: center;
}
#materials .navigation>.nav-links .page-numbers.current{
  font-weight: 700;
  color: #0099D9;
  background-color: #E6F4FA;
  border: 1px solid #E6F4FA;
  pointer-events: none;
}
#materials .navigation>.nav-links .page-numbers:hover {
  color: #0099D9;
  background-color: #E6F4FA;
  border: 1px solid #E6F4FA;
  opacity: 1;
}
#materials .navigation>.nav-links .page-numbers.prev,
#materials .navigation>.nav-links .page-numbers.next{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 84px;
  border: 1px solid #E6E6E6;
}
#materials .navigation>.nav-links .page-numbers.prev{
  margin-right: 30px;
}
#materials .navigation>.nav-links .page-numbers.next{
  margin-left: 30px;
}
#materials .navigation>.nav-links .page-numbers.prev::before,
#materials .navigation>.nav-links .page-numbers.next::after{
  content: '';
  width: 14px;
  height: 14px;
  background: url("/jp/ja/img/common/arrow.png") no-repeat center center;
  background-size: 100% auto;
  vertical-align: middle;
}
#materials .navigation>.nav-links .page-numbers.prev::before{
  transform: rotate(180deg);
}
#materials .navigation>.nav-links .page-numbers.first,
#materials .navigation>.nav-links .page-numbers.last{
  border: 1px solid #E6E6E6;
  background-image: url("/jp/ja/img/common/arrow-end.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 14px 14px;
  margin: 0 7px;
}
#materials .navigation>.nav-links .page-numbers.first{
  transform: scale(-1, 1);
}


.company-page img{
  height: auto;
}