@charset "UTF-8";
/*----------------------------------------

	detail CSS

	- headline
	- block01

-----------------------------------------*/

/*----------------------------------------
	headline
-----------------------------------------*/
#headline {
	background-image: url("../../../img/cms/news/headline_bg01s.jpg");
}
@media print, screen and (min-width:768px) {
	#headline {
		background-image: url("../../../img/cms/news/headline_bg01.jpg");
	}
}
#contentBody {
	padding: 100px 0 140px;
}
@media print, screen and (min-width:768px) {
	#contentBody {
		padding: 55px 0 140px;
	}
}

/*----------------------------------------
	block01
-----------------------------------------*/
.block01 .box01-head {
	margin: 0 0 30px;
	padding: 0 0 18px;
	border-bottom: 1px solid #eeeeee;
}
.block01 .box01-head_meta {
	display: flex;
	margin: 0 0 15px;
	align-items: center;
}
.block01 .box01-head_cat {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 125px;
    height: 32px;
    margin: 0 20px 0 0;
    padding: 5px 0;
    border: 1px solid #f56600;
    white-space: nowrap;
}
.block01 .box01-head_data {
	padding: 5px 0 0;
}
.block01 .box01-head_title {
	line-height: 1.5;
}
.block01 .box01-body {
	margin: 0 0 70px;
	line-height: 2.3;
}
.block01 .box01-body a {
	color: #007cba;
	text-decoration: underline;
}
.block01 .box01-body h2 {
	font-size: 2.4rem;
}
.block01 .box01-body h3 {
	font-size: 2.2rem;
}
.block01 .box01-body h4 {
	font-size: 2.0rem;
}
.block01 .box01-body h5 {
	font-size: 1.8rem;
}
.block01 .box01-body img {
	display: block;
}
.block01 .box01-body img.alignleft,
.block01 .box01-body img.aligncenter {
	margin-right: auto;
}
.block01 .box01-body img.alignright,
.block01 .box01-body img.aligncenter {
	margin-left: auto;
}

.block01 .c-btn02 {
	margin: 0 auto;
}
@media print, screen and (min-width:768px) {
	.block01 .box01-body img {
		width: auto;
		max-width: 100%;
	}
	body.pc .block01 .box01-body a:hover,
	body.pc .block01 .box01-body a:active {
		text-decoration: none;
	}
}

/************ 
PDF保存用整形css
**************/
.print-off {
    display: none;
}

.a4 {
  height: 330mm;
  width: 210mm;
  font-family: auto !important;
}
.a4 header{
	display:none;
}
.a4 footer,
.a4 #breadcrumb{
	display:none;
}
.a4 .block01 .box01-head_cat{
	/* margin:5px auto; */
	margin-right: auto;
	padding:0px 20px;
	height: 35px;
	display: none;
	width: fit-content;
}
.a4 .relate-label{
	height: 35px;
}
.a4 #headline .headline-inner{
	background-size: 30px 30px;
}
.a4 #headline{
	height:170px;
	display: none;
}
img{
	display: block;
}
.a4 h1{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
/* .a4 #headline{
	display:none;
} */
.a4 #contentBody{
	padding-top:20px;
}
.a4 .block01 img{
	max-width:130mm;
	margin:10px auto;
}
.a4 .block01 .c-btn02{
	display:none;
}
.a4 .pressroom .block01 .box01-body .relate-url a{
	font-size:12px;
}
.a4 .relate-label{
	font-size:12px;
}
.a4 .block01 .box01-body p{
	margin-bottom: 0px;
	font-size: 16px;
	letter-spacing: 1px;
	display: block;
}
.a4 .block01 .box01-head_meta{
	justify-content: flex-end;
}
.a4 #contentBody{
	padding-bottom:0;
}
.a4 .block01 .box01-body{
	padding-bottom: 20px;
}
.a4 .press-contact h2{
	font-size:15px !important;
}
.a4 .press-contact-wrap{
	margin-top:10px;
}
.a4 .press-contact{
	padding:20px;
}
#pdfbtn{
	background-color:#313131;
	color:#ffffff;
	border:none;
	padding:5px 10px;
	font-size: 12px;
	font-weight:bold;
	transition:opacity 0.3s ease;
	margin-left:20px;
}
#pdfbtn:hover{
	opacity:0.6;
}
.a4 #cookieBunner{
	display: none !important;
}

/**********
印刷用整形css
**********/
@media print {
	.block01 .box01-body img{
		max-width: 350px;
		margin-right: auto;
		margin-left: auto;
	}
	body {
		font-size: 12pt;
	  }
	  h1 {
		font-size: 18px;
	  }
	  header{
		display: none;
	  }
	  footer{
		display: none;
	  }
	  #headline{
		height:170px;
		display: none;
	}
	body {
		-webkit-print-color-adjust: exact;
	  }
	  #breadcrumb{
		display: none;
	  }
    #contentBody{
        padding-top: 20px;
        padding-bottom: 0;
    }
    .block01 .box01-head_meta{
        justify-content: space-between 
    }
    .block01 .box01-head_meta button{
        display: none;
    }
    .block01 .box01-head_title{
        font-size: 20px;
		font-weight:bold;
    }
    .block01 .box01-body p{
        font-size: 13px;
        margin-bottom: 5px;
    }
    .press-contact{
        margin-top: 30px;
        padding: 10px;
    }
    .block01 .box01-body{
        padding-bottom: 0px;
        border-bottom: none;
        margin-bottom: 0;
    }
    #cookieBunner{
        display:none !important;
    }
    .block01 .c-btn02{
        display: none;
    }
	.press-contact h2{
        font-size: 14px !important;
    }
    .press-contact-wrap{
        margin-top: 10px;
    }
    .contact-name{
        margin-bottom:2px;
    }
	.block01 .box01-head_cat{
		font-size:12px;
	}
	.block01 .box01-head_data{
		font-size:12px;
	}
	.press-contact  p{
		font-size:13px !important;
	}
	.relate-label,
	.pressroom .block01 .box01-body .relate-url a{
		font-size:14px;
	}
	.block01 .box01-head{
		margin-bottom:10px;
	}
}