@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
/* ------------------
 グローバル変数
------------------ */
:root {
  /* 色 */
  --red: #FE1100;
  --caution-color: #FFEEED;
  /* 背景 */

  /* 文字サイズ */
	--fs-46: 4.6rem;
	--fs-36: 3.6rem;
	--fs-34: 3.4rem;
  --fs-32: 3.2rem;
	--fs-24: 2.4rem;
  --fs-22: 2.2rem;
  --fs-20: 2rem;
  --fs-18: 1.8rem;
  --main-txt:1.6rem;
  --fs-14: 1.4rem;

  --ls-6:6px;

  /* 幅 */
  --width-1200: 1200px;

  /* 余白 */
  --space-90: 90px;
  --space-65: 65px;
  --space-30: 30px;
}
@media screen and (max-width: 767px) {
  :root {
    /* 文字サイズ */
    --fs-46: 3.2rem;
    --fs-36: 2.8rem;
    --fs-34: 2.4rem;
    --fs-32: 2.2rem;
    --fs-24: 2rem;
    --fs-22: 1.8rem;
    --fs-20: 1.7rem;
    --fs-18: 1.6rem;

    --ls-6:0px;

    /* 余白 */
    --space-90: 60px;
    --space-65: 45px;
    --space-30: 20px;
  }
}

html {
	scroll-padding-top: 85px;
}

