@charset "UTF-8";

/*mv*/
.site-main .mod-media-horizontal>.content {
    width: auto;
}
/*nav*/
.site-main .mod-link-03 .list,
.site-main .mod-link-03 .list li {
    position: relative;
}
.site-main .mod-link-03 .list li::before{
    content: '';
    position: absolute;
    top: 32%;
    left: -1px;
    bottom: 0;
    width: 1px;
    height: 83px;
    background: #fff;
}
.site-main .mod-link-03 .list::before {
    content: '';
    position: absolute;
    top: 32%;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 83px;
    background: #fff;
    z-index: 1;
}
.site-main .mod-link-03>.inner>.list>li>.link>.img+.txt {
    margin-top: 2.5em;
}
.site-main .mod-link-03>.inner>.list>li>.link>.img>img {
    width: 87px;
}
@media (max-width: 639px) {
    .site-main .mod-link-03 .list li::before,
    .site-main .mod-link-03 .list::before {
        content: none;
    }
    .site-main .mod-link-03>.inner>.list>li>.link>.img+.txt {
        margin-top: 0;
    }
}
/*title*/
.site-main .mod-media-lyt-lqd strong:first-of-type {
    display: block;
    font-size: 2.8rem;
}
@media (max-width: 639px) {
    .site-main .mod-media-lyt-lqd strong:first-of-type {
        font-size: 1.8rem;
    }
}
/*background & others*/
.site-main .mod-box.of-bgcolor-02 {
    background-color: #0F1ED2;
}
.site-main .mod-box.of-bgcolor-04 {
    background-color: #EFF2F6;
}
.site-main .mod-box.of-bgcolor-04 .mod-hdg-l4 {
    color: #000;
}
.site-main .mod-media-lyt-lqd {
    margin: 0 0 40px;
}
.site-main .mod-media-lyt-lqd>.media {
    margin: 0;
}
@media (max-width: 639px) {
    .site-main .mod-media-lyt-lqd {
        margin: 0 0 30px;
    }
    .site-main .mod-media-lyt-lqd>.media {
        margin: 0 auto 16px;
    }
}
    .site-main p.align-left {
        font-size: 1.6rem;
    }
@media screen and (min-width: 640px), print {
    .site-main p.align-left {
        font-size: 1.9rem;
    }
}
.site-main .mod-hdg-l4-02,
.site-main .mod-hdg-l6-02 {
    font-weight: bold;
}
/*chatbot*/
.site-main #btn-chatpopup {
    width: 160px;
    height: 160px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 999;
}
.site-main #chat_btn {
    width: 160px;
    height: 160px;
    background-color: #0F1ED2;
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    transition: .2s ease;
}
.site-main #chat_btn:hover {
    background-color: #2c69ff;
}
.site-main #chat_btn:hover img,
.site-main #chat_btn:visited img {
    opacity: 10;
}
.site-main #chat_btn img,
.site-main #chat_btn:focus img {
    transition: none;
    opacity: 10;
}
.site-main #chat_btn span {
    display: block;
    margin: 5px 0;
}
@media (max-width: 639px) {
    .site-main #chat_btn {
        width: 120px;
        height: 120px;
        font-size: 12px;
    }
    .site-main #chat_btn span {
        margin: 5px 0 10px;
    }
    .site-main #chat_btn img {
        max-width: 40px;
        height: auto;
    }
}
/*title*/
.scroll-top.btn-page-top {
    text-align: right;
}
.scroll-top.btn-page-top a {
    position: relative;
    font-size: 1.2rem;
    line-height: 2.5;
    text-decoration: none;
    text-align: right;
    color: #fff;
    background: #646e74;
    z-index: 100;
    display: inline-block;
    overflow: hidden;
    padding: 0 12px 0 35px;
    border-radius: 1000px;
}
.scroll-top.btn-page-top a::before {
    position: absolute;
    top: 50%;
    left: 15px;
    display: block;
    width: 13px;
    height: 13px;
    margin: -3px 0 0;
    content: "";
    -webkit-transform: rotate(48deg) skew(6deg);
    transform: rotate(48deg) skew(6deg);
    border: 1px solid #fff;
    border-width: 1px 0 0 1px;
}
