@charset "utf-8";

body{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    color: #000;
}

a:hover{
    opacity: .7;
}

.pc{
    display: none;
}

.column_txt {
	margin-bottom: 25px !important;
	line-height: 1.7 !important;
}

.single_column_wrap ul {
    padding-left:20px;
    margin-bottom: 20px;
}

.single_column_wrap ul li {
    list-style-type: disc;
    font-size:16px;
    line-height: 1.5;
}

.single_column_wrap .toc_list li {
    list-style-type: none;
    margin-bottom:10px;
}

.single_column_wrap ol  {
    padding-left: 20px;
    margin-bottom: 20px;
}

.single_column_wrap ol li {
    list-style-type: auto;
    font-size: 16px;
    line-height: 1.5;
}

.single_column_wrap .sitemap_disp_level_0 li {
    list-style: none;
}

.single_column_wrap .sitemap_disp_level_0 .cat-item > a {
    font-weight: bold;
    color: #030303;
}

.single_column_wrap .sitemap_disp_level_0 .post-item > a {
    color: #030303;
}


@media screen and (min-width: 769px){
    .sp{
        display: none !important;
    }

    .pc{
        display: inherit;
    }
}


/* #region FV */
.FV h1,
.FV .instead-head{
    font-size: 7.47vw;
    font-weight: bold;
    color: #023076;
    line-height: 8vw;
    position: absolute;
    top: 15.6vw;
    left: 6.8vw;
}

.CV{
    top: -6.8vw;
    margin-bottom: -6.8vw;
}

.breadcrumb.long{
    line-height: 5.93vw;
}

@media screen and (min-width: 769px){
    .FV h1,
    .FV .instead-head{
        font-size: 3.33vw;
        line-height: 4vw;
        top: 8vw;
        left: 17.6vw;
    }

    .CV{
        top: -3.4vw;
        margin-bottom: -3.4vw;
    }

    .pay h2{
        margin-top: 5.4vw;
    }

    .breadcrumb.long{
        line-height: 2.6vw;
    }
}

@media screen and (min-width: 1500px){
    .FV h1,
    .FV .instead-head{
        font-size: 50px;
        line-height: 60px;
        top: 120px;
        left: calc((1vw - 15px) * 50 + 264px);
    }

    .pay h2{
        margin-top: 81px;
    }

    .breadcrumb.long{
        line-height: 39px;
    }
}
/* #endregion FV */

/* #region blog_list */
.blog-contents{
    width: 100%;
    padding: 0;
    /* font-size: 0; */
}

.blog-list{
    width: 100%;
    /* padding-top: 1.6vw; */
}
.blog-list li {
    list-style: none;
}

.blog-summary{
    box-sizing: border-box;
    width: 100%;
    padding: 5.2vw 4vw 6.8vw;
    border-bottom: solid .27vw #dddedf;
}

.blog-summary h2{
    font-size: 4.8vw;
    line-height: 1.33;
    font-weight: bold;
    margin-bottom: 2vw;
}

.summary-box img{
    width: 92vw;
    height: auto;
    object-fit: cover;
}

.summary-box p{
    font-size: 3.2vw;
    line-height: 1.5;
    padding: 2vw 0 3.2vw;
}

.readmore-btn{
    display: block;
    width: 66.67vw;
    margin: auto;
}

.readmore-btn img{
    width: 100%;
}

.LINE-btn.sp{
    display: block;
    width: 92vw;
    margin: 0 auto 7.2vw;
}

.LINE-btn.sp img{
    width: 100%;
}

.ex-list{
    width: 100%;
    padding: 0 0 6.8vw;
}

.category, .archive{
    display: block;
    box-sizing: border-box;
    width: 100%;
    /* padding: 0 4vw; */
    padding-left: 0;
}

.category, .archive_popular {
    font-size: 0.8vw;
}

