@charset "UTF-8";
/* ------------------------------
 width: all
------------------------------ */
main section.fv_section .wrapper .t01 span {
  padding: 0;
}
main section.s01 .wrapper {
  border-top: 2px solid #90BDBB;
  border-bottom: 2px solid #90BDBB;
  width: 1200px;
  margin: 110px auto 0;
  padding: 30px 70px;
}
main section.s01 .wrapper .t01 {
  font-size: 16px;
  line-height: 44px;
  position: relative;
}
main section.s01 .wrapper .t01::before {
  content: "・";
  display: block;
  width: 16px;
  position: absolute;
  top: 0;
  left: -16px;
}
main section.s01 .wrapper .t02 {
  font-size: 19px;
  font-weight: bold;
  padding-left: 10px;
}
main section.s01 .wrapper .t03 {
  padding: 0 0 20px 10px;
}
main section.s01 .wrapper .t03 a {
  text-decoration: none;
  font-weight: bold;
  font-size: 32px;
  color: #000;
  line-height: 120%;
  pointer-events: none;
}
main section.s02 .wrapper {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 70px 0;
}
main section.s02 .wrapper table {
  width: 100%;
}
main section.s02 .wrapper table tr td {
  vertical-align: top;
}
main section.s02 .wrapper table tr td.td01 {
  width: 210px;
  font-size: 16px;
  padding-top: 27px;
}
main section.s02 .wrapper table tr td.td01 span {
  display: block;
  font-size: 12px;
  line-height: 200%;
  margin-top: 30px;
}
main section.s02 .wrapper table tr td.td02 {
  width: 60px;
  padding-top: 30px;
}
main section.s02 .wrapper table tr td.td02 span {
  border: 1px solid #D81C24;
  font-size: 10px;
  color: #D81C24;
  display: inline-block;
  vertical-align: top;
  line-height: 10px;
  padding: 2px 4px;
}
main section.s02 .wrapper table tr td.td03 {
  padding: 10px 0;
}
main section.s02 .wrapper table tr td.td03 input {
  width: 100%;
  display: block;
  background-color: #E8F1ED;
  border: 2px solid #D1D1D1;
  font-size: 16px;
  line-height: 24px;
  padding: 13px 20px;
}
main section.s02 .wrapper table tr td.td03 input.half {
  width: 265px;
}
main section.s02 .wrapper table tr td.td03 textarea {
  width: 100% !important;
  height: 226px !important;
  display: block;
  background-color: #E8F1ED;
  border: 2px solid #D1D1D1;
  font-size: 16px;
  line-height: 24px;
  padding: 13px 20px;
}
main section.s02 .wrapper table tr td.td03 .t02 {
  font-size: 12px;
  margin-top: 10px;
}
main section.s02 .wrapper table tr td.td03 .t02 a {
  color: #000;
}
main section.s02 .wrapper .t01 {
  font-size: 16px;
  line-height: 180%;
  margin: 25px 0 15px;
}
main section.s02 .wrapper .submitbtn {
  width: 470px;
  line-height: 16px;
  padding: 40px 0;
  background-color: #91BEBC;
  text-align: center;
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  margin: 80px auto 0;
  border: none !important;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 800px) {
  main section.fv_section .wrapper .t01 span {
    padding: 0;
  }
  main section.s01 {
    padding: 0 20px;
  }
  main section.s01 .wrapper {
    border-top: 2px solid #90BDBB;
    border-bottom: 2px solid #90BDBB;
    width: 100%;
    margin: 40px auto 0;
    padding: 20px 30px;
  }
  main section.s01 .wrapper .t01 {
    font-size: 12px;
    line-height: 20px;
    position: relative;
    margin-top: 10px;
  }
  main section.s01 .wrapper .t01::before {
    content: "・";
    display: block;
    width: 16px;
    position: absolute;
    top: 0;
    left: -16px;
  }
  main section.s01 .wrapper .t02 {
    font-size: 14px;
    font-weight: bold;
    padding-left: 0px;
    margin-top: 5px;
  }
  main section.s01 .wrapper .t03 {
    padding: 0 0 5px 0;
  }
  main section.s01 .wrapper .t03 a {
    pointer-events: all;
    text-decoration: none;
    font-weight: bold;
    font-size: 24px;
    color: #000;
    line-height: 120%;
  }
  main section.s02 .wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 20px 20px 0;
  }
  main section.s02 .wrapper table {
    width: 100%;
  }
  main section.s02 .wrapper table tr {
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
  }
  main section.s02 .wrapper table tr td {
    display: block;
  }
  main section.s02 .wrapper table tr td.td01 {
    width: calc(100% - 80px);
    font-size: 14px;
    padding-top: 19px;
  }
  main section.s02 .wrapper table tr td.td01 span {
    display: block;
    font-size: 12px;
    line-height: 140%;
    margin-top: 10px;
  }
  main section.s02 .wrapper table tr td.td02 {
    width: 80px;
    padding-top: 22px;
    text-align: right;
  }
  main section.s02 .wrapper table tr td.td02 span {
    border: 1px solid #D81C24;
    font-size: 10px;
    color: #D81C24;
    display: inline-block;
    vertical-align: top;
    line-height: 10px;
    padding: 2px 4px;
  }
  main section.s02 .wrapper table tr td.td03 {
    width: 100%;
    padding: 3px 0 5px;
  }
  main section.s02 .wrapper table tr td.td03 input {
    width: 100% !important;
    display: block;
    background-color: #E8F1ED;
    border: 1px solid #D1D1D1;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 15px;
  }
  main section.s02 .wrapper table tr td.td03 input.half {
    width: 265px;
  }
  main section.s02 .wrapper table tr td.td03 textarea {
    width: 100% !important;
    height: 150px !important;
    display: block;
    background-color: #E8F1ED;
    border: 2px solid #D1D1D1;
    font-size: 16px;
    line-height: 24px;
    padding: 13px 20px;
  }
  main section.s02 .wrapper table tr td.td03 .t02 {
    font-size: 12px;
    margin-top: 10px;
  }
  main section.s02 .wrapper .t01 {
    font-size: 14px;
    line-height: 180%;
    margin: 20px 0 -5px;
  }
  main section.s02 .wrapper .submitbtn {
    width: 270px;
    line-height: 16px;
    padding: 20px 0;
    background-color: #91BEBC;
    text-align: center;
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    margin: 40px auto 0;
  }
}