@charset "UTF-8";


/* pageMv
***************************************************************/
@media all and (min-width: 681px) {
  .pageMv {
    background: url(../img/topics/mv_pc.jpg)no-repeat center / cover;
  }
}
@media all and (max-width:680px) {
  .pageMv {
    background: url(../img/topics/mv_sp.jpg)no-repeat center / cover;
  }
}
@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 {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.post_article_list1_item {
  width: 447px;
  display: block;
  position: relative;
}
.post_article_list1_item .thumb {
  width: 100%;
  height: 298px;
  transition: opacity 0.3s ease;
}
.post_article_list1_item .img1 {
  width: 100%;
  height: 100%;
  background: url(../img/common/noimage.jpg)no-repeat center / cover;
}
.post_article_list1_item_title {
  width: 230px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #1f2e43;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0;
}
.post_article_list1_item_text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  position: relative;
  padding-right: 54px;
  margin-top: 15px;
}
.post_article_list1_item_text br {
  display: none;
}
.post_article_list1_item_text .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_text .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;
}
@media all and (min-width: 681px) {
  .post_article_list1 .post_article_list1_item:nth-of-type(1n + 3) {
    margin-top: 56px;
  }
  .post_article_list1_item:hover .thumb {
    opacity: .7;
  }
  a:hover .post_article_list1_item_text .arrow {
    background-color: #2d5f86;
    right: -6px;
  }
}
@media all and (max-width:680px) {
  .post_articleWrap {
    padding-bottom: 80px;
  }
  .post_articleWrap_inner {
    width: 100%;
    padding: 0 20px;
  }
  .post_article_list1_item {
    width: calc((100% - 10px) / 2);
  }
  .post_article_list1 .post_article_list1_item:nth-of-type(1n + 3) {
    margin-top: 25px;
  }
  .post_article_list1_item .thumb {
    height: 124px;
    position: relative;
  }
  .post_article_list1_item_title {
    width: 100%;
    height: 30px;
    font-size: 11px;
    position: static;
  }
  .post_article_list1_item_text {
    font-size: 13px;
    padding-right: 0;
    margin-top: 8px;
  }
  .post_article_list1_item .thumb .arrow {
    width: 24px;
    height: 24px;
    background-color: #1f2e43;
    position: absolute;
    bottom: 0;
    margin: auto;
    transition: background-color 0.3s ease ,right 0.3s ease;
    right: 0;
  }
  .post_article_list1_item .thumb .arrow::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 4px;
    margin: auto;
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    transition: border-color 0.3s ease;
  }
}
@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;
}
@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;
  }
}
@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 {
  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) {
}


/* other_postWrap
***************************************************************/
.other_postWrap {
  padding: 140px 0 120px;
}
.other_postWrap .result {
  text-align: center;
}
.other_post_h2 {
  font-size: 26px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding-bottom: 20px;
}
.other_postSlide {
  width: 1200px;
  padding: 0 30px;
  margin: 0 auto;
}
.other_postSlide .post_article_list1_item {
  width: 340px;
  margin: 0 20px;
}
.other_postSlide .post_article_list1_item .thumb {
  height: 228px;
}
.other_postSlide .slick-prev, .other_postSlide .slick-next {
  background-color: #787878;
  height: 110px;
  width: 26px;
  transition: 0.3s ease;
}
.other_postSlide .slick-prev:hover, .other_postSlide .slick-next:hover {
  background: #999;
}
.other_postSlide .slick-prev, .other_postSlide .slick-next {
  top: 33%;
}
@media all and (min-width: 681px) {
}
@media all and (max-width:680px) {
  .other_postWrap {
    padding: 80px 0 80px;
  }
  .other_post_h2 {
    font-size: 20px;
  }
  .other_postSlide {
    width: 100%;
    padding: 0 20px;
  }
  .other_postSlide .post_article_list1_item {
    width: 100%;
    margin: 0;
  }
  .other_postSlide .post_article_list1_item_title {
    font-size: 14px;
    height: 40px;
  }
  .other_postSlide .post_article_list1_item_text {
    font-size: 14px;
  }
  .other_postSlide .post_article_list1_item .thumb {
    height: 210px;
  }
  .other_postSlide .post_article_list1_item .thumb .arrow {
    width: 32px;
    height: 32px;
  }
  .other_postSlide .post_article_list1_item .thumb .arrow::after {
    width: 10px;
    height: 10px;
  }
  .other_postSlide .slick-prev, .other_postSlide .slick-next {
    top: 44%;
  }
}
@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) {
}
