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


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

/*contents01*/

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

/*contents02*/

.contents02 .box h6 {
	padding-top: 15px;
}

/*contents05*/

.contents05 .box {
	width: 100%;
	margin-right: auto;
	margin-bottom: 50px;
}

.contents05 .box::before {
	left: 0px;
top: 0px;
background-position: center top;
	width: 100%;
	height: 35px;
	margin-left: 0px;
	margin-top: -45px;
	 -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

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

.contents05 .box:nth-child(2n) {
	margin-right: 0%;
	margin-bottom: 0px;
}

.contents05 .box h5 {
	font-size: 22px;
}



/*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%;
}

/*contents001*/

.contents001 .box01 {
	padding: 22px 30px 20px;
	margin-left: -5%;
	margin-right: -5%;
	text-align: center;
}

.contents001 .box01::after {
	display: none;
}

.contents001 .box01 h3 {
	font-size: 15px;
}

.contents001 .box01 h4 {
	font-size: 22px;
}

.contents001 .box02 {
	margin: 20px 0px;
}

.contents001 .box02 .box-box {
  justify-content: center;
}

.contents001 .box03 {
	padding: 20px 25px;
}

.contents001 .box04 {
	margin-top: 25px;
}

/*contents002*/

.contents002 h3 {
	font-size: 18px;
	padding-top: 15px;
}

.contents002 .box-box h4 {
	width: 50px;
	margin-right: 10px;
}

.contents002 .box-box h5 {
	font-size: 40px;
}

.contents002 h6 a {
	font-size: 16px;
	margin-top: 15px;
	width: 300px;
}


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