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


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

	
/* contents01 */

.contents01 > div {
	margin-bottom: 70px;
}

/* contents01 lay01 */

.contents01 .lay01 .box01 img {
	width: 90%;
	height: 260px;
	object-position: right;
}

.contents01 .lay01 .box02 {
	position: static;
}

.contents01 .lay01 .box02 .box-inner {
	width: 88%;
	padding-left: 0px;
	padding-top: 30px;
	display: flex;
	flex-direction: column;
}

.contents01 .lay01 h2 {
	font-size: 30px;
	padding-left: 40px;
	margin-top: 40px;
	margin-bottom: 0px;
	order: 3;
}

.contents01 .lay01 h2::before {
left: 0px;
	height: 25px;
}

.contents01 .lay01 h2::after {
left: 290px;
bottom: 0px;
	height: 25px;
}

.contents01 .lay01 h3 {
	font-size: 35px;
	margin-bottom: 20px;
	line-height: 1.1;
	order: 1;
	padding-left: 0;
}
	
.contents01 .lay01 h4 {
	order: 2;
}


/* contents01 lay02 */

.contents01 .lay02 {
	padding: 40px 25px;
}

/* contents01 lay03 */

.contents01 .lay03 .box-inner {
	padding: 40px 25px;
}

.contents01 .lay03 .box-box {
  justify-content: center;
	padding: 30px 0px;
	gap:15px;
}

.contents01 .lay03 h6 {
	width: 100%;
	height: 100px;
}

.contents01 .lay03 ul li {
	text-indent: -14px;
	margin-left: 14px;
}

/* midashi-box */

.midashi-box {
margin-bottom: 30px;
}

.midashi-box h2 {
	font-size: 40px;
}
	
    .pc-view {
        display: none;
    }
    .sp-view {
        display: inline-block;
    }
   
}
