/*!
 * Copyright 2020 武井製作所
 */
body {
padding-top: 56px;
font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
font-size: 15px;
overflow-x: hidden;
}
a{
  text-decoration: none !important;
  color: #77b2ed;
}

h1 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  margin-top: 1rem;
  color: #fff;
  text-shadow:2px 2px 3px #909092;
  }
h1.dark {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  margin-top: 1rem;
  color: #000;
}
h1.index {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  color: #000;
}
h2{
  font-weight: bold;
  margin: 10px 3px 20px 3px;
}
h3{
  border-bottom: solid 3px black;
}
h4{
  font-weight: bold;
}

h2 span{
  color: #add8e6;
  font-size: 16px;
  font-weight;
  padding-left: 10px;
}
h5.sub_t{
  margin: : 20px 2px;
  background: #f5f5f5;
  padding: 5px;
  text-align: center;
  font-weight: bold;
}

.containerSE {
    width: 100%!important;
    padding-right: 5px!important;
    padding-left: 5px!important;
    margin-right: auto;
    margin-left: auto;
}

.caption01{
  padding: 20px 5px;
}

#slidercomment{
  position: absolute;
  bottom: 220px;
  right: 0px;
  text-shadow: black 0 0 5px;
}

/* ※旧navmanu */
/*-------------- Animation for Bootstrap Navbar ------------------*/
@media (min-width: 992px) {
  .animate,.luxbar-item {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
  .sp_br{
      display: none!important;
    }
}

@keyframes slideIn {
  0% {
    transform: translateX(1rem);
    opacity: 0;
  }
  100% {
    transform:translateX(0rem);
    opacity: 1;
  }
  0% {
    transform: translateX(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateX(1rem);
    -webkit-opacity: 0;
  }
}
.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}
/*-------------- /Animation for Bootstrap Navbar ------------------*/
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255);
}