.category h2, .archive h2{
    font-size: 4vw;
    font-weight: bold;
    line-height: 10.67vw;
    color: #030303;
    background-color: #fcc600;
    padding-left: 3.6vw;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.category-list{
    padding-bottom: 5.2vw;
}

.archive-list{
    padding-bottom: 8vw;
}

.category-list li,
.archive-list li{
    width: 100%;
    /* height: 12vw; */
    height:auto;
    border-bottom: solid 1px #fcc600;
    border-left: solid 1px #fcc600;
    border-right: solid 1px #fcc600;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 0 3.2vw;
}

.category-list a,
.archive-list a{
    text-decoration: none;
    font-size: 3.47vw;
    color: #000;
    line-height: 1.7;
    padding:10px 0;
}

@media screen and (max-width: 768px){
    .blog-contents{
        padding: 0 8px;
    }
}

@media screen and (min-width: 769px){
    .blog-contents{
        box-sizing: border-box;
        padding: 0 16.67vw 11.6vw;
        display: flex;
    }

    .main-content{
        width: 43.33vw;
        margin-right: 4vw;
    }

    .blog-list{
        /* padding-top: 2.73vw; */
        padding-left: 0;
    }

    .blog-summary{
        padding: 2.4vw 0 0;
        border-bottom: solid .07vw #dddedf;
    }

    .blog-summary h2{
        font-size: 1.73vw;
        line-height: 1.38;
        margin-bottom: 1.6vw;
    }

    .summary-box{
        display: flex;
        padding-bottom: 1.33vw;
        margin-right: 20px;
    }

    .summary-box img{
        width: 21.33vw;
        /* height: 11.53vw; */
        margin-right: 2vw;
    }

    .summary-box_column img {
        height: 14.53vw;
    }

    .summary-box p{
        box-sizing: border-box;
        font-size: 1.07vw;
        line-height: 1.5;
        width: calc(100% - (21.33vw + 2vw));
        padding: 0 .2vw;
    }

    .summary-box p > span.pc{
        display: inline;
    }

    .rm-box{
        display: flex;
        justify-content: flex-end;
    }

    .readmore-btn{
        width: 14.67vw;
        margin: 0 0 2vw;
    }

    .ex-list{
        width: 19.33vw;
        padding: 4.6vw 0 0;
    }

    .LINE-btn.pc{
        width: 100%;
        margin: 0 auto 2.2vw;
    }

    .category, .archive{
        padding: 0;
    }

    .category h2, .archive h2{
        font-size: 1.07vw;
        line-height: 2.67vw;
        padding-left: 1.13vw;
    }

    .category-list{
        padding-bottom: 2vw;
    }

    .archive-list{
        padding-bottom: 0;
        padding-left: 0;
        margin-top: 0;
    }

    .category-list li,
    .archive-list li{
        height:auto;
        /* height: 3.33vw; */
        padding: 0 .87vw;
    }

    .category-list a,
    .archive-list a{
        font-size: 1.07vw;
        padding:10px 0;
    }
    .archive_popular .archive-list a {
        line-height: 1.5;
        padding:10px 0;
    }
}

@media screen and (min-width: 1500px){
    .blog-contents{
        padding: 0 calc( ( 1vw - 10px ) * 50 ) 174px;
    }

    .main-content{
        width: 650px;
        margin-right: 60px;
    }

    .blog-list{
        /* padding-top: 41px; */
    }

    .blog-summary{
        padding-top: 36px;
        border-bottom: solid .07vw #dddedf;
    }

    .blog-summary h2{
        font-size: 26px;
        margin-bottom: 24px;
    }

    .summary-box{
        padding-bottom: 20px;
    }

    .summary-box img{
        width: 320px;
        /* height: 173px; */
        margin-right: 30px;
    }

    .summary-box p{
        font-size: 16px;
        width: calc(100% - (320px + 30px));
        padding: 0 3px;
    }

    .readmore-btn{
        width: 220px;
        margin-bottom: 30px;
    }

    .ex-list{
        width: 290px;
        padding-bottom: 69px;
    }

    .LINE-btn.pc{
        width: 100%;
        margin: 0 auto 33px;
    }

    .category h2, .archive h2{
        font-size: 16px;
        line-height: 40px;
        padding-left: 17px;
    }

    .category-list{
        padding-bottom: 30px;
    }

    .category-list li,
    .archive-list li{
        height:auto;
        /* border-bottom: solid 1px #dedede; */
        padding: 0 13px;
    }

    .category-list a,
    .archive-list a{
        font-size: 16px;
        padding:10px 0;
    }
}
/* #endregion blog_list */

/* #region wp-pagenavi用 */
.wp-pagenavi{
    box-sizing: border-box;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    justify-content: center;
    /* justify-content: space-evenly; */
    /* padding: 7.2vw 43vw 14vw; */
    /* padding: 7.2vw 29.2vw 14vw; */
}

.wp-pagenavi > a{
    text-decoration: none;
}

.wp-pagenavi > a,
.wp-pagenavi > span{
    font-size: 4vw;
    line-height: 4.8vw;
    color: #030303;
    padding: 10px;
}

.pages{
    display: none;
}

.previouspostslink, .nextpostslink{
    position: absolute;
    top: 0;
}

.previouspostslink{
    left: 6vw
}
.nextpostslink{
    right: 6vw
}

.current{
    position: relative;
}

.current {
    background-color: #fcc600;
    color: #fff;
}

.page-numbers {
    padding: 10px;
    border: solid 1px #fcc600;
    color: #030303!important;
}

@media screen and (min-width: 769px){
    .wp-pagenavi{
        /* padding: 2.6vw 15.5vw 0; */
    }

    .wp-pagenavi > a,
    .wp-pagenavi > span{
        font-size: 1.6vw;
        /* font-size: 1.07vw; */
        line-height: 1.77vw;
    }

    .previouspostslink, .nextpostslink{
        top: 0;
    }

    .previouspostslink{
        left: .33vw;

    }

    .nextpostslink{
        right: .33vw;
    }

    .current::after{
        font-size: 3.6vw;
        right: -1.27vw;
        top: 0;
        /* font-size: 2.4vw;
        right: -.85vw;
        top: 0; */
    }
}

@media screen and (min-width: 1500px){
    .wp-pagenavi{
        padding: 39px 270px 0;
    }

    .wp-pagenavi > a,
    .wp-pagenavi > span{
        font-size: 24px;
        line-height: 26.55px;
    }

    .previouspostslink, .nextpostslink{
        top: 39px;
    }

    .previouspostslink{
        left: 5px;

    }
    .nextpostslink{
        right: 5px;
    }

    .current::after{
        font-size: 54px;
        right: -19px;
        top: -1px;
        /* font-size: 36px;
        right: -12.75px;
        top: -.33px; */
    }
}
/* #endregion wp-pagenavi用 */

/* #region blog */
.blog-box{
    box-sizing: border-box;
    width: 100%;
    padding: 6.4vw 4vw 0;
    border-bottom: solid .27vw #dddedf;
}

.blog-box .blog-date{
    font-size: 3.2vw;
    color: #a4a4a4;
}

.blog-box .blog-title{
    font-size: 5.87vw;
    font-weight: bold;
    line-height: 1.23;
    padding: 1.73vw 0 3.87vw;
}

.request-box, .execution-box{
    width: 100%;
}

.request-box h2,
.execution-box h2{
    font-size: 4.53vw;
    font-weight: bold;
    line-height: 10.67vw;
    color: #023076;
    background-color: #e6eaf3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.request-inner{
    padding-top: 4vw;
}

.request-box img{
    width: 100%;
    height: auto;
    object-fit: cover;
}

.execution-box p > img{
    width: 100%;
    height: auto;
    margin-top: 3.2vw;
}

.request-box p,
.execution-box p{
    font-size: 16px; /*3.2vw;*/
    line-height: 1.5;
    padding: 3.2vw 0 6.8vw;
}

.goback{
    width: 100%;
    padding: 5.6vw 0 14.4vw;
    text-align: center;
}

.goback a{
    font-size: 4vw;
    line-height: 4.8vw;
    text-decoration: none;
    color: #108bd1;
}





@media screen and (min-width: 769px){
    .blog-box{
        padding: 5.4vw 0 0;
        border-bottom: solid .07vw #dddedf;
    }

    .blog-box .blog-date{
        font-size: 1.07vw;
    }

    .blog-box .blog-title{
        font-size: 1.73vw;
        line-height: 1.38;
        padding: .6vw 0 1.6vw;
    }

    .request-box h2,
    .execution-box h2{
        font-size: 1.47vw;
        line-height: 3.33vw;
    }

    .request-inner{
        padding: 2vw 0 3.2vw;
        display: flex;
        width: 100%;
    }

    .request-box img{
        width: 21.33vw;
        height: auto;
        /* height: 11.53vw; */
        margin-right: 1.8vw;
    }

    .request-box p{
        width: calc(100% - ( 21.33vw + 1.8vw));
        font-size: 16px;
        padding: 0;
    }

    .execution-box p{
        font-size: 1.07vw;
        padding: 1.4vw 0 4vw;
    }

    .execution-box p > img{
        margin-top: 1.4vw;
    }

    .goback{
        padding: 1.8vw 0 0;
    }

    .goback a{
        font-size: 1.07vw;
        line-height: 1.77vw;
    }

    /* .blog-contents.detail{
        padding-bottom: 12.2vw;
    } */


}

@media screen and (min-width: 1500px){
    .blog-box{
        padding-top: 81px;
        border-bottom: solid 1px #dddedf;
    }

    .blog-box .blog-date{
        font-size: 16px;
    }

    .blog-box .blog-title{
        font-size: 26px;
        padding: 9px 0 24px;
    }

    .request-box h2,
    .execution-box h2{
        font-size: 22px;
        line-height: 50px;
    }

    .request-inner{
        padding: 30px 0 48px;
        width: 100%;
    }

    .request-box img{
        width: 320px;
        height: auto;
        /* height: 173px; */
        margin-right: 27px;
    }

    .request-box p{
        width: calc(100% - ( 320px + 27px));
        font-size: 16px;
    }

    .execution-box p{
        font-size: 16px;
        padding: 21px 0 60px;
    }

    .execution-box p > img{
        margin-top: 21px;
    }

    .goback{
        padding-top: 27px;
    }

    .goback a{
        font-size: 16px;
        line-height: 26.55px;
    }
}
/* #endregion blog */


.request-box_column img{
    width: 100%;
}
.request-box_column p {
    width: 100%;
    text-align: justify;
    overflow-wrap: anywhere;
    line-height:1.7;
}
.request-box_column h2 {
    color: #000;
    background-color: #f8f8f8;
    border-left: solid 3px #fcc600;
    margin: 20px 0;
    display: block;
    line-height: 1.5;
    padding:20px;
}

.request-box_column h2 span {
    margin-left: 0px;
}

.request-box_column h3 {
    color: #000;
    border-left: solid 3px #fcc600;
    margin: 40px 0 20px 0;
    font-weight: bold;
    /*height: 28px;*/
    display: flex;
    align-items: center;
	font-size: 18px;
	padding-left: 5px;
}

.request-box_column h3 span {
    font-size: 1.47vw;
    line-height: 1.5;
    margin-left: 10px;
}



/* Table of Contents 目次を使う場合  */

.single-column #toc_container {
    display: block !important;
    width: 100% !important;
    margin-top: 10px;
    padding: 30px;
    font-size: 15px;
    box-sizing: border-box;
    border: solid 1px #c6c6c6;
    text-align: left;
}

