@charset 'utf-8';

h2.title {
	border-bottom:#012B74 solid 1px;
	text-align:center;
}
h2.title img{
	height:20px;
}


/***---   foundation   ---***/

a,
span {
    display: inline-block;
}

main {
    width: 95%;
    max-width: 1000px;
    margin-top: 70px;
    padding: 60px 0;
    min-height: calc(100vh - 230.1667px);
    margin-left: auto;
    margin-right: auto;
}

section {
    background: none;
}

input,
textarea {
    width: 100%;
}

br.cb {
    clear: both;
}



.err_msg {
    line-height: 20px;
    color: #f00;
    font-weight: bold;
}

.form_page_description {
    padding: 0 20px 20px;
}



/***---   modules   ---***/

.m-inner_main {
    background: none;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 10px 20px;
    border-radius: 20px;
}



.m-contact h2 {
    font-size: 1.2em;
    text-shadow: 0px 0px 3px #999;
}
/*
.m-contact h2 {
    padding: 0 20px;
    color: #004098;
    letter-spacing: 2px;
}
*/

.m-contact .form_description {
    line-height: 20px;
}


.m-contact-tel .section_body {
    padding: 0 50px;
}



.m-contact-form form {
	font-size: 0.9em;
}

.m-contact-form form .form_type {
    float: left;
}

.m-contact-form form .form_key {
    float: left;
}

.m-contact-form form .form_val {
    clear: both;
    padding-top: 0;
}



.m-contact-form form > * > * {
    padding: 10px;
    line-height: 30px;
}

.m-contact-form form input,
.m-contact-form form textarea,
.m-contact-form .submit_box a {
    padding: 3px 10px;
    border: 1px #666 solid;
    box-sizing: border-box;
}

.m-contact-form form .submit_box a {
    margin-bottom: 10px;
}



.m-contact-form form .form_type {
    text-align: center;
}

.m-contact-form form .form_type-must span {
    padding: 0 10px;
    background-color: #FF4542;
    color: #fff;
}

.m-contact-form form .form_type-any span {
    padding: 0 10px;
    background-color: #4242FF;
    color: #fff;
}



.m-contact-form form input[type=submit] {
    width: 5%;
    min-width: 120px;
    max-width: 300px;
    padding: 2px 10px;
    box-sizing: border-box;
    cursor: pointer;
}

.m-contact-form form .submit_box a:hover,
.m-contact-form form input[type=submit]:hover {
    background-color: #666;
    color: #fff;
    text-decoration: none;
}



/***   Utilities
 ***/

.u-w10p {
    width: 25%;
}

.u-w25p {
    width: 50%;
}

.u-w33p {
    width: 100%;
}

.u-w50p {
    width: 100%;
}

.u-w66p {
    width: 100%;
}

.u-w75p {
    width: 100%;
}

.u-w100px {
    width: 100px;
}

.u-h60px {
    height: 60px;
}

.u-h300px {
    height: 300px;
}



.u-text-right {
    text-align: right;
}

.u-font-xs {
    font-size: 0.8em;
}

.u-font-s {
    font-size: 0.9em;
}

.u-font-m {
    font-size: 1em;
}

.u-font-l {
    font-size: 1.2em;
}

.u-font-xl {
    font-size: 1.5em;
}

.u-vertical-top {
    vertical-align: top;
}


