@charset "utf-8";
/* CSS Document */
#soundproofing {}
/*------------------------------------------------.ttlbox h2*/
.ttlbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid#009e52;
    border-top: 1px solid#009e52;
    padding: 26px;
}
.ttlbox h2 {
    color: #009e52 !important;
    font-size: 26px;
    padding: 0;
}
@media print, screen and (min-width:768px) {
    .ttlbox {
        padding: 40px;
    }
    .ttlbox h2 {
        font-size: 44px;
        padding: 0;
    }
}
#soundproofing section .container > p {
    font-size: 16px;
    text-align: left;
}
#soundproofing section p {
    line-height: 1.6em;
    font-size: 16px;
}
#soundproofing [id^="sec_"] {
    padding-top: 50px;
    padding-bottom: 50px;
}
#soundproofing [id^="sec_"] h3 {
    color: #009e52;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3em;
    margin: 0 auto 30px;
}
@media print, screen and (min-width:768px) {
    #soundproofing [id^="sec_"] h3 {
        font-size: 30px;
    }
}
#soundproofing [id^="sec_"] h4 {
    color: #009e52;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    line-height: 1.3em;
    margin: 15px auto;
}
/*------------------------------------------------.cnt_wrap*/
#soundproofing [id^="sec_"] ul.row {
    justify-content: center;
}
#soundproofing [id^="sec_"] ul.row > li .cnt_wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    height: 100%;
}
/*------------------------------------------------.item_wrap*/
#soundproofing [id^="sec_"] ul.row > li .item_wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    height: 100%;
}
#soundproofing [id^="sec_"] ul.row > li .item_wrap h5 {
    color: #009e52;
    font-size: 18px;
    font-weight: bold;
    margin: 20px auto 10px;
}
#soundproofing [id^="sec_"] ul.row > li .item_wrap p {
    font-size: 16px;
    line-height: 1.7em;
}
#soundproofing [id^="sec_"] ul.row > li .item_wrap p span.tx_bold {
    display: block;
    margin-top: 10px;
}
#soundproofing [id^="sec_"] figure {
    width: 100%;
}
#soundproofing [id^="sec_"] figure img {
    width: 100%;
    height: auto;
}
/*------------------------------------------------リンクボタン*/
.link_btn_area {
    width: 100%;
    margin: 30px auto 0;
}
.link_btn_area a {
    display: block;
    text-align: center;
    background: #ff7600;
    border: 1px solid #ff7600;
    color: #fff;
    padding: 10px;
    margin: auto;
    width: 100%;
    transition: all 0.3s;
}
@media print, screen and (min-width:768px) {
    .link_btn_area a {
        width: 70%;
    }
}
.link_btn_area a:hover {
    background: #fff;
    color: #ff7600;
}
/*------------------------------------------------section_base*/
#soundproofing [id^="sec_"] {
    padding-top: 50px;
    padding-bottom: 50px;
}
#soundproofing [id^="sec_"]:nth-child(even) {
    background: #f3f3f3;
}
/*------------------------------------------------#sec_01*/
/*------------------------------------------------#sec_02*/
/*------------------------------------------------#sec_03*/
#sec_03 ul.row {
    margin-bottom: 40px;
}
#sec_03 ul.row > li {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#sec_03 ul.row > li p {
    width: 100%;
    text-align: left;
}
#sec_03 ul.row > li h5 {
    font-weight: 700;
    text-align: center;
    font-size: 18px;
    margin-bottom: 0;
    color: #666;
    width: 100%;
}
#sec_03 ul.row > li table {
    border-right: 1px solid #009e52;
    margin: 10px auto;
}
#sec_03 ul.row > li table tr {
    border-bottom: 1px solid #009e52;
}
#sec_03 ul.row > li table tr th, #sec_03 ul.row > li table tr td {
    padding: 6px 10px;
}
#sec_03 ul.row > li table tr th {
    text-align: center;
    background: #009e52;
    color: #fff;
    border-left: 1px solid #fff;
}
#sec_03 ul.row > li table tr th:nth-child(3) {
    width: 55%;
}
#sec_03 ul.row > li table tr td {
    font-weight: normal;
    border-left: 1px solid #009e52;
}
#sec_03 ul.row > li table tr > td {
    font-weight: normal;
}
#sec_03 ul.row > li table tr td:first-child {
    font-size: 16px;
    font-weight: 700;
}
/*------------------------------------------------#sec_05*/ 
#sec_05 .container > p {
    text-align: center !important;
    margin-bottom: 30px;
}
#sec_05 table{
 width: 100%;
 width: 100%;
}
#sec_05 table tr:nth-child(2n) {
    background: #eee;
}
#sec_05 table tr td {
    border-left: 1px solid #eee;
}
#sec_05 table tr:nth-child(2n) td {
    border-left: 1px solid #fff;
}
#sec_05 table td, #sec_05 table th {
    text-align: center;
    padding: 10px;
}
#sec_05 table th {
    border: 1px solid #fff;
    background: #009E52;
    color: #fff;
}
#sec_05 table td figure {
    display: inline-block;
    text-align: center;
    width: 100%;
    max-width: 150px;
    margin: 10px;
}
#sec_05 table tr:first-child th a{
 color: #fff;
 text-decoration: underline;
}
#sec_05 table tr:first-child th a:hover{
 text-decoration: none;
}