@charset "utf-8";

/*==============================
コラム
==============================*/
.column_header .inner {
    height: 310px;
}

.column_header .inner .page_title_area {
    bottom: 55px;
}

.column_header .inner .page_title {
    margin-bottom: 9px;
}

.column_header .inner .sub_en {
    line-height: 1.8rem;
}

.column_header .inner .page_title_copy {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 3rem;
    padding-left: 0;
}

.column .colsx {
    gap: 0 24px;
}

.column .box {
    margin-bottom: 40px;
    box-shadow: rgba(26, 34, 41, 0.05) 0 6px 20px;
    border-radius: 8px;
    position: relative;
}

.column .box a {
    flex-direction: column;
    height: auto;
}

.column .img_area {
    height: 218px;
    width: 100%;
    max-width: inherit;
    border-radius: 8px 8px 0 0;
}

.column .txt_area {
    padding: 16px 24px 54px 32px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.column .head_inner {
    flex: 1;
}

.column .box_head {
    font-weight: bold;
    margin: 13px 0;
    font-size: 1.8rem;
    line-height: 2.4rem;
}

.column .box_txt {
    color: #606e79;
    font-size: 1.6rem;
    margin-bottom: 11px;
    line-height: 2.4rem;
}

.column .date {
    font-size: 1.2rem;
    color: #abb7c1;
    font-family: 'Lato';
    margin-bottom: 8px;
    display: inline-block;
}

.column .tag_cat {
    display: inline-block;
    height: 24px;
    line-height: 2.4rem;
    padding: 0 16px;
    font-weight: bold;
    font-size: 1.2rem;
    margin-right: 16px;
}

.column_date {
    margin-bottom: 13px;
}

.column .box .btn_detail {
    position: absolute;
    bottom: 22px;
    right: 24px;
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .column_header .inner {
        height: 200px;
    }

    .column_header .inner .page_title_area {
        bottom: 43px;
    }

    .column_header .inner .page_title_copy {
        font-size: 1.6rem;
        line-height: 2.4rem;
        margin-bottom: 0;
    }

    .column_header img {
        height: 100%;
        width: auto;
    }

    .column .box {
        margin-bottom: 16px;

    }

    .column .box a {
        flex-direction: row;
        height: 100%;
        min-height: 211px;
    }

    .column .img_area {
        width: 106px;
        height: auto;
        border-radius: 8px 0 0 8px;
        position: relative;
    }

    .column .txt_area {
        width: calc(100% - 106px);
        position: relative;
        padding: 29px 52px 32px 24px;
        vertical-align: middle;
        margin: auto 0;
    }

    .column .img_area img {
        position: absolute;
        top: 0;
        bottom: 0;
        height: 100%;
    }

    .column .box .txt_area::after {
        font: var(--fa-font-solid);
        content: '\f061';
        font-size: 1.2rem;
        width: 11px;
        height: 13px;
        display: inline-block;
        position: absolute;
        top: 50%;
        right: 24px;
        color: #0078dc;
        transform: translateY(-50%);
    }

    .column .box a:hover .txt_area::after {
        right: 20px;
        transition: 0.4s;
    }

    .column .box_head {
        font-size: 1.6rem;
        margin: 0 0 14px;
    }

    .column .box_txt {
        font-size: 1.3rem;
        line-height: 2.1rem;
        margin-bottom: 12px;
    }

    .column .tag_cat {
        font-size: 1rem;
        line-height: 2rem;
        height: 20px;
        padding: 0 18px;
        margin-right: 8px;
    }

    .column_date {
        margin-bottom: 0;
    }
}
/*==============================
コラム詳細
==============================*/
.page_date {
    margin-bottom: 16px;
}

.page_date .tag_cat {
    background: #606E79;
    display: inline-block;
    height: 32px;
    line-height: 3.2rem;
    padding: 0 24px;
    font-weight: bold;
    font-size: 1.6rem;
    margin-right: 16px;
    border-radius: 16px;
}

.page_date .date {
    font-size: 1.4rem;
    color: #abb7c1;
    font-family: 'Lato';
    display: inline-block;
}

.column_kv {
    position: relative;
    border-radius: 8px;
    margin-bottom: 40px;
    padding: 0;
}

.column_kv::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(26, 34, 41, 0.5);
    border-radius: 8px;
}

