@charset "UTF-8";
/* google font */
/* media query */
/* iPhone6/7/8 Plusサイズ（414px以上）　*/
/* タブレットサイズ（600px以上） */
/* PCサイズ（960px以上） */
/* css arrow */
/* 角丸四角形リンク */
/* ハイライト */
/* 斜め線アンダーラインタイトル */
/* 波背景 */
/* コンテンツ内電話番号 */
/* table thとtdが並列の場合だけ使用すること sp表示ではthとtdが並列になる */
/* dl角丸枠 dtとddがpcで並列、spで直列になるもの dlの外側divに入れる */
/*  */
/* base-color角丸枠 */
/* base-color角丸枠用吹き出し矢印 必ず本体にposition:relativeを入れる*/
/* 吹き出しコメント ulの外側のdivに設定 */
/* pc用 main画像 */
/* sp用 after擬似要素main画像 */
/* アイコン付き小見出し */
/* 丸数字リスト olに設定 */
/* 黄色い吹き出し(PCは画像、SPはCSS) h2またはh3に使用 */
/* 親要素にposition:relative指定 */
/*
Theme Name: STINGER8 Child
Template: stinger8
Version: 20170614
*/
/* base */
* {
  box-sizing: border-box;
}

h2 {
  background: transparent;
  border: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

#content {
  max-width: 100%;
  width: 100%;
}

@media print, screen and (min-width: 960px) {
  #content {
    max-width: 1060px;
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 960px) {
  #content.content--top-pc {
    max-width: 100%;
  }
}

.st-main {
  padding: 0;
}

@media print, screen and (min-width: 960px) {
  .st-main {
    position: relative;
    background: transparent;
    margin-bottom: 0;
  }
}

select::-ms-expand {
  display: none;
}

/* header */
#headbox-bg {
  border-top: 4px solid #95cb40;
}

@media print, screen and (min-width: 960px) {
  #headbox-bg {
    padding-top: 0;
  }
}

#headbox {
  display: flex;
  justify-content: space-between;
  padding: 0 !important;
  align-items: center;
}

@media print, screen and (min-width: 960px) {
  #headbox {
    align-items: flex-start;
  }
}

/* logo */
#header-l {
  width: 100%;
  height: auto;
  margin: 5px 0 5px 0;
}

@media screen and (min-width: 600px) {
  #header-l {
    width: auto;
    margin: 0;
  }
}

.ccap-logo {
  margin-left: 15px;
  width: 208px;
  height: 70px;
  max-height: 70px;
}

@media screen and (min-width: 600px) {
  .ccap-logo {
    width: 178px;
    height: 60px;
  }
}

@media print, screen and (min-width: 960px) {
  .ccap-logo {
    width: 239px;
    height: 81px;
    margin-top: 15px;
    margin-left: 0;
  }
}

.ccap-logo a {
  display: block;
}

.ccap-logo a img {
  width: 100%;
  height: auto;
}

#header-r a {
  font-family: "Noto Sans JP";
}

.header-r__top {
  display: none;
  justify-content: flex-end;
  align-items: center;
}

@media print, screen and (min-width: 960px) {
  .header-r__top {
    display: flex;
  }
}

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

/* utility menu */
.menu-utility__header-top,
.menu-utility__header-bottom {
  list-style-type: none;
}

.menu-utility__header-top {
  display: flex;
  justify-content: flex-end;
}

.menu-utility__header-top li {
  position: relative;
  padding-left: 13px;
  margin-right: 15px;
}

.menu-utility__header-top li::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5px 0 2.5px 5px;
  position: absolute;
  border-color: transparent transparent transparent #95cb40;
  top: calc(50% - 3px);
  left: 0;
}

.menu-utility__header-top li a {
  text-decoration: none;
}

.menu-utility__header-top li a {
  color: #666;
  font-size: 14px;
  letter-spacing: 1px;
}

.menu-utility__header-top li a:hover {
  color: #1b8924;
}

.menu-utility__header-bottom {
  flex-wrap: wrap;
  width: 342px;
  display: none;
}

@media print, screen and (min-width: 960px) {
  .menu-utility__header-bottom {
    display: flex;
  }
}

.menu-utility__header-bottom li {
  position: relative;
  margin-right: 4px;
  margin-bottom: 4px;
  width: 164px;
}

.menu-utility__header-bottom li::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5px 0 2.5px 5px;
  position: absolute;
  border-color: transparent transparent transparent #fff;
  top: calc(50% - 3px);
  left: 8px;
}

.menu-utility__header-bottom li a {
  text-decoration: none;
}

.menu-utility__header-bottom li:nth-child(2n) {
  margin-right: 0;
}

.menu-utility__header-bottom li:nth-child(3), .menu-utility__header-bottom li:nth-child(4) {
  margin-bottom: 0;
}

.menu-utility__header-bottom li a {
  background-color: #95cb40;
  color: #fff;
  padding: 5px 4px;
  border-radius: 2px;
  display: block;
  text-align: center;
  font-size: 12px;
}

.menu-utility__header-bottom li a:hover {
  background-color: #1b8924;
}

/* telephone number */
.telno,
.telno__forsp {
  width: 280px;
  height: 60px;
}

.telno {
  display: none;
}

@media screen and (min-width: 600px) {
  .telno {
    display: flex;
    /* for IE */
  }
  .telno span {
    width: 280px;
  }
  .telno span img {
    max-height: 100%;
  }
}

.telno__forsp {
  display: block;
  margin: 0 auto;
  width: 94%;
  height: auto;
}

.telno__forsp img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 600px) {
  .telno__forsp {
    display: none;
  }
}

/* links */
.link-orange-ribbon,
.link-clinic {
  position: relative;
}

.link-orange-ribbon a,
.link-clinic a {
  text-align: center;
  display: block;
}

.link-orange-ribbon a {
  background-color: #f2bd1c;
  color: #fff;
}

.link-orange-ribbon a:hover {
  background-color: #e0b42e;
}

.link-clinic a {
  background-color: #fce80b;
  color: #333;
}

.link-clinic a:hover {
  background-color: #e9d91e;
}

.header-r__top .link-orange-ribbon,
.header-r__top .link-clinic {
  width: 180px;
  margin: 10px 4px 10px 0;
}

.header-r__top .link-orange-ribbon a,
.header-r__top .link-clinic a {
  height: 24px;
  line-height: 24px;
  border-radius: 12px;
  font-size: 12px;
}

.header-r__top .link-orange-ribbon::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5px 0 2.5px 5px;
  position: absolute;
  border-color: transparent transparent transparent #fff;
  top: calc(50% - 3px);
  left: 10px;
}

.header-r__top .link-clinic::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5px 0 2.5px 5px;
  position: absolute;
  border-color: transparent transparent transparent #333;
  top: calc(50% - 3px);
  left: 10px;
}

#nav-content .link-orange-ribbon::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5px 0 2.5px 5px;
  position: absolute;
  border-color: transparent transparent transparent #fff;
  top: calc(50% - 3px);
  left: 22px;
}

#nav-content .link-clinic::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5px 0 2.5px 5px;
  position: absolute;
  border-color: transparent transparent transparent #333;
  top: calc(50% - 3px);
  left: 22px;
}

#nav-content .link-orange-ribbon,
#nav-content .link-clinic {
  width: 80%;
  margin: 0 auto 5px;
}

#nav-content .link-orange-ribbon a,
#nav-content .link-clinic a {
  height: 44px;
  line-height: 44px;
  border-radius: 22px;
  font-size: 14px;
}

/* PC用global menu */
#st-menubox {
  border: 0;
}

@media print, screen and (min-width: 960px) {
  #st-menubox {
    margin: 25px 0;
  }
}

#st-menubox .menu {
  display: flex;
  justify-content: center;
}

#st-menubox .menu li {
  border: 0;
}

#st-menubox .menu > li {
  float: none;
  border: 0;
  border-right: 2px dotted #95cb40;
  width: 176.66667px;
  height: 40px;
}

#st-menubox .menu > li:first-child {
  border-left: 2px dotted #95cb40;
}

#st-menubox .menu > li > a {
  line-height: 40px;
  height: 40px;
  font-family: "Noto Sans JP";
  font-size: 14px;
}

#st-menubox .menu > li > a:hover {
  color: #fff;
  background-color: #1b8924;
}

#st-menubox .sub-menu {
  position: absolute;
  left: -1px;
}

#st-menubox .sub-menu > li {
  width: 100%;
  height: auto;
}

#st-menubox .sub-menu > li > a {
  border: 0;
  border-bottom: 1px dotted #f3fCe6;
  background-color: #95cb40;
  font-family: "Noto Sans JP";
  color: #fff;
  line-height: 1.5;
  padding: 10px 0;
}

#st-menubox .sub-menu > li > a:hover {
  background-color: #1b8924;
}

#st-menubox .sub-menu > li:last-child > a {
  border: 0;
}

/* SP用 menu */
/* global */
#nav-content {
  /* utility menu */
}

#nav-content ul {
  list-style-type: none;
}

#nav-content a {
  text-decoration: none !important;
}

#nav-content .menu-global-container .menu {
  width: 80%;
  margin: 10px auto;
}

#nav-content .menu-global-container .menu li a {
  display: block;
  color: #333;
  text-align: left;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  /* 第二階層用設定 二行以上に対応 */
  height: auto;
  line-height: 1.5;
  padding: 10px 0;
}

#nav-content .menu-global-container .menu > li > a {
  position: relative;
  /* 第一階層は一行のみ対応 */
  height: 44px;
  line-height: 44px;
  padding: 0;
}

#nav-content .menu-global-container .menu > li > a::after {
  content: '';
  border: solid #95cb40;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  position: absolute;
  top: 15px;
  right: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

#nav-content .menu-global-container .menu > li.open > a::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  right: 2px;
}

#nav-content .sub-menu > li > a {
  margin-left: 20px;
}

#nav-content .st-submenu-box {
  width: 80%;
  margin: 20px auto 10px;
}

#nav-content .menu-utility__sp-sub-top li {
  position: relative;
  margin-bottom: 5px;
}

#nav-content .menu-utility__sp-sub-top li::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5px 0 2.5px 5px;
  position: absolute;
  border-color: transparent transparent transparent #fff;
  top: calc(50% - 3px);
  left: 14px;
}

#nav-content .menu-utility__sp-sub-top li a {
  text-decoration: none;
}

#nav-content .menu-utility__sp-sub-top li:last-child {
  margin-bottom: 0;
}

#nav-content .menu-utility__sp-sub-top li a {
  background-color: #95cb40;
  color: #fff;
  padding: 10px 4px;
  border-radius: 2px;
  display: block;
  text-align: center;
}

#nav-content .menu-utility__sp-sub-bottom {
  margin: 10px 0;
}

#nav-content .menu-utility__sp-sub-bottom li {
  position: relative;
}

#nav-content .menu-utility__sp-sub-bottom li::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5px 0 2.5px 5px;
  position: absolute;
  border-color: transparent transparent transparent #95cb40;
  top: calc(50% - 3px);
  left: 14px;
}

#nav-content .menu-utility__sp-sub-bottom li a {
  text-decoration: none;
}

#nav-content .menu-utility__sp-sub-bottom li:last-child {
  margin-bottom: 0;
}

#nav-content .menu-utility__sp-sub-bottom li a {
  color: #666;
  display: block;
  padding: 6px 15px 6px 13px;
}

/* ぱんくず */
#breadcrumb {
  margin: 0;
  padding: 0 0 5px;
  background-color: #f3fCe6;
  padding: 5px 0;
  margin: 0;
}

#breadcrumb ol {
  width: 100%;
  margin: 0 20px;
}

@media print, screen and (min-width: 960px) {
  #breadcrumb ol {
    width: 1060px;
    margin: 0 auto;
  }
}

#breadcrumb ol li {
  color: #333;
}

#breadcrumb ol li a {
  color: #333;
}

/* footer */
/* pageTopBtn用variable */
/* pagetop btn */
.pagetop-wrapper {
  cursor: pointer;
  z-index: 100;
}

.pagetop-wrapper.fixed {
  position: fixed;
  bottom: 20px;
  right: 10px;
}

.pagetop-wrapper.static {
  position: static;
  width: 60px;
  height: 60px;
  margin: 0 10px 20px auto;
}

.pagetop-wrapper a {
  width: 60px;
  height: auto;
  display: inline-block;
}

#footer {
  padding: 30px 0 0;
  background-color: #f3fCe6;
  /* utility menu */
}

#footer::before {
  display: block;
  content: '';
  background-image: url(./images/wavebg-green.png);
  background-repeat: repeat-x;
  background-size: 175px 10px;
  width: 100%;
  height: 10px;
  max-height: 20px;
  position: relative;
  top: -40px;
}

#footer #footer-in {
  margin: 0 auto 20px;
  padding: 0 15px;
}

@media print, screen and (min-width: 960px) {
  #footer #footer-in {
    width: 1040px;
    max-width: 1040px;
    padding: 0;
    position: relative;
  }
}

#footer .footermenust {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  text-align: left;
  width: 100%;
  padding: 0;
}

#footer .footermenust li {
  display: flex;
  flex-flow: column;
  border: 0;
  position: relative;
  padding: 0;
}

#footer .footermenust li a {
  font-size: 14px;
}

#footer .footermenust li a:hover {
  color: #1b8924;
}

#footer .footermenust > li {
  width: calc(100% / 2);
  margin: 0 1px 1px 0;
}

#footer .footermenust > li:nth-child(2n) {
  width: calc(100% / 2 - 1px);
  margin-right: 0;
}

@media print, screen and (min-width: 960px) {
  #footer .footermenust > li:nth-child(2n) {
    width: 220px;
    margin-right: 30px;
  }
}

@media print, screen and (min-width: 960px) {
  #footer .footermenust > li:nth-child(4) {
    margin-right: 0;
  }
}

@media print, screen and (min-width: 960px) {
  #footer .footermenust > li {
    width: 220px;
    margin: 0 30px 40px 0;
    padding-left: 20px;
  }
}

#footer .footermenust > li::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-color: #95cb40;
  border-radius: 50%;
  transform: rotate(90deg);
  position: absolute;
  top: calc( 50% - 10px);
  left: 18px;
}

@media print, screen and (min-width: 960px) {
  #footer .footermenust > li::before {
    width: 12px;
    height: 12px;
    top: 3px;
    left: 0;
  }
}

#footer .footermenust > li::after {
  content: '';
  display: block;
  border: 4px solid transparent;
  border-bottom: 6px solid #fff;
  transform: translateX(-50%) translateY(-85%) rotate(90deg);
  position: absolute;
  top: calc( 50% + 3px);
  left: 30px;
}

@media print, screen and (min-width: 960px) {
  #footer .footermenust > li::after {
    border-bottom: 4px solid #fff;
    top: 12px;
    left: 8px;
  }
}

#footer .footermenust > li > a {
  display: block;
  color: #222;
  background-color: #d8f3b0;
  font-size: 16px;
  text-align: left;
  padding: 0 10px 0 45px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media print, screen and (min-width: 960px) {
  #footer .footermenust > li > a {
    display: inline;
    background-color: transparent;
    font-size: 14px;
    line-height: inherit;
    text-align: left;
    padding: 0;
    height: auto;
  }
}

#footer .footermenust > li:nth-child(5), #footer .footermenust > li:nth-child(6) {
  margin-bottom: 0;
}

#footer .sub-menu {
  display: none;
  margin-top: 15px;
}

@media print, screen and (min-width: 960px) {
  #footer .sub-menu {
    display: block;
  }
}

#footer .sub-menu li {
  margin-bottom: 5px;
}

#footer .sub-menu li::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5px 0 2.5px 5px;
  position: absolute;
  border-color: transparent transparent transparent #95cb40;
  top: calc(50% - 3px);
  left: -15px;
}

#footer .sub-menu li a {
  color: #666;
}

@media print, screen and (min-width: 960px) {
  #footer .footer-utility-box {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

#footer .footer-utility-box .footer-utility-box__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}

@media print, screen and (min-width: 960px) {
  #footer .footer-utility-box .footer-utility-box__top {
    justify-content: flex-end;
  }
}

#footer .menu-utility__footer-top,
#footer .menu-utility__footer-bottom {
  list-style-type: none;
  display: flex;
  padding: 0;
}

#footer .menu-utility__footer-top li {
  position: relative;
  padding-left: 13px;
  margin-right: 15px;
}

#footer .menu-utility__footer-top li::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5px 0 2.5px 5px;
  position: absolute;
  border-color: transparent transparent transparent #95cb40;
  top: calc(50% - 3px);
  left: 0;
}

#footer .menu-utility__footer-top li a {
  text-decoration: none;
}

#footer .menu-utility__footer-top li a {
  color: #666;
  font-size: 14px;
  letter-spacing: 1px;
}

#footer .menu-utility__footer-top li a:hover {
  color: #1b8924;
}

#footer .menu-utility__footer-bottom {
  flex-wrap: wrap;
  width: 100%;
}

@media print, screen and (min-width: 960px) {
  #footer .menu-utility__footer-bottom {
    width: 332px;
  }
}

#footer .menu-utility__footer-bottom li {
  position: relative;
  margin-right: 4px;
  margin-bottom: 4px;
  width: calc(100% / 2 - 2px);
}

#footer .menu-utility__footer-bottom li::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5px 0 2.5px 5px;
  position: absolute;
  border-color: transparent transparent transparent #fff;
  top: calc(50% - 3px);
  left: 8px;
}

#footer .menu-utility__footer-bottom li a {
  text-decoration: none;
}

@media print, screen and (min-width: 960px) {
  #footer .menu-utility__footer-bottom li {
    width: 164px;
  }
}

#footer .menu-utility__footer-bottom li:nth-child(2n) {
  margin-right: 0;
}

#footer .menu-utility__footer-bottom li:nth-child(3), #footer .menu-utility__footer-bottom li:nth-child(4) {
  margin-bottom: 0;
}

#footer .menu-utility__footer-bottom li a {
  background-color: #95cb40;
  color: #fff;
  padding: 5px 4px 5px 18px;
  border-radius: 2px;
  text-align: left;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media print, screen and (min-width: 960px) {
  #footer .menu-utility__footer-bottom li a {
    font-size: 12px;
  }
}

#footer .menu-utility__footer-bottom li a:hover {
  background-color: #1b8924;
}

#footer .footer-bottom-box {
  text-align: left;
  background-color: #1b8924;
}

@media print, screen and (min-width: 960px) {
  #footer .footer-bottom-box {
    min-height: 80px;
  }
}

#footer .footer-bottom-box .footer-bottom-inner {
  margin: 0 auto;
  padding: 15px;
}

@media screen and (min-width: 600px) {
  #footer .footer-bottom-box .footer-bottom-inner {
    display: flex;
    flex-flow: column;
    align-items: center;
  }
}

@media print, screen and (min-width: 960px) {
  #footer .footer-bottom-box .footer-bottom-inner {
    display: block;
    width: 920px;
    padding: 15px 0;
    position: relative;
  }
}

#footer .footer-bottom-box .footer-bottom-links {
  list-style-type: none;
  padding: 0;
  font-size: 12px;
  display: flex;
}

#footer .footer-bottom-box .footer-bottom-links li {
  position: relative;
  padding-left: 13px;
  margin-right: 15px;
}

#footer .footer-bottom-box .footer-bottom-links li::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5px 0 2.5px 5px;
  position: absolute;
  border-color: transparent transparent transparent #fff;
  top: calc(50% - 3px);
  left: 0;
}

#footer .footer-bottom-box .footer-bottom-links li a {
  text-decoration: none;
}

@media print, screen and (min-width: 960px) {
  #footer .footer-bottom-box .footer-bottom-links li {
    margin-right: 25px;
  }
}

#footer .footer-bottom-box .footer-bottom-links li a {
  color: #fff;
}

#footer .footer-bottom-box .footer-bottom-copy {
  margin-top: 10px;
}

@media print, screen and (min-width: 960px) {
  #footer .footer-bottom-box .footer-bottom-copy {
    margin-top: 5px;
  }
}

#footer .footer-bottom-box .footer-bottom-copy .copy {
  margin: 0 10px 0 0;
  padding: 0;
  color: #fff;
  word-wrap: break-word;
}

#footer .footer-bottom-box .footer-bottom-banners {
  list-style-type: none;
  padding: 0;
  overflow: hidden;
  margin-top: 10px;
}

#footer .footer-bottom-box .footer-bottom-banners li {
  float: left;
  margin-right: 4px;
}

#footer .footer-bottom-box .footer-bottom-banners li a img {
  width: 143px;
  height: auto;
}

#footer .footer-bottom-box .footer-bottom-banners li:last-child {
  margin-right: 0;
}

@media print, screen and (min-width: 960px) {
  #footer .footer-bottom-box .footer-bottom-banners {
    position: absolute;
    top: 15px;
    right: 0;
    margin: 0;
  }
}

/* sidebar */
/* 打ち消し */
#side .st-aside .menu_underh2 {
  font-size: inherit;
  line-height: inherit;
  font-weight: normal;
}

#side .st-aside ul li {
  font-size: inherit;
  line-height: inherit;
}

#side .st-aside #mybox ul li ul li {
  font-size: inherit;
  line-height: inherit;
}

/* 幅 */
#side {
  float: none;
  width: auto;
  padding-top: 20px;
}

@media print, screen and (min-width: 960px) {
  #side {
    float: right;
    width: 240px;
    padding-top: 0;
  }
}

#side .st-aside {
  float: none;
  width: auto;
}

#mybox .ad {
  background-color: #f3fCe6;
  border-radius: 4px;
  padding: 15px;
  margin: 70px 0 0;
  position: relative;
}

#mybox .ad:first-child {
  margin-top: 40px;
}

#mybox .ad:first-child .menu_underh2::after {
  content: 'Category';
}

#mybox .ad:last-child .menu_underh2::after {
  content: 'Archive';
}

#mybox .ad .menu_underh2 {
  color: #333;
  position: absolute;
  top: -40px;
  left: 0;
  font-family: "Noto Sans JP";
  font-size: 20px;
}

@media print, screen and (min-width: 960px) {
  #mybox .ad .menu_underh2 {
    font-size: 17px;
  }
}

#mybox .ad .menu_underh2::after {
  display: inline-block;
  margin-left: 0.8em;
  font-size: 0.8em;
  color: #95cb40;
  letter-spacing: 0.1em;
  font-family: "M PLUS Rounded 1c";
}

#mybox .ad ul li {
  position: relative;
  border-radius: 2px;
}

#mybox .ad ul li::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5px 0 2.5px 5px;
  position: absolute;
  border-color: transparent transparent transparent #fff;
  top: calc(50% - 3px);
  left: 14px;
}

#mybox .ad ul li a {
  text-decoration: none;
}

#mybox .ad ul li a {
  display: block;
  text-decoration: none;
  font-size: 18px;
  height: 44px;
  min-height: 44px;
  line-height: 44px;
}

@media print, screen and (min-width: 960px) {
  #mybox .ad ul li a {
    font-size: 14px;
    height: 38px;
    min-height: 38px;
    line-height: 38px;
  }
}

#mybox .ad .menu {
  /* 第一階層 */
}

#mybox .ad .menu > li {
  background-color: #95cb40;
  /* 第二階層 */
}

#mybox .ad .menu > li > a {
  color: #fff;
  text-align: center;
}

#mybox .ad .menu > li > a:hover {
  background-color: #1b8924;
}

#mybox .ad .menu > li:first-child {
  margin-bottom: calc( 10px + 44px * 4);
}

@media print, screen and (min-width: 960px) {
  #mybox .ad .menu > li:first-child {
    margin-bottom: calc( 10px + 38px * 4);
  }
}

#mybox .ad .menu > li .sub-menu {
  padding: 0;
  position: absolute;
  top: 44px;
  width: 100%;
  height: calc(44px * 4);
  min-height: calc(44px * 4);
}

@media print, screen and (min-width: 960px) {
  #mybox .ad .menu > li .sub-menu {
    top: 38px;
    height: calc(38px * 4);
    min-height: calc(38px * 4);
  }
}

#mybox .ad .menu > li .sub-menu li {
  position: relative;
  background-color: #fff;
}

#mybox .ad .menu > li .sub-menu li::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5px 0 2.5px 5px;
  position: absolute;
  border-color: transparent transparent transparent #95cb40;
  top: calc(50% - 3px);
  left: 14px;
}

#mybox .ad .menu > li .sub-menu li a {
  text-decoration: none;
}

#mybox .ad .menu > li .sub-menu li > a {
  padding-left: 32px;
  color: #333;
}

#mybox .ad .menu > li .sub-menu li > a:hover {
  color: #1b8924;
}

#mybox .ad label {
  display: none;
}

#mybox .ad select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  outline: none;
  background: transparent;
  background-color: #fff;
  height: 50px;
  padding: 0 0 0 15px;
  border: 3px solid #95cb40;
  border-radius: 2px;
  background-image: url(./images/select_arrow.png);
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 8px auto;
}

/* custom accordion */
@media print, screen and (min-width: 960px) {
  .accordion-custom {
    display: none;
  }
}

#nav-drawer {
  position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display: none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 100px;
  height: 90px;
  vertical-align: middle;
  cursor: pointer;
  padding: 28px 30px;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;
  /*線の太さ*/
  width: 40px;
  /*長さ*/
  border-radius: 0;
  background: #1b8924;
  display: block;
  content: '';
}

#nav-open span:before {
  bottom: -13px;
}

