@charset "UTF-8";
/* スライドするButton Hover Effects 左から */
/* スライドするButton Hover Effects 左下から */
/* 画像を丸くトリミング */
/* 縦横中央・GRID */
/* テスト用ボーダー 20210116 */
/* テスト用背景色 */
/* ======================
 page common
========================= */
.page .sect-ttl {
  margin-bottom: 0; }

/* ======================
 page
========================= */
/* スライドするButton Hover Effects 左から */
/* スライドするButton Hover Effects 左下から */
/* 画像を丸くトリミング */
/* 縦横中央・GRID */
/* テスト用ボーダー 20210116 */
/* テスト用背景色 */
/* ======================
about 社会福祉協議会のご案内
========================= */
/* ------------------------
 社会福祉協議会のご案内TOP about
------------------------- */
#about-index #con1 .wrap {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

#about-index #con1 .wrap .ttl {
  width: 100%; }

#about-index #con1 .wrap .img:first-of-type {
  width: 60%;
  text-align: center; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #about-index #con1 .wrap .img:first-of-type {
    width: 100%; } }

#about-index #con1 .wrap#con1-shikumi .img:first-of-type img {
  width: 429px;
  max-width: 100%; }

#about-index #con1 .wrap#con1-shikumi .img.sp {
  display: none; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #about-index #con1 .wrap#con1-shikumi .img.sp {
    display: block;
    width: 100%;
    padding: 1em 0;
    text-align: center; } }

#about-index #con1 .wrap#con1-shikumi .img.sp img {
  width: 65px;
  height: auto; }

#about-index #con1 .wrap#con1-shikumi .img:last-of-type {
  width: 40%;
  text-align: center; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #about-index #con1 .wrap#con1-shikumi .img:last-of-type {
    width: 100%; } }

#about-index #con1 .wrap#con1-shikumi .img:last-of-type img {
  width: 376px;
  max-width: 100%; }

#about-index #con1 .wrap#con1-soshikizu .img {
  width: 100%;
  text-align: center; }
  #about-index #con1 .wrap#con1-soshikizu .img img {
    width: 100%;
    height: auto;
    max-width: 770px;
    margin: 0 auto; }

/* ------------------------
 組織体制図、名簿、諸規程、定款 about_soshiki
------------------------- */
/* ------------------------
 情報公開 about_disclosure
------------------------- */
#about02 #con1 .sect-body {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

#about02 #con1 .sect-body .wrap {
  width: 48.5%;
  margin-bottom: 2em; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #about02 #con1 .sect-body .wrap {
    width: 100%;
    margin-bottom: 1em; } }

#about02 #con1 .sect-body .wrap + .wrap,
#about02 #con1 .sect-body .txt + .wrap {
  margin-top: 0 !important; }

#about02 #con1 .sect-body .wrap .ttl {
  padding: 0.5em 1em;
  margin-bottom: 0 !important;
  background-color: #FFF0BA;
  border-left: 0;
  border-bottom: 0; }

#about02 #con1 .sect-body .wrap .list-pdf {
  border: 2px solid #FFF0BA; }

#about02 #con1 .sect-body .wrap .list-pdf .list-item {
  padding: 0 !important;
  margin-bottom: 0;
  list-style-type: disc;
  list-style-position: inside;
  border: 0; }

#about02 #con1 .sect-body .wrap .list-pdf .list-item a {
  padding: 0.2em 0; }

/* ------------------------
 会費・ご寄付・募金について about_bokin
------------------------- */
/* #con1 */
#about03 #con1 .list-root {
  margin: 1em 0; }

#about03 #con1 .list-item {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

#about03 #con1 .list-item .col {
  padding: 0.5em; }

#about03 #con1 .list-item .col2-1 {
  width: 30%; }

#about03 #con1 .list-item .col2-2 {
  width: 70%; }

/* #con2 */
#about03 #con2 .list-root {
  width: auto;
  margin: 1em 0;
  box-sizing: border-box; }

#about03 #con2 .list-item {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

#about03 #con2 .list-item:first-of-type .col {
  font-weight: 600; }

#about03 #con2 .list-item .col {
  padding: 0.5em; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #about03 #con2 .list-item .col {
    padding: 0.2em;
    line-height: 1.3; } }

#about03 #con2 .list-item .col2-1 {
  width: 40%; }

#about03 #con2 .list-item .col2-2 {
  width: 60%; }

/* #con3 */
#about03 #con3 .sect-body .wrap {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

#about03 #con3 .sect-body .wrap .img {
  width: 30%; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #about03 #con3 .sect-body .wrap .img {
    width: 100%;
    margin-bottom: 0.5em; } }

#about03 #con3 .sect-body .wrap .detail {
  width: 70%; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #about03 #con3 .sect-body .wrap .detail {
    width: 100%; } }

#about03 #con3 .sect-body .wrap .detail .todetail {
  margin-top: 1em; }

/* ------------------------
 福祉機器の貸し出し about_kashidashi
------------------------- */
#about04 #con2 .list-item .col2-2 .list-gallery .cap {
  display: block;
  width: 100% !important; }

#about04 #con1 .topdf {
  margin-top: 1em; }

