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

#main-img .title-box h2 img {
	width: auto;
	height: 160px;
}

.title2 h2 {
	margin-bottom: -20px;
}

/* contents01 */

.contents01 {
	width: 1000px;
}

.contents01 a:hover {
	opacity: 0.75;
}

.contents01 .box {
	display: flex;
  justify-content: space-between;
	margin-bottom: 40px;
}

.contents01 .box:last-child {
	margin-bottom: 0px;
}


.contents01 .box01, .contents01 .box02 {
	width: 48%;
}

.contents01 .box02 {
	padding-top: 30px;
}

.contents01 h4 img {
	width: 100%;
height: auto;
	object-fit: cover;
	border-radius: 10px;
}

.contents01 h6 {
	font-size: 26px;
color: #333;
line-height: 1.4;
letter-spacing: 0.05em;
font-weight: 300;
	margin-bottom: 20px;
}

.contents01 h5 {
	display: none;
}

.contents01 p {
	line-height: 1.8;
	color: #333333;
	font-size: 16px;
}

.contents01 .box02 p:first-child {
	font-weight: bold;
	letter-spacing: 0.1em;
}


.contents01 .box-n {
	display: none;
}


.sp-view {
    display: none;
}

html, body {
    height: 100%;
}



