@media screen and (max-width: 767px) {
  body {
    /*
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans",
      "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo",
      sans-serif;
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans",
      "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo",
      "Noto Sans JP", sans-serif !important;
    */
  }
}

.area-flex-container {
  color: #262628 !important;
}

.area-flex-container p {
  font-size: 20px;
}

.wp-general p {
  max-width: 100%;
}

.hero-cmn-inner {
  background-color: rgba(220, 49, 15, 0.5);
}

.contents-main-column {
  border-top: 8px solid #358500;
  padding-top: 20px;
}

.contents-main-column > h2 {
  box-shadow: none;
}

.bredcrumbs {
  margin-bottom: 50px;
}

.bredcrumbs span {
  margin: 0 10px;
}

.bredcrumbs span:last-child {
  margin: 0;
  color: #358500;
  display: inline-block;
}

.article-header {
  padding: 0 50px;
}

h2.page-title {
  font-size: 30px;
  color: #358500;
  font-weight: bold;
  border-bottom: 2px solid #ddd;
  padding-bottom: 10px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.content-container {
  padding: 30px 50px;
}

.fureai-cat {
  color: #fff;
  background-color: #358500;
  height: 30px;
  display: inline-block;
  font-size: 12px;
  position: relative;
  padding: 5px 8px;
}

.fureai-cat:after {
  content: "";
  position: absolute;
  right: -14.5px;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-left: 15px solid #358500;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  top: 0;
}

.fureai-cat.new-info {
  background-color: #83af66;
}

.fureai-cat.new-info:after {
  border-left: 15px solid #83af66;
}

.article-info {
  margin-bottom: 15px;
}

.article-info time {
  font-size: 12px;
  color: #999;
  margin-left: 25px;
}

.article-info time:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 6px;
  background-image: url(".././images/clock_icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .article-header,
  .content-container {
    padding: 0;
  }
  h2.page-title {
    font-size: 24px;
  }
}

.archive-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0 !important;
}
.archive-single {
  width: calc((100% - 40px) / 3); /* 3列にするための幅を設定 */
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 8px;
  margin-bottom: 30px;
  position: relative;
  justify-content: space-between;
  overflow: hidden;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2),
    0px 3px 20px -5px rgba(0, 0, 0, 0.08),
    0px 5px 40px -10px rgba(0, 0, 0, 0.08);
}

.archive-single .wrap {
  width: 100%;
}

.archive-single::after {
  content: "";
  display: block;
  width: 80%;
  height: 2px;
  background-color: #358500;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 10%;
}

@media screen and (max-width: 767px) {
  .archive-single {
    width: calc((100% - 20px) / 2); /* 3列にするための幅を設定 */
  }
}
@media screen and (max-width: 480px) {
  .archive-single {
    width: 100%;
  }
}
.archive-thumbnail {
  width: 100%;
  aspect-ratio: 3 / 2; /* 縦横比を3:2に設定 */
  overflow: hidden;
  position: relative;
}
.archive-thumbnail:hover {
  opacity: 0.8;
}
.archive-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 画像をコンテナに収める */
  position: absolute;
  top: 0;
  left: 0;
}
.archive-content {
  width: 100%;
  padding: 0;
  min-height: 75px; /* 最小の高さを設定 */
  position: relative;
}
.archive-content .news-ico {
  display: inline-block;
  background-color: #358500; /* 緑色の背景 */
  color: #fff; /* テキストを白色に */
  padding: 5px 10px; /* 内側の余白を設定 */
  position: absolute; /* 擬似要素を配置するために必要 */
  margin-bottom: 10px; /* 下に余白を追加 */
  left: 0;
  top: -14px;
  min-width: 120px;
}
.archive-content .news-ico a {
  color: #fff;
  background-color: #358500;
  height: 20px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
}

.archive-content .news-ico a::after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-left: 20px solid #358500;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  top: 0;
  font-size: 12px;
}

.archive-content .news-ico.new-info {
  background-color: #83af66; /* 緑色の背景 */
}
.archive-content .news-ico.new-info a {
  background-color: #83af66;
}

.archive-content .news-ico.new-info a::after {
  border-left: 20px solid #83af66;
}

