@charset "utf-8";
/*----------------------------------------------------------------------
   Base
----------------------------------------------------------------------*/
html, body, div, applet, iframe, table, tbody, tfoot, thead, tr, th, td,
p, em, img, sub, sup, a, address, dl, dt, dd, ol, ul, li, form, textarea, blockquote {
	margin: 0;
	padding: 0;
	border: 0;
}
html[lang="ja"] {
	overflow-y: scroll;
	-webkit-text-size-adjust: none;
	font-size: 62.5%;
}
html[lang="ja"] * {
	box-sizing: border-box;
}
body {
	background-color: #fff;
	margin: 0 auto 0 auto;
  position: relative;
	text-align: left;
}
html[lang="ja"] body {
	line-height: 1.6;
	color: #333;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 1.4rem;
  overflow: hidden;
}
html[lang="en"] body {
}
h1, h2, h3, h3, h4, h5, h6 {
	vertical-align: bottom;
	margin: 0;
	padding: 0;
	border: 0;
	color: #333;
	font-size: 100%;
	outline: 0;
}
html[lang="ja"] input,
html[lang="ja"] button,
html[lang="ja"] select,
html[lang="ja"] code,
html[lang="ja"] textarea {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
input:active, button:active {
	padding: 0;
}
ul {
	list-style: none;
}
ol {
	margin-left: 1.5em;
	list-style: decimal;
}
ol > li {
	padding-left: 0.3em;
}
div {
	word-wrap: break-word;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
	vertical-align: middle;
	text-align: left;
	word-break: break-all;
}
caption{
	display: none;
}
sup {
	vertical-align: text-top;
	font-size: 70%;
}
sub {
	vertical-align: text-bottom;
	font-size: 70%;
}
figure {
	margin: 0;
	line-height: 1;
}
figcaption {
	line-height: 1.6;
}
em {
	font-weight: bold;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
code {
  display: inline;
}
small {
  font-size: inherit;
}
em, strong {
  font-weight: bold;
}
@media screen and (min-width:768px), print {
  html[lang="ja"] body {
    line-height: 1.75;
  }
}


/*----------------------------------------------------------------------
   Breadcrumb
----------------------------------------------------------------------*/

.breadcrumb_wrap {
  backdrop-filter: blur(4px);
  color: #fff;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  z-index: 1;
}
.breadcrumb {
  max-width: 1024px;
  margin: 9px auto;
  padding: 0 4px;
  font-size: 1.2rem;
}
.breadcrumb li {
  position: relative;
  float: left;
}
.breadcrumb li:not(:last-child) {
  margin-right: 10px;
}
.breadcrumb li:not(:last-child)::after {
  content: "|";
  padding-left: 10px;
}
.breadcrumb_wrap a {
  color: #999;
}
@media screen and (min-width:768px), print {
  .breadcrumb_wrap {
    top: 120px;
  }
}
@media screen and (min-width:768px) and (max-width:959px) {
  .breadcrumb_wrap {
    top: 87px;
  }
}
@media screen and (max-width:767px) {
  .breadcrumb_wrap {
    top: 47px;
  }
  .breadcrumb {
    margin: 8px auto;
    padding: 0 15px;
    font-size: 1.1rem;
  }
  .breadcrumb li:not(:last-child) {
    margin-right: 7px;
  }
  .breadcrumb li:not(:last-child)::after {
    padding-left: 7px;
  }
}


/*----------------------------------------------------------------------
   Contents
----------------------------------------------------------------------*/
.inner {
  max-width: 1024px;
  margin: 0 auto;
}
.cmn_list li {
  position: relative;
  padding-left: 1em;
}
.cmn_list li::before {
  content: "";
  position: absolute;
  left: 0.2em;
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background: #333;
}
#contents {
  position: relative;
}
@media screen and (min-width:960px), print {
  #contents {
    /*padding: 122px 0 80px;*/
    padding: 122px 0 100px;
  }
  html[lang="en"] #contents {
    padding: 122px 0 100px;
  }
  .contents_inner[data-column-pc="2"] {
    overflow: hidden;
  }
  .contents_inner[data-column-pc="2"] .contents_right {
    float: right;
    width: 230px;
  }
  .contents_inner[data-column-pc="2"] .contents_left {
    float: left;
    width: calc(100% - 280px);
  }
}
@media screen and (max-width:959px) {
  #contents {
    /*padding: 87px 0 90px;*/
    padding: 87px 0 100px;
  }
  html[lang="en"] #contents {
    padding: 87px 15px 100px;
  }
}
@media screen and (min-width:768px), print {
  #contents.mv_index {
    padding-top: 600px;
    padding-bottom: 0;
  }
  .contents_inner {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 4px;
  }
  .cmn_txt ,
  .cmn_list ,
  .cmn_order_list {
    margin-bottom: 28px;
    font-size: 1.6rem;
    line-height: 1.75;
  }
  .cmn_list li::before {
    top: 0.7em;
  }
  .cmn_img {
    margin-bottom: 36px;
  }
  .cmn_list_mb li:not(:last-child) {
    margin-bottom: 1em;
  }
}
@media screen and (max-width:767px) {
  body {
    min-width: 300px;
  }
  input[type="text"],
  input[type="submit"],
  input[type="button"],
  textarea,
  select {
    -webkit-appearance: none;
    border-radius: 0;
  }
  #contents {
    /*padding: 47px 0 70px;*/
    padding: 47px 0 90px;
  }
  html[lang="en"] #contents {
    /*padding: 47px 0 70px;*/
    padding: 47px 15px 100px;
  }
  #contents.mv_index {
    /*padding-top: 110vw;*/
  }
  .contents_inner {
    padding: 0 15px;
  }
  .contents_inner[data-width-sp="full"] {
    padding: 0;
  }
  .cmn_txt ,
  .cmn_list ,
  .cmn_order_list {
    margin-bottom: 17px;
    font-size: 1.3rem;
  }
  .cmn_list li::before {
    top: 0.6em;
  }
  .cmn_img {
    margin-bottom: 25px;
  }
  .cmn_list_mb li:not(:last-child) {
    margin-bottom: 0.8em;
  }
}


