/*
  くらし・住宅機器関連ページ専用
  対象:
    /for_home/living/
    /for_home/living/kitchen/
    /for_home/living/dryer/
    /for_home/living/heater/
    /for_home/living/clothes_dryer/
  読み込み: header.php（くらし関連ページのみ）
  更新: 2026年7月24日
*/

/* for_home living ---------------------------------------------- */

/* for_home livingのメイン画像 */
#living img[src*="main-img"] {
    margin: 0 0 30px;
}

/* for_home livingのリスト */
#living .living-list {
    margin: 0 0 30px;
}

/* for_home livingのリスト内リスト項目 */
#living .living-list li {
    float: left;
    width: 47%;
    margin: 0 0 30px;
}

/* for_home livingのリスト内リスト項目（偶数番目） */
#living .living-list li:nth-of-type(2n) {
    float: right;
}

/* for_home livingのリスト内リスト項目内リンク */
#living .living-list li a {
    display: block;
    text-decoration: none;
}

/* for_home livingのリスト内リスト項目内リンクのホバー効果 */
#living .living-list li a:hover {
    color: #30ac77;
}

/* for_home livingのリスト内リスト項目内リンク内div */
#living .living-list li a div {
    border: 2px solid #9fa0a0;
    padding: 10px;
    margin: 0 0 10px;
}

/* for_home livingのリスト内リスト項目内リンク内divのホバー効果 */
#living .living-list li a div:hover {
    border: 2px solid #30ac77;
}

/* for_home livingのリスト内リスト項目内リンク内div内画像 */
#living .living-list li a div img {
    display: block;
    margin: 0 auto;
}

/* for_home livingのリスト内リスト項目内リンク内h4タイトル */
#living .living-list li a h4 {
    text-align: center;
    font-weight: bold;
}

/* コンタクトリスト内リスト項目内h4タイトル */
.contact-list li h4 {
    font-weight: normal;
    text-align: center;
    margin: 0 0 10px;
}

/* コンタクトリスト内リスト項目（1番目） */
.contact-list li:nth-of-type(1) {
    float: left;
    width: 100%;
    border: 2px solid #2ea7e0;
    padding: 20px;
}

.contact-list li:nth-of-type(1) a {
    display: block;
    background: #2ea7e0;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 1.1em;
    text-align: center;
}

.contact-list li:nth-of-type(2) {
    display: none;
    float: right;
    width: 49%;
    border: 2px solid #00a29a;
    padding: 20px;
}

.contact-list li:nth-of-type(2) a {
    display: block;
    background: #00a29a;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 1.1em;
    text-align: center;
}

.contact-list li a:after {
    display: inline-block;
    content: url(../img/for_home/living/contact-arrow.png);
    margin: 0 0 0 1em;
}



/* for_home living kitchen dryer heater ---------------------------------------------- */

#kitchen section,
#dryer section,
#heater section,
#clothes_dryer section {
    padding: 0 0 50px;
}

#page .main h4.ttl {
    font-weight: bold;
    font-size: 18px;
    margin: 90px 0 20px;
}

#page .main h4.ttl:before {
    content: "\25A0";
    color: #21a564;
}

#page .main h5.ttl {
    font-weight: bold;
    font-size: 1.1em;
    margin: 0 0 15px;
}

#page .main h5.ttl:before {
    content: "\25A0";
    color: #21a564;
}

.list-3 li {
    float: left;
    width: 30%;
    margin: 0 5% 5% 0;
    position: relative;
}

.list-3 li:nth-of-type(3n) {
    margin: 0 0 5%;
}

#page .main .list-3 li img {
    margin: 0 0 .5em;
}

.list-3 li dl {
    line-height: 1.3;
}

.list-3 li dl dt {
    font-weight: bold;
    margin: 0 0 .5em;
}

.list-3 li dl span {
    display: block;
}

.list-3 li small {
    font-size: .8em;
}

#kitchen .list-3 li {
    height: 330px;
}

#kitchen .list-3:nth-of-type(3) li {
    height: 380px;
}

#kitchen .list-3 li small {
    display: block;
    position: absolute;
    bottom: 0;
}

