@charset "UTF-8";
/*------------------------------------------------------
全ページ共通設定
------------------------------------------------------*/
/*clearfix*/
.clear:after {
  display: block;
  clear: both;
  content: ".";
  visibility: hidden;
  height: 0;
}

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

body {
  background-color: #fff;
  width: auto;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.6;
  font-family: "ヒラギノ角ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif, "Hiragino Sans";
  /* 明朝フォント
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, serif;*/
}
@media (max-width: 750px) {
  body {
    line-height: 1.4;
  }
}

input,
textarea,
select,
button {
  font-family: "ヒラギノ角ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif, "Hiragino Sans";
  /* 明朝フォント
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, serif;*/
}

img {
  max-width: 1600px;
  width: auto;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 1599px) {
  img {
    max-width: 100%;
  }
}

.contents {
  max-width: 1200px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
}

.contents2 {
  max-width: 1600px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
}

.head #header {
  position: relative;
}

.red {
  color: #cc0000;
}

.inner {
  width: 1200px;
  margin: auto;
}
@media (max-width: 750px) {
  .inner {
    width: 100%;
  }
}

/*--------------------------------
ヘッダー
--------------------------------*/
#header {
  background-image: url(../common/img/bg_header.png);
  background-repeat: repeat-x;
  background-position: left top;
  margin: 0 auto;
  width: auto;
  height: 175px;
  position: relative;
}
@media (max-width: 750px) {
  #header {
    height: auto;
  }
}
#header .img {
  width: 1200px;
  margin: auto;
}
@media (max-width: 750px) {
  #header .img {
    width: 100%;
  }
  #header .img img {
    width: 100%;
  }
}

/*--------------------------------
ナビ
--------------------------------*/
#nav {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 750px) {
  #nav {
    position: relative;
    bottom: auto;
  }
}
#nav ul {
  width: 1200px;
  overflow: hidden;
  *zoom: 1;
  margin: auto;
}
@media (max-width: 750px) {
  #nav ul {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    background-image: url(../common/img/menuBg.png);
    background-repeat: repeat-x;
    background-position: bottom left;
  }
}
#nav ul li {
  padding: 0;
  text-align: center;
  float: left;
  display: inline-block;
  width: auto;
  margin-right: 8px;
}
#nav ul li:last-child {
  margin-right: 0;
}
@media (max-width: 750px) {
  #nav ul li {
    margin: 0;
    display: block;
  }
  #nav ul li:nth-child(1), #nav ul li:nth-child(4) {
    width: 28%;
  }
  #nav ul li:nth-child(2), #nav ul li:nth-child(5) {
    width: 30%;
  }
  #nav ul li:nth-child(3n) {
    width: 42%;
  }
  #nav ul li:nth-child(3n) a {
    border-right: none;
  }
}
#nav ul li a {
  width: auto;
  display: block;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 17px;
  padding: 12px 30px;
  background-image: url(../common/img/menuBg.png);
  background-repeat: repeat-x;
  background-position: bottom left;
  border-radius: 6px 6px 0 0;
}
#nav ul li a:hover {
  background: none;
  background-color: #fff;
  color: #db5310;
}
@media (max-width: 750px) {
  #nav ul li a {
    border-radius: 0 0 0 0;
    background: none;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    font-size: 13px;
    padding: 15px 0;
  }
}
@media (max-width: 320px) {
  #nav ul li a {
    font-size: 12px;
  }
}

