/*** コラム ***/

/* コラム一覧 */
.article_content{
    padding-top: 10px;
}
.column-list{
    width: 100%;
}
.column-list-box{
    width: 100%;
    margin-bottom: 55px;
}
.column-list-box a{
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    padding: 50px 40px 50px 50px;
    border-radius: 10px;
    filter: drop-shadow(0 0 10px rgba(0,0,0,0.15));
}
.column-list-box .list-box-img{
    max-width: 300px;
    width: 44%;
    position: relative;
}
.column-list-box .list-box-img .column-img-tag{
    width: 140px;
    height: 40px;
    background-color: #c35d0b;
    color: #fff;
    position: absolute;
    top:0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.column-list-box .list-box-content{
    max-width: 380px;
    width: 52%;
    margin-top: -10px;
    padding-bottom: 35px;
    box-sizing: border-box;
    position: relative;
}
.column-list-box .list-box-content time{
    font-size: 16px;
    display: block;
    font-weight: 300;
    letter-spacing: 0.04em;
}
.column-list-box .list-box-content .list-box-text{
    font-size: 22px;
    font-family: var(--mincho);
    display: block;
    line-height: 1.6;
}
.column-list-tag{
    font-size: 16px;
    color: #0c3a38;
    font-weight: 300;
    position: absolute;
    /*bottom: -5px;*/
    left: 0;
    top: 97%;
    line-height: 1.5;
    transform: translateY(-50%);
}
.column-list-tag span{
    margin-right: 20px;
}
.category-box,
.tag-box{
    margin-top: 100px;
}
.category-box-title,
.tag-box-title{
    margin-bottom: 25px;
    font-size: 28px;
    color: #0c3a38;
    font-weight: bold;
}
.category-box-list,
.tag-box-list{
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.tag-box-list{
    gap: 20px 30px;
}
.category-box-list li{
    width: 200px;
}
.category-box-list li a{
    width: 100%;
    height: 58px;
    border-radius: 100px;
    color: #ca6d2d;
    border: 1px solid #ca6d2d;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 18px;
    font-weight: 400;
}
.category-box-list li a:hover{
    color: #fff;
    opacity: 1;
    background: linear-gradient(to right, rgba(201,139,90,1) 0%,rgba(134,74,57,1) 100%);
}
.category-box-list li a::after{
    content: "";
    display: block;
    background-image: url(../img/lower/column/icon-arrow-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    /*position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 13px;*/
    display: inline-block;
    z-index: 1;
    transition: 0.3s;
    margin-left: 15px;
}
.category-box-list li a:hover::after{
    background-image: url(../img/lower/column/icon-arrow-right02.png);
}
.tag-box-list li a{
    position: relative;
    font-size: 16px;
    color: #0c3a38;
    font-weight: 400;
    display: block;
    line-height: 1.2;
}
.tag-box-list li a::before{
    content: "#";
}
@media screen and (max-width: 1365px){
    .column-list-box .list-box-content{
        max-width: none;
        width: 74%;
        padding-left: 20px;
    }
    .column-list-tag{
        left: 20px;
    }

}
@media screen and (max-width: 1023px){

}
@media screen and (max-width: 767px){
    .column-list-box a{
        padding: 30px 20px 30px 30px;
    }
    .column-list-box .list-box-img .column-img-tag {
        width: 130px;
        height: 34px;
        font-size: 16px;
    }
    .column-list-box .list-box-content time {
        font-size: 14px;
    }
    .column-list-box .list-box-content .list-box-text {
        font-size: 18px;
    }
    .column-list-tag {
        font-size: 14px;
    }
    .category-box,
    .tag-box{
        margin-top: 80px;
    }
    .category-box-title, .tag-box-title {
        margin-bottom: 15px;
        font-size: 20px;
    }
    .category-box-list li {
        width: 140px;
    }
    .category-box-list li a{
        height: 48px;
        font-size: 14px;
    }
    .category-box-list li a::after{
        width: 14px;
        height: 14px;
        margin-left: 10px
    }
    .tag-box-list li a{
        font-size: 14px;
    }
}
@media screen and (max-width: 499px){
    .column-list-box a{
        display: block;
        padding: 30px 20px;
    }
    .column-list-box .list-box-img{
        max-width: none;
        display: block;
        height: 100%;
        width: 100%;
    }
    .column-list-box .list-box-content{
        width: 100%;
        padding-left: 0;
        padding-bottom: 0;
        padding-top: 20px;
        display: block;
    }
    .column-list-tag {
        position: relative;
        display: block;
        left: 0;
        top: 0;
        transform: translateY(0);
        margin-top: 10px;
    }
}
@media screen and (max-width: 399px){
    .column-list-box .list-box-content .list-box-text{
        font-size: 16px;
    }
}

/* ページャー */
.holder{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}
.holder a{
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #0c3a38;
    color: #0c3a38;
    font-size: 16px;
    font-family: var(--mincho);
    display: inline-flex;
    /*align-items: center;*/
    justify-content: center;
    line-height: 24px;
    position: relative;
}
.holder a.jp-current{
    background-color: #0c3a38;
    color: #fff;
}
.holder a.jp-previous,
.holder a.jp-next{
    font-size: 0;
}
.holder a.jp-previous::before,
.holder a.jp-next::before {
    content: "";
    width: 9px;
    height: 9px;
    border-right: 2px solid #0c3a38;
    border-bottom: 2px solid #0c3a38;
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translateX(-50%) translateY(-50%) rotate(135deg);
}
.holder a.jp-next::before{
    left: 45%;
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.holder a.jp-disabled{
    display: none;
}

/* コラム個別ページ */
.article_content .article-box{
    width: 100%;
    filter: drop-shadow(0 0 10px rgba(0,0,0,0.15));
    border-radius: 10px;
    margin-bottom: 100px;
    background: #fff;
    padding: 80px 50px 90px;
}
.article_content .article-box time{
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 25px;
    display: block;
}
.article_content .page-top-title{
    font-size: 35px;
    font-family: var(--mincho);
    line-height: 1.4;
    letter-spacing: 0.04em;
}
.column-tag-list{
    display: flex;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
    margin: 40px 0 55px;
}
.column-tag-list-title{
    background-color: #c35d0b;
    color: #fff;
    padding: 10px 20px;
    line-height: 1;
    border-radius: 100px;
    font-size: 16px;
}
.column-tag-list-box{
    font-size: 16px;
    color: #0c3a38;
    position: relative;
    font-weight: normal;
}
.column-tag-list-box::before{
    content: "#";
}
.column-top-imgbox{
    margin-bottom: 65px;
}
.column-top-imgbox img{
	height: auto!important;
}
.text-box{
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.08em;
    /*margin-bottom: 60px;*/
    text-align: left;
    font-weight: normal;
}
.text-box p{text-align: left;}
.text-box p{
    margin-bottom: 30px;
}
.bold{font-weight: bold;}
.red{color: var(--text-red);}
h2.column-h2{
    background-color: #0c3a38;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5;
    padding: 10px 30px;
    border-radius: 6px;
    letter-spacing: 0.08em;
    margin-bottom: 35px;
    margin-top: 90px;
}
h3.column-h3{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.08em;
    background-color: #f6f6f8;
    padding: 12px 15px 12px 30px;
    border-left: 6px solid #0c3a38;
    margin-bottom: 35px;
    margin-top: 80px;
}
h4.column-h4{
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.08em;
    margin-bottom: 35px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 3px solid #eeede9;
    margin-top: 80px;
}
h4.column-h4::after{
    content: "";
    width: 165px;
    height: 3px;
    background-color: #134a49;
    position: absolute;
    bottom: -3px;
    left: 0;
}
h5.column-h5{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.08em;
    margin-bottom: 35px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #000;
    margin-top: 80px;
}
.column-url-box{
    min-width: 400px;
    padding: 10px 0;
    line-height: 1.5;
    list-style: 0.08em;
    background-color: var(--orange);
    color: #fff;
    border-radius: 100px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    margin-top: 40px;
    position: relative;
}
.column-url-box::after{
    content: "";
    background-image: url(../img/lower/column/icon-arrow-right04.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    z-index: 1;
    transition: 0.3s;
    position: absolute;
    top:50%;
    right: 12px;
    transform: translateY(-50%);
}
.rei-box{
    background-color: #f1f0eb;
    padding: 50px 30px;
    margin-bottom: 30px;
    /*margin-bottom: 60px;*/
}
.rei-box p{
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.08em;
    font-weight: normal;
	margin-bottom: 30px;
	}
.rei-box ul li{
    font-weight: normal;
	}
}
@media screen and (max-width: 1365px){

}
@media screen and (max-width: 1023px){
    .article_content .page-top-title{
        font-size: 30px;
    }
    h2.column-h2{
        font-size: 22px;
        padding: 10px 35px;
        margin-bottom: 30px;
    }
    h3.column-h3{
        font-size: 20px;
        padding: 12px 15px 12px 25px;
        margin-bottom: 30px;
    }
    h4.column-h4{
        font-size: 18px;
        margin-bottom: 30px;
    }
    h5.column-h5{
        font-size: 17px;
        margin-bottom: 30px;
    }
    .column-url-box{
        min-width: 340px;
        padding: 8px 0;
        font-size: 16px;
        margin-top: 30px;
    }
    .column-url-box::after{
        width: 18px;
        height: 18px;
        right: 10px;
    }
    .text-box{
        font-size: 16px;
        /*margin-bottom: 50px*/
    }
	.rei-box {
		font-size: 16px;
	}
}
@media screen and (max-width: 767px){
    .article_content .article-box{
        padding: 60px 5vw 30px;
        margin-bottom: 60px;
    }
    .article_content .article-box time{
        font-size: 14px;
        margin-bottom: 20px;
    }
    .article_content .page-top-title {
        font-size: 4.5vw;
    }
    .column-tag-list{
        gap: 10px;
        margin: 30px 0 40px;
    }
    .column-tag-list-box{
        font-size: 14px;
    }
    .column-tag-list-title{
        font-size: 14px;
        padding: 6px 12px;
    }
    .column-top-imgbox{
        margin-bottom: 40px;
    }
    .text-box p + p{
        margin-top: 25px;
    }
    h2.column-h2{
        margin-top: 70px;
    }
    h3.column-h3{
        margin-top: 60px;
    }
    h4.column-h4{
        margin-top: 60px;
    }
    h5.column-h5{
        margin-top: 60px;
    }
    .column-url-box{
        margin-top: 60px;
    }

}
@media screen and (max-width: 399px){
    .article_content .page-top-title{
        font-size: 6vw;
    }
}

/* 目次 */
.article_content #toc_container{
    background-color: #f4f7f9;
    padding: 35px 50px;
    width: 100% !important;
    display: block;
    margin-top: 60px;
    margin-bottom: 80px;
}
.article_content .toc_title{
    font-size: 0;
    position: relative;
    font-weight: bold;
    text-align: center;
    /*margin-bottom: 10px;*/
}
.article_content .toc_title::before{
    content: "この記事の目次";
    font-size: 18px;
}
.article_content .toc_title .toc_toggle{
    font-size: 18px;
}
.article_content .toc_list{
    font-size: 18px;
    margin-top: 10px;
}
.article_content .toc_list li{
    display: block;
    line-height: 1.8;
}
.article_content .toc_number{
    font-weight: bold;
    color: #b7332b;
}
.article_content .toc_number.toc_depth_2{
    padding-left: 1em;
}
.article_content .toc_number.toc_depth_3{
    padding-left: 2em;
}
.article_content .toc_number.toc_depth_4{
    padding-left: 3em;
}
@media screen and (max-width: 1365px){

}
@media screen and (max-width: 1023px){
    .article_content .toc_list{
        font-size: 16px;
    }
    .rei-box p{
        font-size: 16px;
    }
}
@media screen and (max-width: 767px){
    .article_content #toc_container{
        padding: 25px 20px;
        margin-bottom: 50px;
    }
    .article_content .toc_title::before{
        font-size: 16px;
    }
    .article_content .toc_title .toc_toggle{
        font-size: 16px;
    }
    .article_content .toc_list{
        font-size: 14px;
    }
    h2.column-h2{
        font-size: 20px;
        padding: 8px 20px;
    }
    h3.column-h3 {
        font-size: 19px;
        padding: 8px 10px 8px 15px;
    }
    h4.column-h4 {
        margin-bottom: 20px;
    }
    .column-url-box {
        min-width: 300px;
        padding: 6px 0;
        font-size: 14px;
        min-width: auto;
        width: 100%;
    }
    .column-url-box::after {
        width: 14px;
        height: 14px;
        right: 6px;
    }
    .rei-box {
        padding: 30px 20px;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 399px){

}


/* 監修 上部*/
.supervising-attorney{
    background-color: #e8efeb;
    border-radius: 10px;
    padding: 10px 10px 10px 35px;
    position: relative;
    display: flex;
    margin-bottom: 60px;
}
.supervising-attorney::after{
    content: "";
    background-image: url(../img/lower/column/icon-arrow-right03.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    z-index: 1;
    transition: 0.3s;
    position: absolute;
    top:50%;
    right: 20px;
    transform: translateY(-50%);
}
.supervising-attorney .img-box{
    width: 50px;
    height: 50px;
    margin-right: 15px;
}
.supervising-attorney .content-box{
    line-height: 1;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    font-weight: normal;
}
.supervising-attorney .content-box .name{
    display: block;
}
.supervising-attorney .content-box .post{
    display: block;
}
.supervising-attorney .content-box .name .kansyu{
    background-color: #0c3a38;
    color: #fff;
    font-size: 15px;
    /*display: inline-block;*/
    padding: 0 4px;
    border-radius: 4px;
    margin-right: 5px;
}
@media screen and (max-width: 1365px){

}
@media screen and (max-width: 1023px){

}
@media screen and (max-width: 767px){
    .supervising-attorney{
        margin-bottom: 40px;
        padding: 10px;
    }
}
@media screen and (max-width: 520px){
    .supervising-attorney{
        padding: 10px;
    }
    .supervising-attorney .img-box{
        margin-right: 10px;
    }
    .supervising-attorney .content-box{
        font-size: 14px;
    }
    .supervising-attorney::after{
        right: 10px;
    }
}
@media screen and (max-width: 399px){
    .supervising-attorney .img-box{
        width: 40px;
        height: 40px;
        margin-right: 6px;
    }
    .supervising-attorney .content-box{
        font-size: 12px;
    }
    .supervising-attorney .content-box .name .kansyu{
        font-size: 11px;
    }
    .supervising-attorney::after{
        right: 6px;
    }
}

/* 監修 下部*/
.supervising-attorney-bottom{
    background-image: url(../img/lower/column/supervising-attorney-bottom.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    display: flex;
    padding: 30px 20px 25px;
}
.supervising-attorney-bottom .img-box{
    width: 100px;
    height: 100px;
    margin-right: 25px;
    margin-top: 10px;
}
.supervising-attorney-bottom .content-box{
    max-width: 630px;
}
.supervising-attorney-bottom .name{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 1.8;
}
.supervising-attorney-bottom .qua{
    font-size: 16px;
    letter-spacing: 0.08em;
}
.supervising-attorney-bottom .sikaku{
    background-color: #c35d0b;
    color: #fff;
    border-radius: 4px;
    padding: 1px 8px;
    margin-right: 15px;
    display: inline-block;
    line-height: 1.4;
}
.supervising-attorney-bottom .info{
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    margin-top: 25px;
    padding-right: 5px;
}
.supervising-attorney-bottom .column-url-box{
    margin-top: 15px;
    font-size: 16px;
    max-width: 250px;
    padding: 5px 0;
    display: block;
    margin-left: auto;
    margin-right: 5px;
    min-width: unset;
}
.supervising-attorney-bottom .column-url-box::after{
    width: 16px;
    height: 16px;
}
@media screen and (max-width: 1365px){
    .supervising-attorney-bottom{
        justify-content: center;
    }
}
@media screen and (max-width: 1023px){
    .supervising-attorney-bottom .img-box {
        width: 80px;
        height: 80px;
        margin-right: 20px;
        margin-top: 5px;
    }
    .supervising-attorney-bottom .content-box {
        max-width: 580px;
    }
    .supervising-attorney-bottom .name{
        font-size: 18px;
    }
    .supervising-attorney-bottom .qua{
        font-size: 14px;
    }
    .supervising-attorney-bottom .column-url-box{
        font-size: 14px;
        max-width: 220px;
    }
}
@media screen and (max-width: 767px){
    .supervising-attorney-bottom{
        padding: 25px 2vw 20px;
    }
    .supervising-attorney-bottom .content-box {
        max-width: 550px;
        width: 80%;
    }
    .supervising-attorney-bottom .name{
        font-size: 14px;
    }
    .supervising-attorney-bottom .qua {
        font-size: 12px;
    }
    .supervising-attorney-bottom .info{
        font-size: 12px;
        margin-top: 20px;
        padding-right: 5px;
    }
}
@media screen and (max-width: 399px){
    .supervising-attorney-bottom{
        flex-direction: column;
    }
    .supervising-attorney-bottom .img-box{
        margin: 0 auto;
    }
    .supervising-attorney-bottom .content-box{
        max-width: none;
        width: 100%;
        margin-top: 20px;
    }
    .supervising-attorney-bottom .name{
        font-size: 12px;
        line-height: 1.5;
    }
    .supervising-attorney-bottom .qua{
        font-size: 11px;
    }
    .supervising-attorney-bottom .info{
        padding: 0;
    }
    .supervising-attorney-bottom .column-url-box{
        margin: 20px auto 0;
    }
}

/* コラムCV */
.article_content .cv{
    background-image: none;
    padding: 0;
    margin-bottom: 95px;
}
.article_content .inner{
    padding: 0;
}
.article_content .cv__content{
    background-color: #e8efeb;
    padding: 35px 50px;
}
.article_content .cv__header-title{
    font-size: 41px;
}
.article_content .cv__header-text{
    font-size: 19px;
    margin-top: 0.4em;
}
.article_content .cv__info-tel{
    padding-right:30px;
}
.article_content .cv__info-tel-num {
    font-size: 40px;
    margin-top: -5px;
}
.article_content .cv__info-tel-num::before{
    width: 32px;
    height: 32px;
}
.article_content .cv__info-tel-items{
    gap: 8px;
    justify-content: space-between;
    margin-top: 5px;
}
.article_content .cv__info-tel-item{
    font-size: 10px;
    background-color: #fff;
}
.article_content .cv__info-mail{
    padding-left: 3em;
    padding-right: 0.5em;
}
.article_content .cv__info-mail-btn{
    font-size: 17px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.article_content .cv__caution{
    margin-top: 20px;
    text-align: left
}
.article_content .cv__caution .text-block{
    width: 80%;
    margin: 0 auto;
    display: block;
}
.article_content .cv__caution .text-block + .text-block{
    margin-top: 5px;
}
.article_content .cv__info-mail-btn span{
    left: 0;
}
.article_content  .cv__info-mail-btn img{
    width: 80%;
}
@media screen and (max-width: 1365px){
    .article_content .cv__info{
        max-width: 800px;
        margin: 20px auto 0;
    }
    .article_content .cv__info-tel-num{
        display: flex;
        justify-content: center;
        padding-left: 0;
    }
    .article_content .cv__info-tel-num::before{
        position: relative;
        top: 7px;
        display: block;
        margin-right: 5px;
        transform: translateY(0);
    }
    .article_content .cv__info-tel-items{
        justify-content: center;
    }
    .article_content .cv__info-tel-item{
        max-width: 100px;
    }
    .article_content .cv__info-mail-btn{
        max-width: 300px;
    }
    .article_content .cv__caution{
        max-width: 745px;
        margin: 20px auto 0;
    }
    .article_content .cv__caution .text-block{
        width: 100%;
    }
}
@media screen and (max-width: 1023px){
    .article_content .cv__info-tel-num{
        font-size: 34px;
    }
    .article_content .cv__info-tel-num::before {
        width: 28px;
        height: 28px;
        top:5px;
    }
    .article_content .cv__info-mail{
        padding-left: 2em;
    }
}
@media screen and (max-width: 767px){
    .article_content .cv__content{
        padding: 50px 14vw;
    }
    .article_content .cv__header-text{
        font-size: clamp(15px, 1.6vw, 20px);
    }
    .article_content .cv__info {
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
        max-width: none;
    }
    .article_content .cv__info-tel-num{
        font-size: 7.3vw;
        margin-right: 0;
    }
    .article_content .cv__info-tel{
        padding-right: 0;
    }
    .article_content .cv__info-tel-num::before{
        width: 6.5vw;
        height: 6.5vw;
    }
    .article_content .cv__info-tel-items{
        flex-wrap: wrap;
        gap: 0.96vw;
        margin-top: 10px;
    }
    .article_content .cv__info-tel-item{
        font-size: clamp(12px, 1.83vw, 14px);
        max-width: none;
    }
    .article_content .cv__info-mail{
        padding: 0;
    }
    .article_content .cv__info-mail-btn {
        font-size: 2.9vw;
        padding: 3.7vw 11.7vw;
        max-width: none;
    }
    .article_content .cv__caution{
        text-align: center;
        max-width: none;
    }
}
@media screen and (max-width: 699px){
    .article_content .cv__content{
        padding: 50px 10vw;
    }
}
@media screen and (max-width: 399px){
    .article_content .cv__content {
        padding: 40px 30px;
    }
    .article_content .cv__header-title {
        font-size: 10vw;
    }
    .article_content .cv__info-tel-num {
        font-size: clamp(26px, 8.8vw, 40px);
    }
    .article_content .cv__info-mail-btn {
        padding: 1.4em;
        font-size: 16px;
    }
}

/*コラム装飾用*/
:root{
    --red: red;
    --green: green;
}

.article-box .mb0 {
	margin-bottom: 0 !important;
	padding: 0!important;
}

.article-box .mt0 {
	margin-top: 0 !important;
	padding: 0!important;
}

.new_line_br {
    display: block;
}

.article-box .red{
    font-weight: bold;
    color: var(--red);
}

.article-box .underline{
    text-decoration: underline;
    text-underline-offset: 0.2em;
}

.article-box .marker{
    background: linear-gradient(transparent 60%, #fff69a 60%);
    font-weight: bold;
}

.article-box .bold{
    font-weight: bold;
}

.article-box .inbl{
    display: inline-block;
}

.article-box .br{
    display: block;
}

.article-box .txt_large{
    font-size: 1.8em;
}

.article-box .column_important {
    display: block;
    padding: 5px 5px 5px 15px;
    border-left: 5px solid #f28b1f;
    line-height: 1.4;
    margin: 20px 0 15px;
}

.article-box span.column_important:first-child {
    margin: 0 0 15px;
}

.article-box .check-heading {
    display: block;
    position: relative;
    padding: 0.4em 0 0.4em 2em;
}

.article-box .check-heading::before {
    font-family: FontAwesome;
    font-weight: 900;
    font-size: 25px;
    color: #0c3a38;
    left: 0;
    top: 0;
    content: "\f14a";
    position: absolute;
}

.article-box .check-heading-red {
    display: block;
    position: relative;
    padding: 0.4em 0 0.4em 2em;
}

.article-box .check-heading-red::before {
    font-family: FontAwesome;
    font-weight: 900;
    font-size: 25px;
    color: #990000;
    left: 0;
    top: 0;
    content:"\f14a";
    position: absolute;
}

.article-box .seolink{
    text-decoration: underline;
    color: #00b0e5;
	overflow-wrap: anywhere;
}

.article-box .link_check{
	margin-bottom: 40px;
	margin-top: 40px;
}
.article-box .link_check a{
	margin-bottom: 40px;
	padding: 1.6em 6em 1.6em 6em;
	background: url("../images/lower/column/icon_check.svg") no-repeat 1.6em center,linear-gradient(to bottom, #fdecdb, #fff);
	border-radius: 4px;
	border: 1px solid #f28b1f;
	color: #653400;
	font-size: 18px;
	font-weight: bold;
	display: block;
	position: relative;
	line-height: 1.4;
	text-align: center;
}
.article-box .link_check a:after{
	content: "";
	background: url("../images/lower/column/icon_arw02.svg") no-repeat;
	background-size: contain;
	width: 10px;
	height: 20px;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 4%;
	transform: translateY(-50%);
}
.article-box .link_check a:not(:last-child){
	margin-bottom: 20px;
}
.article-box .link_check a .sp_bl{
	display: inline-block;
}
.article-box a.link-area {
    background-color: #f2fcf0;
    padding: 2%;
    border-bottom: 2px solid #6b8f67;
    display: block;
    max-width: 600px;
    margin: 0 auto 1rem;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
    position: relative;
    z-index: 2;
}

.article-box .external-link-btn {
	text-align: center;
}

.article-box .external-link-btn a {
    position: relative;
    display: inline-block;
    background: var(--green);
    border: none;
    border-radius: 5px;
    font-size: 1em;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    padding: 0.5em 1.8em 0.5em 2em;
    transition: 0.5s;
    margin-bottom: 40px;
}
.article-box .external-link-btn a .inbl {
	display: inline-block;
}

/*記事リンク（アイキャッチ付き）*/
.article-box .column_link_wrap{
	margin-top: 50px;
	padding: 40px 20px 20px;
	border: 1px solid #ccc;
	position: relative;
}
.article-box .column_link_wrap.mb{
    margin-bottom: 3em;
}
.article-box .column_link_wrap .title{
	display: inline-block;
	padding: 10px 20px !important;
	background: var(--green);
	border-radius: 100px;
	color: #fff;
	font-weight: 600;
	line-height: 1;
	font-size: 18px;
	position: absolute;
	top:0;
	left: 20px;
	transform: translateY(-50%);
    margin-bottom: 0 !important;
}
.article-box .column_link_wrap .link_a{
    margin-bottom: 0;
    list-style: none;
}
.article-box .column_link_wrap .link_a li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.article-box .column_link_wrap .link_a li:not(:last-child){
	margin-bottom: 20px;
}
.article-box .column_link_wrap .link_a li .catch_img{
    width: 20%;
    margin-right: 3%;
}
.article-box .column_link_wrap .link_a li .catch_img img{
    width: 100%;
    margin: 0;
}
.article-box .column_link_wrap .link_a li a .txt{
    width: 77%;
    padding-right: 4%;
    margin: 0;
	font-size: 18px;
	font-weight: bold;
	color: var(--green);
    line-height: 1.5;
    position: relative;
}
.article-box .column_link_wrap .link_a li a .txt:after{
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    margin: auto;
    width: 8px;
    height: 8px;
    border-top: solid 3px var(--green);
    border-right: solid 3px var(--green);
    -webkit-transform: rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width:600px){
    .article-box .column_link_wrap .link_a li a .txt{
        font-size: 16px;
    }
}
@media screen and (max-width:550px){
    .article-box .column_link_wrap{
        padding: 40px 15px 20px;
    }
	.article-box .column_link_wrap .title{
		font-size: 16px;
        left: 10px;
	}
	.article-box .column_link_wrap .link_a li:not(:last-child){
		margin-bottom: 20px;
	}
    .article-box .column_link_wrap .link_a li .catch_img{
        width: 40%;
    }
	.article-box .column_link_wrap .link_a li a .txt{
        width: 54%;
        padding: 0;
		font-size: 14px;
	}
    .article-box .column_link_wrap .link_a li a .txt:after{
        content: none;
    }
}

@media screen and (max-width: 480px){
    .article-box a.link-area {
        padding: 6% 0;
    }
}


.article-box .column_point{
	background: #fffee9;
	padding:2em 1.5em;
	margin-bottom: 2em;
	/*margin-top: 2em;*/
	border: 1px solid #0c3a38;
}

.article-box .column_point.--green{
    background-color:#edf7f1;
    padding: 1.5em;
    display:block;
    margin-bottom: 2.5em;
    border: none;
	line-height: 1.8;
}
.article-box .column_point p.lastline,
.article-box p.lastline {
	margin-bottom: 0!important;
}

.article-box ul.lastline {
	margin-bottom: 0 !important;
}

.article-box ul li .lastline {
	margin-bottom: 0 !important;
}

.article-box .column_point ul{
	margin-bottom: 0!important;
    padding-left: 20px;
}

.article-box  ul.number01 {
    list-style-type: decimal;
    padding-left: 20px;
	font-weight: normal;
	line-height: 1.8;
}
.article-box  ul.number02 {
    list-style-type: decimal;
	padding: 1em 0 20px;
	font-weight: normal;
	line-height: 1.8;
}
.article-box  ul.bold{
    font-weight: bold;
}
.article-box .column_point li{
	font-size: 18px;
}
.article-box .kuromaru {
	list-style: initial;
    margin-left: 5%;
}
.article-box ul.bold li.kuromaru {
	font-weight: bold;
}
.article-box .column_point ol{
	list-style-type: decimal;
}
.article-box .column_point ol li{
    margin-left: 2%;
}
.article-box .column_point ol li:last-child {
    margin-bottom: 0;
}

@media screen and (max-width:1023px) {
	.article-box .column_point li {
		font-size: 16px;
	}
}
/*丸に数字*/
.article-box .column_point ol.circle_number{
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
	margin: 0;
}
.article-box .column_point ol.circle_number li{
	line-height: 1.5;
	padding-left: 30px;
	position: relative;
}
.article-box .column_point ol.circle_number li:before{
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #0C3A38;
	border: 1px solid;
	border-radius: 50%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 24px;
	width: 24px;
	color: #f4eef0;
	font-size: 84%;
	line-height: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.article-box .column_point ol.circle_number li:not(:last-child) {
	margin-bottom: 0.5em;
}
.article-box .column_point ol.circle_number li:last-child{
	margin-bottom: 0;
}

.article-box p.column_point_headline {
    background-color: #216c9c;
    border: 1px solid #216c9c;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    font-weight: bold;
    margin: 1.5em 0 0;
    padding: 0.8em 2em 0.6em;
}
.article-box p.column_point_headline span {
    line-height: 1.5;
}
.article-box span.column_important{
	display:block;
	padding:5px 5px 5px 15px;
	border-left:5px solid #f28b1f;
	line-height: 1.4;
	margin: 20px 0 15px;
	text-align: left;
}
.article-box span.column_important:first-child{
	margin: 0 0 15px;
}
.article-box ul li .small{
	font-size: clamp(15px,0.9em,16px);
	display:block;
	margin: 5px 0 15px;
	font-weight: normal!important;
}
.article-box ul li .small.mb{
	margin: 10px 0 0;
}
.article-box ul li .small02{
	font-size: 0.9em;
	display:block;
	margin: 5px 0 15px;
	font-weight: normal!important;
}
.article-box ul li .small02.mb{
	margin: 5px 0 0;
}
.article-box .ast{
	font-size:12px;
	display: inline;
	vertical-align: super;
}
.article-box .ast_bottom{
	margin-top:-2em;
	font-size:12px;
	line-height:1.2;
	display:block;
}
.article-box .br{
	display: inline-block!important;
}

.article-box .flow_list ul li {
	position: relative;
	background: #edf7f1;
	padding: 1rem 1.6rem 1rem 1.6rem;
	/*text-indent: -1.2rem;*/
	font-weight: bold;
	margin-bottom: 2.4rem;
    list-style: none;
}
.article-box .flow_list ul li p {
	margin-bottom: 0!important;
}
.article-box .flow_list ul li:last-of-type {
	margin-bottom: 0;
}
.article-box .flow_list ul li:after {
/*	content: "↓";*/
	content: "▼";
	display: block;
	text-align: center;
	position: absolute;
	bottom: -2rem;
	left: 0;
	right: 0;
	margin: 0 auto;
	color: #046772;
}
.article-box .flow_list ul li:last-of-type:after {
	display: none;
}
.article-box .flow_list ul li p {
	line-height: 1.6!important;
}
.article-box .flow_list ul li p span {
	line-height: 1.6!important;
}
.article-box .external-link-btn {
	text-align: center;
}
.article-box .external-link-btn a {
    position: relative;
    display: inline-block;
    background: #f28b1f;
    border: 0px solid #f28b1f;
    border-radius: 5px;
    font-size: 1em;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    padding: 0.5em 1.8em 0.5em 2em;
    transition: 0.5s;
    margin-bottom: 40px;
}
.article-box .external-link-btn a .inbl {
	display: inline-block;
}

/*テーブル*/
.article-box table {
    border: 1px solid #9a9a9a;
    width: 100%;
    margin: 5% auto;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 100%;
    table-layout: auto;
}

.article-box table tr, .article-box table th,  .article-box table td {
    border: 1px solid #9a9a9a!important;
}
.article-box table tr th {
	background-color: #0c3a38;
    color: #fff;
}
.article-box table.tuuin-table tr th {
	background-color: #0c3a38;
	font-size: 18px;
	line-height: 1.3;
	table-layout: fixed;
	padding: 1.5% !important;
}
.article-box table.tuuin-table tr th.zebra {
	padding: 4.5% 1.5% 1.5% !important;
}
.article-box table.tuuin-table tr td {
	font-size: 16px;
	padding: 1.5% !important;
}
.article-box table.tuuin-table tr td span {
	display: inline-block;
}
.article-box table.tuuin-table tr td span.marker {
	display: inline;
}

table.column{
    border-collapse: collapse;
    margin:3em auto 0;
	width: 100%;
	table-layout: fixed;
}
.js-scrollable{
    margin-bottom:20px;
    position: relative;
    overflow: auto;
}
table.column.m_t{
    margin-top:0;
}
/* table.column caption{
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    padding:40px 0;
    background: #102240;
    color:#fff;
} */
table.column th{
    font-size:16px;
    text-align: center;
    border: 1px solid #d7d7d7;
    padding: 15px 10px;
    line-height: 1.4;
    color:#000;
    vertical-align: middle;
    width: 18%;
    font-weight: 500;
}
table.column th.th01{
	width: 28%;
}
table.column th.th02{
	width: 72%;
}
table.column th.th03_01{
	width: 20%;
}
table.column th.th03_02{
	width: 60%;
}
table.column th.th03_03{
	width: 20%;
}
table.column th.th04{
    width: 50%;
}
table.column .inbl{
    display: inline-block;
}
table.column td{
    background: #fff;
    border: 1px solid #d7d7d7;
    font-size:16px;
    vertical-align: middle;
    padding:15px 10px;
    line-height:1.4;
    text-align: center;
}
table.column.left td{
    text-align: left;
}
table.column th span{
    display:inline-block;
}
table.column ul li{
    position:relative;
    margin-left:1.5em;
    margin-bottom:0.5em;
	text-align: left;
}
table.column ul li:last-child{
    margin-bottom:0;
}
table.column ul li:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: -1em;
    top: 0.5em;
    border-radius: 100px;
    background: #000;
}
table.column_100{
	margin-bottom: 1.3em;
}
table.column02{
    border-collapse: collapse;
    margin:3em auto 0;
	width: 100%;
	table-layout: fixed;
}
table.column02 th{
    font-size:16px;
    text-align: center;
    background:#680b23;
    border: 1px solid #d7d7d7;
    padding: 15px 10px;
    line-height: 1.4;
    color:#fff;
    vertical-align: middle;
    width: 18%;
    font-weight: 500;
}
table.column02 td{
    background: #fff;
    border: 1px solid #d7d7d7;
    font-size:16px;
    vertical-align: middle;
    padding:15px 10px;
    line-height:1.2;
    text-align: center;
}
.article-box table.tuuin-table tr td ul li {
	text-align: left;
	margin-left: 1em;
}
@media screen and (max-width:1250px) {
	/* table.column caption{
		font-size: 22px;
		padding:40px 0;
	} */
	table.column th{
		font-size:16px;
		padding: 15px 10px;
	}
	table.column td{
		font-size:15px;
		padding:15px 10px;
	}
}
@media screen and (max-width:1023px) {
    table.column{
        width:130%;
    }
    table.column.sp_block{
        width:100%;
    }
    table.column.pad_block{
        width:100%;
    }
    table.column.pad_block tr{
        border: 1px solid #9a9a9a;
    }
    table.column.pad_block th,
    table.column.pad_block td{
        width:100%;
        display: block;
        border: none;
    }
	table.column td{
		padding:15px 5px;
	}
	table.column_100{
        width:100% !important;
		margin-bottom: 1.2em;
    }
	table.column.sp_small02{
		width: 100%;
	}
	table.column.sp_small03{
		width: 100%;
	}
}
@media screen and (max-width:768px) {
    table.column{
        width:180%;
    }
	/* table.column caption{
		font-size: 20px;
		padding:30px 0;
	} */
	table.column th{
		font-size:16px;
		padding: 10px;
	}
	table.column td{
		font-size:16px;
		padding: 10px;
	}
	table.column02 th,table.column02 td{
		font-size: 14px;
	}
}
@media screen and (max-width:600px) {
    table.column{
        width:220%;
    }
	table.column.sp_small{
		width: 140%;
	}
	table.column.sp_small03{
		width: 120%;
	}
    table.column.sp_block th,table.column.sp_block td{
        width:100%;
        display: block;
        border: none;
    }
	table.column th{
		font-size:14px;
	}
	table.column td{
		font-size:14px;
	}
}

/*　テーブル追加 */
.article-box table {
    border: 1px solid #9a9a9a;
    width: 100%;
    margin: 5% auto;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 100%;
    table-layout: auto;
}
.article-box table td{
    font-weight: 400;
}
.article-box table tr,.article-box table th,.article-box table td {
    border: 0.5px solid #9a9a9a;
/*    padding: 2.5%;*/
    padding: 0.6em;
    text-align: center;
    vertical-align: middle;
}
.article-box table.table_style2 th {
    width: 25%;
    padding: 1rem;
}
.article-box table.table_style2 td {
    text-align: left;
    padding: 1rem;
}
.article-box table.table_style2 td ul{
	margin-bottom: 0;
}
.article-box table.table_style3 th span, .article-box table.table_style3 td span {
    display: inline-block;
}
.article-box table.table_style4 td {
    text-align: left;
}
.article-box table.table_style2 td ul{
	margin-bottom: 0;
}
.article-box table.doc-table td {
    padding: 1.5em 1em 1.5em 0.5em;
}

.article-box table.align_left th, .article-box table.align_left td {
    text-align: left;
}
.article-box table.align_left th span, .article-box table.align_left td span {
    display: inline-block;
}
.article-box table.table_style8 {
    width: 100%;
    table-layout: fixed;
    border: none;
}
.article-box table.table_style8.sp {
	display: none;
}
.article-box table.table_style8.pc {
	display: table;
}
.article-box table.table_style8 td {
	text-align: left;
	width: 50%;
	padding: 2% 2% 2% 2.5%;
	vertical-align: top;
}

.article-box .Table_Type_2 tr,.article-box .Table_Type_2 th,.article-box .Table_Type_2 td {
    border: 0.5px solid #9a9a9a;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}
.article-box .Table_Type_2 td{
	padding:5px;
}
.article-box .Table_Type_2 .bgblue {
    padding: 5px;
}
.article-box table caption {
	font-weight: 700;
    text-align: left;
}
@media screen and (max-width:320px) {
.article-box table caption {
	font-size: 15px;
}
}

.Table_Type_2 th, .Table_Type_2 td {
    padding: 2px;
    font-size: 0.7rem;
    width: auto;
    height: 25px;
    vertical-align: middle;
}
.Table_Type_2 th {
    background-color: #eee;
}
table.Table_Type_2 {
    margin-bottom: 1em;
    width: 100%;
}
.article-box table.table_style5 th {
    width: 50%;
    padding: 1rem;
    text-align: center;
}
.article-box table.table_style5 td {
    padding: 1rem;
    text-align: center;
}
.article-box table.table_style6 th {
    width: 20%;
    padding: 1rem;
    text-align: center;
}
.article-box table.table_style6 td {
    padding: 1rem;
    text-align: left;
}
.article-box table.table_style6 th {
    padding: 1rem;
    text-align: center;
}
.article-box table.table_style7{
    padding: 1rem;
    table-layout: fixed;
}
.article-box table.table_style7 caption {
    font-weight: bold;
}
td.Redbook_ab {
    padding: 5px 0 !important;
    font-size: 13px;
    text-align: center;
    position: relative;
}
span.Rab1 {
    color: #990000;
    display: block;
    position: absolute;
    right: 2px;
    top: 2px;
    font-size: 0.8rem;
}
span.Rab2 {
    bottom: 2px;
    left: 2px;
    position: absolute;
    font-size: 0.8rem;
}
@media screen and (max-width:768px) {
    .article-box table.table_style2 th, .article-box table.table_style2 td {
        width: 100%;
        display: block;
        box-sizing: border-box;
        border: none;
        font-size: 16px;
        padding: 5px 10px;
    }
    .article-box table.table_style2 th {
        width: 100%;
        display: block;
        box-sizing: border-box;
        border-top: none!important;
        border-left: none!important;
        border-right: none!important;
    }
    .article-box table.table_style2 td {
        border: none!important;
    }
    .article-box table.doc-table td {
        padding: 1em 1em;
    }
    .article-box table.table_style5 tr,
    .article-box table.table_style6 tr{
        border: none!important;
    }
    .article-box table.table_style5 th {
        width: 100%;
        display: block;
        box-sizing: border-box;
        border: none!important;
        border-bottom: 1px solid #9a9a9a!important;
        font-size: 16px!important;
    }
    .article-box table.table_style5 td {
        width: 100%;
        display: block;
        box-sizing: border-box;
        border: none!important;
        border-bottom: 1px solid #9a9a9a!important;
        font-size: 16px;
    }
    .article-box table.table_style5,
    .article-box table.table_style6{
        border-bottom: none!important;
    }
    .article-box table.table_style6 th {
        width: 100%;
        display: block;
        box-sizing: border-box;
        border: none!important;
        border-bottom: 1px solid #9a9a9a!important;
        font-size: 16px;
    }
    .article-box table.table_style6 td {
        width: 100%;
        display: block;
        box-sizing: border-box;
        border: none!important;
        border-bottom: 1px solid #9a9a9a!important;
        font-size: 16px;
    }
    .article-box table.table_style7{
        font-size: 16px;
    }
    .article-box table.table_style7.sp-td-textLeft td{
        text-align: left;
    }
	.article-box table.table_style8 td {
		padding: 2% 2%  2% 4%;
		font-size: 16px;
	}
}
@media screen and (max-width:600px) {
	.article-box table.table_style4 {
			min-width: 600px;
	}
}

@media screen and (max-width:480px) {
    .article-box table {
        font-size: 14px;
        /*font-size: 120%;*/
    }
    .article-box table.table_style2 th, .article-box table.table_style2 td {
        font-size: 14px;
    }
	.article-box table.table_style8.sp {
		display: block;
	}
	.article-box table.table_style8.pc {
		display: none;
	}
	.article-box table.table_style8 td {
		font-size: 15px;
		padding: 2% 2% 2% 2.5%;
	}
	.article-box table.table_style8 td li {
		margin-bottom: 1.5%;
	}
	.article-box table.table_style8 td li:last-of-type {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 1024px){
    .article-box h2 {
        font-size: 22px;
        margin-bottom: 30px;
        padding: 12px 25px;
    }
    .article-box h3 {
        font-size: 20px;
    }
    .article-box h4{
        font-size: 18px;
    }
}
@media screen and (max-width: 767px){
    .article-box h2 {
        font-size: 20px;
        padding: 12px 20px;
    }
    .article-box h3 {
        font-size: 18px;
        padding: 10px 20px;
        margin: 30px 0 30px;
    }

    .article-box span.sp_bl{
        display: block;
    }
}
@media screen and (max-width: 499px){
    .article-box blockquote{
        padding: 1.5em 1.5em 1.5em 2em;
    }
}

/*記事内QA*/
.article-box .article_qa {
    margin-bottom: 60px;
    border-radius: 6px;
}
.article-box .article_qa h3, .article-box .article_qa h4 {
    background: #edf7f1;
    margin: 0;
    padding: 30px 30px 30px 90px;
    border: none;
    color: #000;
    border-radius: 20px 20px 0 0;
    position: relative;
    font-size: 20px;
    line-height: 1.6;
	border-left: none!important;
}
.article-box .article_qa h3:before, .article-box .article_qa h4:before {
    content: "Q";
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 48px;
    height: 48px;
    margin: auto;
    background-color: #0c3a38;
    font-size: 18px;
    color: #ffffff;
    line-height: 48px;
    border-radius: 100px;
    text-align: center;
    vertical-align: middle;
    margin-right: 20px;
}
.article-box .article_qa .txtarea {
    padding: 30px 30px 30px 90px;
    border: 2px solid #edf7f1;
    border-radius: 0 0 20px 20px;
    position: relative;
}
.article-box .article_qa .txtarea:before {
    content: "A";
    position: absolute;
    left: 17px;
    top: 33px;
    display: inline-block;
    width: 48px;
    height: 48px;
    margin: auto;
    background-color: #761414;
    font-size: 18px;
    color: #ffffff;
    line-height: 48px;
    border-radius: 100px;
    text-align: center;
    vertical-align: middle;
    margin-right: 20px;
    font-weight: bold;
}
@media screen and (max-width: 1024px) {
    .article-box .article_qa h3, .article-box .article_qa h4 {
        padding: 20px 10px 20px 70px;
        font-size: 18px;
	}
    .article-box .article_qa h3:before, .article-box .article_qa h4:before {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .article-box .article_qa .txtarea {
        padding: 30px 30px 30px 70px;
    }
    .article-box .article_qa .txtarea:before {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

@media screen and (max-width: 550px) {
    .article-box .article_qa {
        margin-bottom: 40px;
    }
    .article-box .article_qa h3, .article-box .article_qa h4 {
        padding: 20px 16px 20px 60px;
    }
    .article-box .article_qa h3:before, .article-box .article_qa h4:before {
        left: 15px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 15px;
    }
    .article-box .article_qa .txtarea {
        padding: 20px 20px 20px 60px;
    }
    .article-box .article_qa .txtarea:before {
        left: 13px;
        top: 25px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }
}
@media screen and (max-width: 425px) {
    .article-box .article_qa h3, .article-box .article_qa h4 {
        font-size: 16px;
    }
}

/*記事内事例*/
.article-box .article_jirei {
    margin-bottom: 60px;
    margin-top: 60px;
}
.article-box .article_jirei h4,.article-box .article_jirei h3, .article-box .article_jirei h2 {
    background: #0c3a38;
    color: #fff;
    line-height: 1.6;
    margin: 0;
    border-left: none;
    padding: 20px 30px 15px;
    border-radius: 20px 20px 0 0;
}
.article-box .article_jirei .txtarea {
    padding: 30px;
    border: 2px solid #0c3a38;
    border-radius: 0 0 20px 20px;
}
.article-box .article_jirei .txtarea p {
    padding: 0;
    margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
    .article-box .article_jirei h4,.article-box .article_jirei h3, .article-box .article_jirei h2 {
        font-size: 18px;
    }
    .article-box .article_jirei .txtarea p {
        margin-bottom: 8px!important;
    }
}
@media screen and (max-width: 550px) {
    .article-box .article_jirei {
        margin-bottom: 40px;
        margin-top: 40px;
    }
    .article-box .article_jirei h4,.article-box .article_jirei h3, .article-box .article_jirei h2 {
        padding: 5% 5% 4%;
    }
    .article-box .article_jirei .txtarea {
        padding: 8% 5%;
    }
}
@media screen and (max-width: 480px) {
    .article-box .article_jirei .txtarea p {
        padding: 0!important;
    }
}
@media screen and (max-width: 480px) {
    .article-box .article_jirei h3, .article-box .article_jirei h2 {
        font-size: 16px;
    }
}

/* ページTOPタグ */
.column-tag-list a{
    min-width: 124px;
    height: 36px;
    border-radius: 100px;
    background-color: #0C3A38;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 300;
    padding: 0 10px;
}
@media screen and (max-width: 768px) {
    .column-tag-list a{
        font-size: 14px;
        min-width: 112px;
        height: 32px;
    }
}
@media screen and (max-width: 480px) {
    .column-tag-list a{
        font-size: 12px;
        min-width: 100px;
        height: 28px;
    }
}

