@charset "utf-8";

/* A-BiSUのコラム本文見出し用 */
.column-content h2 {
    margin: 50px 0;
    padding: 10px 30px;
    font-size: 30px;
    color: white;
    line-height: 1.2;
    border-radius: 10px;
    background-color: #004ca0;
    position: relative;
}

.column-content h2::after {
    content: "";
    width: 0;
    height: 0;
    margin-left: -10px;
    border: solid transparent;
    border-color: rgba(0, 76, 160, 0);
    border-top-width: 10px;
    border-top-color: #004ca0;
    border-bottom-width: 10px;
    border-left-width: 10px;
    border-right-width: 10px;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 10%;
}

.column-content h3 {
    margin: 30px 0;
    padding: 10px;
    font-weight: bold;
    font-size: 28px;
    color: white;
    line-height: 1.4;
    background-color: #004ca0;
}

.column-content h4 {
    margin: 30px 0;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 26px;
    border-left: 5px solid #004ca0;
}

@media (max-width: 1024px) {
    .column-content h2 {
        margin: 40px 0;
        font-size: 28px;
    }

    .column-content h3 {
        margin: 20px 0;
        padding: 8px;
        font-size: 26px;
    }

    .column-content h4 {
        margin: 15px 0;
        font-size: 24px;
    }
}

@media (max-width: 599px) {
    .column-content h2 {
        margin: 30px 0;
        font-size: 24px;
    }

    .column-content h3 {
        margin: 15px 0;
        padding: 5px;
        font-size: 22px;
    }

    .column-content h4 {
        margin: 12px 0;
        font-size: 20px;
    }
}

/*間隔 共通*/
.u-m0 {
    margin: 0 !important;
}

.u-mt10 {
    margin-top: 10px !important;
}

.u-mt15 {
    margin-top: 15px !important;
}

.u-mt20 {
    margin-top: 20px !important;
}

.u-mt30 {
    margin-top: 30px !important;
}

.u-mt40 {
    margin-top: 40px !important;
}

.u-mt50 {
    margin-top: 50px !important;
}

.u-mt60 {
    margin-top: 60px !important;
}

.u-mt1em {
    margin-top: 1em !important;
}

.u-mb10 {
    margin-bottom: 10px !important;
}

.u-mb15 {
    margin-bottom: 15px !important;
}

.u-mb20 {
    margin-bottom: 20px !important;
}

.u-mb30 {
    margin-bottom: 30px !important;
}

.u-mb40 {
    margin-bottom: 40px !important;
}

.u-mb50 {
    margin-bottom: 50px !important;
}

.u-mb60 {
    margin-bottom: 60px !important;
}

.u-mb1em {
    margin-bottom: 1em !important;
}

.u-p0 {
    padding: 0 !important;
}

.u-p10 {
    padding: 10px !important;
}

.u-p15 {
    padding: 15px !important;
}

.u-p20 {
    padding: 20px !important;
}

.u-pt10 {
    padding-top: 10px !important;
}

.u-pt20 {
    padding-top: 20px !important;
}

.u-pt30 {
    padding-top: 30px !important;
}

.u-pt40 {
    padding-top: 40px !important;
}

.u-pt50 {
    padding-top: 50px !important;
}

.u-pt60 {
    padding-top: 60px !important;
}

.u-pt1em {
    padding-top: 1em !important;
}

.u-pb10 {
    padding-bottom: 10px !important;
}

.u-pb20 {
    padding-bottom: 20px !important;
}

.u-pb30 {
    padding-bottom: 30px !important;
}

.u-pb40 {
    padding-bottom: 40px !important;
}

.u-pb50 {
    padding-bottom: 50px !important;
}

.u-pb60 {
    padding-bottom: 60px !important;
}

.u-pb1em {
    padding-bottom: 1em !important;
}

#breadcrumbs {
    margin: 20px 0;
    font-size: 14px;
    text-align: left;
}



.l-container {
    /* max-width: 1020px;
    margin: 190px auto 20px;
    padding: 0 16px; */
    font-size: 16px;
    word-break: normal;
}

.intro-txt {
    padding: 0 20px 0 !important;
    border-left: double 5px #004ca0;
    border-right: double 5px #004ca0;
}

/*タイトル 共通*/
.l-container .l-heading-primary {
    font-weight: bold;
    line-height: 1.4;
}

.l-container .l-heading-secondary {
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 1.3em;
    background-color: transparent;
    color: black;
}

.l-container .l-tertiary {
    clear: both;
    padding: 0.4rem 0.5rem;
    font-weight: bold;
    font-size: 1.2em;
    border-left: solid 5px #004ca0;
    background: #f7f7f7;
    -webkit-box-shadow: 5px 5px 5px rgb(0 0 0 / 22%);
    box-shadow: 5px 5px 5px rgb(0 0 0 / 22%);
}



.c-linkblock h3 {
    margin: 0;
    margin-bottom: 20px;
    padding: 10px 0 10px 30px;
    font-weight: normal;
    font-size: 1.3em;
    color: #fff;
    background-color: #004ca0;
    position: relative;
}

.c-linkblock h3:before {
    content: "";
    width: 3px;
    height: 110%;
    display: block;
    margin: auto;
    background-color: #fff;
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
    position: absolute;
    top: -3px;
    left: 14px;
}

.c-linkblock h3:after {
    content: "";
    width: 3px;
    height: 116%;
    display: block;
    margin: auto;
    background-color: #fff;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    position: absolute;
    top: -6px;
    left: 14px;
}

.l-quaternary {
    font-weight: 600;
    font-size: 1.1em;
    color: #004ca0;
}

/*コンテンツ内リンク 共通*/




/*テキストブロック 共通*/
.c-block {
    overflow: hidden;
}