/* ------------------
 フォント
------------------ */
body {
  font-family: "Noto Sans JP",'Hiragino Kaku Gothic ProN','Hiragino Sans',Meiryo,sans-serif;
  font-size: var(--main-txt);
	line-height: 1.5;
  font-weight: 400;
	position: relative;
  color: #000;
}
.f_lat{
  font-family: "Lato", sans-serif;
}
.center{
  text-align: center;
}
.df_center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.red{
  color: var(--red);
}
/* ------------------
 config
------------------ */
:where(a){color: #000;&:hover {opacity: 0.8;}}
:where(h1,h2,h3,h4,h5){line-height: 1.5;}
:where(button){font-family: 'Noto Sans JP';font-size: var(--main-txt);}

/* スマホメニュー非表示 */
.spNav_btn,.spNav_panel {display: none;}

/* スマホ閲覧時のみ表示 */
.sp_block {display: none;}

/* ------------------
 アニメーション
------------------ */
.fade{
  opacity: 0;
  transition:ease-out 0.5s;
}
.fade.fade--left{
  transform: translate(-100px,0)
}
.fade.fade--right{
  transform: translate(100px,0)
}
.fade.fade--bot{
  transform: translate(0,100px)
}
.fade.scrollin{
  opacity: 1;
  transform: translate(0,0);
}
.fade.fade--list{
  opacity: 1;
}
.fade.fade--list .fade_child{
  opacity: 0;
  transition:ease-out 0.5s;
  transform: translate(0,100px)
}
.fade.fade--list.scrollin .fade_child{
  opacity: 1;
  transform: translate(0,0);
}

.fade.fade--list .fade_child:nth-child(1){
  transition-delay: 0.0s;
}
.fade.fade--list .fade_child:nth-child(2){
  transition-delay: 0.15s;
}
.fade.fade--list .fade_child:nth-child(3){
  transition-delay: 0.3s;
}
.fade.fade--list .fade_child:nth-child(4){
  transition-delay: 0.45s;
}
.fade.fade--list .fade_child:nth-child(5){
  transition-delay: 0.6s;
}
.fade.fade--list .fade_child:nth-child(6){
  transition-delay: 0.75s;
}
.fade.fade--list .fade_child:nth-child(7){
  transition-delay: 0.9s;
}
.fade.fade--list .fade_child:nth-child(8){
  transition-delay: 1.05s;
}
.fade.fade--list .fade_child:nth-child(9){
  transition-delay: 1.2s;
}
.fade.fade--list .fade_child:nth-child(10){
  transition-delay: 1.35s;
}
/* ------------------
 レイアウト
------------------ */
main{}

/* ------------------
 各種パーツ
------------------ */
.anc_point{
  position: absolute;
  top: 0px;
}
.indent{
  padding-left: 1em;
  text-indent: -1em;
}
.indent_2{
  padding-left: 2em;
  text-indent: -2em;
}
.indent_3{
  padding-left: 3em;
  text-indent: -3em;
}
a.tdu {
  text-decoration: underline;
}
a.blank{
  &::after{
    content: '';
    display: inline-block;
    background: url(../img/icon_blank.svg) no-repeat center;
    background-size: contain;
    width: 11px;
    height: 10px;
    margin-left: 5px;
  }
}
.bold{
  font-weight: bold;
}
.center{
  text-align: center;
}

.mt_10 {margin-top: 10px;}
.mt_20 {margin-top: 20px;}
.mt_30 {margin-top: 30px;}
.mt_40 {margin-top: 40px;}
.mt_50 {margin-top: 50px;}
.mt_60 {margin-top: 60px;}
.mt_70 {margin-top: 70px;}
.mt_80 {margin-top: 80px;}
.mt_90 {margin-top: 90px;}
.mt_100{margin-top: 100px;}

/* ------------------
 見出し関連
------------------ */

.article {
}
.art_inner {
  max-width: 1024px;
  width: 90%;
  margin: auto;
}
.art_head{
}
.art_head--main {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: rgba(0, 0, 0, 0);
  font-size: 7.2rem;
  font-weight: 900;
  line-height: 1.2;
}
.art_head--main--rev {
  -webkit-text-stroke-color: #000;
}
.art_head--sub {
  font-size: 2.4rem;
  color: var(--red);
}
.art_bnr {
  display: flex;
  align-items: center;
  min-height: 80px;
  background: #000;
  color: #fff;
  padding: 5px 40px;
  font-size: var(--fs-24);
  font-weight: normal;
  @media screen and (max-width: 767px) {
    padding: 5px 5%;
    min-height: 60px;
  }
}
/* ------------------
 テキスト関連
------------------ */
.text-wrap{
  display: inline-block;
}
/* ------------------
 リスト、インデント関連
------------------ */

/* ------------------
 header
------------------ */
.header{
  height: 60px;
}
.hd_inner {
	width: 100%;
  height: 60px;
	display: flex;
	justify-content: space-between;
	background: rgba(255,255,255,1);
	position: fixed;
  align-items: center;
	top: 0;
	left: 0;
	z-index: 10;
  padding-left: 20px;
}
.header_logo > a{
  display: flex;
  align-items: center;
  gap:10px;
}
.header_logo--sub{
  font-size: 2rem;
  font-weight: bold;
}
.hd_koma {
  display: flex;
  align-items: center;
  position: absolute;
  right: 90px;
}
.pc_nav {
	height: 100%;
	display: flex;
	justify-content: flex-end;
  align-items: center;
	gap: 30px;
}
.pc_nav--list {
	height: 100%;
	display: flex;
  gap:20px;
	align-items: center;
}
.pc_nav--item {
	& > a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-weight: bold;
    height: 60px;
    transition: .3s;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    &:hover{
      color: var(--red);
      border-bottom: 2px solid var(--red);
    }
  }
}
.pc_nav--contact > a{
  display: flex;
  padding: 5px 12px;
  background: var(--red);
  display: flex;
  justify-content: center;
  align-items: center;
  gap:5px;
  font-weight: bold;
  color: #fff;
  &::before{
    content: '';
    display: block;
    background: url(../img/icon_mail.svg) no-repeat center;
    background-size: auto;
    min-width: 20px;
    height: 20px;
  }
}
@media screen and ( min-width: 1440px ) {
.pc_nav--item {
	& > a {
    font-size: 2rem;
  }
}
.pc_nav--contact > a{
  font-size: 2rem;
}
}

