@charset "utf-8";
/*
Template: precious_tcd019
Theme Name: Precious TCD019子テーマ（テクノケア株式会社）
*/

@media screen and (max-width: 640px) {
    .br-pc {
        display: none;
    }
}

@media screen and (min-width: 641px) {

    /* index.phpの埋め込みCSSを移行 */
    body.home #main_contents_wrap {
        width: 100%;
        min-width: 1140px;
        background: #fff;
    }
}

/* ヘッダー */
@media screen and (max-width: 640px) {
    #header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    #header #logo_image {
        float: none;
        width: auto;
        width: calc(100% - 78px);
    }

    #header #logo_image a:before {
        content: none;
    }

    #header #logo_image img {
        display: block;
        width: 100%;
        height: auto;
        max-width: 160px;
    }

    #header_wrap #header a.menu_button {
        position: relative;
        top: 0;
        right: auto;
        width: 46px;
        padding: 0;
        margin-right: 15px;
        text-align: center;
    }
}


/* TOPメインビジュアルスライダー */
#index_top #slider {
    position: relative;
}

.flexslider {
    position: relative;
    z-index: 1;
}

.slider_texts {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    color: #fff;
    width: calc(100% - 20px);
    max-width: 1140px;
    padding: 0 20px;
    transform: translate(-50%, -50%);
}

.slider_texts h1 {
    font-size: 120%;
    line-height: 1.2;
    margin-top: 0;
    text-shadow: 0 0 8px rgba(0, 0, 0, .75);
}

.slider_texts p {
    font-size: 100%;
    line-height: 1.2;
    margin-bottom: 0;
    text-shadow: 0 0 8px rgba(0, 0, 0, .75);
}

#index_top .index_form_banner {
    margin-bottom: 10px;
}

#index_top .index_form_banner img {
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    transition: opacity .3s ease-in-out;
}

#index_top .index_form_banner a:hover img {
    opacity: .8;
}

.pc_form_banner {
    display: none;
}

.sp_form_banner {
    display: block;
}

#index_top #index_banner li {
    background-color: #fff;
    transition: opacity .3s ease-in-out;
}

#index_top #index_banner li:hover {
    opacity: .8;
}

#index_top #index_banner li.num1 {
    border-left: solid 5px #3ca41d;
}

#index_top #index_banner li.num2 {
    border-left: solid 5px #0872bb;
}

#index_top #index_banner li.num3 {
    border-left: solid 5px #ff7006;
}

.image_mainvisual {
    background-image: url("assets/images/mainvisual_sp.jpg");
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.image_mainvisual img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.image_mainvisual_inner {
    max-width: 557px;
    margin: 0 auto;
}

.image_mainvisual_box {
    position: relative;
    width: 100%;
    padding-top: 196.533333%;
}

.image_mainvisual_logo {
    display: none;
}

.image_mainvisual_text {
    position: absolute;
    top: 0;
    left: auto;
    right: auto;
    width: 100%;
    max-width: 557px;
    margin: 0 auto;
    /* padding-top: 12.53333%; */
    padding-top: 26%;
    text-align: center;
}

.image_mainvisual_text_pc {
    display: none;
}

@media screen and (min-width: 641px) {
    #index_top_wrap #index_top {
        max-width: 1920px;
        width: 100%;
        padding-top: 0;
    }

    #index_top #slider {
        max-width: 1920px;
        width: 100%;
        height: auto;
    }

    #index_top #slider::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding-top: calc(56.25% - 100px);
    }

    #index_top #index_banner {
        width: 1140px;
        margin-right: auto;
        margin-left: auto;
    }

    #index_top .index_form_banner {
        width: 1140px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 22px;
    }

    .pc_form_banner {
        display: block;
    }

    .sp_form_banner {
        display: none;
    }

    .slider_texts h1 {
        margin-top: 0;
        font-size: 400%;
        line-height: 1.8;
        text-shadow: 0 0 8px rgba(0, 0, 0, .75);
    }

    .slider_texts p {
        margin-bottom: 0;
        font-size: 200%;
        line-height: 1.8;
        text-shadow: 0 0 8px rgba(0, 0, 0, .75);
    }

    .image_mainvisual {
        position: relative;
        background-image: url("assets/images/mainvisual_pc.jpg");
    }

    .image_mainvisual_inner {
        max-width: 1920px;
    }

    .image_mainvisual_box {
        padding-top: 56.25%;
    }

    .image_mainvisual_text {
        position: absolute;
        top: 0;
        left: auto;
        right: auto;
        width: 100%;
        max-width: 1920px;
        margin: 0 auto;
        /* padding-top: 9.8958333%; */
        padding-top: 14%;
        text-align: center;
    }

    .image_mainvisual_logo {
        display: block;
        position: absolute;
        top: 90px;
        left: 0;
        width: calc(100% - 2.29166667%);
        padding-top: 1.97916667%;
        padding-left: 2.29166667%;
    }

    .image_mainvisual_logo img {
        width: 18.59375%;
        max-width: 357px;
    }

    .image_mainvisual_text img {
        max-width: 1291px;
        width: 67.2395833%;
        margin: 0 auto;
    }

    .image_mainvisual_text_pc {
        display: block;
    }

    .image_mainvisual_text_sp {
        display: none;
    }
}

