@charset "UTF-8";








.pagenav_menu_ttl {
    font-size: 22px;
    font-weight: bold;
    color: #6e6e6e;
    text-align:center;}
@media (max-width: 797.99px) {
.pagenav_menu_ttl {
    font-size: 130%;
}}



/*------------------------------------------------------------
  keyword
------------------------------------------------------------*/

.keyword-search-all {
  padding:1vh 1vw 2vh;
    margin: 0rem auto 3em;
    width: 100%;
    background: #fff;
    border: 8px solid #f2f2f2;}
@media (max-width: 797.99px) {
.keyword-search-all {
    margin: 0rem auto 2em;
}}


.keyword-search{
    margin: 0.5rem auto 0;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    justify-content: flex-start;
}

.keyword-search li{
  display: flex;
  margin: .6rem 1% 0 .6rem;}
@media (max-width: 430.99px) {
.keyword-search li{
    margin: .8rem 2% 0 .8rem;
}}




.btn_keyword{
  position: relative;
  width: 100%;
  padding: 0.4rem 0.5vw 0.4rem 1.25em;
  line-height: 1.2;
  font-size: 1.5rem;
  font-weight:bold;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #80c241;
  border: 3px solid #80c241;
  border-radius: 4px;
  transition:.5s;

    &:before{
      content: "#";
      color: #fff000;
      margin-left: -1em;
    }

    &:hover{
      background: #fff;
      color: #80c241;
      cursor: pointer;
  padding: 0.4rem 0.5vw 0.4rem 1.25em;
    text-decoration: none;
    }

}




/*------------------------------------------------------------
  TITLE
------------------------------------------------------------*/

.column_title{
    position: relative;
    margin: 5rem auto 3rem;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.2;
    color: #80c241; 
    border-bottom: 4px solid #80c241;
    text-align: left;
    width: 100%;
    display: inline-flex;
    align-items: center;
    }
  @media (max-width: 797.99px) {
.column_title{
    margin: 2rem auto;
    font-size: 170%;
    }}



/*  */
.column_title .icimg{
  margin: -0.2em 1% 0;
  float: left;
  width: 5%;
    }

/*media (min-width: 798px)  and (max-width: 1024.99px){*/
@media (798px <= width <= 1024.99px) {
.column_title .icimg{
    float: left;
    width: 7.5%;
    margin: 0.5rem 2% 0.2rem;
    }}
@media (max-width: 797.99px) {
.column_title .icimg{
  margin: -0.5em 1% 0;
  width: 9%;
}}

.column_title .icimg img{
    width: 100%;
    margin: 0.2rem;
}


/*  */
.column_title span.icno{
  margin: 0rem 1.5% 0.5rem 0;
  padding: 0.4vh 1%;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  width: 2em;
  text-align: center;
  background: #80c241;
  border-radius: 5px;
  color: #fff;}
@media (max-width: 797.99px) {
.column_title span.icno{
  width: 2.5em;
  width: 2em;
  font-size: 90%;
}}




/*  */
.column_minititle{
    margin: 0rem auto 4rem;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.3;
    color: #80c241;
    text-align: center;
    width: 100%;}
 @media (max-width: 797.99px) {
.column_minititle{
    margin: 2rem auto;
    font-size: 120%;
    }}






/*------------------------------------------------------------
  カテゴリ別
------------------------------------------------------------*/

.column{
    margin: 0 auto 2rem;
    text-align: center;
    padding: 0;
    width: 100%;
}

.column .column_item{
    margin: 2rem auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.column .column_item .column_box{
    margin: 0 auto 3rem;
    width: 46%;
    text-align: center;
    border: 8px solid #f2f2f2;
    border-radius: 1rem;
    background: #fff;
    filter: drop-shadow(0px 2px 2px #8386c020);}
 @media (max-width: 959.99px) {
.column .column_item .column_box{
    margin: 0 auto 2rem;
}}
  @media (max-width: 797.99px) {
.column .column_item .column_box{
  margin: 0 auto 1rem;
    width: 100%;
  border: 5px solid #f2f2f2;
  filter: none;
    }}

.column .column_item .column_box a{
    display: block;
    padding: 1rem 3%;
    text-decoration: none;
    transition: 1s all;
    color: #333;
    float: left;
}

.column .column_item .column_box a:active,
.column .column_item .column_box a:hover{
    text-decoration: none;
    opacity: 0.6;
}

 .column .column_item .column_box .columnimg{ 
    margin: 0 auto 0;}
  @media (max-width: 797.99px) {
 .column .column_item .column_box .columnimg{ 
    margin: 0 2% 0 0;
    width: 44%;
    float: left;
 }}

 .column .column_item .column_box .columnimg img{
    width: 100%;
    height: 22vh;
    object-fit: cover;}
@media (max-width: 1024.99px) {
 .column .column_item .column_box .columnimg img{
    height: 14vh;
    object-fit: cover;
 }}
@media (max-width: 797.99px) {
 .column .column_item .column_box .columnimg img{
  height: auto;
  object-fit: contain;
 }}



.column .column_item .coumn_box a:hover img{
  transform:scale(1.05,1.05);
  position: relative;
  border-radius: 1rem;
  transition:1s all;
}


.column .column_item .column_box a:hover:before {
    content: '';
    position: absolute;
    left: 29%;
    top: 7rem;
    border: 2px solid #f2f2f250;
    width: 43%;
    height: 34%;
    border-radius: 50%;
    opacity: 1;
    animation: 2s circleanime forwards;
}

@keyframes circleanime{
  0%{transform: scale(0);}
  50%{ transform:scale(2.5); opacity: 0;}
  100%{ transform:scale(0); opacity: 0;}
}




.column_box .columntitle{ 
    margin: 1rem auto 0rem;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.3;
    text-align: left;
    color: #333; /*#e55d8a　33366a　*/
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;}
 @media (max-width: 959.99px) {
.column_box .columntitle{ 
  font-size: 110%;
}}


.column_box .columncap{ 
  width: 100%;
  margin: 1.2rem auto;
  font-size: 1.5rem;
  line-height: 1.4;
  font-feature-settings: "palt";
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;}
 @media (max-width: 959.99px) {
.column_box .columncap{
    margin: 1rem auto;
    font-size: 1rem;
}}
 @media (max-width: 797.99px) {
.column_box .columncap{
  width: auto;
  font-size: 100%;
}}

.cap-end{
    margin: 1rem auto 0;
    width: 100%;
    display: inline-block;
}

.column_box .columntime {
  width: 30%;
  /* float: right; */
  /* margin-top: 0.5rem; */
  font-size: 1.3rem;
  text-align: right;
  color: #333;
  font-feature-settings: "palt";
  position: absolute;
  right: 1vw;
  bottom: 1vh;}
 @media (max-width: 797.99px) {
.column_box .columntime {
  width: 25%;
  float: right;
  position: inherit;
}}



/* day */
 .column_box .key{
  margin: 0 auto 0;
      padding: 2px 1rem 2px 1.5rem;
      /* width: 42%; */
      position: relative;
      text-align: center;
      font-size: 1.3rem;
      color: #fff;
      background: #80c241;
      text-indent: 0.4em;
      float: left;
      font-weight: 500;
      border: 1px solid #7ac543;
      border-radius: 3rem;
      vertical-align: bottom;}
 @media (max-width: 797.99px) {
 .column_box .key{
    padding: 0px 1rem 0px 1.5rem;
    font-size: 90%;
  }}


 .column_box .key::before{
    content: "#";
    position: absolute;
    /* text-align: right; */
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff000;
    left: 3%;
    top: -0.05em;}
 @media (max-width: 797.99px) {
 .column_box .key::before{
  top: -0.2vh;
  font-size: 130%;
   }}


.column .tt_tyuki {
    font-size: small;
    text-indent: -1.1rem;
    width: 90%;
    margin: 1rem auto 0;
}



/*------------------------------------------------------------
  カテゴリ一覧
------------------------------------------------------------*/

.block_btn {
    text-align: center;
    margin: 1vh auto 0;
}


/*------------------------------------------------------------
  カテゴリ一覧
------------------------------------------------------------*/

.list {
    margin: 0 auto 4em;
    text-align: center;
    padding: 0;
    width: 100%;}
@media (max-width: 799.99px) {
.list {
    margin: 0 auto 2em;
}}


.list .list_item{
    margin: 2rem auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;}
@media (max-width: 799.99px) {
.list .list_item{
  margin: 1rem auto;
}}


.list .list_item .list_box{
    margin: 1rem auto;
    float: left;
    width: 100%;
    text-align: center;
    /*background: #fffbfb;*/
    border-bottom: 1px solid #f4f4f4;
    display: flex;
    flex-wrap: wrap;}
@media (max-width: 959.99px) {
.list .list_item .list_box{
    margin: 0 auto 2rem;
}}
@media (max-width: 799.99px) {
.list .list_item .list_box{
    margin: 0 auto 1rem;
}}


.list .list_item .list_box a{
  display: block;
  padding: 1rem 1%;
  text-decoration: none;
  transition:1s ease-in-out;
  color: #333;
  float: left;}
@media (max-width: 797.99px) {
.list .list_item .list_box a{
  padding: 1rem 1% 0.5rem;
}}

.list .list_item .list_box a:active,
.list .list_item .list_box a:hover{
    text-decoration: none;
    opacity: 0.6;
}

.list .list_item .list_box .listimg{ 
    margin: 0rem 0 1rem;
    float: left;
    width: 22%;
    position:relative;}
@media (max-width: 797.99px) {
.list .list_item .list_box .listimg{ 
    width: 34%;
}}

.list .list_item .list_box .listimg img{
        width: 100%;
}



/*
.list .list_item .list_box a:hover img{
  transform:scale(1.05,1.05);
  position: relative;
  border-radius: 1rem;
  transition:1s;
}
*/


#no-1img,
#no-2img,
#no3img{position: relative;}

#no-1img::after,
#no-2img::after,
#no-3img::after{
  content: "";
  position: absolute;
  width: 4rem;
  height: 4rem;
  z-index: 500;
  left: 0rem;
  top: 0rem;}
@media (max-width: 797.99px) {
#no-1img::after,
#no-2img::after,
#no-3img::after{
  width: 3rem;
  height: 3rem;
}}


#no-1img::after{
    background: url(../img/no_1.png) no-repeat;
    background-size: contain;
}
#no-2img::after{
    background: url(../img/no_2.png) no-repeat;
    background-size: contain;
}
#no-3img::after{
    background: url(../img/no_3.png) no-repeat;
    background-size: contain;
}




