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


.container {
	padding-top: 30px;
}

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


.midashi02 h4 {
	padding-bottom: 25px;
	border-bottom-style : solid;
border-color : #3F3B3A;
border-width : 1px;
}

/* contents02 */

.contents02 {
	background-color: #F8F8FE;
	padding: 80px 0px;
}

.contents02 .box-inner > div:not(:last-child) {
	margin-bottom: 80px;
}


/* lay01 */

.lay01 {
	position: relative;
	padding-right: 100px;
}

.lay01 .box-inner {
	padding-right: 15px;
}

.lay01 .box {
	background-color: #fff;
	padding: 35px 80px;
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	border-radius: 20px;
}

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

.lay01 h5 {
	font-size: 26px;
line-height: 1.6;
letter-spacing: 0.05em;
font-weight: 400;
}

.lay01 h6 {
	font-size: 20px;
	color: #C30013;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: 700;
	padding-bottom: 30px;
}

.lay01 h6, .lay04 h6  {
	padding-top: 70px;
}

.lay01 ul {
	width: 85%;
}

.lay01 ul li {
line-height: 1.6;
letter-spacing: 0.05em;
font-weight: 400;
	text-indent: -16px;
	margin-left: 16px;
}

.lay01 ul li:not(:last-child) {
	margin-bottom: 5px;
}

.lay01 p {
    font-size: 20px;
    line-height: 1.2;
    padding-top: 0px;
}


/* lay02 */

.lay02 .box {
	background-color: #F8F8FE;
	padding: 35px 80px;
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	border-radius: 20px;
}

.lay02 .box:not(:last-child) {
	margin-bottom: 20px;
}

.lay02 h5 {
	font-size: 26px;
line-height: 1.6;
letter-spacing: 0.05em;
font-weight: 400;
}

.lay02 h6, .lay04 h6 {
	font-size: 20px;
	color: #C30013;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: 700;
	padding-bottom: 30px;
}

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

.lay02 ul {
	width: 85%;
}

.lay02 ul li {
line-height: 1.6;
letter-spacing: 0.05em;
font-weight: 400;
	text-indent: -16px;
	margin-left: 16px;
}

.lay02 ul li:not(:last-child) {
	margin-bottom: 5px;
}

.lay02 p {
	font-size: 20px;
line-height: 1.2;
}


/* lay03 */

.lay03 table {
	width: 100%;
}

.lay03 table td {
line-height: 1.8;
letter-spacing: 0.05em;
font-weight: 400;
	padding: 20px 40px;
	border-style : solid;
border-color : #D8D8D8;
border-width : 1px;
}

.lay03 table td:first-child {
white-space: nowrap;
	width: 22%;
	color: #FFF;
	background-color: #888787;
}

.lay03 table td ul {
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
}

.lay03 table td ul li {
	width: 50%;
	line-height: 1.8;
letter-spacing: 0.05em;
font-weight: 400;
}


/* lay04 */

.lay04 iframe {
	width: 100%;
	height: 400px;
}


/* lay05 */

.lay05 .box-time, .lay05 .box02 .box, .lay05 .box02 .box002 {
	display: flex;
  justify-content: space-between;
	align-items: flex-start;
}

.lay05 .box02 .box002 {
	gap:0px 20px;
}

.lay05 .box01 {
	width: 100px;
}

.lay05 .box02 {
	flex: 1;
	border-left-style : solid;
border-color : #3F3B3A;
border-width : 1px;
}

.lay05 .box02 .box {
	margin-bottom: 30px;
}

.lay05 .box-time:last-child .box02 .box {
	margin-bottom: 0px;
}

.lay05 .box02 .box001 {
	width: 140px;
}

.lay05 .box02 .box002 {
	flex: 1;
	padding-bottom: 30px;
	border-bottom-style : solid;
border-color : #3F3B3A;
border-width : 1px;
}

.lay05 .box-time:last-child .box02 .box002 {
	border-bottom-style : none;
	padding-bottom: 0px;
}

.lay05 h3 {
	font-size: 22px;
line-height: 0.8;
letter-spacing: 0.05em;
font-weight: 700;
}

.lay05 h4 {
	line-height: 1.2;
letter-spacing: 0.05em;
	font-weight: 400;
	padding-left: 40px;
	position: relative;
}

.lay05 h4::after {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	width: 6px;
	height: 6px;
	display: block;
	border-radius: 50%;
	background-color: #FFF;
	border-style : solid;
border-color : #3F3B3A;
border-width : 6px;
	margin-left: -9px;
}

.lay05 h5 {
	font-size: 14px;
color: #FFF;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: 400;
	padding: 2px 0px;
	text-align: center;
	width: 70px;
}

.lay05 h5.c01 {
	background-color: #C30013;
}

.lay05 h5.c02 {
	background-color: #B79862;
}

.lay05 p {
	flex: 1;
	line-height: 1.2;
}


.sp-view {
	display: none;
}
.mb40 {
    margin-bottom: 40px;
}
