@charset "UTF-8";

@media screen and (max-width: 767px) {
    body{
        margin-left: 0;
        margin-right: 0;
    }
}

.sp{
    display: none;
}

.pc{
    display: block;
}

@media screen and (max-width: 767px) {
    .sp{
        display: block;
    }
    
    .pc{
        display: none;
    }
}

#contents{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.mainBody{
    margin: 3rem auto;
    padding: 0;
    max-width: 1200px;
    width: 92%;
}

h1.headTitle01 {
    position: relative;
    /* margin-left: 1em; */
    font-size: 2.2em;
    letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
    h1.headTitle01 {
        font-size: 1.5em;
    }
}

.smvinfo>p {
    margin-bottom: 1em;
    font-size: 1em;
    line-height: 2;
    word-wrap: break-word;
}

@media screen and (max-width: 767px) {
    .smvinfo>p {
        font-size: 0.8em;
    }
}

.smvinfo h2 {
    margin: 1.5em 0 .5em;
    font-size: 1.85em;
    font-weight: 700;
    display: inline-block;
    /* color: #e60000;
    background: linear-gradient(90deg, #fa4900, #e60000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}

@media screen and (max-width: 767px) {
    .smvinfo h2 {
        font-size: 1.5em;
    }
}

table,table th,table td {
    border-spacing: 0
}

table.default-table,.smvinfo table {
    font-size: 1em;
    border-collapse: collapse;
    border: 1px solid #bcbcbc
}

.smvinfo table {
    margin: 1em 0;
    font-size: 1em;
    line-height: 2;
    text-align: left;
    word-wrap: break-word
}

@media screen and (max-width: 767px) {
    table.default-table,.smvinfo table {
        font-size: 0.8em;
    }
}

table.default-table th,.smvinfo table th,table.default-table td,.smvinfo table td {
    padding: 1em;
    border-collapse: collapse;
    border: 1px solid #bcbcbc;
    line-height: 1.4
}
@media screen and (max-width: 767px) {
table.default-table th,.smvinfo table th,table.default-table td,.smvinfo table td {
    padding: .5em;
    border-right: none;
    border-bottom: none;
}
}

table.default-table th,.smvinfo table th {
    text-align: left;
    background: #efefef
}

.smvinfo table th {
    font-weight: 700
}

table.default-table caption,.smvinfo table caption {
    text-align: right
}

table.default-table caption.bottom,.smvinfo table caption.bottom {
    caption-side: bottom
}



