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


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


/* contents01 */

.contents01 {
	width: 92%;
	margin-bottom: 60px;
}

.contents01 .box05 {
  justify-content: center;
	gap:35px;
}

.contents01 .box05 .box {
  display: block;
	width: 100%;
}

.contents01 .box05 .box001 {
	width: 100%;
	height: auto;
	clip-path: polygon(0% 0%, 100% 0, 100% 50%, 100% 100%, 0% 100%);
	-webkit-clip-path: polygon(0% 0%, 100% 0, 100% 50%, 100% 100%, 0% 100%);
	padding: 8px 0px;
}
	
.contents01 .box05 .box002 {
	width: 100%;
	padding-top: 15px;
	text-align: center;
}

.contents01 .box05 img {
	max-width: 400px;
}

.contents01 .box05 h5 {
	font-size: 18px;
}	
	
.contents01 .box05a {
	padding: 25px;
}

.contents01 .box05a h5 {
	font-size: 20px;
	text-indent: -20px;
	margin-left: 20px;
}	



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