/* ------------------
.pro_menu
------------------ */
.pro_menu{
  padding-bottom: 100px;
}
.pro_menu_inner {
  max-width: 1024px;
  width: 90%;
  margin: auto;
}
.pro_menu_com{
  padding: 30px 0 0;
}
.pro_menu_list{
  padding: 30px 0 0;
  display: flex;
  gap:30px;
  flex-wrap: wrap;
}
.pro_menu_btn{
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  text-align: center;
  color: var(--red);
  width: calc((100% / 3) - (20px));
  min-height: 80px;
  border: 1px solid var(--red);;
}

/* ------------------
.com_nav
------------------ */
.com_nav {
  padding: 60px 0;
  background: #eee;
}
.com_nav_inner{
  max-width: 1024px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap:10px 30px;
  flex-wrap: wrap;
  justify-content: center;
}
.com_nav_head{
  width: 100%;
  text-align: center;
  font-size: var(--fs-32);
  font-weight: bold;
  padding-bottom: 10px;
}
.com_nav_btn{
  display: flex;
  align-items: center;
  max-width: 234px;
  width: 100%;
  background: #fff;
  font-weight: bold;
  padding: 10px 20px;
  min-height: 60px;
  position: relative;
  &::after{
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-right: 2px solid var(--red);
    border-bottom: 2px solid var(--red);
    transform: rotate(-45deg);
    position: absolute;
    right: 15px;
  }
  @media screen and (max-width: 767px) {
    max-width: 328px; 
  }
}

/* ------------------
.pur_nav
------------------ */
.pur_nav {
  padding: 60px 0;
  background: #eee;
}
.pur_nav_inner{
  max-width: 1024px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap:10px 30px;
  flex-wrap: wrap;
  justify-content: center;
}
.pur_nav_head{
  width: 100%;
  text-align: center;
  font-size: var(--fs-32);
  font-weight: bold;
  padding-bottom: 10px;
}
.pur_nav_btn{
  display: flex;
  align-items: center;
  max-width: 232px;
  width: 100%;
  background: #fff;
  font-weight: bold;
  padding: 10px 20px;
  min-height: 60px;
  position: relative;
  &::after{
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-right: 2px solid var(--red);
    border-bottom: 2px solid var(--red);
    transform: rotate(-45deg);
    position: absolute;
    right: 15px;
  }
  @media screen and (max-width: 767px) {
    max-width: 328px; 
  }
}

/* ------------------
 footer
------------------ */
.footer {

}
.ft_cont{
  position: relative;
  background: url(/common/img/bg_contact.png) no-repeat center;
  background-size: cover;
  padding: 60px 0;
}
.ft_cont_inner {
  max-width: 1024px;
  width: 90%;
  margin: auto;
  width: 90%;
  position: relative;
}
.ft_cont_com {
  text-align: center;
  font-weight: bold;
  margin-top: 15px;
}
.ft_cont_flex {
  display: flex;
  margin: 50px auto 0;
  justify-content: center;
  gap:20px;
  width: 100%;
  flex-wrap: wrap;
}
.ft_cont_item {
  display: flex;
  align-items: center;
  width: calc((100% / 3) - (40px / 3));
  position: relative;
  gap: 30px;
  padding: 20px 0;
  font-weight: bold;
  *{
    position: relative;
  }
  &::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    width: calc(100% - 33.5px);
    height: 100%;
  }
}
.ft_cont_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 67px;
  height: 67px;
  background: var(--red);
}



