body {
    color: #000;
    line-height: 1;
}

body, .p-global-nav .sub-title, .p-page-header__sub, .p-index-content__header-title span {
    font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

p {
    line-height: 2;
}

.wpcf7 {
    width: 100%;
    margin: 0 0 2.5em !important;
    padding: 0;
    border: 1px solid #ddd;
    background: #fafafa;
    font-size: 14px;
    box-sizing: border-box;
}

.wpcf7 p {
    margin-bottom: 1em;
    font-size: 15px;
}

.wpcf7 input, .wpcf7 textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    line-height: 1.2;
}

.wpcf7 select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    background-color: #fff;
    line-height: 1.2;
}

.wpcf7-form {
    margin: 1.5em 1.5em 0;
}

.wpcf7 .wpcf7-submit:hover {
    background-color: #666666;
}
.wpcf7 .wpcf7-submit {
    -webkit-transition: all .3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 225px;
    height: 48px;
    margin: 30px auto 0;
    border: none !important;
    outline: none;
    background-color: #333333;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all .3s;
}

button, input {
    overflow: visible;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
}

.picker__select--year {
    width: 22.5% !important;
    height: 2.5em;
    padding: 0.5em !important;
}
.picker__select--month {
    width: 22.5% !important;
    height: 2.5em;
    padding: 0.5em !important;
}
