@charset "UTF-8";
/* CSS Document */

h4+P {
    text-align: justify;
}
section {
    padding: 20px;
    padding: 2rem;
}
/*概要の表*/
.overview tr {
    vertical-align: text-top;
}
.overview th {
    padding: 5px 0 5px 15px;
    padding: 0.5rem 0 0.5rem 1.5rem;
}
.overview td {
    padding: 0.5rem 5rem 0.5rem 1.5rem;
    line-height: 1.7rem;
}
.overview td, .overview th:not(:last-child) {
    border-bottom: dotted 1px #8B8B8B;
}
/*事業案内*/
.efforts dl {
    border: solid 1px #8B8B8B;
    padding: 1rem;
    border-radius: 15px;
    text-align: justify;
    height: 15.5rem;
}
.efforts dt {
    color: #51B058;
    font-size: 18px;
    text-align: center;
    border-bottom: dotted 1px #8B8B8B;
    padding-bottom: 10px;
}
.efforts dd {
    padding-top: 10px;
}
/*メリット*/
.merit dt {
    color: #51B058;
}
.merit dd {
    text-align: justify;
}
.subscribe-1 {
    background-color: rgba(81,176,88,0.20);
    padding: 10px;
    padding: 1rem;
    border-radius: 15px;
    color: #333333;
    text-shadow: 2px 2px 0px #ffffff;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 50px;
}
.subscribe-2 p {
    text-align: center;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    width: 350px;
    margin: 0 auto 5px auto;
    padding: 18px 10px;
    font-weight: bold;
    font-size: 12px;
    font-size: 1.2rem;
    color: #555353
}
.subscribe-2 p img {
    margin-bottom: 0.2rem;
}
.subscribe-2 p:hover {
    color: #555353;
    background-color: #FFF7CB;
}
.subscribe-2 ~ p {
    text-align: center;
    font-size: 8px;
    font-size: 0.8rem;
    margin-bottom: 3rem;
}
.consultation {
    text-align: justify;
}
.consultation p:nth-child(2) {
    text-align: right;
    font-size: 12px;
    padding-top: 10px;
}
.consultation p {
    margin: 0;
}
.consultation div {
    border: dotted 2px #51B058;
    padding: 1rem;
    margin-bottom: 25px;
    height: 11.5rem;
}
.relief {
    text-align: center;
    margin-bottom: 5rem;
}
.relief p:first-child {
    color: #51B058;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: bold;
}

@media(max-width: 1199px) {
.overview th {
    padding-right: 0;
    margin: 0;
    width: 110px;
}
.consultation div {
    height: 13rem;
}
.efforts dl {
    height: 19rem;
}
.consultation p:nth-child(2) {
    text-align: left;
}
}

@media(max-width: 767px) {
section {
    padding: 0px;
    padding: 0rem;
}
.overview th {
    background-color: rgba(81,176,88,0.20);
    border-bottom: none;
    margin: 0;
    padding: 0.5rem;
    width: 100%;
    display: block;
}
.overview td {
    border-bottom: none;
    width: 100%;
    display: block;
    padding: 0.5rem 2rem 2rem 1rem;
}
.consultation div {
    height: 11.5rem;
}
.relief p:first-child {
    font-size: 20px;
    font-size: 2rem;
}
.relief {
    margin-bottom: 2rem;
}
.subscribe-1 {
    padding: 15px;
    padding: 1.5rem;
    font-size: 11px;
    font-size: 1.1rem;
}
}

@media screen and (max-width: 575px) {
.efforts dl {
    height: auto;
}
.consultation .col-6 {
    padding-left: 0px;
    padding-right: 0px;
}
.consultation div {
    font-size: 9px;
    font-size: 0.9rem;
    height: 11.5rem;
    padding: 13px;
    border: 1px dotted #51B058;
    margin-bottom: 0px;
}
.relief {
    margin-bottom: 1rem;
}
}

@media(max-width: 400px) {
.consultation div {
    font-size: 9px;
    font-size: 0.9rem;
    height: 11.2rem;
    padding: 13px;
}
}
