@charset "utf-8";
/* --------------------共通------------------- */
/* セクション余白 */
@media screen and (min-width: 1201px){
  .sec-padding{
    padding: 100px 0;
  }
}
@media screen and (min-width: 901px) and (max-width: 1200px){
  .sec-padding{
    padding: 80px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px){
  .sec-padding{
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px){
  .sec-padding{
    padding: 60px 0;
  }
}
/* セクションタイトル */
.sec-ttl{
  font-weight: bold;
  color: var(--blue01);
  letter-spacing: 0.03em;
}
.sec-ttl.center{
  text-align: center;
}
@media screen and (min-width: 768px){
  .sec-ttl{
    font-size: 40px;
    line-height: 1;
  }
  .sec-ttl span{
    font-size: 65px;
    margin: 0 8px;
  }
}
@media screen and (max-width: 767px){
  .sec-ttl{
    font-size: 27px;
    text-align: center;
    line-height: 1.4;
  }
  .sec-ttl span{
    font-size: 30px;
    margin: 0 5px;
  }
}
/* --------------------トップエリア------------------- */
.top-area{
  position: relative;
}
.top-slide li{
  overflow: hidden;
}
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
.add-animation {
  animation: fadezoom 5s 0s forwards;
}
.top-txt{
  background: url(../images/top/top-txtbg.png) no-repeat;
  background-size: cover;
  color: #fff;
  font-weight: bold;
  line-height: 2;
}
@media screen and (min-width: 1201px){
  .top-txt{
    font-size: 31px;
    padding: 60px 70px;
    bottom: 160px;
  }
}
@media screen and (min-width: 901px) and (max-width: 1200px){
  .top-txt{
    font-size: 25px;
    padding: 50px 60px;
    bottom: 130px;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px){
  .top-txt{
    font-size: 20px;
    padding: 30px 40px;
    bottom: 100px;
  }
}
@media screen and (min-width: 768px){
  .top-area{
    margin-bottom: 100px;
  }
  .top-slide{
    width: 85%;
    margin-left: auto;
  }
  .top-txt{
    position: absolute;
    left: 0;
  }
}
@media screen and (max-width: 767px){
  .top-area{
    margin-bottom: 50px;
  }
  .top-txt{
    font-size: 18px;
    padding: 30px 20px;
    bottom: -20px;
    position: absolute;
    left: 0;
  }
}
/* --------------------特色------------------- */
.feature-txtarea{
  background: var(--white02);
}
.feature li{
  border-top: 1px solid #c6c6c6;
  position: relative;
}
.feature li span{
  color: var(--blue01);
  font-weight: bold;
}
@media screen and (min-width: 1401px){
  .feature-area{
    background: var(--blue02) url(../images/top/feature.jpg) no-repeat left center / 68%;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px){
  .feature-area{
    background: var(--blue02) url(../images/top/feature.jpg) no-repeat left center / 80%;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px){
  .feature-area{
    background: var(--blue02) url(../images/top/feature.jpg) no-repeat left center / 90%;
  }
}
@media screen and (min-width: 1001px){
  .feature-txtarea{
    width: 750px;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px){
  .feature-area{
    background: url(../images/top/feature.jpg) no-repeat center center / 100%;
  }
  .feature-txtarea{
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px){
  .feature-txtarea{
    padding: 40px 50px;
  }
  .feature-txtarea .more-btn a{
    position: relative;
    z-index: 1;
  }
  .feature{
    margin: 20px 0;
  }
  .feature li{
    font-size: 18px;
    padding: 23px 0 23px 40px;
  }
  .feature li::before{
    font-size: 45px;
    top: 13px;
  }
}
@media screen and (max-width: 767px){
  .feature-area{
    background: var(--blue02);
    position: relative;
  }
  .feature-txtarea{
    margin-top: -40px;
    padding: 30px 18px;
    position: relative;
    z-index: 2;
  }
  .feature{
    margin: 20px 0;
  }
  .feature li{
    font-size: 16px;
    padding: 15px 0 15px 30px;
  }
  .feature li::before{
    font-size: 30px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px){
  .link{
    margin-top: 40px;
  }
  .link li a{
    padding: 20px 0;
  }
  .link-img{
    width: 60%;
    margin: 0 auto;
  }
  .link-ttl{
    font-size: 15px;
    min-height: 50px;
  }
}
/* --------------------消防育英会について------------------- */
.about-txt p{
  text-indent: 1em;
  text-align: justify;
  line-height: 2.5;
}
@media screen and (min-width: 768px){
  .about-area{
    background: url(../images/top/about.jpg) no-repeat;
    background-size: cover;
  }
  .about-ttl{
    margin: 20px 0 30px;
    font-size: 21px;
  }
  .about-txt{
    width: 550px;
    font-size: 18px;
    margin-bottom: 30px;
  }
  .about-area .more-btn{
    position: relative;
    z-index: 2;
  }
}
@media screen and (max-width: 767px){
  .about-img{
    margin-bottom: 40px;
  }
  .about-ttl{
    text-align: center;
    font-size: 17px;
    margin: 5px 0 20px;
  }
  .about-txt{
    margin-bottom: 30px;
  }
  .about-area .more-btn{
    width: 90%;
    margin: 0 auto;
  }
}
/* --------------------ご寄付・その他の活動------------------- */
.donation-area{
  background-color: var(--blue02);
}
.donation-toptxt{
  text-align: center;
}
.vendingmachine-inner{
  position: relative;
  z-index: 2;
}
.vendingmachine-txtarea{
  background-color: var(--white02);
}
.vendingmachine-ttl{
  color: var(--blue01);
  font-weight: bold;
  text-align: center;
}
.vendingmachine-txt{
  text-align: center;
}

@media screen and (min-width: 768px){
  .donation-toptxt{
    margin: 30px 0 50px;
    font-size: 21px;
  }
  .donation-bg{
    background: url(../images/top/vendingmachine.jpg) no-repeat center left / 65%;
  }
  .vendingmachine-inner{
    padding: 40px 0;
    margin-bottom: 80px;
  }
  .vendingmachine-txtarea{
    width: 650px;
    margin-left: auto;
    padding: 50px 80px;
  }
  .vendingmachine-txtarea .more-btn{
    position: relative;
    z-index: 2;
  }
  .vendingmachine-ttl{
    font-size: 25px;
  }
  .vendingmachine-txt{
    font-size: 21px;
    margin: 30px 0;
  }
}
@media screen and (max-width: 767px){
  .donation-toptxt{
    margin: 20px 0 40px;
  }
  .donation-bg{
    position: relative;
    z-index: 0;
  }
  .vendingmachine{
    position: relative;
    z-index: 1;
  }
  .vendingmachine-txtarea{
    padding: 30px 18px;
    margin: -40px auto 40px;
    position: relative;
    z-index: 2;
  }
  .vendingmachine-ttl{
    font-size: 19px;
  }
  .vendingmachine-txt{
    margin: 20px 0;
    line-height: 2;
  }
}
/* ■■■■■■■■■■追加分■■■■■■■■■■ */

.news-area{
  --padding-pc:100px;
  --padding-sp:40px;
}

.news-ttl{
  --radius:12px;
  border: 1px solid var(--orange01);
  border-radius: var(--radius);
  display: flex;
  padding: 1em;
  --width-sp:90%;  
  --width-pc:90%;
  max-width: 940px;
  margin-right:auto;
  margin-left:auto;
  margin-bottom: 40px;
}
.fa-bullhorn{margin-right: 1em;}
.news-ttlBtn{
  background-color: var(--orange01);
  color: var(--white);
  padding: 1em 1.5em;
  border-radius: var(--radius);
}
.news-ttlContainer{
  margin-left: 1em;
  gap: .5em;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.news-ttlList>li{
  display: flex;
}
.news-bodyList>li span:first-child,
.news-ttlList>li span:first-child{
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
}
.news-body{
  margin-right:auto;
  margin-left:auto;
  background: var(--gray01);
  padding: 1.5em 2em;
  gap: .5em;
  display: flex;
  flex-flow: column;
  --width-pc:85%;
  max-width: 900px;
  --width-sp:85%;  
}

.news-bodyList>li{
  display: flex;
}

.news-bodyList>li span:last-child{text-decoration: underline;}
@media screen and (min-width: 768px){
  .news-ttl,.news-body{width:var(--width-pc);}
  .news-ttl{ min-width: 740px;}
  .news-body{ min-width: 700px;}
  .news-area{padding-bottom: var(--padding-pc);}
  .news-ttlList>li{
    gap: 1em;
  }
  .news-bodyList>li{
    gap: 1em;
  }
  .news-bodyList {
    gap: .5em;
    display: flex;
    flex-flow: column;
  }  
  .news-ttlList {
    gap: .5em;
    display: flex;
    flex-flow: column;
  }
  .news-ttlBtn{
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px){
  .news-ttl,.news-body{width:var(--width-sp);}
  .news-area{padding-bottom: var(--padding-sp);}
  .news-ttl{flex-flow: column;}
  .news-bodyList>li,
  .news-ttlList>li{
    gap: .5em;
    flex-flow: column;
  }
  .news-bodyList,
  .news-ttlList {
    gap: 1em;
    display: flex;
    flex-flow: column;
  }

  .news-ttlBtn{margin-bottom: 1em;}
}