.carousel-item {
  height: 55vh;
  min-height: 500px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media screen and (min-width:800px) and ( max-width:900px){
  .carousel-item {
    height: 40vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}

@media screen and (min-width:901px) and ( max-width:1300px){
  .carousel-item {
    height: 35vh;
    min-height: 500px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}

@media only screen and (max-width: 480px){
  .carousel-item {
    height: 60vh;
    min-height: 360px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #slidercomment{
        position: relative;
        bottom: 1px;
        right: 0px;
        text-shadow: black 0 0 5px;
    }
}

.web_b_sp{
  width: 100%;
  color: pink;
}
/* --------------pc,sp切り替え-------------- */
.pc {
	display: block !important;
	width: 100%;
}
.sp {
	display: none !important;
	width: 100%;
}
@media only screen and (max-width: 799px) {
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
.br-pc { display:none; }
.br-sp { display:block; }
}
/* --------------/pc,sp切り替え-------------- */

/* --------------footer-------------- */
footer.nb-footer {
background: #222;
/* 隙間対策 */
position: relative;
top: -16px;
padding-top: 20px!important;
}
footer.nb-footer .about {
margin: 0 auto;
margin-top: 0px!important;
max-width: 1170px;
text-align: center;
}
footer.nb-footer .about p {
font-size: 13px;
color: #999;
margin-top: 30px;
}
footer.nb-footer .about .social-media {
margin-top: 15px;
}
footer.nb-footer .about .social-media ul li a {
display: inline-block;
width: 45px;
height: 45px;
line-height: 45px;
border-radius: 50%;
font-size: 16px;
color: #fff;
border: 1px solid rgba(255, 255, 255, 0.3);
}
footer a{
  color: #ccc !important;
}
footer.nb-footer .about .social-media ul li a:hover {
background: #0000b3;
color: #fff;
border-color: #0000b3;
}
footer.nb-footer .footer-info-single {
margin-top: 30px;
}
footer.nb-footer .footer-info-single .title {
color: #aaa;
text-transform: uppercase;
font-size: 16px;
border-left: 4px solid #0000b3;
padding-left: 5px;
}
footer.nb-footer .footer-info-single ul li a {
display: block;
color: #aaa;
padding: 2px 0;
}
footer.nb-footer .footer-info-single ul li a:hover {
color: #0000b3;
}
footer.nb-footer .footer-info-single p {
font-size: 13px;
line-height: 20px;
color: #aaa;
}
footer.nb-footer .copyright {
margin-top: 15px;
background: #111;
padding: 7px 0;
color: #999;
position: relative;
bottom: -15px;
}
footer.nb-footer .copyright a{
  color: #999;
}
footer.nb-footer .copyright p {
margin: 0;
padding: 0;
}
/* --------------/footer-------------- */

label{
  font-weight:bold;
}
.portfolio-item {
  margin-bottom: 30px;
}
.bg-dark{
  background-color: #0000b3 !important;
}
.breadcrumb{
  background: #fff !important;
  font-size: 13px;
}
nav,.dropdown-item{
  font-size: 14px;
}
footer{
  font-size: 12px;
}
.logo{
  width: 280px;
}
.ceophoto{
  width: 100%;
}
.ceophoto-section{
  margin: 0 auto;
  text-align: center;
  padding: 30px 2px;
}
.top_banner{
  border: 3px solid #fff;
  background: #fff;
  width: 30%;
  color: #000;
  text-align: left;
  padding: 10px 20px;
}
/* --------------必須マーク-------------- */
.must{
  background: #ff8c00;
  border-radius: 3px;
  padding: 2px 10px;
  color: #fff;
  font-size: 12px;
  margin-left: 10px;
}
/* --------------/必須マーク-------------- */
.btn-outline-dark{
  border: #0000b3 !important;
}
.btn-outline-dark:hover{
  transition: .5s;
}

.btn-01{
  position: relative;
 display: inline-block;
 font-weight: bold;
 padding: 0.75em 4em;
 margin-bottom: 80px;
 text-decoration: none;
 color: #FFF;
 background: #6495ed;
 transition: .4s;
 border: none;
}
.btn-01:hover{
  background: #8eafed;
}

.btn-02{
  position: relative;
 display: inline-block;
 font-weight: bold;
 padding: 0.75em 4em;
 margin-bottom: 80px;
 text-decoration: none;
 color: #FFF;
 background: #3cb371;
 transition: .4s;
 border: none;
}
.btn-02:hover{
  background: #45cc82;
}

/* Webカタログ サイトトップボタン */
.btn-03{
  text-align: center;
  width: 180px;
  color: #0064b5;
  font-size: 12px;
  font-weight: bold;
  border: 2px solid #0064b5;
  border-radius: 3px;
  padding: 3px 20px;
  margin: 0px 5px 5px 30px;
}
.btn-03:hover{
  color: #fff;
  background: #0064b5;
  transition: .7s;
}
.sitetop a{
  color: #fff;
}

.en{
  /* border: 2px solid #0064b5; */
  padding: 8px 20px;
  font-size: 13px;
  border-radius: 100px;
  color: #fff;
  background: #0064b5;
  /* 隙間対策 */
  position: relative;
  top: 15px;
  margin: 7px 10px 7px 7px;
}
.en:hover{
  background: #fff;
  transition: .7s;
  background: #5ca8e6;

}

.contact-box{
  border: 1px solid #e0ffff;
  color: #e0ffff;
  padding: 20px 2px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
.contact-box a,.contact-box tel{
  color: #e0ffff;
  text-decoration:none!important;
}
.contact-box:hover{
  transition: .7s;
  color: #000;
  background: #f0ffff;
  border: 1px solid #f0ffff;
}

.about-top{
  background-image: url("../img/about.png");
  background-size: cover;
  background-position: center 60%;
  border-radius: 0px;
  padding: 4rem 3rem;
  margin-bottom: 2rem;
  border-radius: .3rem;
  }
.contact-top{
  background-image: url("../img/contact.png");
  background-size: cover;
  background-position: center 60%;
  border-radius: 0px;
  padding: 4rem 3rem;
  margin-bottom: 2rem;
  border-radius: .3rem;
  }

  .vision-top{
    background-image: url("../img/vision.png");
    background-size: cover;
    background-position: center 60%;
    border-radius: 0px;
    padding: 4rem 3rem;
    margin-bottom: 2rem;
    border-radius: .3rem;
  }
  .products-top{
    background-image: url("../img/products.png");
    background-size: cover;
    background-position: center 60%;
    border-radius: 0px;
    padding: 4rem 3rem;
    margin-bottom: 2rem;
    border-radius: .3rem;
  }
  .authorization-top{
    background-image: url("../img/authorization.png");
    background-size: cover;
    background-position: center 60%;
    border-radius: 0px;
    padding: 4rem 3rem;
    margin-bottom: 2rem;
    border-radius: .3rem;
  }
  .privacypolicy-top{
    background-image: url("../img/privacypolicy.png");
    background-size: cover;
    background-position: center 60%;
    border-radius: 0px;
    padding: 4rem 3rem;
    margin-bottom: 2rem;
    border-radius: .3rem;
  }
  .link-top{
    background-image: url("../img/link.png");
    background-size: cover;
    background-position: center 60%;
    border-radius: 0px;
    padding: 4rem 3rem;
    margin-bottom: 2rem;
    border-radius: .3rem;
  }
  .webcatalog-top{
    background-image: url("../img/webcatalog.png");
    background-size: cover;
    background-position: center 60%;
    border-radius: 0px;
    padding: 4rem 3rem;
    margin-bottom: 2rem;
    border-radius: .3rem;
  }


/* リンク集テーブル */
table.tablelink {
	width:100%;
	border-collapse: collapse;
}
table.tablelink tbody th {
	color:#000;
	padding:10px 15px;
	border-bottom:#dcdcdc solid 1px;
	vertical-align:top;
}
table.tablelink tbody tr:last-child th {
}
table.tablelink tbody td {
	background:#FFF;
	padding:10px 15px;
	border-bottom:#dcdcdc solid 1px;
	vertical-align:top;
}

@media screen and (max-width: 640px) {
table.tablelink tbody th {
	display:block;
}
table.tablelink tbody td {
	display:block;
}
table.tablelink tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
	font-weight:bold;
}
}
  /* /リンク集テーブル */


/* ==========================test========================= */
#text-center{
  text-align: center;
}

#asama{
background: #005499;
color: #000;
font-size: 18px;
text-align: center;
padding: 40px;
/* 隙間対策 */
position: relative;
top:-16px;
}
#asama a{
  color: #000;
}