/* スライドするButton Hover Effects 左から */
/* スライドするButton Hover Effects 左下から */
/* 画像を丸くトリミング */
/* 縦横中央・GRID */
/* テスト用ボーダー 20210116 */
/* テスト用背景色 */
/* ======================
 fukushi 地域福祉事業
========================= */
/* ------------------------
 地域福祉活動 fukushi_katsudou
------------------------- */
/* 小地域 */
/* 地区社協 */
#fukushi01 #con2 .list-root.list-common {
  padding: 0;
  margin: 0; }

#fukushi01 #con2 .list-item {
  padding: 0;
  list-style-position: inside;
  list-style-type: none; }

#fukushi01 #con2 .list-item .tolist {
  padding: 0.5em;
  text-align: left; }

/* 生活支援体制整備事業  */
/* 広報紙「なすはあった会よ」 */
#fukushi01 #con3 .list-root {
  margin: 1em 0; }

@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #fukushi01 #con3 .list-item {
    padding-left: 0.5em;
    list-style-type: none; } }

#fukushi01 #con3 .list-item .tolist {
  padding: 0.5em;
  text-align: left; }

#fukushi01 #con3 .wrap.lv2 {
  padding-left: 1em; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #fukushi01 #con3 .wrap.lv2 {
    padding-left: 0; } }

#fukushi01 #con3 .subj {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 0.2em 0.4em;
  margin-bottom: 0.4em; }

/* ------------------------
 生活困窮者支援 fukushi_needs
------------------------- */
/* ミニフードバンク */
#fukushi02 #con3 .wrap {
  margin-bottom: 1em !important; }
  #fukushi02 #con3 .wrap:last-of-type {
    margin-bottom: 0 !important; }

#fukushi02 #con3 .wrap .img img {
  width: 350px;
  height: auto;
  max-width: 100%;
  margin-top: 1em; }

/* おもいやり食料品等配布会 */
#fukushi02 #con4 #con4-list1 {
  width: 33em;
  max-width: 100%;
  padding: 0;
  margin: 0 0 1em;
  border: 1px solid #ccc; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) {
  #fukushi02 #con4 #con4-list1 {
    width: 100%; } }

#fukushi02 #con4 #con4-list1 .list-item {
  display: block;
  list-style-position: inside;
  list-style-type: none;
  padding: 0;
  margin: 0;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

#fukushi02 #con4 #con4-list1 .col {
  padding: 0.3em; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #fukushi02 #con4 #con4-list1 .col {
    padding: 0; } }

#fukushi02 #con4 #con4-list1 .col3-1 {
  width: 5em; }

#fukushi02 #con4 #con4-list1 .list-item#con4-list1-subj .col {
  font-weight: 600; }

#fukushi02 #con4 #con4-list1 .col3-2 {
  width: 14em;
  border-left: 1px solid #ccc; }

#fukushi02 #con4 #con4-list1 .col3-3 {
  width: 12em;
  border-left: 1px solid #ccc; }

#fukushi02 #con4 #con4-list2 {
  width: auto;
  padding: 0 !important;
  margin: 0 0 1em !important; }

/* ------------------------
 日常生活自立支援事業(あすてらすなす) fukushii_asuterasu
------------------------- */
#fukushi03 .todetail,
#fukushi03 .topdf {
  display: inline-block;
  margin-top: 1em; }

#fukushi03 .list-common {
  margin: 0.5em inherit; }

#fukushi03 #con3 .list-common .list-item {
  border-bottom: 0; }

#fukushi03 #con4 .list-cottom .list-item {
  border-bottom: 0; }

#fukushi03 #con5 .list-common {
  padding: 0;
  margin: 0; }

#fukushi03 #con5 .list-item {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.5em 0;
  list-style-type: none; }

#fukushi03 #con5 .list-item#fukushi03-con5-item2 .txt {
  width: 100%; }
#fukushi03 #con5 .list-item#fukushi03-con5-item2 .col2-1 {
  width: 6em;
  margin-left: 1em; }
#fukushi03 #con5 .list-item#fukushi03-con5-item2 .col2-2 {
  width: calc(100% - 8em); }

#fukushi03 #con5 .txt:last-of-type {
  margin-top: 1em; }

/* ------------------------
 ひきこもり支援 fukushii_hiki
------------------------- */
/* ------------------------
 赤い羽根共同募金 fukushii_akaihane
------------------------- */
#fukushi05 #con1 .img {
  text-align: left;
  margin: 0 0 1em; }
  #fukushi05 #con1 .img img {
    width: auto;
    height: auto;
    max-width: 100%; }

#fukushi05 #con3 .result {
  width: 50%;
  padding: 1em;
  background-color: #FFF0BA;
  border-radius: 8px; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #fukushi05 #con3 .result {
    width: 100%; } }

#fukushi05 #con3 .result .list-item {
  width: 100%;
  padding: 0;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

#fukushi05 #con3 .result .col2-1 {
  width: 65%; }

#fukushi05 #con3 .result .col2-2 {
  width: 35%;
  text-align: right; }

#fukushi05 #con3 .img {
  width: 50%;
  padding: 0 1em 1em;
  text-align: center; }
  #fukushi05 #con3 .img img {
    width: auto;
    max-width: 100%; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #fukushi05 #con3 .img {
    width: 100%;
    padding: 1em; } }

/* ------------------------
 福祉団体 fukushii_dantai
------------------------- */
/* シニア会 */
#fukushi06 #con1 #con1-list3 .col2-2 {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

#fukushi06 #con1 #con1-list3 .txt {
  width: 65%; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #fukushi06 #con1 #con1-list3 .txt {
    width: 100%;
    margin-bottom: 1em; } }