.fade-in-bottom {
    opacity: 0;
    animation-name: fadein-bottom;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}

.fade-in-delay {
    animation-delay: 1s;
}

@keyframes fadein-bottom {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (max-width: 600px) {
    #wpadminbar {
        position: fixed;
    }
}

/* テクノケアの強み */
.technocare-strengths {
    margin-bottom: 2em;
}

div.technocare-strengths ul {
    margin-left: 0;
    margin-bottom: 2em;
}

.technocare-strengths li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    list-style: none;
    flex-direction: column-reverse;
}

.technocare-strengths li:not(:last-child) {
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
    border-bottom: dashed 1px #ccc;
}

.technocare-strengths .technocare-strengths-item-title {
    margin-top: 0;
    color: #ff6600;
}

.technocare-strengths figure {
    margin: 0 0 12px;
}

.technocare-strengths figure img {
    max-width: 100%;
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

@media screen and (min-width: 641px) {
    .technocare-strengths li {
        flex-direction: row;
    }

    .technocare-strengths .technocare-strengths-item-overview {
        width: calc(100% - (32% + 16px));
    }

    .technocare-strengths figure {
        width: 32%;
        margin: 0;
    }
}

/* イメージセクション */
.feature-list-sections {
    padding-top: 3em;
    padding-bottom: 3em;
    margin-bottom: 3em;
    border-top: solid 2px #ccc;
    border-bottom: solid 2px #ccc;
}

.feature-list-section-item {}

.feature-list-section-item:not(:last-child) {
    padding-bottom: 3em;
    margin-bottom: 3em;
    border-bottom: dashed 1px #ccc;
}

.feature-list-section-item-overview {}

.feature-list-section-item figure {
    margin: 0 0 1em;
}

.feature-list-section-item figure a {
    display: block;
}

.feature-list-section-item figure img,
.feature-list-section-item figure img.aligncenter {
    margin: 0;
    vertical-align: bottom;
}

.feature-list-section-item .feature-list-section-item-overview p {
    margin-bottom: 0;
}

.feature-list-section-item-overview .feature-list-section-item-title {
    margin-bottom: 1em;
    font-weight: bold;
    color: #ff6600;
}

.feature-list-section-item .feature-list-section-item-overview ul {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 1em 0 0;
    padding: 0;
}

.feature-list-section-item-overview li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 23.5%;
    list-style: none;
    background-color: #ccc;
}

.feature-list-section-item-overview li:not(:last-child) {
    margin-right: 2%;
}

.feature-list-section-item-overview li a {
    display: block;
    position: relative;
}

.feature-list-section-item-overview li a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: solid 2px transparent;
}

.feature-list-section-item-overview li:hover a::before {
    border: solid 2px #00A2D9;
}

