@charset "UTF-8";
.pick_wrap {
    margin-bottom: 50px;
}
.pick_box {
    width: 49%;
    border-radius: 0;
}
.pick_img {
    position: relative;
}
@media (min-width: 896px) {
    .pick_img {
        height: 160px;
    }
    .pick_img img,
    .pick_img source {
        position: absolute;
        top: 50%;
        left: 50%;
        translate: -50% -50%;
        width: 100%;
        height: auto;
    }
    .pick_box a:hover .pick_img img {
        scale: 1.1;
        transition: opacity 0.5s ease-in-out, all 0.5s ease-in-out;
    }
}
@media only screen and (max-width: 896px) {
    .pick_in {
        overflow-x: hidden;
        padding: 0;
    }
}
@media only screen and (max-width: 896px) {
    .fac_select_list {
        display: block;
        margin-top: 0;
        overflow-x: hidden;
    }
    .fac_select_list li:first-child {
        margin-top: 0;
    }
    .fac_select_list li{
        margin-right: 0;
        margin-top: 15px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .fac_select_img {
        width: 30%;
        height: 90px;
        box-sizing: border-box;
    }
    .fac_select_img a {
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        position: relative;
    }
    .fac_select_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .fac_select_txt {
        width: 66%;
        padding: 0 0 0 4%;
        text-align: left;
    }
}
.knowhow_wrap {
    margin-bottom: 50px;
}
.info_wrap {
    margin-bottom: 45px;
}
.info_list li a img {
    max-width: 285px;
}
.topic_wrap {
    margin-bottom: 50px;
}
.topic_list_in {
    background: #fff;
    padding: 0 40px;
    border-radius: 10px;
}
.topic_list {
    border-bottom: solid 1px #efefef;
}
.topic_list li {
    border-top: solid 1px #efefef;
    padding: 13px 0;
}
.topic_dtl {
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
}
.topic_dtl dt {
    font-size: 16px;
    margin-right: 25px;
}
.topic_dtl dd {
    font-size: 16px;
    color: #2389a3;
    font-weight: 500;
}
.page_img_wrap.ver2 {
    background: #fcfcec url(../img/img_bg02.png) no-repeat center center;
    height: 300px;
}
.page_img_wrap.ver2::before {
    background: url(../img/top_page2_img.png) no-repeat center left / 100% auto;
    width: 335px;
    height: 256px;
    left: 16px;
}
.page_img_in.ver2 {
    padding-left: 380px;
    padding-right: 46px;
    padding-top: 0;
}
.page_img_txt.ver2 {
    margin-bottom: 10px;
}
.page-img-txt.ver2 {
    font-size: 13px;
    line-height: 2.46;
}
.page_img_lnk {
    display: inline-block;
    float: right;
    padding-right: 13px;
    background: url(/rouken-care/cmn/img/arw.png) no-repeat center right / 7px auto;
}
.page_img_lnk a {
    color: #2389a3;
    font-size: 13px;
    border-bottom: solid 1px #2389a3;
    padding-bottom: 2px;
    text-decoration: none;
}
.column_wrap {
    margin-bottom: 50px;
}
/*
.menu_wrap {
    margin-bottom: 160px;
}
*/
.menu_list {
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -20px;
}
.menu_list li a {
    overflow: hidden;
    display: block;
}
.menu_list li a img {
    transition: 0.5s;
}
.menu_list li {
    transition: 0.5s;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    box-sizing: border-box;
    margin-top: 20px;
}
.menu_list li span {
    width: 100%;
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
    justify-content: center;
    line-height: 1.2;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    z-index: 1;
    background: rgba(94,185,106,0.75);
}
@media (min-width: 896px) {
    .mapLink:hover {
        opacity: 0.7;
        text-decoration: none;
    }
    .info_list li a:hover img {
        transform: scale(1.1);
        transition: opacity 0.5s ease-in-out , all 0.5s ease-in-out;
        opacity: 0.7;
    }
    .menu_list li a:hover img {
        transform: scale(1.1);
        opacity: 0.7;
        transition: opacity 0.5s ease-in-out , all 0.5s ease-in-out;
    }
    .topic_list li a:hover {
        text-decoration: none;
    }
    .topic_list li a:hover .topic_dtl dd {
        text-decoration: underline;
        text-decoration-color: #2389a3;
    }
    .page_img_lnk a:hover {
        border-bottom: 0;
    }
}

@media only screen and (max-width: 896px) {
    .pick_wrap {
        padding: 0 20px;
        box-sizing: border-box;
    }
    .knowhow_wrap {
        margin-bottom: 45px;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .knowhow_wrap .page_ttl_wrap {
        margin-bottom: 25px;
    }
    .info_wrap {
        margin-bottom: 35px;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .info_list li a img {
        max-width: 100%;
    }
    .topic_wrap {
        margin-bottom: 40px;
        padding: 0 20px;
    }
    .topic_list_in {
        padding: 10px 0;
    }
    .topic_list li {
        padding: 15px 20px 13px;
    }
    .topic_dtl {
        display: block;
        padding-left: 0;
    }
    .topic_dtl dt {
        font-size: 14px;
        line-height: 1.2;
        margin-right: 10px;
        font-weight: bold;
        margin-bottom: 3px;
    }
    .topic_dtl dd {
        font-size: 16px;
    }
    .page_img_in.ver2 {
        padding: 0;
    }
    .page_img_wrap.ver2 {
        height: auto;
        padding: 70.933vw 17px 6.333vw;
        background: #fcfcec;
        border: 0;
        margin-bottom: 45px;
    }
    .page_img_wrap.ver2::before {
        background: url(../img/sp/top_page2_img.png) no-repeat center center / 100% auto;
        width: 100%;
        height: 65.067vw;
        top: 0;
        left: 0;
        transform: none;
    }
    .page-img-txt.ver2 {
        font-size:  3.467vw;
    }
    .column_wrap {
        margin-bottom: 40px;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .menu_wrap {
        margin-bottom: 50px;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .menu_list {
        display:-webkit-box;
  	    display:-ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
	    -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: -20px;
    }
    .menu_list li a {
        overflow: hidden;
        display: block;
    }
    .menu_list li a img {
        width: 100%;
        height: auto;
    }
    .menu_list li {
        width: 47.765%;
    }
    .menu_list li span {
        font-size: 14px;
        height: 41px;
        background: rgba(60,189,112,0.85);
    }
    .page_img_lnk {
        background: none;
        padding-right: 0;
        float: none;
        text-align: center;
        display: block;
    }
    .page_img_lnk a {
        font-size: 11px;
        text-align: center;
    }
    .pick_dtlTag li {
        font-size: 14px;
    }
    .pick-ttl {
        margin-bottom: 10px;
    }
    .knowhow_list {
        margin-top: -14px;
    }
    .knowhow_list li {
        margin-top: 14px;
    }
}
@media only screen and (max-width: 374px) {
    .top_search_ttl::after {
        right: 4px;
    }
    .menu_list li span {
        font-size: 14px;
    }
    .info_txt dt {
        font-size: 17px;
    }
    .info_txt dd {
        font-size: 12px;
    }
}