.single-column #toc_container a {
	text-decoration: none;
	color: #000;
    line-height: 1.5;
}

.single-column #toc_container .toc_list ul {
  padding:0;
}

.single-column #toc_container .toc_toggle a {
	color: #1297e4;
}

.single-column .toc_title {
	/* position: relative; */
	width: 120px;
	margin: 0 auto 15px;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
}

.single-column .toc_toggle {
	font-size: 12px;
	font-weight: 400;
}

.single-column .toc_number {
	color: #1297e4;
}

.single-column .toc_depth_1 {
	font-weight: bold;
}

.single-column .toc_list ul {
    padding: 20px;
    margin-bottom: 20px;
}

.single-column .toc_list > li > a {
	font-weight: bold;
}

.single-column .author_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
	flex-wrap: nowrap;
	width: 100%;
	height: 50px;
	padding: 65px 25px;
	margin: 0 auto;
	box-sizing: border-box;
	border: 2px solid #053076;
}

.single-column .auth_img {
	width: 20%;
}

.single-column .auth_img img {
	width: 100%;
	margin: 0;
}

.single-column .auth_profile {
	width: 75%;
	font-size: 15px;
}

.single-column .auth_profile a {
	text-decoration: none;
	color: #053076;
	font-weight: bold;
}

.single-column .auth_profile .auth_txt1 {
    line-height: 1.5;
}