/*----------------------------------------------------------------------
   Side Navigation
----------------------------------------------------------------------*/
.side_nav a {
  display: block;
  color: #333;
  text-decoration: none;
}
.side_nav a:hover {
  text-decoration: underline;
}
.side_nav dt {
  background: #c71627;
  color: #fff;
}
.side_nav dt a {
  color: #fff;
}
.side_nav dd a:hover {
  color: #c71627;
}
.side_nav dd > ul > li {
  border-bottom: solid 1px #fff;
}
.side_nav dd > ul > li > a {
  position: relative;
  background: #c5c5c5;
}
.side_nav dd a.act {
  background: #ebecec;
  color: #c71627;
}
.side_nav dd > ul ul {
  background: #ebecec;
  border-top: solid 1px #ababab;
}
.side_nav dd > ul ul li:not(:last-child) {
  border-bottom: solid 1px #ababab;
}
.side_nav ul ul a {
  position: relative;
}

/* 自カテゴリ以外の子を非表示 */
.side_nav dd > ul ul {
  display: none;
}
.side_nav dd > ul .act + ul {
  display: block;
}
@media screen and (min-width:960px), print {
  .contents_inner.has_side {
    display: flex;
    flex-wrap: nowrap;
    padding: 0;
  }
  .has_side_left {
    width: calc(100% - 276px);
    padding-left: 4px;
  }
  .has_side_right {
    line-height: 1.6;
    width: 216px;
    margin-left: 60px;
    margin-bottom: 36px;
  }
  .side_nav dt {
    font-size: 1.6rem;
  }
  .side_nav dt a {
    padding: 19px 10px 18px 10px;
  }
  .side_nav dt a.side_nav_btn {
    display: none;
  }
  .side_nav dd {
    font-size: 1.4rem;
  }
  .side_nav dd > ul > li > a {
    padding: 15px 10px 14px 10px;
  }
  .side_nav dd > ul ul {
    padding-left: 32px;
    font-size: 1.2rem;
  }
  .side_nav dd > ul ul a {
    padding: 13px 5px 12px 5px;
  }
}
@media screen and (max-width:959px) {
  .has_side_left {
    margin-bottom: 60px;
  }
  .has_side_right {
    padding: 0 27px;
  }
  .side_nav dt {
    position: relative;
    font-size: 1.4rem;
  }
  .side_nav dt a {
    padding: 14px 10px 13px 10px;
  }
  .side_nav dd {
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    font-size: 1.4rem;
    transition: 0.2s;
  }
  .side_nav.on dd {
    visibility: visible;
    opacity: 1;
    height: 100%;
  }
  .side_nav dd > ul > li > a {
    padding: 10px 10px 9px 10px;
  }
  .side_nav  dd ul ul {
    padding-left: 22px;
    font-size: 1.2rem
  }
  .side_nav dd > ul ul a {
    padding: 9px 10px 8px 5px;
  }
  a.side_nav_btn {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 58px;
    height: 100%;
    border-left: solid 1px #fff;
    z-index: 2;
  }
  a.side_nav_btn span {
    position: absolute;
    display: block;
    width: 32px;
    height: 3px;
    left: 13px;
    background: #fff;
    border-radius: 3px;
    transition: 0.2s;
  }
  a.side_nav_btn span:nth-child(1) { top: 15px; }
  a.side_nav_btn span:nth-child(2) { top: 23px; }
  a.side_nav_btn span:nth-child(3) { top: 31px; }
  a.side_nav_btn.on span:nth-child(1) { top: 23px; transform: rotate(45deg); }
  a.side_nav_btn.on span:nth-child(2) { opacity: 0; }
  a.side_nav_btn.on span:nth-child(3) { top: 23px; transform: rotate(-45deg); }
}
@media screen and (min-width:768px), print {
  .has_side_left {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
@media screen and (max-width:767px) {
  .has_side_right {
    padding: 0 12px;
  }
}


/*----------------------------------------------------------------------
   Title
----------------------------------------------------------------------*/
.cmn_ttl_h1 {
  color: #c71627;
  font-weight: bold;
}
.cmn_ttl_h2 {
  border-bottom: solid 1px #929292;
  font-weight: bold;
}
.cmn_ttl_h3 {
  font-weight: bold;
}
.cmn_ttl_h4 {
  font-weight: bold;
}
.cmn_ttl_h5 {
  font-weight: bold;
}
@media screen and (min-width:768px), print {
  .cmn_ttl_h1 {
    margin: 40px 0 45px;
    font-size: 3.2rem;
  }
  .cmn_ttl_h2 {
    margin-top: 60px;
    margin-bottom: 36px;
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-size: 2.3rem;
  }
  .cmn_ttl_h3 {
    font-size: 2.0rem;
    margin-bottom: 10px;
  }
  .cmn_ttl_h4 {
    font-size: 1.7rem;
    margin-bottom: 5px;
  }
  .cmn_ttl_h5 {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}
@media screen and (max-width:767px) {
  .cmn_ttl_h1 {
    margin: 25px 0 20px;
    font-size: 1.7rem;
  }
  .cmn_ttl_h2 {
    margin-top: 30px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    font-size: 1.6rem;
  }
  .cmn_ttl_h3 {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
  .cmn_ttl_h4 {
    font-size: 1.4rem;
    margin-bottom: 3px;
  }
  
  .cmn_ttl_h5 {
    font-size: 1.3rem;
    margin-bottom: 3px;
  }
}


/*----------------------------------------------------------------------
   Icon
----------------------------------------------------------------------*/
.icon_win ,
.icon_pdf {
  margin-left: 0.5em;
  vertical-align: middle;
}
.news_cate {
  display: inline-block;
  line-height: 1.6;
  width: 141px;
  padding: 2px;
  border: solid 2px #bbb;
  font-size: 1.3rem;
  text-align: center;
  text-decoration: none;
  color: #333;
}
a.news_cate {
  text-decoration: none;
  color: #333;
  transition: background 0.1s, color 0.1s;
}
.news_cate_01 { border-color: #001ca8; }
.news_cate_02 { border-color: #c71627; }
.news_cate_03 { border-color: #dbcd21; }
.news_cate_04 { border-color: #629985; }
.news_cate_05 { border-color: #99b765; }
.news_cate_06 { border-color: #494383; }
.news_cate_07 { border-color: #fb9f33; }
.news_cate_08 { border-color: #b07884; }
.news_cate_09 { border-color: #802780; }
.news_cate_10 { border-color: #298ac1; }
.news_cate_11 { border-color: #dc6d78; }
a.news_cate:hover { color: #fff; }
a.news_cate_01:hover { background: #001ca8; }
a.news_cate_02:hover { background: #c71627; }
a.news_cate_03:hover { background: #dbcd21; }
a.news_cate_04:hover { background: #629985; }
a.news_cate_05:hover { background: #99b765; }
a.news_cate_06:hover { background: #494383; }
a.news_cate_07:hover { background: #fb9f33; }
a.news_cate_08:hover { background: #b07884; }
a.news_cate_09:hover { background: #802780; }
a.news_cate_10:hover { background: #298ac1; }
a.news_cate_11:hover { background: #dc6d78; }
.new_icon {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  margin-left: 0.7em;
  margin-bottom: 2px;
  background: #d44b58;
  text-decoration: none;
  color: #fff;
}
@media screen and (min-width:768px), print {
  .icon_win {
    width: 19px;
    height: 17px;
  }
  .icon_pdf {
    width: 18px;
    height: 21px;
  }
  .new_icon {
    padding: 5px 7px 4px;
    font-size: 1.1rem;
  }
}
@media screen and (max-width:767px) {
  .news_cate {
    font-size: 11px;
    width: 110px;
  }
  .icon_win {
    width: 15px;
    height: auto;
  }
  .icon_pdf {
    width: 14px;
    height: auto;
  }
  .new_icon {
    padding: 4px 6px 3px;
    font-size: 1.0rem;
  }
}

/*----------------------------------------------------------------------
   矢印アイコン
----------------------------------------------------------------------*/

.icon.arrow[data-icon-direction-to]::before,
.icon.arrow[data-icon-direction-to]::after {
  background: url("/eng/asset/images/common/icon_arrow_black.svg") no-repeat center;
  content: "";
  display: inline-block;
  height: 16px;
  vertical-align: middle;
  width: 9px;
}
.icon.arrow[data-icon-direction-to][data-icon-size="samll"]::before,
.icon.arrow[data-icon-direction-to][data-icon-size="samll"]::after {
  height: 10px;
  width: 8px;
}
.icon.arrow[data-icon-direction-to="left"]::before {
  margin-right: 15px;
  transform: rotate(180deg) translateY(2px);
}
.icon.arrow[data-icon-direction-to="left"][data-icon-size="samll"]::before {
  margin-right: 7px;
  transform: rotate(180deg) translateY(1px);
}
.icon.arrow[data-icon-direction-to="right"]::after {
  margin-left: 15px;
  transform: translateY(-2px);
}
.icon.arrow[data-icon-direction-to="right"][data-icon-size="samll"]::after {
  margin-left: 7px;
  transform: translateY(-1px);
}
.icon.arrow[data-icon-direction-to="left"]::after,
.icon.arrow[data-icon-direction-to="right"]::before {
  display: none;
}
.icon.arrow[data-icon-color="white"]::before,
.icon.arrow[data-icon-color="white"]::after {
  background-image: url("/eng/asset/images/common/icon_arrow_white.svg");
}
@media screen and (max-width:767px) {
  .icon.arrow[data-icon-direction-to]::before,
  .icon.arrow[data-icon-direction-to]::after {
    height: 10px;
    width: 8px;
  }
  .icon.arrow[data-icon-direction-to="left"]::before {
    margin-right: 10px;
  }
  .icon.arrow[data-icon-direction-to="right"]::after {
    margin-left: 10px;
  }
}

/*----------------------------------------------------------------------
   Parts, table
----------------------------------------------------------------------*/
a.blank::after {
  content: "";
  display: inline-block;
  margin: 0 0.5em;
  vertical-align: middle;
}

.pdf_note {
  text-indent: -1em;
  padding-left: 1em;
}

#contents .table_col_head {
  width: 100%;
  border-collapse: collapse;
}
#contents .table_col_head caption {
  display: table-caption;
  border: none;
}
#contents .table_col_head th {
  background: #929292;
  color: #fff;
  font-weight: normal;
  text-align: left;
}

.cmn_table {
  border-collapse: collapse;
}
.cmn_table caption {
  display: table-caption;
  width: 100%;
  border: none;
}
.cmn_table th {
  background: #929292;
  border: solid 1px #adadad;
  color: #fff;
  font-weight: normal;
  text-align: center;
}
.cmn_table td {
  border: solid 1px #adadad;
}

@media screen and (min-width:768px), print {
  .pdf_note {
    margin-top: 80px;
  }

  #contents .table_col_head {
    line-height: 1.6;
    font-size: 1.4rem;
    margin-bottom: 36px;
  }
  #contents .table_col_head caption {
    line-height: 1.6;
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  #contents .table_col_head th ,
  #contents .table_col_head td {
    padding: 6px 8px;
    border-top: solid 1px #adadad;
    border-bottom: solid 1px #adadad;
    border-right: solid 1px #adadad;
    border-left: none;
  }
  a.blank::after {
    width: 19px;
    height: 17px;
    background: url(/eng/asset/images/common/icon_window.png) no-repeat;
    background-size: 19px 17px;
  }
  .img_l_box_l {
    float: left;
    margin-right: 20px;
  }
  .cmn_table {
    line-height: 1.6;
    font-size: 1.4rem;
    margin-bottom: 36px;
  }
  .cmn_table caption {
    line-height: 1.6;
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  .cmn_table th ,
  .cmn_table td {
    padding: 6px 8px;
  }
  .cmn_table .cmn_txt ,
  .cmn_table .cmn_list ,
  .cmn_table .cmn_order_list ,
  .table_col_head .cmn_txt ,
  .table_col_head .cmn_list ,
  .table_col_head .cmn_order_list {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  
}
@media screen and (max-width:767px) {
  .pdf_note {
    margin-top: 60px;
    font-size: 1.1rem;
  }

  #contents .table_col_head {
    width: 100%;
    line-height: 1.5;
    font-size: 1.3rem;
    margin-bottom: 25px;
  }
  #contents .table_col_head caption {
    font-size: 1.4rem;
    margin-bottom: 3px;
  }
  #contents .table_col_head th ,
  #contents .table_col_head td {
    display: block;
    border: none;
    text-align: left;
  }
  #contents .table_col_head th {
    padding: 5px 5px;
  }
  #contents .table_col_head td {
    padding: 9px 5px;
  }
  #contents .table_col_head tr:last-child td {
    border-bottom: solid 1px #929292;
  }
  a.blank::after {
    width: 15px;
    height: 14px;
    background: url(/eng/asset/images/common/icon_window.png) no-repeat;
    background-size: 15px auto;
  }
  .img_l_box_l {
    text-align: center;
  }
  .cmn_table {
    line-height: 1.5;
    font-size: 1.3rem;
    margin-bottom: 25px;
  }
  .cmn_table th ,
  .cmn_table td {
    padding: 5px 5px;
  }
  .cmn_table .cmn_txt ,
  .cmn_table .cmn_list ,
  .cmn_table .cmn_order_list,
  .table_col_head .cmn_txt ,
  .table_col_head .cmn_list ,
  .table_col_head .cmn_order_list {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}

/*----------------------------------------------------------------------
   区切り線
----------------------------------------------------------------------*/

hr.hr {
	border: none;
  border-top: 2px #3A3A3A solid;
	clear: both;
	height: 0px;
  margin: 0;
  padding: 0;
}
hr.hr[data-color="red"] {
  border-top-color: #B22A35;
}

/*----------------------------------------------------------------------
   main visual
----------------------------------------------------------------------*/

#mv.bg[data-page-lv="index"] {
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  position: absolute;
  top: 0;
  width: 100%;
}
#mv.bg[data-page-lv="index"] .contents_inner {
  align-items: center;
  display: flex;
  padding: 0;
  height: 100%;
}
#mv.bg[data-page-lv="index"] .mv_inner[data-width="full"] {
  width: 100%;
}
#mv.bg[data-page-lv="index"] .mv_inner[data-filter="blur"] {
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
#mv.bg[data-page-lv="index"] .mv_inner .title {
  color: #fff;
  font-size: 40px;
  text-shadow: 0 0 6px #000, 0 0 3px #000;
}
#mv.bg[data-page-lv="index"] .mv_inner .sub {
  font-size: 18px;
  text-shadow: 0 0 6px #000, 0 0 3px #000;
}

@media screen and (min-width:1100px),print {
  #mv.bg[data-page-lv="index"] .contents_inner {
    max-width: 1100px !important;
  }
}

@media screen and (min-width:960px),print {
  #mv.bg[data-page-lv="index"] {
    padding-top: 120px;
  }
  #mv.bg[data-page-lv="index"] .contents_inner {
    max-width: 100%;
  }
  #mv.bg[data-page-lv="index"] .mv_inner {
    padding: 15px 38px 20px 38px;
  }
}

@media screen and (min-width:768px) and (max-width:959px) {
  #mv.bg[data-page-lv="index"] {
    padding-top: 87px;
  }
  #mv.bg[data-page-lv="index"] .mv_inner {
    margin-right: 20vw;
    padding: 15px 38px 20px 38px;
  }
}

@media screen and (min-width:768px), print {
  #mv.bg[data-page-lv="index"] {
    height: 600px;
  }
  #mv.bg[data-page-lv="index"] {
    height: 600px;
  }
}

@media screen and (max-width: 767px) {
  #mv.bg[data-page-lv="index"] {
    height: 80vw; /* company */
    height: 110vw;
    max-height: 600px;
    margin-top: -47px;
    padding-top: 47px;
    position: relative;
  }
  #mv.bg[data-page-lv="index"] .mv_inner .title {
    font-size: 2.8rem;
  }
  #mv.bg[data-page-lv="index"] .contents_inner {
    max-width: 100%;
  }
  #mv.bg[data-page-lv="index"] .mv_inner {
    margin-right: 20vw;
    padding: 15px 15px 15px 15px;
  }
  #mv.bg[data-page-lv="index"] .mv_inner .sub {
    font-size: 1.4rem;
    margin-top: 0.2em;
  }
}


/*----------------------------------------------------------------------
   pager
----------------------------------------------------------------------*/
.pager {
  display: flex;
  flex-wrap: wrap;
}
.pager > li {
  margin: 0 0.5em;
}
@media screen and (min-width:768px), print {
  .pager {
    margin: 60px 0 28px;
    font-size: 1.6rem;
    justify-content: center;
  }
}
@media screen and (max-width:767px) {
  .pager {
    margin: 40px 0 17px;
    justify-content: flex-start;
    font-size: 1.3rem;
  }
}


/*----------------------------------------------------------------------
   Anchor
----------------------------------------------------------------------*/
.cmn_anchor a {
  color: #fff;
  text-decoration: none;
}
.cmn_anchor a:hover {
  text-decoration: underline;
}
@media screen and (min-width:768px), print {
  .cmn_anchor {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 60px;
    padding: 6px 0;
    background: #929292;
    font-size: 1.6rem;
  }
  .cmn_anchor.cmn_anchor_left {
    justify-content: start;
  }
  .cmn_anchor li {
    position: relative;
    float: left;
    text-align: center;
  }
  .cmn_anchor li a {
    padding: 0 35px;
  }
  .cmn_anchor li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 5%;
    right: 0;
    display: block;
    width: 2px;
    height: 90%;
    background: #fff;
    transform: rotate(15deg);
  }
  .cmn_anchor li a {
    display: block;
  }
}
@media screen and (max-width:767px) {
  .cmn_anchor {
    margin-bottom: 17px;
  }
  .cmn_anchor li {
    float: left;
    margin: 0 10px 7px 0;
    font-size: 1.2rem;
  }
  .cmn_anchor li a {
    display: inline-block;
    padding: 13px 17px;
    background: #929292;
  }
}


