@charset "Shift_JIS";
#contents {
  background-image: none;
}

h2 {
  font-size: 23px;
  font-weight: bold;
  background: #c8ead6;
  padding: 0.5em 1em;
  margin-bottom: 1em;
  letter-spacing: 0.1em;
}

#mainImgSP {
  display: none;
}

#hosyou {
  padding: 1em 0.5em;
  margin: 2em 0;
  background: #ffeec3;
  border-radius: 10px;
}

#hosyou h3 {
  text-align: center;
  letter-spacing: 0.05em;
  border: none !important;
  font-size: 22px !important;
  margin-bottom: 0.5em !important;
  padding: 0 !important;
  font-weight: bold;
}

#hosyou strong {
  font-size: 23px;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #fa8221;
  display: block;
  text-align: center;
}

#hosyou ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#hosyou li {
  font-size: 14px;
  box-sizing: border-box;
  width: 49%;
  background: #FFF;
  border-radius: 5px;
  padding: 0.5em;
  margin-bottom: 0.5em;
}

ul.note li {
  display: flex;
  line-height: 1.4;
  margin-bottom: 1em;
}

.nenkinSimArrow {
  text-align: center;
}

.nenkinSimArrow img {
  width: 200px;
  height: auto;
}

.spBr {
  display: none;
}

@media screen and (min-width: 960px) {
  #contents {
    padding-top: 25px;
  }
  h1 {
    width: 320px;
    margin: 1em 0 3em;
  }
  #layoutPC {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2em;
  }
  #mainImgPC {
    width: 300px;
  }
  #btnNenkinSim {
    display: none;
  }
  #hosyou {
    width: 300px;
  }
  #QR {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1em;
  }
  #QR div p {
    margin: 0 !important;
  }
  .nenkinSimArrow img {
    width: 120px;
    height: auto;
  }
  #nenkinSimInner .nenkinSimArrow {
    display: none;
  }
  #nenkinSimUrl {
    text-align: center;
    font-size: 138%;
  }
}

@media screen and (max-width: 960px) {
  h1 {
    text-align: center;
    width: 80%;
    margin: 0 auto 2em;
  }
  #mainImgSP {
    display: block;
    text-align: center;
    margin: 1.5em auto 3em;
    width: 80%;
  }
  #mainImgPC {
    display: none;
  }
  #nenkinSimInner {
    padding: 0 1em;
  }
  #btnNenkinSim {
    display: block;
    text-align: center;
    font-weight: bold;
  }
  #btnNenkinSim a {
    text-align: center;
    margin: 0 auto 1em;
    display: block;
  }
  #QR {
    display: none;
  }
  .spNone {
    display: none;
  }
  #hosyou h3 {
    font-size: 24px !important;
  }
  #hosyou li {
    font-size: 16px;
  }
  #hosyou li strong {
    font-size: 28px;
  }
}

@media screen and (max-width: 600px) {
  h2 {
    font-size: 21px;
    line-height: 1.5;
  }
  #hosyou h3 {
    font-size: 21px !important;
  }
  #hosyou li {
    font-size: 14px;
  }
  #hosyou li strong {
    font-size: 24px;
    letter-spacing: 0.05em;
  }
  .spBr {
    display: block;
  }
  .spTxtL {
    text-align: left;
  }
}