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


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

/* contents01 */

.contents01 > div:not(:last-child) {
	margin-bottom: 50px;
}

/* lay01 */

.lay01 .box {
background-position: right 1px top 26px;
background-repeat: no-repeat;
background-size: 38px;
}

.lay01 .box::before {
	width: 40px;
	height: 40px;
	right:0px;
	top:25px;
}

.lay01 .box a {
	padding: 20px 0px;
	padding-right: 50px;
	flex-wrap: wrap;
}

.lay01 .box a::before {
	width: 8px;
	height: 8px;
	top:41px;
	right:16px;
}

.lay01 h5 {
	width: 100%;
	font-size: 16px;
	padding-left: 0px;
}

.lay01 p {
	width: 100%;
}


/* lay02 */

.pager {
	gap:5px;
	padding: 0px;
	padding-top: 45px;
}

a.page-numbers,
.pager .current{
	width: 30px;
	height: 30px;
 }


 .pager a.prev, .pager a.next {
	 width: 100px;
 }
	
.pager a.prev img, .pager a.next img {
	width: 100%;
height: auto;
 }

	
/* lay03 */

.lay03 h5 {
	font-size: 16px;
}

.lay03 h6 {
	font-size: 22px;
	padding: 5px 0px 30px;
}

.lay03 p:not(:last-child) {
	margin-bottom: 30px;
}

.lay03 .box-text img {
	max-width: 100%;
height: auto;
}

/* lay04 */

.lay04 h6 img {
	height: 40px;
	width: auto;
}


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