<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 4/1 è¿½è¨˜ */

.menu02item {
    padding: 0.5em 0em;
    border-bottom: 1px solid;
    list-style: none;
    width: 95%;
    margin: auto;
}

.aic {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flexsb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.w70 {
    width: 70%;
    margin: 1% 0;
    text-align-last: left;
}

.menu02item dt span {
    display: block;
    float: none;
    font-size: 18px;
    vertical-align: baseline;
    font-weight: 100;  
}

.fw700 {
    font-weight: 700;
}
.fs18 {
    font-size: 18px !important;
}
.menu02item dt span {
    display: block;
}
.fs14 {
    font-size: 14px !important;
}

.tar {
    text-align: right;
}
.w26 {
    width: 26%;
    margin: 1% 0;
}

.menu02item dd span {
    display: inline-block;
    text-align: left;
}

.mb40 {
    margin-bottom: 40px;
}

.att{
  font-weight: 100;
}

@media only screen and (max-width: 599px){
  
  
  .menu02item {
    padding: 0.5em 0;
}
  .w70 {
    width: 100%;
    margin: 2% auto;
}

.fs18 {
    font-size: 16px !important;
}

.w26 {
    width: 100%;
    margin: 2% auto;
}

.mb40 {
    margin-bottom: 20px;
}





}
</pre></body></html>