@charset "utf-8";

html {
    font-size: 100%;
}
body {
    color: #24292e;
    background-color: #ffffff;
    font-family: 'BIZ UDPGothic', sans-serif;
    letter-spacing: 2px;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    text-decoration: none;
}

img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}

li {
    list-style: none;
}

.wrapper1 {
    max-width: 1070px;
    margin: 0 auto 0 auto;
    padding: 0 4%;
}

.wrapper2 {
    max-width: 1000px;
    margin: 20px auto 20px auto;
    font-size: 1rem;
    padding: 0 10%;
    line-height: 1.8rem;
    text-align: left;
    
}

.wrapper3 {
    max-width: 1000px;
    margin: 20px auto 120px auto;
    font-size: 1rem;
    padding: 0 10%;
    line-height: 1.8rem;
    text-align: left;
    
}
#title {
    font-size: 1rem;
    text-align: center;
    margin-top: 160px;
    margin-bottom: 80px;
    font-family: 'BIZ UDPGothic', sans-serif;
    color: #53514a
}
.sec-title p {
    padding-top: 60px;
}

@media screen and (max-width: 640px) {
 .wrapper {
     margin-bottom: 70px;
 }
 .title {
     margin-bottom: 40px;
 }  
 .title img {
    width: 60%;
 }
}


#header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f3f2ee;
    height: 80px;
    margin: 0 auto;
    padding: 0 22%;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;      
}    
#header ul {
    display: flex;
    padding: 10px 0;
}
#header li {
    font-size: 0.9rem;
    margin-left: 30px;
}
#header li a {
    color: #53514a;
    font-family: 'Quicksand', sans-serif;
    font-size: 20px;
    font-weight: 500;
}
#header li a:hover {
    opacity: 0.5;
} 
@media screen and (max-width: 640px) {
    
    #header {
        max-width: 100%;
        height: auto;
        flex-direction: column;
    }
    #header li {
        font-size: 0.8rem;
        margin-left: 20px;
    }
    #header li:first-child {
        margin-left: 0;
    }
}




.pccomp {
    width: 100%;
    text-align: center;
    margin: auto;
}

#summary {
    padding-top: 20px;
}

.work-text a {
    text-decoration: underline;
    
}
.work-text li {
    list-style: disc;
}
.url, .time, .point {
    display: flex;
    justify-content: space-between;
    align-items: start;
}
dd.work-text {
    width: 75%;
    vertical-align: baseline;
}
dl.time {
    margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
    dl.url,.time,.point {
        display: flex;
        flex-direction: column;
    }
    
    dd.work-text {
        width: 90%;
        margin: 4px auto 0 20px;        
        justify-content: flex-start;
    }
    dl.time {
        margin-bottom: 20px;
    }
}


#footer {
    background-color: #a19267;
    color: #fff;
    font-size:0.5rem;
    padding: 10px 20px;
    text-align: center;
}