.feature-list-section-item-overview li img {
    max-width: 100%;
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

@media screen and (min-width: 641px) {
    .feature-list-section-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .feature-list-section-item:nth-child(even) {
        flex-direction: row-reverse;
    }

    .feature-list-section-item-overview {
        width: calc((100% - 38.2%) - 20px);
    }

    .feature-list-section-item figure {
        width: 38.2%;
        margin: 0;
    }
}

/* アーカイブ一覧（事例） */
.post-type-archive-jirei #post_list li:not(.no_thumbnail)::after {
    content: none;
}

.post-type-archive-jirei #post_list .image {
    position: relative;
    float: none;
}

.post-type-archive-jirei #post_list .image .before-enforcement-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    transition: opacity .3s ease-in-out;
}

.post-type-archive-jirei #post_list li a:hover .before-enforcement-image {
    opacity: 1;
}

/* .post-type-archive-jirei #post_list li a {
    transition: color .3s ease-in-out;
} */

@media screen and (min-width: 641px) {
    .post-type-archive-jirei #post_list li:not(.no_thumbnail) {
        display: flex;
        justify-content: space-between;
    }

    .post-type-archive-jirei #post_list .image .before-enforcement-image {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        opacity: 0;
        transition: opacity .3s ease-in-out;
    }

    .post-type-archive-jirei #post_list .image:hover .before-enforcement-image {
        opacity: 1;
    }

    .post-type-archive-jirei #post_list .info {
        float: none;
    }
}

/* 記事詳細（事例） */
.jirei-eyecatch img {
    max-width: 100%;
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.before-after-slider {
    width: 100%;
    display: block;
}

#jireiBeforeAfter.beer-slider[data-beer-label]:after,
#jireiBeforeAfter .beer-reveal[data-beer-label]:after {
    color: #fff;
    background-color: #f60;
    width: calc(4em + 1rem);
    text-align: center;
}

.before-after-slider img {
    width: 100%;
}

.before-after-note {
    margin: .5em 0 1.5em;
    line-height: 1.5;
}

.jirei-before-after {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
    margin-bottom: 1.5em;
    padding: 1em;
    border: solid 2px #ff9c5b;
    border-top: none;
}

.jirei-before-after-headline {
    padding: 1em;
    margin: 1.5em 0 0;
    font-size: 130%;
    color: #fff;
    text-align: center;
    background-color: #ff9c5b;
}

.jirei-before-after-middle {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
}

.jirei-before-after-arrow {
    position: relative;
    height: 24px;
    width: 24px;
    background-color: #ff6600;
    top: -8px;
}

.jirei-before-after-arrow::before {
    position: absolute;
    content: "";
    border: solid 24px transparent;
    border-top: solid 24px #ff6600;
    right: -12px;
    top: 18px;
}

.jirei-before-after img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: .5em;
    vertical-align: bottom;
}

.jirei-before-image,
.jirei-after-image {
    width: calc(100%);
    /* border: solid 6px #fff; */
    /* box-shadow: 0 0 8px rgba(0, 0, 0, .25); */
}

.jirei-before-image p,
.jirei-after-image p {
    margin: 0;
    font-size: 120%;
    font-weight: bold;
    text-align: center;
}

.jirei-before-image {}

.jirei-after-image {}

@media screen and (min-width: 641px) {
    .jirei-before-after {
        flex-direction: row;
    }

    .jirei-before-after-middle {
        width: 24px;
        height: auto;
    }

    .jirei-before-image,
    .jirei-after-image {
        width: calc(50% - 12px);
        /* border: solid 8px #fff; */
    }

    .jirei-before-after-arrow {
        top: auto;
        left: -8px;
    }

    .jirei-before-after-arrow::before {
        border-top: solid 24px transparent;
        border-left: solid 24px #ff6600;
        right: auto;
        top: -12px;
        left: 18px;
    }
}

/* コンテンツ下部ウィジェット */
.content-bottom-widgets:last-child {
    /* margin-bottom: 0; */
}

