@charset "utf-8";
/*
font-family: "Noto Serif JP";
font-weight: 700;
sans:400=Regular,700=Bold
*/
.btn{
  position: relative;
  border: 2px solid #0071BC;
  border-radius: 18px;
  background-color:#0071BC;
  width: 196px;
  height: 36px;
}
.btn::after{
  position: absolute;
  top:11.5px;
  right:11.5px;
  content: "";
  background:url(../images/icon_arrow.png) no-repeat;
  background-size: 11px 13px;
  width: 11px;
  height: 13px;
}
.btn a{
  display: block;
  color:#FFF;
  width: 196px;
  font-size:16px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
}
.btn:hover{
  background-color:#FFF;
}
.btn:hover a{
  color:#0071BC;
}
#keyview{
  width: 100%;
  position: relative;
  height: 476px;
}
.bg_keyview{
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 476px;
  position: relative;
  overflow: hidden;
}
.bg_keyview img{
  width: 100%;
  height: auto;
  min-width: 1366px;
  position: absolute;
  top:0;
  left: 0;
  z-index: -1;
}
#keyview h2{
  position: absolute;
  top: 45%;
  left:50%;
  font-size: 48px;
  line-height: 58px;
  color: #FFF;
  font-family: "Noto Serif JP";
  font-weight: 700;
  transform:translateX(-45%) translateY(50%);
  -webkit- transform:translateX(-45%) translateY(50%);
  z-index: 11;
}
#keyview h2 span{
  display: block;
  position: relative;
  font-size: 24px;
  line-height: 29px;
  color: #FFF;
  font-weight: 700;
  text-align: center;
  z-index: 11;
}
#keyview h2 span::before{
  content: '';
  position: absolute;
  top: 15px;
  left: 25px;
  background-color: #FFF;
  width: 15px;
  height: 6px;
}
#keyview h2 span::after{
  content: '';
  position: absolute;
  top: 15px;
  right: 25px;
  background-color: #FFF;
  width: 15px;
  height: 6px;
}

