@charset "utf-8";
/* CSS Document */
.tfz_logobg article{
  filter: drop-shadow(0px 0px 30px #c1ecf3);
  z-index: 2;
  position: relative;
}
.tfz_fontchange{
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.tfz_pgheader p{
  max-width:140px;
  margin:auto;
}

.tfz_pgheader{
  background-image:url("../../img/common/logo_bg.svg");
  background-repeat:no-repeat;
  background-size:101% auto;
  background-position: center -0.75vw;
  max-width:1000px;
  margin:auto;
  padding-top:10px;
}

.tfz_pgheader ul{
  display:flex;
  justify-content: space-between;
  max-width:590px;
  width:100%;
  margin:32px auto 16px;
}

.tfz_pgheader ul li{
  background-color:#F5F5F5;
  width:49.5%;
}

.tfz_pgheader ul li:first-of-type{
  border-radius:30px 0 0 30px;
}

.tfz_pgheader ul li:last-of-type{
  border-radius:0 30px 30px 0;
}

.tfz_pgheader ul li a{
  color:#6B6B6B;
  display:flex;
  justify-content: center;
  padding:0.75em 0;
  text-decoration:none;
  font-weight:bold;
}

.tfz_pgheader ul li a:hover{
  text-decoration:underline;
}

.tfz_txtsptd{
  text-align: center;
}

.tfz_clbtopcaption{
  max-width:700px;
  width:80%;
  margin:auto;
  position:relative;
}

.tfz_clbtopcaption > p:first-of-type{
  position:absolute;
  left:-18.5%;
  top:-32px;
}

.tfz_clbtopcaption > p:last-of-type{
  position:absolute;
  right:-18.5%;
  top:-32px;
}

.thz_innercontents{
  background-color:#FFF;
  margin:auto;
  width:100%;
  max-width:1000px;
  padding:0 3.75% 64px;
  border-radius:0 0 20px 20px;
  position:relative;
  z-index:2;
}

.tfz_clbtopbox{
  padding-top:24px;
  width:100%;
  position:relative;
}

.tfz_topflxbox{
  display:flex;
  justify-content: space-between;
  padding-top:16px;  
  width:100%;
  max-width:700px;
  margin:auto;
  font-weight:bold;
}

.tfz_topcaptionbox{
  line-height:1.65;
  background-color:#FFF;
}

.tfz_topcaptionbox span{
  font-size:1.25rem;
  margin-bottom:0.5rem;
  display:block;
}

.tfz_formarea{
  width:100%;
  max-width:900px;
  background-color:#F0FEFF;
  border:solid 1px #C8C8C8;
  padding:32px 0;
  margin:auto;
}

.tfz_formarea > p{
  text-align:center;
  font-weight:bold;
}

.tfz_formarea form{
  display:flex;
  justify-content: center;
  padding-top:20px;
  align-items: baseline;
}

.tfz_formarea form .button{
  margin-left:1em;
  background-color:#FFF;
  border:solid 1px #C1C1C1;
  border-radius:72px;
  padding:0.5em 1.5em
}

.tfz_formarea form .button:hover{
  background-color:#f0feff;
}

.tfz_inner{
  padding-top:16px;
  max-width:900px;
}

.tfz_inner > div:nth-of-type(n+2){
  margin-top:64px;
}

.tfz_eventbox{
  border-top:solid 2px #D40000;
}

.tfz_evntttl{
  display:flex;
  align-items: center;
}

.tfz_evntttl p:first-of-type{
  background-color:#D40000;
  width:8em;
  padding:0.5em 0;
  color:#FFF;
  font-weight:bold;
  text-align: center;
  font-size:1.625em;
}

.tfz_evntttl p:last-of-type{
  font-size:2em;
  padding-left:0.5em;
  color:#D40000;
  font-weight: bold;
}

.tfz_evntttl p:last-of-type span{
  font-size:1.25rem;
}

.tfz_evntdtl{
  display:flex;
  justify-content: space-between;
  align-items: center;
  padding-top:8px;
}

.tfz_evntdtlsizefull > p{
  width:100% !important;
}

.tfz_evntdtl > p{
  font-size:1.275em;
  font-weight:bold;
  line-height:1.375;
  width:64%;
}

.tfz_evntdtl > div{
  background-color:#F0FEFF;
  border:solid 1px #C8C8C8;
  width:34.25%;
  min-height:100px;
  display:flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height:1.5;
}

.tfz_evntdtl > div p span{
  font-size:1.875rem;
  font-weight:bold;
}

.tfz_evntflx{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top:16px;
}

.tfz_evntflx > div:first-of-type{
  width:22%;
}

.tfz_evntflx .tfz_evntcontents{
  width:75.5%;
  line-height:1.75;
}

.tfz_evntcontents > p:not([class]){
  padding-bottom:1em;
}

.tfz_evntname{
  font-size:1.25rem;
  color:#D40000;
  font-weight:bold;
}

.tfz_evntitem{
  display:flex;
  flex-direction:column;
} 

.tfz_evtitembox{
  margin-top:16px;
  width:100%;
  background-color:#FFF3EB;
  padding:30px 20px;
  border-top:solid 1px #DFD6D0;
  border-bottom:solid 1px #DFD6D0;
}

.tfz_evtitembox > div:first-of-type{
  width:24%;
}

.tfz_evtitembox .tfz_evntitem{
  width:75%;
  line-height:1.75;
}

.tfz_evtitembox .tfz_evntitem p span{
  font-size:0.875em;
}

.tfz_evntitem > p:first-of-type{
  color:#D4793C;
  font-weight:bold;
  font-size:1.25em;
}

.tfz_evntitem a{
  border:solid 1px #D40000;
  background-color:#FFF;
  text-decoration:none;
  color:#D40000;
  font-weight:bold;
  border-radius:20px;
  font-size:0.875rem;
  max-width:210px;
  height:40px;
  display:flex;
  justify-content:center;
  align-items: center;
  margin-left:auto;
  line-height: 1;
  transition: all 0.2s linear;
}

.tfz_evntitem a:hover{
  border:solid 1px #D40000;
  background-color:#D40000;
  color:#FFF;
}

.tfz_evntlnk{
  margin-top:auto;
}

.tfz_bnbox{
  padding:64px 0;
  text-align: center;
}

.tfz_bnbox a:hover{
  opacity:0.5;
}

.tfz_evtttldf{
  background-color:#FFF !important;
  color:#D40000 !important;
  border-left:4px solid #D40000;
}

.tfz_item_w{
  width:50% !important;
  display:flex;
}

.tfz_item_w .tfz_evntitem{
  padding-left:1em;
}

.tfz_item_w .tfz_evntlnk{
  margin-top:0;
}

.tfz_item_w .tfz_evntlnk a{
  margin-left:0;
  margin-top:0.5rem;
}

.tfz_gotop{
  width:100%;
  max-width:1000px;
  margin:auto;
  background-color:transparent;
}

@media screen and (max-width: 900px){
  .tfz_clbtopcaption p:first-of-type,
  .tfz_clbtopcaption p:last-of-type{
    display:none;
  }
}

@media screen and (max-width: 800px){
  .tfz_pgheader p {
    width: 60px;
  }
  .tfz_pgheader ul li a{
    font-size:0.75rem;
  }

  .tfz_clbtopcaption{
    width:100%;
  }
  .tfz_topflxbox{
    display:block;
  }
  .tfz_topcaptionbox p{
    font-size:0.875rem;
    text-align: center;
  }
  .tfz_topcaptionbox span{
    font-size:1em;
  }
  .tfz_topflxbox > div:last-of-type{
    width:32%;
    margin:auto;
  }
  .tfz_topflxbox > div:last-of-type img{
    width:100%;
  }
  .tfz_formarea{
    padding:16px 2%;
  }
  .tfz_formarea > p{
    line-height:1.375;
    font-size:0.875rem;
  }
  .tfz_formarea > p span{
    display:block;
  }
  .tfz_formarea form{
    flex-direction: column;
    align-items: center;
  }
  .tfz_clbform > p{
    text-align: center;
  }
  .tfz_clbform > div{
    width:80%;
    margin:auto;
    text-align: center;
  }
  .tfz_formarea form .button{
    padding:0.5em 2em;
    font-size: 1rem;
    margin-left:0;
    color:#000;
  }
  .tfz_evntttl{
    flex-direction: column;
    align-items: baseline;
  }
  .tfz_evntttl p:first-of-type{
    font-size:1rem;
    width:7em;
  }
  .tfz_evntttl p:last-of-type{
    padding-top:0.5rem;
    font-size:1.5rem;
    text-align:left;
  }
  .tfz_evntttl p:last-of-type span{
    font-size:1rem;
    display:block;
  }
  .tfz_evntdtl{
    display:block;
  }
  .tfz_evntdtl > p{
    width:100%;
    font-size:1rem;
  }
  .tfz_evntdtl > p br{
    display:none;
  }
  .tfz_evntdtl > div{
    width: 80%;
    margin: 16px auto;
    font-size: 1rem;
    min-height: 64px;
  }
  .tfz_evntdtl > div p span {
    font-size: 1.125rem;
  }
  .tfz_evntflx{
    display:block;
  }
  .tfz_evntflx > div:first-of-type{
    width:100%;
    text-align: center;
  }
  .tfz_evntflx .tfz_evntcontents{
    width:100%;
    font-size:0.875rem;
  }
  .tfz_evntname{
    font-size:1rem;
    padding-top: 10px;
  }
  .tfz_evtitembox .tfz_evntitem{
    width:100%;
    font-size:0.875rem;
    text-align: center;
  }
  .tfz_evntitem > p:first-of-type{
    padding-top:0.5em;
    font-size:1rem;
  }
  .tfz_evntlnk{
    margin:16px auto 0;
  }
  .tfz_evntitem a{
    padding:0 16px;
  }
  .tfz_bnbox{
    padding:32px 0 0;
  }
  .tfz_inner > div:nth-of-type(n+2){
    margin-top: 32px;
  }
  .tfz_item_w{
    width:100% !important;
  }
  .tfz_item_w > div{width: 100%; text-align: center;}
  .tfz_item_w:nth-of-type(2){
    padding-top:24px;
  }
  
}