/*--------------------------------
footer
--------------------------------*/
footer#gFooter {
  padding-top: 15px;
  padding-bottom: 30px;
}
@media (max-width: 750px) {
  footer#gFooter {
    padding: 0;
  }
}
footer#gFooter #page-top {
  position: fixed;
  bottom: 65px;
  right: 20px;
  font-size: 80%;
}
footer#gFooter #page-top a {
  display: block;
  background: #db5310;
  color: #fff;
  width: 100px;
  padding: 0.8em 0;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  font-size: 13px;
  font-style: italic;
  border: solid 1px #fff;
}
footer#gFooter #page-top a i {
  margin-right: 3px;
  font-size: 15px;
}
footer#gFooter #page-top a:hover {
  background-color: #fff;
  color: #db5310;
  text-decoration: none;
  border: solid 1px #db5310;
}
@media (max-width: 750px) {
  footer#gFooter #page-top {
    right: 0;
    bottom: 1%;
  }
  footer#gFooter #page-top a {
    padding: 15px 20px;
    width: auto;
    border-radius: 5px 0px 0px 5px;
    border-right: none !important;
  }
  footer#gFooter #page-top a span {
    display: none;
  }
  footer#gFooter #page-top a i {
    margin: 0;
    font-size: 26px;
  }
}
footer#gFooter .footer_nav {
  background-color: #db5310;
}
footer#gFooter .footer_nav .nav {
  display: block;
  padding: 20px 0;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 750px) {
  footer#gFooter .footer_nav .nav {
    padding: 3% 0;
  }
}
footer#gFooter .footer_nav .nav a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 0 2em;
  border-right: 1px solid #fff;
  font-size: 16px;
}
footer#gFooter .footer_nav .nav a:last-child {
  border-right: none;
}
footer#gFooter .footer_nav .nav a:hover {
  text-decoration: underline;
}
@media (max-width: 750px) {
  footer#gFooter .footer_nav .nav a {
    font-size: 13px;
    padding: 0 0.5em 0 0.4em;
    margin: 1% 0;
  }
}
footer#gFooter .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  padding: 15px 0;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
}
@media (max-width: 750px) {
  footer#gFooter .inner {
    padding: 0;
    flex-direction: column;
  }
}
@media (max-width: 750px) {
  footer#gFooter .copy {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    font-size: 11px;
    padding: 5% 0;
    text-align: center;
  }
}
footer#gFooter .private {
  text-align: right;
}
footer#gFooter .private a {
  color: #000;
  text-decoration: underline;
}
footer#gFooter .private a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  footer#gFooter .private a {
    display: inline-block;
    line-height: 1.8;
  }
}
@media (max-width: 750px) {
  footer#gFooter .private {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    background-color: #f1f1f1;
    font-size: 12px;
    padding: 4% 0;
    text-align: center;
    width: 100%;
  }
}

/*--------------------------------
全体レイアウト
--------------------------------*/
section a {
  color: #0f6dab;
  text-decoration: underline;
}
section a:hover {
  text-decoration: none;
}
section .txt p {
  margin-bottom: 1.5em;
}
section .txt p:last-child {
  margin-bottom: 0;
}
section .frame {
  border: 1px solid #cc4d0f;
}
section h3.ttl {
  margin-bottom: 2em;
}
section #pageTitle {
  margin: 10px 0 30px;
  background-image: url(../common/img/pageTitle_bg.png);
}
@media (max-width: 750px) {
  section #pageTitle {
    margin: 1px 0 4%;
  }
}
section #pageTitle p {
  width: 1200px;
  margin: auto;
  padding: 40px 0;
}
@media (max-width: 750px) {
  section #pageTitle p {
    width: auto;
    padding: 6% 2%;
  }
}
section .toHOME a {
  display: inline-block;
  border: solid 1px #db5310;
  color: #db5310;
  padding: 10px 70px 10px 15px;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
  border: solid 1px #db5310;
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  section .toHOME a {
    font-size: 15px;
    margin: 0 3% 7%;
    padding: 1.5% 5%;
  }
}
section .toHOME a:hover {
  background-color: #db5310;
  color: #fff;
}
section .toHOME a:before {
  font-family: FontAwesome;
  content: "\f100";
  margin-right: 10px;
}
section .toHOME a span {
  transform: skewX(-11deg);
  display: inline-block;
  font-weight: bold;
}

/*==============================================

スマホ表示

==============================================*/
@media screen and (max-width: 767px) {
  .contents,
  .contents2 {
    margin-right: 2%;
    margin-left: 2%;
  }

  img {
    width: auto;
    max-width: 100%;
  }
}
