  @charset "UTF-8";

/*update: 2021.10.18*/

#main.press_index, article#press_body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#main.press_index {
  float: none;
  width: 1160px;
}

/*update: 2021.11.30*/
#body {
	width: 1160px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#body *{
	box-sizing: border-box;
}
#body:after, #main:after, #bnav:after,
#bnav *:after{
	display: none;
}

#main {
	float: none;
	flex: 0 0 auto;
	width: 800px;
	padding-top: 10px;
	line-height: 1.875;
}
p.bread, .bottom p.bread {
	padding: 18px 0;
	font-size: 0.875rem;
	padding-bottom: 8px;
  width: 100%;
}
p.bread sup {
  vertical-align: 0.3em; /*font-size--70%*/
}
#sub {
	float: none;
	width: 300px;
	flex: 0 0 auto;
}

#main > h1 {
	font-size: 1.5625rem;
	font-family: "Roboto","Noto Sans JP","メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	font-weight: bold;
	line-height: 1.2;
	text-align: left;
	padding: 0.6875rem 0.875rem 0.8125rem 1rem;
	margin-bottom: 1.5rem;
	box-sizing: border-box;
	border: #D9DCE0 1px solid;
	background-color: #EDEEF0;
}
#main > h1 > img{
	display: none;
}
#main > h1::before{
	content: "プレスリリース";
}
#main.press_index > h1::before{
	display: none;
}

#main.press_index_header div::after,
#main.press_index_header ul::after,
#main.press_index_footer div::after,
#main.press_index_footer ul::after{
	display: none;
}

.sp #main{
	padding-top: 0;
}
.sp #main > h1{
	padding:0.6em 3.1% 0.7em 3.1% !important;
	margin:0 -3.1% 1em -3.1% !important;
	background-color:#E9EAEA;
	font-weight:bold;
	line-height:1;
	font-size:20px !important;
	border: none;
	max-width: 106.2% !important;
}

/*heading_old_style*/
#main h3.box { padding: 7px 10px; background: #f0f0f0; }
#main h3.box.hover a { color: #cc0033; }
/*heading_old_style*/

h2.year, h2.ctg {
  margin: 20px 0 25px;
  line-height: 1;
  letter-spacing: 0.06em;
  clear: both;
}

h2.year {
  width: 120px;
  color: #C03;
  font-size: 123.07%;
}
h2.year span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 187.5%;
  margin-right: 0.1em;
}

h2.ctg {
  font-size: 184.6%;
  border-bottom: #999 1px solid;
  padding-bottom: 20px;
  margin-bottom: 25px;
  display: none;
}
h2.ctg.is-appear {
  display:block;
}
h2.ctg span {
  border-left: #ccc 4px solid;
  padding: 6px 0 6px 12px;
  display: none;
}
h2.ctg span.ctg_a {
  border-color: #996699;
  display: block;
}
h2.ctg span.ctg_b {
  border-color: #cc9933;
  display: block;
}
h2.ctg span.ctg_c {
  border-color: #339966;
  display: block;
}
h2.ctg span.ctg_d {
  border-color: #999999;
  display: block;
}
h2.ctg span.ctg_e {
  border-color: #6699cc;
  display: block;
}

#main h3.lb_month {
  clear: both;
  width: 100px;
  padding: 11px 0 0 0 !important;
  margin: 20px 0 -1.75rem !important;
  font-size: 1rem !important;
  line-height: 1 !important;
  background: none !important;
  border-top: #C03 1px solid;
	border-left: none;
}
#main h3.lb_month::before{
	display: none;
}

/* press_index_body */
#press_index_body {
  min-height: 400px;
	font-size: 0.9375rem;
}

/*.press_index_header*/
.press_index_header {
  position: relative;
  margin: -10px 0 0;
  padding: 0 0 10px !important;
  background: url(/common/image/bg_dot_line.gif) repeat-x left bottom;
  line-height: 1;
	display: flex;
	justify-content: space-between;
}

/*ctg_list select_menu*/
select.ctg_list {
  padding: 0.2em 0.2em;
  width: 200px;
}

