@charset "UTF-8";

#contents .ttl_h2{
    margin-bottom: 55px;
}
.txt_greeting p{
    color: #212121;
    font-size: 1.6rem;
    font-weight: 300;
}
.txt_greeting p + p{
    margin-top: 30px;
}

.table_about{
    width: 100%;
}
.table_about th,
.table_about td{
    padding: 20px;
    border: 1px solid #CECECE;
    color: #212121;
    font-size: 1.6rem;
    font-weight: 300;
    vertical-align: top;
}
.table_about th{
    width: 300px;
    background:#FAFAFA;
}

.link_store li{
    float: left;
    width: 300px;
}
.link_store li + li{
    margin-left: 10px;
}
.link_store li a{
    display: block;
    width: 100%;
}
.link_store li a span{
    display: block;
    margin-top: 15px;
    color: #212121;
    font-size: 2.1rem;
    font-weight: 300;
    text-align: center;
}

.box_supplier{
    margin-top: 70px;
}
.box_supplier p{
    float: left;
    color: #212121;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 2;
}
.box_supplier p + p{
    margin-left: 50px;
}

@media screen and (max-width: 767px) {

#contents .ttl_h2{
    margin-bottom: 7%;
}
.txt_greeting p{
    font-size: 1.4rem;
}
.txt_greeting p + p{
    margin-top: 5%;
}

.table_about{
    width: 100%;
    border-bottom: 1px solid #CECECE;
}
.table_about th,
.table_about td{
    display: block;
    width: 100%;
    padding: 8px;
    font-size: 1.4rem;
    border-bottom: none;
}
.table_about th{
    width: 100%;
    text-align: center;
}

.link_store li{
    float: none;
    width: 100%;
}
.link_store li a{
    text-align: center;
}
.link_store li + li{
    margin: 6% 0 0;
}
.link_store li a span{
    margin-top: 3%;
    font-size: 1.4rem;
}

.box_supplier{
    margin-top: 0;
}
.box_supplier p{
    float: none;
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: 0;
}
.box_supplier p + p{
    margin-left: 0;
}

}