@charset "UTF-8";
/*
Theme Name: 202001_弁護士法人ALG&Associates 事務所サイト
Description: 弁護士法人ALG&Associates 事務所サイト用テーマ
Author: 株式会社プラスステージ
Version: 1.0
*/
/*=====================================
共通
=====================================*/
#Content main .br {
    display: inline-block;
}
.in-block {
    display: inline-block;
}
#Content main .supervision_top .br {
    display: block !important;
}
#jirei_wrapper {
    margin: 0 auto 10em;
}
#GlobalHeader {
    position: absolute;
}
/*=====================================
コラム個別
=====================================*/
.supervision_top {
    background: #f9f9f9;
    border: none;
}
#supervision {
    padding: 30px 40px;
    border: none;
    background: #f9f9f9;
}
#supervision dd {
    padding-top: 0;
}
#supervision dl {
    margin-bottom: 15px;
}
#supervision dl.certification {
    display: flex;
    align-items: stretch;
}
#supervision dl.certification dt {
    padding: 0.5em;
    border-radius: 4px 0 0 4px;
    background: #121f3c;
    color: #fff;
}
#supervision dl.certification dd {
    padding: 0.5em 0.5em 0.5em 1.5em;
    background: #fff;
}
.souzoku #supervision div.link a {
    border-radius: inherit;
    background: none;
    border-bottom: 2px solid #121f3c;
    color: #121f3c;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    text-indent: -0.5em;
}
.souzoku #supervision div.link a:after {
    content: "";
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    border-top: solid 2px #121f3c;
    border-right: solid 2px #121f3c;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.souzoku #supervision .certification_mark, .souzoku .supervision_mark {
    border-radius: 4px;
    background: #121f3c;
}
.souzoku .supervision_top:after {
    border-top: solid 2px #121f3c;
    border-right: solid 2px #121f3c;
}
#column_wrapper #toc_container {
    padding: 20px 30px 30px;
    background: #fbf8f4;
    border: none;
    border-top: 2px solid #121f3c;
}
#toc_container .toc_list {
    padding: 0;
}
#column_wrapper #toc_container p.toc_title {
    position: relative;
}
#column_wrapper #toc_container p.toc_title:before {
    content: "";
    background: url("../images/souzoku/icon_mokuji.png") no-repeat;
    background-size: contain;
    display: inline-block;
    width: 40px;
    height: 40px;
    position: relative;
    left: -10px;
    top: 12px;
}
.souzoku #toc_container .toc_title a {
    color: #121f3c;
}
#toc_container p.toc_title + ul.toc_list {
    margin-top: 1.5em;
}
.souzoku #toc_container .toc_list li a .toc_number {
    color: #121f3c;
}
body.souzoku.column .memo h2, .souzoku.column section.article_qa h2 {
    padding: 20px 20px;
    background-color: #f9f9f9 !important;
    border-top: 1px solid #121f3c;
    border-bottom: 1px solid #121f3c;
    color: #121f3c;
    font-size: 20px;
}
body.souzoku.column .memo h3 {
    border-bottom: 1px solid #cbcbcb;
    color: #121f3c !important;
}
section.article_qa div {
    background: none;
    padding: 0;
}
section.article_qa .qa_box {
    margin-top: 30px;
    border: 1px solid #818181;
    border-radius: 10px;
}
section.article_qa h3 {
    margin: 30px 0 0;
    background: #fbf8f4;
    border-radius: 10px 10px 0 0;
    border-top: 1px solid #818181;
    border-left: 1px solid #818181;
    border-right: 1px solid #818181;
    color: #3384cd;
    color: #121f3c;
    font-size: 18px;
    position: relative;
    padding-left: 73px;
}
section.article_qa h3:before {
    content: "Q";
    border-radius: 100px;
    width: 40px;
    height: 40px;
    border: 1px solid #121f3c;
    background: #fff;
    text-align: center;
    vertical-align: middle;
    font-size: 22px;
    color: #121f3c;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
section.article_qa .qa_a {
    padding: 20px;
    margin: 0 !important;
}
section.article_qa > div {
    padding: 1.5rem 1.2rem;
    border-radius: 0 0 10px 10px;
    border-bottom: 1px solid #818181;
    border-right: 1px solid #818181;
    border-left: 1px solid #818181;
}
section.article_qa p{
    padding-left: 54px;
}
section.article_qa .answer_head {
    margin: 0;
    padding-left: 54px;
    font-size: 18px;
    position: relative;
}
section.article_qa .answer_head:before {
    content: "A";
    border-radius: 100px;
    width: 40px;
    height: 40px;
    border: 1px solid #bd4040;
    background: #fff;
    text-align: center;
    vertical-align: middle;
    font-size: 22px;
    color: #bd4040;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width:630px) {
    #supervision {
        padding: 1.5em;
    }
    #supervision dl.certification {
        flex-direction: column;
    }
    #supervision dl.certification dt, #supervision dl.certification dd {
        width: 100%;
    }
    #supervision dl.certification dt {
        padding: 0.3em;
        border-radius: 4px 4px 0 0;
    }
}
@media (max-width:590px) {
    #supervision div.link a {
        display: inline-block;
    }
}
@media (max-width:500px) {
    .souzoku #supervision div.link a {
        min-width: 180px;
        margin: 0 auto;
    }
    body.souzoku.column .memo h2, .souzoku.column section.article_qa h2 {
        padding: 15px;
        font-size: 18px;
    }
    body.souzoku.column .memo h3 {
        font-size: 16px;
    }
    section.article_qa h3 {
        padding: 1em 0.8em 1em 60px;
        font-size: 16px;
        line-height: 1.4;
    }
    section.article_qa h3:before {
        width: 32px;
        height: 32px;
        font-size: 18px;
        left: 16px;
        padding-top: 1px;
    }
    section.article_qa .qa_a {
        padding: 1em 0.8em 1em 0.8em;
    }
    section.article_qa > div{
        padding: 1em 0.8em 1em 0.7em;
    }
    section.article_qa .answer_head {
        padding-left: 48px;
    }
    section.article_qa .answer_head:before {
        width: 32px;
        height: 32px;
        font-size: 18px;
        left: 4px;
    }
}
/***CV***/
#column_file .column_cv {
    max-width: 100%;
    padding: 0;
    margin-bottom: 90px;
    border-radius: 4px;
    border: 1px solid #4c6c29;
    background: url("../images/common/voice_cv_bg.jpg") no-repeat left center;
    background-size: cover;
}
#column_file .column_cv .inner {
    padding: 30px 40px;
}
#column_file .column_cv .inner .main_title {
    margin-bottom: 20px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #4c6c29;
    line-height: 1.4;
}
#column_file .column_cv .inner .main_title .bl {
    display: block;
}
#column_file .column_cv .inner .flex {
    display: flex;
    justify-content: space-between;
}
#column_file .column_cv .inner .flex .tel {
    width: 64%;
}
#column_file .column_cv .inner .flex .tel .title {
    margin-bottom: 4px;
    display: block;
    background: #3e5922;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
