@charset "utf-8";
/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
:focus {
  outline: 0;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: """";
}
a img {
  border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font: 17px/1.8 '游ゴシック', YuGothic, 'メイリオ', Meiryo, Helvetica, Arial, sans-serif;
  color: #252525;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; /*Chrome,Safari*/
  -ms-text-size-adjust: 100%; /*EgdeMobile*/
  -moz-text-size-adjust: 100%; /*firefox*/
  font-weight: 500;
}
#toppage {
  background-color: #004991;
  color: #ffffff;
}
img {
  max-width: 100%;
  height: auto;
}
/* リンク設定
------------------------------------------------------------*/
a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  color: #624e24;
}
a:hover, a:active {
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  outline: none;
  color: #4e4e4e;
}
a.denwa {
  cursor: default;
}
a.anchor{
    display: block;
    padding-top: 95px;
    margin-top: -95px;
}
/* フォーム
------------------------------------------------------------*/
table.formTable {
  width: 100%;
  margin: 10px auto 10px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
table.formTable th {
  width: 30%;
  font-weight: normal;
  background: #efefef;
  text-align: left;
}
table.formTable td, table.formTable th {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;	
  padding: 10px;
}
input[type="text"], textarea {
  vertical-align: middle;
  width: 100%;
  line-height: 30px;
  height: 30px;
  padding: 1px 5px;
  border: 1px solid #d4d4d7;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-size: 100%;
  color: #555;
  background: #fcfcfc;
}
textarea {
  height: 150px;
  line-height: 1.5;
}
input[type="submit"], input[type="reset"], input[type="button"] {
  background: #4f4d4d;
  background: -moz-linear-gradient(top, #4f4d4d 0%, #2e2c2c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4f4d4d), color-stop(100%, #2e2c2c));
  background: -webkit-linear-gradient(top, #4f4d4d 0%, #2e2c2c 100%);
  background: -o-linear-gradient(top, #4f4d4d 0%, #2e2c2c 100%);
  background: -ms-linear-gradient(top, #4f4d4d 0%, #2e2c2c 100%);
  background: linear-gradient(to bottom, #4f4d4d 0%, #2e2c2c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f4d4d', endColorstr='#2e2c2c', GradientType=0);
  border: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  line-height: 1.5;
  font-size: 100%;
  color: #fff;
  padding: 10px 50px;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  background: #4f4d4d;
  background: -moz-linear-gradient(top, #2e2c2c 0%, #4f4d4d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2e2c2c), color-stop(100%, #4f4d4d));
  background: -webkit-linear-gradient(top, #2e2c2c 0%, #4f4d4d 100%);
  background: -o-linear-gradient(top, #2e2c2c 0%, #4f4d4d 100%);
  background: -ms-linear-gradient(top, #2e2c2c 0%, #4f4d4d 100%);
  background: linear-gradient(to bottom, #2e2c2c 0%, #4f4d4d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e2c2c', endColorstr='#4f4d4d', GradientType=0);
}
*:first-child + html input[type="submit"] {
  padding: 3px;
}
.hisu {
  color: #ff0000;
  font-size: 80%;
}
p.caution {
  margin-bottom: 10px;
  font-size: 90%;
  text-align: right;
}
/* レイアウト
------------------------------------------------------------*/
#wrapper, .inner {
  margin: 0 auto;
  width: 1000px;
}
#header, #mainNav {

}
.header-box {
  height: 75px;
position: relative;
}
#header {
	width: 100%;
  margin: 0 auto;
	background: #4e4e4e;
 position: fixed;
left: 0;
	top:0;
	z-index:500;
 min-width: 1000px;
  height: 72px;	
}
.content {
  width: 100%;
  margin: 0 auto;
}
#contact .content {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 130px 13px 0px;
}
#footer {
  min-width: 1000px;
  width: 100%;
  margin: 0 auto;
  background: #4e4e4e;
  padding: 40px 0;
}
#contact #footer {
  background: #ffffff;
  padding: 0px 0;
}
/* ヘッダー
*****************************************************/
/* ロゴ (サイトタイトル)
----------------------------------*/
#header h1 {
  float: left;
  padding-top: 24px;
	padding-left:5px;
}
#toppage #header h1 {
  float: left;
  padding-top: 7px;
	padding-left:1px;	
}
/* コンテンツメニュー
----------------------------------*/
#headerInfo {
  float: right;
  text-align: right;
  width: 350px;
}
/* トップページ　メイン画像
----------------------------------*/
#mainImg {
  line-height: 0;
  text-align: center;
  background-image: url(images/flame.png);
  background-repeat: no-repeat;
  background-position: center top;
  height: 813px;
  margin: 0px auto 50px;
  position: relative;
}
.main-logo {
  position: absolute;
  top: 410px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 552px;
  height: 253px;
  z-index: 300;
  margin: 0 auto 0;
}
#bsY, #bsY div {
  width: 770px;
  height: 592px;
} 
#bsY {
  position: relative;
  margin: 50px auto 0px; 
  overflow: hidden;
  top: 111px;
}
#bsY div {
  position: absolute;
} 
/* 点滅 */
.main-logo {
  -webkit-animation: blink 2.5s ease-in-out infinite alternate;
  -moz-animation: blink 2.5s ease-in-out infinite alternate;
  animation: blink 2.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
/* タイポグラフィ
*****************************************************/
h2 {
  margin: 0px 0 20px;
  padding: 5px 0;
  font-size: 110%;
  color: #252525;
}
h2.title {
  background-image: url(images/line_h2.png);
  background-position: left bottom;
  background-repeat: repeat-x;
  height: 60px;
  margin-bottom: 20px;
}
.post {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  margin: 100px auto 60px;
  width: 100%;
  align-items: flex-start;
  clear: both;
}
.post .post-left {
  width: 19%;
  max-width: 190px;
  text-align: center;
}
.post .post-left img{
  width: 100%;
	max-width:120px;
  height:auto;
}
.post .post-right {
  padding-left: 50px;
  text-align: left;
  width: 81%;
}
.post ol li {
  list-style: decimal;
  margin-left: 25px;
  padding-left: 5px;
	padding-bottom:5px;
}
dl.e-list dt {
  width: 6em;
  float: left;
}
dl.e-list dd {
  padding: 0 0 5px 6.5em;
}
dl.h-list dt {
  width: 7.5em;
  float: left;
}
dl.h-list dd {
  padding: 0 0 1px 8.4em;
}
dl.h-list dd.topspace {
  padding-top: 1.7em;
}
dl.h-list dt span.left {
  text-align: left;
}
dl.h-list dt span.right {
  display: block;
  text-align: right;
  padding-right: 0.3em;
}
#banners {
  margin: 0px 0 60px;
}
/* フッター
*****************************************************/
.footbox {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 30px;
  width: 100%;
  align-items: flex-start;
}
.footbox table, .gmap {
  width: 47%;
}
.gmap iframe {
  height: 270px;
  width: 470px;
}
.footbox table {
  font-size: 14px;
}
.footbox table caption {
  padding: 0 0 8px;
}
.footbox table th, .footbox table td {
  padding: 0 0 1px;
}
.footbox table th {
  width: 5em;
  text-align: justify;
  text-align-last: justify;
  text-justify: inter-ideograph
}
.footbox table td {
  padding-left: 12px;
}
.footbox table td a {
  color: #ffffff;
}
#copyright {
  clear: both;
  padding: 5px;
  text-align: center;
  font-style: normal;
  font-size: 85%;
  zoom: 1;
}
/* page navigation
------------------------------------------------------------*/
.pagenav {
  width: 100%;
  margin: 0px 0 60px;
}
.next {
  text-align: right;
}
/* トップページ 
------------------------------------------------------------*/
.thumb {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 auto 30px;
  width: 100%;
}
/* 事業案内 */
.thumbWrap {
  width: 1000px;
  overflow-x: scroll;
  margin: 0 auto 50px;
}
ul.multi {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 30px;
  width: 100%;
}
ul.multi li {
  min-width: 470px;
  margin-right: 60px;
  text-align: left;
}
ul.multi .b-box {
  width: 100%;
  height: 355px;
  background-image: url(images/line_eru.png);
  background-position: right bottom;
  background-repeat: no-repeat;
}
ul.multi img {
  margin-bottom: 30px;
}
ul.multi p {
  font-size: 24px;
  padding: 0 0 0px 165px;
}
/* 1004px以下から
------------------------------------------------------------*/
@media only screen and (max-width: 1004px) {
  #wrapper, .inner {
    width: 100%;
  }
  .content {
    width: 95%;
    margin: 0 auto;
  }
  #header, #footer {
    min-width: 100%;
  }
  #headerInfo {
    float: right;
  }
  /* トップページ　メイン画像
----------------------------------*/
  #mainImg {
    line-height: 0;
    text-align: center;
    background-image: url(images/flame.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: 514px;
    width: 632px;
    background-size: contain;
    margin: 0 auto 50px;
  }
  .main-logo {
    position: absolute;
    top: 290px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 400px;
    height: 183px;
    z-index: 300;
    margin: 0 auto;
  }
  #bsY, #bsY div {
    width: 488px;
    height: 375px;
  }
  #bsY {
    position: relative;
    margin: 50px auto 0px;
    overflow: hidden; 
    top: 70px;
  }
  #bsY div {
    position: absolute;
  } 
  /* トップページ 
------------------------------------------------------------*/
  .clear {
    display: none;
  }
  .thumb {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin: 0 auto 10px;
    flex-direction: column;
    width: 100%;
  }
  .thumb p {
    width: 100%;
    padding: 0 0px 20px 0;
  }
  .thumb p:last-child {
    text-align: right;
    padding: 0 20px 20px 0;
  }
  /* 事業案内 */
  .thumbWrap {
    width: 100%;
    overflow-x: scroll;
    margin: 0 auto 50px;
  }
  /* 企業情報 */
.footbox table, .gmap {
  width: 49%;
}	
  .gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
  }
  .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 350px;
    width: 100%;
  }

}
/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 769px) {
  #g-nav ul {
    font-size: 14px;
    padding: 26px 0px 20px;
  }
  #g-nav ul li {
    display: inline-block;
    text-align: center;
  }
  #g-nav ul li a {
    display: block;
    _float: left;
    color: #ffffff;
    padding: 0px 5px 0px;
  }
  #g-nav ul li.current-menu-item a, #g-nav ul li a:hover, #g-nav ul li a:active, #g-nav ul li.current-menu-parent a {
    background: #e1e5e5;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    color: #4e4e4e;
  }
}
/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:768px) {
  /*========= ナビゲーションのためのCSS ===============*/
  #g-nav {
    position: fixed;
    z-index: 999;
    top: -120%;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #909090;
    transition: all 0.4s;
  }
  #g-nav.panelactive {
    top: 0;
  }
  /*ナビゲーション*/
  #g-nav ul {
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  /*リストのレイアウト設定*/
  #g-nav li {
    list-style: none;
    text-align: center;
  }
  #g-nav li a {
    color: #ffffff;
    text-decoration: none;
    padding: 10px;
    display: block;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
  /*========= ボタンのためのCSS ===============*/
  .openbtn4 {
    position: absolute;
    z-index: 1999; /*ボタンを最前面に*/
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
  }
  /*×に変化*/
  .openbtn4 span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #ffffff;
    width: 45%;
  }
  .openbtn4 span:nth-of-type(1) {
    top: 15px;
  }
  .openbtn4 span:nth-of-type(2) {
    top: 23px;
  }
  .openbtn4 span:nth-of-type(3) {
    top: 31px;
  }
  .openbtn4.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  .openbtn4.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn4.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
  .thumbWrap {
    width: 100%;
  }
}
/* 幅648px以下から
------------------------------------------------------------*/
@media only screen and (max-width: 648px) {
  body {
    font: 16px/1.6 '游ゴシック', YuGothic, 'メイリオ', Meiryo, Helvetica, Arial, sans-serif;
  }
  #mainImg {
    line-height: 0;
    text-align: center;
    background-image: url(images/flame.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: 325px;
    width: 400px;
  background-size: contain;
    margin: 0 auto 50px;
  }
  .main-logo {
    position: absolute;
    top: 230px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 240px;
    height: 110px;
    z-index: 300;
    margin: 0 auto;
  }
  #bsY, #bsY div {
    width: 308px;
    height: 237px;
  }
  #bsY {
    position: relative; 
    margin: 50px auto 0px; 
    overflow: hidden; 
    top: 44px;
  }
  /* 事業案内 */
  ul.multi {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 30px;
    width: 100%;
  }
  ul.multi li {
    min-width: 280px;
    width: 280px;
    margin-right: 40px;
    text-align: left;
  }
  ul.multi .b-box {
    width: 100%;
    height: 275px;
    background-image: url(images/line_eru.png);
    background-position: right bottom;
    background-repeat: no-repeat;
  }
  ul.multi img {
    margin-bottom: 30px;
    width: 90%;
  }
  ul.multi p {
    font-size: 20px;
    padding: 0 0 0px 10px;
  }
.post .post-left {
  width: 15%;
  text-align: center;
}
.post .post-right {
  padding-left: 20px;
  text-align: left;
  width: 85%;
}
.post ol li {
  list-style: decimal;
  margin-left: 19px;
  padding-left:1px;
	padding-bottom: 5px;
}
dl.e-list dt {
  width: 5.5em;
  float: left;
}
dl.e-list dd {
  padding: 0 0 5px 6.0em;
}
dl.h-list dt {
  width: 7.5em;
  float: left;
}
dl.h-list dd {
  padding: 0 0 5px 8.0em;
}
dl.h-list dd.topspace {
  padding-top: 1.7em;
}

dl.h-list dt span.right {
  display: block;
  text-align: right;
  padding-right: 0.2em;
}
	
  /* フッター
*****************************************************/
  .footbox {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: center;
    margin: 0 auto 30px;
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
  }
  .footbox table, .gmap {
    width: 100%;
  }
  .footbox table {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
/* 幅480px以下から
------------------------------------------------------------*/
@media only screen and (max-width:480px) {
  /* 事業案内 */
.post {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  margin: 60px auto 50px;
  width: 100%;
  align-items: flex-start;
  clear: both;
	flex-direction: column;
}
.post .post-left {
  width: 100%;
	max-width:100%;
  text-align: center;
	padding-bottom:15px;	
}
.post .post-right {
  padding-left: 0px;
  text-align: left;
  width: 100%;
}
}
/* 幅428px以下から
------------------------------------------------------------*/
@media only screen and (max-width:428px) {
  #header h1 {
    float: left;
    padding-top: 24px;
    width: 85%;
  }
  #mainImg {
    line-height: 0;
    text-align: center;
    background-image: url(images/flame.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: 246px;
    width: 302px;
    background-size: contain;
    margin: 0 auto 40px;
  }
  .main-logo {
    position: absolute;
    top: 210px;
    right: 0;
    bottom: 0px;
    left: 0;
    width: 180px;
    height: 82px;
    z-index: 300;
    margin: 0 auto;
  }
  #bsY, #bsY div {
    width: 232px;
    height: 179px;
  }
  #bsY {
    position: relative;
    margin: 50px auto 0px;
    overflow: hidden; 
    top: 34px;
  }
  .openbtn4 {
    position: absolute;
    z-index: 1999;
    top: 10px;
    right: 0px;
    cursor: pointer;
    width: 50px;
    height: 50px;
  }	
h2.title {
  height: 45px;
  margin-bottom: 20px;
}	
	h2.title img{
		max-width:120px;
	}	
  .footbox table {
    font-size: 14px;
    width: 100%;
  }
  .footbox table caption {
    padding: 0 0 8px;
  }
  .footbox table th, .footbox table td {
    padding: 0 0 0px 5px;
    width: 100%;
    display: block;
  }
  .footbox table th {
    width: 100%;
    text-align: left;
    text-align-last: left;
    text-justify: inherit;
  }
  .footbox table td {
    padding-left: 0;
    padding-bottom: 8px;
  }
  /* 事業案内 */
/*.post {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  margin: 60px auto 50px;
  width: 100%;
  align-items: flex-start;
  clear: both;
	flex-direction: column;
}
.post .post-left {
  width: 100%;
	max-width:100%;
  text-align: center;
	padding-bottom:15px;	
}
.post .post-right {
  padding-left: 0px;
  text-align: left;
  width: 100%;
}
.post ol li {
  list-style: decimal;
  margin-left: 20px;
  padding-left: 5px;
	padding-bottom:5px;
}*/
dl.e-list dt {
  width: 5.5em;
  float: left;
}
dl.e-list dd {
  padding: 0 0 5px 6.0em;
}
dl.h-list dt {
  width: 7.5em;
  float: left;
}
dl.h-list dd {
  padding: 0 0 5px 7.9em;
}
dl.h-list dd.topspace {
  padding-top: 1.7em;
}

dl.h-list dt span.right {
  display: block;
  text-align: right;
  padding-right: 0.2em;
}	
/* フォーム
------------------------------------------------------------*/
table.formTable {
  width: 100%;
  margin: 10px auto 10px;
}
table.formTable td, table.formTable th {
  padding: 10px;
	display:block;
	  width: 100%;
}
table.formTable th {
  width: 100%;
  font-weight: normal;
  background: #efefef;
  text-align: left;
  border-bottom: none;
  padding: 5px 10px;	
}

}