.f60 {
    font-size: 60px !important;
}
.iconWrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
}
.iconWrap>*{
    width: calc(100% / 3 - 20px);
    background: #000;
    color: #fff;
    padding-bottom: 10px;
    text-align: center;
    font-size: 1.5em;
}
.iconWrap>* img{
    margin-bottom: 10px!important;
}

.recWrap{
    background: #f1f1f1;
    padding: 60px;
    margin: 0 0 80px;
}
.recTit{
    text-align: center;
    font-size: 2.2em;
    letter-spacing: 4px;
    margin-bottom: 1em;
}
.recTit span{
    display: block;
    font-size: 0.8em;
    font-family:'Times New Roman';
}
.recWrap ul{

}
.recWrap ul li{
font-size: 1.4em;
position: relative;
z-index:2;
padding: 0.8em 0 0.8em 80px;
letter-spacing: 2px;
background: url(https://asia-kobo.com/images/item026/cmn-84250_36_02.jpg) no-repeat;
}
.recWrap ul li span{
    display: inline-block;
    position: relative;
    z-index:2;
}
.recWrap ul li span:before{
    content:"";
    display: block;
    background: #edfea0;
    width: calc(100% + 2px);
    height: 0.9em;
    position: absolute;
    bottom: 0;
    left: -1px ;
    z-index: -1;
}

.howto {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
}


.howto01 > *,
.howto02 > * {
    width: calc(100% / 3 - 15px);
}

.howto03 > * {
    width: calc(100% / 3 - 15px);
    text-align: center;
}

@media screen and ( max-width:750px) {
.iconWrap{
    margin-bottom: 0;
    padding: 0!important;
}
.iconWrap>*{
    width: calc(100% / 3 - 5px);
    background: #000;
    color: #fff;
    padding-bottom: 5px;
    text-align: center;
    font-size: 1.2em;
    
}
.iconWrap>* img{
    margin-bottom: 5px!important;
}

.recWrap{
    padding: 20px;
    margin: 0 0 80px;
}
.recTit{
    text-align: center;
    font-size: 1.6em;
    letter-spacing: 4px;
}
.recWrap ul{
    list-style: none;
    padding: 0;
}
.recWrap ul li{
font-size: 1.1em;
padding: 0.8em 0 0.5em 40px;
letter-spacing: 2px;
background: url(https://asia-kobo.com/images/item026/cmn-84250_36_02.jpg) no-repeat;
background-size: 40px;
text-align: left;
}


.howto {
    list-style: none;
    padding: 0;
}

.howto01,
.howto02 {
    display: block;
    width: 100%;
    list-style: decimal;
    padding: 0 0 0 2em;
    box-sizing: border-box;
}

.howto01 > *,
.howto02 > * {
    width: 100%;
    margin: 0 0 0.5em;
}
}
