/* theme color */
/* mixin */
/* header */
header {
  background: url(../img/top/h_bg01.jpg) no-repeat top center;
  width: 100%;
  /* inHedear */
  /* mainSlider */
}
header .inHederSec01 {
  width: 1000px;
  height: 115px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .inHederSec01 a img {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .inHederSec01 a img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
header .inHederSec01 h1 {
  display: block;
  width: 200px;
  line-height: 180%;
  font-size: 12px;
  position: absolute;
  top: 35px;
  left: 340px;
}
header .inHederSec01 .h_logo {
  position: relative;
}
header .inHederSec01 .tel {
  padding-left: 45px;
  background: url(../img/common/h_info_mark01.png) no-repeat;
  background-position: 0 50%;
  font-size: 12px;
  line-height: 150%;
}
header .inHederSec01 .tel span {
  font-size: 180%;
  font-weight: bold;
}
header .inHederSec01 .contact_btn {
  position: absolute;
  top: 25px;
  right: 0px;
}
header .inHederSec01 .btn_box a {
  display: block;
  color: #fff;
  font-size: 14px;
  background: #FF7F00;
  padding: 10px;
  border-radius: 5px;
}
header .inHederSec01 .btn_box a:hover {
  opacity: 0.7;
}
header #mainSlider {
  overflow: hidden;
  width: 100%;
}
header #mainSlider .bx-wrapper {
  overflow: visible;
  margin: 0 auto;
}
header:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
  overflow: hidden;
  line-height: 0;
}

/* Navigation */
nav {
  width: 100%;
  border-bottom: 1px solid #d1d1d1;
  background: url(../img/common/navigation/g_navi_back.gif) repeat-x;
}
nav ul {
  width: 1000px;
  margin: 0 auto;
}
nav ul li {
  width: 125px;
  height: 46px;
  background: url(../img/common/navigation/g_navi_back.gif) repeat-x;
  box-sizing: border-box;
  border-left: 1px solid #d1d1d1;
  float: left;
  /* Hover */
  /* URL */
}
nav ul li.home {
  width: 80px;
}
nav ul li a {
  color: #000;
  width: 100%;
  display: block;
  text-align: center;
  line-height: 46px;
}
nav ul li a:hover {
  color: #ff9326;
  margin-top: -3px;
}
nav ul li:last-child {
  border-right: 1px solid #d1d1d1;
}
nav ul li:hover {
  background: url(../img/common/navigation/g_navi_back_o.gif) repeat-x;
  border-top: 3px #ff9326 solid;
  color: #ff9326;
}
nav ul li.active {
  background: url(../img/common/navigation/g_navi_back_o.gif) repeat-x;
  border-top: 3px #ff9326 solid;
  color: #ff9326;
}
nav ul li.active a {
  width: 100%;
  display: block;
  text-align: center;
  line-height: 46px;
  color: #ff9326;
}
nav ul li.active a:hover {
  color: #ff9326;
  margin-top: 0px;
}
nav ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
  overflow: hidden;
  line-height: 0;
}

/* MainContents */

.back_url{
    margin-top:40px;
    padding-top:10px;
    border-top:1px #ccc solid;
}

