@charset "UTF-8";

body {
  background-color: #dfeef6;
  color: #333;
    font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;/*20230905追加*/
}
/*20230905追加*/
h1, h2, h3, h4{
    font-weight: 700;
}

@media (min-width: 768px){
  body {
    min-width: 1000px;
  }
}
a:hover {
  text-decoration: none;
}
figure {
  margin: 0;
}
input,button {
  -webkit-appearance: none!important;
  border: none;
  background: none;
}
form  {
  padding: 5px;
  border-radius: 3px;
  border: 2px solid #9e9e9f;
  background-color: #fff;
    margin-top: 40px;
}

.wrapper {
  min-height: 450px;
}

.container {
  max-width: 1260px;
}

.hd-lead {
  font-size: 13px;
    color: #737373;
    width: 700px;
    margin: 0 auto;
}
.nav-search {
  position: absolute;
  top: 50px;
  right: 20px;
}
.nav-search .sp-search {
  display: none;
}

/* Footer */
.sp-nav {
  display: none;
}
.area-facebook {
  margin: 30px 0;
  color: #2badd7;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.area-facebook a {
  display: inline-block;
  margin-left: 10px;
}
#footer {
  padding: 30px 0 0 0;
  background-color: #d3edfa;
}
#footer .container {
  display: flex;
  justify-content: space-between;
}
#footer .footer-body {
  color: #fff;
}
#footer .footer-body p {
  margin: 10px 0 0;
  font-size: 14px;
}
#footer .footer-body .sub {
  font-size: 18px;
  font-weight: bold;
}
#footer .footer-body .main {
  font-size: 20px;
  font-weight: bold;
}
#footer .footer-body .copyright {
  font-size: 16px;
}
#footer .footer-nav {
  max-width: 300px;
}
#footer .footer-nav .nav-list {
  margin: 0;
  padding: 0;
  text-align: right;
}
#footer .footer-nav .nav-item {
  display: inline-block;
  margin: 5px 10px;
}
#footer .footer-nav .nav-item a {
  color: #fff;
  font-size: 14px;
}
#footer .footer-nav .nav-item a:hover {
  text-decoration: underline;
}

/* Nav */
.navbar {
  padding: 40px 0 0;
  background: #dfeef6 url(../img/hd_bg.png) no-repeat center top;
  background-size: 100% auto;
}
.navbar .container {
  max-width: 1410px;
  padding: 0;
}
.navbar-collapse {
  margin-top: 30px;
}
#navbarNavDropdown ul {
  align-items: flex-end;
}
.nav-item {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  text-align: center;
}
#main-menu .nav-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: -14px;
  width: 15px;
  height: 45px;
  border-radius: 0 15px 0 0;
  z-index: 100;
  background: #53b5db;
  -webkit-box-shadow: 5px 0 4px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 0 4px -1px rgba(0, 0, 0, 0.2);
}
#main-menu li.covid19::after {
  background: #207BE6;
}
#main-menu li.recipe::after {
  background: #f6ac19;
}
#main-menu li.money::after {
  background: #7ab5dc;
}
#main-menu li.retirement::after {
  background: #d2a36c;
}
#main-menu li.safety::after {
  background: #6eba44;
}
#main-menu li.educate::after {
  background: #c59ac5;
}
#main-menu li.health::after {
  background: #ee869a;
}
#main-menu li.care::after {
  background: #61c1be;
  letter-spacing: -0.05em;
}
#main-menu li.mutual::after {
  display: none;
}
#main-menu li.covid19 a {
}
#main-menu li.recipe a {
}
#main-menu li.money a {
}
#main-menu li.retirement a {
}
#main-menu li.safety a {
}
#main-menu li.health a {
}
#main-menu li.care a {
}
#main-menu li.mutual a {
  padding-right: 6px;
  border-radius: 0 15px 0 0;
}

#main-menu li.educate { 
  height: 45px;
  background: #c59ac5;
}

.wpp-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wpp-list__right {
  width: 100%;
  padding: 10px;
}

@media (max-width: 1097px) and (min-width: 768px)  {
  #main-menu .nav-item::after {
    height: 70px!important;
  }
  #main-menu li.educate {
    height: auto;
  }
  #main-menu li.educate a {
    font-size: 17px!important;
    padding: 10px 0px 10px 23px!important;
  }
  #main-menu li:nth-child(1) a {
    padding: 20px 0px 25px 23px!important;
  }
  .nav-search {
    right: 5px;
    max-width: 230px;
  }
  /* #sbox {
    font-size: 12px;
  } */
  /* .search_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  } */
}

@media (min-width: 1410px){
  .nav-item {
    -webkit-flex-basis: 0;
    flex-basis: 0;
  }
}
/* .nav-item:last-child {
  flex-grow: 0;
  flex-basis: 166px;
} */
#main-menu a {
  padding: 10px 0px 10px 23px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  /* border-radius: 15px 15px 0 0; */
  font-size: 17px;
  letter-spacing: 0;
  font-weight: bold;
}
#main-menu li:nth-child(1) a {
  padding: 10px 0 10px 12px;
  background-color: #53b5db;
  border-radius: 15px 0 0 0;
}
#main-menu li.all a {
  padding: 10px 15px;
  background-color: #ea6d8d;
}
#main-menu li.life a {
  background: #757cbb;
}
#main-menu li.recipe a {
  background: #f6ac19;
}
#main-menu li.money a {
  background: #7ab5dc;
}
#main-menu li.retirement a {
  background: #d2a36c;
}
#main-menu li.safety a {
  background: #6eba44;
}
#main-menu li.educate a {
  background: #c59ac5;
  font-size: 15px;
  padding: 10px 0px 13px 23px;
}
#main-menu li.health a {
  background: #ee869a;
}
#main-menu li.care a {
  background: #61c1be;
  letter-spacing: -0.05em;
}
/*20200428修正*/
#main-menu li.mutual a {
 background: #B0CD41;
}
#main-menu li.covid19 a {
  background: #207BE6;
 }
