html, body, div, span, h1, h2, h3, h4, h5, h6, p, i, dl, dt, dd, ol, ul, li, form, label, table, tbody, tfoot, thead, tr, th, td, footer, header, menu, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    display: block;
}
fieldset {
    border: 0;
}
.confirmText{
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 2px;
    margin-left: 8%;
}
.noticeText{
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    margin: 3px 8% 3px 8%;
}

h2 {
    margin-top: 40px;
    padding: 1.5rem 0 1rem 0;
    text-indent: 1em;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}
a{
    font-size: 13px;
}
a:link,a:visited {
    text-decoration: none;
    color: #0099e8
}

ul li{
    list-style: none;
}
form{
    margin: 0 auto;
}
table{
    width: 80%;
    margin-left: 8%;
    margin-right: 8%;
}
th, td{
    padding: 10px 0 6px 0;
}
th, td, .answer{
    margin-top: 10px;
    border-bottom: 1px solid #cccbcb;
}
.title{
    text-align: left;
}
.tableContent {
    margin-left: auto;
    margin-right: auto;
}
input{
    width: 100%;
    margin: 5px 0 5px 0;
    border: 1px solid rgb(160, 160, 160);
    height: 30px;
    padding: 0px 6px;
    border-radius: 4px;
    outline: 0;
    font-family: inherit;
    vertical-align:middle;
}
input:focus{
    border-color: black;
}
.inputWrap {
    display: inline-block;
    width: auto;
}
.answer{
    width: 80%;
    margin-left: 8%;
}
.mailbox{
    width:35%;
}
.already {
    color: #0099e8;
    text-decoration: none;
    text-align: right;
    font-size: 12px;
    font-weight: 600;
}
.error {
	padding: 5px;
    color: #f00;
    font-weight: 300;
    vertical-align: middle;
    line-height: 150%;
    margin: 20px;
    font-size: 80%;
}

.tableBlock{
    margin: 20px auto;
}

.wrapper {
    padding: 0 15px;
}

.listHead {
    font-size: 22px;
    line-height: 1.5;
    margin: 100px 0 15px 0;
    text-align: center;
}

form div label{
    font-weight: 600;
    font-size: 16px;
}
.question{
    font-weight: 600;
    font-size: 16px;
}
form div label .genderLabel{
    font-weight: 400;
    font-size: 16px;
}

.form-require {
    background: #d13a32;
    margin: 0 0 0 8px;
    padding: 2px 4px;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    vertical-align: middle;
    white-space: nowrap;
}

.notice {
    padding: 0 0 0.6em 0;
    line-height: 1.5;
    font-size: 12px;
    color: rgb(112, 112, 112);
}
.radioButton{
    display: inline-block;
}
.radioButton input[type=radio]{
  display:none;
}
.radioButton label{
  display: inline-block;
  position: relative;
  margin-right:24px;
  padding: 0 0 0 30px;
  font-weight: normal;
  font-size: 15px;
  cursor: pointer;
  overflow: inherit;
  line-height: 1.5;
  vertical-align: bottom;
}
.radioButton label:before,
.radioButton label:after {
  position: absolute;
  content: '';
  border-radius: 50%;
}
.radioButton label:before {
  left: 0;
  top: 0;
  box-sizing:border-box;
  width: 18px;
  height: 18px;
  border: 1px solid rgb(160, 160, 160);
}
.radioButton label:after {
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  transform: scale(0);
  background: #0075ff;
}
.radioButton input[type="radio"]:checked + label:before {
  border-color: #0075ff;
}
.radioButton input[type="radio"]:checked + label:after {
  transform: scale(1);
}
input[type="button"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: button;
    cursor: pointer;
}
.btn {
    font-size: revert;
    height: 45px;
    line-height: inherit;
    display: block;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    cursor: pointer;
    margin: 15px 15px 0 0;
}
.buttonarea{
    display: flex;
    margin-bottom: 13px;
}
.btnBig{
    border: none;
    width: 56%;
    color: white;
    background: #777777;
}
.btnSmall{
    width: 25%;
    background-color: -internal-light-dark(rgb(239, 239, 239), rgb(59, 59, 59));
    padding: 1px 6px;
    border-width: 2px;
    border-style: outset;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

.btn, .buttonarea{
    margin-left: auto !important;
    margin-right: auto !important;
}
/*
スマホサイズ
 */
@media screen and (max-width: 520px) {
.wrapper {
    padding: 0;
}
#main td {
	height: 20vh;
}
}
