@charset "utf-8";

span.quote_t {
	display: block;
	border: 1px solid #416396;
	padding: 8px;
	background-color: #dae5f7;
	margin: 8px 0;
}

.flex_ct {
	display: flex;
	flex-wrap: wrap;
}

.flex_ct .box_2 {
	width: 49.5%;
	margin-right: 1%;
	border: 3px solid #ccc;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 5px;
}

.no_illegal {
	background-image: url("/sankotsu/problem/images/icon_01.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.illegal {
	background-image: url("/sankotsu/problem/images/icon_02.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.flex_ct .box_2:last-of-type {
	margin-right: 0;
}

.flex_ct .box_2 p {
	margin: 0;
	font-weight: bold;
	text-align: center;
	font-size: 1.5em;
	text-shadow: 
    white 2px 0px,  white -2px 0px,
    white 0px -2px, white 0px 2px,
    white 2px 2px , white -2px 2px,
    white 2px -2px, white -2px -2px,
    white 1px 2px,  white -1px 2px,
    white 1px -2px, white -1px -2px,
    white 2px 1px,  white -2px 1px,
    white 2px -1px, white -2px -1px;
}

.flex_ct .box_2 ul {
	margin-left: 20px;
}

.flex_ct .box_2 ul li {
	line-height: 1.6;
	text-align: left;
	list-style-type: disc;
}

.sankotsu_area dl {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #254473;
	border-right: 1px solid #254473;
	border-left: 1px solid #254473;
}

.sankotsu_area dl:first-of-type {
	border-top: 1px solid #254473;
}

.sankotsu_area dl dt {
	background: #416396;
	color: #fff;
	font-weight: normal;
	margin: 0;
	padding: 8px 5px;
	width: 22%;
	border: none;
}

.sankotsu_area dl dd {
	margin: 0;
	width: 78%;
	padding: 8px 5px;
	text-align: left;
}

@media screen and (max-width:768px) {

.flex_ct .box_2 ul li {
	font-size: 14px;
}

.flex_ct .box_2 {
	width: 100%;
	margin-right: 0;
	margin-bottom: 10px;
}

.flex_ct .box_2:last-of-type {
	margin-bottom: 0;
}

.sankotsu_area dl dt {
	width: 35%;
}

.sankotsu_area dl dd {
	width: 65%;
}

}
@media screen and (max-width:480px) {

}
