@charset "utf-8";

/* ===== Title ===== */
#contWrapper .ti001 {
	margin-bottom:17px;
	font-size:18px;
	color:#333;
	line-height:1.8;
}
#contWrapper .ti001 .jpn {
	margin-bottom:18px;
	display:block;
}
#contWrapper .ti001 .en {
	padding:7px 2px 0 2px;
	font-size:14px;
	font-style:italic;
	display:inline-block;
	border-top:1px solid #333;
}
#contWrapper .ti001 .border {
	margin:0 auto;
	width:100px;
	display:block;
	border-top:1px solid #333;
}

#contWrapper .ti002 {
	margin-bottom:20px;
	font-size:18px;
	color:#333;
	line-height:1.8;
}

#contWrapper .ti003 {
	margin-bottom:15px;
	font-size:14px;
	color:#333;
	line-height:1.8;
}
#contWrapper .ti004 {
	margin-bottom:15px;
	font-size:14px;
	color:#333;
	line-height:1.8;
}
#contWrapper .ti004 .text {
	font-size:14px;
	display:block;
}
#contWrapper .ti004 .date {
	margin-bottom:15px;
	font-size:12px;
	display:block;
}
#contWrapper .ti004 .cat {
	margin-left:10px;
}
.subPage #contWrapper .ti004 .text {
	font-size:17px;
	font-weight:bold !important;
}


/* ===== Table ===== */
#contWrapper .table001 {
	width:100%;
	font-size:13px;
	color:#333;
	line-height:1.8;
	border-top:1px solid #E6E6E6;
}
#contWrapper .table001 th {
	padding:12px 0 12px 15px;
	border-bottom:1px solid #E6E6E6;
}
#contWrapper .table001 td {
	padding:12px 15px 12px 15px;
	border-bottom:1px solid #E6E6E6;
}
#contWrapper .table002 {
	width:100%;
	font-size:13px;
	color:#333;
	line-height:1.8;
	border-top:1px solid #E6E6E6;
}
#contWrapper .table002 th {
	padding:17px 0 17px 10px;
	border-bottom:1px solid #E6E6E6;
	background-color:#F3F3F3;
}
#contWrapper .table002 td {
	padding:17px 10px;
	border-bottom:1px solid #E6E6E6;
}
#contWrapper .table002 .th001 {
	color:#fff;
	text-align:center;
	border-bottom:none;
	border-right:1px solid #aaa;
	background-color:#969696;
}
#contWrapper .table002 .rightItem {
	border-right:none;
}

/* ===== Paragraph ===== */
#contWrapper p {
	font-size:13px;
	color:#333;
	line-height:1.8;
}

/* ===== List ===== */
#contWrapper .listDecimal {
	font-size:13px;
	color:#333;
	line-height:1.8;
}

#contWrapper .listDecimal li {
	margin-left:1.4em;
	list-style:outside decimal;
}

#contWrapper .listDisc001 {
	padding-left:5px;
	font-size:13px;
	color:#333;
	line-height:1.8;
}

#contWrapper .listDisc001 li {
	padding-left:17px;
	background:transparent url("../img/icon_disc_001.png") 0 0.8em no-repeat;
	background-size:6px 6px;
}

#contWrapper .listCaution001,
#contWrapper .listCaution002 {
	font-size:12px;
	font-size:0.8rem;
	color:#333;
}

#contWrapper .listCaution001 dt {
	width:1em;
	line-height:1.8;
}

#contWrapper .listCaution001 dd {
	margin:-1.8em 0 0 1.2em;
	line-height:1.8;
}

#contWrapper .listCaution002 dt {
	width:2em;
	line-height:1.8;
}

#contWrapper .listCaution002 dd {
	margin:-1.8em 0 0 2.2em;
	line-height:1.8;
}

