@charset "utf-8";

/* for press release */
.news .text-box {
		overflow: hidden;
		padding-bottom: 15px;
}
.news .text-box p {
		font-size: 14px;
		line-height: 25px;
		margin-bottom: 1.25em;
}
.news .txt-left {
		text-align: left;
}
.news .txt-center {
		text-align: center;
}
.news .txt-right {
		text-align: right;
}
.news .img-box {
		margin-bottom: 1.75em;
}
.news .img-box .img-box-inner {
		display: block;
		text-align: center;
}
.img-box .img-box-inner img {
		display: block;
		height: auto;
		margin: 0 auto;
}
.news .contact-information-box {
		font-size: 14px;
		border: 1px solid #ddd;
		background-color: #fff;
		padding: 15px;
}
.news .contact-information-box p {
 padding-bottom: 0;
 font-size: 14px;
 line-height: 1.7;
}
.news .entry-content dl{
	position:relative;
	padding:0 10px 2px 0;
}
.news .entry-content dt{
	position:absolute;
	top:0;
	left:5px;
	width:5em;
}
.news .entry-content dd{
	padding:0 0 0 7em;
	position:relative;
}
.news .entry-content dd:before{
	position:absolute;
	top:0;
	left:6em;
	content:'\FF1A';
}
.news .entry-content ul li {
		position: relative;
		padding-left: 15px;
		padding-bottom: 10px;
}
.news .entry-content li:before {
		content: "";
		position: absolute;
		top: 6px;
		left: 0;
		width: 5px;
		height: 5px;
		background: #505050;
}
.news .entry-content li:last-child {
		padding-bottom: 0;
}
.news .entry-content video:focus{
	outline: none;
}
.news .entry-content video:hover{
	cursor: pointer;
}
.news .table-box {
		padding: 0 0 1.75em 0;
}
.news .table-box table {
		width: 100%;
		border-top: 1px solid #878787;
		border-left: 1px solid #878787;
		border-collapse: collapse;
}
.news .table-box table .w10 {
		width: 10%;
}
.news .table-box table .w20 {
		width: 20%;
}
.news .table-box table .w33 {
		width: 33%;
}
.news .table-box table .w30 {
		width: 30%;
}
.news .table-box table .w40 {
		width: 40%;
}
.news .table-box table .w50 {
		width: 50%;
}
.news .table-box table .w60 {
		width: 60%;
}
.news .table-box table .w70 {
		width: 70%;
}
.news .table-box table .w80 {
		width: 80%;
}
.news .table-box table .w90 {
		width: 90%;
}
.news .table-box table th,
.news .table-box table td {
		font-size: 14px;
		line-height: 1.5;
		color: #000;
		padding: 8px 10px 6px;
		border-right: 1px solid #878787;
		border-bottom: 1px solid #878787;
}
.news .table-box table th {
		width: 30%;
		background-color: #a6a6a6;
		color: #fff;
		font-weight: normal;
		text-align: left;
}
.news .table-box.table-type-011 table th,
.news .table-box.table-type-012 table th {
		text-align: center;
}
.news .table-box table td {
		background-color: #fff;
}

.news .table-th-box {
		/* display: block; */
		position: relative;
		top: 0;
		left: 0;
}
.news .table-th-span {
		display: inline-block;
		/* position: absolute; */
		top: 0;
		text-align: right;
}
.news .table-th-span01 {
		width: 5em;
		left: 0.8em;
}
.news .table-th-span02 {
		width: 1em;
		left: 6.25em;
}
.news .table-th-span03 {
		width: 6em;
		left: 7.7em;
}
.news .table-th-span04 {
		width: 4em;
		left: 5.7em;
}

.news .function_list em{
	display: block;
	padding-bottom: 5px;
	font-size: 87.5%;
	font-weight: bold;
}

.news .function_list dl{
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	color: #666;
	font-size: 81.25%;
	line-height: 1.6153;
	margin:0 0 20px 0;
	padding: 0;
}
.news .function_list dl dt{
	position: static;
    background-color: #ccc;
    border-bottom: 1px solid #ccc;
	width:100%;
	padding:8px;
	font-size: 14px;
	font-weight: bold;
}
.news .function_list dl dd{
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:8px;
	font-size: 14px;
}