.single-column .auth_profile .auth_txt2 {
    font-size: 19px;
    font-weight: bold;
    line-height: 1.5;
    color: #053076;
}

.single-column .auth_profile p {
    margin: 0;
}

.blog-column_cat {
    background: #053076;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    padding: 3px 15px;
    margin-left: 15px;
    display: flex;
    align-items: center;
}

.blog-flex {
    display: flex;
    align-items: center;
}

.gro-nav {
    width: 100%;
    box-sizing: border-box;
}

.gro-nav_inner {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.gro-nav_inner ul {
    display: block;
    list-style-type: disc;
    margin-block-start:0;
    margin-block-end:0;
    padding-inline-start:0;
    unicode-bidi: isolate;
}

.gro-nav_box {
    width: 48%;
}

.gro-nav_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    text-decoration: none;
    border: solid 2px #fcc600;
    color: #030303;
    font-size: 20px;
}

.blog-box_column {
    padding-top: 3vw;
}

.ex-list_column {
    padding-top: 3vw;
}

.blog-column_cat2 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    text-decoration: none;
    border: solid 2px #fcc600;
    color: #fcc600;
    background-color: #fff;
    padding: 0;
    margin: 0;
}

.blog-summary  .blog_h2 {
    background-color: #fff;
    color: #fcc600;
    font-size: 1.5vw;
    padding-left: 0;
    margin-bottom: 10px;
}