.kv_title_area {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
}

.column_kv .kv_title {
    font-size: 4.8rem;
    line-height: 6.4rem;
    font-weight: bold;
    margin-bottom: 22px;
}

.column_kv .kv_sub_tiltle {
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-weight: bold;
    margin-bottom: 0;
}

.column_kv img {
    width: 100%;
    height: 100%;
}

.column_head_lv2 {
    font-size: 3.2rem;
    line-height: 4.8rem;
    font-weight: bold;
    margin: 96px 0 39px;
}

.column_head_lv3 {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 3.2rem;
    position: relative;
    padding-left: 16px;
    margin: 56px 0 32px;
}

.column_head_lv3::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 0;
    height: 22px;
    width: 4px;
    background-color: #D42317;
}

.column_head_sub{
    font-size: 1.6rem;
    color: #1A2229;
}

.column_head_lv4 {
    font-size: 1.8rem;
    line-height: 2.4rem;
    padding: 13px 16px;
    border-radius: 4px;
    color: #D42317;
    background: rgba(212, 35, 23, 0.1);
    margin: 40px 0;
}

.column_head_lv4_2 {
    font-size: 1.8rem;
    color: #1A2229;
    margin: 40px 0 24px;
}

.column_head_lv5 {
    font-size: 1.6rem;
    line-height: 2.1rem;
    font-weight: bold;
    color: #D42317;
    margin: 64px 0 38px;
}

figcaption {
    font-size: 1.4rem;
    line-height: 1.9rem;
    color: #606E79;
}

.column_contents {
    padding-bottom: 115px;
}

main .column_contents p {
    font-size: 1.6rem;
    line-height: 3.2rem;
    margin-bottom: 32px;
}

.column_contents a {
    color: #0078DC;
    display: inline-block;
}
.column_contents .btn_more a{
    line-height: 1.2;
}

.caution {
    margin-bottom: 20px;
    display: block;
}

.caution p {
    margin-bottom: 11px;
    font-size: 1.4rem;
    line-height: 2.4rem;
    color: #606E79;
}

.column_quotes_box {
    background: rgba(254, 192, 60, 0.1);
    padding: 40px 40px 35px;
    border-radius: 8px;
    margin-bottom: 40px;
    position: relative;
}

.column_quotes_box::before,
.column_quotes_box::after {
    content: "";
    width: 28.39px;
    height: 24.44px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
}

.column_quotes_box::before {
    background: url(/images/personal/column/quote_l.png);
    left: 24.3px;
    top: 25.7px;
}

.column_quotes_box::after {
    background: url(/images/personal/column/quote_r.png);
    right: 27.3px;
    bottom: 25.6px;
}

.column_quotes_inner {
    position: relative;
    z-index: 10;
}

.column_quotes_box *:last-child {
    margin-bottom: 0;
}

.column_quotes_box .caution p {
    margin-bottom: 0;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #606E79;
}

.column_tb {
    margin: 67px 0 40px;
}

.column_tb th {
    width: 160px;
}

.column_tb td {
    font-size: 1.6rem;
    line-height: 3.2rem;
}

.column_tb th,
.column_tb td {
    text-align: left;
    padding: 24px 16px;
    box-sizing: border-box;
}

.column_tb tr:first-of-type th,
.column_tb tr:first-of-type td {
    border-top: 1px solid #ECEEEF;
}

.column_tb tr th,
.column_tb tr td {
    border-bottom: 1px solid #ECEEEF;
}

.column_ol {
    counter-reset: li;
    margin-bottom: 38px;
}

.column_ol li {
    position: relative;
    font-size: 1.6rem;
    line-height: 3.2rem;
    padding-left: 24px;
    list-style: none;
}

.column_ol li:before {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.6rem;
    line-height: 3.2rem;
    font-weight: bold;
    color: #1A2229;
    counter-increment: li;
    content: counter(li)"";
}

.column_boxes {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 123px 0 64px;
}

.column_box {
    margin: 0 52px;
    max-width: 808px;
    border-radius: 8px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
}

.column_box a {
    display: flex;
}

.column_box .img_area {
    width: 370px;
    max-width: 370px;
    position: relative;
    border-radius: 8px 0 0 8px;
}

.column_box .img_area::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(26, 34, 41, 0.5);
    border-radius: 8px 0 0 8px;
}

