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


/* contents04 */

.contents04 {
	width: 100%;
	margin-bottom: 140px;
}

.contents04 .box01 {
	display: flex;
  justify-content: flex-start;
	align-items: center;
flex-wrap: wrap;
	gap:0px 90px;
}

.contents04 .box01 {
	flex: 1;
}

.contents04 .box01 .box001 {
	width: 50%;
}

.contents04 .box01 img {
	width: 100%;
height: 430px;
	border-radius: 0px 80px 80px 0px;
}

.contents04 .box01 h4, .contents04 .box01 h5 {
color: #000;
}

.contents04 .box01 h4 {
	font-family: "Josefin Sans", sans-serif;
	font-size: 70px;
line-height: 1.5;
font-weight: 200;
	letter-spacing: 0.2em;
}

.contents04 .box01 h5 {
	font-family: "Zen Old Mincho", serif;
	font-size: 31px;
line-height: 1.2;
font-weight: 400;
	padding-top: 30px;
	padding-left: 20px;
	letter-spacing: 0.3em;
}

.contents04 .box02 {
	width: 1060px;
	padding: 120px 0px 80px;
}

.contents04 .box02 h3 {
	border-bottom-style : solid;
border-color : #0AC7D3;
border-width : 15px;
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 35px;
}

.contents04 .box02 h3 img {
	height: 60px;
	width: auto;
}

.contents04 .box03 {
	width: 1060px;
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	gap:50px 0px;
}

.contents04 .box03 .box {
	border-radius: 40px;
	padding: 40px;
	border-style : solid;
border-color : #0AC7D3;
border-width : 1px;
}

.contents04 .box03 .d01 {
	width: 100%;
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	align-items: center;
}

.contents04 .box03 .d02 {
	width: 510px;
	text-align: center;
	padding: 40px 0px;
}

.contents04 .box03 .d01 .box001 {
	width: 350px;
	text-align: center;
}

.contents04 .box03 .d01 .box002 {
	flex: 1;
}

.contents04 .box03 h4, .contents04 .box03 h5 {
line-height: 1.2;
letter-spacing: 0.3em;
}

.contents04 .box03 h4 {
	font-family: "Josefin Sans", sans-serif;
	font-size: 49px;
	color: #0AC7D3;
font-weight: 200;
}

.contents04 .box03 .box:nth-child(2) h4 {
	letter-spacing: 0.1em;
}

.contents04 .box03 h5 {
	font-family: "Zen Old Mincho", serif;
	font-size: 32px;
	color: #000;
font-weight: 400;
	padding-top: 10px;
}

.contents04 .box03 table {
	width: 100%;
}

.contents04 .box03 table td {
	padding: 10px 0px;
}

/*
.contents04 .box03 table td:first-child {
	white-space: nowrap;
	padding-right: 20px;
}
*/

.contents04 .box03 p {
	padding-top: 30px;
}

.note {
	width: 100%;
	text-align: center;
	margin-bottom: 140px;
}

.note h5{
	font-family: "Zen Old Mincho", serif;
    color: #000;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0.3em;
	font-size: 31px;
    margin-bottom: 40px;
}



.sp-view {
	display: none;
}
