#akiya-chintai{

}
.chi-pc{
    display: contents;
}
.chintai-wrap{
	max-width: 1000px;
	margin: auto;
    position: relative;
}
.chintai-wrap h2{
    margin: 0 calc(49% - 49vw);
    background: url(/m/cmn_files/img_rwd/akiya-img/title-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 16vw;
    line-height: 16vw;
    font-size: 2rem;
}
.chintai-wrap h2>img{
    max-width: 500px;
    vertical-align: middle;
    height: 150px;
}
.chintai-wrap h3{
    background: #3e3a39;
    color: #fff;
    padding: 20px 45px;
    text-align: center;
    width: 55%;
    margin: 100px auto 150px;
    border-radius: 25px;
    font-size: 1.5rem;
    letter-spacing: 3px;
    position: relative;
}
.chintai-wrap h3 span{
    font-size: 2rem;
}
.chintai-wrap h3:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #3e3a39 transparent transparent transparent;
  border-width: 20px 10px 0 10px;
}
#akiya-chintai .contents img {
    height: 50px;
    margin-left: 0;
    margin-right: auto;
    width: auto;
}
#akiya-chintai .contents .flex-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
    margin-top: 30px;
}
#akiya-chintai .contents .right-wrap img{
    max-width: 300px;
    height: auto;
}
#akiya-chintai .right-wrap{
    width: 30%;
}
#akiya-chintai .left-wrap{
    width: 70%;
}
#akiya-chintai .left-wrap p{
    width: 70%;
    margin-left: auto;
    font-size: 1.3rem;
    letter-spacing: 1px;
    padding: 10px 20px 30px 0;
    line-height: 30px;
}
@media screen and (max-width:767px) {
    .chi-pc{
        display: none;
    }
    .chintai-wrap h2 {
        background-size: cover;
        background-position: 65%;
        height: 30vw;
        line-height: 30vw;
    }
    .chintai-wrap h2>img{
        width: 65%;
        height: auto;
    }
    .chintai-wrap h3{
        margin: 50px auto 70px;
        font-size: .8rem;
        padding: 10px 30px;
        width: 80%;
        line-height: 30px;
    }
    .chintai-wrap h3 span{
        font-size: 1rem;
    }
    #akiya-chintai .contents img{
        height: 6vw;
    }
    #akiya-chintai .contents .flex-wrap{
        display: block;
        margin-top: 0;
        width: 70%;
        margin: auto;
        margin-bottom: 50px;
    }
    #akiya-chintai .left-wrap{
        width: 100%;
    }
    #akiya-chintai .left-wrap p{
        width: 90%;
        margin: auto;
        font-size: .8rem;
        padding: 15px 0 10px;
        line-height: 20px;
    }
    #akiya-chintai .right-wrap{
        width: 100%;
    }
    #akiya-chintai .contents .right-wrap img{
        width: 90%;
        max-width: unset;
        margin: auto;
        display: block;
    }
    

}