@charset "UTF-8";
/* CSS Document */

/*---------------------------------
main
---------------------------------*/
.subp_subttl {
  font-size: 160%;
  font-weight: bold;
  margin: 20px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.subp_subttl:before,
.subp_subttl:after {
  content: '';
  border-top: 3px solid;
  width: 1em;
}

.subp_subttl:before {
  margin-right: 10px;
}

.subp_subttl:after {
  margin-left: 10px;
}


.feature_list {
  padding-bottom: 60px;
}

.feature_list article:not(:last-child) {
  border-bottom: 2px solid #efeddf;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.feature_list figure {
  border-radius: 10px;
  line-height: 1;
  overflow: hidden;
  padding-top: 75%;
  position: relative;
}

.feature_list figure::before {
  content: '';
  width: 100%;
  height: 100%;
}

.feature_list figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.feature_list .txt {
  margin-top: 5px;
}

.feature_list h2 {
  font-size: 110%;
  text-decoration: underline;
}

.feature_list p {
  font-size: 90%;
}

@media screen and (max-width: 768.98px) {
  .feature_flex {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (min-width: 769px) {
  .feature_flex {
    display: flex;
    flex-direction: row;
  }
}

@media screen and (max-width: 768.98px) {
  .feature_flex_size {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .feature_flex_size {
    width: calc(calc(100% / 2))
  }
}

.area .artcl_list h2 {
  padding-bottom: 0;
}

.report_list .artcl {
  padding-bottom: 60px;
}

.report_list .artcl h2 {
  font-size: 100%;
}

.report_list .artcl:not(:last-child) {
  border-bottom: 2px solid #efeddf;
  margin-bottom: 20px;
  padding-bottom: 20px;
}


.backnumber {
  padding-bottom: 60px;
}

.backnumber .bn_wrap .txt {
  font-size: 110%;
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
}


/*responsive*/
@media screen and (min-width: 769px) {
  .subp_subttl {
    margin: 60px 0 30px;
  }

  .feature_list .artcl>a {
    display: flex;
    align-items: center;
  }

  .feature_list .artcl>a>.photo {
    width: 300px;
  }

  .feature_list .artcl>a>.txt {
    margin-top: 0;
    padding-left: 20px;
    flex: 1;
  }

  .feature_list h2 {
    font-size: 140%;
    margin: 10px 0;
  }

  .feature_list p {
    font-size: 100%;
  }

  .report_list .artcl a {
    display: flex;
    align-items: center;
  }

  .report_list .artcl a>p {
    width: 8em;
  }

  .report_list .artcl a>h2 {
    flex: 1;
  }

}



/*---------------------------------
記事詳細
---------------------------------*/
.article_detail {
  background-color: #e1ecdf;
  margin-top: 20px;
  padding: 40px 0;
}

.article_detail article.left {
  background-color: #fff;
  border-radius: 20px;
  filter: drop-shadow(0 0 5px rgba(216, 216, 216, .75));
  padding: 30px 5%;
}


.article_detail .cate span {
  background-color: #000;
  color: #fff;
  display: inline-block;
  padding: 2px 10px;
}

.article_detail h1 {
  font-size: 130%;
  margin: 10px 0;
}

.article_detail .date {
  color: #959595;
  font-size: 90%;
  margin: 10px 0;
}


.contents {
  margin-top: 40px;
  margin-bottom: 40px;
}

.contents a {
  color: #ff6846;
  text-decoration: underline;
}

.contents h2 {
  margin: 40px 0 20px;
  text-align: justify;
  word-break: break-all;
}

.contents h3 {
  color: #17973f;
  margin: 40px 0 20px;
  text-align: justify;
  word-break: break-all;
}

.contents h4 {
  margin: 20px 0 20px;
  font-size: 110%;
}

.contents hr {
  margin: 40px 0 40px;
  border: none;
  height: 1px;
  background-color: #dbdbdb;
}

.contents p {
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin: 20px 0;
  text-align: justify;
  word-break: break-all;
}

.contents .small {
  font-size: 80%;
}

.contents .fc_red {
  color: #eb5c5c;
}

.contents .fc_blue {
  color: #49639B;
}

.contents .fc_orange {
  color: #c46131;;
}

.contents .fc_black {
  color: #000;
}

.contents ul.list {
  margin-top: 20px;
  margin-bottom: 20px;
}

.contents ul.list>li {
  padding-left: 1em;
  text-indent: -1em;
}

.contents .bg_block {
  background-color: #f1f1f1;
  border-radius: 10px;
  margin-top: 40px;
  padding: 20px;
}

.contents .bg_block2 {
  background-color: #f1f1f1;
  border-radius: 10px;
  margin-top: 40px;
  padding: 20px;
}

.contents .bg_block2 h3:first-child {
  margin-top: 0;
}

.contents .bg_block h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 110%;
}

.contents .bg_block h3:not(:first-child) {
  margin-top: 20px;
}

.contents .bg_block p {
  margin: 5px 0 0;
}

.contents .report_block {
  background-color: #eaf6fd;
  border-radius: 10px;
  margin-top: 40px;
  padding: 20px;
}

.contents .report_block h3 {
  color: #2990d0;
  margin-top: 0;
}

.contents .report_block h3:not(:first-child) {
  border-top: 1px solid #2990d0;
  margin-top: 20px;
  padding-top: 20px;
}

.contents .report_block p {
  margin: 0;
}

.contents figure {
  line-height: 1.0;
  margin: 20px 0;
}

.contents figure img {
  border-radius: 10px;
}

.contents .photo_s img {
  max-width: 400px;
}

.contents .photo_ss img {
  max-width: 200px;
  
}

.contents .photo_sss img {
  max-width: 64px;
}

.contents figcaption {
  color: #959595;
  font-size: 90%;
  line-height: 1.5;
  margin-top: 5px;
}


/*responsive*/
@media screen and (min-width: 769px) {
  .article_detail h1 {
    font-size: 160%;
  }

  .contents {
    font-size: 110%;
  }
}


/*---------------------------------
side
---------------------------------*/
.side_contents {
  background-color: #fff;
  border-radius: 20px;
  filter: drop-shadow(0 0 5px rgba(216, 216, 216, .75));
  margin-top: 30px;
  padding: 20px 0;
}

.side_contents h2 {
  font-size: 120%;
  margin-top: 20px;
  text-align: center;
}

.side_contents h2:after {
  content: '';
  display: block;
  width: 41px;
  height: 5px;
  background-image: url(../img/common/side_ttl.png);
  background-size: contain;
  margin: 10px auto 30px;
}

.side .new_artcl article {
  padding: 0 10%;
}

.side .new_artcl article:not(:first-child) {
  border-top: 2px solid #f7f7f1;
  margin-top: 20px;
  padding-top: 20px;
}

.side .new_artcl h3 {
  font-size: 100%;
  letter-spacing: 0.01em;
  margin: 10px 0;
  text-decoration: underline;
  text-align: justify;
  word-break: break-all;
}

.side .new_artcl p {
  font-size: 90%;
  letter-spacing: 0.05em;
  text-align: justify;
  word-break: break-all;
}

.side .new_artcl figure {
  border-radius: 10px;
  line-height: 1;
  overflow: hidden;
  padding-top: 75%;
  position: relative;
}

.side .new_artcl figure::before {
  content: '';
  width: 100%;
  height: 100%;
}

.side .new_artcl figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.side .side_contents .btn {
  margin: 20px 10%;
}

.side .side_contents .btn:not(:last-child) {
  margin-bottom: 40px;
}


.side_tag li {
  padding: 0 10%;
}

.side_tag li:not(:first-child) {
  border-top: 2px solid #f7f7f1;
}

.side_tag li a {
  display: block;
  padding: 20px 10px 20px 0;
  position: relative;
}

.side_tag li a::before {
  content: '';
  width: 6px;
  height: 6px;
  border-top: solid 1px #b3b3b3;
  border-right: solid 1px #b3b3b3;
  margin: auto;
  position: absolute;
  right: 4px;
  top: 0;
  bottom: 0;
  transform: rotate(45deg);
}


/*hover*/
@media (hover: hover) and (pointer: fine) {
  .side_tag li a:hover {
    text-decoration: underline;
  }
}

/*responsive*/
@media screen and (min-width: 769px) {
  .article_detail>.inr {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .article_detail>.inr>.left {
    width: calc(100% - 310px);
  }

  .article_detail>.inr>.side {
    width: 285px;
  }

  .side_contents:first-child {
    margin-top: 0;
  }
}