@charset "utf-8";

/* ----------contact---------- */
#company table {
    width: 100%;
    font-size: 1.6rem;
    box-sizing: border-box;
}
#company table th {
    width: 26%;
    text-align: left;
    vertical-align: top;
    line-height: 1.7;
    font-weight: normal;
    box-sizing: border-box;
    border-bottom: 1px solid #c6c6c6;
    padding: 15px 10px;
}
#company table td {
    text-align: left;
    vertical-align: top;
    line-height: 1.7;
    border-bottom: 1px solid #c6c6c6;
    box-sizing: border-box;
    padding: 15px 10px;
}
#company table tr:last-child th,#company table tr:last-child td {
    border-bottom: none;
    padding-bottom: 0;
}
#company dt{
    display: inline-block;
    min-width: 150px;
    font-size: 1.3rem;
    text-align: center;
    line-height: 1.7;
    color: #fff;
    background-color: #722d80;
    padding: 2px 10px;
    margin-bottom: 5px;
}
#company dd{
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.7;
    margin-bottom: 20px;
}
#company dt:last-child,#company dd:last-child{
    margin-bottom: 0;
}

/* ----------contact---------- */
#outline table {
    width: 100%;
    font-size: 1.6rem;
    box-sizing: border-box;
}
#outline table th {
    width: 18%;
    text-align: left;
    vertical-align: top;
    line-height: 1.7;
    font-weight: normal;
    box-sizing: border-box;
    border-bottom: 1px solid #c6c6c6;
    padding: 15px 10px;
}
#outline table td {
    text-align: left;
    vertical-align: top;
    line-height: 1.7;
    border-bottom: 1px solid #c6c6c6;
    box-sizing: border-box;
    padding: 15px 10px;
}
#outline table tr:last-child th,#outline table tr:last-child td {
    border-bottom: none;
    padding-bottom: 0;
}

/* ------------------------------PC------------------------------ */
@media screen and (min-width: 1200px) {
}
/* ------------------------------TABLET------------------------------ */
@media screen and (max-width:1199px) {


}
/* ------------------------------SP------------------------------ */
@media screen and (max-width: 699px) {
#company table {
    width: 100%;
    font-size: 1.3rem;
    box-sizing: border-box;
}
#company table th {
    padding: 15px 10px 15px 10px;
}
#company table td {
    padding: 15px 10px 15px 10px;
}
#company dt{
    min-width: 120px;
    font-size: 1.2rem;
}
#company dd{
    font-size: 1.3rem;
}

#outline table {
    width: 100%;
    font-size: 1.3rem;
    box-sizing: border-box;
}
#outline table th {
display: block;
width: 100%;
box-sizing: border-box;
border-bottom: none;
    padding: 15px 10px 0 10px;
}
#outline table td {
display: block;
width: 100%;
box-sizing: border-box;
font-weight: bold;
border-bottom: 1px solid #c6c6c6;
    padding: 5px 10px 15px 10px;
}

}