.dropdown > ul {
  display: block;
  overflow: hidden;
  list-style: none;
  padding: 0;
transition: .7s;}
.dropdown > ul .luxbar-item {
  min-width: 100%;
  height: 29px;
  padding: 5px 10px 5px 40px;
transition: .7s;}
  /* .dropdown > ul .luxbar-item a {
    min-height: 23px !important;
    line-height: 23px !important;
    padding: 0;
} */
.luxbar-navigation,.luxbar-item {
    /* background: #0000ff; */
}

.luxbar-menu-white,
.luxbar-menu-white .dropdown ul {
  background-color: #fff !important;
  color: #212121!important; }

.luxbar-menu-white .active,
.luxbar-menu-white .luxbar-item:hover {
  background-color: #456de6!important;
  color: #fff!important;
}
.luxbar-menu-white .luxbar-hamburger span,
.luxbar-menu-white .luxbar-hamburger span::before,
.luxbar-menu-white .luxbar-hamburger span::after {
  background-color: #212121!important; }

.luxbar-brand{
  font-size: 16em;
  padding: 18px 24px 18px 7px!important;
}

   /* ------------- スクロールフェードインDown用 ------------- */
   .fadeInDown {
    -webkit-animation-fill-mode:both;
    -ms-animation-fill-mode:both;
    animation-fill-mode:both;
    -webkit-animation-duration:.8s;
    -ms-animation-duration:.8s;
    animation-duration:.8s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    visibility: visible !important;
   }
   @-webkit-keyframes fadeInDown {
    0% { opacity: 0; -webkit-transform: translateX(70px); }
    100% { opacity: 1; -webkit-transform: translateX(0); }
   }
   @keyframes fadeInDown {
    0% { opacity: 0; -webkit-transform: translateX(70px); -ms-transform: translateX(70px); transform: translateX(70px); }
    100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
   }
   /* ------------- スクロールフェードインDown用 END ------------- */


   .parallax {
       /* height: 400px; */
       background-position: center top;
       background-repeat: no-repeat;
       background-attachment: fixed;
       background-size: cover;
       padding-bottom: 20px;
   }
   .content {
       padding: 60px;
       background-color: #fff;
   }
   .parallax.bg-01 {
       background-image: url(../img/parallax.jpg);
   }
   .parallax.bg-02 {
       background-image: url(../img/sample-02.jpg);
   }
   #parallax-01 p{
     text-align: center;
     padding: 50px 30px;
     color: #fff;
     font-size: 14px;
     line-height: 220%;
   }

   .sliderbanner{
     float: left;
     box-shadow: 10px 10px 10px rgba(0,0,0,0.6);
   }
   .sliderbanner:hover{
     opacity: 0.9;
   }
   .slider_requestbanner{
     width: 180px;
     float: right;
   }
   .slider_requestbanner:hover{
     opacity: 0.8;
     transition: .5s;
   }

   .card{
  box-shadow: 10px 10px 15px -10px;
     }
  .heading{
    background-image: url("../img/parallax.jpg");
    padding-bottom: 20px;
    width: 100%;
  }
  .fff{
    color: #fff;
    text-shadow: 1px 2px 3px #666;
    font-weight: lighter;
  }

  .newstab{
    background-image: linear-gradient(60deg, #3d3393 0%, #2b76b9 37%, #2cacd1 65%, #4169e1 100%);
    color: #fff;
    padding: 10px 20px;
    width: 200px;
    text-align: center;
    /* 隙間対策 */
    position: relative;
    top:20px;
    font-size: 20px;
    font-weight: lighter;
  }

  .topbtn {
    background-color: #333;
    border: 2px solid #333;
    color: #fff;
    line-height: 50px;
  }
  .topbtn:hover {
    background-color: #fff;
    border-color: #59b1eb;
    color: #59b1eb;
  }
  .ggmap iframe{
    width: 550px;
    height: 300px;
  }
  @media screen and (max-width: 768px){
    .ggmap iframe{
      margin: 0 auto;
      width: 300px;
      width: 300px;
    }
  }

/* ------------斜めbg----------- */
.contentsA {
  position: relative;
  overflow: hidden!important;
  margin: 10% 0;
  padding: 80px 1px;
}

.contentsA:before {
  overflow: hidden!important;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 80%;
  margin: 3% -10% 0;
  background: #f5f5f5;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  z-index: -1;
}

.contentsA_inner {
  overflow: hidden!important;
  box-sizing: boder-box;
  width: 100%;
  max-width: 80%;
  height: 100%;
  margin: 0 auto;
  padding: 100px 10px 120px;
  color: #000;
}
/* ------------/斜めbg----------- */


/* ------------斜めbg----------- */
.contentsB {
  position: relative;
  overflow: hidden!important;
  padding: 80px 1px;
}

.contentsB:before {
  overflow: hidden!important;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:#f5f5f5;
  z-index: -1;
}

.contentsB_inner {
  overflow: hidden!important;
  box-sizing: boder-box;
  width: 100%;
  max-width: 80%;
  height: 100%;
  margin: 0 auto;
  padding: 100px 10px 120px;
  color: #000;
}

.contentsC {
  position: relative;
  overflow: hidden!important;
  padding: 80px 1px;
  width: 100%!important;
}

.contentsC:before {
  overflow: hidden!important;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);
  z-index: -1;
  width: 100%!important;
}

.contentsC_inner {
  overflow: hidden!important;
  box-sizing: boder-box;
  width: 100%;
  max-width: 80%;
  height: 100%;
  margin: 0 auto;
  padding: 100px 10px 120px;
  color: #000;
}

/* ------------/斜めbg----------- */

.contentsD {
  position: relative;
  overflow: hidden!important;
  padding: 80px 1px;
}

.contentsD:before {
  overflow: hidden!important;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:#fffaf0;
  z-index: -1;
}

.contentsD_inner {
  overflow: hidden!important;
  box-sizing: boder-box;
  width: 100%;
  max-width: 80%;
  height: 100%;
  margin: 0 auto;
  padding: 100px 10px 120px;
  color: #000;
}

/* --------------addto-------------- */
.bg-white{
  background: #fff;
  opacity: 0.8;
}
.p-10{
  padding: 10px;
}
.p-20{
  padding: 20px;
}
.p-40{
  padding: 40px;
}
.p-50{
  padding: 50px;
}
.p-80{
  padding: 80px;
}
.pl-20{
  padding-left: 20px;
}
.wh-100{
  width: 100%!important;
  height: 100%!important;
}
#wh-100{
  width: 100%!important;
  height: 100%!important;
}
.w-100{
  width: 100%;
}
.w-90{
  width: 90%;
}
.w-80{
  width: 80%;
}
.w-70{
  width: 70%;
}
.w-60{
  width: 60%;
}
.mb-10{
  margin-bottom: 10px;
}
.mb-80{
  margin-bottom: 80px;
}
.mb-100{
  margin-bottom: 100px;
}
.f-l{
  float: left;
}
.f-r{
  float: right;
}
.br-10{
  border-radius: 10px;
}
.pa-b{
  position: relative;
  bottom:120px;
}
.lh-200{
  line-height: 220%;
}
.pb-30{
  padding-bottom: 30px;
}
.m-0{
  margin: 0 auto;
}

