@charset "UTF-8";
/* プロジェクションメディアCSS Document */
/******************************************************************
	変数設定
*******************************************************************/
/*色設定*/
/*ブレイクポイント*/
/*flex設定*/
/*ポジションセンター*/
/******************************************************************
　フォント設定
*******************************************************************/
/******************************************************************
	基本設定
******************************************************************/
* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
}

@font-face {
  font-family: hanazono;
  src: url("fonts/hanazono.eot");
  /* IE9以上用 */
  src: url("fonts/hanazono.eot?#iefix") format("embedded-opentype"), url("fonts/hanazono.woff") format("woff"), url("fonts/hanazono.ttf") format("truetype");
  /* iOS, Android用 */
  font-weight: normal;
  font-style: normal;
}
body, table, th, tr, td {
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  color: #000000;
  line-height: 1.0;
  vertical-align: top;
  text-align: left;
}

.mincho {
  font-family: hanazono, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN" , "ＭＳ Ｐ明朝" , "MS PMincho" , "メイリオ", Meiryo, serif;
}

.gothic {
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

img {
  border: 0px;
  display: block;
}

p {
  margin: 0px;
  padding: 0px;
  line-height: 1.5;
}

ul {
  list-style: none;
}

a {
  cursor: pointer;
  color: #6699f0;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: #f06699;
  text-decoration: none;
  transition: 0.3s;
}

hr {
  margin: 0px 0px;
  border: none;
  border-top: #999999 1px solid;
}

.text {
  line-height: 1.5;
}

.red {
  color: #f06699;
}

.gray {
  color: #666666;
}

.small {
  font-size: 14px;
}

.clear {
  clear: both;
  width: 0px;
  height: 0px;
  margin: 0px;
  padding: 0px;
  font-size: 1%;
  visibility: hidden;
  line-height: 1%;
}

/******************************************************************
	ヘッダー
******************************************************************/
header {
  position: fixed;
  width: 100%;
  height: 70px;
  background: #ffffff;
  z-index: 1;
  border-bottom: 3px #000000 solid;
}

nav#nav_pc {
  width: 1020px;
  margin: 15px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
nav#nav_pc p#menu-logo {
  width: 300px;
}
nav#nav_pc ul {
  width: auto;
  float: right;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
nav#nav_pc ul li {
  font-size: 15px;
  text-align: center;
  margin-left: 20px;
}
nav#nav_pc ul li a {
  color: #3170b9;
  padding: 10px;
  font-weight: bold;
  border-bottom: 2px #fff solid;
}
nav#nav_pc ul li a:hover {
  border-bottom: 2px #3170b9 solid;
}
nav#nav_pc ul li#menu-contact a {
  width: 140px;
  padding: 10px 25px;
  border: 2px #3170b9 solid;
  border-radius: 40px;
  background: #3170b9;
  color: #fff;
}
nav#nav_pc ul li#menu-contact a:hover {
  background: #ffffff;
  color: #3170b9;
  border: 2px #3170b9 solid;
}

div#header-padding {
  height: 70px;
  background: #000000;
}

nav#nav_mb {
  width: 100%;
  margin: 0px;
  display: none;
}

/******************************************************************
	フッター
******************************************************************/
footer {
  background: #000000;
  margin: 0;
  padding: 20px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  border-top: 2px #000000 solid;
}

footer div#copyright {
  padding: 0px 0px 0px;
}

/******************************************************************
	メイン共通
******************************************************************/
main {
  width: 1020px;
  margin: 0 auto;
}

section {
  width: 1020px;
  margin: 40px auto 120px;
  box-sizing: border-box;
}

section div {
  margin: auto;
  box-sizing: border-box;
}

/*お問い合わせボタン*/
main div.main-contact {
  margin: 120px auto 140px;
  font-size: 24px;
  text-align: center;
}

main div.main-contact a {
  color: #ffffff;
  padding: 30px 60px;
  background: #ff9900;
  transition: 0.3s;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  border-radius: 10px;
}

main div.main-contact a:hover {
  color: #ffffff;
  background: #ffcc00;
}

