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




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

	
/* contents01 */

.contents01 {
	width: 92%;
}

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

/* contents02 */

.contents02 {
	padding: 30px 0px 15px;
}
	
.contents02 .box-in {
	width: 92%;
}

.contents02 .box {
	margin-bottom: 20px;
	margin-right: 4%;
	width: 48%;
}

.contents02 .box:nth-child(3n) {
	margin-right: 4%;
}
	
.contents02 .box:nth-child(2n) {
	margin-right: 0px;
}
	
.contents02 img {
	width: 100%;
height: auto;
}

.contents02 h6 {
	padding-top: 10px;
	font-size: 13px;
}
	
/* contents03 */

.contents03 {
	width: 92%;
	padding: 0px 15px 30px;
	margin-top: 40px;
	margin-bottom: 20px;
}

.contents03 h3 {
	width: 90%;
	font-size: 17px;
	font-family: yu-mincho-pr6, sans-serif;
font-style: normal;
font-weight: 400;
	margin-bottom: 20px;
	padding: 6px 10px;
}

.contents03 .box01  {
	margin-bottom: 40px;
	padding-bottom: 30px;
border-bottom-width : 4px;
}
	
.contents03 .box01 img  {
	width: 96%;
height: auto;
}

.contents03 .box02  {
	width: 100%;
	display: block;
}

.contents03 .box02 .box  {
	width: 280px;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 50px;
}

.contents03 .box02 .box::before  {
	content: "";
	position: absolute;
left: 10px;
top: 0px;
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 45px;
	height: 45px;
	margin-top: -10px;
}

.contents03 .box02 .box::after  {
right: 0px;
bottom: 0px;
	background-image: url("images/arrow02.svg");
background-position: center bottom;
	width: 100%;
	height: 20px;
	margin-right: 0px;
	margin-bottom: -30px;
}

.contents03 .box02 .box:first-child {
	width: 280px;
}
	
.contents03 .box02 .box img {
	width: 100%;
height: auto;
}

.contents03 .box02 .box:nth-child(1)::after  {
	margin-right: 0px;
}

.contents03 .box02 .box:nth-child(2)::after  {
	display: block;
}
	
.contents03 .box02 .box:nth-child(5)  {
	margin-bottom: 0px;
}



footer {
	padding-top: 20px;
}


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