/* 
Theme Name:ystandard-child
Template:ystandard
*/

.pc {
    display: block;
}

.sp {
    display: none;
}

.none {
    display: none;
}

.bnr a {
    transition: 0.3s all;
}

.bnr a:hover {
    opacity: 0.7;
}

.site-header {
    border-top: 15px solid #2EA7E0;
}

.site-main header,
header.archive__header,
header.singular-header {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    text-align: center;
    background-color: #036EB8;
    color: #fff;
    padding: 15px 0;
}

.site-main header h1,
header.archive__header h1,
header.singular-header h1 {
    font-size: 32px;
}

.archive .content__wrap,
.single .content__wrap {
    margin-top: 40px;
}

.site-content {
    margin-top: 0;
    margin-bottom: 0;
}

.content__main.site-main,
.entry-content {
    margin-bottom: 0;
}

.global-nav__menu>.menu-item {
    margin-left: 30px;
}

.global-nav__menu>.menu-item>a {
    font-size: 16px;
}

.global-nav__menu .menu-item-has-children .sub-menu li {
    background-color: #036EB8;
}

.global-nav__menu .sub-menu a {
    color: #fff;
}

.global-nav__toggle {
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 768px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    #top_fbox p {
        font-size: 12px;
    }

    #container #content {
        padding: 0 20px;
    }

    aside {
        width: 100%;
        margin-top: 30px;
    }

    .global-nav__menu>.menu-item>a {
        font-size: 14px;
    }

    .site-main header h1,
    header.archive__header h1,
    header.singular-header h1 {
        font-size: 20px;
    }
}

.home #secondary {
    display: none;
}

.section__wrap {
    padding-right: 20px !important;
    padding-left: 20px !important;
}

#top_fbox {
    overflow: hidden;
}

#top_fbox .btn {
    max-width: 766px;
    width: 100%;
    margin: 40px auto;
    position: relative;
}

#top_fbox .top__bnr {
    height: 250px;
}

#top_fbox .top__bnr img {
    height: 100%;
    object-fit: cover;
}

.top_bnr {
    display: none;
}


@media (max-width: 768px) {
    #top_fbox .btn {
        max-width: 100%;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    #top_fbox .top__bnr {
        height: auto;
    }
}

/* 新着情報 */

.wp-block-latest-posts.wp-block-latest-posts__list .wp-block-latest-posts__post-title {
    font-size: 24px;
}

.wp-block-latest-posts.wp-block-latest-posts__list time {
    font-size: 16px;
}

@media (max-width: 768px) {
    .wp-block-latest-posts.wp-block-latest-posts__list .wp-block-latest-posts__post-title {
        font-size: 14px;
    }

    .wp-block-latest-posts.wp-block-latest-posts__list time {
        font-size: 14px;
    }
}

.wp-container-2.top__galleryWrap {
    flex-wrap: nowrap;
}

/* 不動産売却のご相談 */

.sale__wrap h3 {
    font-size: 24px;
}

.sale__wrap h4 {
    font-size: 28px;
}

.sale__wrap p {
    font-size: 18px;
}

.sale__wrap .wp-block-image {
    height: 250px;
}

.sale__wrap .wp-block-image figure,
.sale__wrap .wp-block-image img {
    display: block;
    height: 100%;
    object-fit: cover;
}

.sale__wrap .ystdb-column {
    transition: 0.3s all;
}

.sale__wrap .ystdb-column:hover {
    opacity: 0.7;
}

.top_sale .ystdb-columns {
    justify-content: center;
}

@media (max-width: 768px) {
    .sale__wrap h3 {
        font-size: 14px;
    }

    .sale__wrap h4 {
        font-size: 18px;
    }

    .sale__wrap p {
        font-size: 12px;
    }
}

/* 物件情報 */

.single-fudo header {
    border-bottom: 5px solid #2EA7E0;
    position: relative;
}

.single-fudo header::after {
    content: "";
    display: block;
    width: 100%;
    height: 15px;
    background-color: #2EA7E0;
    position: absolute;
    left: 0;
    bottom: -25px;
}

.widget_fudo_top_r {
    margin: 0 auto;
    margin-top: 50px;
}

