*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

* {
  margin: 0;
  padding: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* 組合員活動交流サイトCSS */
body {
  width: 100%;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", "M PLUS Rounded 1c";
  margin: 0;
  padding: 0;
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
  /*スマホで勝手に文字が大きくなる対策*/
  -webkit-text-size-adjust: 100%;
  background-color: #fffcf4;
  line-height:1.8em;
}

#container {
  max-width: 980px;
  margin: 0 auto;
  padding: 0.5em;
  margin-bottom: 0;
}

#container:before {
  padding-top: 100%;
}

a {
  cursor: pointer;
}

.f_cho {
  margin-top: 1em;
}

/* 共通 */
@media screen and (max-width: 640px) {
  .smp-none {
    display: none;
  }
}

@media screen and (min-width: 640px) {
  .smp-display {
    display: block;
  }
}

/* ヘッダー */
#header {
  text-align: center;
  background-image: url("../img/head_img.png"), linear-gradient(to left, #d0eefb 0%, #fff 100%);
  background-repeat: no-repeat;
  background-position: 0%;
  height: 0%;
}

#header img {
  margin: 0.5em 0;
}

/* ご利用方法ボタン */
@media screen and (max-width: 800px) {

  .move-link,
  a.move-link {
    display: none;
  }
}

.move-link,
a.move-link {
  color: #fff;
  background-color: #20b958;
  position: absolute;
  right: 5em;
  top: 2em;
  padding: 0 1em;
  font-size: 1.4em;
  font-weight: bold;
}

.move-link:hover,
a.move-link:hover {
  color: #fff;
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a.move-radius {
  border-radius: 100vh;
  text-decoration: none;
}

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

  .move-link2,
  a.move-link2 {
    display: none;
  }
}

@media screen and (max-width: 800px) {

  .move-link2,
  a.move-link2 {
    display: block;
  }
}

.move-link2,
a.move-link2 {
  color: #fff;
  background-color: #20b958;
  padding: 0.5em 2em;
  font-size: 110%;
  font-weight: bold;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.6));
}

.move-link2:hover,
a.move-link2:hover {
  color: #fff;
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.6));
}

@media screen and (max-width: 800px) {
  .smp-move {
    display: flex;
    justify-content: center;
    margin: 1em;
  }
}

/* PC用ナビ */
@media screen and (max-width: 640px) {
  .g-navi {
    display: none;
  }
}

.g-navi {
  background-color: #fff;
}

.g-navi ul {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
}

.g-navi li {
  border-right: 2px solid #dfdfdf;
  height: 4em;
  line-height: 4em;
}

.g-navi li:last-child {
  border-right: none;
}

.g-navi ul li a {
  text-decoration: none;
  color: #000;
  font-size: 1.3em;
  display: block;
  padding: 0 1em;
}

.g-navi ul li a:hover {
  background-color: #F1F1F1;
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.rainbow {
  background: linear-gradient(135deg, #925D9F, #6759A7, #455DAD, #407BC1, #38AF4F, #8ECA4D, #F4D34C, #D37147, #E63B4D);
  height: 4px;
}

/* スマホ用ナビゲーション */
@media screen and (min-width: 640px) {
  #hamburger {
    display: none;
  }
}

#hamburger .btn-gNav {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 45px;
  height: 40px;
  z-index: 3;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

#hamburger .btn-gNav span {
  position: absolute;
  width: 100%;
  height: 4px;
  background: #666;
  border-radius: 10px;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

#hamburger .btn-gNav span:nth-child(1) {
  top: 0;
}

#hamburger .btn-gNav span:nth-child(2) {
  top: 15px;
}

#hamburger .btn-gNav span:nth-child(3) {
  top: 30px;
}

#hamburger .btn-gNav.open span:nth-child(1) {
  background: #000;
  top: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#hamburger .btn-gNav.open span:nth-child(2), #hamburger .btn-gNav.open span:nth-child(3) {
  top: 6px;
  background: #000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