.category #main-menu li:not(.current-menu-item) a {
  background-color: #a7a9ac;
}

.category #main-menu li:not(.current-menu-item)::after {
  background-color: #a7a9ac;
}

/* Hero */

#wrapper-slide {
  background: linear-gradient(to bottom, #1e5799 0%,#ffffff 0%,#dfeef6 100%);
}
.hero-slide {
  display: flex;
  flex-wrap: wrap;
}
.slide-item {
  position: relative;
  margin: 0 10px 15px;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
}
.slide_post-image img {
  width: 100%;
}
.slide_post-meta {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 10px 10px;
  background: rgba(255,255,255,0.7);
  transition: opacity 0.3s;
}
.slick-current .slide_post-meta {
  opacity: 1;
}
.slide_post-title {
  color: #5a5a5a;
  font-size: 21px;
  font-weight: bold;
}
.slide_post-cat {
  margin-bottom: 0;
  font-weight: bold;
}
.life .slide_post-cat {
    color: #757CBB;
}
.recipe .slide_post-cat {
    color: #F6AC19 ;
}
.money .slide_post-cat {
    color: #7AB5DC ;
}
.retirement .slide_post-cat {
    color: #D2A36C ;
}
.safety .slide_post-cat {
    color: #6EBA44 ;
}
.educate .slide_post-cat {
    color: #C59AC5 ;
}
.health .slide_post-cat {
    color: #EE869A ;
}
.care .slide_post-cat {
    color: #61C1BE ;
}
/*20200428修正*/
.mutual .slide_post-cat {
 color: #9EB83A;
}
/*20200521修正*/
.covid19 .slide_post-cat {
  color: #207BE6;
 }
/* Loop Article *//*20201215グラデ修正*/
#archive-wrapper {
  background: linear-gradient(to bottom, #ffffff 0%,#dfeef6 30%,#dfeef6 100%);
}
.home #main > article,
.loop-content article {
  position: relative;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 20px;
  padding: 0 0 30px;
  background-color: #fff;
  box-shadow: 4px 4px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.home #main > article:nth-child(3n),
.loop-content article:nth-child(3n) {
  margin-right: 0;
}

.archive .loop-content,
.search .loop-content,
.page .loop-content {
  display: flex;
  flex-wrap: wrap;
}

.loop-content > article .entry-inner {
  display: block;
}

.loop-content > article .entry-thumb {
  text-align: center;
  overflow: hidden;
}

.loop-content > article .badge_new {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 3px 12px;
  background-color: #ed0677;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
}

.loop-content > article .entry-content {
  padding: 15px 15px 5px;
  background-color: #fff;
}

.loop-content > article time {
  position: absolute;
  bottom: 3px;
  right: 10px;
  display: block;
  font-size: 14px;
  text-align: right;
}

.loop-content > article .entry-title {
  font-family: "ヒラギノ角ゴ W6 JIS2004";/*20221005追加*/
    margin: 0;
  font-size: 18px;
}

.loop-content > article .entry-title a {
  color: #333;
}

.loop-content > article .entry-lead {
  margin: 10px 0 5px;
  font-size: 15px;
    line-height: 1.75;/*20201222修正（元は1.5）*/
}
.entry-lead a{
    color: #333333;
}

.loop-content > article .life .entry-title a {
    color: #646cb3;
}
.loop-content > article .recipe .entry-title a {
    color: #eca009;
}
.loop-content > article .money .entry-title a {
    color: #529fd1;
}
.loop-content > article .retirement .entry-title a {
    color: #c68b45;
}
.loop-content > article .safety .entry-title a {
    color: #589536;
}
.loop-content > article .educate .entry-title a {
    color: #b27ab2;
}
.loop-content > article .health .entry-title a {
    color: #e85975
}
.loop-content > article .care .entry-title a {
    color: #43aca8;
}
/*20200423追加*/
.loop-content > article .mutual .entry-title a {
    color: #9EB83A;
}
/*20200521追加*/
.loop-content > article .covid19 .entry-title a {
  color: #1974DF;
}

.loop-content > article.post .entry-cat {
  position: absolute;
  bottom: 0;
  left: 0;
}

article.post .entry-cat {
  display: block;
  width: 100%;
  padding: 3px 10px;
  background-color: #7fbadb;
  color: #fff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.2em;
    font-weight: bold;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
}

article.post .life .entry-cat {
    background: #757CBB;
}
article.post .recipe .entry-cat {
    background: #F6AC19;
}
article.post .money .entry-cat {
    background: #7AB5DC;
}
article.post .retirement .entry-cat {
    background: #D2A36C;
}
article.post .safety .entry-cat {
    background: #6EBA44;
}
article.post .educate .entry-cat {
    background: #C59AC5;
}
article.post .health .entry-cat {
    background: #EE869A;
}
article.post .care .entry-cat {
    background: #61C1BE;
}
/*20200428修正*/
article.post .mutual .entry-cat {
 background:#B0CD41;
}
/*20200521修正*/
article.post .covid19 .entry-cat {
  background:#207BE6;
 }

article.post .entry-cat a {
  color: #fff;
}

/* Single Article */
#single-wrapper {
  background: linear-gradient(to bottom, #ffffff 0%,#ffffff 95%,#dfeef6 100%);

}

#single-wrapper > .container {
  max-width: 798px;
}

#single-wrapper .entry-title {
  margin-bottom: 15px;
  line-height: 1.4;
}