.content-bottom-widgets.page-content-bottom-widgets {
    /* margin-bottom: 24px; */
}

.content-bottom-widgets .widget:not(:last-child) {
    margin-bottom: 1em;
}

.content-bottom-widgets .widget img {
    vertical-align: bottom;
}

.headline_03 {
    border: solid 1px #fb6600;
    padding: 20px;
    background-color: #fff6f1;
    border-left: solid 8px #fb6600;
    font-size: 22px !important;
}

/* 自動見積り計算フォーム AFormsのスタイル */
#root .wq-Form .wq-Option>.wq--label>.wq--media {
    display: none;
}

#root .wq-Form .wq-Option>.wq--input:checked+.wq--label {
    background-color: #ff6600;
    color: #fff;
}

#root .wq-Form .wq-Monitor>.wq--footer>.wq--entry.wq-for-total>.wq-for-value {
    color: #ff6600;
}

#root .wq-Form .wq-Control>.wq--header>.wq--required {
    color: #ff6600;
}

#root .wq-Form .wq-Button.wq-type-primary {
    background-color: #ff6600;
}

#root .wq-Form .wq-Checkbox>input:checked+label:before {
    color: #ff6600;
}

#root .wq-Form .wq-Checkbox>label:hover,
#root .wq-Form .wq-Radio>label:hover {
    box-shadow: 0 0 0 4px rgb(255, 102, 2, 20%);
}

#root .wq-Form .wq-TextArea:focus,
#root .wq-Form .wq-TextInput:focus {
    box-shadow: 0 0 0 4px rgb(255, 102, 2, 20%);
    animation: explosion-tech .6s;
}

#root .wq-Form>.wq--lead>.wq--leadText {
    margin-bottom: .5em;
}

#root .wq-Form .wq-Option>.wq--input[type=checkbox]+label:after {
    top: auto;
    bottom: 0;
}

#root .wq-Form .wq-Option>.wq--input[type=checkbox]+label {
    padding-bottom: 40px;
}

@media screen and (min-width: 783px) {
    #root .wq-Form .wq-Option>.wq--label:hover {
        background-color: rgb(255, 102, 2, 20%);
    }

    #root .wq-Form .wq-TextArea:hover,
    #root .wq-Form .wq-TextInput:hover {
        box-shadow: 0 0 0 4px rgb(255, 102, 2, 20%);
    }
}

@keyframes explosion-tech {
    0% {
        box-shadow: 0 0 0 4px rgba(255, 102, 2, 20%),
            0 0 0 0 rgba(255, 102, 2, 20%)
    }

    15% {
        box-shadow: 0 0 0 4px rgba(255, 102, 2, 30%),
            0 0 6px 10px rgba(255, 102, 2, 20%)
    }

    30% {
        box-shadow: 0 0 0 4px rgba(255, 102, 2, 40%),
            0 0 8px 17px rgba(255, 102, 2, 10%)
    }

    to {
        box-shadow: 0 0 0 4px rgba(255, 102, 2, 40%),
            0 0 12px 25px rgba(255, 102, 2, 0)
    }
}

/* ウィジェット用 */
/* 事例紹介ページでのリストのアコーディオン化など */
.accordion-list-widget ul:not(.children) {
    margin: 0;
}

.accordion-list-widget ul.children {
    display: none;
    padding-left: 1em;
}

.accordion-list-widget ul:not(.children)>li {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    position: relative;
    list-style: none;
    padding: 0 !important;
    margin-bottom: 0;
    background: none !important;
}

