@charset "UTF-8"; /*こころわとは*/
/* - - - - - - - - - - - - - - - - - - - - - - - - */
/* 選ばれる特徴 */
/* - - - - - - - - - - - - - - - - - - - - - - - - */
h2 {
    text-align: center;
}
.aboutBox {
    padding: 50px;
    background-color: #fff;
}
.aboutBox ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.aboutBox ul:last-child {
    justify-content: space-around;
}
.aboutBox ul li {
    width: 30%;
    margin: 30px 0;
    padding: 20px;
    background-color: #FFFBEB;
    border-radius: 10px;
    position: relative;
}
.aboutBox ul li p {
    margin: 0;
}
.aBnv {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 80px;
    height: 80px;
}
.aboutPic {
    border: solid 5px #fff;
    margin-bottom: 10px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - */
/* サービス一覧 */
/* - - - - - - - - - - - - - - - - - - - - - - - - */
.aboutService img {
    width: 600px;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width:960px) {
    /* - - - - - - - - - - - - - - - - - - - - - - - - */
    /* 選ばれる特徴 */
    /* - - - - - - - - - - - - - - - - - - - - - - - - */
    .aboutBox ul li {
        width: 100%;
    }
    /* - - - - - - - - - - - - - - - - - - - - - - - - */
    /* サービス一覧 */
    /* - - - - - - - - - - - - - - - - - - - - - - - - */
    .aboutService h2 {
        font-size:25px;
        text-align: left;
    }
    .aboutService h2 br {
        display: none;
    }
    .aboutService img {
        width: 450px;
        display: block;
        margin: 0 auto;
    }

	
}/* @media screen and (max-width:960px)  */

@media screen and (max-width:480px) {
/* - - - - - - - - - - - - - - - - - - - - - - - - */
    .aboutService img {
        width: 95%;
    }
}/* @media screen and (max-width:480px)  */