/*year_select,ctg_select*/
.year_select, .ctg_select {
	flex:0 0 auto;
  font-size: 0.875rem;
  width: calc((100% - 40px)/2);
  line-height: 1;
	display: flex;
	justify-content: space-between;
}
.year_select ul, .ctg_select ul {
  float: none;
	flex: 0 0 auto;
  width: calc(100% - 140px);
  margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.year_select li, .ctg_select li {
  float: left;
  width: auto;
  border: #fff 1px solid;
  border-radius: 4px;
  margin: 0 1px 1px 0;
  background: url(/common/image/arrow_red.gif) no-repeat 4px 0.6em;
}
.year_select li a, .ctg_select li a {
  text-decoration: none;
  display: block;
  padding: 4px 6px 4px 15px;
}
.year_select li:hover, .ctg_select li:hover {
  border: #e6e6e6 1px solid;
  background-color: #f4f4f4;
}
.year_select li.current, .ctg_select li.current {
  background-image: url(/common/image/arrow_gray.gif);
  border-color: #c03;
}
.year_select li.current:hover, .ctg_select li.current:hover {
  background-color: #fff;
}
.year_select li.current a, .ctg_select li.current a {
  color: #363434;
}
.ctg_select li a {
  padding: 4px 5px 4px 14px;
  letter-spacing: 1px;
}
.ctg_select li a span {
  display: block;
  border-left: #ccc 5px solid;
  padding-left: 5px;
}
.ctg_select li a.ctg_a span {
  border-color: #996699;
}
.ctg_select li a.ctg_b span {
  border-color: #cc9933;
}
.ctg_select li a.ctg_c span {
  border-color: #339966;
}
.ctg_select li a.ctg_d span {
  border-color: #999999;
}
.ctg_select li a.ctg_e span {
  border-color: #6699cc;
}

.select_label {
  float: none;
	flex: 0 0 auto;
  width: 120px;
  text-align: center;
  padding: 1.3em 0;
  font-weight: bold;
  background: #f0f0f0;
  letter-spacing: 0.1em;
  border-radius: 4px;
	display: flex;
	flex-direction: column;
	justify-content:center;
	align-items: center;
}

.year_select.past {
  width: 100%;
  position: relative;
  margin-bottom: 3px;
}
.press_index_header .year_select.past ul {
  margin-top: 0.8em;
  width: 844px;
}
.press_index_footer .year_select.past ul {
  width: 360px;
}
.year_select.past ul.cur_link {
  position: absolute;
  top: 0px;
  right: 0px;
  width: auto;
  margin: 0;
}
.year_select.past ul.cur_link li {
  background: url(/common/image/arrow_red_large.gif) no-repeat 10px 1.1em;
  border: #ccc 1px solid;
  letter-spacing: 1px;
}
.year_select.past ul.cur_link li a {
  padding: 1.1em 10px 1.1em 28px;
}
.year_select.past ul.cur_link li:hover {
  background-color: #f4f4f4;
}
.press_index_footer .year_select.past ul.cur_link {
  top: 10px;
}

/*.press_index_footer*/
.press_index_footer {
  position: relative;
  margin: 40px 0 0;
	font-size: 0.875rem;
}
.press_index_footer .year_select, .press_index_footer .ctg_select {
  float: none;
  width: 800px;
  clear: both;
  padding-top: 10px;
  margin-bottom: 8px;
  background: url(/common/image/bg_dot_line.gif) repeat-x left top;
	font-size: 0.875rem;
	display: flex;
	justify-content: space-between;
}
.press_index_footer .year_select ul, .press_index_footer .ctg_select ul {
  width: 660px;
}
.press_index_footer .contact_box {
  width: 300px;
  position: absolute;
  top: 0px;
  right: 0px;
}

/* press_list */
.p_unit {
  margin-left: 120px;
  width: calc(100% - 120px);
  position: relative;
  background: url(/common/image/bg_dot_line.gif) repeat-x left top;
  padding: 10px 0 10px 0;
  overflow: hidden;
}
.p_unit p {
  text-align: left;
  padding: 0;
  margin: 0;
}
.p_unit p.date {
  float: left;
  width: 7em;
}
.p_unit p.doc_title {
  /*padding: 0 200px 0 7.5em;*/
	padding: 0 200px 0 8.7em;
	text-indent: -1.2em;
}
.p_unit p.doc_title a {
  /*display: block;*/
	display: inline;
  text-decoration: none;
  background: url(/common/image/arrow_red.gif) no-repeat 1px 0.6em;
  padding-left: 1.2em;
}
.p_unit p.doc_title a:hover {
  text-decoration: underline;
}
.p_unit p.doc_title .pdf_size{
	white-space: nowrap;
}
.past .p_unit p.doc_title {
  padding-right: 0;
}
.p_unit .ctg_lb {
  float: right;
  width: 180px;
  margin-top: 0;
}
.p_unit .ctg_lb li {
  float: left;
  width: auto;
  padding: 3px 6px 3px 4px;
  margin: 2px 5px 0 0;
  border-left: #CCC 5px solid;
  letter-spacing: 1px;
  border-radius: 3px;
  background-color: #ededed;
  font-size: 0.8125rem;
  line-height: 1.1;
}
.p_unit .ctg_lb li.ctg_a {
  border-color: #996699;
}
.p_unit .ctg_lb li.ctg_b {
  border-color: #cc9933;
}
.p_unit .ctg_lb li.ctg_c {
  border-color: #339966;
}
.p_unit .ctg_lb li.ctg_d {
  border-color: #999999;
}
.p_unit .ctg_lb li.ctg_e {
  border-color: #6699cc;
}

/*article*/
article#press_body {
  position: relative;
	font-size: 1rem;
	line-height: 1.9375;
}
article#press_body p {
  margin: 0 0 1em;
}
article#press_body p.img {
  margin: 0;
}
article#press_body p.caption {
  margin: 5px 0 20px;
	font-size: 0.8125rem;
}
article#press_body .center {
  text-align: center;
}

