@charset "UTF-8";
/*
共通
*/
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

body {
  font-family: sans-serif;
}

p:empty {
  display: none;
  margin: 0;
  padding: 0;
}

/*
ヘッダー
*/
.main_header {
  padding: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 6px 5px -5px #777777;
  box-shadow: 0px 6px 5px -5px #777777;
  position: relative;
}

.main_header_inner {
  margin: 0 auto;
  max-width: 1000px;
}

.main_logo {
  display: inline-block;
  vertical-align: middle;
  width: 54px;
}

.sub_logo {
  display: inline-block;
  margin-left: 15px;
  width: 170px;
}

/*
フッター
*/
.main_footer {
  margin-top: 80px;
  padding: 50px 0;
  background-color: #EBEDF1;
}

.main_footer_inner {
  margin: 0 auto;
  max-width: 1000px;
}

@media screen and (min-width: 768px) {
  .main_footer_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
  }
}

.main_footer_inner .logo {
  width: 100%;
}

.footer_loto {
  margin: 0 auto;
  width: 50px;
}

.copy {
  display: block;
  font-size: 12px;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .footer_menu {
    width: 30%;
  }
}

.footer_menu .fnav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer_menu .fnav li {
  padding: 0;
}

.footer_menu .fnav li a:has(+ .sub-menu) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4a4a4a;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  margin-top: -1px;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #fff;
  position: relative;
}

@media screen and (max-width: 767px) {
  .footer_menu .fnav li a:has(+ .sub-menu) {
    height: 4em;
    border-top: 1px solid #fff;
  }

  .footer_menu .fnav li a:has(+ .sub-menu)::after {
    display: inline-block;
    content: "+";
    width: 17px;
    height: 17px;
    margin-left: 10px;
    padding-top: 7px;
    vertical-align: text-bottom;
    color: #fff;
    line-height: 0;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    right: 20px;
    background-color: #b2b2b2;
  }

  .footer_menu .fnav li a:has(+ .sub-menu).opend::after {
    content: "-";
  }
}

.footer_menu .sub-menu {
  margin: 15px auto;
}

@media screen and (max-width: 767px) {
  .footer_menu .sub-menu {
    display: none;
  }
}

.footer_menu .sub-menu li {
  font-size: 12px;
  padding-left: 2.5em;
  position: relative;
}

.footer_menu .sub-menu li::before {
  content: "";
  width: 7px;
  height: 7px;
  background-image: none;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  position: absolute;
  top: 5px;
  left: 15px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.footer_menu .sub-menu li a {
  color: #4a4a4a;
}

/*
パンくず
*/
.breadcrumbs_outer {
  background-color: #F5F6F8;
}

@media screen and (max-width: 767px) {
  .breadcrumbs_outer {
    overflow: scroll;
    padding: 0 10px;
  }
}

.breadcrumbs {
  margin: 0 auto;
  padding: 0;
  max-width: 1000px;
  list-style: none;
}

@media screen and (max-width: 767px) {
  .breadcrumbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    height: 1.8em;
  }
}

.breadcrumbs li {
  color: #888;
}

@media screen and (min-width: 768px) {
  .breadcrumbs li {
    display: inline;
  }
}

.breadcrumbs li:nth-of-type(n+2)::before {
  content: "\f105";
  font: var(--fa-font-solid);
  margin: 0 15px;
}

.breadcrumbs li a,
.breadcrumbs li span {
  color: #888;
  font-size: 12px;
}

.breadcrumbs li a:hover {
  text-decoration: underline;
}

/*
サイドバー
*/
@media screen and (min-width: 768px) {
  .side_outer {
    margin: 0 0 0 40px;
    width: 250px;
  }
}

@media screen and (max-width: 767px) {
  .side_outer {
    margin: 50px auto;
    width: 95%;
  }
}

.side_search {
  margin-bottom: 20px;
}

.side_search form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.side_search input {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #666;
  padding: 3px 15px;
  width: 70%;
  border: 1px solid #ccc;
  border-radius: 30px;
}

.side_search button {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  cursor: pointer;
  border-radius: 30px;
  padding: 9px 20px;
}

.side_title a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  line-height: 1.3;
  height: 3em;
  background-color: #0064B4;
  border-radius: 10px 10px 0 0;
}

.menu-snav-container {
  padding: 1px 0;
  background-color: #EDF7FF;
  border-radius: 0 0 10px 10px;
}

.side_menu {
  margin: 0 auto;
  padding: 0;
  width: 90%;
}

.side_menu>li {
  margin: 15px auto;
  padding: 10px;
  background-color: #fff;
  list-style: none;
  border-radius: 10px;
  position: relative;
}