.fs-3{
  font-size: 3rem;
}
.fs-20{
  font-size: 20px;
}
.aq-lh{
  line-height: 40px;
}
.number{
  color: #fff;
  font-size: 20px;
  border: 3px solid #0088cc;
  background: #0088cc;
  margin-right: 10px;
  padding: 3px;
}
.check{
  color: #0088cc;
  font-size: 20px;
}
/* --------------/addto-------------- */

.message{
  margin-bottom: 80px;
}

.rinen_m{
  padding: 40px 10px;
  background: #000080;
  opacity: 0.87;
  color: #fff;
  bottom: 30px;
  position: relative;
  bottom:40px;
}
.bg01{
  background-image: url(../img/rinen_bg.jpg);
  width: 100%!important;
  padding: 20px 0px;
  margin: 70px 0px;
}

.complete{
  border: 1px solid #3cb371;
  border-radius: 3px;
  padding: 20px 10px;
}
.complete_h2{
  color: #2e8b57;
}
.confirm{
  padding: 10px;
  color: #3cb371;
  font-weight: bold;
  text-align: center;
  border: 1px solid #3cb371;
  border-radius: 5px;
}

/* 数字_箇条書き */
ol.ol01 {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0.5em;
}
ol.ol01 li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 40px;
}

ol.ol01 li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #5c9ee7;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}