.footer_main {
  background: #F7F7F6;
}
.footer_flex {
  max-width: 1024px;
  width: 90%;
  margin: auto;
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer_left {
  max-width: 300px;
  display: flex;
  flex-wrap: wrap;
  gap:20px;
}
.footer_head{
  font-size: 2.4rem;
  font-weight: bold;
  width: 100%;
}
.footer_add {
  width: 100%;
  line-height: 2;
}
.add_head {
  font-size: 2rem;
  font-weight: bold;
  color: var(--blue);
}
.footer_data {
  line-height: 2;
  margin-left: 1em;
  border-left: 1px solid #c30e18;
  padding-left: 1em;
}
.footer_links {
  display: flex;
  flex-wrap: wrap;
  max-width: 250px;
  gap: 10px;
}
.footer_nav {
  padding: 0;
  display: flex;
}
.footer_col{
  padding: 0 10px;
}
.footer_item{
  margin-top: 7.5px;
  padding-left: 1em;
  position: relative;
  font-weight: bold;
  display: flex;
  align-items: center;
  &::before{
    content: '';
    display: block;
    background: url(/common/img/arrow_ft.svg) no-repeat center;
    background-size: contain;
    width: 7px;
    height: 11px;
    margin-right: 5px;
    margin-top: 1px;
  }
}
.footer_item--top{
  padding-left: 0em;
}
.footer_item--third{
  padding-left: 1.5em;
  font-weight: normal;
  &::before{
    content: '・';
    display: inline;
    width: auto;
    height: auto;
    color: var(--red);
    background: none;
    margin-top: 0;
    margin-right: 0;
  }
}


.copyright {
  color: #fff;
  background: #000;
  width: 100%;
  margin: auto;
  padding: 10px 5%;
  text-align: center;
  & small{
    display: flex;
    justify-content: center;
  font-size: 1.4rem;
  align-items: center;
  }
  & a{
    display: inline;
    height: 13px;
  }
}

/* ------------------
下層ページ共通
------------------ */
/* パンくずリスト */
.breadcrumb {
  width: 100%;
  height: 31px;
  position: relative;
  z-index: 9;
}
.breadcrumb_list {
  display: flex;
  max-width: none;
  gap:5px;
  background: #DBDBDB;
  padding: 5px 5%;
  padding-left: 85px;
  height: 31px;
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  white-space: nowrap;
  overflow: auto;
}
.breadcrumb_item {
  color: #404040;
  font-size: 1.4rem;
  a {
    text-decoration: underline;
		color: #404040;
    &:hover {text-decoration: none;}
  }
  &:has(a[href]) {
    display: flex;
    align-items: center;
    gap: 0 5px;
  }
  &:has(a[href])::after {
    content: ">";
    color: #404040;
  }
}
.under_mv {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 250px;
  background: #F4F4F4;
}
.page_head{
  max-width: 1024px;
  width: 90%;
  margin: 0 auto -0.24em;
  font-size: 7.2rem;
  font-weight: bold;
  color: #fff;
  font-family: "Lato", sans-serif;
  line-height: 1.25;
}
.page_head_mini {
  max-width: 1024px;
  width: 90%;
  margin: 0 auto -0.24em;
  font-size: 6.5rem;
  font-weight: bold;
  color: #fff;
  font-family: "Lato", sans-serif;
  line-height: 1.25;
}
.page_title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 1024px;
  width: 90%;
  margin: 10px auto 0;
  position: relative;
  color: var(--red);
  font-weight: bold;
  font-size: 3.2rem;
}

