@charset "UTF-8";
/* CSS Document */

.keyvisual{
    text-align:  center;
    padding: 120px 0;
    background: #00A8B8;
}

.content{
    max-width: 800px;
}

.content .info h2{
    font-size:  150%;
    font-weight: bold;
    margin: 0 0 20px 0;
}
.content .info p{
    font-size:  114%;
    line-height: 2.2;
}
.content h3{
    font-size:  180%;
    font-weight: bold;
    text-align: center;
    padding: 0 0 10px 0;
    border-top: none;
    border-bottom: #231815 solid 2px;
}
.content .Box{
    padding: 30px 0 40px 0;
    border-bottom: #231815 solid 2px;
}
.content .Box h4{
    font-size:  150%;
    font-weight: bold;
    width: 150px;
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 55px 0;
    background: #00A8B8;
    float: left;
    -webkit-border-radius: 75px;
    -moz-border-radius: 75px;
    border-radius: 75px;
}
.content .Box table{
    width: 600px;
    float: left;
    border: none;
    margin: 0;
    padding: 0;
}
.content .Box table tr{
    margin: 0 0 20px 0;
    display: block;
}
.content .Box table th,
.content .Box table td{
	padding: 5px 0 5px 20px;
	border: none;
    vertical-align: middle;
}
.content .Box table th{
    width: 120px;
    padding: 5px 20px;
    background: none;
    text-align: center;
    border-right: #231815 solid 1px;
}


.content .contact{
    margin: 50px auto 0 auto;
}
/*.content .contact table{
	border: none;
}
.content .contact table th,
.content .contact table td{
	padding: 20px 15px 0 15px;
	border: none;
}
.content .contact table th{
    font-size: 110%;
	font-weight: bold;
    text-align: right;
    background: none;
}*/
.content .contact table td input,
.content .contact table td textarea{
    border: #231815 solid 1px;
    padding: 10px;
}
.content .contact .center{
    margin: 30px 0 0 0;
    text-align: center;
}
.content .contact .center form{
    display: inline;
}
.content .contact .center input {
    width: 90px;
}