#nav-open span:after {
  bottom: -26px;
}

/*閉じる用の半透明カバー*/
#nav-close {
  display: none;
  /*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;
  /*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: #95cb40;
  opacity: .5;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  /*最前面に*/
  width: 90%;
  /*右側に隙間を作る*/
  max-width: 330px;
  /*最大幅*/
  height: 100%;
  background: #fff;
  /*背景色*/
  transition: .3s ease-in-out;
  /*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
  /*左に隠しておく*/
  padding-bottom: 20px;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;
  /*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  /*中身を表示*/
  /* box-shadow: 6px 0 25px rgba(0,0,0,.15); */
}

/* top */
#content-w.home {
  background-image: url(./images/dot.png);
  background-size: 18%;
}

/* header image */
/* メイン画像横幅=画面横幅-margin*2 */
.header-image {
  width: calc(100vw - ( 20px * 2 ));
  height: calc((100vw - 80px) * 0.83);
  margin: 15px auto 0;
  background-color: #F3FCE6;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  /* メイン画像 */
}

@media screen and (min-width: 414px) {
  .header-image {
    justify-content: flex-end;
    position: relative;
    height: calc((calc(100vw - ( 20px * 2 )) * 0.52 - 20px) * 0.82);
  }
}

@media screen and (min-width: 600px) {
  .header-image {
    margin-top: 0;
    height: calc((calc(100vw - ( 20px * 2 )) * 0.55 - 40px) * 0.83);
  }
}

@media print, screen and (min-width: 960px) {
  .header-image {
    width: 960px;
    height: 320px;
    margin: 0 auto;
    align-items: flex-start;
  }
  .header-image img {
    width: 100%;
    height: auto;
  }
}

.header-image .header-image-animation {
  width: calc(100vw - 80px);
  height: calc((100vw - 80px) * 0.83);
  position: relative;
  top: 0;
  left: 0;
  list-style-type: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 414px) {
  .header-image .header-image-animation {
    position: absolute;
    left: 10px;
    width: calc(calc(100vw - ( 20px * 2 )) * 0.52 - 20px);
    height: calc((calc(100vw - ( 20px * 2 )) * 0.52 - 20px) * 0.83);
  }
}

@media screen and (min-width: 600px) {
  .header-image .header-image-animation {
    left: 30px;
    width: calc(calc(100vw - ( 20px * 2 )) * 0.55 - 40px);
    height: calc((calc(100vw - ( 20px * 2 )) * 0.55 - 40px) * 0.83);
  }
}