.intro{
  padding-top: 60px;
}
.intro_inner{
  max-width: 850px;
  width: 90%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap:20px;
  line-height: 2;
}
.intro_head{
  font-size: 2.4rem;
  font-weight: bold;
  color: #0071bd;
  text-align: center;
}
.intro_com {
  font-weight: bold;
}
/* ------------------
  Backtop
------------------ */
#backtop {
  position: fixed;
  display: block;
  width: 50px;
  height: 50px;
  right: 3%;
  bottom: 50px;
  border-radius: 50%;
  background: rgba(50,50,50,0.9);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  z-index: -10;
}
#backtop::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-25%) rotate(-45deg);
  top: 50%;
  left: 0;
  right: 0;
  margin-inline: auto;
}
#backtop.active {
  opacity: 0.6;
  visibility: visible;
  z-index: 50;
}




  /* ボタン */
  .spNav_btn {
    display: block;position: fixed; width: 75px;height: 31px; transition: all 0.5s;z-index: 11;color: #fff;font-size: 1.2rem;font-weight: bold; top: 60px; left: 0;border:1px solid #999;background: #dbdbdb;
    span {position: absolute;display: block;height: 2px;background: #000;margin-inline: auto;}
    &::after{
      content: 'MENU';
      position: absolute;
      left: 25px;
      color: #000;
      top: 5.5px;
    }
    /* 閉じた状態 */
    &[aria-pressed="false"] span {transition: all 0.5s;}
    &[aria-pressed="false"] span:nth-child(1) {width: 11px; top: 9px;left: 10px;right: auto;}
    &[aria-pressed="false"] span:nth-child(2) {width: 11px; top: 14px;left: 10px;right: auto;}
    &[aria-pressed="false"] span:nth-child(3) {width: 11px; top: 19px;left: 10px;right: auto;}
    
    /* 開いた状態 */
    &[aria-pressed="true"] span {transition: all 0.5s;}
    &[aria-pressed="true"] span:nth-child(1) {width: 11px; top: 16px;transform: translateY(-1.5px) rotate(45deg);left: 10px;}
    &[aria-pressed="true"] span:nth-child(3) {width: 11px; top: 24px;left: 10px; opacity: 0;}
    &[aria-pressed="true"] span:nth-child(2) {width: 11px; bottom: 14px;transform: translateY(1.5px) rotate(-45deg);left: 10px;}
    &[aria-pressed="true"]::after {content: 'CLOSE';}
  }
  /* メニューパネル */
  .spNav_panel {
    display: block;
    height: calc(100vh - 91px);
    width: 282px;
    position: fixed;
    top: 91px;
    left: 0;
    transition: all 0.5s;
    background: #dbdbdb;
    overflow: auto;
    z-index: 9;
    
    /* パネルが閉じている状態 */
    &[aria-hidden="true"] {
      visibility: hidden;
      pointer-events: none;
      transform: translateX(-100%);
    }

    /* パネルが開いている状態 */
    &[aria-hidden="false"] {
      visibility: visible;
      transform: translateX(0);
    }
  }

  /* メニューパネル内の項目 */
.seconds{
  .aside{
    width: 100%;
    background: #d8d8d8;
    position: relative;
    transition: .3s;
  .aside_nav {
    position: sticky;
    top: 60px;
    right: 0;
    min-width: 282px;
    max-height: calc(100vh - 60px);
    overflow: auto;
    padding-bottom: 60px;
    transition: .3s;
  }
  .aside_list{
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .aside_sec {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  }

  /* ===============================
    アイテム
  =============================== */
  .aside_item{
  }
  .aside_item > a,
  .aside_item > .spNav_accordion--title{
    display: block;
    padding: 5px 15px;
    font-weight: bold;
    border-bottom: 1px solid #bbbbbbb3;
  }
  .aside_gr > a {
    display: block;
    padding: 5px 15px;
    text-decoration: none;
  }

  /* hover */
  .aside_item > a:hover,
  .aside_gr > a:hover {
  }

  /* ===============================
    アコーディオンボタン
  =============================== */
  .spNav_accordion--title,.aside_child > a {
    width: 100%;
    display: block;
    text-align: left;
    padding: 5px 15px;
    cursor: pointer;
    position: relative;
    font-weight: bold;
  }
  .aside_child .spNav_accordion--title,.aside_child > a {
    color: var(--red);
  }

  /* + / - アイコン */
  .spNav_accordion--title::after {
    content: "＋";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    font-weight: normal;
    font-size: 1.2rem;
    justify-content: center;
    align-items: center;
    padding-bottom: 2px;
    color: var(--red);
    width: 17px;
    height: 17px;
    border-radius: 50px;
    border: 1px solid var(--red);
  }

  .spNav_accordion--title[aria-expanded="true"]::after {
    content: "ー";
  }

  /* ===============================
    開閉制御
  =============================== */
  .aside_sec,
  .aside_thi {
    display: none;
  }
  .aside_sec[aria-hidden="false"],
  .aside_thi[aria-hidden="false"] {
    display: block;
  }
  .aside_sec[aria-hidden="false"]{
    border-bottom: 1px solid #bbbbbbb3;
  }
  .aside_thi[aria-hidden="false"] {
    position: relative;
    &::after{
      content: '';
      display: block;
      width: 1px;
      height: 100%;
      position: absolute;
      top: 0;
      left: 1.25em;
      background: var(--red);
    }
  }
  /* ===============================
    階層ごとのインデント
  =============================== */
  .aside_sec {
    padding-left: 1em;
  }
  .aside_child > a,
  .aside_child > .spNav_accordion--title {
    padding-left: 1em;
    font-size: 1.5rem;
  }

  .aside_gr a {
    padding-left: 2em;
    font-size: 1.5rem;
  }
}













@media screen and (max-width: 1279px) {
/* 推奨動作環境1280pxに固定 */
  body {
    width: 1280px;
  }
}

@media screen and (min-width: 768px) {
/* PCの場合はtelリンクを無効 */
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/* iPad調整用 */
@media screen and (orientation: portrait) and (min-width: 768px){}
@media screen and (max-width: 767px) {
  /* ------------------
  スマホメニュー
  ------------------ */
  .pc_nav {display: none;}
  .header{
    height: 60px;
	}
  .hd_inner {
    padding: 0 65px 0 5% ;
    border-radius: 0;
    height: 60px;
    width: 100%;
  }
  .header_logo > a {
    gap: 5px;
  }
  .header_logo--sub {
    font-size: min(2rem, 4.5vw);
    font-weight: bold;
  }

  

  body {
    width: 100%;
  }
.sp_block {display: block;}
.pc_block,.pc_nav {display: none;}

.under_mv {
    min-height: 200px;
    padding-top: 0;
}
.page_tit--main {
  font-size: 3.6rem;
}
.pro_menu_card{
  width: 100%;
}

.art_head--main {
  font-size: min(7.2rem, 8.5vw);
}
.page_head {
  font-size: min(7.2rem, 8.5vw);
}
.page_head_mini {
  font-size: min(7.2rem, 8.5vw);
}
.page_title {
  font-size: min(3.2rem, 8vw);
}
.pro_menu_list {
  gap: 10px;
}
.pro_menu_btn{
    width: calc(50% - 5px);
    min-height: 50px;
    padding: 0 5px;
    font-size: 1.4rem;
}
  /* footer */
  .footer{
    position: relative;
  }
.ft_cont_flex {
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
.ft_cont_item {
  width: 100%;
  max-width: 328px;
  gap: 11%;
  padding: 10px 0;
}
.footer_left {
    max-width: 100%;
    gap:  10px;
  }
.ft_cont_mail {
  font-size: 2rem;
  min-height: 64px;
}
  .footer_nav--list {
    width: 100%;
    max-width: 300px;
  }
  .footer_flex {
    padding: 40px 0;
    flex-direction: column;
    gap: 20px;
  }
  .footer_add {
    font-size: 1.4rem;
  }
  .footer_links {
    width: 100%;
    max-width: 100%;
  }
  .footer_nav {
    font-size: 1.2rem;
    gap:5px;
  }
  .footer_col {
    padding: 0 0px;
  }
  .copyright{
    line-height: 1.5;
  & small {
    display: block;
  }
  & a {
    display: inline-block;
    padding-top: 2.5px;
  }

  }
}

/* 印刷用設定 */
@media print {
  body {
    width:1280px!important;
    zoom: 0.68;
    -webkit-print-color-adjust: exact;
  }
  .breadcrumb_list{
    display: none;
  }
  .hd_inner{
    position: absolute;
  }
}
@page {
  size: A4;margin: 5px;
}