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




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

/* contents01 */

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

.contents01 .box02 {
	padding-top: 20px;
  justify-content: center;
	gap:20px;
	margin-bottom: 100px;
}

.contents01 .box02 .box001 {
	width: 100%;
	text-align: center;
}

.contents01 .box02 .box002 {
	width: 100%;
}

.contents01 .box02 h3 img {
	height: 80px;
	width: auto;
}

.contents01 .box02 h5, .contents01 .box02 h5 a {
	font-size: 34px;
}

.contents01 .box02 h5 {
	padding-left: 30px;
	margin-left: auto;
	margin-top: 5px;
}

.contents01 .box02 h5::before {
	height: 22px;
}

.contents01 .box03 .map-box, .contents01 .box03 .map-box iframe {
	height: 200px;
}

.contents01 .box03 .map-box::before {
	height: 22px;
	margin-top: -35px;
}

.contents01 .box03 .box {
	gap:20px 0px;
}

.contents01 .box03 .box002 {
	border-left-style : none;
	padding-left: 0px;
}


/* contents02 */

.contents02 {
	padding: 30px 25px;
}

.contents02 .box {
  justify-content: center;
	position: relative;
}
	
.contents02 .box::after {
	content: "";
	position: absolute;
left: 0px;
bottom: 0px;
	background-image: url("images/arrow.svg");
background-position: center bottom;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 25px;
	margin-bottom: -45px;
}

.contents02 .box:last-child::after {
	display: none;
}

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

.contents02 .box .box01 {
	width: 100%;
}

.contents02 .box .box01::after {
	display: none;
}


.contents02 .box .box02 {
	padding-left: 0px;
	padding-top: 20px;
}

.contents02 h3 {
	font-size: 24px;
}

.contents02 h4 {
	font-size: 18px;
	padding: 15px 0px 40px;
}
	
.contents02 h6 img {
	height: 35px;
	width: auto;
}

.contents02 p {
	font-size: 15px;
}



/* contents03 */

.contents03 {
	margin-bottom: 50px;
}

.contents03 ul {
  justify-content: center;
}

.contents03 ul li {
	width: calc(100% / 2);
}
	
/*mynumber*/
.mynumber {
	width: 92%;
	border-width: 6px;
    padding: 30px 20px;
    margin-bottom: 30px;
}	
	
.mynumber p.title01 {
	font-size: 28px;
	letter-spacing: 0.1em;
    font-weight: 300;
}	
	
.mynumber .n-box01 p{
    font-size: 16px;
padding-left: 0px;
	}		

.ph-box {
	width: 92%;
	margin: 0px auto 30px;
}

.ph-box img {
	width: 100%;
	height: auto;
}	



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