@charset "UTF-8";
/* ------------------------------------------------------------
基本設定
------------------------------------------------------------ */
body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 15px;
  color: #333333;
  line-height: 1.5;
  background: #fbfbf0;
}

/* Font ------------------------------------------------------------ */
/* 明朝体 */
.ffm {
  font-family: Georgia, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

/* Color */
.fc-red {
  color: #cc0000;
}

.fc-orange {
  color: #f5971b;
}

/* リンク設定 ------------------------------------------------------------ */
a {
  color: #333333;
  text-decoration: none;
}
a:hover {
  color: #000000;
  text-decoration: none;
}

/* リスト設定 ------------------------------------------------------------ */
.disc li {
  list-style-type: disc;
  margin-left: 1.5em;
}

/* ------------------------------------------------------------
header
------------------------------------------------------------ */
header {
  background: #ffffff;
}

@media only screen and (max-width: 767px) {
  header {
    background: #ffffff;
    text-align: center;
  }
  header .logo {
    text-align: center;
  }
}
/* ------------------------------------------------------------
footer
------------------------------------------------------------ */
footer {
  background: #ffffff;
  margin-top: 90px;
}

.foot-link-wrap {
  padding: 15px;
  border-top: 1px dashed #cccccc;
  border-bottom: 1px dashed #cccccc;
}
.foot-link-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.foot-link-wrap ul li {
  padding: 0 30px;
  border-right: 1px solid #cccccc;
}
.foot-link-wrap ul li:last-child {
  border-right: none;
}

.foot-about-wrap {
  text-align: center;
}
.foot-about-wrap .tel-fax-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 15px 45px;
}
.foot-about-wrap .tel-fax-box .tel,
.foot-about-wrap .tel-fax-box .fax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  padding: 0 15px;
}
.foot-about-wrap .tel-fax-box .tel div,
.foot-about-wrap .tel-fax-box .fax div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #ffffff;
  margin-right: 15px;
  padding: 0px 10px;
  background: #79bf4b;
}

.copy {
  color: #ffffff;
  text-align: center;
  padding: 15px;
  background: #f5971b;
}

@media only screen and (max-width: 767px) {
  footer {
    margin-top: 30px;
  }

  .foot-link-wrap {
    display: none;
  }

  .foot-about-wrap .tel-fax-box {
    display: block;
  }
  .foot-about-wrap .tel-fax-box .tel,
  .foot-about-wrap .tel-fax-box .fax {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 21px;
  }
  .foot-about-wrap .tel-fax-box .tel div,
  .foot-about-wrap .tel-fax-box .fax div {
    font-size: 12px;
  }
  .foot-about-wrap .tel-fax-box .tel {
    margin-bottom: 10px;
  }
}
/* お知らせと活動内容 */
.category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px 45px;
  padding-bottom: 30px;
  border-bottom: 1px solid #cccccc;
}
.category-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% / 4 - 10px);
  margin: 0 5px 10px;
}
.category-list li a {
  color: #ffffff;
  width: 100%;
  padding: 8px 15px;
  border-radius: 3px;
}
.category-list li a:last-child {
  color: #ffffff;
}
.category-list li a:hover {
  font-weight: bold;
}
.category-list li .orange {
  background: #f5971b;
}
.category-list li .blue {
  background: #8fd5f6;
}
.category-list li .green {
  background: #79bf4b;
}
.category-list li .pink {
  background: #f39299;
}
.category-list li .purple {
  background: #cb8dbc;
}

@media only screen and (max-width: 767px) {
  .category-list li {
    width: calc(100% / 2 - 10px);
  }
  .category-list li a {
    padding: 6px 10px;
  }
}

.info-list {
  overflow-y: auto;
  height: 400px;
  padding-right: 20px;
}

.info-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #cccccc;
}
.info-list li .date {
  width: 340px;
}
.info-list li .date span {
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  margin-left: 30px;
  padding: 3px 8px 2px;
  border-radius: 6px;
}
.info-list li .date .orange {
  background: #f5971b;
}
.info-list li .date .blue {
  background: #8fd5f6;
}
.info-list li .date .green {
  background: #79bf4b;
}
.info-list li .date .pink {
  background: #f39299;
}
.info-list li .date .purple {
  background: #cb8dbc;
}
.info-list li .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.info-list li .txt a {
  color: #f5971b;
  margin-left: 15px;
}
.info-list li .txt a:hover {
  color: #f5971b;
  text-decoration: underline;
}
.info-list li .txt a i {
  margin-right: 4px;
}

@media only screen and (max-width: 767px) {
  .info-list li {
    display: block;
  }
  .info-list li .date {
    width: 100%;
    margin-bottom: 6px;
  }
  .info-list li .txt a {
    display: block;
    margin: 6px 0 0 0;
  }
}

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



