body {
    margin: 0;
    padding: 0;
    font-size: 15px;
}

#wrap {
    width: 844px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
    line-height: 4rem;
}
h3{
    text-align: center;
}
table{
    text-align: left;
}
p {
    font-size: 18px;
    line-height: 4rem;
    text-align: left;
}

span {
    font-size: 13px;
    color: #999898;
}
dt span {
  color: #f00;
}


dl,
dt,
dd {
    margin: 0;
    padding: 0;
}

dl {
  display: table;
  width: 844px;
    background: #ebe8ff;
    border: 1px solid #999;
    border-top: none;
    border-bottom: none;
}
dl.last {
  border-bottom: 1px solid #999;
}


dt,
dd {
  display: table-cell;
    padding: 15px 10px;
    vertical-align: middle;
}

dt {
    border-top: 1px solid #999;
    clear: left;
    float: left;
    width: 210px;
    text-align: left;
    font-weight: bolder;
    min-height: 60px;
}

dd {
  width: 634px;
    background: #fff;
    border-left: 1px solid #999;
    border-top: 1px solid #999;
    margin-left: 210px;
    min-height: 60px;
    text-align: left;
    word-break: break-word;
}
.left{
    width: 75%;
    float: left;
}
.right{
    float: right;
    width: 25%;
}
textarea {
    width: 610px;
    max-width: 610px;
    height: 150px;
    font-size: 100%;
    background-color: #fdffee;
}

input[type=text] {
    height: 30px;
    width: 210px;
    font-size: 100%;
    background-color: #fdffee;
}
/**
input[type=radio],
input[type=checkbox] {
    display: none;
}
**/
.radio,
.checkbox {
    box-sizing: border-box;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: inline-block;
    margin: 0 8px 8px 0;
    padding: 0 10px 0 35px;
    border-radius: 8px;
    background-color: #f6f7f8;
    vertical-align: middle;
    cursor: pointer;
}

.radio:hover,
.checkbox:hover {
    background-color: #e2edd7;
}

.radio:hover:after,
.checkbox:hover:after {
    border-color: #53b300;
}

.radio:after,
.checkbox:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: 50%;
    left: 10px;
    display: block;
    margin-top: -10px;
    width: 16px;
    height: 16px;
    border: 2px solid #bbb;
    border-radius: 6px;
    content: '';
}

.radio:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 50%;
    left: 15px;
    display: block;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #53b300;
    content: '';
    opacity: 0;
}

input[type=radio]:checked + .radio:before {
    opacity: 1;
}

.checkbox:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 50%;
    left: 16px;
    display: block;
    margin-top: -7px;
    width: 5px;
    height: 9px;
    border-right: 3px solid #53b300;
    border-bottom: 3px solid #53b300;
    content: '';
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

input[type=checkbox]:checked + .checkbox:before {
    opacity: 1;
}

#tel1,
#tel2,
#tel3,
#yubin {
    width: 100px;
}

#address3,
#address4 {
    width: 400px;
}

.submit {
    margin-top: 20px;
	text-align: center;
}
.submit2{
    display: block;
    width: 100%;
    margin-top: 10px;
    text-align: center;
}

.button {
    text-align: center;
    padding-top: 20px;
}

.button {
    font-size: 18px;
    font-size: 1.5rem;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #337fed;
    padding: 2px 40px;
    margin-left: 20px;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #8d83d3), color-stop(100%, #1e62d0));
    background: -moz-linear-gradient(center top, #8d83d3 5%, #1e62d0 100%);
    background: -ms-linear-gradient(top, #8d83d3 5%, #1e62d0 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#8d83d3', endColorstr='#1e62d0');
    background-color: #8d83d3;
    color: #ffffff;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    -webkit-box-shadow: inset 1px 1px 0px 0px #97c4fe;
    -moz-box-shadow: inset 1px 1px 0px 0px #97c4fe;
    box-shadow: inset 1px 1px 0px 0px #97c4fe;
}

.button2 {
    font-size: 18px;
    font-size: 1.8rem;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #ed3333;
    padding: 8px 40px;
    margin-left: 20px;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #ff2525), color-stop(100%, #a20000));
    background: -moz-linear-gradient(center top, #ff2525 5%, #a20000 100%);
    background: -ms-linear-gradient(top, #ff2525 5%, #a20000 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff2525', endColorstr='#a20000');
    background-color: #fa3b3b;
    color: #ffffff;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    -webkit-box-shadow: inset 1px 1px 0px 0px #fe9797;
    -moz-box-shadow: inset 1px 1px 0px 0px #fe9797;
    box-shadow: inset 1px 1px 0px 0px #fe9797;
}

.button2:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #a20000), color-stop(100%, #ff2525));
    background: -moz-linear-gradient(center top, #a20000 5%, #ff2525 100%);
    background: -ms-linear-gradient(top, #a20000 5%, #ff2525 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a20000', endColorstr='#ff2525');
    background-color: #a20000;
}

.button2:active {
    position: relative;
    top: 1px;
}

.sslTag {
    text-align: right;
}

.errMsg {
    color: #FFF;
}

#email,#re_email {
    width: 400px;
}
.geotrust p{
    font-size: 12px;
    text-align: right;
    font-weight: bold;
}
th{
    width: 200px;
}
td{
    width: 610px;
}
dd.height-email{
    height: 120px;
    padding-top: 40px;
}
.button3{
    display: none;
}


.mailform_header {
	margin-bottom: 10px;
}
.mailform_header:hover {
	opacity: 0.7;
}

.input_inner {
  display: table-cell;
  vertical-align: bottom;
}
.input_ttl {
  display: table-cell;
  padding-right: 0.5em;
  vertical-align: bottom;
}
.input_txt {
  display: table-cell;
  padding-right: 1em;
  vertical-align: bottom;
}
.caution {
  font-size: 1.05em;
}
#add,#firstBox,#secondBox {
  display: none;
}
.naiyou_inner {
  /*border-top: 1px solid #999;*/
  margin: 0 -10px;
  padding: 15px 10px;
}
.form_thanks_txt {
  margin-bottom: 50px;
  line-height: 1.5;
}
.form_privacy {
  display: block;
  padding: 10px;
  font-size: 14px;
  color: #1a1a1a;
  line-height: 1.5;
}
.form_privacy a {
  text-decoration: underline;
}
.form_thanks_caution {
  display: block;
  margin: 0;
  padding: 10px;
  padding-left: 1em;
  font-size: 14px;
  color: #1a1a1a;
  line-height: 1.5;
  text-indent: -1em;
}
.form_thanks_img {
  margin-top: 60px;
}
.form_thanks_ttl {
  padding: 15px 20px;
  border: 1px solid #999;
  border-bottom: 5px solid #37197f;
}
.form_thanks_inner {
  padding: 50px;
}
.form_thanks_gotop {
  margin-top: 30px;
  text-align: right;
  text-decoration: underline;
}