#cont_news{
  margin: 100px auto 0;
  padding:0 0 100px;
  width: 1024px;
  overflow: auto;
}
#cont_news ul{
  margin: 0 12px 0;
}
#cont_news ul li{
  position: relative;
  display: block;
  border-bottom:1px solid #ccc;
}
#cont_news ul li:first-child{
  border-top:1px solid #ccc;
}
#cont_news ul li::after{
  content: "";
  position: absolute;
  top:22px;
  right:0;
  background:url(../images/icon_arrow_b.png) no-repeat;
  background-size: cover;
  width: 6px;
  height: 7px;
}
#cont_news ul li a{
  display: block;
  text-decoration: none;
}
.list_data{
  display: flex;
  align-items: center;
  padding:10px 0 ;
  margin-left: 10px;
}
.list_data time{
  width: 110px;
  font-size:16px;
  line-height:16px;
}
.list_data .category{
  display: block;
  background-color:#0000FF;
  width: 100px;
  height:33px;
  color:#FFF;
  font-size:16px;
  line-height:33px;
  text-align: center;
}
.list_data .news_ttl{
  margin:0 30px;
  width: 730px;
  font-size:16px;
  line-height: 24px;
}
#cont_news ul li a:hover .list_data .news_ttl{
  color:#29ABE2;
  text-decoration: underline;
}
#pagenation{
  display: flex;
  justify-content: center;
  align-items: center;
  margin:60px auto 0;
}
#pagenation a{
  display: block;
  margin:0 10px;
  border:1px solid #0086FF;
  border-radius: 30px;
  width: 60px;
  height: 60px;
  font-size:16px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
}
#pagenation span{
  display: block;
  margin:0 10px;
  background-color: #C6E4FF;
  border:1px solid #0086FF;
  border-radius: 30px;
  width: 60px;
  height: 60px;
  font-size:16px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
}
#pagenation a:hover{
  border:1px solid #0086FF;
  background-color: #0086FF;
  color: #FFF;
}
#pagenation .prev,
#pagenation .next{
  display: block;
  margin:0 10px;
  border:1px solid #0086FF;
  border-radius: 30px;
  background-color: #0086FF;
  width: 60px;
  height: 60px;
  color:#FFF;
  font-size:16px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
}
#pagenation .prev:hover,
#pagenation .next:hover{
  display: block;
  background-color: #0000FF;
}
/* detail */
#news{
  margin:100px auto 0;
  padding:0 0 30px;
  border-bottom:1px solid #707070;
  width: 1024px;
  overflow: auto;
}
#news a{
  color:#4682b4;
}
#news a:hover{
  color:#FFA500
}
#news h1{
  margin:0 0 30px;
  padding:0 0 20px;
  border-bottom:1px solid #707070;
  width: 1024px;
  font-size:22px;
  font-weight:700;
  line-height:26px;
  text-align: left;
}
#eyechatch{
  display: block;
  margin:30px 0 0;
  padding:0 0 60px;
  width: 1024px;
}
#eyechatch img{
  width: 100%;
}
#news p{
  margin:0 0 1.8rem;
}
#news h2{
  position: relative;
  margin:0 0 20px;
  padding:0 0 6px;
  border-bottom:2px solid #CCC;
  width: 1024px;
  font-size:18px;
  line-height:27px;
}
#news h2::before{
  content: "";
  position: absolute;
  bottom:-2px;
  left:0;
  background-color: #0000FF;
  width: 48px;
  height: 2px;
}
#news h3{
  position: relative;
  margin:0 0 20px;
  width: 1024px;
  color:#0000FF;
  font-size:16px;
  font-weight: 700;
  line-height:24px;
}
#news h4{
  position: relative;
  margin:0 0 20px;
  padding:0 0 0 15px;
  font-size:16px;
  line-height:24px;
}
#news h4::before{
  content: "";
  position:absolute;
  top:0;
  left:0;
  background-color: #0000FF;
  width: 6px;
  height: 24px;
}
#news h5{
  position: relative;
  margin:0 0 20px;
  font-size:14px;
  font-weight: 700;
  line-height:22px;
}
#news ul{
  margin:0 0 20px;
  list-style:square;
}
#news ul li{
  margin:0 0 0 24px;
  list-style-type:square;
}
#news ol{
  margin:0 0 20px;
  list-style:decimal;
}
#news ol li{
  margin:0 0 0 24px;
  list-style-type:decimal;
}
#news table{
  margin:0 0 20px;
  border-collapse: separate;
  border-spacing: 1px;
}
#news table tr th{
  padding:0.5em 1em;
  background-color: #0000FF;
  color:#FFF;
  font-size:14px;
  line-height:22px;
  text-align: center;
}
#news table tr td{
  padding:0.5em 1em;
  background-color: #F6FBFF;
  font-size: 14px;
  line-height: 22px;
}
#news table tr:nth-child(even) td{
  background-color: #D8ECFF;
}
#news blockquote{
  margin:0 0 20px;
  padding:15px;
  background-color: #EFEFEF;
}
#news blockquote p{
  margin:0;
  font-size: 14px;
  line-height: 22px;
}
#article_data{
  margin:100px 0 0;
  padding:30px 0 0;
  border-top:1px solid #707070;
  width: 100%;
}
#article_data p{
  margin:0 0 10px;
  width: 100%;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
}
#article_data p span{
  display: inline-block;
  margin:0 20px 0 0;
  background-color:#0000FF;
  width: 120px;
  height: 40px;
  color: #FFF;
  font-size:14px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
}
#article_data ul{
  display: flex;
  margin:0;
  list-style-type: none;
}
#article_data ul li{
  margin:0 10px 0 0;
  list-style-type: none;
  width: 48px;
  height: 48px;
}
#article_data ul li a{
  display: block;
}
#page_nation{
  margin:30px auto 0;
  padding:0 0 100px;
  width: 1024px;
}
#page_nation .next,
#page_nation .back{
  position: relative;
  padding:0 0 10px 100px;
}
#page_nation .next::before{
  content: "NEXT";
  position: absolute;
  top:0;
  left:0;
  border-radius: 15px 0 0 15px;
  background-color: #0000FF;
  width: 80px;
  height: 30px;
  color:#FFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
}
#page_nation .back::before{
  content: "BACK";
  position: absolute;
  top:0;
  left:0;
  border-radius: 15px 0 0 15px;
  background-color: #0000FF;
  width: 80px;
  height: 30px;
  color:#FFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
}
#page_nation p a{
  display: block;
  min-height: 30px;
  font-size:18px;
  line-height: 28px;
  text-decoration: none;
}
#page_nation p a:hover{
  color:#0071BC;
}
@media (max-width: 767px){
  /* keyveiw */
  #keyview{
    width: 100%;
    height: 395px;
  }
  .bg_keyview{
    position: relative;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 395px;
    overflow: hidden;
  }
  .bg_keyview img{
    width: 100%;
    height: auto;
    min-width: 1366px;
    position: absolute;
    top:-10%;
    left: -150%;
  }
  #keyview h2{
    position: absolute;
    top: 40%;
    left:50%;
    font-size: 32px;
    line-height: 1.5em;
    color: #FFF;
    font-family: "Noto Serif JP";
    font-weight: 700;
    transform:translateX(-50%) translateY(40%);
    -webkit- transform:translateX(-50%) translateY(40%);
    z-index: 60;
  }
  #keyview h2 span{
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #FFF;
    font-weight: 700;
    text-align: center;
    z-index: 11;
  }
  #keyview h2 span::before{
    content: '';
    position: absolute;
    top: 13px;
    left: 20px;
    background-color: #FFF;
    width: 10px;
    height: 3px;
  }
  #keyview h2 span::after{
    content: '';
    position: absolute;
    top: 13px;
    right: 20px;
    background-color: #FFF;
    width: 10px;
    height: 3px;
  }

  #cont_news{
    margin: 50px auto 0;
    padding:0 0 50px;
    width: 100%;
    overflow: auto;
  }
  #cont_news ul{
    margin: 0 6px 0;
    width: calc(100% - 12px);
  }
  #cont_news ul li{
    position: relative;
    display: block;
    border-bottom:1px solid #ccc;
  }
  #cont_news ul li:first-child{
    border-top:1px solid #ccc;
  }
  #cont_news ul li::after{
    content: "";
    position: absolute;
    top:22px;
    right:0;
    background:url(../images/icon_arrow_b.png) no-repeat;
    background-size: cover;
    width: 6px;
    height: 7px;
  }
  #cont_news ul li a{
    display: block;
    text-decoration: none;
  }
  .list_data{
    display: block;
    align-items: center;
    padding:10px 0;
  }
  .list_data time{
    display: inline-block;
    width: 110px;
    font-size:16px;
    line-height:16px;
  }
  .list_data .category{
    display: inline-block;
    background-color:#0000FF;
    width: 100px;
    height:33px;
    color:##2B2B2B;
    font-size:16px;
    line-height:33px;
    text-align: center;
  }
  .list_data .news_ttl{
    display: block;
    margin:10px 0px;
    width: 100%;
    font-size:16px;
    line-height: 24px;
  }
  #cont_news ul li a:hover .list_data .news_ttl{
    color:#29ABE2;
    text-decoration: underline;
  }
  #pagenation{
    display: flex;
    justify-content: center;
    align-items: center;
    margin:30px auto 0;
  }
  #pagenation a{
    display: block;
    margin:0 5px;
    border:1px solid #0086FF;
    border-radius: 23px;
    width: 46px;
    height: 46px;
    font-size:16px;
    font-weight: 700;
    line-height: 46px;
    text-align: center;
    text-decoration: none;
  }
  #pagenation span{
    display: block;
    margin:0 5px;
    background-color: #C6E4FF;
    border:1px solid #0086FF;
    border-radius: 23px;
    width: 46px;
    height: 46px;
    font-size:16px;
    font-weight: 700;
    line-height: 46px;
    text-align: center;
    text-decoration: none;
  }
  #pagenation a:hover{
    border:1px solid #0086FF;
    background-color: #0086FF;
    color: #FFF;
  }
  #pagenation .prev,
  #pagenation .next{
    display: block;
    margin:0 10px;
    border:1px solid #0086FF;
    border-radius: 23px;
    background-color: #0086FF;
    width: 46px;
    height: 46px;
    color:#FFF;
    font-size:10px;
    font-weight: 700;
    line-height: 46px;
    text-align: center;
    text-decoration: none;
  }
  #pagenation .prev,
  #pagenation .next:hover{
    background-color: #0086FF;
  }
  /* detail */
  #news{
    margin:50px 5px 0;
    padding:0 0 15px;
    border-bottom:1px solid #707070;
    width: calc(100% - 10px);
    overflow: auto;
  }
  #news a{
    color:#4682b4;
  }
  #news a:hover{
    color:#FFA500
  }
  #news h1{
    margin: 0 0 30px;
    padding:0 0 10px;
    border-bottom:1px solid #707070;
    width: 100%;
    font-size:18px;
    font-weight:700;
    line-height:27px;
    text-align: left;
  }
  #eyechatch{
    display: block;
    margin:0px 0 0;
    padding:0 0 30px;
    width: 100%;
  }
  #eyechatch img{
    width: 100%;
    height: auto;
  }
  #news p{
    margin:0 0 1.8rem;
  }
  #news h2{
    position: relative;
    margin:0 0 20px;
    padding:0 0 6px;
    border-bottom:2px solid #CCC;
    width: 100%;
    font-size:18px;
    line-height:27px;
  }
  #news h2::before{
    content: "";
    position: absolute;
    bottom:-2px;
    left:0;
    background-color: #0000FF;
    width: 48px;
    height: 2px;
  }
  #news h3{
    position: relative;
    margin:0 0 20px;
    width: 100%;
    color:#0000FF;
    font-size:16px;
    font-weight: 700;
    line-height:24px;
  }
  #news h4{
    position: relative;
    margin:0 0 20px;
    padding:0 0 0 15px;
    font-size:16px;
    line-height:24px;
  }
  #news h4::before{
    content: "";
    position:absolute;
    top:0;
    left:0;
    background-color: #0000FF;
    width: 6px;
    height: 24px;
  }
  #news h5{
    position: relative;
    margin:0 0 20px;
    font-size:14px;
    font-weight: 700;
    line-height:22px;
  }
  #news ul{
    margin:0 0 20px;
    list-style:square;
  }
  #news ul li{
    margin:0 0 0 24px;
    list-style-type:square;
  }
  #news ol{
    margin:0 0 20px;
    list-style:decimal;
  }
  #news ol li{
    margin:0 0 0 24px;
    list-style-type:decimal;
  }
  #news table{
    margin:0 0 20px;
    border-collapse: separate;
    border-spacing: 1px;
  }
  #news table tr th{
    padding:0.5em 1em;
    background-color: #0000FF;
    color:#FFF;
    font-size:14px;
    line-height:22px;
    text-align: center;
  }
  #news table tr td{
    padding:0.5em 1em;
    background-color: #F6FBFF;
    font-size: 14px;
    line-height: 22px;
  }
  #news table tr:nth-child(even) td{
    background-color: #D8ECFF;
  }
  #news blockquote{
    margin:0 0 20px;
    padding:15px;
    background-color: #EFEFEF;
  }
  #news blockquote p{
    margin:0;
    font-size: 14px;
    line-height: 22px;
  }
  #article_data{
    margin:50px 5px 0;
    padding:15px 0 0;
    border-top:1px solid #707070;
    width: calc(100% - 10px);
  }
  #article_data p{
    margin:0 0 10px;
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }
  #article_data p span{
    display: inline-block;
    margin:0 10px 0 0;
    background-color: #0000FF;
    width: 120px;
    height: 40px;
    color: #FFF;
    font-size:14px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
  }
  #article_data ul{
    display: flex;
    margin:0;
    list-style-type: none;
  }
  #article_data ul li{
    margin:0 5px 0 0;
    list-style-type: none;
    width: 48px;
    height: 48px;
  }
  #article_data ul li a{
    display: block;
  }
  #page_nation{
    margin:15px 5px 0;
    padding:0 0 50px;
    width: calc(100% - 10px);
  }
  #page_nation .next,
  #page_nation .back{
    position: relative;
    padding:0 0 10px 100px;
  }
  #page_nation .next::before{
    content: "NEXT";
    position: absolute;
    top:0;
    left:0;
    border-radius: 15px 0 0 15px;
    background-color: #0000FF;
    width: 80px;
    height: 30px;
    color:#FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
  }
  #page_nation .back::before{
    content: "BACK";
    position: absolute;
    top:0;
    left:0;
    border-radius: 15px 0 0 15px;
    background-color: #0000FF;
    width: 80px;
    height: 30px;
    color:#FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
  }
  #page_nation p a{
    display: block;
    min-height: 30px;
    font-size:14px;
    line-height: 22px;
    text-decoration: none;
  }
  #page_nation p a:hover{
    color:#0071BC;
  }
}

@media (max-width: 767px) and (orientation:landscape){
  #keyview{
    width: 100%;
    height: 316px;
  }
  #keyview .bg_keyview{
    position: relative;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 316px;
    overflow: hidden;
  }
  #keyview .bg_keyview img{
    width: 100%;
    height: auto;
    min-width: 1366px;
    position: absolute;
    top: -40%;
    left: -50%;
  }
  #keyview h2{
    font-size: 32px;
    color: #FFF;
    font-family: "Noto Serif JP";
    font-weight: 700;
    position: absolute;
    top: 40%;
    left:50%;
    transform:translateX(-50%) translateY(40%);
    -webkit- transform:translateX(-50%) translateY(40%);
    z-index: 1;
  }
  .br_sp{
    display: none;
  }

  .info_detail li:last-child p{
    margin-left: 0em;
  }
}