/* /数字_箇条書き */

iframe{
  padding-bottom: 70px;
}

/* ---沿革--- */
.timeline02 {
  width: 100%;
  list-style: none;
  margin-bottom: 100px;
  overflow: hidden;
  padding: 10px;
}
  .timeline02-content{
    width: 100%;
  }
.timeline02 > li {
  margin-bottom: 60px;
}
.timeline02-date{
  background: #e0ffff;
  color: #000;
  padding: 5px;
}
/* for Desktop */
@media (min-width:640px){
  .timeline02 > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .timeline02-date {
    width: 110px;
    float: left;
    margin-top: 20px;
    background: none;
    color: #000;
    padding: 0px;
  }
  .timeline02-content {
    width: 80%;
    float: left;
    border-left: 3px #cfe2e6 solid;
    padding-left: 30px;
    padding-top: 20px;
  }
  .timeline02-content h6{
    background: #f5f5f5;
    padding: 20px;
  }
  .timeline02-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #1e90ff;
    position: absolute;
    left: 106px;
    top: 24px;
    border-radius: 100%;
  }
}
/* ---/沿革--- */

.cab-b{
  margin: 50px!important;
}
.cab-b2{
  background: #f5f5f5;
  margin: 50px!important;
  padding: 20px;
}
.cap-btn{
  border: 1px solid #c8e7fa;
  background: #c8e7fa;
  padding: 5px;
  width: 110px;
  color: #000;
  border-radius: 30px;
  margin-top: 5px;
}
.cap-btn:hover{
  transition: .7s;
  background: #87cefa;
}



.cap-btn02{
  border: 1px solid #c8e7fa;
  background: #c8e7fa;
  padding: 5px;
  width: 200px;
  color: #000;
  border-radius: 30px;
  margin-top: 5px;
}
.cap-btn02:hover{
  transition: .7s;
  background: #87cefa;
}


/* ---ページトップボタン---  */
.page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
.page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 70px;
    padding: 20px 20px;
    text-align: center;
    display: block;
    opacity: 0.7;
}
.page-top a:hover {
    text-decoration: none;
    background: #999;
}
/* ---/ページトップボタン---  */


