@charset "UTF-8";

.title-type01,
.title-type02{
	margin-bottom:24px;
}

ul.li-type-square li{
	padding-left:1.1em;
	position:relative;
}

ul.li-type-square li:before{
	content:"";
	position:absolute;
	top:8px;
	left:0;
	background:#1a2833;
	width:10px;
	height:10px;
}

ul.li-type-square li:not(:last-of-type){
	margin-bottom:8px;
}

.common-contents02>.contents-in>.title-type01+ul li:not(:last-of-type){
	margin-bottom:8px;
}

.contents-list {
    margin: 24px 0;
    border-top: solid 2px #0061c2;
    border-bottom: solid 2px #0061c2;
    padding: 16px;
}

.list-ttl {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 8px;
    position: relative;
}

.contents-list ul{
	margin:8px 0;
}

.contents-list ul li {
    padding: 5px 0;
}

.list-ttl .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/moshi/examinee/heed/assets/images/ico_contentslist.svg) no-repeat center/contain;
    position: relative;
    top: 4px;
    left: 0;
    overflow: hidden;
    margin-right:8px;
}

.mskm{

	background:#f3f9eb;
}