@charset "UTF-8";

/*----------------------------------------
	s-note
-----------------------------------------*/
.s-note {
  background: url(../img/bg_note.gif) repeat 0 0;
  padding: 26px 0 25px;
}
.s-note .item_note {
  width: 92.1875%;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
.s-note .item_note_t {
  margin: 0 auto 13px;
}
.s-note h2 {
  width: 38.4375%;
  margin: 0 auto 25px;
}
.s-note ul {
  width: 87%;
  width: calc(100% - 48px);
  margin: 0 auto 26px;
}
.s-note ul li {
  color: #fff;
  font-size: 10px;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 15px;
}
.s-note ul li:first-child {
  margin: 0;
}
.s-note ul li a {
  color: #cda221;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .s-note {
    padding: 50px 0 80px;
  }
  .s-note h2 {
    width: auto;
    text-align: center;
    margin: 0 0 40px;
  }
  .s-note .item_note {
    width: auto;
    text-align: center;
  }
  .s-note .item_note_t {
    margin: 0 auto 13px;
  }
  .s-note ul {
    width: 750px;
    margin-bottom: 80px;
  }
  .s-note ul li {
    font-size: 20px;
  }
}


/*----------------------------------------
	s-question
-----------------------------------------*/
.s-question {
  background: #f0e3ba;
  padding: 26px 0 25px;
}
.s-question h2 {
  width: 49.375%;
  margin: 0 auto 45px;
  position: relative;
}
.s-question h2:before {
  content: "";
  background: url(../img/cara_02.png) no-repeat 0 0;
  -webkit-background-size: 80px 50px;
  background-size: 80px 50px;
  position: absolute;
  top: 5px;
  left: -88px;
  width: 80px;
  height: 50px;
  z-index: 0;
}
.s-question h3 {
  font-size: 12px;
  font-weight: bold;
  width: 87%;
  width: calc(100% - 48px);
  margin: 0 auto 20px;
}
.s-question ul {
  width: 87%;
  width: calc(100% - 48px);
  margin: 0 auto 26px;
}
.s-question ul li {
  font-size: 10px;
  margin-top: 15px;
}
.s-question ul li:first-child {
  margin: 0;
}
.s-question ul li dt {
  color: #885e00;
  font-size: 12px;
  overflow: hidden;
  margin-bottom: 5px;
}
.s-question ul li dt span {
  font-weight: bold;
  display: inline-block;
  width: 2em;
  float: left;
}
.s-question ul li dt p {
  font-weight: bold;
  overflow: hidden;
}
.s-question ul li dd {
  overflow: hidden;
}
.s-question ul li dd span {
  display: inline-block;
  color: #885e00;
  font-size: 12px;
  font-weight: bold;
  width: 2em;
  float: left;
}
.s-question ul li dd p {
  overflow: hidden;
  margin-top: 1px;
}

@media screen and (min-width: 768px) {
  .s-question {
    padding: 160px 0 80px;
    position: relative;
  }
  .s-question:before {
    content: "";
    background: url(../img/cara_03.png) no-repeat 0 0;
    position: absolute;
    bottom: 11%;
    left: 9%;
    width: 103px;
    height: 159px;
    z-index: 0;
  }
  .s-question:after {
    content: "";
    background: url(../img/cara_02.png) no-repeat 0 0;
    position: absolute;
    bottom: 32.5%;
    right: 4%;
    width: 159px;
    height: 100px;
    z-index: 0;
  }
  .s-question h2 {
    width: 750px;
    text-align: center;
    margin: 0 auto 90px;
  }
  .s-question h2:before {
    content: "";
    background: url(../img/cara_01.png) no-repeat 0 0;
    -webkit-background-size: 102px 178px;
    background-size: 102px 178px;
    position: absolute;
    top: -85px;
    left: 67px;
    width: 102px;
    height: 178px;
    z-index: 0;
  }
  .s-question h3 {
    font-size: 24px;
    width: 750px;
    margin: 0 auto 40px;
  }
  .s-question .item_question {
    width: auto;
    text-align: center;
  }
  .s-question .item_question_t {
    margin: 0 auto 13px;
  }
  .s-question ul {
    width: 750px;
    margin-bottom: 80px;
  }
  .s-question ul:before {
    content: "";
    background: url(../img/cara_03.png) no-repeat 0 0;
    position: absolute;
    top: 47%;
    left: 9%;
    width: 103px;
    height: 159px;
    z-index: 0;
  }
  .s-question ul:after {
    content: "";
    background: url(../img/cara_02.png) no-repeat 0 0;
    position: absolute;
    top: 23.5%;
    right: 4%;
    width: 159px;
    height: 100px;
    z-index: 0;
  }
  .s-question ul li {
    font-size: 20px;
    margin-top: 50px;
  }
  .s-question ul li dt,
  .s-question ul li dd span {
    font-size: 24px;
  }
  .s-question ul li dd p {
    margin-top: 2px;
  }
}
