@charset "UTF-8";

/* liquid_list
----------------------------------------*/
.liquid_list {
	max-width: 1280px;
	margin: 70px auto 0;
	width: 100%;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: flex-start;
}
.liquid_list li {
	width: 33.359375%;
}
.liquid_list li:nth-child(3n+2) {
	width: 33.28125%;
}
.liquid_list li::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	background: rgba(74,74,74,.4);
	z-index: 2;
}
.liquid_list li:nth-child(2n)::before {
	background: rgba(74,74,74,.45);
}
.liquid_list li figcaption,
.liquid_list li p {
	z-index: 3;
}
.liquid_list li figcaption {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding-top: 20%;
	display: block;
	text-align: center;
	font-weight: 500;
	color: #fff;
	font-size: 2rem;
	letter-spacing: 0.1em;
}
.liquid_list li p {
	color: #fff;
	font-size: 1.5rem;
	padding: 20px 5.296% 30px;
}
@media only screen and (max-width: 736px) {
	.liquid_list {
		margin: 30px auto 0;
		width: 100%;
        display: block;
	}
	.liquid_list li,
	.liquid_list li:nth-child(3n+2) {
		width: auto;
	}
	.liquid_list li p {
		padding: 15px 5.333% 20px;
	}
	.liquid_list li figure img {
    	width: 100%;
	}
}

/* liquid_example
----------------------------------------*/
.liquid_example {
	max-width: 1280px;
	margin: 0 auto;
	background: #efefef;
	width: 100%;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: flex-start;
}
.liquid_example > li {
	width: 33.33%;
}
.liquid_example > li + li::before {
	content: "";
    position: absolute;
    left: 0;
    top: 20px;
    bottom: 27px;
    margin-top: 38%;
    width: 1px;
    background: #888787;
    display: block;
}
.liquid_example > li figure img {
	display: block;
	margin: 0 auto;
}
.liquid_example > li figure::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(84,84,84,.56);
}
.liquid_example > li figcaption {
	z-index: 2;
	position: absolute;
	top: 0;
	left: 7px;
	right: 0;
	bottom: 0;
	padding-top: 15%;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 2.2rem;
	letter-spacing: 0.1em;
}
.liquid_example > li:nth-child(2) figure::before,
.liquid_example > li:nth-child(3) figure::before {
	background: rgba(84,84,84,.4);
}
.liquid_example > li a {
	color: #333;
}
.liquid_example > li a:hover {
	text-decoration: underline;
}
.liquid_example > li ul {
	margin: 23px 7.812% 30px 12.5%;
	font-size: 1.4rem;
}
.liquid_example > li ul li {
	margin-bottom: 7px;
}
.liquid_example > li ul a {
	display: inline-block;
	background: url(../img/common/icon_lnav_arrow.png) no-repeat left 5px;
	background-size: 8px auto;
	padding: 0 0 0 12px;
}
@media only screen and (max-width: 1280px) {
	.liquid_example > li ul a {
		background: url(../img/common/icon_lnav_arrow.png) no-repeat left .391vw;
		background-size: .625vw auto;
	}
}
@media only screen and (max-width: 736px) {
	.liquid_example > li {
		width: 50%;
	}
	.liquid_example > li + li::before {
	    top: 15px;
	    bottom: 20px;
	}
	.liquid_example > li + li:nth-child(2n+1)::before {
    	display: none;
	}
	.liquid_example > li figcaption {
		left: 2px;
		font-size: 2rem;
		letter-spacing: 2px;
	}
	.liquid_example > li figure img {
    	width: 100%;
	}
	.liquid_example > li ul {
		margin: 23px 5% 23px 7%;
	}
	.liquid_example > li ul a {
		display: inline-block;
		background: url(../img/common/icon_lnav_arrow.png) no-repeat left .3em;
		background-size: 8px auto;
		padding: 0 0 0 12px;
	}
}
@media only screen and (max-width: 450px) {
	.liquid_example > li {
		width: 100%;
	}
	.liquid_example > li + li::before {
	    display: none;
	}
	.liquid_example li ul {
		margin-bottom: 50px;
	}
}
