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




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

/* contents01 */

.contents01 {
	width: 92%;
	position: static;
	margin-bottom: 30px;
}
	
.contents01 > img {
	width: 100%;
height: auto;
}

.contents01 h2 {
	position: static;
   -webkit-transform: translate(0%, 0%);
   transform: translate(0%, 0%);
	padding-top: 20px;
}
	
.contents01 h2 img {
	height: 120px;
	width: auto;
}


/* contents02 */

.contents02 {
	margin-bottom: 40px;
}

.contents02 .box01 {
	margin-bottom: 40px;
}
	
.contents02 .box01:last-child {
	margin-bottom: 0px;
}

.contents02 .box08 {
  justify-content: space-between;
}

.contents02 .box08 .box {
	margin-bottom: 20px;
	width: 48.5%;
	margin-right: 0px;
}

.contents02 .box08 .box p {
	padding-top: 12px;
}



/* contents03 */

.contents03 {
	width: 92%;
	margin-bottom: 50px;
}

.contents03 h3 {
	margin-bottom: 15px;
}
	
.contents03 h3 img {
	height: 40px;
	width: auto;
}

.contents03 h4 {
	font-size: 16px;
}

.contents03 h5 {
	font-size: 35px;
	margin-bottom: 20px;
	padding-left: 25px;
}

.contents03 h5:before {
top: 12px;
	height: 25px;
}

.contents03 p {
	margin-bottom: 20px;
	line-height: 1.4;
}

.contents03 table td {
	font-size: 13px;
	padding: 8px 5px;
}

.contents03 .box01 {
	width: 92%;
	margin-bottom: 30px;
}

/*pdf*/
.pdf{
	width:92%;
	height: auto;
	text-align: center;
}

	.pdf img{
		width:100%;
	}



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