@charset "UTF-8";
/* CSS Document */

/*PC*/
@media print, screen and (min-width: 768px) {

/*-------------------------------*/
.smList {
width: 100%;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

.smList li {
-ms-flex-preferred-size:  23.5%;
flex-basis: 23.5%;
}

.smList li:nth-child(4n+4) {
	margin-right:0;
}

.smList li h3 {
margin-bottom: 20px;
padding-left: 45px;
font-size: 1.4rem;
letter-spacing: .1em;
line-height: 1.875;
position: relative;
font-weight: 500;
transition-property: background;
}

.smList li h3:before {
content: "";
display: block;
position: absolute;
top: 50%;
left: 20px;
margin-top: -6px;
margin-right: 10px;
width: 8px;
height: 8px;
border-top: 2px solid #000000;
border-right: 2px solid #000000;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}

.smList li a {
color: #303030;
}

.smList li a:hover {
color: #000000;
}

.smList li p {
padding-left: 50px;
position: relative;
margin-bottom: 10px;
letter-spacing: .2em;
line-height: 1.875;
}

.smList li p:last-child {
margin-bottom: 0px;
}

.smList li p:before {
width: 14px;
height: 1px;
display: block;
content: '';
position: absolute;
top: 13px;
left: 25px;
background-color: #000;
}







}

/*sp*/
@media only screen and (max-width: 767px) {

/*-------------------------------*/
.smList {
width: 100%;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}

.smList li {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
margin-bottom: 40px;
}

.smList li:last-child {
margin-bottom: 0;
}

.smList li h3 {
margin-bottom: 20px;
padding-left: 25px;
font-size: 1.2rem;
letter-spacing: .1em;
line-height: 1.875;
position: relative;
font-weight: 500;
transition-property: background;
}

.smList li h3:before {
content: "";
display: block;
position: absolute;
top: 50%;
left: 0;
margin-top: -6px;
margin-right: 0px;
width: 8px;
height: 8px;
border-top: 2px solid #000000;
border-right: 2px solid #000000;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}

.smList li a {
color: #303030;
}

.smList li a:hover {
color:#000000;
}

.smList li p {
padding-left: 50px;
position: relative;
margin-bottom: 10px;
letter-spacing: .2em;
line-height: 1.875;
}

.smList li p:last-child {
margin-bottom: 0px;
}

.smList li p:before {
width: 14px;
height: 1px;
display: block;
content: '';
position: absolute;
top: 13px;
left: 25px;
background-color: #000;
}



}