/*製品ラインアップ*/
section#product-lineup {
  margin: 0px auto;
  padding: 65px 0px 0px 0px;
}

section#product-lineup h2 {
  margin: 0px auto 0px;
  padding: 50px 0px 50px;
  color: #000000;
  font-size: 30px;
  text-align: center;
  border-top: #000000 3px solid;
}

section#product-lineup h3 {
  background: #000000;
  color: #ffffff;
  font-size: 24px;
  padding: 10px;
  margin: 0px auto 20px;
  text-align: left;
  border: #999999 3px double;
  border-radius: 10px;
}

section#product-lineup div.lineup-bn {
  margin-bottom: 60px;
}

section#product-lineup div.lineup-bn li {
  width: 160px;
  height: 160px;
  margin: 0px 12px 12px 0px;
  padding: 0px;
  color: #000000;
  display: inline-block;
  float: left;
  box-sizing: border-box;
}

section#product-lineup div.lineup-bn li:nth-child(6n) {
  margin: 0px 0px 12px 0px;
}

section#product-lineup div.lineup-bn li img {
  width: 160px;
  height: 160px;
}

section#product-lineup div.lineup-bn li a {
  width: 160px;
  height: 160px;
  margin: 0px;
  padding: 0px;
  display: inline-block;
}

section#product-lineup div.lineup-bn li a:hover {
  opacity: 0.7;
}

section#product-lineup div.lineup-bn li a img {
  box-sizing: border-box;
  z-index: -1;
  position: relative;
}

section#product-lineup div.lineup-bn li p {
  font-size: 12px;
  line-height: 1.0;
  display: none;
}

section#product-lineup div.lineup-bn li a p.mb_title {
  display: none;
}

/******************************************************************
	背景スイッチャー
******************************************************************/
/*タイトルイメージ*/
div#index-imageback {
  background: #000000 center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 600px;
  margin: 0;
  padding: 0px;
  box-sizing: border-box;
  min-width: 1020px;
}

div#index-image {
  width: 1020px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  height: 600px;
}
div#index-image p {
  text-align: center;
  padding: 0px;
  position: absolute;
}
div#index-image p img {
  width: 100%;
}
div#index-image p.index-image_title {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 600px;
  width: 80%;
  text-align: center;
}
div#index-image p.index-image_bn {
  max-width: 500px;
  width: 70%;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  background: #fff;
}
div#index-image p.index-image_bn a:hover {
  opacity: 0.8;
  transition: all .2s ease-out;
}

/*タイトルイメージ(製品ページ)*/
div#product-imageback {
  background: url("../material/top_image04.jpg") center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 200px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  min-width: 1020px;
}

div#product-image {
  width: 1020px;
  margin: 0 auto;
  padding: 0;
}
div#product-image p {
  text-align: center;
  padding: 0px;
}

/******************************************************************
	トップページ　index.html
******************************************************************/
/*概要文*/
section#about .about_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 70px 0;
}
section#about h2 {
  margin: 0px auto 0px;
  padding: 40px 0px 80px;
  color: #000000;
  font-size: 30px;
  text-align: center;
  width: 100%;
}
section#about h2 span {
  padding: 0 0 0 1em;
}
section#about .about01_txt {
  width: 55%;
}
section#about .about01_txt p {
  font-size: 16px;
  padding: 0px;
  margin-bottom: 30px;
  line-height: 1.8;
}
section#about .about01_img {
  width: 40%;
}
section#about .about01_img img {
  width: 100%;
}