.t-then-t{
  font-size: 32px;
  font-weight: bold;
}
.t-then-t-en{
font-family: 'Satisfy', cursive;
font-size: 18px;
padding: 10px;
}

/* ==========================test========================= */



.bg-grey{
  background: #f5f5f5;
}
.section .oneArea {
    margin-bottom: 200px;
}
.section ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style-type: none;
    margin: 0 0 100px;
    padding: 0;
    box-sizing: border-box;
}
.section ul li {
    width: calc(100% / 6);
    border-right: 1px solid #fff;
    text-align: center;
    box-sizing: border-box;
}
.section ul li:last-child {
    border-right: none;
}
.section ul li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #fff;
    background: #333;
    transition-duration: 0.3s;
}
.section ul li a:hover {
    opacity: 0.7;
}
.section .oneArea .one_title {
    color: #fff;
    text-align: center;
    padding: 10px;
    background: #333;
}
.section .oneArea a.button {
    display: block;
    font-size: 12px;
    color: #333333;
    text-align: center;
    background: #f2f2f2;
    padding: 10px;
    text-decoration: none;
    transition-duration: 0.3s;
    margin-top: 40px;
}
.section .oneArea a.button:hover {
    opacity: 0.7;
}
@media screen and (max-width: 1024px) {
    .section .oneArea .one_title {
        font-size: 18px;
    }
}
/*====================================================================
以下は不要です。
====================================================================*/
body {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  letter-spacing: .025em;
  line-height: 1.8;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 14px;
  }
}
.section {
  max-width: 1024px;
  margin: 0 auto;
  padding: 20px 20px 500px;
}
.section p._a {
  font-size: 12px;
  font-weight: bold;
  margin: 30px 0 0;
}
.section p._a .link {
  display: inline-block;
  color: #607D8B;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.section p._a .link:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #607D8B;
  border-right: 2px solid #607D8B;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 10px;
}

.hover10 {
  transition: all 0.6s ease 0s;
}
.hover10:hover {
  cursor: pointer;
  transform: scale(1.1, 1.1);
  opacity: 0.8;
}

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}

