@charset "UTF-8";

.widget_lp01 .content_wrapper{
	text-align: center;
}
.widget_lp01 ul{
	text-align: left;
	display: inline-block;
	min-width: 800px;
}
.widget_lp01 li{
	display: block;
	border-bottom: 1px solid var(--i_border_color);
}
.widget_lp01 li:nth-of-type(1){
	border-top: 1px solid var(--i_border_color);
}
.widget_lp01 li a{
	display: table;
	table-layout: fixed;
	padding: 10px 0;
	transition: 0.3s ease-in-out;
}
.widget_lp01 li a:hover{
}
.widget_lp01 li a>*{
	display: table-cell;
	position: relative;
	vertical-align: middle;
}
.widget_lp01 li a div:nth-of-type(1){
	width: 100px;
}
.widget_lp01 li a div span{
	width: 100%;
	height: 90px;
	display: block;
	background: var(--i_sub2_color);
}
.widget_lp01 li a div span i{
	width: 100%;
	height: 90px;
	display: block;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.widget_lp01 li a p{
	padding-left: 20px;
}
.widget_lp01 li p:nth-of-type(1){
	width: 90px;
	position: relative;
	word-break: keep-all;
	padding-left: 35px;
}
.widget_lp01 li p:nth-of-type(1):before{
	content: "";
	display: block;
	position: absolute;
	height: 5px;
	width: 5px;
	border-top: 1px solid var(--i_sub_color);
	border-right: 1px solid var(--i_sub_color);
	transform: rotate(45deg);
	top: calc(50% - 3px);
	left: 20px;
}
.widget_lp01 .contents_btn01{
	width: 100%;
	max-width: 1200px;
	padding: 30px 8px 0;
	margin: 0 auto;
	box-sizing: border-box;
}

@media screen and (max-width: 900px){
	.widget_lp01 ul{
		min-width: 80%;
	}
}
@media screen and (max-width: 500px){
}