#fudo_top_r-1_1 {
    padding: 0;
    margin: 0;
    display: flex;
}

#fudo_top_r-1_1 li {
    list-style: none;
    width: 24%;
    margin-right: 1%;
    position: relative;
}

#fudo_top_r-1_1 li:last-child {
    margin-right: 0;
}

#fudo_top_r-1_1 li img {
    width: 100%;
}

#fudo_top_r-1_1 li span {
    display: block;
}

.new_mark {
    display: none;
}

.single__fudo__wrap .entry-title {
    margin-top: 0;
    margin-bottom: 20px;
}

img.box3image {
    max-width: 150px;
    max-height: 150px;
}

.single__fudo__wrap .list_picsam {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

.single__fudo__wrap .thumbnail_wrap {
    margin-right: 1%;
}

.single__fudo__wrap .thumbnail_wrap p {
    display: none;
}

.single__fudo__wrap th {
    width: 20%;
}

.single__fudo__wrap iframe {
    width: 100%;
}

@media (max-width: 768px) {
    #fudo_top_r-1_1 {
        flex-wrap: wrap;
    }

    #fudo_top_r-1_1 li {
        width: 100%;
        margin-bottom: 15px;
    }

    #fudo_top_r-1_1 li img {
        width: 25%;
        float: left;
        margin-right: 10px;
    }

    #fudo_top_r-1_1 li span {
        float: left;
    }
}

.edit-link {
    display: none;
}

@media (max-width: 768px) {

    .single-fudo table,
    .single-fudo tbody,
    .single-fudo tr,
    .single-fudo th,
    .single-fudo td {
        display: block;
        width: 100%;
    }
}


/* 無料査定依頼 */

.home .form_satei {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto !important;
    padding: 0 5%;
}

input[type="submit"],
input[type="button"] {
    border-radius: 10px;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #036EB8 !important;
}

.form_satei h3 {
    margin: 0;
    margin-bottom: 30px;
    background-color: #E4F0F8;
    color: #036EB8;
    font-size: 26px;
    text-align: center;
    padding: 22px 0;
    line-height: 1;
}

.form_satei h4 {
    padding-bottom: 9px;
    color: #036EB8;
    border-bottom: 1px solid #036EB8;
    margin: 30px 0 17px 0;
    font-size: 18px;
}

.form_sateiWrap {
    max-width: 960px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.form_sateiItem {
    margin-bottom: 15px;
}

.form_sateiItem p {
    margin: 0 0 3px 0;
}

.form_sateiItem p.color-ac {
    color: #036EB8;
}

.wpcf7-acceptance .wpcf7-list-item {
    margin-left: 0;
    font-size: 16px;
}

.wpcf7-acceptance .wpcf7-list-item label {
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    align-items: flex-start;
}

.wpcf7-acceptance .wpcf7-list-item label input {
    width: 15px;
    height: 15px;
    margin-top: 6px;
}

[type=checkbox] {
    width: 15px;
    height: 15px;
}

.checkbox-addr p {
    margin: 0;
}

.wpcf7-acceptance .wpcf7-list-item label span {
    margin-left: 10px;
}

.form_sateiItem.form_sateiItem-short input,
.form_sateiItem.form_sateiItem-short select {
    max-width: 260px;
}

.form_sateiItem-span {
    display: flex;
    align-items: center;
}

.form_sateiItem-span span {
    margin-right: 10px;
}

.personalinfo__wrap {
    max-width: 960px;
    margin: 50px auto 10px auto;
}

.personalinfo__wrap h4 {
    border-bottom: none;
    margin-bottom: 15px;
    margin-top: 0;
    padding: 0;
    color: #1A1311;
    text-align: center;
}

.form_satei .personalinfo__conts p:nth-of-type(1) {
    margin-top: 0;
}

.personalinfo__conts {
    font-size: 14px;
    height: 200px;
    overflow-y: scroll;
    border: 1px solid #1A1311;
    padding: 5px;
}

.personalinfo__conts ul {
    margin: 0;
    padding: 0;
}

.form_satei input,
.form_satei select,
.form_satei textarea {
    border-color: #1A1311;
    padding: 15px;
}

.submit__area {
    text-align: center;
}

.submit__area input {
    background-color: #036EB8;
    font-size: 19px;
    border: 1px solid #036EB8;
    line-height: 1;
    padding: 8px 33px;
    margin-top: 33px;
}

.submit__area input[type="checkbox"] {
    padding: 0;
    margin-top: 0;
}

.submit__area .submit__check label {
    justify-content: center;
}

.wpcf7-spinner {
    display: none;
}

.wpcf7 .wpcf7-submit:disabled {
    opacity: 0.4;
}


@media (max-width: 768px) {
    .home .form_satei {
        padding: 0;
    }

    .form_sateiWrap {
        margin-bottom: 40px;
    }

    #top_fbox .form_satei p {
        font-size: 14px;
    }

    .form_satei h3 {
        font-size: 16px;
        padding: 13px 0;
    }

    .form_satei h4 {
        font-size: 15px;
    }

    .form_sateiItem-span span {
        margin-right: 0;
        font-size: 14px;
    }

    .form_satei input,
    .form_satei select,
    .form_satei textarea {
        font-size: 14px;
    }

    .personalinfo__wrap {
        margin: 0 auto 10px auto;
    }

    .wpcf7-acceptance .wpcf7-list-item {
        font-size: 14px;
    }
}