@media print, screen and (min-width: 960px) {
  .header-image .header-image-animation {
    position: absolute;
    top: 0;
    left: 40px;
    width: 387px;
    height: 320px;
    list-style-type: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
}

.header-image .header-image-animation li {
  position: absolute;
  top: 0;
  left: 0;
}

.header-image .header-image-animation li > img {
  width: 100%;
  height: auto;
}

.header-image .header-image-copy {
  display: none;
}

@media screen and (min-width: 414px) {
  .header-image .header-image-copy {
    display: block;
    width: calc(calc(100vw - ( 20px * 2 )) * 0.48);
    text-align: left;
    letter-spacing: .02em;
  }
}

@media screen and (min-width: 600px) {
  .header-image .header-image-copy {
    width: calc(calc(100vw - ( 20px * 2 )) * 0.4);
  }
}

@media print, screen and (min-width: 960px) {
  .header-image .header-image-copy {
    width: 500px;
    margin-top: 88px;
  }
}

.header-image .header-image-copy .br {
  display: inline;
}

@media screen and (min-width: 414px) {
  .header-image .header-image-copy .br {
    display: block;
  }
}

@media print, screen and (min-width: 960px) {
  .header-image .header-image-copy .br {
    display: inline;
  }
}

.header-image .header-image-copy strong {
  font-size: calc(16px + 19 * ((100vw - 320px) / 680));
  color: #80b230;
  line-height: 1.4;
  font-weight: normal;
  display: block;
  margin-bottom: 0.3em;
}

@media screen and (min-width: 414px) {
  .header-image .header-image-copy strong {
    display: none;
  }
}

@media screen and (min-width: 600px) {
  .header-image .header-image-copy strong {
    display: block;
  }
}

@media print, screen and (min-width: 960px) {
  .header-image .header-image-copy strong {
    font-size: 25px;
    letter-spacing: .1em;
  }
}

.header-image .header-image-copy strong .phone-icon {
  font-size: 50px;
  transform: rotate(-19deg) translateY(4px);
  margin-right: 15px;
  display: none;
}

@media print, screen and (min-width: 960px) {
  .header-image .header-image-copy strong .phone-icon {
    display: inline-block;
  }
}

.header-image .header-image-copy p {
  font-size: calc(12px + 8 * ((100vw - 320px) / 680));
  line-height: 1.5;
  margin: 0;
  color: #333;
}

@media print, screen and (min-width: 960px) {
  .header-image .header-image-copy p {
    font-size: 13px;
    letter-spacing: .08em;
    margin-bottom: 0.2em;
  }
}

/* lead文 */
.lead-box {
  font-size: 18px;
  color: #666;
  letter-spacing: 0.1em;
  margin: 20px 30px;
}

@media print, screen and (min-width: 960px) {
  .lead-box {
    margin-bottom: 60px;
  }
}

.lead-box .lead-box-title {
  text-align: center;
  margin-bottom: 10px;
}

.lead-box .lead-box-title strong {
  font-size: 24px;
  color: #1b8924;
  font-weight: normal;
}

.lead-box .lead-box-body {
  line-height: 1.8;
}

@media print, screen and (min-width: 960px) {
  .lead-box .lead-box-body {
    font-size: 14px;
    width: 960px;
    margin: 0 auto;
    letter-spacing: 0.05em;
    text-align: center;
  }
}

.lead-box .lead-box-body br {
  display: none;
}

@media print, screen and (min-width: 960px) {
  .lead-box .lead-box-body br {
    display: inline-block;
  }
}

/* xxの方へ */
.for-people-box {
  border: 3px solid #95cb40;
  border-radius: 10px;
  margin: 0 20px 60px;
  padding: 0 15px;
}

@media print, screen and (min-width: 960px) {
  .for-people-box {
    border: 0;
    margin: 0;
    padding: 0 0 10px 0;
    width: 32em;
    position: absolute;
    top: -160px;
    right: calc((100vw - 960px) / 2 + 30px);
    background-image: url(./images/for-people-box_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 448px;
    height: 120px;
  }
}

@media print, screen and (min-width: 960px) {
  .for-people-box--inner {
    display: flex;
    align-items: stretch;
    justify-content: center;
  }
}

.for-people-box--inner a {
  text-decoration: none;
  color: #333;
}

@media print, screen and (min-width: 960px) {
  .for-people-box--inner a {
    display: flex;
    background-image: url(./images/arrow_circle.png);
    background-position: center 90px;
    background-repeat: no-repeat;
    background-size: 14px auto;
  }
}

.for-people-box--inner a:last-child dl {
  border-bottom: 0px;
}

@media print, screen and (min-width: 960px) {
  .for-people-box--inner a:last-child dt {
    border-right: 0px;
  }
}

@media print, screen and (min-width: 960px) {
  .for-people-box--inner a:hover {
    color: #1b8924;
    background-image: url(./images/arrow_circle_hover.png);
  }
}

.for-people-box--inner dl {
  border-bottom: 2px dotted #95cb40;
  display: flex;
  align-items: center;
  padding: 15px 0;
}

@media print, screen and (min-width: 960px) {
  .for-people-box--inner dl {
    border: 0;
    padding: 15px 0 25px;
  }
}

.for-people-box--inner dl dt {
  width: 110px;
  min-width: 110px;
  font-size: 14px;
  margin-right: 10px;
  text-align: center;
  padding-bottom: 24px;
  background-image: url(./images/arrow_circle.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 18px auto;
}

@media print, screen and (min-width: 960px) {
  .for-people-box--inner dl dt {
    padding: 0;
    background: none;
    margin-right: 0;
  }
}

.for-people-box--inner dl dt .people-category {
  font-size: 16px;
  letter-spacing: 0.1em;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2f091+0,e2f091+100&0+0,0+69,1+70,1+90,0+91 */
  background: -moz-linear-gradient(top, rgba(226, 240, 145, 0) 0%, rgba(226, 240, 145, 0) 69%, #e2f091 70%, #e2f091 90%, rgba(226, 240, 145, 0) 91%, rgba(226, 240, 145, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(226, 240, 145, 0) 0%, rgba(226, 240, 145, 0) 69%, #e2f091 70%, #e2f091 90%, rgba(226, 240, 145, 0) 91%, rgba(226, 240, 145, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(226, 240, 145, 0) 0%, rgba(226, 240, 145, 0) 69%, #e2f091 70%, #e2f091 90%, rgba(226, 240, 145, 0) 91%, rgba(226, 240, 145, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e2f091', endColorstr='#00e2f091',GradientType=0 );
  /* IE6-9 */
}

.for-people-box--inner dl dd {
  font-size: 16px;
}

@media print, screen and (min-width: 960px) {
  .for-people-box--inner dl dd {
    display: none;
  }
}

.for-people-box--inner dl dd p {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
}

.section-title {
  color: #333;
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "M PLUS Rounded 1c";
  margin: 0 0 20px;
  padding-bottom: 10px;
  display: inline-block;
  background-image: url(./images/heading_bg.png);
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: auto 7px;
}

.section-title .section-title__en {
  color: #95cb40;
  font-size: 0.7em;
  font-family: "Noto Sans JP";
  margin-left: 10px;
  letter-spacing: 0.15em;
}

/* 最新のお知らせ */
.latest-news-box {
  font-size: 16px;
  background-color: #f3fCe6;
  padding: 20px 20px 40px;
  text-align: center;
  /* h2 center揃えのため */
}

.latest-news-box::before {
  display: block;
  content: '';
  background-image: url(./images/wavebg-green.png);
  background-repeat: repeat-x;
  background-size: 175px 10px;
  width: 100%;
  height: 10px;
  max-height: 20px;
  position: relative;
  top: -30px;
}

@media print, screen and (min-width: 960px) {
  .latest-news-box {
    margin-bottom: 0;
  }
}

.latest-news-box .section-title {
  margin-top: 25px;
}

.latest-news-box ul {
  list-style-type: none;
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  text-align: left;
  margin: 20px auto 30px;
}

@media print, screen and (min-width: 960px) {
  .latest-news-box ul {
    width: 960px;
    padding: 10px 40px;
  }
}

.latest-news-box ul li {
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 18px 0;
  color: #333;
  text-decoration: none;
}

@media print, screen and (min-width: 960px) {
  .latest-news-box ul li {
    overflow: hidden;
  }
}

.latest-news-box ul li span {
  font-size: inherit;
  margin: 0;
}

@media print, screen and (min-width: 960px) {
  .latest-news-box ul li span {
    float: left;
    margin-right: 10px;
  }
}

.latest-news-box ul li span.latest-news-category a {
  display: inline-block;
  color: #fff;
  background: #f2bd1c;
  padding: 2px;
  border-radius: 2px;
  font-size: 12px;
  width: 140px;
  text-align: center;
}

.latest-news-box ul li span.latest-news-title {
  display: block;
  float: none;
  font-size: 18px;
  margin-top: 5px;
}

@media print, screen and (min-width: 960px) {
  .latest-news-box ul li span.latest-news-title {
    margin-top: 0;
    margin-right: 0;
    font-size: inherit;
  }
}

.latest-news-box ul li a {
  text-decoration: none;
  color: inherit;
}

@media print, screen and (min-width: 960px) {
  .latest-news-box ul li a:hover {
    color: #1b8924;
  }
}

.latest-news-box ul li:last-child {
  border: 0;
}

.latest-news-box .latest-news-more-link {
  position: relative;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.latest-news-box .latest-news-more-link::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  position: absolute;
  border-color: transparent transparent transparent #fff;
  top: calc(50% - 3px);
  left: 14px;
}

.latest-news-box .latest-news-more-link a {
  text-decoration: none;
}

@media print, screen and (min-width: 960px) {
  .latest-news-box .latest-news-more-link {
    width: 300px;
  }
}

.latest-news-box .latest-news-more-link a {
  background-color: #95cb40;
  color: #fff;
  padding: 14px 4px;
  border-radius: 2px;
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
}

@media print, screen and (min-width: 960px) {
  .latest-news-box .latest-news-more-link a:hover {
    background-color: #1b8924;
  }
}

/* 活動 */
.actions-box {
  width: 100%;
  text-align: center;
  /* h2 center揃えのため */
}

.actions-box::before {
  display: block;
  content: '';
  background-image: url(./images/wavebg-white.png);
  background-repeat: repeat-x;
  background-size: 175px 10px;
  width: 100%;
  height: 10px;
  max-height: 20px;
  position: relative;
  top: -58px;
}

@media print, screen and (min-width: 960px) {
  .actions-box {
    /* 背景ドットを隠して白くするため幅100% */
    background-color: #fff;
    padding: 50px 0 20px;
    margin-bottom: 0;
  }
}

.actions-box .actions-items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (min-width: 600px) {
  .actions-box .actions-items-wrapper {
    margin-left: 2%;
  }
}

@media print, screen and (min-width: 960px) {
  .actions-box .actions-items-wrapper {
    max-width: 1060px;
    margin: 0 auto;
    justify-content: space-between;
    padding-left: 15px;
  }
}

.actions-box .actions-item {
  width: 100%;
  text-align: center;
  margin-right: 0;
  margin-bottom: 30px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

@media screen and (min-width: 600px) {
  .actions-box .actions-item {
    width: 47%;
    margin-right: 2%;
  }
}

@media print, screen and (min-width: 960px) {
  .actions-box .actions-item {
    width: 300px;
    margin-right: 15px;
  }
}

.actions-box .actions-item a {
  display: block;
}

.actions-box .actions-item .actions-item-contents {
  display: flex;
  flex-flow: column;
}

@media print, screen and (min-width: 960px) {
  .actions-box .actions-item .actions-item-contents > a {
    display: block;
    height: 202px;
    max-height: 202px;
  }
}

.actions-box .actions-item .actions-item-description {
  width: 90%;
  margin: 10px auto 20px;
  text-align: center;
}

.actions-box .actions-item .actions-item-description strong {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: normal;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2f091+0,e2f091+100&0+0,0+69,1+70,1+90,0+91 */
  background: -moz-linear-gradient(top, rgba(226, 240, 145, 0) 0%, rgba(226, 240, 145, 0) 69%, #e2f091 70%, #e2f091 90%, rgba(226, 240, 145, 0) 91%, rgba(226, 240, 145, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(226, 240, 145, 0) 0%, rgba(226, 240, 145, 0) 69%, #e2f091 70%, #e2f091 90%, rgba(226, 240, 145, 0) 91%, rgba(226, 240, 145, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(226, 240, 145, 0) 0%, rgba(226, 240, 145, 0) 69%, #e2f091 70%, #e2f091 90%, rgba(226, 240, 145, 0) 91%, rgba(226, 240, 145, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e2f091', endColorstr='#00e2f091',GradientType=0 );
  /* IE6-9 */
}

@media print, screen and (min-width: 960px) {
  .actions-box .actions-item .actions-item-description strong {
    font-size: 18px;
  }
}

.actions-box .actions-item .actions-item-description p {
  font-size: 18px;
  color: #666;
  letter-spacing: 0.05em;
  text-align: left;
}

@media print, screen and (min-width: 960px) {
  .actions-box .actions-item .actions-item-description p {
    font-size: 14px;
  }
}

.actions-box .actions-more-link {
  position: relative;
  width: 80%;
  margin: 0 auto;
}

.actions-box .actions-more-link::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  position: absolute;
  border-color: transparent transparent transparent #fff;
  top: calc(50% - 3px);
  left: 14px;
}

.actions-box .actions-more-link a {
  text-decoration: none;
}

@media print, screen and (min-width: 960px) {
  .actions-box .actions-more-link {
    width: 65%;
  }
}

.actions-box .actions-more-link a {
  background-color: #95cb40;
  color: #fff;
  padding: 14px 4px;
  border-radius: 2px;
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
}

@media print, screen and (min-width: 960px) {
  .actions-box .actions-more-link a:hover {
    background-color: #1b8924;
  }
}

@media print, screen and (min-width: 960px) {
  .actions-box .actions-more-link a {
    padding: 8px 4px;
    font-size: 14px;
  }
}

/* twitter link */
.link-twitter img {
  width: 50px;
  height: auto;
  padding: 10px;
}

@media print, screen and (min-width: 960px) {
  .link-twitter img {
    width: 24px;
    padding: 0;
  }
}

/* page */
/* 打ち消し */
.page .post ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.page .post ul li {
  font-size: 15px;
  line-height: 1.5;
}

.page .post ol li {
  font-size: inherit;
  line-height: inherit;
}

.page .post table tr th, .page .post table tr td {
  font-size: inherit;
  line-height: inherit;
}

.page .post table tr th p, .page .post table tr td p {
  font-size: inherit;
  line-height: inherit;
}

.page .post h4 {
  background-color: transparent;
  font-size: inherit;
  line-height: inherit;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

/* 共通 */
.static-page {
  margin: 0 15px;
  /* base font */
  color: #333;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  /* 記事全体 */
  /* タイトル */
  /* content box */
  /* hr */
  /* br PCでのみ改行する */
}

@media print, screen and (min-width: 960px) {
  .static-page article {
    width: 900px;
    margin: 0 auto;
  }
}

.static-page .entry-title {
  text-align: center;
  margin: 20px 0 10px;
}

.static-page .entry-title .static-page-title {
  color: #333;
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "M PLUS Rounded 1c";
  margin: 0 0 20px;
  padding-bottom: 10px;
  display: inline-block;
  background-image: url(./images/heading_bg.png);
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: auto 7px;
}

.static-page .entry-title .static-page-title .static-page-title__en {
  color: #95cb40;
  font-size: 0.7em;
  font-family: "Noto Sans JP";
  margin-left: 10px;
  letter-spacing: 0.15em;
}

.static-page .contents-box {
  margin-bottom: 30px;
}

@media print, screen and (min-width: 960px) {
  .static-page .contents-box {
    margin-bottom: 60px;
  }
}

.static-page .contents-box h2 {
  font-family: "M PLUS Rounded 1c";
  font-size: 24px;
  color: #1b8924;
  margin-bottom: 10px;
  line-height: 1.2;
}

.static-page .contents-box h3 {
  font-family: "M PLUS Rounded 1c";
  color: #1b8924;
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
}

@media screen and (min-width: 600px) {
  .static-page .contents-box h3 {
    font-size: 22px;
    /* line-height: 1.4; */
  }
}

.static-page .contents-box:last-child {
  margin-bottom: 0;
}

.static-page hr {
  height: 1px;
  background-color: #ddd;
  color: #ddd;
  border: none;
  margin-bottom: 30px;
}

@media print, screen and (min-width: 960px) {
  .static-page hr {
    margin-bottom: 40px;
  }
}

.static-page .br-only-pc {
  display: none;
}

@media print, screen and (min-width: 960px) {
  .static-page .br-only-pc {
    display: inline;
  }
}

/* 子育て中の方へ for-parent */
.page-parent.for-parent {
  /* 導入 */
  /* リンク集 */
}

@media print, screen and (min-width: 960px) {
  .page-parent.for-parent .contents-box-01 {
    background-image: url(./images/pages/hearts.png);
    background-size: 300px auto;
    background-repeat: no-repeat;
  }
}

.page-parent.for-parent .contents-box-01 .contents-box-inner::after {
  display: block;
  content: '';
  width: calc(100vw * 0.8);
  max-width: 640px;
  height: calc(100vw * 0.8 / 640 * 431);
  max-height: 431px;
  margin: 0 auto;
  background-image: url(./images/pages/hearts.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media print, screen and (min-width: 960px) {
  .page-parent.for-parent .contents-box-01 .contents-box-inner::after {
    display: none;
  }
}

.page-parent.for-parent .contents-box-01 .contents-box-inner::after {
  max-width: 790px;
  height: calc(100vw * 0.8 / 790 * 720);
  max-height: 720px;
}

.page-parent.for-parent .contents-box-01 .contents-box-inner h2 {
  margin-bottom: 10px;
}

.page-parent.for-parent .contents-box-01 .contents-box-inner p:last-of-type {
  margin-bottom: 20px;
}

@media print, screen and (min-width: 960px) {
  .page-parent.for-parent .contents-box-01 .contents-box-inner p:last-of-type {
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 960px) {
  .page-parent.for-parent .contents-box-01 .contents-box-inner {
    min-height: calc( 720px * (300/790));
    padding-left: 330px;
  }
}

.page-parent.for-parent .contents-box-02 {
  border: 3px solid #95cb40;
  border-radius: 10px;
  padding: 0 15px;
  display: flex;
  flex-flow: column;
}

@media print, screen and (min-width: 960px) {
  .page-parent.for-parent .contents-box-02 {
    padding: 10px 30px;
  }
}

.page-parent.for-parent .contents-box-02 dl {
  border-bottom: 2px dotted #95cb40;
  padding-bottom: 20px;
}

@media print, screen and (min-width: 960px) {
  .page-parent.for-parent .contents-box-02 dl {
    display: flex;
    align-items: center;
    padding: 20px 0;
  }
}

.page-parent.for-parent .contents-box-02 dl:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.page-parent.for-parent .contents-box-02 dl dt {
  color: #1b8924;
  font-size: 18px;
  margin: 20px 0 5px;
}

@media print, screen and (min-width: 960px) {
  .page-parent.for-parent .contents-box-02 dl dt {
    margin: 0;
    font-size: 20px;
    width: 110px;
    min-width: 110px;
    text-align: center;
  }
}

@media print, screen and (min-width: 960px) {
  .page-parent.for-parent .contents-box-02 dl dd {
    font-size: 14px;
    margin-left: 15px;
  }
}

.page-parent.for-parent .contents-box-02 dl dd ul li {
  font-size: 14px;
  padding-bottom: 0;
}

@media print, screen and (min-width: 960px) {
  .page-parent.for-parent .contents-box-02 {
    padding: 0 45px;
  }
}

@media print, screen and (min-width: 960px) {
  .page-parent.for-parent .contents-box-02 dl {
    padding: 25px 0;
  }
}

@media print, screen and (min-width: 960px) {
  .page-parent.for-parent .contents-box-02 dl dt {
    font-size: 18px !important;
    width: 250px !important;
    min-width: 250px !important;
    line-height: 1.3;
  }
}

.page-parent.for-parent .contents-box-02 dl dd p {
  margin-bottom: 10px;
}

.page-parent.for-parent .contents-box-02 dl dd .link-box {
  position: relative;
  width: 80%;
  margin: 0 auto;
}

.page-parent.for-parent .contents-box-02 dl dd .link-box::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  position: absolute;
  border-color: transparent transparent transparent #fff;
  top: calc(50% - 3px);
  left: 14px;
}

.page-parent.for-parent .contents-box-02 dl dd .link-box a {
  text-decoration: none;
}

@media print, screen and (min-width: 960px) {
  .page-parent.for-parent .contents-box-02 dl dd .link-box {
    width: 180px;
  }
}

.page-parent.for-parent .contents-box-02 dl dd .link-box a {
  background-color: #95cb40;
  color: #fff;
  padding: 14px 4px;
  border-radius: 2px;
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
}

@media print, screen and (min-width: 960px) {
  .page-parent.for-parent .contents-box-02 dl dd .link-box a:hover {
    background-color: #1b8924;
  }
}

@media print, screen and (min-width: 960px) {
  .page-parent.for-parent .contents-box-02 dl dd .link-box {
    margin: 0;
  }
}

@media print, screen and (min-width: 960px) {
  .page-parent.for-parent .contents-box-02 dl dd .link-box a {
    padding: 6px 4px !important;
  }
}

/* 電話で相談する for-parent/hotline */
.for-parent-child.hotline {
  /* タイトル */
  /* 導入 */
  /* 電話番号 */
  /* メッセージ */
  /* 体験談 */
  /* CCAPの電話相談、電話による法律相談 */
  /* CCAPの電話相談 */
  /* 電話による法律相談 */
  /* FAQ */
  /* 体験談 */
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.hotline .entry-title {
    margin-bottom: 0 !important;
  }
}

.for-parent-child.hotline .contents-box-01 {
  /* キャッチ */
}

.for-parent-child.hotline .contents-box-01 .contents-box-inner-01 {
  margin-bottom: 20px;
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.hotline .contents-box-01 .contents-box-inner-01 {
    background-image: url(./images/pages/main-hotline.png);
    background-size: 300px auto;
    background-repeat: no-repeat;
  }
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.hotline .contents-box-01 .contents-box-inner-01 {
    display: flex;
    align-items: flex-end;
    position: relative;
    min-height: calc( 431px * (300/640));
  }
}

.for-parent-child.hotline .contents-box-01 .catch {
  padding: 0;
  list-style: none;
  color: #1b8924;
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.hotline .contents-box-01 .catch {
    padding-left: 310px;
    letter-spacing: 0.18em;
  }
}

.for-parent-child.hotline .contents-box-01 .catch li {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 4px;
  font-family: "M PLUS Rounded 1c";
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.hotline .contents-box-01 .catch li {
    font-size: 22px;
  }
}

.for-parent-child.hotline .contents-box-01 .contents-box-inner-02::after {
  display: block;
  content: '';
  width: calc(100vw * 0.8);
  max-width: 640px;
  height: calc(100vw * 0.8 / 640 * 431);
  max-height: 431px;
  margin: 0 auto;
  background-image: url(./images/pages/main-hotline.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.hotline .contents-box-01 .contents-box-inner-02::after {
    display: none;
  }
}

.for-parent-child.hotline .contents-box-02 .contents-box-inner {
  background-color: #f3fCe6;
  border-radius: 10px;
  display: flex;
  flex-flow: column;
  padding: 10px 0;
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.hotline .contents-box-02 .contents-box-inner {
    background-color: transparent;
    border-radius: 0;
    background-image: url(./images/pages/telno_bg.png);
    background-repeat: no-repeat;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    padding: 0 60px;
    height: 127px;
  }
}

.for-parent-child.hotline .contents-box-02 .contents-box-inner dl {
  width: 90%;
  margin: 0 auto 10px;
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.hotline .contents-box-02 .contents-box-inner dl:first-of-type {
    width: 400px;
    min-width: 400px;
  }
}

.for-parent-child.hotline .contents-box-02 .contents-box-inner dl:first-of-type dd:last-child {
  background-image: url(./images/pages/telno.png);
  background-size: contain;
  background-repeat: no-repeat;
  color: transparent;
  width: 80%;
  max-width: 370px;
  height: calc(100vw * 0.8 / 740 * 80);
  max-height: 40px;
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.hotline .contents-box-02 .contents-box-inner dl:first-of-type dd:last-child {
    width: 370px;
  }
}

.for-parent-child.hotline .contents-box-02 .contents-box-inner dl:last-of-type {
  background-color: #fff;
  padding: 10px;
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.hotline .contents-box-02 .contents-box-inner dl:last-of-type {
    background-color: transparent;
    margin: 0;
    padding: 0;
    width: auto;
  }
}

.for-parent-child.hotline .contents-box-02 .contents-box-inner dl:last-of-type dd {
  overflow: hidden;
}

.for-parent-child.hotline .contents-box-02 .contents-box-inner dl:last-of-type dd p {
  margin: 0;
}

.for-parent-child.hotline .contents-box-02 .contents-box-inner dl:last-of-type dd p .day {
  min-width: 6em;
  display: inline-block;
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.hotline .contents-box-02 .contents-box-inner dl:last-of-type dd p .day {
    margin-right: 0.5em;
    display: inline;
  }
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.hotline .contents-box-02 .contents-box-inner dl:last-of-type dd p {
    font-size: 15px;
    float: left;
    line-height: 1.4;
    letter-spacing: 0;
  }
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.hotline .contents-box-02 .contents-box-inner dl:last-of-type dd p:first-child {
    margin-right: 1em;
  }
}

.for-parent-child.hotline .contents-box-02 .contents-box-inner dl dt {
  color: #1b8924;
  font-size: 18px;
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.hotline .contents-box-02 .addition {
    text-align: right;
    margin-top: 10px;
    font-size: 14px;
  }
}

.for-parent-child.hotline .contents-box-03 h2 {
  margin-bottom: 5px;
}

.for-parent-child.hotline .contents-box-03 .contents-box-inner {
  border-radius: 10px;
  background-color: #f3fCe6;
  padding: 20px 20px;
  color: #666;
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.hotline .contents-box-03 .contents-box-inner {
    padding: 25px 25px;
  }
}

.for-parent-child.hotline .contents-box-04 {
  padding-bottom: 5px;
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.hotline .contents-box-04 {
    padding-bottom: 0;
  }
}

.for-parent-child.hotline .contents-box-04 h2 {
  margin-bottom: 10px;
}

.for-parent-child.hotline .contents-box-04 ul {
  list-style-type: none;
  padding: 0;
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.hotline .contents-box-04 ul {
    display: flex;
    flex-wrap: wrap;
  }
}

.for-parent-child.hotline .contents-box-04 li {
  border-radius: 10px;
  border: 3px solid #95cb40;
  padding: 20px !important;
  position: relative;
  margin-bottom: 25px;
  line-height: 1.8;
}

.for-parent-child.hotline .contents-box-04 li::after {
  content: '';
  display: inline-block;
  background-image: url(./images/pages/fukidashi.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: 25px;
  width: 32px;
  height: 22px;
  bottom: -22px;
  position: absolute;
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.hotline .contents-box-04 li {
    width: 440px;
    font-size: 14px;
    margin-right: 20px;
  }
  .for-parent-child.hotline .contents-box-04 li:nth-child(2n) {
    margin-right: 0;
  }
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.hotline .contents-box-04 li:last-child {
    width: 100%;
    margin-right: 0;
  }
}

.for-parent-child.hotline .contents-box-05,
.for-parent-child.hotline .contents-box-06 {
  background-color: #f3fCe6;
  border-radius: 10px;
  display: flex;
  flex-flow: column;
  padding: 20px 10px 10px;
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.hotline .contents-box-05,
  .for-parent-child.hotline .contents-box-06 {
    display: flex;
    flex-flow: row;
    align-items: center;
    padding: 10px 0;
  }
}

.for-parent-child.hotline .contents-box-05 h2,
.for-parent-child.hotline .contents-box-06 h2 {
  font-size: 18px;
  background-repeat: no-repeat;
  background-size: auto 30px;
  background-position: 10px;
  min-height: 30px;
  line-height: 30px;
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.hotline .contents-box-05 h2,
  .for-parent-child.hotline .contents-box-06 h2 {
    width: 280px;
    min-width: 280px;
    max-width: 280px;
    background-size: auto 50px;
    text-align: center;
  }
}

.for-parent-child.hotline .contents-box-05 .contents-box-inner,
.for-parent-child.hotline .contents-box-06 .contents-box-inner {
  padding: 15px;
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.hotline .contents-box-05 .contents-box-inner,
  .for-parent-child.hotline .contents-box-06 .contents-box-inner {
    font-size: 14px;
    padding: 15px 40px 15px 0;
  }
}

.for-parent-child.hotline .contents-box-05 .contents-box-inner .link-box,
.for-parent-child.hotline .contents-box-06 .contents-box-inner .link-box {
  position: relative;
  width: 80%;
  margin: 0 auto;
  margin: 10px auto 0;
}

.for-parent-child.hotline .contents-box-05 .contents-box-inner .link-box::before,
.for-parent-child.hotline .contents-box-06 .contents-box-inner .link-box::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  position: absolute;
  border-color: transparent transparent transparent #fff;
  top: calc(50% - 3px);
  left: 14px;
}

.for-parent-child.hotline .contents-box-05 .contents-box-inner .link-box a,
.for-parent-child.hotline .contents-box-06 .contents-box-inner .link-box a {
  text-decoration: none;
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.hotline .contents-box-05 .contents-box-inner .link-box,
  .for-parent-child.hotline .contents-box-06 .contents-box-inner .link-box {
    width: 180px;
  }
}

.for-parent-child.hotline .contents-box-05 .contents-box-inner .link-box a,
.for-parent-child.hotline .contents-box-06 .contents-box-inner .link-box a {
  background-color: #95cb40;
  color: #fff;
  padding: 14px 4px;
  border-radius: 2px;
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.hotline .contents-box-05 .contents-box-inner .link-box a:hover,
  .for-parent-child.hotline .contents-box-06 .contents-box-inner .link-box a:hover {
    background-color: #1b8924;
  }
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.hotline .contents-box-05 .contents-box-inner .link-box,
  .for-parent-child.hotline .contents-box-06 .contents-box-inner .link-box {
    margin: 10px 0 0;
  }
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.hotline .contents-box-05 .contents-box-inner .link-box a,
  .for-parent-child.hotline .contents-box-06 .contents-box-inner .link-box a {
    padding: 6px 4px !important;
  }
}

.for-parent-child.hotline .contents-box-05 .contents-box-inner .note,
.for-parent-child.hotline .contents-box-06 .contents-box-inner .note {
  margin-top: 10px;
  font-size: 14px;
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.hotline .contents-box-05 .contents-box-inner .note,
  .for-parent-child.hotline .contents-box-06 .contents-box-inner .note {
    font-size: 13px;
    line-height: 1.5;
  }
}

.for-parent-child.hotline .contents-box-05 {
  margin-bottom: 10px;
}

.for-parent-child.hotline .contents-box-05 h2 {
  background-image: url(./images/pages/smartphone-icon.png);
  background-position: 0;
  padding-left: 50px;
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.hotline .contents-box-05 h2 {
    background-position: top center;
    padding: 60px 0 0 0;
  }
}

.for-parent-child.hotline .contents-box-06 h2 {
  background-image: url(./images/pages/scale-icon.png);
  background-position: 10px;
  padding-left: 75px;
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.hotline .contents-box-06 h2 {
    background-position: top center;
    padding: 60px 0 0 0;
  }
}

.for-parent-child.hotline .contents-box-07 h2 {
  background-image: url(./images/pages/fukidashi-icon.png);
  background-repeat: no-repeat;
  background-size: auto 50px;
  background-position: left center;
  padding-left: 56px;
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.hotline .contents-box-07 h2 {
    display: inline-block;
  }
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.hotline .contents-box-07 .lead {
    display: inline-block;
    margin-left: 10px;
  }
}

.for-parent-child.hotline .contents-box-07 .contents-box-inner {
  border: 3px solid #eee;
  border-radius: 10px;
}

.for-parent-child.hotline .contents-box-07 .contents-box-inner ul {
  padding: 10px 20px;
  list-style-type: none;
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.hotline .contents-box-07 .contents-box-inner ul {
    padding: 0 20px;
  }
}

.for-parent-child.hotline .contents-box-07 .contents-box-inner ul li {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}

.for-parent-child.hotline .contents-box-07 .contents-box-inner ul li:last-child {
  border-bottom: 0;
}

/* ペアレンティングプログラムに参加する for-parent/parenting */
.for-parent-child.parenting {
  /* 導入 */
  /* 参加者の声 */
  /* 参加するには */
  /* FAQ */
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.parenting .contents-box-01 {
    background-image: url(./images/pages/main-parenting.png);
    background-size: 300px auto;
    background-repeat: no-repeat;
  }
}

.for-parent-child.parenting .contents-box-01 .contents-box-inner::after {
  display: block;
  content: '';
  width: calc(100vw * 0.8);
  max-width: 640px;
  height: calc(100vw * 0.8 / 640 * 431);
  max-height: 431px;
  margin: 0 auto;
  background-image: url(./images/pages/main-parenting.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.parenting .contents-box-01 .contents-box-inner::after {
    display: none;
  }
}

.for-parent-child.parenting .contents-box-01 .contents-box-inner h2 {
  margin-bottom: 10px;
}

.for-parent-child.parenting .contents-box-01 .contents-box-inner p {
  margin-bottom: 20px;
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.parenting .contents-box-01 .contents-box-inner p {
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.parenting .contents-box-01 .contents-box-inner {
    min-height: calc( 431px * (300/640));
  }
  .for-parent-child.parenting .contents-box-01 .contents-box-inner h2,
  .for-parent-child.parenting .contents-box-01 .contents-box-inner p {
    padding-left: 310px;
  }
}

.for-parent-child.parenting .contents-box-01 .special-box {
  border-radius: 10px;
  background-color: #f3fCe6;
  padding: 10px 20px;
  color: #666;
  padding-bottom: 20px;
  position: relative;
  margin-top: 40px;
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.parenting .contents-box-01 .special-box {
    padding: 10px 30px;
  }
}

.for-parent-child.parenting .contents-box-01 .special-box::before {
  display: block;
  content: '';
  width: 22px;
  height: 22px;
  background-image: url(./images/pages/hukidashi-basecolor.png);
  background-repeat: no-repeat;
  background-size: 22px 22px;
  position: absolute;
  top: -22px;
  left: calc((100% / 2) - 11px);
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.parenting .contents-box-01 .special-box::before {
    left: 439px;
  }
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.parenting .contents-box-01 .special-box {
    padding-bottom: 20px;
  }
}

.for-parent-child.parenting .contents-box-01 .special-box h3 {
  background-image: url(./images/pages/letter-icon.png);
  background-repeat: no-repeat;
  background-size: auto 60px;
  min-height: 60px;
  padding-left: 60px;
  display: flex;
  align-items: center;
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.parenting .contents-box-01 .special-box h3 {
    line-height: 60px;
  }
}

.for-parent-child.parenting .contents-box-01 .special-box p {
  font-size: 14px;
}

.for-parent-child.parenting .contents-box-02 {
  padding-bottom: 5px;
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.parenting .contents-box-02 {
    padding-bottom: 0;
  }
}

.for-parent-child.parenting .contents-box-02 h2 {
  margin-bottom: 10px;
}

.for-parent-child.parenting .contents-box-02 ul {
  list-style-type: none;
  padding: 0;
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.parenting .contents-box-02 ul {
    display: flex;
    flex-wrap: wrap;
  }
}

.for-parent-child.parenting .contents-box-02 li {
  border-radius: 10px;
  border: 3px solid #95cb40;
  padding: 20px !important;
  position: relative;
  margin-bottom: 25px;
  line-height: 1.8;
}

.for-parent-child.parenting .contents-box-02 li::after {
  content: '';
  display: inline-block;
  background-image: url(./images/pages/fukidashi.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: 25px;
  width: 32px;
  height: 22px;
  bottom: -22px;
  position: absolute;
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.parenting .contents-box-02 li {
    width: 440px;
    font-size: 14px;
    margin-right: 20px;
  }
  .for-parent-child.parenting .contents-box-02 li:nth-child(2n) {
    margin-right: 0;
  }
}

.for-parent-child.parenting .contents-box-03 {
  border-radius: 10px;
  background-color: #f3fCe6;
  padding: 20px 20px;
  color: #666;
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.parenting .contents-box-03 {
    padding: 20px 30px;
  }
}

.for-parent-child.parenting .contents-box-03 .contents-box-inner {
  margin-bottom: 20px;
}

.for-parent-child.parenting .contents-box-03 .link-box {
  position: relative;
  width: 80%;
  margin: 0 auto;
  width: 100%;
}

.for-parent-child.parenting .contents-box-03 .link-box::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  position: absolute;
  border-color: transparent transparent transparent #fff;
  top: calc(50% - 3px);
  left: 14px;
}

.for-parent-child.parenting .contents-box-03 .link-box a {
  text-decoration: none;
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.parenting .contents-box-03 .link-box {
    width: 300px;
  }
}

.for-parent-child.parenting .contents-box-03 .link-box a {
  background-color: #95cb40;
  color: #fff;
  padding: 14px 4px;
  border-radius: 2px;
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.parenting .contents-box-03 .link-box a:hover {
    background-color: #1b8924;
  }
}

@media screen and (min-width: 600px) {
  .for-parent-child.parenting .contents-box-03 .link-box {
    width: 60%;
  }
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.parenting .contents-box-03 .link-box {
    width: 300px;
  }
}

.for-parent-child.parenting .contents-box-04 h2 {
  background-image: url(./images/pages/fukidashi-icon.png);
  background-repeat: no-repeat;
  background-size: auto 50px;
  background-position: left center;
  padding-left: 56px;
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.parenting .contents-box-04 h2 {
    display: inline-block;
  }
}

.for-parent-child.parenting .contents-box-04 .contents-box-inner {
  border: 3px solid #eee;
  border-radius: 10px;
  padding: 10px 20px;
}

.for-parent-child.parenting .contents-box-04 .contents-box-inner dl {
  border-bottom: 1px solid #eee;
  padding: 0 0 0 40px;
}

.for-parent-child.parenting .contents-box-04 .contents-box-inner dl:last-child {
  border-bottom: 0;
}

.for-parent-child.parenting .contents-box-04 .contents-box-inner dl dt {
  position: relative;
  background-image: url(./images/pages/accordion-close.png);
  background-repeat: no-repeat;
  background-size: 28px 15px;
  background-position: right;
  padding: 15px 30px 15px 0;
  font-size: 16px;
  cursor: pointer;
}

@media screen and (min-width: 600px) {
  .for-parent-child.parenting .contents-box-04 .contents-box-inner dl dt {
    font-size: 18px;
  }
}

.for-parent-child.parenting .contents-box-04 .contents-box-inner dl dt:hover {
  color: #1b8924;
}

.for-parent-child.parenting .contents-box-04 .contents-box-inner dl dt.open {
  background-image: url(./images/pages/accordion-open.png);
}

.for-parent-child.parenting .contents-box-04 .contents-box-inner dl dt .question-no {
  color: #95cb40;
  position: absolute;
  left: -40px;
}

.for-parent-child.parenting .contents-box-04 .contents-box-inner dl dd {
  padding: 0 0 15px 0;
}

/* 虐待はなぜ... /for-parent/childabuse */
.childabuse {
  /* title */
  /* 導入 */
  /* 子どもの虐待とは */
  /* 親を責めないで */
}

.childabuse .static-page-title {
  margin-bottom: 0 !important;
  font-size: 24px !important;
}

@media print, screen and (min-width: 960px) {
  .childabuse .static-page-title {
    font-size: 26px !important;
  }
}

.childabuse h2 {
  font-size: 22px !important;
}

@media print, screen and (min-width: 960px) {
  .childabuse h2 {
    font-size: 24px !important;
  }
}

.childabuse .special-box {
  border-radius: 10px;
  background-color: #f3fCe6;
  padding: 20px 20px;
  color: #666;
  position: relative;
  margin-top: 30px;
}

@media print, screen and (min-width: 960px) {
  .childabuse .special-box {
    padding: 20px 30px;
  }
}

.childabuse .special-box::before {
  display: block;
  content: '';
  width: 22px;
  height: 22px;
  background-image: url(./images/pages/hukidashi-basecolor.png);
  background-repeat: no-repeat;
  background-size: 22px 22px;
  position: absolute;
  top: -22px;
  left: calc((100% / 2) - 11px);
}

@media print, screen and (min-width: 960px) {
  .childabuse .special-box::before {
    left: 439px;
  }
}

.childabuse .special-box p {
  color: #1b8924;
  text-align: center;
}

@media print, screen and (min-width: 960px) {
  .childabuse .special-box p {
    font-size: 18px;
  }
}

.childabuse .contents-box-02 .contents-box-inner {
  border: 3px solid #95cb40;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-flow: column;
}

@media print, screen and (min-width: 960px) {
  .childabuse .contents-box-02 .contents-box-inner {
    padding: 20px 30px;
    flex-flow: row;
    flex-wrap: wrap;
  }
}

.childabuse .contents-box-02 .contents-box-inner dl {
  border-bottom: 2px dotted #95cb40;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

@media print, screen and (min-width: 960px) {
  .childabuse .contents-box-02 .contents-box-inner dl {
    width: 417px;
  }
}

.childabuse .contents-box-02 .contents-box-inner dl:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

@media print, screen and (min-width: 960px) {
  .childabuse .contents-box-02 .contents-box-inner dl:nth-child(3) dt, .childabuse .contents-box-02 .contents-box-inner dl:nth-child(3) dd {
    border-right: 2px dotted #95cb40;
    margin-bottom: 2px;
    padding-right: 20px;
  }
}

@media print, screen and (min-width: 960px) {
  .childabuse .contents-box-02 .contents-box-inner dl:first-child {
    padding-right: 20px;
  }
}

@media print, screen and (min-width: 960px) {
  .childabuse .contents-box-02 .contents-box-inner dl:nth-child(2) dt, .childabuse .contents-box-02 .contents-box-inner dl:nth-child(2) dd {
    border-left: 2px dotted #95cb40;
    margin-bottom: 2px;
    padding-left: 20px;
  }
}

@media print, screen and (min-width: 960px) {
  .childabuse .contents-box-02 .contents-box-inner dl:nth-child(3), .childabuse .contents-box-02 .contents-box-inner dl:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 960px) {
  .childabuse .contents-box-02 .contents-box-inner dl:last-child {
    padding-left: 20px;
  }
}

.childabuse .contents-box-02 .contents-box-inner dl dt {
  color: #95cb40;
  font-size: 16px;
}

@media print, screen and (min-width: 960px) {
  .childabuse .contents-box-02 .contents-box-inner dl dt {
    font-size: 18px;
  }
}

@media print, screen and (min-width: 960px) {
  .childabuse .contents-box-02 .contents-box-inner dl dd {
    font-size: 14px;
  }
}

.childabuse .contents-box-03 .contents-box-inner {
  border-radius: 10px;
  background-color: #f3fCe6;
  padding: 20px 20px;
  color: #666;
  background-image: url(./images/pages/town.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  padding-bottom: 100px;
}

@media print, screen and (min-width: 960px) {
  .childabuse .contents-box-03 .contents-box-inner {
    padding: 30px 40px;
  }
}

@media print, screen and (min-width: 960px) {
  .childabuse .contents-box-03 .contents-box-inner {
    background-size: 560px 90px;
    padding-bottom: 100px;
  }
}

.childabuse .contents-box-03 .contents-box-inner h3 {
  margin-bottom: 10px;
}

/* グループケアに参加する for-parent/groupcare */
.for-parent-child.groupcare {
  /* 導入 */
  /* グループの種類 */
  /* お母さんへの手紙 */
  /* 参加者の声 */
  /* あなたを待っています */
  /* 参加するには */
}

.for-parent-child.groupcare .contents-box-01 h2 {
  margin-bottom: 0;
  font-size: 22px;
}

.for-parent-child.groupcare .contents-box-01 h2::after {
  display: block;
  content: '';
  width: calc(100vw * 0.8);
  max-width: 640px;
  height: calc(100vw * 0.8 / 640 * 431);
  max-height: 431px;
  margin: 0 auto;
  background-image: url(./images/pages/main-groupcare.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.groupcare .contents-box-01 h2::after {
    display: none;
  }
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.groupcare .contents-box-01 h2 {
    background-image: url(./images/pages/main-groupcare.png);
    background-size: 300px auto;
    background-repeat: no-repeat;
  }
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.groupcare .contents-box-01 h2 {
    padding-left: 330px;
    display: flex;
    align-items: center;
    min-height: calc( 431px * (300/640));
    font-size: 24px;
  }
}

.for-parent-child.groupcare .contents-box-01 ul {
  display: flex;
  flex-flow: column;
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.groupcare .contents-box-01 ul {
    flex-flow: row;
    justify-content: space-between;
  }
}

.for-parent-child.groupcare .contents-box-01 ul li {
  border-radius: 10px;
  background-color: #f3fCe6;
  padding: 30px 20px;
  color: #666;
  width: 100%;
  text-align: left;
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.groupcare .contents-box-01 ul li {
    padding: 30px 20px;
  }
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.groupcare .contents-box-01 ul li {
    width: 440px;
    text-align: center;
  }
}

.for-parent-child.groupcare .contents-box-01 ul li:last-child {
  margin-top: 10px;
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.groupcare .contents-box-01 ul li:last-child {
    margin-top: 0;
  }
}

.for-parent-child.groupcare .contents-box-01 ul li strong {
  color: #1b8924;
  font-weight: normal;
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.groupcare .contents-box-01 ul li strong {
    font-size: 18px;
  }
}

.for-parent-child.groupcare .contents-box-02 .contents-box-inner {
  border-radius: 10px;
  border: 3px solid #95cb40;
  padding: 0 15px;
  display: flex;
  flex-flow: column;
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.groupcare .contents-box-02 .contents-box-inner {
    flex-flow: row;
    justify-content: space-between;
    padding: 20px 10px;
  }
}

.for-parent-child.groupcare .contents-box-02 .contents-box-inner dl {
  border-bottom: 2px dotted #95cb40;
  flex-grow: 1;
  padding: 20px 0;
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.groupcare .contents-box-02 .contents-box-inner dl {
    border-bottom: 0;
    border-right: 2px dotted #95cb40;
    width: 295px;
    padding: 0 20px;
  }
}

.for-parent-child.groupcare .contents-box-02 .contents-box-inner dl:last-child {
  border-bottom: 0;
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.groupcare .contents-box-02 .contents-box-inner dl:last-child {
    border-right: 0;
  }
}

.for-parent-child.groupcare .contents-box-02 .contents-box-inner dl dt {
  color: #1b8924;
}

.for-parent-child.groupcare .contents-box-02 .contents-box-inner dl dd {
  font-size: 0.9em;
}

.for-parent-child.groupcare .contents-box-03 h2 small {
  color: #666;
  font-size: 0.7em;
}

.for-parent-child.groupcare .contents-box-03 .contents-box-inner {
  border-radius: 10px;
  background-color: #f3fCe6;
  padding: 20px 20px;
  color: #666;
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.groupcare .contents-box-03 .contents-box-inner {
    padding: 30px 40px;
  }
}

.for-parent-child.groupcare .contents-box-03 .contents-box-inner strong {
  color: #1b8924;
  font-size: 1.2em;
  margin: 15px 0;
  display: block;
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.groupcare .contents-box-03 .contents-box-inner strong {
    margin: 35px 0;
  }
}

.for-parent-child.groupcare .contents-box-04 .contents-box-inner {
  border: 3px solid #95cb40;
  border-radius: 10px;
  padding: 0 15px;
  display: flex;
  flex-flow: column;
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.groupcare .contents-box-04 .contents-box-inner {
    padding: 10px 30px;
  }
}

.for-parent-child.groupcare .contents-box-04 .contents-box-inner dl {
  border-bottom: 2px dotted #95cb40;
  padding-bottom: 20px;
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.groupcare .contents-box-04 .contents-box-inner dl {
    display: flex;
    align-items: center;
    padding: 20px 0;
  }
}

.for-parent-child.groupcare .contents-box-04 .contents-box-inner dl:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.for-parent-child.groupcare .contents-box-04 .contents-box-inner dl dt {
  color: #1b8924;
  font-size: 18px;
  margin: 20px 0 5px;
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.groupcare .contents-box-04 .contents-box-inner dl dt {
    margin: 0;
    font-size: 20px;
    width: 110px;
    min-width: 110px;
    text-align: center;
  }
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.groupcare .contents-box-04 .contents-box-inner dl dd {
    font-size: 14px;
    margin-left: 15px;
  }
}

.for-parent-child.groupcare .contents-box-04 .contents-box-inner dl dd ul li {
  font-size: 14px;
  padding-bottom: 0;
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.groupcare .contents-box-05 {
    position: relative;
    margin-top: 90px;
  }
}

.for-parent-child.groupcare .contents-box-05 h2 {
  color: #333;
  font-size: 16px;
  background-color: #f8f664;
  padding: 20px 10px;
  border-radius: 28px;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.groupcare .contents-box-05 h2 {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    background-image: url(./images/pages/waitingforyou.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 132px;
    height: 100px;
    position: absolute;
    top: -68px;
    right: 20px;
  }
}

.for-parent-child.groupcare .contents-box-05 h2::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -10px;
  left: calc( 50% - 10px);
  border-color: transparent;
  border-width: 10px;
  border-style: solid;
  border-top-color: #f8f664;
  border-bottom-width: 0;
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.groupcare .contents-box-05 h2::after {
    display: none;
  }
}

.for-parent-child.groupcare .contents-box-05 .catch {
  margin-bottom: 5px;
}

.for-parent-child.groupcare .contents-box-05 .catch li {
  font-size: 18px;
  color: #1b8924;
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.groupcare .contents-box-05 .catch li {
    font-size: 24px;
    text-align: center;
    padding-bottom: 14px;
  }
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.groupcare .contents-box-05 .contents-box-inner p {
    text-align: center;
  }
}

.for-parent-child.groupcare .register-btn {
  position: relative;
  width: 80%;
  margin: 0 auto;
  margin: 20px auto;
  width: 100%;
}

.for-parent-child.groupcare .register-btn::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  position: absolute;
  border-color: transparent transparent transparent #fff;
  top: calc(50% - 3px);
  left: 14px;
}

.for-parent-child.groupcare .register-btn a {
  text-decoration: none;
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.groupcare .register-btn {
    width: 320px;
  }
}

.for-parent-child.groupcare .register-btn a {
  background-color: #95cb40;
  color: #fff;
  padding: 14px 4px;
  border-radius: 2px;
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.groupcare .register-btn a:hover {
    background-color: #1b8924;
  }
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.groupcare .register-btn::before {
    top: calc(50% - 4px);
  }
}

.for-parent-child.groupcare .register-btn a {
  letter-spacing: 0;
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.groupcare .register-btn a {
    padding: 4px;
  }
}

.for-parent-child.groupcare .contents-box-06 {
  border-radius: 10px;
  background-color: #f3fCe6;
  padding: 20px 20px;
  color: #666;
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.groupcare .contents-box-06 {
    padding: 20px 30px;
  }
}

.for-parent-child.groupcare .contents-box-06 .contents-box-inner {
  margin-bottom: 20px;
}

.for-parent-child.groupcare .contents-box-06 .link-box {
  position: relative;
  width: 80%;
  margin: 0 auto;
  width: 100%;
}

.for-parent-child.groupcare .contents-box-06 .link-box::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  position: absolute;
  border-color: transparent transparent transparent #fff;
  top: calc(50% - 3px);
  left: 14px;
}

.for-parent-child.groupcare .contents-box-06 .link-box a {
  text-decoration: none;
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.groupcare .contents-box-06 .link-box {
    width: 300px;
  }
}

.for-parent-child.groupcare .contents-box-06 .link-box a {
  background-color: #95cb40;
  color: #fff;
  padding: 14px 4px;
  border-radius: 2px;
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.groupcare .contents-box-06 .link-box a:hover {
    background-color: #1b8924;
  }
}

@media screen and (min-width: 600px) {
  .for-parent-child.groupcare .contents-box-06 .link-box {
    width: 60%;
  }
}

@media print, screen and (min-width: 960px) {
  .for-parent-child.groupcare .contents-box-06 .link-box {
    width: 300px;
  }
}

/* 活動内容 activity */
.page-parent.activity {
  /* 導入 */
}

.page-parent.activity .contents-box-01 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (min-width: 600px) {
  .page-parent.activity .contents-box-01 ul {
    margin-left: 2%;
  }
}

@media print, screen and (min-width: 960px) {
  .page-parent.activity .contents-box-01 ul {
    justify-content: space-between;
    margin-left: 15px;
  }
}

.page-parent.activity .contents-box-01 ul li {
  width: 100%;
  text-align: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding-bottom: 0;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

@media screen and (min-width: 600px) {
  .page-parent.activity .contents-box-01 ul li {
    width: 47%;
    margin-right: 2%;
  }
}

@media print, screen and (min-width: 960px) {
  .page-parent.activity .contents-box-01 ul li {
    width: calc((885px / 3) - 15px);
    margin-right: 15px;
    margin-bottom: 40px;
  }
}

.page-parent.activity .contents-box-01 ul li a {
  display: block;
}

@media print, screen and (min-width: 960px) {
  .page-parent.activity .contents-box-01 ul li .actions-items-inner > a {
    height: 185px;
    max-height: 185px;
  }
}

.page-parent.activity .contents-box-01 ul li dl {
  display: flex;
  flex-flow: column;
  width: 90%;
  margin: 10px auto;
}

.page-parent.activity .contents-box-01 ul li dl dt {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
}

@media print, screen and (min-width: 960px) {
  .page-parent.activity .contents-box-01 ul li dl dt {
    font-size: 18px;
  }
}

.page-parent.activity .contents-box-01 ul li dl dt span {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2f091+0,e2f091+100&0+0,0+69,1+70,1+90,0+91 */
  background: -moz-linear-gradient(top, rgba(226, 240, 145, 0) 0%, rgba(226, 240, 145, 0) 69%, #e2f091 70%, #e2f091 90%, rgba(226, 240, 145, 0) 91%, rgba(226, 240, 145, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(226, 240, 145, 0) 0%, rgba(226, 240, 145, 0) 69%, #e2f091 70%, #e2f091 90%, rgba(226, 240, 145, 0) 91%, rgba(226, 240, 145, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(226, 240, 145, 0) 0%, rgba(226, 240, 145, 0) 69%, #e2f091 70%, #e2f091 90%, rgba(226, 240, 145, 0) 91%, rgba(226, 240, 145, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e2f091', endColorstr='#00e2f091',GradientType=0 );
  /* IE6-9 */
}

.page-parent.activity .contents-box-01 ul li dl dd {
  font-size: 18px;
  color: #666;
  letter-spacing: 0.05em;
}

@media print, screen and (min-width: 960px) {
  .page-parent.activity .contents-box-01 ul li dl dd {
    font-size: 14px;
  }
}

.page-parent.activity .contents-box-01 ul li dl dd p {
  text-align: left;
  margin-bottom: 0;
}

.page-parent.activity .contents-box-01 ul li:nth-child(3) dt {
  font-size: 18px;
}

@media print, screen and (min-width: 960px) {
  .page-parent.activity .contents-box-01 ul li:nth-child(3) dt {
    font-size: 16px;
  }
}

.page-parent.activity .contents-box-01 ul .link-box {
  position: relative;
  width: 80%;
  margin: 0 auto;
}

.page-parent.activity .contents-box-01 ul .link-box::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  position: absolute;
  border-color: transparent transparent transparent #fff;
  top: calc(50% - 3px);
  left: 14px;
}

.page-parent.activity .contents-box-01 ul .link-box a {
  text-decoration: none;
}

@media print, screen and (min-width: 960px) {
  .page-parent.activity .contents-box-01 ul .link-box {
    width: 80%;
  }
}

.page-parent.activity .contents-box-01 ul .link-box a {
  background-color: #95cb40;
  color: #fff;
  padding: 14px 4px;
  border-radius: 2px;
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
}

@media print, screen and (min-width: 960px) {
  .page-parent.activity .contents-box-01 ul .link-box a:hover {
    background-color: #1b8924;
  }
}

/* 里親・養親支援 activity/fosterparent */
.activity-child.fosterparent {
  /* 導入 */
  /* 電話番号 */
  /* 里親・養親向け連続講座 */
  /* 特別養親サロン */
}

@media print, screen and (min-width: 960px) {
  .activity-child.fosterparent .contents-box-01 {
    display: flex;
  }
}

.activity-child.fosterparent .contents-box-01 p {
  margin-bottom: 0;
}

.activity-child.fosterparent .contents-box-01 p::after {
  display: block;
  content: '';
  width: calc(100vw * 0.8);
  max-width: 640px;
  height: calc(100vw * 0.8 / 640 * 431);
  max-height: 431px;
  margin: 0 auto;
  background-image: url(./images/pages/main-fosterparent.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media print, screen and (min-width: 960px) {
  .activity-child.fosterparent .contents-box-01 p::after {
    display: none;
  }
}

@media print, screen and (min-width: 960px) {
  .activity-child.fosterparent .contents-box-01 p {
    background-image: url(./images/pages/main-fosterparent.png);
    background-size: 300px auto;
    background-repeat: no-repeat;
  }
}

@media print, screen and (min-width: 960px) {
  .activity-child.fosterparent .contents-box-01 p {
    padding-left: 330px;
    display: flex;
    align-items: center;
    min-height: calc( 431px * (300/640));
  }
}

.activity-child.fosterparent .contents-box-02 > p {
  margin-bottom: 10px;
}

.activity-child.fosterparent .contents-box-02 .contents-box-inner {
  background-color: #f3fCe6;
  border-radius: 10px;
  display: flex;
  flex-flow: column;
  padding: 10px 0;
}

@media print, screen and (min-width: 960px) {
  .activity-child.fosterparent .contents-box-02 .contents-box-inner {
    background-color: transparent;
    border-radius: 0;
    background-image: url(./images/pages/telno_bg.png);
    background-repeat: no-repeat;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    padding: 0 60px;
    height: 127px;
  }
}

.activity-child.fosterparent .contents-box-02 .contents-box-inner dl {
  width: 90%;
  margin: 0 auto 10px;
}

@media print, screen and (min-width: 960px) {
  .activity-child.fosterparent .contents-box-02 .contents-box-inner dl:first-of-type {
    width: 400px;
    min-width: 400px;
  }
}

.activity-child.fosterparent .contents-box-02 .contents-box-inner dl:first-of-type dd:last-child {
  background-image: url(./images/pages/telno.png);
  background-size: contain;
  background-repeat: no-repeat;
  color: transparent;
  width: 80%;
  max-width: 370px;
  height: calc(100vw * 0.8 / 740 * 80);
  max-height: 40px;
}

@media print, screen and (min-width: 960px) {
  .activity-child.fosterparent .contents-box-02 .contents-box-inner dl:first-of-type dd:last-child {
    width: 370px;
  }
}

.activity-child.fosterparent .contents-box-02 .contents-box-inner dl:last-of-type {
  background-color: #fff;
  padding: 10px;
}

@media print, screen and (min-width: 960px) {
  .activity-child.fosterparent .contents-box-02 .contents-box-inner dl:last-of-type {
    background-color: transparent;
    margin: 0;
    padding: 0;
    width: auto;
  }
}

.activity-child.fosterparent .contents-box-02 .contents-box-inner dl:last-of-type dd {
  overflow: hidden;
}

.activity-child.fosterparent .contents-box-02 .contents-box-inner dl:last-of-type dd p {
  margin: 0;
}

.activity-child.fosterparent .contents-box-02 .contents-box-inner dl:last-of-type dd p .day {
  min-width: 6em;
  display: inline-block;
}

@media print, screen and (min-width: 960px) {
  .activity-child.fosterparent .contents-box-02 .contents-box-inner dl:last-of-type dd p .day {
    margin-right: 0.5em;
    display: inline;
  }
}

@media print, screen and (min-width: 960px) {
  .activity-child.fosterparent .contents-box-02 .contents-box-inner dl:last-of-type dd p {
    font-size: 15px;
    float: left;
    line-height: 1.4;
    letter-spacing: 0;
  }
}

@media print, screen and (min-width: 960px) {
  .activity-child.fosterparent .contents-box-02 .contents-box-inner dl:last-of-type dd p:first-child {
    margin-right: 1em;
  }
}

.activity-child.fosterparent .contents-box-02 .contents-box-inner dl dt {
  color: #1b8924;
  font-size: 18px;
}

@media print, screen and (min-width: 960px) {
  .activity-child.fosterparent .contents-box-02 .addition {
    text-align: right;
    margin-top: 10px;
    font-size: 14px;
  }
}

.activity-child.fosterparent .contents-box-03 .link-box {
  position: relative;
  width: 80%;
  margin: 0 auto;
  width: 100%;
  margin: 20px auto;
}

.activity-child.fosterparent .contents-box-03 .link-box::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  position: absolute;
  border-color: transparent transparent transparent #fff;
  top: calc(50% - 3px);
  left: 14px;
}

.activity-child.fosterparent .contents-box-03 .link-box a {
  text-decoration: none;
}

@media print, screen and (min-width: 960px) {
  .activity-child.fosterparent .contents-box-03 .link-box {
    width: 360px;
  }
}

.activity-child.fosterparent .contents-box-03 .link-box a {
  background-color: #95cb40;
  color: #fff;
  padding: 14px 4px;
  border-radius: 2px;
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
}

@media print, screen and (min-width: 960px) {
  .activity-child.fosterparent .contents-box-03 .link-box a:hover {
    background-color: #1b8924;
  }
}

@media screen and (min-width: 600px) {
  .activity-child.fosterparent .contents-box-03 .link-box {
    width: 360px;
    margin: 20px auto 20px 0;
  }
}

.activity-child.fosterparent .contents-box-04 h3 {
  margin-bottom: 10px;
  background-image: url(./images/pages/calendar-icon.png);
  background-repeat: no-repeat;
  background-size: auto 30px;
  min-height: 30px;
  padding-left: 45px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
}

.activity-child.fosterparent .contents-box-04 .link-box {
  position: relative;
  width: 80%;
  margin: 0 auto;
  width: 100%;
  margin: 20px auto;
}

.activity-child.fosterparent .contents-box-04 .link-box::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  position: absolute;
  border-color: transparent transparent transparent #fff;
  top: calc(50% - 3px);
  left: 14px;
}

.activity-child.fosterparent .contents-box-04 .link-box a {
  text-decoration: none;
}

@media print, screen and (min-width: 960px) {
  .activity-child.fosterparent .contents-box-04 .link-box {
    width: 360px;
  }
}

.activity-child.fosterparent .contents-box-04 .link-box a {
  background-color: #95cb40;
  color: #fff;
  padding: 14px 4px;
  border-radius: 2px;
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
}

@media print, screen and (min-width: 960px) {
  .activity-child.fosterparent .contents-box-04 .link-box a:hover {
    background-color: #1b8924;
  }
}

@media screen and (min-width: 600px) {
  .activity-child.fosterparent .contents-box-04 .link-box {
    width: 360px;
    margin: 20px auto 20px 0;
  }
}

.activity-child.fosterparent .contents-box-05 {
  background-color: #f3fCe6;
  border-radius: 10px;
  padding: 15px;
}

@media print, screen and (min-width: 960px) {
  .activity-child.fosterparent .contents-box-05 {
    padding: 20px 30px;
  }
}

/* 電話相談 activity/consultation */
.activity-child.consultation {
  /* 導入 */
  /* 図表 */
  /* 法律相談説明 */
  /* 電話番号 */
}

@media print, screen and (min-width: 960px) {
  .activity-child.consultation .contents-box-01 {
    display: flex;
  }
}

.activity-child.consultation .contents-box-01 p {
  margin-bottom: 0;
}

.activity-child.consultation .contents-box-01 p::after {
  display: block;
  content: '';
  width: calc(100vw * 0.8);
  max-width: 640px;
  height: calc(100vw * 0.8 / 640 * 431);
  max-height: 431px;
  margin: 0 auto;
  background-image: url(./images/pages/main-hotline.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media print, screen and (min-width: 960px) {
  .activity-child.consultation .contents-box-01 p::after {
    display: none;
  }
}

@media print, screen and (min-width: 960px) {
  .activity-child.consultation .contents-box-01 p {
    background-image: url(./images/pages/main-hotline.png);
    background-size: 300px auto;
    background-repeat: no-repeat;
  }
}

@media print, screen and (min-width: 960px) {
  .activity-child.consultation .contents-box-01 p {
    padding-left: 330px;
    display: flex;
    align-items: center;
    min-height: calc( 431px * (300/640));
  }
}

.activity-child.consultation .contents-box-02 .contents-box-inner {
  width: calc(100vw * 0.9);
  height: calc(100vw * 0.9 / 640 * 2250);
  background-size: contain;
  background-repeat: no-repeat;
  /*background-image: url(./images/pages/activity_consultation_stat_sp.png);*/
  background-image: url(/wordpress/wp-content/uploads/2021/10/activity_consultation_stat_sp_2020b.png);
}

@media screen and (min-width: 600px) {
  .activity-child.consultation .contents-box-02 .contents-box-inner {
    height: calc(100vw * 0.9 / 1800 * 1530);
    /*background-image: url(./images/pages/activity_consultation_stat_pc.png);*/
	background-image: url(/wordpress/wp-content/uploads/2021/10/activity_consultation_stat_pc_2020b.png);
  }
}

@media print, screen and (min-width: 960px) {
  .activity-child.consultation .contents-box-02 .contents-box-inner {
    width: 100%;
    height: 760px;
  }
}

.activity-child.consultation .contents-box-03 h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  background-image: url(./images/pages/calendar-icon.png);
  background-repeat: no-repeat;
  background-size: auto 30px;
  min-height: 30px;
  padding-left: 45px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
}

.activity-child.consultation .contents-box-03 .note {
  font-size: 13px;
  margin-top: 10px;
}

.activity-child.consultation .contents-box-03 .link-box {
  position: relative;
  width: 80%;
  margin: 0 auto;
  width: 100%;
  margin: 20px auto;
}

.activity-child.consultation .contents-box-03 .link-box::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  position: absolute;
  border-color: transparent transparent transparent #fff;
  top: calc(50% - 3px);
  left: 14px;
}

.activity-child.consultation .contents-box-03 .link-box a {
  text-decoration: none;
}

@media print, screen and (min-width: 960px) {
  .activity-child.consultation .contents-box-03 .link-box {
    width: 360px;
  }
}

.activity-child.consultation .contents-box-03 .link-box a {
  background-color: #95cb40;
  color: #fff;
  padding: 14px 4px;
  border-radius: 2px;
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
}

@media print, screen and (min-width: 960px) {
  .activity-child.consultation .contents-box-03 .link-box a:hover {
    background-color: #1b8924;
  }
}

@media screen and (min-width: 600px) {
  .activity-child.consultation .contents-box-03 .link-box {
    width: 360px;
    margin: 20px auto 20px 0;
  }
}

.activity-child.consultation .contents-box-04 .contents-box-inner {
  background-color: #f3fCe6;
  border-radius: 10px;
  display: flex;
  flex-flow: column;
  padding: 10px 0;
}

@media print, screen and (min-width: 960px) {
  .activity-child.consultation .contents-box-04 .contents-box-inner {
    background-color: transparent;
    border-radius: 0;
    background-image: url(./images/pages/telno_bg.png);
    background-repeat: no-repeat;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    padding: 0 60px;
    height: 127px;
  }
}

.activity-child.consultation .contents-box-04 .contents-box-inner dl {
  width: 90%;
  margin: 0 auto 10px;
}

@media print, screen and (min-width: 960px) {
  .activity-child.consultation .contents-box-04 .contents-box-inner dl:first-of-type {
    width: 400px;
    min-width: 400px;
  }
}

.activity-child.consultation .contents-box-04 .contents-box-inner dl:first-of-type dd:last-child {
  background-image: url(./images/pages/telno.png);
  background-size: contain;
  background-repeat: no-repeat;
  color: transparent;
  width: 80%;
  max-width: 370px;
  height: calc(100vw * 0.8 / 740 * 80);
  max-height: 40px;
}

@media print, screen and (min-width: 960px) {
  .activity-child.consultation .contents-box-04 .contents-box-inner dl:first-of-type dd:last-child {
    width: 370px;
  }
}

.activity-child.consultation .contents-box-04 .contents-box-inner dl:last-of-type {
  background-color: #fff;
  padding: 10px;
}

@media print, screen and (min-width: 960px) {
  .activity-child.consultation .contents-box-04 .contents-box-inner dl:last-of-type {
    background-color: transparent;
    margin: 0;
    padding: 0;
    width: auto;
  }
}

.activity-child.consultation .contents-box-04 .contents-box-inner dl:last-of-type dd {
  overflow: hidden;
}

.activity-child.consultation .contents-box-04 .contents-box-inner dl:last-of-type dd p {
  margin: 0;
}

.activity-child.consultation .contents-box-04 .contents-box-inner dl:last-of-type dd p .day {
  min-width: 6em;
  display: inline-block;
}

@media print, screen and (min-width: 960px) {
  .activity-child.consultation .contents-box-04 .contents-box-inner dl:last-of-type dd p .day {
    margin-right: 0.5em;
    display: inline;
  }
}

@media print, screen and (min-width: 960px) {
  .activity-child.consultation .contents-box-04 .contents-box-inner dl:last-of-type dd p {
    font-size: 15px;
    float: left;
    line-height: 1.4;
    letter-spacing: 0;
  }
}

@media print, screen and (min-width: 960px) {
  .activity-child.consultation .contents-box-04 .contents-box-inner dl:last-of-type dd p:first-child {
    margin-right: 1em;
  }
}

.activity-child.consultation .contents-box-04 .contents-box-inner dl dt {
  color: #1b8924;
  font-size: 18px;
}

@media print, screen and (min-width: 960px) {
  .activity-child.consultation .contents-box-04 .addition {
    text-align: right;
    margin-top: 10px;
    font-size: 14px;
  }
}

/* グループケア activity/groupcare*/
.activity-child.groupcare {
  /* 導入 */
  /* どんなところ？ */
  /* 申し込み方法 */
  /* 電話番号 */
  /* 子育てひとやすみ */
  /* ほっとホットサロン */
}

@media print, screen and (min-width: 960px) {
  .activity-child.groupcare .contents-box-01 {
    display: flex;
  }
}

.activity-child.groupcare .contents-box-01 p {
  margin-bottom: 0;
}

.activity-child.groupcare .contents-box-01 p::after {
  display: block;
  content: '';
  width: calc(100vw * 0.8);
  max-width: 640px;
  height: calc(100vw * 0.8 / 640 * 431);
  max-height: 431px;
  margin: 0 auto;
  background-image: url(./images/pages/main-groupcare.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media print, screen and (min-width: 960px) {
  .activity-child.groupcare .contents-box-01 p::after {
    display: none;
  }
}

@media print, screen and (min-width: 960px) {
  .activity-child.groupcare .contents-box-01 p {
    background-image: url(./images/pages/main-groupcare.png);
    background-size: 300px auto;
    background-repeat: no-repeat;
  }
}

@media print, screen and (min-width: 960px) {
  .activity-child.groupcare .contents-box-01 p {
    padding-left: 330px;
    display: flex;
    align-items: center;
    min-height: calc( 431px * (300/640));
  }
}

.activity-child.groupcare .contents-box-02 {
  /* MCG実施日時 */
}

.activity-child.groupcare .contents-box-02 .contents-box-inner-01,
.activity-child.groupcare .contents-box-02 .contents-box-inner-02 {
  border-radius: 10px;
  background-color: #f3fCe6;
  padding: 20px 20px;
  color: #666;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 960px) {
  .activity-child.groupcare .contents-box-02 .contents-box-inner-01,
  .activity-child.groupcare .contents-box-02 .contents-box-inner-02 {
    padding: 20px 30px;
  }
}

.activity-child.groupcare .contents-box-02 .contents-box-inner-01 h3,
.activity-child.groupcare .contents-box-02 .contents-box-inner-02 h3 {
  margin-bottom: 10px;
}

@media print, screen and (min-width: 960px) {
  .activity-child.groupcare .contents-box-02 .contents-box-inner-01,
  .activity-child.groupcare .contents-box-02 .contents-box-inner-02 {
    margin-bottom: 10px;
  }
}

.activity-child.groupcare .contents-box-02 .contents-box-inner-01 {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 960px) {
  .activity-child.groupcare .contents-box-02 .contents-box-inner-01 {
    margin-bottom: 10px;
  }
}

.activity-child.groupcare .contents-box-02 .contents-box-inner-01 p {
  margin-bottom: 15px;
}

.activity-child.groupcare .contents-box-02 .contents-box-inner-01 ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}

.activity-child.groupcare .contents-box-02 .contents-box-inner-01 ol li {
  padding-left: 40px;
  position: relative;
  font-size: inherit;
}

.activity-child.groupcare .contents-box-02 .contents-box-inner-01 ol li::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #95cb40;
  color: #fff;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -40px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}

@media print, screen and (min-width: 960px) {
  .activity-child.groupcare .contents-box-02 .contents-box-inner-01 ol li::before {
    font-size: 16px;
  }
}

.activity-child.groupcare .contents-box-02 .contents-box-inner-02 {
  margin-bottom: 20px;
}

.activity-child.groupcare .contents-box-02 > h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  background-image: url(./images/pages/calendar-icon.png);
  background-repeat: no-repeat;
  background-size: auto 30px;
  min-height: 30px;
  padding-left: 45px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
}

.activity-child.groupcare .contents-box-02 table {
  margin-top: 10px;
  font-size: 14px;
  border-color: #ddd;
}

.activity-child.groupcare .contents-box-02 table tr {
  background-color: transparent;
  display: flex;
  flex-flow: column;
}

@media screen and (min-width: 600px) {
  .activity-child.groupcare .contents-box-02 table tr {
    display: table-row;
  }
}

.activity-child.groupcare .contents-box-02 table th, .activity-child.groupcare .contents-box-02 table td {
  border-color: #ddd;
}

.activity-child.groupcare .contents-box-02 table th {
  font-weight: normal;
  background-color: #f5f5f5;
}

.activity-child.groupcare .contents-box-02 table td {
  background-color: transparent;
}

@media print, screen and (min-width: 960px) {
  .activity-child.groupcare .contents-box-02 table th {
    width: 200px;
  }
}

@media print, screen and (min-width: 960px) {
  .activity-child.groupcare .contents-box-02 table td {
    padding: 15px 20px !important;
  }
}

.activity-child.groupcare .contents-box-03 .contents-box-inner {
  border-radius: 10px;
  background-color: #f3fCe6;
  padding: 20px 20px;
  color: #666;
}

@media print, screen and (min-width: 960px) {
  .activity-child.groupcare .contents-box-03 .contents-box-inner {
    padding: 30px 40px;
  }
}

.activity-child.groupcare .contents-box-03 .contents-box-inner h3 {
  margin-bottom: 15px;
}

.activity-child.groupcare .contents-box-03 .contents-box-inner ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}

.activity-child.groupcare .contents-box-03 .contents-box-inner ol li {
  padding-left: 40px;
  position: relative;
  font-size: inherit;
}

.activity-child.groupcare .contents-box-03 .contents-box-inner ol li::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #95cb40;
  color: #fff;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -40px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}

@media print, screen and (min-width: 960px) {
  .activity-child.groupcare .contents-box-03 .contents-box-inner ol li::before {
    font-size: 16px;
  }
}

.activity-child.groupcare .contents-box-04 .contents-box-inner {
  background-color: #f3fCe6;
  border-radius: 10px;
  display: flex;
  flex-flow: column;
  padding: 10px 0;
}

@media print, screen and (min-width: 960px) {
  .activity-child.groupcare .contents-box-04 .contents-box-inner {
    background-color: transparent;
    border-radius: 0;
    background-image: url(./images/pages/telno_bg.png);
    background-repeat: no-repeat;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    padding: 0 60px;
    height: 127px;
  }
}

.activity-child.groupcare .contents-box-04 .contents-box-inner dl {
  width: 90%;
  margin: 0 auto 10px;
}

@media print, screen and (min-width: 960px) {
  .activity-child.groupcare .contents-box-04 .contents-box-inner dl:first-of-type {
    width: 400px;
    min-width: 400px;
  }
}

.activity-child.groupcare .contents-box-04 .contents-box-inner dl:first-of-type dd:last-child {
  background-image: url(./images/pages/telno.png);
  background-size: contain;
  background-repeat: no-repeat;
  color: transparent;
  width: 80%;
  max-width: 370px;
  height: calc(100vw * 0.8 / 740 * 80);
  max-height: 40px;
}

@media print, screen and (min-width: 960px) {
  .activity-child.groupcare .contents-box-04 .contents-box-inner dl:first-of-type dd:last-child {
    width: 370px;
  }
}

.activity-child.groupcare .contents-box-04 .contents-box-inner dl:last-of-type {
  background-color: #fff;
  padding: 10px;
}

@media print, screen and (min-width: 960px) {
  .activity-child.groupcare .contents-box-04 .contents-box-inner dl:last-of-type {
    background-color: transparent;
    margin: 0;
    padding: 0;
    width: auto;
  }
}

.activity-child.groupcare .contents-box-04 .contents-box-inner dl:last-of-type dd {
  overflow: hidden;
}

.activity-child.groupcare .contents-box-04 .contents-box-inner dl:last-of-type dd p {
  margin: 0;
}

.activity-child.groupcare .contents-box-04 .contents-box-inner dl:last-of-type dd p .day {
  min-width: 6em;
  display: inline-block;
}

@media print, screen and (min-width: 960px) {
  .activity-child.groupcare .contents-box-04 .contents-box-inner dl:last-of-type dd p .day {
    margin-right: 0.5em;
    display: inline;
  }
}

@media print, screen and (min-width: 960px) {
  .activity-child.groupcare .contents-box-04 .contents-box-inner dl:last-of-type dd p {
    font-size: 15px;
    float: left;
    line-height: 1.4;
    letter-spacing: 0;
  }
}

@media print, screen and (min-width: 960px) {
  .activity-child.groupcare .contents-box-04 .contents-box-inner dl:last-of-type dd p:first-child {
    margin-right: 1em;
  }
}

.activity-child.groupcare .contents-box-04 .contents-box-inner dl dt {
  color: #1b8924;
  font-size: 18px;
}

@media print, screen and (min-width: 960px) {
  .activity-child.groupcare .contents-box-04 .addition {
    text-align: right;
    margin-top: 10px;
    font-size: 14px;
  }
}

.activity-child.groupcare .contents-box-05 ul {
  margin: 10px auto;
}

@media print, screen and (min-width: 960px) {
  .activity-child.groupcare .contents-box-05 ul {
    display: inline-block;
  }
}

.activity-child.groupcare .contents-box-05 ul li {
  background-color: #f3fCe6;
  color: #1b8924;
  border-radius: 4px;
  padding: 15px;
  font-size: 16px;
  line-height: 1;
  display: block;
  text-align: center;
  margin-bottom: 5px;
}

@media print, screen and (min-width: 960px) {
  .activity-child.groupcare .contents-box-05 ul li {
    display: inline-block;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 960px) {
  .activity-child.groupcare .contents-box-05 ul + p {
    display: inline-block;
  }
}

.activity-child.groupcare .contents-box-05 .link-box {
  position: relative;
  width: 80%;
  margin: 0 auto;
  width: 100%;
  margin: 20px auto;
}

.activity-child.groupcare .contents-box-05 .link-box::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  position: absolute;
  border-color: transparent transparent transparent #fff;
  top: calc(50% - 3px);
  left: 14px;
}

.activity-child.groupcare .contents-box-05 .link-box a {
  text-decoration: none;
}

@media print, screen and (min-width: 960px) {
  .activity-child.groupcare .contents-box-05 .link-box {
    width: 360px;
  }
}

.activity-child.groupcare .contents-box-05 .link-box a {
  background-color: #95cb40;
  color: #fff;
  padding: 14px 4px;
  border-radius: 2px;
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
}

@media print, screen and (min-width: 960px) {
  .activity-child.groupcare .contents-box-05 .link-box a:hover {
    background-color: #1b8924;
  }
}

@media screen and (min-width: 600px) {
  .activity-child.groupcare .contents-box-05 .link-box {
    width: 360px;
    margin: 20px auto 20px 0;
  }
}

.activity-child.groupcare .contents-box-06 h3 {
  margin-top: 20px;
}

.activity-child.groupcare .contents-box-06 h3:first-of-type {
  margin-bottom: 10px;
  background-image: url(./images/pages/groupcare-member-icon.png);
  background-repeat: no-repeat;
  background-size: auto 30px;
  min-height: 30px;
  padding-left: 45px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
}

.activity-child.groupcare .contents-box-06 h3:nth-of-type(2) {
  margin-bottom: 10px;
  background-image: url(./images/pages/calendar-icon.png);
  background-repeat: no-repeat;
  background-size: auto 30px;
  min-height: 30px;
  padding-left: 45px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
}

.activity-child.groupcare .contents-box-06 .contents-box-inner-02 {
  border: 3px solid #95cb40;
  border-radius: 10px;
  padding: 15px;
}

@media print, screen and (min-width: 960px) {
  .activity-child.groupcare .contents-box-06 .contents-box-inner-02 {
    text-align: center;
    font-size: 16px;
  }
}

.activity-child.groupcare .contents-box-06 table {
  margin-top: 10px;
  font-size: 14px;
  border-color: #ddd;
}

.activity-child.groupcare .contents-box-06 table tr {
  background-color: transparent;
  display: flex;
  flex-flow: column;
}

@media screen and (min-width: 600px) {
  .activity-child.groupcare .contents-box-06 table tr {
    display: table-row;
  }
}

.activity-child.groupcare .contents-box-06 table th, .activity-child.groupcare .contents-box-06 table td {
  border-color: #ddd;
}

.activity-child.groupcare .contents-box-06 table th {
  font-weight: normal;
  background-color: #f5f5f5;
}

.activity-child.groupcare .contents-box-06 table td {
  background-color: transparent;
}

@media print, screen and (min-width: 960px) {
  .activity-child.groupcare .contents-box-06 table th {
    width: 200px;
  }
}

.activity-child.groupcare .contents-box-06 .link-box {
  position: relative;
  width: 80%;
  margin: 0 auto;
  width: 100%;
  margin: 20px auto;
}

.activity-child.groupcare .contents-box-06 .link-box::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  position: absolute;
  border-color: transparent transparent transparent #fff;
  top: calc(50% - 3px);
  left: 14px;
}

.activity-child.groupcare .contents-box-06 .link-box a {
  text-decoration: none;
}

@media print, screen and (min-width: 960px) {
  .activity-child.groupcare .contents-box-06 .link-box {
    width: 360px;
  }
}

.activity-child.groupcare .contents-box-06 .link-box a {
  background-color: #95cb40;
  color: #fff;
  padding: 14px 4px;
  border-radius: 2px;
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
}

@media print, screen and (min-width: 960px) {
  .activity-child.groupcare .contents-box-06 .link-box a:hover {
    background-color: #1b8924;
  }
}

@media screen and (min-width: 600px) {
  .activity-child.groupcare .contents-box-06 .link-box {
    width: 360px;
    margin: 20px auto 20px 0;
  }
}

/* ペアレンティングプログラム activity/parenting */
.activity-child.parenting {
  /* 導入 */
  /* プログラム内容 */
  /* プログラムに参加するには */
}

@media print, screen and (min-width: 960px) {
  .activity-child.parenting .contents-box-01 {
    background-image: url(./images/pages/main-parenting.png);
    background-size: 300px auto;
    background-repeat: no-repeat;
  }
}

.activity-child.parenting .contents-box-01 .contents-box-inner::after {
  display: block;
  content: '';
  width: calc(100vw * 0.8);
  max-width: 640px;
  height: calc(100vw * 0.8 / 640 * 431);
  max-height: 431px;
  margin: 0 auto;
  background-image: url(./images/pages/main-parenting.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media print, screen and (min-width: 960px) {
  .activity-child.parenting .contents-box-01 .contents-box-inner::after {
    display: none;
  }
}

.activity-child.parenting .contents-box-01 .contents-box-inner h2 {
  margin-bottom: 10px;
}

.activity-child.parenting .contents-box-01 .contents-box-inner p {
  margin-bottom: 20px;
}

@media print, screen and (min-width: 960px) {
  .activity-child.parenting .contents-box-01 .contents-box-inner p {
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 960px) {
  .activity-child.parenting .contents-box-01 .contents-box-inner {
    min-height: calc( 431px * (300/640));
  }
  .activity-child.parenting .contents-box-01 .contents-box-inner h2,
  .activity-child.parenting .contents-box-01 .contents-box-inner p {
    padding-left: 310px;
  }
}

.activity-child.parenting .contents-box-02 h2 small {
  color: #333;
  font-size: 16px;
  display: block;
  margin-top: 5px;
}

@media print, screen and (min-width: 960px) {
  .activity-child.parenting .contents-box-02 h2 small {
    display: inline;
    margin-top: 0;
  }
}

.activity-child.parenting .contents-box-02 .contents-box-inner {
  border: 3px solid #95cb40;
  border-radius: 10px;
  padding: 0 15px;
  display: flex;
  flex-flow: column;
}

@media print, screen and (min-width: 960px) {
  .activity-child.parenting .contents-box-02 .contents-box-inner {
    padding: 10px 30px;
  }
}

.activity-child.parenting .contents-box-02 .contents-box-inner dl {
  border-bottom: 2px dotted #95cb40;
  padding-bottom: 20px;
}

@media print, screen and (min-width: 960px) {
  .activity-child.parenting .contents-box-02 .contents-box-inner dl {
    display: flex;
    align-items: center;
    padding: 20px 0;
  }
}

.activity-child.parenting .contents-box-02 .contents-box-inner dl:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.activity-child.parenting .contents-box-02 .contents-box-inner dl dt {
  color: #1b8924;
  font-size: 18px;
  margin: 20px 0 5px;
}

@media print, screen and (min-width: 960px) {
  .activity-child.parenting .contents-box-02 .contents-box-inner dl dt {
    margin: 0;
    font-size: 20px;
    width: 110px;
    min-width: 110px;
    text-align: center;
  }
}

@media print, screen and (min-width: 960px) {
  .activity-child.parenting .contents-box-02 .contents-box-inner dl dd {
    font-size: 14px;
    margin-left: 15px;
  }
}

.activity-child.parenting .contents-box-02 .contents-box-inner dl dd ul li {
  font-size: 14px;
  padding-bottom: 0;
}

.activity-child.parenting .contents-box-02 .contents-box-inner dl:last-of-type {
  border-bottom: 0;
}

.activity-child.parenting .contents-box-02 .contents-box-inner dd h4 {
  color: #1b8924;
  font-size: 16px;
}

@media print, screen and (min-width: 960px) {
  .activity-child.parenting .contents-box-02 .contents-box-inner dd h4 {
    font-size: 15px;
  }
}

.activity-child.parenting .contents-box-02 .contents-box-inner dd p {
  margin-bottom: 0;
}

.activity-child.parenting .contents-box-02 .contents-box-inner > p {
  background-color: #f3fCe6;
  border-radius: 4px;
  text-align: center;
  padding: 20px 0;
  padding-top: 25px;
  margin: 10px 0 30px;
  color: #1b8924;
  font-size: 16px;
  position: relative;
}

.activity-child.parenting .contents-box-02 .contents-box-inner > p::before {
  content: '';
  display: block;
  background-image: url(./images/pages/plus.png);
  width: 40px;
  height: 40px;
  position: absolute;
  top: -20px;
  left: calc( 50% - 20px);
  background-size: contain;
}

.activity-child.parenting .contents-box-03 {
  /* 申込方法 */
}

.activity-child.parenting .contents-box-03 table {
  margin-top: 10px;
  font-size: 14px;
  border-color: #ddd;
}

.activity-child.parenting .contents-box-03 table tr {
  background-color: transparent;
  display: flex;
  flex-flow: column;
}

@media screen and (min-width: 600px) {
  .activity-child.parenting .contents-box-03 table tr {
    display: table-row;
  }
}

.activity-child.parenting .contents-box-03 table th, .activity-child.parenting .contents-box-03 table td {
  border-color: #ddd;
}

.activity-child.parenting .contents-box-03 table th {
  font-weight: normal;
  background-color: #f5f5f5;
}

.activity-child.parenting .contents-box-03 table td {
  background-color: transparent;
}

@media print, screen and (min-width: 960px) {
  .activity-child.parenting .contents-box-03 table th {
    width: 200px;
  }
}

@media print, screen and (min-width: 960px) {
  .activity-child.parenting .contents-box-03 table td {
    padding-left: 20px;
  }
}

.activity-child.parenting .contents-box-03 .contents-box-inner {
  border-radius: 10px;
  background-color: #f3fCe6;
  padding: 20px 20px;
  color: #666;
}

@media print, screen and (min-width: 960px) {
  .activity-child.parenting .contents-box-03 .contents-box-inner {
    padding: 30px 40px;
  }
}

.activity-child.parenting .contents-box-03 .contents-box-inner h3 {
  margin-bottom: 15px;
}

.activity-child.parenting .contents-box-03 .contents-box-inner ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}

.activity-child.parenting .contents-box-03 .contents-box-inner ol li {
  padding-left: 40px;
  position: relative;
  font-size: inherit;
}

.activity-child.parenting .contents-box-03 .contents-box-inner ol li::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #95cb40;
  color: #fff;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -40px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}

@media print, screen and (min-width: 960px) {
  .activity-child.parenting .contents-box-03 .contents-box-inner ol li::before {
    font-size: 16px;
  }
}

.activity-child.parenting .contents-box-03 .link-box {
  position: relative;
  width: 80%;
  margin: 0 auto;
  width: 100%;
  margin: 20px auto;
}

.activity-child.parenting .contents-box-03 .link-box::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  position: absolute;
  border-color: transparent transparent transparent #fff;
  top: calc(50% - 3px);
  left: 14px;
}

.activity-child.parenting .contents-box-03 .link-box a {
  text-decoration: none;
}

@media print, screen and (min-width: 960px) {
  .activity-child.parenting .contents-box-03 .link-box {
    width: 360px;
  }
}

.activity-child.parenting .contents-box-03 .link-box a {
  background-color: #95cb40;
  color: #fff;
  padding: 14px 4px;
  border-radius: 2px;
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
}

@media print, screen and (min-width: 960px) {
  .activity-child.parenting .contents-box-03 .link-box a:hover {
    background-color: #1b8924;
  }
}

@media screen and (min-width: 600px) {
  .activity-child.parenting .contents-box-03 .link-box {
    width: 360px;
    margin: 20px auto 20px 0;
  }
}

/* 子どもケア activity/childcare */
.activity-child.childcare {
  /* 導入 */
  /* 電話番号 */
  /* アタッチメント形成のための... */
  /* 心理相談 */
}

@media print, screen and (min-width: 960px) {
  .activity-child.childcare .contents-box-01 {
    display: flex;
  }
}

.activity-child.childcare .contents-box-01 p {
  margin-bottom: 0;
}

.activity-child.childcare .contents-box-01 p::after {
  display: block;
  content: '';
  width: calc(100vw * 0.8);
  max-width: 640px;
  height: calc(100vw * 0.8 / 640 * 431);
  max-height: 431px;
  margin: 0 auto;
  background-image: url(./images/pages/main-childcare.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media print, screen and (min-width: 960px) {
  .activity-child.childcare .contents-box-01 p::after {
    display: none;
  }
}

@media print, screen and (min-width: 960px) {
  .activity-child.childcare .contents-box-01 p {
    background-image: url(./images/pages/main-childcare.png);
    background-size: 300px auto;
    background-repeat: no-repeat;
  }
}

@media print, screen and (min-width: 960px) {
  .activity-child.childcare .contents-box-01 p {
    padding-left: 330px;
    display: flex;
    align-items: center;
    min-height: calc( 431px * (300/640));
  }
}

.activity-child.childcare .contents-box-02 .contents-box-inner {
  background-color: #f3fCe6;
  border-radius: 10px;
  display: flex;
  flex-flow: column;
  padding: 10px 0;
}

@media print, screen and (min-width: 960px) {
  .activity-child.childcare .contents-box-02 .contents-box-inner {
    background-color: transparent;
    border-radius: 0;
    background-image: url(./images/pages/telno_bg.png);
    background-repeat: no-repeat;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    padding: 0 60px;
    height: 127px;
  }
}

.activity-child.childcare .contents-box-02 .contents-box-inner dl {
  width: 90%;
  margin: 0 auto 10px;
}

@media print, screen and (min-width: 960px) {
  .activity-child.childcare .contents-box-02 .contents-box-inner dl:first-of-type {
    width: 400px;
    min-width: 400px;
  }
}

.activity-child.childcare .contents-box-02 .contents-box-inner dl:first-of-type dd:last-child {
  background-image: url(./images/pages/telno.png);
  background-size: contain;
  background-repeat: no-repeat;
  color: transparent;
  width: 80%;
  max-width: 370px;
  height: calc(100vw * 0.8 / 740 * 80);
  max-height: 40px;
}

@media print, screen and (min-width: 960px) {
  .activity-child.childcare .contents-box-02 .contents-box-inner dl:first-of-type dd:last-child {
    width: 370px;
  }
}

.activity-child.childcare .contents-box-02 .contents-box-inner dl:last-of-type {
  background-color: #fff;
  padding: 10px;
}

@media print, screen and (min-width: 960px) {
  .activity-child.childcare .contents-box-02 .contents-box-inner dl:last-of-type {
    background-color: transparent;
    margin: 0;
    padding: 0;
    width: auto;
  }
}

.activity-child.childcare .contents-box-02 .contents-box-inner dl:last-of-type dd {
  overflow: hidden;
}

.activity-child.childcare .contents-box-02 .contents-box-inner dl:last-of-type dd p {
  margin: 0;
}

.activity-child.childcare .contents-box-02 .contents-box-inner dl:last-of-type dd p .day {
  min-width: 6em;
  display: inline-block;
}

@media print, screen and (min-width: 960px) {
  .activity-child.childcare .contents-box-02 .contents-box-inner dl:last-of-type dd p .day {
    margin-right: 0.5em;
    display: inline;
  }
}

@media print, screen and (min-width: 960px) {
  .activity-child.childcare .contents-box-02 .contents-box-inner dl:last-of-type dd p {
    font-size: 15px;
    float: left;
    line-height: 1.4;
    letter-spacing: 0;
  }
}

@media print, screen and (min-width: 960px) {
  .activity-child.childcare .contents-box-02 .contents-box-inner dl:last-of-type dd p:first-child {
    margin-right: 1em;
  }
}

.activity-child.childcare .contents-box-02 .contents-box-inner dl dt {
  color: #1b8924;
  font-size: 18px;
}

@media print, screen and (min-width: 960px) {
  .activity-child.childcare .contents-box-02 .addition {
    text-align: right;
    margin-top: 10px;
    font-size: 14px;
  }
}

.activity-child.childcare .contents-box-03 ul {
  display: flex;
  flex-flow: column;
  margin: 20px 0;
}

@media print, screen and (min-width: 960px) {
  .activity-child.childcare .contents-box-03 ul {
    flex-flow: row;
  }
}

.activity-child.childcare .contents-box-03 ul li {
  border-radius: 10px;
  background-color: #f3fCe6;
  padding: 20px 20px;
  color: #666;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 960px) {
  .activity-child.childcare .contents-box-03 ul li {
    padding: 20px 30px;
  }
}

@media print, screen and (min-width: 960px) {
  .activity-child.childcare .contents-box-03 ul li {
    width: calc(100% / 3);
    margin-right: 5px;
  }
  .activity-child.childcare .contents-box-03 ul li:last-child {
    margin-right: 0;
  }
}

.activity-child.childcare .contents-box-03 ul li p {
  font-size: 14px;
}

.activity-child.childcare .contents-box-03 ul li p:first-child {
  color: #1b8924;
  font-size: 16px;
}

.activity-child.childcare .contents-box-03 .link-box {
  position: relative;
  width: 80%;
  margin: 0 auto;
  width: 100%;
  margin: 20px auto;
}

.activity-child.childcare .contents-box-03 .link-box::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  position: absolute;
  border-color: transparent transparent transparent #fff;
  top: calc(50% - 3px);
  left: 14px;
}

.activity-child.childcare .contents-box-03 .link-box a {
  text-decoration: none;
}

@media print, screen and (min-width: 960px) {
  .activity-child.childcare .contents-box-03 .link-box {
    width: 360px;
  }
}

.activity-child.childcare .contents-box-03 .link-box a {
  background-color: #95cb40;
  color: #fff;
  padding: 14px 4px;
  border-radius: 2px;
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
}

@media print, screen and (min-width: 960px) {
  .activity-child.childcare .contents-box-03 .link-box a:hover {
    background-color: #1b8924;
  }
}

@media screen and (min-width: 600px) {
  .activity-child.childcare .contents-box-03 .link-box {
    width: 360px;
    margin: 20px auto 20px 0;
  }
}

.activity-child.childcare .contents-box-04 {
  /* 完全予約制 */
  /* 対象 */
}

.activity-child.childcare .contents-box-04 h3 {
  margin-bottom: 10px;
}

.activity-child.childcare .contents-box-04 p:nth-of-type(2) {
  display: inline-block;
  background-color: #F8F664;
  padding: 2px 50px;
  border-radius: 4px;
  margin-bottom: 20px;
}

.activity-child.childcare .contents-box-04 p:nth-of-type(2) strong {
  font-weight: normal;
  font-size: 14px;
}

.activity-child.childcare .contents-box-04 .contents-box-inner {
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: #f3fCe6;
  padding: 20px 20px;
  color: #666;
}

@media print, screen and (min-width: 960px) {
  .activity-child.childcare .contents-box-04 .contents-box-inner {
    padding: 30px 40px;
  }
}

.activity-child.childcare .contents-box-04 .contents-box-inner ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}

.activity-child.childcare .contents-box-04 .contents-box-inner ol li {
  padding-left: 40px;
  position: relative;
  font-size: inherit;
}

.activity-child.childcare .contents-box-04 .contents-box-inner ol li::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #95cb40;
  color: #fff;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -40px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}

@media print, screen and (min-width: 960px) {
  .activity-child.childcare .contents-box-04 .contents-box-inner ol li::before {
    font-size: 16px;
  }
}

@media print, screen and (min-width: 960px) {
  .activity-child.childcare .contents-box-04 .contents-box-inner ol {
    font-size: 18px;
  }
}

.activity-child.childcare .contents-box-04 .contents-box-inner ol li::before {
  top: 4px;
  position: absolute;
}

.activity-child.childcare .contents-box-04 .link-box {
  position: relative;
  width: 80%;
  margin: 0 auto;
  width: 100%;
  margin: 20px auto;
}

.activity-child.childcare .contents-box-04 .link-box::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  position: absolute;
  border-color: transparent transparent transparent #fff;
  top: calc(50% - 3px);
  left: 14px;
}

.activity-child.childcare .contents-box-04 .link-box a {
  text-decoration: none;
}

@media print, screen and (min-width: 960px) {
  .activity-child.childcare .contents-box-04 .link-box {
    width: 360px;
  }
}

.activity-child.childcare .contents-box-04 .link-box a {
  background-color: #95cb40;
  color: #fff;
  padding: 14px 4px;
  border-radius: 2px;
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
}

@media print, screen and (min-width: 960px) {
  .activity-child.childcare .contents-box-04 .link-box a:hover {
    background-color: #1b8924;
  }
}

@media screen and (min-width: 600px) {
  .activity-child.childcare .contents-box-04 .link-box {
    width: 360px;
    margin: 20px auto 20px 0;
  }
}

/* 教育広報 activity/education */
.activity-child.education {
  /* 導入 */
  /* リンク集 */
}

@media print, screen and (min-width: 960px) {
  .activity-child.education .contents-box-01 {
    display: flex;
  }
}

.activity-child.education .contents-box-01 p {
  margin-bottom: 0;
}

.activity-child.education .contents-box-01 p::after {
  display: block;
  content: '';
  width: calc(100vw * 0.8);
  max-width: 640px;
  height: calc(100vw * 0.8 / 640 * 431);
  max-height: 431px;
  margin: 0 auto;
  background-image: url(./images/pages/main-seminar.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media print, screen and (min-width: 960px) {
  .activity-child.education .contents-box-01 p::after {
    display: none;
  }
}

@media print, screen and (min-width: 960px) {
  .activity-child.education .contents-box-01 p {
    background-image: url(./images/pages/main-seminar.png);
    background-size: 300px auto;
    background-repeat: no-repeat;
  }
}

@media print, screen and (min-width: 960px) {
  .activity-child.education .contents-box-01 p {
    padding-left: 330px;
    display: flex;
    align-items: center;
    min-height: calc( 431px * (300/640));
  }
}

.activity-child.education .contents-box-02 {
  border: 3px solid #95cb40;
  border-radius: 10px;
  padding: 0 15px;
  display: flex;
  flex-flow: column;
}

@media print, screen and (min-width: 960px) {
  .activity-child.education .contents-box-02 {
    padding: 10px 30px;
  }
}

.activity-child.education .contents-box-02 dl {
  border-bottom: 2px dotted #95cb40;
  padding-bottom: 20px;
}

@media print, screen and (min-width: 960px) {
  .activity-child.education .contents-box-02 dl {
    display: flex;
    align-items: center;
    padding: 20px 0;
  }
}

.activity-child.education .contents-box-02 dl:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.activity-child.education .contents-box-02 dl dt {
  color: #1b8924;
  font-size: 18px;
  margin: 20px 0 5px;
}

@media print, screen and (min-width: 960px) {
  .activity-child.education .contents-box-02 dl dt {
    margin: 0;
    font-size: 20px;
    width: 110px;
    min-width: 110px;
    text-align: center;
  }
}

@media print, screen and (min-width: 960px) {
  .activity-child.education .contents-box-02 dl dd {
    font-size: 14px;
    margin-left: 15px;
  }
}

.activity-child.education .contents-box-02 dl dd ul li {
  font-size: 14px;
  padding-bottom: 0;
}

@media print, screen and (min-width: 960px) {
  .activity-child.education .contents-box-02 {
    padding: 0 45px;
  }
}

@media print, screen and (min-width: 960px) {
  .activity-child.education .contents-box-02 dl {
    padding: 25px 0;
  }
}

@media print, screen and (min-width: 960px) {
  .activity-child.education .contents-box-02 dl dt {
    font-size: 18px !important;
    width: 200px !important;
    min-width: 200px !important;
    line-height: 1.3;
  }
}

.activity-child.education .contents-box-02 dl dd p {
  margin-bottom: 10px;
}

.activity-child.education .contents-box-02 dl dd p.note {
  font-size: 0.9em;
}

.activity-child.education .contents-box-02 dl dd .link-box {
  position: relative;
  width: 80%;
  margin: 0 auto;
}

.activity-child.education .contents-box-02 dl dd .link-box::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  position: absolute;
  border-color: transparent transparent transparent #fff;
  top: calc(50% - 3px);
  left: 14px;
}

.activity-child.education .contents-box-02 dl dd .link-box a {
  text-decoration: none;
}

@media print, screen and (min-width: 960px) {
  .activity-child.education .contents-box-02 dl dd .link-box {
    width: 180px;
  }
}

.activity-child.education .contents-box-02 dl dd .link-box a {
  background-color: #95cb40;
  color: #fff;
  padding: 14px 4px;
  border-radius: 2px;
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
}

@media print, screen and (min-width: 960px) {
  .activity-child.education .contents-box-02 dl dd .link-box a:hover {
    background-color: #1b8924;
  }
}

@media print, screen and (min-width: 960px) {
  .activity-child.education .contents-box-02 dl dd .link-box {
    margin: 0;
  }
}

@media print, screen and (min-width: 960px) {
  .activity-child.education .contents-box-02 dl dd .link-box a {
    padding: 6px 4px !important;
  }
}

/* スケジュール info/schedule */
.info-child.schedule .schedule-pagelinks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.info-child.schedule .schedule-pagelinks > li {
  width: 100%;
  display: flex;
  margin-bottom: 5px;
  padding: 0;
}

@media screen and (min-width: 600px) {
  .info-child.schedule .schedule-pagelinks > li {
    width: 49.5%;
  }
}

@media print, screen and (min-width: 960px) {
  .info-child.schedule .schedule-pagelinks > li {
    width: 33%;
  }
}

.info-child.schedule .schedule-pagelinks > li > a {
  background-color: #95cb40;
  color: #fff;
  width: 100%;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 2px;
}

.info-child.schedule .schedule-pagelinks > li > a:hover {
  background-color: #1b8924;
}

.info-child.schedule h2 {
  font-family: "M PLUS Rounded 1c";
  font-size: 24px;
  color: #1b8924;
  margin: 20px 0 10px;
  border-top: 2px solid #e0e0e0;
  padding-top: 20px;
  line-height: 1.2;
}

@media print, screen and (min-width: 960px) {
  .info-child.schedule h2 {
    margin: 40px 0 10px;
    padding-top: 40px;
  }
}

.info-child.schedule h2:first-of-type {
  border: 0;
  padding-top: 0;
}

@media print, screen and (min-width: 960px) {
  .info-child.schedule h2:first-of-type {
    padding-top: 20px;
  }
}

.info-child.schedule table {
  margin-top: 10px;
  font-size: 14px;
  border-color: #ddd;
}

.info-child.schedule table tr {
  background-color: transparent;
  display: flex;
  flex-flow: column;
}

@media screen and (min-width: 600px) {
  .info-child.schedule table tr {
    display: table-row;
  }
}

.info-child.schedule table th, .info-child.schedule table td {
  border-color: #ddd;
}

.info-child.schedule table th {
  font-weight: normal;
  background-color: #f5f5f5;
}

.info-child.schedule table td {
  background-color: transparent;
}

.info-child.schedule table td:first-child {
  text-align: left;
  background-color: #f5f5f5;
}

@media print, screen and (min-width: 960px) {
  .info-child.schedule table td:first-child {
    width: 200px;
    padding: 10px 20px;
  }
}

@media print, screen and (min-width: 960px) {
  .info-child.schedule table td {
    padding: 10px 20px;
  }
}

/* 応援する support */
.page-parent.support {
  /* 導入 */
  /* 法人の方 */
}

@media print, screen and (min-width: 960px) {
  .page-parent.support .contents-box-01 {
    text-align: center;
  }
}

.page-parent.support .contents-box-02 .contents-box-inner,
.page-parent.support .contents-box-03 .contents-box-inner {
  border: 3px solid #95cb40;
  border-radius: 10px;
  padding: 0 15px;
  display: flex;
  flex-flow: column;
}

@media print, screen and (min-width: 960px) {
  .page-parent.support .contents-box-02 .contents-box-inner,
  .page-parent.support .contents-box-03 .contents-box-inner {
    padding: 10px 30px;
  }
}

.page-parent.support .contents-box-02 .contents-box-inner dl,
.page-parent.support .contents-box-03 .contents-box-inner dl {
  border-bottom: 2px dotted #95cb40;
  padding-bottom: 20px;
}

@media print, screen and (min-width: 960px) {
  .page-parent.support .contents-box-02 .contents-box-inner dl,
  .page-parent.support .contents-box-03 .contents-box-inner dl {
    display: flex;
    align-items: center;
    padding: 20px 0;
  }
}

.page-parent.support .contents-box-02 .contents-box-inner dl:last-child,
.page-parent.support .contents-box-03 .contents-box-inner dl:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.page-parent.support .contents-box-02 .contents-box-inner dl dt,
.page-parent.support .contents-box-03 .contents-box-inner dl dt {
  color: #1b8924;
  font-size: 18px;
  margin: 20px 0 5px;
}

@media print, screen and (min-width: 960px) {
  .page-parent.support .contents-box-02 .contents-box-inner dl dt,
  .page-parent.support .contents-box-03 .contents-box-inner dl dt {
    margin: 0;
    font-size: 20px;
    width: 110px;
    min-width: 110px;
    text-align: center;
  }
}

@media print, screen and (min-width: 960px) {
  .page-parent.support .contents-box-02 .contents-box-inner dl dd,
  .page-parent.support .contents-box-03 .contents-box-inner dl dd {
    font-size: 14px;
    margin-left: 15px;
  }
}

.page-parent.support .contents-box-02 .contents-box-inner dl dd ul li,
.page-parent.support .contents-box-03 .contents-box-inner dl dd ul li {
  font-size: 14px;
  padding-bottom: 0;
}

@media print, screen and (min-width: 960px) {
  .page-parent.support .contents-box-02 .contents-box-inner dl,
  .page-parent.support .contents-box-03 .contents-box-inner dl {
    justify-content: space-between;
  }
}

@media print, screen and (min-width: 960px) {
  .page-parent.support .contents-box-02 .contents-box-inner dt,
  .page-parent.support .contents-box-03 .contents-box-inner dt {
    width: 140px !important;
    min-width: 140px !important;
    text-align: left !important;
    font-size: 18px !important;
  }
}

.page-parent.support .contents-box-02 .contents-box-inner dd,
.page-parent.support .contents-box-03 .contents-box-inner dd {
  display: flex;
  flex-flow: column;
}

@media print, screen and (min-width: 960px) {
  .page-parent.support .contents-box-02 .contents-box-inner dd,
  .page-parent.support .contents-box-03 .contents-box-inner dd {
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
  }
}

.page-parent.support .contents-box-02 .contents-box-inner dd p,
.page-parent.support .contents-box-03 .contents-box-inner dd p {
  margin-bottom: 10px;
}

@media print, screen and (min-width: 960px) {
  .page-parent.support .contents-box-02 .contents-box-inner dd p,
  .page-parent.support .contents-box-03 .contents-box-inner dd p {
    width: 454px;
    margin-right: 20px;
    margin-bottom: 0;
  }
}

.page-parent.support .contents-box-02 .contents-box-inner dd .link-box,
.page-parent.support .contents-box-03 .contents-box-inner dd .link-box {
  position: relative;
  width: 80%;
  margin: 0 auto;
}

.page-parent.support .contents-box-02 .contents-box-inner dd .link-box::before,
.page-parent.support .contents-box-03 .contents-box-inner dd .link-box::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  position: absolute;
  border-color: transparent transparent transparent #fff;
  top: calc(50% - 3px);
  left: 14px;
}

.page-parent.support .contents-box-02 .contents-box-inner dd .link-box a,
.page-parent.support .contents-box-03 .contents-box-inner dd .link-box a {
  text-decoration: none;
}

@media print, screen and (min-width: 960px) {
  .page-parent.support .contents-box-02 .contents-box-inner dd .link-box,
  .page-parent.support .contents-box-03 .contents-box-inner dd .link-box {
    width: 180px;
  }
}

.page-parent.support .contents-box-02 .contents-box-inner dd .link-box a,
.page-parent.support .contents-box-03 .contents-box-inner dd .link-box a {
  background-color: #95cb40;
  color: #fff;
  padding: 14px 4px;
  border-radius: 2px;
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
}

@media print, screen and (min-width: 960px) {
  .page-parent.support .contents-box-02 .contents-box-inner dd .link-box a:hover,
  .page-parent.support .contents-box-03 .contents-box-inner dd .link-box a:hover {
    background-color: #1b8924;
  }
}

@media print, screen and (min-width: 960px) {
  .page-parent.support .contents-box-02 .contents-box-inner dd .link-box a,
  .page-parent.support .contents-box-03 .contents-box-inner dd .link-box a {
    padding: 6px 4px !important;
  }
}

/* 賛助会員になる support-child/member */
.support-child.member {
  /* 導入 */
  /* 賛助会員とは */
  /* 申込方法 */
}

.support-child.member .contents-box-01 h2 {
  text-align: center;
}

.support-child.member .contents-box-02 .special-box {
  border-radius: 10px;
  background-color: #f3fCe6;
  padding: 20px 20px;
  color: #666;
  color: #1b8924;
  text-align: center;
  margin-top: 10px;
}

@media print, screen and (min-width: 960px) {
  .support-child.member .contents-box-02 .special-box {
    padding: 20px 0;
  }
}

@media print, screen and (min-width: 960px) {
  .support-child.member .contents-box-02 .special-box {
    font-size: 18px;
  }
}

.support-child.member .contents-box-02 .special-box dd {
  font-size: inherit;
  line-height: 1;
  color: #333;
}

@media print, screen and (min-width: 960px) {
  .support-child.member .contents-box-02 .special-box dd {
    font-size: 16px;
  }
}

.support-child.member .contents-box-03 .contents-box-inner {
  border: 3px solid #95cb40;
  border-radius: 10px;
  padding: 0 15px;
  display: flex;
  flex-flow: column;
}

@media print, screen and (min-width: 960px) {
  .support-child.member .contents-box-03 .contents-box-inner {
    padding: 10px 30px;
  }
}

.support-child.member .contents-box-03 .contents-box-inner dl {
  border-bottom: 2px dotted #95cb40;
  padding-bottom: 20px;
}

@media print, screen and (min-width: 960px) {
  .support-child.member .contents-box-03 .contents-box-inner dl {
    display: flex;
    align-items: center;
    padding: 20px 0;
  }
}

.support-child.member .contents-box-03 .contents-box-inner dl:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.support-child.member .contents-box-03 .contents-box-inner dl dt {
  color: #1b8924;
  font-size: 18px;
  margin: 20px 0 5px;
}

@media print, screen and (min-width: 960px) {
  .support-child.member .contents-box-03 .contents-box-inner dl dt {
    margin: 0;
    font-size: 20px;
    width: 110px;
    min-width: 110px;
    text-align: center;
  }
}

@media print, screen and (min-width: 960px) {
  .support-child.member .contents-box-03 .contents-box-inner dl dd {
    font-size: 14px;
    margin-left: 15px;
  }
}

.support-child.member .contents-box-03 .contents-box-inner dl dd ul li {
  font-size: 14px;
  padding-bottom: 0;
}

.support-child.member .contents-box-03 .contents-box-inner table {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 14px;
  border-color: #ddd;
}

.support-child.member .contents-box-03 .contents-box-inner table tr {
  background-color: transparent;
  display: flex;
  flex-flow: column;
}

@media screen and (min-width: 600px) {
  .support-child.member .contents-box-03 .contents-box-inner table tr {
    display: table-row;
  }
}

.support-child.member .contents-box-03 .contents-box-inner table th, .support-child.member .contents-box-03 .contents-box-inner table td {
  border-color: #ddd;
}

.support-child.member .contents-box-03 .contents-box-inner table th {
  font-weight: normal;
  background-color: #f5f5f5;
}

.support-child.member .contents-box-03 .contents-box-inner table td {
  background-color: transparent;
}

@media print, screen and (min-width: 960px) {
  .support-child.member .contents-box-03 .contents-box-inner table th {
    width: 140px;
  }
}

/* 寄付をする support-child/donate */
.support-child.donate {
  /* 導入 */
  /* 寄附金の使途 */
  /* 申込方法 */
}

.support-child.donate .contents-box-01 h2 {
  text-align: center;
}

.support-child.donate .contents-box-02 {
  border-radius: 10px;
  background-color: #f3fCe6;
  padding: 20px 20px;
  color: #666;
  background-color: #f5f5f5;
}

@media print, screen and (min-width: 960px) {
  .support-child.donate .contents-box-02 {
    padding: 30px 40px;
  }
}

.support-child.donate .contents-box-02 h2 {
  color: #333;
}

.support-child.donate .contents-box-03 .contents-box-inner {
  border: 3px solid #95cb40;
  border-radius: 10px;
  padding: 0 15px;
  display: flex;
  flex-flow: column;
}

@media print, screen and (min-width: 960px) {
  .support-child.donate .contents-box-03 .contents-box-inner {
    padding: 10px 30px;
  }
}

.support-child.donate .contents-box-03 .contents-box-inner dl {
  border-bottom: 2px dotted #95cb40;
  padding-bottom: 20px;
}

@media print, screen and (min-width: 960px) {
  .support-child.donate .contents-box-03 .contents-box-inner dl {
    display: flex;
    align-items: center;
    padding: 20px 0;
  }
}

.support-child.donate .contents-box-03 .contents-box-inner dl:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.support-child.donate .contents-box-03 .contents-box-inner dl dt {
  color: #1b8924;
  font-size: 18px;
  margin: 20px 0 5px;
}

@media print, screen and (min-width: 960px) {
  .support-child.donate .contents-box-03 .contents-box-inner dl dt {
    margin: 0;
    font-size: 20px;
    width: 110px;
    min-width: 110px;
    text-align: center;
  }
}

@media print, screen and (min-width: 960px) {
  .support-child.donate .contents-box-03 .contents-box-inner dl dd {
    font-size: 14px;
    margin-left: 15px;
  }
}

.support-child.donate .contents-box-03 .contents-box-inner dl dd ul li {
  font-size: 14px;
  padding-bottom: 0;
}

.support-child.donate .contents-box-03 .contents-box-inner table {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 14px;
  border-color: #ddd;
}

.support-child.donate .contents-box-03 .contents-box-inner table tr {
  background-color: transparent;
  display: flex;
  flex-flow: column;
}

@media screen and (min-width: 600px) {
  .support-child.donate .contents-box-03 .contents-box-inner table tr {
    display: table-row;
  }
}

.support-child.donate .contents-box-03 .contents-box-inner table th, .support-child.donate .contents-box-03 .contents-box-inner table td {
  border-color: #ddd;
}

.support-child.donate .contents-box-03 .contents-box-inner table th {
  font-weight: normal;
  background-color: #f5f5f5;
}

.support-child.donate .contents-box-03 .contents-box-inner table td {
  background-color: transparent;
}

@media print, screen and (min-width: 960px) {
  .support-child.donate .contents-box-03 .contents-box-inner table th {
    width: 12em;
    padding: 10px;
  }
}

/* パンフレットを設置する support-child/advertisement */
.support-child.advertisement {
  /* 導入 */
  /* パンフレット設置場所 */
  /* 配布物 */
}

.support-child.advertisement .contents-box-01 h2 {
  text-align: center;
}

.support-child.advertisement .contents-box-02 .contents-box-inner {
  border-radius: 10px;
  background-color: #f3fCe6;
  padding: 20px 20px;
  color: #666;
  color: #1b8924;
}

@media print, screen and (min-width: 960px) {
  .support-child.advertisement .contents-box-02 .contents-box-inner {
    padding: 20px 20px;
  }
}

@media print, screen and (min-width: 960px) {
  .support-child.advertisement .contents-box-02 .contents-box-inner {
    position: relative;
    text-align: center;
  }
}

.support-child.advertisement .contents-box-02 .contents-box-inner h3 {
  color: #333;
  font-size: 16px;
  background-color: #f8f664;
  padding: 20px 10px;
  border-radius: 28px;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 960px) {
  .support-child.advertisement .contents-box-02 .contents-box-inner h3 {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    background-image: url(./images/pages/placeforbrochure.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 132px;
    height: 100px;
    position: absolute;
    top: -68px;
    right: 20px;
  }
}

.support-child.advertisement .contents-box-02 .contents-box-inner h3::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -10px;
  left: calc( 50% - 10px);
  border-color: transparent;
  border-width: 10px;
  border-style: solid;
  border-top-color: #f8f664;
  border-bottom-width: 0;
}

@media print, screen and (min-width: 960px) {
  .support-child.advertisement .contents-box-02 .contents-box-inner h3::after {
    display: none;
  }
}

.support-child.advertisement .contents-box-02 .contents-box-inner ul li {
  font-size: 16px;
  padding: 0;
}

@media print, screen and (min-width: 960px) {
  .support-child.advertisement .contents-box-02 .contents-box-inner ul li {
    font-size: 18px;
  }
}

.support-child.advertisement .contents-box-02 .contents-box-inner ul li small {
  color: #333;
}

.support-child.advertisement .contents-box-02 .note {
  margin-top: 10px;
  font-size: 0.9em;
}

.support-child.advertisement .contents-box-03 .contents-box-inner {
  margin-bottom: 10px;
  border: 3px solid #95cb40;
  border-radius: 10px;
  padding: 0 15px;
  display: flex;
  flex-flow: column;
}

@media print, screen and (min-width: 960px) {
  .support-child.advertisement .contents-box-03 .contents-box-inner {
    padding: 10px 30px;
  }
}

.support-child.advertisement .contents-box-03 .contents-box-inner dl {
  border-bottom: 2px dotted #95cb40;
  padding-bottom: 20px;
}

@media print, screen and (min-width: 960px) {
  .support-child.advertisement .contents-box-03 .contents-box-inner dl {
    display: flex;
    align-items: center;
    padding: 20px 0;
  }
}

.support-child.advertisement .contents-box-03 .contents-box-inner dl:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.support-child.advertisement .contents-box-03 .contents-box-inner dl dt {
  color: #1b8924;
  font-size: 18px;
  margin: 20px 0 5px;
}

@media print, screen and (min-width: 960px) {
  .support-child.advertisement .contents-box-03 .contents-box-inner dl dt {
    margin: 0;
    font-size: 20px;
    width: 110px;
    min-width: 110px;
    text-align: center;
  }
}

@media print, screen and (min-width: 960px) {
  .support-child.advertisement .contents-box-03 .contents-box-inner dl dd {
    font-size: 14px;
    margin-left: 15px;
  }
}

.support-child.advertisement .contents-box-03 .contents-box-inner dl dd ul li {
  font-size: 14px;
  padding-bottom: 0;
}

@media print, screen and (min-width: 960px) {
  .support-child.advertisement .contents-box-03 .contents-box-inner {
    flex-flow: row;
    padding: 20px 5px;
  }
}

@media print, screen and (min-width: 960px) {
  .support-child.advertisement .contents-box-03 .contents-box-inner dl {
    flex-flow: column;
    border-bottom: 0;
    width: 50%;
    justify-content: space-between;
    padding: 10px;
  }
  .support-child.advertisement .contents-box-03 .contents-box-inner dl:first-child {
    border-right: 2px dotted #95cb40;
  }
}

.support-child.advertisement .contents-box-03 .contents-box-inner dl dt {
  text-align: center;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 960px) {
  .support-child.advertisement .contents-box-03 .contents-box-inner dl dt {
    margin-bottom: 20px;
  }
}

.support-child.advertisement .contents-box-03 .contents-box-inner dl dt p {
  line-height: 1.2;
  margin-bottom: 0;
}

.support-child.advertisement .contents-box-03 .contents-box-inner dl dt p small {
  font-size: 0.8em;
  display: block;
  color: #333;
}

@media print, screen and (min-width: 960px) {
  .support-child.advertisement .contents-box-03 .contents-box-inner dl dt p small {
    font-size: 12px;
    display: inline;
  }
}

@media print, screen and (min-width: 960px) {
  .support-child.advertisement .contents-box-03 .contents-box-inner dl dt {
    width: auto;
    min-width: auto;
  }
}

.support-child.advertisement .contents-box-03 .contents-box-inner dl dd {
  text-align: center;
}

.support-child.advertisement .contents-box-03 .contents-box-inner dl dd img {
  width: 100px;
  max-width: 100px;
}

.support-child.advertisement .contents-box-03 .contents-box-inner dl:last-child dt p:last-child {
  font-size: 0.8em;
  text-align: left;
  color: #333;
}

@media print, screen and (min-width: 960px) {
  .support-child.advertisement .contents-box-03 .contents-box-inner dl:last-child dt p:last-child {
    font-size: 13px;
    text-align: center;
  }
}

.support-child.advertisement .contents-box-03 .contents-box-inner dl:last-child dd img {
  width: 300px;
  max-width: 300px;
}

.support-child.advertisement .contents-box-03 .note {
  font-size: 0.8em;
}

/* 相談員になる support-child/volunteer */
.support-child.volunteer {
  /* 導入 */
  /* 養成講座 */
  /* お問い合わせ先 */
}

.support-child.volunteer .contents-box-01 h2 {
  text-align: center;
}

.support-child.volunteer .contents-box-01 .note {
  font-size: 0.9em;
}

.support-child.volunteer .contents-box-02 h2 small {
  color: #333;
  font-size: 0.7em;
}

.support-child.volunteer .contents-box-02 table {
  margin-top: 10px;
  font-size: 14px;
  border-color: #ddd;
}

.support-child.volunteer .contents-box-02 table tr {
  background-color: transparent;
  display: flex;
  flex-flow: column;
}

@media screen and (min-width: 600px) {
  .support-child.volunteer .contents-box-02 table tr {
    display: table-row;
  }
}

.support-child.volunteer .contents-box-02 table th, .support-child.volunteer .contents-box-02 table td {
  border-color: #ddd;
}

.support-child.volunteer .contents-box-02 table th {
  font-weight: normal;
  background-color: #f5f5f5;
}

.support-child.volunteer .contents-box-02 table td {
  background-color: transparent;
}

@media print, screen and (min-width: 960px) {
  .support-child.volunteer .contents-box-02 table th {
    width: 200px;
  }
}

.support-child.volunteer .contents-box-02 table td ol {
  padding: 0;
  margin: 0;
}

.support-child.volunteer .contents-box-02 table td ol li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
}

.support-child.volunteer .contents-box-02 table td ol li::before {
  display: marker;
  content: "(" counter(cnt) ") ";
}

.support-child.volunteer .contents-box-02 table td ul li {
  font-size: inherit;
  line-height: inherit;
  list-style-type: disc;
  list-style-position: inside;
}

@media print, screen and (min-width: 960px) {
  .support-child.volunteer .contents-box-02 table td {
    padding: 20px;
  }
}

.support-child.volunteer .contents-box-03 {
  border-radius: 10px;
  background-color: #f3fCe6;
  padding: 20px 20px;
  color: #666;
}

@media print, screen and (min-width: 960px) {
  .support-child.volunteer .contents-box-03 {
    padding: 30px 40px;
  }
}

/* 啓発活動 enlightenment */
.page-parent.enlightenment .contents-box-02 .contents-box-inner {
  border: 3px solid #95cb40;
  border-radius: 10px;
  padding: 0 15px;
  display: flex;
  flex-flow: column;
}

@media print, screen and (min-width: 960px) {
  .page-parent.enlightenment .contents-box-02 .contents-box-inner {
    padding: 10px 30px;
  }
}

.page-parent.enlightenment .contents-box-02 .contents-box-inner dl {
  border-bottom: 2px dotted #95cb40;
  padding-bottom: 20px;
}

@media print, screen and (min-width: 960px) {
  .page-parent.enlightenment .contents-box-02 .contents-box-inner dl {
    display: flex;
    align-items: center;
    padding: 20px 0;
  }
}

.page-parent.enlightenment .contents-box-02 .contents-box-inner dl:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.page-parent.enlightenment .contents-box-02 .contents-box-inner dl dt {
  color: #1b8924;
  font-size: 18px;
  margin: 20px 0 5px;
}

@media print, screen and (min-width: 960px) {
  .page-parent.enlightenment .contents-box-02 .contents-box-inner dl dt {
    margin: 0;
    font-size: 20px;
    width: 110px;
    min-width: 110px;
    text-align: center;
  }
}

@media print, screen and (min-width: 960px) {
  .page-parent.enlightenment .contents-box-02 .contents-box-inner dl dd {
    font-size: 14px;
    margin-left: 15px;
  }
}

.page-parent.enlightenment .contents-box-02 .contents-box-inner dl dd ul li {
  font-size: 14px;
  padding-bottom: 0;
}

@media print, screen and (min-width: 960px) {
  .page-parent.enlightenment .contents-box-02 .contents-box-inner dl {
    justify-content: space-between;
  }
}

@media print, screen and (min-width: 960px) {
  .page-parent.enlightenment .contents-box-02 .contents-box-inner dt {
    width: 140px !important;
    min-width: 140px !important;
    font-size: 18px !important;
  }
}

.page-parent.enlightenment .contents-box-02 .contents-box-inner dd {
  display: flex;
  flex-flow: column;
}

@media print, screen and (min-width: 960px) {
  .page-parent.enlightenment .contents-box-02 .contents-box-inner dd {
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
  }
}

.page-parent.enlightenment .contents-box-02 .contents-box-inner dd p {
  margin-bottom: 10px;
}

@media print, screen and (min-width: 960px) {
  .page-parent.enlightenment .contents-box-02 .contents-box-inner dd p {
    width: 454px;
    margin-right: 20px;
    margin-bottom: 0;
  }
}

.page-parent.enlightenment .contents-box-02 .contents-box-inner dd .link-box {
  position: relative;
  width: 80%;
  margin: 0 auto;
}

.page-parent.enlightenment .contents-box-02 .contents-box-inner dd .link-box::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  position: absolute;
  border-color: transparent transparent transparent #fff;
  top: calc(50% - 3px);
  left: 14px;
}

.page-parent.enlightenment .contents-box-02 .contents-box-inner dd .link-box a {
  text-decoration: none;
}

@media print, screen and (min-width: 960px) {
  .page-parent.enlightenment .contents-box-02 .contents-box-inner dd .link-box {
    width: 180px;
  }
}

.page-parent.enlightenment .contents-box-02 .contents-box-inner dd .link-box a {
  background-color: #95cb40;
  color: #fff;
  padding: 14px 4px;
  border-radius: 2px;
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
}

@media print, screen and (min-width: 960px) {
  .page-parent.enlightenment .contents-box-02 .contents-box-inner dd .link-box a:hover {
    background-color: #1b8924;
  }
}

@media print, screen and (min-width: 960px) {
  .page-parent.enlightenment .contents-box-02 .contents-box-inner dd .link-box a {
    padding: 6px 4px !important;
  }
}

/* 発行図書のご紹介  enlightenment/book */
.enlightenment-child.book {
  /* 導入 */
  /*　ご注文方法 */
  /* 発行書籍のご案内 */
}

.enlightenment-child.book .contents-box-01 .note {
  font-size: 0.9em;
}

.enlightenment-child.book .contents-box-02 .contents-box-inner {
  border: 3px solid #95cb40;
  border-radius: 10px;
  padding: 0 15px;
  display: flex;
  flex-flow: column;
}

@media print, screen and (min-width: 960px) {
  .enlightenment-child.book .contents-box-02 .contents-box-inner {
    padding: 10px 30px;
  }
}

.enlightenment-child.book .contents-box-02 .contents-box-inner dl {
  border-bottom: 2px dotted #95cb40;
  padding-bottom: 20px;
}

@media print, screen and (min-width: 960px) {
  .enlightenment-child.book .contents-box-02 .contents-box-inner dl {
    display: flex;
    align-items: center;
    padding: 20px 0;
  }
}

.enlightenment-child.book .contents-box-02 .contents-box-inner dl:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.enlightenment-child.book .contents-box-02 .contents-box-inner dl dt {
  color: #1b8924;
  font-size: 18px;
  margin: 20px 0 5px;
}

@media print, screen and (min-width: 960px) {
  .enlightenment-child.book .contents-box-02 .contents-box-inner dl dt {
    margin: 0;
    font-size: 20px;
    width: 110px;
    min-width: 110px;
    text-align: center;
  }
}

@media print, screen and (min-width: 960px) {
  .enlightenment-child.book .contents-box-02 .contents-box-inner dl dd {
    font-size: 14px;
    margin-left: 15px;
  }
}

.enlightenment-child.book .contents-box-02 .contents-box-inner dl dd ul li {
  font-size: 14px;
  padding-bottom: 0;
}

.enlightenment-child.book .contents-box-02 .contents-box-inner dl {
  display: block;
  /* IE対策 */
}

@media print, screen and (min-width: 960px) {
  .enlightenment-child.book .contents-box-02 .contents-box-inner dl dt {
    width: auto;
    min-width: auto;
    text-align: left;
  }
}

@media print, screen and (min-width: 960px) {
  .enlightenment-child.book .contents-box-02 .contents-box-inner dl dd {
    margin-left: 0;
  }
}

.enlightenment-child.book .contents-box-02 .contents-box-inner dl dd table {
  margin-top: 10px;
  font-size: 14px;
  border-color: #ddd;
}

.enlightenment-child.book .contents-box-02 .contents-box-inner dl dd table tr {
  background-color: transparent;
  display: flex;
  flex-flow: column;
}

@media screen and (min-width: 600px) {
  .enlightenment-child.book .contents-box-02 .contents-box-inner dl dd table tr {
    display: table-row;
  }
}

.enlightenment-child.book .contents-box-02 .contents-box-inner dl dd table th, .enlightenment-child.book .contents-box-02 .contents-box-inner dl dd table td {
  border-color: #ddd;
}

.enlightenment-child.book .contents-box-02 .contents-box-inner dl dd table th {
  font-weight: normal;
  background-color: #f5f5f5;
}

.enlightenment-child.book .contents-box-02 .contents-box-inner dl dd table td {
  background-color: transparent;
}

.enlightenment-child.book .contents-box-03 table {
  margin-top: 10px;
  font-size: 14px;
  border-color: #ddd;
}

.enlightenment-child.book .contents-box-03 table tr {
  background-color: transparent;
  display: flex;
  flex-flow: column;
}

@media screen and (min-width: 600px) {
  .enlightenment-child.book .contents-box-03 table tr {
    display: table-row;
  }
}

.enlightenment-child.book .contents-box-03 table th, .enlightenment-child.book .contents-box-03 table td {
  border-color: #ddd;
}

.enlightenment-child.book .contents-box-03 table th {
  font-weight: normal;
  background-color: #f5f5f5;
}

.enlightenment-child.book .contents-box-03 table td {
  background-color: transparent;
}

.enlightenment-child.book .contents-box-03 table tr {
  display: flex;
}

@media print, screen and (min-width: 960px) {
  .enlightenment-child.book .contents-box-03 table tr {
    display: table-row;
  }
}

.enlightenment-child.book .contents-box-03 table td {
  overflow: hidden;
}

@media print, screen and (min-width: 960px) {
  .enlightenment-child.book .contents-box-03 table td {
    padding: 20px 10px;
  }
}

.enlightenment-child.book .contents-box-03 table td img {
  display: block;
  margin: 0 auto 10px;
  width: 180px;
  max-width: 180px;
}

@media print, screen and (min-width: 960px) {
  .enlightenment-child.book .contents-box-03 table td img {
    width: 90px;
    max-width: 90px;
    float: left;
    margin-left: 10px;
  }
}

@media print, screen and (min-width: 960px) {
  .enlightenment-child.book .contents-box-03 table td dl {
    margin: 0 10px;
  }
}

@media print, screen and (min-width: 960px) {
  .enlightenment-child.book .contents-box-03 table td img + dl {
    margin-left: 130px;
  }
}

.enlightenment-child.book .contents-box-03 table td .book-title {
  font-size: 1.1em;
  font-weight: bold;
}

.enlightenment-child.book .contents-box-03 table td .book-title .no-bold {
  font-weight: normal;
}

.enlightenment-child.book .contents-box-03 table td .book-title .reduce-size {
  font-size: 1em;
}

.enlightenment-child.book .contents-box-03 table td .book-description {
  font-size: 0.9em;
  margin-top: 5px;
}

@media print, screen and (min-width: 960px) {
  .enlightenment-child.book .contents-box-03 table td:last-child {
    width: 90px;
    text-align: center;
    vertical-align: middle;
  }
}

.enlightenment-child.book .contents-box-03 table:not(:first-of-type) td:first-child {
  border-bottom-color: transparent;
}

@media print, screen and (min-width: 960px) {
  .enlightenment-child.book .contents-box-03 table:not(:first-of-type) td:first-child {
    border-bottom-color: #ddd;
  }
}

.enlightenment-child.book .contents-box-03 table:not(:first-of-type) td:last-child {
  border-top-color: transparent;
  padding-top: 0;
}

@media print, screen and (min-width: 960px) {
  .enlightenment-child.book .contents-box-03 table:not(:first-of-type) td:last-child {
    border-top-color: #ddd;
    padding-top: 20px;
  }
}

/* 講師依頼 enlightenment/lecture */
.enlightenment-child.lecture {
  /* 導入 */
  /* 講師派遣を希望される場合は */
  /* 講演実績 */
  /* その他にも... */
  /* お問い合わせ先 */
}

.enlightenment-child.lecture .contents-box-02 h2 {
  margin-bottom: 10px;
  background-image: url(./images/pages/speaker-icon.png);
  background-repeat: no-repeat;
  background-size: auto 24px;
  min-height: 24px;
  padding-left: 50px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
}

.enlightenment-child.lecture .contents-box-02 .contents-box-inner {
  border: 3px solid #95cb40;
  border-radius: 10px;
  padding: 0 15px;
  display: flex;
  flex-flow: column;
}

@media print, screen and (min-width: 960px) {
  .enlightenment-child.lecture .contents-box-02 .contents-box-inner {
    padding: 10px 30px;
  }
}

.enlightenment-child.lecture .contents-box-02 .contents-box-inner dl {
  border-bottom: 2px dotted #95cb40;
  padding-bottom: 20px;
}

@media print, screen and (min-width: 960px) {
  .enlightenment-child.lecture .contents-box-02 .contents-box-inner dl {
    display: flex;
    align-items: center;
    padding: 20px 0;
  }
}

.enlightenment-child.lecture .contents-box-02 .contents-box-inner dl:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.enlightenment-child.lecture .contents-box-02 .contents-box-inner dl dt {
  color: #1b8924;
  font-size: 18px;
  margin: 20px 0 5px;
}

@media print, screen and (min-width: 960px) {
  .enlightenment-child.lecture .contents-box-02 .contents-box-inner dl dt {
    margin: 0;
    font-size: 20px;
    width: 110px;
    min-width: 110px;
    text-align: center;
  }
}

@media print, screen and (min-width: 960px) {
  .enlightenment-child.lecture .contents-box-02 .contents-box-inner dl dd {
    font-size: 14px;
    margin-left: 15px;
  }
}

.enlightenment-child.lecture .contents-box-02 .contents-box-inner dl dd ul li {
  font-size: 14px;
  padding-bottom: 0;
}

.enlightenment-child.lecture .contents-box-02 .special-box {
  border-radius: 10px;
  background-color: #f3fCe6;
  padding: 20px 20px;
  color: #666;
  position: relative;
  color: #333;
  padding-bottom: 20px;
  margin-top: 30px;
}

@media print, screen and (min-width: 960px) {
  .enlightenment-child.lecture .contents-box-02 .special-box {
    padding: 30px 40px;
  }
}

.enlightenment-child.lecture .contents-box-02 .special-box::before {
  display: block;
  content: '';
  width: 22px;
  height: 22px;
  background-image: url(./images/pages/hukidashi-basecolor.png);
  background-repeat: no-repeat;
  background-size: 22px 22px;
  position: absolute;
  top: -22px;
  left: calc((100% / 2) - 11px);
}

@media print, screen and (min-width: 960px) {
  .enlightenment-child.lecture .contents-box-02 .special-box::before {
    left: 439px;
  }
}

@media print, screen and (min-width: 960px) {
  .enlightenment-child.lecture .contents-box-02 .special-box {
    text-align: center;
  }
}

.enlightenment-child.lecture .contents-box-02 .note {
  margin-top: 5px;
  font-size: 0.9em;
}

@media print, screen and (min-width: 960px) {
  .enlightenment-child.lecture .contents-box-02 .note {
    text-align: right;
  }
}

.enlightenment-child.lecture .contents-box-03 .special-box {
  border-radius: 10px;
  background-color: #f3fCe6;
  padding: 20px 20px;
  color: #666;
  position: relative;
  text-align: center;
  margin-bottom: 25px;
  font-size: 18px;
}

@media print, screen and (min-width: 960px) {
  .enlightenment-child.lecture .contents-box-03 .special-box {
    padding: 10px 10px;
  }
}

.enlightenment-child.lecture .contents-box-03 .special-box::before {
  display: block;
  content: '';
  width: 22px;
  height: 22px;
  background-image: url(./images/pages/hukidashi-basecolor.png);
  background-repeat: no-repeat;
  background-size: 22px 22px;
  position: absolute;
  top: -22px;
  left: calc((100% / 2) - 11px);
}

@media print, screen and (min-width: 960px) {
  .enlightenment-child.lecture .contents-box-03 .special-box::before {
    left: 439px;
  }
}

.enlightenment-child.lecture .contents-box-03 .special-box::before {
  top: auto;
  bottom: -22px;
  transform: rotate(180deg);
}

.enlightenment-child.lecture .contents-box-03 .special-box strong {
  color: #1b8924;
  font-weight: normal;
  font-size: 1.4em;
}

.enlightenment-child.lecture .contents-box-03 table {
  margin-top: 10px;
  font-size: 14px;
  border-color: #ddd;
}

.enlightenment-child.lecture .contents-box-03 table tr {
  background-color: transparent;
  display: flex;
  flex-flow: column;
}

@media screen and (min-width: 600px) {
  .enlightenment-child.lecture .contents-box-03 table tr {
    display: table-row;
  }
}

.enlightenment-child.lecture .contents-box-03 table th, .enlightenment-child.lecture .contents-box-03 table td {
  border-color: #ddd;
}

.enlightenment-child.lecture .contents-box-03 table th {
  font-weight: normal;
  background-color: #f5f5f5;
}

.enlightenment-child.lecture .contents-box-03 table td {
  background-color: transparent;
}

.enlightenment-child.lecture .contents-box-03 table tr td {
  vertical-align: middle;
  padding: 0 10px;
}

.enlightenment-child.lecture .contents-box-03 table tr td::before {
  color: #1b8924;
}

@media print, screen and (min-width: 960px) {
  .enlightenment-child.lecture .contents-box-03 table tr td {
    padding: 10px;
  }
}

.enlightenment-child.lecture .contents-box-03 table tr td:first-child {
  border-bottom: 0;
  padding-top: 10px;
}

@media print, screen and (min-width: 960px) {
  .enlightenment-child.lecture .contents-box-03 table tr td:first-child {
    border: 1px solid #ddd;
  }
}

.enlightenment-child.lecture .contents-box-03 table tr td:first-child::before {
  content: '主催: ';
}

@media print, screen and (min-width: 960px) {
  .enlightenment-child.lecture .contents-box-03 table tr td:first-child::before {
    display: none;
  }
}

.enlightenment-child.lecture .contents-box-03 table tr td:nth-child(2) {
  border-top: 0;
  border-bottom: 0;
}

@media print, screen and (min-width: 960px) {
  .enlightenment-child.lecture .contents-box-03 table tr td:nth-child(2) {
    border: 1px solid #ddd;
  }
}

.enlightenment-child.lecture .contents-box-03 table tr td:nth-child(2)::before {
  content: 'タイトル: ';
}

@media print, screen and (min-width: 960px) {
  .enlightenment-child.lecture .contents-box-03 table tr td:nth-child(2)::before {
    display: none;
  }
}

.enlightenment-child.lecture .contents-box-03 table tr td:nth-child(3) {
  border-top: 0;
  border-bottom: 0;
}

@media print, screen and (min-width: 960px) {
  .enlightenment-child.lecture .contents-box-03 table tr td:nth-child(3) {
    border: 1px solid #ddd;
  }
}

.enlightenment-child.lecture .contents-box-03 table tr td:nth-child(3)::before {
  content: '対象: ';
}

@media print, screen and (min-width: 960px) {
  .enlightenment-child.lecture .contents-box-03 table tr td:nth-child(3)::before {
    display: none;
  }
}

.enlightenment-child.lecture .contents-box-03 table tr td:last-child {
  padding-bottom: 10px;
}

.enlightenment-child.lecture .contents-box-03 table tr td:last-child::before {
  content: '講師: ';
}

@media print, screen and (min-width: 960px) {
  .enlightenment-child.lecture .contents-box-03 table tr td:last-child::before {
    display: none;
  }
}

.enlightenment-child.lecture .contents-box-03 table tr:first-child {
  display: none;
}

@media print, screen and (min-width: 960px) {
  .enlightenment-child.lecture .contents-box-03 table tr:first-child {
    display: table-row;
  }
}

.enlightenment-child.lecture .contents-box-03 h3 {
  margin-bottom: 5px;
}

.enlightenment-child.lecture .contents-box-04 h2 {
  font-size: 18px;
  font-weight: bold;
}

.enlightenment-child.lecture .contents-box-05 {
  border-radius: 10px;
  background-color: #f3fCe6;
  padding: 20px 20px;
  color: #666;
}

@media print, screen and (min-width: 960px) {
  .enlightenment-child.lecture .contents-box-05 {
    padding: 30px 40px;
  }
}

/* 取材の申し込み enlightenment/interview */
.enlightenment-child.interview {
  /* 導入 */
  /* 取材を希望される場合は */
  /* お願い */
  /* お問い合わせ先 */
}

.enlightenment-child.interview .contents-box-01 .note {
  margin-top: 5px;
  font-size: 0.9em;
}

.enlightenment-child.interview .contents-box-02 h2 {
  margin-bottom: 10px;
  background-image: url(./images/pages/camera-icon.png);
  background-repeat: no-repeat;
  background-size: auto 24px;
  min-height: 24px;
  padding-left: 50px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
}

.enlightenment-child.interview .contents-box-02 .contents-box-inner {
  border: 3px solid #95cb40;
  border-radius: 10px;
  padding: 0 15px;
  display: flex;
  flex-flow: column;
}

@media print, screen and (min-width: 960px) {
  .enlightenment-child.interview .contents-box-02 .contents-box-inner {
    padding: 10px 30px;
  }
}

.enlightenment-child.interview .contents-box-02 .contents-box-inner dl {
  border-bottom: 2px dotted #95cb40;
  padding-bottom: 20px;
}

@media print, screen and (min-width: 960px) {
  .enlightenment-child.interview .contents-box-02 .contents-box-inner dl {
    display: flex;
    align-items: center;
    padding: 20px 0;
  }
}

.enlightenment-child.interview .contents-box-02 .contents-box-inner dl:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.enlightenment-child.interview .contents-box-02 .contents-box-inner dl dt {
  color: #1b8924;
  font-size: 18px;
  margin: 20px 0 5px;
}

@media print, screen and (min-width: 960px) {
  .enlightenment-child.interview .contents-box-02 .contents-box-inner dl dt {
    margin: 0;
    font-size: 20px;
    width: 110px;
    min-width: 110px;
    text-align: center;
  }
}

@media print, screen and (min-width: 960px) {
  .enlightenment-child.interview .contents-box-02 .contents-box-inner dl dd {
    font-size: 14px;
    margin-left: 15px;
  }
}

.enlightenment-child.interview .contents-box-02 .contents-box-inner dl dd ul li {
  font-size: 14px;
  padding-bottom: 0;
}

.enlightenment-child.interview .contents-box-02 .note {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 0.9em;
}

.enlightenment-child.interview .contents-box-03 .link-box {
  position: relative;
  width: 80%;
  margin: 0 auto;
  margin-top: 10px;
}

.enlightenment-child.interview .contents-box-03 .link-box::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  position: absolute;
  border-color: transparent transparent transparent #fff;
  top: calc(50% - 3px);
  left: 14px;
}

.enlightenment-child.interview .contents-box-03 .link-box a {
  text-decoration: none;
}

@media print, screen and (min-width: 960px) {
  .enlightenment-child.interview .contents-box-03 .link-box {
    width: 360px;
  }
}

.enlightenment-child.interview .contents-box-03 .link-box a {
  background-color: #95cb40;
  color: #fff;
  padding: 14px 4px;
  border-radius: 2px;
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
}

@media print, screen and (min-width: 960px) {
  .enlightenment-child.interview .contents-box-03 .link-box a:hover {
    background-color: #1b8924;
  }
}

.enlightenment-child.interview .contents-box-04 {
  border-radius: 10px;
  background-color: #f3fCe6;
  padding: 20px 20px;
  color: #666;
}

@media print, screen and (min-width: 960px) {
  .enlightenment-child.interview .contents-box-04 {
    padding: 30px 40px;
  }
}

/* 理事長メッセージ about/message */
.about-child.message .message_photo-pc {
  display: none;
}

@media print, screen and (min-width: 960px) {
  .about-child.message .message_photo-pc {
    display: block;
    width: 190px;
    float: left;
    margin-right: 30px;
  }
}

.about-child.message .message_photo-sp {
  max-width: 320px;
  width: 100%;
  margin: 0 auto 20px;
  display: block;
}

@media print, screen and (min-width: 960px) {
  .about-child.message .message_photo-sp {
    display: none;
  }
}

/* 団体概要 about/organization */
.about-child.organization {
  /* 導入 */
}

.about-child.organization .contents-box-01 > table {
  margin-top: 10px;
  font-size: 14px;
  border-color: #ddd;
  margin-bottom: 5px;
}

.about-child.organization .contents-box-01 > table tr {
  background-color: transparent;
  display: flex;
  flex-flow: column;
}

@media screen and (min-width: 600px) {
  .about-child.organization .contents-box-01 > table tr {
    display: table-row;
  }
}

.about-child.organization .contents-box-01 > table th, .about-child.organization .contents-box-01 > table td {
  border-color: #ddd;
}

.about-child.organization .contents-box-01 > table th {
  font-weight: normal;
  background-color: #f5f5f5;
}

.about-child.organization .contents-box-01 > table td {
  background-color: transparent;
}

@media print, screen and (min-width: 960px) {
  .about-child.organization .contents-box-01 > table > tbody > tr th {
    width: 140px;
  }
}

@media print, screen and (min-width: 960px) {
  .about-child.organization .contents-box-01 > table > tbody > tr td {
    padding: 20px 40px;
  }
}

.about-child.organization .contents-box-01 > table .table-inner {
  border: 0;
  margin: 0;
}

.about-child.organization .contents-box-01 > table .table-inner tr, .about-child.organization .contents-box-01 > table .table-inner th, .about-child.organization .contents-box-01 > table .table-inner td {
  border: 0;
  padding: 0;
  background-color: transparent;
  font-weight: normal;
}

.about-child.organization .contents-box-01 > table .table-inner tr {
  flex-flow: row;
  justify-content: flex-start;
  vertical-align: top;
}

.about-child.organization .contents-box-01 > table .table-inner th {
  width: 8em;
  max-width: 8em;
  min-width: 8em;
  text-align: left;
  vertical-align: top;
}

.about-child.organization .contents-box-01 .note {
  font-size: 0.9em;
  text-align: right;
}

/* 沿革 about/history */
.about-child.history {
  /* 導入 */
}

.about-child.history .contents-box-01 table {
  margin-top: 10px;
  font-size: 14px;
  border-color: #ddd;
}

.about-child.history .contents-box-01 table tr {
  background-color: transparent;
  display: flex;
  flex-flow: column;
}

@media screen and (min-width: 600px) {
  .about-child.history .contents-box-01 table tr {
    display: table-row;
  }
}

.about-child.history .contents-box-01 table th, .about-child.history .contents-box-01 table td {
  border-color: #ddd;
}

.about-child.history .contents-box-01 table th {
  font-weight: normal;
  background-color: #f5f5f5;
}

.about-child.history .contents-box-01 table td {
  background-color: transparent;
}

@media print, screen and (min-width: 960px) {
  .about-child.history .contents-box-01 table th {
    width: 190px;
  }
}

@media print, screen and (min-width: 960px) {
  .about-child.history .contents-box-01 table td {
    padding: 20px 30px;
  }
}

/* 事業報告、会計報告、定款 about/report */
.about-child.report {
  /* 導入 */
}

.about-child.report .contents-box-01 table {
  margin-top: 10px;
  font-size: 14px;
  border-color: #ddd;
}

.about-child.report .contents-box-01 table tr {
  background-color: transparent;
  display: flex;
  flex-flow: column;
}

@media screen and (min-width: 600px) {
  .about-child.report .contents-box-01 table tr {
    display: table-row;
  }
}

.about-child.report .contents-box-01 table th, .about-child.report .contents-box-01 table td {
  border-color: #ddd;
}

.about-child.report .contents-box-01 table th {
  font-weight: normal;
  background-color: #f5f5f5;
}

.about-child.report .contents-box-01 table td {
  background-color: transparent;
}

@media print, screen and (min-width: 960px) {
  .about-child.report .contents-box-01 table th {
    width: 190px;
  }
}

@media print, screen and (min-width: 960px) {
  .about-child.report .contents-box-01 table td {
    padding: 20px 30px;
  }
}

/* 支援・関連団体 about/related */
.about-child.related {
  /* 関連団体・支援企業・団体 */
  /* 民間団体 */
}

.about-child.related .contents-box-01 ul,
.about-child.related .contents-box-02 ul {
  border-radius: 10px;
  background-color: #f3fCe6;
  padding: 20px 20px;
  color: #666;
  padding-left: 40px;
}

@media print, screen and (min-width: 960px) {
  .about-child.related .contents-box-01 ul,
  .about-child.related .contents-box-02 ul {
    padding: 30px 40px;
  }
}

.about-child.related .contents-box-01 ul li,
.about-child.related .contents-box-02 ul li {
  position: relative;
  margin-bottom: 5px;
}

@media print, screen and (min-width: 960px) {
  .about-child.related .contents-box-01 ul li,
  .about-child.related .contents-box-02 ul li {
    margin-bottom: 8px;
  }
}

.about-child.related .contents-box-01 ul li::before,
.about-child.related .contents-box-02 ul li::before {
  content: '・';
  color: #95cb40;
  position: absolute;
  left: -20px;
}

.about-child.related .contents-box-01 ul li .note,
.about-child.related .contents-box-02 ul li .note {
  font-size: 0.9em;
  line-height: 1.4;
  margin-top: 4px;
}

.about-child.related .contents-box-03 .note {
  font-size: 0.9em;
}

.about-child.related .contents-box-03 table {
  margin-top: 10px;
  font-size: 14px;
  border-color: #ddd;
}

.about-child.related .contents-box-03 table tr {
  background-color: transparent;
  display: flex;
  flex-flow: column;
}

@media screen and (min-width: 600px) {
  .about-child.related .contents-box-03 table tr {
    display: table-row;
  }
}

.about-child.related .contents-box-03 table th, .about-child.related .contents-box-03 table td {
  border-color: #ddd;
}

.about-child.related .contents-box-03 table th {
  font-weight: normal;
  background-color: #f5f5f5;
}

.about-child.related .contents-box-03 table td {
  background-color: transparent;
}

@media print, screen and (min-width: 960px) {
  .about-child.related .contents-box-03 table th {
    width: 140px;
  }
}

@media print, screen and (min-width: 960px) {
  .about-child.related .contents-box-03 table td {
    padding: 20px 40px;
  }
}

/* プライバシーポリシー policy */
@media print, screen and (min-width: 960px) {
  .policy .contents-box-01 .note {
    text-align: right;
  }
}

.policy .contents-box-01 .contents-box-inner {
  margin: 20px 0 0;
}

.policy .contents-box-01 .contents-box-inner h3 {
  margin: 20px 0 15px;
  color: #333;
}

@media print, screen and (min-width: 960px) {
  .policy .contents-box-01 .contents-box-inner h3 {
    font-size: 18px;
  }
}

.policy .contents-box-01 .contents-box-inner .signature {
  margin: 20px 0;
}

@media print, screen and (min-width: 960px) {
  .policy .contents-box-01 .contents-box-inner .signature {
    float: right;
  }
}

@media print, screen and (min-width: 960px) {
  .policy .contents-box-01 .contents-box-inner .signature::after {
    content: '';
    display: block;
    clear: both;
  }
}

/* 一般の方へ for-general, 里親・養親の方へ for-fosterparent, 専門職・行政の方へ for-profession */
.for-general,
.for-fosterparent,
.for-profession {
  /* リンク集 */
}

.for-general .contents-box-02,
.for-fosterparent .contents-box-02,
.for-profession .contents-box-02 {
  border: 3px solid #95cb40;
  border-radius: 10px;
  padding: 0 15px;
  display: flex;
  flex-flow: column;
}

@media print, screen and (min-width: 960px) {
  .for-general .contents-box-02,
  .for-fosterparent .contents-box-02,
  .for-profession .contents-box-02 {
    padding: 10px 30px;
  }
}

.for-general .contents-box-02 dl,
.for-fosterparent .contents-box-02 dl,
.for-profession .contents-box-02 dl {
  border-bottom: 2px dotted #95cb40;
  padding-bottom: 20px;
}

@media print, screen and (min-width: 960px) {
  .for-general .contents-box-02 dl,
  .for-fosterparent .contents-box-02 dl,
  .for-profession .contents-box-02 dl {
    display: flex;
    align-items: center;
    padding: 20px 0;
  }
}

.for-general .contents-box-02 dl:last-child,
.for-fosterparent .contents-box-02 dl:last-child,
.for-profession .contents-box-02 dl:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.for-general .contents-box-02 dl dt,
.for-fosterparent .contents-box-02 dl dt,
.for-profession .contents-box-02 dl dt {
  color: #1b8924;
  font-size: 18px;
  margin: 20px 0 5px;
}

@media print, screen and (min-width: 960px) {
  .for-general .contents-box-02 dl dt,
  .for-fosterparent .contents-box-02 dl dt,
  .for-profession .contents-box-02 dl dt {
    margin: 0;
    font-size: 20px;
    width: 110px;
    min-width: 110px;
    text-align: center;
  }
}

@media print, screen and (min-width: 960px) {
  .for-general .contents-box-02 dl dd,
  .for-fosterparent .contents-box-02 dl dd,
  .for-profession .contents-box-02 dl dd {
    font-size: 14px;
    margin-left: 15px;
  }
}

.for-general .contents-box-02 dl dd ul li,
.for-fosterparent .contents-box-02 dl dd ul li,
.for-profession .contents-box-02 dl dd ul li {
  font-size: 14px;
  padding-bottom: 0;
}

@media print, screen and (min-width: 960px) {
  .for-general .contents-box-02,
  .for-fosterparent .contents-box-02,
  .for-profession .contents-box-02 {
    padding: 0 45px;
  }
}

@media print, screen and (min-width: 960px) {
  .for-general .contents-box-02 dl,
  .for-fosterparent .contents-box-02 dl,
  .for-profession .contents-box-02 dl {
    padding: 25px 0;
  }
}

@media print, screen and (min-width: 960px) {
  .for-general .contents-box-02 dl dt,
  .for-fosterparent .contents-box-02 dl dt,
  .for-profession .contents-box-02 dl dt {
    font-size: 18px !important;
    width: 250px !important;
    min-width: 250px !important;
    line-height: 1.3;
  }
}

.for-general .contents-box-02 dl dd p,
.for-fosterparent .contents-box-02 dl dd p,
.for-profession .contents-box-02 dl dd p {
  margin-bottom: 10px;
}

.for-general .contents-box-02 dl dd .link-box,
.for-fosterparent .contents-box-02 dl dd .link-box,
.for-profession .contents-box-02 dl dd .link-box {
  position: relative;
  width: 80%;
  margin: 0 auto;
}

.for-general .contents-box-02 dl dd .link-box::before,
.for-fosterparent .contents-box-02 dl dd .link-box::before,
.for-profession .contents-box-02 dl dd .link-box::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  position: absolute;
  border-color: transparent transparent transparent #fff;
  top: calc(50% - 3px);
  left: 14px;
}

.for-general .contents-box-02 dl dd .link-box a,
.for-fosterparent .contents-box-02 dl dd .link-box a,
.for-profession .contents-box-02 dl dd .link-box a {
  text-decoration: none;
}

@media print, screen and (min-width: 960px) {
  .for-general .contents-box-02 dl dd .link-box,
  .for-fosterparent .contents-box-02 dl dd .link-box,
  .for-profession .contents-box-02 dl dd .link-box {
    width: 180px;
  }
}

.for-general .contents-box-02 dl dd .link-box a,
.for-fosterparent .contents-box-02 dl dd .link-box a,
.for-profession .contents-box-02 dl dd .link-box a {
  background-color: #95cb40;
  color: #fff;
  padding: 14px 4px;
  border-radius: 2px;
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
}

@media print, screen and (min-width: 960px) {
  .for-general .contents-box-02 dl dd .link-box a:hover,
  .for-fosterparent .contents-box-02 dl dd .link-box a:hover,
  .for-profession .contents-box-02 dl dd .link-box a:hover {
    background-color: #1b8924;
  }
}

@media print, screen and (min-width: 960px) {
  .for-general .contents-box-02 dl dd .link-box,
  .for-fosterparent .contents-box-02 dl dd .link-box,
  .for-profession .contents-box-02 dl dd .link-box {
    margin: 0;
  }
}

@media print, screen and (min-width: 960px) {
  .for-general .contents-box-02 dl dd .link-box a,
  .for-fosterparent .contents-box-02 dl dd .link-box a,
  .for-profession .contents-box-02 dl dd .link-box a {
    padding: 6px 4px !important;
  }
}

/* list */
/* 「研修・セミナー」TOPマージン */
.blog .st-main {
  margin: 10px 15px;
}

@media print, screen and (min-width: 960px) {
  .blog .st-main {
    margin: 0 280px 0 0;
  }
}

/* アーカイブ */
.archive {
  /* 一覧周囲にマージン */
  /* 一覧タイトル */
  /* 打ち消し */
}

.archive .st-main {
  margin: 10px 15px;
}

@media print, screen and (min-width: 960px) {
  .archive .st-main {
    margin: 0 280px 0 0;
  }
}

.archive .entry-title {
  background-color: #f3fCe6;
  color: #1b8924;
  font-size: 20px;
  line-height: 1.2;
  padding: 16px 10px 16px 60px;
  background-image: url(./images/pages/memo.png);
  background-repeat: no-repeat;
  background-size: 36px auto;
  background-position: 20px 50%;
  border-radius: 5px;
  margin: 0 0 20px;
  font-family: "M PLUS Rounded 1c";
}

.archive .kanren {
  padding-top: 0;
}

@media print, screen and (min-width: 960px) {
  .archive .kanren {
    padding-top: 20px;
  }
}

@media print, screen and (min-width: 960px) {
  .list-box--wrapper {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px 30px 0;
  }
}

.list-box--wrapper .list-box {
  border-bottom-style: solid;
}

.list-box--wrapper .list-box dt {
  width: auto;
}

.list-box--wrapper .list-box dt img {
  margin-right: 10px;
}

.list-box--wrapper .list-box dd {
  padding: 0;
  /* 見出し　*/
}

.list-box--wrapper .list-box dd .kanren-t {
  font-size: 16px;
  letter-spacing: 0.05em;
}

@media print, screen and (min-width: 960px) {
  .list-box--wrapper .list-box dd .kanren-t {
    font-size: 14px;
  }
}

.list-box--wrapper .list-box dd .kanren-t a {
  color: #333;
}

.list-box--wrapper .list-box dd .kanren-t a:hover {
  color: #1b8924;
}

.list-box--wrapper .list-box dd .blog_info .category-group a {
  display: inline-block;
  color: #fff;
  background: #f2bd1c;
  padding: 2px 6px;
  border-radius: 5px;
}

.list-box--wrapper .list-box dd .blog_info .update-time {
  display: block;
  margin-top: 2px;
}

@media print, screen and (min-width: 960px) {
  .list-box--wrapper .list-box dd .blog_info .update-time {
    display: inline-block;
    margin-top: 0;
    float: right;
  }
}

.list-box--wrapper .list-box dd .blog_info .update-time::before {
  content: '更新日: ';
}

.list-box--wrapper .list-box dd .excerpt {
  margin-top: 10px;
}

.list-box--wrapper .list-box dd .excerpt p {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

@media print, screen and (min-width: 960px) {
  .list-box--wrapper .list-box dd .excerpt p {
    font-size: 14px;
  }
}

/* page送り */
.st-pagelink .page-numbers {
  padding: 0;
  height: auto;
  min-width: auto;
  width: auto;
  border: 0;
  background-color: #95cb40;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
}

.st-pagelink .page-numbers.next, .st-pagelink .page-numbers.prev {
  position: relative;
  padding: 5px 20px;
}

.st-pagelink .page-numbers.next::before, .st-pagelink .page-numbers.prev::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: calc(50% - 3px);
}

.st-pagelink .page-numbers.next {
  padding-right: 28px;
}

.st-pagelink .page-numbers.next::before {
  right: 8px;
  border-width: 2.5px 0 2.5px 5px;
  border-color: transparent transparent transparent #fff;
}

.st-pagelink .page-numbers.prev {
  padding-left: 28px;
}

.st-pagelink .page-numbers.prev::before {
  left: 8px;
  border-width: 2.5px 5px 2.5px 0;
  border-color: transparent #fff transparent transparent;
}

/* single */
.single {
  /* 一覧周囲にマージン */
  /* カテゴリーラベル */
  /* 投稿ページ */
}

.single .st-main {
  margin: 10px 15px;
}

@media print, screen and (min-width: 960px) {
  .single .st-main {
    margin: 0 280px 0 0;
  }
}

.single .post .st-catgroup {
  padding-top: 0;
}

.single .catname {
  color: #fff;
  background: #f2bd1c;
}

@media print, screen and (min-width: 960px) {
  .single .catname {
    font-size: 11px !important;
  }
}

.single .article-post {
  /* カテゴリと日付 */
  /* 見出し */
  /* 本文 */
}

@media print, screen and (min-width: 960px) {
  .single .article-post {
    border: 2px solid #95cb40;
    border-radius: 10px;
    padding: 20px 40px;
    margin: 0 0 20px 0;
    box-shadow: 3px 3px 0px 0px #95cb40;
  }
}

.single .article-post .article-post--header {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  color: #666;
}

@media print, screen and (min-width: 960px) {
  .single .article-post .article-post--header {
    flex-flow: row;
    align-items: center;
  }
}

.single .article-post .article-post--header .article-post--header--date {
  margin: 15px 0 0 0;
}

@media print, screen and (min-width: 960px) {
  .single .article-post .article-post--header .article-post--header--date {
    margin: 0 0 0 20px;
    font-size: 14px;
  }
}

.single .article-post .entry-title {
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media print, screen and (min-width: 960px) {
  .single .article-post .entry-title {
    margin: 20px 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    font-size: 18px;
  }
}

.single .article-post .entry-content {
  line-height: 1.8;
  letter-spacing: 0.05em;
}

@media print, screen and (min-width: 960px) {
  .single .article-post .entry-content {
    font-size: 15px;
  }
}

.single .article-post .entry-content h2, .single .article-post .entry-content h3 {
  font-size: 18px;
}

.single .article-post .entry-content h2 {
  font-weight: bold;
  background: #f3f3f3;
  padding: 8px;
  border-left: 3px solid #ccc;
  margin: 20px 0;
}

.single .article-post .entry-content h3 {
  padding: 0 10px 5px 0;
  font-size: 18px;
  line-height: 1.4;
  border-bottom: 1px dashed #8a8a8a;
}

.single .article-post .entry-content h4 {
  background: none;
  padding: 0;
  margin-bottom: 10px;
}

.single .article-post .entry-content p {
  margin-bottom: 20px;
}

.single .article-post .entry-content table tr:nth-child(even) {
  background-color: transparent;
}

.single .article-post .entry-content .post ol,
.single .article-post .entry-content .post ul {
  padding-top: 0;
}

.single .p-navi {
  margin-top: 20px;
}

@media print, screen and (min-width: 960px) {
  .single .p-navi {
    margin-top: 0;
  }
}

/* contact */
.wpcf7 {
  /* table layout */
  /* error message */
}

.wpcf7 .form-table,
.wpcf7 .form-leading,
.wpcf7 .textarea-block,
.wpcf7 .link-area,
.wpcf7 .notice-area {
  width: 100%;
}

@media print, screen and (min-width: 960px) {
  .wpcf7 .form-table,
  .wpcf7 .form-leading,
  .wpcf7 .textarea-block,
  .wpcf7 .link-area,
  .wpcf7 .notice-area {
    width: 800px;
    margin: 0 auto;
  }
}

.wpcf7 .form-leading {
  margin-bottom: 25px;
}

.wpcf7 .form-table {
  border: 0;
  border-collapse: collapse;
  margin-bottom: 0;
}

.wpcf7 .form-table tr, .wpcf7 .form-table th, .wpcf7 .form-table td {
  border: 0;
  padding: 0;
  background-color: transparent !important;
}

.wpcf7 .form-table tr {
  border-top: 1px solid #ddd;
}

.wpcf7 .form-table th,
.wpcf7 .form-table td {
  display: block;
}

@media screen and (min-width: 600px) {
  .wpcf7 .form-table th,
  .wpcf7 .form-table td {
    display: table-cell;
    padding: 20px 0;
  }
}

.wpcf7 .form-table th {
  width: 100%;
  text-align: left;
  font-weight: normal;
  padding: 20px 0 12px 0;
}

@media screen and (min-width: 600px) {
  .wpcf7 .form-table th {
    width: 30%;
  }
}

@media print, screen and (min-width: 960px) {
  .wpcf7 .form-table th {
    width: 270px;
  }
}

.wpcf7 .form-table td {
  width: 100%;
  padding-bottom: 20px;
}

@media screen and (min-width: 600px) {
  .wpcf7 .form-table td {
    width: auto;
  }
}

.wpcf7 label {
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #333;
}

.wpcf7 .required {
  font-size: 0.8em;
  padding: 0 0.5em;
  background: #fce80b;
  border-radius: 2px;
  margin-left: 6px;
}

.wpcf7 .note {
  font-size: 12px;
}

.wpcf7 span.wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: 8px;
}

.wpcf7 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  outline: none;
  background: transparent;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: none;
}

.wpcf7 input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
}

.wpcf7 select,
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 textarea {
  font-size: 16px;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.wpcf7 select {
  border-bottom: 2px solid #ddd;
  height: 50px;
  padding: 0 10px;
  background-image: url(./images/select_arrow.png);
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 8px auto;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
  border: 1px solid #ddd;
  height: 50px;
  padding: 0 10px;
}

.wpcf7 textarea {
  border: 1px solid #ddd;
  padding: 10px;
}

@media print, screen and (min-width: 960px) {
  .wpcf7 textarea {
    padding: 20px;
  }
}

.wpcf7 input[type=text]:focus,
.wpcf7 input[type=email]:focus,
.wpcf7 input[type=tel]:focus,
.wpcf7 textarea:focus {
  background: #fff;
}

.wpcf7 .textarea-block {
  border-top: 1px solid #ddd;
}

.wpcf7 .textarea-block label {
  display: block;
  margin: 20px 0 12px 0;
}

.wpcf7 .textarea-block label .selected-category,
.wpcf7 .textarea-block label .please-input-txt {
  display: block;
}

@media screen and (min-width: 600px) {
  .wpcf7 .textarea-block label .selected-category,
  .wpcf7 .textarea-block label .please-input-txt {
    display: inline-block;
  }
}

.wpcf7 .textarea-block label .selected-category {
  font-size: 19px;
  color: #333;
}

@media screen and (min-width: 600px) {
  .wpcf7 .textarea-block label .please-input-txt {
    margin-left: 10px;
  }
}

.wpcf7 .link-area {
  overflow: hidden;
  margin: 20px auto;
}

.wpcf7 .link-area .link-area__pdf {
  display: inline-block;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 960px) {
  .wpcf7 .link-area .link-area__pdf {
    float: left;
  }
}

.wpcf7 .link-area .link-area__pdf a {
  font-size: 16px;
  padding: 10px 10px 10px 44px;
  background-color: #f5f5f5;
  border-radius: 3px;
  border: 1px solid #ddd;
  display: block;
  text-decoration: none;
  color: #666;
  background-image: url(./images/download.png);
  background-repeat: no-repeat;
  background-size: 18px auto;
  background-position: 12px center;
}

@media print, screen and (min-width: 960px) {
  .wpcf7 .link-area .link-area__pdf a {
    font-size: 14px;
    padding: 5px 10px 5px 44px;
  }
}

.wpcf7 .link-area .link-area__pdf a i {
  margin-right: 5px;
}

@media print, screen and (min-width: 960px) {
  .wpcf7 .link-area .link-area__pdf a:hover {
    background-color: #eaeaea;
  }
}

.wpcf7 .link-area .link-area__page {
  position: relative;
  padding-left: 13px;
}

.wpcf7 .link-area .link-area__page::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  position: absolute;
  border-color: transparent transparent transparent #95cb40;
  top: calc(50% - 3px);
  left: 0;
}

.wpcf7 .link-area .link-area__page a {
  text-decoration: none;
}

@media print, screen and (min-width: 960px) {
  .wpcf7 .link-area .link-area__page {
    float: right;
    margin-top: 0;
  }
}

.wpcf7 .link-area .link-area__page a {
  font-size: 16px;
  color: #666;
}

@media print, screen and (min-width: 960px) {
  .wpcf7 .link-area .link-area__page a {
    font-size: 14px;
  }
}

@media print, screen and (min-width: 960px) {
  .wpcf7 .link-area .link-area__page a:hover {
    color: #1b8924;
  }
}

.wpcf7 .btn-area {
  margin: 20px 0 0;
}

.wpcf7 input[type="submit"],
.wpcf7 input[type="button"].wpcf7c-btn-back {
  display: block;
  position: relative;
  width: 200px;
  margin: 0 auto;
  padding: 15px 0;
  border-radius: 4px;
  letter-spacing: 0.1em;
  background-image: url(./images/white_arrow.png);
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: 6px auto;
  font-size: 18px;
}

@media screen and (min-width: 600px) {
  .wpcf7 input[type="submit"],
  .wpcf7 input[type="button"].wpcf7c-btn-back {
    width: 300px;
  }
}

@media print, screen and (min-width: 960px) {
  .wpcf7 input[type="submit"]:hover,
  .wpcf7 input[type="button"].wpcf7c-btn-back:hover {
    transform: translateY(3px);
    box-shadow: none;
  }
}

.wpcf7 input[type="submit"] {
  background-color: #95cb40;
  color: #fff;
  box-shadow: 0px 3px 0px 0px #7EB02F;
}

.wpcf7 input[type="button"].wpcf7c-btn-back {
  background-color: #d4d4d4;
  color: #666;
  box-shadow: 0px 3px 0px 0px #bfbfbf;
  margin-bottom: 15px;
}

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