.accordion-list-widget ul:not(.children)>li>a {
    position: relative;
    z-index: 1;
    order: 1;
    text-decoration: none;
    height: 32px;
    width: calc(100% - (32px + 2em));
    padding: 0 1em;
    border-bottom: 1px dotted #ddd;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}

.accordion-list-widget ul:not(.children)>li>a:hover {
    background-color: #f7f7f7;
}

.accordion-list-widget ul.children {
    width: 100%;
    order: 3;
}

/*開閉ボタン*/
.accordion-list-widget .accordionBtn {
    position: relative;
    z-index: 2;
    order: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    padding: 0;
    margin: 0;
    background-color: #bbb;
    cursor: pointer;
    overflow: visible;
    /* transition: background-color .4s ease; */
}

.accordion-list-widget .accordionBtn:hover {
    background-color: #00A2D9;
}

.accordion-list-widget .accordionBtn.active {
    background-color: #333;
}

.accordion-list-widget .accordionBtn.active:hover {
    background-color: #00A2D9;
}

.accordion-list-widget .accordionBtn::before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #fff transparent transparent transparent;
}

.accordion-list-widget .accordionBtn.active::before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4px 6px 4px;
    border-color: transparent transparent #fff transparent;
}

.accordion-list-widget li ul {
    margin: 0;
}

/* フッター */
#copyright {
    overflow: hidden;
}


body {
    position: relative;
}

/* faqアコーディオン */
.faq {
    margin-bottom: 40px;
}

.ac-container {
    margin-bottom: 30px;
}

.ac-parent {
	position: relative; 
	min-height: 60px;
	background-color: #fafafa;
	color: #565454;
    font-weight: 500;
    font-size: 15px;
    display: flex;
    align-items: center;
    letter-spacing: .3px;
	cursor: pointer;
    border: 1px solid #b5b5b5;
    padding: 8px 0;
    padding-right: 58px;
    line-height: 1.75!important;

}

.ac-text {
    padding-left: 80px;
}

.ac-q {
    position: relative;
}

.ac-q::before {
    position: absolute;
    content: "";
    height: 36px;
    width: 36px;
    background-image: url(assets/images/Q.png);
    background-repeat: no-repeat;
    z-index: 3;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
}

/* ①プラスの横線 */
.ac-parent:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	width: 18px;
	height: 2px;
	background: #b5b5b5;
	transform: translateY(-50%);
}

/* ②プラスの縦線 */
.ac-parent:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 38px;
	width: 2px;
	height: 18px;
	background: #b5b5b5;
	transform: translateY(-50%);
	transition: .3s;
}

/* ③オープン時にopenクラスを付与（縦線を回転させて非表示に） */
.ac-parent.open:after {
	top: 25%;
	opacity: 0;
	transform: rotate(90deg);
}

.ac-child {
    font-size: 15px;
    color: #565454;
    position: relative;
    padding-left: 80px;
   
    letter-spacing: .3px;
    margin: 24px 0;
    display: none;
    line-height: 1.75!important;

}

.ac-child #text {
    display: flex;
    align-items: center;
}

.ac-child-first {
    display: block;
}


.ac-child::before {
    position: absolute;
    content: "";
    height: 36px;
    width: 36px;
    background-image: url(assets/images/A.png);
    background-repeat: no-repeat;
    z-index: 3;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
}

@media screen and (max-width: 640px) {
    .ac-parent {
        padding-right: 35px;
    }

    .ac-text {
        padding-left: 50px;
        font-size: 14px;
    }

    .ac-q::before {
        height: 26px;
        width: 26px;
        background-size: contain;
        left: 10px;
    }

    .ac-child {
        font-size: 14px;
        padding-left: 50px;
    }

    .ac-child::before {
        height: 26px;
        width: 26px;
        background-size: contain;
        left: 10px;
    }

    .ac-parent:before {
        right: 10px;
        width: 12px;
        height: 2px;
        background: #b5b5b5;
        transform: translateY(-50%);
    }
    
    /* ②プラスの縦線 */
    .ac-parent:after {
        right: 15px;
        height: 12px;
    }

    .ac-parent.open:after {
        top: 30%;
        opacity: 0;
        transform: rotate(90deg);
    }
    
}

/* 資料ダウンロードページ */
@media screen and (min-width: 641px) {
    body.single-documents #main_contents_wrap {
        margin-top: 0;
    }
}

@media screen and (max-width: 640px) {
    body.single-documents #main_contents_wrap {
        margin-top: 0;
    }
}