section#case h5 {
  background: #00a0e9;
  background: linear-gradient(90deg, #00a0e9 0%, #83d4f9 100%);
  color: #FFF;
  padding: 15px 0 15px 15px;
  font-size: 20px;
  margin-bottom: 30px;
}
section#case .case_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 70px 0;
}
section#case .case_place p {
  width: 23%;
  text-align: center;
  border: 3px #00a0e9 solid;
  border-radius: 10px;
  padding: 10px;
  color: #00a0e9;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
}
section#case .case_place p img {
  width: 60%;
  display: block;
  margin: 0 auto 5px;
}
section#case .case_mv {
  width: 50%;
}
section#case .case_mv_video {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
section#case .case_mv_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section#case .case_txt {
  width: 45%;
}
section#case .case_txt p {
  font-size: 16px;
  padding: 0px;
  margin-bottom: 30px;
  line-height: 1.8;
}
section#case .case_txt .bt-gallery {
  width: 80%;
  margin: 0 auto;
}
section#case .case_txt .bt-gallery a {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 18px;
  background: #3170b9;
  color: #ffffff;
  border: 2px #3170b9 solid;
  padding: 15px 20px;
  border-radius: 5px;
  font-weight: bold;
}
section#case .case_txt .bt-gallery a:hover {
  background: #fff;
  color: #3170b9;
}

/*比較表*/
section#index-spec h2 {
  margin: 0px auto 0px;
  padding: 50px 0px 50px;
  color: #000000;
  font-size: 30px;
  text-align: center;
  border-top: #000000 3px solid;
}

table.table-indexspec, table.table-indexspec th, table.table-indexspec td {
  font-size: 10px;
  text-align: center;
  vertical-align: middle;
}

table.table-indexspec {
  width: 1020px;
  border-top: #cccccc 1px solid;
  box-sizing: border-box;
  border-collapse: collapse;
}
table.table-indexspec th {
  width: auto;
  padding: 10px;
  border: #cccccc 1px solid;
  box-sizing: border-box;
  background: #e5e5e5;
}
table.table-indexspec td {
  padding: 10px 5px;
  border: #cccccc 1px solid;
  box-sizing: border-box;
  background: #ffffff;
  line-height: 1.3;
}
table.table-indexspec td span.list-mark {
  font-size: 10px;
}
table.table-indexspec td.number {
  text-align: left;
  font-weight: bold;
}
table.table-indexspec td.name {
  text-align: left;
}

p.index-caution {
  font-size: 13px;
  margin-top: 15px;
}

h4 {
  width: 800px;
  font-size: 20px;
  color: #3270b9;
  margin: 60px auto 0;
  text-align: left;
  border-bottom: 2px #3270b9 solid;
  border-left: 8px #3270b9 groove;
  padding: 10px 0 10px 10px;
  box-sizing: border-box;
}

p.bn_link {
  width: 800px;
  margin: 20px auto 0;
  text-align: center;
}

p.bn_link a {
  width: 100%;
  display: block;
}

p.bn_link a img {
  border: 1px #ddd solid;
  box-sizing: border-box;
  width: 100%;
}

p.bn_link a:hover {
  opacity: 0.6;
}

