p#hstaff1 {
    display : none;
}

p#hstaff2 {
    margin-bottom : 6%;
}

p#hstaff2 img {
    width : 100%;
    height : 100%;
	border-radius : 9px;
}

/*----------MSG----------*/

#msg {
    margin-bottom : 7%;
    padding : 5%;
    border : solid 3px #dcdcdc;
    border-radius : 10px;
    text-align : center;
}

#msg img {
    width : 70%;
    height : 70%;
    margin-bottom : 4%;
}

#msg h3 {
    margin-bottom : 5%;
    font-size : 122%;
    font-weight : 600;
    line-height : 1.3em;
}

#msg h3 span {
    display : block;
    margin-top : 3%;
    font-size : 80%;
    font-weight : 400;
}

#msg h3 font {
    letter-spacing : -8px;
}

#msg p {
    margin-bottom : 5%;
    line-height : 1.45em;
    text-align : left;
}

#msg h4 {
    padding : 4.5% 6% 5% 6%;
    font-size : 115%;
    font-weight : 600;
    background : #f5e6be;
    border-radius : 10px;
    line-height : 1.3em;
}

/*----------POINT----------*/

h3#pindex {
    clear : both;
    margin-bottom : 5%;
    font-size : 150%;
    font-weight : 700;
    text-align : center;
}

ul#point {
    list-style : none;
    overflow : hidden;
}

ul#point li {
    width : 100%;
    margin-bottom : 6%;
    padding-bottom : 6%;
    background : #d7ebc3;
    border-radius : 10px;
}

ul#point li:last-child {
    margin-bottom : 0;
}

ul#point li img {
    width : 100%;
    height : 100%;
    margin-bottom : 5%;
    border-top-left-radius : 10px;
    border-top-right-radius : 10px;
}

ul#point li h4 {
    margin-bottom : 3%;
    color : #507d23;
    font-size : 130%;
    font-weight : 600;
    text-align : center;
}

ul#point li p {
    margin : 0 6% 0 6%;
    line-height : 1.5em;
}