#fukushi06 #con1 #con1-list3 .img {
  display: inline-block;
  width: 35%;
  padding-left: 1em;
  box-sizing: border-box; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #fukushi06 #con1 #con1-list3 .img {
    width: 100%;
    padding-left: 0; } }

/* 親の会 */
#fukushi06 #con2 .list-common {
  margin: 1.5em 0; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #fukushi06 #con2 .list-common {
    margin: 0.5em 0; } }

#fukushi06 #con2 .img {
  display: inline-block;
  width: 35%;
  padding: 3px; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #fukushi06 #con2 .img {
    width: 48%; } }

  @media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) and (max-width: 375px) {
    #fukushi06 #con2 .img {
      width: 100%; } }

#fukushi06 #con2 .txt:last-of-type {
  margin-top: 1em; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #fukushi06 #con2 .txt:last-of-type {
    margin-top: 0.5em; } }

/* 母子会 */
#fukushi06 #con3 #con3-list3 .img {
  display: inline-block !important;
  width: 40% !important;
  padding: 3px;
  box-sizing: border-box; }
  #fukushi06 #con3 #con3-list3 .img img {
    width: 100%;
    height: auto; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #fukushi06 #con3 #con3-list3 .img {
    width: 48% !important; } }

  @media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) and (max-width: 375px) {
    #fukushi06 #con3 #con3-list3 .img {
      width: 100% !important; } }

/* 遺族会 */
#fukushi06 #con4 #con4-list3 .col2-2 {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

#fukushi06 #con4 #con4-list3 .txt {
  width: 20em; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #fukushi06 #con4 #con4-list3 .txt {
    width: 100%;
    margin-bottom: 0.5em; } }

#fukushi06 #con4 #con4-list3 .img {
  width: calc(100% - 20em);
  text-align: left; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #fukushi06 #con4 #con4-list3 .img {
    width: 100%; } }

#fukushi06 #con2 .list-common .list-item {
  border-bottom: 0; }

/* ------------------------
 福祉教育 fukushii_education
------------------------- */
#fukushi07 #con1 .img {
  margin: 1em 0; }

#fukushi07 #con1 .img img {
  width: auto;
  max-width: 100%; }

#fukushi07 #con1 .topdf {
  margin-top: 1em; }

/* スライドするButton Hover Effects 左から */
/* スライドするButton Hover Effects 左下から */
/* 画像を丸くトリミング */
/* 縦横中央・GRID */
/* テスト用ボーダー 20210116 */
/* テスト用背景色 */
/* ======================
 kaigo 介護事業
========================= */
/* ------------------------
 居宅介護支援事業所TOP kaigo
------------------------- */
/* ------------------------
 居宅介護支援事業所 kaigo_kyotaku
------------------------- */
#kaigo01 #con2 .img {
  text-align: center; }

#kaigo01 #con2 .img img {
  max-width: 640px;
  margin: 0 auto; }

/* ------------------------
 訪問介護事業所 kaigo_houmon
------------------------- */
/* ------------------------
 相談支援事業所 kango_soudan
------------------------- */
#kaigo03 #con1 .txt:first-of-type {
  margin-bottom: 1em; }

#kaigo03 #con1 .list-common {
  margin: 0 0 1em; }

#kaigo03 #con1 .list-common .list-item {
  padding: 0.5em;
  list-style-type: decimal; }

#kaigo03 #con1 .notes {
  font-size: 75%; }

#kaigo03 #con1 .notes + .txt {
  margin-top: 1em; }

/* ------------------------
 福祉サービスに関する苦情申し出窓口 kaigo_kujou
------------------------- */
/* ------------------------
 町内介護保険サービス事業所一覧について kaigo_jigyousho
------------------------- */
/* スライドするButton Hover Effects 左から */
/* スライドするButton Hover Effects 左下から */
/* 画像を丸くトリミング */
/* 縦横中央・GRID */
/* テスト用ボーダー 20210116 */
/* テスト用背景色 */
/* ======================
 houkatsu 地域包括支援センター
========================= */
.houkatsu .topdf,
.houkatsu .todetail {
  display: inline-block;
  width: auto;
  margin-top: 1em; }

.houkatsu .list-common .list-item {
  padding: 1em 0; }

/* ------------------------
 地域包括支援センターTOP
houkatsu
------------------------- */
#houkatsu-index #con1 .wrap .img {
  text-align: center; }

#houkatsu-index #con1 .wrap .img img {
  max-width: 767px;
  margin: 0 auto; }

#houkatsu-index #con3 .wrap .txt {
  padding: 1em; }

#houkatsu-index #con3 table {
  margin-top: 1em;
  border-collapse: collapse; }

#houkatsu-index #con3 th {
  font-weight: 600; }

#houkatsu-index #con3 table th,
#houkatsu-index #con3 table td {
  padding: 0.5em;
  vertical-align: top;
  border: 1px solid #ccc !important;
  line-height: 1.4; }

#houkatsu-index #con3 .col3-1 {
  width: 15%; }

#houkatsu-index #con3 .col3-2 {
  width: 15%; }

#houkatsu-index #con3 .col3-3 {
  width: 70%; }

/* ------------------------
包括的・継続的ケアマネジメント支援
houkatsu_care
------------------------- */
#houkatsu01 #con1-wrap1 {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

#houkatsu01 #con1-wrap1 .ttl {
  width: 100%; }