/* フッター */

.footer-widget__column>* {
    margin-top: 1.5em !important;
}

#nendebcopy {
    display: none;
}

.site-footer {
    border-top: 15px solid #2EA7E0;
}

.footer-main {
    padding: 57px 0 40px 0;
}

footer .widget_nav_menu ul.menu {
    display: flex;
    justify-content: center;
}

footer .widget_nav_menu ul.menu li {
    border-bottom: none;
    margin: 0 25px;
}

footer .widget_nav_menu ul.menu li a {
    padding: 0;
    color: #001F7A;
    font-size: 18px;
}

.footer__text {
    font-size: 24px;
}

.footer__btn {
    width: 350px;
}

.footer__btn a {
    font-size: 26px;
    line-height: 1;
    padding: 10px 0;
    width: 100%;
    font-weight: bold;
}

footer .wp-block-image figure {
    width: 247px;
}

#footer-copy {
    font-size: 10px;
}

#footer-poweredby {
    display: none;
}

.footer-sub .container {
    max-width: 100%;
    padding: 0;
}

.footer__img {
    height: 300px;
    position: relative;
}

.footer__img::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

.footer__img .ystdb-section__container,
.footer__img .ystdb-section__inner,
.footer__img .wp-block-image.alignfull.alignfull {
    height: 100%;
}

.footer__img .wp-block-image.alignfull.alignfull img {
    height: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .site-footer {
        border-top: 5px solid #2EA7E0;
    }

    .footer-main {
        padding: 47px 0 28px 0;
    }

    footer .widget_nav_menu ul.menu {
        display: block;
    }

    footer .widget_nav_menu ul.menu li {
        margin: 0;
        margin-bottom: 26px;
    }

    footer .widget_nav_menu ul.menu li a {
        font-size: 14px;
    }

    .footer__text {
        font-size: 14px;
    }

    .footer__btn a {
        font-size: 16px;
    }

    footer .wp-block-image figure {
        width: 162px;
    }

    .footer-sub {
        border-bottom: 5px solid #2EA7E0;
    }

    .footer__img {
        height: 200px;
    }

    .footer__img .wp-block-image.alignfull.alignfull img {
        object-position: left 70% bottom 0;
    }
}

/* 下層ページ */

.singular-header__meta {
    display: none;
}

.singular-header__title {
    font-size: 32px;
}

@media (max-width: 768px) {
    .singular-header__title {
        font-size: 20px;
    }
}

.wpcf7-list-item {
    display: block;
    margin: 0 0 10px 0;
}

input {
    vertical-align: middle;
}

/* スタッフ紹介 */

.has-sidebar .archive__main.staff__main {
    width: 100%;
}

.archive__staff-container {
    margin-top: 2em
}

.archive__item.type-staff {
    flex: inherit;
    font-weight: bold;
    width: 100%;
    border-bottom: none;
}

.archive__staff-detail {
    display: flex;
    width: 100%;
    margin-bottom: 25px;
}

