@charset "UTF-8";
h2.title{background:url("../img/common/title-icon/i009.png") left center no-repeat; background-size:contain;}



#profile{padding:20px 0; max-width:1000px;}
#profile h3{margin:15px 0; padding:5px 10px; background:#95C655; color:#fff; font-size:20px; font-size:2rem; font-weight:100;}
#profile .image{text-align:center;}

#profile ul{}
#profile ul li:before{content:"●"; margin-right:4px; color:#95C655;}


@media only screen and (min-width:640px) {
#profile .image{float:right; margin-top:15px; width:25%; text-align:right;}
#profile .text{float:left; width:70%;}
#profile ul.harf{display:inline-block; width:48%;}
}

@media only screen and (min-width:1040px) {
#profile{margin-top:40px;}
}