@charset "UTF-8";
/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@700&display=swap");
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

figure {
  padding: 0;
  margin: 0;
}

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

*:focus {
  outline: 0;
  outline: none;
}

/* clearfix */
.cf {
  zoom: 1;
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

main {
  display: block;
}

a:hover {
  cursor: pointer;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/*---------------------------------------------
余白の設定
---------------------------------------------*/
@media only screen and (max-width: 768px) {
  .mt_XS_sp,
  .mt_XS {
    margin-top: 10px;
  }
  .mt_SS_sp,
  .mt_SS {
    margin-top: 10px;
  }
  .mt_S_sp,
  .mt_S,
  .editArea * + p,
  .editArea h4,
  .editArea h5,
  .editArea blockquote,
  .editArea iframe,
  .editArea table,
  .editArea ul + ul,
  .editArea ul + ol,
  .editArea ol + ol,
  .editArea ol + ul,
  .editArea img,
  .list_ul,
  .list_ol {
    margin-top: 20px;
  }
  .mt_M_sp,
  .mt_M,
  .editArea * + h2,
  .editArea h3 {
    margin-top: 30px;
  }
  .mt_L_sp,
  .mt_L {
    margin-top: 40px;
  }
  .mt_LL_sp,
  .mt_LL {
    margin-top: 50px;
  }
  .mt_XL_sp,
  .mt_XL {
    margin-top: 80px;
  }
  .mb_XS_sp,
  .mb_XS {
    margin-bottom: 10px;
  }
  .mb_SS_sp,
  .mb_SS {
    margin-bottom: 10px;
  }
  .mb_S_sp,
  .mb_S,
  .editArea ul + p,
  .editArea h2,
  .editArea h3,
  .editArea h4,
  .editArea h5,
  .editArea blockquote,
  .editArea iframe,
  .editArea table,
  .editArea ol + p {
    margin-bottom: 20px;
  }
  .mb_M_sp,
  .mb_M {
    margin-bottom: 30px;
  }
  .mb_L_sp,
  .mb_L {
    margin-bottom: 40px;
  }
  .mb_LL_sp,
  .mb_LL {
    margin-bottom: 50px;
  }
  .mb_XL_sp,
  .mb_XL {
    margin-bottom: 80px;
  }
  .pt_XS_sp,
  .pt_XS {
    padding-top: 10px;
  }
  .pt_SS_sp,
  .pt_SS {
    padding-top: 10px;
  }
  .pt_S_sp,
  .pt_S {
    padding-top: 20px;
  }
  .pt_M_sp,
  .pt_M {
    padding-top: 30px;
  }
  .pt_L_sp,
  .pt_L {
    padding-top: 40px;
  }
  .pt_LL_sp,
  .pt_LL {
    padding-top: 50px;
  }
  .pt_XL_sp,
  .pt_XL {
    padding-top: 80px;
  }
  .pb_XS_sp,
  .pb_XS {
    padding-bottom: 10px;
  }
  .pb_SS_sp,
  .pb_SS {
    padding-bottom: 10px;
  }
  .pb_S_sp,
  .pb_S {
    padding-bottom: 20px;
  }
  .pb_M_sp,
  .pb_M {
    padding-bottom: 30px;
  }
  .pb_L_sp,
  .pb_L {
    padding-bottom: 40px;
  }
  .pb_LL_sp,
  .pb_LL {
    padding-bottom: 50px;
  }
  .pb_XL_sp,
  .pb_XL {
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 769px) {
  .mt_XS_pc,
  .mt_XS {
    margin-top: 15px;
  }
  .mt_SS_pc,
  .mt_SS {
    margin-top: 20px;
  }
  .mt_S_pc,
  .mt_S,
  .editArea * + p,
  .editArea h4,
  .editArea h5,
  .editArea blockquote,
  .editArea iframe,
  .editArea table,
  .editArea ul + ul,
  .editArea ul + ol,
  .editArea ol + ol,
  .editArea ol + ul,
  .editArea img,
  .list_ul,
  .list_ol {
    margin-top: 30px;
  }
  .mt_M_pc,
  .mt_M,
  .editArea * + h2,
  .editArea h3 {
    margin-top: 40px;
  }
  .mt_L_pc,
  .mt_L {
    margin-top: 50px;
  }
  .mt_LL_pc,
  .mt_LL {
    margin-top: 70px;
  }
  .mt_XL_pc,
  .mt_XL {
    margin-top: 100px;
  }
  .mb_XS_pc,
  .mb_XS {
    margin-bottom: 15px;
  }
  .mb_SS_pc,
  .mb_SS {
    margin-bottom: 20px;
  }
  .mb_S_pc,
  .mb_S,
  .editArea ul + p,
  .editArea h2,
  .editArea h3,
  .editArea h4,
  .editArea h5,
  .editArea blockquote,
  .editArea iframe,
  .editArea table,
  .editArea ol + p {
    margin-bottom: 30px;
  }
  .mb_M_pc,
  .mb_M {
    margin-bottom: 40px;
  }
  .mb_L_pc,
  .mb_L {
    margin-bottom: 50px;
  }
  .mb_LL_pc,
  .mb_LL {
    margin-bottom: 70px;
  }
  .mb_XL_pc,
  .mb_XL {
    margin-bottom: 100px;
  }
  .pt_XS_pc,
  .pt_XS {
    padding-top: 15px;
  }
  .pt_SS_pc,
  .pt_SS {
    padding-top: 20px;
  }
  .pt_S_pc,
  .pt_S {
    padding-top: 30px;
  }
  .pt_M_pc,
  .pt_M {
    padding-top: 40px;
  }
  .pt_L_pc,
  .pt_L {
    padding-top: 50px;
  }
  .pt_LL_pc,
  .pt_LL {
    padding-top: 70px;
  }
  .pt_XL_pc,
  .pt_XL {
    padding-top: 100px;
  }
  .pb_XS_pc,
  .pb_XS {
    padding-bottom: 15px;
  }
  .pb_SS_pc,
  .pb_SS {
    padding-bottom: 20px;
  }
  .pb_S_pc,
  .pb_S {
    padding-bottom: 30px;
  }
  .pb_M_pc,
  .pb_M {
    padding-bottom: 40px;
  }
  .pb_L_pc,
  .pb_L {
    padding-bottom: 50px;
  }
  .pb_LL_pc,
  .pb_LL {
    padding-bottom: 70px;
  }
  .pb_XL_pc,
  .pb_XL {
    padding-bottom: 100px;
  }
}

/*---------------------------------------------
フォントの設定
---------------------------------------------*/
@media only screen and (max-width: 768px) {
  .font_XS_sp,
  .font_XS {
    font-size: 1rem;
  }
  .font_SS_sp,
  .font_SS {
    font-size: 1.2rem;
  }
  .font_S_sp,
  .font_S {
    font-size: 1.4rem;
  }
  .font_M_sp,
  .font_M {
    font-size: 1.8rem;
  }
  .font_L_sp,
  .font_L {
    font-size: 2rem;
  }
  .font_LL_sp,
  .font_LL {
    font-size: 2.2rem;
  }
  .font_XL_sp,
  .font_XL {
    font-size: 2.6rem;
  }
}

@media only screen and (min-width: 769px) {
  .font_XS_pc,
  .font_XS {
    font-size: 1.2rem;
  }
  .font_SS_pc,
  .font_SS {
    font-size: 1.4rem;
  }
  .font_S_pc,
  .font_S {
    font-size: 1.6rem;
  }
  .font_M_pc,
  .font_M {
    font-size: 1.8rem;
  }
  .font_L_pc,
  .font_L {
    font-size: 2rem;
  }
  .font_LL_pc,
  .font_LL {
    font-size: 2.6rem;
  }
  .font_XL_pc,
  .font_XL {
    font-size: 2.6rem;
  }
}

/*----------------*/
/* 　　ベース　　　  */
/*----------------*/
html {
  font-size: 62.5%;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'MS Pゴシック', 'MS PGothic', sans-serif;
  color: #4b4b4b;
  line-height: 1.8;
  position: relative;
  height: 100%;
}

@media only screen and (min-width: 769px) {
  html {
    min-height: 100%;
  }
}

@media all and (-ms-high-contrast: none) {
  html {
    font-family: "メイリオ", Meiryo, Helvetica, sans-serif;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  html:not(:target) {
    font-family: "メイリオ", Meiryo, Helvetica, sans-serif\9;
  }
}

body {
  font-size: 1.5rem;
  opacity: 1;
  -webkit-transition: .2s .1s;
  transition: .2s .1s;
  position: absolute;
  min-height: 100%;
  width: 100%;
  padding-bottom: 0;
  background-color: #f9fcff;
}

@media only screen and (min-width: 769px) {
  body {
    font-size: 1.6rem;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}

a {
  color: #4b4b4b;
  text-decoration: none;
  cursor: pointer;
}

h1, h2, h3, h4 {
  line-height: 1.4;
}

p + p {
  margin-top: .2em;
}

@media only screen and (max-width: 768px) {
  .is-pc {
    display: none !important;
  }
}

@media only screen and (min-width: 769px) {
  .is-sp {
    display: none !important;
  }
}

/*# sourceMappingURL=main.css.map */
/* footerを最下部に調整*/
.heightBox {
  min-height: calc(100vh - 265px);
}

@media only screen and (min-width: 769px) {
  .heightBox {
    min-height: calc(100vh - 320px);
  }
}

@media only screen and (min-width: 960px) {
  .heightBox {
    min-height: calc(100vh - 320px);
  }
}

/*余白の調整*/
.pt_header {
  padding-top: 60px;
}

@media only screen and (min-width: 769px) {
  .pt_header {
    padding-top: 100px;
  }
}

/* コンテンツ幅 */
.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media only screen and (max-width: 960px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 960px) {
  .container {
    max-width: 960px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.container_S {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 769px) {
  .container_S {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* テキスト位置 */
.t_left {
  text-align: left;
}

.t_center {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .t_center_sp {
    text-align: center;
  }
}

@media only screen and (min-width: 769px) {
  .t_center_pc {
    text-align: center;
  }
}

.t_right {
  text-align: right;
}

/* フォント系 */
.f_bold {
  font-weight: bold;
}

.f_white {
  color: #fff;
}

/* バナーリンク */
@media only screen and (min-width: 769px) {
  .link_banner {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .link_banner:hover {
    -webkit-filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.16));
            filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.16));
  }
  .link_txt {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .link_txt:hover {
    color: #03862D;
  }
}

/* 背景色 */
.bgc_pink {
  background-color: #e0efff;
}

/* map */
.iframeMap iframe {
  width: 100%;
}

/*ヘッダー*/
.header {
  background-color: #f9fcff;
  position: fixed;
  width: 100%;
  height: 60px;
  z-index: 50;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
}

@media only screen and (min-width: 769px) {
  .header {
    height: 90px;
  }
}

.header .header-inner {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  position: relative;
  padding: 15px 0 0 0;
}

@media only screen and (max-width: 959px) {
  .header .header-inner {
    width: 100%;
  }
}

@media only screen and (min-width: 769px) {
  .header .header-inner {
    padding: 27px 0;
  }
}

/*グロナビ*/
.global-nav {
  position: fixed;
  left: -320px;
  /* これで隠れる */
  top: 0;
  width: 300px;
  /* スマホに収まるくらい */
  height: 100vh;
  padding-top: 60px;
  background-color: #e0efff;
  -webkit-transition: all .6s;
  transition: all .6s;
  z-index: 200;
  overflow-y: auto;
  /* メニューが多くなったらスクロールできるように */
}

.hamburger {
  position: absolute;
  left: 15px;
  top: 0;
  width: 50px;
  /* クリックしやすいようにちゃんと幅を指定する */
  height: 50px;
  /* クリックしやすいようにちゃんと高さを指定する */
  cursor: pointer;
  z-index: 300;
  -webkit-transition: all .6s;
  transition: all .6s;
}

@media only screen and (min-width: 769px) {
  .hamburger {
    top: 15px;
  }
}

@media only screen and (min-width: 960px) {
  .hamburger {
    left: 0;
  }
}

.hamburger__line {
  position: absolute;
  left: 10px;
  width: 26px;
  height: 2px;
  background-color: #03862D;
  -webkit-transition: all .6s;
  transition: all .6s;
}

.hamburger__line--1 {
  top: 10px;
}

.hamburger__line--2 {
  top: 20px;
}

.hamburger__line--3 {
  top: 30px;
}

.hamburger__menu {
  position: absolute;
  top: 36px;
  font-size: 1.2rem;
}

.global-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.global-nav__item {
  border-bottom: 2px solid #03862D;
}

.global-nav__item a {
  display: block;
  padding: 15px 20px;
  text-decoration: none;
  color: #4b4b4b;
  font-weight: bold;
  -webkit-transition: .3s;
  transition: .3s;
}

.global-nav__item a:hover {
  color: #03862D;
}

.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .6s;
  transition: all .6s;
  cursor: pointer;
}

/* 表示された時用のCSS */
.nav-open .global-nav {
  left: 0;
}

.nav-open .black-bg {
  opacity: .8;
  visibility: visible;
}

@media only screen and (min-width: 960px) {
  .nav-open .hamburger {
    position: fixed;
    left: 240px;
  }
}

.nav-open .hamburger__line--1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 20px;
}

.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}

.nav-open .hamburger__line--3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 20px;
}

/*ロゴ*/
.logo {
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .logo_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.logo_title {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #03862D;
  font-size: 1.5rem;
}

@media only screen and (min-width: 769px) {
  .logo_title {
    font-size: 1.6em;
  }
}

.logo_icon {
  width: 104px;
  height: 18px;
}

@media only screen and (max-width: 768px) {
  .logo_icon {
    margin-top: 5px;
  }
}

@media only screen and (min-width: 769px) {
  .logo_icon {
    width: 193px;
    height: 33px;
  }
}

/*検索*/
.search {
  position: absolute;
  right: 15px;
  top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 769px) {
  .search {
    top: 25px;
  }
}

@media only screen and (min-width: 960px) {
  .search {
    right: 0;
  }
}

@media only screen and (max-width: 960px) {
  .search .gsc-input {
    display: none;
  }
}

.search .gsc-input .gsc-input-box {
  border-radius: 20px;
}

.search .gsc-input-box {
  width: 146px;
  background-color: #fff;
  line-height: 40px;
  height: 40px;
}

.search .gsc-input-box table {
  height: 40px;
}

.search .gsc-input-box input {
  background-color: #fff;
}

.search .gsc-input-box .gsib_a {
  padding: 0 10px;
}

.search .gsc-search-button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.search .gsc-search-button .gsc-search-button-v2 {
  padding: 6px;
}

.search .search_btn {
  font-size: 1.3rem;
  background-color: #03862D;
  text-align: center;
  border-radius: 50%;
}

.search .search_btn a {
  display: block;
  color: #fff;
  padding: 5px;
  width: 30px;
  height: 30px;
}

/* footer */
.footer {
  width: 100%;
  background-color: #e0efff;
  position: relative;
  padding-top: 50px;
}

.footer_copy {
  padding: .5em 0 .6em;
  background-color: #03862D;
  color: #fff;
  text-align: center;
}

.footer_copy small {
  font-size: 1.2rem;
}

@media only screen and (max-width: 768px) {
  .footer_copy.copy_bottom {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .footer_inner {
    font-size: 1.5rem;
  }
}

.footer_nav {
  position: relative;
  padding-left: .5em;
}

.footer_nav::before {
  position: absolute;
  display: block;
  content: '';
  width: 1px;
  height: 1em;
  top: .3em;
  left: 0;
  background-color: #4b4b4b;
}

.footer_nav li {
  display: inline-block;
  position: relative;
  padding: 0 .5em 0 0;
}

.footer_nav li::after {
  position: absolute;
  display: block;
  content: '';
  width: 1px;
  height: 1em;
  top: .3em;
  right: 0;
  background-color: #4b4b4b;
}

@media only screen and (min-width: 769px) {
  .footer_nav li a {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .footer_nav li a:hover {
    text-decoration: underline;
    color: #03862D;
  }
}

#to-top {
  opacity: 0;
}

#to-top.to-top.is-show {
  position: fixed;
  opacity: 1;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
  cursor: pointer;
  bottom: 15px;
  right: 15px;
  z-index: 1000;
  -webkit-transition: .5s;
  transition: .5s;
}

#to-top.to-top.is-show:hover {
  bottom: 20px;
}

@media only screen and (min-width: 960px) {
  #to-top.to-top.is-show {
    bottom: 15px;
    right: calc(50% - 470px);
  }
}

#to-top.to-top.is-show .to-top_pc {
  background-color: #03862D;
  border-radius: 50%;
  text-align: center;
  line-height: 1.5;
  width: 90px;
  height: 90px;
}

#to-top.to-top.is-show .to-top_pc a {
  position: relative;
  color: #fff;
  font-size: 1.5rem;
  padding-top: 30px;
  display: block;
}