.type-staff:nth-of-type(even) .archive__staff-detail {
    flex-direction: row-reverse;
}

.staff__text {
    background-color: #F4F9FF;
    padding: 20px;
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-weight: bold;
}

.staff__text p {
    margin: 0;
}

.staff__name {
    font-size: 20px;
}

.staff__name-en {
    font-size: 14px;
}

.staff__catch {
    font-size: 20px;
    font-weight: bold;
}

.staff__btn {
    max-width: 300px;
    width: 100%;
}

.staff__btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #036EB8;
    color: #036EB8;
    text-decoration: none;
    line-height: 1;
    padding: 15px 0;
}

.staff__btn a span {
    display: block;
    width: 15px;
    height: 15px;
    background: url(img/arrow.svg)no-repeat center;
    background-size: contain;
    margin-left: 10px;
}

.staff__btn a:hover {
    opacity: 0.6;
}

.content__main.staff__main {
    max-width: 100%;
    width: 100%;
}

.archive__staff-thumbnail {
    width: 40%;
    flex-shrink: 0;
}

.archive__staff-thumbnail img {
    vertical-align: bottom;
    width: 100%;
    object-fit: cover;
}

.single__staff-wrap {
    display: flex;
}

.single__staff-wrap .staff__text {
    display: block;
}

.single__staff-wrap .staff__text .staff__profile h3 {
    margin-top: 30px;
    color: #036eb8;
}

.single__staff-thumbnail {
    text-align: center;
    width: 40%;
}

.single__staff-thumbnail img {
    vertical-align: bottom;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content__main.staff__main .staff__catch {
    font-size: 18px;
    margin-top: 20px;
}

.content__main.staff__main .ystdb-heading .ystdb-heading__text.is-clear-style:not([class*=is-style-ystdtb]) {
    padding-left: 10px;
    border-left: 2px solid;
}

.staff__other {
    margin-top: 35px;
}

.staff__other h3 {
    color: #036eb8;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 35px;
}

.staff__other h3::after {
    content: "";
    display: block;
    background-color: #036EB8;
    width: 45px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.staff__otherWrap {
    display: flex;
}

.staff__otherItem {
    width: 24%;
    margin-bottom: 20px;
    margin-right: 1%;
}

.staff__otherItem:last-child {
    margin-right: 0;
}

.staff__otherItem a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.staff__otherItem a:hover {
    opacity: 0.6;
}

.staff__otherItem .single__staff-thumbnail {
    width: 100%;
    height: 200px;
}

.staff__otherItem .single__staff-thumbnail img {
    height: 100%;
    object-fit: cover;
}

.staff__otherItem .staff__position,
.staff__otherItem .staff__name {
    margin: 0;
}

@media (max-width: 768px) {
    .archive__staff-detail {
        display: block;
    }

    .archive__item.type-staff {
        width: 100%;
    }

    .staff__text {
        width: 100%;
    }

    .archive__staff-thumbnail {
        width: 100%;
    }

    .staff__name {
        font-size: 16px;
    }

    .content__main.staff__main .staff__catch {
        font-size: 16px;
        margin: 20px 0;
    }

    .staff__btn {
        max-width: 100%;
        margin-top: 20px;
    }

    .single__staff-wrap {
        display: block;
    }

    .single__staff-thumbnail {
        width: 100%;
    }

    .staff__otherWrap {
        flex-wrap: wrap;
    }

    .staff__otherItem {
        width: 49%;
    }
}

/* よくある質問 */

#sp-ea-166.sp-easy-accordion>.sp-ea-single {
    border: none;
    margin-bottom: 30px;
}

/* .sp-collapse {
    border: 1px solid #707070;
} */

.sp-easy-accordion .sp-ea-single .ea-header {
    padding-left: 40px;
    position: relative;
}

.sp-easy-accordion .sp-ea-single .ea-header::before {
    content: "Q";
    color: #036EB8;
    font-weight: bold;
    position: absolute;
    top: 14px;
    left: 15px;
}

.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
    padding-left: 0;
    font-size: 16px;
}

.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-body {
    padding: 15px 15px 15px 40px;
    position: relative;
}

