.font-mc {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.title-child-2 {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
    line-height: 160%;
}

.pro-area{
    width: 100%;
    height: auto;
}

.pro-wrap{
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.pro-item-wrap{
    width: 100%;
    height: auto;
    border-top: solid 7px #ECB6B3;
    /* IE10+ */ 
background-image: -ms-linear-gradient(top, #FCF7F4 0%, #F3E6DB 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #FCF7F4 0%, #F3E6DB 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #FCF7F4 0%, #F3E6DB 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FCF7F4), color-stop(100, #F3E6DB));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #FCF7F4 0%, #F3E6DB 100%);

/* W3C Markup */ 
background-image: linear-gradient(to bottom, #FCF7F4 0%, #F3E6DB 100%);

position: relative;
margin-top: 15px;
}

.pro-arrow{
    width: 100%;
    height: auto;
    text-align: center;
}

.pro-item{
    width: 100%;
    max-width: 900px;
    height: auto;
    position: relative;
    padding: 15px 0px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.pro-item-left{
    width: 35%;
    float: left;
}

.pro-item-right{
    width: 65%;
    float: left;
    padding-left: 20px;
    box-sizing: border-box;
   
}

.pro-item-tit{
    width: 100%;
    padding-top: 30px;
    padding-bottom: 10px;
}

.pro-item-cnt{
    font-size: 17px;
    line-height: 180%;
    color: #000;
}

.pro-item-icon{
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.br-767-none{
display: block;
}

.mgb-40px{
    margin-bottom: 60px
}

@media screen and (max-width:767px) {

    .br-767-none{
     display: none;
    }

    .pro-item-img{
        width: 100%;
        max-width:320px ;
        margin-left: auto;
        margin-right: auto;
    }

    .pro-item-img img{
        width: 100%;
    }

    .pro-item-left {
        width: 100%;
    }

    .pro-item-right {
        width: 100%;
        padding-left: 0px;
    }
    .pro-item-icon {
        width: 100px;
    }

    .pro-item {
        padding-left: 10px;
        padding-right: 10px;
    }

}