@charset "utf-8";
/* CSS Document */


h2{
	font-weight:normal;
	color:#0033cc;
	font-size:36px;
	letter-spacing:2px;
	text-align:center;
	margin-bottom:20px;
}
h3{
	color:#F7931D;
	font-size:48px;
	line-height: 1;
	margin-bottom: 50px;
}
h3 span{
	display: block;
	font-size:24px;
}
section{
	padding:100px 0;
}

/* #contact */
#contact{
	max-width:1000px;
	width:90%;
	margin:0 auto;
}
#contact p{
	text-align:center;
	font-size:18px;
	line-height:2.5;
}
#contact .contact-from .title{
	text-align:center;
	color:#333;
    margin: 20px 0;
    font-size: 1.8rem;
    font-size: 18px;
    background-color: #eeeeee;
    padding: 20px 20px;	
}
#contact h2 .sub-title{
	display:block;
    font-size: 3.0rem;
	font-size:30px;
}
#contact .contact-from table{
    margin: 30px auto;
    width: 700px;
    table-layout: fixed;
}
#contact .contact-from th {
    padding: 12px 0;
    text-align: left;
    width: 23%;
}
.input_hissu .hissu-mark {
    float: right;
}
.hissu-mark:after {
    content: "必須";
    color: #FFF;
    padding: 2px 5px;
    background-color: #0033cc;
    border-radius: 2px;
    margin: 0 5px;
    font-weight: normal;
	font-size:12px;
}
#contact .contact-from td {
	text-align:left;
    padding: 12px 0;
    padding-left: 20px;
    word-wrap: break-word;
    word-break: break-all;
}

#contact .contact-from input {
    padding: 8px;
    background-color: #FFF;
    box-shadow: none;
    border: 1px #CCCCCC solid;
    width: 310px;
}
#contact .contact-from textarea {
    padding: 2%;
    width: 89%;
    background-color: #FFF;
    box-shadow: none;
    border: 1px #CCCCCC solid;
}
.alert {
    width: 300px;
    color: #F00;
    background-color: #fdeded;
    margin-top: 5px;
    padding: 6px;
	padding-left:30px;
    border: #f78e8e solid 1px;
    background-image: url(../img/icons/alert.png);
    background-position: 5px center;
    background-size: 22px;
    background-repeat: no-repeat;
}
#contact .contact-from #btn .submit-regist {
    background-color: #0033cc;
    background-image: url(../img/icons/ic_arrow_01.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    -webkit-background-size: 20px 20px;
    -o-background-size: 20px 20px;
    -ms-background-size: 20px 20px;
    color: #FFF;
    font-weight: bold;
    font-size: 1.6rem;
    font-size: 16px;
    margin: 0 5px;
    padding: 10px 10px 10px 30px;
    width: 220px;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    transition: all 0.3s ease-in-out 0s;
    border: none;
    float: left;
    cursor: pointer;
}
#contact .contact-from #btn .submit-reset {
    background-color: #444;
    background-image: url(../img/icons/ic_arrow_01.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    -webkit-background-size: 20px 20px;
    -o-background-size: 20px 20px;
    -ms-background-size: 20px 20px;
    color: #FFF;
    font-weight: bold;
    font-size: 1.6rem;
    font-size: 16px;
    margin: 0 5px;
    padding: 10px 10px 10px 30px;
    width: 220px;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    transition: all 0.3s ease-in-out 0s;
    border: none;
    float: left;
    cursor: pointer;
}
#contact .contact-from #btn {
    text-align: center;
    width: 540px;
    margin: 0 auto;
    margin-bottom: 20px;
}

#contact.confirm .contact-from table {
    border: 1px solid #ddd;
    border-bottom: none;
    margin-top: 20px;
    margin-bottom: 100px;
    width: 650px;
}
#contact.confirm .contact-from tr {
    border-bottom: 1px solid #ddd;
}
#contact.confirm .contact-from th {
    border-right: 1px solid #ddd;
    padding-left: 15px;
    background-color: #eee;
    width: 30%;
}
#contact.confirm .contact-from td {
    padding: 12px 20px;
    width: 65%;
}

/*------- SMART PHONE ------*/
@media only screen and (max-width : 450px) {
h2{
	font-size:24px;
}
h3{
	font-size:30px;
	margin-bottom: 20px;
}
h3 span{
	font-size:22px;
}
section{
	padding:30px 0;
}
#contact p {
    text-align: left;
	font-size:16px;
	line-height:2;
}
#contact .contact-from table {
    width: 100%;
    table-layout: auto;
}
#contact .contact-from tr {
    border-top: dotted 1px #cccccc;
    padding-bottom: 20px;
}
#contact .contact-from th, #contact .contact-from td {
    width: 100%;
    float: left;
}
#contact .contact-from th {
    padding-bottom: 20px;
    text-align: center;
}
#contact .contact-from td {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 40px;
}
#contact .contact-from input {
    padding: 8px 3%;
    width: 94% !important;
}
#contact .contact-from textarea {
    padding: 8px 3%;
    width: 94% !important;
}
#contact .contact-from #btn {
    padding-bottom: 0px;
    width: 100%;
}
#contact .contact-from #btn .submit-regist, 
#contact .contact-from #btn .submit-reset {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 85%;
    padding: 3% 5% 3% 10%;
}
.alert, #alert-faq.alert {
    margin-top: 10px;
    width: 87%;
    padding: 3%;
    padding-left: 10%;
}

}