#gNav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 16px;
  box-sizing: border-box;
  z-index: 2;
  padding-top: 50px;
  transition: .3s;
  opacity: 0.9;
}

#gNav.open {
  right: 0px;
}

#gNav .gNav-menu {
  width: 100%:;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  /*justify-content: center;*/
}

#gNav .gNav-menu li {
  display: block;
  font-size: 140%;
  border-bottom: 1px solid;
}

#gNav .gNav-menu li a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 0.5em 0;
}

@media screen and (min-width: 640px) {
  .btn-gNav {
    display: none;
  }

  #gNav {
    position: fixed;
    top: 0;
    right: 0;
    height: 50px;
  }

  #gNav .gNav-menu {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    padding-left: 50px;
    justify-content: center;
  }

  #gNav .gNav-menu li {
    padding-top: 5px;
  }
}

/* ページトップ */
.pagetop {
  margin-top: 0;
  float: none;
  display: block;
}

.pagetop-btn {
  width: auto;
  text-align: center;
  justify-content: flex-end;
  background-color: #E66D3D;
  border-radius: 0;
  margin-right: 0;
}

.pagetop-btn a {
  text-decoration: none;
  color: #fff;
  font-size: 1.3em;
}

.pagetop-btn p {
  padding: 1em 0;
}

/* フッター */
#footer {
  clear: both;
  text-align: center;
  background-color: #fff;
  padding-bottom: 2em;
}

#footer ul li a {
  text-decoration: none;
  color: #000;
  font-size: 1em;
  display: block;
}

#footer ul {
  list-style: none;
  display: block;
  justify-content: center;
  flex-wrap: wrap;
  line-height: 3em;
}

#footer li {
  margin: 0 0.5em;
  color: #fff;
  border-bottom: 1px solid #000;
}

.fotter-menu {
  background-color: #fff;
}

#footer li:last-child {
  border-right: none;
  display: none;
}

.footer-info {
  margin-top: 0;
}

.footer-info p {
  font-size: 100%;
  font-weight: bold;
  margin: 0.5em 0;
}

.footer-info img {
  max-width: 80%;
}

/* --------------------------TOPページ-------------------------- */
/* メインメニュー */
.mein-menu {
  margin-top: 2em;
  display: none;
  justify-content: space-around;
  flex-wrap: wrap;
}

.rsample {
  width: 50%;
  position: relative;
  margin-bottom: 1em;
  text-align: center;
}

.rsample2 {
  width: 100%;
}

.rsample span {
  position: absolute;
  bottom: 3%;
  left: 0px;
  width: 100%;
  text-align: center;
  color: #000;
  line-height: 250%;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  font-size: 110%;
  font-weight: bold;
}

.rsample a {
  display: block;
}

.rsample:hover,
a.rsample:hover {
  color: #fff;
  opacity: 0.5;
}

.rsample img {
  width: 95%;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.6));
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.rsample img:hover {
  width: 95%;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.6));
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* スマホメインメニュー */
.smp-mainmenu {
  margin-top: 2em;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.menu_lim {
  background-color: #EA374E;
  padding-top: 1em;
  padding-bottom: 1em;
  border-top: 0.5em solid #B23821;
  ;
}

.menu_lim h2 {
  text-align: center;
  font-size: 180%;
  color: #fff;
  border-bottom: 1px solid;
  margin: 0 1em;
  padding-bottom: 0.5em;
}

/* メインビジュアル */
.main-v {
  background-color: #fff5d8;
  padding: 0.5em 1em;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.6));
}

.main-v img {
  max-width: 100%;
}

/* フォーム */
.forms {
  background-color: #FDD6AE;
  text-align: center;
  margin-top: 2em;
  padding-bottom: 1em;
  width: 100%;
}

.forms h2 {
  background-color: #FBC090;
  padding: 0.3em 0;
  font-size: 130%;
}

.btn_flex {
  display: block;
  padding-bottom: 0;
  padding-top: 0;
}

.btn_flex p {
  margin: 0;
  font-size: 0;
  display: none;
}

