section {margin-bottom: 0;}
.ml8 {margin-left: 8px;}
.mt10 {margin-top: 10px;}
#globalnavi {margin-bottom: 0;}

.sup {
	font-size: 0.8em;
	vertical-align: top;
}

.bgc-01 {
	background: #bbd5f5;
}

.bgc-02 {
	background: #cae78c;
}

.border-01 {
	border: 1px solid #008000;
	margin-top: 1em;
}

.border-01 .sec-title {
	margin-top: 0;
}

.btn {
	display: inline-block;
	padding: 2px 10px;
	font-size: 11pt;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	border-radius: 4px;
}

a.btn-action {
	color: #e62a01;
	border: 1px solid #e62a01;
	background: #ffffff;
}

@media (hover: hover) {
    a.btn-action:hover {
        color: #ffffff;
        border: 1px solid #e62a01;
        background: #e62a01;
    }
}

.cardList {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 24px 0;
	padding-left: 0;
	list-style: none;
}

.cardList_item {
	width: calc((100% - 10px) / 2);
	padding: 0 10px 10px 10px;
	border-radius: 4px;
	box-sizing: border-box;
}

.card_header {
	margin: 0;
	padding: 10px 0;
	font-size: 14pt;
	font-weight: 600;
	letter-spacing: 0.05em;
}

.card_body {
	display: flex;
	flex-direction: row;
	background: #ffffff;
}

.cardList:last-of-type .card_body {
	min-height: 190px;
}

.card_body_row-reverse {
	display: flex;
	flex-direction: row-reverse;
	background: #ffffff;
	min-height: 164px;
}

.card_txt {
	width: 44%;
	margin-right: 5px;
	padding: 8px 0 8px 8px;
	font-size: 14px;
}

.card_thumb {
	width: 55%;
	overflow: hidden;
	padding: 8px 8px 8px 0;
}

.card_thumb img {
	max-width: 193px;
	border-radius: 5px 5px 0 0;
}

.top-syou {
	text-align: right;
	margin-right: 20px;
}

.video-container {
	padding-top: 1px;
	padding-bottom: 40px;
}

.update-container {
	padding-left: 1px;
	width: 100%;
}

@media screen and (max-width: 768px) {
	#wrapper {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.video-container iframe {
		width: 100%;
		height: auto;
		aspect-ratio: 16 / 9;
	}
	.cardList_item {
		width: 100%;
		margin-bottom: 15px;
	}
	.card_body,
	.card_body_row-reverse {
		flex-direction: column-reverse;
		min-height: 0;
	}
	.cardList:last-of-type .card_body {
		min-height: 0;
	}
	.card_txt,
	.card_thumb {
		width: 100%;
		padding: 8px;
	}
	.card_txt .mt10 {text-align: right;}
	.card_thumb {text-align: center;}
	.card_thumb img {
		max-width: 100%;
		height: auto;
	}
}