#column_file .column_cv .inner .flex .tel a {
    font-size: 46px;
    font-weight: bold;
    color: #bd4040;
    letter-spacing: -1px;
    position: relative;
    line-height: 1;
    text-align: center;
}
#column_file .column_cv .inner .flex .tel a:before {
    content: "";
    background: url("../images/souzoku/tel.svg") no-repeat;
    width: 36px;
    height: 36px;
    display: inline-block;
    margin-right: 0.1em;
}
#column_file .column_cv .inner .flex .tel .sub {
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    color: #828282;
}
#column_file .column_cv .inner .flex .mail {
    display: block;
    width: 32%;
    padding-top: 54px;
    border: 1px solid #4c6c29;
    background: url("../images/souzoku/mail.svg") no-repeat center 20px, #fff;
    background-size: 30px;
    color: #4c6c29;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}
#column_file .column_cv .inner .flex .mail:hover {
    opacity: 0.5;
}
#column_file .column_cv .link {
    padding: 15px;
    display: block;
    background: #4c6c29;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    position: relative;
}
#column_file .column_cv .link:hover {
    opacity: 0.5;
}
#column_file .column_cv .link:after {
    content: "";
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
}
@media (max-width:1024px) {
    #column_file .column_cv .inner {
        padding: 2vw 8vw;
    }
    #column_file .column_cv .inner .flex .tel a {
        font-size: 5.4vw;
    }
    #column_file .column_cv .inner .flex .tel a:before {
        width: 4.4vw;
        height: 4.4vw;
    }
    #column_file .column_cv .inner .flex .mail {
        padding-top: 58px;
    }
}
@media (max-width:600px) {
    #column_file .column_cv .inner {
        padding: 4vw;
    }
    #column_file .column_cv .inner .main_title {
        font-size: 18px;
    }
    #column_file .column_cv .inner .flex .tel a {
        font-size: 6.2vw;
    }
    #column_file .column_cv .link {
        font-size: 16px;
    }
    #column_file .column_cv .inner .flex .mail {
        padding-top: 52px;
        font-size: 14px;
    }
}
@media (max-width:500px) {
    #column_file .column_cv .inner {
        padding: 6vw;
    }
    #column_file .column_cv .inner .flex {
        display: block;
    }
    #column_file .column_cv .inner .flex .tel {
        width: 100%;
        margin-bottom: 10px;
    }
    #column_file .column_cv .inner .flex .tel a {
        font-size: 9vw;
    }
    #column_file .column_cv .inner .flex .tel a:before {
        width: 7.2vw;
        height: 7.2vw;
    }
    #column_file .column_cv .inner .flex .mail {
        width: 100%;
        padding: 12px;
        background-image: none;
    }
    #column_file .column_cv .inner .flex .mail:before {
        content: "";
        background: url("../images/souzoku/mail.svg") no-repeat;
        width: 22px;
        height: 22px;
        display: inline-block;
        position: relative;
        top: 5px;
        margin-right: 0.5em;
    }
    #column_file .column_cv .inner .flex .tel .title {
        margin-bottom: 10px;
    }
    #column_file .column_cv .link {
        line-height: 1.4;
    }
    #column_file .column_cv .link .br {
        display: inline-block;
    }
    #column_file .column_cv .inner .main_title {
        font-size: 4.2vw;
    }
}
/***リンクボタン***/
.link_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.souzoku .link_wrap .detail_btn, .link_wrap .detail_btn.souzoku, .detail_btn.souzoku {
    padding: 15px;
    background-color: #4c6d29 !important;
    text-align: center;
    border: none !important;
    box-shadow: 0px 4px 0px #36501b;
    border-radius: 4px;
    font-size: 18px;
    cursor: pointer;
    position: relative;
}
.souzoku .link_wrap .detail_btn, .link_wrap .detail_btn.souzoku, .detail_btn.souzoku {
    width: 48%;
}
.souzoku .link_wrap .detail_btn:after, .link_wrap .detail_btn.souzoku:after, .detail_btn.souzoku:after {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    content: "";
}
.souzoku .link_wrap .detail_btn:hover, .link_wrap .detail_btn.souzoku:hover, .detail_btn.souzoku:hover {
    box-shadow: none;
    transform: translateY(5px);
    font-size: 18px;
    background: #4c6d29 !important;
    color: #fff !important;
}
@media (max-width:1024px) {
    .link_wrap {
        width: 84%;
        margin: 0 auto;
    }
}
@media (max-width:600px) {
    .souzoku .link_wrap .detail_btn, .link_wrap .detail_btn.souzoku, .detail_btn.souzoku {
        font-size: 16px;
    }
}
@media (max-width:500px) {
    .link_wrap {
        display: block;
    }
    .souzoku .link_wrap .detail_btn, .link_wrap .detail_btn.souzoku, .detail_btn.souzoku {
        width: 100%;
        margin-top: 20px;
    }
}
/***CV***/
.souzoku #column_file .linkbox {
    border-radius: 4px;
    overflow: hidden;
}
.souzoku #column_file .archive_list_toggle {
    background: #121f3c;
    border-radius: 4px 4px 0 0;
    position: relative;
}
.souzoku #column_file .archive_list_toggle:before {
    content: "";
    display: inline-block;
    background: url("../images/souzoku/aritlce_list.svg") no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
    position: relative;
    top: 4px;
    margin-right: 0.5em;
}
#column_file .archive_list {
    border-radius: 0 0 4px 4px;
}
@media (max-width:400px) {}
/*=====================================
お客様の声個別
=====================================*/
/***お客様の声部分***/
.voice .voice_area {}
.voice_area .voc_souzoku:not(:first-child) {
    padding-top: 90px;
}
.voice_area .voc_souzoku .voice_field_ttl, body.voc_souzoku .voice_area .voice_archive .voice_field_ttl {
    width: 94%;
    padding: 10px 10px 10px 20px;
    margin: 0 auto 30px;
    background: none;
    border-bottom: 1px solid #d14284;
    position: relative;
    color: #d14284;
}
.voice_area .voc_souzoku .voice_field_ttl:before, body.voc_souzoku .voice_area .voice_archive .voice_field_ttl:before {
    position: absolute;
    top: 20%;
    left: 0;
    width: 4px;
    height: 60%;
    content: '';
    background: #d14284;
}
.voice_area .voice_item_wrap {
    width: 94%;
    max-width: 1000px;
    padding: 0;
    margin: 0 auto;
    border: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.voice_area .voice_item, .voice_area .voice_item_wrap > div:last-of-type {
    width: 48%;
    margin: 0 0 40px;
    padding: 40px 30px;
    background: #fbf0f6;
}
.voice_area .voice_item_head .tag {
    border-radius: 4px;
}
.voice_area .voice_item_head .tag.score01 {
    background: #4c6c29;
}
.voice_area .voice_item_head .tag.score02 {
    background: #d95735;
}
.voice_area .voice_item_head .tag.souzoku {
    background: #121f3c;
}
.voice_area .voice_item_head .voice_date {
    margin: 0;
    display: inline-block;
}
@media (max-width:600px) {
    .voice_area .voice_item_wrap {
        display: block;
    }
    .voice_area .voice_item, .voice_area .voice_item_wrap > div:last-of-type {
        width: 100%;
    }
}
/***CV***/
.voice_cv_wrap {
    width: 94%;
    max-width: 1000px;
    margin: 0 auto 90px;
    border: 1px solid #308eca;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}
.voice_cv_wrap .br {
    display: inline-block;
}
.voice_cv_wrap .main_title {
    padding: 15px;
    background: #308eca;
    color: #fff;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    line-height: 1.4;
}
.voice_cv_wrap .cv_content {
    padding: 40px 60px;
    background: url("../images/souzoku/voice_cv_bg.jpg")no-repeat center right, #f6f7f7;
    background-size: auto 100%;
}
.voice_cv_wrap .cv_content ul.point {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 760px;
    margin: 0 auto 10px;
}
.voice_cv_wrap .cv_content ul.point li {
    width: 24%;
    padding: 10px;
    border-radius: 100px;
    border: 1px solid #121f3c;
    background: #fff;
    font-size: 20px;
    font-weight: bold;
    color: #121f3c;
    text-align: center;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.voice_cv_wrap .cv_content ul.point li:not(:last-child) {
    margin-right: 2%;
}
.voice_cv_wrap .cv_content ul.point li .txt_large {
    font-size: 28px;
}
.voice_cv_wrap .cv_content ul.kome {
    width: 100%;
    margin: 30px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.voice_cv_wrap .cv_content ul.kome li {
    font-size: 12px;
}
.voice_cv_wrap .cv_content .subtitle {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #308eca;
    line-height: 1.4;
}
.voice_cv_wrap .cv_content .flex {
    display: flex;
    justify-content: space-between;
}
.voice_cv_wrap .cv_content .flex .tel_title {
    width: 20%;
    background: #f5ecee;
    border-radius: 4px;
    font-size: 16px;
    color: #121f3c;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.4;
}
.voice_cv_wrap .cv_content .flex .tel_title .txt_large {
    display: inline-block;
    font-size: 22px;
}
.voice_cv_wrap .cv_content .flex .tel {}
.voice_cv_wrap .cv_content .flex .tel a {
    font-size: 54px;
    font-weight: bold;
    text-align: center;
    color: #121f3c;
    letter-spacing: -2px;
    line-height: 1;
}
.voice_cv_wrap .cv_content .flex .tel a:before {
    content: "";
    background: url("../images/souzoku/tel_cv.svg")no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    display: inline-block;
    align-items: center;
    margin-right: 0.1em;
}
.voice_cv_wrap .cv_content .flex .tel p {
    font-size: 14px;
    color: #828282;
    text-align: center;
    font-weight: bold;
}
.voice_cv_wrap .cv_content .flex .mail {
    width: 23%;
    background: #308eca;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.voice_cv_wrap .cv_content .flex .mail:before {
    content: "";
    background: url("../images/souzoku/mail_cv.svg") no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
}
.voice_cv_wrap .cv_content .flex .mail:hover {
    opacity: 0.5;
}
@media (max-width:1024px) {
    .voice_cv_wrap .main_title {
        font-size: 20px;
    }
    .voice_cv_wrap .cv_content {
        padding: 4vw 5vw;
    }
    .voice_cv_wrap .cv_content .flex .tel_title {
        font-size: 14px;
    }
    .voice_cv_wrap .cv_content .flex .tel a {
        font-size: 5vw;
    }
    .voice_cv_wrap .cv_content .flex .tel a:before {
        width: 4vw;
        height: 4vw;
    }
    .voice_cv_wrap .cv_content .subtitle {
        font-size: 18px;
    }
    .voice_cv_wrap .cv_content ul.point li {
        font-size: 18px;
    }
    .voice_cv_wrap .cv_content ul.kome li {
        font-size: 10px;
    }
    .voice_cv_wrap .cv_content .flex .tel p {
        font-size: 12px;
    }
}
@media (max-width:768px) {
    .voice_cv_wrap .cv_content .flex {
        flex-wrap: wrap;
    }
    .voice_cv_wrap .cv_content .flex .mail {
        width: 100%;
        padding: 10px;
        margin-top: 15px;
        display: block;
        line-height: 2;
    }
    .voice_cv_wrap .cv_content .flex .mail:before {
        width: 25px;
        height: 25px;
        display: inline-block;
        position: relative;
        top: 7px;
        left: -10px;
    }
    .voice_cv_wrap .cv_content .flex .tel_title {
        width: 33%;
    }
    .voice_cv_wrap .cv_content .flex .tel a {
        font-size: 6.4vw;
    }
    .voice_cv_wrap .cv_content .flex .tel a:before {
        width: 5vw;
        height: 5vw;
    }
    .voice_cv_wrap .cv_content ul.point li {
        font-size: 2.6vw;
    }
    .voice_cv_wrap .cv_content ul.point li .txt_large {
        font-size: 4vw;
    }
}
@media (max-width:500px) {
    .voice_cv_wrap .main_title {
        padding: 10px 15px;
        font-size: 18px;
    }
    .voice_cv_wrap .cv_content {
        padding: 6vw;
    }
    .voice_cv_wrap .cv_content ul.point {
        flex-wrap: wrap;
    }
    .voice_cv_wrap .cv_content ul.point li {
        width: 49%;
        height: 40px;
        font-size: 3.6vw;
    }
    .voice_cv_wrap .cv_content ul.point li:nth-child(2n) {
        margin-right: 0;
    }
    .voice_cv_wrap .cv_content ul.point li:nth-child(-n+2) {
        margin-bottom: 2%;
    }
    .voice_cv_wrap .cv_content ul.point li .txt_large {
        font-size: 6vw;
    }
    .voice_cv_wrap .cv_content .subtitle {
        font-size: 16px;
    }
    .voice_cv_wrap .cv_content .flex .tel_title {
        width: 100%;
        padding: 4px;
        margin-bottom: 10px;
    }
    .voice_cv_wrap .cv_content .flex .tel a {
        font-size: 9.8vw;
    }
    .voice_cv_wrap .cv_content .flex .tel a:before {
        width: 7.4vw;
        height: 7.4vw;
    }
    .voice_cv_wrap .cv_content ul.kome {
        flex-direction: column;
    }
}
/***LPリンク部***/
.voice_lpbtn_wrap {
    padding: 90px 0;
    background: url("../images/souzoku/voice_lpbtn_bg.jpg") no-repeat center top, #eaf2fb;
    background-size: contain;
}
.voice_lpbtn_wrap .voice_lpbtn_inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}
.voice_lpbtn_wrap h2 {
    margin-bottom: 30px;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
.voice_lpbtn_wrap .voice_lpbtn_inner ul.link {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.voice_lpbtn_wrap .voice_lpbtn_inner ul.link li {
    width: 48%;
}
.voice_lpbtn_wrap .voice_lpbtn_inner ul.link li:not(:last-child) {
    margin-bottom: 2%;
}
.voice_lpbtn_wrap .voice_lpbtn_inner ul.link li a {
    height: 90px;
    padding: 20px 40px 20px 60px;
    background: #fff;
    border: 1px solid #121f3c;
    border-radius: 4px;
    font-size: 20px;
    font-weight: bold;
    color: #121f3c;
    position: relative;
    line-height: 1.4;
    display: flex;
    align-items: center;
}
.voice_lpbtn_wrap .voice_lpbtn_inner ul.link li:nth-child(1) a {
    background: url("../images/souzoku/lpbtn_02.svg") no-repeat 10px center, #fff;
    background-size: 40px;
}
.voice_lpbtn_wrap .voice_lpbtn_inner ul.link li:nth-child(2) a {
    background: url("../images/souzoku/lpbtn_02.svg") no-repeat 10px center, #fff;
    background-size: 40px;
}
.voice_lpbtn_wrap .voice_lpbtn_inner ul.link li:nth-child(3) a {
    background: url("../images/souzoku/lpbtn_03.svg") no-repeat 10px center, #fff;
    background-size: 40px;
}
.voice_lpbtn_wrap .voice_lpbtn_inner ul.link li:nth-child(4) a {
    background: url("../images/souzoku/lpbtn_04.svg") no-repeat 10px center, #fff;
    background-size: 40px;
}
.voice_lpbtn_wrap .voice_lpbtn_inner ul.link li:nth-child(5) a {
    background: url("../images/souzoku/lpbtn_05.svg") no-repeat 10px center, #fff;
    background-size: 40px;
}
.voice_lpbtn_wrap .voice_lpbtn_inner ul.link li:nth-child(6) a {
    background: url("../images/souzoku/lpbtn_06.svg") no-repeat 10px center, #fff;
    background-size: 40px;
}
.voice_lpbtn_wrap .voice_lpbtn_inner ul.link li:nth-child(7) a {
    background: url("../images/souzoku/lpbtn_07.svg") no-repeat 10px center, #fff;
    background-size: 40px;
}
.voice_lpbtn_wrap .voice_lpbtn_inner ul.link li:nth-child(8) a {
    background: url("../images/souzoku/lpbtn_08.svg") no-repeat 10px center, #fff;
    background-size: 40px;
}
.voice_lpbtn_wrap .voice_lpbtn_inner ul.link li:nth-child(9) a {
    background: url("../images/souzoku/lpbtn_09.svg") no-repeat 10px center, #fff;
    background-size: 40px;
}
.voice_lpbtn_wrap .voice_lpbtn_inner ul.link li:nth-child(10) a {
    background: url("../images/souzoku/lpbtn_10.svg") no-repeat 10px center, #fff;
    background-size: 40px;
}
.voice_lpbtn_wrap .voice_lpbtn_inner ul.link li:nth-child(11) a {
    background: url("../images/souzoku/lpbtn_11.svg") no-repeat 10px center, #fff;
    background-size: 40px;
}
.voice_lpbtn_wrap .voice_lpbtn_inner ul.link li a:after {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    border-top: solid 2px #121f3c;
    border-right: solid 2px #121f3c;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.voice_lpbtn_wrap .voice_lpbtn_inner ul.link li a:hover {
    opacity: 0.5;
}
@media (max-width:1024px) {
    .voice_lpbtn_wrap {
        background-size: 170%;
    }
    .voice_lpbtn_wrap .voice_lpbtn_inner h2 {
        font-size: 28px;
        line-height: 1.4;
    }
    .voice_lpbtn_wrap .voice_lpbtn_inner ul.link li a {
        font-size: 18px;
    }
}
@media (max-width:768px) {
    .voice_lpbtn_wrap .voice_lpbtn_inner ul.link li a {
        height: 80px;
        padding: 15px 40px 15px 50px;
        font-size: 16px;
        background-size: 30px !important;
    }
}
@media (max-width:600px) {
    .voice_lpbtn_wrap {
        padding: 90px 0;
        background: url(../images/souzoku/voice_lpbtn_bg_sp.jpg) no-repeat center top, #eaf2fb;
    }
    .voice_lpbtn_wrap .voice_lpbtn_inner ul.link {
        display: block;
    }
    .voice_lpbtn_wrap .voice_lpbtn_inner ul.link li {
        width: 100%;
    }
    .voice_lpbtn_wrap .voice_lpbtn_inner ul.link li a {}
}
@media (max-width:500px) {
    .voice_lpbtn_wrap .voice_lpbtn_inner ul.link li a {
        height: 70px;
    }
    .voice_lpbtn_wrap .voice_lpbtn_inner ul.link li a:after {
        width: 8px;
        height: 8px;
    }
    .voice_lpbtn_wrap .voice_lpbtn_inner h2 {
        font-size: 24px;
    }
}
/***過去記事一覧***/
.voice_voice_archive_wrap {
    width: 94%;
    max-width: 1000px;
    margin: 60px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.voice_voice_archive_wrap .card h2 {
    margin-bottom: 10px;
    padding: 10px 20px;
    background: #f9f9f9;
    border-bottom: 2px solid #4c6c29;
    font-size: 18px;
    font-weight: bold;
    color: #4c6c29;
}
.voice_voice_archive_wrap .card {
    width: 48%;
    margin-bottom: 40px;
}
.voice_voice_archive_wrap .card ul.list {
    display: flex;
    flex-wrap: wrap;
}
.voice_voice_archive_wrap .card ul.list li {
    margin-bottom: 5px;
    font-size: 18px;
    position: relative;
}
.voice_voice_archive_wrap .card ul.list li:after {
    content: "／";
    display: inline-block;
    color: #b5b5b5;
    padding: 0 3px;
}
/***別ページリンクボタン***/
.voice_area .voice_btn_wrap {
    width: 94%;
    max-width: 1000px;
    margin: 0 auto 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.voice_area .voice_btn_wrap > div {
    width: 340px !important;
    margin: 0;
}
.voice_area .voice_btn_wrap > div:first-child {
    margin-right: 20px;
    margin-bottom: 20px;
}
.voice_area .voice_btn_wrap > div:last-child {}
.voice_area .voc_souzoku .voice_link_btn a, .voice_area .voc_souzoku .voice_lp_btn a, .voice_area .voc_souzoku .voice_return_btn a {
    height: 90px;
    padding: 0;
    text-align: center;
    border: none;
    border-radius: 4px;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.4;
}
.voice_area .voc_souzoku .voice_link_btn a:hover, .voice_area .voc_souzoku .voice_lp_btn a:hover {
    box-shadow: none;
    transform: translateY(5px);
    font-size: 18px;
    background: #121f3c !important;
    color: #fff;
    border: none;
}
.voice_area .voc_souzoku .voice_link_btn a, .voice_area .voc_souzoku .voice_lp_btn a {
    background: #121f3c;
    color: #fff;
    box-shadow: 0px 4px 0px #d14284;
}
.voice_area .voc_souzoku .voice_link_btn a:hover, .voice_area .voc_souzoku .voice_lp_btn a:hover {
    box-shadow: none;
    transform: translateY(5px);
    font-size: 18px;
    background: #121f3c !important;
    color: #fff;
}
.voice_area .voc_souzoku .voice_return_btn a {
    margin: 0;
    background: #f4f4f4;
    color: #000;
    box-shadow: 0px 4px 0px #dfdfdf;
}
.voice_area .voc_souzoku .voice_return_btn a:hover {
    box-shadow: none;
    transform: translateY(5px);
    font-size: 18px;
    background: #dfdfdf !important;
    color: #000;
}
@media (max-width:768px) {
    .voice_area .voice_btn_wrap > div:not(:last-child) {
        margin: 0 0 20px;
    }
    .voice_area .voc_souzoku .voice_link_btn a, .voice_area .voc_souzoku .voice_lp_btn a, .voice_area .voc_souzoku .voice_return_btn a {
        height: 70px;
        padding: 0 30px;
        font-size: 16px;
    }
}
@media (max-width:600px) {
    .voice_voice_archive_wrap .card {
        width: 100%;
        margin-bottom: 30px;
    }
    .voice_voice_archive_wrap .card h2 {
        padding: 8px 20px;
        font-size: 16px;
    }
}
/*=====================================
解決事例個別
=====================================*/
#jirei_file .info {
    background: #f9f9f9;
}
#jirei_file .info dl.kouishougai dd {
    background: #af3146;
}
#jirei_file .info dl.shoujou dd {
    background: #639d41;
}
#jirei_file .info dl.souten dd {
    background: #aca33b;
}
#jirei_file .con dl {
    margin-bottom: 60px;
}
#jirei_file .con dl dt {
    padding: 15px;
    background: #4c6d29;
    border-radius: 6px 6px 0 0;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    line-height: 1.4;
}
#jirei_file .con dl dd {
    padding: 30px;
    background: #f2f7f1;
    border-radius: 0 0 6px 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#jirei_file .con dl dd .item_name {
    font-size: 20px;
    font-weight: bold;
}
#jirei_file .con dl dd .item_name:after {
    content: "：";
}
#jirei_file .con dl dd .before {
    font-size: 30px;
    font-weight: bold;
}
/*#jirei_file .con dl dd .before:after{
    content: "▶";
    position: relative;
    right: -18%;
    color: #366998;
    font-size: 28px;
}*/
#jirei_file .con dl dd .arw {
    width: 0;
    height: 0;
    border-left: 15px solid #8fa27b;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}
