@charset "utf-8";

.mainv {
  position: relative;
  padding-top: 39.0625%;
  overflow: hidden;
}

.mainv .mainv_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.mainv .mainv_img img {}

.mainv .mainv_t {}

.mainv .mainv_t figure {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.mainv .mainv_t figure img {}

#mainv_t01 {
  max-width: 200px;
  width: 10.4167%;
  top: 27.2%;
}

#mainv_t01 img {}

#mainv_t02 {
  width: 38.80209%;
  max-width: 745px;
  top: 58%;
}

#mainv_t02 img {}

.mainv .bnr {}

.mainv .bnr .bnr01 {
  position: absolute;
  top: 0;
  right: 0;
  width: 17.396%;
  max-width: 334px;
}

.mainv .bnr .bnr01 a {
  display: block;
  position: relative;
}

.mainv .bnr .bnr01 a img {}

.mainv .bnr .bnr01 a:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 5.09%;
  margin-top: -5.655px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.mainv .bnr .bnr01 a:hover {
  opacity: 1;
  box-shadow: 0px 0px 10px #fff;
}

.mainv .bnr .bnr01 a:hover:before {
  right: 3%;
}

.sec_inner {}

#sec1 {
  background-color: #F5F5F5;
  padding: 131px 0 23px;
}

#sec1 .sec_inner {
  max-width: 1500px;
}

.history_link {
  width: 70%;
  margin: 0 auto 50px;
  transition: all .4s;
}

.history_link:hover{
  transform: scale(1.05);
  transition: all .4s;
  opacity: unset;
}


.link_list {}

.link_list ul {}

.link_list ul li {
  width: 33.333%;
  /* border-bottom:  5px solid #ddd; */
}

.link_list ul li:first-child {}

.link_list ul li:last-child {}

.link_list ul li:nth-child(2n) {}

.link_list ul li:nth-child(3n) {}

.link_list ul li a {
  display: block;
  border-bottom: 5px solid #ddd;
}

.link_list ul li figure {
  overflow: hidden;
}

.link_list ul li figure img {
  -webkit-transform: scale(1);
  /*transform: scale(1);*/
  transform: scale(1) rotate(0.01deg);
  -webkit-transition: all .4s;
  transition: all .4s;
}

.link_list ul li .tit {
  height: 110px;
  background-color: #fff;
  text-align: center;
  padding: 0 10px;
  padding-top: 23px;
  border-right: 1px solid #ddd;
}

.link_list ul li .tit img {}

.link_list ul li:nth-child(2n) .tit {}

.link_list ul li:nth-child(2n) .tit img {}

.link_list ul li:nth-child(3n) .tit {
  border-right: none;
}

.link_list ul li:nth-child(3n) .tit img {}

.link_list ul li a:hover {
  opacity: 1;
  border-bottom: 5px solid #1E2677;
}

.link_list ul li a:hover figure {}

.link_list ul li a:hover figure img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.link_list ul li a:hover .tit {}

.link_list ul li a:hover .tit img {}

#sec2 {
  background-color: #F5F5F5;
  padding: 50px 0 62px;
}

#sec2 .sec_inner {}

#sec2 h2 {
  position: absolute;
  top: 9px;
  left: -4px;
}

#sec2 h2 b {
  font-size: 23px;
  font-weight: normal;
  letter-spacing: 0.07em;
}

.news_corona_btn {
  width: 50%;
  max-width: 500px;
  margin: 0 auto 50px;
}

.news_corona_btn a {
  display: block;
  position: relative;
  border: 1px solid #ccc;
  padding: 20px;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.03em;
  text-align: center;
}

.news_corona_btn a:before {
  content: '';
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: solid 2px #1E2677;
  border-right: solid 2px #1E2677;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -6.365px;
}

.news_corona_btn a:hover {
  opacity: 1;
  background-color: #eee;
  border-color: #eee;
}

.news_list_top {
  position: relative;
  padding-left: 260px;
  padding-right: 140px;
  border-bottom: 1px solid #ccc;
}

.news_list_tab {
  white-space: nowrap;
}