.archive-content .news-archive-title {
  display: block;
  margin-bottom: 10px;
  min-height: 60px;
  overflow: hidden;
  line-height: 1.5;
  font-size: 18px;
}

.archive-content .news-archive-title a {
  color: #262628;
}

.archive-single time {
  display: block;
  font-size: 12px;
  color: #358500;
  padding: 10px 5px;
  position: absolute;
  bottom: 0;
  left: 15px;
}

.archive-single time::before {
  content: ""; /* 空のコンテンツを作成 */
  display: inline-block; /* インライン要素として表示 */
  width: 16px; /* アイコンの幅 */
  height: 16px; /* アイコンの高さ */
  margin-right: 8px; /* アイコンとテキストの間に余白を追加 */
  background-image: url(".././images/clock_icon.svg"); /* アイコン画像を指定 */
  background-repeat: no-repeat; /* アイコンを繰り返さない */
  background-size: contain; /* アイコンを要素内に収める */
  vertical-align: middle; /* テキストとアイコンを縦方向に中央揃え */
}

.archive-thumbnail.no-thumbnail {
  background-color: #ccc;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  color: #666;
}

.archive-single .archive-thumbnail img {
  transition: transform 0.3s ease; /* ズームアップのアニメーションを設定 */
}

.archive-single:hover .archive-thumbnail img {
  transform: scale(1.1); /* 画像を1.1倍に拡大 */
}

.archive-content {
  width: 100%;
  padding: 0;
  min-height: 75px; /* 最小の高さを設定 */
  position: relative;
}

.archive-content .link {
  padding: 30px 20px 40px 20px;
  color: #232328;
}

.archive-single .archive-content .link {
  padding: 30px 20px 40px 20px;
  color: #232328;
  display: block;
}

.archive-single .archive-content .link:hover {
  text-decoration: none;
}

.archive-content .news-ico {
  display: inline-block;
  background-color: #358500; /* 緑色の背景 */
  color: #fff; /* テキストを白色に */
  padding: 5px 10px; /* 内側の余白を設定 */
  position: absolute; /* 擬似要素を配置するために必要 */
  margin-bottom: 10px; /* 下に余白を追加 */
  left: 0;
  top: -14px;
  min-width: 120px;
}
.archive-content .news-ico a {
  color: #fff;
  background-color: #358500;
  height: 20px;
  display: block;
  font-size: 14px;
}

.archive-content .news-ico a::after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-left: 20px solid #358500;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  top: 0;
  font-size: 12px;
}

.archive-content .news-ico a {
  color: #fff;
}

.archive-content time {
  display: block;
  font-size: 14px;
  color: #358500;
}

.archive-content time::before {
  content: ""; /* 空のコンテンツを作成 */
  display: inline-block; /* インライン要素として表示 */
  width: 16px; /* アイコンの幅 */
  height: 16px; /* アイコンの高さ */
  margin-right: 8px; /* アイコンとテキストの間に余白を追加 */
  background-image: url(".././images/clock_icon.svg"); /* アイコン画像を指定 */
  background-repeat: no-repeat; /* アイコンを繰り返さない */
  background-size: contain; /* アイコンを要素内に収める */
  vertical-align: middle; /* テキストとアイコンを縦方向に中央揃え */
}

.related-articles {
  padding: 50px 54px 0 54px;
}

@media screen and (max-width: 767px) {
  .related-articles {
    padding: 50px 0 0 0;
  }
  .archive-content .news-archive-title {
    font-size: 14px;
  }
  .archive-content .news-ico a {
    font-size: 12px;
  }
}

.related-articles .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #262628;
  line-height: 1;
  padding-top: 50px;
  border-top: 2px solid #ddd;
}

.related-articles .title::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  background-image: url(".././images/rose_icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.fureai-top-btn {
  display: block;
  position: fixed;
  right: 20px;
  bottom: 104px;
  width: 68px;
  z-index: 999;
}

.fureai-top-btn:hover {
  opacity: 0.8;
}

.fureai-top-btn img {
  width: 100%;
}

