/*
 Theme Name:   Twenty Nineteen Child
 Theme URI:    https://wordpress.org/themes/twentynineteen/
 Description:  Twenty Nibeteen Child Theme
 Author:       Shuichi Dejima
 Author URI:   http://www.dinov.jp
 Template:     twentynineteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-nineteen-child
*/
/* — コンタクトフォーム7　送信ボタンのカスタマイズ — */
input.wpcf7-submit {
padding:1em !important;/* ボタン内の余白 */
margin:2em 0em !important;/* ボタンの上下の余白 */
background-color: #153F6E !important;/* 背景の色 */
border-radius: 5px !important;/* 角を丸く*/
color: #fff !important;/* 文字の色*/
font-size: 18px !important;/* 文字の大きさ */
font-weight: bold !important;/* 文字の太さ*/
width: 100%;/* ボタンの横幅*/
transition:0.5s;/* 背景色が変わるまでの時間*/
box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.10);/* 薄っすらとボタンにドロップシャドウをかける*/
}

input.wpcf7-submit:hover {
background-color:#2776CE !important;/* マウスを乗せたときの背景色 */
color: #fff !important;/* マウスを乗せたときの文字の色 */
}

.btn-submit {
    width: 100%;
    text-align: center;
}

.post-17 .entry-title { /* Japanese page*/
    display: none;
}
.post-17 header{ /* Japanese page*/
	margin :-5em;
}
.post-50 .entry-title {/* English page*/
    display: none;
}
.post-50 header{ /* English page*/
	margin :-5em;
}
.post-60 .entry-title {/* Spanish page*/
    display: none;
}
.post-60 header{ /* Spanish page*/
	margin :-5em;
}
.home header {
	margin :-5em;
}

.wpcf7 input[name="your-name"] {
        width: 100%;
        height: 35px !important;
}
.wpcf7 input[name="your-name-kana"] {
        width: 100%;
        height: 35px !important;
}
.wpcf7 input[name="your-email"] {
        width: 100%;
        height: 35px !important;
}
.wpcf7 input[name="your-email_confirm"] {
        width: 100%;
        height: 35px !important;
}
.wpcf7 input[name="your-company"] {
        width: 100%;
        height: 35px !important;
}
.wpcf7 input[name="your-dept"] {
        width: 100%;
        height: 35px !important;
}
.wpcf7 input[name="your-zip"] {
        width: 100%;
        height: 35px !important;
}
.wpcf7 input[name="your-address"] {
        width: 100%;
        height: 35px !important;
}
.wpcf7 input[name="your-address1"] {
        width: 100%;
        height: 35px !important;
}
.wpcf7 input[name="your-address2"] {
        width: 100%;
        height: 35px !important;
}
.wpcf7 input[name="your-tel"] {
        width: 100%;
        height: 35px !important;
}
.wpcf7 textarea[name="your-message"] {
        width: 100%;
        height: 250px !important;
}

p.cf-font { font-size: 0.7rem; }