@charset "UTF-8";

/*	##################################
	CUSTOM
	################################## */

/** 自動生成ページ */
.sub > main ul.box {
	list-style: none;
	margin: 0;
}

ul.box > li {
	padding: 10px !important;
}

ul.box > li:first-child,
ul.box > li:last-child {
	padding: 10px;
}

ul.box > li:not(:first-child) {
	margin-top: 20px;
	border-top: 1px solid #cccccc;
}

ul.box > li {
	display: flex;
	color: #000000;
}

ul.box > li .box-img a,
ul.box > li .box-img a:link {
	text-decoration: none;
}

ul.box > li .box-img a:visited {
	color: #000000;
}

ul.box > li img {
	margin: 0;
}

ul.box > li .box-img {
	width: 400px;
}

ul.box > li .box-img img {
	width: 400px;
	max-width: none;
}

ul.box > li .box-body {
	flex: 1;
	padding: 0px 20px;
}

ul.box > li .box-button {
	display: table-cell;
	position: relative;
	width: 400px;
	height: 100px;
	padding: 4%;
	vertical-align: middle;
	background: #dfeefb;
	border: 3px solid #08518f;
	border-radius: 6px;
	box-sizing: border-box;
	font-size: 120%;
	font-weight: 600;
	color: #000000;
	transition: 1s;
}

ul.box > li .box-button:link {
	text-decoration: none;
}

ul.box > li .box-button:hover {
	background: #08518f;
	color: #ffffff;
}

ul.box > li .box-button::before,
ul.box > li .box-button::after {
	content: "";
	position: absolute;
	color: #000000;
}

ul.box > li .box-button::before {
	width: 12px;
	height: 12px;
	right: 3%;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
}

ul.box > li .box-button:hover::before {
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	color: #ffffff;
}

ul.box > li .box-button::after {
	width: 15px;
	height: 2px;
	right: 3%;
	top: 50%;
	transform: translateY(-50%);
	background: #000000;
}

ul.box > li .box-button:hover::after {
	background: #ffffff;
	color: #ffffff;
}

ul.box > li .box-title:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 10px 0 0;
	padding: 0 0 10px 0;
	background-image: url(/images/clarity/pc/list-02.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	vertical-align: bottom;
}

ul.box > li .box-title {
	font-size: 130%;
	font-weight: bold;
}


 /** etc */
.overflow-auto {
	height: auto;
	overflow-y: auto;
}

.no-border {
	border: none;
}
