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


/* midashi02 */

.midashi02-box .midashi02 {    
    color: #FFF;
    padding: 15px;
    border-radius: 12px;
    background-color: #5a83a6;
}


/* contents01 */

.contents01, .contents02 {
	margin-bottom: 100px;
}

.contents01 .box01 {
	width: 100%;
	text-align: center;
}

/* category-voice */

.category-voice {
    text-align: center;
    padding-top: 40px;
}

.tab-voice {
    display: flex;
  justify-content: center;
flex-wrap: wrap;
    gap:15px;
}


/* contents02 */

.contents02 {
	width: 1000px;
}

.contents02 .box01 {
	display: flex;
  justify-content: space-between;
	align-items: flex-end;
	padding: 0px 20px;
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom-style : solid;
border-bottom-color : rgba(0, 0, 0, 0.5);
border-bottom-width : 1px;
}

.contents02 h4, .contents02 h5 {
	font-family: 'Zen Old Mincho', serif;
line-height: 1.2;
font-weight: normal;
	color: #231815;
	letter-spacing: 0.15em;
}

.contents02 h4 {
	font-size: 26px;
}

.contents02 h5 {
	font-size: 21px;
}

.contents02 .box001 {
	display: flex;
  justify-content: space-between;
}

.contents02 .box001, .contents02 p {
	width: 960px;
	margin-bottom: 60px;
}


.sp-view {
    display: none;
}

html, body {
    height: 100%;
}
