.article-header {
    background: url(/wp-content/themes/cocoon-child-master/alert/img/top_mv_pc0819_2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0;
    height: 400px;
}
.article h1 {
    font-size: 40x;
    color: #fff;
    width: 60%;
    margin: 0 auto;
    max-width: 1020px;
    padding-top: 150px;
}
@media screen and (max-width: 1600px) {
.content {
    margin: 0;
}
}
@media screen and (max-width: 767px) {
.article-header {
    background: url(/wp-content/themes/cocoon-child-master/alert/img/top_mv_sp.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0;
    height: 400px;
}
.article h1 {
    width: 90%;
    font-size: 36px;
    top: -10%;
}
}
@media screen and (min-width: 1601px) {
.article-header {
    background-repeat: repeat;
}
}

///***　ページ共通 ***///
.p_question {
    letter-spacing: 1.5px;
}
.toggle-wrap {
    margin-bottom: 0!important;
}
.toggle-button {
    padding: 20px 50px;
    background-color: #fff;
    border: 1px solid var(--cocoon-basic-border-color);
}
.toggle-checkbox:checked ~ .toggle-content {
    padding: 30px 50px;
    border: 1px solid var(--cocoon-basic-border-color);
    background-color: #fafafa;
}
.toggle-button::before {
    display: none;
}
.toggle-button::after {
    content: '\f067';
    font-family: FontAwesome;
    margin-right: 0.8em;
    font-size: 0.8em;
    color: var(--cocoon-x-pallid-text-color);
    opacity: 0.3;
    position: absolute;
    right: 30px;
}

.insta {
    background: url(/wp-content/themes/cocoon-child-master/img/insta_bg.jpg);
    background-repeat: no-repeat;
    padding: 5% 3%;
    background-size: cover;
}
.insta p {
    text-align: center;
}
#sb_instagram .sb_instagram_header, .sb_instagram_header {
    display: none;
}
#sbi_load {
    margin-top: 3%;
}


.date-tags {
    display: none;
}

.p_work h2 {
    margin-bottom: 2% !important;
}
.p_work h3 {
    text-align: center;
    font-size: 28px;
}

.construction_type_list {}
.construction_type_list li {
    float: left;
    width: 31.333%;
    padding: 2%;
    margin: 1.5% 1% !important;
    text-align: left;
    background: #fafafa;
    line-height: 1.2;
}
.construction_type_list li:hover {
    background: #ededed;
}
.construction_type_list li a {
    text-decoration: none;
    color: #000;
}
.construction_type_list li a p {
    margin: 0;
    padding: 2% 0;
    font-weight: bold;
}
.construction_type_list li a span {
    font-size: 14px;
}
@media screen and (max-width: 767px) {
.construction_type_list li {
    width: 98%;
}
}

.toc {
    display: none;
}