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


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

	
/* contents-top */

.contents-top {
	width: 100%;
	padding-top: 70px;
background-size: 200% auto;
}

.contents-top::before {
left: 2%;
top: 200px;
	height: 150px;
}

.contents-top-wrap {
	width: 100%;
	padding-top: 30px;
background-size: 200% auto;
}


/* main-img-top */

.main-img-top img {
	border-radius: 35px;
	min-height: 250px;
}

/* contents01 */

.contents01 {
	margin-bottom: 50px;
}

.contents01 .box-img {
	margin-top: 20px;
}

.contents01 .box-img img {
	width: 98%;
	max-width: 1600px;
}

.contents01 h2 {
	font-size: 22px;
}

.contents01 p {
	padding: 20px 6% 0px;
	text-align: left;
}


/* contents02 */

.contents02 {
border-width : 10px;
	padding-top: 80px;
	padding-bottom: 70px;
}

.contents02 .news-box {
	width: 88%;
	height: 300px;
	overflow-y: auto;
}

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

.contents02 .box a {
	padding: 10px 20px;
	flex-direction: column;
}

.contents02 .midashi-box h2::before,
.contents02 .midashi-box h2::after {
    content: "";
    height: 10px;
}

.contents02 .midashi-box h2::before {
    margin-right: 30px;
}

.contents02 .midashi-box h2::after {
    margin-left: 30px;
}
	
.contents02 .midashi-box h3 {
    font-size: 18px;
}

.contents02 h5 {
	width: 100%;
	font-size: 15px;
	border-right-style : none;
	text-align: left;
	padding-top: 10px;
  justify-content: flex-start;
	align-items: flex-start;
}

.contents02 h6 {
	padding-top: 40px;
}

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



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