/* CSS Document */

body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.container {
	margin-bottom: 20px;
}

.w01 {
	width: 480px;
}

.w01 p {
	line-height: 1.8;
}

.w02 {
	width: 440px;
	text-align: center;
}

.w03 {
	width: 440px;
	text-align: center;
}



.box01 {
	margin: 20px 0 0 0;
	border: 1px solid #0B3488;
	border-radius: 10px;
	padding: 10px 0px 10px 20px;
}

.box01 dt,
.box01 dd{
	display: inline-block;
	vertical-align: middle;
}

.box01 dt {
	margin: 0 20px 0 0;
	padding: 0;
}

.box01 dt.caliber
 {
	margin: 0 11px 0 0;
	padding: 0;
}

.box01 dd {
	background: #0B3488;
	color: #fff;
	padding: 5px;
	font-size: 12px;
	margin: 0 2px 0 0;
	border-radius: 5px;
}

.box01 dd.mater {
	background: none;	
}


.list01 {
	list-style: none;
	margin: 20px 0 0 0;
	background: #e9e9e9;
	padding: 10px;
	border-radius: 10px;
}

.list01 li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.subtitle {
	font-size: 20px;
	color: #3e458a;
	border-bottom: 6px solid;
	border-image: linear-gradient(to right, #b1adcc 0%, #fff 100%);
	border-image-slice: 1;
}

.flcontent {
	display: flex;
}
.flcontent:first-of-type {
	margin-bottom: 50px;
}
.flcontent > ul {
	width: 320px;
	padding: 0;
	margin: 0;
}
.flcontent > ul li {
	text-indent: -1em;
	padding-left: 1em;
	list-style: none;
}
.flcontent > div {
}