#houkatsu01 #con1-wrap1 .img {
  width: 30%; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #houkatsu01 #con1-wrap1 .img {
    width: 100%;
    padding-bottom: 1em;
    text-align: center; }
    #houkatsu01 #con1-wrap1 .img img {
      max-width: 466px;
      margin: 0 auto; } }

#houkatsu01 #con1-wrap1 .txt {
  width: 68%; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #houkatsu01 #con1-wrap1 .txt {
    width: 100%; } }

/* ------------------------
 介護予防事業 houkatsu_kaigoyobou
------------------------- */
#houkatsu02 #con4 #demaekouza-tbl {
  border-collapse: collapse; }

#houkatsu02 #con4 #demaekouza-tbl th {
  font-weight: 600; }

#houkatsu02 #con4 #demaekouza-tbl th,
#houkatsu02 #con4 #demaekouza-tbl td {
  padding: 0.2em;
  border: 1px solid #ccc;
  vertical-align: top; }

#houkatsu02 #con4 #demaekouza-tbl .col3-1 {
  width: 5%;
  text-align: center; }

#houkatsu02 #con4 #demaekouza-tbl .col3-2 {
  width: 25%; }

#houkatsu02 #con4 #demaekouza-tbl .col3-3 {
  width: 70%;
  line-height: 1.4; }

#houkatsu02 #con4 #demaekouza-img .list-root {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

#houkatsu02 #con4 #demaekouza-img .list-item {
  width: 33%;
  padding: 0.2em; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #houkatsu02 #con4 #demaekouza-img .list-item {
    width: 100%; } }

#houkatsu02 #con4 #demaekouza-img .list-item .img {
  width: 100%; }

#houkatsu02 #con8 .wrap .txt strong {
  font-weight: 600;
  color: red; }

#houkatsu02 #con8 .ttl {
  width: 100%; }

#houkatsu02 #con8 .wrap .txt {
  margin-bottom: 1em; }

#houkatsu02 #con8 .wrap .img {
  display: inline-block;
  width: 48%; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #houkatsu02 #con8 .wrap .img {
    width: 100%; } }

#houkatsu02 #con8 iframe {
  width: 100%;
  padding: 0;
  margin: 0; }

#houkatsu02 #con8-wrap01,
#houkatsu02 #con8-wrap04 {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #houkatsu02 #con8-wrap01 .img,
  #houkatsu02 #con8-wrap04 .img {
    width: 48%; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #houkatsu02 #con8-wrap01 .img,
  #houkatsu02 #con8-wrap04 .img {
    width: 100%; } }

#houkatsu02 #con8-wrap01 .img,
#houkatsu02 #con8-wrap04 .img {
  width: 48%; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #houkatsu02 #con8-wrap01 .img,
  #houkatsu02 #con8-wrap04 .img {
    width: 100%;
    margin-bottom: 0.5em; } }

#houkatsu02 #con8 .img .cap {
  padding: 0.5em; }

/* ------------------------
 総合相談支援 houkatsu_soudan
------------------------- */
#houkatsu03 #con1 .wrap {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

#houkatsu03 #con1 .wrap .ttl,
#houkatsu03 #con1 .wrap .txt {
  width: 100%; }

#houkatsu03 #con1-wrap1 .img {
  width: 20%; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #houkatsu03 #con1-wrap1 .img {
    width: 100%;
    margin-bottom: 1em; } }

#houkatsu03 #con1-wrap1 .list-common {
  width: 80%; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #houkatsu03 #con1-wrap1 .list-common {
    width: 100%; } }

#houkatsu03 #con1-wrap2 .txt:first-of-type {
  margin-bottom: 1em; }

#houkatsu03 #con1-wrap2 .txt:last-of-type {
  margin-top: 1em; }

#houkatsu03 #con1-wrap2 .img {
  width: 10%; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #houkatsu03 #con1-wrap2 .img {
    width: 100%;
    margin-bottom: 1em;
    text-align: center; }
    #houkatsu03 #con1-wrap2 .img img {
      max-width: 125px;
      margin: 0 auto; } }

#houkatsu03 #con1-wrap2 .list-common {
  width: 90%; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #houkatsu03 #con1-wrap2 .list-common {
    width: 100%; } }

#houkatsu03 #con1-wrap3 .img {
  width: 40%; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #houkatsu03 #con1-wrap3 .img {
    width: 100%;
    margin-bottom: 1em; } }

#houkatsu03 #con1-wrap3 .txt {
  width: 57% !important; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #houkatsu03 #con1-wrap3 .txt {
    width: 100% !important; } }

/* ------------------------
 高齢者の権利を守る支援 houkatsu_kenri
------------------------- */
#houkatsu04 #con2-wrap01 .list-item {
  list-style-type: decimal; }

/* ------------------------
 介護予防のマネジメント支援 houkatsu_kangoyoboumn
------------------------- */
/* ------------------------
 地域支援事業 houkatsu_chiikishien
------------------------- */
#houkatsu06 #con1 .txt strong {
  font-weight: 600;
  color: red; }

#houkatsu06 #con2-wrap04 .list-root {
  margin-top: 1em;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

#houkatsu06 #con2-wrap04 .list-item {
  width: 50%; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #houkatsu06 #con2-wrap04 .list-item {
    width: 100%; } }