.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-body::before {
    content: "A";
    color: #036EB8;
    font-weight: bold;
    position: absolute;
    top: 14px;
    left: 15px;
    font-size: 18px;
}

.btn {
    max-width: 766px;
    width: 100%;
    margin: 40px auto;
    position: relative;
    margin-top: 100px;
}

.btn a {
    width: 100%;
}

.btn-double a {
    border: 4px double !important;
}

.page-id-24 .ystdb-column-block-container {
    background-color: #fff;
}

.page-id-24 .wp-block-image {
    height: 200px;
}

.page-id-24 .ystdb-column-block-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.flow_check_text {
    display: none;
}

.flow_check_text.is-open {
    display: flex;
}

.wp-block-image.alignfull.page_img {
    height: 300px;
}

.wp-block-image.alignfull.page_img img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 768px) {
    .btn {
        max-width: 100%;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .btn a.wp-block-button__link {
        font-size: 17px;
    }
}

.ystdb-column.flow_item::after {
    content: "▶︎";
    position: absolute;
    right: -18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    color: #A0CCEA;
}

.ystdb-column.flow_item:last-child::after {
    display: none;
}

@media (max-width: 768px) {
    .ystdb-column.flow_item::after {
        content: "▼";
        top: inherit;
        right: inherit;
        left: 50%;
        transform: translateX(-50%);
        bottom: -40px;
    }
}

/* 無料売却査定 */

.hanbai__wrap .ystdb-column-block-container a {
    background-color: transparent;
}

.hanbai__wrap .ystdb-column-block-container .ystdb-section,
.hanbai__wrap .ystdb-column-block-container .ystdb-section .ystdb-section__bg {
    border-radius: 10px;
}

.hanbai__wrap .ystdb-column {
    transition: 0.3s all;
}

.hanbai__wrap .ystdb-column:hover {
    opacity: 0.7;
}

.hanbai__wrap .ystdb-column-block-container .ystdb-section p {
    margin: 0;
}

/* 物件一覧 */

.archive__fudo-container {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.archive__fudo-container article {
    width: 49%;
    flex: inherit;
    border: none;
}

.archive__fudo-detail {
    width: 100%;
}

.archive__fudo-container .archive__fudo-thumbnail {
    width: 100%;
    height: 260px;
    margin-bottom: 20px;
}

.archive__fudo-container .archive__fudo-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.archive__fudo__wrap .widget h2,
.single__fudo__wrap .widget h2 {
    margin-top: 0;
    padding: 10px;
    background-color: #f4f9ff;
    color: #036eb8;
}

.archive__fudo__wrap .widget nav ul,
.single__fudo__wrap .widget nav ul {
    list-style: none;
    padding: 0;
}

.archive__fudo__wrap .widget nav ul li a,
.single__fudo__wrap .widget nav ul li a {
    color: inherit;
    text-decoration: none;
}

.archive__fudo__wrap .widget nav ul li a:hover,
.single__fudo__wrap .widget nav ul li a:hover {
    text-decoration: underline;
}

.archive__fudo-thumbnail {
    width: 200px;
}

.fudo__btn {
    max-width: 240px;
    margin: 30px auto;
}

.fudo__btn a {
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #036eb8;
    padding: 5px;
    border: 1px solid #036eb8;
}

@media (max-width: 768px) {

    .archive__fudo__wrap .widget,
    .single__fudo__wrap .widget {
        width: 100%;
    }

    .archive__fudo__wrap article {
        margin-bottom: 30px;
        width: 100%;
        border-bottom: 1px solid #2EA7E0;
    }

    .archive__fudo-container .archive__fudo-thumbnail {
        width: 100%;
        height: auto;
    }
}

/* 物件一覧　カテゴリ */

#container #content.category__fudo__wrap {
    padding: 0;
}

.category__fudo__wrap h2 {
    margin-top: 0;
}

.category__fudo__wrap h2.page-title {
    margin-bottom: 30px;
}

.category__fudo__wrap h2.page-title a {
    text-decoration: none;
    color: #036EB8;
}

.category__fudo__wrap h2.page-title span {
    font-size: 14px;
    margin-left: 40px;
}

.category__fudo__wrap #list_simplepage {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.category__fudo__wrap #list_simplepage .entry-title a {
    font-size: 16px;
    color: inherit;
    font-weight: normal;
    text-decoration: none;
}

