@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

ul, ol {
  list-style-type: none; }

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  appearance: none; }

/******************************

 clearfix

******************************/
.clearfix::after, .header__navi::after {
  display: block;
  content: "";
  clear: both; }

/******************************

 media quaries

******************************/
html {
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

*, ::after, ::before {
  box-sizing: inherit; }

body {
  color: #231815;
  font: 16px/1.5 "Hiragino Kaku Gothic ProN","メイリオ", sans-serif; }

img {
  max-width: 100%;
  vertical-align: middle; }

a {
  text-decoration: none; }
  a:hover img {
    opacity: .7; }

/******************************

 Header

******************************/
.header {
  position: relative;
  width: 960px;
  margin: 12px auto 15px; }
  .header__title {
    padding: 4px 330px 10px 0;
    font-size: 12px;
    line-height: 1; }
  .header__freedial {
    position: absolute;
    top: 0;
    right: 0; }
  .header__navi {
    position: absolute;
    top: 62px;
    right: 0; }
    .header__navi__links, .header__navi__search {
      float: left; }
    .header__navi__links {
      font-size: 0;
      padding-right: 16px; }
      .header__navi__links__item {
        position: relative;
        display: inline-block;
        font-size: 10px; }
        .header__navi__links__item > a {
          margin-left: 13px;
          color: #000; }
          .header__navi__links__item > a::before {
            position: absolute;
            top: 2px;
            left: 0;
            display: inline-block;
            content: "";
            width: 11px;
            height: 11px;
            margin-right: 15px;
            background: url(../img/common/ico_arrow_orange_01.gif) no-repeat 0 0; }
      .header__navi__links__item:not(:last-child) {
        margin-right: 11px;
        padding-right: 7px;
        border-right: 1px solid #999; }
    .header__navi__search {
      width: 238px;
      height: 20px;
      border: 1px solid #666; }
      .header__navi__search input[type="text"], .header__navi__search__submit {
        line-height: 1;
        vertical-align: top; }
      .header__navi__search input[type="text"] {
        width: 215px;
        height: 20px;
        font-size: 12px; }
      .header__navi__search__submit {
        padding: 2px 0; }

/******************************

 Global Navi

******************************/
.gnavi {
  background-color: #fc7e28; }
  .gnavi__inner {
    width: 960px;
    margin: 0 auto;
    font-size: 0;
    line-height: 1; }
  .gnavi__item {
    display: inline-block;
    font-size: 15px;
    font-weight: bold; }
    .gnavi__item > a {
      display: block;
      padding: 6px 5px 5px;
      color: #fff; }
    .gnavi__item + .gnavi__item {
      margin-left: 20px; }
    .gnavi__item.current > a, .gnavi__item:hover > a {
      border-bottom: 3px solid #fff; }

/******************************

 Footer

******************************/
.footer {
  margin-top: 110px; }
  .footer__navi {
    width: 960px;
    margin: 0 auto 20px; }
    .footer__navi--top {
      margin-bottom: 20px;
      font-size: 0; }
      .footer__navi--top .footer__navi__links__item {
        display: inline-block;
        font-size: 16px;
        line-height: 1; }
        .footer__navi--top .footer__navi__links__item:first-child {
          margin-right: 45px; }
        .footer__navi--top .footer__navi__links__item:nth-child(2), .footer__navi--top .footer__navi__links__item:nth-child(3) {
          padding: 2px 0; }
        .footer__navi--top .footer__navi__links__item:nth-child(2) {
          margin-right: 39px; }
        .footer__navi--top .footer__navi__links__item:nth-child(3) {
          margin-right: 17px;
          padding-right: 17px;
          border-right: 1px solid #000; }
      .footer__navi--top .footer__navi__links__item:not(:first-child) {
        position: relative; }
        .footer__navi--top .footer__navi__links__item:not(:first-child) > a {
          margin-left: 18px;
          color: #000; }
          .footer__navi--top .footer__navi__links__item:not(:first-child) > a::before {
            position: absolute;
            top: 50%;
            left: 0;
            display: inline-block;
            content: "";
            width: 13px;
            height: 13px;
            margin-top: -6px;
            background: url(../img/common/ico_arrow_orange_02.gif) no-repeat 0 0; }
    .footer__navi--bottom {
      display: table; }
      .footer__navi--bottom .footer__navi__links {
        display: table-cell;
        padding: 0 10px; }
        .footer__navi--bottom .footer__navi__links:first-child {
          padding-left: 0; }
        .footer__navi--bottom .footer__navi__links:last-child {
          padding-right: 0; }
        .footer__navi--bottom .footer__navi__links + .footer__navi__links {
          border-left: 1px solid #b2b2b2; }
        .footer__navi--bottom .footer__navi__links__block + .footer__navi__links__block {
          margin-top: 30px; }
        .footer__navi--bottom .footer__navi__links__block .footer__navi__links__block--child {
          margin-left: 10px; }
          .footer__navi--bottom .footer__navi__links__block .footer__navi__links__block--child + .footer__navi__links__item {
            margin-top: 10px; }
        .footer__navi--bottom .footer__navi__links__item {
          color: #999;
          font-size: 12px;
          font-weight: bold; }
          .footer__navi--bottom .footer__navi__links__item + .footer__navi__links__item {
            margin-top: 3px; }
          .footer__navi--bottom .footer__navi__links__item + ul {
            margin-top: 7px; }
          .footer__navi--bottom .footer__navi__links__item > a {
            color: #999;
            font-size: 12px;
            font-weight: bold; }
        .footer__navi--bottom .footer__navi__links__label + .footer__navi__links__label {
          margin-top: 10px; }
  .footer__copyright {
    padding: 10px 0;
    background-color: #dcdddd; }
    .footer__copyright__inner {
      display: table;
      width: 960px;
      margin: 0 auto; }
    .footer__copyright__text, .footer__copyright__logo {
      display: table-cell;
      vertical-align: middle; }
    .footer__copyright__text {
      font-size: 10px; }
    .footer__copyright__logo {
      text-align: right; }

.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: table; }
  .pagetop > a {
    width: 64px;
    height: 48px;
    display: table-cell;
    padding: 5px 2px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    background-color: #9e9f9f;
    border-radius: 3px; }
    .pagetop > a:hover {
      opacity: .7; }
