/*
Theme Name: Ehem
Theme URI: https://suneight.co.jp/
Description: 
Author: 河合琢磨
Author URI: https://suneight.co.jp/
Version: 202009281220
*/
* {
    font-family: 
        -apple-system,
        "Hiragino Kaku Gothic Pro",
        "Hiragino Sans",
        "Helvetica Neue",
        Arial,
        Meiryo,
        sans-serif;
}
header, footer {
    width: 100%;
    background-color: #323232;
}
h1, h2, h3, h4, h5, h6, p, div {
    text-align: justify;
}
h3 {
    margin-bottom: 1rem;
}
.post p, .post div {
    line-height: 1.7;
    margin-bottom: 3rem;
}
article {
    color: #37464c;
}
#headerLogo {
    height: 50px;
}
#catBody {
    background-color: #1b1b1b;
    min-height: 100vh;
}
.thumbnail {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
}
.eyecatch {
    height: 200px;
    background-size: cover;
    background-position: center center;
}
.v-wrap {
	position: relative;
	margin: 1em auto;
	padding-top: 56.25%;
}

.v-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;   
}
.dlBtn, .dlBtn div {
    margin-bottom: 0!important;
}
.dlBtn span {
    line-height: 2;
}
.dlBtn .btn {
    border-color: #c7000b!important;
    color: #c7000b!important;
}
.dlBtn .btn:hover {
    background-color: #c7000b!important;
    color: #fff!important;
}
.ehem-btn-lg {
    background-color: #c7000b!important;
    color: #fff!important;
    width: 70%;
    height: 60px;
    font-weight: bold!important;
    font-size: 1.5rem!important;
    display: flex!important;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
@media screen and (min-width: 992px) {
    section#blog .container {
        max-width: 900px!important;
    }
}

@media screen and (max-width: 767px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    #pageTitle {
        font-size: 1.5rem;
    }
    #blog h2, #blog h3, #blog h4, #blog p {
        padding-left: 1rem!important;
        padding-right: 1rem!important;
    }
    .v-wrap {
        margin: 1em 1rem!important;
    }
}


/* ContactForm7 */

#formHeader {
    background-color: #323232;
    color: #FFF;
    padding: 1em 0;
}
#formHeader > h3 {
    text-align: center;
    margin-bottom: 0;
}
.formBody {
    padding: 0 52px;
}
.formLabel {
    width: 270px;
    display: inline-block;
    font-weight: bold;
}
.required::after {
    content: '*';
    margin-left: .5em;
    font-weight: bold;
    color: #FF0000;
}
.wpcf7-form {
    background-color: #f3f3f3;
}
.wpcf7-text, .wpcf7-textarea {
    width: 65%;
    border: 1px solid #d0d0d0;
}
.wpcf7-submit {
    display: block;
    margin: 0 auto;
    font-weight: bold;
    background-color: #323232;
    color: #FFF;
    width: 400px;
    height: 50px;
    border: none;
    border-radius: 5px;
}
.gdls-button {
    background-color: #009944;
}
@media screen and (max-width: 991px) {
    .wpcf7-text, .wpcf7-textarea {
        width: 100%;
    }
    .wpcf7-submit {
        width: 200px;
    }
}