/* スライドするButton Hover Effects 左から */
/* スライドするButton Hover Effects 左下から */
/* 画像を丸くトリミング */
/* 縦横中央・GRID */
/* テスト用ボーダー 20210116 */
/* テスト用背景色 */
/* ======================
 volunteer ボランティアセンター事業
========================= */
/* ------------------------
 ボランティアセンター事業TOP volunteer
------------------------- */
#volunteer-index #con2 #con2-wrap05 .ttl {
  width: 100%; }

#volunteer-index #con2 #con2-wrap05 .img {
  width: 25%; }

#volunteer-index #con2 #con2-wrap05 .txt {
  width: 75%;
  padding: 1em; }

#volunteer-index #con3 .wrap .img,
#volunteer-index #con4 .wrap .img {
  margin: 1.5em 0 !important; }

#volunteer-index #con3 .wrap .img img,
#volunteer-index #con4 .wrap .img img {
  width: auto;
  max-width: 100%; }

/* ------------------------
 ボランティア 登録、登録一覧、マッチング、災害ボランティア volunteer_matching
------------------------- */
#volunteer01 .content .wrap.common-2col {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

#volunteer01 .content .wrap .ttl {
  width: 100%; }

#volunteer01 .content .wrap .img {
  width: 30%; }

#volunteer01 .content .wrap .txt {
  width: 70%;
  padding: 1em; }

/* ------------------------
 ボランティア保険について volunteer_hoken
------------------------- */
/* ------------------------
 災害時協力企業等の登録制度 volunteer_kigyou
------------------------- */
#volunteer03 #con1 .common-2col .ttl {
  width: 100% !important; }

#volunteer03 #con1 .common-2col .list-common,
#volunteer03 #con1 .common-2col .img {
  width: auto; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #volunteer03 #con1 .common-2col .list-common,
  #volunteer03 #con1 .common-2col .img {
    width: 100%; } }

#volunteer03 #con1 .common-2col a {
  color: blue;
  font-weight: 600; }

#volunteer03 #con1 .common-2col .img img {
  width: auto;
  max-width: 100%; }

/* スライドするButton Hover Effects 左から */
/* スライドするButton Hover Effects 左下から */
/* 画像を丸くトリミング */
/* 縦横中央・GRID */
/* テスト用ボーダー 20210116 */
/* テスト用背景色 */
/* ======================
 rindou りんどう作業所
========================= */
.rindou .sect-body .wrap {
  margin-bottom: 30px !important; }
  @media only screen and (max-width: 1140px) {
    .rindou .sect-body .wrap {
      margin-bottom: 2.6315789474vw !important; } }
  @media only screen and (max-width: 1140px) and (max-width: 1024px) {
    .rindou .sect-body .wrap {
      margin-bottom: 2.9296875vw !important; } }

  @media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
    .rindou .sect-body .wrap {
      padding: 0;
      margin-bottom: 25px !important; } }

  @media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) and (max-width: 375px) {
    .rindou .sect-body .wrap {
      margin-bottom: 15px !important; } }

/* ------------------------
 りんどう作業所 rindou
------------------------- */
/* ------------------------
 ボランティア募集・軽作業募集 rindou_boshuu
------------------------- */
#rindou01 #con1 #rindou01-con1-list01 .list-item {
  padding: 0.5em; }

#rindou01 #con1 #rindou01-con1-list01 .list-item a {
  display: inline;
  color: blue;
  font-weight: 600;
  text-decoration: underline; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #rindou01 #con1 #rindou01-con1-list01 .list-item a {
    padding: 0.5em 0; } }

#rindou01 #con1 #rindou01-con1-list02 {
  margin-top: 1em;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

#rindou01 #con1 #rindou01-con1-list02 .list-item {
  width: 20%;
  padding: 3px; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #rindou01 #con1 #rindou01-con1-list02 .list-item {
    width: 32%; } }

#rindou01 #con1 #rindou01-con1-list02 .list-item .img {
  width: 100%; }

#rindou01 #con1 #rindou01-con1-list02 .list-item .img img {
  width: 100%;
  height: auto; }

#rindou01 #con1 #rindou01-con1-list02 + .txt {
  margin-top: 1em; }

#rindou01 #con2 .common-2col .img {
  width: 25%;
  text-align: center; }

#rindou01 #con2 .common-2col .img img {
  width: auto;
  max-width: 100%; }

#rindou01 #con2 .common-2col .txt {
  width: 75%; }

/* ------------------------
 作業内容・アルミ缶のリサイクル活動 rindou_works
------------------------- */
#rindou02 #con2 .common-2col .img img {
  width: auto;
  max-width: 100%; }

#rindou02 #con2 .common-2col .txt {
  width: 100%; }

/* ------------------------
 まんまるカフェ rindou_manmaru
------------------------- */
#rindou03 #con1 .wrap {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

#rindou03 #con1 .wrap .img {
  width: 38%; }
  #rindou03 #con1 .wrap .img img {
    width: auto;
    max-width: 100%; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #rindou03 #con1 .wrap .img {
    width: 100%;
    margin-bottom: 1em; } }

#rindou03 #con1 .wrap .img img {
  width: 100%;
  height: auto; }

#rindou03 #con1 .detail {
  width: 58%; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #rindou03 #con1 .detail {
    width: 100%; } }

#rindou03 #con1 .detail .wrap.lv2 {
  width: 100%; }

#rindou03 #con1 .detail .wrap.lv2 .ttl {
  width: 100%; }