/*----------------------------------------------------------------------
   category-top-news-list
----------------------------------------------------------------------*/
.top_news_ttl > h2 {
  float: left;
  margin: 0;
  font-weight: bold;
}
.top_news_ttl > a {
  float: right;
  position: relative;
  color: #333;
  text-decoration: none;
}
.top_news_ttl > a:hover {
  text-decoration: underline;
}
.top_news_ttl > a::before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  border-radius: 2px;
  transform: rotate(45deg);
}
.top_news dd a {
  position: relative;
}
.top_news dd a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  transform: translateY(0px);
}
@media screen and (min-width:768px), print {
  .top_news_ttl {
    margin: 50px 0 20px;
  }
  .top_news_ttl > h2 {
    font-size: 2.0rem;
  }
  .top_news_ttl > a {
    padding-left: 20px;
    font-size: 1.6rem;
  }
  .top_news_ttl > a::before {
    top: calc(50% - 8px);
    width: 10px;
    height: 10px;
  }
  .top_news {
    margin-bottom: 56px;
  }
  .top_news dl {
    display: flex;
    margin-bottom: 18px;
    font-size: 1.6rem
  }
  .top_news dt {
    display: flex;
    width: 335px;
  }
  .top_news_date {
    width: 10em;
  }
  .top_news dd {
    width: calc(100% - 335px);
  }
  /*
  .top_news dd a::after {
    margin-left: 1em;
    border-top: solid 5px transparent;
    border-bottom: solid 5px transparent;
    border-left: solid 9px #4d4d4d;
  }
  */
}
@media screen and (max-width:767px) {
  .top_news_ttl {
    margin: 25px 0 14px;
  }
  .top_news_ttl > h2 {
    font-size: 1.5rem;
  }
  .top_news_ttl > a {
    padding-left: 15px;
    font-size: 1.2rem;
  }
  .top_news_ttl > a::before {
    top: calc(50% - 6px);
    width: 6px;
    height: 6px;
  }
  .top_news {
    margin-bottom: 25px;
  }
  .top_news dt {
    margin-bottom: 5px;
  }
  .top_news_date {
    display: inline-block;
    width: 9em;
    font-size: 1.3rem;
  }
  .top_news dd {
    margin-bottom: 20px;
    font-size: 1.3rem;
  }
  /*
  .top_news dd a::after {
    margin-left: 0.5em;
    border-top: solid 4px transparent;
    border-bottom: solid 4px transparent;
    border-left: solid 7px #4d4d4d;
  }
  */
}