#to-top.to-top.is-show .to-top_pc a::before {
  content: '';
  display: block;
  position: absolute;
  top: 15px;
  left: calc(50% - 5px);
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.to-top_sp {
  position: absolute;
  right: 15px;
  top: -30px;
}

.to-top_sp__inner {
  background-color: #03862D;
  border-radius: 50%;
  text-align: center;
  line-height: 1.5;
  width: 60px;
  height: 60px;
}

.to-top_sp__inner a {
  color: #fff;
  display: block;
  position: relative;
  padding-top: 25px;
}

.to-top_sp__inner a::before {
  content: '';
  display: block;
  position: absolute;
  top: 15px;
  left: calc(50% - 6px);
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*---------------------------------------------
// パンくずリスト
---------------------------------------------*/
#breadcrumb li {
  font-size: 1.2rem;
  display: inline-block;
  color: #4b4b4b;
  position: relative;
  padding-right: .5em;
  margin-right: .8em;
}

@media only screen and (min-width: 769px) {
  #breadcrumb li {
    font-size: 1.3rem;
  }
}

#breadcrumb li::after {
  left: 100%;
  top: 33%;
  position: absolute;
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #03862D;
  border-right: 1px solid #03862D;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#breadcrumb li:last-child::after {
  content: none;
}

