
/* ↓↓↓↓↓↓↓ for all page // heder gnavi Menu ↓↓↓↓↓↓↓　*/
.nav-list li:nth-child(2) {
    border-right: solid 1px #000;
    padding-right: 10px;
}
.nav-list li {
  font-size: 18px;
}
@media screen and (max-width: 1000px) {
    .nav-list li:nth-child(1) {
        border: none;
    }
    .nav-list li:nth-child(2) {
        border: none;
    }
    .l-main .site-header .menu-toggle {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 30px;
        height: 20px;
        background: none;
        border: none;
        cursor: pointer;
        position: absolute;
        right: 14px;
        z-index: 9999;
    }
    .l-main .site-header .nav-menu {
        display: none;
        flex-direction: column;
        align-items: center;
        background: #f8f8f8;
        padding: 1em 0.5em;
        width: 100%;
    }

    .l-main .site-header .nav-menu.active {
        display: flex;
        position: absolute;
        top: 48px;
        left: 0;
    }

    .l-main .site-header .nav-menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: center;
    }

    .l-main .site-header .nav-menu li {
        font-size: 1.5em;
        margin: 0.5em 0;
    }

    .l-main .site-header .nav-menu .pink {
        color: #E8746B;
        font-weight: bold;
    }

    .l-main .site-header .nav-menu .buttons img {
        width: 90%;
        max-width: 300px;
        margin: 10px 0;
        display: block;
    }
    .site-header {
        padding-top: 0;
        
    }    
    .l-main .display_pc {
        display: none;
    }
    .header-inner {
        padding-left: 0;
    }    
    .header-logo img {
        height: 31px;
        margin: 11px auto 11px;
        width: auto;
    }
    .header-inner {
        height: 48px;
    }
    .header_wrap {
        background-color: transparent;
    }
    .l-main .display_sp {
        display: block;
    }
    .header-logo {
        width: 180px;
        height: auto;
        margin: 0 auto;
        position: inherit;
    }
    .menu-toggle span {
        display: block;
        height: 3px;
        background: #fff;
        border-radius: 2px;
        transition: all 0.3s ease;
        transform-origin: center;
        width: 100%;
        position: relative;
    }
    .menu-toggle.active .toggle1 {
        transform: rotate(45deg) translate(7px, 5px);
        top: 1px;
    }
    .menu-toggle.active .toggle2 {
        opacity: 0;
    }
    .menu-toggle.active .toggle3 {
        transform: rotate(-45deg) translate(5px, -5px);
    } 
    .l-main .site-header .nav-menu ul{
        display: block;
        width: 100%;
        text-align: center;
    }

    .l-main .site-header .cta_block{
        width: 94%;
        margin: 0 auto;
    }
}
/* ↑↑↑↑↑↑↑ for all page // heder gnavi Menu ↑↑↑↑↑↑↑　*/


@media screen and (max-width: 820px) {

}



