@charset "utf-8";

/*記事個別ページ*/
.column_area .content .tab_link{
    margin-bottom: 20px;
    display: flex;
    align-items: center;
	flex-wrap: wrap;
}
.column_area .content .tab_link time{
    margin-right: 1.5em;
	margin-bottom: 1em;
    font-size: 14px;
    color: #7c7c7c;
	font-weight: bold;
}
.column_area .content .tab_link .article-category{
    display: flex;
	flex-wrap: wrap;
	margin-bottom: 1em;
}
.column_area .content .tab_link .article-category li a{
    margin-right: 0.8em;
    padding: 4px 10px;
    background: #990000;
    color: #fff;
    font-size: 14px;
    border-radius: 100px;
    line-height: 1;
    font-weight: bold;
}
.column_area .content .tab_link .article_tag{
    display: flex;
	flex-wrap: wrap;
	margin-bottom: 1em;
}
.column_area .content .tab_link .article_tag li a{
    font-size: 14px;
    margin-right: 0.5em;
    color: #322820;
    font-weight: bold;
}
.column_area .content h1.article_title{
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: 500;
    font-family: 'Zen Old Mincho', 'ヒラギノ明朝 Std', 'ヒラギノ明朝 StdN', 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'Noto Serif CJK JP', 'Noto Serif JP', '游明朝', 'Yu Mincho', 'YuMincho', 'メイリオ', serif;
    text-align: justify;
}
.column_area .content .column-top-imgbox{
    max-width: 670px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.column_area .content .column-top-imgbox img{
    height: auto;
}
@media screen and (max-width: 767px){
    .column_area .content .tab_link{
        flex-wrap: wrap;
    }
    .column_area .content .tab_link time{
        margin: 0 0 10px;
        width: 100%;
        display: block;
        font-size: 14px;
    }
	.column_area .content .tab_link .article-category{
		margin-bottom: 6px;
	}
    .column_area .content .tab_link .article-category li a{
        margin-bottom: 5px;
        font-size: 12px;
        display: block;
    }
    .column_area .content .tab_link .article_tag li a{
        font-size: 12px;
    }
    .column_area .content .column-top-imgbox{
        margin-bottom: 20px;
    }
}

/* 監修 上部*/
.supervising-attorney{
    background-color: #eaeae8;
    border-radius: 10px;
    padding: 10px 10px 10px 35px;
    position: relative;
    display: flex;
    margin-bottom: 40px;
    color: #000;
}
.supervising-attorney::after{
    content: "";
    background-image: url(../../sekuhara/images/supervisio_arw.svg);
    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: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    font-weight: bold;
}
.supervising-attorney .content-box .name{
    display: block;
}
.supervising-attorney .content-box .post{
    display: block;
}
.supervising-attorney .content-box .name .kansyu{
    background-color: #322820;
    color: #fff;
    font-size: 14px;
    /*display: inline-block;*/
    padding: 0 4px;
    border-radius: 4px;
    margin-right: 5px;
}
@media screen and (max-width: 1365px){

}
@media screen and (max-width: 1023px){
    .column_area .content h1.article_title{
        margin-bottom: 40px;
        font-size: 28px;
    }
    .supervising-attorney{
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 767px){
	.column_area .content_area .maincontent{
		padding: 60px 30px;
	}
    .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: 3vw;
    }
	.supervising-attorney .content-box .name .kansyu{
        font-size: 3vw;
    }
    .supervising-attorney::after{
        right: 10px;
    }
}
@media screen and (max-width: 499px){
	.column_area .content_area .maincontent{
		padding: 40px 20px;
	}
    .column_area .content h1.article_title{
        margin-bottom: 20px;
        font-size: 24px;
    }
}
@media screen and (max-width: 399px){
    .supervising-attorney .img-box{
        width: 35px;
        height: 35px;
        margin-right: 6px;
    }
    .supervising-attorney .content-box{
        font-size: 3vw;
    }
    .supervising-attorney .content-box .name .kansyu{
        font-size: 12px;
    }
    .supervising-attorney::after{
        right: 6px;
    }
}
@media screen and (max-width: 360px){
	.supervising-attorney{
        padding: 8px 6px;
    }
	.supervising-attorney .content-box{
        font-size: 10px;
    }
    .supervising-attorney .content-box .name .kansyu{
        font-size: 10px;
    }
}

/* 監修 下部*/
.supervising-attorney-bottom{
	margin-top: 90px;
    padding: 30px 0 0 40px;
    background-color: #fff;
    box-shadow: 0 0 20px 10px rgb(0, 0, 0, 10%);
    position: relative;
    justify-content: space-between;
}
.supervising-attorney-bottom .flex{
    margin-bottom: 2em;
    display: flex;
    align-items: center;
}
.supervising-attorney-bottom .img-box{
    width: 13%;
    margin-right: 3%;
}
.supervising-attorney-bottom .txtarea{
    width: 78%;
}
.supervising-attorney-bottom .name{
	margin-bottom: 0.2em;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.8;
    font-family: "NotoSerifCJKjp", serif;
}
.supervising-attorney-bottom .qua{
    font-size: 16px;
    letter-spacing: 0.08em;
	font-weight: 600;
}
.supervising-attorney-bottom .sikaku{
    margin-bottom: 5px;
    background-color: #990000;
    color: #fff;
    border-radius: 100px;
    padding: 4px 8px;
    margin-right: 15px;
    display: inline-block;
    line-height: 1;
    font-size: 14px;
}
.supervising-attorney-bottom .info{
    margin: 15px 20px 15px 0;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.08em;
    position: relative;
    z-index: 2;
}
/*.supervising-attorney-bottom .column-url-box{
    padding: 10px 30px;
    font-size: 16px;
    max-width: 250px;
    display: block;
    margin-left: auto;
    min-width: unset;
    background: #228dbe;
    color: #fff;
    position: relative;
}
.supervising-attorney-bottom .column-url-box::after{
    content: "";
    background-image: url(../sekuhara/images/arw_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 1em;
    height: 1em;
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
}*/
.supervising-attorney-bottom .column-url-box{
    display: block;
    width: 220px;
    margin-left: auto;
    padding: 15px 15px 15px 40px;
    background: #990000;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-indent: -1.5em;
}
.supervising-attorney-bottom .column-url-box:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-50%); 
    border: 50px solid transparent;
    border-left: 30px solid #fff; 
}
.supervising-attorney-bottom .column-url-box::after{
    content: "";
    background-image: url(../images/common/arw_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 1.2em;
    height: 1.2em;
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
}
@media screen and (max-width: 1365px){
    .supervising-attorney-bottom{
        justify-content: center;
    }
}
@media screen and (max-width: 1195px){
    .supervising-attorney-bottom{
        margin-bottom: 90px;
    }
}
@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;
    }
}
@media screen and (max-width: 767px){
    .supervising-attorney-bottom{
        padding: 20px 0 0 20px;
    }
    .supervising-attorney-bottom .name{
        margin-bottom: 6px;
        font-size: 14px;
    }
    .supervising-attorney-bottom .inbl{
        display: inline-block;
    }
    .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: 499px){
	.supervising-attorney-bottom{
		margin-top: 0;
        margin-bottom: 60px;
	}
    .supervising-attorney-bottom .txtarea{
        width: 95%;
    }
    .supervising-attorney-bottom .info{
        margin: 15px 10px 15px 0;
    }
    .supervising-attorney-bottom .flex{
        display: block;
    }
    .supervising-attorney-bottom .img-box{
        margin: 0 auto 20px;
    }
}