.single-documents #main_col {
    width: 100%;
    float: none;
    box-sizing: border-box;
}

.single-documents .content-bottom-widgets {
    text-align: center;
}

.document-content {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 80px;
}

.document-content__left {
    width: calc(100% - (360px + 25px));
    background-color: #f7f7f7;
    padding: 40px;
}

.document-content__left .post_image {
    border: solid 1px #999;
}

.document-content__left .post_image img {
    display: block;
}

.document-content__right {
    width: 360px;
    margin-left: 25px;
}

@media screen and (max-width: 640px) {
    .document-content {
        display: block;
        margin-bottom: 40px;
    }
    .document-content__left {
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
        margin-bottom: 40px;
    }
    .document-content__right {
        width: 100%;
        margin: 0;
    }
}

.document-content__right .wpcf7 {
    background-color: #fff;
}

.document-content__right .wpcf7 .wpcf7-submit {
    width: 100%;
}

.document-content__right .wpcf7 .label_name {
    font-weight: bold;
}

.document-content__right .required {
    font-style: normal;
    color: #ff1f1f;
}
.document-content__right h2 {
    position: relative;
    margin-top: 0;
    margin-bottom: .8em;
    padding-bottom: .3em;
  border-bottom: 3px solid #72bd25;
}

.document-content__right h2::before {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 20%;
  height: 3px;
  content: '';
  background: #f15a24;
border-right: solid 4px #fff;
}

@media screen and (min-width: 641px) {
    .document-content__right h2 {
        margin-bottom: 1em;
        padding-bottom: .5em;
    border-bottom: 6px solid #72bd25;
    }

    .document-content__right h2::before {
        bottom: -6px;
        height: 6px;
        content: '';
    }
}

.document-content .headline_03 {
    margin-top: 0;
}

.document_download > p {
    font-size: 14px;
    margin: 0 0 1em 0;
    line-height: 1.5;
}

p.headline1 {
    font-weight: bold;
border-bottom: 1px solid #ddd;
    padding: 0;
    margin: 0 0 25px 0;
    font-size: 18px;
    line-height: 1.62;
}

.document_posts {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.document_posts li {
    width: 48%;
    list-style: none;
    margin-bottom: 2em;
}

@media screen and (min-width: 641px) {
    .document_posts li {
        width: 32%;
    }
}

.document_posts li .image {
    display: block;
    border: solid 1px #999;
}

.document_posts li .image img {
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
    transition: .5s all ease;
}

.document_posts li .image:hover img {
    opacity: .5;
}

.document_posts li a {
    display: block;
    text-decoration: none;
}

.document_posts li .title {
    margin: .5em 0 0;
}

@media screen and (max-width: 640px) {
    .document_posts li:nth-child(odd) {
        margin-right: 4%;
    }
    }

@media screen and (min-width: 641px) {
    .document_posts li:not(:nth-of-type(3n)) {
        margin-right: 2%;
    }
}

#post_title .doc_single_title {
    margin: 0 0 .3em;
    position: relative;
    border-left: solid 8px #f15a24;
    padding: .2em 0 .2em .8em;
}

@media screen and (max-width: 640px) {
    #post_title .doc_single_title {
        font-size: 1.2rem;
        margin-bottom: 0;
        border-left: solid 4px #f15a24;
        padding: .2em 0 .2em .6em;
    }
}

#post_title.doc_title {
    margin-bottom: 1em;
}

@media screen and (max-width: 640px) {
    #post_title.doc_title {
        margin-bottom: .5em;
    }
}

.single-documents span.wpcf7-list-item {
    display: block;
}

.single-documents span.wpcf7-list-item label {
    cursor: pointer;
}

.none-document {
    text-align: center;
    border: solid 1px #ccc;
    padding: 1.5rem;
}

.none-document p {
    line-height: 1.7;
}

.none-document > *:first-child {
    margin-top: 0;
}

.none-document > *:last-child {
    margin-bottom: 0;
}