/******************************************************************
	トップページ　index.html (スマートフォン用)
******************************************************************/
@media only screen and (max-width: 600px) {
  /*概要文*/
  section#about .about_wrapper {
    flex-direction: column;
    width: 90%;
    margin: 0 auto 40px;
  }
  section#about .about01_txt {
    width: 100%;
  }
  section#about .about01_img {
    width: 100%;
  }
  section#about .about02_txt {
    width: 100%;
    margin: 20px 0 0 0;
  }
  section#about .about02_txt p {
    font-size: 16px;
    padding: 0px;
    margin-bottom: 30px;
    line-height: 1.8;
  }
  section#about .about02_txt .bt-gallery {
    width: 60%;
    margin: auto;
  }
  section#about .about02_mv {
    width: 100%;
  }
  section#about h2#h2_pc {
    display: none;
    margin: 0px;
    padding: 0px;
  }
  section#about h2#h2_mobile {
    display: block;
    margin: 0px auto 0px;
    padding: 30px 0px 30px;
    color: #000000;
    font-size: 20px;
    text-align: center;
  }
  section#about p#about_img {
    width: 100%;
    float: none;
    background: #cccccc;
    height: auto;
  }
  section#about p#about_img img {
    width: 100%;
    display: none;
  }
  section#about div#about_txt {
    width: 95%;
    float: none;
    margin: 10px auto;
    font-size: 14px;
  }
  section#about div#about_txt p {
    font-size: 14px;
    padding: 0px;
    margin-bottom: 30px;
    line-height: 1.8;
  }

  section#case h5 {
    width: 100%;
    margin: 0 auto 20px;
    background: linear-gradient(90deg, #00a0e9 60%, #83d4f9 100%);
  }
  section#case .case_wrapper {
    width: 100%;
    margin: 0 auto 15px;
  }
  section#case .case_place p {
    width: 48%;
    margin-bottom: 4%;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    border-width: 2px;
  }
  section#case .case_place p img {
    display: inline-block;
    width: 26%;
    margin: 0;
  }
  section#case .case_place p span {
    width: 65%;
    font-size: 16px;
    text-align: left;
  }
  section#case .case_mv {
    width: 100%;
  }
  section#case .case_txt {
    width: 100%;
    margin: 10px 0 0 0;
  }
  section#case .case_txt p {
    margin-bottom: 20px;
  }
  section#case .case_txt .bt-gallery {
    margin: 0 auto;
    width: 80%;
  }

  /*比較表*/
  #index-spec {
    width: 90%;
  }
  #index-spec .index-spec-box {
    width: 100%;
    overflow: auto;
    margin: 0 auto;
    padding: 5px;
  }

  /*スクロールヒント表示位置カスタマイズ*/
  .scroll-hint-icon {
    top: calc(20% - 25px) !important;
  }

  h4 {
    width: 90%;
  }

  p.bn_link {
    width: 90%;
  }
}
/******************************************************************
	製品ページ
******************************************************************/
/*製品仕様*/
div#detail-table {
  width: 100%;
  margin: 40px auto 40px;
}

p#product-caution {
  background: #FFC2C2;
  color: #980000;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 30px;
  font-weight: bold;
}

/*製品画像(左側)*/
div#detail-image {
  width: 480px;
  padding: 0;
  vertical-align: top;
  text-align: center;
  float: left;
}

div#detail-image p#detail-mainimage {
  width: 480px;
  height: 480px;
  padding: 0;
  display: block;
  box-shadow: 0 0 0 1px rgba(170, 163, 204, 0.4) inset;
}

div#detail-image p#detail-mainimage img {
  width: 480px;
  height: 480px;
  z-index: -1;
  position: relative;
}

div#detail-thumbnail {
  padding: 0;
  margin-top: 10px;
}

div#detail-thumbnail div {
  width: 117px;
  margin: 0px 4px 4px 0px;
  padding: 0px;
  color: #ffffff;
  display: inline-block;
  float: left;
}

div#detail-thumbnail div:nth-child(4n) {
  margin: 0px 0px 4px 0px;
}

div#detail-thumbnail div a {
  width: 117px;
  height: 117px;
  margin: 0px;
  padding: 0px;
  display: block;
  box-shadow: 0 0 0 1px rgba(170, 163, 204, 0.4) inset;
  transition: 0.3s;
  position: relative;
  box-sizing: border-box;
}

div#detail-thumbnail div a:hover {
  opacity: 0.7;
}

div#detail-thumbnail div a img {
  width: 117px;
  height: 117px;
  z-index: -1;
  position: relative;
}

div#detail-movie {
  width: 480px;
  padding: 0;
  margin-top: 20px;
}

div#detail-movie img {
  width: 480px;
  transition: 0.3s;
}

div#detail-movie img:hover {
  opacity: 0.7;
}

/*製品仕様(右側)*/
div#detail-spec {
  width: 520px;
  padding: 0px;
  vertical-align: top;
  float: right;
}

div#detail-spec strong#spec-subtitle {
  font-size: 14px;
  color: #000000;
  line-height: 1.0;
  margin: 0;
  padding: 0 0 0 0px;
}

div#detail-spec h3#spec-title {
  margin: 10px 0 20px;
  padding: 10px 0px 10px 0px;
  background: none;
  color: #000000;
  font-size: 28px;
  border-top: 3px double #000000;
  border-bottom: 3px double #000000;
  line-height: 1.0;
}

div#detail-spec h3#spec-title span {
  font-size: 14px;
}

