@charset "UTF-8";

#contact {
    background-color: #BF1A20;
    padding: 40px 0 25px;
    margin: 40px 0;
    color: #FFF;
}

#contact .contact_sub img {
    max-width: 600px;
}

#contact .contact_tel img {
    max-width: 450px;
}

#contact .btnArea {
    max-width: 850px;
    margin: auto;
}

#contact .btnMborder {
    width: 80%;
    padding: 0.8em 2em;
}

#prop_info table {
    margin: 10px 0 30px;
}

#prop_info th {
    padding: 10px 10px 10px 30px;
}

#prop_info th img {
    max-width: 100px;
}

#prop_info td {
    padding: 10px;
}

#feature .flex_box {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
}

#feature .feature_box {
    width: 50%;
    padding: 0px 10px 20px;
}

#feature .feature_box > h3 > span.num {
    font-size: 250%;
    text-align: center;
}

#feature .feature_box > h3 > span.text {
    font-size: 130%;
}

#feature .feature_box:nth-child(2) > h3 > span.num,
#feature .feature_box:nth-child(3) > h3 > span.num,
#feature .feature_box:nth-child(6) > h3 > span.num,
#feature .feature_box:nth-child(7) > h3 > span.num {
    color: #BF1A20;
}

#feature .feature_box:nth-child(1),
#feature .feature_box:nth-child(4),
#feature .feature_box:nth-child(5),
#feature .feature_box:nth-child(8) {
    background-color: #BF1A20;
    color: #FFF;
}

#feature .feature_box:nth-child(1) em,
#feature .feature_box:nth-child(4) em,
#feature .feature_box:nth-child(5) em,
#feature .feature_box:nth-child(8) em {
    font-weight: bold;
    color: #FFF;
}

#feature .feature_box:nth-child(1) a:link,
#feature .feature_box:nth-child(1) a:visited,
#feature .feature_box:nth-child(4) a:link,
#feature .feature_box:nth-child(4) a:visited,
#feature .feature_box:nth-child(5) a:link,
#feature .feature_box:nth-child(5) a:visited,
#feature .feature_box:nth-child(8) a:link,
#feature .feature_box:nth-child(8) a:visited {
    color: #FFF;
}


#fee table {
    margin: 20px auto;
    border-collapse: collapse;
    border-spacing: 0;
}
#fee th {
    font-weight: bold;
    /* padding: 10px;
    border-bottom: solid 4px #cc0000;
    color: #cc0000 */
}
#fee th, #fee td {
    padding: 10px;
    border-bottom: solid 1px #cc0000;
}

.tenpolist:nth-child(odd) .list-box {
    border: #333333 1px solid;
    padding: 20px;
}

.tenpolist:nth-child(even) .list-box {
    background-color: #BF1A20;
    color: #FFF;
    padding: 20px;
}

.tenpo-badges {
    display: flex;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}
  
.badge {
    width: 65px;    
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    white-space: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.badge.is-active {
    background-color: #555;
    color: #fff;
}

.badge.is-inactive {
    background-color: #dcdcdc;
    color: #fff; 
}
    
.valign-t th,
.valign-t td {
    vertical-align: top;
}

.mt-auto {
    margin-top: auto;
}

.h1-hgs {
    font-family: "HGS創英角ゴシックUB", "HGSoeiKakugothicUB", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: normal;
}


@media (max-width: 750px) {
    #contact .contact_sub img {
        max-width: 100%;
    }
    #contact .contact_tel img {
        max-width: 85%;
    }

    #prop_info th {
        padding: 10px;
    }
    #prop_info th img {
        max-width: 80px;
    }
    
    #feature .feature_box {
        width: 100%;
    }
    #feature .feature_box:nth-child(odd) {
        background-color: #BF1A20;
        color: #FFF;
    }
    #feature .feature_box:nth-child(even) {
        background-color: #FFF;
        color: #333333;
    }
    #feature .feature_box:nth-child(odd) > h3 > span.num {
        color: #FFF;
    }
    #feature .feature_box:nth-child(even) > h3 > span.num {
        color: #BF1A20;
    }
    #feature .feature_box:nth-child(odd) em {
        font-weight: bold;
        color: #FFF;
    }

    #feature .feature_box:nth-child(odd) a:link,
    #feature .feature_box:nth-child(odd) a:visited {
        color: #FFF;
    }
}