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


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


.container > section:not(:last-child) {
	margin-bottom: 70px;
}


/* midashi03 */

.midashi03::before {
	height: 50px;
	margin-top: -65px;
}

.contents03 .midashi03 {
	margin-bottom: 20px;
}



/* contents01 */

.contents01 {
	width: 88%;
}

.contents01 h3 {
	font-size: 22px;
line-height: 1.6;
letter-spacing: 0em;
	margin-bottom: 40px;
}

/* contents02 */

.contents02 {
	padding: 50px 25px 40px;
}

/* contents03 */

.contents03 {
	padding: 110px 0px 40px;
}

/* contents04 */

.contents04 h6 {
	padding-top: 70px;
}

.contents04 h6 a {
	font-size: 35px;
	width: 85%;
	max-width: 500px;
}


/* lay01 */

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

.lay01 h4 {
	font-size: 18px;
line-height: 1.6;
}


/* lay02 */

.lay02 p {
	padding-top: 20px;
}


/* lay03 */

.lay03 {
	width: 88%;
background-position: left 45px top;
}

.lay03 .box {
	align-items: flex-start;
}

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

.lay03 .time {
	width: 90px;
	height: 90px;
}

.lay03 .detail {
	width: auto;
	flex: 1;
	padding-top: 30px;
	padding-left: 20px;
}

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

.lay03 h6 {
	font-size: 17px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}


/* lay04 */

.lay04 {
	gap:40px 4%;
}

.lay04 .box {
	width: 48%;
}
	
@media screen and (max-width: 700px) {
	.lay04 .box {
	width: 360px;
}
}

.lay04 .box-text {
	margin-top: -20px;
	position: relative;
}


.lay04 h4 {
	font-size: 18px;
letter-spacing: 0em;
	padding: 8px 20px;
	box-shadow: 6px 6px 0px #C30013;
	margin-left: 20px;
}

.lay04 h5 {
	font-size: 20px;
	padding: 20px 0px 5px;
}


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