@charset "UTF-8";
/* CSS Document */

.contents {
	padding-bottom: 120px;
}


/* contents01 */

.contents01 {
	text-align: center;
}

.contents01 .title_contents h3 {
    color: var(--color-base);
}

/* layout06 */

.layout06 ul {
     display: flex;
  justify-content: space-between;
flex-wrap: wrap;
    padding: 10px 0px;
    text-align: center;
    gap:20px 0px;
}

.layout06 ul li {
    width: 33.3%;
    height: 100px;
    display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
}

.layout06 ul li img {
    width: 100%;
    max-height: 100px;
}

.sp-view {
	display: none;
}

