@charset "UTF-8";


/* pageMv
***************************************************************/
.pageMv::before {
  opacity: .45;
}
@media all and (min-width: 681px) {
  .pageMv {
    background: url(../img/news/mv_pc.jpg)no-repeat center / cover;
  }
}
@media all and (max-width:680px) {
  .pageMv {
    background: url(../img/news/mv_sp.jpg)no-repeat center / cover;
  }
  .pageMv .pageMvEnTitle {
    width: 260px;
  }
}
@media all and (max-width:370px) {
}


/* catListBox
***************************************************************/
.catListBox {
  padding: 125px 0 115px;
}
.catList {
  width: 960px;
  margin: 0 auto;
  position: relative;
  left: -5px;
  display: flex;
}
.catList .li1 {
  width: calc((100% - 40px) / 4);
  margin-left: 10px;
}
.catList .link1 {
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.4;
  background-color: #e3e4e6;
  color: #646464;
}
.catList .current .link1 {
  background-color: #1f2e43;
  color: #fff;
}
@media all and (min-width: 681px) {
  .catList .link1:hover {
    background-color: #1f2e43;
    color: #fff;
  }
}
@media all and (max-width:680px) {
  .catListBox {
    padding: 35px 20px 45px;
  }
  .catList {
    width: 100%;
    position: static;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
  }
  .catList .li1 {
    width: calc((100% - 10px) / 2);
    margin-left: 0;
  }
  .catList .li1:nth-of-type(1n + 3) {
    margin-top: 10px;
  }
  .catList .link1 {
    height: 65px;
    font-size: 15px;
  }
}
@media all and (max-width:370px) {
}


