@charset "UTF-8";


/* フォーム・モバイル設定
**********************************/


.mobile-required {
    font-size: 0.9em;
    font-weight: normal;
    color: red;
}



.mobile-phone-n {
	font-size: 1em;
	font-weight: bold;
}



.mobile-form input {
    font-size: 1em;
    outline: none;
    border: 1px solid #aaa;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin: 3px 0 10px 0;
}



.mobile-form textarea {
    font-size: 1em;
    outline: none;
    border: 1px solid #aaa;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin: 3px 0 10px 0;
    resize: vertical;
}





.mobile-form input:focus,
.mobile-form textarea:focus {
    box-shadow: 0 0 5px #00CCFF;
    border: 1px solid #00CCFF;
}




.mobile-form-waku {
    ime-mode: disabled;
    border: 0;
    padding: 5px;
    font-family: Arial, sans-serif;
    color: #333;
    border: solid 1px #ccc;
    margin: 0 0 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


.mobile-form-waku {
    width: 100%;
}


.mobile-form input#submit_button {
    margin-top: 30px;
    padding: 15px 40px;
    font-size: 1em;
	cursor : pointer;
    // 背景色を黒に指定
    background-color: #000;
    // 文字色を白に指定
    color: #fff;
    // submitボタンのを枠を非表示にする
    border-style: none;

}






/* 入力項目一覧
**********************************/



.contact-box-m {
    text-align: left;
}

.contact-box-m label {
    font-weight: bold;
}



.contact-box2-m {
    background: #ECF8FD;
    font-size: 0.8em;
    line-height: 1.4em;
    text-align: left;
    padding: 10px;
    margin: 10px 0 30px 0;
}

.contact-box3-m {
    font-size: 0.8em;
    line-height: 1.2em;
    text-align: left;
    padding: 10px;
    margin-bottom: 30px;
}


