﻿@charset "UTF-8";
/* CSS Document */

/*--------------------------------------
    archive.topics
--------------------------------------*/

.archive.topics .prof{
    margin-top: 80px;
    display: flex;
    gap:50px;
    align-items: center;
}
.archive.topics .prof .left{
    width:350px;
}
.archive.topics .prof .right{
    width:700px;
}
.archive.topics .prof h4{
    font-size: 22px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 20px;
}
.archive.topics ul.categoryArea{
    display: flex;
    justify-content: center;
    margin: 80px auto 40px auto;
}
.archive.topics ul.categoryArea li{
    border-left:1px solid #050505;
}
.archive.topics ul.categoryArea li:first-child{
    border-left:none;
}
.archive.topics ul.categoryArea li a{
    display: block;
    font-size:18px;
    padding: 0 30px 0 30px;
}
.archive.topics .c_topics ul.categoryArea li:nth-child(1) a,
.archive.topics .c_news ul.categoryArea li:nth-child(2) a,
.archive.topics .c_column ul.categoryArea li:nth-child(3) a{
    color:#4E66D9;
}
.archive.topics article{
    display: grid;
    margin: 0 auto 80px auto;
}
.archive.topics article a.box{
    width:1100px;
    height:86px;
    border-bottom: 1px solid #4E66D9;
    display: flex;
    align-items: center;
}
.archive.topics article a.box:first-child{
    border-top: 1px solid #4E66D9;
}
.archive.topics article a.box span.date{
    width:120px;
    font-size:18px;
    margin-left: 56px;
}
.archive.topics article a.box span.category{
    width:150px;
    font-size:18px;
    margin-left: 20px;
}
.archive.topics article a.box h3{
    width:744px;
    font-size:18px;
    font-weight: bold;
    margin-left: 10px;
    box-sizing: border-box;
    padding-right: 30px;
}
@media (max-width: 1268px) {
    .archive.topics ul.categoryArea li a{
        font-size:min(calc(13px + ((1vw - 7.68px)*1)) , 18px);
        padding: 0 min(calc(20px + ((1vw - 7.68px)*2)) , 30px) 0 min(calc(20px + ((1vw - 7.68px)*2)) , 30px);
    }
    .archive.topics article a.box{
        width:100%;
    }
    .archive.topics article a.box span.date{
        width: 15%;
        margin-left: 4%;
        font-size: min(calc(13px + ((1vw - 7.68px)*1)) , 18px);
    }
    .archive.topics article a.box span.category{
        width: 15%;
        margin-left: 4%;
        font-size: min(calc(13px + ((1vw - 7.68px)*1)) , 18px);
    }
    .archive.topics article a.box h3{
        width: 60%;
        padding-right: 2%;
        font-size:min(calc(14px + ((1vw - 7.68px)*0.8)) , 18px);
    }
}
@media (max-width: 768px) {
    .archive.topics .prof{
        margin-top: 40px;
        flex-direction: column;
        gap:30px;
        align-items: center;
    }
    .archive.topics .prof .left{
        width:230px;
    }
    .archive.topics .prof .right{
        width:100%;
    }
    .archive.topics .prof h4{
        font-size: 20px;
    }
    .archive.topics ul.categoryArea{
        margin: 40px auto 24px auto;
    }
    .archive.topics ul.categoryArea li a{
        font-size:14px;
    }
    .archive.topics article{
        gap: 0;
        margin: 0 auto 40px auto;
    }
    .archive.topics article a.box{
        width:100%;
        height:auto;
        flex-wrap:wrap; 
        padding: 22px 0;
        gap:10px;
    }
    .archive.topics article a.box span.date{
        width:80px;
        font-size:13px;
        margin-left:0;
    }
    .archive.topics article a.box span.category{
        width:calc(100% - 118px);
        font-size:13px;
        margin-left: 0px;
    }
    .archive.topics article a.box h3{
        display: block;
        width:100%;
        font-size:14px;
        margin-left: 0;
        padding-right: 0;
    }
}

/*--------------------------------------
    archive.guide
--------------------------------------*/

.archive.guide article{
    display: grid;
    gap:25px;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 80px auto 80px auto;
}
.archive.guide article a.box {
    position: relative;
    width:350px;
    border-radius: 20px;
    background: #FFFFFF;
    overflow: hidden;
}
.archive.guide article a.box::after{
    content: "";
    width:32px;
    height:9px;
    position: absolute;
    right:15px;
    bottom:16px;
    z-index: 20;
}
.webp .archive.guide article a.box::after{
    background: url("../common/images/icon_arrow_blue.webp") no-repeat center center/contain;
}
.no-webp .archive.guide article a.box::after{
    background: url("../common/images/icon_arrow_blue.png") no-repeat center center/contain;
}
.archive.guide article a.box .thumb{
    width:100%;
    height:auto;
    padding-top: 65%;
    position: relative;
}
.archive.guide article a.box .thumb img{
    width:100%;
    height:100%;
    object-fit: cover;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin: auto auto auto auto;
}
.archive.guide article a.box h3{
    font-size:18px;
    font-weight: bold;
    padding: 0 15px 40px 15px;
    margin-top: 25px;
    position: relative;
}
@media (max-width: 1100px) {
    .archive.guide article a.box{
        width:100%;
    }
}
@media (max-width: 768px) {
    .archive.guide article{
        max-width: 350px;
        grid-template-columns: 1fr;
        margin: 40px auto 40px auto;
    }
    .archive.guide article a.box{
        width:100%;
    }
}

