/* ------------------------------
 width: all
------------------------------ */
main section.s03 {
  background-color: #EAE3D3;
  padding: 35px 0 40px;
}

main section.s03 .wrapper h2 {
  text-align: center;
  font-size: 19px;
  font-weight: bold;
}

main section.s03 .wrapper .t01 {
  text-align: center;
  font-size: 14px;
}


main section.s02 .wrapper {
  width: 1000px;
  margin: 0 auto 100px;
}

main section.s01 {
  padding: 20px 40px 150px;
}

main section.s01 .wrapper {
  max-width: 800px;
  margin: 0 auto;
}

main section.s01 .wrapper .radiobox {
  background-color: #FCE8EA;
  padding: 40px;
  margin-top: 10px;
}

main section.s01 .wrapper .radiobox ul {
  margin-top: 20px;
}

main section.s01 .wrapper .radiobox ul li + li {
  margin-top: 15px;
}

main section.s01 .wrapper .radiobox ul li label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  z-index: 10;
  display: block;
}

main section.s01 .wrapper .radiobox ul li label br {
  display: none;
}

main section.s01 .wrapper .radiobox ul li label input {
  border: 10px solid #aaa;
  position: relative;
  margin-right: 20px;
}

main section.s01 .wrapper .radiobox ul li label input:checked::after {
  content: "";
  display: block;
  background-color: #888;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  position: absolute;
  top: -1px;
  left: 2px;
}

main section.s01 .wrapper .radiobox ul li label input::before {
  content: "";
  background: white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 5px solid #b3b3b3;
  position: absolute;
  top: -8px;
  left: -5px;
}

main section.s01 .wrapper h2 {
  text-align: center;
  font-size: 23px;
}

main section.s01 .wrapper .t01 {
  font-size: 14px;
  line-height: 200%;
  margin-top: 40px;
}

main section.s01 .wrapper table {
  width: 100%;
  margin-top: 20px;
}

main section.s01 .wrapper table tr td.td02 {
  width: 50px;
  vertical-align: top;
  padding-top: 26px;
}

main section.s01 .wrapper table tr td.td02 span {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  font-size: 14px;
  background-color: #D7D7D7;
  color: #fff;
}

main section.s01 .wrapper table tr td.td01 {
  width: 150px;
  font-size: 14px;
  padding-left: 10px;
  vertical-align: top;
  padding-top: 28px;
}

main section.s01 .wrapper table tr td.td03 {
  vertical-align: top;
  padding: 10px 0;
}

main section.s01 .wrapper table tr td.td03 input,
main section.s01 .wrapper table tr td.td03 textarea {
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
  background-color: #EFEFEF;
  border: 1px solid #D7D7D7;
  padding: 15px 15px;
  font-size: 16px;
  line-height: 160%;
}

main section.s01 .wrapper table tr td.td03 textarea {
  height: 320px !important;
}

main section.s01 .wrapper table tr.red td.td02 span {
  background-color: #D21C24;
}

main section.s01 .wrapper table tr.red td.td03 input {
  background-color: #FCE0E0;
}

main section.s01 .wrapper .t02 {
  text-align: center;
  color: #D90000;
  font-size: 18px;
  margin-top: 50px;
}

main section.s01 .wrapper .t02 a {
  color: #D90000;
}

main section.s01 .wrapper .submitbtn {
  background-color: #D90000;
  text-align: center;
  font-size: 20px;
  color: #fff;
  width: 350px;
  height: 80px;
  border: none;
  display: block;
  margin: 30px auto 0;
}

main section.s01 .wrapper .t03 {
  text-align: center;
  font-size: 18px;
  line-height: 200%;
  margin-top: 80px;
}

main section.s01 .wrapper .btn a {
  width: 300px;
  border: 1px solid #D90000;
  padding: 20px 0;
  text-align: center;
  font-size: 16px;
  color: #333;
  margin: 60px auto 0;
  display: block;
  text-decoration: none;
}