/* ------------------------
 販売品一覧 rindou_products
------------------------- */
#rindou04 #products .sect-body + .notes {
  margin-bottom: 1.5em; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #rindou04 #products .sect-body + .notes {
    margin-bottom: 1em; } }

#rindou04 #products .cat-box {
  display: none;
  padding-bottom: 1.5em; }

#rindou04 #products .cat-box > .img,
#rindou04 #products .cat-box > .txt {
  margin-bottom: 1em; }

#rindou04 #products .cat-box > .img img,
#rindou04 #products .cat-box .wrap .img img {
  width: auto;
  max-width: 100%; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #rindou04 #products .cat-box > .img img,
  #rindou04 #products .cat-box .wrap .img img {
    width: 100%;
    height: auto; } }

#rindou04 #products .cat-box > .topdf {
  margin: 1em 0; }

#rindou04 #products .cat-box .list-root {
  width: auto;
  max-width: 100%; }

/* ------------------------
 販売品一覧 rindou_products #cat01-boc 木工製品
------------------------- */
#rindou04 #products #cat01-box .list-thumb {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* #cat01-box アコーディオン */
#rindou04 #products #cat01-box .list-thumb {
  margin-top: 1em; }
  #rindou04 #products #cat01-box .list-thumb .list-thumb-toggle {
    display: none; }
  #rindou04 #products #cat01-box .list-thumb .list-thumb-label {
    /*タイトル*/
    width: 100%;
    padding: 0.2em 0.4em;
    display: block;
    text-align: center;
    color: #000;
    font-size: 90%;
    cursor: pointer; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #rindou04 #products #cat01-box .list-thumb .list-thumb-label {
    text-align: left; } }

  #rindou04 #products #cat01-box .list-thumb .list-thumb-label::before {
    /*タイトル横の矢印*/
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: calc( 50% - 3px );
    right: 20px;
    transform: rotate(135deg); }
  #rindou04 #products #cat01-box .list-thumb .list-thumb-label,
  #rindou04 #products #cat01-box .list-thumb .list-thumb-box {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s; }
  #rindou04 #products #cat01-box .list-thumb .list-thumb-box {
    /*本文*/
    height: 0;
    margin-bottom: 10px;
    padding: 0 5px;
    overflow: hidden;
    text-align: left;
    font-size: 90%; }
  #rindou04 #products #cat01-box .list-thumb .list-thumb-toggle:checked + .list-thumb-label + .list-thumb-box {
    /*開閉時*/
    height: auto;
    padding: 5px;
    transition: all .3s; }
  #rindou04 #products #cat01-box .list-thumb .list-thumb-toggle:checked + .list-thumb-label::before {
    transform: rotate(-45deg) !important; }

#rindou04 #products #cat01-box .list-thumb .list-item {
  width: 23.5%;
  padding: 0.5em 0.5em 0;
  margin: 0 10px 1.5em 0;
  border: 1px solid #ccc; }
  @media only screen and (max-width: 1140px) {
    #rindou04 #products #cat01-box .list-thumb .list-item {
      margin: 0 6px 1.5em 0; } }
  @media only screen and (max-width: 1140px) and (max-width: 1024px) {
    #rindou04 #products #cat01-box .list-thumb .list-item {
      width: 32.5%;
      margin: 0 4px 1.5em 0; } }

  @media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
    #rindou04 #products #cat01-box .list-thumb .list-item {
      width: 48%;
      margin: 0 2px 1.5em 0;
      -js-display: flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: flex-start;
      -ms-align-items: flex-start;
      align-items: flex-start;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

#rindou04 #products #cat01-box .list-thumb .list-item > .img {
  position: relative;
  margin-bottom: 0.5em; }

#rindou04 #products #cat01-box .list-thumb .list-item > .img:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "+拡大";
  display: inline-block;
  padding: 0.2em 0.4em;
  background-color: #666;
  color: #fff;
  font-size: 75%; }

#rindou04 #products #cat01-box .list-thumb .list-item > .cap {
  width: 100%;
  font-weight: 600; }

#rindou04 #products #cat01-box .list-thumb .list-item > .txt {
  width: 100%;
  font-size: 90%; }

/* オリジナル缶バッジ・マグネット・ストラップ */
#rindou04 #products #cat02-box {
  display: none; }

#rindou04 #products #cat02-box .wrap {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

#rindou04 #products #cat02-box .wrap .img {
  width: 50%; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #rindou04 #products #cat02-box .wrap .img {
    width: 100%;
    margin-bottom: 0.5em; } }

#rindou04 #products #cat02-box .wrap .detail {
  width: 50%;
  padding: 1em; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #rindou04 #products #cat02-box .wrap .detail {
    width: 100%;
    padding: 0; } }

#rindou04 #products #cat02-box .wrap .detail .topdf {
  margin-top: 1em; }

#rindou04 #products #cat02-box .list-root.list-contact {
  width: 100%;
  padding: 0;
  margin: 0; }

#rindou04 #products #cat02-box .col3-1 {
  width: 20%;
  background-color: #eee; }

#rindou04 #products #cat02-box .col3-2,
#rindou04 #products #cat02-box .col3-3 {
  width: 40%; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #rindou04 #products #cat02-box .col3-2,
  #rindou04 #products #cat02-box .col3-3 {
    font-size: 75%; } }

/* 名刺 */
#rindou04 #products #cat03-box {
  display: none; }

#rindou04 #products #cat03-box .wrap {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

