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


@media screen and (max-width: 767px) {

/*contents01*/

.contents01 .lay01 .box {
	width: 88%;
	max-width: 450px;
  justify-content: center;
	flex-direction: column;
	padding-top: 55px;
	gap:30px;
}

.contents01 .lay01 .box04 {
	padding-top: 35px;
}

.contents01 .lay01 .box:nth-child(even) {
	flex-direction: column;
}

.contents01 .lay01 .box:not(:last-child) {
	margin-bottom: 60px;
}

.contents01 .lay01 .box::before {
	height: 60px;
}

.contents01 .lay01 .box04::before {
	height: 50px;
}

.contents01 .lay01 .box::after {
top: 35px;
}

.contents01 .lay01 .box:nth-child(odd)::after {
right: 30%;
}

.contents01 .lay01 .box:nth-child(even)::after {
left: 30%;
}

.contents01 .lay01 .box04:nth-child(even)::after {
	top: 20px;
left: 5%;
}

.contents01 .lay01 .box-img {
	width: 100%;
}

.contents01 .lay01 .box-text {
	padding: 0px 10px;
}

.contents01 h4 {
	font-size: 24px;
	margin-bottom: 25px;
}


    .pc-view {
        display: none;
    }
    .sp-view {
        display: inline-block;
    }
   
}