div#detail-spec p {
  margin: 20px 0 40px;
  padding: 0px;
  color: #000000;
}

span.mark {
  vertical-align: super;
}

span.mark-s {
  font-size: 10px !important;
}

p.caution {
  font-size: 13px;
}

div#detail-spec table.table-spec, table.table-spec th, table.table-spec td {
  font-size: 15px;
  line-height: 1.6;
}

div#detail-spec table.table-spec {
  width: auto;
  border-top: #cccccc 1px solid;
  box-sizing: border-box;
  border-collapse: collapse;
}

div#detail-spec table.table-spec th {
  width: 150px;
  padding: 15px;
  border-right: #cccccc 1px solid;
  border-bottom: #cccccc 1px solid;
  box-sizing: border-box;
  background: #f0f0f0;
}

div#detail-spec table.table-spec td {
  width: 370px;
  padding: 15px;
  border-bottom: #cccccc 1px solid;
  box-sizing: border-box;
  background: #ffffff;
}

p#detail-back {
  padding: 0;
  text-align: right;
}

p#detail-back span {
  display: block;
  text-align: center;
}

p#detail-back a {
  width: 150px;
  margin: 0 0 0 auto;
  padding: 5px 0px;
  display: block;
  border: #999999 1px solid;
  line-height: 1.0;
}

/******************************************************************
	動画紹介　movie.html
******************************************************************/
section#movie-lineup {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

section#movie-lineup div.movie-image {
  width: 480px;
  margin: 0 0 40px 0;
}

section#movie-lineup div.movie-image img {
  width: 100%;
  transition: 0.3s;
}

section#movie-lineup div.movie-image img:hover {
  opacity: 0.7;
}

section#movie-lineup div.movie-image span {
  display: block;
  font-size: 14px;
  padding: 5px 3px 0px;
}

section#movie-lineup div.movie-image span a {
  color: #000000;
  text-decoration: underline;
  opacity: 1.0;
}

section#movie-lineup div.movie-image span a:hover {
  color: #6699f0;
}

/******************************************************************
	事例紹介　gallery.html
******************************************************************/
section#gallery-lineup {
  margin: 0px auto;
  padding: 40px 0px 40px 0px;
  width: 100%;
}

section#gallery-lineup ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: inherit;
  padding: 0 20px;
}

section#gallery-lineup ul li {
  width: 32%;
  margin-bottom: 2%;
  background: #000;
}

section#gallery-lineup ul li a:hover {
  opacity: 0.6;
}

section#gallery-lineup ul li img {
  width: 100%;
}

/******************************************************************
	お問い合わせ　contact.html
******************************************************************/
section#contact {
  margin: 0px auto;
  padding: 40px 0px 80px 0px;
}

section#contact h2 {
  margin: 0px auto 0px;
  padding: 40px 0px 80px;
  color: #000000;
  font-size: 30px;
  text-align: center;
}

section#contact p {
  margin: 0px auto 0px;
  padding: 0px 0px 40px;
  color: #000000;
}

section#contact div#contact-address {
  margin: 120px auto 0px;
  font-size: 24px;
  text-align: center;
}

section#contact div#contact-address img {
  margin: 0px auto 0px;
  text-align: center;
}

p#contact-text {
  margin-top: 20px !important;
}

/*フォームボタン*/
section#contact div#contact-formbutton {
  margin: 40px auto 40px;
  font-size: 28px;
  text-align: center;
}

section#contact div#contact-formbutton a {
  color: #ffffff;
  padding: 50px 100px;
  background: #ff9900;
  transition: 0.3s;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  border-radius: 10px;
}

section#contact div#contact-formbutton a:hover {
  color: #ffffff;
  background: #ffcc00;
}