/*----------------------------------------------------------------------
   cmn_search
----------------------------------------------------------------------*/
.products_search_wrap {
  background-color: #000;
  background-position: left top, right bottom;
  background-repeat: no-repeat;
  background-size: 100%;
}
.cmn_search_ttl {
  color: #fff;
  line-height: 1.1;
  text-align: center;
}
.cmn_search_word_ttl {
  color: #fff;
  line-height: 1.6;
}
.cmn_search_word_input {
  background-color: rgba(77,77,77,0.65);
  display: flex;
  width: 100%;
  font-size: 1.8rem;
}
.cmn_search_word_input input {
  border: none;
  background-color: transparent;
  color: #B3B3B3;
}
.cmn_search_word_input input[type="text"]:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #B3B3B3 !important;
}
.cmn_search_word_input input::placeholder {
  color: #B3B3B3;
  font-size: 1.6rem;
}
.cmn_search_word_input button {
  clip-path: polygon(10px 0, 100% 0, 100% 100%, 0% 100%);
  border: none;
  height: 100%;
  background: #B22A35;
  color: #fff;
  cursor: pointer;
  transition: background 0.2s;
}
.cmn_search_word_input button:hover {
  background: #d24552;
}
.cmn_search_tab {
  display: flex;
  justify-content: space-between;
}
.cmn_search_tab li {
  display: flex;
  padding-bottom: 3px;
  width: calc(100% / 3);
}
.cmn_search_tab li:nth-child(1) {
  clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
}
.cmn_search_tab li:nth-child(2) {
  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0% 100%);
  margin-left: -10px;
  margin-right: -10px;
  width: calc((100% / 3) + 20px);
}
.cmn_search_tab li:nth-child(3) {
  clip-path: polygon(10px 0, 100% 0, 100% 100%, 0% 100%);
  width: calc((100% / 3) - 5px);
}
.cmn_search_tab li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 6px 3px;
  background-color: rgba(77,77,77,0.65);
  text-decoration: none;
  color: #B3B3B3;
  text-align: center;
  font-size: 18px;
  transition: background 0.2s;
  overflow: hidden;
}
.cmn_search_tab li a:hover {
}
.cmn_search_tab li a::before {
  position: absolute;
  bottom: 0;
  right: -5px;
  content: "";
  display: block;
  width: 30px;
  margin: auto;
  height: 120%;
  background: #B22A35;
  opacity: 0;
  top:0;
  transition: opacity 0.2s;
  transform: rotate(13deg);
}
.cmn_search_tab li:nth-child(3) a::before {
  width: 25px;
}
.cmn_search_tab li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #B22A35;
  opacity: 0;
  transition: opacity 0.2s;
}
.cmn_search_tab li.on a {
  color: #fff;
}
.cmn_search_tab li.on a::before,
.cmn_search_tab li.on a::after {
  opacity: 1;
}

