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


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


/*contents01*/

.contents01 h5, .contents08 h5 {
	font-size: 22px;
	padding: 0px 0px 10px;
}

.contents08 h5 {
	font-size: 17px;
	padding: 0px 0px 25px;
}

/*contents03*/

.contents03, .contents08 p {
	padding: 20px 25px;
}

/*contents04*/

.contents04 {
	width: 360px;
}

.contents04 .box {
	width: 130px;
	margin: 0px 20px;
	margin-bottom: 20px;
}

.contents04 .box::before {
top: 50px;
	height: 25px;
	margin-left: -25px;
}

.contents04 .box:nth-child(1)::before, .contents04 .box:nth-child(3)::before {
	display: none;
}

.contents04 h6 {
padding-top: 10px;
}

/*contents05*/

.contents05 h4 {
	font-size: 18px;
border-bottom-width : 2px;
	padding-bottom: 15px;
	padding-left: 80px;
	margin-top: 30px;
}

.contents05 h4::before {
left: 80px;
	font-size: 12px;
	margin-top: -20px;
}

.contents05 h4::after {
	height: 65px;
	margin-top: -25px;
}


/*contents06*/

.contents06 {
	width: 92%;
	display: block;
}

.contents06 .box {
	width: 300px;
	margin: 0px auto;
	margin-top: 80px;
}

.contents06 .box::before {
left: 0px;
top: 0px;
background-position: center top;
	width: 100%;
	height: 35px;
	margin-left: 0px;
	margin-top: -80px;
	 -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
	
.contents06 .box:nth-child(1) {
	margin-top: 60px;
}

.contents06 .box:nth-child(1)::before {
	display: none;
}

.contents06 .box::after {
	height: 80px;
	margin-top: -40px;
}


.contents06 .box h5 {
	font-size: 18px;
}

.contents06 .box p {
	font-size: 14px;
}

	
.text01 {
	margin-bottom: 10%;
}

.text02 {
	margin-bottom: 0%;
}

.text03 {
	margin-bottom: 8%;
}
	
.text04 {
	margin-bottom: 8%;
}



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