.side_menu>li>a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0064b4;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.4;
}

.side_menu>li>a::before {
  content: "";
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 5px;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}

.side_menu>li>a:hover {
  text-decoration: underline;
}

.side_menu>li.cat_aircon a::before {
  background-image: url(../img/cat_icon_aircon.png);
}

.side_menu>li.cat_house a::before {
  background-image: url(../img/cat_icon_house.png);
}

.side_menu>li.cat_toilet a::before {
  background-image: url(../img/cat_icon_toilet.png);
}

.side_menu>li.cat_kitchen a::before {
  background-image: url(../img/cat_icon_kitchen.png);
}

.side_menu>li.cat_bathroom a::before {
  background-image: url(../img/cat_icon_bathroom.png);
}

.side_menu>li.cat_cloth a::before {
  background-image: url(../img/cat_icon_cloth.png);
}

.side_menu>li.cat_housework a::before {
  background-image: url(../img/cat_icon_housework.png);
}

.side_menu>li.cat_sentaku a::before {
  background-image: url(../img/cat_icon_sentaku.png);
}

.side_menu>li.cat_futon a::before {
  background-image: url(../img/cat_icon_futon.png);
}

@media screen and (min-width: 768px) {
  .side_menu:where(.article_nav_outer *) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 95%;
  }

  .side_menu:where(.article_nav_outer *) li.cat_parent {
    width: 30%;
  }
}

@media screen and (max-width: 767px) {
  .article_nav_outer {
    display: none;
  }
}

.sub-menu {
  margin: 0 auto;
  padding: 0;
  width: 95%;
  list-style: none;
}

.sub-menu li {
  font-size: 14px;
  padding-left: 1.25em;
  margin-top: 5px;
  position: relative;
}

.sub-menu li::before {
  content: "";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1em;
  height: 1em;
  background-image: url(../img/sidebar_icon_arrow.png);
  background-repeat: no-repeat;
  background-size: auto 80%;
  background-position: center;
  position: absolute;
  top: 4px;
  left: 0;
}

.sub-menu li>a {
  color: #0064b4;
  text-decoration: none;
}

.sub-menu li>a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .sub-menu {
    display: flex;
    /*flex-wrap: wrap;*/
	flex-direction: column;
  }

  .sub-menu li {
    margin-right: 10px;
  }
}

.ad_outer {
  margin: 0 auto;
  width: 90%;
}

.ad_outer .ad_item {
  margin: 25px 0 0;
}

.ad_outer .ad_item p {
  color: #1a79c1;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 10px;
  position: relative;
}

.ad_outer .ad_item p::after {
  content: "";
  display: block;
  margin: 10px auto;
  width: 60%;
  height: 2px;
  background-color: #dcdfe6;
}

/*
ラッパー
*/
.wrapper {
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 45px;
  }
}

.contents_header {
  text-align: center;
  padding: 20px 0;
  background-color: #EDF7FF;
  border-bottom: 3px solid #0064B4;
}

@media screen and (max-width: 767px) {
  .contents_header {
    padding: 20px 10px 20px;
  }
}

.contents_header h1 {
  color: #0064B4;
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  .contents_header h1 {
    font-size: 20px;
  }
}

.contents_header h1 .h1_sub {
  display: block;
  font-size: 80%;
}

.contents_header .lead {
  color: #0064B4;
  font-size: 14px;
  margin: 0 auto;
  max-width: 1000px;
}

@media screen and (max-width: 767px) {
  .contents_header .lead {
    font-size: 12px;
    text-align: left;
  }
}

/*
メイン
*/
@media screen and (min-width: 768px) {
  .main_wrapper {
    width: 750px;
  }
}

.main_wrapper h2.h2_cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0064B4;
  font-size: 20px;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .main_wrapper h2.h2_cat {
    font-size: 16px;
    padding: 0 10px;
  }
}

.main_wrapper h2.h2_cat::before {
  content: "";
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 5px;
  width: 68px;
  height: 68px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}

.main_wrapper h2.h2_cat.no_icon {
  margin-bottom: 15px;
}

.main_wrapper h2.h2_cat.no_icon::before {
  display: none;
}

