
/* header */

/* content */

#container {
    margin: 60px 0;
    margin-top: 120px;
}

#container>p {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin: 0 0 100px;
}

#container>p>span {
    color: #005ead;
    font-size: 25px;
    font-weight: bold;
}

#container>p>span::after {
    content: '';
    display: block;
    width: 2px;
    height: 50px;
    background-color: rgb(179, 179, 179);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.con01 {
    width: 100%;
    max-width: 1440px;

    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.con01>div {
    width: 600px;
}


.con02 {
    background: #ececec;
    width: 100%;
    height: 525px;
    position: relative;
    margin-bottom: 90px;
}

.con02_inner {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: inherit;
}

.con02_inner>div {
    width: 620px;
}

.con02_inner>div:first-child img {
    width: 620px;
    height: 550px;
    margin-bottom: 60px;
}

.con02>div:last-child p {
    padding-left: 30px;
}

.con02>div:last-child b,
.con02>div:last-child p {
    font-size: 18px;
}

.m_content li {
    padding-left: 30px;
    line-height: 35px;
}

.m_content li.right {
    text-align: right;
}

/* footer */

footer {
    width: 100%;
    background-color: #0059a9;
    color: #fff;
}

.footer_inner {
    width: 100%;
    height: 100%;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_inner .footer_right {
    display: flex;
    justify-content: space-evenly;
}


.sns {
    display: flex;
    justify-content: space-evenly;
    width: 100px;
    height: 30px;
    margin-top: 25px;
}

.sns img {
    display: block;
    width: 23px;
}

.sns02 img {
    width: 24px;
}

.family_site_01,
.family_site_02 {
    width: 140px;
    height: 30px;
    margin: 25px 5px 0 10px;
}

.family_site_01 select,
.family_site_02 select {
    border: 1px solid #fff;
    width: 140px;
    outline: none;
    padding: 5px;
    font-size: 13px;
    color: #fff;
    border-radius: 30px;
    background-color: transparent;
    text-align: center;
}

select::-ms-expand {
    display: none;
}

.select {
    -o-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#Cooperation option {
    background: #0059a9;
    color: #fff;
    outline: none;
}

#goverment option {
    background: #0059a9;
    color: #fff;
    outline: none;
}

@media screen and (max-width: 1400px) {
    .footer_inner {
        justify-content: space-around;
    }
}

@media screen and (max-width: 1200px) {
    nav {
        display: none;
    }

    .headerBg {
        display: none;
    }

    .header_right {
        width: 20%;
        margin-right: 30px;
    }

    .logo {
        margin-left: 30px;
    }
}

@media screen and (max-width: 1024px) {
    img {
        width: 80%;
    }

    .con02_inner>div:first-child img {
        height: 80%;
    }

    .header_right {
        justify-content: flex-end;
    }

    .lang,
    .search {
        display: none;
    }

    .copyright b {
        font-size: 14px;
    }

    .copyright li {
        font-size: 12px;
    }
}

@media screen and (max-width: 800px) {
    #container>p {
        margin: 0;
    }

    .m_content li {
        padding-left: 15px;
    }

    .con01>div:first-child b,
    .con01>div:first-child p {
        font-size: 16px;
    }
    
    .con02>div:last-child b,
    .con02>div:last-child p {
        font-size: 16px;
    }

    .footer_inner {
        display: block;
    }

    .copyright {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        padding: 30px 50px;
    }
}