.p-info-contents {
 padding-bottom:70px;
}
.p-sk-box a {
 color:#E3422B;
 text-decoration:underline;
}
.p-sk-box a:hover {
 text-decoration:none;
}
.p-sk-box h4 {
 margin:15px 0 8px;
 padding:0 0 0 20px;
 position:relative;
 font-size:16px;
}
.p-sk-box h4:before {
 width:16px;
 height:16px;
 display:inline-block;
 position:absolute;
 top:7px;
 left:0;
 content:"";
 border-radius:50%;
 background-color:#2B2B2B;
}
.p-sk-box h5 {
 margin:15px 0 10px;
 padding:0;
 font-size:16px;
}
@media screen and (max-width:767px) {
.p-info-contents {
 padding-bottom:30px;
}
.p-info-contents:last-of-type {
 padding-bottom:20px;
}
.p-sk-box h4 {
 margin:12px 0 5px;
 padding-left:18px;
 font-size:14px;
}
.p-sk-box h4:before {
 width:14px;
 height:14px;
 top:6px;
}
.p-sk-box h5 {
 margin-bottom:7px;
 font-size:14px;
}
}