@charset "UTF-8";

body {
    background-color: #FFF;
}

.contact_top {
    background-color: #FFF;
}

h1 {
    font-size: 92px;
    letter-spacing: 0.03em;
    color: #000;
    font-family: Century Gothic, sans-serif;
    text-align: center;
    margin: 0;
    margin-top: 150px;
    margin-bottom: 50px;
}

.contact_text {
    text-align: center;
    line-height: 30px;
}

table {
    margin: 0 auto;
    width: 80%;
    max-width: 700px;
}

.contact_form {
    margin-top: 40px;
}

table span {
    color: #ff0066;
    font-weight: 800;
    font-size: 12px;
    padding: 5px 10px;
    margin-right: 5px;
}

td {
    padding: 10px 20px;
    padding-right: 0;
}

input {
    width: 100%;
}

.privacy_row {
    background-color: #fdfdfd;
}

.privacy {
    max-width: 1000px;
    width: 90%;
    margin: 0px auto;
    background-color: #fff;
    padding: 130px 5%;
    height: 100%;
}

.privacy p {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.01em;
    margin: 0;
    padding-top: 20px;
}

.privacy h1 {
    margin-top: 0;
    font-size: 40px;
    line-height: 50px;
    padding-top: 40px;
    margin-top: -30px;
    margin-bottom: 0;
    padding-bottom: 0px;
    border-top: solid 1px #e7e7e7;
}

.privacy h2 {
    text-align: center;
    margin-top: 0;
    font-size: 15px;
    line-height: 50px;
    padding-bottom: 30px;
    letter-spacing: -0.01em;
    border-bottom: solid 1px #e7e7e7;
}

span.any {
    color: #b9b9b9;
}

.privacy h5 {
    text-align: center;
    font-size: 18px;
}

textarea {
    width: 100%;
}

.button {
    cursor: pointer;
    max-width: 700px;
    margin: 0 auto;
    width: 80%;
    text-decoration: none;
    border: 1px solid #000;
    display: block;
    line-height: 40px;
    font-size: 22px;
    letter-spacing: 0.05em;
    position: relative;
    margin-top: 10px;
    background-color: #FFF;
    margin-bottom: 0px;
}

.button::after {
    content: url(../image/arrow2.png);
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 40px;
}
.button:hover {
    color: #c6c6c6;
    border: 1px solid #c6c6c6;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.button_row{
    margin: 50px auto;
    margin-bottom: 10px;
}

.return {
    cursor: pointer;
    max-width: 900px;
    margin: 0 auto;
    width: 80%;
    text-decoration: none;
    border: 1px solid #000;
    width: 100%;
    display: block;
    line-height: 60px;
    font-size: 22px;
    letter-spacing: 0.05em;
    position: relative;
    margin-top: 50px;
    background-color: #a8a8a8;
    margin-bottom: 10px;
}

.return::after {
    content: url(../image/arrow2.png);
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 40px;
}

.return:hover {
    color: #c6c6c6;
    border: 1px solid #c6c6c6;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.submit_button {
    cursor: pointer;
    max-width: 900px;
    margin: 0 auto;
    width: 80%;
    text-decoration: none;
    border: 1px solid #000;
    width: 100%;
    display: block;
    line-height: 60px;
    font-size: 22px;
    letter-spacing: 0.05em;
    position: relative;
    margin-top: 30px;
    background-color: #FFF;
    margin-bottom: 100px;
}


.submit_button::after {
    content: url(../image/arrow2.png);
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 40px;
}

.submit_button:hover {
    color: #c6c6c6;
    border: 1px solid #c6c6c6;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.confirmation {
    max-width: 900px;
    margin: 50px auto;
    width: 80%;
}

.mail_send {
    max-width: 900px;
    margin: 50px auto;
    width: 80%;
    margin-bottom: 150px;
    line-height: 26px;
}

main.contact {
    margin-bottom: 50px;
}

td {
    line-height: 30px;
}

.note{
    font-size:11px;
    margin: 0 auto;
    width: 80%;
    max-width: 700px;
    text-align: right;
    margin-top: 20px;
    margin-bottom: 100px;
}

th{
    text-align: left;
    font-weight: normal;
}

.reset{
    background-color: #c6c6c6;
}

.mail_form{
    margin-top: 150px;
}


.mail_form div.row{
    margin-bottom: 100px;
}

h3{
    text-align: center;
    margin-bottom: 30px;
}

.mail_form div.row {
    line-height: 30px;
}
