body {
    background: white;
}

nav li a {
    color: black;
}
/******************************************
about
******************************************/
.about {
    position: relative;
    width: 530px;
    margin: 200px auto 100px auto;
}

.about .about-area {
    margin: 0 auto 100px auto;
}

.about h2 {
    font-size: 18px;
    margin: 0 auto 30px auto;
    font-weight: normal;
    text-align: center;
}

.about h3 {
    font-size: 14px;
    margin: 0 auto 30px auto;
    font-weight: normal;
    text-align: center;
}

.about a {
    transition: all 500ms 0s ease;
}

.about a:hover {
    opacity: 0.3;
}

.about .about-txt {
    font-size: 14px;
    line-height: 1.5em;
    margin: 0 auto 30px auto;
    text-align:justify;
}

.about .about-txt.en {
    text-justify: inter-word;
}

.about .about-txt.ja {
    font-size: 13px;
    text-justify: inter-character;
}

.about .about-lists {
    margin: 0 auto 30px auto;
    font-size: 13px;
}

.about .about-lists li {
    margin: 0 auto 0.6em auto;
    line-height: 1.3em;
}

.about .about-dl {
    margin: 30px auto;
    text-align: center;
}

.about .about-dl dt {
    font-size: 14px;
    margin: 0 auto 0.6em auto;
}

.about .about-dl dd {
    margin: 0 auto 40px auto;
}

.about .about-link {
    font-size: 22px;
    margin: 0 10px 10px 10px;
}

@media screen and (max-width: 480px) {
	.about {
        width: 70%;
        margin: 220px auto 80px auto;
    }
}
/******************************************
sns
******************************************/
.about .about-area.sns-area {

}

.about .sns-icons {
    display: flex;
    justify-content: space-between;
    width: 130px;
    margin: 0 auto;
}

.about .sns-icons i {
    font-size: 20px;
}

@media screen and (max-width: 480px) {
    .about .sns-icons {
        width: 130px;
    }

	.about .sns-icons i {
        font-size: 24px;
    }
}
/******************************************
recruit
******************************************/
.about .recruit-txt {
    text-align: center;
    font-size: 13px;
}
/******************************************
store
******************************************/
.about .about-area.store-area {
    margin: 0 auto;
}

.about .store-lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between ;
}

.about .store-lists li {
    margin: 0 10px 30px 0;
    width: 255px;
    text-align: left;
    font-size: 12px;
    line-height: 1.7em;
}

.about .store-lists li:nth-child(2n) {
    margin: 0 0 20px 5px;
}

.about .store-lists h4 {
    font-weight: normal;
}

.about .store-lists p {
} 

@media screen and (max-width: 480px) {
    .about .store-lists li {
        width: auto;
    }

    .about .store-lists li:nth-child(2n) {
        margin: 0 5px 30px 0;
    }
    
}