#breadcrumb li a {
  text-decoration: none;
  color: #4b4b4b;
}

@media only screen and (min-width: 769px) {
  #breadcrumb li a {
    -webkit-transition: .3s;
    transition: .3s;
  }
  #breadcrumb li a:hover {
    color: #03862D;
  }
}

/*---------------------------------------------
// 投稿エリア
---------------------------------------------*/
.editArea h2 {
  font-size: 1.8rem;
  padding: .7em 1.2em;
  border-radius: 10px;
  background: linear-gradient(-45deg, #fff 25%, #f9fcff 0, #f9fcff 50%, #fff 0, #fff 75%, #f9fcff 0);
  background-size: auto auto;
  background-color: #e0efff;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, #fff 5px, #fff 8px);
}

@media only screen and (min-width: 769px) {
  .editArea h2 {
    font-size: 2.2rem;
  }
}

.editArea h3 {
  font-size: 1.8rem;
  border-bottom: 2px dotted #03862D;
  padding-bottom: .2em;
  position: relative;
  padding-left: 1em;
}

.editArea h3::before {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #f9fcff;
  border-radius: 50%;
  content: '';
  top: .35em;
  left: 0;
}

.editArea h4, .editArea h5 {
  font-weight: bold;
}

.editArea h5 {
  font-size: .9em;
}

.editArea img {
  border-radius: 10px;
}

.editArea ul > li {
  line-height: 2;
  position: relative;
  padding-left: 1.3em;
}

.editArea ul > li::before {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #f9fcff;
  border-radius: 50%;
  content: '';
  top: 8px;
  left: 0;
}

.editArea ol {
  counter-reset: num;
}

.editArea ol > li {
  line-height: 2;
  position: relative;
  padding-left: 2em;
}

.editArea ol > li::before {
  position: absolute;
  font-weight: bold;
  counter-increment: num;
  content: counter(num) ".";
  top: 0;
  left: 0;
}

.editArea a:not(.btn_more) {
  color: #03862D;
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
}

.editArea a:not(.btn_more)[target=_blank] {
  position: relative;
  padding-right: 1.1em;
  margin-right: .2em;
}

.editArea a:not(.btn_more)[target=_blank]::after {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: .8em;
  font-family: 'fontawesome';
  content: '\f35d';
}

@media only screen and (min-width: 769px) {
  .editArea a:not(.btn_more) {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .editArea a:not(.btn_more):hover {
    opacity: .7;
  }
}

.editArea table {
  width: 100%;
}

.editArea table tr th {
  color: #4b4b4b;
  background: #f9fcff;
}

@media only screen and (min-width: 769px) {
  .editArea table tr th {
    width: 200px;
    vertical-align: middle;
  }
}

.editArea table tr td {
  border-bottom: 2px solid #f9fcff;
  background-color: #fff;
}

@media only screen and (max-width: 768px) {
  .editArea table tr td {
    border-left: 2px solid #f9fcff;
    border-right: 2px solid #f9fcff;
  }
}

@media only screen and (min-width: 769px) {
  .editArea table tr td {
    border-top: 2px solid #f9fcff;
    border-right: 2px solid #f9fcff;
  }
}

.editArea table tr th, .editArea table tr td {
  padding: .5em .8em;
}

@media only screen and (max-width: 768px) {
  .editArea table tr th, .editArea table tr td {
    display: block;
  }
}

@media only screen and (min-width: 769px) {
  .editArea table tr:not(:first-child) th {
    border-top: 2px solid #fff;
  }
  .editArea table tr:first-child th {
    border-top: 2px solid #f9fcff;
  }
  .editArea table tr:last-child th {
    border-bottom: 2px solid #f9fcff;
  }
}

.editArea strong {
  font-weight: bold;
}

.editArea blockquote {
  background-color: #e0efff;
  padding: 15px;
  border-radius: 10px;
}

.editArea iframe {
  max-width: 100%;
}

@media only screen and (max-width: 768px) {
  .editArea iframe {
    width: 100%;
  }
}

/*---------------------------------------------
//見出し
---------------------------------------------*/
/*見出し*/
.heading, .editArea h2, .editArea h3, .footMenu_btn__menu, .post_catBtn__item, .post_title {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: bold;
}

.heading.h_1, .editArea h2.h_1, .editArea h3.h_1, .h_1.footMenu_btn__menu, .h_1.post_catBtn__item, .h_1.post_title {
  text-align: center;
  font-size: 2rem;
  color: #fff;
  background-color: #03862D;
  border-radius: 25px;
  padding: .3em;
}

@media only screen and (min-width: 769px) {
  .heading.h_1, .editArea h2.h_1, .editArea h3.h_1, .h_1.footMenu_btn__menu, .h_1.post_catBtn__item, .h_1.post_title {
    font-size: 2.6rem;
  }
}

.heading.h_2, .editArea h2.h_2, .editArea h3.h_2, .h_2.footMenu_btn__menu, .h_2.post_catBtn__item, .h_2.post_title {
  text-align: center;
  font-size: 2rem;
  color: #03862D;
  padding: .4em;
  background: linear-gradient(-45deg, #fff 25%, #f9fcff 0, #f9fcff 50%, #fff 0, #fff 75%, #f9fcff 0);
  background-size: auto auto;
  background-color: #e0efff;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, #fff 5px, #fff 8px);
}

@media only screen and (min-width: 769px) {
  .heading.h_2, .editArea h2.h_2, .editArea h3.h_2, .h_2.footMenu_btn__menu, .h_2.post_catBtn__item, .h_2.post_title {
    font-size: 2.6rem;
  }
}

.heading.h_3, .editArea h2.h_3, .editArea h3.h_3, .h_3.footMenu_btn__menu, .h_3.post_catBtn__item, .h_3.post_title {
  position: relative;
  display: block;
  padding-left: 30px;
  font-size: 2.2rem;
}

.heading.h_3::before, .editArea h2.h_3::before, .editArea h3.h_3::before, .h_3.footMenu_btn__menu::before, .h_3.post_catBtn__item::before, .h_3.post_title::before {
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: #03862D;
  border-radius: 50%;
  content: '';
  top: calc(50% - 12px);
  left: 0;
}

.heading.h_3::after, .editArea h2.h_3::after, .editArea h3.h_3::after, .h_3.footMenu_btn__menu::after, .h_3.post_catBtn__item::after, .h_3.post_title::after {
  position: absolute;
  content: '';
  height: 1px;
  width: calc(100% - 210px);
  border-top: dotted 3px #03862D;
  top: calc(50% - 1px);
  right: 0;
}

.heading.h_3min, .editArea h2.h_3min, .editArea h3.h_3min, .h_3min.footMenu_btn__menu, .h_3min.post_catBtn__item, .h_3min.post_title {
  position: relative;
  display: block;
  padding-left: 24px;
}

.heading.h_3min::before, .editArea h2.h_3min::before, .editArea h3.h_3min::before, .h_3min.footMenu_btn__menu::before, .h_3min.post_catBtn__item::before, .h_3min.post_title::before {
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: #03862D;
  border-radius: 50%;
  content: '';
  top: calc(50% - 9px);
  left: 0;
}

.heading.h_3min::after, .editArea h2.h_3min::after, .editArea h3.h_3min::after, .h_3min.footMenu_btn__menu::after, .h_3min.post_catBtn__item::after, .h_3min.post_title::after {
  position: absolute;
  content: '';
  height: 1px;
  width: calc(100% - 130px);
  border-top: dotted 3px #03862D;
  top: calc(50% - 1px);
  right: 0;
}

.heading.h_4, .editArea h2.h_4, .editArea h3.h_4, .h_4.footMenu_btn__menu, .h_4.post_catBtn__item, .h_4.post_title {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 283px;
  position: relative;
  height: 50px;
  /*リボンの高さ*/
  line-height: 50px;
  /*リボンの高さ*/
  text-align: center;
  padding: 0 30px;
  /*横の大きさ*/
  font-size: 2rem;
  /*文字の大きさ*/
  background: #03862D;
  /*塗りつぶし色*/
  color: #fff;
  /*文字色*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.heading.h_4::before, .editArea h2.h_4::before, .editArea h3.h_4::before, .h_4.footMenu_btn__menu::before, .h_4.post_catBtn__item::before, .h_4.post_title::before, .heading.h_4::after, .editArea h2.h_4::after, .editArea h3.h_4::after, .h_4.footMenu_btn__menu::after, .h_4.post_catBtn__item::after, .h_4.post_title::after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.heading.h_4::before, .editArea h2.h_4::before, .editArea h3.h_4::before, .h_4.footMenu_btn__menu::before, .h_4.post_catBtn__item::before, .h_4.post_title::before {
  top: 0;
  left: 0;
  border-width: 25px 0px 25px 10px;
  border-color: transparent transparent transparent #e0efff;
  border-style: solid;
}

.heading.h_4::after, .editArea h2.h_4::after, .editArea h3.h_4::after, .h_4.footMenu_btn__menu::after, .h_4.post_catBtn__item::after, .h_4.post_title::after {
  top: 0;
  right: 0;
  border-width: 25px 10px 25px 0px;
  border-color: transparent #e0efff transparent transparent;
  border-style: solid;
}

.heading.h_5, .editArea h2.h_5, .editArea h3.h_5, .h_5.footMenu_btn__menu, .h_5.post_catBtn__item, .h_5.post_title {
  position: relative;
  padding-left: 1.5em;
  font-size: 1.5rem;
}

@media only screen and (min-width: 769px) {
  .heading.h_5, .editArea h2.h_5, .editArea h3.h_5, .h_5.footMenu_btn__menu, .h_5.post_catBtn__item, .h_5.post_title {
    font-size: 1.8rem;
  }
}

.heading.h_5::before, .editArea h2.h_5::before, .editArea h3.h_5::before, .h_5.footMenu_btn__menu::before, .h_5.post_catBtn__item::before, .h_5.post_title::before {
  position: absolute;
  left: .35em;
  top: 32%;
  content: '';
  display: block;
  width: .25em;
  height: .25em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  z-index: 2;
}

.heading.h_5::after, .editArea h2.h_5::after, .editArea h3.h_5::after, .h_5.footMenu_btn__menu::after, .h_5.post_catBtn__item::after, .h_5.post_title::after {
  position: absolute;
  left: 0;
  top: 20%;
  background-color: #03862D;
  content: '';
  width: 1em;
  height: 1em;
  border-radius: 50%;
  z-index: 1;
}

/* リスト */
.list_ul {
  margin: 10px 0;
}

.list_ul li {
  line-height: 2;
  text-indent: -1.5em;
  margin-left: 1.5em;
}

.list_ul li::before {
  display: inline-block;
  text-indent: 0;
  content: '●';
  color: #03862D;
  -webkit-transform: scale(0.8, 0.8);
          transform: scale(0.8, 0.8);
  line-height: 1;
  vertical-align: .08em;
  width: 1.5em;
}

.list_ul li a {
  color: #03862D;
  text-decoration: underline;
}

.list_ol {
  margin: 10px 0;
  counter-reset: num;
  text-indent: -1.7em;
}

.list_ol li {
  line-height: 2;
  margin-left: 1.7em;
}

.list_ol li::before {
  display: inline-block;
  text-indent: .43em;
  font-size: .8em;
  width: 1.4em;
  height: 1.3em;
  line-height: 1.6;
  counter-increment: num;
  content: counter(num);
  color: #fff;
  margin-right: .5em;
  background-color: #03862D;
  border-radius: .7em;
}

.list_ol li a {
  color: #03862D;
  text-decoration: underline;
}

.list_info__item {
  padding: 1em 0;
}

.list_info__item:not(:first-child) {
  border-top: 2px dotted #03862D;
}

@media only screen and (min-width: 769px) {
  .list_info__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 30px 20px;
  }
}

.list_info__time {
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .list_info__time {
    display: block;
  }
}

@media only screen and (min-width: 769px) {
  .list_info__time {
    width: 200px;
  }
}

.list_info__txt {
  text-decoration: underline;
}

@media only screen and (min-width: 769px) {
  .list_info__txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .list_info__txt a {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .list_info__txt a:hover {
    color: #03862D;
  }
}

/* ボタン */
.btn_more {
  margin-left: auto;
  margin-right: auto;
  max-width: 287px;
  width: 100%;
}

.btn_more a {
  display: block;
  border: 2px solid #03862D;
  border-radius: 10px;
  color: #03862D;
  font-weight: bold;
  background-color: #fff;
  padding: .8em;
  text-align: center;
  position: relative;
  padding-right: 1.5em;
  -webkit-filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.16));
}

.btn_more a::after {
  right: 20px;
  top: 40%;
  position: absolute;
  content: '';
  display: block;
  width: .5em;
  height: .5em;
  border-top: 2px solid #03862D;
  border-right: 2px solid #03862D;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media only screen and (min-width: 769px) {
  .btn_more a {
    -webkit-transition: .6s;
    transition: .6s;
  }
  .btn_more a:hover {
    color: #fff;
    background-color: #03862D;
  }
  .btn_more a:hover::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}

/* グリッドレイアウト */
@media only screen and (max-width: 768px) {
  .grid {
    display: block;
  }
  .grid_item {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 769px) {
  .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
    margin-right: -15px;
  }
  .grid_item {
    margin: 0 15px 15px 0;
  }
  .grid_item.x1 {
    width: calc(8.33333% - 15px);
  }
  .grid_item.x2 {
    width: calc(16.66666% - 15px);
  }
  .grid_item.x3 {
    width: calc(24.99999% - 15px);
  }
  .grid_item.x4 {
    width: calc(33.33332% - 15px);
  }
  .grid_item.x5 {
    width: calc(41.66665% - 15px);
  }
  .grid_item.x6 {
    width: calc(49.99998% - 15px);
  }
  .grid_item.x7 {
    width: calc(58.33331% - 15px);
  }
  .grid_item.x8 {
    width: calc(66.66664% - 15px);
  }
  .grid_item.x9 {
    width: calc(74.99997% - 15px);
  }
  .grid_item.x10 {
    width: calc(83.3333% - 15px);
  }
  .grid_item.x11 {
    width: calc(91.66663% - 15px);
  }
}

/* sp 2個並びグリッド */
@media only screen and (max-width: 768px) {
  .gridHalf_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
  }
  .gridHalf_sp .gridHalf_sp__item {
    width: calc(50% - 8px);
  }
  .gridHalf_sp .gridHalf_sp__item img {
    width: 100%;
    height: auto;
  }
  .gridHalf_sp .gridHalf_sp__item:nth-of-type(even) {
    margin-left: 16px;
  }
}

/* カード（記事一覧）*/
@media only screen and (max-width: 768px) {
  .card {
    padding-top: 15px;
  }
  .card:not(:first-child) {
    border-top: 2px dotted #03862D;
  }
}

@media only screen and (min-width: 769px) {
  .card {
    border: 1px solid #f9fcff;
    background-color: #fff;
    border-radius: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    padding-bottom: 20px;
  }
  .card:hover {
    opacity: .9;
    -webkit-box-shadow: 8px 8px 8px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 8px 8px 8px 0 rgba(0, 0, 0, 0.15);
  }
}

@media only screen and (max-width: 768px) {
  .card_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .card_content__inner {
    border: 1px solid #f9fcff;
    background-color: #fff;
  }
}

.card_img {
  display: block;
  width: 125px;
  height: 70px;
  overflow: hidden;
  position: relative;
}

@media only screen and (min-width: 769px) {
  .card_img {
    width: 100%;
    height: 169px;
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid #f9fcff;
  }
}

.card_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .card_title {
    margin-left: 10px;
  }
}