#jirei_file .con dl dd .after {
    font-size: 30px;
    font-weight: bold;
    color: #bd4040;
}
#jirei_file .con dl dd .before.small, #jirei_file .con dl dd .after.small {
    font-size: 22px;
}
#jirei_file .con dl dd .point {
    padding: 6px 20px;
    border-radius: 4px;
    background: #bd4040;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    position: relative;
    line-height: 1.4;
    text-align: center;
}
#jirei_file .con dl dd .point:after {
    content: "";
    position: absolute;
    top: 36%;
    left: -8px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #bd4040 transparent transparent;
}
body.jirei #jirei_wrapper h2 {
    padding: 15px 15px 15px 30px;
    background: #f9f9f9 !important;
    border-left: 3px solid #121f3c;
    color: #121f3c;
}
body.jirei #jirei_wrapper div.jirei_midashi_alg {
    padding: 15px 30px 0;
    background: #f9f9f9 !important;
    border-left: 3px solid #121f3c;
    color: #121f3c;
}
body.jirei #jirei_wrapper h2.jirei_midashi_kekka {
    padding: 0 30px 15px;
}
.jirei .link_wrap a {
    width: 48%;
    padding: 15px;
    text-align: center;
    border: none;
    border-radius: 4px;
    font-size: 18px;
    cursor: pointer;
    position: relative;
}
.jirei .link_wrap a:n {
    background: #121f3c;
    box-shadow: 0px 4px 0px #2c70ae;
    color: #fff;
}
.jirei .link_wrap a:nth-child(1) {
    background: #f4f4f4;
    box-shadow: 0px 4px 0px #dfdfdf;
    color: #000;
}
.jirei .link_wrap a:nth-child(2) {
    background: #4c6d29;
    box-shadow: 0px 4px 0px #425d26;
    color: #fff;
}
.jirei .link_wrap a:nth-child(1):after {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 3px solid #000;
    border-top: 3px solid #000;
    content: "";
}
.jirei .link_wrap a:nth-child(2):after {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    content: "";
}
.jirei .link_wrap a:hover {
    box-shadow: none;
    transform: translateY(5px);
}
@media (max-width:1024px) {
    #jirei_file .con dl dd {
        flex-wrap: wrap;
    }
    #jirei_file .con dl dd .point {
        width: 100%;
        margin-top: 10px;
    }
    #jirei_file .con dl dd .point:after {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        width: 0px;
        height: 0px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #af3146;
        transform: translateY(-90%);
    }
    #jirei_file .con dl dd {
        padding: 30px 60px;
    }
}
@media (max-width:768px) {
    .link_wrap {
        width: 100%;
    }
    #jirei_file .con dl dd {
        padding: 30px;
    }
    #jirei_file .con dl dd .arw {
        width: 0;
        height: 0;
        border-left: 10px solid #366998;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
    }
    #jirei_file .con dl dd .before, #jirei_file .con dl dd .after {
        font-size: 26px;
    }
    #jirei_file .con dl dd .before.small, #jirei_file .con dl dd .after.small {
        font-size: 20px;
    }
}
@media (max-width:600px) {
    .link_wrap {
        display: block;
    }
    .jirei .link_wrap a {
        width: 100%;
        max-width: 340px;
        font-size: 16px;
        display: block;
        margin: 0 auto;
    }
    .jirei .link_wrap a:nth-child(1) {
        margin-bottom: 20px;
    }
    #jirei_file .con dl dt {
        padding: 10px;
        font-size: 18px;
    }
    #jirei_file .con dl dd .item_name {
        width: 100%;
        margin-bottom: 10px;
        border-bottom: 1px solid;
        text-align: center;
        font-size: 18px;
    }
    #jirei_file .con dl dd .item_name:after {
        content: none;
    }
}
@media (max-width:500px) {
    .jirei .link_wrap {
        display: block;
    }
    .jirei .link_wrap a {
        width: 100%;
        margin-top: 20px;
    }
    #jirei_file .con dl dd {
        padding: 5vw;
    }
    #jirei_file .con dl dd .before, #jirei_file .con dl dd .after {
        font-size: 6vw;
    }
    #jirei_file .con dl dd .point {
        font-size: 4vw;
    }
}
/*=====================================
コラム個別
=====================================*/
.flex {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.blue {
    font-size: 16px;
    color: #121f3c;
    font-weight: bold;
}
.text-pc {
    display: block;
}
.text-sp {
    display: none;
}
#column_wrapper {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    padding: 0;
}
#column_wrapper #sidebar {
    float: none;
}
#column_wrapper .main_container {
    width: 700px;
    font-size: 1rem;
    line-height: 1.8;
    float: none;
    margin: 0 0 160px;
}
#column_wrapper .top-area-wrap {
    position: relative;
    display: block;
    max-width: 700px;
    padding: 0;
}
#column_wrapper .top-area-wrap .column-box .column-ttl {
    line-height: 2;
    letter-spacing: .6;
    font-size: 18px;
    font-weight: bold;
}
#column_wrapper .main_container .column-box {
    padding-right: 20px;
}
#column_wrapper .top-area-wrap .column-box .column-ttl a {
    color: #121f3c !important;
}
#column_wrapper .top-area-wrap .column-box .column-ttl span {
    display: inline-block;
}
#column_wrapper .top-area-wrap .column-box .column-ttl span.title_main {
    display: block;
    margin-top: 8px;
}
#column_wrapper .top-area-wrap .column-box .column-ttl .tag {
    padding: 4px 10px;
    border: 1px solid #121f3c;
    background: #fff;
    border-radius: 4px;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
}
#column_wrapper .main_container .column-box {
    position: relative;
    background-color: #f9f9f9 !important;
    border-left: solid #121f3c 2px;
    margin-bottom: 15px;
}
#column_wrapper .main_container .column-box:hover {
    width: 100%;
    background-color: #efefef;
    opacity: 0.5;
}
#column_wrapper .main_container .column-box::after {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 3px solid #121f3c;
    border-top: 3px solid #121f3c;
    content: "";
}
#column_wrapper .main_container .column-box:last-child {
    margin-bottom: 40px;
}
#column_wrapper .column-box p a {
    display: block;
    padding: 20px 20px;
    line-height: 1.5;
    position: relative;
    font-size: 16px;
}
#column_wrapper .column-box .update-date {
    font-size: 12px;
    color: #787878;
    margin: 0 0 0;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 50px;
    display: inline-block;
    padding: 0 10px;
}
/*   btn   */
.detail-btn {
    position: relative;
    font-size: 18px;
    text-align: center;
    padding: 25px 75px;
    display: block;
    margin: 35px auto 0;
    max-width: 430px;
    color: #fff;
    background-color: #121f3c;
    border: 1px solid #121f3c;
    border-radius: 4px;
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.detail-btn::after {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    content: "";
}
.detail-btn:hover {
    color: #121f3c;
    background-color: #fff !important;
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.detail-btn:hover::after {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 3px solid #121f3c;
    border-top: 3px solid #121f3c;
    content: "";
}
/*   MAP btn   */
.map-btn {
    position: relative;
    font-size: 14px;
    text-align: center;
    padding: 10px 10px;
    display: block;
    margin: 0 auto;
    max-width: 220px;
    color: #fff;
    background-color: #121f3c;
    border: 1px solid #121f3c;
    border-radius: 4px;
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.map-btn::after {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid #fff;
    border-top: 3px solid #fff;
    content: "";
}
.map-btn:hover {
    color: #121f3c;
    background-color: #fff !important;
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.map-btn:hover::after {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 3px solid #121f3c;
    border-top: 3px solid #121f3c;
    content: "";
}
/*   sideber   */
#column_wrapper .side_box_top a{
    background-color: #990000;
    border: 1px solid #990000;
}
#column_wrapper .side_box_top a:hover{
    color: #990000 !important;
}
#column_wrapper .side_box_top a:hover::after{
    border-right: 1px solid #990000 !important;
    border-top: 1px solid #990000 !important;
}
#column_wrapper .side_box_top a{
    background-color: #990000;
    border: 1px solid #990000;
}
#column_wrapper .side_box_top, .side_box_b {
    margin-bottom: 40px;
}
#column_wrapper .sider-wrap p {
    font-size: 16px;
}
#column_wrapper .sider-wrap .side_box_top .wtxt {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    padding: 0 0;
    color: #121f3c !important;
    position: relative;
    margin-bottom: 10px;
}
#column_wrapper .sider-wrap .side_box_top .wtxt::after {
    position: absolute;
    top: 49%;
    right: 0;
    content: "";
    border: solid 1px #b0b0b0;
    width: 140px;
}
#column_wrapper .side_box_top .side_box_top-ttl a {
    /* background-color: #990000; */
    border-radius: 4px;
    font-size: 16px;
    text-align: center;
    position: relative;
    padding: 10px 0;
    display: block;
    width: 100%;
    color: #fff;
    margin-bottom: 10px;
    /* border: 1px solid #990000; */
}
#column_wrapper .side_box_top .side_box_top-ttl a:hover {
    /* color: #4c6c29; */
    background-color: #fff !important;
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
#column_wrapper .side_box_top .side_box_top-ttl a:hover::after {
    position: absolute;
    top: 50%;
    right: 40px;
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-50%) rotate(45deg);
    /* border-right: 1px solid #4c6c29;
    border-top: 1px solid #4c6c29; */
    content: "";
}
#column_wrapper .side_box_top .side_box_top-ttl a::after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 40%;
    right: 40px;
}
#column_wrapper .side_box_top .flex {
    display: flex;
    justify-content: space-between;
}
#column_wrapper .side_box_top .side_box_flex {
    position: relative;
    width: 121px;
    font-size: 14px;
    /* background-color: #4c6c29; */
    border-radius: 4px;
    margin-bottom: 10px;
	display: flex;
	align-items: center;
}
#column_wrapper .side_box_top .side_box_flex .br {
	display: block;
}
#column_wrapper .side_box_top .side_box_flex a {
    color: #fff;
    font-size: 14px;
    padding: 10px 0;
    text-align: center;
    position: relative;
    display: block;
    width: 100%;
    text-indent: -.5em;
    /* border: 1px solid #990000; */
    border-radius: 4px;
    line-height: 1.3;
}
#column_wrapper .side_box_top .side_box_flex:nth-child(14) a {
    font-size: 14px;
}
#column_wrapper .side_box_top .side_box_flex a:hover {
    /* color: #4c6c29; */
    background-color: #fff !important;
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
#column_wrapper .side_box_top .side_box_flex a:hover::after {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 6px;
    height: 6px;
    transform: translateY(-50%) rotate(45deg);
    /* border-right: 1px solid #4c6c29;
    border-top: 1px solid #4c6c29; */
    content: "";
}
#column_wrapper .side_box_top .side_box_flex a::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 40%;
    right: 8px;
}
#column_wrapper .side_box_middle {
    margin-bottom: 60px;
}
#column_wrapper .side_box_middle-ttl {
    position: relative;
    display: block;
    background-color: #990000;
    padding: 15px;
    font-weight: bold;
    border-radius: 4px;
    margin-bottom: 15px;
}
#column_wrapper .side_box_middle-ttl::after {
    display: inline-block;
    content: "";
    position: absolute;
    width: 61px;
    height: 86px;
    bottom: 10px;
    right: 15px;
    background: url("../images/common/side_box_middle-ttl-img.png") no-repeat;
    background-size: contain;
}
#column_wrapper .side_box_middle-ttl p {
    font-size: 18px;
    color: #fff;
    line-height: 1.5;
}
#column_wrapper .side_box_middle-ttl::before {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid #990000;
    border-right: 11px solid transparent;
    border-left: 11px solid transparent;
}
#column_wrapper .side_box_middle-sub {
    border-bottom: dotted #bababa 2px;
    width: 100%;
    position: relative;
}
#column_wrapper .side_box_middle-sub a {
    padding: 15px 12px 15px 0;
}
#column_wrapper .side_box_middle-sub:hover {
    width: 100%;
    background-color: #FCF9F9;
    opacity: 0.5;
}
#column_wrapper .side_box_middle-sub::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #121f3c;
    border-right: solid 2px #121f3c;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 40%;
    right: 8px;
}
#column_wrapper .side_box_middle-sub:last-of-type {
    border-bottom: none;
}
#column_wrapper .side_box_middle-sub a {
    display: flex;
    font-size: 12px;
    align-items: center;
}
#column_wrapper .side_box_middle-sub img {
    width: 13.5%;
    height: auto;
    margin-right: 7px;
}
/*#column_wrapper .side_box_middle-sub:nth-child(12) img{
	width: 15%;
	height: auto;
	margin-right: 7px;
}*/
#column_wrapper .side_box_middle-sub p {
    width: 79%;
    line-height: 1.4;
}
#column_wrapper .side_box_bottom {
    background-color: #f9f9f9;
    border: solid #dcdcdc 1px;
    border-radius: 4px;
    padding: 25px 15px;
    text-align: center;
}
#column_wrapper .side_box_bottom-ttl {
    border-bottom: solid #121f3c 1px;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
}
#column_wrapper .side_box_bottom-ttl h3 {
    font-size: 18px;
    font-weight: bold;
    color: #121f3c;
    position: relative;
    margin-bottom: 0;
}
#column_wrapper .side_box_bottom-ttl h3:before {
    content: "";
    background: url("../images/keiji/side_h3_map.svg") no-repeat left center;
    background-size: contain;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 0.2em;
    position: relative;
    top: 2px;
}
#column_wrapper .side_box_bottom p {
    font-size: 14px;
    line-height: 1.5;
    padding: 20px 0 15px;
    text-align: left;
}
#column_wrapper .side_box_middle ul {
    margin-bottom: 30px;
}
#column_wrapper .side_box_middle ul li a {
    height: 70px;
    padding: 15px 30px 15px 46px;
    border-bottom: dotted #bababa 2px;
    font-size: 12px;
    position: relative;
    line-height: 1.4;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 36px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#column_wrapper .side_box_middle ul li:nth-child(1) a {
    background-image: url("../images/keiji/li_icon01.svg");
}
#column_wrapper .side_box_middle ul li:nth-child(2) a {
    background-image: url("../images/keiji/li_icon02.svg");
}
#column_wrapper .side_box_middle ul li:nth-child(3) a {
    background-image: url("../images/keiji/li_icon03.svg");
    background-size: 28px;
    background-position: 5px center;
}
#column_wrapper .side_box_middle ul li:nth-child(4) a {
    background-image: url("../images/keiji/li_icon04.svg");
}
#column_wrapper .side_box_middle ul li:nth-child(5) a {
    background-image: url("../images/keiji/li_icon05.svg");
    background-size: 30px;
    background-position: 3px center;
}
#column_wrapper .side_box_middle ul li:nth-child(6) a {
    background-image: url("../images/keiji/li_icon06.svg");
}
#column_wrapper .side_box_middle ul li:nth-child(7) a {
    background-image: url("../images/keiji/li_icon07.svg");
}
#column_wrapper .side_box_middle ul li:nth-child(8) a {
    background-image: url("../images/keiji/li_icon08.svg");
}
#column_wrapper .side_box_middle ul li:nth-child(9) a {
    background-image: url("../images/keiji/li_icon09.svg");
}
#column_wrapper .side_box_middle ul li:nth-child(10) a {
    background-image: url("../images/keiji/li_icon10.svg");
}
#column_wrapper .side_box_middle ul li:nth-child(11) a {
    background-image: url("../images/keiji/li_icon11.svg");
}
#column_wrapper .side_box_middle ul li a:hover {
    opacity: 0.5;
}
#column_wrapper .side_box_middle ul li a .txt_large {
    font-size: 16px;
    font-weight: bold;
    color: #121f3c;
}
#column_wrapper .side_box_middle ul li a .title {
    margin-bottom: 4px;
    padding: 2px;
    background: #f2f2f2;
    color: #121f3c;
    font-size: 12px;
    font-weight: bold;
    display: block;
    text-align: center;
}
#column_wrapper .side_box_middle ul li a::after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 40%;
    right: 15px;
    border-top: solid 1px #121f3c;
    border-right: solid 1px #121f3c;
}
#column_wrapper .side_box_middle ul.nayami01 li a::after {
    border-top: solid 1px #121f3c;
    border-right: solid 1px #121f3c;
}
#column_wrapper .side_box_middle ul.nayami02 li a::after {
    border-top: solid 1px #4c6c29;
    border-right: solid 1px #4c6c29;
}
#column_wrapper .side_box_middle ul.nayami03 li a::after {
    border-top: solid 1px #29a583;
    border-right: solid 1px #29a583;
}
#column_wrapper .side_box_middle ul.nayami04 li a::after {
    border-top: solid 1px #d95735;
    border-right: solid 1px #d95735;
}
@media screen and (max-width: 1024px) {
    #column_wrapper {
        width: 92%;
        overflow: hidden;
        display: block;
    }
    #column_wrapper #sidebar {
        margin-bottom: 80px;
        box-sizing: border-box;
    }
    #column_wrapper .main_container {
        width: 100%;
        margin: 0 0 60px;
    }
    #column_wrapper .top-area-wrap {
        max-width: inherit;
        width: 100%;
        margin: 0 auto;
    }
    #column_wrapper .sider-wrap aside {
        width: 100%;
        margin: 0 auto;
    }
    #column_wrapper .sider-wrap .side_box_top .wtxt::after {
        top: 49%;
        width: 85%;
    }
    #column_wrapper .side_box_top, .side_box_b {
        margin-bottom: 50px;
    }
    #column_wrapper .side_box_middle-ttl p {
        font-size: 16px;
    }
    #column_wrapper .side_box_top .side_box_flex {
        width: 24%;
        margin: 0 1.33% 1.33% 0;
    }
    #column_wrapper .side_box_top .side_box_flex:nth-child(4n) {
        margin-right: 0;
    }
    #column_wrapper .side_box_top .flex {
        justify-content: flex-start;
    }
    #column_wrapper .side_box_top .flex {}
    #column_wrapper .side_box_middle ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        align-content: center;
        flex-wrap: wrap;
    }
    #column_wrapper .side_box_middle ul li {
        width: 48%;
    }
    #column_wrapper .side_box_middle-sub {
        width: 49%;
    }
    /*#column_wrapper .side_box_middle-sub:nth-child(12) img{
	width: 8%;
}*/
    #column_wrapper .side_box_middle-ttl {
        padding: 20px 15px;
    }
    #column_wrapper .side_box_middle-ttl p {
        font-size: 18px;
    }
    #column_wrapper .side_box_middle-sub p {
        font-size: 14px;
    }
    .side_box_middle .side_box_middle-ttl .text-pc {
        display: none;
    }
    #column_wrapper .side_box_middle-sub a {
        display: flex;
        font-size: 16px;
        align-items: center;
    }
    #column_wrapper .side_box_middle-sub img {
        width: 8%;
    }
    #column_wrapper .side_box_bottom iframe {
        width: 100%;
    }
    #column_wrapper aside .side_box_bottom {
        margin: 0 auto;
    }
    #column_wrapper .side_box_bottom {
        max-width: 500px;
    }
    .detail-btn {
        font-size: 16px;
    }
}
@media screen and (max-width: 860px) {
    #column_wrapper .side_box_middle-sub img {
        width: 9%;
    }
}
@media screen and (max-width: 768px) {
    #column_wrapper .column-box p a {
        padding: 15px 20px;
    }
    .page_title02 {
        font-size: 32px;
    }
    #column_wrapper .side_box_middle-ttl {
        padding: 20px 15px;
    }
    #column_wrapper .side_box_middle-ttl p {
        font-size: 20px;
    }
    #column_wrapper .side_box_middle-sub p {
        font-size: 14px;
    }
    .detail-btn {
        padding: 15px 10px;
        width: 90%;
    }
    #column_wrapper .side_box_middle-sub img {
        width: 12%;
    }
    #column_wrapper .sider-wrap .side_box_top .wtxt::after {
        top: 49%;
        width: 78%;
    }
}
@media screen and (max-width: 600px) {
    .text-pc {
        display: none;
    }
    .text-sp {
        display: block;
    }
    #column_wrapper .side_box_middle-sub {
        width: 100%;
    }
    #column_wrapper .side_box_middle-ttl {
        padding: 20px 15px 20px 50px;
    }
    #column_wrapper .side_box_top .flex {
        justify-content: space-between;
    }
    #column_wrapper .side_box_top .side_box_flex, #column_wrapper .side_box_top .side_box_flex:nth-child(4n) {
        width: 49%;
    }
    #column_wrapper .side_box_top .side_box_flex:nth-child(2n) {
        margin-right: 0;
    }
    #column_wrapper .side_box_top .side_box_top-ttl a {
        margin-bottom: 5px;
    }
    #column_wrapper .side_box_middle-sub img {
        width: 6%;
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 525px) {
    .page_title02 {
        font-size: 6vw;
    }
    #column_wrapper .side_box_middle ul {
        display: block;
    }
    #column_wrapper .side_box_middle ul li {
        width: 100%;
    }
    #column_wrapper .main_container .column-box:last-child {
        margin-bottom: 20px;
    }
    #column_wrapper .side_box_middle-ttl {
        padding: 15px 100px 15px 30px;
    }
    #column_wrapper .side_box_middle-ttl::after {
        width: 70px;
        height: 100px;
    }
    #column_wrapper .main_container .column-box {
        margin-bottom: 10px;
    }
    #column_wrapper .top-area-wrap .column-box .column-ttl {
        font-size: 5vw;
    }
    #column_wrapper .sider-wrap .side_box_top .wtxt::after {
        width: 75%;
    }
    .side_box_middle-sub .text-pc {
        display: block;
    }
    #column_wrapper .side_box_middle-sub img {
        width: 9%;
        margin-right: 10px;
    }
}
@media screen and (max-width: 420px) {
    #column_wrapper .side_box_top, .side_box_b {
        margin-bottom: 60px;
    }
    .side_box_middle .side_box_middle-ttl .text-pc {
        display: block;
    }
    #column_wrapper .sider-wrap .side_box_top .wtxt::after {
        width: 63%;
    }
    #column_wrapper .side_box_middle-sub img {
        width: 14%;
        padding-right: 8px;
    }
    #column_wrapper .side_box_bottom p {
        letter-spacing: -0.1px;
    }
}
@media screen and (max-width: 360px) {
    #column_wrapper .side_box_middle-ttl p {
        font-size: 18px;
    }
}

