ul,
li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.contents img {
  max-width: 100%;
  height: auto;
}

.res-pc {
  display: none !important;
}
@media only screen and (min-width: 641px) {
  .res-pc {
    display: inline !important;
  }
}

.res-sp {
  display: inline !important;
}
@media only screen and (min-width: 641px) {
  .res-sp {
    display: none !important;
  }
}

select {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #bdc3c7;
  border-radius: 2px;
  font-size: 16px;
  padding: 0.9rem;
  line-height: 1.6;
  width: 100%;
  outline: none;
}
@media only screen and (min-width: 641px) {
  select {
    font-size: 15px;
  }
}

select {
  cursor: pointer;
}

/* main_title
------------------------------------------------------------------------*/
@media only screen and (min-width: 641px) {
  .main_title {
    background: url(../images/mv_bg_01.jpg) no-repeat right top, url("../../common/images/bg_pale_yellow.png") repeat;
    height: 281px;
    position: relative;
  }
}

@media only screen and (min-width: 641px) {
  .main_title .inner {
    width: 1000px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 641px) {
  .main_title .inner h2 {
    width: 71.42857vw;
  }
}

.breadcrumb {
  display: none;
}
@media only screen and (min-width: 641px) {
  .breadcrumb {
    display: block;
  }
}

.contents .question_box {
  margin-bottom: 7.8125vw;
}
@media only screen and (min-width: 641px) {
  .contents .question_box {
    margin-bottom: 50px;
  }
}
.contents .question_box p.lead {
  font-size: 4.6875vw;
  padding: 9.375vw 3.125vw;
  line-height: 1.6;
}
@media only screen and (min-width: 641px) {
  .contents .question_box p.lead {
    font-size: 21px;
    padding: 60px 0;
    text-align: center;
  }
}
.contents .question_box p.lead span {
  font-weight: bold;
}
.contents .question_box .question_box_inner {
  padding: 9.375vw 0;
  background: #fffaf4;
}
@media only screen and (min-width: 641px) {
  .contents .question_box .question_box_inner {
    padding: 60px 0;
  }
}
.contents .question_box .question_box_inner h3 {
  width: 93.75vw;
  margin: 0 auto 3.125vw;
}
@media only screen and (min-width: 641px) {
  .contents .question_box .question_box_inner h3 {
    width: 1000px;
    height: 104px;
    background: url(../images/question_ttl_01.png) no-repeat;
    margin: 0 auto 15px;
  }
}
.contents .question_box .question_box_inner ul {
  width: 87.5vw;
  margin: 0 auto;
}
@media only screen and (min-width: 641px) {
  .contents .question_box .question_box_inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 960px;
  }
}
.contents .question_box .question_box_inner ul li {
  border-radius: 15px;
  background: url(../images/question_bg_01_s.jpg) repeat;
  background-size: 125px 125px;
  padding: 4.6875vw;
  margin-bottom: 6.25vw;
}
@media only screen and (min-width: 641px) {
  .contents .question_box .question_box_inner ul li {
    width: 460px;
    padding: 30px 0;
    margin-bottom: 40px;
  }
}
.contents .question_box .question_box_inner ul li h4 {
  width: 24.53125vw;
  margin: 0 auto 4.6875vw;
}
@media only screen and (min-width: 641px) {
  .contents .question_box .question_box_inner ul li h4 {
    margin: 0 auto 15px;
  }
}
@media only screen and (min-width: 641px) {
  .contents .question_box .question_box_inner ul li p {
    width: 400px;
    margin: 0 auto;
    line-height: 1.4;
  }
}
.contents .question_box .question_box_inner ul li p.img {
  margin-bottom: 3.125vw;
  line-height: 1;
}
@media only screen and (min-width: 641px) {
  .contents .question_box .question_box_inner ul li p.img {
    height: 260px;
    margin-bottom: 15px;
  }
}
.contents .question_box .question_box_inner ul li.que01 h4 {
  width: 24.53125vw;
}
@media only screen and (min-width: 641px) {
  .contents .question_box .question_box_inner ul li.que01 h4 {
    width: 118px;
    height: 28px;
    background: url(../images/question_txt_01.png) no-repeat;
  }
}
@media only screen and (min-width: 641px) {
  .contents .question_box .question_box_inner ul li.que01 p.img {
    background: url(../images/question_img_01.png) no-repeat;
  }
}
.contents .question_box .question_box_inner ul li.que02 h4 {
  width: 18.28125vw;
}
@media only screen and (min-width: 641px) {
  .contents .question_box .question_box_inner ul li.que02 h4 {
    width: 88px;
    height: 28px;
    background: url(../images/question_txt_02.png) no-repeat;
  }
}
@media only screen and (min-width: 641px) {
  .contents .question_box .question_box_inner ul li.que02 p.img {
    background: url(../images/question_img_02.png) no-repeat;
  }
}
.contents .question_box .question_box_inner ul li.que03 h4 {
  width: 18.28125vw;
}
@media only screen and (min-width: 641px) {
  .contents .question_box .question_box_inner ul li.que03 h4 {
    width: 94px;
    height: 29px;
    background: url(../images/question_txt_03.png) no-repeat;
  }
}
@media only screen and (min-width: 641px) {
  .contents .question_box .question_box_inner ul li.que03 p.img {
    background: url(../images/question_img_03.png) no-repeat;
  }
}
.contents .question_box .question_box_inner ul li.que04 h4 {
  width: 18.75vw;
}
@media only screen and (min-width: 641px) {
  .contents .question_box .question_box_inner ul li.que04 h4 {
    width: 91px;
    height: 29px;
    background: url(../images/question_txt_04.png) no-repeat;
  }
}
@media only screen and (min-width: 641px) {
  .contents .question_box .question_box_inner ul li.que04 p.img {
    background: url(../images/question_img_04.png) no-repeat;
  }
}
.contents .question_box .question_box_inner ul li.que05 {
  margin-bottom: 0;
}
@media only screen and (min-width: 641px) {
  .contents .question_box .question_box_inner ul li.que05 {
    margin: 0 auto;
  }
}
.contents .question_box .question_box_inner ul li.que05 h4 {
  width: 30.78125vw;
}
@media only screen and (min-width: 641px) {
  .contents .question_box .question_box_inner ul li.que05 h4 {
    width: 149px;
    height: 30px;
    background: url(../images/question_txt_05.png) no-repeat;
  }
}
@media only screen and (min-width: 641px) {
  .contents .question_box .question_box_inner ul li.que05 p.img {
    background: url(../images/question_img_05.png) no-repeat;
  }
}

