@charset "UTF-8";
/* CSS Document */
p {
    margin: 0;
}
a {
    text-decoration: none;
    box-sizing: border-box;
}
/*===common===*/
br.sp {
    display: none
}
section > div:first-of-type {
    margin-top: 90px;
}
section h3:nth-of-type(n+2) {
    margin-top: 60px;
}
section:last-of-type {
    margin-bottom: 120px !important;
}
.-t-center {
    text-align: center;
}
.-w-wrapper {
    padding: 0;
}
.width70 {
    width: 70%;
    margin: 0 auto;
}
.button_bl {
    width: 65%;
    margin: 0 auto;
}
.button_bl a {
    display: inline-block;
    padding: 20px;
    width: 100%;
    background: #3EB0E2;
    border-radius: 5px;
    color: #FFF;
    text-decoration: none;
    font-size: 1.66em;
    font-weight: 600;
    transition: 0.3s;
    position: relative;
}
.button_bl a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    border: 9px solid transparent;
    border-left: 13px solid #FFF;
}
.button_bl a:hover {
    opacity: 0.8;
}

.pdf_icon {
    position: relative;
}
.pdf_icon::before {
    content: '';
    background: url("../img/pdf_icon.svg") no-repeat;
    width: 1.3em;
    height: 1.34em;
    background-size: contain;
    position: absolute;
    top: 1px;
    left: 5px;
    left: 26px;/*info*/
}

@media screen and (max-width: 768px) {
    br.sp {
        display: block;
    }
    br.pc {
        display: none;
    }
    section > div:first-of-type {
        margin-top: 60px;
    }
    .-t-center {
        text-align:left;
    }
    .-w-wrapper {
        padding: 0;
    }
    .width70 {
        width: 100%;
    }
    .button_bl {
        width: 100%;
        margin: 0 auto;
    }
    .button_bl a {
        display: inline-block;
        padding: 12px 16px;
        width: 100%;
        font-size: 1.15em;
    }
    .button_bl a::after {
        right: 8px;
        border: 5px solid transparent;
        border-left: 8px solid #FFF;
    }
    .pdf_icon::before {
        width: 1.25em;
        height: 1.3em;
        top: 1.5px;
        left: 22px;
    }
}


/*anchor-link*/
#anchor-link {
    width: 91%;
    margin: 0 4.5vw;
}

/*info topics*/
#info .info_wrap, #topics .topics_wrap {
    padding: 0 26px;
    margin-bottom: 30px;
}
#info .info_wrap li, #topics .topics_wrap li {
    margin: 10px 0;
    display: flex;
    align-items: flex-start;
}
#info .date, #topics .date {
    margin-right: 16px;
    display: inline-block;
    width: 8.4em;
    font-size: 0.94em;
    letter-spacing: 1.1px;
    line-height: 1.83;
}
#info a.arrow_bl_circle, #topics a.arrow_bl_circle {
    color: #000;
    transition: 0.3s;
    text-decoration: underline;
    padding-right: 22px;
    line-height: 1.8;
    position: relative;
    
    display: inline-block;
}
#info a.arrow_bl_circle::after, #topics a.arrow_bl_circle::after {
    content: '';
    background: url("../img/information_arrow.svg") no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    position: relative;
    top: -1px;
}
#info a:hover, #topics a:hover {
    opacity: 0.7;
}
#info .info_wrap li p, #topics .topics_wrap li p {
    line-height: 1.8;
}

.ctgr {
    padding: 2px 9px 3px 10px;
    display: inline-block;
    width: 8em;
    text-align: center;
    border-radius: 3px;
    color: #FFF;
    font-size: 0.98em;
    letter-spacing: 1.2px;
    margin-right: 20px;
}
.ctgr.important {
    background: #EF4000;
}
.ctgr.info,.ctgr.topics {
    background: #3EB0E2;
}

#info .info_wrap li :nth-child(3) , #topics .topics_wrap li :nth-child(3) {
    width: calc(100% - 16.4em - 36px);
    max-width: fit-content;
}

@media (max-width: 960px) {
    #info .info_wrap, #topics .topics_wrap {
        padding: 0 15px;
        margin-bottom: 24px;
    }
    #info .date, #topics .date {
        margin-right: 12px;
    }
    .ctgr {
        padding: 2px 6px 3px 7px;
        margin-right: 16px;
    }
}
@media (max-width: 768px) {
    #info .info_wrap, #topics .topics_wrap {
        padding: 0 8px;
    }
    #info .info_wrap li, #topics .topics_wrap li {
        flex-wrap: wrap;
        margin: 20px 0;
        row-gap: 2px;
    }
    #info .info_wrap li :nth-child(3) , #topics .topics_wrap li :nth-child(3) {
        width: 100%;
    }
    .ctgr {
        margin-right: calc(100% - 16.4em - 36px);
        font-size: 0.9em;
        padding: 2px 2px 3px 3px;
        letter-spacing: 0.9px;
    }
    #info a.arrow_bl_circle, #topics a.arrow_bl_circle {
        padding-right: 0;
    }
    #info a.arrow_bl_circle::after, #topics a.arrow_bl_circle::after {
        width: 14px;
        height: 14px;
        margin-left: 3px;
    }
}










/*arrow_bl_link*/
/*
.arrow_bl_link_wrap {
    padding-left: 40px;
}
.arrow_bl_link_wrap li {
    padding: 10px 0;
}
.arrow_bl_link {
    list-style: none;
    color: #000;
    padding-left: 30px;
    font-size: 1.2em;
    font-weight: 600;
    text-decoration: underline;
    position: relative;
    transition: 0.3s;
}
.arrow_bl_link::before {
    content: '';
    background: url("../img/arrow_bl_link.svg") no-repeat;
    width: 1.15em;
    height: 1.1em;
    background-size: contain;
    position: absolute;
    top: 0.25em;
    left: 0;
}
.arrow_bl_link:hover {
    opacity: 0.7;
}
@media screen and (max-width: 768px) {
    .arrow_bl_link_wrap {
        padding-left: 8px;
    }
    .arrow_bl_link {
        padding-left: 20px;
        font-size: 1.15em;
    }
    .arrow_bl_link::before {
        width: 1em;
        height: 0.95em;
        top: 0.28em;
    }
}
*/


