<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*--------------------------------------
縲縲繧ｹ繝槭�縺ｧ縺ｮ陦ｨ遉ｺ
--------------------------------------*/
.main-contents {
    max-width: 1050px;
    margin: 0 auto;
    padding: 0 20px;
}
.section-title {
    text-align: center;
    font-size: 36px;
    margin: 120px 0 80px;
    position: relative;
}
.main {
    padding: 0 10px;
}
    #contact_wrap{
        width:100%;
        margin: 2em auto;
    }
h1.section-title {
    display: block;
    text-align: center;
    font-size: 36px;
    margin: 95px 0 65px;
    position: relative;
}
.SP_CM_Code{
width:95%;
margin:2em auto;
}

.SP_CM_Code tr:first-child{
border-top:#a9a9a9 1.5px solid;
}
.SP_CM_Code tr:last-child{
border-bottom:#a9a9a9 1.5px solid;
}
.SP_CM_Code th{
padding:3px;
display:block;
background-color:#f5f5f5;
text-align:center;
 background: #f5f5f5;
 color: #2E2E2E;
border-right: 1px solid #E5E5E5;
border-bottom: 1px solid #E5E5E5;
}
.SP_CM_Code td{
padding:5px;
display:block;
text-align:center;
border-right: 1px solid #E5E5E5;
border-bottom: 1px solid #E5E5E5;
}


/*--------------------------------------
PC縺ｧ縺ｮ陦ｨ遉ｺ
--------------------------------------*/
@media only screen and (min-width: 780px) {
    .main-contents {
    max-width: 1050px;
    margin: 0 auto;
    padding: 0 20px;
}
.section-title {
    text-align: center;
    font-size: 36px;
    margin: 120px 0 80px;
    position: relative;
}
    #contact_wrap{
        max-width: 1050px;
    margin: auto;
    padding: 0 20px;
        margin: 2em auto;
    }
.SP_CM_Code{
width:100% ;
margin:5px auto;
}
.SP_CM_Code tr{
border:#a9a9a9 1.5px solid;
}
.SP_CM_Code tr:first-child{
border-top:#a9a9a9 1.5px solid;
}
.SP_CM_Code tr:last-child{
border-bottom:#a9a9a9 1.5px solid;
}
.SP_CM_Code th{
width:40%;
display:table-cell;
text-align: left;
padding: 10px;
background: #f5f5f5;
    color: #2E2E2E;
border-right: 1px solid #E5E5E5;
border-bottom: 1px solid #E5E5E5;
}
.SP_CM_Code td{
width:60%;
display:table-cell;
text-align: left;
padding: 10px;
border-right: 1px solid #E5E5E5;
border-bottom: 1px solid #E5E5E5;
}
h1.section-title {
    display: block;
    text-align: center;
    font-size: 36px;
    margin: 95px 0 65px;
    position: relative;
}
}
</pre></body></html>