#date {
  margin: -10px 0 10px 0px;
  color: #363434;
	font-size: 0.875rem;
}

#pdf_dl {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  width: 134px;
  min-height: 26px;
  background: url(/news/press/common/image/btn_pdf_large.png) no-repeat 0px 0px;
  border-radius: 4px;
}
#pdf_dl:hover {
  background-position: -200px 0px;
}
#pdf_dl span {
  display: block;
  font-size: 0.8125rem;
  line-height: 1;
  padding: 8px 0 0 70px;
}

#release_title {
  color: #363434;
  border-bottom: #363434 2px solid;
  margin: 0 0 20px;
}
#release_title h1 {
  margin: 0 0 20px;
  font-size: 1.4375rem;
  font-weight: bold;
}
#release_title h2 {
  margin: -10px 0 20px;
  font-size: 1.0625rem;
  font-weight: bold;
  color: #666;
}
#release_title ul {
  margin: 0px 0px 20px;
  padding: 15px 0px 0px 30px;
  border-top: #999 1px solid;
}
#release_title ul li {
  margin: 2px 0px;
}

/* title_company_list */
#company {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  font-size: 0.875rem;
  border-top: 1px solid #ffffff;
  overflow: hidden;
}
#company .list {
  margin: 0px 0px 15px 0px;
  float: right;
  padding: 0px 10px 0px 12px;
  width: auto;
  border-left: 3px solid #cccccc;
}

/* table.data */
#press_body table,#press_body table td{
	/*font-size: 0.9375rem;*/
	font-size: inherit;
	line-height: inherit;
}
#press_body table.data {
  width: 100%;
  margin: 20px 0px;
	font-size: 0.9375rem;
	line-height:1.7;
}
table.data th,table.data td {
  padding: 6px 8px 6px 10px;
  border: 1px solid #CCCCCC;
}
table.data th {
  font-weight: bold;
  border-right-width: 2px;
  background-color: #EDEDED;
}

.foot_txt {
  margin-top: 20px !important;
  padding: 10px 0px 0px 0px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #363434;
  border-top: #CCCCCC 1px solid;
}

/*heading standard_style 2020*/
#main h3{
	font-family: "Roboto","Noto Sans JP","メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	padding: 0 0 0 0.875rem;
	font-size: 1.125rem;
	text-align: left;
	border-left: #D9DCE0 3px solid;
	position: relative;
}
#main h3::before{
	content: "";
	position: absolute;
	left: -3px; top: 0px;
	height: 6px; width: 3px;
	background-color: #E6002D;
	border-bottom: #fff 3px solid;
}

/*fill-width*/
.c-fill-width{
	width: 100%;
	height: auto;
}
.c-fill-height{
	height: 100%;
	width: auto;
}

/* grid in #main */
#body .l { margin-right: 40px; }

.col2 .col,
.col6 .col2 .col,
.col5 .col2 .col,
.col4 .col2 .col,
.col3 .col2 .col{ width: calc((100% - 40px)/2); }

