@charset "UTF-8";

/*----------------------------------------
  追加20240926
----------------------------------------*/

.background-top {
  position: relative;
  background-image: url(https://gendai-m.ismcdn.jp/mwimgs/1/6/-/img_169da98da691f8429e2378b17c1e9377112051.jpg);
  width: 100%;
  min-width: 1020px;
  height: 375px;
  background-position: center center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .background-top {
    position: relative;
    width: 100%;
    height: 150px;
    background-position: center center;
    background-size: cover;
  }
}

.article_title {
  font-weight: 700;
  font-size: 28px;
  color: #000000;
  letter-spacing: 1px;
  line-height: 40px;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
}

@media screen and (max-width: 767px) {

  .article_title {
    font-weight: 700;
    font-size: 18px;
    color: #000000;
    letter-spacing: 1px;
    line-height: 28px;
    clear: both;
  }

}
.elementSectionHeadingsWithSuffix {
  display: flex;
}

.elementSectionHeadingsWithSuffix {
  height: 15px;
  margin-bottom: 15px;
}

.elementSectionHeadingsWithSuffix .date_number {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #C1272D;
  font-family: Futura;
  font-size: 20px;
  margin-left: 5px;
}

@media screen and (max-width: 767px) {

  .elementSectionHeadingsWithSuffix .date_number {
    font-size: 15px;
  }

}

.elementHighlightedText_small {
  display: inline-block;
  background-color: #C1272D;
  color: #FFFFFF;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-size: 10px;
  line-height: 15px;
  padding: 0px 4px 0px 4.5px;
  margin: 0px 3px;
  float: left;
}

@media screen and (max-width: 767px) {

  .elementHighlightedText_small {
    display: none;
  }

}  

.elementHighlightedText_small a {
  text-decoration: underline;
}


/*　SP改行　*/
.sp-kai {
  display: none;
}

@media screen and (max-width: 767px) {

  .sp-kai {
    display: block;
  }

}

/*　H3タグのフォントサイズ　*/

@media screen and (max-width: 767px) {

  .post h3 {
    font-size: 113%;
  }

}

/*----------------------------------------
  アコーディオン
----------------------------------------*/

.accordion_container {
  max-width: 800px;
  margin: 0 auto;
}
.accordion_title {
  background-color: #C1272D;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  padding: 5px 5%;
  text-align: left;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
}
.accordion_container:nth-of-type(2) .accordion_title {
    background-color: #dc143c;
}
.accordion_container:nth-of-type(3) .accordion_title {
    background-color: #4682b4;
} 
.accordion_title:hover {
  opacity: 0.8;
}
.icon_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  transform-origin: center center;
  transition-duration: 0.2s;
}
.accordion_title.open 
.icon_wrap {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.accordion_title.open 
.icon_wrap .icon:before {
  content: none;
}
.accordion_title.open 
.icon_wrap .icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.accordion_inner {
  display: none;
  padding: 20px 20px;
  border-left: 2px solid #C1272D;
  border-right: 2px solid #C1272D;
  border-bottom: 2px solid #C1272D;
  box-sizing: border-box;
}
.accordion_container:nth-of-type(2) .accordion_inner {
  border-left: 2px solid #C1272D;
  border-right: 2px solid #C1272D;
  border-bottom: 2px solid #C1272D;
}
.accordion_container:nth-of-type(3) .accordion_inner {
  border-left: 2px solid #C1272D;
  border-right: 2px solid #C1272D;
  border-bottom: 2px solid #C1272D;
}
.ac_inner_wraper {
  height: auto;
}
p.txt_a_ac {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .accordion_title {
    font-size: 18px;
  }
  .icon_wrap {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 767px) {
  .accordion_title {
    font-size: 16px;
    text-align: left;
    padding: 6px 60px 6px 15px;
  }
}

/*----------------------------------------
  プロフィール部分
----------------------------------------*/

.article_author-small {
  width: 640px;
  height: 80px;
  margin: 10px 0 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 767px) {

  .article_author-small {
    width: 100%;
    height: 50px;
    margin: 10px 0;
  }

}

.article_author-small img {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  margin-right: 10px;
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {

  .article_author-small img {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    margin-right: 12px;
  }

}

.article_author-small .article_author-small_name {
  height: 40px;
  font-weight: 700;
  font-size: 24px;
  color: #000000;
  letter-spacing: 1px;
  line-height: 40px;
}

@media screen and (max-width: 767px) {

  .article_author-small .article_author-small_name {
    height: 15px;
    margin-top: 8px;
    font-weight: 700;
    font-size: 14px;
    color: #000000;
    letter-spacing: 1px;
    line-height: 14px;
  }

}

.article_author-small .article_author-small_title {
  height: 37px;
  margin-top: 15px;
  margin-left: 10px;
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  letter-spacing: 0px;
  line-height: 14px;
  float: left;
}