.contentsWrap {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  margin-top: 40px;
  font-size: 14px;
  line-height: 180%;
  overflow: hidden;
  /* contents layout */
  /* section layout */
}
.contentsWrap .mainContents {
  width: 640px;
  float: left;
}
.contentsWrap .mainContents .crumbs {
  width: 100%;
  background: #ffefdf;
  padding: 10px 15px;
  box-sizing: border-box;
  font-size: 12px;
  margin-bottom: 25px;
}
.contentsWrap .mainContents .crumbs ul {
  width: 100%;
}
.contentsWrap .mainContents .crumbs ul li {
  float: left;
}
.contentsWrap .mainContents .crumbs ul li a {
  color: #333;
}
.contentsWrap .mainContents .crumbs ul li a:hover {
  color: #999;
  text-decoration: underline;
}
.contentsWrap .mainContents .crumbs ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
  overflow: hidden;
  line-height: 0;
}
.contentsWrap .side {
  width: 300px;
  float: right;
}
.contentsWrap .side h2 {
  color: #FFF;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffbe00+67,ff8300+100 */
  background: #ffbe00;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffbe00 67%, #ff8300 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(67%, #ffbe00), color-stop(100%, #ff8300));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffbe00 67%, #ff8300 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffbe00 67%, #ff8300 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffbe00 67%, #ff8300 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffbe00 67%, #ff8300 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbe00', endColorstr='#ff8300',GradientType=0 );
  /* IE6-9 */
  padding: 15px;
  padding-left: 30px;
  box-sizing: border-box;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  margin: 0px;
}
.contentsWrap .side h2:before {
  margin-left: 15px;
  background: #FFF;
}
.contentsWrap .side .side_menu {
  margin-bottom: 40px;
}
.contentsWrap .side .side_menu li {
  margin: 0px;
}
.contentsWrap .side .side_menu li a {
  display: block;
  width: 100%;
  padding: 10px;
  border-top: 1px #d6d6d6 solid;
  border-right: 1px #d6d6d6 solid;
  border-left: 1px #d6d6d6 solid;
  box-sizing: border-box;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fefefe+67,eeeeee+100 */
  background: #fefefe;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fefefe 67%, #eeeeee 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(67%, #fefefe), color-stop(100%, #eeeeee));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fefefe 67%, #eeeeee 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fefefe 67%, #eeeeee 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fefefe 67%, #eeeeee 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fefefe 67%, #eeeeee 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#eeeeee',GradientType=0 );
  /* IE6-9 */
  color: #ff9326;
}
.contentsWrap .side .side_menu li:last-child a {
  border-bottom: 1px #d6d6d6 solid;
}
.contentsWrap .side .side_menu li.active a {
  background: #fefefe !important;
}
.contentsWrap h2 {
  position: relative;
  margin: 0 0 15px;
  padding: 5px 0 2px 18px;
  font-size: 180%;
  font-weight: bold;
  color: #ff9326;
  letter-spacing: 1px;

}
.contentsWrap h2:before {
  content: "";
  width: 6px;
  height: 25px;
  background: #ff9326;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

/*20170911 追記*/
.square_btn{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #FF7F00;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #D96D00;
    border-radius: 3px;
}
.square_btn:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}

/* Footer */
footer {
  margin-top: 70px;
}
footer .f_nav {
  background: #ff9326;
  width: 100%;
  height: 80px;
}
footer .f_nav ul {
  width: 1000px;
  margin: 0 auto;
}
footer .f_nav ul li {
  float: left;
  line-height: 80px;
  color: #FFF;
}
footer .f_nav ul li a {
  padding: 0px 10px;
  color: #FFF;
}
footer .f_nav ul li a:hover {
  text-decoration: underline;
}
footer .f_nav ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
  overflow: hidden;
  line-height: 0;
}
footer .f_cont {
  width: 1000px;
  margin: 0 auto;
  padding: 35px 0px;
}
footer .f_cont .f_left {
  width: 600px;
  float: left;
}
footer .f_cont .f_left h2 {
  margin-bottom: 25px;
}
footer .f_cont .f_left p {
  line-height: 170%;
}
footer .f_cont .f_right {
  width: 380px;
  float: left;
}
footer .f_cont:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
  overflow: hidden;
  line-height: 0;
}
footer .copy {
  background: #666666;
  height: 60px;
}
footer .copy p {
  display: block;
  width: 1000px;
  margin: 0 auto;
  line-height: 60px;
  text-align: right;
  color: #FFF;
  font-size: 12px;
}

.spPic{
  display: none;
}

.spMenu{
  display: none;
}