.column_area #toc_container{
    background-color: #eaeae8;
    padding: 35px 50px;
    width: 100% !important;
    display: block;
    margin-top: 60px;
    margin-bottom: 80px;
    box-sizing: border-box;
}
.column_area .toc_title{
    font-size: 0;
    position: relative;
    font-weight: bold;
    text-align: center;
    /*margin-bottom: 10px;*/
}
.column_area .toc_title::before{
    content: "この記事の目次 ";
    font-size: 18px;
}
.column_area .toc_title a{
    color: #990000;
}
.column_area .toc_title .toc_toggle{
    font-size: 18px;
}
.column_area .toc_list{
    font-size: 18px;
    margin-top: 10px;
}
.column_area .toc_list li{
    display: block;
    line-height: 1.8;
}
.column_area .toc_list li a{
    color: #000;
	font-weight: 600;
}
.column_area .toc_number{
    font-weight: bold;
    color: #990000;
}
.column_area .toc_number.toc_depth_2{
    padding-left: 1em;
}
.column_area .toc_number.toc_depth_3{
    padding-left: 2em;
}
.column_area .toc_number.toc_depth_4{
    padding-left: 3em;
}
.column_area{
    
}
.column_area .content h2{
    background-color: #322820;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    padding: 10px 30px;
    letter-spacing: 0.08em;
    margin-bottom: 35px;
    margin-top: 90px;
	text-align: left;
	font-family: "NotoSerifCJKjp", serif;
	font-style: normal;
}
.column_area .content h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.08em;
    padding: 0 0 0.5em;
    border-bottom: 2px solid #322820;
    margin-bottom: 35px;
    margin-top: 50px;
    font-family: "NotoSerifCJKjp", serif;
}
.column_area .content h4 {
    padding: 0.0em 0.5em 0.0em 0.5em;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.08em;
    margin-bottom: 35px;
    position: relative;
    border-left: 4px solid #322820;
    margin-top: 80px;
    font-family: "NotoSerifCJKjp", serif;
}
.column_area .content .text-box {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.08em;
    /* margin-bottom: 60px; */
    text-align: center;
    font-weight: normal;
}
.column_area .content .text-box p{
    font-size: 16px;
    text-align: justify;
	line-height: 1.8;
}
.column_area .content .text-box p + p {
    margin-top: 1.5em;
}
.column_area .content .text-box.beginning{
	margin-bottom: 60px;
}
.column_area .content blockquote{
	margin: 30px 0 30px;
    background-color: #eaeae8;
    padding: 1.6em 2.5em;
	font-size: 18px;
}
.column_area .content blockquote > .title{
    margin: 0 0 0.5em;
    font-weight: bold;
}
.column_area .content blockquote .title + p{
    margin-top: 0;
}
.column_area .content blockquote p{
    line-height: 1.8;
}
.column_area .content blockquote li{
    position: relative;
    padding-left: 0.5em;
}
.column_area .content blockquote li::before{
    content: "・";
    display: inline-block;
    position: absolute;
    left: -0.5em;
}
.column_area .content blockquote .number{
    list-style: decimal;
    padding-left: 1em;
}
.column_area .content blockquote .number li::before{
    content: none;
}
.column_area .content blockquote li:not(:last-child){
    margin-bottom: 0.5em;
}
.column_area .content blockquote li ul{
    margin-top: 1em;
}
.column_area .content blockquote li ul li{
    position: relative;
    margin-left: 1em;
}
.column_area .content blockquote li ul li::before{
    content: "ãƒ»" !important;
    display: inline-block;
    position: absolute;
    left: -0.5em;
}
.column_area .content blockquote li p{
    margin-top: 0;
}