.contents .answer_box {
  margin-bottom: 9.375vw;
}
@media only screen and (min-width: 641px) {
  .contents .answer_box {
    margin-bottom: 60px;
  }
}
.contents .answer_box h3 {
  width: 80.9375vw;
  margin: 0 auto 9.375vw;
}
@media only screen and (min-width: 641px) {
  .contents .answer_box h3 {
    width: 797px;
    height: 244px;
    background: url(../images/answer_txt_lead.png) no-repeat;
    margin: 0 auto 60px;
  }
}
.contents .answer_box .answer_box_inner {
  padding: 9.375vw 0;
  background: #fffaf4;
}

.contents .answer_box .answer_box_inner .note {
  display: block;
  text-align: center;
  width: 87.5vw;
  margin: 6.25vw auto 0;
  line-height: 1.5;
}
@media only screen and (min-width: 641px) {
  .contents .answer_box .answer_box_inner {
    padding: 60px 0;
  }
  .contents .answer_box .answer_box_inner .note {
    margin-top: 40px;
    font-size: 18px;
    width: inherit;
  }
}
.contents .answer_box ul {
  width: 87.5vw;
  margin: 0 auto;
}
@media only screen and (min-width: 641px) {
  .contents .answer_box ul {
    width: 960px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.contents .answer_box ul li {
  border-radius: 15px;
  background: url(../images/question_bg_01_s.jpg) repeat;
  background-size: 125px 125px;
  padding: 4.6875vw;
  margin-bottom: 6.25vw;
}
@media only screen and (min-width: 641px) {
  .contents .answer_box ul li {
    width: 460px;
    padding: 30px 0;
    margin-bottom: 0;
  }
}
.contents .answer_box ul li h4 {
  width: 24.53125vw;
  margin: 0 auto 4.6875vw;
}
@media only screen and (min-width: 641px) {
  .contents .answer_box ul li h4 {
    margin: 0 auto 25px;
  }
}
@media only screen and (min-width: 641px) {
  .contents .answer_box ul li .list_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 30px;
  }
}
.contents .answer_box ul li .list_inner p.txt {
  line-height: 1.4;
}
@media only screen and (min-width: 641px) {
  .contents .answer_box ul li .list_inner p.txt {
    width: 197px;
    line-height: 1.8;
    font-size: 18px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.contents .answer_box ul li .list_inner p.img {
  float: none;
  width: 100%;
  padding: 0 0 3.125vw 0;
  line-height: 1;
  text-align: center;
}
@media only screen and (min-width: 641px) {
  .contents .answer_box ul li .list_inner p.img {
    float: none;
    width: 180px;
    height: 200px;
    padding: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: inherit;
  }
}
@media only screen and (min-width: 641px) {
  .contents .answer_box ul li.ans01 {
    width: 960px;
    margin-bottom: 40px;
  }
}
.contents .answer_box ul li.ans01 h4 {
  width: 53.59375vw;
}
@media only screen and (min-width: 641px) {
  .contents .answer_box ul li.ans01 h4 {
    width: 504px;
    height: 30px;
    background: url(../images/answer_txt_01.png) no-repeat;
  }
}
@media only screen and (min-width: 641px) {
  .contents .answer_box ul li.ans01 p.txt {
    width: 435px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 641px) {
  .contents .answer_box ul li.ans01 p.img {
    width: 430px;
    height: 260px;
    background: url(../images/answer_img_01.png) no-repeat;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.contents .answer_box ul li.ans02 h4 {
  width: 64.53125vw;
}
@media only screen and (min-width: 641px) {
  .contents .answer_box ul li.ans02 h4 {
    width: 310px;
    height: 29px;
    background: url(../images/answer_txt_02.png) no-repeat;
  }
}
.contents .answer_box ul li.ans03 {
  margin-bottom: 0;
}
.contents .answer_box ul li.ans03 h4 {
  width: 51.25vw;
}
@media only screen and (min-width: 641px) {
  .contents .answer_box ul li.ans03 h4 {
    width: 248px;
    height: 30px;
    background: url(../images/answer_txt_03.png) no-repeat;
  }
}

.contents .use_box h3 {
  width: 80.9375vw;
  margin: 0 auto 4.6875vw;
}
@media only screen and (min-width: 641px) {
  .contents .use_box h3 {
    width: 1000px;
    height: 104px;
    background: url(../images/use_ttl_01.png) no-repeat;
    margin: 0 auto 17px;
  }
}

.contents .use_box ul {
  width: 87.5vw;
  margin: 0 auto;
}
@media only screen and (min-width: 641px) {
  .contents .use_box ul {
    width: 960px;
    display: block;
  }
}
.contents .use_box ul li {
  border-radius: 15px;
  background: #00d0b5;
  background-size: 125px 125px;
  padding: 4.6875vw 1.5625vw 1.5625vw;
  margin-bottom: 6.25vw;
}
.contents .use_box ul li.use01 {
  padding: 4.7vw 1.5625vw 2.2vw;
}
.contents .use_box ul li.use02 {
  padding: 6vw 1.5625vw 1.8vw;
}
.contents .use_box ul li.use03 {
  padding: 4.6875vw 1.5625vw 1.8vw;
}
.contents .use_box ul li.use04 {
  padding: 7.2vw 1.5625vw 1.7vw;
}
@media only screen and (min-width: 641px) {
  .contents .use_box ul li {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 15px 15px 10px 15px;
    margin-bottom: 14px;
    box-sizing: border-box;
  }
  .contents .use_box ul li.use01 {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 15px 15px 10px 15px;
    margin-bottom: 14px;
    box-sizing: border-box;
  }
  .contents .use_box ul li.use02 {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 15px 15px 10px 15px;
    margin-bottom: 14px;
    box-sizing: border-box;
  }
  .contents .use_box ul li.use03 {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 15px 15px 10px 15px;
    margin-bottom: 14px;
  }
  .contents .use_box ul li.use04 {
    align-items: flex-start;
    padding: 14px 15px 1px 15px;
  }
}
.contents .use_box ul li h4 {
  width: 24.53125vw;
  margin: 0 auto 4.6875vw;
}
@media only screen and (min-width: 641px) {
  .contents .use_box ul li h4 {
    margin: 0 auto 25px;
  }
}
.contents .use_box ul li .list_inner {
  background: #ffffff;
  border-radius: 5px;
  width: 100%;
}
@media only screen and (min-width: 641px) {
  .contents .use_box ul li .list_inner {
    width: 632px;
  }
}
.contents .use_box ul li .list_inner p.txt {
  line-height: 1.5;
  padding: 3.90625vw;
  font-size: 4.0625vw;
}
.contents .use_box ul .use01 .list_inner p.txt {
  letter-spacing: -0.02em;
  padding: 2.5vw 2.5vw 3vw 3.5vw;
}
.contents .use_box ul .use02 .list_inner p.txt {
  letter-spacing: -0.02em;
  padding: 2.5vw 2.5vw 3.5vw 3.5vw;
}
.contents .use_box ul li.use03 .list_inner p.txt {
  letter-spacing: -0.02em;
  padding: 2.5vw 2.5vw 2.5vw 3.5vw;
  line-height: 1.55;
}
.contents .use_box ul li.use03 .list_inner p.use03-caution {
  font-size: 3.2vw;
  line-height: 1.25 !important;
  text-indent: -0.6em;
  margin-left: 3.5vw;
  padding: 0 2vw 3.8vw 1em;
  text-indent: -0.6em;
  letter-spacing: -0.06em;
}
.contents .use_box ul li.use03 .list_inner p.use03-caution::before {
  content: "※";
  font-size: 3.5vw;
  font-weight: normal;
}
.contents .use_box ul li.use04 .list_inner p.txt {
  letter-spacing: -0.02em;
  padding: 2.5vw 2.5vw 2.5vw 3.5vw;
  line-height: 1.55;
}
@media only screen and (min-width: 641px) {
  .contents .use_box ul li .list_inner p.txt {
    font-size: 18px;
    padding: 30px 30px 29px 22px;
  }
  .contents .use_box ul .use01 .list_inner p.txt {
    font-size: 18px;
    padding: 30px 30px 29px 22px;
  }
  .contents .use_box ul .use02 .list_inner p.txt {
    padding: 20px 30px 21px 22px;
    line-height: 1.66;
    letter-spacing: 0.025em;
  }

  .contents .use_box ul li.use03 .list_inner p.txt {
    padding: 25px 30px 0px 22px;
    line-height: 1.66;
    letter-spacing: -0.01em;
  }

  .contents .use_box ul li.use03 .list_inner p.use03-caution {
    margin-left: 22px;
    padding-left: 1em;
    text-indent: -0.7em;
    padding-right: 24px;
    padding-bottom: 28px;
    line-height: 1.533;
    letter-spacing: -0.04em;
    font-size: 16px;
    line-height: 1.5 !important;
  }
  .contents .use_box ul li.use03 .list_inner p.use03-caution:before {
    content: "※";
    font-size: 20px;
    line-height: 1.5;
    font-weight: normal;
  }
  .contents .use_box ul li.use04 .list_inner p.txt {
    padding: 30px 30px 24px 22px;
    line-height: 1.58;
  }
}
.contents .use_box ul li .list_inner p.txt span {
  color: #dd0000;
}
.contents .use_box ul li.pink {
  background: #fe87b1;
}
.contents .use_box ul li.use01 h4 {
  width: 51.59375vw;
}
@media only screen and (min-width: 641px) {
  .contents .use_box ul li.use01 h4 {
    width: 233px;
    height: 30px;
    background: url(../images/use_txt_01.png) no-repeat;
    margin: 30px 46px 30px 22px;
  }
}
.contents .use_box ul li.use02 h4 {
  width: 52.53125vw;
  margin-bottom: 5.5vw;
}
@media only screen and (min-width: 641px) {
  .contents .use_box ul li.use02 h4 {
    width: 233px;
    height: 62px;
    background: url(../images/use_txt_02.png) no-repeat;
    margin: 28px 42px 30px 26px;
  }
}
.contents .use_box ul li.use03 h4 {
  width: 41.25vw;
}
@media only screen and (min-width: 641px) {
  .contents .use_box ul li.use03 h4 {
    width: 184px;
    height: 30px;
    background: url(../images/use_txt_03.png) no-repeat;
    margin: 41px 70px 30px 47px;
  }
}
.contents .use_box ul li.use04 h4 {
  width: 61.09375vw;
  margin-bottom: 6.2vw;
}
@media only screen and (min-width: 641px) {
  .contents .use_box ul li.use04 h4 {
    width: 270px;
    height: 92px;
    background: url(../images/use_txt_04.png) no-repeat;
    margin: 29px 25px 0 6px;
  }
}

.contents .use_box p.lead {
  width: 67.96875vw;
  margin: 13vw auto 17.96875vw;
}
@media only screen and (min-width: 641px) {
  .contents .use_box p.lead {
    width: 629px;
    height: 86px;
    background: url(../images/use_txt_lead.png) no-repeat;
    margin: 81px auto 100px;
  }
}

.sp-none {
  display: none;
}
@media only screen and (min-width: 641px) {
  .sp-none {
    display: block;
  }
}

@media only screen and (min-width: 641px) {
  .pc-none {
    display: none;
  }
}
