<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";


/* -------------------------- */
/* --------title-------- */
/* -------------------------- */

#thesis .p_title{
background-image: url(../img/thesis_main.jpg);
}

/* -------------------------- */
/* --------content-------- */
/* -------------------------- */

.thesis_content h3{
    margin: 60px 0 5px 0;
    font-size: 1.4rem;
    text-align: center;
font-weight: normal;
}

.thesis_content&gt;p{
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin: 0 0 80px 0;
}

.thesis_item&gt;li{margin: 0 0 60px 0; padding: 60px;}

.thesis_item li .thesis_title h3{
font-size: 1.2rem;
line-height: 1.6rem;
font-weight: normal;
color: #11BA71;
margin: 0 0 10px 0;
}

.thesis_item li .thesis_title p{
    color: #CCCCCC;
    font-weight: 300;
    font-size: 0.75rem;
    line-height: 1rem;
    text-align: center;
    margin: 0 0 30px 0;
}

.thesis_item&gt;li ul{
    box-sizing: border-box;
    background: #EBEFEA;
    padding: 15px;
}

.thesis_item&gt;li ul li{
    font-size: 0.9rem;
    line-height: 1.4rem;
    font-weight: 300;
    background: #EBEFEA;
}

.thesis_item li h4{
    position: relative;
    z-index: 2;
    display: block;
    text-align: center;
    margin: 15px 0;
    color: #11BA71;
    font-size: 1.1rem;
font-weight: normal;
}


.thesis_item li h4::before,
.thesis_item li h4::after{
    content: "";
    position: absolute;
    top: 50%;
    width: 46%;
    height: 1px;
    background-color: #11BA71;
    z-index: 1;
}

.thesis_item li h4::before{ left: 0;}
.thesis_item li h4::after{ right: 0;}
</pre></body></html>