﻿
*,
*:before,
*:after {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  vertical-align: unset;
}
a {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .navitopicpath_ {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .navitopicpath_ a {
    color: #401c04;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    margin: 0 0.5em;
  }
  .navitopicpath_ a.topicpath_home_ {
    font-weight: normal;
    padding-left: 20px;
    font-size: 12px;
    margin-left: 0;
    background: url(../image/home.png) left top no-repeat;
  }
  .common_headline1_ {
    position: relative;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1.8px;
    line-height: 22px;
    text-align: left;
    padding: 15px 17px;
    margin: 0 0 20px;
    background: url(../image/h1_bg.png) left center repeat;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  body,
  html {
    font-size: 14px !important;
  }
  .wrapper {
    overflow-x: hidden;
  }
  .navitopicpath_ {
    width: 100%;
    padding: 5px;
    color: #a79f9d;
    background: #ebe7de;
  }
  .navitopicpath_ a {
    color: #a79f9d;
    text-decoration: none;
  }
  .navitopicpath_ a.topicpath_home_ {
    padding-left: 20px;
    margin: 0;
    background: url(../image/home1.png) left center no-repeat;
    background-size: auto 10px;
  }
  .common_headline1_ {
    position: relative;
    color: #fff;
    font-size: 14px;
    font-family: "游明朝", "YuMincho";
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 14px;
    text-align: left;
    padding: 8px 10px;
    margin: 10px 5px;
    background: url(../image/h1_bg.png) left center repeat;
    box-sizing: border-box;
  }
  .navitopicpath_ {
    width: auto !important;
  }
}