.toukou, .soudan {
  background-color: #fff;
  margin: 0 auto;
  max-width: 100%;
  padding: 0.5em;
  box-shadow: 1px 2px 2px 1px rgb(0 0 0 / 20%);
}

.btn,
a.btn,
button.btn {
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.5em 1em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
}

.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  opacity: 0.5;
}

.btn--blue,
a.btn--blue {
  color: #fff;
  background-color: #1f0a94;
}

.btn--blue:hover,
a.btn--blue:hover {
  color: #fff;
  opacity: 0.5;
}

a.btn--radius {
  border-radius: 100vh;
}

/* 新着情報(アイキャッチあり) */
.news-list h2 {
  background-color: #2EAC4D;
  padding: 0.3em 0.5em;
  color: #fff;
  margin: 0.2em 0;
  text-align: center;
}

.news-list ul {
  background-color: #fff;
  padding: 2em 1em 1em 1em;
}

.news-list a:hover {
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.news-list-img {
  display: block;
  justify-content: space-around;
  border-bottom: 1px solid #000;
  margin-bottom: 1em;
  padding-bottom: 1em;
  text-align: center;
}

.news-list-img img {
  max-width: 90%;
  /* max-height:80%; */
}

.news-list-title {
  margin-left: 0em;
}

.news-list-title a {
  display: block;
  font-size: 130%;
  font-weight: bold;
}

.btn-center {
  text-align: center;
  background-color: #fff;
  padding: 0 0 2em 0;
}

.news_btn {
  height: 3em;
  font-size: 120%;
  font-weight: 700;
  line-height: 3em;
  display: inline-block;
  padding: 0em 2em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  border: 1px solid #1b7e40;
  color: #fff;
  border-radius: 2em;
  background: #1b7e40;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #1b7e40), to(#20b958));
  background: -webkit-linear-gradient(bottom, #1b7e40 50%, #20b958 100%);
  background: linear-gradient(0deg, #1b7e40 50%, #20b958 100%);
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .6), 0 5px 10px rgba(0, 0, 0, .1);
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.6));
}

.news_btn:hover,
a.news_btn:hover {
  color: #fff;
  opacity: 0.5;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.6));
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* SNS */
.sns {
  background-color: #99C8E6;
  text-align: center;
  padding-bottom: 1em;
  margin-top: 2em;
  width: 100%;
}

.sns img {
  height: 50%;
  display: block;
  margin: 1em auto;
}

.sns h2 {
  background-color: #CCE5F3;
  padding: 0.3em 0;
  font-size: 130%;
}

.sns p {
  font-weight: bold;
  font-size: 90%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 5%;
}

.sns a {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.sns a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.facebook, .Instagram, .LINE, .Youtube {
  display: block;
  background-color: #fff;
  width: 40%;
  height: 8em;
  box-shadow: 1px 2px 2px 1px rgb(0 0 0 / 20%);
  padding: 0.5em;
  position: relative;
  margin: 0.5em;
  border-radius: 1em;
}

.sns-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1em;
}

/* 前のページに戻る */
.back {
  margin-top: 5em;
  display: none;
}

