@charset "UTF-8";
/* CSS Document */
.category{ margin:60px 0;}
.sp{ display:none;}
.banner_top{ width:100%; max-width:1400px; margin:0 auto 35px; text-align:center;background:#88c122;}
.banner_top .bg{ background:url(/images/banner_r.png) no-repeat bottom right; padding:135px 0 190px;}

#bnr li{ float:left; width:32.5%; margin-right:1.25%; margin-bottom:10px;}
#bnr li:first-child{width:100%; margin-right:0;}
#bnr li:last-child{margin-right:0;}
#bnr li a:hover{ opacity:0.8;}

/* 2019-10-18 */
/* #message .box{margin:0 auto 40px; font-size:15px; border:3px solid #88c122; padding:25px 15px; box-sizing:border-box;}
#message .tit{font-size:20px; line-height:1.6; font-weight:bold; text-align:center; margin:0 0 20px;}
#message .txt p{text-indent:1em;}
#message .txt li{margin:0 0 20px;}
#message .txt2{text-align:right;}
#message #message2 li {margin:0;text-align: center;} */

/* 2020-07-22 */
/* #info{margin: 0 0 60px; border: 1px solid rgba(136,193,34,.4); padding: 20px 30px;}
#info .tit{font-size: 20px; margin: 0 0 20px; border-bottom: 1px solid #ccc;}
#info dl{display: flex; flex-wrap: wrap; padding: 0 15px;}
#info dt,
#info dd{margin: 0 0 10px;}
#info dt{width: 120px;}
#info dd{width: calc(100% - 120px);} */

/* 2024-01-05 */
.notice{margin-bottom: 35px; font-weight: bold; font-size: 16px; border:3px solid #88c122; padding:25px 15px; box-sizing:border-box;}


/* 2026-02-05 */
/* #message 関連 */
#message {
  margin: 0 auto 40px;
}

#message .box + .box {
  margin-top: 10px;
}

#message .box {
  font-size: 15px;
  border: 3px solid #88c122;
  padding: 25px 20px;
  box-sizing: border-box;
}

#message .box details summary {
  cursor: pointer;
  position: relative;
  padding-right: 40px;
}

#message .box details summary::after {
  content: '';
  position: absolute;
  top: calc(50% - 20px);
  right: 0;
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/btn-open.svg) no-repeat 50% / contain;
}

#message .box details[open] summary::after {
  background: url(../images/btn-close.svg) no-repeat 50% / contain;
}

#message .tit {
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
}

#message .txt {
  margin-top: 10px;
  font-size: 15px;
}

#message .txt li {
  margin: 0 0 20px;
}

#message .txt2 {
  text-align: right;
}

#message #message2 li {
  margin: 0;
  text-align: center;
}

/* #info 関連 */
#info {
  margin: 0 auto 60px;
}

#info .tit-cont {
  color: #88c122;
  font-size: 30px;
  margin-bottom: 40px;
  font-weight: bold;
  text-decoration: underline;
  text-align: center;
  text-underline-offset: 0.7em;
  text-decoration-thickness: 2px;
  -webkit-text-underline-offset: 0.7em;
  -webkit-text-decoration-thickness: 2px;
}

#info .box + .box {
  margin-top: 10px;
}

#info details summary {
  cursor: pointer;
  position: relative;
}

#info details summary::after {
  content: '';
  position: absolute;
  top: calc(50% - 20px);
  right: 0;
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/btn-open.svg) no-repeat 50% / contain;
}

#info details[open] summary::after {
  background: url(../images/btn-close.svg) no-repeat 50% / contain;
}

#info .date {
  font-size: 13px;
  font-weight: bold;
}

#info .tit {
  font-size: 18px;
  font-weight: bold;
}

#info .txt {
  margin-top: 10px;
}

#info .box {
  border: 1px solid #D9D9D9;
  padding: 20px 30px;
  box-sizing: border-box;
}


/*===============================
             MEDIA
================================*/
@media only screen and (max-width:1155px){
.banner_top .bg{ background-size:auto 60%;}	
}

@media only screen and (max-width:768px){
.banner_top .bg{ background-size:auto 50%; padding:100px 0 150px;}	
}

@media only screen and (max-width:736px){
  .pc{ display:none;}	
  .sp{ display:block;}
  .box {
      padding: 20px 15px;
  }
  .tit {
      font-size: 16px;
  }
  #message .tit{text-align:left;}

  #message {
    padding: 10px 15px;
    box-sizing: border-box;
    width: 100%;
  }

  #message .box {
    /* font-size: 15px; */
    padding: 20px 15px;
    box-sizing: border-box;
  }

  #message .box details summary {
    cursor: pointer;
    position: relative;
    padding-right: 35px;
    /* background: #ccc; */
  }

  #message .box details summary::after {
    /* top: calc(50% - 15px); */
    top: -3px;
    width: 30px;
    height: 30px;
  }

  #message .box details[open] summary::after {
    background: url(../images/btn-close.svg) no-repeat 50% / contain;
  }
    .tit {
      font-size: 16px;
    }
    .txt {
      margin-top: 10px;
      font-size: 13px;
      /* li {
        margin: 0 0 20px;
      } */
    }
#message .txt {
    font-size: 13px;
}

  /* 2020-07-22 */    
  #info {
    margin: 0 0 40px;
    padding: 10px 15px;
    box-sizing: border-box;
  }
  #info .tit {
    font-size: 16px;
  }
  #info .box {
      padding: 20px 15px;
  }
  #info .tit-cont {
    font-size: 25px;
  }

  #info details summary {
    padding-right: 35px;
  }

  #info details summary::after {
    /* top: calc(50% - 15px); */
    top: 7px;
    width: 30px;
    height: 30px;
  }

  #info details[open] summary::after {
    background: url(../images/btn-close.svg) no-repeat 50% / contain;
  }
  #info dl{padding: 0 10px;}    
}

@media only screen and (max-width:640px){
.banner_top .bg{ background:none; padding:50px 0;}		
.banner_top img{ width:80%;}
}

@media only screen and (max-width:480px){
.category{ margin:40px 0;}

#bnr{padding:0 10px; box-sizing:border-box;}
#bnr li{width:100%; text-align:center; margin:0 0 10px;}

/* 2019-10-18 */
#message{font-size:14px;}
#message .tit{font-size:16px;}
#message #message2 li {text-align:left;}
    
/* 2020-07-22 */  
#info dt{width: 90px;}
#info dd{width: calc(100% - 90px);}
}