.cmn_search_select {
  background-color: rgba(77,77,77,0.65);
  color: #fff;
}
.cmn_search_select > * {
  padding: 30px 0 0;
}
.cmn_search_select > *:not(:first-child) {
  display: none;
}
.cmn_search_select li {
  line-height: 1.6;
  margin-bottom: 18px;
  padding: 0 10px 0 30px;
  font-size: 1.6rem;
}
.cmn_search_select li input {
  display: none;
}
.cmn_search_select li label {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  user-select: none;
  cursor: pointer;
}
.cmn_search_select li label::before {
  position: absolute;
  /*top: 0.2em;*/
  top: 2px;
  left: 0;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border: solid 1px #333;
  background: #fff;
}
.cmn_search_select li input[type="radio"] + label::before {
  border-radius: 10px;
}
.cmn_search_select li input:not([type="radio"]):checked + label::before {
  background: #B22A35;
  border: solid 1px #B22A35;
}
.cmn_search_select li input[type="checkbox"] + label::after {
  position: absolute;
  top: 0.35em;
  left: 0.15em;
  content: "";
  display: block;
  width: 11px;
  height: 5px;
  border-left: solid 2px #fff;
  border-bottom: solid 2px #fff;
  transform: rotate(-45deg);
  opacity: 0;
}
.cmn_search_select li input[type="radio"] + label::after {
  position: absolute;
  /*top: 0.45em;*/
  top: 6px;
  left: 4px;
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 10px;
  background: #B22A35;
  opacity: 0;
}
.cmn_search_select li input[type="checkbox"]:checked + label::after,
.cmn_search_select li input[type="radio"]:checked + label::after {
  opacity: 1;
}
.cmn_search_btn {
  text-align: center;
}
.cmn_search_btn a {
  clip-path: polygon(10px 0, 100% 0, 100% 100%, 0% 100%);
  display: block;
  margin-top: 4px;
  text-decoration: none;
  background: linear-gradient(90deg, rgba(178,42,53,0.70) 0%, rgba(178,42,53,1.00) 50%, rgba(178,42,53,0.70) 100%);
  color: #fff;
  font-size: 19px;
  letter-spacing: 0.3em!important;
  transition: background 0.2s;
}
.cmn_search_btn a:hover {
  background: #d24552;
}
.cmn_serch_refine {
  display: none;
}
.cmn_serch_refine p {
  position: relative;
  font-size: 1.6rem;
  margin-bottom: 18px;
}
.cmn_serch_refine p::after {
  position: absolute;
  top: 49%;
  right: 30px;
  content: "";
  display: block;
  width: calc(100% - 12em - 30px);
  height: 1px;
  background: #fff;
}
.cmn_serch_refine ul {
  display: none;
}
@media screen and (min-width:768px), print {
  .products_search_wrap {
    background-image: url("/jpn/products/images/index_search1.png"), url("/jpn/products/images/index_search2.png");
    min-height: 650px;
    padding-bottom: 75px;
  }
  .cmn_search_ttl {
    font-size: 28px;
    margin-bottom: 34px;
    padding-top: 75px;
  }
  .cmn_search_word_ttl {
    font-size: 18px;
  }
  .cmn_search_word {
    margin-bottom: 40px;
  }
  .cmn_search_word_input input {
    width: calc(100% - 9em);
    padding: 13px 15px;
  }
  .cmn_search_word_input button {
    width: 9em;
    padding: 13px 7px 13px 14px;
    letter-spacing: 7px!important;
  }
  .cmn_search_select {
  }
  .cmn_search_select ul::after {
    content: "";
    display: table;
    clear: both;
  }
  .cmn_search_select li {
    float: left;
    width: calc(100% / 3);
    font-size: 1.6rem;
  }
  .cmn_search_select li:nth-child(3n + 1) {
    clear: both;
  }
  .cmn_search_btn a {
    padding: 5px 50px 5px calc(50px + 0.3em);
  }
  .cmn_serch_refine p {
    padding: 0 30px;
  }
  .cmn_serch_refine p::after {
    right: 30px;
    width: calc(100% - 12em - 30px);
  }
}
@media screen and (max-width:767px) {
  .products_search_wrap {
    background-image: url("/jpn/products/images/index_search1_sp.png"), url("/jpn/products/images/index_search2_sp.png");
    padding-bottom: 40px;
  }
  .cmn_search_ttl {
    font-size: 2.8rem;
    margin-bottom: 14px;
    padding-top: 40px;
    padding-bottom: 15px;
  }
  .cmn_search_word_ttl {
    font-size: 16px;
    margin-bottom: 3px;
  }
  .cmn_search_word {
    margin-bottom: 20px;
  }
  .cmn_search_word_input input {
    width: calc(100% - 6.2em);
    padding: 13px 10px;
    /*font-size: 14px;*/
    font-size: 16px;
  }
  .cmn_search_word_input input::placeholder {
    font-size: 14px;
  }
  .cmn_search_word_input button {
    font-size: 14px;
    width: 6.2em;
    padding: 13px 0.3em 13px 0.6em;
    letter-spacing: 0.3em!important;
  }
  .cmn_search_tab li:nth-child(1) {
    clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
    width: calc((100% / 3) + 5px);
  }
  .cmn_search_tab li:nth-child(2) {
    clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0% 100%);
    margin-left: -7px;
    margin-right: -7px;
    width: calc((100% / 3) + 6px);
  }
  .cmn_search_tab li:nth-child(3) {
    clip-path: polygon(10px 0, 100% 0, 100% 100%, 0% 100%);
    width: calc((100% / 3) + 5px);
  }
  .cmn_search_tab li a {
    font-size: 14px;
    line-height: 1.4;
  }
  .cmn_search_btn a {
    padding: 14px 75px 14px calc(75px + 0.3em);
    font-size: 14px;
  }
  .cmn_search_tab li a::before {
    right: -22px;
  }
  .cmn_search_tab li:nth-child(3) a::before {
    right: -20px;
  }
  .cmn_search_select li {
    font-size: 14px;
  }
  .cmn_serch_refine p {
    margin: 18px 0;
    padding: 0 14px;
  }
  .cmn_serch_refine p::after {
    right: 14px;
    width: calc(100% - 12em - 14px);
  }
}
/*----------------------------------------------------------------------
   cmn_result
----------------------------------------------------------------------*/
#cmn_result {
  padding-top: 50px;
  padding-bottom: 100px;
  /*display: none;*/
  visibility: hidden;
  opacity: 0;
  height: 0;
}
#cmn_result.visible {
  /*display: block;*/
  visibility: visible;
  opacity: 1;
  height: auto;
}

