@charset "utf-8";
#no_smoking .secttl{
  margin-bottom: 4%;
}
#no_smoking .wrap_in{
  padding: 80px 130px;
}
#no_smoking .in{
  padding: 0 6%;
  margin-bottom: 10%;
}
#no_smoking #menu07 .in{
  margin-bottom: 0;
}
#no_smoking * {
   word-break: normal;
}
.no_smoking{
  margin-bottom: 8%;
}
.no_smoking *{
  text-align: center;
}
.no_smoking .in .mb1em{
  margin-bottom: 1em;
}
.no_smoking .visual{
  margin-bottom: 5%;
}
#no_smoking table{
  width: 100%;
  border-collapse: collapse;
}
#no_smoking table th{
  padding: 0.8em 1.2em;
  font-size: 1.4rem;
  vertical-align: top;
  background: #f8f8f8;
  border-top: 1px solid #E7E7E7;
  border-bottom: 1px solid #E7E7E7;
  border-left: none;
}
#no_smoking table td{
  height: 4.5em;
  padding: 0.8em 1em;
  font-size: 1.4rem;
  text-align: center;
  vertical-align: center;
  border-top: 1px solid #E7E7E7;
  border-bottom: 1px solid #E7E7E7;
}
#no_smoking .necessary .in{
  margin-bottom: 0;
}
.necessary .subttl {
  margin-bottom: 15px;
}
.necessary .pink {
  font-weight: bold;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 25px;
}
.necessary p span{
  font-weight: bold;
}
#no_smoking #menu05 dl{
  display: flex;
  border-bottom: 1px solid #e7e7e7;
}
#no_smoking #menu05 p + dl{
  margin-top: 30px;
  border-top: 1px solid #e7e7e7;
}
#no_smoking #menu05 dl dt{
  width: 3.5em;
  padding: 1.5em 0.5em;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  background: #f8f8f8;
}
#no_smoking #menu05 dl dd{
  width: calc(100% - 4em);
  padding: 1.5em;
  font-size: 14px;
}
#no_smoking h3 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
}
#no_smoking table + h3{
  margin-top: 136px;
}
#no_smoking .bg_odd,
#no_smoking .bg_even{
  padding: 3% 4%;
  margin-top: 2%;
  -webkit-border-radius: 10px;
          border-radius: 10px;
}
#no_smoking .bg_odd{
  background: #f5eed8;
}
#no_smoking .bg_even{
  background: #f6f3eb;
}
#no_smoking .bg_odd h4,
#no_smoking .bg_even h4{
  margin-bottom: 0.8em;
  font-size: 1.8rem;
  color: #5B791A;
  font-weight: bold;
}
#no_smoking .bg_odd .in,
#no_smoking .bg_even .in{
  padding: 0 2%;
  margin-bottom: 0;
}
#no_smoking .bg_odd .txt,
#no_smoking .bg_even .txt{
  font-size: 1.4rem;
  line-height: 1.3;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

PC Setting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media screen and (min-width:768px) {
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

SP Setting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media screen and (max-width:767px) {
  #no_smoking .wrap_in{
    padding: 5%;
  }
  #no_smoking .in{
    padding: 0;
  }
  #sec01 {
    padding: 0 6% 30px;
  }
  .necessary {
    margin-bottom: 30px;
  }
  .necessary .pink {
    font-size: 4.8vw;
    margin-bottom: 15px;
  }
  .no_smoking .visual{
    width: 80%;
    margin: 0 auto 5%;
  }
  #no_smoking table + h3{
    margin-top: 15%;
  }
  #no_smoking table{
    width: 100%;
  }
  #no_smoking table th{
    text-align: center;
    vertical-align: middle;
  }
  #no_smoking table td{
    text-align: right;
  }
  #no_smoking #menu05 .secttl span{
    display: inline-block;
    font-size: 4.5vw;
  }
}