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


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


/* contents01 */

.contents01 .box-inner {
	width: 88%;
	padding: 50px 0px 80px;
	text-align: center;
}

.contents01 .box-img img {
	height: 130px;
	width: auto;
}

.contents01 h2 {
	font-size: 22px;
	line-height: 1.8;
	letter-spacing: 0em;
}

.contents01 p {
	font-size: 14px;
	padding: 50px 0px;
}


/* contents02 */

.contents02 .box-inner {
  justify-content: center;
	flex-direction: column;
}

.contents02 .box-inner > div {
	padding: 50px 25px;
}

.contents02 .box-inner > div.lay01 {
	width: 100%;
	text-align: left;
	border-right-style : none;
	border-bottom-style : solid;
	padding: 35px 25px;
}

.contents02 .lay02 {
	width: 100%;
}

.contents02 h2 {
	font-size: 26px;
}

.contents02 table {
	width: 100%;
	border-top-style : solid;
border-color : #BEBEBE;
border-width : 1px;
}

.contents02 table td {
	padding: 20px 0px;
	font-size: 14px;
	width: 100%;
	display: block;
	border-top-style : none;
}

.contents02 table td:first-child {
	width: 100%;
	border-bottom-style : none;
	padding-bottom: 0px;
}
	
.contents02 table td:last-child {
	width: 100%;
	padding-top: 10px;
}


/* contents03 */

.contents03 .lay01 {
	padding: 35px 25px;
}

.contents03 .lay02 .box {
  justify-content: center;
	flex-direction: column;
}

.contents03 .lay02 .box:nth-child(even) {
	flex-direction: column;
}

.contents03 .lay02 .box-detail {
	width: 100%;
	padding: 40px 25px;
}

.contents03 .lay02 .box-map {
	width: 100%;
}

.contents03 .lay02 .box-map iframe {
	width: 100%;
	height: 220px;
}

.contents03 h2 {
	font-size: 26px;
}

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

.contents03 p {
	font-size: 14px;
}

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