@charset "utf-8";
/*---------------------------------------
common.css
create:asoTWC/nishioka
---------------------------------------*/

ul.flexBox {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin: 0 0 2em;
	padding: 0;
}
ul.flexBox li{
	line-hight:2rem;
	width:30%;
	padding:0.6rem 0;
}
ul.flexBox li img {
	max-width:100%;
	height: auto;
}
div.mbox {
	padding: 1rem;
	border: solid 1px #aaa;
	border-radius: 6px;
	margin-bottom: 3rem;
}
div.mbox h4 {
	background-color: #006eb4;
	color: #fff;
	padding: 1rem;
	line-height: 1.8rem;
	font-size:1.4rem !important;
}
div.mbox h4 span {
	font-size:1.6rem;
}
@media screen and (max-width:550px) {
	ul.flexBox li {
		width:46%;
	}
	div.mbox img {
		margin-top: 1.4rem;
	}
}

.youtube {
	width: 100%;
	aspect-ratio: 16 / 9;
}
.youtube iframe {
	width: 100%;
	height: 100%;
}


ul.flexBox2 {
	list-style-type: none;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: flex-start;
	margin: 0 0 2em !important;
	padding: 0 !important;
}
ul.flexBox2 li {
	list-style-type: none;
	width: 49%;
	padding: 0.2rem 0;
	margin: 0;
}
ul.flexBox2 li img {
	max-width: 100%;
	height: auto;
}
@media screen and (max-width:500px) {
	ul.flexBox2 li {
		width: 100%;
	}
}