@media screen and (max-width: 767px) {
  .main_wrapper h2.h2_cat span:has(span) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.main_wrapper h2.h2_cat span>span {
  font-size: 30px;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .main_wrapper h2.h2_cat span>span {
    font-size: 20px;
  }
}

.main_wrapper h2.h2_cat.aircon::before {
  background-image: url(../img/cat_icon_aircon.png);
}

.main_wrapper h2.h2_cat.house::before {
  background-image: url(../img/cat_icon_house.png);
}

.main_wrapper h2.h2_cat.toilet::before {
  background-image: url(../img/cat_icon_toilet.png);
}

.main_wrapper h2.h2_cat.kitchen::before {
  background-image: url(../img/cat_icon_kitchen.png);
}

.main_wrapper h2.h2_cat.bathroom::before {
  background-image: url(../img/cat_icon_bathroom.png);
}

.main_wrapper h2.h2_cat.cloth::before {
  background-image: url(../img/cat_icon_cloth.png);
}

.main_wrapper h2.h2_cat.housework::before {
  background-image: url(../img/cat_icon_housework.png);
}

.main_wrapper h2.h2_cat.sentaku::before {
  background-image: url(../img/cat_icon_sentaku.png);
}

.main_wrapper h2.h2_cat.futon::before {
  background-image: url(../img/cat_icon_futon.png);
}

.main_wrapper .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #215AAC;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  line-height: 1.3;
  margin: 30px auto 50px;
  width: 90%;
  height: 3em;
  max-width: 450px;
  border: 2px solid #215AAC;
  border-radius: 3em;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .main_wrapper .btn {
    height: 3.3em;
    margin: 15px auto 50px;
  }
}

/*
サイドバー
*/
.archive_item_outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .archive_item_outer {
    margin: 10px auto;
    width: 92%;
    gap: 15px;
  }
}

.archive_item_box {
  margin-bottom: 20px;
  width: 48%;
}

@media screen and (max-width: 767px) {
  .archive_item_box {
    margin-bottom: 10px;
    width: 100%;
  }
}

.archive_item_box a {
  color: #464646;
  text-decoration: none;
}

.archive_item_box a:hover {
  opacity: 0.8;
}

.archive_item_box .thumb {
  margin-bottom: 10px;
}

.archive_item_box .thumb img {
  width: 100%;
  height: 144px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.archive_item_box .title {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .archive_item_box .thumb img {
    height: 137px;
  }
}

.archive_item_box_s {
  width: 31%;
}

.archive_item_box_s a {
  color: #464646;
  text-decoration: none;
}

.archive_item_box_s a:hover {
  opacity: 0.8;
}

.archive_item_box_s a .title {
  font-size: 14px;
}

.archive_item_box_s img {
  width: 100%;
  height: 92px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 10px;
}

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

  .archive_item_box_s a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .archive_item_box_s a .thumb {
    width: 50%;
  }

  .archive_item_box_s a .thumb img {
    height: 68px;
  }

  .archive_item_box_s a .title {
    font-size: 12px;
    padding-left: 15px;
    width: 50%;
  }
}

/*
ページネーション
*/
.page-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.page-numbers li a,
.page-numbers li span {
  display: inline-block;
  color: #666;
  text-decoration: none;
  margin: 2px 8px 25px 0;
  padding: 10px;
  min-width: 28px;
  width: auto;
  background: #fff;
  border: 1px solid #666;
  border-radius: 50px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.page-numbers li a.current,
.page-numbers li span.current {
  background: #666;
  color: #fff;
  border: 1px solid #666;
}

/*
記事
*/
.article_outer {
  color: #404040;
}

.article_outer:not(:has(.fra_edit)) {
  padding: 10px;
}

.article_outer h1 {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .article_outer h1 {
    padding: 0 10px;
  }
}

.article_outer h1:where(* ~ .fra_edit) {
  margin: 0 auto;
  width: 95%;
}

.article_outer h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 22px;
  line-height: 1.4;
  margin: 50px 0 10px;
  padding: 0 20px;
  min-height: 2.3em;
  background-color: #0064B4;
}

@media screen and (min-width: 768px) {
  .article_outer h2 {
    border-radius: 10px;
  }
}

@media screen and (max-width: 767px) {
  .article_outer h2 {
    text-indent: -1em;
    padding-left: 1.5em;
    min-height: 3.3em;
  }
}

.article_outer h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  line-height: 1.4;
  margin: 35px 0 10px 0.5em;
  padding: 0 20px 0 10px;
  min-height: 2.3em;
  background-color: #EDF7FF;
  border-left: 3px solid #0064B4;
}

.article_outer h4 {
  margin: 20px auto 5px;
  border-bottom: 1px solid #000;
}

.article_outer h4+p {
  margin-top: 5px;
}

.article_outer h3:not(:where(.fra_edit *)) {
  margin-left: 0;
}

.article_outer p {
  font-size: 16px;
  margin: 1em auto;
}

@media screen and (max-width: 767px) {
  .article_outer p {
    font-size: 14px;
  }
}

