
#contents {
	padding-top: 80px;
	padding-bottom: 40px;
	text-align: center;
}

#contents h3 {
	font-family: "kozuka-gothic-pr6n", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 35px;
	line-height: 1em;
	font-weight: normal;
	letter-spacing: 0.15em;
}


/*contents01*/
.contents01 {
	width: 1040px;
	padding-top: 90px;
	text-align: left;
}

.contents01 .box {
	width: 480px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 50px;
	vertical-align: top;
	display: inline-block;
	float: left;

    @media print, screen and (max-width: 750px){ 
        margin: 0 auto 50px;
    }
}

.contents01 .box h4 span {
    @media print, screen and (max-width: 750px){ 
        display: block !important;
        padding-left: 0 !important;
    }
}

.contents01 .box .contents-left {
	width: 230px;

    @media print, screen and (max-width: 750px){ 
        width: 100%;
    }
}

.contents01 .box .contents-right {
	width: 230px;

    @media print, screen and (max-width: 750px){ 
        width: 100%;
        height: 26rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    @media print, screen and (max-width: 320px){ 
        height: 28rem;
    }

    @media print, screen and (max-width: 300px){ 
        height: 28rem;
    }

}

.compact-top {
	margin-top: -12px;
}

.contents01 .box h4 {
	font-family: "Fira Sans";
	font-weight: 100;
	font-size: 19px;
	margin-top: 3px;
	margin-bottom: 3px;
 
	&.flex {
		display: flex;
		align-items: center;

        @media print, screen and (max-width: 750px){ 
            display: unset;
        }
	}
}

.contents01 .box h4 span {
	font-size: 12px;
	line-height: 1.2em;
	font-weight: normal;
	vertical-align: top;
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
}

.contents01 .box h4.space-text {
}

.contents01 .box h4.space-text span {
	padding-top: 3px;
	padding-bottom: 8px;
}


.contents01 .box p {
	font-size: 12px;
	line-height: 1.6em;
	margin-bottom: 15px;
}

.detail {
	clear: both;
	background-color: #e6e6e6;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;

    @media print, screen and (max-width: 750px){ 
        height: auto;
    }
}

.detail div {
	clear: both;
}

.detail div h5 {
	line-height: 1em;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	background-color: #000;
	text-align: center;
	width: 60px;
	padding-top: 5px;
	padding-bottom: 3px;
	margin-bottom: 3px;
}

.detail div span {
	font-size: 12px;
	width: 150px;
}

.space-box {
	clear: both;

    @media print, screen and (max-width: 750px){ 
        display: none;
    }
}

.under_layer-page .contents01 {
    @media print, screen and (max-width: 750px){ 
        display: grid;
    }
}

.under_layer-page .contents01 .contents-left img {
    @media print, screen and (max-width: 750px){ 
        max-width: 100% !important;  
        margin: 0;
    }
}

.under_layer-page .contents01 p {
    @media print, screen and (max-width: 750px){ 
        padding-left: 0 !important;
    }
}

.clearfix:before,
.clearfix:after {
    @media print, screen and (max-width: 750px){ 
        display: none;
    }
}

.detail {
    @media print, screen and (max-width: 750px){ 
        height: 7rem;
    }

    @media print, screen and (max-width: 320px){ 
        height: 9rem;
    }

    @media print, screen and (max-width: 300px){ 
        height: 12rem;
    }
}