.column_area .content blockquote li .title{
    display: block;
    font-weight: bold;
}
.column_area .content blockquote dt{
    font-weight: 700;
}
.column_area .content .qa_box{
	margin: 60px 0 0;
	border-radius: 6px;
}
.column_area .content .qa_box h3{
	background: #322820;
	margin: 0;
	padding: 30px 30px 30px 90px;
	border: none;
	color: #fff;
	border-radius: 20px 20px 0 0;
	position: relative;
	font-size: 20px;
}
.column_area .content .qa_box h3:before {
    content: "Q";
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
    display: inline-block;
    width: 48px;
    height: 48px;
    margin: auto;
    background-color: #fff;
    font-size: 18px;
    color: #322820;
    line-height: 48px;
    border-radius: 100px;
	text-align: center;
	vertical-align: middle;
	margin-right: 20px;
	font-family: 'Noto Sans CJK JP','Noto Sans JP','ヒラギノ角ゴ Std','ヒラギノ角ゴ StdN','ヒラギノ角ゴ Pro','ヒラギノ角ゴ ProN W3','HiraKakuProN-W3','游ゴシック','Yu Gothic','YuGothic','Hiragino kaku Gothic ProN','Hiragino Sans','A P-OTF A1ゴシック Std','A P-OTF A1ゴシック',sans-serif;
}
.column_area .content .qa_box .txtarea{
	padding: 30px 30px 30px 90px;
	border: 2px solid #e2eef6;
	border-radius: 0 0 20px 20px;
	position: relative;
}
.column_area .content .qa_box .txtarea:before {
    content: "A";
	position: absolute;
	left: 17px;
	top: 33px;
    display: inline-block;
    width: 48px;
    height: 48px;
    margin: auto;
    background: #990000;
    font-size: 18px;
    color: #ffffff;
    line-height: 48px;
    border-radius: 100px;
	text-align: center;
	vertical-align: middle;
	margin-right: 20px;
	font-weight: bold;
}
.column_area .content .qa_box .txtarea{
	font-size: 18px;
	line-height: 1.8;
}
.column_area .content .qa_box .txtarea p:not(:first-child){
    margin-top: 1.5em;
}
.column_area .content .qa_box .txtarea p:first-child{
    margin-top: 0;
}
.column_area .content .qa_box .txtarea blockquote{
    margin-top: 2em; 
}
.column_area .content table{
    width: 100%;
	margin-top: 40px;
	font-size: 16px;
	text-align: left;
	border-collapse:collapse
}
.column_area .content table tr{
    
}
.column_area .content table tr th,
.column_area .content table tr td{
    padding: 15px 10px;
    border: 1px solid #d7d7d7;
    line-height: 1.8;
    box-sizing: border-box;
}
.column_area .content table tr th{
	width: 35%;
    background-color:#322820;
    color: #fff;
	vertical-align: middle;
	text-align: center;
}
.column_area .content table tr td{
    width: 65%;
}
.column_area .content table tr td ul{
    list-style: disc;
    padding-left: 1.5em;
}
.column_area .content table tr td ul li{
}

