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


/* contents01 */

.contents01, .contents02 {
	width: 770px;
}

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

.contents01 ul {
	width: 50%;
}

.contents01 ul li {
	font-size: 20px;
line-height: 1.2;
	margin-bottom: 15px;
}

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

/* contents02 */

.contents02 {
	text-align: center;
	background-color: #FFF;
}

.contents02 h6 {
	font-family: YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	padding: 8px 0px;
	font-size: 23px;
color: #42210b;
line-height: 1.2;
letter-spacing: 0.2em;
font-weight: normal;
	background-color: #c5bfa7;
}

.contents02 p {
	font-size: 20px;
line-height: 1.8;
	padding: 15px 0px;
}


.sp-view {
    display: none;
}

html, body {
    height: 100%;
}