/*刑事事件ページへ戻るボタン*/
body.keiji .detail_btn, .detail_btn.keiji {
    background-color: #990000;
    border: 1px solid #990000;
}

body.keiji .detail_btn:hover, .detail_btn.keiji:hover {
    color: #990000;
}


/*サイドバー　コラム一覧アコーディオン*/
#column_wrapper .sider-wrap .side_box_top .wtxt.no-line::after {
    content: none;
}
.sidebar_accordion-item{
    /* background-color: #990000; */
    border-radius: 4px;
    font-size: 16px;
    text-align: center;
    position: relative;
    /* padding: 10px 0; */
    display: block;
    width: 100%;
    color: #fff;
    margin-bottom: 10px;
    overflow: hidden;
}
.sidebar_accordion-trigger{
    display: block;
    border: none;
    background-color: #990000;
    font-size: inherit;
    color: inherit;
    width: 100%;padding-block: 10px;
    cursor: pointer;
    position: relative;
}

.sidebar_accordion-trigger::after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 40%;
    right: 40px;
}

.sidebar_accordion-content {
	display: none;
	/* padding-bottom: 10px; */
}

.sidebar_accordion-content li:last-of-type a{
    border-radius: 0 0 4px 4px;
}

.sidebar_accordion-content a{
    background-color: #fff !important;
    color: #990000 !important;
    font-size: 14px;
    display: block;
    padding-block: 5px;
    position: relative;
    border-top: 1px solid rgba(255 255 255 /0.5) !important;
}

#column_wrapper .sidebar_accordion-content a:hover{
    background-color: #990000 !important;
    color: #fff !important;
    opacity: 1;
}

.sidebar_accordion-content a::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #990000;
    border-right: solid 1px #990000;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 40%;
    right: 8px;
}

#column_wrapper .sidebar_accordion-content a:hover::after {
    border-color: #fff !important;
}