#single-wrapper .life .entry-title {
    color: #646cb3;
}
#single-wrapper .recipe .entry-title {
    color: #eca009;
}
#single-wrapper .money .entry-title {
    color: #529fd1;
}
#single-wrapper .retirement .entry-title {
    color: #c68b45;
}
#single-wrapper .safety .entry-title {
    color: #589536;
}
#single-wrapper .educate .entry-title {
    color: #b27ab2;
}
#single-wrapper .health .entry-title {
    color: #e85975;
}
#single-wrapper .care .entry-title {
    color: #43aca8;
}
/*20200423追加*/
#single-wrapper .mutual .entry-title {
    color: #9EB83A;
}
/*20200521追加*/
#single-wrapper .covid19 .entry-title {
  color: #1974DF;
}

#single-wrapper .entry-thumb {
  margin-bottom: 20px;
  text-align: center;
}

#single-wrapper article.post .entry-cat {
  display: inline-block;
  width: auto;
  padding: 8px 15px;
  border-radius: 0 10px 0 0;
}

#single-wrapper time {
  margin-left: 10px;
}

#single-wrapper .entry-profile {
  display: flex;
  margin: 20px 0;
  border-top: 1px dotted;
  border-bottom: 1px dotted;
  padding: 10px 0;
}
#single-wrapper .entry-profile p {
  margin-bottom: 0;
}
#single-wrapper .entry-profile-link {
  margin-left: 15px;
}
#single-wrapper .entry-profile-link a {
  color: #2bb0d4;
}
#single-wrapper .entry-profile-link span {
  letter-spacing: -0.5em;
}

#single-wrapper .entry-content p {
  line-height: 1.8;/*20201222修正（元は1.6）*/
    font-size:17px;/*20201218追加*/
}

.entry-sns {
  margin-top: 30px;
  padding: 0;
  text-align: center;
}
.entry-sns li {
  display: inline-block;
  margin: 0 5px;
  transition: 0.3s;
  vertical-align: top;
}
.entry-sns li:hover {
  opacity: 0.7;
}

.entry-tag {
  display: flex;
  margin: 30px 0;
  padding-top: 20px;
  border-top: 2px solid #c9cacb;
}
.entry-tag-head {
  width: 5em;
  margin-top: 5px;
  margin-right: 15px;
}
.entry-tag-body {
  flex: 1;
}
.entry-tag a {
  display: inline-block;
  margin: 3px 0;
  padding: 3px 8px;
  border: 1.2px solid #939598;
  border-radius: 30px;
  color: #939598;
  transition: 0.3s;
}
.entry-tag a:hover {
  opacity: 0.7;
}

.page .entry-title {
  margin-bottom: 20px;
}

/* 20190625追加 */
.entry-title {
  font-size: 28px;
}

.h2, h2 {
  font-size: 1.6rem;
}

.fb_iframe_widget span {
  vertical-align: top!important;
}

@media (max-width: 767.98px) {
  .breadcrumb {
    padding-top: 0;
    padding: 0;
  }
  .hd-lead {
    margin: 10px auto 0;
    font-size: 12px;
    font-weight: normal;
  }
  .nav-search {
    position: absolute;
    top: 10px;
    right: 15px;
    width: calc(100% - 30px);
    text-align: right;
  }
  .nav-search > p {
    font-size: 14px;
  }
  .nav-search form {
    display: none;
    overflow: hidden;
    margin-top: 10px;
  }
  .nav-search form.is-active {
    display: block;
    position: relative;
    z-index: 10050;
  }
  .nav-search form input {
    float: left;
    width: 88%;
  }
  .nav-search form button {
    float: right;
    width: 12%;
  }
  .nav-search .sp-search {
    display: inline-block;
    /* margin-top: 18px; */
    width: 7%;
    text-align: right;
  }
  .nav-search .sp-search .search-open {
    display: block;
  }
  .nav-search .sp-search .search-close {
    display: none;
    color: #9e9e9f;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1.0;
  }
  .nav-search .sp-search.is-active .search-open {
    display: none;
  }
  .nav-search .sp-search.is-active .search-close {
    display: block;
  }
  .navbar {
    background-size: cover;
    position: fixed;
    z-index: 999;
    width: 100%;
  }
  .navbar-nav .nav-link {
    padding: .5rem 2rem;
    letter-spacing: 0;
    white-space: nowrap;
  }
  .navbar-expand-md>.container {
    padding: 0 15px;
  }
  .navbar-brand {
    position: relative;
    max-width: 80%;
    margin: 0 auto;
    z-index: 2;
  }
  .navbar-nav {
    flex-direction: row;
  }
  .collapse:not(.show) {
    display: block;
  }
  .nav-scroll {
    margin-right: -15px;
    overflow: hidden;
  }
  .nav-scroll .navbar-collapse {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
  #navbarNavDropdown a {
    color: #fff;
  }
  .nav-item {
    min-width: 138px;
  }
  /* .nav-item:last-child {
    min-width: 166px;
  } */
  
  .sp-nav {
    display: block;
    padding: 50px 0 10px;
    background: #fff url(../img/sp_nav.png) no-repeat center top;
    background-size: 100% auto;
  }
  .sp-nav .nav-list {
    margin: 0;
    padding: 0;
    text-align: right;
  }
  .sp-nav .nav-item {
    display: inline-block;
    width: 49%;
    margin: 5px 0;
    text-align: center;
  }
  .sp-nav .nav-item a {
    color: #333;
    font-size: 14px;
  }
  .sp-nav .face {
    color: #2badd7;
  }
  .sp-nav .face img {
    max-width: 60px;
  }
  .area-facebook {
    display: none;
  }
  
  /* Footer */
  #footer .container {
    flex-wrap: wrap;
  }
  #footer .footer-body {
    width: 100%;
    text-align: center;
  }
  #footer .footer-nav {
    display: none;
  }
  
  /* Hero */
  #wrapper-slide {
    display: none;
  }
  
  .entry-title {
    font-size: 20px;
  }
  
  /* Loop Article */
  .home #main > article,
  .loop-content article {
    width: 100%;
    margin-right: 0;
    padding-bottom: 0;
  }
  .loop-content > article {
    margin-bottom: 20px;
  }
  .loop-content > article .entry-inner {
    display: flex;
  }
  .loop-content > article .entry-thumb {
    width: 35%;
  }
  @supports (object-fit:cover) {
    .loop-content > article .entry-thumb img {
      object-fit: cover;
      width: 100%;
      height: 100%;
    }
  }
  .loop-content > article .badge_new {
    font-size: 12px;
    padding: 3px 6px;
  }
  .loop-content > article .entry-content {
    position: relative;
    flex: 1;
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .loop-content > article .entry-title {
    font-size: 16px;
  }
  .loop-content > article .entry-lead {
    font-size: 14px;
  }
    .entry-lead a{
        color: #333333;
    }
  .loop-content > article .entry-cat {
    font-size: 12px;
  }
  .loop-content > article time {
    font-size: 3.2vw;
  }
  
  /* Single Article */
  .entry-sns li {
    max-width: 28%;
  }
}

