@charset 'utf-8';

/* ==========================================================================

	レンタルスペースについて

   ========================================================================== */


/*--------------------------------
	基本レイアウト
--------------------------------*/

.space {
    color: #486f53;
}

#second_title {
    margin-bottom: -60px;
}

.space_content {
    padding: 0 0 100px;
}

.space_content .container {
    max-width: 1036px;
}

.space_content .container .box {
    padding-top: 180px;
}

.space h2 {
    text-align: left;
    font-size: 2.2rem;
    margin: 0 0 1em;
}
.space h2 span {
    font-size: 1.6rem;
}
.space p {
    font-size: 1.6rem;
    margin-bottom: 2em;
}
.space picture {
    margin-bottom: 3em;
    display: block;
}
.space dl {
    display: flex;
    flex-wrap: wrap;
    padding: 3em 0 1.5em;
    border-top: 1px solid #486f53;
    border-bottom: 1px solid #486f53;
    font-size: 1.6rem;
}
.space dl dt {
    width: 8em;
    margin-bottom: 1em;
    margin-right: 2em;
}
.space dl dd {
    width: calc(100% - 10em);
    margin-bottom: 1.5em;
}

@media only screen and (max-width: 812px) {
    #second_title {
        margin-bottom: 0px;
    }
    .space_content {
        padding: 0 0 50px;
    }
    
    .space_content .container .box {
        padding-top: 20vw;
    }

    .space h2 {
        font-size: 1.8rem;
    }
    .space h2 span {
        font-size: 1.4rem;
    }

    .space p {
        font-size: 1.4rem;
    }
    .space p br {
        display: none;
    }

    .space h2 span {
        display: block;
        font-size: 1.2rem;
        margin-left: -0.5em;
    }

    .space dl {
        display: block;
        
    }

    .space dl dt {
        width: 100%;
        margin-bottom: 0.5em;
        margin-right: 0;
    }
    .space dl dd {
        width: 100%;
        margin-bottom: 2.5em;
        font-size: 1.4rem;
    }
}