/* ===== Button ===== */
#contWrapper .bt001 {
	font-size:13px;
	font-weight:bold;
	color:#333;
	line-height:1.8;
	overflow:hidden;
}
#contWrapper .bt001 .hover001 {
	position:relative;
	width:100%;
	color:#333;
	display:table;
}
#contWrapper .bt001 .hover001 .text {
	padding:12px 0;
	width:100%;
	height:100%;
	text-align:center;
	text-decoration:none;
	display:table-cell;
	vertical-align:middle;
	border:3px solid #ccc;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#contWrapper .bt001 .hover001 .icon {
	position:relative;
	padding:0 22px 0 42px;
	display:inline-block;
	background:transparent url("../img/icon_arrow_001.png") 25px 51% no-repeat;
	-webkit-background-size:6px 12px;
	-moz-background-size:6px 12px;
	background-size:6px 12px;
	z-index:5;
}


#contWrapper .bt002 {
	font-size:13px;
	font-weight:bold;
	color:#fff;
	line-height:1.8;
	overflow:hidden;
}
#contWrapper .bt002 .hover001 {
	position:relative;
	width:100%;
	color:#fff;
	text-decoration:none;
	display:table;
}
#contWrapper .bt002 .hover001 .text {
	padding:12px 0;
	width:100%;
	height:100%;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
	border:3px solid #fff;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background-color:rgba(255,255,255,0.17);
}
#contWrapper .bt002 .hover001 .icon {
	position:relative;
	padding:0 22px 0 42px;
	display:inline-block;
	background:transparent url("../img/icon_arrow_001.png") 20px 50% no-repeat;
	-webkit-background-size:6px 12px;
	-moz-background-size:6px 12px;
	background-size:6px 12px;
	z-index:5;
}


/* ===== Border ===== */
#contWrapper .noBorder_sp {
	border:0 !important;
}

/* ===== Info ===== */
#contWrapper .btListInfo {
	padding:0 15px 40px 15px;
	margin-bottom:15px;
	border-bottom:1px solid #E6E6E6;
}
#contWrapper .btInfo {
	font-size:13px;
	line-height:1.8;
}
#contWrapper .btInfo li {
	float:left;
	width:33.3%;
}
#contWrapper .btInfo .btIr {
	width:33.4%;
}
#contWrapper .btInfo li a {
	display:block;
	text-align:center;
}
#contWrapper .btInfo li a .text {
	text-decoration:none;
}
#contWrapper .btInfo li a .text {
	padding:15px 10px;
	color:#666;
	display:block;
	background-color:#E6E6E6;
}
#contWrapper .btInfo li a .icon {
	padding-bottom:4px;
	display:block;
}
#contWrapper .btInfo li.active a .text,
#contWrapper .btInfo li a:hover .text {
	color:#fff;
	background-color:#C4003A;
}
#contWrapper .btInfo li.active a .icon {
	background:transparent url("../img/icon_arrow_down_001_on.png") 50% 100% no-repeat;
	background-size:8px 4px;
}

/* ===== Icon ===== */
#contWrapper .iconSite001 img {
	width:9px;
	padding:5px 0 0 2px;
	display:inline-block;
	vertical-align:top;
}
#contWrapper .iconPDF001 img {
	padding:0 0 0 2px;
	display:inline-block;
	vertical-align:middle;
}


@media screen and (min-width:768px){

/**************************************************
		Main
**************************************************/
/* ===== Title ===== */
#contWrapper .ti001 {
	margin-bottom:35px;
	font-size:34px;
	font-size:2.1rem;
	color:#333;
	line-height:1.8;
}
#contWrapper .ti001 .jpn {
	margin-bottom:22px;
	display:block;
}
#contWrapper .ti001 .en {
	padding:10px 2px 0 2px;
	font-size:20px;
	font-size:1.3rem;
	font-style:italic;
	display:inline-block;
	border-top:1px solid #333;
}
#contWrapper .ti001 .border {
	margin:0 auto;
	width:100px;
	display:block;
	border-top:1px solid #333;
}