.cmn_result_ttl {
  line-height: 1.5;
  font-weight: bold;
  font-size: 2.8rem;
  margin-bottom: 30px;
}
.cmn_result_h3 {
  margin: 34px 0 22px;
  padding: 5px 20px;
  border: solid 1px #9e9e9e;
  border-top: solid 2px #c71627;
  font-weight: bold;
  font-size: 1.8rem;
}
.cmn_result_h4 {
  position: relative;
  margin: 22px 0 0 18px;
  font-size: 1.8rem;
}
.cmn_result_h4 a {
  /*position: relative;*/
  padding-left: 32px;
  color: #333;
  text-decoration: none;
}
.cmn_result_h4 a::before {
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  border: solid 1px #848484;
  background: #fff;
  z-index: 3;
}
.cmn_result_h4 a span::before {
  position: absolute;
  top: 14px;
  left: 4px;
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background: #c71627;
  z-index: 4;
}
.cmn_result_h4 a span::after {
  position: absolute;
  top: 7px;
  left: 11px;
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background: #c71627;
  z-index: 4;
}
.cmn_result_h4 a.on span::after {
  opacity: 0;
}
.cmn_result_h4 a:hover {
  text-decoration: underline;
}
.cmn_result_acdn {
  display: none;
  padding: 1px 0;
}
.cmn_result_h5 {
  margin: 15px 0 0 50px;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.4;
}
.cmn_result_acdn p {
  margin: 7px 0 0 68px;
}
.cmn_result_acdn p.cmn_txt {
  line-height: 1.6;
}
.cmn_result_acdn p.cmn_txt a.link_arrow::before {
  top: 0.35em;
}
.cmn_result_acdn a.link_arrow[target="_blank"]::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(/eng/asset/images/common/icon_window_red.png);
  background-size: 13px 13px;
  margin-left: 0.5em;
}
@media screen and (max-width:767px) {
  #cmn_result {
    padding-bottom: 50px;
  }
}

