@charset "UTF-8";
/* 今回独自のCSS */
.contents .press .press_contents > h3{
	clear:both;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height:35px;
	padding:10px;
	border-top-style: double;
	border-bottom-width:1px;
	border-bottom-style: dotted;
	border-color: #000;
}
.contents .press .press_contents > h3 strong,
.contents .press .press_contents > h4 strong{
	font-size: 26px;
}
.contents .press .press_contents > h4{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 35px;
	padding:10px 0 0;
	border-bottom-style: double;
	border-color: #000;
	margin-bottom:10px;
}
.contents .press .press_contents > h4 p.p01{
	font-weight:normal;
	border-bottom:1px dotted #000;
	padding:0 0 10px;
	font-size: 14px;
}
.contents .press .press_contents > h4 p.p02{
	padding:10px 0;
	font-size: 20px;
}

.contents .press section .pt01 dl{
	text-align:center;
	padding:10px;
	margin:10px 0 0;
	border:1px solid #666;
}

.contents .press section .pt02{
	border:2px solid #444;
	padding:10px;
}
.contents .press section .pt02 dt{
	font-weight:bold;
	font-size:16px;
}
.contents .press section .pt03 .pt01{
	border: 1px dotted #444;
    text-align: center;
}
.contents .press section .pt03 dl.dl01{
	border:1px dotted #444;
	padding:10px 15px;
	margin:10px 20px 20px;
}
.contents .press section .pt03 dl.dl01 dt{
	float:left;
	width:120px;
}
.contents .press section .pt03 dl.dl01 dd{
	margin-left:120px;
}
.contents .press section .pt03 > h5 + div{
    margin: 0 0 20px 0px;
    overflow: visible;
    padding: 0px 0 20px;
}
.contents .press section .pt03 div h6{
	font-weight: bold;
    padding: 10px;
    border-bottom: 1px solid #444;
    margin: 0 10px 10px;
}
.contents .press section .pt03 div > p.p01{
    margin-bottom: 10px;
    font-weight: bold;
}
.contents .press section .pt03 dl.dl02{
	margin-bottom:20px;
}
.contents .press section .pt03 dl.dl02 dt{
}
.contents .press section .pt03 dl.dl02 dd{
	margin-left:40px;
}
.contents .press section .pt03 dl.dl02 dd img{
	vertical-align:middle;
	margin:0 2px;
}
.contents .press section .pt04 > div{
	border:2px solid #000;
	padding:20px;
	text-align:center;
	font-size:18px;
}
.contents .press section .pt04 > div > p{
	border-top:2px solid #000;
	padding-top:10px;
	margin-top:10px;
	margin-bottom:0;
	font-size:16px;
}
.contents .press section .pt04 small{
	display:block;
}
.contents .press section .pt04 div{
	border:2px solid #000;
	border-radius:20px;
	margin:20px;
	padding:20px 30px;
}
.contents .press section .pt04 div h6{
	font-weight:bold;
}
.contents .press section .pt05 {
	overflow:hidden;
}
.contents .press section .pt05 h5{
	border-bottom:3px double #000;
	font-size:16px;
	margin-bottom:20px;
}
.contents .press section .pt05 dl {
	float:left;
	overflow:hidden;
}
.contents .press section .pt05 dt{
	float:left;
	clear:both;
	margin-bottom:10px;
}
.contents .press section .pt05 dd{
	height:84px;
	width:150px;
    margin: 0px 0px 0 5px;
    float: left;
}
.contents .press section .pt06 h5{
	border-bottom:3px double #000;
	font-size:18px;
	margin-bottom:20px;
}
.contents .press section .pt06 tr td:first-child:before{
	content:"●";
	display:inline;
}
.contents .press section .pt06 td{
	padding-right:20px;
}
.contents .press section .pt07 h6{font-weight:bold;}
.contents .press section .pt07 div p{float:right;}
.contents .press section .pt07 img{max-width:200px;}

.contents .press_footer .pt02{
	padding:30px 40px;
	border:2px solid #000;
	overflow:hidden;
}
.contents .press_footer .pt02-a{
	float:left;
	width:430px;
}
.contents .press_footer .pt02-a h4{
	font-size:16px;
}
.contents .press_footer .pt02-a p{
	margin-top:10px;
}


.contents .press_footer .pt02-b{
	float:left;
	margin-left:50px;
}