.category__fudo__wrap .archive__fudo-thumbnail a:first-child {
    display: none;
}

@media (max-width: 768px) {
    .category__fudo__wrap h2.page-title span {
        display: block;
        margin-left: 0;
        margin-top: 5px;
    }
}

/* アーカイブ */

.sidebar__ttl {
    padding: 10px;
    background-color: #f4f9ff;
}

.archive__item.is-simple,
.wp-block-archives-list li,
.widget_archive ul,
.widget_categories ul {
    border-color: #2EA7E0;
    border-top: none;
}

.archive__item.is-simple {
    transition: 0.3s all;
}

.archive__item.is-simple:hover {
    opacity: 0.6;
}

.archive__item.is-simple .archive__meta {
    padding-left: 15px;
    border-left: 5px solid #036EB8;
}

.archive__ttl {
    text-align: center;
    padding: 20px 0;
    border-bottom: 5px solid #2EA7E0;
    margin-top: 15px;
}

.archive__ttl p {
    margin: 0;
    font-size: 24px;
    color: #2EA7E0;
}

/* 成約事例 */

.case__wrap .widget {
    width: 100%;
}

.case__wrap .widget h2 {
    margin-top: 0;
    padding: 10px;
    background-color: #f4f9ff;
    color: #036eb8;
}

.case__wrap {
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.case__wrap .archive__main {
    width: min(var(--ystd-content-min-width), var(--ystd-content-default-width));
    margin-left: 0;
}

.case__wrap .archive__item.is-simple .archive__meta {
    display: none;
}

.case__wrap .archive__item.is-simple .archive__title {
    padding-left: 20px;
    position: relative;
}

.case__wrap .archive__item.is-simple .archive__title::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 5px;
    height: 22px;
    background-color: #036EB8;
}

.sidebar li {
    list-style: none;
    border-bottom: 1px solid #2EA7E0;
}

.sidebar li a {
    text-decoration: none;
    padding: 0.75em 0.25em;
    color: #000;
    font-size: 16px;
    transition: 0.3s all;
    display: flex;
    align-items: center;
}

.sidebar li a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .case__wrap {
        flex-wrap: wrap;
    }

    .case__wrap .archive__main {
        width: 100%;
    }

    .case__wrap .widget {
        width: 100%;
    }
}

/* 会社概要 */
.company_name {
    margin-top: 0;
}

table {
	border-top: none;
}

.company-table table {
	width: 80%;
	margin: 0 auto;
}

.company-table td {
	border: none;
}

.company-table tr {
	border-left: none;
	border-bottom: 1px solid #707070;
}

.company-table td {
	border: none;
}

tr td:first-child {
    background-color: #FFF;
}

@media (max-width: 768px) {

	.company-table table {
		width: 100%;
	}
	
    table,
    tr,
    th,
    td {
        display: block;
    }

    td {
        border-bottom: none !important;
    }
}

/* 詳細ページ */

.single .content__wrap {
    margin-bottom: 40px;
}

.single .entry-content {
    margin-top: 0;
}

/* ページネーション */

.pagination {
    width: 100%;
}

.pagination__item {
    width: 40px;
    height: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid #036eb8;
    color: #036eb8 !important;
}

.pagination__item.is-current {
    background-color: #036eb8;
    color: #fff !important;
}

.pagination__item.is-current:after,
.pagination__item:not(.is-dot):hover:after {
    display: none !important;
}

.navigation {
    width: 100%;
}

.nav-previous {
    display: none;
}

.category__fudo .nav-next {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
}

.category__fudo .nav-next a {
    font-size: 16px;
    width: 40px;
    height: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid #036eb8;
    color: #036eb8 !important;
    margin-right: 0.5em;
    margin-left: 0.5em;
    text-decoration: none;
}

.category__fudo .nav-next a:hover {
    background-color: #036eb8 !important;
    color: #fff !important;
}

.category__fudo .nav-next b {
    font-size: 16px;
    width: 40px;
    height: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid #036eb8;
    background-color: #036eb8 !important;
    color: #fff;
    margin-right: 0.5em;
    margin-left: 0.5em;
}