/*--------------------------------------
    single
--------------------------------------*/

.single .visualArea{
    background: none;
    height:200px;
}
.single article{
    margin: 50px auto 50px auto;
}
.single article .single_header{
    margin: 0 auto 50px auto;
}
.single article .single_header span{
    font-size: 16px;
    margin-right: 30px;
}
.single article h2 {
    font-size: 28px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 30px;
    padding: 0 0 15px 0;
    border-bottom: 2px solid #4E66D9;
}
.wp_Content p {
    line-height: 1.8;
}
.wp_Content h3.wp-block-heading{
    font-size: 28px;
    color:#FFFFFF;
    font-weight: bold;
    line-height: 46px;
    padding: 0 16px 6px 16px;
    display: inline-block;
    background: linear-gradient(#110B64 95%,transparent 0%);
}
.wp_Content h4.wp-block-heading{
    position: relative;
    padding: 0 0 0 26px;
    font-size:25px;
    font-weight: bold;
    line-height: 36px;
}
.wp_Content h4.wp-block-heading::before{
    width:12px;
    height:29px;
    background: #4E66D9;
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    right: auto;
    bottom: 0;
    margin: auto auto auto auto;
}
.wp_Content h5.wp-block-heading{
    font-size: 18px;
    font-weight: normal;
    line-height: 36px;
    color: #4E66D9;
}
.wp-block-table table {
    width:100%;
}
.wp-block-table table td:first-child {
    text-align: left;
    font-size:16px;
    line-height: 1.8;
    color:#4E66D9;
    padding: 22px;
    border: none;
    border-bottom: 1px solid #4E66D9;
}
.wp-block-table table td {
    text-align: left;
    font-size:16px;
    line-height: 1.8;
    padding: 22px 38px 22px 38px;
    border: none;
    border-bottom: 1px solid rgba(5,5,5,0.2);
}
.single .btn001{
    margin: 0 auto 80px auto;
}
@media (max-width: 1100px) {
    .single .visualArea{
        height:auto;
    }
    .single .visualArea .breadcrumbs{
        height:auto;
        position: static;
        margin: 85px auto auto auto;
    }
}
@media (max-width: 768px) {
    .single .visualArea{
        height:auto;
    }    
    .single article{
        margin: 40px auto 40px auto;
    }
    .single article .single_header{
        margin: 0 auto 40px auto;
    }
    .single article h2{
        font-size:18px;
        line-height: 1.5;
        margin-bottom: 20px;
        padding: 0 0 10px 0;
    }
    .single article .single_header span{
        font-size:16px;
        margin-right: 20px;
    }
    .wp_Content h3.wp-block-heading{
        font-size:21px;
        line-height: 1.5;
        margin-bottom: 20px;
        padding: 0 10px 2px 10px;
    }
    .wp_Content h4.wp-block-heading{
        font-size:18px;
        line-height: 1.5;
        margin-bottom: 20px;
        padding: 0 0 0 16px;
    }
    .wp_Content h4.wp-block-heading::before{
        width:6px;
        height:20px;
    }
    .wp_Content h5.wp-block-heading{
        font-size:16px;
    }
    .wp-block-table table,
    .wp-block-table table tbody,
    .wp-block-table table tbody tr,
    .wp-block-table table tbody tr td:first-child,
    .wp-block-table table tbody tr td{
        display: block;
    }
    .wp-block-table table{
        width:100%;
    }
    .wp-block-table table td:first-child{
        width:100%;
        padding: 15px;
    }
    .wp-block-table table td{
        width:100%;
        padding: 15px;
        font-size:14px;
    }
    .single .btn001{
        margin: 0 auto 80px auto;
    }
    .single .btn001 a::after {
        width: 20px;
        height: 5px;
    }
    .webp .single .btn001 a::after {
        background: url("../common/images/icon_arrow_white_mini.webp") no-repeat center center/contain;
    }
    .no-webp .single .btn001 a::after {
        background: url("../common/images/icon_arrow_white_mini.png") no-repeat center center/contain;
    }
    .webp .single .btn001 a:hover::after {
        background: url("../common/images/icon_arrow_blue_mini.webp") no-repeat center center/contain;
    }
    .no-webp .single .btn001 a:hover::after {
        background: url("../common/images/icon_arrow_blue_mini.png") no-repeat center center/contain;
    }

}