/* post_articleWrap
***************************************************************/
.post_articleWrap {
  padding-bottom: 110px;
}
.post_articleWrap_inner {
  width: 950px;
  margin: 0 auto;
}
.post_article_list1 {
  border-top: 1px solid #6f7174;
}
.post_article_list1_item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #6f7174;
  padding: 45px 15px;
}
.post_article_list1_item .day_cat {
  width: 180px;
  padding-right: 30px;
}
.post_article_list1_item .day {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0;
}
.post_article_list1_item .cat {
  width: 100%;
  height: 33px;
  border-radius: 3px;
  background-color: #bd5050;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post_article_list1_item .cat.cat2 {
  background-color: #db9f46;
}
.post_article_list1_item .cat.cat3 {
  background-color: #008695;
}
.post_article_list1_item .title {
  width: calc(100% - 180px);
  padding-right: 170px;
  font-size: 18px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0;
  line-height: 1.8;
  position: relative;
}
.post_article_list1_item .title.url {
  padding-right: 0;
  text-decoration: underline;
}
.post_article_list1_item .title.nolink {
  padding-right: 0;
}
.post_article_list1_item .title br {
  display: none;
}
.post_article_list1_item .arrow {
  width: 32px;
  height: 32px;
  background-color: #1f2e43;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: background-color 0.3s ease ,right 0.3s ease;
  right: 0;
}
.post_article_list1_item .arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 4px;
  margin: auto;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  transition: border-color 0.3s ease;
}
.post_article_list1_item .pdf {
  background: url(../img/common/ico_pdf.svg)no-repeat center / contain;
  width: 40px;
  height: 44px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media all and (min-width: 681px) {
  a.post_article_list1_item:hover {
    background-color: #e3e4e6;
  }
  a.post_article_list1_item:hover .arrow {
    background-color: #2d5f86;
    right: -6px;
  }
  a.post_article_list1_item:hover .title.url {
    text-decoration: none;
  }
}
@media all and (max-width:680px) {
  .post_articleWrap {
    padding-bottom: 80px;
  }
  .post_articleWrap_inner {
    width: 100%;
    padding: 0 20px;
  }
  .post_article_list1_item {
    display: block;
    padding: 18px 0 15px;
  }
  .post_article_list1_item .day_cat {
    width: 100%;
    padding-right: 0;
    display: flex;
    align-items: center;
  }
  .post_article_list1_item .day {
    font-size: 16px;
  }
  .post_article_list1_item .cat {
    width: 150px;
    height: 30px;
    margin-left: 10px;
    font-size: 14px;
  }
  .post_article_list1_item .title {
    width: 100%;
    padding-right: 55px;
    font-size: 15px;
    margin-top: 10px;
  }
  .post_article_list1_item .title.url {
    padding-right: 0;
  }
  .post_article_list1_item .title.nolink {
    padding-right: 0;
  }
  .post_article_list1_item .arrow {
    width: 24px;
    height: 24px;
  }
  .post_article_list1_item .arrow::after {
    right: 4px;
    width: 8px;
    height: 8px;
  }
  .post_article_list1_item .pdf {
    width: 28px;
    height: 31px;
  }
}
@media all and (max-width:370px) {
}


/* single_title
***************************************************************/
.single_title {
  padding: 70px 0;
}
.single_title .t1 {
  font-size: 27px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #2d5f86;
  width: 346px;
  margin: 0 auto;
  border-bottom: 2px solid #2d5f86;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.single_title .t2 {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.single_h1 {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.7;
  padding-bottom: 80px;
}
.w_linkBtn1 {
  margin-bottom: 130px;
}
@media all and (min-width: 681px) {
}
@media all and (max-width:680px) {
  .single_title {
    padding: 30px 0 45px;
  }
  .single_title .t1 {
    font-size: 24px;
    width: 280px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .single_title .t2 {
    font-size: 18px;
  }
  .single_h1 {
    font-size: 20px;
    padding: 0 20px 35px;
  }
  .single_h1 br {
    display: none;
  }
  .w_linkBtn1 {
    margin-bottom: 80px;
  }
}
@media all and (max-width:370px) {
}


/* single_layoutWrap
***************************************************************/
.single_layoutWrap {
  width: 700px;
  margin: 0 auto;
  padding-bottom: 90px;
}
.single_layout {
  width: 100%;
}
.single_layout .single_layout_editer img {
  max-width: none;
  width: 100%;
}
.single_layout + .single_layout {
  margin-top: 50px;
}
.single_layout_h2 {
  font-size: 21px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.single_layout_p1 {
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0;
  line-height: 2;
}
.single_layout_h2 + .single_layout_p1 {
  margin-top: 15px;
}
.single_layout_h2 + .single_layout_editer {
  margin-top: 15px;
}
.single_layout_editer a {
  color: #008475;
  text-decoration: underline;
}
.single_layout_img1 {
  width: 100%;
}
.single_layout_caption1 {
  font-size: 14px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0;
  line-height: 1.7;
  margin-top: 5px;
}
.single_layout_clm2 {
  display: flex;
  justify-content: space-between;
}
.single_layout_clm2In {
  width: 340px;
}
.single_layout.type3 .single_layout_img1 {
  height: 240px;
  background: url(../img/common/noimage.jpg)no-repeat center / cover;
}
@media all and (min-width: 681px) {
  .single_layout_editer a:hover {
    text-decoration: none;
  }
}
@media all and (max-width:680px) {
  .single_layoutWrap {
    width: 100%;
    padding: 0 20px 45px;
  }
  .single_layout + .single_layout {
    margin-top: 40px;
  }
  .single_layout_h2 {
    font-size: 18px;
    text-align: justify;
  }
  .single_layout_p1 {
    font-size: 14px;
  }
  .single_layout_h2 + .single_layout_p1 {
    margin-top: 12px;
  }
  .single_layout_h2 + .single_layout_editer {
    margin-top: 12px;
  }
  .single_layout_clm2 {
    display: block;
  }
  .single_layout_clm2In {
    width: 100%;
  }
  .single_layout_clm2In + .single_layout_clm2In {
    margin-top: 20px;
  }
  .single_layout.type3 .single_layout_img1 {
    height: 66.67vw;
  }
}
@media all and (max-width:370px) {
}


/* aaa
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width:680px) {
}
@media all and (max-width:370px) {
}


/* aaa
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width:680px) {
}
@media all and (max-width:370px) {
}
