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


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


/* contents01 */

.contents01, .contents02 {
	width: 92%;
	margin-bottom: 50px;
}
	
/* contents02 */

.contents02 .box03 .lay02 {
  justify-content: center;
	gap:25px;
}

.contents02 .box03 .lay02:not(:last-child) {
	margin-bottom: 25px;
}

.contents02 .box03 .box0001 {
	width: 100%;
	padding-top: 0px;
}

.contents02 .box03 .box0002 {
	width: 100%;
	text-align: center;
}

.contents02 .box03 .box0002 img {
	max-width: 400px;
}

.contents02 .box03 h6 {
	font-size: 18px;
	line-height: 1.4;
	text-indent: -26px;
	margin-left: 26px;
}


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