/* btn */
.news .btn-wrap {
	padding: 1rem 0 ;
	text-align: center;
}
.news .btn-wrap .btn-link {
  position: relative;
  display: inline-block;
  border: 1px solid #505050;
  text-align: center;
}
.news .btn-wrap .btn-link:after {
  position: absolute;
  top: 50%;
  right: 10px;
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid #505050;
  border-top: 1px solid #505050;
  transform: translateY(-50%) rotate(45deg);
}
.news .btn-wrap .btn_middle {
  width: 400px;
  height: 50px;
  /* line-height: 30px; */
}
.news .btn-wrap .btn-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.news .contact-information-box {
	font-size: 14px;
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 15px;
}
.news .contact-information-box p {
	padding-bottom: 0;
	font-size: 14px;
	line-height: 1.7;
}
.news .news_information_wrap{
	padding: 20px;
	background-color: #fff;
}
.news .news_information_title{
	padding-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
}

.news_information_btn_link {
	display: block;
	width: 380px;
	margin: 20px auto;
	padding: 24px 30px;
	background-color: #000;
	color: #fff;
	font-size: 15px;
	text-align: center;
}

.news .mt00 {
		margin-top: 0 !important;
}
.news .mt05 {
		margin-top: 0.5em !important;
}
.news .mt10 {
		margin-top: 1em !important;
}
.news .mt15 {
		margin-top: 1.5em !important;
}
.news .mt20 {
		margin-top: 2em !important;
}

.news .mr00 {
		margin-right: 0 !important;
}
.news .mr05 {
		margin-right: 0.5em !important;
}
.news .mr10 {
		margin-right: 1em !important;
}
.news .mr15 {
		margin-right: 1.5em !important;
}
.news .mr20 {
		margin-right: 2em !important;
}

.news .mb00 {
		margin-bottom: 0 !important;
}
.news .mb05 {
		margin-bottom: 0.5em !important;
}
.news .mb10 {
		margin-bottom: 1em !important;
}
.news .mb15 {
		margin-bottom: 1.5em !important;
}
.news .mb20 {
		margin-bottom: 2em !important;
}

.news .ml00 {
		margin-left: 0 !important;
}
.news .ml05 {
		margin-left: 0.5em !important;
}
.news .ml10 {
		margin-left: 1em !important;
}
.news .ml15 {
		margin-left: 1.5em !important;
}
.news .ml20 {
		margin-left: 2em !important;
}
.news .mt40 {
		margin-top: 4em !important;
}

.news .pt00 {
		padding-top: 0 !important;
}
.news .pt05 {
		padding-top: 0.5em !important;
}
.news .pt10 {
		padding-top: 1em !important;
}
.news .pt15 {
		padding-top: 1.5em !important;
}
.news .pt20 {
		padding-top: 2em !important;
}

.news .pr00 {
		padding-right: 0 !important;
}
.news .pr05 {
		padding-right: 0.5em !important;
}
.news .pr10 {
		padding-right: 1em !important;
}
.news .pr15 {
		padding-right: 1.5em !important;
}
.news .pr20 {
		padding-right: 2em !important;
}

.news .pb00 {
		padding-bottom: 0 !important;
}
.news .pb05 {
		padding-bottom: 0.5em !important;
}
.news .pb10 {
		padding-bottom: 1em !important;
}
.news .pb15 {
		padding-bottom: 1.5em !important;
}
.news .pb20 {
		padding-bottom: 2em !important;
}
.news .pb40 {
		padding-bottom: 4em !important;
}

.news .pl00 {
		padding-left: 0 !important;
}
.news .pl05 {
		padding-left: 0.5em !important;
}
.news .pl10 {
		padding-left: 1em !important;
}
.news .pl15 {
		padding-left: 1.5em !important;
}
.news .pl20 {
		padding-left: 2em !important;
}

@media (max-width: 870px) {
		.news .news .table-box table,
		.news .table-box table tbody,
		.news .table-box table tr,
		.news .table-box table th,
		.news .table-box table td {
				display: block;
		}
		.news .table-th-box {
				/* position: static; */
				height: 1.5em;
		}
		.news .table-th-span {
				display: inline-block;
		}
       .news_information_btn_link {
			width: auto;
			margin-bottom:0;
		}
}