@charset "UTF-8";
/* CSS Document */
.specialIntro {
	margin-top: 0;
}
.specialIntro .title {
	display: block;
	width: 748px;
	height: 240px;
	margin: 0 auto;
}
.specialContents {
	margin-top: 24px;
	margin-bottom: 40px;
}
.tabTitle {
	width: 710px;
	margin-bottom: 20px;
	text-align: center;
}
dl.panel h3 {
	margin-bottom: 10px;
	padding-left: 10px;
	font-size: 133%;
	font-weight: bold;
}
dl.panel h4 {
	font-size: 133%;
	font-weight: bold;
	margin-top: 10px;
}
dl.panelY h3 {
	border-left: 5px solid #ffcc00;
	border-bottom: 1px solid #d0cbc7;
}
dl.panelY h4 {
	color: #ffcc00;
}
dl.panelP h3 {
	border-left: 5px solid #ff88a4;
	border-bottom: 1px solid #d0cbc7;
}
dl.panelP h4 {
	color: #ff88a4;
}
dl.panelB h3 {
	border-left: 5px solid #3bb2fc;
	border-bottom: 1px solid #d0cbc7;
}
dl.panelB h4 {
	color: #3bb2fc;
}
dl.panel p {
	font-size: 117%;
}
dl.panel .gwrapper {
	margin-top: 10px;
	padding: 10px 15px;
	border: 3px solid #cfcac6;
}
dl.panel .gwrapper ul {
	font-size: 117%;
}
dl.panel .gwrapper ul li {
	list-style: disc outside;
	float: left;
	margin-left: 1.5em;
	margin-right: 2.5em;
}
dl.panel .gwrapper ul li.title {
	float: none;
	list-style: none;
	margin-left: 0;
	font-weight: bold;
}
dl.panel .gwrapper ul li.caption {
	float: none;
	clear: both;
	list-style: none inside;
	font-size: 86%;
}
.tab1Img {
	float: right;
	width: 300px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.tab1Img img {
	width: 300px;
}
.tab1Img span {
	display: block;
	text-align: center;
}
.tab22Img {
	float: right;
	width: 294px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.tab4L {
	float: left;
	width: 299px;
	margin-left: 28px;
}
.tab4R {
	float: left;
	width: 299px;
	margin-left: 56px;
}
.tab4L img,
.tab4R img {
	margin-bottom: 5px;
}
h5 {
	font-size: 117%;
	font-weight: bold;
}
.tab1ex {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 10px;
}
.tab1ex div {
	display: block;
	width: calc((100% - 40px) / 3);
}
.tab1ex div img {
	width: 100%;
}
.tab1ex div span {
	display: block;
	margin-top: 5px;
	font-size: 117%;
	text-align: center;
}
.tab21wrapper {
	display: table;
	margin-top: 10px;
}
.tab21w {
	display: table-cell;
	width: 345px;
	padding-right: 20px;
}
.tab21w:nth-child(2n) {
	padding-right: 0;
}
.tab21w img {
	display: block;
	width: 100%;
}
.tab21w span {
	display: block;
	font-size: 117%;
	text-align: center;
}