@charset "utf-8";

#occup {
  margin: 0px auto 100px;
  text-align: left;
  color: #333333;
}

#occup img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

#occup a img {
  transition: opacity .5s;
}

#occup a:hover img {
  opacity: 0.7;
}


#occup .wrap {
  max-width: 750px;
  margin: 0 auto;
  padding: 0 30px;
}

#occup .wrap2 {
  margin: 0 auto;
  padding: 0 30px;
}

#occup .catch {
  margin: 20px auto;
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 2;
}

#occup .img {
  text-align: center;
  margin: 20px auto;
  position: relative;
  z-index: 1;
}

#occup .bg_yellow {
  position: relative;
  background: #FAF6DD;
  overflow: hidden;
  z-index: 0;
  margin-top: -30px;
  padding-bottom: 20px;
}

#occup .waku {
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.3));
}

#occup .btn_box {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
}

#occup .btn_box .col {
  width: 48%;
}

#occup .btn_box .ttl {
  margin-bottom: 10px;
}

#occup .caution_box {
  margin: 20px auto;
  padding: 15px;
  background: #FDFBEE;
  border: 6px solid #DC8E85;
}

#occup .caution_box .caution_wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
}

#occup .caution_box .caution_wrap .icon {
  width: 15%;
  text-align: center;
}

#occup .caution_box .caution_wrap .caution {
  flex: 1 0 0;
  text-align: left;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  color: #F00;
}

#occup .caution_box .caution2 {
  margin-top: 10px;
  text-align: center;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  line-height: 1.4;
  text-decoration: underline;
}

#occup .caution_box .bookmark {
  margin-top: 20px;
}

#occup .notes {
  margin-top: 40px;
}

#occup .notes h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.5em;
}

#occup .notes p {
  font-size: 16px;
  line-height: 1.6;
}

#occup .notes strong {
  font-weight: bold;
}

#occup .notes p+p {
  margin-top: 1em;
}

#occup .notes p+h3 {
  margin-top: 2em;
}



#occup .pc {
  display: block;
}

#occup .sp {
  display: none;
}


@media (max-width: 768px) {

  #occup {
    margin: 40px auto 40px;
    font-size: 1.4rem;
  }

  #occup .wrap {
    width: 100%;
    padding: 0;
  }

  #occup .wrap2 {
    width: 100%;
    padding: 0 5%;
  }

  #occup .catch {
    margin: 15px auto;
    font-size: 3.6vw;
    line-height: 1.6;
  }

  #occup .img {
    margin: 15px auto;
  }

  #occup .bg_yellow {
    margin-top: -20px;
    padding-bottom: 10px;
  }

  #occup .btn_box {
    margin-bottom: 20px;
  }

  #occup .btn_box .col {}

  #occup .caution_box {
    margin: 15px auto;
    padding: 10px;
    border: 4px solid #DC8E85;
  }

  #occup .caution_box .caution_wrap {}

  #occup .caution_box .caution_wrap .icon {
    width: 10%;
  }

  #occup .caution_box .caution_wrap .caution {
    font-size: 3.2vw;
    line-height: 1.3;
    padding-left: 10px;
  }

  #occup .caution_box .caution2 {
    margin-top: 10px;
    font-size: 2.6vw;
  }

  #occup .caution_box .bookmark {
    margin-top: 10px;
  }

  #occup .notes {
    margin-top: 30px;
    padding: 0 5%;
  }

  #occup .notes h3 {
    font-size: 3.8vw;
  }

  #occup .notes p {
    font-size: 3.2vw;
  }

  #occup .notes strong {
    font-weight: bold;
  }

  #occup .notes p+p {
    margin-top: 1em;
  }

  #occup .notes p+h3 {
    margin-top: 2em;
  }


  #occup .pc {
    display: none;
  }

  #occup .sp {
    display: block;
  }

}
