
@charset "UTF-8";
/*****************
common
*****************/
.el_atten{
  font-size: min(2vw,16px);  
}
.l_mainContentsTtl.el_txtleft{
  text-align: left;
  margin-left: 0;
}

@media (max-width: 768px) {
.el_atten{
    font-size: 3.75vw;  
  }
}

/*****************
tbl
*****************/
.l_tbl{
  margin-bottom: 50px;
  width: 100%;
  table-layout: fixed;
}
.l_tbl{
  border-top: 1px solid #707070;
  border-left: 1px solid #707070;
}
.l_tbl th{
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  text-align: center;
}
.l_tbl td{
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  height: 70px;
  padding: 13px 0 15px;
  font-size: min(2.2vw,18px);
  letter-spacing: .05em;
  line-height: 1.25;
  text-align: center;
}
.l_tbl p{
  padding: 0 40px;
  text-align: left;
}
.el_tblTtl{
  background: #092253;
  padding: 13px 0 15px;
  font-size: min(2.5vw,20px);
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1.25;
  text-align: center;
  color: #fff;
}
.el_tblSttl{
  background: #eee;
  font-weight: 400;
}
.el_tblTtl small{
  font-size: min(1.1vw,9px);
}
@media (max-width: 768px) {
  .l_tbl{
    margin-bottom: 13.9vw;
  }
  .l_tbl td{
    height: 9.3vw;
    font-size: 4.3vw;
  }
  .l_tbl p{
    padding: 0 5.1vw;
  }
  .el_tblTtl{
    font-size: 4.3vw;
  }
  .el_tblSttl{
    font-size: 3.4vw;
  }
  .el_tblTtl small{
    font-size: 2vw;
  }
}

/*****************
l_mainContentsImg
*****************/
.l_mainContentsImgL{
  width: min(100%,566px);
}
.l_mainContentsImgFull{
  width: 100%;
}

@media (max-width: 768px) {
  .l_mainContentsImg{
    width: 82.8vw;
  }
  .l_mainContentsImgL{
    width: 82.8vw;
  }
}

/*****************
l_qr
*****************/
.l_qr{
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 50px;
}
.l_qr_l{
  display: flex;
  justify-content: space-between;
  width: 60%;
}
.l_qr_inner{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
}
.l_qr_inner h3{
  font-weight: 600;
  padding-bottom: 10px;
}
.l_qr_img{
  border: 1px solid #ddd;
}
.l_qr_btn{
  margin-top: 10px;
  transition: .3s;
  :hover{
    filter: brightness(110%) contrast(90%) opacity(85%);
  }
}
.l_qr_r{
  display: flex;
  flex-direction: column;
  align-items: center;  
  width: 40%;
}
.l_qr_r h3{
  font-size: min(2.2vw,18px);
  font-weight: 600;
  padding-bottom: 10px;
  color: #ff6384;
  text-align: center;
}
@media (max-width: 768px) {
  .l_qr{
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 7.8vw;
  }
  .l_qr_l{
    width: 100%;
    gap: 20px;
    .l_qr_img{
      display: none;
    }
  }
  .l_qr_inner{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(50% - 10px);
  }
  .l_qr_inner h3{
    font-size: 3.2vw;
  }
  .l_qr_btn{
    margin-top: 0;
  }
  .l_qr_r{
    width: 50%;
  }
  .l_qr_r h3{
    font-size: 4vw;
  }
}

/*****************
l_fukidashi
*****************/
.l_fukidashi{
  position: relative;
  background: #eee;
  border-radius: 10px;
  margin-left: 80px;
  padding: 20px 30px;
}
.l_fukidashi:not(:last-child){
  margin-bottom: 50px;
}
.l_fukidashi:after{
  content: "";
  position: absolute;
  bottom: 60px;
  left: -10px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 15px solid #eee;
  border-bottom: 15px solid transparent;
}
.l_fukidashi:before{
  content: "";
  position: absolute;
  bottom: 0;
  left: -100px;
  width: 80px;
  height: 109px;
  background: url(../img/img_discaskaba.png) no-repeat;
  background-size: 100%;
}
.l_fukidashi_txt{
  font-size: min(2.2vw, 18px);
  letter-spacing: .05em;
  line-height: 1.6;
}
.l_fukidashi_txt:not(:last-child){
  margin-bottom: 30px;
}
.l_fukidashi_txt a{
  text-decoration: underline;
  &:hover{
    text-decoration: none;
  }
}
.l_fukidashi_img ul{
  display: flex;
  gap: 10px;
  text-align: center;
  font-size: min(2vw, 16px);
}
.l_fukidashi_img img{
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .l_fukidashi{
    margin-left: 0px;
    padding: 20px;
  }
  .l_fukidashi:not(:last-child){
    margin-bottom: min(28vw,80px);
  }
  .l_fukidashi:last-child{
    margin-bottom: 10vw;
  }
  .l_fukidashi:after{
    content: "";
    position: absolute;
    bottom: -25px;
    left: inherit;
    right: 80px;
    width: 0;
    height: 0;
    border-top: 15px solid #eee;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }
  .l_fukidashi:before{
    content: "";
    position: absolute;
    bottom: -70px;
    left: inherit;
    right: 10px;
    width: min(21.3vw,80px);
    height: min(29vw,109px);
    z-index: 3;
  }
  .l_fukidashi_txt{
    font-size: 3.8vw;
  }
  .l_fukidashi_img ul{
    font-size: 3.2vw;
  }
}
