@charset "utf-8";
/* CSS Document */

.mesContainer-box {
	display: flex;
	max-width: 100%;
}

.mesContainer-boxin {
	margin: 10px;
}

.mesContainer-boxin img {
	margin: 50px;
	max-width: 70%;
}


#dxArea {
	width: 1350px;
	height: auto;
	margin: 0 auto;
	padding: 100px 100px;
}

ol.jumpLink a {
	text-decoration: none;
	padding: 0;
	color: #000;
	font-size: 16px;
}

ol.jumpLink a:hover {
	color: #1E7CC8;
}

ol.jumpLink li {
	text-align: left;
	list-style: none;
	border-bottom: dotted 1px #ACACAC;
	margin-top: 10px;
}

.content {
	height: auto;
	margin: auto 0;
	margin-bottom: 50px;
	padding: 0 100px;
	text-align: left;
}

p {
	font-size: 15px;
}

.tags {
	margin: 15px 0;
	font-size: 20px;
	font-weight: bold;
	background: #DDD;
	border-radius: 8px 0 0 8px;
	color: #000;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 2em 0 3em;
	position: relative;
}

.tags::before {
	border: 20px solid transparent;
	border-left-color: #DDD;
	border-right-width: 0;
	content: '';
	display: block;
	height: 0;
	position: absolute;
	right: -20px;
	top: 0;
	width: 0;
}

.tags::after {
	background: #F0B520;
	border-radius: 8px 0 0 8px;
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 1em;
}

.dxContainer {
	font-size: 14px;
	height: auto;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 8px;
	vertical-align: middle;
}

p.frame {
	width: 450px;
	margin: 0 auto;
	padding: 9px;
	border: 2px solid #000;
	text-align: left;
}

#sideContentDX {
	margin: 0;
}

#sideContentDX dt {
	font-size: 16px;
}

#sideContentDX dd {
	display: inline-block;
	text-align: left;
	margin-left: 0;
}

#sideContentDX a {
	text-decoration: none;
	font-size: 15px;
	color: #000;
}

#sideContentDX a:hover {
	color: #1E7CC8;
}

.heading-red h1 {
	color: #D95F80;
	border-bottom: solid;
}

.box-text {
	border: #D95F80 solid 1px;
	color: #D95F80;
	font-weight: bold;
	max-width: 15%;
	text-align: center;
	font-size: 16px;
}

.content h2 {
	margin: 0;
	font-size: 20px;
	border-bottom: solid 3px;
	padding-bottom: 3px;
	margin-bottom: 10px;
	position: relative;
	font-weight: normal;
}

.turn {
	width: 213px;
	display: inline-block;
	margin: 0 10px 0 0;
}

h3 {
	width: 1200px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: solid 2px #F0B520;
	text-align: left;
}

h4 {
	position: relative;
	display: inline-block;
	padding: 0 auto;
	width: 600px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #555;
	font-size: 16px;
	background: #e0edff;
}

h4:before {
	content: "";
	position: absolute;
	top: -30px;
	left: 10%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #e0edff;
}

ol.list {
	counter-reset: list;
	list-style-type: none;
	padding: 0;
}

ol.list li {
	position: relative;
	text-align: left;
	padding: 0 0 0 20px;
	margin: 7px;
	font-size: 14px;
	line-height: 30px;
}

ol.list li:before {
	counter-increment: list;
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	background: #CFCDC7;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

ol.list li:after {
	content: "";
	display: block;
	position: absolute;
	left: 6px;
	height: 0;
	width: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 5px solid #fff;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}