@charset "utf-8";

/*=====================================
en_common.css
=====================================*/

/*-------------------------------------
 title
-------------------------------------*/
.cntTtl01,
.cntBox01 h1 {
	position: relative;
	margin: 0 0 20px 0;
	padding: 0 0 3px 0;
	font-size: 150.0%;
	font-weight: 600;
	border-bottom: 5px solid #ececec;
}
.cntTtl01:before,
.cntBox01 h1:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100px;
	height: 5px;
	background: #0066dd;
}

.cntTtl02,
.cntBox01 h2 {
	margin: 0 0 30px 0;
	padding: 4px 7px;
	font-size: 125.0%;
	font-weight: 600;
	background: #eff5ff;
}

.cntTtl03,
.cntBox01 h3 {
	position: relative;
	margin: 0 0 20px 0;
	padding: 0 0 5px 11px;
	font-size: 112.5%;
	font-weight: 600;
	border-bottom: 2px solid #e5e5e5;
	line-height: 1.5;
}
.cntTtl03:before,
.cntBox01 h3:before {
	content: "";
	position: absolute;
	top: 0.1em;
	left: 0;
	display: inline-block;
	width: 3px;
	height: calc(100% - 8px);
	background: #0066dd;
}
.prTtl {
	margin: 0 0 20px 0;
	padding: 4px 7px;
	font-size: 125.0%;
	font-weight: 600;
	background: #f5f5f5;
}


/*-------------------------------------
 
-------------------------------------*/
.cntHolder {
	padding: 0 0 15px 0;
	font-size: 87.5%;
}
.cntHolder .date {
	margin: 0 0 5px 0;
	font-weight: 600;
}
.cntHolder .publisher {
	margin: 0 0 5px 0;
}


/*-------------------------------------
 btn
-------------------------------------*/
.cntBtn01 {
	text-align: center;
}
.cntBtn01 a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 360px;
	height: 70px;
	margin: 0 auto;
	color: #fff;
	font-size: 125.0%;
	text-align: center;
	text-decoration: none;
	border-radius: 10px;
	background: url(/content/900000003.png) no-repeat right 20px center / 17px auto #0c6cdc;
}


/*-------------------------------------
 table
-------------------------------------*/
.cntTbl01 {
	width: 100%;
	margin: 0 0 60px 0;
	table-layout: fixed;
	font-size: 93.8%;
}
.cntTbl01 th,
.cntTbl01 td {
	padding: 6px 14px;
	text-align: left;
	vertical-align: top;
	word-break: break-all;
}
.cntTbl01 th {
	background: #ebeaea;
}
.cntTbl01 td {
	border-left: 1px solid #fff;
	background: #f3f3f3;
}
.cntTbl01 tr + tr th,
.cntTbl01 tr + tr td {
	border-top: 1px solid #d2d2d2;
}
.cntTbl01 .head th {
	color: #392f2c;
	font-weight: 600;
	text-align: center;
	border-bottom: 1px solid #fff;
	background: #bfd7f3;
}
.cntTbl01 .head th + th {
	border-left: 1px solid #fff;
}

.cntBox01 table {
	margin: 0 0 60px 0;
	table-layout: fixed;
	font-size: 93.8%;
}
.cntBox01 table th,
.cntBox01 table td {
	padding: 6px 14px;
	text-align: left;
	vertical-align: top;
	word-break: normal;
}
.cntBox01 table th {
	background: #ebeaea;
}
.cntBox01 table td {
	border-left: 1px solid #fff;
	background: #f3f3f3;
}
.cntBox01 table tr + tr th,
.cntBox01 table tr + tr td {
	border-top: 1px solid #d2d2d2;
}
.cntBox01 table .head th {
	color: #392f2c;
	font-weight: 600;
	text-align: center;
	border-bottom: 1px solid #fff;
	background: #bfd7f3;
}
.cntBox01 table  .head th + th {
	border-left: 1px solid #fff;
}


/*-------------------------------------
 list
-------------------------------------*/
.cntList01 {
	padding: 0 0 30px 0;
}
.cntList01 li {
	margin: 0 0 12px 0;
	padding: 0 0 0 14px;
	background: url(/content/900000004.png) no-repeat 0 0.5em / 8px 14px;
}
.cntList01 li a[target=_blank]:after {
	content: "";
	display: inline-block;
	width: 18px;
	height: 16px;
	margin: 0.5em 0 0 10px;
	vertical-align: top;
	background: url(/content/900000020.png) no-repeat 0 0 / 18px 16px;
}
.cntList01 li.fileList a[target=_blank]:after {
	content: none;
}