/* 2019/07/05 修正分 */

/* スマホ */
@media (max-width: 767px) {

  .display_pc {
    display: none;
  }

  .display_sp {
    display: block;
  }

  .hamburger_menu {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .hamburger_menu_text {
    font-weight: bold;
    color: #0B489D;
    font-size: 12px;
    text-align: left;
    margin-bottom: 0;
    /* margin-left: 12%; */
  }

  .hamburger_menu_icon {
    display: block;
    width: 40px;
    height: 40px;
    /* margin-left: auto; */
    position: relative;
    border: 1px solid #A5998B;
    border-radius: 5px;
    background: #fff;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3 );
  }
  
  .hamburger_menu_icon span {
    position: absolute;
    left: 4px;
    height: 3px;
    width: 30px;
    background-color: #545454;
    display: inline-block;
  }
  .hamburger_menu_icon span:nth-of-type(1) {
    top: 5px;
    background: #58ADCF;
  }
  .hamburger_menu_icon span:nth-of-type(2) {
    top: 12px;
    background: #DBB176;
  }
  .hamburger_menu_icon span:nth-of-type(3) {
    bottom: 15px;
    background: #58ADCF;
  }
  .hamburger_menu_icon span:nth-of-type(4) {
    width: auto;
    height: auto;
    bottom: 0;
    left: 6px;
    font-size: 10px;
    background-color: #fff;
    color: #C0957F;
  }
  
  .hamburger_menu_toggle {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    padding: 10px;
    background: #fff;
    border: 2px solid #9e9e9f;
    border-radius: 3px;
    z-index: 10004;
  }
  .hamburger_menu_toggle ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .hamburger_menu_toggle li + li {
    border-top: 1px solid #c6cfd4;
  }
  .hamburger_menu_toggle a {
    color: #545454;
  }
  
  #footer {
    padding-top: 30px;
  }
  
  .footer_navbar {
    padding: 40px 10px 20px;
    background: #dfeef6 url(../img/hd_bg_n.png) no-repeat center top;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer_navbar .title_area {
    max-width: 75%;
    margin: 0 auto;
    text-align: center;
  }

  .footer_info_area {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }

  .kurashi_about_area {
    width: 60%;
    /* margin-right: 10px; */
      text-align: justify;
      font-family: "ヒラギノ角ゴ W2 JIS2004"; 
  }

  .kurashi_about_area p {
    margin: 0;
    padding-top: 8px;
    font-size: 13px;
  }

  /* .kurashi_about_area p:nth-of-type(1) {
    padding-bottom: 6px;
    padding-left: 0.2em;
    border-bottom: 1px solid #5e5e5e;
    font-size: 16px;
  } */

  .kurashi_about_area p:nth-of-type(2) {
    padding-top: 8px;
    font-size: 13px;
  }

  .footer_facebook_area {
    /* display: flex;
    align-items: flex-start;
    flex: 1;
    font-size: 14px; */
    text-align: center;
    margin-top: 20px;
  }

  .footer_facebook_area img {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    display: block;
    margin: auto;
  }

  .facebook_link a {
    color: #1777f2;
    font-weight: bold;
  }
    
    .facebook_link2 a {
        color: black;
    }

  .footer_menu_area {
    margin: 0 auto;
  }

  .footer_menu_area .menu_area {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    /* flex-wrap: wrap; */
  }
  
  .footer_menu_area .menu_area p {
    margin-bottom: 6px;
  }

  .footer_menu_area a {
    color: #ffffff;

  }
  
  .warning_text {
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 30px;
  }
    .warning_text a{
        text-decoration: underline;
    }

  .group_text_area {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .group_text_area .text {
    position: absolute;
    display: inline-block;
    padding: 10px;
    font-size: 15px;
      background-color: #0B489D;
    color: #ffffff;
  }
    .group_text_area img {
        padding-top: 10px;
    }

  .white_line {
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    border-top: none;
    margin: 0.6rem 0;
  }

  .copywrite {
    font-size: 12px;
    color: #ffffff;
    margin-top: 15px;
    text-align: center;
  }
    
    .entry-content h3{
        margin-top: 30px;
        margin-bottom: 20px;
        padding: 0.25em 0.5em;/*上下 左右の余白*/
        background: transparent;/*背景透明に*/
        font-size: 20px;
    }
    .entry-content h4{
/*        color: #494949;文字色*/
        font-size: 18px;
        font-family: "ヒラギノ角ゴ W6 JIS2004";
    }
    .entry-content p{
        text-align: justify;
    }
    .life h3 {
        color: #646cb3;
        border-left: solid 5px #646cb3;/*左線*/
    }
    .recipe h3 {
        color: #eca009;
        border-left: solid 5px #eca009;/*左線*/
    }
    .money h3 {
        color: #529fd1;
        border-left: solid 5px #529fd1;/*左線*/
    }
    .retirement h3 {
        color: #c68b45;
        border-left: solid 5px #c68b45;/*左線*/
    }
    .safety h3 {
        color: #589536;
        border-left: solid 5px #589536;/*左線*/
    }
    .educate h3 {
        color: #b27ab2;
        border-left: solid 5px #b27ab2;/*左線*/
    }
    .health h3 {
        color: #e85975;
        border-left: solid 5px #e85975;/*左線*/
    }
    .care h3 {
        color: #43aca8;
        border-left: solid 5px #43aca8;/*左線*/
    }
    
	/*20200423追加*/
	.mutual h3 {
		color: #9EB83A;
        border-left: solid 5px #9EB83A;/*左線*/
  }
  	/*20200521追加*/
	.covid19 h3 {
		color: #1974DF;
        border-left: solid 5px #1974DF;/*左線*/
	}
    .life h4 {
        color: #646cb3;
    }
    .recipe h4 {
        color: #eca009;
    }
    .money h4 {
        color: #529fd1;
    }
    .retirement h4 {
        color: #c68b45;
    }
    .safety h4 {
        color: #589536;
    }
    .educate h4 {
        color: #b27ab2;
    }
    .health h4 {
        color: #e85975;
    }
    .care h4 {
        color: #43aca8;
    }
	/*20200423追加*/
	.mutual h4{
		color:#9EB83A;
  }
  	/*2020521追加*/
	.covid19 h4{
		color:#1974DF;
  }
  
	
    /* サイトマップ */
    .sitemap table, tbody, tr, th, td{
        margin: auto;
        display: block;
        /*    color: rgb(100,100,100);*/
    }
    
    .grooplogo{
        background-color: #0B489D;

    }
    .grooplogoin{
        width: 90%;
        margin: auto;
        height: 80px;
        padding-top: 11px;
    }

}

/* PC */
@media (min-width: 768px) {

  .hamburger_menu_icon_pc {
    display: block;
    width: 40px;
    height: 40px;
    /* margin-left: auto; */
    position: relative;
    top: 0;
    left: 75px;
    border: 1px solid #A5998B;
    border-radius: 5px;
    background: #fff;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3 );
    cursor: pointer;
  }
  
  .hamburger_menu_icon_pc span {
    position: absolute;
    left: 4px;
    height: 3px;
    width: 30px;
    background-color: #545454;
    display: inline-block;
  }
  .hamburger_menu_icon_pc span:nth-of-type(1) {
    top: 5px;
    background: #58ADCF;
  }
  .hamburger_menu_icon_pc span:nth-of-type(2) {
    top: 12px;
    background: #DBB176;
  }
  .hamburger_menu_icon_pc span:nth-of-type(3) {
    bottom: 15px;
    background: #58ADCF;
  }
  .hamburger_menu_icon_pc span:nth-of-type(4) {
    width: auto;
    height: auto;
    bottom: 0;
    left: 6px;
    font-size: 10px;
    background-color: #fff;
    color: #C0957F;
  }
  
  .hamburger_menu_toggle_pc {
    position: fixed;
    top: 0;
    width: 300px;
    height: 100%;
    left: -300px;
    padding: 10px;
    background: #fff;
    border: 2px solid #9e9e9f;
    border-radius: 3px;
    z-index: 10050;
    transition: left 0.5s;
  }
  .hamburger_menu_toggle_pc.active {
    /* margin-left: 0px; */
    left: 0;
    transition: left 0.5s;
    /* margin-left:0; */
  }
  .hamburger_menu_toggle_pc ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .hamburger_menu_toggle_pc li + li {
    border-top: 1px solid #c6cfd4;
  }
  .hamburger_menu_toggle_pc a {
    color: #545454;
  }
  .hamburger_menu_toggle_pc .nav-link {
    padding: 20px 0 20px 40px;
  }
  .hamburger_menu_toggle_pc .nav-item {
    text-align: left;
  }
  .hamburger_menu_toggle_pc .nav-item::after {
    content: '';
    position: absolute;
    top: 28px;
    left: 14px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .hamburger_menu_toggle_pc .nav-item::before {
    position: absolute;
    content: '';
    left: 10px;
    top: 22px;
    width: 20px;
    height: 20px;
    background: #b4b4b5;
  }

    .grooplogo{
        background-color: #0B489D;

    }
    .grooplogoin{
        width: 500px;
        margin: auto;
        height: 90px;
        padding-top: 11px;
    }
    
  .display_pc {
    display: block;
  }

  .display_sp {
    display: none;
  }

  .hamburger_menu {
    display: none;
  }

  .footer_navbar {
    padding: 40px 0 20px;
    background: #dfeef6
    url(../img/hd_bg_n.png) no-repeat center top;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer_navbar .title_area {
    text-align: center;
  }

  .footer_navbar a {
    display: inline-block;
  }

  .footer_info_area {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
  }

  .kurashi_about_area {
    width: 52%;
    /* margin-right: 20px; */
      text-align: justify;
      /* margin-left: 40px; */
      font-family: "ヒラギノ角ゴ W2 JIS2004";
  }

  .kurashi_about_area p {
    margin: 0;
  }

  /* .kurashi_about_area p:nth-of-type(1) {
    padding-bottom: 10px;
    border-bottom: 1px solid #5e5e5e;
    font-size: 20px;
  } */

  .kurashi_about_area p:nth-of-type(2) {
    padding-top: 10px;
      padding-right: 10px;
  }

  .footer_facebook_area {
    /* display: flex;
    align-items: flex-start; */
    text-align: center;
    margin-top: 20px;
  }

  .footer_facebook_area img {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    margin: auto;
  }

  .facebook_link a {
    color: #1777f2;
    font-weight: bold;
  }
    
    .facebook_link2 a {
        color: black;
    }

  .footer_menu_area {
    width: 750px;
    margin: 0 auto;
  }

  .footer_menu_area .menu_area {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    /* flex-wrap: wrap; */
  }

  .footer_menu_area a {
    color: #ffffff;
  }

  .warning_text {
    font-size: 13px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 30px;
  }
    .warning_text a{
        text-decoration: underline;
    }
    .warning_text span {
      font-size: 12px;
    }

  .group_text_area {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .group_text_area .text {
    position: absolute;
    display: inline-block;
    padding: 10px;
    font-size: 20px;
      background-color: #0B489D;
    color: #ffffff;
  }
    .group_text_area img {
        padding-top: 10px;
    }

  .white_line {
    width: 100%;
    height: 0.6px;
    background-color: #ffffff;
  }

  .kyosai_logo {
    width: 100%;
    height: auto;
      margin-left: -3px;
  }

  .copywrite {
    font-size: 12px;
    color: #ffffff;
    margin-top: 20px;
    text-align: center;
  }
    
    .entry-content h3{
        margin-top: 30px;
        margin-bottom: 20px;
        font-size: 26px;
        padding: 0.15em 0.5em;/*上下 左右の余白*/
        background: transparent;/*背景透明に*/
    }
    .entry-content h4{
/*        color: #494949;*/
        font-size: 20px;
        font-family: "ヒラギノ角ゴ W6 JIS2004";
    }
    .entry-content p{
        text-align: justify;
    }
    
    .life h3 {
        color: #646cb3;
        border-left: solid 5px #646cb3;/*左線*/
    }
    .recipe h3 {
        color: #eca009;
        border-left: solid 5px #eca009;/*左線*/
    }
    .money h3 {
        color: #529fd1;
        border-left: solid 5px #529fd1;/*左線*/
    }
    .retirement h3 {
        color: #c68b45;
        border-left: solid 5px #c68b45;/*左線*/
    }
    .safety h3 {
        color: #589536;
        border-left: solid 5px #589536;/*左線*/
    }
    .educate h3 {
        color: #b27ab2;
        border-left: solid 5px #b27ab2;/*左線*/
    }
    .health h3 {
        color: #e85975;
        border-left: solid 5px #e85975;/*左線*/
    }
    .care h3 {
        color: #43aca8;
        border-left: solid 5px #43aca8;/*左線*/
    }
    /*20200423追加*/
	.mutual h3 {
		color: #9EB83A;
        border-left: solid 5px #9EB83A;/*左線*/
  }
  .covid19 h3 {
		color: #1974DF;
        border-left: solid 5px #1974DF;/*左線*/
	}
    .life h4 {
        color: #646cb3;
    }
    .recipe h4 {
        color: #eca009;
    }
    .money h4 {
        color: #529fd1;
    }
    .retirement h4 {
        color: #c68b45;
    }
    .safety h4 {
        color: #589536;
    }
    .educate h4 {
        color: #b27ab2;
    }
    .health h4 {
        color: #e85975;
    }
    .care h4 {
        color: #43aca8;
    }
    /*20200423追加*/
	.mutual h4{
		color:#9EB83A;
  }
      /*20200423追加*/
	.covid19 h4{
		color:#1974DF;
	}
}

/*サイトマップ*/
.sitemap table{
    margin: auto;
/*    color: rgb(100,100,100);*/
}
.sitemap a{
    color: gray;
    font-size: 20px
}

.sitemap td{
    padding: 20px;
}

/*
.sitemap ul{
    list-style: none;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}
.sitemap li{
    padding-right: 30px;
    padding-bottom: 20px;
}
*/



/* 20201117追加 */

.widget-title {
  color: #467ab3;
  text-align: center;
  padding: 5px;
  border-top: 2px dotted #467ab3;
  border-bottom: 2px dotted #467ab3;
  margin: 0 0 10px;
  font-size: 17px;
}

.popular-posts {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
}

.wpp-list-with-thumbnails {
  padding: 0;
}
.wpp-list-with-thumbnails li {
  position: relative;
  background: #fff;
  /* border-top: 20px solid rgb(13, 61, 150); */
  overflow: visible;
  list-style: none;
  margin-top: 30px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1 );
}
.wpp-list-with-thumbnails li:nth-child(1) {
  border-top: 2px solid #bfaf7c;
}
.wpp-list-with-thumbnails li:nth-child(2) {
  border-top: 2px solid #a9abaa;
}
.wpp-list-with-thumbnails li:nth-child(3) {
  border-top: 2px solid #b89673;
}
.wpp-list-with-thumbnails li:nth-child(4) {
  border-top: 2px solid #8aa8ce;
}
.wpp-list-with-thumbnails li:nth-child(5) {
  border-top: 2px solid #8aa8ce;
}
.wpp-list-with-thumbnails li:nth-child(1)::after {
  content: "No.1";
  position: absolute;
  top: -20px;
  left: 0;
  width: 60px;
  height: 20px;
  background:  #bfaf7c;
  border-radius: 5px 5px 0 0;
  color: #fff;
  text-align: center;
  font-size: 14px;
  /* background: url('https://zenkyo.platestg.net/wp-content/themes/understrap-child/img/no1.png');
  background-size: cover; */
  z-index: 100;
}
.wpp-list-with-thumbnails li:nth-child(2)::after {
  content: "No.2";
  position: absolute;
  top: -20px;
  left: 0;
  width: 60px;
  height: 20px;
  background:  #a9abaa;
  border-radius: 5px 5px 0 0;
  color: #fff;
  text-align: center;
  font-size: 14px;
  /* background: url('https://zenkyo.platestg.net/wp-content/themes/understrap-child/img/no2.png');
  background-size: cover; */
  z-index: 100;
}
.wpp-list-with-thumbnails li:nth-child(3)::after {
  content: "No.3";
  position: absolute;
  top: -20px;
  left: 0;
  width: 60px;
  height: 20px;
  background:  #b89673;
  border-radius: 5px 5px 0 0;
  color: #fff;
  text-align: center;
  font-size: 14px;
  /* background: url('https://zenkyo.platestg.net/wp-content/themes/understrap-child/img/no3.png');
  background-size: cover; */
  z-index: 100;
}
.wpp-list-with-thumbnails li:nth-child(4)::after {
  content: "No.4";
  position: absolute;
  top: -20px;
  left: 0;
  width: 60px;
  height: 20px;
  background:  #8aa8ce;
  border-radius: 5px 5px 0 0;
  color: #fff;
  text-align: center;
  font-size: 14px;
  /* background: url('https://zenkyo.platestg.net/wp-content/themes/understrap-child/img/no4.png');
  background-size: cover; */
  z-index: 100;
}
.wpp-list-with-thumbnails li:nth-child(5)::after {
  content: "No.5";
  position: absolute;
  top: -20px;
  left: 0;
  width: 60px;
  height: 20px;
  background:  #8aa8ce;
  border-radius: 5px 5px 0 0;
  color: #fff;
  text-align: center;
  font-size: 14px;
  /* background: url('https://zenkyo.platestg.net/wp-content/themes/understrap-child/img/no5.png');
  background-size: cover; */
  z-index: 100;
}
.wpp-list-with-thumbnails .wpp-thumbnail {
  -o-object-fit: cover;
       object-fit: cover;
  width: 80px;
  /* height: 153px; */
  /* width: 146.59px;
  height: 110.12px */
}
.wpp-list-with-thumbnails .wpp-post-title {
  width: 100%;
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #7b7b7b;
  /* padding-bottom: 5px; */
}
.wpp-list-with-thumbnails .wpp-excerpt {
  font-size: 12px;
}
/* .title-cat__3 {
  color:#f6ac19;
}
.title-cat__4 {
  color: #7ab5dc;
}
.title-cat__5 {
  color: #6eba44;
}
.title-cat__6 {
  color: #C59AC5;
}
.title-cat__7 {
  color: #ee869a;
}
.title-cat__8 {
  color: #61c1be;
}
.title-cat__11 {
  color: #d2a36c;
}
.title-cat__43 {
  color: #B0CD41;
}
.title-cat__44 {
  color: #207BE6;
}

.title-cat__3:hover {
  color:#f6ac19;
}
.title-cat__4:hover {
  color: #7ab5dc;
}
.title-cat__5:hover {
  color: #6eba44;
}
.title-cat__6:hover {
  color: #C59AC5;
}
.title-cat__7:hover {
  color: #ee869a;
}
.title-cat__8:hover {
  color: #61c1be;
}
.title-cat__11:hover {
  color: #d2a36c;
}
.title-cat__43:hover {
  color: #B0CD41;
}
.title-cat__44:hover {
  color: #207BE6;
} */

#right-sidebar .tagcloud {
  margin-top: 20px;
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#right-sidebar .tag-cloud-link {
  font-size: 14px!important;
  padding: 0 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  color: #777;
  border: 1px solid #777;
  border-radius: 100px;
  display: block;
}
.widget_tag_cloud .widget-title {
  display: none;
}

#right-sidebar .side-bnr {
  display: block;
  margin: 0;
  width: 100%;
  /* margin: auto; */
  /* margin-top: 10px; */
}

/* .textwidget a {
  display: block;
  background: #a2dc94;
} */

#single-wrapper > .container {
  max-width: 1260px;
}