#contWrapper .ti002 {
	margin-bottom:20px;
	font-size:24px;
	font-size:1.5rem;
	color:#333;
	line-height:1.8;
}
#contWrapper .ti003 {
	margin-bottom:15px;
	font-size:18px;
	font-size:1.1rem;
	color:#333;
	line-height:1.8;
}
#contWrapper .ti004 {
	margin-bottom:30px;
	font-size:18px;
	font-size:1.1rem;
	color:#333;
	line-height:1.8;
}
#contWrapper .ti004 .text {
	font-size:20px;
	font-size:1.2rem;
	display:block;
}
#contWrapper .ti004 .date {
	font-size:14px;
	font-size:0.9rem;
}
#contWrapper .ti004 .cat {
	margin-left:10px;
}
.subPage #contWrapper .ti004 .text {
	font-size:20px;
	font-weight:normal !important;
}


/* ===== Paragraph ===== */
#contWrapper p {
	font-size:14px;
	font-size:0.9rem;
	color:#333;
	line-height:1.8;
}


/* ===== List ===== */
#contWrapper .listDecimal {
	font-size:14px;
	font-size:0.9rem;
	color:#333;
	line-height:1.8;
}

#contWrapper .listDecimal li {
	margin-left:1.4em;
	list-style:outside decimal;
}

#contWrapper .listDisc001 {
	padding-left:5px;
	font-size:14px;
	font-size:0.9rem;
	color:#333;
	line-height:1.8;
}

#contWrapper .listDisc001 li {
	padding-left:17px;
	background:transparent url("../img/icon_disc_001.png") 0 0.8em no-repeat;
}

#contWrapper .listCaution001,
#contWrapper .listCaution002 {
	font-size:12px;
	font-size:0.8rem;
	color:#333;
}

#contWrapper .listCaution001 dt {
	width:1em;
	line-height:1.8;
}

#contWrapper .listCaution001 dd {
	margin:-1.8em 0 0 1.2em;
	line-height:1.8;
}

#contWrapper .listCaution002 dt {
	width:2em;
	line-height:1.8;
}

#contWrapper .listCaution002 dd {
	margin:-1.8em 0 0 2.2em;
	line-height:1.8;
}


/* ===== Icon ===== */
#contWrapper .iconSite001 img {
	padding:5px 0 0 2px;
	display:inline-block;
	vertical-align:top;
}
#contWrapper .iconPDF001 img {
	padding:0 0 0 2px;
	display:inline-block;
	vertical-align:middle;
}


/* ===== Table ===== */
#contWrapper .table001 {
	width:100%;
	font-size:14px;
	font-size:0.9rem;
	color:#333;
	line-height:1.8;
	border-top:1px solid #E6E6E6;
}
#contWrapper .table001 th {
	padding:17px 10px;
	border-bottom:1px solid #E6E6E6;
}
#contWrapper .table001 td {
	padding:17px 10px;
	border-bottom:1px solid #E6E6E6;
}
#contWrapper .table001 .th001 {
	width:3em;
}
#contWrapper .table002 {
	width:100%;
	font-size:14px;
	font-size:0.9rem;
	color:#333;
	line-height:1.8;
	border-top:1px solid #E6E6E6;
}
#contWrapper .table002 th {
	padding:17px 10px;
	border-bottom:1px solid #E6E6E6;
	background-color:#F3F3F3;
}
#contWrapper .table002 td {
	padding:17px 10px;
	border-bottom:1px solid #E6E6E6;
}
#contWrapper .table002 .th001 {
	color:#fff;
	text-align:center;
	border-bottom:none;
	border-right:1px solid #aaa;
	background-color:#969696;
}
#contWrapper .table002 .rightItem {
	border-right:none;
}