.list_box .listtitle{
    margin: 0rem 1% 1rem;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.3;
    text-align: left;
    color: #333;
    float: right;
    width: 74%; /*　33366a　*/
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;}
 @media (max-width: 797.99px) {
.list_box .listtitle{
    margin: 0rem 1% 0.5rem;
    font-size: 110%;
    width: 63%;
}}


.list_box .listcap{ 
margin: 0rem auto;
    font-size: 1.4rem;
    line-height: 1.4;
    font-feature-settings: "palt";
    text-align: left;
    width: 74%;
    float: right;

overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;}
 @media (max-width: 797.99px) {
.list_box .listcap{
    margin: 0rem auto;
    font-size: 100%;
    line-height: 1.3;
  width: 63%;
}}


.list_box .listcap2{ 
margin: 0rem auto;
    font-size: 1.4rem;
    line-height: 1.4;
    font-feature-settings: "palt";
    text-align: left;
    width: 74%;
    float: right;
    display: -webkit-box;}
 @media (max-width: 797.99px) {
.list_box .listcap2{ 
  margin: 0rem auto;
  font-size: 100%;
  line-height: 1.7;
  width: 63%;
}}



.list_box .listtime {
    width: 73%;
    float: right;
    margin-top: 0.5rem;
    font-size: 1.3rem;
    text-align: right;
    color: #333;
    font-feature-settings: "palt";}
 @media (max-width: 797.99px) {
.list_box .listtime {
  margin-top: 0;
  width: auto;
  font-size: 90%;
}}



