@charset "utf-8";

/* lead */
.reform_menu .lead ul li:nth-child(1) dd h4 span:before {
    content: "";
    display: inline-block;
    position: absolute;
    background: url(/wp/img/reform_menu/floor/top_new/deco01_md.png) no-repeat;
    background-size: contain;
    height: 79px;
    width: 132px;
    top: -62px;
    left: -90px;
    z-index: 2;
    transform: rotate(-20deg);
}

/* about */
.reform_menu .about ul::after {
    content: "";
    display: block;
    position: absolute;
    background: url(/wp/img/reform_menu/floor/top_new/floor_deco02_md.png) no-repeat;
    background-size: contain;
    height: 120px;
    width: 295px;
    bottom: -40px;
    right: -40px;
    z-index: 2;
    transform: rotate(-5deg);
}

/* .tips */

/* tips inline features */
.reform_menu .tips_inline div ol.features .column {
	width: 100%;
	box-sizing: border-box;
	border: 8px solid #f2f2f2;
	border-radius: 15px;
	padding: 30px;
	margin-top: 30px;
}
.reform_menu .tips_inline div ol.features ul {
	display: block;
	margin: 0;
}
.reform_menu .tips_inline div ol.features ul li{
	width:100%;
	padding:0;
}
.reform_menu .tips_inline div ol.features ul li:nth-child(n+2){
	margin-top: 50px;
}
.reform_menu .tips_inline div ol.features ul li dt span {
	top: 0;
	left: 0;
}
.reform_menu .tips_inline div ol.features ul li h5 {
	line-height: 1.8;
	text-align: left;
	padding-bottom: 4px;
	margin-left: 50px;
}
.reform_menu .tips_inline div ol.features ul li h5:after{
	content: '';
	width: 60px;
	height: 2px;
	background: #FFEB39;
	display: block;
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
}
.reform_menu .tips_inline div ol.features ul li dd {
	margin-top: 20px;
}
.reform_menu .tips_inline div ol.features .column > p {
	font-size: 90%;
	background: #f5f5f5;
	padding: 15px 2em;
	margin: 40px 0 0;
}

/* tips inline material */
.reform_menu .tips_inline div ol.material ul.material01 li {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding: 30px 0;
	border-bottom: 1px dotted #ccc;
	width: 100%;
}
.reform_menu .tips_inline div ol.material ul.material01 li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.reform_menu .tips_inline div ol.material ul.material01 li dt {
	width: 25%;
	margin-right: 35px;
	flex-shrink: 0;
}
.reform_menu .tips_inline div ol.material ul.material01 li dt img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.reform_menu .tips_inline div ol.material ul.material01 li dd {
	width: auto;
}
.reform_menu .tips_inline div ol.material ul.material01 li dt span {
	width: auto;
	height: auto;
	color: #FFEB3B;
	color: #ffffff;
	font-size: 360%;
	background: none;
	top: auto;
	left: auto;
	right: 10px;
	bottom: 10px;
}
.reform_menu .tips_inline div ol.material ul.material01 li dd h5 {
	font-size: 100%;
    line-height: 1.3em;
    background: #FFEB3B;
    border-radius: 5px;
	display: table;
	padding: 5px 30px;
	margin: 0 0 0.6em;
}
.reform_menu .tips_inline div ol.material ul.material01 li dd h5::after {
	content: unset;
}
.reform_menu .tips_inline div ol.material ul.material01 li dd p {
	font-size: 100%;
	margin: 0;
}

/* .info */
.loaded .reform_menu .info .left_box {
	background-image: url(/wp/img/reform_menu/floor/top_new/floor_top_info_bg_left.webp);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
.no-webp .loaded .reform_menu .info .left_box {
	background-image: url(/wp/img/reform_menu/floor/top_new/floor_top_info_bg_left.jpg);
}
.loaded .reform_menu .info .right_box {
	background-image: url(/wp/img/reform_menu/floor/top_new/floor_top_info_bg_right.webp);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
.no-webp .loaded .reform_menu .info .right_box {
	background-image: url(/wp/img/reform_menu/floor/top_new/floor_top_info_bg_right.jpg);
}

/* レスポンシブ対応 */
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 959px) {
	/* about */
	.reform_menu .about ul::after {
		width: 240px;
		height: 91.2px;
	}
}
@media screen and (max-width: 768px) {
	.reform_menu .lead ul li:nth-child(1) dd h4 span:before {
		left: -5vw;
		z-index: -1;
	}
	.reform_menu .tips_inline div ol.material ul.material01 li dt {
		width: 35%;
	}
}
@media screen and (max-width: 640px) {
	/* tips_inline material */
	.reform_menu .tips_inline div ol.material ul.material01 li {
		flex-wrap: wrap;
		padding: 0 0 30px;
		margin: 0 0 30px;
		position: relative;
	}
	.reform_menu .tips_inline div ol.material ul.material01 li dt {
		width: 100%;
		height: 250px;
		margin: 0 0 15px;
	}
	.reform_menu .tips_inline div ol.material ul.material01 li dt img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.reform_menu .tips_inline div ol.material ul.material01 li dd {
		width: 100%;
	}
	.reform_menu .tips_inline div ol.material ul.material01 li dd h5 {
		position: absolute;
		top: 10px;
		left: 10px;
	}
}
@media screen and (max-width: 500px) {
}
@media screen and (max-width: 414px) {
}