.column_box .img_area img {
    height: 100%;
    width: auto;
}

.column_box a:hover .img_area img {
    transform: scale(1.1);
    transition: 0.4s;
}

.column_box .txt_area {
    width: calc(100% - 370px);
    border-radius: 0 8px 8px 0;
    padding: 33px 40px 38px;
    color: #1A2229;
}

.column_box .box_head {
    font-size: 3.2rem;
    line-height: 4.3rem;
    margin-bottom: 20px;
}

.column_box .column_date {
    margin-bottom: 37px;
}

.column_box .tag_cat {
    background-color: #606E79;
    color: #fff;
    border-radius: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 2.4rem;
    padding: 0 16px;
    display: inline-block;
    margin-right: 16px;
}

.column_box .date {
    font-size: 1.2rem;
    line-height: 1.5rem;
    color: #ABB7C1;
}

.column_box .btn_detail {
    margin-bottom: 0;
}

.column_box a:hover .btn_detail span::after {
    right: -4px;
    transition: 0.4s;
}

.column_box_area {
    background: rgba(254, 192, 60, 0.1);
    border-radius: 4px;
    padding: 21px 24px 19px;
    margin-bottom: 40px;
}

.column_box_area *:last-child {
    margin-bottom: 0;
}

.column_box_head {
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-bottom: 21px;
    font-weight: bold;
    color: #D42317;
}

.column_ul {
    margin-bottom: 24px;
}

.column_ul li {
    font-size: 1.6rem;
    line-height: 3.2rem;
    position: relative;
    padding-left: 24px;
}

.column_ul li::before {
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    background-color: #1A2229;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 12px;
}

.column_compare_box {
    background: rgba(254, 192, 60, 0.1);
    padding: 21px 24px 29px;
}

.column_compare_box *:last-child,
.column_box3 *:last-child {
    margin-bottom: 0;
}

.column_compare_box .column_box_head,
.column_box3 .column_box_head {
    text-align: center;
}

.column_compare_box img {
    background: #fff;
    border: 1px solid #ECEEEF;
}

.column_box3 {
    width: calc((100% - 48px)/ 3);
    background: rgba(254, 192, 60, 0.1);
    padding: 21px 24px 29px;
}

.column_box3 img {
    background: #fff;
}

.column_compare.boxes {
    margin: 60px 0 40px;
}

.column_box_area .set_img img {
    margin-top: 3px;
    background: #fff;
}

.column_box_2 {
    max-width: 808px;
    margin: 35px auto 40px;
}

.column_box_2 a {
    display: flex;
}

.column_box_2 .img_area {
    border-radius: 8px 0 0 8px;
    width: 370px;
    max-width: 370px;
}

.column_box_2 .txt_area {
    border-radius: 0 8px 8px 0;
    width: calc(100% - 370px);
    padding: 40px 40px 38px;
    color: #1A2229;
}

.column_box_2 .tag_cat {
    background-color: #606E79;
    color: #fff;
    border-radius: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 2.4rem;
    padding: 0 16px;
    display: inline-block;
    margin-bottom: 13px;
}

.column_box_2 .box_head {
    font-size: 1.8rem;
    line-height: 2.7rem;
    font-weight: bold;
    margin-bottom: 13px
}

.column_box_2 .sub_txt {
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #606E79;
    margin-bottom: 40px;
}

.column_box_2 .btn_detail {
    margin-bottom: 0;
}

.page_ft_area.column_detail {
    background-color: rgba(254, 192, 60, 0.1);
}

.column_box3_2 {
    width: calc((100% - 48px)/ 3);
}

.column_box3_2 img {
    background: #fff;
    border: 1px solid #ECEEEF;
}

.column_contents > .set_box {
    margin-bottom: 35px;
}

.related_column .tag_cat,
.cat_search .tag_cat {
    background: #606E79;
}

.related_column .box .img_area {
    width: 100%;
    height: 218px;
    border-radius: 8px 8px 0 0;
    position: relative;
}

.related_column .box .img_area::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(26, 34, 41, 0.5);
    border-radius: 8px 8px 0 0;
}

.related_column .box .img_area .img_txt {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    z-index: 10;
}

.related_column .box .img_ttl,
.related_column .box .img_p {
    text-align: center;
}