/*------------------------------------------------------------
  NEWS
------------------------------------------------------------*/


.news_item{
    margin: 0 auto 2rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.news_item .news_box{
    margin: 0 auto 3rem;
    width: 31%;
    text-align: center;
    border: 5px solid #f2f2f2;
    border-radius: 1rem;
    background: #fff;
  /*filter: drop-shadow(0px 2px 2px #8386c020);*/
  }
@media (max-width: 959.99px) {
.news_item .news_box{
    margin: 0 auto 2rem;
}}
@media (max-width: 797.99px) {
.news_item .news_box{
    margin: 0 auto 1rem;
    width: 100%;
}}


.news_item .news_box a{
    display: block;
    padding: 0rem 2% 1rem;
    text-decoration: none;
    transition: 1s all;
    color: #333;
    float: left;}
@media (max-width: 797.99px) {
.news_item .news_box a{
  padding: 0.5rem 1%;
}}


.news_item .news_box a:active,
.news_item .news_box a:hover{
    text-decoration: none;
    opacity: 0.6;
}

.news_item .news_box .newsimg{ 
    margin: 0 auto 0;}
 @media (max-width: 797.99px) {
.news_item .news_box .newsimg{ 
    margin: 0 2% 0 0;
    width: 40%;
    float: left;
}}

 .news_item .news_box .newsimg img{
    width: 100%;
}


.news_item .news_box a:hover img{
  transform:scale(1.02,1.02);
  position: relative;
  border-radius: 1rem;
  transition:1s all;
}


/*
.news_item .news_box a:hover:before {
    content: '';
    position: absolute;
    left: 29%;
    top: 7rem;
    border: 2px solid #f2f2f250;
    width: 43%;
    height: 34%;
    border-radius: 50%;
    opacity: 1;}
*/




.news_box .newstitle{ 
  margin: 0.5rem auto 0rem;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: left;
  color: #333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;}
@media (max-width: 959.99px) {
.news_box .newstitle{ 
    font-size: 100%;
}}
 @media (max-width: 797.99px) {
.news_box .newstitle{
  margin: 2em auto 0rem;
}}

.news_box .newscap{
  width: 100%;
  margin: 1.2rem auto;
  font-size: 1.5rem;
  line-height: 1.4;
  font-feature-settings: "palt";
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;}
 @media (max-width: 959.99px) {
.news_box .newscap{
    margin: 1rem auto;
    font-size: 1rem;
}}


.news_box .newstime {
  margin-top: 0rem;
  margin-right: 2%;
  width: 30%;
  float: right;
  font-size: 1.3rem;
  text-align: right;
  color: #333;
  font-feature-settings: "palt";
/*position: absolute;
  right: 1vw;
  bottom: 1vh;*/
}


/* day */
 .news_box .newskey{
  margin: 0 auto 0;
  padding: 1px 1rem 1px 1.5rem;
  position: relative;
  text-align: center;
  font-size: 1.3rem;
  color: #4d4d4d;
  background: #fff;
  text-indent: 0.4em;
  float: left;
  font-weight: 500;
 /*order: 1px solid #4d4d4d;
  border-radius: 4rem;*/
  vertical-align: bottom;}
@media (max-width: 797.99px) {
 .news_box .newskey{
  float: right;
}}


 .news_box .newskey::before{
    content: "#";
    position: absolute;
    font-size: 1.8rem;
    font-weight: bold;
    color: #7ac543;
    left: 3%;
    top: -0.1em;
}





/*------------------------------------------------------------
  個別
------------------------------------------------------------*/



.onecolumn_title{
    position: relative;
    margin: 5rem auto 3rem;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.4;
    color: #444; 
   /*order-bottom: 4px solid #7ac543; */
    text-align: left;
    width: 100%;
    display: inline-flex;
    align-items: center;
    }
  @media (max-width: 797.99px) {
.onecolumn_title{
    margin: 2rem auto;
    font-size: 170%;
    }}





.partscontents{
    margin: 0 auto 2rem;
    width: 100%;
}


.partscontents_item{
    display: flex;
    flex-wrap: wrap;
}

.partscontents_item .partscontents_box{
    margin: 0 auto 3rem;
    width: 100%;
    text-align: center;
  }






/* day*/
.partscontents_box .partscontentstime {
  width: 30%;
  float: right;
  font-size: 1.5rem;
  text-align: right;
  color: #333;
  font-feature-settings: "palt";}
@media (max-width: 797.99px) {
.partscontents_box .partscontentstime {
  font-size: 100%;
}}


/* key*/
 .partscontents_box .partscontentskey{
  margin: 0 auto 0;
  padding: 0px 0rem 0px 2rem;
  position: relative;
  text-align: center;
  font-size: 1.5rem;
  color: #4d4d4d;
  text-indent: 0.4em;
  float: left;
  font-weight: 500;
  vertical-align: bottom;}
@media (max-width: 797.99px) {
 .partscontents_box .partscontentskey{
  font-size: 100%;
}}


 .partscontents_box .partscontentskey::before{
    content: "#";
    position: absolute;
    font-size: 1.8rem;
    font-weight: bold;
    color: #7ac543;
    left: 3%;
    top: -0.1em;
}



.partscontents_item .partscontents_img{
      margin: 0 auto 3rem;
    width: 100%;
    text-align: center;
filter: drop-shadow(0px 2px 2px #8386c020);
  }






/*------------------------------------------------------------
  個別　目次
------------------------------------------------------------*/



.t-contents_all h2.t-contents_title .t-contentsimg{
    margin: -1.5rem 2% 0.2rem;
    float: left;}
.t-contents_all h2.t-contents_title .t-contentsimg img{
    width: 100%;
    margin: 0.2rem;
    vertical-align: baseline;
}


/*  */
.t-contents{
  padding: 2rem 1vw 2.5em;
  margin: 0rem auto 3em;
  text-align: center;
  width: 90%;
  border-bottom: 4px solid #7ac543;
  background: #7ac54320;
  border-radius: 0.5rem;
  background: #7ac54320 url(../img/illust_footback2_sp.png) no-repeat;
  background-size: 100%;
  vertical-align: text-bottom;
  background-position-y: 102%;
  background-position-x: center;

&:img{width:100%;}

}
@media (max-width: 767px) {
.t-contents{
  padding: 1rem 1vw 2em;
  margin: 0rem auto 2em;
  width: 100%;
    background-size: 160%;
    vertical-align: text-bottom;
    background-position-y: 101%;
    background-position-x: right;

}}







.t-contents ol.t-contents_item{
  padding:1em 1vw;
    margin: 0rem auto 1em;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.3;
    color: #7ac543;
    text-align: left;
    width: 100%;
  background: rgba(255,255,255,0.8); }
  @media (max-width: 797.99px) {
.t-contents .t-contents_item{
    margin: 2rem auto;
    font-size: 120%;
}}

ol.t-contents_item li.t-contents_box{
    text-align: left;
    position: relative;
    display: block;}
 @media (max-width: 960px) {
ol.t-contents_item li.t-contents_box{
    margin: 0 auto 1rem;
}}

/*
ol.t-contents_item li.t-contents_box::before {
  content: "\02618" "\0a0" counter(zyunban) ". ";  
  counter-increment: zyunban 1;   
  color: #ff6d00;
    font-weight: bold;
    left: -6rem;
    position: absolute;
    font-size: 1.8rem;
}
*/

.t-contents_item .t-contents_box a{
  margin: 0rem auto 1.5rem;
  display: block;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.3;
  color: #67795b;
  text-decoration: none;
  transition: 0.4s all;
  padding-left: 3em;
  text-indent: -1.15em;}
@media (max-width: 960px) {
.t-contents_item .t-contents_box a{
  margin: 0rem auto;
  font-size: 74%;
}}


.t-contents_item .t-contents_box a:active,
.t-contents_item .t-contents_box a:hover{
    color: #ff6d00;
    text-decoration: none;
}

.t-contents_item .t-contents_box a:active::after,
.t-contents_item .t-contents_box a:hover::after{
  content: "";
  /*lor: #ff6d00;
  font-weight: bold;
  font-size: 1.8rem;*/
  position: absolute;
  background: url(../img/ic_yao.png) no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  left: 0;

}


.t-contents_item .notes {
  display: block;
  font-size: 1.3rem;
  margin: 5px 0 0 0;
  text-align: center;
}



















/*------------------------------------------------------------
  FOOT LAST IMG
------------------------------------------------------------*/

.foot_lastimg{
  padding: 12vh 0 0;
      width: 100%;
      margin: 0em auto 0;
      background: url(../img/illust_footback_pc.png) no-repeat;
      background-size: 100%;
      vertical-align: text-bottom;
      height: 12vh;
      background-position: bottom;

&:img{width:100%;}
}
@media (max-width: 1024.99px) {
.foot_lastimg{
  padding: 6vh 0 0;
  height: 6vh;
}}
@media (max-width: 767px) {
.foot_lastimg{
  padding: 6vh 0 0;
  background: url(../img/illust_footback2_sp.png) no-repeat;
  background-size: 150%;
  height: 4vh;
  background-position-y: bottom;
  background-position-x: right;
}}
















.mrlauto{margin-right: auto!important; margin-left: auto!important;}



/*------------------------------------------------------------
  向き
------------------------------------------------------------*/
.t-center {text-align: center!important;}
.t-right {text-align: right!important;}
.t-left {text-align:left!important;}
.t-just{text-align: justify!important;}

.disc{list-style:disc;}
.flex-one{display:flex;}
.flex{display:flex;flex-wrap: wrap;}
.justify_center {justify-content: center;}
.justify_between{justify-content: space-between;}
.justify_around {justify-content: space-around;}
.align_start   {align-items: flex-start;}
.align_end     {align-items: flex-end;}
.align_center  {align-items: center;}
.align_baseline{align-items: baseline;}


.ss-kome {
    margin: 0 ;
    line-height: 1.5;
    font-size:80%;
    font-feature-settings: "palt";
    display: contents;
}

.noborder{border:none!important;}

.pinkred_txt {color: #dc525d!important;}
.yellow-green_txt {color: #7ac543!important;}
.orange_txt {color: #ff6d00!important;}
.gray_txt {color: #4d4d4d!important;}

.pinkred_back {background: #dc525d!important;}
.yellow-green_back {background: #7ac543!important;}
.orange_back {background:  #ff6d00!important;}
.gray_back {background:  #4d4d4d!important;}