@charset "utf-8";

/*-----layout / common parts -----*/

/* PC表示 */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/* SP表示 */
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*----- mv -----*/
#mv {
  background: url(../../../img/campaign/top_bg.gif);
  border-top: 14px solid #05aa22;
  position: relative;
}

#mv .inner {
  width: 100%;
  position: relative;
  max-width: 980px;
  margin: 0 auto;
}

@media only screen and (max-width: 980px) {
  #mv .inner {
    padding: 0 2.7%;
  }
}

#mv .ttl {
  width: 79%;
  margin: 2.4% 0 0 6.3%;
  z-index: 5;
  position: relative;
}

#mv .step-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -7.2%;
}

#mv .step-box .step1 {
  width: 48.5%;
  position: relative;
  margin-left: 3.9%;
}

#mv .step-box .step1 .btn {
  width: 65.6%;
  position: absolute;
  bottom: 5%;
  left: 22%;
}

#mv .step-box .step2 {
  width: 45.8%;
  margin-left: -3%;
}

@media only screen and (max-width: 767px) {
  #mv .ttl {
    width: 97.6%;
    margin: 2.4% auto;
  }

  #mv .step-box {
    margin-top: -16%;
  }

  #mv .step-box .step1 {
    width: 90.4%;
    margin-left: 0;
  }

  #mv .step-box .step1 .btn {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 5%;
  }

  #mv .step-box .step2 {
    width: 100%;
    margin-left: 0;
    margin-top: 2%;
  }
}

#mv .notes {
  background-color: #05aa22;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#mv .notes ul {
  color: #fff;
  padding: 16px;
  max-width: 980px;
}

@media only screen and (max-width: 767px) {
  #mv .notes ul {
    width: 100%;
  }
}

#mv ul li {
  padding-bottom: 5px;
}

/*----- sec3,sec4 -----*/
#sec3 h3.ttl-camp,
#sec4 h3.ttl-camp {
  border-left: solid 8px #15ae68;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 25px;
  padding: 8px 15px 5px;
}

@media only screen and (min-width: 768px) and (max-width: 980px) {

  #sec3 h3.ttl-camp,
  #sec4 h3.ttl-camp {
    margin-left: 2.7%;
  }
}

@media only screen and (max-width: 767px) {

  #sec3 h3.ttl-camp,
  #sec4 h3.ttl-camp {
    background-color: #14ae67;
    color: #fff;
    padding: 2% 3%;
    font-weight: bold;
    font-size: 1.2em;
  }
}

/*----- sec3 -----*/
#sec3 {
  padding-top: 30px;
}

#sec3 h3 {
  padding: 0 0 35px 5px;
}

#sec3 table {
  width: 94%;
  border: 3px solid #5a5a5a;
  border-collapse: collapse;
  border-spacing: 0;
  margin-left: 4%;
}

#sec3 table tr th {
  text-align: left;
  background: #f9f3e8;
  border-bottom: 1px solid #5a5a5a;
  border-right: 3px solid #5a5a5a;
  padding: 20px;
  width: 20%;
}

#sec3 table tr td {
  border-bottom: 1px solid #5a5a5a;
  padding: 20px;
}

#sec3 table tr td .under-line {
  font-weight: bold;
  background: #f2ff59;
  line-height: 1.8em;
}

#sec3 table tr td a {
  color: #15ae68;
}

#sec3 table tr td p+p {
  padding-top: 2%;
}

#sec3 table tr td ul li strong {
  padding-bottom: 5px;
  font-weight: bold;
  display: block;
}

#sec3 ol li {
  list-style-position: outside;
  margin: 0 0 3% 3%;
  list-style-type: decimal;
}

#sec3 ol li:last-child {
  margin: 0 0 0 3%;
}

.proviso {
  font-size: 0.8em;
}

@media only screen and (max-width: 767px) {
  #sec3 table {
    width: 94%;
    border: solid 2px #5a5a5a;
    margin: 0 3% 5% 3%;
  }
}

@media only screen and (max-width: 640px) {
  #sec3 table {
    border: solid 2px #5a5a5a;
    margin: 0 3% 5% 3%;
    width: 94%;
  }

  #sec3 table tr th {
    border-right: none;
    text-align: center;
    padding: 2%;
    display: block;
    width: 100%;
  }

  #sec3 table tr td {
    padding: 3%;
    border-bottom: solid 1px #5a5a5a;
    display: block;
    width: 100%;
  }

  #sec3 ol {
    margin-left: 3%;
  }

  #sec3 ol li {
    margin: 0 0 3% 5%;
  }
}

