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


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


/* contents01 */

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

/* contents01 */

.contents01 .box01 p {
	padding-top: 30px;
}

/* contents02 */

.contents02 .box01, .contents02 .box02 {
	margin-bottom: 40px;
}

.contents02 .box02 .box001 {
	gap:15px 40px;
	padding-bottom: 30px;
	margin-bottom: 30px;
  justify-content: flex-start;
}

.contents02 .box02 .box001 ul li {
	font-size: 16px;
	padding-left: 30px;
}

.contents02 .box02 .box001 ul li::before {
top: 3px;
	height: 18px;
}

.contents02 .box03 .box001 {
	padding: 20px 0px 40px;
}

.contents02 .box03 .box001 .box {
  justify-content: center;
	width: 100%;
}

.contents02 .box03 .box001 .box:not(:last-child) {
	margin-bottom: 40px;
}

.contents02 .box03 .box001 .box .box0001 {
	text-align: center;
}
	
.contents02 .box03 .box001 .box .box0002 {
	width: 100%;
	padding-top: 30px;
}

.contents02 .box03 .box001 h6 {
	font-size: 18px;
}

.contents02 .box03 .box001 p {
	padding-left: 0px;
}

.contents02 .box03 .box002 {
	padding: 30px 25px 40px;
	margin: -40px -25px;
	margin-top: 0px;
}

.contents02 .box03 .box002 h6:nth-child(1) {
	font-size: 18px;
letter-spacing: 0em;
	padding: 6px 25px;
	margin-bottom: 15px;
}


.space01 {
	margin-bottom: 40px;
}

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