.btn-link a {
  display: flex;
  justify-content: center;
  margin: 50px auto 30px auto;
  padding: 20px 20px;
  background-color: #fff;
  border: 1px solid #262628;
  color: #262628;
  max-width: 380px;
  width: 100%;
  font-size: 18px;
}

.btn-link span:first-child {
  margin-right: 50px;
}

@media screen and (max-width: 1279px) {
  .hero-cmn.is-floating .hero-cmn-inner {
    position: static !important;
  }
}

.fureai-top-btn {
  display: block;
  position: fixed;
  right: 20px;
  bottom: 104px;
  width: 68px;
  z-index: 999;
}

.fureai-top-btn:hover {
  opacity: 0.8;
}

.fureai-top-btn img {
  width: 100%;
}

/** 共通設定 **/
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}

.fureai_section {
  max-width: 1000px;
  margin: 0 auto 70px;
}
.fureai_section p {
  font-size: 1.12rem;
  line-height: 1.6;
}
.fureai_section .freai_p {
  font-size: 1.12rem;
}
.fureai_section h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  background-color: #358500;
  padding: 5px 15px;
  margin-bottom: 40px;
}
.fureai_section h3 {
  font-size: 1.4rem;
  font-weight: 700;
  background-color: #efefef;
  color: #262628;
  border-left: solid 6px #358500;
  padding: 5px 15px;
  margin-bottom: 40px;
}
.fureai_section ul li {
  list-style: none;
}
.fureai_section a {
  text-decoration: none;
  position: relative;
  padding-left: 1.2em;
  color: inherit;
}
.fureai_section a::before {
  content: ">";
  position: absolute;
  left: 0;
  color: #358500;
}
.fureai_section .flex {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.fureai_section .flex.reverse {
  flex-direction: row-reverse;
}
.fureai_section .flex.start {
  justify-content: flex-start;
}
.fureai_section .flex.end {
  justify-content: flex-end;
}
.fureai_section .flex.align-c {
  align-items: center;
}
.fureai_section .flex .wp55 {
  width: 55%;
}
.fureai_section .underline {
  text-decoration: underline;
}
.fureai_section .bold {
  font-weight: 700;
}
.fureai_section .focus {
  text-decoration: underline;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 40px;
}
.fureai_section .attn {
  font-size: 1.15rem;
  font-weight: 700;
  color: #f27981;
}
.fureai_section .attn2 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #358500;
}
.fureai_section .ie_name {
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
  text-decoration: underline;
  padding-left: 1.2em;
  color: #65ab31;
  margin-bottom: 10px;
}
.fureai_section .ie_name::before {
  content: ">";
  position: absolute;
  left: 0;
  color: #65ab31;
}
.fureai_section .ie_comment {
  font-size: 1.12rem;
  padding-left: 20px;
}
.fureai_section .ie_comment2 {
  font-size: 1.12rem;
  font-weight: 700;
  padding-left: 20px;
  color: #358500;
}
.mt20 {
  margin-top: 20px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}

/** 目次 **/
.fureai_section.mokuji {
  background-color: #efefef;
  padding: 30px 50px;
  border-radius: 10px;
}
.fureai_section.mokuji ul li {
  padding: 15px;
  border-bottom: solid 1px #c4c4c4;
}
.fureai_section.mokuji ul li:first-child {
  border-top: solid 1px #c4c4c4;
}
.fureai_section.mokuji p {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  margin-bottom: 10px;
}

/** 写真 **/
.fureai_section .photo_b {
  max-width: 780px;
  margin: 0 auto 40px;
}
.fureai_section .photo_h {
  width: 45%;
  margin-bottom: 40px;
}
.fureai_section .photo_h2 {
  width: 48%;
  margin-bottom: 40px;
}
.fureai_section .caption {
  font-size: 0.9rem !important;
  text-align: center;
  color: #585858;
}

/** 吹き出し **/
.fureai_section .speech_area {
  margin-bottom: 30px;
}
.fureai_section .speech_block {
  margin-bottom: 20px;
}
.fureai_section .speech_comment {
  font-size: 1.05rem;
}
.fureai_section .speech_img {
  width: 150px;
}
.fureai_section .balloon {
  position: relative;
  border: 2px solid #358500;
  border-radius: 10px;
  padding: 1em;
  max-width: 580px;
  background: #fff;
  font-size: 1rem;
  line-height: 1.6;
}
.fureai_section .balloon.left::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 60px;
  border: 10px solid transparent;
  border-right: 20px solid #358500;
}
.fureai_section .balloon.right::before {
  content: "";
  position: absolute;
  right: -30px;
  top: 60px;
  border: 10px solid transparent;
  border-left: 20px solid #358500;
}

