@charset "utf-8";
/*----------------------------------------------------
    共通css
----------------------------------------------------*/

.type-b-img {
    display: flex;
    align-items: center;
    min-height: 240px;
    flex-wrap: wrap;
	justify-content: center;
}
.frame-wrap .type-b h5,
.frame-wrap .type-b h4 {
    margin-top: 20px;
}
.frame-wrap .type-b h4 {
    background: #1f2936;
    color: #ffffff;
    padding: 10px;
    text-align: center;
}


/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 600px) {





}
/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/
@media screen and (max-width: 599px) {





}