.article_outer p:empty {
  display: none;
  margin: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
}

.article_outer ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.article_outer ul li {
  margin: 0;
  padding: 0 0 0 1.5em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .article_outer ul li {
    font-size: 14px;
  }
}

.article_outer ul li:nth-of-type(n+2) {
  margin-top: 15px;
}

.article_outer ul li::before {
  content: "●";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 8px;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 4px;
  left: 0;
}

.article_outer ol {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  position: relative;
  counter-reset: li;
}

.article_outer ol li {
  margin: 0;
  padding: 0 0 0 1.5em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .article_outer ol li {
    font-size: 14px;
  }
}

.article_outer ol li:nth-of-type(n+2) {
  margin-top: 5px;
}

.article_outer ol li::before {
  counter-increment: li;
  content: counter(li) ".";
  display: block;
  width: 1.5em;
  position: absolute;
  top: 0;
  left: 0;
}

.article_outer strong {
  color: #FF8E16;
}

.article_outer table {
  margin-top: 20px;
  width: 100%;
  border: 1px solid #0064B4;
  border-collapse: collapse;
}

.article_outer table caption {
  font-size: 90%;
  font-weight: 700;
  text-align: left;
  text-indent: -0.5em;
}

.article_outer table th {
  font-size: 14px;
  padding: 10px;
  background-color: #FFF8DB;
  border: 1px solid #0064B4;
}

@media screen and (max-width: 767px) {
  .article_outer table th {
    font-size: 13px;
  }
}

.article_outer table td {
  font-size: 14px;
  padding: 10px;
  border: 1px solid #0064B4;
}

@media screen and (max-width: 767px) {
  .article_outer table td {
    font-size: 13px;
    padding: 10px 5px;
  }
}

.article_outer table thead th {
  color: #0064B4;
  text-align: center;
  background-color: #FFDB46;
}

.article_outer table tbody th {
  text-align: left;
}

.article_outer img {
  display: inline-block;
  width: 100%;
  height: auto;
}

.article_outer .post_date {
  color: #aaa;
  font-size: 13px;
  text-align: right;
  margin: 10px auto 0;
  width: 95%;
}

.article_outer .block_h2 {
  padding: 0 10px 0 1em;
}

.article_outer .block_h3 {
  padding: 0 10px 0 2em;
}

@media screen and (max-width: 767px) {
  .article_outer #ez-toc-container {
    margin: 0 10px 1em;
    width: calc(100% - 20px);
  }
}

.article_outer #ez-toc-container ul li::before {
  display: none;
}

.article_outer .img_thumb {
  margin: 15px auto;
}

.article_outer .box {
  padding: 15px 25px;
  background-color: #EDF7FF;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .article_outer .box {
    padding: 15px 20px;
  }
}

.article_outer .box *:first-of-type {
  margin-top: 0;
}

.article_outer .box_caption {
  color: #0064B4;
  font-size: 18px;
  font-weight: 700;
  margin: 25px 0 5px;
}

@media screen and (max-width: 767px) {
  .article_outer .box_caption {
    font-size: 16px;
  }
}

.article_outer .box_caption+p {
  margin-top: 0;
}

.article_outer .relation_link_wrap.structure .box_caption {
  color: inherit;
  font-size: 1em;
}

.article_outer .relation_link_wrap.structure .box_caption:first-of-type {
  margin-top: 0;
}

.article_outer .img_wrap {
  margin: 1em auto;
  width: 80%;
  max-width: 480px;
}

@media screen and (min-width: 768px) {

  .article_outer .img_r .img_wrap,
  .article_outer .img_l .img_wrap {
    margin-top: 0;
    width: 40%;
  }

  .article_outer .img_r::after,
  .article_outer .img_l::after {
    content: "";
    display: block;
    clear: both;
  }
}

@media screen and (min-width: 768px) {
  .article_outer .img_r .img_wrap {
    margin-left: 20px;
    float: right;
  }
}

@media screen and (min-width: 768px) {
  .article_outer .img_l .img_wrap {
    margin-right: 20px;
    float: left;
  }
}

.article_outer .relation_link_wrap {
  margin: 40px auto;
}

.article_outer .relation_link_wrap ul {
  margin: 15px 0;
  padding: 10px 15px;
  border: 2px solid #0078BD;
  border-radius: 10px;
}

.article_outer .relation_link_wrap ul li {
  font-size: 14px;
  padding: 0 0 0 1.5em;
  position: relative;
}

.article_outer .relation_link_wrap ul li a {
  color: #0064b4;
  text-decoration: none;
}

.article_outer .relation_link_wrap ul li::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url(../img/relation_link_icon.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 5px;
  left: 0;
}