/* ↓↓↓↓↓↓↓ lowerPage fv H1 ↓↓↓↓↓↓↓　*/
.lowerPage .lowerPage_fv,.contact-header.lowerPage_fv {
    height: 233px;
    background-color: #CC0000;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lowerPage .lowerPage_fv h1,.contact-header.lowerPage_fv h1 {
    font-size: 30px;
    line-height: 1.6;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.lowerPage .lowerPage_fv h1 span,.contact-header.lowerPage_fv h1 span {
    font-size: 18px;
    font-family: Montserrat;
    display: block;    
}
.lowerPage .lowerPage_fv ,.contact-header.lowerPage_fv{
    padding-top: 95px;
}

@media screen and (max-width: 1000px) {
    .lowerPage .lowerPage_fv ,.contact-header.lowerPage_fv{
        padding-top: 50px;
    }
    .lowerPage .lowerPage_fv ,.contact-header.lowerPage_fv{
    height: 160px;
    }
    .lowerPage .lowerPage_fv h1 ,.contact-header.lowerPage_fv h1{
        font-size: 24px;
    }
    .lowerPage .lowerPage_fv h1 span ,.contact-header.lowerPage_fv h1 span{
        font-size: 14px;
    }
}
/* ↑↑↑↑↑↑↑ lowerPage fv H1 ↑↑↑↑↑↑↑　*/


/* ↓↓↓↓↓↓↓ breadwrap ↓↓↓↓↓↓↓　*/
.breadwrap{
    background-color: #FAFAF4;
    width: 100%;
    padding: 5px;
}
.breadwrap .breadwrap_inner{
    max-width: 1200px;
    width: 94%;
    margin: 0 auto;
    overflow-x: auto;
    white-space: nowrap;
}
.breadwrap .breadwrap_inner ul{
    width: 100%;
}
.breadwrap .breadwrap_inner ul li{
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: #000;
    padding-right: 1em;
}
.breadwrap .breadwrap_inner ul li:after{
    content: '>';
    position: absolute;
    right: 0em;
    bottom: 0;
    top: 0;
    margin: 0 auto;
}
.breadwrap .breadwrap_inner ul li:last-child::after{
    content: '';
    display: none;
}
.breadwrap .breadwrap_inner ul li a{
    font-size: 12px;
    color: #000;
}
.breadwrap .breadwrap_inner ul li a:hover{
    text-decoration: underline;
    opacity: .8;
}
/* ↑↑↑↑↑↑↑ breadwrap ↑↑↑↑↑↑↑　*/


/* ↓↓↓↓↓↓↓ lowerPage padding ↓↓↓↓↓↓↓　*/
.lowerPage_contentWrap{
    padding-top:80px ;
}
@media screen and (max-width: 820px) {
    .lowerPage_contentWrap{
        padding-top:50px ;
    }
}
.lowerPage_contentWrap-inner{
    width: 90%;
    max-width: 750px;
    margin: 0 auto;
}
/* ↑↑↑↑↑↑↑ lowerPage padding ↑↑↑↑↑↑↑　*/


/* ↓↓↓↓↓↓↓ lowerPage cta ↓↓↓↓↓↓↓　*/
.lowerPage .c-btnset{
    width: 100%;
}
.lowerPage .p-footer_link{
    padding-top: 120px;
}
@media screen and (max-width: 820px) {
    .lowerPage .p-footer_link{
        padding-top:70px ;
    }
}

.lowerPage .lowerPage_ctawrap{
    width: 90%;
    max-width: 750px;
    margin: 0 auto;    
}
/* ↑↑↑↑↑↑↑ lowerPage cta ↑↑↑↑↑↑↑　*/



/* ↓↓↓↓↓↓↓ heading ↓↓↓↓↓↓↓　*/
.lowerPage .heading01{
    padding: 15px 12px;
    font-size: 30px;
    line-height: 1.4;
    font-weight: 600;
    background-color: #FFD4D4;
    border-left: 4px solid #CC0000;
    max-width: 960px;
    width: 90%;
    margin: 0 auto 1em;
}
@media screen and (max-width: 820px) {
    .lowerPage .heading01{
        font-size: 22px;
    }
}
.lowerPage .heading02{
    width: 100%;
    max-width: 750px;
    margin: 0 auto 1.5em;
    position: relative;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 600;
    color: #000;
    padding: 3px 8px;
    border-bottom: solid 2px #B6B6B6;
}
.lowerPage .heading02:after{
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #CC0000;
  bottom: -2px;
  left: 0;
  width: 60px;
}
@media screen and (max-width: 820px) {
    .lowerPage .heading02{
        font-size: 22px;
    }
}
.lowerPage .heading03{
    width: 100%;
    max-width: 750px;
    margin: 0 auto 1.75em;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 600;
    color: #000;
    padding: 3px 8px;
    border-bottom: solid 2px #B6B6B6;
}
@media screen and (max-width: 820px) {
    .lowerPage .heading03{
        font-size: 18px;
    }
}
.lowerPage .heading04{
    width: 100%;
    max-width: 750px;
    margin: 0 auto 1.5em;
    position: relative;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
    color: #000;
}
@media screen and (max-width: 820px) {
    .lowerPage .heading04{
        font-size: 17px;
    }
}
.lowerPage .heading05{
    width: 100%;
    max-width: 750px;
    margin: 0 auto 1.5em;
    position: relative;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    color: #000;
}
@media screen and (max-width: 820px) {
    .lowerPage .heading05{
        font-size: 16px;
    }
}
/* ↑↑↑↑↑↑↑ heading ↑↑↑↑↑↑↑　*/

/* ↓↓↓↓↓↓↓ default p ↓↓↓↓↓↓↓　*/
.lowerPage p{
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
    margin-bottom: 1.25em;
    color: #000000;
}
/* ↑↑↑↑↑↑↑ default p ↑↑↑↑↑↑↑　*/


/* ↓↓↓↓↓↓↓ 目次 ↓↓↓↓↓↓↓　*/
.lowerPage .tableofContent{
    width: 100%;
    border: 2px solid #CC0000;
    border-radius: 8px;
    padding: 15px 20px;
    margin: 30px 0 50px;
}
.lowerPage .tableofContent_title{
    font-size: 22px;
    color: #000;
    font-weight: bold;
    page-break-inside: 5px;
    border-bottom: 2px solid #CC0000;    
    margin-bottom: 1em;
}
.lowerPage .tableofContent_list{
  counter-reset: item;
  list-style: none;
  padding-left: 0;
}
.lowerPage .tableofContent_list > li{
  counter-increment: item;
  position: relative;
  padding-left: 3.25em;
}
.lowerPage .lowerPage_contentWrap-inner .tableofContent_list li a{
    text-decoration: none;
    color: #000;
}
.lowerPage .tableofContent_list > li ol li{
  counter-increment: item;
  position: relative;
  padding-left: 3.25em;
  font-size: 14px;
}
.lowerPage .tableofContent_list > li::before {
  content: counters(item, ".") ". ";
  position: absolute;
  left: 1.75em;
  top: 0;
  font-weight: bold;
}
.lowerPage .tableofContent_list li ol li::before {
  content: counters(item, ".") " ";
  position: absolute;
  left: 1.25em;
  font-weight: 400;
  top: -0.05em;  
}
.lowerPage .tableofContent_list > li::after {
  content: "●";
  position: absolute;
  left: 0;
  color: #CC0000;
  top: 0em;  
}
.lowerPage .tableofContent_list li ol li::after {
  content: "●";
  position: absolute;
  left: 0;
  top: .25em;
  color: #DD6464;
  font-size: 80%;
}

/* 入れ子のolも同じカウンターを使う */
.tableofContent_list ol {
  counter-reset: item;
  list-style: none;
  padding-left: 1.5em;
}

.lowerPage .tableofContent_h2{
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    color: #000;
    margin-bottom: .5em;
    display: inline-block;
}
.lowerPage .tableofContent_h3{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #000;
    margin-bottom: .5em;
    display: inline-block;    
}
.lowerPage .tableofContent_list li ol li:last-child{
    margin-bottom: 1.25em;
}
/* ↑↑↑↑↑↑↑ 目次 ↑↑↑↑↑↑↑　*/



/* ↓↓↓↓↓↓↓ 文字装飾 ↓↓↓↓↓↓↓ */
.lowerPage .highlight{
    background: #FFEDA3;
    padding: 1px 5px;
    /* display: inline-block; */
}
.lowerPage .redFnt{
    color: #CC0000;
    font-weight: 700;
}
.lowerPage .lowerPage_contentWrap-inner a{
    color: #0088FF;
    text-decoration: underline;
}
.lowerPage .lowerPage_contentWrap-inner a:hover{
    text-decoration: none;
    opacity: .8;
}
/* ↑↑↑↑↑↑↑ 文字装飾 ↑↑↑↑↑↑↑　*/


/* ↓↓↓↓↓↓↓ リスト装飾 ↓↓↓↓↓↓↓ */
.lowerPage .cirlceList {
    display: block;
    width: 100%;
}
.lowerPage .cirlceList li{
    position: relative;
    display: block;
    padding-left: 1em;
}
.lowerPage .cirlceList li:before{
    position: absolute;
    content: '●';
    color: #DD6464;
    left: 0;
    top: 0.6em;
    font-size: 10px;
}
.lowerPage .numberList {
  counter-reset: num;
  list-style: none;
  padding-left: 0;
}
.lowerPage .numberList li{
  counter-increment: num;
  position: relative;
  padding-left: 1.9em;
  margin-bottom: 0.25em;
}
.lowerPage .numberList li:before{
  content: counter(num);
  position: absolute;
  left: 0;
  top: 1.05em;
  width: 1.8em;
  height: 1.8em;
  border-radius: 50%;
  transform: translateY(-50%);  
  background: #DD6464;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8em;
  font-weight: bold;
  line-height: 1;
}
/* ↑↑↑↑↑↑↑ リスト装飾 ↑↑↑↑↑↑↑　*/

/* ↓↓↓↓↓↓↓ 引用 ↓↓↓↓↓↓↓ */
.lowerPage .blockquoteWrap{
    max-width: 750px;
    width: 100%;
    background-color: #FAFAF4;
    padding: 20px;
    border-radius: 3px 0 0 3px;
    border-left: 6px solid #CC0000;
    margin: 1em 0;
}
.lowerPage .blockquoteWrap p:last-child{
    margin-bottom: 0;

}
/* ↑↑↑↑↑↑↑ 引用 ↑↑↑↑↑↑↑　*/

/* ↓↓↓↓↓↓↓ テーブル ↓↓↓↓↓↓↓ */
.lowerPage .tablePtn1{
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #FFD4D4;
    margin-bottom: 1.5em;
}
.lowerPage .tablePtn1 tr{ 
    border: 1px solid #FFD4D4;
}
.lowerPage .tablePtn1 th{
    width: 33.3%;
    text-align: center;
    vertical-align: center;
    background-color: #FFD4D4;
}
.lowerPage .tablePtn1 td{
    width: 33.3%;
    text-align: center;
    vertical-align: center;
}
.lowerPage .tablePtn1 tr:nth-child(2n + 1){
    background-color: #FFD4D4;
}
.lowerPage .tablePtn1 tr:nth-child(2n + 1) th + th{
    border-left: 1px solid #fff;
}
.lowerPage .tablePtn1 tr:nth-child(2n + 1) td + td{
    border-left: 1px solid #fff;
}
.lowerPage .tablePtn1 tr:nth-child(2n + 2){
    background-color: #fff;    
}
.lowerPage .tablePtn1 tr:nth-child(2n + 2) td + td{
    border-left: 1px solid #FFD4D4;
}
/* ↑↑↑↑↑↑↑ テーブル ↑↑↑↑↑↑↑　*/

/* ↓↓↓↓↓↓↓ 定義リスト ↓↓↓↓↓↓↓ */
.lowerPage .dlPtn1{
    width: 100%;
    display: block;
    background-color: #FFD4D4;
    border: 1px solid #FFD4D4;
    padding: 12px 22px;
    border-radius: 10px;
    margin-bottom: 1em;
}
.lowerPage .dlPtn1 dt,.lowerPage .dlPtn1 dd{
    width: 100%;
    display: block;
}
.lowerPage .dlPtn1 dt{
    font-weight: 700;
    font-size: 16px;
}
.lowerPage .dlPtn1 dd{
    font-weight: 400;
    font-size: 15px;
}

.lowerPage .dlPtn2{
    width: 100%;
    display: block;
    background-color: #fff;
    border: 1px solid #CC0000;
    padding: 12px 22px;
    border-radius: 10px;
    margin-bottom: 1em;    
}
.lowerPage .dlPtn2 dt,.lowerPage .dlPtn2 dd{
    width: 100%;
    display: block;
}
.lowerPage .dlPtn2 dt{
    font-weight: 700;
    font-size: 16px;
}
.lowerPage .dlPtn2 dd{
    font-weight: 400;
    font-size: 15px;
}
/* ↑↑↑↑↑↑↑ 定義リスト ↑↑↑↑↑↑↑　*/


/* ↓↓↓↓↓↓↓ トップページ コラム ↓↓↓↓↓↓↓ */
.top_column{
    position: relative;
    background-color: #F2F2F2;;
    padding: 120px 0 60px;
}
.top_column .c-title{
    margin-bottom: 60px;
}
@media screen and (max-width: 820px) {
    .top_column .c-title{
        margin-bottom: 30px;
    }
}
.top_column:after{
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #FAFAF4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    border-top-left-radius: 170px;
    z-index: 0;    
}
.top_column .l-container{
    z-index: 1;
    position: relative;
}
.p-form {
  background-color: #FAFAF4;
}

.columnListwrap{
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
    /* display: flex;
    justify-content: center;
    position: relative;
    align-items: stretch;     */
}
@media screen and (max-width: 820px) {
    .columnListwrap{
        max-width: 800px;
        flex-direction: column;
    }
}

.columnListwrap .columnList_card{
    width: 30%;
    margin: 1%;
}
@media screen and (max-width: 820px) {
    .columnListwrap .columnList_card{
        margin: .5%;
    }    
}

/* .top_column .columnList_card a > img{
    width:100%;
    height:auto;
    display:block;
} */

.columnListwrap .columnList_card a:hover{
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    opacity: .8;
    
}
.columnListwrap .columnList_card a{
    transition: .3s;
    display: block;
    background-color: #fff;
    border-radius: 25px;
    height:100%;
    text-decoration: none;
}
.columnListwrap .columnList_card a .columnList_card_txtContent{
    background-color: #fff;
    border-radius: 0 0 19px 19px;
    padding: 20px 18px 25px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    /* height: calc(100% - 50%); */
    height: auto;
}
@media screen and (max-width: 820px) {
    .columnListwrap .columnList_card a .columnList_card_txtContent{
        /* height: calc(100% - 28vw); */
        height: auto;
    padding: 20px 16px 25px;

    }
}
@media screen and (max-width: 600px) {
    .columnListwrap .columnList_card a .columnList_card_txtContent{
        height: auto;
        padding: 20px 28px 30px;            
    }
}
.columnListwrap .columnList_card a .columnList_card_txtContent > div{
    /* height: calc(100% - 80px); */
    height: auto;
    padding-top: .5em;
}
@media screen and (max-width: 820px) {
    .columnListwrap .columnList_card a .columnList_card_txtContent > div{
        height: auto;
    }
}

.columnListwrap .columnList_card a .columnList_card_txtContent .title{
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    color: #000;
    margin-bottom: 3px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;    
  height: 74px;
}
@media screen and (max-width: 820px) {
    .columnListwrap .columnList_card a .columnList_card_txtContent .title{
        height: auto;
    }
}

.columnListwrap .columnList_card a .columnList_card_txtContent .icon_date{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0px;
}
.columnListwrap .columnList_card a .columnList_card_txtContent .icon_date span{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #94A3B8;
    font-weight: 500;
}
.columnListwrap .columnList_card a .columnList_card_txtContent .icon_date img{
    width: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}
.columnListwrap .columnList_card a .columnList_card_txtContent .icon_category {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0px;
}
.columnListwrap .columnList_card a .columnList_card_txtContent .icon_category span{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.3;    
    color: #94A3B8;
    font-weight: 500;
}
.columnListwrap .columnList_card a .columnList_card_txtContent .icon_category img{
    width: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    margin: 0 7px 0 2px;
}
.columnListslider{
    position: relative;
    z-index: 2;
}

/* .top_column .slick-list {
    display: flex;
    align-items: stretch;
} */
.top_column .slick-track {
    display: flex !important;
}
.top_column .slick-slide {
    height: auto !important;
}



@media screen and (max-width: 820px) {
    .top_column{
        padding: 70px 0 50px;
    }
    .top_column:after{
        border-top-left-radius: 0px;
        border-top-right-radius: 70px;
    }
    .top_column .columnListwrap{
        flex-direction: initial;
        align-items: initial;
    }
    /* .top_column .slick-list {
        display: block;
        align-items: initial;
    } */
}

.slide_arrow_box{
    position: absolute;
    /* width: 100%;
    height: 100%; */
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.slide_arrow_box .prev-arrow,.slide_arrow_box .next-arrow {
      display: block;
      width: 25px;
      height: 25px;
      background: rgba(255,255,255,.7);
      border: 1px solid #94A3B8;
      border-radius: 50%;
      transition: all .3s ease;
      cursor: pointer;
      position:absolute;
      z-index: 3;
}
/* .slide_arrow_box .prev-arrow:hover,.slide_arrow_box .next-arrow:hover{
        background-color: #94A3B8;
        border: 1px solid #fff;
}
.slide_arrow_box .prev-arrow:hover,.slide_arrow_box .next-arrow:hover:after{
        border: 1px solid #fff;
      border-left: 0;
      border-bottom: 0;
      transform: rotate(45deg);
      transform-origin: top right;        
} */

.slide_arrow_box .next-arrow{
    right: 1vw;
}

.slide_arrow_box .prev-arrow {
      transform: rotate(180deg);
      left: 1vw;
}
@media screen and (max-width: 820px) {
    .slide_arrow_box .next-arrow{
        right: 1vw;
        top: 55vw;
    }
    .slide_arrow_box .prev-arrow {
        left: 1vw;
        top: 55vw;
    }    
}
@media screen and (max-width: 600px) {
    .slide_arrow_box .next-arrow{
        right: 0vw;
    }
    .slide_arrow_box .prev-arrow {
        left: 0vw;
    }    
}



.slide_arrow_box .next-arrow::after{
      content: '';
      width: 8px;
      height: 8px;
      border: 1px solid #94A3B8;
      border-left: 0;
      border-bottom: 0;
      transform: rotate(45deg);
      transform-origin: top right;
      position: absolute;
      top: 50%;
      right: 8px;
      box-sizing: border-box;
}
.slide_arrow_box .prev-arrow::after{
      content: '';
      width: 8px;
      height: 8px;
      border: 1px solid #94A3B8;
      border-left: 0;
      border-bottom: 0;
      transform: rotate(45deg);
      transform-origin: top right;
      position: absolute;
      top: 50%;
      right: 8px;
      box-sizing: border-box;
}


.dots-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;    
}
.dots-wrap li{
      width: 10px !important;
      height: 10px !important;
      margin: 20px 7px 0;
      background: #d1d2d9;
      border-radius: 50%;
      cursor: pointer;
}
.dots-wrap li:hover{
        background: #CC0000;
}
.dots-wrap .slick-active{
        background: #CC0000;
}
.dots-wrap button{
        display: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: none;
        padding: 0;
        border: none;
        background-color: transparent;
}

.btnPtn1{
    max-width: 320px;
    margin: 40px auto 0px;
    padding-bottom: 50px;
    width: 45%;
}
@media screen and (max-width: 820px) {
    .btnPtn1{
        width: 80%;
    }
}
.btnPtn1 a{
    position: relative;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #CC0000 !important;
    text-align: center;
    border-radius: 10px;
    padding: 20px 30px;
    background-color: #fff;
    text-decoration: none !important;
    border: 1px solid #CC0000;
    display: block;
}
.btnPtn1 a:after{
    position: absolute;
    content: '';
    display: inline-block;
    width: 20px;
    height: 8px;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #CC0000;
    clip-path: polygon(0 44.9%, 75.3% 44.9%, 75.3% 0, 100% 50%, 75.3% 100%, 75.3% 55.1%, 0 55.1%);
}

.btnPtn1 a:hover{
    color: #fff !important;
    background-color: #CC0000;
    transition: .2s;
}
.btnPtn1 a:hover:after{
    background: #fff;
}
/* ↑↑↑↑↑↑↑ トップページ コラム ↑↑↑↑↑↑↑　*/




/* ↓↓↓↓↓↓↓ コラムページ ↓↓↓↓↓↓↓ */
.columnTitle{
    max-width: 960px;
    width: 90%;
    margin: 0 auto 80px;
    padding: 5px 12px;
    font-size: 30px;
    line-height: 1.4;
    font-weight: 600;
    border-left: 4px solid #CC0000;
}

@media screen and (max-width: 820px) {
    .columnTitle{
        font-size: 30px;
        margin: 0 auto 40px;        
    }
}
.columnPage_Listwrap .columnListwrap{
    display: flex;
    justify-content: center;
    position: relative;
    align-items: stretch;
}
.columnPage_Listwrap .columnListwrap{
    flex-wrap: wrap;
    justify-content: flex-start;
}
.columnPage_Listwrap .columnListwrap li{
    width: 31.3%;
}

@media screen and (max-width: 820px) {
    .columnPage_Listwrap .columnListwrap{
        flex-direction: initial;
        width: 90%;
    }
    .columnPage_Listwrap .columnListwrap li{
        width: 48%;
        margin: 1%;
    }
}

@media screen and (max-width: 600px) {
    .columnPage_Listwrap .columnListwrap{
        flex-direction: initial;
        width: 90%;
    }
    .columnPage_Listwrap .columnListwrap li{
        width: 100%;
        margin: 1% 1% 4%;
    }
}

.columnPage_Listwrap .columnListwrap .columnList_card a{
    box-shadow: 0 0 10px rgba(0,0,0,.2)
}
.columnPage_Listwrap .columnListwrap .columnList_card a img{
    border-radius: 17px 17px 0 0;

}
.columnPage_heading02{
    position: relative;
    font-size: 24px;
    font-weight: 700;
    color: #000;
    padding-left: 1.25em;
    margin: 2em auto 1em;
    width: 100%;
    max-width: 750px;
}
@media screen and (max-width: 820px) {
    .columnPage_heading02{
        font-size: 22px;
    }
}
.columnPage_heading02:before{
    position: absolute;
    content: '●';
    color: #CC0000;
    font-size: 80%;
    top: 0.25em;
    left: 0;
}
/* ↑↑↑↑↑↑↑ コラム ページ ↑↑↑↑↑↑↑　*/




/* ↓↓↓↓↓↓↓ カテゴリー ↓↓↓↓↓↓↓ */
.categoryWrap{
    width: 100%;
    margin-bottom: 3em;
}
.categoryWrap .categoryList{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.categoryWrap .categoryList li{
    width: 24%;
    margin: 1.5% 1% 1.5% 0%;
}
.categoryWrap .categoryList li:nth-child(4n + 4){
    margin-right: 0;
}
.categoryWrap .categoryList li a{
    display: block;
    width: 100%;
    text-decoration: none;
    color: #CC0000;
    border: 2px solid #CC0000;
    background-color: #fff;
    text-align: center;
    border-radius: 10px;
    font-size: 16px;
    padding: 10px 0;
    font-weight: 700;
}
@media screen and (max-width: 820px) {
    .categoryWrap .categoryList li{
        width: 48%;
    }
    .categoryWrap .categoryList li:nth-child(4n + 4){
        margin-right: 0;
    }
    .categoryWrap .categoryList li:nth-child(2n + 2){
        margin-right: 0;
    }
}
@media screen and (max-width: 600px) {
    .categoryWrap .categoryList li{
        width: 100%;
        margin: 1% 0;
    }
}
/*.categoryWrap .categoryList .all_category a{
    color: #fff;
    border: 2px solid #fff;
    background-color: #CC0000;
}*/

.categoryWrap .categoryList li a:hover,
.categoryWrap .categoryList li a.active {
    color: #fff;
    border: 2px solid #fff;
    background-color: #CC0000;
    transition: .2s;
    cursor: pointer;
}
/* ↑↑↑↑↑↑↑ カテゴリー ↑↑↑↑↑↑↑　*/



.columnDetail_categorywrap{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
}
.columnDetail_categorywrap .icon_date{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0px;
    margin-right: 10px;
}
.columnDetail_categorywrap .icon_date span{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #94A3B8;
    font-weight: 500;
}
.columnDetail_categorywrap .icon_date img{
    width: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}

.columnDetail_categorywrap .icon_category{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0px;
}
.columnDetail_categorywrap .icon_category span{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.3;    
    color: #94A3B8;
    font-weight: 500;
}
.columnDetail_categorywrap .icon_category img{
    width: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    margin: 0 7px 0 2px;
}


.columnDetailPage_heading02{
    position: relative;
    font-size: 24px;
    font-weight: 700;
    color: #000;
    padding-left: 1.25em;
    margin: 2em auto 1em;
    width: 90%;
    max-width: 750px;
}
@media screen and (max-width: 820px) {
    .columnDetailPage_heading02{
        font-size: 22px;
    }
}
.columnDetailPage_heading02:before{
    position: absolute;
    content: '●';
    color: #CC0000;
    font-size: 80%;
    top: 0.25em;
    left: 0;
}

.kiji_btn{
    text-align: center;
    margin: 3em 0 2em;
}
.kiji_btn a{
    text-align: center;
    font-weight: 700;
    color: #CC0000 !important;
    font-size: 16px;
}
.kiji_btn a:hover{
    text-decoration: underline;
    opacity: .8;

}

.mb1em{
    margin-bottom: 1em !important;
}
.mb2em{
    margin-bottom: 2em !important;
}
.mb3em{
    margin-bottom: 3em !important;
}
.mb4em{
    margin-bottom: 4em !important;
}
.mb5em{
    margin-bottom: 5em !important;
}



.p-underfv{
    padding-top: 160px;
}
@media screen and (max-width: 820px) {
    .p-underfv{
        padding: 60px 0;
    }
}

.top_column .columnListwrap{
    max-width: 100%;
    position: relative;
}

.slick-slide img{
    border-radius: 19px 19px 0 0;
}