.blue-button{
    display: block;
    width: 100%;
    height: 40px;
    background: #63A9CD;
    color: #fff;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
}

#contact-module{
    width: 1000px;
    margin: 0 auto 60px;
    padding: 0 10px;
}

#contact-module > p{
    margin-bottom: 0;
    padding: 40px 0;
    font-size: 3.6rem;
    line-height: 1;
    text-align: center;
}

#contact-top-box{
    width: 500px;
}

#contact-top-box > ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

#contact-top-box > ul:nth-of-type(2) > li:not(.active){
    display: none;
}

#contact-top-box > ul:first-of-type > li{
    float: left;
    margin-left: 10px;
}

#contact-top-box > ul:first-of-type > li:first-child{
    margin-left: 0;
}

#contact-top-box > ul:first-of-type > li > a{
    display: block;
    height: 60px;
    padding: 0 40px;
    border: solid 1px #ccc;
    background: #eee;
    color: #333;
    font-size: 2.0rem;
    line-height: 60px;
    text-decoration: none;
}

#contact-top-box > ul:first-of-type > li.active > a{
    position: relative;
    border-bottom: none;
    background: #fff;
}

#contact-top-box > ul:first-of-type > li.active > a:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #001E50;
}

#contact-top-box > ul:first-of-type > li.active > a:hover{
    opacity: 1;
    cursor: default;
}

#contact-top-box > ul:nth-of-type(2){
    margin-top: -1px;
    padding: 20px 40px 40px;
    border: solid 1px #ccc;
    background: #fff;
}

#contact-top-sign-in-box p.lost-pass{
    text-align: right;
}

#contact-top-sign-in-box p.lost-pass > a{
    text-decoration: none;
}

#contact-top-sign-in-box p.lost-pass > a:before {
    content: '\f0da';
    display: inline-block;
    margin-right: 0.5em;
    color: #666;
    font-size: 12px;
    font-size: 1.2rem;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#contact-top-sign-in-form > dl{
    margin: 0;
}

#contact-top-sign-in-form > dl > dd{
    margin: 0 0 20px 0;
}

#contact-gateway > div > p{
    font-size: 1.8rem;
}

#contact-gateway > div:not(:first-of-type) > p{
    margin-top: 60px;
}

#region > ul{
    list-style: none;
    margin: -20px 0 0 0;
    padding: 0;
}

#region > ul > li{
    display: inline-block;
    margin-top: 20px;
    padding: 0 10px;
}

#region > ul > li > a{
    text-decoration: none;
    display: inline-block;
    padding: 5px 12px;
    white-space: nowrap;
    color: #333;
    background: #eee;
}

#region > ul > li > a.active,
#region > ul > li > a:hover{
    color: #fff;
    background: #63A9CD;
}

#reason{
    display: none;
}

h1 > span{
    display: block;
    font-size: 1.6rem;
}

#contact-page.user button[type="submit"]{
    margin-top: 40px;
}

#contact-page .hello h3{
    color: #333;
    font-size: 2.6rem;
}

#contact-page .hello p{
    margin: 20px 0;
    font-size: 2.2rem;
}

#content #contact-page h2{
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 2.4rem;
}

#contact-page h3{
    margin: 20px 0 10px;
    color: #001E50;
    font-size: 2.2rem;
    font-weight: normal;
}

#other-col,
#form-col{
    border-top: solid 1px #333;
}

#other-col > h2,
#form-col > h2{
    border-bottom: solid 1px #333;
    text-align: center;
}

#other-col{
    float: right;
    width: 320px;
    text-align: center;
}

#other-col > h2,
#other-col > div,
#form-col > h2,
#form-col > div{
    padding-left: 40px;
    padding-right: 40px;
}

#other-col > div:not(:first-of-type){
    margin-top: 40px;
}

#other-col .phone:before{
    content: '\f095';
    display: inline-block;
    margin-right: 2px;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#other-col .sns:before{
    content: '\f086';
    display: inline-block;
    margin-right: 2px;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#other-col dl{
    font-size: 1.8rem;
}

#other-col dl > dt:not(:first-of-type){
    margin: 20px 0 0 0;
}

#other-col dl > dd{
    margin: 0;
}

#other-col > div > p > a{
    display: inline-block;
    padding: 3px 10px;
    background: #999;
    color: #fff;
    text-decoration: none;
}

#other-col ul{
    list-style: none;
    padding: 0;
}

#other-col ul > li{
    display: inline-block;
    padding: 0 10px;
}

#form-col{
    margin-right: 320px;
    border-right: solid 1px #333;
}

.contact-pages input[type="text"],
.contact-pages input[type="email"],
.contact-pages input[type="tel"],
.contact-pages input[type="password"],
.contact-pages select,
.contact-pages textarea{
    width: 100%;
    padding: 5px;
    background: #eee;
    border: solid 1px #999;
}

.contact-pages input[type="text"][class^="validate[required"],
.contact-pages input[type="email"][class^="validate[required"],
.contact-pages input[type="tel"][class^="validate[required"],
.contact-pages input[type="password"][class^="validate[required"],
.contact-pages select[class^="validate[required"],
.contact-pages textarea[class^="validate[required"]{
    background: #fff;
}