/*----- sec4 -----*/
#sec4 {
  margin: 30px 0;
}

#sec4 h3 {
  padding: 0 0 30px 5px;
}

#sec4 h4 {
  border-bottom: #ccc solid 1px;
  padding: 0 0 5px 0;
  width: 94%;
  margin: 0 auto;
  font-size: 16px;
}

#sec4 a {
  display: block;
  text-align: center;
  margin-top: 35px;
}

#sec4 p.minfo {
  width: 94%;
  margin: 0 auto 20px auto;
}

#sec4 .txt01 {
  width: 94%;
  margin: 15px auto 60px auto;
}

#sec4 ul li ul {
  margin: 0 10px;
  padding: 0;
}

#sec4 ul li {
  position: relative;
  padding: 0 0 8px 15px;
  border-bottom: 1px dotted #9f9f9f;
}

#sec4 ul.txt01>li {
  margin-bottom: 1.2em;
}

#sec4 ul li::before {
  content: " ";
  display: block;
  width: 10px;
  height: 10px;
  background: #333;
  border-radius: 50%;
  position: absolute;
  top: 0.4em;
  left: 0;
}

#sec4 ul li ul {
  margin: 0;
}

#sec4 ul li ul li {
  position: relative;
  font-size: 13px;
  background: none;
  padding: 0.4em 0 5px 8px;
  border-bottom: 1px solid #eee;
}

#sec4 ul li ul li:last-child {
  border-bottom: none;
}

#sec4 ul li ul li::before {
  display: none;
}

#sec4 ul li ul li .sup-exp {
  background-color: #f5f5f5;
  padding: 10px 15px;
  border: 2px solid #eee;
  margin-top: 5px;
  margin-right: 0.8em;
}

#sec4 ul li ul li p+p {
  margin-top: 10px;
}

#sec4 ul li ul li .sup-exp li {
  border-bottom: none;
  padding: 8px 0 0 15px;
}

#sec4 .btn2 img {
  margin: 0 auto 20px;
  width: 44.7%;
}

@media only screen and (max-width: 767px) {
  #sec4 a {
    margin-top: 10px;
  }

  #sec4 .txt01 {
    margin: 15px auto 30px auto;
  }

  #sec4 strong {
    display: block;
    padding: 0 0 0;
  }

  #sec4 ul {
    margin: 0 10px;
  }

  #sec4 ul li {
    padding: 0 0 0.2em 0.4em;
    border-bottom: dashed 1px #989898;
  }

  #sec4 ul li::before {
    left: -0.4em;
  }

  #sec4 ul li ul {
    margin: 0;
    padding: 0;
  }

  #sec4 ul li ul li {
    padding: 0.8em 0 0.8em 0.8em;
  }

  #sec4 ul li ul li::before {
    top: 1.5em;
  }

  #sec4 .btn2 img {
    width: 91%;
  }
}

/* テーブル */
#sec4 .present {
  border: 2px solid #5a5a5a;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 2%;
  border-collapse: collapse;
  text-align: center;
}

#sec4 .present tr th {
  background: #f9f3e8;
  border-bottom: 1px solid #5a5a5a;
  border-right: 3px solid #5a5a5a;
  padding: 20px;
  width: 20%;
}

#sec4 .present tr td {
  border-bottom: 1px solid #5a5a5a;
  padding: 20px;
}

#sec4 .present tr td,
#sec4 .present tr th {
  border: 1px solid #5a5a5a;
  border-collapse: collapse;
  text-align: center;
}

#sec4 .present thead tr th {
  border-bottom: 3px solid #5a5a5a;
}

#sec4 .present thead tr th:nth-child(2) {
  border-right: 1px solid #5a5a5a;
}

@media only screen and (max-width: 640px) {
  #sec4 .present {
    width: 96.8%;
    margin: 2% 0 4%;
  }

  #sec4 .present tr td,
  #sec4 .present tr th {
    border: none;
    border-bottom: 1px solid #5a5a5a;
  }

  #sec4 .present tbody th {
    padding: 4px 12px;
    display: block;
    width: 100%;
  }

  #sec4 .present tr th {
    padding: 4%;
    width: 100%;
    border-top: 2px solid #5a5a5a;
  }

  #sec4 .present tr td {
    padding: 6% 2%;
  }

  #sec4 .present td {
    padding: 4px 12px;
    display: block;
    width: 100%;
  }

  #sec4 .present td[data-title]::before {
    content: attr(data-title) " :";
    font-weight: bold;
    padding: 0 10px 0 0;
    display: inline;
    width: 40%;
  }

  #sec4 .present thead tr th {
    display: none;
  }
}