.article_outer .relation_link_wrap.structure {
  margin-bottom: 15px;
  padding: 10px;
  background-color: rgba(211, 236, 255, 0.3607843137);
}

@media screen and (max-width: 767px) {
  .article_outer .relation_link_wrap.structure {
    margin: 0 auto 15px;
    width: 95%;
  }
}

.article_outer .relation_link_wrap.structure ul {
  margin: 0 0 0 0.5em;
  padding: 0;
  border: none;
}

.article_outer .relation_link_wrap.structure+div a.btn_column_parent {
  margin: 15px auto 40px;
  width: 100%;
  max-width: 320px;
}

@media screen and (min-width: 768px) {
  .article_outer .category_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
  }
}

.article_outer a.btn_column_parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  margin: 15px auto 0;
  padding: 0 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 280px;
  height: 3em;
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 3em;
}

.article_outer .tab_outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
}

.article_outer .tab_outer input[type=radio] {
  display: none;
}

.article_outer .tab_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13px;
  height: 3.5em;
  background-color: #CCC;
  border: 1px solid #fff;
  cursor: pointer;
}

.article_outer .tab_outer input:checked+.tab_btn {
  color: #fff;
  background-color: #1a79c1;
  border-color: #1a79c1;
}

.article_outer .tab_contents {
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  display: none;
  padding: 15px;
  border: 1px solid #1a79c1;
  overflow: hidden;
  position: relative;
  -webkit-animation: fadeIn 1s ease;
  animation: fadeIn 1s ease;
}

@media screen and (max-width: 767px) {
  .article_outer .tab_contents {
    padding: 10px;
  }
}

.article_outer .tab_contents *:first-child {
  margin-top: 0;
}

.article_outer .note_small {
  font-size: 80%;
}

.article_outer .note_small:where(table + *) {
  margin-top: 0;
}

.article_outer .cta_outer {
  margin: 50px auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .article_outer .cta_outer {
    width: 90%;
  }
}

.article_outer .cta_outer a:has(img) {
  display: block;
  margin: 0 auto;
  max-width: 450px;
}

@media screen and (min-width: 768px) {
  .article_outer .cta_small {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .article_outer .cta_small {
    margin-top: 5px;
  }
}

@media screen and (min-width: 768px) {
  .article_outer .cta_small_item {
    width: 49%;
  }
}

.article_outer iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

/*--------------------------------------------------------------
## line@友だち追加
--------------------------------------------------------------*/
.line_Cta_outer {
  margin: 50px auto;
  width: 95%;
}

.line_Cta_outer h2 {
  margin: 40px 0 20px;
  padding: 10px 10px 10px 20px;
  position: relative;
  font-size: 120%;
  color: #1a79c1;
  border-left: 7px solid #dddfe6;
}

.line-content img {
  margin: 0 auto;
  width: 170px;
  height: auto;
}

.box-border {
  padding: 15px 20px;
  margin: 15px 5px;
  border: 1px solid #fa6a19;
  border-radius: 10px;
}

.box-border h4 {
  margin-bottom: 20px;
}

.under-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(20%, #dddfe6));
  background: -webkit-linear-gradient(transparent 55%, #dddfe6 20%);
  background: linear-gradient(transparent 55%, #dddfe6 20%);
}

.text-c {
  text-align: center;
}

.c-orange {
  color: #ef5d02;
  margin-top: 30px;
}

.su-highlight {
  display: inline;
  padding: 1px 0;
}

.su-box {
  margin: 0 0 1.5em;
  border-width: 2px;
  border-style: solid;
}

.su-box-title {
  display: block;
  padding: .5em 1em;
  font-weight: 700;
  font-size: 1.1em;
}

.su-box-content {
  background-color: #fff;
  color: #444;
  padding: 1em;
}

.su-u-clearfix::after {
  content: '';
  display: table;
  clear: both;
}

.article_outer a.button {
  display: block;
  position: relative;
  width: 98%;
  min-height: 44px;
  margin: 3em auto;
  padding: 16px;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background-color: #fa6a19;
  border: 1px solid #ca4e00;
  border-bottom: 5px solid #ca4e00;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-size: 14px;
}

@media screen and (min-width: 760px) {
  .article_outer a.button {
    max-width: 600px;
    font-size: 16px;
  }
}

.article_outer a.button:after {
  content: '\03e';
  position: absolute;
  margin-left: 5px;
}

.article_outer a.button:hover {
  color: #fa6a19;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border: 2px solid #ca4e00;
  border-bottom: 4px solid #ca4e00;
  opacity: .7;
}

/*# sourceMappingURL=style.css.map */