@charset "utf-8";

* {margin: 0; padding: 0;}
body {
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 40%,#d0e7f6 40%,#d0e7f6 100%);}

.row {
    /* background: #ccc; */
    max-width: 1280px;
    margin: 0 auto;
}

#title {
    width: 100%;
    margin-top: 100px;}
#title h2 {
    font-size: 45px;
    font-weight: 700;
    text-align: center;}

#box {
    margin: 50px 10px;
    background: #fff;
    border-radius: 15px;
    box-sizing: border-box;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
    overflow: hidden;
    display: flex;
    justify-content: space-between;}

#box_l, #box_r {
    width: 50%;
    padding: 0 6%;
    margin: 7% 0;
    box-sizing: border-box;
}

#box_l {
    border-right: 1px solid #9e9e9e;
}

#box_l .tab ul {
    display: flex;
    justify-content: space-between;
    overflow: hidden;}

#box_l .tab ul li {
    width: 50%;
    padding: 0 0 10px 0;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #9e9e9e;
    border-bottom: 5px solid #fff;
    box-sizing: border-box;}

#box_l .tab ul li.active, #box_l .tab ul li:hover {
    color: #051766;
    border-bottom: 5px solid #051766;
    cursor: pointer;}

#log fieldset {
    border: none;}

#id, #pw {
    width: 100%;
    height: 60px;
    border: 1px solid #051766;
    border-radius: 15px;
    text-indent: 20px;
    font-size: 20px;
    color: #222;
    box-sizing: border-box;}

#id:focus, #pw:focus {
    outline: none;
    border: 2px solid #051766;
    box-sizing: border-box;}

#id {margin: 40px 0 10px 0;}
#pw {margin: 10px 0 15px;}

#log fieldset input::placeholder {
    text-indent: 20px;
    font-size: 20px;
    color: #9e9e9e;} 

#log fieldset ul {overflow: hidden;}
#log fieldset .ks ul li {
    float: left;
    margin-right: 40px;
    font-size: 17px;
    font-weight: 500;
    color: #051766;}

#keep, #save {
    margin-right: 8px;
    vertical-align: center;}

input[type='checkbox'] {width: 15px; height: 15px;}

#log button {
    border:none;
    outline: none;
    width: 100%;
    height: 70px;
    border-radius: 15px;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    background: #051766;
    margin-top: 70px;
    margin-bottom: 30px;
    text-align: center;
    line-height: 70px;
    cursor: pointer;
    box-sizing: border-box;}

#log button:hover {
    background: #082399;}
    

#log button:active {
    background: #051766;}

#log fieldset .find ul {overflow: hidden;}
#log fieldset .find ul li a {
    float: left;
    width: 50%;
    text-align: center;
    margin: 0px;
    font-size: 18px;
    color: #474747;}

#log fieldset .find ul li a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;}

#snslog h3{
    font-size: 20px;
    font-weight: 500;
    color: #474747;
    text-align: center;}

.icons_sns ul {
    display: flex;
    justify-content: space-between;
    align-items: center;}

.icons_sns ul li {
    margin: 23px 0 30px;}

/* .icons_sns ul {overflow: hidden;}
.icons_sns ul li {float: left; margin: 30px 12px 30px;}
.icons_sns ul li:first-child {margin: 30px 12px 30px 0;}
.icons_sns ul li:last-child {margin: 30px 0 30px 12px;} */

.icons_sns ul li a figcaption {
    padding: 5px;
    text-align: center;
    font-size: 16px;
    color: #474747;}

.icons_sns ul li.gg_shadow a figure img {
    filter: drop-shadow(1px 1px 3px #9e9e9e);}

.icons_sns ul li a figure img {
    transform: scale(0.9);}

.icons_sns ul li a:hover figure img {
    transform: scale(1);}

.icons_sns ul li a:hover figcaption {
    color: #222;
    font-weight: 500;}

.txt p {
    text-align: center;
    padding: 0 22px;
    font-size: 20px;
    color: #051766;}

.txt p strong {
    display: block;
    font-size: 30px;
    font-weight: 800;
    margin-top: 40px;}

.btn a {
    display: block;
    width: 100%;
    height: 70px;
    border-radius: 15px;
    color: #051766;
    font-size: 25px;
    font-weight: 700;
    background: #fff;
    border: 1px solid #051766;    
    text-align: center;
    line-height: 70px;
    margin-top: 30px;
    margin-bottom: 10px;
    box-sizing: border-box;}

.btn a:hover {
    background: #082088;
    color: #fff;}

.btn a:active {
    background: #051766;
    color: #fff;}

.qa a {
    display: block;
    margin: 25px;
    text-align: center;
    font-size: 16px;
    color: #474747;}

.qa a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
    }

.qa a img {
    transform: scale(0.8);
    vertical-align: middle;}



@media screen and (min-width:769px) and (max-width:960px) {
    #box_l, #box_r {
        width: 50%;
        padding: 0 3%;
        margin: 7% 0;
        box-sizing: border-box;
    }
    .icons_sns ul li a figure img {
        width: 65px;
    }
    .icons_sns ul li a figcaption {
        font-size: 14px;}
}

@media screen and (max-width:768px) {
    #title {
        width: 100%;
        margin-top: 50px;}
    #box {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #box_l, #box_r {
        width: 96%;
        padding: 7% 3%;
        margin: 3% 2%;
        box-sizing: border-box;
    }
    #box_l {
        border-right: none;
        border-bottom: 1px solid #9e9e9e;
    }
    #log fieldset .ks ul li {
        font-size: 16px;
    }
    .icons_sns ul li a figure img {
        transform: scale(0.9);
        width: 60px;
    }
    .icons_sns ul li a figcaption {
        font-size: 13px;}

    
}