/*20201117*/
.kogutore{
  margin-bottom: 2rem;
}
.kogutore dl{
  margin-bottom: 0;
}
.kogutore dl:nth-child(1){color: #4169e1;}
.kogutore dl:nth-child(2){color: #6072a7;}
.kogutore dl:nth-child(3){color: #ff69b4;}
.kogutore dl dt,.kogutore dl dd{
  float: left;
}
.kogutore dl dt{}
.kogutore dl dd{
  padding-left: 1em;
}
.hidden-xs{
  display: block;
}
.visible-xs{
  display: none;
}
.kogutore-sp-box{
  background-color: #fbfbf0;
  padding: 1em;
}
.kogutore-sp-box h3{
  color: #fff;
  background-color: #3cb371;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 1rem;
}
.kogutore-sp-box div{
  margin-bottom: 2rem;
}
.kogutore-sp-box div:last-child{
  margin-bottom: 0;
}
.kogutore-sp-box div h4{
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #3cb371;
  color: #3cb371;
  margin-bottom: 1rem;
}
.kogutore-sp-box div img{
  max-width: 100%;
  display: block;
  margin: auto;
}
.mb_5{
  margin-bottom: .5rem !important;
}

@media only screen and (max-width: 767px) {
  .kogutore{
    margin-bottom: 1rem;
  }
  .kogutore dl{
    margin-bottom: 1rem;
  }
  .kogutore dl dd{
    padding-left: .5em;
  }
  .hidden-xs{
    display: none;
  }
  .visible-xs{
    display: block;
  }
}


.foot-telfax-box{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
  justify-content: center;
  margin: 2rem 0;
}
.foot-telfax-box .telfax-box01{}
.foot-telfax-box .telfax-box02{
  margin-left: 4rem;
}
.foot-telfax-box .telfax-box01 h3,.foot-telfax-box .telfax-box02 h3{
  font-size: 1.5em;
  font-weight: bold;
  color: #F2891E;
  margin-bottom: 1rem;
}
.foot-telfax-box .telfax-box01 .telfax-box01-sub01,.foot-telfax-box .telfax-box01 .telfax-box01-sub02,.foot-telfax-box .telfax-box02 .telfax-box02-sub01,.foot-telfax-box .telfax-box02 .telfax-box02-sub02{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.foot-telfax-box .telfax-box01 .telfax-box01-sub01,.foot-telfax-box .telfax-box02 .telfax-box02-sub01{
  margin-bottom: .5rem;
}
.foot-telfax-box .telfax-box01 .telfax-box01-sub01 > div,.foot-telfax-box .telfax-box01 .telfax-box01-sub02 > div,.foot-telfax-box .telfax-box02 .telfax-box02-sub01 > div,.foot-telfax-box .telfax-box02 .telfax-box02-sub02 > div{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  /*margin-right: 15px;*/
  /*padding: 0px 10px;*/
  background: #79bf4b;
  width: 50px;
}
.foot-telfax-box .telfax-box01 .telfax-box01-sub01 > div > p,.foot-telfax-box .telfax-box01 .telfax-box01-sub02 > div >p,.foot-telfax-box .telfax-box02 .telfax-box02-sub01 > div > p,.foot-telfax-box .telfax-box02 .telfax-box02-sub02 > div >p{
  margin: auto;
}
.foot-telfax-box .telfax-box01 .telfax-box01-sub01 > span,.foot-telfax-box .telfax-box01 .telfax-box01-sub02 > span,.foot-telfax-box .telfax-box02 .telfax-box02-sub01 > span,.foot-telfax-box .telfax-box02 .telfax-box02-sub02 > span{
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  padding: 0 15px;
}


@media only screen and (max-width: 767px) {
  .foot-telfax-box{
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  }
  .foot-telfax-box .telfax-box01{
    margin-bottom: 1.5rem;
  }
  .foot-telfax-box .telfax-box02 {
    margin-left: 0;
  }
  .foot-telfax-box .telfax-box01 h3, .foot-telfax-box .telfax-box02 h3{
    margin-bottom: .25rem;
  }
}



.region-list-box {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
.region-list-box .region-list {
  width: 31%;
  margin: 0 1% 20px;
}
.region-img {
  text-align: center;
}
.region-list-box .region-list img {
  border-radius: 100px;
  width: 80px;
}
.region-list {
  padding: 30px 15px;
  background: #ffffff;
  border: 2px dashed #79bf4b;
  border-radius: 15px;
}
.region-list h4 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #f5971b;
  margin: 15px 0;
}
.region-list02 {
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
}
.region-list02 li {
  font-size: 16px;
  list-style: disc;
  margin-bottom: 10px;
}
.region-list02 li span {
  font-size: 14px;
  color: #9a9a9a;
}

@media only screen and (max-width: 991px) {
  .region-list-box .region-list {
    width: 45%;
    margin: 0 1% 20px;
  }
}

@media only screen and (max-width: 767px) {
  .region-list-box .region-list {
    width: 95%;
    margin: 0 0 20px;
  }
  .region-list02 {
    padding: 0 0 0 20px ;
  }
}

.process-img {
  padding: 30px;
  background: #fff0cd;
  border: 1px solid #eeeeee;
}
.process-img img {
  background: #fff;
}

.header_flex {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.instagram_icon_pc  {
  display: block;
  width: 50px;
  margin-right: 10px;
}

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

.instagram_icon_sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  .instagram_icon_sp  {
    display: block;
    top: 10px;
    right: 60px;
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    border-radius: 5px;
    z-index: 9999;
  }
}


.footer_instagram_icon {
  width: 50px;
  text-align: center;
}