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


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


.contents01 {
	width: 90%;
}

/* layout01 */

.layout01 {
	padding-top: 20px;
}

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

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

.layout01 .box-inner {
	width: 100%;
	border-radius: 12px;
	padding: 30px 25px;
  justify-content: center;
	gap:20px;
}
	
.layout01 h5 {
	font-size: 22px;
	margin-bottom: 15px;
}

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

.layout01 p {
	font-size: 14px;
}
	
/* layout02 */

.layout02 {
  justify-content: center;
	gap:30px;
}

.layout02 .box-img {
	width: 100%;
}

.layout02 .box-img img {
	width: 85%;
}

.layout02 .box-text {
	width: 100%;
	padding-left: 0px;
	text-align: center;
}

.layout02 .box-text p {
	padding-top: 20px;
	text-align: left;
}


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