@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#gNavi li:nth-child(5) > a {
	color: #29b572;
}

#conts > .text{
    margin: 0 auto 60px;
}

#conts .comImgBox .textBox01{
    width: 390px;
}

#conts .colorBox{
    padding: 25px 15px;
    margin-bottom: 20px;
    background: #29b572;
}
#conts .colorBox p{
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    line-height: 2.0;
}

#conts .borderBox{
    padding: 25px 15px;
    margin-bottom: 60px;
    border: 1px solid #a0a0a0
}
#conts .borderBox p{
    padding-left: 2.2em;
    text-indent: -2.2em
}

#conts .borderBox ul{
    width: 85%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
#conts .borderBox ul li{
    width: 50%;
    margin-bottom: 5px;
    color: #29b572;
    font-weight: bold;
}
#conts .borderBox ul li:last-child{
    margin: 0;
}
#conts .borderBox ul li .num01{
    display: block;
    float: left;
}
#conts .borderBox ul li .num02{
    display: block;
    margin-left: 12em;
}

#conts .borderBox01{
    padding: 25px 15px;
    margin-bottom: 60px;
    border: 1px solid #a0a0a0
}
#conts .borderBox01 ul{
}
#conts .borderBox01 ul li{
    margin-bottom: 10px;
    padding-left: 1.4em;
    text-indent: -1.4em;
}
#conts .borderBox01 ul li:last-child{
    margin: 0;
}
#conts .borderBox01 ul li span{
    color: #29b572;
    font-weight: bold;
    margin-right: 5px;
}

#conts .borderBox01 .text{
    padding-top: 20px;
    border-top: 1px solid #dedede;
}



@media all and (min-width: 0) and (max-width: 767px) {
    #conts .comImgBox .textBox01{
        width: 100%;
    }

    #conts .borderBox ul{
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #conts .borderBox ul li{
        width: 48%;
        margin-bottom: 5px;
        color: #29b572;
        font-weight: bold;
    }
    #conts .borderBox ul li:last-child{
        margin: 0;
    }
    #conts .borderBox ul li .num01{
        display: inline;
        float: none;
    }
    #conts .borderBox ul li .num02{
        display: inline;
        margin-left: 0;
    }


}