.contact-pages select > option{
    color: #333;
}

.contact-pages textarea{
    height: 180px;
}

.contact-pages button[type="submit"],
.contact-pages button[type="button"]{
    display: block;
    width: 100%;
    height: 40px;
    background: #7b8d42;
    color: #fff;
    line-height: 40px;
    text-align: center;
}

.contact-pages button[disabled="disabled"]{
    background: #999;
}

.contact-pages button[disabled="disabled"]:hover{
    opacity: 1;
}

#contact-info{
    margin-top: -10px;
}

#contact-info > p:first-of-type{
    margin-top: 0;
}

#contact-info > div{
    padding-top: 10px;
}

#contact-info > div:nth-of-type(odd){
    float: left;
    width: 50%;
    padding-right: 5px;
}

#contact-info > div:nth-of-type(even){
    margin-left: 50%;
    padding-left: 5px;
}

#agree-box > input{
    float: left;
    width: 26px;
    margin-top:5px;
}

#agree-box > label{
    display: block;
    margin-left: 26px;
}

#math{
    margin: 0 auto 20px;
    text-align: center;
}

#math > label,
#math > input{
    display: inline-block;
    margin: 0 5px;
}

#math > label{
    color: #999;
}

#math > input{
    width: 90px;
}

#recaptcha{
    margin: 20px 0;
}

#recaptcha > div > div{
    margin: 0 auto
}

#mask-box{
    display: none;
}

#mask-box{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1500;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
}

#sign-in-box{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 300px;
    height: 180px;
    margin: -90px 0 0 -150px;
    padding: 10px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .75);
    background: #fff;
}

#sign-in-box > form > dl{
    margin: 0;
}

#sign-in-box > form > dl > dd{
    margin: 0 0 10px 0;
}

#sign-in-box > p{
    margin: 10px 0 0 0;
}

#sign-in-box > .hide-btn{
    position: absolute;
    right: 10px;
    bottom: 15px;
}

#sign-in-box > .hide-btn > a{
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
}

#sign-in-box > .hide-btn > a:before{
    content: '\f00d';
    display: inline-block;
    color: #666;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#sign-in-box > .error{
    position: absolute;
    left: 0;
    top: 190px;
    width: 100%;
    margin: 0;
    padding: 10px;
    background: #fff;
    color: #f00;
}

#sign-in-box > .error:after{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: -10px;
    width: 0px;
    height: 0px;
    margin-left: -5px;
    border-style: solid;
    border-width: 0 5px 10px 5px;
    border-color: transparent transparent #eee transparent;
}

#inquiry-register-box{
    margin: 30px 0;
    padding: 10px;
    border: solid 1px #ccc;
}

#inquiry-register-box > p:first-of-type{
    margin: 0;
}

#inquiry-register-box > p.error{
    margin-bottom: 0;
    color: #f00;
}

#inquiry-register-form{
    width: 300px;
    margin-top: 20px;
}

#inquiry-register-form > fieldset > div:not(:first-of-type){
    margin-top: 10px;
}


/* complete */
#contact-page.complete{
    text-align: center;
}

#contact-page.complete h2{
    border-top: solid 1px #333;
    border-bottom: solid 1px #333;
    text-align: center;
}

#contact-page.complete #hide-contact-info{
    margin: 20px 0;
}

#contact-page.complete #hide-contact-info > a{
    display: inline-block;
    height: 30px;
    padding: 0 10px;
    background: #eee;
    color: #000;
    line-height: 30px;
    text-decoration: none;
}

#contact-page.complete #hide-contact-info > a:before{
    content: 'Hide ';
}

#contact-page.complete #hide-contact-info.close > a:before{
    content: 'Show ';
}

#contact-page.complete #hide-contact-info > a:after{
    content: '-';
    margin-left: 10px;
}

#contact-page.complete #hide-contact-info.close > a:after{
    content: '+';
}

#contact-page.complete dl > dt{
    clear: left;
    float: left;
    width: 50%;
    text-align: right;
}

#contact-page.complete dl > dd{
    margin-left: 50%;
    padding-left: 5px;
    text-align: left;
}

#contact-page.complete dl > dd:after{
    content:'';
    display:block;
    clear:both;
}

#contact-page.complete button,
#contact-page.complete .blue-button{
    width: 300px;
    margin: 20px auto 0;
}

#contact-page.complete .em{
    font-size: 2.0rem;
}

#thankyou-col{
    float: left;
    width: 490px;
    border-right: solid 1px #333;
}

#user-info-col{
    float: right;
    width: 490px;
} 

#thankyou-col > *,
#user-info-col > *{
    padding-right: 20px;
    padding-left: 20px;
} 


:placeholder-shown{
    color: #ccc;
}

::-webkit-input-placeholder{
    color: #ccc;
}

:-moz-placeholder{
    color: #ccc;
    opacity: 1;
}

::-moz-placeholder{
    color: #ccc;
    opacity: 1;
}

:-ms-input-placeholder{
    color: #ccc;
}