.news_list_tab ul {
  text-align: left;
}

.news_list_tab ul li {
  display: inline-block;
  position: relative;
  /* width: 14.7%; */
  min-width: 134px;
}

.news_list_tab ul li:first-child {}

.news_list_tab ul li:last-child {}

.news_list_tab ul li a {
  display: block;
  padding: 19px 22px 16px;
  letter-spacing: 0.06em;
  text-align: center;
  font-size: 16px;
  line-height: 1;
}

.news_list_tab ul li.current {
  border-top: 3px solid #1E2677;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.news_list_tab ul li.current:before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #F5F5F5;
  position: absolute;
  bottom: -4px;
  left: 0;
}

.news_list_tab ul li.current a {
  color: #1E2677;
}

.news_list_link {
  text-align: right;
  /* margin-bottom: 5px; */
  position: absolute;
  top: 3px;
  right: 0;
  border: 2px solid #000;
}

.news_list_link a {
  display: inline-block;
  padding: 6px 17px;
  padding-left: 41px;
  background: url(../common/img/arrow01@2x.png) 5px center no-repeat;
  background-size: 14px;
  color: #000;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.06em;
}

.news_list_link a:before {
  content: '';
  display: block;
  width: 2px;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 27px;
}

.news_list_link a:hover {
  opacity: 1;
  background-color: #fff;
}

.news_list {}

.news_list ul {
  padding-top: 24px;
}

.news_list ul li {
  border-bottom: 1px solid #ccc;
}

.news_list ul li:first-child {}

.news_list ul li:last-child {}

.news_list ul li a {
  display: block;
  padding: 18px 0;
  padding-left: 230px;
  position: relative;
}

.news_list ul li a:hover {
  opacity: 1;
  background-color: #dae7f8;
}

.news_list ul li .news_date {
  position: absolute;
  top: 19px;
  left: 0px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.news_list ul li .news_cat {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 104px;
  background-color: #fff;
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0.06em;
  text-align: center;
  width: auto;
  min-width: 92px;
  height: 22px;
  border: 1px solid #000;
  padding: 0 0.5em;
}

.news_list ul li .news_tit {
  display: inline;
  font-size: 13px;
  font-weight: normal;
  line-height: 22px;
  letter-spacing: 0.06em;
}

#tab_box01 .news_list ul li:nth-child(n + 11) {
  display: none;
}

#tab_box02 .news_list ul li:nth-child(n + 11) {
  display: none;
}

#tab_box03 .news_list ul li:nth-child(n + 11) {
  display: none;
}

#tab_box04 .news_list ul li:nth-child(n + 5) {
  display: none;
}

#tab_box05 .news_list ul li:nth-child(n + 4) {
  display: none;
}

.tab_box {
  min-height: 272px;
}

.tab_box>div {
  display: none;
}

.tab_box>div.current {
  display: block;
}



/*---------------------------------------------------------
	w1200
---------------------------------------------------------*/
@media screen and (max-width: 1200px) {

  .news_list_link {}

  .news_list_tab ul li {
    min-width: 100px;
  }

  .news_list_tab ul li a {
    padding: 19px 20px 16px;
    font-size: 15px;
  }
}