.supervision-container {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #000;
}
.supervision-box {
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.supervision-box p {
  padding-left: 10px;
}

.supervision-text {
  padding-top: 10px;
}

.single-related {
  width: 100%;
  padding: 0;
  margin-top: 50px;
}
.single-related .related__title {
  text-align: left;
  color: #000;
  background:#fef6ad;
  padding: 10px 20px;
}
.single-related .related__list {
  padding-left: 20px;
  /* list-style-type: disc; */
}
.single-related .related__item {
  position: relative;
	display: block;
  border: none;
  color: #777;
}
.single-related .related__item::before {
  position: absolute;
	content: '';
	top: 20px;
	left: -5px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #777;
}
.single-related .related__item a {
  color: #777;
  text-decoration: underline;
}

.search_area {
  margin-top: 10px;
}
.hd-message {
  margin: auto;
    width:230px;
}

/* #single-wrapper .entry-profile {
  display: none;
} */

.fotter_button p {
  text-align: center;
  margin-top: 20px;
}
.fotter_button p a {
  max-width: 500px;
  border: 1px solid #8a8889;
  padding: 5px 50px;
  color: #000;
  border-radius: 5px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.footer-sitemap {
  width: 100%;
  background: #2b8bc5;
}
.footer-sitemap p {
  width: 100%;
  text-align: center;
  color:#fff
}
.footer-sitemap p a {
  width: 100%;
}

.footer_menu_area .menu_area {
  padding: 10px 0 20px;
  color: #2b8cc3;
}
.footer_menu_area .menu_area ul {
  padding-left: 20px;
}
.footer_menu_area .menu_area li {
  list-style: none;
  position: relative;
}
.footer_menu_area .menu_area li::after {
  content: '';
  position: absolute;
  left: -10px;
  top: 10px;
  width: 3px;
  height: 3px;
  background:  #2b8cc3;
  border-radius: 50%;
}
.footer_menu_area .menu_area div {
  width: 47%;
}
.footer_menu_area .menu_area a {
  color: #2b8cc3;
}

.footer_flex {
  width: 100%!important;
}
.footer_flex ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer_flex ul li {
  width: 50%;
}

.footer_subtitle {
  padding-left: 10px;
  border-bottom: 1px solid #2b8cc3;
  border-left: 10px solid #2b8cc3;
}

.main_cover{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  z-index: -1;  
  -webkit-transition: .3s;
  transition: .3s;
}
.main_cover.active{
  height:100%;
  visibility: visible;
  background:rgba(0,0,0,0.4);
  z-index:10000;
}
@media (min-width: 768px) {
  #right-sidebar {
    /* width: 300px; */
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 26%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 26%;
    flex: 0 0 26%;
    max-width: 26%;
  }
  .home #main > article, .loop-content article {
    width: 32%;
  }
  #single-wrapper .site-main {
    padding: 0 7.5%;
  }
}
@media (max-width: 767px) {
  .widget_tag_cloud {
    display: none;
  }
  .popular-posts .widget-title {
    height: 30px;
    font-size: 16px;
    padding: 6px;
  }
  .nav-item::after{
    content: none;
  }
  .fotter_button p a {
    width: 100%;
    padding: 5px 4%;
  }
  .footer_menu_area .menu_area {
    display: block;
  }
  .footer_menu_area .menu_area div {
    width: 100%;
  }
}

