@charset "utf-8";


.header.active .head-page .item.guid_item span {
    color: #939393;
}
.guidance_pg01 .list{
    width: 30%;
    margin-right: 5%;
    background: #aac4d136;
}
.guidance_pg01 .list:nth-child(3n){
    margin-right: 0;
}
.guidance_pg01 .list .text{
   padding: 25px 20px;
   box-sizing: border-box;
   word-wrap: break-word;
   height: 420px;
   display: flex;
   flex-direction: column;
   justify-content: center;
   position: relative;
   z-index:3;
}
.guidance_pg01 .list .owner_detail {
    display: block;
    max-width: 96px;
    right: 21px;
    bottom: 21px;
    position: absolute;
    z-index:-1;
}
.guidance_pg01 .list a{
    margin-bottom: 6px;
    transition: all .4s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.guidance_pg01 .list p:last-child{
    margin-bottom: 0;
}
.guidance_pg01 .title {
    border-top: 4px solid #aac4d1;
    padding: 25px 20px;
    box-sizing: border-box;
}
@media only screen and (min-width: 960px){
    .guidance_pg01 .list a:hover {
        color: #477589;
        transform: translateY(-3px);
    }
}
.guidance_pg02 .lists {
    position: relative;
}
.guidance_pg02 .img_advice{
    background: rgba(0,0,0,.65);
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 82%;
    transform: translateX(-50%);
    padding: 35px 50px;
    box-sizing: border-box;
    text-align: center;
}
.guidance_pg02 .img_advice_tit {
    word-break: break-all;
}
.guidance_pg02 .other1{
    margin-top: 40px;
    padding: 0 25px;
    box-sizing: border-box;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 144px;
    z-index: 1;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    font-size: 13px;
    border: 1px solid #fff;
    background: #fff;
    margin: 20px auto 0;
    color: #477589;
}
.guidance_pg02 .other1::after{
    content: "";
    display: block;
    width: 0;
    height: 100%;
    background: #7ba9be;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all .4s;
}
.guidance_pg02 .other1:hover{
    color: #fff;
}
.guidance_pg02 .other1:hover::after{
    width: 100%;
}
@media only screen and (max-width: 1240px){
    .guidance_pg01 .list .owner_detail{
        max-width: 85px;
    }
    .guidance_pg01 .list a{
        margin-bottom: 3px;
    }
    .guidance_pg01 .list .text{
        height: 384px;
    }
}
@media only screen and (max-width: 750px){
    .guidance_pg01 .list {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .guidance_pg01 .list:last-child{
        margin-bottom: 0;
    }
    .guidance_pg01 .list .text{
        height: auto;
    }
    .guidance_pg01 .list .owner_detail {
        max-width: 56px;
    }
    .guidance_pg01 .title {
        border-top: 2px solid #aac4d1;
        padding: 15px 20px;
    }
    .guidance_pg02 .img_advice {
        position: initial;
        width: 100%;
        transform: translateX(0);
        padding: 25px 20px;
    }
}
.guidance_buying_pg02 .lists{
    width: 100%;
    position: relative;
    z-index: 9;
    background: #f0f2f6;
    padding: 30px 20px;
    box-sizing: border-box;
}
.guidance_buying_pg02 .list {
    margin-bottom: 20px;
}
.guidance_buying_pg02 .list:last-child{
    margin-bottom: 0;
}
.guidance_buying_pg02 .list .lists-tit{
    cursor: pointer;
}
.guidance_buying_pg02 .list .tit-icon{
    width: 25px;
    height: 25px;
    background: url(../img/guidance_buying_pg02-icon01.png) no-repeat center/cover;
    transition: all .4s;
}
.guidance_buying_pg02 .list .tit-text{
    width: calc(100% - 25px);
    padding-left: 16px;
    box-sizing: border-box;
}
.guidance_buying_pg02 .list .lists-hidd{
    margin-top: 14px;
    display: none;
    padding-left: 41px;
    box-sizing: border-box;
}
.guidance_buying_pg02 .list.active .tit-icon{
    background: url(../img/guidance_buying_pg02-hicon01.png) no-repeat center/cover;
}
.guidance_buying_pg02 .list.active .tit-text{
    color: #477589;
}
@media only screen and (max-width:750px) {
    .guidance_buying_pg02::after{
        display: none;
    }
    .guidance_buying_pg02 .page-line{
        display: none;
    }
    .guidance_buying_pg02 .list {
        margin-bottom: 15px;
    }
    .guidance_buying_pg02 .list .tit-text{
        padding-left: 12px;
    }
}

