/* CSS Document */
@import url("image_fade.css");
/* sp View   ～768px  ----------------------------------------------------------------------------------------------*/
#rinen{
}
.rinen_text{
    font-size: 14px;
    width: 90%;
    display: inline-block;
    text-align: left;
    line-height: 1.5em;
}
.rinen_text strong{
    color: var(--accent-color);
}
#housin ol{
    width: 90%;
    text-align: left;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.5em;
}
#housin ol li{
    margin-bottom: 1em;
}
#housin ol li span{
    display: block;
}
.symbol_text{
    width: 90%;
    max-width: 960px;
    display: inline-block;
    text-align: left;
    line-height: 1.5em;
}
.symbol_text p{
    text-align: center;
}
.symbol_text strong{
    color: var(--accent-color);
}
#symbol .img_area{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
#\31 0e ul{
    max-width: 960px;
    margin: 1em auto;
    list-style: none;
    text-align: left;
    padding: 0;
}
#\31 0e ul li{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 0.5em;
}
#\31 0e ul li span{
    line-height: 1.2em;
}
#\31 0e ul li span:nth-of-type(1){
    color: #548235;
    font-size: 24px;
    display: block;
    width: 100%;
}
#\31 0e ul li span:nth-of-type(2){
    color: #333;
    display: block;
    margin-left: 1em;
    text-align: justify;
}

#history ul{
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    text-align: left;
    padding-left: 0;
}
#history ul li{
    width: 100%;
    line-height: 1.2em;
}
#history ul li:nth-child(1){
    font-weight: bold;
    border-bottom: 1px #fff;
}
#history ul li:nth-child(2){
    margin-left: 1em;
}
#cost>div{
    margin-bottom: 2em;
    text-align: left;
}
#cost .sub_title{
    color: var(--secondary-color);
    font-size: 24px;
    border-bottom: 1px var(--secondary-color) dashed;
    padding: 0.5em;
    margin-bottom: 0.5em;
}
#cost ul,#cost li{
    /*width: fit-content;*/
    line-height: 1.5em;
}
#cost ul{
    width: fit-content;
    list-style: none;
/*    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;*/
    text-align: left;
    margin: 0 auto 1em;
    padding: 0
}
#cost ul li{
    line-height: 1.5em;
    display: flex;
    margin-right: auto;
    width: 100%;
    justify-content: flex-end;
    /*margin-bottom: 0.5em;*/
}
#cost ul li span{
    display: block;
    margin-left: 0.5em;
}
/*--- Tablet View ---------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px){
    .rinen_text{
        width: fit-content;
        font-size: 16px;
    }
    #housin ol{
        font-size: 18px;
        width: fit-content;
    }
    #housin ol li span{
        display: inline;
    }
    #catch img{
        max-width: 960px;
        height: auto;
    }
    .symbol_text{
        width: fit-content%;
    }
    .symbol_text p{
        text-align: right;
    }
    #\31 0e ul li{
        flex-wrap: nowrap;
    }
    #\31 0e ul li span:nth-of-type(1){
        width: auto;
    }
    #history{
        width: 640px;
        margin: 0 auto;
    }
    #history ul{
        display: flex;
        flex-wrap: nowrap;
    }
    #history ul li{
        width: auto;
    }
    #history ul li:nth-child(1){
        margin-right: 1em;
        white-space: nowrap;
    }
    #cost>div{
        width: 480px;
        margin: 2em auto;
        text-align: center;
    }
    #cost .sub_title{
        padding-left: 1em;
        text-align: left;
        border-left: 8px solid var(--secondary-color);
    }
    #cost ul{
        width: 100%;
    }
    #cost ul li{
        width: 100%;
        justify-content: flex-end;
    }
    #cost ul li span{
        width: 50%;
        display: block;
    }

}
