@charset "UTF-8";
/* ---------------------------------------------
*   MyPage-function.html
--------------------------------------------- */
.function-header{
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 40px;
}
.pageinLink{
    margin-bottom: 60px;
    background: #000;
    border-radius: 10px;
    padding: 15px 0;
}
.pageinLink ul{
    display: flex;
}
.pageinLink ul li{
    width: 20%;
    padding: 0 4px;
}
.pageinLink ul li:hover a{
    opacity: .7;
}
.pageinLink ul li a{
    color: #fff;
    display: block;
    text-align: center;
    font-weight: bold;
}
.pageinLink ul li span{
    display: inline-block;
    border-left: 1px solid #fff;
    width: 100%;
}
.pageinLink ul li:nth-of-type(1) span{
    border: none;
}
.pageinLink ul li span br{
    display: none;
}
.function-conts{
    margin-bottom: 100px;
}
.function-conts .conts-header{
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 26px;
    border-bottom: 6px solid #000;
    padding-bottom: 6px;
}
.function-conts .conts-header br{
    display: none;
}
.function-conts .read_txt{
    font-size: 18px;
    line-height: 1.8;
}
.flow-block{
    width: 1080px;
    margin: 0 auto;
}
.flow-block .flow-item{
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}
.flow-item .flow-img{
    width: 500px;
}
.flow-item .flow-img img{
    border-radius: 10px;
    border: 1px solid #000;
}
.flow-item .flow-txt{
    width: 532px;
}
.flow-txt .flow-header{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 28px;
}
.flow-txt p{
    font-size: 18px;
    line-height: 1.8;
}
.flow-txt p a{
    text-decoration: underline;
}
@media screen and (max-width: 767px) {
    .function-header{
        font-size: 1.95rem;
        margin-bottom: 30px;
    }
    .pageinLink{
        margin-bottom: 35px;
    }
    .pageinLink ul li {
        border-left: 1px solid #fff;
    }
    .pageinLink ul li:nth-of-type(1){
        border: none;
    }
    .pageinLink ul li:hover a{
        opacity: 1;
    }
    .pageinLink ul li span{
        font-size: 12px;
        border: none;
    }
    .pageinLink ul li span br{
        display: block;
    }
    .function-conts{
        margin-bottom: 60px;
    }
    .function-conts .conts-header{
        font-size: 24px;
    }
    .function-conts .conts-header br{
        display: block;
    }
    .function-conts .read_txt{
        font-size: 16px;
    }
    .flow-block{
        width: 96%;
    }
    .flow-block .flow-item{
        display: block;
        margin-top: 40px;
    }
    .flow-item .flow-img,.flow-item .flow-txt{
        width: 100%;
    }
    .flow-item .flow-img{
        margin-bottom: 20px;
    }
    .flow-txt .flow-header{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .flow-txt p{
        font-size: 14px;
        line-height: 1.4;
    }
}
@media screen and (max-width: 460px) {

    .pageinLink ul li span{
        font-size: 11px;
    }
}
@media screen and (max-width: 407px) {
    .pageinLink ul li span{
        font-size: 10px;
    }
}