/* ------------------------------
 width < $width-2
------------------------------ */
@media screen and (max-width: 800px) {
  main section.s01 {
    padding: 20px 10px 80px;
  }
  main section.s01 .wrapper {
    max-width: 1100px;
    margin: 0 auto;
  }
  main section.s01 .wrapper .radiobox {
    background-color: #FCE8EA;
    padding: 20px;
  }
  main section.s01 .wrapper .radiobox ul {
    margin-top: 10px;
  }
  main section.s01 .wrapper .radiobox ul li {
    width: 100%;
  }
  main section.s01 .wrapper .radiobox ul li + li {
    margin-top: 10px;
  }
  main section.s01 .wrapper .radiobox ul li label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    z-index: 10;
    max-width: 100%;
    padding-left: 28px;
  }
  main section.s01 .wrapper .radiobox ul li label br {
    display: block;
  }
  main section.s01 .wrapper .radiobox ul li label input {
    border: 10px solid #aaa;
    position: absolute;
    top: 5px;
    left: 0;
  }
  main section.s01 .wrapper .radiobox ul li label input:checked::after {
    content: "";
    display: block;
    background-color: #888;
    width: 12px;
    height: 12px;
    border-radius: 16px;
    position: absolute;
    top: 1px;
    left: 5px;
  }
  main section.s01 .wrapper .radiobox ul li label input::before {
    content: "";
    background: white;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid #b3b3b3;
    position: absolute;
    top: -4px;
    left: 0px;
  }
  main section.s01 .wrapper h2 {
    text-align: center;
    font-size: 18px;
  }
  main section.s01 .wrapper .t01 {
    font-size: 14px;
    line-height: 200%;
    margin-top: 30px;
  }
  main section.s01 .wrapper table {
    width: 100%;
    margin-top: 40px;
  }
  main section.s01 .wrapper table tr {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper table tr::after {
    content: "";
    display: block;
    clear: both;
  }
  main section.s01 .wrapper table tr td {
    display: block;
  }
  main section.s01 .wrapper table tr td.td02 {
    width: 55px;
    vertical-align: top;
    padding-top: 20px;
    float: left;
  }
  main section.s01 .wrapper table tr td.td02 span {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    font-size: 14px;
    background-color: #D7D7D7;
    color: #fff;
  }
  main section.s01 .wrapper table tr td.td01 {
    width: calc(100% - 55px);
    float: right;
    font-size: 16px;
    padding-left: 15px;
    vertical-align: top;
    padding-top: 22px;
  }
  main section.s01 .wrapper table tr td.td03 {
    width: 100%;
    float: left;
    vertical-align: top;
    padding: 10px 0;
  }
  main section.s01 .wrapper table tr td.td03 input,
  main section.s01 .wrapper table tr td.td03 textarea {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    background-color: #EFEFEF;
    border: 3px solid #D7D7D7;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 160%;
  }
  main section.s01 .wrapper table tr td.td03 textarea {
    height: 150px !important;
  }
  main section.s01 .wrapper table tr.red td.td02 span {
    background-color: #D21C24;
  }
  main section.s01 .wrapper table tr.red td.td03 input {
    background-color: #FCE0E0;
  }
  main section.s01 .wrapper .t02 {
    text-align: center;
    color: #D90000;
    font-size: 14px;
    margin-top: 30px;
  }
  main section.s01 .wrapper .t02 a {
    color: #D90000;
  }
  main section.s01 .wrapper .submitbtn {
    background-color: #D90000;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    width: 300px;
    height: 70px;
    border: none;
    display: block;
    margin: 30px auto 0;
  }
  main section.s01 .wrapper .t03 {
    text-align: center;
    font-size: 14px;
    line-height: 200%;
    margin-top: 40px;
  }
  main section.s01 .wrapper .btn a {
    width: 240px;
    border: 1px solid #D90000;
    padding: 13px 0;
    text-align: center;
    font-size: 16px;
    color: #333;
    margin: 40px auto 0;
    display: block;
    text-decoration: none;
  }
}