/*メインクラスに対する指定*/
.profile-page{
    text-align: center;

}

/*見出し*/
h1{
    background: #0bd;
    color: #fff;
    display: inline-block;
    padding: 6rem 3rem;
    border-radius: 50%;
}

/*顔写真*/

.profile-picture{
    border-style: solid;
    border-width: medium;
    border-color: black;

    width: 150px;
    height: 150px;

    float: left;
    margin: 10px;
}


/*見出し*/

.basic-info-title,.profile-title{
    background: #0bd;
    color: #fff;
}


.license-title,.school-title{
    background: #0bd;
}

/*基本情報*/
.profile-sentence li{
    list-style:none;

    font-weight:bold;
    font-size: large;

    text-align: left;
}


    .detail-info{
        display: flex;
        justify-content: center;
    }

    /*資格*/
        .license{
            border-style: solid;
            border-color: black;

            background: blue;
            color: #fff;

            width: fit-content;
            height: fit-content;
            margin: 10px;

            text-align: center;

            justify-content: space-around;

        }
            
        .profile-sentence-license li{
            
            margin: 10px;
            list-style-type: none;
            font-weight: bold;
            font-size: small;

            }

        .profile-sentence-license time{
            font-size:80%; 
            font-family: "游ゴシック";
        }

        /*学歴*/

        .school{
            border-style: solid;
            border-color: black;

            width: fit-content;
            height: fit-content;
            margin: 10px;

            background: blue;
            color: #fff;  
        }

        .profile-sentence-school li{
            
            margin: 10px;
            list-style-type: none;
            font-weight: bold;
            font-size: 80%;

            justify-content: center;
        }

        .profile-sentence-school li a{
            color: #fff;
        }

        .profile-sentence-school time{
            font-size:80%; 
            font-family: "游ゴシック";
        }


/*矢印*/
.profile-arrow{
    display: flex;
    justify-content: center;
}
.profile-arrow-item{
    background: navy;
    margin: 10px;
    font-size: large;
}

.profile-arrow-item a{
    color: white;
}