/* ===== Button ===== */
.hover001 {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}
#contWrapper .bt001 {
	font-size:16px;
	font-size:1rem;
	font-weight:bold;
	color:#333;
	line-height:1.8;
	overflow:hidden;
}
#contWrapper .bt001 .hover001 {
	position:relative;
	width:100%;
	color:#333;
	display:table;
}
#contWrapper .bt001 .hover001 .text {
	padding:17px 0;
	width:100%;
	height:100%;
	text-align:center;
	text-decoration:none;
	display:table-cell;
	vertical-align:middle;
	border:3px solid #ccc;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#contWrapper .bt001 .hover001 .icon {
	position:relative;
	padding:0 22px 0 42px;
	display:inline-block;
	background:transparent url("../img/icon_arrow_001.png") 20px 51% no-repeat;
	z-index:5;
}
#contWrapper .bt001 .hover001:hover {
	color:#fff;
}
#contWrapper .bt001 .hover001:hover .icon {
	background:transparent url("../img/icon_arrow_001_on.png") 20px 51% no-repeat;
}

#contWrapper .bt001 .hover001 .hoverBg {
	position:absolute;
	top:0;
	left:-100%;
	width:100%;
	height:100%;
	display:block;
	z-index:3;
}
#contWrapper .bt001 .hover001 .hoverBg .bg {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	display:block;
	background:#C4003A;
	z-index:3;
}
#contWrapper .bt001 .hover001 .hoverBg .arrow {
	position:absolute;
	top:0;
	right:0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 200px 200px 0 0;
	border-color: #C4003A transparent transparent transparent;
}
#contWrapper .bt002 {
	font-size:16px;
	font-size:1rem;
	font-weight:bold;
	color:#fff;
	line-height:1.8;
	overflow:hidden;
}
#contWrapper .bt002 .hover001 {
	position:relative;
	width:100%;
	color:#fff;
	text-decoration:none;
	display:table;
}
#contWrapper .bt002 .hover001 .text {
	padding:17px 0;
	width:100%;
	height:100%;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
	border:3px solid #fff;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background-color:rgba(255,255,255,0.17);
}
#contWrapper .bt002 .hover001 .icon {
	position:relative;
	padding:0 22px 0 42px;
	display:inline-block;
	background:transparent url("../img/icon_arrow_001.png") 20px 50% no-repeat;
	z-index:5;
}
#contWrapper .bt002 .hover001:hover {
	color:#C4003A;
}
#contWrapper .bt002 .hover001:hover .icon {
	background:transparent url("../img/icon_arrow_001.png") 20px 50% no-repeat;
}

#contWrapper .bt002 .hover001 .hoverBg {
	position:absolute;
	top:0;
	left:-100%;
	width:100%;
	height:100%;
	display:block;
	z-index:3;
}
#contWrapper .bt002 .hover001 .hoverBg .bg {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	display:block;
	background:#fff;
	z-index:3;
}
#contWrapper .bt002 .hover001 .hoverBg .arrow {
	position:absolute;
	top:0;
	right:0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 200px 200px 0 0;
	border-color: #fff transparent transparent transparent;
}


/* ===== Info ===== */
#contWrapper .btListInfo {
	padding:0;
	margin:0;
	border-bottom:none;
}
#contWrapper .btInfo {
	font-size:18px;
	font-size:1.1rem;
	line-height:1.8;
}
#contWrapper .btInfo li {
	float:left;
	width:214px;
}
#contWrapper .btInfo .btIr {
	width:212px;
}
#contWrapper .btInfo li a {
	display:block;
	text-align:center;
}
#contWrapper .btInfo li a .text {
	text-decoration:none;
}
#contWrapper .btInfo li a .text {
	padding:24px 10px;
	color:#666;
	display:block;
	background-color:#E6E6E6;
}
#contWrapper .btInfo li a .icon {
	padding-bottom:8px;
	display:block;
}
#contWrapper .btInfo li.active a .text,
#contWrapper .btInfo li a:hover .text {
	color:#fff;
	background-color:#C4003A;
}
#contWrapper .btInfo li.active a .icon {
	background:transparent url("../img/icon_arrow_down_001_on.png") 50% 100% no-repeat;
}

}