.timeline > li {
  margin-bottom: 20px;
  position: relative;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  width: 46%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-badge.primary {
  background-color: #2e6da4 !important;
}

.timeline-badge.success {
  background-color: #3f903f !important;
}

.timeline-badge.warning {
  background-color: #f0ad4e !important;
}

.timeline-badge.danger {
  background-color: #d9534f !important;
}

.timeline-badge.info {
  background-color: #5bc0de !important;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

.timeline-body > p + p {
  margin-top: 5px;
}

.asama-font{
  font-size: 150px;
  color: #ccc;
  z-index: 2;
  /* 隙間対策 */
  position: relative;
  top:100px;
  font-family: 'Satisfy', cursive;
}
.products-text{
  /* 隙間対策 */
  position: relative;
  top:-260px;
}

.request_fax_btn a{
  color: #fff;
}
.request_fax{
  position: fixed;
  bottom: 0;
background: #ff8c00;
  margin: 20px 20px 30px 0;
  padding: 20px;
  opacity: 0.7;
  box-shadow: 10px 10px 15px -10px #696969;
}

.keiri_num{
  text-align: center;
  font-size: 20px;
  background: #fff;
  padding: 10px 20px;
  margin-bottom: 10px;
  border-radius: 3px;
}

.hoshou{
  margin-bottom: 20px;
  line-height: 2.5em;
}
.hoshou span{
  color: #4682b4;
  font-weight: 600;
  font-size: 20px;
}
.anzen span{
  color: #0088cc;
}

  /* 見積もりフォーム */
  /* -------addto ---------*/
  .m-0{
    margin: 0 auto !important;
  }
  .text-center{
    text-align: center !important;
  }
  .mt-2{
    margin-top: 2rem!important;
  }
  .mt-5{
    margin-top: 5rem!important;
  }
  .p-f{
    position: fixed;
  }
  .z-100{
    z-index: 100 !important;
  }
  /* -------/addto ---------*/


/* ステップ */
		.progressbar {
		  margin: 0;
		  padding: 0;
		  counter-reset: step;
      z-index: 200 !important;
      position: relative;
		}
		.progressbar li {
		  list-style-type: none;
		  width: 25%;
		  float: left;
		  font-size: 12px;
		  position: relative;
		  text-align: center;
		  text-transform: uppercase;
		  color: #000;
      font-weight: bold;
      bottom: 47px;
		}
		.progressbar li:before {
		  width: 30px;
		  height: 30px;
		  content: counter(step);
		  counter-increment: step;
		  line-height: 30px;
		  display: block;
		  text-align: center;
		  margin: 0 auto 10px auto;
		  border-radius: 50%;
		  background-color: #ccc;
		}
		.progressbar li:after {
		  width: 100%;
		  height: 2px;
		  content: '';
		  position: absolute;
		  background-color: #ccc;
		  top: 15px;
		  left: -50%;
		  z-index: -1;
		}
		.progressbar li:first-child:after {
		  content: none;
		}
		.progressbar li.active {
		  color: green;
		}
		.progressbar li.active:before {
		  background-color: #55b776;
		  color:#fff;
		}
		.progressbar li.active + li:after {
		  background-color: #55b776;
		}
    /* /ステップ */

    @media (min-width: 576px){
      .col-sm-6 {
        margin: 0 auto;
        /* width: 70% !important; */
      }
    }

    .form-group p{
      font-size: 14px;
      color: #ff6347;
    }
    .form-group label span{
      font-size: 13px;
      color: #808080;
    }


    /* 必須マーク */
    .must{
      background: #ff8c00;
      border-radius: 3px;
      padding: 2px 10px;
      color: #fff !important;
      font-size: 12px;
      margin-left: 10px;
    }
    /* /必須マーク */

    .sitemap-tag{
      background: #f5f5f5;
      padding: 5px;
      width: 100%;
    }
    .sitemap a{
      color: #000;
    }
    .sitemap a:hover{
      color: #0064B5;
    }
/* sp用スライダー内設定 */
    .cover-text {
      font-size: 20px;
      text-align: center;
      font-weight:bold;
    	display: table-cell;
    	vertical-align: middle;
      bottom: -90px;
      position: relative;
      color: #fff;
      padding-left: 10px;
    }
    .cover-text-title{
      font-weight:bold;
      text-shadow: black 0 0 5px;
    }
    .banner_sp{
      font-size: 16px;
      font-weight: normal;
      border: 1px solid #666;
      background: #666;
      padding: 7px 10px;
      width: 83%;
      opacity: 0.8;
      margin: 0 auto;
      margin-bottom: 10px;
    }
    .cover-text a{
      color: #fff;
    }

/* iphoneSEサイズ 320px 設定*/
@media screen and (max-width: 320px){
  .logo{
    width: 210px!important;
  }
  .cover-text {
    font-size: 16px;
    text-align: center;
    font-weight:bold;
    display: table-cell;
    vertical-align: middle;
    bottom: -60px;
    position: relative;
    color: #fff;
    padding-left: 10px;
  }
  .banner_sp{
    font-size: 15px;
    font-weight: normal;
    border: 1px solid #666;
    background: #666;
    padding: 7px 10px;
    width: 83%;
    opacity: 0.8;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
/* iphone6/7/8サイズ 375px〜 設定*/
@media screen and (max-width: 480px){
  .logo{
    width: 230px;
  }
  #asama h2{
    font-size: 1.2rem!important;
  }
  .cap-btn02{
    font-size: 12.5px;
    border: 1px solid #c8e7fa;
    background: #c8e7fa;
    padding: 5px;
    width: 100%;
    color: #000;
    border-radius: 30px;
    margin-top: 5px;
  }
  .cap-btn02:hover{
    transition: .7s;
    background: #87cefa;
  }
.cab-b2{
  background: #f5f5f5;
    margin: 50px!important;
    padding: 10px 1px!important
}
h5.sub_t{
  margin: : 5px 2px;
  background: #f5f5f5;
  padding: 5px;
  text-align: center;
  font-weight: bold;
}
.luxbar-menu-white .active,
.luxbar-menu-white .luxbar-item:hover {
  background-color: #fff!important;
  color: #000!important;
}
}

/* .dropdown > ul .luxbar-item a {
  min-height: 35px!important;
  line-height: 35px!important;
  padding: 10px !important;
} */