.blog_flex1 {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.rm-box_p {
    font-size: 1vw;
    margin-top: 0;
    overflow-wrap: anywhere;
}

.rm-box_column {
    display: block;
    margin-right: 25px;
    width: 40%;
}

.readmore-btn_column {
    margin-top: 30px;
}

.blog-date {
    font-size: 1vw;
}

.blog-summary_column {
    border: solid 1px #fcc600;
    padding: 15px;
    margin-bottom: 50px;
}

.summary-box_column img {
    margin-right: 0;
    width: 100%;
}

.rm-box_column img {
    color: #053076;
}


/* コラム関連記事 */
.column_related_inner {
    width: 100%;
}

.column_related_list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 15px; /* カード間の余白（縦24px 横15px） */
}

/* 768px以上（PC）：1行に3つ配置（3つ×2列） */
.column_related_list a {
    display: flex;
    flex-direction: column;
    width: calc((100% - 30px) / 3); /* 1行3列にする計算 */
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
}

.column_related_list img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9; /* アスペクト比を統一して画像の高さを揃える */
    object-fit: cover;
    margin-bottom: 8px;
}

.column_related_list p {
    width: 100%;
    height: auto; /* 高さ制限を解除 */
    overflow: visible; /* 隠れていた文字を表示 */
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}


.clearfix li {
    position: relative;
    line-height: 3.5;
    z-index: 99;
}

.btn_black {
    text-decoration: none;
    color: #333333;
    margin-block-start:0!important;
    margin-block-end:0!important;
}

.link_text_effect {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    text-decoration: none;
    border: solid 2px #fcc600;
    color: #030303;
    font-size: 20px;
}

.link_text_effect:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 100%;
    height: 2px;
    background-color: #9c2d34;
    transition: all 0.2s ease-in;
    transform-origin: left;
    transform: scaleX(0);
}

.clearfix li.has-child:hover > ul, .clearfix li.has-child ul li:hover > ul, .clearfix li.has-child:active > ul, .clearfix li.has-child ul li:active > ul {
    visibility: visible;
    opacity: 99;
}

.clearfix li.has-child ul {
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 4;
    background: #fff;
    border-right: solid 2px #fcc600;
    border-left: solid 2px #fcc600;
    border-bottom: solid 2px #fcc600;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    padding: 0;
}

.link_text_btn {
    text-decoration: none;
    font-size: 16px;
    color: #030303;
}

.menu-item ul li {
    display: flex;
    justify-content: center;
    border-bottom: solid 1px #fcc600;
}

.menu-item ul li:last-child {
    border: none;
}

.auth_info dl {
    display: flex;
    margin: 0;
    border-bottom: 1px solid #fcc600;
    border-right: 1px solid #fcc600;
    border-left: 1px solid #fcc600;
}


.auth_info dt {
    font-size: 18px;
    font-weight: bold;
    width: 30%;
    background-color: #fdf8e4;
    padding: 20px;
    border-right: solid 1px #fcc600;
}

.auth_info dl:first-child {
    border-top: 1px solid #fcc600;

}

.auth_info dd {
    font-size: 16px;
    width: 70%;
    padding: 20px;
    margin-left: 0;
}

.post-type-archive-column {
    padding: 0;
}

/* コラム内内部リンク */
.request-box .post-link {
    position: relative;
    margin: 61px 0 50px;
    padding: 16px 10px;
    border: 2px solid #fcc600;
    background-color: #fdf8e4;
    line-height: 2.2;
}

.request-box .post-link::before {
    content: "関連記事";
    position: absolute;
    bottom: 100%;
    left: -2px;
    padding: 2px 15px;
    background-color: #fcc600;
    color: #fff;
    font-weight: bold;
}

