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



/*---------------------------------------

	/plate/index.html

---------------------------------------*/


.plate #main .txtCol p {
    color: #333;
    font-size: 108%;
}

.plate #main .txtCol p span {
	font-weight: bold;
}
.plate .dtlCts .dtlTtlCol .inr .dtlTtl {
    font-size: 324%;
    margin-top: 7px;
    line-height: 1.3;
}
.plate .twoLine{
	border-width: 2px;
	margin-top: 20px;
}

.plate .dtlCts .dtlCol .dtlInr {
    padding-top: 5px;
}
/* .plate .dtlCts .dtlTtlCol .inr .pointList {
    padding-top: 0;
} */

.plate .dtlCol h3 {
	margin: 20px 0 10px;
}
.plate .dtlCol p span {
	font-weight: bold;
}


.plate .dtlCol .btmLine {
	margin-top: 20px;
}

.plate .dtlCol .twocol {
	margin-top: 15px;
	overflow: hidden;
}
.plate .dtlCol .twocol:first-child,
.plate .dtlCol .btmLine:first-child {
	margin-top: 0;
}
.plate .dtlCol .twocol .colLeft {
	float: left;
	margin-right: 20px;
}
.plate .dtlCol .twocol .colRight {
	overflow: hidden;
}

/* .plate .dtlCol .attention {
	margin-top: 50px;
} */
.plate .dtlCol .custom {
	margin-top: 10px;
	border: 1px solid #3D92D1;
}
.plate .dtlCol .custom span {
	background-color: #3D92D1;
	margin-right: 10px;
	padding: 2px 5px;
	display: inline-block;
	color: #FFF;
	font-size: 115%;
}

.plate #main .txtCol .subttl {
    font-size: 200%;
    font-weight: bold;
	color: #0B1553;
}
.plate .value .float-l {
	width: 55%;
}
.plate .value .float-r {
	width: 43%;
}
.plate .value .note {
	font-size: 108%;
	margin-top: 5px;
	overflow: hidden;
}
.plate .value .note span {
	float: right;
}

@media only screen and (min-width: 768px) {
	.plate .dtlCts .dtlTtlCol .inr .pointList .point{
		padding: 10px 20px;
		margin-bottom: 4px;
	}
	.plate .dtlCol_wrap{
		display:flex;
		justify-content: space-between;
	}

	.plate .dtlCol_wrap .dtlCol{
		width: 48%;
	}
	.plate .value .float-l{
		width: 48% !important;
	}
	.plate .value .float-r{
		width: 48% !important;
	}
	.plate .dtlCts .dtlTtlCol .inr .imgCol{
		width: 36.7%;
	}
}