/** プロフィール **/
.fureai_section.profile {
  padding: 25px 40px;
  border: solid 7px #358500;
}
.fureai_section .prof_name {
  border-bottom: solid 3px #83af66;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.fureai_section .prof_name span {
  font-size: 0.98rem;
  font-weight: 700;
  color: #358500;
  margin-left: 15px;
}
.fureai_section .prof_img,
.fureai_section .prof_img2 {
  width: 30%;
}
.fureai_section .prof_desc {
  width: 70%;
}
.fureai_section .prof_desc p {
  font-size: 1.05rem;
  margin-bottom: 20px;
}
.fureai_section .prof_desc a {
  font-size: 1.05rem;
  font-weight: 700;
  color: #358500;
}

/** その他の情報 **/
.fureai_section.other_info h2 {
  font-size: 1.4rem;
  background-color: #efefef;
  color: #262628;
  border-left: solid 6px #358500;
}
.fureai_section.other_info h3 {
  font-size: 1.2rem;
  color: #262628;
  margin-bottom: 10px;
}
.fureai_section.other_info a {
  padding-left: 0;
}
.fureai_section.other_info a::before {
  content: none;
}
.fureai_section.other_info .other_img {
  max-width: 500px;
  margin-bottom: 40px;
}

/** リンクカード **/
.fureai_section .link_card {
  padding: 0;
}
.fureai_section .link_card::before {
  content: none;
}
.fureai_section .link_card:hover {
  opacity: 0.7;
}
.fureai_section .card {
  padding: 10px 30px;
  border: solid 4px #65ab31;
  border-radius: 10px;
}
.fureai_section .card::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 40px solid #65ab31;
  border-left: 40px solid transparent;
  border-bottom-right-radius: 10px;
}
.fureai_section .card_img {
  width: 250px;
}

/** まとめ **/
.fureai_section .summary_block {
  padding: 20px 25px;
  border: solid 2px #65ab31;
}
.fureai_section .summary_title {
  font-weight: 700;
  color: #358500;
  margin-bottom: 20px;
}

/** 読者プレゼント **/
.fureai_section.present h2 {
  font-size: 1.4rem;
  background-color: #efefef;
  color: #262628;
  border-left: solid 6px #358500;
}
.fureai_section.present a {
  font-size: 1.05rem;
  font-weight: 700;
  color: #358500;
}

/****************スマホ版******************/
@media screen and (max-width: 600px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .fureai_section h2 {
    line-height: 1.4;
  }
  .fureai_section .flex {
    display: block;
  }
  .fureai_section .flex .wp55 {
    width: 100%;
  }
  .fureai_section .photo_h,
  .fureai_section .photo_h2 {
    width: 100%;
  }
  .fureai_section.mokuji {
    padding: 30px 20px;
  }
  .fureai_section.mokuji p {
    font-size: 1.4rem;
  }
  .fureai_section.mokuji ul li {
    line-height: 1.5;
  }
  .fureai_section .speech_area .flex {
    display: flex;
  }
  .fureai_section .balloon {
    width: calc(100% - 100px);
  }
  .fureai_section .speech_img {
    width: 100px;
  }
  .fureai_section.profile {
    padding: 25px 20px;
  }
  .fureai_section .prof_img {
    width: 100%;
    margin-bottom: 20px;
  }
  .fureai_section .prof_img2 {
    width: 85%;
    margin: 0 auto 20px;
  }
  .fureai_section .prof_desc {
    width: 100%;
  }
  .fureai_section .link_card .flex {
    display: flex;
  }
  .fureai_section .card {
    padding: 15px 10px;
  }
  .fureai_section .card_img {
    width: 145px;
  }
  .fureai_section .link_card .attn2 {
    font-size: 1rem;
  }
}
