@charset "shift_jis";

/**********************************************************
 *
 * SMT共通ヘッダー
 *
 **********************************************************/



/**********************************************************
* reset
* (C対応等、ヘッダーのみ差し替える場合を考慮して、スタイルをリセットします)
**********************************************************/
.header input, .header textarea {
  margin: 0;
  padding: 0;
  font-size: 100%;
}
.header label {
  cursor: pointer;
}
.header table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}
.header fieldset, .header img {
  border: 0;
}
.header img {
  vertical-align: top;
}
.header address, .header caption, .header cite, .header code, .header dfn, .header em, .header th, .header var {
  font-style: normal;
  font-weight: normal;
}
.header ol, .header ul {
  list-style: none;
}
.header caption, .header th {
  text-align: left;
}
.header h1, .header h2, .header h3, .header h4, .header h5, .header h6 {
  font-size: 100%;
  font-weight: normal;
}
.header q:after, .header q:before {
  content: '';
}
.header abbr, .header acronym {
  border: 0;
}
.header * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.header a:focus, .header input:focus {
  outline: 1px dotted #000;
}



/**********************************************************
 * ヘッダー
 **********************************************************/

/* レイアウト
-------------------------------------------*/
html {
  font-size: 62.5%;
}

.header {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 100%;
  line-height: 1.5;
}

  .header a {
    color: #093475;
    text-decoration: none;
  }

  /* ヘッダー内コンテンツ */
  .header-in {
    padding: 10px;
    zoom: 1;
  }
  .header-in:before {
    content: "";
    display: table;
  }
  .header-in:after {
    content: "";
    display: table;
    clear: both;
  }


  /* ロゴ
  -------------------------------------------*/
.header-logo {
  float: left;
  margin: 9px 0 0 8px;
  width: 110px;
  height: 23px;
}

  .header-logo a {
    display: block;
  }

  .header-logo img {
    width: 100%;
    height: auto;
  }


/* ユーティリティ
-------------------------------------------*/
.header-smt {
  float: right;
}

/* ヘッダーボタン */
.header-btns {
  zoom: 1;
}
/* clearfix */
.header-btns:before {
  content: "";
  display: table;
}
.header-btns:after {
  content: "";
  display: table;
  clear: both;
}
  /* 各ボタン */
  .header-btns .btn {
    float: right;
    width: 44px;
    height: 44px;
  }
  .header-btns .menu { display: none; }
    .header-btns .btn a {
      display: block;
      padding: 1px;
    }
    .header-btns .btn img {
      width: 100%;
      height: auto;
    }


/* 1to1 エリア
-------------------------------------------*/
/* エリア */
.area-o2o {
  border-bottom: 1px solid #ddd;
  background-color: #f6f6f6;
}
.area-o2o.bdn {
  border-bottom: none;
}


/* コンテンツ部分 */
.mod-o2o {
  padding: 12px 0 9px 10px;
  vertical-align: middle;
  font-size: 85.71429%;
}
.mod-o2o .link {
  position: relative;
  display: block;
  margin: -12px 0 -9px -10px;
  padding: 12px 0 9px 20px;
  color: #000;
  font-size: 71.42%;
}
.mod-o2o .link:hover,
.mod-o2o .link:active,
.mod-o2o .link:visited {
  color: #000;
}

.mod-o2o .point-area {
  margin-left: 8px;
}
.mod-o2o .logo {
  margin-right: 3px;
  vertical-align: middle;
}
.mod-o2o .label {
  margin-right: 2px;
}
.mod-o2o .point {
  font-weight: bold;
  font-size: 110%;
}
.mod-o2o .link .ico {
  margin-top: -2px;
  position: absolute;
  top: 50%;
  left: 10px;
}


/* 注意メッセージ エリア
-------------------------------------------*/
.area-attention {
  background-color: #f6f6f6;
  border-bottom: 1px solid #ddd;
}
.area-attention.bdn {
  border-bottom: none;
}
.mod-attention {
  padding: 12px 10px 9px;
  vertical-align: middle;
  font-size: 85.71429%;
}
.txt-attention {
  margin-left: 21px;
  text-indent: -21px;
}
  .txt-attention .img {
    margin-right: 5px;
    vertical-align: baseline;
  }


/* エラー表示 エリア
-------------------------------------------*/
.area-error {
  border-top: 1px solid #ffaab0;
  border-bottom: 1px solid #ffaab0;
  background-color: #ffeef0;
}
.area-error + .area-error {
  border-top: none；
}
.txt-error {
  padding: 8px 10px;
  text-align: right;
  font-size: 85.71429%;
}


/* グローバルナビ
-------------------------------------------*/
.nav-global {
  height: 40px;
}
  /* clearfix */
  .nav-global-in {
    zoom: 1;
  }
  .nav-global-in:before {
    content: "";
    display: table;
  }
  .nav-global-in:after {
    content: "";
    display: table;
    clear: both;
  }

  /* 各ボタン */
  .nav-global .nav-item {
    float: left;
    width: 20%;
    border-bottom: 3px solid #c03;
  }
  .nav-global .nav-item.nav06 { display: none; }

    /* リンク部分 */
    .nav-global .nav-item a {
      display: block;
      width: 100%;
      height: 40px;
      text-align: center;
    }

    /* テキスト部分 */
    .nav-global .nav-item .txt {
      overflow: hidden;
      display: block;
      width: 100%;
      height: 25px;
      border-left: 1px solid #ddd;
    }
    .nav-global .nav-item:first-child .txt { border-left: none; }
      .nav-global .nav-item .txt img {
        width: 63px;
        height: 50px;
      }

    /* カレント時 */
    .nav-global .nav-item.is-current {
      border-bottom-width: 5px;
    }
      .nav-global .nav-item.is-current a {
        padding-bottom: 13px;
        border-bottom: 2px solid #c03;
      }
      .nav-global .nav-item.is-current img {
        margin-top: -25px;
      }



/**********************************************************
 * ヘッダー共通アイコン
 **********************************************************/

/* アイコン
-------------------------------------------*/
.ico-header {
  display: inline-block;
}

/* 矢印アイコン */
.ico-header-arrow {
  position: relative;
  padding-left: 1em;
  text-decoration: none;
}
.ico-header-arrow:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 6px;
  height: 8px;
  background: url("/images_osp/common/ico/ico_arrow_r01.png") no-repeat left top;
  background-size: contain;
}

/* 別窓アイコン */
.ico-header-link {
  position: relative;
  padding-left: 1em;
  text-decoration: none;
}
.ico-header-link:hover {
  text-decoration: underline;
}
.ico-header-link .ico-header {
  position: absolute;
  left: 0;
  top: 0;
}
.ico-header img {
  margin-top: -3px;
  vertical-align: middle;
}



/**********************************************************
 * PC用コンテンツ（非表示）
 **********************************************************/
.header-pc {
  display: none;
}

.only-pc {
  display: none !important;
}
