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


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


.contents01 .midashi-box h3 {
	line-height: 1.4;
	font-size: 22px;
}

.contents01 {
	width: 90%;
}

/* layout01 */

.layout01 {
	padding-top: 40px;
}

.layout01 .box {
	border-radius: 20px;
	padding: 50px 20px 25px;
}

.layout01 .box:not(:last-child) {
	margin-bottom: 70px;
}

.layout01 .box-detail {
	border-radius: 12px;
	padding: 30px 25px;
  justify-content: center;
	gap:20px;
}

.layout01 .box-img {
	width: 100%;
	padding-right: 0px;
}

.layout01 .box-text {
	width: 100%;
}

.layout01 h6 {
left:8%;
	width: 84%;
	padding: 10px 5%;
	font-size: 18px;
letter-spacing: 0.05em;
	margin-top: -30px;
}



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