.backbtn {
  font-size: 120%;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  padding: 0.5em 1em;
  border-radius: 10px;
  border: 3px solid #fff;
  background: #7ABD37;
  background: -webkit-gradient(linear, left top, left bottom, from(#20b958), to(#64B020));
  background: -webkit-linear-gradient(top, #20b958 0%, #64B020 100%);
  background: linear-gradient(to bottom, #64B020 0%, #20b958 100%);
  -webkit-box-shadow: 2px 2px 4px 0px #000;
  box-shadow: 2px 2px 4px 0px #000;
}

.backbtn:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#64B020), to(#20b958));
  background: -webkit-linear-gradient(top, #64B020 0%, #20b958 100%);
  background: linear-gradient(to bottom, #20b958 0%, #64B020 100%);
}

/* --------------------------投稿記事-------------------------- */
#breadcrumb-list {
  display: none;
}

/* パンくずリスト */
.day_date {
  /* 日付表記 */
  margin: 0 1em;
  text-align: right;
  font-size: 1em;
}

.contents {
  background-color: #fff;
  margin: 1em 0 1em 0;
  padding: 1em 1em 2em 1em;
}

.contents img {
  max-width: 100%;
}

.katudou-midashi {
  background-color: #FCE8EB;
  border-top: 5px solid #F06D7C;
  border-bottom: 5px solid #F06D7C;
  color: #EA374D;
  padding: 0.5em;
  font-size: 130%;
}

.contents h3 {
  margin-bottom: 1em;
  position: relative;
  padding: 0.5em 0.5em 0.5em 2em;
  border-bottom: 3px solid #ccc;
  font-size: 150%;
}

.contents h3::before {
  position: absolute;
  content: '';
  border-radius: 100%
}

.contents h3::before {
  top: 0.7em;
  left: 10px;
  z-index: 2;
  width: 25px;
  height: 25px;
  background: #EA374D;
}

.contents p {
  line-height: 1.7em;
  font-size: 100%;
  margin: 1em;
}

.urabanashi h4 {
  display: flex;
  align-items: center;
  font-size: 120%;
}

.urabanashi h4:after {
  border-top: 2px solid #978B8E;
  content: "";
  flex-grow: 1;
}

.urabanashi {
  background-color: #FCE8EB;
  padding: 1em;
  margin-top: 2em;
}

/* --------------------------組合員活動紹介-------------------------- */
.katudou h2 {
  background-color: #EB485C;
  font-size: 160%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 0.8em 0;
  border-radius: 10px;
  margin: 0.5em 0 1em 0;
}

.katudou .list-box {
  background-color: #fff;
  padding: 1em;
  border-radius: 10px;
  box-shadow: 1px 1px 2px 2px rgb(0 0 0 / 10%);
  margin-bottom: 2em;
}

.katudou h3 {
  font-size: 140%;
  border-bottom: 5px solid #F494A0;
  color: #EB485C;
  margin-bottom: 0.5em;
  padding:0.2em 0 0.5em 0;
}

.katudou .news-list {
  line-height: 1.2em;
  list-style: none;
  padding: 0.5em 0;
  margin: 0 1em;
  border-top: none;
  font-size: 100%;
}

.katudou .news-list::after {
  content: ">";
  font-size: 100%;
  margin-left: 0.5em;
}

.katudou .news-date {
  display: block;
}

.katudou .news-title {
  margin-left: 0;
}

.katudou .ichiran {
  text-align: center;
  padding: 1em 0;
}

.katudou .ichiran a {
  padding: 1em;
  border: 1px solid #fff;
  border-radius: 10px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: 1px 1px 2px 2px rgb(0 0 0 / 10%);
  box-shadow: 1px 1px 2px 2px rgb(0 0 0 / 10%);
  background: #638be4;
}

ul.news_list {
  list-style: none;
  line-height: 1.4em;
  font-size: 1.1em;
}

ul.news_list li {
  margin-bottom: 0.3em
}

span.news_date {
  padding-right: 1em;
  display: block;
}

/* --------------------------健康動画-------------------------- */
.kenkou h2 {
  background-color: #6DB38E;
  font-size: 160%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 0.8em 0;
  border-radius: 10px;
  margin: 0.5em 0 1em 0;
}

.kenkou .list-box {
  background-color: #fff;
  padding: 1em;
  border-radius: 10px;
  box-shadow: 1px 1px 2px 2px rgb(0 0 0 / 10%);
  margin-bottom: 2em;
}

.kenkou h3 {
  font-size: 140%;
  border-bottom: 5px solid #6DB38E;
  color: #439E73;
  margin-bottom: 0.5em;
    padding:0.2em 0 0.5em 0;
}

.kenkou .news-list {
  list-style: none;
  padding: 0.5em 0;
  margin: 0 1em;
  border-top: none;
}

.kenkou ul {
  list-style: none;
}

.kenkou ul li {
  margin-bottom: 0.5em;
}

.kenkou ul li a {
  color: #000;
  font-size: 120%;
}

.kenkou ul li::after {
  content: ">";
  font-size: 120%;
  margin-left: 0.5em;
}

/* --------------------------組合員の投稿紹介-------------------------- */
/* ----- いいねボタン ----- */
.post-ratings {
  text-align: center;
  width: 8em;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid;
  border-radius: 10%;
  background-color: #fff;
  padding: 0.5em;
}

.kumiai-toukou h2 {
  background-color: #FC86BF;
  font-size: 160%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 0.8em 0;
  border-radius: 10px;
  margin: 0.5em 0 1em 0;
}

.kumiai-toukou span.check {
  font-size: 180%;
  font-weight: bold;
  border-bottom: 5px solid #FEAFDC;
  color: #FC86BF;
  margin: 1em;
  display: flex;
  justify-content: center;
}

.kumiai-toukou p {
  text-align: center;
  font-size: 130%;
}

.form-center {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 2em;
  margin-bottom: 3em;
}

.toukou-form {
  width: 90%;
  color: #128B33;
  font-size: 110%;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  padding: 1em 0;
  border-radius: 10px;
  border: 3px solid #2EAC4D;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fffff), to(#fdfdfd));
  background: -webkit-linear-gradient(top, #eaeaea 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #eaeaea 100%);
  -webkit-box-shadow: 2px 2px 4px 0px #000;
  box-shadow: 2px 2px 4px 0px #000;
}

.toukou-form:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#ffffff));
  background: -webkit-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: linear-gradient(to bottom, #eaeaea 0%, #ffffff 100%);
}

.kumiai-toukou .list-box {
  background-color: #fff;
  padding: 1em;
  border-radius: 10px;
  box-shadow: 1px 1px 2px 2px rgb(0 0 0 / 10%);
  margin: 3em 0;
}

.kumiai-toukou h3 {
  font-size: 140%;
  border-bottom: 5px solid #ef95c3;
  color: #ef95c3;
  margin-bottom: 0.5em;
    padding:0.2em 0 0.5em 0;
}

.kumiai-toukou .news-list {
  list-style: none;
  padding: 0.5em 0;
  margin: 0 1em;
  border-top: none;
  font-size: 120%;
}

.kumiai-toukou .news-list::after {
  content: ">";
  font-size: 120%;
  margin-left: 0.5em;
}

.kumiai-toukou .ichiran {
  text-align: center;
  padding: 1em 0;
}

.kumiai-toukou .ichiran a {
  padding: 1em;
  border: 1px solid #fff;
  border-radius: 10px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: 1px 1px 2px 2px rgb(0 0 0 / 10%);
  box-shadow: 1px 1px 2px 2px rgb(0 0 0 / 10%);
  background: #638be4;
}

/* --------------------------イベント情報-------------------------- */
.event h2 {
  background-color: #4862AF;
  font-size: 160%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 0.8em 0;
  border-radius: 10px;
  margin: 0.5em 0 1em 0;
}

.event figure {
  display: inline-block;
  margin-bottom: 1em;
}

.event figcaption {
  text-align: center;
  font-size: 120%;
}

.event .chirashi {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.event ul.chirashi li {
  position: static;
  line-height: 0;
  margin: 0;
  padding-left: 0;
  font-size: 100%;
  max-width: 100%;
}

.event ul.chirashi li:after {
  display: none;
}

.event ul.chirashi li div.wp-caption img {
  max-width: 100%;
  height: auto;
}

.event p.wp-caption-text {
  display: inline-block;
  padding: 1em 0;
  font-size: 100%;
}

.event span.check {
  font-size: 140%;
  font-weight: bold;
  border-bottom: 5px solid #93A4D2;
  color: #4862AF;
  margin: 1em;
  display: flex;
  justify-content: center;
}

.event p {
  text-align: center;
  font-size: 130%;
}

.event .list-box {
  background-color: #fff;
  padding: 1em;
  border-radius: 10px;
  box-shadow: 1px 1px 2px 2px rgb(0 0 0 / 10%);
  margin-bottom: 2em;
}

.event h3 {
  font-size: 140%;
  border-bottom: 5px solid #93A4D2;
  color: #4862AF;
  margin-bottom: 0.5em;
    padding:0.2em 0 0.5em 0;
}

.event .news-list {
  list-style: none;
  padding: 0.5em 0;
  margin: 0 1em;
  border-top: none;
}

.event ul {
  list-style: none;
}

.event ul li {
  margin-bottom: 0.2em;
}

.event ul li {
  position: relative;
  line-height: 1.5em;
  margin: 7px 0 7px 1em;
  padding-left: 10px;
  font-size: 120%;
}

.event ul li:after {
  content: "";
  position: absolute;
  top: 7px;
  left: -10px;
  width: 10px;
  height: 10px;
  background: #6885c3;
  color: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.event ul li a {
  color: #000;
  font-size: 120%;
}

/* --------------------------ネットで交流会-------------------------- */
.kouryu h2 {
  background-color: #ea940c;
  font-size: 160%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 0.8em 0;
  border-radius: 10px;
  margin: 0.5em 0 1em 0;
}

.kouryu h3 {
  text-align: center;
  font-size: 140%;
  color: #d20000;
  margin-bottom: 1em;
    padding:0.2em 0 0.5em 0;
}

.kouryu span.check {
  font-size: 120%;
  font-weight: bold;
  border-bottom: 5px solid #d20000;
  color: #d20000;
  margin: 1em;
  display: flex;
  justify-content: center;
}

.kouryu p {
  text-align: inherit;
  font-size: 1.1em;
  line-height: 1.7em;
  margin: 0 1em;
}

.kaizyou {
  width: 80%;
  color: #128B33;
  font-size: 140%;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  padding: 1em 1.5em;
  border-radius: 10px;
  border: 3px solid #2EAC4D;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fffff), to(#fdfdfd));
  background: -webkit-linear-gradient(top, #eaeaea 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #eaeaea 100%);
  -webkit-box-shadow: 2px 2px 4px 0px #000;
  box-shadow: 2px 2px 4px 0px #000;
}

.kaizyou:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#ffffff));
  background: -webkit-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: linear-gradient(to bottom, #eaeaea 0%, #ffffff 100%);
}

/* --------------------------組合員の掲示板-------------------------- */
.bbs-link h2 {
  background-color: #4597CF;
  font-size: 160%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 0.8em 0;
  border-radius: 10px;
  margin: 0.5em 0 1em 0;
}

.bbs-link h3 {
  text-align: center;
  font-size: 140%;
  color: #d20000;
  margin-bottom: 1em;
    padding:0.2em 0 0.5em 0;
}

.bbs-link span.check {
  font-size: 120%;
  font-weight: bold;
  border-bottom: 5px solid #d20000;
  color: #d20000;
  margin: 1em;
  display: flex;
  justify-content: center;
}

.bbs-link p {
  text-align: inherit;
  font-size: 1.1em;
  line-height: 1.7em;
  margin: 0 1em;
}

.check-list {
  display: flex;
  justify-content: center;
}

.check-list ul {
  margin: 1em 0;
  padding: 1em;
  background-color: #fff4d6;
  border-radius: 10px;
}

.check-list li {
  width: 100%;
  list-style-type: none;
  margin: 0 0 10px 0;
  text-align: inherit;
  font-size: 1.1em;
}

/* --------------------------プライバシーポリシー-------------------------- */
.policy h2 {
  background-color: #264a6f;
  font-size: 1.5em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 0.8em 0;
  border-radius: 10px;
  margin: 0.5em 0 1em 0;
}

.policy h3 {
  font-size: 1.3em;
  border-bottom: 5px solid #456d96;
  color: #264a6f;
  margin-bottom: 0.5em;
  margin-top: 1.2em;
    padding:0.2em 0 0.5em 0;
}

/* ---------------------------------
* 記事一覧表示ショートコードのCSS
* --------------------------------*/
.poslist-ul li a img {
  width: 100px;
  height: 100px;
  margin-right: 10px;
}

/* カテゴリー分け */
.news-list-title .cat-news {
  background-color: #2EAC4D;
  color: #fff;
  padding: 0.2em 0.5em;
  border-radius: 0.5em;
  display: table;
  margin: 0 auto;
}

.cat-kongetsunohito {
  background-color: #EB485C;
  color: #fff;
  padding: 0.2em 0.5em;
  border-radius: 0.5em;
  display: table;
  margin: 0 auto;
}

.cat-hanshibu {
  background-color: #EB485C;
  color: #fff;
  padding: 0.2em 0.5em;
  border-radius: 0.5em;
  display: table;
  margin: 0 auto;
}

.cat-kenkoudukuri {
  background-color: #EB485C;
  color: #fff;
  padding: 0.2em 0.5em;
  border-radius: 0.5em;
  display: table;
  margin: 0 auto;
}

.cat-kumiai-event {
  background-color: #EB485C;
  color: #fff;
  padding: 0.2em 0.5em;
  border-radius: 0.5em;
  display: table;
  margin: 0 auto;
}

.cat-kumiai-toukou {
  background-color: #FC86BF;
  color: #fff;
  padding: 0.2em 0.5em;
  border-radius: 0.5em;
  display: table;
  margin: 0 auto;
}

.cat-shumitokugi {
  background-color: #EB485C;
  color: #fff;
  padding: 0.2em 0.5em;
  border-radius: 0.5em;
  display: table;
  margin: 0 auto;
}

.cat-walking-shonai,.cat-walking-murayama {
  padding: 0.2em 0.5em;
  border-radius: 0.5em;
  display: table;
  margin: 0 auto;
}

/* 公式ホームページリンク */
.ycoop-link {
  text-align: center;
  margin-top: 2em;
  padding-bottom: 1em;
  background-color: #ffffff;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3));
}

.ycoop-link h2 {
  background-color: #2eac4d;
  padding: 0.3em 0;
  font-size: 130%;
  color: #fff;
  margin-bottom: 1em;
}

.ycoop-link a:hover {
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.ycoop-link img {
  max-width: 80%;
}

/* おでかけスポット */
.walking h2 img {
  max-width: 100%;
}

.walking .midashi {
  margin: 1em;
  font-size: 1.5em;
}

.walking .course-list {
  display: flex;
  flex-direction: column;
  align-items: center;
      margin-bottom: 2em;
}

.walking .course-list .course-list-content {
  width: 100%;
}

.walking .course-list .course-list-content .abo-img-text p,.abo-img-text2 p {
  font-size: 2em !important;
}

.walking .course-list .course-list-content a {
  font-size: 1.5em;
  margin-top: 0.5em;
  margin-bottom: 1em;
}

.walking .course .news-list-title {
  margin-left: 0;
}

.walking .course .news-list-title a {
  display: block !important;
}

.walking .course .news-list-title p {
  display: flex;
  flex-direction: column;
}

.walking .course .news-list-title .news-list-more a {
  margin: 0 auto;
  width: 85%;
  margin-top: 0.5em;
}

.others-course a {
  width: 85%;
  padding: 0.5em 0;
}

.vivid h2 {
  font-size: 1.5em;
  width: 85%;
  margin: 0 auto;
}

.vivid h2 span {
  display: contents;
}

.vivid .vivid-point {
  display: flex;
  flex-direction: column;
}

.vivid .arrow-right {
  margin: 0 10px 20px 0;
  border-top: 0;
  border-bottom: 4px solid #ED86B3;
}

.vivid .maru span {    font-size: 1.5em;
    width: 10.5em;
      line-height: 1.5em;}

.vivid a {
  width: 85%;
  font-size: 1.5em;
}
