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


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


/* layout03 */

.layout03 {
  justify-content: center;
	gap:40px 0px;
	flex-direction: column;
}

.layout03 .box-img {
	width: 100%;
	text-align: center;
}

.layout03 .box-img img {
	max-width: 320px;
}

.layout03 .box-detail {
	width: 100%;
}
	
.layout03 h4 img {
	height: 80px;
	width: auto;
}

.layout03 h5 {
	font-size: 28px;
}

.layout03 h5 span {
	font-size: 18px;
}

.layout03 p {
	padding: 0px 10px;
}

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