.related_column .box .img_ttl {
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.related_column .box .img_p {
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-bottom: 0;
}

.btn_set {
    display: flex;
    justify-content: center;
    gap: 32px;
}

.btn_set .basic_btn {
    width: 312px;
    line-height: 26px;
}

@media screen and (max-width: 1224px) {
.column_kv {
    margin: 0 24px 40px;
}
.column_contents {
    padding: 0 24px;
}
}

@media screen and (max-width: 768px) {
.column_detail .page_title {
    font-size: 2.2rem;
    line-height: 3.2rem;
}

.page_date {
    margin-bottom: 11px;
}

.column_kv {
    padding: 0;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.column_kv img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: auto;
    margin: 0 auto;
    z-index: -1;
}

.column_kv .kv_title {
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-bottom: 18px;
    text-align: center;
    padding: 0 16px;
}

.column_kv .kv_sub_tiltle {
    font-size: 1.4rem;
    line-height: 1.9rem;
    text-align: center;
    padding: 0 16px;
}

.column_head_lv2 {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: bold;
    margin: 75px 0 17px;
}

.column_head_lv3 {
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin: 35px 0 18px;
}

.column_head_lv4_2 {
    font-size: 1.6rem;
    color: #1A2229;
    margin: 40px 0 16px;
}

.column_head_lv3::before {
    top: 0;
    height: 18px;
}

.column_head_sub{
    font-size: 1.4rem;
    display: block;
}

.column_quotes_box {
    padding: 40px 24px 36px;
}

.column_quotes_box .caution p {
    font-size: 1.2rem;
}

.column_quotes_box::before,
.column_quotes_box::after {
    width: 38px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: cover;
}

.column_quotes_box::before {
    left: 16px;
    top: 16px;
}
.column_quotes_box::after {
    right: 16px;
    bottom: 16px;
}

.column_tb {
    margin: 46px 0 40px;
}

.column_tb tr {
    display: flex;
    flex-direction: column;
    padding: 23px 16px 19px;
    border-bottom: 1px solid #ECEEEF;
}

.column_tb tr:first-of-type {
    border-top: 1px solid #ECEEEF;
}

.column_tb tr th {
    width: 100%;
    border-bottom: none;
    font-size: 1.4rem;
    padding: 0;
    margin-bottom: 14px;
}

.column_tb tr td {
    width: 100%;
    border-bottom: none;
    font-size: 1.4rem;
    line-height: 2.4rem;
    padding: 0;
    margin-bottom: 0;
}

.column_tb tr:first-of-type th,
.column_tb tr:first-of-type td {
    border-top: none;
}

.column_ol li {
    font-size: 1.4rem;
}

.column_ol li:before {
    font-size: 1.4rem;
}

.column_head_lv4 {
    font-size: 1.6rem;
    line-height: 2.1rem;;
    margin: 24px 0;
}

.column_head_lv5 {
    font-size: 1.4rem;
    line-height: 1.9rem;
    margin: 60px 0 22px;
}

.column_boxes {
    margin: 87px 0 40px;
}

.column_box {
    margin: 0;
    max-width: 342px;
}

.column_box a {
    display: block;
}

.column_box .img_area {
    width: 100%;
    height: 198px;
    border-radius: 8px 8px 0 0;
}

.column_box .img_ttl,
.column_box .img_p {
    text-align: center;
}

.column_box .txt_area {
    width: 100%;
    border-radius: 0 0 8px 8px;
    padding: 21px 24px 22px;
}

.column_box .box_head {
    font-size: 1.6rem;
    line-height: 2.1rem;
    margin-bottom: 14px;
}

.column_box .column_date {
    margin-bottom: 10px;
}

.column_box .tag_cat {
    border-radius: 10px;
    font-size: 1rem;
    line-height: 2rem;
    padding: 0 18px;
    margin-right: 8px;
}

.column_box .date {
    font-size: 1rem;
    line-height: 1.2rem;
}

.caution p {
    margin-bottom: 12px;
    font-size: 1.2rem;
    line-height: 2.4rem;
}

.column_box_head {
    font-size: 1.6rem;
    line-height: 2.1rem;
    margin-bottom: 22px;
}

.column_ul {
    margin-bottom: 35px;
}

.column_ul li {
    font-size: 1.4rem;
    line-height: 2.4rem;
}

.column_ul li::before {
    top: 8px;
}

.column_set.boxes {
    gap: 36px;
}

.column_set.boxes .box2,
.column_set.boxes .box2 img {
    width: 100%;
    max-width: 100%;
}

.column_box3_2 {
    width: 100%;
    margin-bottom: 24px;
}

.column_box3_2 img {
    width: 100%;
}

.column_contents figcaption {
    font-size: 1.2rem;
    line-height: 2.2rem;
}

.column_compare.boxes {
    flex-direction: column;
    gap: 40px;
}

.column_compare_box {
    width: 100%;
    max-width: 100%;
    padding: 23px 24px 20px;
}

.column_compare_box figure {
    text-align: center;
}

.column_box3 {
    width: 100%;
    padding: 21px 24px 20px;
}

.column_box_area .set_img,
.column_box_area .set_img img {
    width: 100%;
}

.column_box_area .set_img{
    margin-bottom: 20px;
}

.column_box_area .set_box {
    gap: 36px;
}

.column_box_2 {
    width: 100%;
    max-width: 342px;
}

.column_box_2 a {
    display: block;
}

.column_box_2 .img_area {
    border-radius: 8px 8px 0 0;
    width: 100%;
    height: 287px;
}

.column_box_2 .txt_area {
    border-radius: 0 0 8px 8px;
    width: 100%;
    padding: 16px 24px 22px;
    color: #1A2229;
}

.column_box_2 .tag_cat {
    border-radius: 10px;
    font-size: 1rem;
    line-height: 2rem;
    padding: 0 18px;
}

.column_box_2 .box_head {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 6px;
}
.column_box_2 .sub_txt {
    font-size: 1.2rem;
    line-height: 1.8rem;
    margin-bottom: 10px;
}

.related_column {
    margin-bottom: 80px;
}

.related_column .box {
    max-width: 342px;
}

.related_column .box a {
    display: block;
}

.related_column .box .img_area {
    width: 100%;
    max-width: 342px;
    height: 190px;
    border-radius: 8px 8px 0 0;
    position: relative;
}

.related_column .box .txt_area {
    width: 100%;
    padding: 21px 16px 22px;
    vertical-align: middle;
    margin: auto 0;
}

.related_column .box .txt_area::after {
    display: none;
}

.related_column .box_head {
    margin: 0 0 13px;
}

.related_column .column_date {
    margin-bottom: 22px;
}

.related_column .tag_cat {
    font-size: 1rem;
    line-height: 2rem;
    height: 20px;
    padding: 0 18px;
    margin-right: 0;
    background: #606E79;
}

.related_column .box .btn_detail {
    position: initial;
    margin-bottom: 0;
}

.cat_search .tag_cat {
    margin: 0;
    display: inline-block;
    height: 32px;
    line-height: 3.2rem;
    padding: 0 24px;
    font-weight: bold;
    font-size: 1.6rem;
    border-radius: 16px;
    cursor: pointer;
    color: #fff;
}

.btn_set {
    flex-direction: column;
    gap: 0;
}

.btn_set .basic_btn {
    width: 100%;
}
}

@media screen and (max-width: 545px) {
.column_kv img {
    width: auto;
    height: 100%;
}
}

/*==============================
　事業者向けコラム
==============================*/
/* 一覧：個人向けコラム導線 */
.for_business .column_link{
    margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
    .for_business .column_link{
        margin-bottom: 32px;
    }
}

/* タイトルエリア調整 */
@media screen and (max-width: 768px) {
    .for_business .column_header .inner .page_title_area {
        bottom: 24px;
    }
}

/* コラム下部問い合わせ導線 */
.for_business .personal_head_lv2 {
    position: relative;
    text-align: center;
    font-size: 2rem;
    padding-top: 77px;
    padding-bottom: 0;
    margin-bottom: 40px;
    z-index: 1;
}
.for_business .personal_head_lv2 .en {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 10.4rem;
    z-index: -1;
    font-family: "Lato";
}
@media screen and (max-width: 768px) {
    .for_business .personal_head_lv2 {
        margin-bottom: 40px;
        font-size: 1.6rem;
        padding-top: 50px;
    }
    .for_business .personal_head_lv2 .en {
        font-size: 6.4rem;
    }
}