/* ---------------------------------------------------------------------- */
/* スマートフォン用（600px以下用）の記述*/
@media only screen and (max-width: 600px) {
  /* ---------------------------------------------------------------------- */
  /******************************************************************
  	ヘッダー(スマートフォン用)
  ******************************************************************/
  header {
    position: fixed;
    width: 100%;
    height: 70px;
    margin: 0px;
    padding: 0px;
    /*box-sizing: content-box;*/
  }

  nav#nav_pc {
    width: 100%;
    margin: 0px;
    padding: 0px 10px;
  }

  nav#nav_pc p#menu-logo {
    float: none;
    width: 100%;
    height: 70px;
    line-height: 70px;
  }

  nav#nav_pc p#menu-logo img {
    width: 50%;
    margin: 0px;
    display: inline-block;
    vertical-align: middle;
  }

  nav#nav_pc ul {
    width: auto;
    float: none;
    display: none;
  }

  div#header-padding {
    height: 70px;
    background: #ffffff;
    display: block;
  }

  /*アコーディオンメニュー*/
  nav#nav_mb {
    width: 100%;
    margin: 0px;
    display: block;
  }

  div#menu_accordion-box {
    z-index: 1;
    position: fixed;
    height: 0px;
    top: -46px;
    width: 100%;
  }

  div#menu_accordion-box div#menu_accordion-back {
    position: relative;
    background: rgba(64, 64, 64, 0.9);
    margin: auto;
  }

  div#menu_accordion-box p#menu-button,
  div#menu_accordion-box p#menu-button-off {
    position: absolute;
    right: 15px;
    top: 46px;
    width: 100px;
    height: 50px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 0px 0px 10px 10px;
    font-size: 12px;
    line-height: 50px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
  }

  div#menu_accordion-box p#menu-button-off {
    display: none;
  }

  div#menu_accordion-box ul#menulist_mb li {
    float: left;
    width: 20%;
    line-height: 45px;
    padding: 0px;
    background: #666666;
    margin-bottom: 0px;
    font-size: 10px;
    text-align: center;
    margin-left: 0px;
    display: block;
  }

  div#menu_accordion-box ul#menulist_mb li a {
    color: #ffffff;
    display: block;
    font-weight: bold;
    background: #454545;
    border: #cccccc 1px solid;
    box-sizing: border-box;
  }

  div#menu_accordion-box ul#menulist_mb li a:hover {
    background: #6699f0;
  }

  /******************************************************************
  	フッター(スマートフォン用)
  ******************************************************************/
  footer {
    width: 100%;
    background: #000000;
    margin: 0;
    padding: 20px 0px 20px;
    color: #ffffff;
    text-align: center;
    font-size: 11px;
    border-top: 2px #000000 solid;
  }

  footer div#copyright {
    padding: 0px 0px 0px;
  }

  /******************************************************************
  	メイン共通(スマートフォン用)
  ******************************************************************/
  main {
    width: 100%;
    margin: 0 auto;
  }

  section {
    width: 90%;
    margin: 20px auto 40px;
    box-sizing: border-box;
  }

  section div {
    margin: auto;
    box-sizing: border-box;
  }

  /*お問い合わせボタン*/
  main div.main-contact {
    width: 80%;
    margin: 60px auto 60px;
    font-size: 18px;
    text-align: center;
  }

  main div.main-contact a {
    width: 100%;
    color: #ffffff;
    padding: 30px 20px;
    background: #ff9900;
    transition: 0.3s;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
  }

  main div.main-contact a:hover {
    color: #ffffff;
    background: #ffcc00;
  }

  main div.main-contact a span {
    display: none;
  }

  /*製品ラインアップ*/
  section#product-lineup {
    margin: 0px auto;
    padding: 70px 0px 0px 0px;
    width: 90%;
  }

  section#product-lineup h2 {
    margin: 0px auto 0px;
    padding: 50px 0px 50px;
    color: #000000;
    font-size: 24px;
    text-align: center;
    border-top: #000000 3px solid;
  }

  section#product-lineup h3 {
    background: #000000;
    color: #ffffff;
    font-size: 18px;
    padding: 10px;
    margin: 0px auto 3%;
    text-align: left;
    border: #999999 3px double;
    border-radius: 10px;
    width: 98%;
  }

  section#product-lineup div.lineup-bn {
    margin-bottom: 60px;
  }

  section#product-lineup div.lineup-bn li {
    width: 32%;
    height: 32%;
    margin: 0% 0% 1% 1%;
    padding: 0px;
    display: inline-block;
    float: left;
    box-sizing: border-box;
  }

  section#product-lineup div.lineup-bn li:nth-child(6n) {
    margin: 0% 0% 1% 1%;
  }

  section#product-lineup div.lineup-bn li img {
    width: 100%;
    height: 100%;
  }

  section#product-lineup div.lineup-bn li a {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    display: inline-block;
  }

  section#product-lineup div.lineup-bn li a img {
    box-sizing: border-box;
    z-index: -1;
    position: relative;
  }

  section#product-lineup div.lineup-bn li p {
    font-size: 12px;
    line-height: 1.0;
    display: none;
  }

  section#product-lineup div.lineup-bn li a p.mb_title {
    display: none;
  }

  /******************************************************************
  	背景スイッチャー　(スマートフォン用)
  ******************************************************************/
  /*タイトルイメージ(トップページ)*/
  div#index-imageback {
    background: #000000 center center no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0px;
    box-sizing: border-box;
    min-width: inherit;
  }

  div#index-image {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    height: auto;
    min-height: 400px;
  }

  div#index-image img {
    width: 100%;
  }

  div#index-image p {
    text-align: center;
    padding: 0px;
  }

  /*タイトルイメージ(トップページ以外)*/
  div#product-imageback {
    background: #000000 center center no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    min-width: inherit;
  }

  div#product-image {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  div#product-image img {
    width: 100%;
  }

  div#product-image p {
    text-align: center;
    padding: 0px;
  }

  /******************************************************************
  	製品ページ　glassfilm.html textile.html dome.html (スマートフォン用)
  ******************************************************************/
  /*製品仕様*/
  div#detail-table {
    width: 100%;
    margin: 40px auto 40px;
  }

  /*製品画像(左側)*/
  div#detail-image {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
    vertical-align: top;
    text-align: center;
    float: none;
  }

  div#detail-image p#detail-mainimage {
    width: 100%;
    height: 100%;
    padding: 0;
    display: block;
    box-shadow: 0 0 0 1px rgba(170, 163, 204, 0.4) inset;
  }

  div#detail-image p#detail-mainimage img {
    width: 100%;
    height: 100%;
    z-index: -1;
    position: relative;
  }

  div#detail-thumbnail {
    padding: 0;
    margin-top: 2%;
  }

  div#detail-thumbnail div {
    width: 23%;
    margin: 0% 1% 2% 1%;
    padding: 0px;
    color: #ffffff;
    display: inline-block;
    float: left;
  }

  div#detail-thumbnail div:nth-child(4n) {
    margin: 0% 1% 2% 1%;
  }

  div#detail-thumbnail div a {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    display: block;
    box-shadow: 0 0 0 1px rgba(170, 163, 204, 0.4) inset;
    transition: 0.3s;
    position: relative;
    box-sizing: border-box;
  }

  div#detail-thumbnail div a:hover {
    box-shadow: 0 0 0 3px rgba(153, 138, 229, 0.7) inset;
  }

  div#detail-thumbnail div a img {
    width: 100%;
    height: 100%;
    z-index: -1;
    position: relative;
  }

  div#detail-movie {
    background: #cccccc;
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }

  div#detail-movie img {
    width: 100%;
  }

  /*製品仕様(右側)*/
  div#detail-spec {
    width: 98%;
    padding: 0px;
    margin-bottom: 0px;
    vertical-align: top;
    float: none;
  }

  div#detail-spec strong#spec-subtitle {
    font-size: 14px;
    color: #000000;
    line-height: 1.0;
    margin: 0;
    padding: 0 0 0 5px;
  }

  div#detail-spec h3#spec-title {
    margin: 5px 0 20px;
    padding: 10px 5px 10px 5px;
    background: none;
    color: #000000;
    font-size: 24px;
    border-top: 3px double #000000;
    border-bottom: 3px double #000000;
    line-height: 1.0;
  }

  div#detail-spec h3#spec-title span {
    font-size: 14px;
  }

  div#detail-spec p {
    margin: 20px 0 20px;
    padding: 0px 5px;
    color: #000000;
    font-size: 16px;
  }

  div#detail-spec table.table-spec, table.table-spec th, table.table-spec td {
    font-size: 15px;
  }

  div#detail-spec table.table-spec {
    width: 100%;
    border-top: #a5a5a5 1px solid;
    box-sizing: border-box;
    border-collapse: collapse;
  }

  div#detail-spec table.table-spec th {
    width: 35%;
    padding: 15px;
    border-right: #a5a5a5 1px solid;
    border-bottom: #a5a5a5 1px solid;
    box-sizing: border-box;
    background: #e5e5e5;
  }

  div#detail-spec table.table-spec td {
    width: 65%;
    padding: 15px;
    border-bottom: #a5a5a5 1px solid;
    box-sizing: border-box;
    background: #ffffff;
  }

  p#detail-back {
    padding: 0;
    text-align: right;
  }

  p#detail-back span {
    display: block;
    text-align: center;
  }

  p#detail-back a {
    width: 150px;
    margin: 0 0 0 auto;
    padding: 5px 0px;
    display: block;
    border: #999999 1px solid;
    line-height: 1.0;
  }

  /******************************************************************
  	動画紹介　movie.html (スマートフォン用)
  ******************************************************************/
  section#movie-lineup {
    margin: 0px auto;
    padding: 40px 0px 0px 0px;
  }

  section#movie-lineup div.movie-image {
    width: 80%;
    padding: 0;
    margin: 0px auto 10% auto;
    float: none;
  }

  section#movie-lineup div.movie-image:nth-child(2n+1) {
    margin: 0px auto 10% auto;
  }

  section#movie-lineup div.movie-image img {
    width: 100%;
    display: block;
  }

  section#movie-lineup div.movie-image span {
    display: block;
    font-size: 10px;
    padding: 0px;
    margin: 20px auto 0px;
    text-align: center;
  }

  section#movie-lineup div.movie-image span a {
    color: #000000;
    text-decoration: none;
    opacity: 1.0;
    background: #ffffff;
    border: #cccccc 1px solid;
    padding: 5px 10px;
    border-radius: 10px;
  }

  section#movie-lineup div.movie-image span a:hover {
    color: #6699f0;
  }

  /******************************************************************
  	事例紹介　gallert.html (スマートフォン用)
  ******************************************************************/
  /******************************************************************
  	お問い合わせ　contact.html (スマートフォン用)
  ******************************************************************/
  section#contact {
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
  }

  section#contact h2 {
    margin: 0px auto 0px;
    padding: 30px 0px 30px;
    color: #000000;
    font-size: 20px;
    text-align: center;
  }

  section#contact div#contact-image {
    margin: 0px auto 2%;
    padding: 0px;
  }

  section#contact div#contact-image img {
    width: 100%;
  }

  section#contact p#contact-text {
    width: 96%;
    margin: 0px auto 0px;
    padding: 0px 0px 0px;
    font-size: 14px;
    color: #000000;
  }

  section#contact div#contact-address {
    margin: 40px auto 40px;
    font-size: 24px;
    text-align: center;
  }

  section#contact div#contact-address img {
    width: 90%;
    margin: 0px auto 0px;
    text-align: center;
  }

  p#contact-text {
    margin-top: 20px !important;
  }

  /*フォームボタン*/
  section#contact div#contact-formbutton {
    width: 80%;
    margin: 60px auto 60px;
    font-size: 18px;
    text-align: center;
  }

  section#contact div#contact-formbutton a {
    width: 100%;
    color: #ffffff;
    padding: 30px 20px;
    background: #ff9900;
    transition: 0.3s;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
  }

  section#contact div#contact-formbutton a:hover {
    color: #ffffff;
    background: #ffcc00;
  }

  /* ---------------------------------------------------------------------- */
  /* スマートフォン用（600px以下用）の記述　ここまで*/
}
/* ---------------------------------------------------------------------- */