.column_area .content table tr th span,
.column_area .content table tr td span{
    display: inline-block;
}
.column_area .content table.table02{
    
}
.column_area .content table.table02 th{
    width: 20%;
}
.column_area .content table.table02 td{
    width: 40%;
}
.column_area .content table.table02 .title{
    background: #eaeae8;
    font-weight: bold;
}
.column_area .content .midashi{
    margin-bottom: 0.5em;
    font-size: 100%;
    font-weight: bold;
}
.column_area .content .mb0{
     margin-bottom: 0;
}
.column_area .content .mt0{
    margin-top: 0;
}
.link_box{
    width: 90%;
    margin: 40px auto 0;
    padding: 20px 80px 20px 20px;
    display: block;
    background: #990000;
    transform: skewX(-20deg);
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    font-family: "NotoSerifCJKjp", serif;
}
.link_box:after{
    content: "";
    background: url("../images/common/arw_white.svg") no-repeat center / contain;
    display: inline-block;
    width: 20px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 6%;
    transform: translateY(-50%);
}
.link_box > span {
    transform: skewX(20deg);
    display: inline-block;
}


@media screen and (max-width: 1365px){

}
@media screen and (max-width: 1023px){
    .column_area .content .text-box p{
        font-size: 16px;
    }
    .column_area .content h2{
        margin: 60px 0 20px;
        font-size: 22px;
        text-align: left;
    }
    .column_area .content h3{
        margin: 60px 0 20px;
        font-size: 20px;
    }
    .column_area .content h4{
        margin: 40px 0 20px;
        font-size: 18px;
    }
    .column_area .toc_list{
        font-size: 16px;
    }
    .rei-box p{
        font-size: 16px;
    }
    .column_area #toc_container{
        margin-top: 40px;
    }
	.column_area .content .qa_box h3{
		padding: 20px 10px 20px 70px;
		font-size: 18px;
	}
	.column_area .content .qa_box h3:before{
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.column_area .content .qa_box .txtarea{
		padding: 30px 30px 30px 70px;
	}
	.column_area .content .qa_box .txtarea:before{
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
}
@media screen and (max-width: 767px){
    .column_area #toc_container{
        padding: 25px 20px;
        margin-bottom: 50px;
    }
    .column_area .toc_title::before{
        font-size: 16px;
    }
    .column_area .toc_title .toc_toggle{
        font-size: 16px;
    }
    .column_area .toc_list{
        font-size: 16px;
    }
    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 {
        padding: 6px 0;
        font-size: 14px;
    }
    .column-url-box::after {
        width: 14px;
        height: 14px;
        right: 6px;
    }
    .rei-box {
        padding: 30px 20px;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 600px){
    .column_area .content .js-scrollable table{
        width:220%;
    }
}
@media screen and (max-width: 499px){
    .column_area .content h2{
        padding: 10px 20px;
        font-size: 20px;
    }
    .column_area .content h3 {
        margin: 40px 0 20px;
        font-size: 18px;
    }
    .column_area .content h4 {
        margin: 30px 0 20px;
        font-size: 16px;
    }
	.column_area .content .text-box.beginning{
		margin-bottom: 40px;
	}
	.column_area .content .text-box {
		font-size: 16px;
	}
	.column_area .content blockquote {
        background-color: #f2f2f2;
        padding: 1em 1.5em 1.2em;
        letter-spacing: 0.05em;
		font-size: 16px;
    }
	.column_area .content .qa_box{
		margin-bottom: 40px;
	}
	.column_area .content .qa_box h3{
		padding: 20px 16px 20px 60px;
		font-size: 18px;
	}
	.column_area .content .qa_box h3:before{
		left: 15px;
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 16px;
	}
	.column_area .content .qa_box .txtarea{
		padding: 20px 20px 20px 60px;
		font-size: 16px;
	}
	.column_area .content .qa_box .txtarea:before{
		left: 13px;
		top: 25px;
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 16px;
	}
	.column_area .content table tr td{
		font-size: 14px;
	}
	.column_area .content table.sp_100 th,
	.column_area .content table.sp_100 td{
		display: block !important;
		width: 100% !important;
	}
	.link_box{
        margin-top: 20px;
		padding: 0.6em 3em 0.6em 1em;
        font-size: 16px;
	}
}

/*コラムCV*/
.column_cv{
    margin: 90px 0;
    padding: 30px 50px;
    border: 30px solid #062238;
    background: #fff;
}
.column_cv .cv_title {
    margin-bottom: 10px;
    font-size: 62px;
    color: #114269;
    font-weight: 500;
    font-family: "Cormorant", 'ヒラギノ明朝 Std', 'ヒラギノ明朝 StdN', 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'Noto Serif CJK JP', 'Noto Serif JP', '游明朝', 'Yu Mincho', 'YuMincho', 'メイリオ', serif;
    text-align: center;
    line-height: 1;
}
.column_cv .title_area {
    margin-bottom: 20px;
    font-size: 18px;
    font-family: 'Zen Old Mincho', 'ヒラギノ明朝 Std', 'ヒラギノ明朝 StdN', 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'Noto Serif CJK JP', 'Noto Serif JP', '游明朝', 'Yu Mincho', 'YuMincho', 'メイリオ', serif;
    text-align: center;
}
.column_cv .title_area .inbl{
    display: inline-block;
}
.column_cv ul.point{
    display: flex;
    justify-content: center;
    margin-bottom: 3em;
}
.column_cv ul.point li{
    font-size: 14px;
    padding: 0.2em 1.2em;
    background: #e9edf1;
    /*border-radius: 100px;*/
}
.column_cv ul.point li:not(:last-child){
    margin-right: 1em;
}
.column_cv .flex{
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.column_cv .tel{
    color: #000;
    font-size: 58px;
    font-family: 'Shippori Mincho', 'Zen Old Mincho', 'ヒラギノ明朝 Std', 'ヒラギノ明朝 StdN', 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'Noto Serif CJK JP', 'Noto Serif JP', '游明朝', 'Yu Mincho', 'YuMincho', 'メイリオ', serif;
    position: relative;
    top: -6px;
    line-height: 1;
    display: block;
    text-align: center;
}
.column_cv .tel::before {
    content: "";
    background: url(images/tel_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 56px;
    height: 56px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 6px;
}
.column_cv .mail{
    width: 30%;
    padding: 10px;
    border-radius: 100px;
    background: linear-gradient(to right, rgba(126, 190, 222, 1) 0%, rgba(140, 248, 194, 1) 100%);
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    font-family: 'Zen Old Mincho', 'ヒラギノ明朝 Std', 'ヒラギノ明朝 StdN', 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'Noto Serif CJK JP', 'Noto Serif JP', '游明朝', 'Yu Mincho', 'YuMincho', 'メイリオ', serif;
    box-sizing: border-box;
}
.column_cv .mail::before {
    content: "";
    background: url(images/mail_icon.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 0.9em;
    height: 0.9em;
    display: inline-block;
    margin-right: 0.1em;
}
.column_cv ul.kome{
    font-size: 12px;
    text-align: center;
}
.column_cv ul.kome li{
    margin-bottom: 0.3em;
}
@media screen and (max-width: 1365px){
    .column_cv .tel{
        font-size: 4.4vw;
    }
    .column_cv .tel::before{
        width: 4vw;
        height: 4vw;
    }
}
@media screen and (max-width: 1023px){
    .column_cv{
        padding: 4vw;
    }
    .column_cv .cv_title{
        font-size: 50px;
    }
    .column_cv .tel{
        font-size: 7vw;
        line-height: 1;
        top: -4px;
    }
    .column_cv .tel::before{
        width: 6.6vw;
        height: 6.6vw;
    }
    .column_cv .mail{
        font-size: 16px;
    }
}
@media screen and (max-width: 767px){
    .column_cv .mail{
        width: 25%;
    }
    .column_cv{
        margin: 60px 0;
        padding: 6vw;
        border: 10px solid #062238;
    }
    .column_cv .cv_title{
        font-size: 34px;
    }
    .column_cv .flex{
        display: block;
    }
    .column_cv .tel{
        margin-bottom: 10px;
        font-size: 10vw;
    }
    .column_cv .tel::before{
        width: 10.5vw;
        height: 10.5vw;
        margin-right: 0;
        top: 2vw;
    }
    .column_cv .mail{
        width: 100%;
        max-width: 300px;
        padding: 6px;
        margin: 0 auto;
    }
    .column_cv ul.point li{
        font-size: 12px;
    }
    .column_cv ul.kome{
        font-size: 10px;
    }
}
@media screen and (max-width: 499px){
    
}
@media screen and (max-width: 420px){
    .column_cv{
        padding: 6vw 5vw;
    }
    .column_cv ul.point{
        margin-bottom: 15px;
        flex-wrap: wrap;
    }
    .column_cv ul.point li{
        margin-bottom: 10px;
    }
}

/*記事内CV*/
.article_cv{
    margin: 60px 0 0;
    padding: 40px;
    background: #eaeae8;
}
.article_cv .cv_title {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 500;
	font-family: "NotoSerifCJKjp", serif;
    text-align: center;
    line-height: 1.4;
}
.article_cv .cv_title .txt_red{
	font-size: 34px;
}
.article_cv .txt{
	margin-bottom: 30px;
	text-align: center;
	font-size: 14px;
}
.article_cv .title_area .inbl{
    display: inline-block;
}
.article_cv ul.point{
    display: flex;
    justify-content: center;
    margin-bottom: 3em;
}
.article_cv ul.point li{
    font-size: 14px;
    padding: 0.2em 1.2em;
    background: #fff;
    /*border-radius: 100px;*/
}
.article_cv ul.point li:not(:last-child){
    margin-right: 1em;
}
.article_cv .flex{
    display: flex;
    justify-content: center;
    align-items: center;
}
.article_cv .tel{
    color: #000;
    font-size: 24px;
    font-family: 'ヒラギノ明朝 ProN W3', 'ヒラギノ明朝 ProN', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
    line-height: 1;
    display: block;
    text-align: center;
	font-style: italic;
	font-weight: bold;
	margin-right: 40px;
	pointer-events: none;
}
.article_cv .tel .tel_num{
	font-size: 44px;
}
.article_cv .mail{
    width: 34%;
    max-width: 220px;
    padding: 15px;
    background: #990000;
    color: #fff;
    font-size: 14px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.article_cv .mail::before {
    content: "";
    display: inline-block;
    background: url(../images/common/header_mail.svg) no-repeat left center;
    background-size: contain;
    width: 26px;
    height: 20px;
}
.article_cv .mail::after {
    content: "";
    background: url(../images/common/arw_white.svg) no-repeat center / contain;
    display: inline-block;
    width: 16px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: 6%;
    transform: translateY(-50%);
}
.article_cv ul.kome{
    font-size: 12px;
    text-align: center;
}
.article_cv ul.kome li{
    margin-bottom: 0.3em;
}
.holder{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
	margin-top: 60px;
}
.holder a{
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #322820;
    color: #322820;
    font-size: 16px;
    font-family: var(--mincho);
    display: inline-flex;
    /*align-items: center;*/
    justify-content: center;
    line-height: 26px;
    position: relative;
}
.holder a.jp-current{
    background-color: #322820;
    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 #322820;
    border-bottom: 2px solid #322820;
    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;
}
.holder2{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
	margin-top: 60px;
}
.holder2 a{
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #322820;
    color: #322820;
    font-size: 16px;
    font-family: var(--mincho);
    display: inline-flex;
    /*align-items: center;*/
    justify-content: center;
    line-height: 26px;
    position: relative;
}
.holder2 a.jp-current{
    background-color: #322820;
    color: #fff;
}
.holder2 a.jp-previous,
.holder2 a.jp-next{
    font-size: 0;
}
.holder2 a.jp-previous::before,
.holder2 a.jp-next::before {
    content: "";
    width: 9px;
    height: 9px;
    border-right: 2px solid #322820;
    border-bottom: 2px solid #322820;
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translateX(-50%) translateY(-50%) rotate(135deg);
}
.holder2 a.jp-next::before{
    left: 45%;
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.holder2 a.jp-disabled{
    display: none;
}
@media screen and (max-width: 1195px){
}
@media screen and (max-width: 1023px){
	.article_cv .tel{
		font-size: 3vw;
		margin-right: 4vw;
		margin-right: 4vw;
	}
	.article_cv .tel .tel_num{
		font-size: 5.4vw;
	}
}
@media screen and (max-width: 767px){
	.article_cv .cv_title{
		font-size: 24px;
	}
	.article_cv .cv_title .txt_red{
		font-size: 30px;
	}
	.article_cv .flex{
		display: block;
	}
	.article_cv .tel{
		margin: 0 0 20px;
		font-size: 5vw;
		pointer-events: none;
	}
	.article_cv .tel .tel_num {
        font-size: 8.4vw;
    }
	.article_cv .mail{
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 499px){
	.article_cv{
		padding: 10% 8%;
	}
	.article_cv .cv_title{
		margin-bottom: 20px;
		font-size: 5vw;
	}
	.article_cv .cv_title .txt_red{
		font-size: 6.4vw;
	}
	.article_cv .flex{
		display: block;
	}
	.article_cv .txt{
		text-align: justify;
	}
	.article_cv .txt .inbl{
		display: inline;
	}
	.article_cv .tel{
		margin-bottom: 20px;
		font-size: 5vw;
	}
	.article_cv .tel .tel_num {
        font-size: 8.6vw;
    }
	.article_cv .mail{
		margin: 0 auto;
	}
}

/*記事一覧*/
.column_area .column-list{
    width: 100%;
}
.column_area .column-list-box{
    width: 100%;  
}
.column_area .column-list-box:not(:last-child){
    margin-bottom: 40px;
}
.column_area .column-list-box a{
    display: flex;
    justify-content: space-between;
    background-color: #eaeae8;
    padding: 40px;
    color: #000;
}
.column_area .column-list-box .list-box-img{
    width: 38%;
    position: relative;
}
.column_area .column-list-box .list-box-img img{
	height: auto;
}
.column_area .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_area .column-list-box .list-box-content{
    width: 56%;
    box-sizing: border-box;
    position: relative;
}
.column_area .column-list-box .list-box-content time{
    margin-bottom: 4px;
    font-size: 14px;
    display: block;
    font-weight: bold;
    letter-spacing: 0.04em;
    color: #7c7c7c;
}
.column_area .column-list-box .list-box-content .list-box-text{
    margin-bottom: 30px;
    font-size: 22px;
    display: block;
    line-height: 1.6;
    font-family: "NotoSerifCJKjp", serif;
	font-weight: bold;
}
.column_area .column-list-box ul.column-category-tag{
    display: flex;
	flex-wrap: wrap;
    margin-bottom: 20px;
}
.column_area .column-list-box ul.column-category-tag li{
    margin-right: 0.5em;
	margin-bottom: 0.5em;
    padding: 6px 15px;
    background: #990000;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border-radius: 100px;
    line-height: 1;
}
.column_area .column-list-tag{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    color: #322820;
}
.column_area .column-list-tag span{
    margin-right: 0.5em;
}
.category_tag{
    width: 100%;
    max-width: 1200px;
    margin: 90px 0 0;
}
.category-box{
    margin-bottom: 60px;
}
.category-box-title,
.tag-box-title{
    margin-bottom: 25px;
    font-size: 28px;
    font-weight: bold;
    font-family: "NotoSerifCJKjp", serif;
}
.category-box-list,
.tag-box-list{
    display: flex;
    gap: 2.5%;
    flex-wrap: wrap;
}
.tag-box-list{
    gap: 10px 15px;
}
.category-box-list li{
    width: 23%;
    margin-bottom: 2.5%;
}
.category-box-list li a{
    width: 100%;
    height: 40px;
    border-radius: 100px;
    color: #fff;
    background: #990000;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    /*text-indent: -0.5em;*/
	font-weight: bold;
    padding: 0 15px;
}

.category-box-list li a::after{
    content: "";
    background-image: url("images/categrie_arw.svg");
    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;
}
.tag-box-list li a{
    position: relative;
    font-size: 16px;
    color: #322820;
    font-weight: 600;
    display: block;
    line-height: 1.2;
}
.tag-box-list li a::before{
    content: "#";
}

@media screen and (max-width: 1195px){
	.column_area .column-list-box .list-box-img{
		max-width: 220px;
		margin-right: 6%;
	}
	.column_area .column-list-box .list-box-content{
		width: 66%;
	}
}
@media screen and (max-width: 600px){
	.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;
    }
	.category-box-title, .tag-box-title{
		margin-bottom: 15px;
		font-size: 20px;
	}
    .column_area .column-list-box a{
        padding: 8% 6%;
        display: block;
    }
    .column_area .column-list-box .list-box-content time{
        font-size: 12px;
    }
    .column_area .column-list-box .list-box-img{
        width: 80%;
		max-width: 220px;
        margin: 0 auto;
        text-align: center;
    }
    .column_area .column-list-box .list-box-img img{
        height: auto;
    }
    .column_area .column-list-box ul.column-category-tag{
        margin-bottom: 15px;
    }
	.column_area .column-list-box ul.column-category-tag li{
		margin-bottom: 0.5em;
	}
    .category-box-list{
        gap: inherit;
    }
    .category-box-list li{
        width: 48%;
        margin-bottom: 10px;
		margin-right: 4%;
    }
	.category-box-list li:nth-child(2n){
		margin-right: 0;
	}
	.category-box-list li a{
		height: 40px;
        font-size: 14px;
	}
    .category-box{
        margin: 40px 0 20px;
    }
    .category_tag {
        margin: 0 0 0;
    }
	.tag-box-list{
		flex-wrap: wrap;
	}
	.tag-box-list li a{
		font-size: 14px;
	}
    .column_area .sidebar .side-about-list{
        display: block;
        flex-wrap: wrap;
    }
    .column_area .sidebar .side-about-list li{
        width: 100%;
    }
    .column_area .column-list-box .list-box-content{
        width: 100%;
    }
    .column_area .column-list-box .list-box-content .list-box-text{
        margin-bottom: 20px;
        font-size: 5.4vw;
        line-height: 1.4;
    }
	.holder{
		margin-top: 30px;
	}
	.holder2{
		margin-top: 30px;
	}
	
}

/* 関連記事 */
.linkbox .list_toggle {
	background-color: #322820;
	color: #fff;
	font-size: 18px;
	padding: 15px;
	font-weight: bold;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	/*cursor: pointer;*/
	margin: 60px 0 0;
	position: relative;
	font-family: "NotoSerifCJKjp", serif;
}
.linkbox .list {
	background: #fff;
	padding: 1.5em 1.5em;
	border: 1px solid #b9b9b9;
	overflow-y: auto;
	max-height: 210px;
}
.linkbox .list a {
	display: block;
	color: #1d1d1d;
	font-size: 16px;
	margin: 0.8em;
	text-decoration: underline;
	padding-left: 20px;
	position: relative;
}
.linkbox .list a:first-child{
	margin-top: 0;
}
.linkbox .list a br {
	display:none;
}
.linkbox .list a:hover {
	text-decoration: none;
}
.linkbox .list a:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #062238;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.linkbox .list_toggle .accordion_icon{
	display: none;
}
@media screen and (max-width: 1195px){
	.linkbox{
		margin-bottom: 60px;
	}
}

@media screen and (max-width: 768px) {
	.linkbox .list {
		padding: 5% 3%;
	}
	.linkbox .list a {
		font-size: 14px;
	}
}


