@charset "UTF-8";

/*
Creation Date:	2018.08.25
Last Updated:	2018.08.30
*/

/* #property
------------------------------------------------------------ */

#property section {
    padding: 2% 0 0;
}
#property section h1 {
    text-align: center;
}
#property section h2 {
    text-align: center;
    clear: both;
    border-bottom: 1px solid #000;
    margin: 3% 0 2%;
}
#property section img {
    margin: 2% 0 5%;
}
#property #value h2 {
    border: none;
    margin-bottom: 0%;
}
/* .lineup */
#property.lineup section{
    padding-top: 5%;
}
#property.lineup section ul li{
    vertical-align: top;
    text-align: left;
}
#property.lineup section ul li img{
    margin-bottom: 1%;
}
#property.lineup section ul li h2{
    border: none;
    margin: 0;
}
#property.lineup section ul li span{
    font-size: 1.5rem;
    padding: 0 1rem 0;
}
#property.lineup section ul li p{
    font-size: 1.5rem;
    line-height: 2.5rem;
    padding:0 0.8rem;
}
#property.lineup section ul li p.ttl{
    font-size: 1.1rem;
    background-color: #666;
    color: #fff
}

/* .chintai */
#property.chintai section{
    padding-top: 5%;
    clear: both;
    overflow: hidden;
}
#property.chintai #jirei h1{
    text-align: center;
    margin-bottom: 2%;
}
#property.chintai #jirei figure.left{
    width: 58%;
    float: left;
    margin-right: 2%;
}
#property.chintai #jirei figure.right{
    width: 40%;
    float: right;
}
#property.chintai #jirei figure.right figcaption
h3{
    margin: 2% 0;
}
#property.chintai #jirei figure.right figcaption p{
    font-size: 1.3rem;
}

/* .example */
#property.example section{
    padding-top: 5%;
}
#property.example section ul li{
    vertical-align: top;
    text-align: left;
}
#property.example section ul li img{
    margin-bottom: 1%;
}
#property.example section ul li p{
    font-size: 1.3rem;
    line-height: 2.5rem;
    padding:1rem 2rem;
}

@media screen and (max-width: 1024px) {
    /* iPad横以下 */
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
    /* iPad縦以下 */
}
@media screen and (max-width: 740px) {
    /* iPhone以下 */
    
    /* .lineup */
    #property.lineup section ul li{
        text-align: center;
    }
    
    /* .example */
    #property.example section ul li{
    text-align: center;
}
}
@media screen and (max-width: 440px) {
    #property section h1{
        text-align: left;
        margin-bottom: 3%;
    }
    #property #value h2{
        text-align: left;
    }
    #property section br.sp_non {
        display: none;
    }
    /* chintai */
    #property.chintai section h1{
        text-align: center;
    }
    #property.chintai #jirei figure.left{
        float: none;
        width: 100%;
    }
    #property.chintai #jirei figure.right{
        float: none;
        width: 100%;
        margin-bottom: 5%;
    }
}