.breadcrumb__item {
  font-size: 0.7rem;
}
.breadcrumb {
  margin:0;
}

h3 {
  line-height: 1.35;
}

.navbar-brand {
  padding-bottom: 1.6250rem;
  padding-top: 0;
}

.site {
  position: relative;
  left: 0;
  transition: left 0.5s;
}
.site.on {
  /* position: absolute; */
  /* left: 300px; */
  top: 0;
  left: 300px;
  transition: left 0.5s;
}
.custom-html-widget {
  text-align: center;
}
.custom-html-widget a {
  display: inline-block;
  margin-top: 10px;
}
.search-results .site-main {
  width: 100%;
}

/*spロゴ下部固定*/
@media (max-width: 767px){
    #sp_footer_logo{
        position: fixed;
        bottom: 0px;
        font-size: 0;
        z-index: 999;
        text-align: center;
        left: 50%;
        margin-left: -150px;
    }
    #sp_footer_logo a{
        text-decoration: none;
        margin: 0 auto;
    }
    #sp_footer_logo p{
        margin: 0 auto;
        /*padding: 0 auto;*/
        vertical-align: bottom;
        width: 300px;
        height: 26px;
        line-height: 26px;
        background-color: #0B489D;
        color: white;
    }
    .small_p{
        font-size: 14px;
    }
    .big_p{
        font-size: 19px;
        font-weight: bold;
    }
}
@media (min-width: 768px) {
   .for-sp{
      display:none;
    }
}