.menuList01 {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -40px 0 0;
	padding: 0 0 50px 0;
}
.menuList01 .clm {
	width: 50%;
	padding: 0 40px 0 0;
}


/*-------------------------------------
 box
-------------------------------------*/
.contactBox {
	margin: 0 0 50px 0;
	padding: 10px 18px;
	background: #f5f5f5;
}
.contactBox .ttl {
	margin: 0 0 5px 0;
	font-size: 125.0%;
	font-weight: 600;
}

.downloadBox {
	display: flex;
	margin: 0 0 50px 0;
	padding: 18px 18px 15px 18px;
	font-size: 87.5%;
	line-height: 1.4;
	border: 1px solid #c9c9c9;
}
.downloadBox .banner {
	width: 110px;
	margin: 0 14px 0 0;
	flex-shrink: 0;
}
.downloadBox p {
	margin: 0;
}


/*-------------------------------------
 icon
-------------------------------------*/
.icnBlank:after {
	content: "";
	display: inline-block;
	width: 18px;
	height: 16px;
	margin: 0.4em 0 0 5px;
	vertical-align: top;
	background: url(/content/900000020.png) no-repeat 0 0 / 18px 16px;
}


/*-------------------------------------
 img
-------------------------------------*/
.imgC,
.imgL,
.imgR {
	padding: 0 0 30px 0;
}
.imgC > *:last-child,
.imgL > *:last-child,
.imgR > *:last-child {
	padding-bottom: 0;
}
.imgL:after,
.imgR:after {
	clear: both;
	display: block;
	content: "";
}

.imgC figure {
	margin: 0 0 25px 0;
	text-align: center;
}
.imgL figure {
	float: left;
	max-width: 380px;
	margin: 0 38px 5px 0;
}
.imgR figure {
	float: right;
	max-width: 380px;
	margin: 0 0 5px 38px;
}
figcaption {
	text-align: center;
	margin-top: 5px;
}





.cntBtn a {
	text-decoration: none;
	transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	backface-visibility: hidden;
}
.cntBtn a:hover {
	background-color: #6da7ea;
}

.imgCapCaution {
        color: #ff0000;
}
.dpInlineBlock li {
	display: inline-block;
	margin-right: 15px;
}

.imgbox {
  display: flex;
  margin: 30px auto;
  justify-content: center;
}
.imgbox li {
  margin-right: 30px;
}
.imgbox li:last-child {
  margin-right: 0;
}
.downloadBox + .downloadBox {
  margin-top: -40px;
}

.lead03 {
  border: 1px solid #c9c9c9;
  padding: 30px;
  margin-bottom: 50px;
}
.lead03 > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.anc01 .cntList01 {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
}
.anc01 .cntList01 li {
	width: 200px;
	display: block;
	margin: 0 0 20px 0;
	padding: 5px;
	background: none;
	border-left: 1px solid #000000;
	text-align: center;
}
.anc01 .cntList01 li:nth-child(6),
.anc01 .cntList01 li:last-child {
	border-right: 1px solid #000000;
}
.anc01 .cntList01 li span {
	margin: 0 0 12px 0;
	padding: 0 0 0 14px;
	background: url(/content/900000004.png) no-repeat 0 0.5em / 8px 14px;
}

.cntBox01 {
	margin-bottom: 30px;
}
.cntBox01 *:last-child {
	margin-bottom: 0;
}
.cntBox01 ul {
  list-style-type: disc;
  margin-left: 25px;
}
.cntBox01 ol {
  list-style-type: decimal;
  margin-left: 25px;
}
.cntBox01 ul.cntList01,
.cntBox01 ol.cntList01 {
  list-style-type: none;
  margin-left: 0;
}

.listInfo ul {
	padding: 0 0 10px 0;
}
.listInfo ul li {
	display: flex;
	margin: 0 0 30px 0;
}
.listInfo ul li figure {
	width: 300px;
	flex-shrink: 0;
	margin: 0 30px 0 0;
}
.listInfo ul li figure a {
	display: block;
	width: 100%;
	height: 100%;
}
.listInfo ul li figure.noimg,
.listInfo ul li figure.noimg a {
	display: flex;
	align-items: center;
	justify-content: center;
}
.listInfo ul li figure.noimg {
	width: 300px;
	height: 200px;
	border: 1px solid #c7c7c7;
}
.listInfo ul li .date {
	margin: 0 0 3px 0;
	font-size: 112.5%;
	font-weight: 600;
}
.listInfo ul li .ttl {
	padding: 0 0 0 1.1em;
	background: url(/content/900000004.png) no-repeat 0 0.5em / 8px auto;
}