#rindou04 #products #cat03-box .wrap .img {
  width: 50%; }
  #rindou04 #products #cat03-box .wrap .img img {
    width: 100%;
    height: auto; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #rindou04 #products #cat03-box .wrap .img {
    width: 100%;
    margin-bottom: 0.5em; } }

#rindou04 #products #cat03-box .wrap .detail {
  width: 50%;
  padding: 1em; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #rindou04 #products #cat03-box .wrap .detail {
    width: 100%; } }

#rindou04 #products #cat03-box .wrap .detail .topdf {
  margin-top: 1em; }

#rindou04 #products #cat03-box .list-root.list-contact {
  width: 100%;
  padding: 0;
  margin: 0; }

#rindou04 #products #cat03-box .col2-1 {
  width: 30%;
  background-color: #eee; }

#rindou04 #products #cat03-box .col2-2 {
  width: 70%; }

/* 紙すき */
#rindou04 #products #cat04-box {
  display: none; }

#rindou04 #products #cat04-box .wrap {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

#rindou04 #products #cat04-box .wrap .img {
  width: 30%;
  border: 1px solid #ccc; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #rindou04 #products #cat04-box .wrap .img {
    width: 100%;
    margin-bottom: 0.5em; } }

#rindou04 #products #cat04-box .wrap .txt {
  width: 70%;
  padding: 1em; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #rindou04 #products #cat04-box .wrap .txt {
    width: 100% !important; } }

#rindou04 #products #cat04-box .list-root {
  width: 100%; }

#rindou04 #products #cat04-box .col2-1 {
  width: 15%;
  background-color: #eee; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #rindou04 #products #cat04-box .col2-1 {
    width: 30%; } }

#rindou04 #products #cat04-box .col2-2 {
  width: 85%; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #rindou04 #products #cat04-box .col2-2 {
    width: 70%; } }

/* 手織り */
#rindou04 #products #cat05-box {
  display: none; }

#rindou04 #products #cat05-box .list-root {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

#rindou04 #products #cat05-box .list-item {
  width: 30%; }

#rindou04 #products #cat05-box .list-item .cap {
  text-align: center;
  font-size: 75%; }

/* 夢クロス */
#rindou04 #products #cat06-box {
  display: none; }

#rindou04 #products #cat06-box .wrap {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

#rindou04 #products #cat06-box .wrap .img {
  width: 30%;
  border: 1px solid #ccc; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #rindou04 #products #cat06-box .wrap .img {
    width: 100% !important;
    margin-bottom: 0.5em; } }

#rindou04 #products #cat06-box .wrap .detail {
  width: 70%;
  text-align: left;
  padding: 1em; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #rindou04 #products #cat06-box .wrap .detail {
    width: 100% !important; } }

#rindou04 #products #cat06-box .wrap .detail .txt {
  width: 100% !important; }

#rindou04 #products #cat06-box > .list-root {
  width: 100%; }

/* 花苗 */
#rindou04 #products #cat07-box {
  display: none; }

#rindou04 #products #cat07-box .wrap {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

#rindou04 #products #cat07-box .wrap .img {
  width: auto;
  max-width: 150px;
  border: 1px solid #ccc; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #rindou04 #products #cat07-box .wrap .img {
    width: 75% !important;
    margin-bottom: 0.5em; } }

  @media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) and (max-width: 375px) {
    #rindou04 #products #cat07-box .wrap .img {
      width: 85% !important; } }

#rindou04 #products #cat07-box .wrap .detail {
  width: calc(100% - 150px);
  text-align: left; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #rindou04 #products #cat07-box .wrap .detail {
    width: 100% !important; } }

#rindou04 #products #cat07-box .wrap .detail .txt {
  width: 100% !important;
  padding-left: 1em; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #rindou04 #products #cat07-box .wrap .detail .txt {
    padding-left: 0; } }

#rindou04 #products #cat07-box .list-root {
  width: 100%; }

#rindou04 #products #cat07-box .col2-1 {
  width: 15%;
  background-color: #eee; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) {
  #rindou04 #products #cat07-box .col2-1 {
    width: 30%; } }

#rindou04 #products #cat07-box .col2-2 {
  width: 85%; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #rindou04 #products #cat07-box .col2-2 {
    width: 70%; } }

/* クラフトテープ */
#rindou04 #products #cat08-box {
  display: none; }

#rindou04 #products #cat08-box .wrap {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

#rindou04 #products #cat08-box .wrap .img {
  width: 50%; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #rindou04 #products #cat08-box .wrap .img {
    width: 100%; } }

#rindou04 #products #cat08-box .col2-1 {
  width: 15%;
  background-color: #eee; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) {
  #rindou04 #products #cat08-box .col2-1 {
    width: 30%; } }

#rindou04 #products #cat08-box .col2-2 {
  width: 85%; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #rindou04 #products #cat08-box .col2-2 {
    width: 70%; } }

/* スライドするButton Hover Effects 左から */
/* スライドするButton Hover Effects 左下から */
/* 画像を丸くトリミング */
/* 縦横中央・GRID */
/* テスト用ボーダー 20210116 */
/* テスト用背景色 */
/* ======================
 topics トピックス
========================= */
.topics .sect-body {
  padding: 30px;
  background-color: #fff;
  text-align: left; }
  @media only screen and (max-width: 1140px) {
    .topics .sect-body {
      padding: 2.6315789474vw; } }
  @media only screen and (max-width: 1140px) and (max-width: 1024px) {
    .topics .sect-body {
      padding: 2.9296875vw; } }

  @media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
    .topics .sect-body {
      padding: 20px; } }

  @media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) and (max-width: 375px) {
    .topics .sect-body {
      padding: 10px; } }