/*シリーズ一覧用追加*/
.series_list{
    width:100%;
    background-color:rgb(240, 240, 240);
    padding:1em;
}
.series_list h4{
    text-align:center;
    color:#333;
    border-bottom:1px solid #B2B2B2;
    line-height:3em;
    height:3em;
    margin-bottom:0.5;
}
.series_list p{
    border-bottom:1px solid #B2B2B2;
    line-height:1.5em;
    margin-bottom:0.5em;
    padding-left:4.5em;
    padding-bottom:0.5em;
    text-indent:-4em;
}

/*季節の運動用追加*/
.kisetsu_h4{
    text-align: center;
    color: #333;
}
.kisetsu_point{
    background-color: rgb(255,252,219);
    padding:1em;
    margin:0 auto;
    width:80%;
}
.kisetsu_point h2{
    text-align: center;
    border-left:none;
    margin: 0 auto 10px auto;
    color:#e85975;
}
.kisetsu_point div{
    margin:0 20px;
}
.kisetsu_point div p{
    text-align:center;
    margin-bottom:0;
}

/*「防災で安心」専用サイトマップ*/

/*防災で安心サイトマップ改修210519*/
#accordion li{
    list-style: none;
}
.accordion {
    width:70%;
    line-height: 25px;
    padding-left: 0.5em;
    cursor: pointer;
}
.inner {
  padding: 0;
}
.inner li {
  padding-left: 32px;
}
.inner li:nth-last-child(1){
    padding-bottom: 1em;
}
.semi_title2{
    margin-top: 1.5em;
}
.margin_1em{
    margin-left: 1em;
}
@media (max-width: 768px) {
    .accordion{
        width:100%;
    }
}
/*防災で安心サイトマップ改修_▲追加210706*/
.accordion {
  position: relative;
}

.accordion::after {
  content: "";
  position: absolute;
  top: 5px;
  left: -12px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-left-color: #6EBA44;
}
.accordion.open::after {
  content: "";
    top:7px;
    left: -15px;
  position: absolute;
  border: 8px solid transparent;
  border-top-color: #6EBA44;
}

/*20220119追加*/
@media (max-width: 768px){
    .shibata_ill{
        max-width:60px;
        height: auto;
    }
}
/*20220121追加*/
.img_bottom_margin{
    margin-bottom: 0;
    vertical-align: bottom;
}
/*20220221追加*/
.column_title_kosodate{
    color: #b27ab2;
    font-family: "ヒラギノ角ゴ W6 JIS2004";
    font-size:26px;
    line-height: 1.35;
    margin: 0 auto 0 10px;
    /*padding: 0.25em 0;*/
}
.column_title_kosodate span{
    font-size:18px;
}
@media (max-width: 768px){
    .column_title_kosodate span{
        font-size: 13px;
    }
    .column_title_kosodate{
        font-size: 16px;
    }
}
