@charset("UTF-8");

.content-title{
	background:url(../images/faq-main-visual.jpg) no-repeat;
	background-position:center;
	background-size:cover;
}

#contents .sec01 .cp{
    line-height: 1;
    margin-bottom: 80px;
}
.sec01 dl{
	margin-bottom:80px;
}
.sec01 dl:last-of-type{
	margin-bottom:0;
}
.sec01 dt{
	color:#fff;
	background:#000;
	font-size:18px;
	line-height:1.5;
	width:calc(100% - 20px);
	margin-left:20px;
	position:relative;
	padding:20px 80px;
}

.sec01 dt span{
	display:block;
	width:80px;
	line-height:3.333;
	font-size:24px;
	background:#fff;
	color:#000;
	position:absolute;
	left:-20px;
	top:-20px;
	border:1px solid #ddd;
}

.sec01 dd{
	width:calc(100% - 20px);
	margin-left:20px;
	margin-top:40px;
	position:relative;
	padding-left:80px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
	background:#f8f8f7;
}

.sec01 dd span{
	display:block;
	width:80px;
	line-height:3.333;
	font-size:24px;
	background:#000;
	color:#fff;
	position:absolute;
	left:-20px;
	top:-20px;
}
.sec01 dd ul{
	padding-top:1em;
	font-weight:600;
	padding-left:1em;
}
.sec01 dd li{
	padding-bottom:1em;
	line-height:1.5;
	padding-left:1em;
	text-indent:-1em;
}
.sec01 dd li:before{
content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    border: 1px solid #888;
    vertical-align: 2px;
    margin-right: 0.5em;
}


@media screen and (max-width:767px){
#contents .sec01 .cp{
    line-height: 1.8;
    margin-bottom: 4rem;
}
.sec01 dl{
	margin-bottom:7rem;
}

.sec01 dt{
	font-size:1.5rem;
	line-height:1.5;
	width:calc(100% - 3rem);
	margin-left:1.5rem;
	position:relative;
	padding:2.5rem 1.5rem 1.5rem;
}

.sec01 dt span{
	display:block;
	width:4rem;
	height:4rem;
	left:-1.5rem;
	top:-1.5rem;
	line-height:4rem;
	font-size:1.6rem;
}

.sec01 dd{
	font-size:1.5rem;
	line-height:1.5;
	width:calc(100% - 3rem);
	margin-left:1.5rem;
	position:relative;
	padding:2.5rem 1.5rem 1.5rem;
}

.sec01 dd span{
	display:block;
	width:4rem;
	height:4rem;
	left:-1.5rem;
	top:-1.5rem;
	line-height:4rem;
	font-size:1.6rem;
}
.sec01 dd ul{
	padding-top:1em;
	font-weight:600;
	padding-left:0;
}
.sec01 dd li{
	padding-bottom:1em;
	line-height:1.5;
	padding-left:1em;
	text-indent:-1em;
	font-size:1.4rem;
}
.sec01 dd li:before{
content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    border: 1px solid #888;
    vertical-align: 2px;
    margin-right: 0.5em;
}
}