@charset "UTF-8";
/* ベース　薄いグレー*/
/*グリーン*/
/*グリーン ホバー*/
/*ブルー*/
/*ブルー　ホバー*/
/*グレー*/
/*オレンジ*/
/*オレンジ　ホバー*/
/* ----------------------------------------------------------------------
 font-color - フォントカラー
---------------------------------------------------------------------- */
.red-n {
  color: #ff0000; }

.red-b {
  color: #ff0000;
  font-weight: 700; }

.blue-n {
  color: #3399ff; }

.blue-b {
  color: #3399ff;
  font-weight: 700; }

.green-n {
  color: #66cc66; }

.green-b {
  color: #66cc66;
  font-weight: 700; }

.gray {
  color: #ccc; }

/* ----------------------------------------------------------------------
全体の設定
------------------------------------------------------------------------*/
html {
  margin: 10px;
  padding: 0;
  border: 0;
  font-size: 62.5%;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-decoration: none; }

body {
  font-family: 'Roboto',ryo-gothic-plusn,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック体","Yu Gothic",YuGothic,"メイリオ",Meiryo,sans-serif;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  text-align: center;
  background: #fff;
  line-height: 1.7;
  color: #000; }

.wrapper {
  margin: 0;
  padding: 0; }

@media screen and (max-width: 639px) {
  body {
    font-family: 'Roboto',ryo-gothic-plusn,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック体","Yu Gothic",YuGothic,"メイリオ",Meiryo,sans-serif;
    margin: 0 0 70px;
    padding: 0 0 70px;
    font-size: 1.6rem;
    text-align: center;
    background: #fff;
    line-height: 1.7;
    color: #333; } }

@media all and (-ms-high-contrast: none) {
  body {
    font-family: 'Roboto',ryo-gothic-plusn,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック体","Yu Gothic",YuGothic,"メイリオ",Meiryo,sans-serif; } }

*html body {
  overflow: hidden; }

/* ----------------------------------------------------------------------
　表示・非表示設定
------------------------------------------------------------------------*/
/* PC版非表示設定 */
.is-pc {
  display: block !important; }

.is-sp {
  display: none !important; }

.drawer-navbar {
  display: none; }

/* SP版非表示設定 */
@media screen and (max-width: 639px) {
  .is-pc {
    display: none !important; }
  .is-sp {
    display: block !important; }
  .drawer-navbar {
    display: block !important; } }

/* ----------------------------------------------------------------------
 contents - トップページコンテンツ設定
---------------------------------------------------------------------- */
.page-box-ch01 {
  margin: 0 auto;
  padding: 50px 80px;
  width: 1000px; }

.page-box-ch02 {
  margin: 0 auto;
  padding: 50px 80px;
  width: 1160px; }

@media screen and (max-width: 639px) {
  .page-box-ch01, .page-box-ch02 {
    margin: 0 auto;
    padding: 0;
    width: 90%; } }

.page-box {
  margin: 0 auto;
  padding: 60px 0;
  width: 1160px; }
  .page-box .title {
    position: relative;
    display: inline-block;
    padding: 0 55px;
    font-size: 30px; }
  .page-box .title:before, .page-box .title:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 1px;
    background-color: black; }
  .page-box .title:before {
    left: 0; }
  .page-box .title:after {
    right: 0; }

@media screen and (max-width: 639px) {
  .page-box {
    margin: 0 auto;
    padding: 10% 5%;
    width: 90%; }
    .page-box .title {
      position: relative;
      display: inline-block;
      padding: 0 55px;
      font-size: 25px; }
    .page-box .title:before, .page-box .title:after {
      content: '';
      position: absolute;
      top: 50%;
      display: inline-block;
      width: 45px;
      height: 1px;
      background-color: black; }
    .page-box .title:before {
      left: 0; }
    .page-box .title:after {
      right: 0; } }

.page-bg-bl {
  margin: 0;
  padding: 5px 0;
  background: #3399ff; }
  .page-bg-bl .inbox {
    margin: 0;
    padding: 0;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 100%; }

.page-bg-gray {
  margin: 0;
  padding: 0;
  background: #f2f2f2; }

.toppage-lead {
  margin: 30px auto;
  padding: 0;
  width: 700px;
  color: #fff;
  font-size: 18px; }

.top-bn-box {
  margin: 0 auto;
  padding: 0;
  width: 1160px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.top-bn-box-big {
  margin: 50px auto 0;
  padding: 0;
  width: 1160px; }

.bn-box-gr {
  margin: 0;
  padding: 0;
  width: 22%;
  border: 2px solid #66cc66;
  background: #fff; }

.bn-box-bl {
  margin: 0;
  padding: 0;
  width: 22%;
  border: 2px solid #3399ff;
  background: #fff; }

.bn-box-gr img, .bn-box-bl img {
  width: 100%; }

@media screen and (max-width: 639px) {
  .toppage-lead {
    margin: 20px auto;
    padding: 0;
    width: 90%;
    color: #fff;
    font-size: 16px; }
  .top-bn-box {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .top-bn-box-big {
    margin: 10% auto 0;
    padding: 0;
    width: 100%; }
  .bn-box-gr {
    margin: 0 auto 5%;
    padding: 0;
    width: 80%;
    border: 2px solid #66cc66;
    background: #fff; }
  .bn-box-bl {
    margin: 0 auto 5%;
    padding: 0;
    width: 80%;
    border: 2px solid #3399ff;
    background: #fff; }
  .bn-box-gr img, .bn-box-bl img {
    width: 100%; }
  .sp-casebn-bg {
    margin: -8px 0 0;
    padding: 10px 0;
    width: 100%;
    background: #3399ff;
    color: #fff; } }

/* 取扱商品紹介 */
.top-prod-box {
  margin: 30px auto 0;
  padding: 0;
  width: 1160px; }

.bn-prod {
  margin: 10px 7px 0;
  padding: 0;
  width: 18%;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 0.5;
  bottom: 0;
  display: inline-block; }

.bn-prod img {
  width: 100%;
  height: auto; }

.bn-prod-item {
  margin: 10px auto 0;
  padding: 0;
  width: 70%;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 0.5;
  bottom: 0; }

.bn-prod-item img {
  width: 100%;
  height: auto; }

@media screen and (max-width: 639px) {
  .top-prod-box {
    margin: 10px auto 0;
    padding: 0;
    width: 100%;
    text-align: center; }
  .bn-prod {
    margin: 2% 0.5%;
    padding: 0;
    width: 46%;
    border: 1px solid #ccc;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    line-height: 0.5;
    display: inline-block; }
  .bn-prod-item {
    margin: 5px auto 40px;
    padding: 0;
    border: 1px solid #ccc;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    line-height: 0.5;
    display: block;
    width: 60%; }
  .bn-prod-last {
    margin: 2% 0.5%;
    padding: 0;
    width: 46%;
    border: 0px solid #ccc;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    line-height: 0.5;
    display: inline-block; }
  bn-prod img {
    width: 100%;
    height: auto; } }

/* 対応エリア */
.area-left {
  margin: 0 40px 0 0;
  padding: 0;
  width: 46%;
  display: inline-block;
  vertical-align: top; }

.area-right {
  margin: 0;
  padding: 0;
  width: 46%;
  display: inline-block;
  text-align: left;
  vertical-align: top; }

.highlight {
  font-size: 28px;
  color: #ff0000;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(55%, #ffff00));
  background: -webkit-linear-gradient(transparent 55%, #ffff00 55%);
  background: -o-linear-gradient(transparent 55%, #ffff00 55%);
  background: linear-gradient(transparent 55%, #ffff00 55%); }

.areaname {
  margin: 15px 0 0;
  padding: 3px;
  background: #3399ff;
  color: #fff;
  font-size: 13px;
  width: 80px;
  text-align: center; }

.page-contact-box {
  margin: 20px auto 0;
  padding: 0;
  width: 380px;
  text-align: center; }
  .page-contact-box .tel-number {
    margin: 0 auto;
    padding: 0;
    font-size: 48px;
    background: url("../images/icon-tel-02.svg") no-repeat;
    background-position: 0 8px;
    line-height: 1.0; }

@media screen and (max-width: 639px) {
  .highlight {
    font-size: 24px;
    color: #ff0000;
    font-weight: 700;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(55%, #ffff00));
    background: -webkit-linear-gradient(transparent 55%, #ffff00 55%);
    background: -o-linear-gradient(transparent 55%, #ffff00 55%);
    background: linear-gradient(transparent 55%, #ffff00 55%); }
  .page-contact-box {
    margin: 20px auto 0;
    padding: 0;
    width: 100%;
    text-align: center; } }

/* お知らせ */
dl.info {
  margin: 50px auto 0;
  padding: 0;
  border-top: 1px solid #ccc;
  width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  dl.info dt {
    width: 32%;
    padding: 25px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    text-align: left; }
  dl.info dd.infotxt {
    padding: 25px 0;
    border-bottom: 1px solid #ccc;
    width: 68%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left; }
  dl.info dd.infotxt a:hover {
    color: #3399ff; }
  dl.info .infodate {
    margin: 0;
    border-left: 5px solid #3399ff;
    padding: 0 0 0 30px;
    height: auto;
    display: inline-block;
    font-size: 14px;
    width: 145px; }
  dl.info .infotxt {
    padding: 0; }

.iconcate {
  margin: 0;
  padding: 1px 0;
  display: inline-block;
  font-size: 12px;
  border: 1px solid #ddd;
  width: 120px;
  text-align: center;
  color: #666;
  border-radius: 15px;
  　-webkit-border-radius: 15px;
  -moz-border-radius: 15px; }

.info-detail-date {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 14px;
  width: 140px;
  text-align: left; }

.info-index {
  margin: 70px auto;
  padding: 0;
  width: 1160px;
  text-align: center; }
  .info-index li {
    margin: 0 10px;
    padding: 0;
    display: inline-block;
    width: 12%;
    font-size: 85%; }

.page-box-info {
  margin: 0 auto;
  padding: 0;
  width: 1160px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 600px; }

@media screen and (max-width: 639px) {
  .info-index {
    margin: 30px auto 0;
    padding: 0;
    width: 100%;
    text-align: center; }
    .info-index li {
      margin: 10px auto;
      padding: 0 0 10px;
      display: block;
      width: 90%;
      font-size: 90%;
      border-bottom: 1px dotted #ccc; }
  .page-box-info {
    margin: 0 auto;
    padding: 0;
    width: 90%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }

.info-detail-title {
  position: relative;
  font-size: 150%;
  padding: 0 0 40px;
  margin: 40px 0; }

.info-detail-title:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 1px #3399ff;
  bottom: 0;
  width: 5%; }

@media screen and (max-width: 639px) {
  .info-detail-title {
    position: relative;
    font-size: 150%;
    padding: 0 0 40px;
    margin: 40px 0; }
  .info-detail-title:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 1px #3399ff;
    bottom: 0;
    width: 15%; } }

.info-detail-text {
  margin: 0 0 20px;
  padding: 0 0 40px;
  border-bottom: 1px solid #eee;
  text-align: left; }

.info-detail-text img {
  margin: 20px 0;
  max-width: 1000px;
  height: auto; }

.info-detail-text img.alignright {
  display: block;
  margin: 0 0 0 auto; }

/* 配置位置 右 */
.info-detail-text img.alignleft {
  display: block;
  margin: 0 auto 0 0; }

/* 配置位置 左 */
.info-detail-text img.aligncenter {
  display: block;
  margin: 0 auto; }

/* 配置位置 中央 */
@media screen and (max-width: 639px) {
  .info-detail-text img {
    margin: 20px 0;
    max-width: 100%;
    height: auto; } }

@media screen and (max-width: 639px) {
  dl.info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    width: 100%; }
    dl.info dt {
      border-bottom: 0px solid #ccc;
      padding: 10px 0 0;
      width: 100%;
      font-size: 90%; }
    dl.info dd.infotxt {
      width: 100%;
      padding: 10px 0; }
    dl.info dd.infotxt {
      border-bottom: 1px solid #ccc; }
    dl.info .infodate {
      border-left: 5px solid #3399ff;
      padding: 0 0 0 10px;
      height: auto;
      display: inline-block;
      width: 130px; }
  .iconcate {
    margin: 0;
    padding: 1px 0;
    display: inline-block;
    font-size: 12px;
    border: 1px solid #ddd;
    width: 120px;
    text-align: center;
    color: #666;
    border-radius: 15px;
    　-webkit-border-radius: 15px;
    -moz-border-radius: 15px; } }

/*ぺージナビ*/
.pagenavibox {
  margin: 50px 0 30px;
  padding: 0px;
  text-align: center; }

.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 14px;
  line-height: 14px;
  text-align: center; }

.pagination-box {
  display: inline-block; }

.pagination span, .pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 10px 15px 10px 15px;
  text-decoration: none;
  width: auto;
  color: #999;
  /* 通常の文字色 */
  background: #fff;
  /* 通常の背景色 */ }

.pagination a:hover {
  color: #fff;
  /* マウスホバー時の文字色 */
  background: #73b9ff;
  /* マウスホバー時の背景色 */ }

.pagination .current {
  padding: 10px 15px 10px 15px;
  color: #fff;
  /* 現在のページの文字色 */
  background: #3399ff;
  /* 現在のページの背景色 */ }

@media only screen and (max-width: 639px) {
  .pagination {
    font-size: 12px;
    line-height: 12px; }
  .pagination span, .pagination a {
    padding: 8px 10px 8px 10px; }
  .pagination .current {
    padding: 8px 10px 8px 10px; } }

.contents-box-ch01 {
  margin: 0 0 80px;
  padding: 0;
  text-align: left; }

.contents-box-ch01-line, .contents-box-ch01-line02 {
  margin: 0 0 80px;
  padding: 50px 100px;
  border: 1px solid #ccc;
  text-align: left; }

.contents-box-ch02 {
  margin: 30px 0 80px;
  padding: 0;
  text-align: left; }

.contents-box-ch01-center {
  margin: 0 0 80px;
  padding: 0;
  text-align: center; }

.contents-box-infodetail {
  margin: 0 0 80px;
  padding: 0;
  text-align: left; }

.txt-ph-70 {
  margin: 30px auto 0;
  padding: 0;
  text-align: center; }
  .txt-ph-70 img {
    width: 70%; }

.company-rinenbox {
  margin: 20px auto 0;
  padding: 0;
  text-align: left;
  width: 630px;
  line-height: 2.0; }
  .company-rinenbox .text {
    margin: 20px 0 0; }

@media screen and (max-width: 639px) {
  .contents-box-ch01 {
    margin: 20px 0 40px;
    padding: 0;
    text-align: left; }
  .contents-box-ch01-line {
    margin: 0 0 40px;
    padding: 5%;
    border: 1px solid #ccc;
    text-align: left; }
  .contents-box-ch01-line02 {
    margin: 40px 0;
    padding: 5%;
    border: 1px solid #ccc;
    text-align: left; }
  .contents-box-infodetail {
    margin: 100px 0 40px;
    padding: 0;
    text-align: left; }
  .company-rinenbox {
    margin: 20px auto 0;
    padding: 0;
    text-align: left;
    width: 100%;
    line-height: 2.0;
    font-size: 90%; }
    .company-rinenbox .text {
      margin: 20px 0 0; } }

dl.guidance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #ccc;
  font-size: 15px;
  margin: 20px 0 0;
  border-bottom: none;
  border-right: none;
  text-align: left; }

dl.guidance dt {
  background: #f3f3f3;
  width: 20%;
  padding: 20px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  border-bottom: 1px solid #ccc; }

dl.guidance dd {
  padding: 20px 15px;
  margin: 0;
  border-left: 1px solid #ccc;
  width: 80%;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc; }

@media screen and (max-width: 639px) {
  dl.guidance {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    border: none; }
  dl.guidance dt {
    width: 100%;
    background: #f3f3f3;
    padding: 10px 15px;
    border: none; }
  dl.guidance dd {
    width: 100%;
    border: none; }
  dl.guidance dd {
    border-left: none; } }

.service-list li {
  margin: 0 0 5px 20px;
  padding: 0;
  list-style-type: decimal; }

.shiten-name {
  margin: 20px 20px 0 0;
  padding: 10px;
  width: 100px;
  display: inline-block;
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: top; }

.shiten-address {
  margin: 15px 0 0;
  padding: 0;
  width: 400px;
  display: inline-block;
  vertical-align: top; }

.company-map {
  margin: 20px 0 0;
  padding: 0;
  width: 690px;
  display: inline-block;
  vertical-align: top; }

.company-photo {
  margin: 20px 0 0;
  padding: 0;
  width: 300px;
  display: inline-block;
  vertical-align: top;
  height: 300px; }
  .company-photo img {
    width: 100%; }

@media screen and (max-width: 639px) {
  .shiten-name {
    margin: 20px 0 0;
    padding: 10px;
    width: 30%;
    display: block;
    border: 1px solid #ccc;
    text-align: center;
    vertical-align: top; }
  .shiten-address {
    margin: 15px 0 0;
    padding: 0;
    width: 100%;
    display: block;
    vertical-align: top; }
  .company-map {
    margin: 20px 0 0;
    padding: 0;
    width: 100%;
    vertical-align: top; }
  .company-photo {
    margin: 20px 0 0;
    padding: 0;
    width: 100%;
    vertical-align: top;
    height: auto; }
    .company-photo img {
      width: 100%; } }

.textbox {
  margin: 20px 0;
  padding: 20px;
  border: 1px solid #ccc; }

.policy-ph01 {
  margin: 30px 40px 0 0;
  padding: 0;
  display: inline-block;
  width: 300px; }

.policy-ph01:last-child {
  margin: 30px 0 0;
  padding: 0;
  display: inline-block;
  width: 300px; }

@media screen and (max-width: 639px) {
  .policy-ph01, .policy-ph01:last-child {
    margin: 30px 0 0;
    padding: 0;
    display: block;
    width: 100%; }
    .policy-ph01 img, .policy-ph01:last-child img {
      width: 100%; } }

/* ご契約から工事までの流れ */
.flow-index-box {
  margin: 60px auto 0;
  padding: 0;
  width: 1160px;
  text-align: left;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .flow-index-box .stepbtn01 {
    text-decoration: none;
    background: #3399ff;
    color: #FFF;
    width: 120px;
    height: 115px;
    line-height: 1.3;
    border-radius: 50%;
    padding: 5px 0 0;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s; }
  .flow-index-box .stepbtn01:hover {
    background: #73b9ff; }
  .flow-index-box .stepbtn02 {
    display: inline-block;
    text-decoration: none;
    background: #3399ff;
    color: #FFF;
    width: 120px;
    height: 115px;
    padding: 5px 0 0;
    line-height: 1.3;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s; }
  .flow-index-box .stepbtn02:hover {
    background: #73b9ff; }
  .flow-index-box .page-step-arrow {
    margin: 40px 0 0;
    padding: 0;
    width: 20px;
    color: #ccc; }

@media screen and (max-width: 639px) {
  .flow-index-box {
    margin: 20px auto 0;
    padding: 0;
    width: 100%;
    text-align: center;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .flow-index-box .stepbtn01, .flow-index-box .stepbtn02 {
      text-decoration: none;
      background: #3399ff;
      color: #FFF;
      width: 90%;
      height: 100%;
      line-height: 1.3;
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      padding: 5px 0 10px;
      text-align: center;
      vertical-align: middle;
      overflow: hidden;
      -webkit-transition: .4s;
      -o-transition: .4s;
      transition: .4s;
      margin: 0 auto;
      font-size: 18px; }
    .flow-index-box .stepbtn01:hover, .flow-index-box .stepbtn02:hover {
      background: #73b9ff; } }

.flow-step-box {
  margin: 10px 0;
  padding: 30px 40px 25px;
  border: 1px solid #3399ff; }
  .flow-step-box .flow-step-right {
    margin: 0 30px 0 0;
    padding: 0;
    width: 60%;
    display: inline-block;
    vertical-align: top; }
    .flow-step-box .flow-step-right .titlebox {
      margin: 0 0 10px;
      padding: 0 0 10px;
      border-bottom: 1px dashed #ccc; }
    .flow-step-box .flow-step-right .number {
      margin: 0 20px 0 0;
      padding: 0px;
      border-radius: 50%;
      line-height: 1.4;
      background: #3399ff;
      color: #fff;
      text-align: center;
      width: 40px;
      height: 40px;
      font-size: 28px;
      display: inline-block;
      vertical-align: middle; }
    .flow-step-box .flow-step-right .ttl {
      margin: 0;
      padding: 0;
      display: inline-block;
      vertical-align: middle;
      font-size: 24px;
      font-weight: 700; }
  .flow-step-box .flow-step-right-100 {
    margin: 0 30px 0 0;
    padding: 0;
    width: 100%;
    display: inline-block;
    vertical-align: top; }
    .flow-step-box .flow-step-right-100 .titlebox {
      margin: 0 0 10px;
      padding: 0 0 10px;
      border-bottom: 1px dashed #ccc; }
    .flow-step-box .flow-step-right-100 .number {
      margin: 0 20px 0 0;
      padding: 0px;
      border-radius: 50%;
      line-height: 1.4;
      background: #3399ff;
      color: #fff;
      text-align: center;
      width: 40px;
      height: 40px;
      font-size: 28px;
      display: inline-block;
      vertical-align: middle; }
    .flow-step-box .flow-step-right-100 .ttl {
      margin: 0;
      padding: 0;
      display: inline-block;
      vertical-align: middle;
      font-size: 24px;
      font-weight: 700; }
  .flow-step-box .flow-ph {
    margin: 0;
    padding: 0;
    width: 35%;
    display: inline-block;
    vertical-align: top; }
    .flow-step-box .flow-ph img {
      width: 100%; }

@media screen and (max-width: 639px) {
  .flow-step-box {
    margin: 10px 0;
    padding: 5%;
    border: 1px solid #3399ff; }
    .flow-step-box .flow-step-right {
      margin: 0;
      padding: 0;
      width: 100%;
      display: block;
      vertical-align: top; }
      .flow-step-box .flow-step-right .titlebox {
        margin: 0 0 10px;
        padding: 0 0 10px;
        border-bottom: 1px dashed #ccc; }
      .flow-step-box .flow-step-right .number {
        margin: 0 10px 0 0;
        padding: 0px;
        border-radius: 50%;
        line-height: 1.4;
        background: #3399ff;
        color: #fff;
        text-align: center;
        width: 34px;
        height: 34px;
        font-size: 24px;
        display: inline-block;
        vertical-align: middle; }
      .flow-step-box .flow-step-right .ttl {
        margin: 0;
        padding: 0;
        display: inline-block;
        vertical-align: middle;
        font-size: 20px;
        font-weight: 700; }
    .flow-step-box .flow-step-right-100 {
      margin: 0 30px 0 0;
      padding: 0;
      width: 100%;
      display: inline-block;
      vertical-align: top; }
      .flow-step-box .flow-step-right-100 .titlebox {
        margin: 0 0 10px;
        padding: 0 0 10px;
        border-bottom: 1px dashed #ccc; }
      .flow-step-box .flow-step-right-100 .number {
        margin: 0 20px 0 0;
        padding: 0px;
        border-radius: 50%;
        line-height: 1.4;
        background: #3399ff;
        color: #fff;
        text-align: center;
        width: 34px;
        height: 34px;
        font-size: 24px;
        display: inline-block;
        vertical-align: middle; }
      .flow-step-box .flow-step-right-100 .ttl {
        margin: 0;
        padding: 0;
        display: inline-block;
        vertical-align: middle;
        font-size: 20px;
        font-weight: 700; }
    .flow-step-box .flow-ph {
      margin: 20px 0 0;
      padding: 0;
      width: 100%;
      display: block;
      vertical-align: top; }
      .flow-step-box .flow-ph img {
        width: 100%; } }

.g-infobox {
  margin: 50px auto 0;
  padding: 0 10px 20px;
  width: 500px;
  border: 2px solid #66cc66;
  background: #fffae1; }

@media screen and (max-width: 639px) {
  .g-infobox {
    margin: 20px auto 0;
    padding: 0 2% 5%;
    width: 100%;
    border: 2px solid #66cc66;
    background: #fffae1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }

#step-no01, #step-no02, #step-no03, #step-no04, #step-no05, #step-no06, #step-no07, #step-no08, #matsumoto, #matsuzaka, #case01, #case02, #case03, #case04 {
  margin-top: -145px;
  padding-top: 145px; }

/*  アクセス
---------------------------------- */
.access-ph {
  margin: 30px 30px 0 0;
  padding: 0;
  width: 30%;
  display: inline-block; }
  .access-ph img {
    width: 100%; }

.access-text {
  margin: 0;
  padding: 0;
  width: 40%;
  display: inline-block;
  vertical-align: bottom; }

/*  取扱商品紹介
---------------------------------- */
.product-box {
  margin: 30px 0 0;
  padding: 0;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .product-box .item {
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 22%; }
  .product-box .item-link {
    margin: 10px 0 0;
    padding: 0;
    line-height: 1.5;
    font-size: 80%;
    text-align: center;
    height: 60px; }
  .product-box .item-link a:hover {
    text-decoration: underline; }

@media screen and (max-width: 639px) {
  .product-box {
    margin: 30px 0 0;
    padding: 0;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center; }
    .product-box .item {
      margin: 0;
      padding: 0;
      display: -webkit-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%;
      text-align: center; }
    .product-box .item-ph img {
      width: 50%; }
    .product-box .item-link {
      margin: 0 0 5px;
      padding: 0;
      line-height: 1.5;
      font-size: 100%;
      text-align: center;
      height: auto; }
    .product-box .item-link a:hover {
      text-decoration: underline; } }

.re-list {
  list-style: disc;
  margin: 0 0 0 20px; }

.faq-q-box {
  margin: 30px 0 10px;
  padding: 10px 15px;
  background: #eee;
  border-bottom: 2px dotted #3399ff;
  text-align: left; }

.faq-q-box .q-icon {
  font-family: Arial, Helvetica, "sans-serif";
  margin: 0 10px 0 0;
  padding: 0;
  color: #3399ff;
  font-size: 22px;
  display: inline-block; }

.faq-q-box .q-text {
  margin: 0;
  padding: 0;
  color: #3399ff;
  font-size: 18px;
  display: inline-block; }

.a-text {
  margin: 20px 15px 40px;
  padding: 0;
  text-align: left; }

@media screen and (max-width: 639px) {
  .faq-q-box .q-icon {
    font-family: Arial, Helvetica, "sans-serif";
    margin: -5px 10px 0 0;
    padding: 0;
    color: #3399ff;
    font-size: 24px;
    display: inline-block;
    width: 7%;
    vertical-align: top; }
  .faq-q-box .q-text {
    margin: 0;
    padding: 0;
    color: #3399ff;
    font-size: 18px;
    display: inline-block;
    width: 85%; } }

/*  お問い合わせ
---------------------------------- */
dl.contact-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px auto;
  width: 840px; }

dl.contact-box dt {
  background: #fff;
  width: 20%;
  padding: 25px 10px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  font-size: 14px;
  border-bottom: 1px solid #e3e3e3; }

dl.contact-box dd {
  padding: 25px 10px 15px;
  margin: 0;
  width: 80%;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  font-size: 16px;
  border-bottom: 1px solid #e3e3e3; }

.form-must {
  background-color: #ff9900;
  color: #fff;
  width: 50px;
  height: 24px;
  margin-top: -12px;
  margin-left: 10px;
  font-size: 12px;
  text-align: center;
  line-height: 24px;
  padding: 2px 5px; }

.contact-att {
  margin: 20px auto 40px;
  padding: 10px 20px;
  width: 520px;
  border: 1px solid #ff0000;
  text-align: center;
  font-size: 14px;
  text-align: left; }

.input-01 {
  width: 100%;
  height: 40px;
  border: 1px solid #e1e1e1;
  background: #fff;
  border-radius: 6px;
  padding-left: 10px;
  font-size: 15px; }

.input-02 {
  width: 20%;
  height: 40px;
  border: 1px solid #e1e1e1;
  background: #fff;
  border-radius: 6px;
  padding-left: 10px;
  font-size: 15px; }

.form-date-txt {
  font-size: 15px;
  display: inline-block;
  width: 20px;
  margin: 0 15px 0 5px; }

.inputmessage-01 {
  width: 100%;
  margin: 0;
  height: 150px;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  background: #fff;
  padding: 10px;
  font-size: 15px;
  margin-left: 0; }

textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
  color: #ccc; }

textarea:-ms-input-placeholder, input:-ms-input-placeholder {
  color: #ccc; }

textarea::-ms-input-placeholder, input::-ms-input-placeholder {
  color: #ccc; }

textarea::placeholder, input::placeholder {
  color: #ccc; }

.submit-button {
  margin: 0 0 0 10px;
  padding: 10px 0;
  background: #ff9900;
  color: #fff;
  width: 200px;
  display: inline-block;
  border: none; }

.submit-button:hover {
  margin: 0px 0 0 10px;
  padding: 10px 0;
  background: #ffcc66;
  color: #fff;
  width: 200px;
  display: inline-block;
  border: none; }

.back-button {
  margin: 0px 0 0 10px;
  padding: 10px 0;
  background: #999;
  color: #fff;
  width: 100px;
  display: inline-block;
  border: none; }

.back-button:hover {
  margin: 0px 0 0 10px;
  padding: 10px 0;
  background: #ccc;
  color: #fff;
  width: 100px;
  display: inline-block;
  border: none; }

@media screen and (max-width: 639px) {
  dl.contact-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    width: 100%;
    margin: 30px auto 0; }
  dl.contact-box dt, dl.contact-box dt {
    width: 100%;
    background: #eee;
    padding: 10px;
    border-bottom: 0 solid #e3e3e3; }
  dl.contact-box dd {
    width: 100%;
    border-bottom: 0 solid #e3e3e3;
    padding: 15px 0 30px; }
  dd {
    border-left: none; }
  .page-contents-contact {
    margin: 0 5% 50px;
    padding: 0;
    width: 90%; }
  .contact-att {
    margin: 20px auto;
    padding: 5%;
    width: 90%;
    border: 1px solid #ff0000;
    text-align: center;
    font-size: 14px; }
  .input-01 {
    width: 100%;
    height: 40px;
    border: 1px solid #e1e1e1;
    background: #fff;
    border-radius: 6px;
    padding-left: 10px;
    font-size: 15px; }
  .input-02 {
    width: 100%;
    height: 40px;
    border: 1px solid #e1e1e1;
    background: #fff;
    border-radius: 6px;
    padding-left: 10px;
    font-size: 15px; } }

/*  施工事例
---------------------------------- */
.contents-box-case-index {
  margin: 70px auto;
  padding: 0;
  width: 1160px;
  text-align: center; }

.contents-box-case {
  margin: 0 auto 70px;
  padding: 0;
  width: 1160px;
  text-align: center; }

.case-contents {
  margin: 30px 5px 0 20px;
  padding: 20px;
  display: inline-block;
  width: 47%;
  border: 1px solid #3399ff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top; }

.case-ph-box {
  margin: 20px 0 0;
  padding: 0;
  width: 100%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.case-ph {
  margin: 0;
  padding: 0;
  width: 150px; }
  .case-ph img {
    width: 150px;
    height: 120px;
    -o-object-fit: cover;
    object-fit: cover; }

.case-text01 {
  margin: 15px 0 0;
  padding: 0 0 5px;
  border-bottom: 1px solid #3399ff;
  text-align: left; }

.case-text02 {
  margin: 15px 15px 0 0;
  padding: 0 0 5px;
  border-bottom: 1px solid #3399ff;
  text-align: left;
  display: inline-block;
  width: 57%;
  line-height: 1.4; }

.case-text03 {
  margin: 15px 0 0;
  padding: 0 0 5px;
  border-bottom: 1px solid #3399ff;
  text-align: left;
  display: inline-block;
  width: 40%;
  line-height: 1.4; }

.case-headding {
  margin: 0 15px 0 0;
  padding: 0;
  color: #3399ff;
  font-size: 80%; }

@media screen and (max-width: 639px) {
  .contents-box-case-index {
    margin: 30px auto;
    padding: 0;
    width: 100%;
    text-align: center; }
  .contents-box-case {
    margin: 0 auto 30px;
    padding: 0;
    width: 100%;
    text-align: center; }
  .case-contents {
    margin: 30px auto 0;
    padding: 20px;
    display: block;
    width: 90%;
    border: 1px solid #3399ff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top; }
  .case-ph-box {
    margin: 20px 0 0;
    padding: 0;
    width: 100%;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
  .case-ph {
    margin: 0;
    padding: 0;
    width: 32%; }
    .case-ph img {
      width: 100%;
      height: 80px;
      -o-object-fit: cover;
      object-fit: cover; }
  .case-text02 {
    margin: 15px 0 0;
    padding: 0 0 5px;
    border-bottom: 1px solid #3399ff;
    text-align: left;
    display: block;
    width: 100%;
    line-height: 1.4; }
  .case-text03 {
    margin: 15px 0 0;
    padding: 0 0 5px;
    border-bottom: 1px solid #3399ff;
    text-align: left;
    display: block;
    width: 100%;
    line-height: 1.4; } }

/*  個人情報保護方針
---------------------------------- */
.privacy-title {
  margin: 30px 0 0;
  padding: 0 0 3px;
  border-bottom: 1px dotted #ccc;
  font-weight: 700; }

.privacy-text {
  margin: 5px 0 0;
  padding: 0 0 3px;
  font-size: 14px;
  line-height: 2.0; }

/*  サイトマップ
---------------------------------- */
.sitemap-box {
  margin: 60px auto 0;
  padding: 0;
  width: 500px;
  text-align: center; }
  .sitemap-box .leftbox {
    margin: 0 55px 0 0;
    padding: 0;
    width: 220px;
    display: inline-block;
    text-align: left; }
    .sitemap-box .leftbox .text {
      margin: 0 0 30px;
      padding: 0 0 5px;
      border-bottom: 1px dotted #ccc; }
      .sitemap-box .leftbox .text a:hover {
        text-decoration: underline; }
  .sitemap-box .rightbox {
    margin: 0;
    padding: 0;
    width: 220px;
    display: inline-block;
    text-align: left; }
    .sitemap-box .rightbox .text {
      margin: 0 0 30px;
      padding: 0 0 5px;
      border-bottom: 1px dotted #ccc; }
      .sitemap-box .rightbox .text a:hover {
        text-decoration: underline; }

.sitemap-i {
  margin: 0 10px 0 0;
  padding: 0;
  color: #3399ff; }

@media screen and (max-width: 639px) {
  .sitemap-box {
    margin: 30px auto 0;
    padding: 0;
    width: 90%;
    text-align: center; }
    .sitemap-box .leftbox {
      margin: 0;
      padding: 0;
      width: 100%;
      display: block;
      text-align: left; }
    .sitemap-box .rightbox {
      margin: 0;
      padding: 0;
      width: 100%;
      display: block;
      text-align: left; }
    .sitemap-box .text {
      margin: 0 0 20px;
      padding: 0 0 5px;
      border-bottom: 1px dotted #ccc; } }

/* ----------------------------------------------------------------------
 margin - 余白
---------------------------------------------------------------------- */
.u-mt-xxsmall {
  margin: 5px 0 0; }

.u-mt-xsmall {
  margin: 10px 0 0; }

.u-mt-small {
  margin: 20px 0 0; }

.u-mt {
  margin: 30px 0 0; }

.u-mt-large {
  margin: 40px 0 0; }

.u-mt-xlarge {
  margin: 50px 0 0; }

.u-mt-xxlarge {
  margin: 60px 0 0; }

.u-mr-xsmall {
  margin: 0 10px 0 0; }

.u-mr-small {
  margin: 0 20px 0 0; }

.u-mr {
  margin: 0 30px 0 0; }

.u-mr-large {
  margin: 0 40px 0 0; }

.u-mr-xlarge {
  margin: 0 50px 0 0; }

.u-mb-xsmall {
  margin: 0 0 10px 0; }

.u-mb-small {
  margin: 0 0 20px 0; }

.u-mb {
  margin: 0 0 30px 0; }

.u-mb-large {
  margin: 0 0 40px 0; }

.u-mb-xlarge {
  margin: 0 0 50px 0; }

.u-ml-xsmall {
  margin: 0 0 0 10px; }

.u-ml-small {
  margin: 0 0 0 20px; }

.u-ml {
  margin: 0 0 0 30px; }

.u-ml-large {
  margin: 0 0 0 40px; }

.u-ml-xlarge {
  margin: 0 0 0 50px; }

/* ----------------------------------------------------------------------
 text-align - 配置
---------------------------------------------------------------------- */
.align_c {
  text-align: center; }

.align_r {
  text-align: right; }

.align_l {
  text-align: left; }

.txt12 {
  font-size: 12px;
  font-size: 1.2rem; }

.txt13 {
  font-size: 13px;
  font-size: 1.3rem; }

.txt14 {
  font-size: 14px;
  font-size: 1.4rem; }

.txt15 {
  font-size: 15px;
  font-size: 1.5rem; }

.txt16 {
  font-size: 16px;
  font-size: 1.6rem; }

.txt18 {
  font-size: 18px;
  font-size: 1.8rem; }

.txt20 {
  font-size: 20px;
  font-size: 2.0rem; }

.txt22 {
  font-size: 22px;
  font-size: 2.2rem; }

.txt24 {
  font-size: 24px;
  font-size: 2.4rem; }

.txt26 {
  font-size: 26px;
  font-size: 2.6rem; }

.txt28 {
  font-size: 28px;
  font-size: 2.8rem; }

.txt30 {
  font-size: 30px;
  font-size: 3.0rem; }

.txt32 {
  font-size: 32px;
  font-size: 3.2rem; }

.txt34 {
  font-size: 34px;
  font-size: 3.4rem; }

.txt36 {
  font-size: 36px;
  font-size: 3.6rem; }

.txt38 {
  font-size: 38px;
  font-size: 3.8rem; }

.txt40 {
  font-size: 40px;
  font-size: 4.0rem; }

.txt46 {
  font-size: 46px;
  font-size: 4.6rem; }

.flo_l {
  float: left; }

.flo_r {
  float: right; }

.cboth {
  clear: both; }

/* ----------------------------------------------------------------------
 hover - 画像リンクマウスオーバー時の不透明度
---------------------------------------------------------------------- */
a {
  color: #000; }

a:hover {
  color: #000;
  text-decoration: underline; }

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  background: none !important; }

.link a {
  color: #000; }

.link a:hover {
  color: #000;
  text-decoration: underline; }

/* ベース　薄いグレー*/
/*グリーン*/
/*グリーン ホバー*/
/*ブルー*/
/*ブルー　ホバー*/
/*グレー*/
/*オレンジ*/
/*オレンジ　ホバー*/
/* ----------------------------------------------------------------------
 font-color - フォントカラー
---------------------------------------------------------------------- */
.red-n {
  color: #ff0000; }

.red-b {
  color: #ff0000;
  font-weight: 700; }

.blue-n {
  color: #3399ff; }

.blue-b {
  color: #3399ff;
  font-weight: 700; }

.green-n {
  color: #66cc66; }

.green-b {
  color: #66cc66;
  font-weight: 700; }

.gray {
  color: #ccc; }

/* ----------------------------------------------------------------------
 header - ヘッダー設定
---------------------------------------------------------------------- */
.h-topbox {
  margin: -60px 0 0;
  padding: 0;
  text-align: center;
  position: fixed;
  z-index: 99;
  width: 100%;
  background: #fff;
  height: 110px;
  border-bottom: 1px solid #ccc; }
  .h-topbox .inbox {
    margin: 0 auto;
    padding: 0;
    width: 1160px;
    text-align: left; }
  .h-topbox .h-logoarea {
    margin: 20px 20px 5px 0;
    padding: 0;
    text-align: left;
    display: inline-block;
    width: 300px;
    vertical-align: top; }
  .h-topbox .h-rightbox {
    margin: 0;
    padding: 0;
    width: 700px;
    float: right;
    text-align: right; }
    .h-topbox .h-rightbox .h-tel-txt {
      margin: 0;
      padding: 0;
      width: 185px;
      display: inline-block;
      font-size: 13px; }
    .h-topbox .h-rightbox .h-tel-number {
      margin: 15px 10px 0 0;
      padding: 0 0 0 30px;
      width: 240px;
      display: inline-block;
      font-size: 34px;
      font-weight: 700;
      line-height: 0.6;
      text-align: center;
      background: url("../images/icon-tel.svg") no-repeat;
      background-position: 5px 0; }
  .h-topbox ul.h-menu li {
    margin: 0 35px 0 0;
    padding: 0;
    display: inline-block;
    font-size: 15px;
    text-align: center; }
  .h-topbox ul.h-menu li:last-child {
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: center; }
  .h-topbox .gnavi {
    text-align: center;
    text-transform: uppercase;
    font-size: 14px; }
  .h-topbox .gnavi * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .h-topbox .gnavi li {
    display: inline-block;
    list-style: outside none none;
    margin: 0 37px 0 0;
    padding: 10px 0; }
  .h-topbox .gnavi li:last-child {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 10px 0; }
  .h-topbox .gnavi a {
    padding: 0.6em 0 0.6em;
    color: rgba(255, 255, 255, 0.5);
    position: relative;
    letter-spacing: 1px;
    text-decoration: none;
    color: #000; }
  .h-topbox .gnavi a:before,
  .h-topbox .gnavi a:after {
    position: absolute;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease; }
  .h-topbox .gnavi a:before {
    bottom: 0;
    display: block;
    height: 3px;
    width: 0%;
    content: "";
    background-color: #3399ff; }
  .h-topbox .gnavi a:after {
    left: 0;
    top: 0;
    padding: 0.49em 0;
    position: absolute;
    content: attr(data-hover);
    color: #fff;
    white-space: nowrap;
    max-width: 0%;
    overflow: hidden;
    opacity: 0; }
  .h-topbox .gnavi a:hover:before,
  .h-topbox .gnavi .current a:before {
    opacity: 1;
    width: 100%; }
  .h-topbox .gnavi a:hover:after,
  .h-topbox .gnavi .current a:after {
    max-width: 100%;
    color: #2980b9; }

/*  header - 固定ページ背景画像
---------------------------------- */
.mainph-company {
  margin: 0;
  padding: 0;
  background: url("../images/img-main-company.png") no-repeat;
  background: cover;
  height: 180px;
  position: relative; }
  .mainph-company .text-bg {
    margin: 109px 0 0;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    width: 100%;
    text-align: center; }
  .mainph-company .text-box {
    margin: 10px auto;
    padding: 0;
    width: 1160px;
    text-align: left;
    font-size: 30px; }

.mainph-battery {
  margin: 0;
  padding: 0;
  background: url("../images/img-main-chikudenchi.png") no-repeat;
  background: cover;
  height: 180px;
  position: relative; }
  .mainph-battery .text-bg {
    margin: 109px 0 0;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    width: 100%;
    text-align: center; }
  .mainph-battery .text-box {
    margin: 10px auto;
    padding: 0;
    width: 1160px;
    text-align: left;
    font-size: 30px; }

.mainph-productpolicy {
  margin: 0;
  padding: 0;
  background: url("../images/img-main-productpolicy.png") no-repeat;
  background: cover;
  height: 180px;
  position: relative; }
  .mainph-productpolicy .text-bg {
    margin: 109px 0 0;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    width: 100%;
    text-align: center; }
  .mainph-productpolicy .text-box {
    margin: 10px auto;
    padding: 0;
    width: 1160px;
    text-align: left;
    font-size: 30px; }

.mainph-flow {
  margin: 0;
  padding: 0;
  background: url("../images/img-main-flow.png") no-repeat;
  background: cover;
  height: 180px;
  position: relative; }
  .mainph-flow .text-bg {
    margin: 109px 0 0;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    width: 100%;
    text-align: center; }
  .mainph-flow .text-box {
    margin: 10px auto;
    padding: 0;
    width: 1160px;
    text-align: left;
    font-size: 30px; }

.mainph-case {
  margin: 0;
  padding: 0;
  background: url("../images/img-main-case.png") no-repeat;
  background: cover;
  height: 180px;
  position: relative; }
  .mainph-case .text-bg {
    margin: 109px 0 0;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    width: 100%;
    text-align: center; }
  .mainph-case .text-box {
    margin: 10px auto;
    padding: 0;
    width: 1160px;
    text-align: left;
    font-size: 30px; }

.mainph-intro {
  margin: 0;
  padding: 0;
  background: url("../images/img-main-intro.png") no-repeat;
  background: cover;
  height: 180px;
  position: relative; }
  .mainph-intro .text-bg {
    margin: 109px 0 0;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    width: 100%;
    text-align: center; }
  .mainph-intro .text-box {
    margin: 10px auto;
    padding: 0;
    width: 1160px;
    text-align: left;
    font-size: 30px; }

.mainph-access {
  margin: 0;
  padding: 0;
  background: url("../images/img-main-access.png") no-repeat;
  background: cover;
  height: 180px;
  position: relative; }
  .mainph-access .text-bg {
    margin: 109px 0 0;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    width: 100%;
    text-align: center; }
  .mainph-access .text-box {
    margin: 10px auto;
    padding: 0;
    width: 1160px;
    text-align: left;
    font-size: 30px; }

@media screen and (max-width: 639px) {
  .mainph-company {
    margin: 0;
    padding: 0;
    background: url("../images/sp/img-sp-main-company.png") no-repeat;
    background: contain;
    background-position: center center;
    height: 250px;
    position: relative; }
    .mainph-company .text-bg {
      margin: 190px 0 0;
      padding: 0;
      background-color: rgba(255, 255, 255, 0.7);
      position: absolute;
      width: 100%;
      text-align: center; }
    .mainph-company .text-box {
      margin: 10px auto;
      padding: 0;
      width: 90%;
      text-align: left;
      font-size: 24px; }
  .mainph-battery {
    margin: 0;
    padding: 0;
    background: url("../images/sp/img-sp-main-chikudenchi.png") no-repeat;
    background: contain;
    background-position: center center;
    height: 250px;
    position: relative; }
    .mainph-battery .text-bg {
      margin: 190px 0 0;
      padding: 0;
      background-color: rgba(255, 255, 255, 0.7);
      position: absolute;
      width: 100%;
      text-align: center; }
    .mainph-battery .text-box {
      margin: 10px auto;
      padding: 0;
      width: 90%;
      text-align: left;
      font-size: 24px; }
  .mainph-productpolicy {
    margin: 0;
    padding: 0;
    background: url("../images/sp/img-sp-main-productpolicy.png") no-repeat;
    background: contain;
    background-position: center center;
    height: 250px;
    position: relative; }
    .mainph-productpolicy .text-bg {
      margin: 190px 0 0;
      padding: 0;
      background-color: rgba(255, 255, 255, 0.7);
      position: absolute;
      width: 100%;
      text-align: center; }
    .mainph-productpolicy .text-box {
      margin: 10px auto;
      padding: 0;
      width: 90%;
      text-align: left;
      font-size: 24px; }
  .mainph-flow {
    margin: 0;
    padding: 0;
    background: url("../images/sp/img-sp-main-flow.png") no-repeat;
    background: contain;
    background-position: center center;
    height: 250px;
    position: relative; }
    .mainph-flow .text-bg {
      margin: 190px 0 0;
      padding: 0;
      background-color: rgba(255, 255, 255, 0.7);
      position: absolute;
      width: 100%;
      text-align: center; }
    .mainph-flow .text-box {
      margin: 10px auto;
      padding: 0;
      width: 90%;
      text-align: left;
      font-size: 24px; }
  .mainph-intro {
    margin: 0;
    padding: 0;
    background: url("../images/sp/img-sp-main-intro.png") no-repeat;
    background: contain;
    background-position: center center;
    height: 250px;
    position: relative; }
    .mainph-intro .text-bg {
      margin: 190px 0 0;
      padding: 0;
      background-color: rgba(255, 255, 255, 0.7);
      position: absolute;
      width: 100%;
      text-align: center; }
    .mainph-intro .text-box {
      margin: 10px auto;
      padding: 0;
      width: 90%;
      text-align: left;
      font-size: 24px; }
  .mainph-case {
    margin: 0;
    padding: 0;
    background: url("../images/sp/img-sp-main-case.png") no-repeat;
    background: contain;
    background-position: center center;
    height: 250px;
    position: relative; }
    .mainph-case .text-bg {
      margin: 190px 0 0;
      padding: 0;
      background-color: rgba(255, 255, 255, 0.7);
      position: absolute;
      width: 100%;
      text-align: center; }
    .mainph-case .text-box {
      margin: 10px auto;
      padding: 0;
      width: 90%;
      text-align: left;
      font-size: 24px; }
  .mainph-access {
    margin: 0;
    padding: 0;
    background: url("../images/sp/img-sp-main-access.png") no-repeat;
    background: contain;
    background-position: center center;
    height: 250px;
    position: relative; }
    .mainph-access .text-bg {
      margin: 190px 0 0;
      padding: 0;
      background-color: rgba(255, 255, 255, 0.7);
      position: absolute;
      width: 100%;
      text-align: center; }
    .mainph-access .text-box {
      margin: 10px auto;
      padding: 0;
      width: 90%;
      text-align: left;
      font-size: 24px; } }

/* ----------------------------------------------------------------------
 パンくず
---------------------------------------------------------------------- */
.breadcrumbs-area {
  margin: 0;
  padding: 50px 0 0; }
  .breadcrumbs-area .text-box {
    margin: 0;
    padding: 5px 0;
    background: #eee; }
  .breadcrumbs-area .text {
    margin: 0 auto;
    padding: 0;
    width: 1160px;
    text-align: left;
    font-size: 12px; }

@media screen and (max-width: 639px) {
  .breadcrumbs-area {
    margin: 0;
    padding: 0 3%;
    background: #fff; }
    .breadcrumbs-area .text {
      margin: 0 auto;
      padding: 3% 0;
      width: 94%;
      text-align: right;
      font-size: 14px;
      border-top: 1px solid #dfddd4; } }

/* ベース　薄いグレー*/
/*グリーン*/
/*グリーン ホバー*/
/*ブルー*/
/*ブルー　ホバー*/
/*グレー*/
/*オレンジ*/
/*オレンジ　ホバー*/
/* ----------------------------------------------------------------------
 font-color - フォントカラー
---------------------------------------------------------------------- */
.red-n {
  color: #ff0000; }

.red-b {
  color: #ff0000;
  font-weight: 700; }

.blue-n {
  color: #3399ff; }

.blue-b {
  color: #3399ff;
  font-weight: 700; }

.green-n {
  color: #66cc66; }

.green-b {
  color: #66cc66;
  font-weight: 700; }

.gray {
  color: #ccc; }

.footerbox {
  margin: 0;
  padding: 0;
  width: 100%;
  background: #f2f2f2; }
  .footerbox .fcontents-01 {
    margin: 0 auto;
    padding: 50px 0;
    width: 1120px;
    text-align: left; }
  .footerbox .footeradd {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 300px; }
  .footerbox .f-honsya {
    margin: 5px 0 0;
    padding: 0 0 3px;
    border-bottom: 1px solid #ccc;
    text-align: left; }
  .footerbox .footermenubox {
    margin: 0 0 0 280px;
    padding: 0;
    display: inline-block;
    width: 220px;
    vertical-align: top;
    font-size: 14px; }
  .footerbox .footermenubox02 {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 150px;
    vertical-align: top;
    font-size: 14px; }
  .footerbox .footermenubox03 {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 150px;
    vertical-align: top;
    font-size: 14px; }
  .footerbox .footermenubox ul li, .footerbox .footermenubox02 ul li, .footerbox .footermenubox03 ul li {
    margin: 0 0 10px;
    padding: 0 0 0 15px;
    background: url("../images/icon-blue.png") no-repeat;
    background-position: 0 10px;
    list-style: none; }
  .footerbox .footermenubox ul li a:hover, .footerbox .footermenubox02 ul li a:hover, .footerbox .footermenubox03 ul li a:hover {
    text-decoration: underline;
    color: #000; }

.footer-copyright-box {
  margin: 0;
  padding: 5px 0;
  width: 100%;
  text-align: right;
  border-top: 1px solid #ccc;
  background: #f2f2f2; }
  .footer-copyright-box .inbox {
    margin: 0 auto;
    padding: 0;
    width: 1120px;
    font-size: 13px; }

@media screen and (max-width: 639px) {
  .spfooterbox {
    margin: 0;
    padding: 0;
    width: 100%;
    background: #f2f2f2; }
    .spfooterbox .add-box {
      margin: 0 auto;
      padding: 0 0 20px;
      width: 70%; }
    .spfooterbox .f-honsya {
      margin: 5px 0 0;
      padding: 0 0 3px;
      border-bottom: 1px solid #ccc;
      text-align: left; }
    .spfooterbox .footermenubox {
      margin: 0;
      padding: 0; }
    .spfooterbox .footermenubox ul li {
      margin: 0;
      padding: 10px 0 10px 30px;
      background: url("../images/icon-blue.png") no-repeat;
      background-position: 15px 18px;
      text-align: left;
      border-bottom: 1px dotted #ccc;
      font-size: 90%; }
    .spfooterbox .footermenubox ul li:last-child {
      margin: 0;
      padding: 20px 10px 0;
      background: url("../images/icon-blue.png") no-repeat;
      background-position: center 0;
      border-right: 1px solid #ccc;
      border-left: 1px solid #ccc; }
  .footer-copyright-box {
    margin: 0 0 70px;
    padding: 10px 0;
    width: 100%;
    text-align: left;
    border-top: 1px solid #ccc;
    background: #f2f2f2; }
    .footer-copyright-box .inbox {
      margin: 0 auto;
      padding: 0;
      width: 100%;
      text-align: center; }
  /*フッター　固定連絡エリア*/
  .footer_kotei {
    position: fixed;
    /* フッターを固定する */
    bottom: 0;
    /* 上部から配置の基準位置を決める */
    left: 0;
    /* 左から配置の基準位置を決める */
    width: 100%;
    /* フッターの横幅を指定する */
    /* フッターの高さを指定する */
    padding: 0;
    /* フッター内側の余白を指定する(上下左右) */
    color: #FFF;
    /* フッターのフォントの色を指定する */ }
  button.f-kotei-r {
    margin: 0;
    padding: 3px 0;
    display: inline-block;
    width: 50%;
    background: rgba(51, 153, 255, 0.9);
    line-height: 1.3;
    height: 69px;
    vertical-align: top;
    border: 0px solid #fff;
    color: #fff; }
  button.f-kotei-r a {
    color: #fff; }
  button.f-kotei-l {
    margin: 0;
    padding: 10px 0;
    display: inline-block;
    width: 50%;
    background: rgba(255, 153, 0, 0.9);
    line-height: 1.4;
    height: 69px;
    vertical-align: top;
    border: 0px solid #fff;
    color: #fff; } }

/* ベース　薄いグレー*/
/*グリーン*/
/*グリーン ホバー*/
/*ブルー*/
/*ブルー　ホバー*/
/*グレー*/
/*オレンジ*/
/*オレンジ　ホバー*/
/* ----------------------------------------------------------------------
 font-color - フォントカラー
---------------------------------------------------------------------- */
.red-n {
  color: #ff0000; }

.red-b {
  color: #ff0000;
  font-weight: 700; }

.blue-n {
  color: #3399ff; }

.blue-b {
  color: #3399ff;
  font-weight: 700; }

.green-n {
  color: #66cc66; }

.green-b {
  color: #66cc66;
  font-weight: 700; }

.gray {
  color: #ccc; }

/* ベース　薄いグレー*/
/*グリーン*/
/*グリーン ホバー*/
/*ブルー*/
/*ブルー　ホバー*/
/*グレー*/
/*オレンジ*/
/*オレンジ　ホバー*/
/* ----------------------------------------------------------------------
 font-color - フォントカラー
---------------------------------------------------------------------- */
.red-n {
  color: #ff0000; }

.red-b {
  color: #ff0000;
  font-weight: 700; }

.blue-n {
  color: #3399ff; }

.blue-b {
  color: #3399ff;
  font-weight: 700; }

.green-n {
  color: #66cc66; }

.green-b {
  color: #66cc66;
  font-weight: 700; }

.gray {
  color: #ccc; }

.hcontactbtn {
  display: inline-block;
  width: 200px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  outline: none;
  padding: 5px 0 5px 60px;
  background: url(../images/icon-mail.svg) no-repeat;
  background-position: 15px center;
  vertical-align: top;
  margin: 10px 0 0; }

.hcontactbtn::before,
.hcontactbtn::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: ''; }

.hcontactbtn,
.hcontactbtn::before,
.hcontactbtn::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.hcontactbtn {
  background-color: #ff9900;
  color: #fff;
  text-align: left;
  font-size: 14px;
  line-height: 1.4; }

.hcontactbtn:hover {
  background-color: #ffcc66;
  color: #fff; }

.bn-btn-gr {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background-color: #66cc66;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin: -8px 0 0; }

.bn-btn-gr:hover {
  background-color: #92e092;
  color: #fff; }

.bn-btn-bl {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background-color: #3399ff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin: -8px 0 0; }

.bn-btn-bl:hover {
  background-color: #73b9ff;
  color: #fff; }

@media screen and (max-width: 639px) {
  .bn-btn-gr {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background-color: #66cc66;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: -8px 0 0;
    font-size: 20px; }
  .bn-btn-bl {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background-color: #3399ff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: -8px 0 0;
    font-size: 20px; } }

.bn-casebtn {
  margin: 0;
  padding: 0;
  width: 100%;
  border: 2px solid #3399ff;
  background: #fff;
  height: 150px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.bn-casebtn-txt {
  margin: -130px 0 0;
  padding: 0;
  color: #fff;
  font-size: 22px;
  position: relative; }

/* 詳しくはこちら　施工事例 */
.casebtn {
  position: relative;
  display: inline-block;
  padding: 7px 40px;
  background-color: #fff;
  border: 1px solid #3399ff;
  color: #3399ff;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin: 20px 0 40px; }

.casebtn::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #3399ff;
  border-right: solid 2px #3399ff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px; }

.casebtn:hover {
  border: 1px solid #fff;
  background-color: #3399ff;
  color: #fff; }

.casebtn:hover::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px; }

.casebtn:hover::after {
  border-left-color: #73b9ff; }

@media screen and (max-width: 639px) {
  .casebtn {
    position: relative;
    display: inline-block;
    padding: 7px 40px;
    background-color: #fff;
    border: 1px solid #3399ff;
    color: #3399ff;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin: 10px 0; } }

/* 詳しくはこちら　白地 大*/
.detail-btn01 {
  position: relative;
  display: inline-block;
  padding: 7px 80px;
  background-color: #fff;
  border: 1px solid #3399ff;
  color: #3399ff;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin: 40px 0 0; }

.detail-btn01::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #3399ff;
  border-right: solid 2px #3399ff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px; }

.detail-btn01:hover {
  border: 1px solid #fff;
  background-color: #3399ff;
  color: #fff; }

.detail-btn01:hover::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px; }

.detail-btn01:hover::after {
  border-left-color: #73b9ff; }

/* 施工事例　インデックス */
.caseindex-btn01 {
  position: relative;
  display: inline-block;
  padding: 7px 50px;
  background-color: #fff;
  border: 1px solid #3399ff;
  color: #3399ff;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin: 0 20px 0; }

.caseindex-btn01::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #3399ff;
  border-right: solid 2px #3399ff;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px; }

.caseindex-btn01:hover {
  border: 1px solid #fff;
  background-color: #3399ff;
  color: #fff; }

.caseindex-btn01:hover::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px; }

.caseindex-btn01:hover::after {
  border-left-color: #73b9ff; }

@media screen and (max-width: 639px) {
  .caseindex-btn01 {
    position: relative;
    display: block;
    padding: 7px 0;
    background-color: #fff;
    border: 1px solid #3399ff;
    color: #3399ff;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin: 0 auto 20px;
    width: 80%; }
  .caseindex-btn01::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #3399ff;
    border-right: solid 2px #3399ff;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -4px; }
  .caseindex-btn01:hover {
    border: 1px solid #fff;
    background-color: #3399ff;
    color: #fff; }
  .caseindex-btn01:hover::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -4px; }
  .caseindex-btn01:hover::after {
    border-left-color: #73b9ff; } }

/*お問い合わせ　オレンジ 大*/
.contact-btn01 {
  padding: 15px 80px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  background: url("../images/icon-mail.svg") no-repeat;
  background-position: 35px 13px;
  font-size: 20px;
  margin: 30px 0 0; }

.contact-btn01::before,
.contact-btn01::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: ''; }

.contact-btn01,
.contact-btn01::before,
.contact-btn01::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.contact-btn01 {
  background-color: #ff9900;
  color: #fff; }

.contact-btn01:hover {
  background-color: #ffcc66;
  color: #fff; }

@media screen and (max-width: 639px) {
  .contact-btn01 {
    padding: 18px 15px;
    text-align: center;
    text-decoration: none;
    line-height: 54px;
    outline: none;
    background: none;
    width: 100%;
    font-size: 16px;
    margin: 30px 0 0; }
  .contact-btn01::before,
  .contact-btn01::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: ''; }
  .contact-btn01,
  .contact-btn01::before,
  .contact-btn01::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  .contact-btn01 {
    background-color: #ff9900;
    color: #fff; }
  .contact-btn01:hover {
    background-color: #ffcc66;
    color: #fff; }
  .sptel-btn01 {
    padding: 15px 60px;
    text-align: center;
    text-decoration: none;
    line-height: 54px;
    outline: none;
    background: none;
    font-size: 18px;
    margin: 20px 0 0;
    background: url(../images/icon-tel-wh.svg) no-repeat;
    background-position: 10px 15px; }
  .sptel-btn01::before,
  .sptel-btn01::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: ''; }
  .sptel-btn01,
  .sptel-btn01::before,
  .sptel-btn01::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  .sptel-btn01 {
    background-color: #3399ff;
    color: #fff; }
  .sptel-btn01:hover {
    background-color: #73b9ff;
    color: #fff; } }

.info-backbtn01 {
  position: relative;
  display: inline-block;
  padding: 3px 50px;
  background-color: #fff;
  border: 1px solid #3399ff;
  color: #3399ff;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin: 0;
  font-size: 14px; }

.info-backbtn01::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #3399ff;
  border-right: solid 2px #3399ff;
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -4px; }

.info-backbtn01:hover {
  border: 1px solid #fff;
  background-color: #3399ff;
  color: #fff; }

.info-backbtn01:hover::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -4px; }

/* ----------------------------------------------------------------------
　ページトップへ設定
------------------------------------------------------------------------*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 10px;
  font-size: 77%;
  z-index: 10; }

#page-top a {
  text-decoration: none;
  color: #fff;
  width: 100px;
  padding: 0;
  text-align: center;
  display: block; }

#page-top a:hover {
  text-decoration: none; }

@media screen and (max-width: 639px) {
  #sp-page-top {
    position: fixed;
    bottom: 0px;
    right: 10px;
    z-index: 9;
    margin: 0 0 60px; }
  #sp-page-top a {
    text-decoration: none;
    color: #fff;
    width: 100%;
    padding: 0;
    text-align: center;
    display: block; }
  #sp-page-top a:hover {
    text-decoration: none; }
  #sp-page-top img {
    width: 100%; } }

/* ベース　薄いグレー*/
/*グリーン*/
/*グリーン ホバー*/
/*ブルー*/
/*ブルー　ホバー*/
/*グレー*/
/*オレンジ*/
/*オレンジ　ホバー*/
/* ----------------------------------------------------------------------
 font-color - フォントカラー
---------------------------------------------------------------------- */
.red-n {
  color: #ff0000; }

.red-b {
  color: #ff0000;
  font-weight: 700; }

.blue-n {
  color: #3399ff; }

.blue-b {
  color: #3399ff;
  font-weight: 700; }

.green-n {
  color: #66cc66; }

.green-b {
  color: #66cc66;
  font-weight: 700; }

.gray {
  color: #ccc; }

/* ベース　薄いグレー*/
/*グリーン*/
/*グリーン ホバー*/
/*ブルー*/
/*ブルー　ホバー*/
/*グレー*/
/*オレンジ*/
/*オレンジ　ホバー*/
/* ----------------------------------------------------------------------
 font-color - フォントカラー
---------------------------------------------------------------------- */
.red-n {
  color: #ff0000; }

.red-b {
  color: #ff0000;
  font-weight: 700; }

.blue-n {
  color: #3399ff; }

.blue-b {
  color: #3399ff;
  font-weight: 700; }

.green-n {
  color: #66cc66; }

.green-b {
  color: #66cc66;
  font-weight: 700; }

.gray {
  color: #ccc; }

.contents-heading-box-01 {
  margin: 0;
  padding: 0 0 10px;
  border-bottom: 1px solid #ccc; }

.contents-heading-01 {
  margin: 0;
  padding: 0 0 0 20px;
  text-align: left;
  font-size: 22px;
  border-left: 6px solid #3399ff;
  line-height: 1.0; }

.contents-case-heading {
  margin: 0;
  padding: 0 0 0 20px;
  text-align: left;
  font-size: 20px;
  border-left: 6px solid #3399ff;
  line-height: 1.0; }

@media screen and (max-width: 639px) {
  .contents-heading-01 {
    margin: 0;
    padding: 0 0 0 20px;
    text-align: left;
    font-size: 20px;
    border-left: 6px solid #3399ff;
    line-height: 1.5; } }

.page-c-title {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  font-size: 30px; }

.page-c-title:before, .page-c-title:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black; }

.page-c-title:before {
  left: 0; }

.page-c-title:after {
  right: 0; }

@media screen and (max-width: 639px) {
  .page-c-title {
    position: relative;
    display: inline-block;
    padding: 0 55px;
    font-size: 24px; }
  .page-c-title:before, .page-c-title:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 1px;
    background-color: black; }
  .page-c-title:before {
    left: 0; }
  .page-c-title:after {
    right: 0; } }

/*  お知らせ　サイド
---------------------------------- */
.side-heading {
  margin: 50px 0 0;
  padding: 0 0 0 20px;
  text-align: left;
  font-size: 18px;
  border-left: 6px solid #3399ff;
  line-height: 1.0; }

/* ----------------------------------------------------------------------
 slider - PCスライド画像設定
---------------------------------------------------------------------- */
#slider {
  margin: 0;
  padding: 0;
  height: 550px;
  font-size: 44px;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
  text-shadow: 2px 2px 4px #000,
 -2px 2px 4px #000,
 2px -2px 4px #000,
 -2px -2px 4px #000;
  z-index: 1; }

.kv-box {
  margin: 0;
  padding: 50px 0 0; }

.kv-text {
  margin: 220px 0 0;
  padding: 0; }

/* ベース　薄いグレー*/
/*グリーン*/
/*グリーン ホバー*/
/*ブルー*/
/*ブルー　ホバー*/
/*グレー*/
/*オレンジ*/
/*オレンジ　ホバー*/
/* ----------------------------------------------------------------------
 font-color - フォントカラー
---------------------------------------------------------------------- */
.red-n {
  color: #ff0000; }

.red-b {
  color: #ff0000;
  font-weight: 700; }

.blue-n {
  color: #3399ff; }

.blue-b {
  color: #3399ff;
  font-weight: 700; }

.green-n {
  color: #66cc66; }

.green-b {
  color: #66cc66;
  font-weight: 700; }

.gray {
  color: #ccc; }

/* ----------------------------------------------------------------------
 font-size - フォントサイズ
---------------------------------------------------------------------- */
.text10 {
  font-size: 10%; }

.text20 {
  font-size: 20%; }

.text30 {
  font-size: 30%; }

.text40 {
  font-size: 40%; }

.text50 {
  font-size: 50%; }

.text60 {
  font-size: 60%; }

.text70 {
  font-size: 70%; }

.text80 {
  font-size: 80%; }

.text90 {
  font-size: 90%; }

.text100 {
  font-size: 100%; }

.text110 {
  font-size: 110%; }

.text120 {
  font-size: 120%; }

.text130 {
  font-size: 130%; }

.text140 {
  font-size: 140%; }

.text150 {
  font-size: 150%; }

.text160 {
  font-size: 160%; }

.text170 {
  font-size: 170%; }

.text180 {
  font-size: 180%; }

.text190 {
  font-size: 190%; }

.text200 {
  font-size: 200%; }

.text210 {
  font-size: 210%; }

.text220 {
  font-size: 220%; }

.text250 {
  font-size: 250%; }

.text300 {
  font-size: 300%; }

.text400 {
  font-size: 400%; }

.text-bd {
  font-weight: 700; }

.text-ud {
  text-decoration: underline; }

.text-normal {
  font-weight: 400; }