@media only screen and (min-width: 769px) {
  .card_title {
    padding: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .card_cat ul {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 769px) {
  .card_cat ul {
    padding: 0 20px;
    margin-bottom: -5px;
  }
}

.card_cat ul li {
  font-size: 1.1rem;
  display: inline-block;
  background-color: #e0efff;
  margin-bottom: 5px;
}

.card_cat ul li:not(:last-child) {
  margin-right: 3px;
}

.card_cat ul li a {
  display: block;
  color: #03862D;
  padding: 4px 8px 3px;
}

/* foot追従メニュー*/
.footMenu {
  position: fixed;
  bottom: 0px;
  /* これで隠れる */
  left: 0;
  height: 380px;
  /* スマホに収まるくらい */
  width: 100%;
  padding-top: 20px;
  background-color: #e0efff;
  -webkit-transition: all .6s;
  transition: all .6s;
  z-index: 200;
}

.footMenu-open .footMenu {
  bottom: -400px;
}

.footMenu_btn {
  position: fixed;
  display: block;
  text-align: center;
  bottom: 340px;
  left: 0;
  width: 100%;
  height: 50px;
  cursor: pointer;
  z-index: 300;
  -webkit-transition: all .6s;
  transition: all .6s;
  background-color: #e0efff;
  padding: 10px;
  -webkit-box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.15);
}

.footMenu_btn__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footMenu_btn__img {
  width: 60px;
  height: auto;
  margin-top: -2px;
}

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

.footMenu_btn__menu {
  color: #03862D;
  height: 1.6em;
  padding-left: 8px;
  font-size: 1.8rem;
}

/* add 20210423 ys */
.footMenu_btn__close_icon{
  position: relative;
  margin-left: 8px;
}

.footMenu_btn__icon {
  position: relative;
  margin-left: 8px;
}


/* 
  -webkit-animation: fluffy1 2s ease 2;
          animation: fluffy1 2s ease 2;

@keyframes fluffy1 {
  0% { transform:translateY(0) }
  5% { transform:translateY(0) }
  10% { transform:translateY(0) }
  20% { transform:translateY(-15px) }
  25% { transform:translateY(0) }
  30% { transform:translateY(-15px) }
  50% { transform:translateY(0) }
  100% { transform:translateY(0) }
}
ys */

/* 説明 add 20210423 ys */
.desc_more {
  margin-left: auto;
  margin-right: auto;
  padding: .8em 0em 0em 0em;
  width: 100%;
  color: #03862D;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.footMenu_btn__close_icon::before {
  display: block;
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: -7px;
  width: 16px;
  height: 2px;
  background: #03862D;
}

.footMenu_btn__close_icon {
  margin-top: 2px;
  margin-left: 12px;
  width: 2px;
  height: 16px;
  background: #03862D;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* #03862D */

.footMenu-open .footMenu_btn {
  bottom: 0px;
}

.footMenu-open .footMenu_btn .footMenu_btn__close_icon {
  display: none;
}

.footMenu-open .footMenu_btn .footMenu_btn__icon::after {
  position: absolute;
  top: calc(50% - 1px);
  content: '';
  display: block;
  width: .5em;
  height: .5em;
  border-top: 2px solid #03862D;
  border-right: 2px solid #03862D;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.footMenu_List {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -10px;
  margin-bottom: -10px;
}

.footMenu_List__item {
  width: 30%;
  margin: 0 0 10px 10px;
}

.footMenu_List__btn {
  display: block;
  text-align: center;
  background-color: #fff;
  border-radius: 13px;
  padding: 5px;
}

.footMenu_List__txt {
  display: block;
  color: #03862D;
  font-size: 1.3rem;
  line-height: 1;
}

.footMenu_List__icon {
  width: 80px;
  height: 36px;
}

/*# sourceMappingURL=main.css.map */
/* アニメーション */
.is-animate {
  opacity: 0;
}

.is-animate.fadein.is-show {
  -webkit-animation: fadein .7s linear .5s forwards;
          animation: fadein .7s linear .5s forwards;
}

.is-animate.up.is-show {
  -webkit-animation: up .8s linear .5s forwards;
          animation: up .8s linear .5s forwards;
}

.is-show + .is-animate.up.is-show {
  -webkit-animation: up .8s linear .5s forwards;
          animation: up .8s linear .5s forwards;
}

.is-animate.right.is-show {
  opacity: 0;
  -webkit-animation: right 1s linear .5s forwards;
          animation: right 1s linear .5s forwards;
}

.is-animate.left.is-show {
  opacity: 0;
  -webkit-animation: left 1s linear .5s forwards;
          animation: left 1s linear .5s forwards;
}

.is-animate.bottom.is-show {
  opacity: 0;
  -webkit-animation: drop .5s linear .5s forwards;
          animation: drop .5s linear .5s forwards;
}

.is-show + .is-animate.bottom.is-show {
  opacity: 0;
  -webkit-animation: drop .5s linear .5s forwards;
          animation: drop .5s linear .5s forwards;
}

@-webkit-keyframes up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes drop {
  0% {
    opacity: 0;
    top: -5px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

@keyframes drop {
  0% {
    opacity: 0;
    top: -5px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

@-webkit-keyframes right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
  }
  70% {
    opacity: .3;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
  }
  70% {
    opacity: .3;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
  }
  70% {
    opacity: .3;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
  }
  70% {
    opacity: .3;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes spanX {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes spanX {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

/* ページネーション */
.pager {
  text-align: center;
}

.pager > * {
  line-height: 44px;
  display: inline-block;
}

.pager_current {
  color: #03862D;
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (max-width: 768px) {
  .pager_current {
    font-size: .9em;
  }
}

.pager_prev, .pager_next {
  color: #03862D;
  width: 80px;
  border: 4px solid #f9fcff;
  background-color: #e0efff;
  border-radius: 25px;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

.pager_prev:hover, .pager_next:hover {
  background-color: #f9fcff;
}

.pager .not-work {
  opacity: .4;
}

.pager_next {
  padding-right: .6em;
}

.pager_next::after {
  position: absolute;
  right: 1em;
  top: 45%;
  content: '';
  display: block;
  width: .3em;
  height: .3em;
  border-top: 1px solid #03862D;
  border-right: 1px solid #03862D;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: .3s;
  transition: .3s;
}

.pager_next:hover::after {
  right: .7em;
}

.pager_prev {
  padding-left: .6em;
}

.pager_prev::before {
  position: absolute;
  left: 1em;
  top: 45%;
  content: '';
  display: block;
  width: .3em;
  height: .3em;
  border-top: 1px solid #03862D;
  border-left: 1px solid #03862D;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: .3s;
  transition: .3s;
}

.pager_prev:hover::before {
  left: .7em;
}

@media only screen and (max-width: 768px) {
  .pager {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 769px) {
  .pager {
    margin-top: 70px;
  }
}

/* ページ*/
/*# sourceMappingURL=main.css.map */
/* トップページ */
.top_info {
  padding-top: 15px;
  padding-bottom: 25px;
}

@media only screen and (min-width: 769px) {
  .top_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top_info > :last-child {
    margin-left: auto;
  }
}

@media only screen and (min-width: 769px) {
  .top_info__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.top_info__list a {
  text-decoration: underline;
}

.top_info__pickup {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  position: relative;
  margin-right: 20px;
  width: 140px;
  height: 40px;
  background: #fff;
  text-align: center;
  padding: 4px 0 5px;
  border: 1px solid #03862D;
  color: #03862D;
  font-weight: bold;
  border-radius: 5px;
}

.top_info__pickup::before {
  position: absolute;
  content: "";
  z-index: 2;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left: 10px solid #fff;
  left: 100%;
  top: 50%;
}

.top_info__pickup::after {
  position: absolute;
  content: "";
  z-index: 1;
  margin-top: -6px;
  border: 6px solid transparent;
  border-left: 11px solid #03862D;
  left: 100%;
  top: 50%;
}

.top_info__more {
  text-align: right;
}

@media only screen and (min-width: 769px) {
  .top_info__more {
    width: 200px;
  }
}

.top_info__more a {
  position: relative;
  padding-right: 1.5em;
  font-weight: bold;
  display: block;
}

.top_info__more a::before {
  right: .35em;
  top: 38%;
  position: absolute;
  content: '';
  display: block;
  width: .25em;
  height: .25em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 2;
}

.top_info__more a::after {
  position: absolute;
  right: 0;
  top: 20%;
  background-color: #03862D;
  content: '';
  width: 1em;
  height: 1em;
  border-radius: 50%;
  z-index: 1;
}

/*ためマップ*/
.button-tab[aria-selected="true"] {
  background-color: #f9fcff;
  color: #03862D;
  font-weight: bold;
}

.tamemap_box .button-tab {
  cursor: pointer;
}

.tamemap_box .button-tab:hover, .tamemap_box .button-tab:focus {
  background-color: #f9fcff;
}

.tamemap_tablist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  overflow-x: auto;
  margin-bottom: -1px;
}

.tamemap_tabitem {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 1.3rem;
  width: 100%;
  padding: .5em 0 .2em;
  background-color: #fff;
  border: 1px solid #03862D;
  border-radius: 10px 10px 0 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5;
}

@media only screen and (min-width: 769px) {
  .tamemap_tabitem {
    font-size: 1.8rem;
  }
  .tamemap_tabitem:not(:first-child) {
    margin-left: 5px;
  }
}

.tamemap_panels {
  position: relative;
  border: 1px solid #03862D;
  border-top-width: 3px;
  border-radius: 0 0 10px 10px;
}

.tamemap_panel {
  height: 494px;
}

.tamemap_panel iframe {
  border-radius: 0 0 10px 10px;
}

.tamemap_auther {
  display: block;
  font-size: 0.625rem;
  text-align: right;
  text-decoration: underline;
}

.tamemap_cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -2%;
  margin-bottom: -10px;
}

@media only screen and (min-width: 769px) {
  .tamemap_cat {
    margin-left: -10px;
  }
}

@media only screen and (min-width: 769px) {
  .tamemap_cat__bg {
    background-color: #e0efff;
    padding-top: 115px;
    padding-bottom: 50px;
    margin-top: -90px;
  }
}

.tamemap_cat__item {
  width: 48%;
  margin-left: 2%;
  margin-bottom: 10px;
  font-size: 1.5rem;
}

@media only screen and (min-width: 769px) {
  .tamemap_cat__item {
    width: 146px;
    margin-left: 10px;
  }
}

.tamemap_cat__btn {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: bold;
  color: #fff;
  border-radius: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  padding: 10px 8px;
}

@media only screen and (min-width: 769px) {
  .tamemap_cat__btn {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .tamemap_cat__btn:hover {
    -webkit-filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.3));
            filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.3));
  }
}

.tamemap_cat__btn.cat_1 {
  background-color: #fc5e52;
}

.tamemap_cat__btn.cat_2 {
  background-color: #ffa25f;
}

.tamemap_cat__btn.cat_3 {
  background-color: #80c98e;
}

.tamemap_cat__btn.cat_4 {
  background-color: #8c9ff0;
}

.tamemap_cat__btn.cat_5 {
  background-color: #c180e3;
}

.tamemap_cat__btn.cat_6 {
  background-color: #ff6a8d;
}

.tamemap_cat__icon {
  fill: #fff;
  width: 42px;
  height: 46px;
  margin-right: 8px;
}

.findList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -17px;
  margin-bottom: -17px;
}

.findList_item {
  width: 140px;
  margin: 0 0 17px 17px;
}

.findList_btn {
  display: block;
  text-align: center;
  background-color: #fff;
  border: 8px solid #f9fcff;
  border-radius: 13px;
  padding: 10px 8px;
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.09));
          filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.09));
}

@media only screen and (min-width: 769px) {
  .findList_btn:hover .anime_hoverFuwa {
    -webkit-animation-name: fuwafuwa;
            animation-name: fuwafuwa;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
    -webkit-animation-duration: .6s;
            animation-duration: .6s;
  }
}

.findList_txt {
  display: block;
  color: #03862D;
  font-weight: bold;
}

.findList_icon {
  width: 140px;
/*  height: 62px;
ys comment 20210702 */
}

[role="button"] {
  cursor: pointer;
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
}

@keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
}

/*# sourceMappingURL=main.css.map */
/* 投稿ページ */
.post_catBtn {
  border-bottom: 3px dotted #03862D;
  padding-bottom: 10px;
}

.post_catBtn__item {
  display: inline-block;
  margin-bottom: 10px;
}

@media only screen and (min-width: 769px) {
  .post_catBtn__item {
    font-size: 1.8rem;
  }
}

.post_catBtn__item:not(:last-child) {
  margin-right: 5px;
}

.post_catBtn__item a {
  color: #03862D;
  background-color: #e0efff;
  border: 4px solid #f9fcff;
  border-radius: 1.5em;
  display: block;
  padding: .2em 1.3em;
}

@media only screen and (min-width: 769px) {
  .post_catBtn__item a {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .post_catBtn__item a:hover {
    background-color: #f9fcff;
  }
}

.post_thumb {
  text-align: center;
}

.post_thumb img {
  border-radius: 10px;
}

.post_time {
  font-size: 1.4rem;
}

.post_title {
  color: #03862D;
  font-size: 2.2rem;
  background-color: #fff;
  border: 8px solid #f9fcff;
  border-radius: 13px;
  padding: .8em;
}

@media only screen and (min-width: 769px) {
  .post_title {
    font-size: 2.6rem;
  }
}

.post_catList ul li {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 1.1rem;
}

@media only screen and (min-width: 769px) {
  .post_catList ul li {
    font-size: 1.4rem;
  }
}

.post_catList ul li:not(:last-child) {
  margin-right: 3px;
}

.post_catList ul li a {
  display: block;
  color: #03862D;
  background-color: #e0efff;
  padding: 4px 8px 3px;
}

@media only screen and (min-width: 769px) {
  .post_catList ul li a {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .post_catList ul li a:hover {
    background-color: #f9fcff;
  }
}

/*# sourceMappingURL=main.css.map */
.form_heading {
  color: #4b4b4b;
  font-size: 1.12em;
}

.form_required {
  color: #EF5A2E;
  font-size: .8em;
}

.form_item {
  border: 1px solid #4b4b4b;
  padding: .8em;
  width: 100%;
}

.form_textArea {
  border: 1px solid #4b4b4b;
  padding: .8em;
  width: 100%;
  height: 180px;
}

.form_btn {
  padding: .8em;
  color: #fff;
  border: 1px solid #4b4b4b;
  background-color: #4b4b4b;
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .form_btn {
    -webkit-transition: .5s;
    transition: .5s;
  }
  .form_btn:hover {
    color: #4b4b4b;
    background-color: #fff;
  }
}

.form_btn_wrapper {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}

/*追加CSS*/
/*# sourceMappingURL=../map/main.css.map */



/* 追加CSS 検索ボックス */
form.gsc-search-box {
  font-size: 13px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 4px;
  margin-left: 0;
  width: 100%;
}

table.gsc-search-box {
  border-style: none;
  border-width: 0;
  border-spacing: 0 0;
  width: 100%;
  margin-bottom: 2px;
}

table.gsc-search-box {
  border-style: none;
  border-width: 0;
  border-spacing: 0 0;
  width: 100%;
  margin-bottom: 2px;
}

table.gsc-search-box td.gsc-input {
  padding-right: 12px;
}

table.gsc-search-box td {
  vertical-align: middle;
}
.gsc-input {
  font-size: 16px;
}

.search .gsc-input .gsc-input-box {
  border-radius: 20px;
}

.search .gsc-input-box {
  width: 146px;
  background-color: #fff;
  line-height: 40px;
  height: 40px;
}

input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
  border-color: #DB004C;
}
.gsc-input-box {
  border: 1px solid #dfe1e5;
  background: #fff;
}


.search .gsc-input-box table {
  height: 40px;
}

.gsst_b {
  font-size: 16px;
  padding: 0 2px;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  white-space: nowrap;
}

.gsst_a {
  cursor: pointer;
  padding: 0 4px;
}

.gsst_a {
  display: inline-block;
}

.search .gsc-search-button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

table.gsc-search-box td {
  vertical-align: middle;
}
.gsc-search-button {
  margin-left: 2px;
}
.gsc-search-button {
  width: 1%;
}



.search .gsc-search-button .gsc-search-button-v2 {
  padding: 6px;
}

.search .gsc-search-button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
  border-color: #DB004C;
  background-color: #DB004C;
  background-image: none;
  filter: none;
}
.gsc-search-button-v2 {
  font-size: 0;
  padding: 6px 27px;
  width: auto;
  vertical-align: middle;
  border: 1px solid #666;
  border-radius: 2px;
  border-color: #3079ed;
  background-color: #4d90fe;
  background-image: linear-gradient(top, #4d90fe, #4787ed);
}

.gsc-search-button-v2 svg {
  fill: #FFFFFF;
}
.gsc-search-button-v2 svg {
  fill: #fff;
}
.gsc-search-button-v2 svg {
  fill: #fff;
}