/* ご注文・入稿方法 */
.circle-num {
    display: inline-block;
    width: 33px;
    height: 33px;
    line-height: 33px;
    border-radius: 50%;
    background-color: #ec5f9e;
    color: white;
    text-align: center;
    font-weight: bold;
    margin-right: 8px;
    font-size: 18px;
}

.chumon_li ul {
    padding:10px 25px;
    border-radius:15px;
    background-color:#f2f2f2;
}
.chumon_wrap2 img {
    width:530px;
    margin-right:30px;
    vertical-align: bottom;
}
.chumon_wrap3 img {
    width:530px;
    margin-right:30px;
    vertical-align: bottom;
}
.chumon_wrap4 img {
    width:530px;
    margin-right:30px;
    vertical-align: bottom;
}
.chumon_wrap2 ul{
    list-style:decimal;
}
.guide_templete{
    background-color:#f2f2f2;
    border-radius:5px;
    padding: 8px 23px;
    width:80%;
    margin:20px 0;
}

.guide_templete a{
    text-decoration: underline;
}

.shousai a{
    text-decoration: underline;
}
.guide_templete i {
    margin-right: 8px; 
}