.col3 .col,
.col2 .col3 .col,
.col4 .col3 .col,
.col5 .col3 .col,
.col6 .col3 .col{ width: calc((100% - 80px)/3); }
.col3 .col.span-2{ width: calc((100% - 80px)*2/3 + 40px); }

.col4 .col{ width: calc((100% - 120px)/4); }
.col4 .col.span-2{ width: calc((100% - 120px)*2/4 + 40px); }
.col4 .col.span-3{ width: calc((100% - 120px)*3/4 + 80px); }

.col5 .col{ width: calc((100% - 160px)/5); }
.col5 .col.span-2{ width: calc((100% - 160px)*2/5 + 40px); }
.col5 .col.span-3{ width: calc((100% - 160px)*3/5 + 80px); }
.col5 .col.span-4{ width: calc((100% - 160px)*4/5 + 120px); }

.col6 .col{ width: calc((100% - 200px)/6); }
.col6 .col.span-2{ width: calc((100% - 200px)*2/6 + 40px); }
.col6 .col.span-3{ width: calc((100% - 200px)*3/6 + 80px); }
.col6 .col.span-4{ width: calc((100% - 200px)*4/6 + 120px); }
.col6 .col.span-5{ width: calc((100% - 200px)*5/6 + 160px); }

.col.c-narrow,.col .c-narrow{width: 75%;}
.col.c-narrow--60, .col .c-narrow--60{width: 60%;}

/**/
/*flexbox*/
.c-flex--between{
	display: flex;
	justify-content: space-between;
}
.c-flex--start{
	display: flex;
	justify-content: flex-start;
}
.c-flex--end{
	display: flex;
	justify-content: flex-end;
}
.c-flex--center{
	display: flex;
	justify-content: center;
}
.c-flex--center.column{
	flex-direction: column;
}
.c-flex--wrap{
	flex-wrap: wrap;
}
.c-flexitem--center{
	align-items: center;
}
.c-flexitem--top{
	align-items: flex-start;
}
.c-flexitem--bottom{
	align-items: flex-end;
}
.c-flexcontent--center{
	align-content: center;
}

.sp .c-flex--start,
.sp .c-flex--end,
.sp .c-flex--between,
.sp .c-flex--center{
	display: inherit;
}
.sp .col .c-flex_center { display: flex; }

.sp .col.c-narrow--60,
.sp .col .c-narrow--60,
.sp .col3 .col,
.sp .col4 .col,
.sp .col5 .col,
.sp .col5 .col.span-2
{width: 75% !important; margin-left: auto !important; margin-right: auto !important;}

.sp .col.c-narrow { width: 100% !important; }
.sp .col .c-narrow { width: 100% !important; }
.sp .col2 .col { width: 100% !important; }
.sp .col3 .col.span-2 { width: 100% !important; }
.sp .col4 .col.span-2 { width: 100% !important; }
.sp .col4 .col.span-3 { width: 100% !important; }
.sp .col5 .col.span-3 { width: 100% !important; }
.sp .col5 .col.span-4 { width: 100% !important; }

/* section overwrite old .section style
---------------------------------------------------------- */
div#main div.section {
  padding: 0px;
}

/* Sub Contents (Navigation)
---------------------------------------------------------- */

.snav_options{
	background-color: #fff;
	padding: 20px 0 0;
}

.sp .snav_options{
  padding-left: 3.1%;
  padding-right: 3.1%;
}

.release_contact {
  border: #ccc 2px solid;
  padding: 14px 10px 14px 25px;
  background: url(/common/image/arrow_red_large.gif) no-repeat 8px 1em;
  line-height: 1.3;
  text-align: left !important;
	background-color: #fff;
  font-size: 0.9375rem;
}
.release_contact a {
  text-decoration: none;
}
.release_contact a:hover {
  text-decoration: underline;
}
.release_contact .sub_txt {
  margin: 0.6em 0 0;
  font-size: 0.8125rem;
  line-height: 1.3;
}

#snav .ctg_select ul {
  margin-top: 0.8em;
}

#snav .ctg_select {
  width: auto;
  float: none;
	display: block;
  margin: 0 0 20px;
  border: #ccc 2px solid;
  padding: 12px 0px 10px;
	background-color: #fff;
}
#snav .ctg_select h4 {
  padding-left: 10px;
	font-size: 0.9375rem;
}
#snav .ctg_select ul {
  width: auto;
	font-size: 0.875rem;
	display: block;
	padding: 0 10px;
}

@media print {
  #pdf_dl {
    display: none;
  }
}
