@charset "utf-8";


/* ------------------------------------------------------------------
- Layout
------------------------------------------------------------------ */

body {
    font-weight: 200;
    color: #1d2087;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;}

/* ------------------------------------------------------------------
- Common
------------------------------------------------------------------ */

.l-container{
    margin: 60px 80px;
}

@media screen and (max-width: 768px) {
    .l-container{
        margin: 60px 20px;
    }
    
}

/* ------------------------------------------------------------------
- Utility
------------------------------------------------------------------ */

/* ------------------------------------------------------------------
- Project
------------------------------------------------------------------ */

.p-logo{
    max-width: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 100px;

    margin-bottom: 100px;}

.p-logo__img{
    width: 100%;
}

.p-logo__text{
    font-size: 27px;
}

.p-info th,
.p-info td{
    font-weight: 200;
    padding: 20px 0;
    line-height: 54px;
}


.p-info th{
    font-size: 16px;
    width: 100px;
}

.p-info td{
    font-size: 27px;
    letter-spacing: 0.2rem;

}

.p-info td ul li{
    text-indent: -1em;
    padding-left: 1em
}

.p-footer{
    margin-top: 270px;
}

@media screen and (max-width: 768px) {
    .p-info th,
    .p-info td{
        line-height: 1.815;
    }
    

    .p-info td{
        font-size: 20px;
    }    }