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


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

/* contents04 */

.contents04 {
	width: 100%;
	margin-bottom: 40px;
}

.contents04 .box01 {
  justify-content: center;
	gap:30px 0px;
	text-align: center;
}

.contents04 .box01 {
	flex: auto;
}

.contents04 .box01 .box001 {
	width: 100%;
}

.contents04 .box01 img {
	width: 100%;
height: 250px;
	border-radius: 0px;
}

.contents04 .box01 h4 {
	font-size: 35px;
line-height: 1.2;
	letter-spacing: 0.15em;
}

.contents04 .box01 h5 {
	font-size: 22px;
line-height: 1.2;
font-weight: 400;
	padding-top: 20px;
	padding-left: 0px;
	letter-spacing: 0.15em;
}

.contents04 .box02 {
	width: 90%;
	padding: 50px 0px 40px;
}

.contents04 .box02 h3 {
border-width : 8px;
	margin-bottom: 25px;
}

.contents04 .box02 h3 img {
	width: 98%;
height: auto;
}

.contents04 .box03 {
	width: 90%;
  justify-content: center;
	gap:35px 0px;
}

.contents04 .box03 .box {
	border-radius: 30px;
	padding: 30px;
}

.contents04 .box03 .d01 {
	width: 100%;
  justify-content: center;
	gap:20px;
}

.contents04 .box03 .d02 {
	width: 100%;
	padding: 30px 25px;
}

.contents04 .box03 .d01 .box001 {
	width: 100%;
}

.contents04 .box03 .d01 .box002 {
	flex: auto;
}

.contents04 .box03 h4, .contents04 .box03 h5 {
letter-spacing: 0.05em;
}

.contents04 .box03 h4 {
	font-size: 30px;
}

.contents04 .box03 h5 {
	font-size: 18px;
	padding-top: 5px;
}
	
.contents04 .box03 p {
	text-align: left;
	padding-top: 20px;
}
	
	
/* note */
.note {
		width:90%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 70px;
	}	
	
.note h3 img{
		width:100%;
		height:auto;
	}	
	
.note h5 {
		font-size: 20px;
        margin-bottom: 25px;
	}		

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