/*----------------------------------------------------------------------
   #floating_banner
----------------------------------------------------------------------*/

#floating_banner {
  position: absolute;
  z-index: 51;
}
#floating_banner.moving {
  position: fixed;
}
#floating_banner:not(.moving) {
  opacity: 1;
}
#floating_banner .button {
  display: flex;
}
#floating_banner a {
  background-color: #fff;
  text-decoration: none;
  transition: opacity 0.2s;
}
#floating_banner .button_switch label {
  cursor: pointer;
  display: block;
  transition: opacity 0.2s;
}
#floating_banner .button .button_switch .opened {
  display: none;
}
#floating_banner input#check_floating_banner {
  left: -100vw;
  position: absolute;
}
#floating_banner input#check_floating_banner:checked ~ .button .button_switch .closed {
  display: none;
}
#floating_banner input#check_floating_banner:checked ~ .button .button_switch .opened {
  display: block;
}
#floating_banner .button .button_switch .opened {
  display: none;
}
@media screen and (min-width:768px), print {
  #floating_banner {
    right: -560px;
    top: 280px;
  }
  #floating_banner.moving {
    top: inherit;
    bottom: 160px;
  }
  #floating_banner .button_switch label:hover {
    opacity: 0.9;
  }
  #floating_banner a:hover {
    opacity: 0.9;
  }
}
@media screen and (max-width:767px) {
  #floating_banner {
    display: none;
  }
}