#dryer .list-3 li dl dd ul li {
    width: 43%;
    height: 100px;
    margin: 0;
}

#dryer .list-3 li dl dd ul li:nth-of-type(2n) {
    float: right;
    width: 53%;
}

#dryer .list-3 li dl dd ul li dl {
    position: absolute;
    bottom: 0;
}

#dryer .list-3 li dl dd dl dt {
    margin: 0;
}

#dryer .list-3 li dl dd dl dd {
    font-size: .8em;
}

#dryer small {
    display: block;
    margin: 0 0 40px;
}

.list-2 li {
    float: left;
    width: 47%;
    margin: 0;
    position: relative;
}

.list-2 li:nth-of-type(2n) {
    float: right;
}

#heater .name {
    font-weight: bold;
}

#heater h4 {
    font-weight: bold;
    font-size: 1.1em;
    margin: 40px 0 30px;
}

#heater h4:nth-of-type(2) {
    margin: 0 0 30px;
}

#heater .list-2 li p,
#clothes_dryer .list-2 li p {
    font-size: .9em;
}

#heater .list-2:nth-of-type(1) li {
    height: 205px;
}

#heater .list-3 li dl dd dl dt,
#heater .list-3 li dl dd dl dd {
    font-size: .8em;
    margin: 0 0 3px;
}

#clothes_dryer h4 {
    font-weight: bold;
    font-size: 1.1em;
    margin: 30px 0;
}

@media screen and (max-width: 979px) {
    /* for_home living kitchen dryer heater ---------------------------------------------- */
    #kitchen section,
    #dryer section,
    #heater section,
    #clothes_dryer section {
        padding: 0 0 2rem;
    }
    #page .main h4.ttl {
        font-size: 1.4rem;
        margin: 1rem 0 3rem;
    }
    #page .main h5.ttl {
        font-size: 1.2rem;
        margin: 0 0 1rem;
    }
    .list-3 li {
        float: none;
        width: 100%;
        margin: 0 0 5rem;
        text-align: center;
    }
    .list-3 li:nth-of-type(3n) {
        margin: 0 0 5rem;
    }
    #page .main .list-3 li img {
        margin: 0 0 1rem;
    }
    .list-3 li dl dt {
        margin: 0 0 1rem;
    }
    .list-3 li small {
        font-size: 1rem;
    }
    #kitchen .list-3 li {
        height: auto;
    }
    #kitchen .list-3:nth-of-type(3) li {
        height: auto;
    }
    #kitchen .list-3 li small {
        position: relative;
    }
    #dryer .list-3 li dl dd ul li {
        float: left;
        width: 43%;
        height: 100px;
        margin: 0;
    }
    #dryer .list-3 li dl dd ul li:nth-of-type(2n) {
        float: right;
        width: 53%;
    }
    #dryer .list-3 li dl dd ul li dl {
        position: relative;
    }
    #dryer .list-3 li dl dd dl dd {
        font-size: 1rem;
    }
    #dryer small {
        margin: 0 0 2rem;
    }
    .list-2 li {
        float: none;
        width: 100%;
    }
    .list-2 li:nth-of-type(2n) {
        float: none;
    }
    #heater h4 {
        font-size: 1.4rem;
        margin: 2rem 0;
    }
    #heater h4:nth-of-type(2) {
        margin: 0 0 2rem;
    }
    #heater img[src*="img_stove_1"] {
        display: block;
        margin: 0 auto 1rem;
    }
    #heater img[src*="img_stove_1"]+p {
        text-align: center;
    }
    #heater .list-2 {
        margin: 0 0 5rem;
    }
    #heater .list-2 li p,
    #clothes_dryer .list-2 li p {
        font-size: 1rem;
    }
    #heater .list-2:nth-of-type(1) li {
        height: auto;
    }
    #heater .list-3 li dl dd dl dt,
    #heater .list-3 li dl dd dl dd {
        font-size: 1rem;
        margin: 0 0 .5rem;
    }
    #clothes_dryer h4 {
        font-size: 1.4rem;
        margin: 1rem 0 2rem;
    }
}