/*小見出しブロック 共通*/
.c-s-block {
    overflow: hidden;
}

/*リスト 共通*/






/*アンカーテキスト 共通*/


/*末尾分 共通*/
.c-endblock {
    padding: 18px 18px 2px;
    border: 1px solid #ddd;
    background: #eee;
}

/*画像 共通*/
.img-left-s,
.img-right-s,
.img-left-l,
.img-right-l {
    width: 100%;
    float: none;
    margin: 0 0 4%;
}

.img-left-s img,
.img-right-s img,
.img-left-l img,
.img-right-l img {
    width: 100%;
    vertical-align: middle;
}

/*リンク一覧 共通*/






.c-pagelink li {
    margin: 0 10px 20px 30px;
}















/*NAP表 共通*/
.c-nap h3 {
    padding: 0 2px 5px;
    font-size: 1.2em;
    border-bottom: 2px solid #005bac;
}

.c-table {
    width: 100%;
    text-align: left;
    border: 1px solid #ddd;
    border-collapse: collapse;
}

.c-table th {
    width: 25%;
    vertical-align: middle;
    padding: 10px;
    text-align: left;
    border: 1px solid #ddd;
    background: #f7f7f7;
}

.c-table td:first-child {
    background: #ededed;
}

.c-table td {
    vertical-align: middle;
    padding: 10px;
    border: 1px solid #ddd;
}

@media screen and (max-width: 768px) {
    .c-table th,
    .c-table td {
        display: block;
    }
}

/*ボタン 共通*/
.c-btn {
    text-align: center;
}



.c-btn-anchor {
    display: inline-block;
    padding: 15px;
    font-weight: 600;
    font-size: 16px;
    color: #005bac;
    line-height: 1.7em;
    outline: none;
    border: none;
    border-radius: 5px;
    background: #f6d914;
    -webkit-box-shadow: 0 3px 3px 0 rgb(0 0 0 / 50%);
    box-shadow: 0 3px 3px 0 rgb(0 0 0 / 50%);
    cursor: pointer;
}

.c-btn-anchor:hover {
    opacity: 0.7;
}

@media (min-width: 768px) {
    /*ボタン PCのみ*/
    .c-btn-anchor {
        width: 30%;
    }

    /*画像 PCのみ*/
    .img-left-s {
        width: 35%;
        float: left;
        margin: 0 4% 4% 0;
    }

    .img-right-s {
        width: 35%;
        float: right;
        margin: 0 0 4% 4%;
    }

    .img-left-l {
        width: 30%;
        float: left;
        margin: 0 4% 4% 0;
    }

    .img-right-l {
        width: 30%;
        float: right;
        margin: 0 0 4% 4%;
    }
}

@media screen and (max-width: 768px) {
    .c-btn-anchor {
        min-width: 80%;
    }
}

/*メインバナー画像*/
/* .c-head-mv {
    width: 100%;
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    line-height: 1.4;
    background-image: url(https://swp00001.sakura.ne.jp/re00057/sample/www.katogakushujuku.com4/images/c-head-mv01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #333;
    position: relative;
}

.c-head-mv::before {
    content: "";
    width: 100%;
    height: 300px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
} */

/* .c-head-mv span {
    padding: 1em;
    background: rgba(000, 000, 000, 0.5);
    position: relative;
    z-index: 10;
} */

.under_line06 {
    border-bottom: 6px solid #c7c7c7;
    position: relative;
}

.under_line06:before {
    content: "";
    width: 20%;
    height: 5px;
    background: #004ca0;
    position: absolute;
    bottom: -6px;
    left: 0;
}

@media screen and (max-width: 768px) {
    .c-head-mv {
        height: auto;
        font-size: 20px;
    }

    .c-table th,
    .c-table td {
        width: auto;
        display: block;
    }

    .l-container {
        margin-top: 30px;
    }
}

/* 追加 */
.contents-list {
    list-style: disc;
    margin: 8px 0 26px;
    padding-left: 20px;
    ;
}

.contents-list li {
    margin-bottom: 10px;
}

.contents-list li span {
    color: #d63a3b;
}

.tbl-contents {
    width: 100%;
}

.tbl-contents,
.tbl-contents td,
.tbl-contents th {
    margin: 20px auto;
    border: 1px solid black;
    border-collapse: collapse;
}

.tbl-contents td,
.tbl-contents th {
    width: 30%;
    padding: 8px;
}

.tbl-contents th {
    background: #f0e6cc;
}

/* ##### ユニソンプラネット追記 ##### */
.column-detail-wrap {
    padding: 80px 0;
}

.column-detail-wrap a {
    color: #004ca0;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.column-content {
    margin: 30px 0;
}

.column-detail-title-box {
    overflow: hidden;
    margin: 30px 0;
    position: relative;
}

.column-detail-title-img {
    height: 100%;
    margin: auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}

.column-detail-title-img .imgfit {
    height: 100%;
}

.column-detail-title-item {
    max-width: 90%;
    margin: 8vw 5%;
    z-index: 1;
}

.column-detail-title-box .column-detail-title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 1em;
    font-size: 24px;
    font-weight: bold;
    color: white;
    background: rgba(000, 000, 000, 0.5);
    position: relative;
    z-index: 10;
}

.column-detail-wrap .c-pagelink {
    list-style-type: decimal;
}

.column-detail-wrap .back {
    margin-top: 50px;
}

.column-detail-wrap .back a {
    color: white;
}

@media (max-width: 1024px) {
    .column-detail-wrap {
        padding: 50px 0;
    }
    
    .column-detail-title-box .column-detail-title {
        font-size: 22px;
    }
}

@media (max-width: 599px) {
    .column-detail-title-box .column-detail-title {
        font-size: 20px;
    }
}