.topics .list-topics-item {
  border-bottom: 1px solid #ccc; }
  .topics .list-topics-item:last-of-type {
    border-bottom: 0; }

.topics .list-topics-item a {
  padding: 1em 0 !important;
  display: block; }

.topics .list-topics-item .col2-1 {
  width: 15%; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  .topics .list-topics-item .col2-1 {
    width: 100%;
    margin-bottom: 0.5em; }
    .topics .list-topics-item .col2-1:last-of-type {
      margin-bottom: 0; } }

.topics .list-topics-item .col2-2 {
  width: 82%; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  .topics .list-topics-item .col2-2 {
    width: 100%;
    margin-bottom: 0.5em; }
    .topics .list-topics-item .col2-2:last-of-type {
      margin-bottom: 0; } }

.topics .list-topics-item .lbl {
  display: inline-block;
  padding: 2px 4px;
  margin-left: 0.5em;
  text-align: center;
  background-color: #eee;
  font-size: 75%; }

/* ------------------------
  topics-all トピックス一覧
------------------------- */
#topics-all .list-topics-item a {
  display: block;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* ------------------------
  topics 災害ボランティア
------------------------- */
#topics-saigaiinfo .list-topics-item a {
  display: block;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* ------------------------
  topics 職員採用
------------------------- */
#topics-saiyou .list-topics-item a {
  display: block;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* ------------------------
  topics 社協だより
------------------------- */
#topics-shakyodayori .list-topics {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

#topics-shakyodayori .list-topics:after {
  content: "";
  display: block;
  width: 28%; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #topics-shakyodayori .list-topics:after {
    display: none; } }

#topics-shakyodayori .list-topics-item {
  width: 28%; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #topics-shakyodayori .list-topics-item {
    width: 100%; } }

#topics-shakyodayori .list-topics-item {
  border-bottom: 1px solid #ccc; }
  #topics-shakyodayori .list-topics-item:last-of-type {
    border-bottom: 1px solid #ccc; }

#topics-shakyodayori .list-topics-item a p:before {
  display: inline-block;
  padding-right: 5px;
  content: " \f1c1";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: red;
  z-index: 100; }

/* ------------------------
  topics yorozu
------------------------- */
#topics-yorozu .list-topics {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

#topics-yorozu .list-topics:after {
  content: "";
  display: block;
  width: 28%; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #topics-yorozu .list-topics:after {
    display: none; } }

#topics-yorozu .list-topics-item {
  width: 28%; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #topics-yorozu .list-topics-item {
    width: 100%; } }

#topics-yorozu .list-topics-item {
  border-bottom: 1px solid #ccc; }
  #topics-yorozu .list-topics-item:last-of-type {
    border-bottom: 1px solid #ccc; }

#topics-yorozu .list-topics-item a p:before {
  display: inline-block;
  padding-right: 5px;
  content: " \f1c1";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: red;
  z-index: 100; }

/* ------------------------
  topics-detail
------------------------- */
.topics-detail #entry-date {
  text-align: right;
  margin-top: 1em; }

/* スライドするButton Hover Effects 左から */
/* スライドするButton Hover Effects 左下から */
/* 画像を丸くトリミング */
/* 縦横中央・GRID */
/* テスト用ボーダー 20210116 */
/* テスト用背景色 */
/* ======================
 page other
========================= */
/* ======================
 sitemap サイトマップ
========================= */
#sitemap-index .list-common {
  width: 100%;
  padding: 0 !important;
  margin: 0 auto; }

#sitemap-index .list-common a {
  padding: 0.5em 0 !important; }

#sitemap-index .list-common > .list-item {
  width: 100%;
  list-style-type: none;
  list-style-position: inside;
  border-bottom: 0 !important; }

#sitemap-index .list-common .list-item a.lv1 {
  display: block;
  width: 100%;
  border-bottom: 1px solid #ccc;
  text-decoration: none; }

#sitemap-index .list-common .list-item a.lv1:hover {
  background-color: #eee; }

#sitemap-index .list-common .list-item:last-of-type a.lv1 {
  border-bottom: 0; }

#sitemap-index .list-common a.lv1 p.txt:before {
  content: "◆ "; }

#sitemap-index .list-common .list-child li {
  list-style-type: none;
  list-style-position: inside;
  padding-left: 1.5em; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #sitemap-index .list-common .list-child li {
    padding-left: 0.8em; } }

#sitemap-index .list-common .list-child li a.lv2 {
  display: block;
  border-bottom: 1px dashed #ccc;
  text-decoration: none; }

#sitemap-index .list-common .list-child li a.lv2:hover {
  background-color: #eee; }

#sitemap-index .list-common .list-child li:last-of-type a.lv2 {
  border-bottom: 0; }

#sitemap-index .list-common a.lv2 p.txt:before {
  content: "・"; }

/* ======================
 links リンク集
========================= */
/* ======================
 inquiry お問い合わせ
========================= */
/* ======================
 privacy プライバシーポリシー
========================= */
#privacy-index #con2 .list-item {
  padding: 0.5em 0;
  list-style-type: decimal; }