/*------------------------
    プレス　毎回共通 
------------------------*/

/*.contents .press{
	width:740px;
	float: left;
}
/* プレスヘッダー */
/*.contents .press .press_header{
	overflow:hidden;}
.contents .press .press_header .logo{
	width:196px;
	font-size:14px;
	font-weight:bold;
	float:left;
	margin-bottom:10px;	
}
.contents .press .press_header .date{
	width:126px;
	float:right;
	font-size:14px;
	margin-bottom:10px;	
	text-align:right;
}*/

/* プレス中身 */
.contents .press section{
	font-size:14px;
	line-height: normal;
	/*margin-bottom:5em;*/
}
.contents .press section div{
	margin-bottom:30px;
}
.contents .press section h5{
	margin-bottom:10px;
	font-weight:bold;
}
.contents .press section p{
	  margin-bottom: 2.5em;
}
.contents .press section p.img{
	text-align:center;
}
.contents .press section .red{
	color:#f00;
}
.contents .press section .bold{
	font-weight:bold;
}
.contents .press section small{
	font-size:80%;
}
.contents .press section .flt-l{
	float:left;}
.contents .press section .flt-r{
	float:right;}
.press_contents p a {word-break: break-all;}
/* メディア向けリンク */
#contents .press section.press_link{
	margin-bottom:30px;
    padding: 10px;
    border: 1px solid #e0e0e0;
    background-color: #F7F7F7;
}
#contents .press section.press_link h5{
	display:inline-block;
	font-size:14px;
	line-height:1.7; 
	margin-bottom:10px;
}
#contents .press section.press_link dt:before{
	content:"▼";
	margin-right:0.3em;
}
#contents .press section.press_link ul li:before{
	content:"■";
	margin-right:0.3em;
}

#contents .press section.press_link dd{
	margin-bottom:0px;
}

/* プレスフッター */
.contents .press_footer h3{
	border-top:3px double #000;
	border-bottom:3px double #000;
	font-size:16px;
	margin-bottom:20px;
	padding:10px;
}
.contents .press_footer h4{
	font-weight:bold;
	font-size:100%;
	text-align:left;
	border:none 0;
	line-height:1.7;
	margin:0;
	padding:0;
}
.contents .press_footer .pt01 p{
	margin-bottom:20px;

}
.contents .press_footer .pdfLink {
	width: 250px;
	margin: 35px 0 0;
	padding: 8px 20px 8px 20px;
	border: 1px solid #e0e0e0;
	background-color: #F7F7F7;
}

.contents .press_footer .pdfLink a {
	background: url(../images/icon_pdf.gif) no-repeat 0 0;
	padding: 0 0 0 22px;
	line-height: 1.5;
	padding-bottom: 5px;
}
.contents .press_footer .pdfReader {
	width: 600px;
	padding: 10px 50px 10px 15px;
	border-top: dashed 1px #CCC;
	border-bottom: dashed 1px #CCC;
	overflow: hidden; /* heightを戻す */
}
.contents .press_footer .pdfTxt{
	display:block;
	margin-top:-30px;
	margin-left:130px;
	width: 440px;
}

/* フッター　 */
.contents .press .txt07, .contents .press .txt08, .contents .press .txt10 {
	margin-bottom: 25px;
	font-size: 12px;
}
.contents .press .txt03 em, .contents .press .txt06 em, .contents .press .txt07 em, .contents .press .txt08 em, .contents .press .txt10 em {
	font-weight: bold;
	display: block;
	font-size: 12px;
}
.contents .press .txt09 {
	font-size: 14px;
	width: 450px;
	border: 2px solid #000;
	margin: auto;
	text-align: center;
	padding: 10px;
}
.contents .press .txt09 em {
	background-color: #CCC;
}


/*  追加  */
.page-section1__content { margin-top: 0 !important;}
.page-section1__head-text { font-size: 20px !important;}
.contents .press .press_header { display: none;}
.contents .press .press_contents p { margin-bottom: 2.5em;}
section.press_contents h5 { font-size: 13px;}
.contents .press .press_contents h5 { margin-bottom: 10px;}
.contents .press section .pt05 dt img { width: 160px;}
.contents .press a:link, .contents .press a:visited { color: #2A85EA;text-decoration: none;}
.contents .press a:hover { color: #2A85EA;text-decoration: underline;}
.pdfReader_.cf { display: none;}