@charset "utf-8";

.fkf_pc{
  display: block;
  max-width: 1200px;
}

.fkf_sp{
  display: none;
}


.fkf_nf{
  font-size:calc(100vw / 34);
  font-weight:bold;
  text-align:center;
  padding:calc((100vh - (184px + 1em)) /2) 0;
}

.fkf_nf{
}


.fkf_wrap{
  background-color:var(--wrapbgcol,#fff);
  padding-bottom: 80px;
}

.fkf_wrap img{
  width:100%;
  height:auto;
}

.fkf_head , .fkf_body, .fkf_foot{
  width:100%;
  max-width:1200px;
  margin:0 auto;
}

.fkf_head h1{
  max-width: 1000px;
  margin: 0 auto;
}

.fkf_body{
  background-color:var(--maincol);
  max-width: 1000px;
  padding-bottom: 4vw;
  margin: 0 auto;
}

.fkf_flex{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  position: relative;
}


.fkf_wiz, .fkf_wiz100{width:100%;} /*--値が入ってない場合は100%とする--*/
.fkf_wiz60{width:60%;}
.fkf_wiz40{width:40%;}
.fkf_wiz50{width:50%;}
.fkf_wiz33{width:33%;}


dl.fkf_flex{
  flex-wrap: wrap;
  width:90%;
  max-width:880px;
  background-color: #fff;
  margin: 4vw auto;
  justify-content: center;
  align-items:flex-start;
  gap:0.5em;
  padding: 0.5em;
  border-radius: 1em;
}

dl.fkf_flex dt{
  width: 10em;
  background-color:var(--maincol);
  color:var(--maintxtcol);
  padding: 1.5em 1em;
  font-weight: bold;
  text-align: center;
  border-radius: 0.75em;
  margin:0.5em 0;
}

dl.fkf_flex dd{
  width: calc(100% - 14em);
  padding: 0 1em;
  line-height: 1.5;
  font-size: 0.875em;
  text-align: left;
  margin: 0.5em 0;
}


dl.fkf_flex dd img{
  max-width: 320px;
}

/*-- 共通上書き --*/
.tss_footer{
  background-color:var(--maincol);
   color:var(--maintxtcol);
}

.tss_gotop{
  right:calc(50% - 600px);
}

.tss_gotop a{
  display: block;
  background-color:#ea470a;
  aspect-ratio:1;
  width: clamp(48px, 4vw, 80px);
  font-size: clamp(calc(48px - 2vw), 2vw, calc(80px - 2vw));
  padding: 1vw;
  color:#fff;
  border-radius: 50%;
  text-decoration: none;
  opacity: 0.7;
}


@media screen and (min-width:801px){
  .fkf_wrap a:hover img{transform: rotate(1deg);}
  .tss_gotop a:hover{opacity: 0.4;}
}

@media screen and (max-width:800px){
.fkf_pc{
  display: none;
  }

.fkf_sp{
  display: block;
  }

  .fkf_flex{
  margin-bottom:0;
}
  .fkf_wiz60{width:100%;}
.fkf_wiz40{width:80%;}
.fkf_wiz50{width:100%;}
.fkf_wiz33{width:80%;}

.tss_gotop{
    aspect-ratio:1;
    bottom:120px;
  right:0;

}

  dl.fkf_flex{
    justify-content: center;
  }
  
  dl.fkf_flex dt{
    align-self: center;
    padding: 1em 0.5em;
    margin-top: 1em;
}

dl.fkf_flex dd{
  width: 100%;
  text-align: left;
}
  
}