/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/
@media screen and (max-width: 680px),
screen and (max-width: 737px) and (orientation: landscape) {

  .mainv {
    padding-top: 250px;
    overflow: hidden;
  }

  .mainv .mainv_img {
    width: 680px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .mainv .mainv_img img {}

  .mainv .mainv_t {}

  .mainv .mainv_t figure {}

  .mainv .mainv_t figure img {}

  #mainv_t01 {
    width: 80px;
    top: 81px;
  }

  #mainv_t01 img {}

  #mainv_t02 {
    /* width: 80%; */
    /* min-width: 186.25px; */
    width: 260px;
    top: 178px;
  }

  #mainv_t02 img {}

  .mainv .bnr {}

  .mainv .bnr .bnr01 {
    width: 120px;
  }

  .mainv .bnr .bnr01 a {}

  .mainv .bnr .bnr01 a img {}

  .mainv .bnr .bnr01 a:before {
    width: 3px;
    height: 3px;
    border-width: 1px;
    right: 6px;
    margin-top: -2.83px;
  }

  .mainv .bnr .bnr01 a:hover {}

  .mainv .bnr .bnr01 a:hover:before {}

  .sec_inner {}

  #sec1 {
    padding: 40px 0 12px;
  }

  #sec1 .sec_inner {}

  .history_link {
  width: 90%;
  margin-bottom: 20px;
}

  .link_list {}

  .link_list ul {}

  .link_list ul li {
    width: 50%;
    /* border-width: 3px; */
  }

  .link_list ul li:first-child {}

  .link_list ul li:last-child {}

  .link_list ul li:nth-child(2n) {}

  .link_list ul li:nth-child(3n) {}

  .link_list ul li a {
    border-width: 3px;
  }

  .link_list ul li figure {}

  .link_list ul li figure img {}

  .link_list ul li .tit {
    height: auto;
    padding: 6px 4px 6px;
  }

  .link_list ul li .tit img {}

  .link_list ul li:nth-child(2n) .tit {
    border-right: none !important;
  }

  .link_list ul li:nth-child(2n) .tit img {}

  .link_list ul li:nth-child(3n) .tit {
    border-right: 1px solid #ddd;
  }

  .link_list ul li:nth-child(3n) .tit img {}

  .link_list ul li a:hover {
    border-width: 3px;
  }

  .link_list ul li a:hover figure {}

  .link_list ul li a:hover figure img {}

  .link_list ul li a:hover .tit {}

  .link_list ul li a:hover .tit img {}

  #sec2 {
    padding: 25px 0 31px;
  }

  #sec2 .sec_inner {}

  #sec2 h2 {
    position: static;
    margin-bottom: 50px;
    text-align: center;
  }

  #sec2 h2 b {
    font-size: 18px;
  }

  .news_corona_btn {
    width: 100%;
    margin-bottom: 30px;
  }

  .news_list_top {
    padding-left: 0px;
    padding-right: 0;
    border: none;
  }

  .news_list_tab {
    white-space: normal;
  }

  .news_list_tab ul {}

  .news_list_tab ul li {
    width: 48%;
    border: 1px solid #ccc;
    margin-bottom: 4px;
  }

  .news_list_tab ul li:first-child {}

  .news_list_tab ul li:last-child {}

  .news_list_tab ul li a {
    font-size: 14px;
    text-align: center;
    padding: 13px 22px;
  }

  .news_list_tab ul li.current {
    border: 1px solid #1E2677;
  }

  .news_list_tab ul li.current:before {

    background-color: #1E2677;

    bottom: auto;

    top: 0;

    opacity: 0;
  }

  .news_list_tab ul li.current a {
    /* border-top: 3px solid #1E2677; */
    box-shadow: 0 0 0 1px #1E2677 inset;
  }

  .news_list_link {
    top: 35px;
    border-width: 1px;
    line-height: 1;
  }

  .news_list_link a {
    padding: 8px 8px;
    padding-left: 33px;
    background-size: 11px;
    background-position: 6px center;
    font-size: 12px;
    line-height: 1;
  }

  .news_list_link a:before {
    width: 1px;
    left: 23px;
  }

  .news_list_link a:hover {}

  .news_list {}

  .news_list ul {
    padding-top: 20px;
  }

  .news_list ul li {}

  .news_list ul li:first-child {}

  .news_list ul li:last-child {}

  .news_list ul li a {
    padding: 10px 0;
    padding-left: 0px;
    padding-top: 40px;
  }

  .news_list ul li a:hover {}

  .news_list ul li .news_date {
    top: 12px;
    font-size: 13px;
  }

  .news_list ul li .news_cat {
    top: 12px;
    left: 90px;
    font-size: 11px;
    line-height: 18px;
    min-width: 75px;
    height: 20px;
  }

  .news_list ul li .news_tit {}

  .tab_box {
    min-height: 324px;
  }

  .tab_box>div {}

  .tab_box>div.current {}

}