.request-box .post-link a {
    margin: 0 0 0 10px;
    display: inline-block;
    color: #0075a2;
    text-decoration: underline;
    line-height: 1.5;
}

@media screen and (max-width: 769px){
    .gro-nav_inner {
        flex-wrap: wrap;
    }
    .gro-nav_column {
        padding: 20px 2.67vw 0;
    }
    .blog-column_cat {
        background: #053076;
        color: #fff;
        font-size: 12px;
        text-decoration: none;
        padding: 2px 15px;
        margin-left: 15px;
        display: flex;
        align-items: center;
    }
    .gro-nav_box {
        width: 48%;
    }
    .gro-nav_btn {
        margin-bottom: 15px;
        height: 30px;
        padding:20px 0;
    }
    .single-column .auth_img {
        width: 30%;
    }
    .single-column .auth_profile .auth_txt1 {
        padding-bottom: 0;
    }
    .single-column .auth_profile .auth_txt2 {
        padding-bottom: 0;
        padding-top: 5px;
        font-size: 120%;

    }
    .single-column .auth_profile {
        padding-left: 4vw;
    }
    .single-column .toc_title {
        padding-bottom: 0px;
        padding-top: 0;
    }
    .request-box_column h2 {
      line-height: 1.7;/*14.3vw;*/
      padding-left: 20px;
    }
    .request-box_column h3 span {
        font-size: 4vw;
    }
    .column_related_list a {
        display: flex;
        width: 100%;
        margin-bottom: 20px;
    }
    .column_related_list img {
        /* height: 80px;
        width: 50%; */
    }
    .column_related_list p {
        padding-left: 20px;
        font-size: 4vw;
        width: 100%;
    }
    .single-column .request-box_column p {
        padding-bottom: 1vw;
    }
    .auth_info dt {
        font-size: 13px;
        padding: 8px;
    }
    .auth_info dd {
        font-size: 15px;
        padding: 10px;
    }
    .auth_info dd a {
        font-size: 14px;
    }
    .single-column .author_box {
        padding: 50px 25px 70px;
    }
    .blog-summary_column_sp .blog_flex1{
        display: flex;
        flex-direction: column-reverse;
    }
    .blog-summary_column_sp .summary-box img {
        width: 100%;
    }
    .blog-summary_column_sp .blog_h2 {
        font-size: 5vw;
    }

    .blog-summary_column_sp .blog-date {
        font-size: 2.5vw;
    }

    .blog-summary_column_sp .rm-box_p {
        line-height: 1.5;
        font-size: 4vw;
    }

    .blog-summary_column_sp .rm-box_column {
        margin-top: 20px;
        margin-right: 0;
        width: 100%;
    }

    .blog-summary_column_sp .blog-contents {
        padding: 0 20px;
        box-sizing: border-box;
    }

    .post-type-archive-column .ex-list{
        padding: 15px;
        box-sizing: border-box;
    }

    .ex-list .archive {
        padding-right: 0;
    }

    .post-type-archive-column .main-content{
        padding: 15px;
    }
    .post-type-archive-column .wp-pagenavi {
        display: none;
    }

    .gro-nav_column .blog-column_cat2 {
        margin-left: 0;
        background: #fff;
        color: #053076;
        font-size: 5vw;
    }
    .tax-column_cat {
        padding: 0;
    }
    .tax-column_cat .main-content {
        padding: 0 15px;
    }
    .tax-column_cat .ex-list {
        padding: 0 15px;
        box-sizing: border-box;
    }

    .tax-column_cat .wp-pagenavi {
        display: none;
    }
    .blog-list {
        padding-left: 0;
    }
    .archive-list {
        padding-left: 0;
    }
    .readmore-btn {
        width: 100%;
    }

    #footer .btn02 {
        width: 100%;
        padding: 6.5% 3.2% 6.45%;
    }
    .link_text_effect {
        margin-bottom: 15px;
        height: 30px;
        padding:20px 0 ;
        position: relative;
    }
    .clearfix li.has-child ul {
        top: 30px;
    }
    .link_text_btn {
        font-size: 14px;
    }
    .clearfix .has-child:active {
        visibility: visible;
        opacity: 99;
    }

    /* コラム内内部リンク */
    .request-box .post-link {
        margin: 61px 0 30px;
    }

    .wp-pagenavi{
        padding-bottom: 14vw;
    }
}


.main-content h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.7;
    color: #000;
}
@media screen and (max-width: 768px) {
    .main-content h1 {
        font-size: 18px;
    }
}