
/*　-----------------------　共通部分　-----------------------　*/

#Outline main {
    background-color: var(--Color7);
    padding-top: 70px;
    margin-bottom: 60px;
}

#Outline h2 {
    font-family: var(--fontOrp);
    color: var(--Color4);
    font-size: 3rem;
    line-height: 1;
    width:auto;
    margin-bottom: 0.5em;
}

.sec_main {
    width: 1000px;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
}


#Outline h3 {
    font-size: 1.25em;
    margin-bottom: 0.5em;
    text-align: left;
}
#Outline h3::before {
    content: "■";
}
p.date {
    text-align: right;
    margin-right: 5px;
    font-size: 0.8rem;
    line-height: 1.5;
    margin-bottom: 10px;
}
table {
    font-size: 0.8rem;
    width: 100%;
    margin-bottom: 40px;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-collapse: collapse;
}
th,td {
    text-align: left;
    margin: 0;
    padding: 10px 10px;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
}
th {
    background: var(--Color4);
    color: var(--Color2);
    white-space: nowrap;
}
tr:not(:last-of-type) th {
    border-bottom: 1px solid #666;
}
td {
    background: var(--Color2);
}

/* ----------------------- */
/* 1000*/
/* ----------------------- */
@media screen and (max-width: 1000px) {

.sec_main {
    width: 95%;
    padding-top: 8vw;
    padding-bottom: 8vw;
}

}

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


#Outline h3 {
    font-size: 1em;
}
p.date {
    font-size: 2.5vw;
    margin-bottom: 20px;
    letter-spacing: 0;
}
table {
    font-size: 2.5vw;
    margin-bottom: 2em;
    letter-spacing: 0;
}
th {
    width: 25%;
    padding: 0.3em;
    white-space: normal;
}
td {
    padding: 0.3em;
}


}

