/* ==========================================================================
	1. IMPORT GOOGLE FONTS
   ========================================================================== */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 100;
  src: local('Raleway Thin'), local('Raleway-Thin'), url(https://fonts.gstatic.com/s/raleway/v14/1Ptsg8zYS_SKggPNwE44TYFv.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: local('Raleway SemiBold'), local('Raleway-SemiBold'), url(https://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwPIsWqZPBQ.ttf) format('truetype');
}
/* ==========================================================================
	2. GENERAL
   ========================================================================== */
body {
  font-family: 'Roboto', sans-serif;'メイリオ';
  color: #333;
  font-size: 16px;
  font-weight: 400;
  background: #fff;
  overflow-x: hidden;
}
html {
  overflow-x: hidden;
}
p {
  font-size: 16px;
  line-height: 26px;
}
a:hover,
a:focus {
  color: #4676fa;
}
a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'メイリオ', sans-serif;
  font-size: 40px;
  font-weight: 100;
  letter-spacing: 1px;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
a:not([href]):not([tabindex]) {
  color: #fff;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: #5876aa;
}


/* ==========================================================================
	2.1 Section Title
   ========================================================================== */
.section {
  padding: 10px 0;
}
.section-header {
  color: #333;
  margin-top:15px;
  margin-bottom: 40px;
  text-align: center;
}

.section-header .section-title h2 {
  font-family: 'メイリオ', sans-serif;
  font-size: 42px!important;
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 100;
  color: #333;
  position: relative;
}

.section-header .section-title span {
  font-family: 'メイリオ', sans-serif;
  color: #5876aa;
}

.section-header .section-subtitle {
  margin-top: 15px;
  color: #333;
  font-size: 20px;
  font-weight: 400;
}

.section-header .section-subtitle2 {
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

.section-header .section-subtitle span {
  font-weight:700;
  color:#5876aa;
  
}

.section-header .section-subtitle2 span {
  font-weight:500;
  color:#5876aa;
}

.section-img {
  padding-bottom:30px;

}

.section-header .lines {
  margin: auto;
  width: 200px;
  position: relative;
  border-top: 2px solid #346afe;
  margin-top: 15px;
}

.section-header .section-title-h2 {
  font-family: 'メイリオ', sans-serif;
  font-size: 28px!important;
  margin-top: 0px;
  text-transform: uppercase;
  font-weight: 600;
  color: #333;
  position: relative;
}

.section-header .section-title-h2 span{
  font-size:40px;
  color:#5876aa;
  font-weight:800;
  }

  .section-shoulder{
    padding-top:10px;
    padding-bottom: 0px;
  }

  .brSp {display: block;}    /*　SP改行　*/
@media screen and (min-width: 911px) {
  .brSp {display: none;}
}

/* ==========================================================================
	2.2 Buttons
   ========================================================================== */
.btn {
  font-size: 16px;
  padding: 10px 30px;
  border-radius: 0px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
  font-family: 'Lato', sans-serif;
}
.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
  color: #fff;
}
.btn-common {
  border: 2px solid #32cd32;
  background-color: #32cd32;
  position: relative;
  z-index: 1;
  border-radius: 4px;
}
.btn-common:hover {
  color: #32cd32;
  background-color: transparent;
  border: 2px solid #32cd32;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.btn-common1 {
  width:200px;
  border: 2px solid #5876aa;
  background-color: #5876aa;
  position: relative;
  z-index: 1;
  border-radius: 4px;
}
.btn-common1:hover {
  color: #5876aa;
  background-color: transparent;
  border: 2px solid #5876aa;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.wrap{
  text-align:center;
}
.btn-common2 {
 width:330px;
 display:inline-block;
  border: 2px solid #5876aa;
  background-color: #5876aa;
  margin:0 auto;
  text-align:center;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  font-weight:700;
}
.btn-common2:hover {
  color: #5876aa;
  background-color: transparent;
  border: 2px solid #5876aa;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.btn-common2 span{
  background-color:#eb6877;
  padding:5px 15px;
  margin-left:-70px;
  font-size:12px;
  color:#fff!important;
}

.btn-common2 span:hover{
  color:#fff;
}

.btn-common3 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;

}

.btn-common3-wrap{
  display: block;
  max-width: 435px;
  margin: 0 auto 20px; 
}

a.btn-common3{
  font-size: 1.8rem;
color:#fff;
  display: block;
  overflow: hidden;

  padding: 1.5rem 0 1.5rem 3rem;

  border-bottom: 5px solid #425980;
  background: #5876aa;
}

a.btn-common3:before{
  font-size: 1.2rem;
  font-weight: bold;

  position: absolute;
  top: 1.2rem;
  left: -3.2rem;

  padding: 0 3rem;

  content: "NEW!";
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: top;
  transform-origin: top;

  color: #fff;
  background: #eb6877;
  -webkit-box-shadow: 0 3px 3px #eb6877;
  box-shadow: 0 3px 3px #eb6877;
}

a.btn-common3:hover{
  transform: translateY(3px);
color:#fff!important;
  border-bottom: 2px solid #425980;
  background: #5876aa;
}

.btn-common4-wrap{
  display: block;
  max-width: 435px;
  margin: 0 auto 20px; 
}

a.btn-common4{
  font-size: 1.8rem;
color:#fff;
  display: block;
  overflow: hidden;
  font-weight: bold;
  padding: 1.5rem 0 1.5rem 3rem;

  border-bottom: 5px solid #425980;
  background: #5876aa;
}



a.btn-common4:hover{
  transform: translateY(3px);
color:#fff!important;
  border-bottom: 2px solid #425980;
  background: #5876aa;
}

.btn-common5 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  margin-right:30px;

}

.btn-common5-wrap{
  display: block;
  max-width: 435px;
  margin: 0 auto 20px; 
}

a.btn-common5{
  font-size: 1.8rem;
color:#fff;
  display: block;
  overflow: hidden;

  padding: 1.5rem 0 1.5rem 3rem;

  border-bottom: 5px solid #425980;
  background: #5876aa;
}

a.btn-common5:before{
  font-size: 1.2rem;
  font-weight: bold;

  position: absolute;
  top: 1.2rem;
  left: -3.2rem;

  padding: 0 3rem;

  content: "NEW!";
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: top;
  transform-origin: top;

  color: #fff;
  background: #eb6877;
  -webkit-box-shadow: 0 3px 3px #eb6877;
  box-shadow: 0 3px 3px #eb6877;
}

a.btn-common5:hover{
  transform: translateY(3px);
color:#fff!important;
  border-bottom: 2px solid #425980;
  background: #5876aa;
}

.btn-common6 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
margin-right:30px;
}

.btn-common6-wrap{
  display: block;
  max-width: 435px;
  margin: 0 auto 20px; 
}

a.btn-common6{
  font-size: 1.8rem;
color:#fff;
  display: block;
  overflow: hidden;

  padding: 1.5rem 0 1.5rem 3rem;

  border-bottom: 5px solid #425980;
  background: #5876aa;
}


a.btn-common6:hover{
  transform: translateY(3px);
color:#fff!important;
  border-bottom: 2px solid #425980;
  background: #5876aa;
}
.btn-border {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 4px;
}
.btn-border:hover {
  border: 2px solid #fff;
  color: #fff;
  background-color: #5876aa;
}
.btn-lg {
  padding: 14px 33px;
  text-transform: uppercase;
  font-size: 16px;
}
.btn-rm {
  padding: 7px 10px;
  text-transform: capitalize;
}
button:focus {
  outline: none!important;
}
.clear {
  clear: both;
}
/* ==========================================================================
	2.3 Social Icons
   ========================================================================== */
.social-icons {
  margin-bottom: 20px;
}
.social-icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-icons ul li {
  display: inline;
}
.social-icons ul li a {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 15px;
  border-radius: 4px;
  border: 1px solid rgba(255, 254, 254, 0.07);
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 16px;
}
.social-icons ul li a:hover {
  color: #fff;
}
.facebook a {
  color: #4867AA;
}
.facebook a:hover {
  background: #4867AA;
}
.twitter a {
  color: #1DA1F2;
}
.twitter a:hover {
  background: #1DA1F2;
}
.google-plus a {
  color: #DD4D42;
}
.google-plus a:hover {
  background: #DD4D42;
}
.youtube a {
  color: #DF2926;
}
.youtube a:hover {
  background: #DF2926;
}
.linkedin a {
  color: #007BB6;
}
.linkedin a:hover {
  background: #007BB6;
}
.pinterest a {
  color: #BD081C;
}
.pinterest a:hover {
  background: #BD081C;
}
.dribbble a {
  color: #EA4C89;
}
.dribbble a:hover {
  background: #EA4C89;
}
.behance a {
  color: #0B7CFF;
}
.behance a:hover {
  background: #0B7CFF;
}
/* ==========================================================================
	2.4  Pre Loader
	========================================================================== */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  z-index: 9999999999;
}
.spinner {
  width: 40px;
  height: 40px;
  top: 45%;
  position: relative;
  margin: 0px auto;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #4676fa;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/* ========================================================================== 
	-2.5 Scroll To Up 
   ========================================================================== */
.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
}
.back-to-top i {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  background-color: #4676fa;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}


/* ==========================================================================
	3. Hero Area
   ========================================================================== */
   #hero-area {
    background: url(../img/image/dx-sense-fv.jpg) no-repeat;
    background-size: cover;
    color: #fff;
    position: relative;
    height:400px;
  }

  #hero-area .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #5876aa;
    opacity: 0.7;
  }

  #hero-area .contents {
    padding: 110px 0 80px;
  }

  #hero-area .contents h1 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 30px;
  }

  #hero-area .contents p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.5px;
  }



  #hero-area .contents h2 {
    color: #fff;
    font-size: 45px;
    font-weight: 600;
 
    line-height: 65px;
  }

 #hero-area .contents h2 span{
    color: #fff;
    font-size: 30px;
    line-height:50px;
    padding-left:10px;
    vertical-align:top;
  }




  #main-area {
    background: url(../img/image/wiz-view-fv.jpg) no-repeat;
    background-size: cover;
    color: #fff;
    position: relative;
    height:400px;
  }

  #main-area .overlay {
              position: absolute;
              width: 100%;
              height: 100%;
              top: 0px;
              left: 0px;
              background: #5876aa;
              opacity: 0.7;
            }

  #main-area .contents {
              padding: 70px 0 80px;
            }

  #main-area .contents h1 {
              color: #fff;
              font-size: 35px;
              font-weight: 600;
              margin-bottom: 30px;
              line-height: 30px;
            }

 #main-area .contents p {
              font-size: 16px;
              color: #fff;
              font-weight: 400;
              line-height: 30px;
              letter-spacing: 0.5px;
            }
  
  
  
  #main-area .contents h2 {
    color: #fff;
    font-size: 150px;
    font-weight: 600;
    margin-bottom: 25px;
    line-height: 157px;
  }
  
  #main-area .contents h2 span{
    color: #fff;
    font-size: 30px;
    line-height:50px;
    padding-left:10px;
    vertical-align:top;
  }

  #main-area .contents h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 25px;
    line-height: 25px;
  }

#hero-area .contents .btn {
  margin: 25px 25px 0px 0px;
  text-transform: uppercase;
}
#hero-area .banner_bottom_btn {
  margin-top: 40px;
}
#hero-area .banner_bottom_btn i {
  color: #fff;
  font-size: 48px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#hero-area .banner_bottom_btn i:hover {
  color: #4676fa;
}
/* ==========================================================================
	4. Navbar Style
   ========================================================================== */
.navbar-area .navbar-nav {
  padding: 10px 0;
  border: none;
  margin: 0;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
  padding: 0;
}
.navbar-area .navbar-nav .menu-button {
  position: relative;
  color: #333;
  line-height: 58px;
  top: 0;
  outline: none;
}
.sticky {
  background: #fff;
  transition: 0.3s;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
}
.sticky .logo {
  color: #4676fa;
}
.sticky .menu-button {
  color: #4676fa;
}
.logo-menu a {
  font-size: 20px;
  color: #fff;
}
.menu-bg {
  background-color: #fff !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  z-index: 999;
  padding: 3px;
}
.menu-bg .menu-button {
  top: 0;
}
.menu-bg .menu-button:hover {
  cursor: pointer;
  color: #4676fa;
}
.menu-bg .logo-menu a {
  color: #4676fa;
}
.menu-button:hover {
  cursor: pointer;
  opacity: #eee;
}
.close-button {
  cursor: pointer;
}
.navbar-expand-lg .navbar-nav .nav-link {
  color: #333;
  font-size: 15px;
  padding: 15px 20px;
  position: relative;
}
.navbar-brand img {
  max-width: 115px;
}
.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link:hover:before {
  color: #4676fa;
}
.navbar-expand-lg .navbar-nav .active > .nav-link,
.navbar-expand-lg .navbar-nav .nav-link.active,
.navbar-expand-lg .navbar-nav .nav-link.active:before,
.navbar-expand-lg .navbar-nav .nav-link.open,
.navbar-expand-lg .navbar-nav .open > .nav-link {
  color: #4676fa;
}
.icon-list .navbar-nav .active > a,
.icon-list .navbar-nav .nav-link:hover a {
  color: #4676fa;
}
.icon-list .navbar-nav .active > a::before {
  transform: scale(1);
}
.icon-list .navbar-nav .active > a::before,
.icon-list .navbar-nav .nav-link:hover a::before {
  background: #4676fa;
}
.navbar-expand-lg .navbar-toggler {
  border-radius: 0px;
  margin: 5px;
  cursor: pointer;
  float: right;
}
.collapse.show {
  margin-bottom: 10px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.navbar-expand-lg .navbar-toggler:active {
  color: #4676fa;
}
.navbar-toggler {
  padding: 0;
}
.navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #4676fa;
  display: block;
  margin: 5px 0;
  position: relative;
  transition: 0.3s;
}
.navbar-toggler.active .toggler-icon:nth-of-type(1) {
  transform: rotate(45deg);
  top: 7px;
}
.navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}
.navbar-toggler.active .toggler-icon:nth-of-type(3) {
  transform: rotate(135deg);
  top: -7px;
}
/* ==========================================================================
5. Slider
   ========================================================================== */
#carousel-area {
  overflow: hidden;
  background: #2c3e50;
}
#carousel-area .carousel-item {
  background-size: 100%;
  background-size: cover;
}
#carousel-area .carousel-item .carousel-caption {
  top: 34%;
  right: 10%;
  left: 10%;
  text-shadow: none;
}
#carousel-area .carousel-item .carousel-caption h1 {
  font-weight: 100;
  font-size: 50px;
  line-height: 60px;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
}
#carousel-area .carousel-item .carousel-caption p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
}
#carousel-area .carousel-item .carousel-caption .btn {
  margin: 30px 15px;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
}
#carousel-area .carousel-control-next,
#carousel-area .carousel-control-prev {
  opacity: 1;
}
#carousel-area .carousel-control-next i,
#carousel-area .carousel-control-prev i {
  width: 48px;
  display: block;
  color: #fff;
  font-size: 24px;
  line-height: 48px;
  border: 2px solid #fff;
  background: transparent;
  border-radius: 2px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#carousel-area .carousel-control-next i:hover,
#carousel-area .carousel-control-prev i:hover {
  border: 2px solid #5876aa;
  background: #5876aa;
}
#carousel-area .carousel-indicators li:hover,
#carousel-area .carousel-indicators li.active {
  opacity: 1;
}
#carousel-area .carousel-indicators {
  bottom: 35px;
}
#slider-area {
  position: relative;
  margin-top: -1px;
}
#slider-area .btn {
  margin-right: 15px;
}
#slider-area .large_white {
  color: #fff;
}
#slider-area .about-info p {
  color: #333;
}
.contents .head-title {
  text-transform: uppercase;
  font-size: 42px!important;
  font-weight: 700!important;
}
.contents h4 {
  font-size: 36px;
  line-height: 50px;
}
.contents .header-button .btn i {
  margin-left: 10px;
}
.intro-img {
  padding: 130px 0;
}
.intro-img img {
  display: block;
  height: auto;
  max-width: 100%;
}
/* ==========================================================================
	6. Video Background
   ========================================================================== */
   #video-area {
    overflow: hidden;
    position: relative;
    height:450px;
   
  }
  #video-area .contents {
    padding: 70px 0 80px;
  }
  #video-area .contents h1 {
    color: #fff;
    font-size: 31px;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 39px;
  }

  #video-area .contents h2 {
    color: #fff;
    font-size: 150px;
    font-weight: 600;
    margin-bottom: 25px;
    line-height: 97px;
  }

  #video-area .contents h2 span{
    color: #fff;
    font-size: 45px;
    line-height:0px;
    padding-left:10px;
    vertical-align:top;
  }

  #video-area .contents p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.5px;
  }

  #video-area .contents .btn {
    margin: 20px 10px;
    text-transform: uppercase;
  }

  #video-area .banner_bottom_btn {
    margin-top: 40px;
  }

  #video-area .banner_bottom_btn i {
    color: #fff;
    font-size: 48px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  #video-area .banner_bottom_btn i:hover {
    color: #4676fa;
  }


#video-area .banner_bottom_btn i:hover {
  color: #4676fa;
}
.overlay-2 {
  background: rgba(0, 0, 0, 0.9) !important;
}



  
  

/* ==========================================================================
	7. About Section Style
   ========================================================================== */
#about {
  position: relative;
  background: #f2f2f2;
}
.item-boxes {
  text-align: center;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.item-boxes .icon {
  width: 60px;
  height: 60px;
  text-align: center;
  border: 1px solid #4676fa;
  display: inline-block;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.item-boxes .icon i {
  font-size: 30px;
  line-height: 60px;
  color: #4676fa;
}
.item-boxes h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.item-boxes:hover {
  background: #fff;
  box-shadow: 0 8px 48px 0 rgba(0, 0, 0, 0.15);
}
#services {
  position: relative;
  background: #f2f2f2;
}

#specification {
  position: relative;
  background: #f2f2f2;
}

#spec{
  padding-top: 0px;
  margin-top:0px;
}
.single-process {
  height:380px;
  border-radius: 8px;
border: 1px solid #5876aa;
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}


.single-process h4 {
  font-size: 21px;
  font-weight: 600;
  margin-top:25px;
  line-height:31px;
  margin-bottom: 10px;
  color:#5876aa;
}

/* ==========================================================================
	8. Features Section Style
   ========================================================================== */
#features {
  background: #fff;
}
#features .icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 4px;
  text-align: center;
  position: relative;
  z-index: 1;
}
#features .content-left {
  position: relative;
}
#features .content-left span {
  float: right;
  margin-left: 25px;
}
#features .content-right {
  position: relative;
}
#features .content-right span {
  float: left;
  margin-right: 25px;
}
#features .box-item {
  padding: 15px 0;
}
#features .box-item .icon {
  border: 1px solid #4676fa;
  text-align: center;
  margin: 12px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#features .box-item .icon i {
  color: #4676fa;
  font-size: 24px;
  line-height: 60px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#features .box-item .text h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}
#features .box-item .text p {
  font-size: 16px;
  line-height: 26px;
}
#features .box-item:hover .icon {
  background: #4676fa;
}
#features .box-item:hover .icon i {
  color: #ffffff;
}
#features .show-box {
  padding: 20px 0px 0px;
}
#features .show-box img {
  width: 100%;
}
/* ==========================================================================
	9. Release Style
	========================================================================== */
.release {
  background: #5876aa;
  background-position: cover;
  position: relative;
}
.release .release-content {
  color: #fff;
}
.release .release-content h2 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
}
.release .release-content p {
  margin-bottom: 30px;
}

.release .release-content a {
color:#fff;
}

.release .release-content a:hover {
  　color:#fffacd!important;
  text-decoration:underline;
  }


.release .release-content .release-popup {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: #fffacd;
  color: #333;
  border-radius: 50%;
  display: inline-block;
  font-size: 24px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.release .release-content .release-popup i {
  line-height: 80px;
}
  .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #5876aa;
    opacity: 0.8;
    filter: alpha(opacity=80);
  }

.notice {
  margin-top:100px;
}

/* ==========================================================================
sec-pat Section
   ========================================================================== */

   .sec-pat1 {
    background-color: #f2f2f2;
  padding-top:20px;
  padding-bottom:0;
  }
  

  .sec-pat1-h3{
    background-color: #5876aa;
    color:#fff;
    font-size: 25px;
    font-weight:600;
    padding-top:10px;
    padding-bottom:10px;
    margin-top:30px;
    margin-bottom:20px;
  }

  .sec-pat2 {
    background-color: #fff;
    padding-top:20px;
    padding-bottom:20px;
    text-align:center;
  }

  .sec-pat-h2 {
    padding: 1rem 2rem;
    border-bottom: 3px solid #5876aa;
    color:#5876aa;
    font-size:30px!important;
  }


  .sec-pat1-p {
    font-size:20px;
    font-weight:600;
    color:#333;
    text-align:left;
    line-height:40px;
  }

.sec-pat11 p {
  font-size:12px;
  margin-left:10px;
  text-align:left;
}

.sec-pat21 p{
  font-size:12px;
  margin-left:10px;
  text-align:left;
}

.sec-pat2-table{
  padding:1.5rem 2.5rem!important;

}


.sec-pat2 h2{
  font-weight:800;
  color:#5876aa;
  border-bottom: 3px solid #5876aa;
}

.sec-pat2-h4{
  background-color: #5876aa;
}


.point-head {

  padding: 20px;
  margin-bottom: 30px;

  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.point-head img {
  width:150px;
  text-align:center;
  margin-top: 25px;
margin-bottom:25px;
}

.point-head h4 {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding: 1.5rem 2rem 1.5rem 40px;
  border: 2px solid #5876aa;
  color:#5876aa;
  font-size:17px;
  font-weight:700;
}

.point-head h4:before {
  position: absolute;
  top: -215%;
  left: -145px;
  width: 200px;
  height: 300%;
  content: '';
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background: #5876aa;
}

.point-head h4 span {
  font-size: 28px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  padding-top: 5px;
  padding-left: 5px;
  color: #fff;
}

.point-head p {
  text-align:left;
}

.sense-scene h4 {
  font-size:18px;
  font-weight:600;
  text-align:center;
  background-color: #5876aa;
  color:#fff;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* ==========================================================================
	10. Portfolio Section
   ========================================================================== */
#portfolio {
 width:1140px;
  background: #fff;
}
#portfolio .mix {
  padding: 10px;
}
#portfolio .portfolio-item .shot-item {
  margin: 0px;
}
#portfolio .mix {
  position: relative;
  display: none;
}

.portfolio-figure p{
  padding:12px!important;
}

.p {
margin-bottom:10px;
  font-size:16px;
}
.controls {
  text-align: center;
  padding: 0px 0px 20px;
}
.controls .active {
  color: #5876aa !important;
  border-color: #5876aa;
  background: transparent;
}
.controls .btn {
  text-transform: uppercase;
  margin: 2px;
}
.controls:hover {
  cursor: pointer;
}

.portfolio-img {
  position: relative;
  overflow: hidden;
  width:100%;
  margin-bottom:10px;
}
.port-img:nth-child(2){
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.portfolio-img:hover .port-img:nth-child(2){
  opacity: 0;
  transition: opacity 1s;
}

@media (min-width: 320px) and (max-width: 500px) {
  #portfolio {
    width:400px;
    margin-left:auto;
    margin-right:auto;
  }}

  @media (min-width: 501px) and (max-width: 767px) {
    #portfolio {
      width:550px;
      margin-left:auto;
      margin-right:auto;
        

    }}   

  @media (min-width: 768px) and (max-width: 991px) {
    #portfolio {
      width:750px;
      margin-left:auto;
      margin-right:auto;
  
    }}  

    @media (min-width: 992px) and (max-width: 1199px) {
      #portfolio {
        width:992px;
        margin-left:auto;
        margin-right:auto;
    
      }}  
   



 


/* ==========================================================================
	11. Specification Table
	========================================================================== */
  
  .specification-title h2 {
    font-family: 'メイリオ', sans-serif;
    font-size: 42px!important;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 100;
    color: #333;
    position: relative;
  }
  .specification-title h2 span {
    font-family: 'メイリオ', sans-serif;
    color: #5876aa;
  }
  
  .specification-table {
    padding: 20px 20px 40px 20px;
    margin: 0 auto;
    margin-bottom: 30px;
    border: transparent;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
  }
  .specification-table:hover {
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
  }
  .specification-table .icon {
    font-size: 26px;
    color: #5876aa;
    border: 1px solid #5876aa;
    border-radius: 4px;
    width: 64px;
    height: 64px;
    text-align: center;
    line-height: 64px;
    margin: 30px auto;
  }

  .specification-table .specification-details span {
    display: inline-block;
    font-size: 28px;
    font-weight: 400;
    color: #5876aa;
    margin-bottom: 20px;
  }
  .specification-table .specification-details item {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #5876aa;
  
  }
  .specification-table .specification-details ul {
    margin-bottom: 35px;
    margin: 25px;
  }
  .specification-table .specification-details ul li {
    padding: 10px;
    font-size: 15px;
    border-bottom: 1px solid #eee;
  }
  .table-left {
    margin-top: 20px;
  }
  
  .text-line {
    display: flex;
    align-items: center;
  }
  
  .text-line:before,
  .text-line:after {
    content: "";
    flex-grow: 1;
    font-color:#5876aa;
    height: 1px; 
    background: #5876aa; 
    margin:0 2em; 
  }


 .image-section h5 {
   background-color: #5876aa;
   font-size:22px;
   font-weight:700;
  text-align:center;
  color:#fff;
  line-height: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  } 

 .image-section h5 span {
  font-size:16px;
  font-weight:700;
 color:#fff;
} 

 .image-section img {
  margin:0 auto;
  display:block;
  margin-bottom: 20px;
 }

/* ==========================================================================
	12. Counter Section Style
	========================================================================== */
.counters {
  background: url(../img/bg1.jpg) ;
  position: relative;
}
.counters .facts-item {
  text-align: center;
  color: #fff;
}
.counters .facts-item .icon {
  margin-bottom: 20px;
}
.counters .facts-item .icon i {
  font-size: 50px;
  color: #fff;
}
.counters .facts-item .fact-count h3 {
  font-size: 21px;
  color: #fff;
  margin-bottom: 5px;
  line-height:30px;
  height:50.39px
}
.counters .facts-item .fact-count h4 {
  font-size: 16px;
  color: #fff;
  padding:10px 20px 15px 20px;
  line-height:25px;
  margin-bottom: 30px;
}
/* ==========================================================================
13. Testimonial Section Style
 ========================================================================== */
#testimonial {
  background-color: #fafafa;
}
.testimonial-item {
  text-align: center;
}
.testimonial-item img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border:3px solid #fff;
}
.testimonial-item h3 {
  position: relative;
  overflow: hidden;
  padding: 1.5rem 2rem 1.5rem 130px;
color:#fff;
  font-size:20px;
  background-color:#333;
  text-align:left;
}
.testimonial-item h3:after {
  position: absolute;
  top: -150%;
  left: -100px;
  width: 200px;
  height: 300%;
  content: '';
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background: #5876aa;
}
.testimonial-item h3 span {
  font-size: 40px;
  font-size: 3rem;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  padding-top: 15px;
  padding-left: 16px;
  color: #fff;
}

.testimonial-item .testimonial-text h4 {
  font-size: 18px;
  font-weight: 800;
  color:#5876aa;
  text-transform: uppercase;
}
.testimonial-item .testimonial-text span {
  font-size: 15px;
  color: #333;
}
.testimonial-item .testimonial-text p {
  font-size: 16px;
  font-weight: 400;
  padding: 20px 10px 20px 10px;
  letter-spacing: 1px;
  margin: 0;
  line-height: 1.5;
  color: #333;
}

.testimonial-item .testimonial-text p span{
  background-color:#eb6877;
  padding:5px 15px;
  margin-left:-70px;
  font-size:12px;
  color:#fff!important;
}

.owl-theme .owl-controls .owl-page span {
  background: #5876aa;
}
.owl-theme .owl-controls {
  margin-top: 20px;
}

.jirei {
  background-color: #fafafa;
  padding-top: 30px;
  padding-bottom:50px;
}

.jirei-img {
  text-align:right;
  width:30%;
  margin:10px;
}
.jirei-p{
  line-height:2.0;
  margin-bottom:10px;
  font-size:16px;
  text-align:left;
  padding-top:0px!important;
}

.jirei-p span {
  font-weight:700;
  background:linear-gradient(transparent 60%, #ff6 60%);
}

.jirei-img2 {
  text-align:center;
  width:200px;
  margin-top:15px;
  margin-bottom:15px;
  margin-right:auto;
  margin-left:auto;
}

.jirei-title-h3{
  font-size:22px;
  color:#333;
  font-weight:600;
  padding-bottom:5px;
  padding-left:10px;
  border-bottom:solid 1px #5876aa;

}
.jirei-title-h4{
  font-size:22px;
  font-weight:600;
  text-align:center;
  margin-top: 35px;
  margin-bottom: 30px;
  color:#5876aa;
}
.jirei-title{
  font-size:18px;
  font-weight: 600px;
  padding:0 0 20px 0;
  text-align:center;
}

.jirei-q{
  font-size:20px;
  font-weight:700;
  margin-top:-8px; 
  margin-bottom:20px;
  padding:0 0 5px 35px;
  border-bottom:solid 1px #5876aa;
}

.jirei-ans{
  background:#fffaf0;
  padding:30px 20px 10px 20px;
  border-radius:15px;
  margin-top:-25px;
margin-bottom:50px;
}

.q-mark {
  position: relative;
  display: inline-block;
  margin: 0.5em 10px 0em -15px;
  padding: 0 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #FFF;
  font-size: 22px;
  font-weight: 800;
  background: #5876aa;
  border-radius: 50%;
  box-sizing: border-box;
}

.q-mark:before {
  content: "";
  position: absolute;
  bottom: -5px;
  right: -5px;
  margin-top: -11px;
  border: 6px solid transparent;
  border-left: 10px solid #5876aa;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


.ans-mark {
  position: relative;
  display: inline-block;
  margin: 0.5em 10px 0em -15px;
  padding: 0 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #FFF;
  font-size: 22px;
  font-weight: 800;
  background: #00bfff;
  border-radius: 50%;
  box-sizing: border-box;
}

.ans-mark:before {
  content: "";
  position: absolute;
  bottom: -5px;
  right: -5px;
  margin-top: -11px;
  border: 6px solid transparent;
  border-left: 10px solid #00bfff;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ans-p{
  line-height:2.0;
  font-size:16px;
  text-align:left;
  padding:0 10px 15px 10px;
}

.jirei-comp{
  display:block;
  margin:30px auto;
  background:#eee;
  padding:30px 50px;
}

.jirei-comp table{
  width:100%;
  }

.jirei-comp th{
  background:#fff;
  border:solid 1px #eee;
}

.jirei-comp td{
  border:solid 1px #eee;
}

.jirei-comp a{
  color:#0068b7;
  
}

.jirei-qa img{
  display:block;
  padding:0 10px;
  border:solid 1px #eee;
  margin:0 auto;
}

.jirei-qa h6{
  padding:8px 0;
  font-size:18px;
  text-align:center;
  line-height:25px;
  font-weight:700;
  }

.box17{
  margin:2em 0;
  position: relative;
  padding: 0.5em 1.5em;
  border-top: solid 2px #5876aa;
  border-bottom: solid 2px #5876aa;
}
.box17:before, .box17:after{
  content: '';
  position: absolute;
  top: -10px;
  width: 2px;
  height: -webkit-calc(100% + 20px);
  height: calc(100% + 20px);
  background-color: #5876aa;
}
.box17:before {left: 10px;}
.box17:after {right: 10px;}
.box17 p {
  margin: 20px; 
  padding: 0;
  color:#5876aa;
  font-weight:600;
}

.jirei-card-title {
  font-size:16px;
  font-weight:700;
  margin-bottom:10px;
  margin-top:30px;
  text-align:center;
}

.jirei-card-text{
  margin-left:15px;
  text-align:left;

}



.jirei-card h3 {
  position: relative;
  overflow: hidden;
  padding: 1.5rem 2rem 1.5rem 130px;
color:#fff;
  font-size:20px;
  background-color:#333;
  text-align:left;
}
.jirei-card h3:after {
  position: absolute;
  top: -150%;
  left: -100px;
  width: 200px;
  height: 300%;
  content: '';
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background: #5876aa;
}
.jirei-card h3 span {
  font-size: 40px;
  font-size: 3rem;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  padding-top: 15px;
  padding-left: 16px;
  color: #fff;
}

.option-card-title{
  font-size: 22px;
  font-weight: 700;
  color:#fff;
  line-height:25px;
  margin-bottom: 10px;
  background-color: #5876aa;
  padding-top:8px;
  padding-bottom:8px;
  text-align:center;
}

.option-card-text{
  color:#5876aa;
  font-weight:700;
}

.fix-jirei-card h3{
  position: relative;
  overflow: hidden;
  padding: 1.5rem 2rem 1.5rem 75px;
color:#fff;
  font-size:12px;
  background-color:#333;
  text-align:left;
}

.fix-jirei-card h3:after {
  position: absolute;
  top: -150%;
  left: -140px;
  width: 200px;
  height: 300%;
  content: '';
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background: #5876aa;
}

.fix-jirei-card h3 span {
  font-size: 20px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  padding-top: 15px;
  padding-left: 16px;
  color: #fff;
}

.fix-jirei-card-title{
  font-size:16px;
  font-weight:700;
  margin-bottom:0;
  margin-top:0;
  text-align:center;
}

.fix-image{
  position:relative;
}

.fix-image .bottom {
  position:absolute;
  font-size:12px;
   width:100%;
  color:#fff;
  bottom:0;
  left:0;
  background-color:rgba(51,51,51, 0.75);
 padding:5px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px){
  .fix-image .bottom{
    font-size:12px;
  }
}

.fix-image .category{
  position:absolute;
  top:0;
  left:0;
  margin:0;
  font-size:14px;
  padding:2px 5px;
  background-color:#0068b7;
  color:#fff;
  font-weight:400;
}

.fix-image img{
  width:100%;
}

.image_link{
  display:block; 
  position:relative;
  text-decoration:none;
 }
 .image_link img{
   display:block;
   width:100%;
 }
 .image_link:before{
   content:"";
   display:block;
   width:100%;
   height:100%;
   position:absolute;
   z-index:2;
   background:#5876aa;
   opacity:0;
   transition:0.3s;
 }
 .image_link:after{
   content:"事例詳細ページへ";
   display:block;
   color:#fff;
   line-height:48px;
   width:180px;
   border:solid 1px #fff;
   border-radius:5px;
   text-align:center;
   position:absolute;
   top:50%;
   left:50%;
   margin-top:-1em;
   margin-left:-90px;
   opacity:0;
   z-index:10;
   transition:0.3s;
   font-weight:bold;
   letter-spacing:0.2em;
 }
 .image_link:hover:before{
   opacity:0.6;
 }
 .image_link:hover:after{
   opacity:1;
   margin-top:-0.5em;
 }


/*======================================
   Clients CSS
========================================*/
.client-logo-section {
  padding: 60px 0;


}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .client-logo-section {
    padding: 40px 0;
  }
}



/*==================================================
スライダーのためのcss
===================================*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
  width:94%;
   margin:0 auto;
}

.slider img {
   width:100%;/*スライダー内の画像を横幅100%に*/
   height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
   margin:0 10px;
}

.sliderTop {/*横幅94%で左右に余白を持たせて中央寄せ*/
  width:94%;
   margin:0 auto;
}

.sliderTop img {
   width:100%;/*スライダー内の画像を横幅100%に*/
   height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.sliderTop .slick-slide {
   margin:0 10px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/


/*ドットナビゲーションの設定*/

.slick-dots {
  text-align:center;
margin:20px 0 0 0;
}

.slick-dots li {
  display:inline-block;
margin:0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width:40px;/*ドットボタンのサイズ*/
  height:8px;/*ドットボタンのサイズ*/
  display:block;
  background:#ccc;/*ドットボタンの色*/
  border: transparent 2px solid;
}

.slick-dots .slick-active button{
  background:#5876aa;/*ドットボタンの現在地表示の色*/
}


/*========= レイアウトのためのCSS ===============*/

body{
 background:#eee;
}

h2,p {
   text-align:center;
   padding:20px;
}

ul{
 margin:0;
 padding: 0;
 list-style: none;
}

a{
 color: #333;
}

a:hover,
a:active{
 text-decoration: none;
}



/* =======================================
		OPTION-SECTION CSS
========================================== */

.carousel-overlay{
	background-color: black;
	width: 100%;
	opacity: 0.3;
	height: 100%;
	position: absolute;
	z-index: 1!important;
}
.carousel-control {
  z-index:20;
}
ol {
 z-index: 20!important;
 position: absolute;
 }
.carousel-caption {
  z-index: 3!important;
  }


.single-process2 {

  border-radius: 8px;
border: 1px solid #5876aa;
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-process2:hover {
  background: #f6f9fd;
  box-shadow: 0 8px 48px 0 rgba(0, 0, 0, 0.15);
}
.single-process2 h4 {
  font-size: 22px;
  font-weight: 700;
  color:#fff;
  line-height:25px;
  margin-bottom: 10px;
  background-color: #5876aa;
  padding-top:8px;
  padding-bottom:8px;

}

.single-process2-p{
  color:#5876aa;
  font-weight:700;
}
/* =======================================
		ACHIEVEMENT-SECTION CSS
========================================== */
.clients-section {
  position: relative;
  margin-top: -65px;
  z-index: 1;
}

.clients-section .clients-logo-active-wrapper {
  background: #fff;
  box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.16);
  border-radius: 16px;
  padding: 32px 37px 37px;
  position: relative;
}

@media (max-width: 767px) {
  .clients-section .clients-logo-active-wrapper {
    padding: 32px 25px;
  }
}

.clients-section .clients-logo-active-wrapper .section-title {
  margin-bottom: 22px;
}

.clients-section .clients-logo-active-wrapper .section-title span {
  text-transform: none;
  font-weight: 600;
}

.clients-section .clients-logo-active-wrapper .tns-controls {
  position: absolute;
  z-index: 2;
  width: calc(100% - 80px);
  display: flex;
  justify-content: space-between;
  left: 40px;
  top: 50%;
}

@media (max-width: 767px) {
  .clients-section .clients-logo-active-wrapper .tns-controls {
    width: calc(100% - 30px);
    left: 15px;
  }
}

.clients-section .clients-logo-active-wrapper .tns-controls button {
  width: 33px;
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background: none;
  color: #234feb;
}

.horizontal-list {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.item {
  /* 横スクロール用 */
  display: inline-block;
  width: 90%;

  /* 見た目調整 */
  height: 400px;
  margin: 16px;
  font-size: 48px;
  background: rgba(255, 0, 0, 0.4);
}

/* ==========================================================================
	14. Download App
	========================================================================== */
#download {
  background: #333;
}
#download .section-title {
  color: #fff;
  font-weight: 700;
}
#download .btn {
  margin: 10px;
}
#download .btn i {
  margin-right: 5px;
}
/* ==========================================================================
	15. Team Section
	========================================================================== */
.single-team:hover .team-details {
  opacity: 1;
}
.single-team:hover .team-inner {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.single-team {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  overflow: hidden;
}
.single-team:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
.single-team img {
  width: 100%;
}
.single-team .team-inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-team .team-details {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 2;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.single-team .team-details .team-title {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.single-team .team-details p {
  color: #fff;
}
.single-team .social-list li {
  display: inline-block;
}
.single-team .social-list li a {
  display: block;
  height: 34px;
  line-height: 34px;
  text-align: center;
  width: 34px;
  color: #4676fa;
  font-size: 16px;
  background: #fff;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.single-team .social-list .facebook a:hover {
  background: #4867aa;
  color: #fff;
}
.single-team .social-list .twitter a:hover {
  background: #1da1f2;
  color: #fff;
}
.single-team .social-list .google-plus a:hover {
  background: #dd4d42;
  color: #fff;
}
.single-team .social-list .linkedin a:hover {
  background: #007bb6;
  color: #fff;
}
/* ==========================================================================
	16. Clients 
   ========================================================================== */
#clients {
  background: #F2F2F2;
}
#clients .client-item-wrapper {
  text-align: center;
  margin: 0 5px;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
#clients #clients-scroller img:hover {
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 1;
}
#clients #clients-scroller .owl-pagination {
  display: none;
}
/* ==========================================================================
	17. Blog 
	========================================================================== */
#blog .blog-item-wrapper {
  background: #fff;
  border-radius: 0px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: transform 0.2s linear, -webkit-box-shadow 0.2s linear;
  -moz-transition: transform 0.2s linear, -moz-box-shadow 0.2s linear;
  transition: transform 0.2s linear, box-shadow 0.2s linear;
}
#blog .blog-item-wrapper:hover {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}
#blog .blog-item-wrapper:hover .blog-item-img:before {
  opacity: 1;
  height: 100%;
  width: 100%;
}
#blog .blog-item-img {
  position: relative;
}
#blog .blog-item-img img {
  width: 100%;
}
#blog .blog-item-img:before {
  width: 50%;
  height: 50%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(70, 118, 250, 0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#blog .blog-item-text {
  border: 1px solid #f1f1f1;
  padding: 20px;
}
#blog .blog-item-text h3 {
  line-height: 26px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
#blog .blog-item-text h3 a {
  color: #333;
}
#blog .blog-item-text h3 a:hover {
  color: #4676fa;
}
#blog .blog-item-text p {
  line-height: 25px;
  margin-bottom: 20px;
}
.meta-tags {
  margin-bottom: 10px;
}
.meta-tags span {
  color: #999;
  margin-right: 10px;
}
.meta-tags span i {
  margin-right: 5px;
}
.meta-tags span a {
  color: #999;
}
.meta-tags span a:hover {
  color: #4676fa;
}
/* ==========================================================================
	18. Contact Us
	========================================================================== */
.form-control {
  width: 100%;
  margin-bottom: 20px;
  padding: 18px;
  font-size: 16px;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-family: 'Lato', sans-serif;
}
.form-control:focus {
  color: none !important;
  border-color: none!important;
  outline: none;
}
.btn.disabled,
.btn:disabled {
  opacity: 1;
}
#contact {
  background: #f2f2f2;
  position: relative;
  overflow: hidden;
}
#contact .contact-block {
  background: #fff;
  padding: 30px;
  overflow: hidden;
}
#contact #contactForm {
  margin-top: 30px;
}
.text-danger {
  font-size: 16px;
  margin-top: 10px;
}
.list-unstyled li {
  color: #d9534f;
}
.toggle-map {
  height: 5px;
  width: 100%;
  background-color: #4676fa;
  bottom: 0px;
  text-align: center;
  position: absolute;
  z-index: 106;
}
.toggle-map .map-icon {
  width: 50px;
  height: 50px;
  display: inline-block;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #fff;
  border: #4676fa 3px solid;
  position: relative;
  top: -46px;
}
.toggle-map .map-icon i {
  width: 44px;
  height: 44px;
  display: inline-block;
  line-height: 44px;
  text-align: center;
  font-size: 20px;
}
#google-map {
  text-align: center;
  background-color: #fff;
  height: 465px;
  position: absolute;
  bottom: -460px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 101;
  width: 100%;
  border-top: #4676fa 3px solid;
}
#google-map.panel-show {
  bottom: -20px !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/* ==========================================================================
	19. Subscribe Style
  ========================================================================== */
#subscribe form input {
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: none;
  color: #999999;
  height: 50px;
  padding: 0 20px;
  margin: 0;
  width: 100%;
}
#subscribe form input:focus {
  border: 1px solid #4676fa;
}
#subscribe .sub_btn {
  border: none;
  line-height: 44px;
  margin: 0;
  font-size: 15px;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  min-width: 150px;
  color: #fff;
  top: 0;
  height: 50px;
  background: #4676fa;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-family: 'Lato', sans-serif;
  cursor: pointer;
}
/* ==========================================================================
20. Footer Style
 ========================================================================== */
footer {
  background: #333;
  padding: 60px 0px 30px;
  text-align: center;
}
.site-info p {
  line-height: 34px;
  color: #fff;
}
.site-info p a {
  color: #fff;
}
.site-info p a:hover {
  color: #4676fa;
}
.subscribe-box {
  margin-top: 18px;
}
.subscribe-box input[type="text"] {
  color: #444;
  font-size: 12px;
  padding: 6px 12px;
  border: none;
  background: #fff;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  outline: none;
}
.subscribe-box input[type="submit"] {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  background: #4676fa;
  text-transform: uppercase;
  border: none;
  padding: 7px 16px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-family: 'Lato', sans-serif;
  cursor: pointer;
}
/* ==========================================================================
	21. Single Page Style
	 ========================================================================== */
#blog-single {
  padding: 80px 0;
  background: #ECF0F1;
}
#blog-single .blog-post {
  background: #fff;
  overflow: hidden;
  margin-bottom: 40px;
}
#blog-single .blog-post .post-thumb img {
  width: 100%;
}
#blog-single .blog-post .post-content {
  padding: 30px;
}
#blog-single .blog-post .post-content h3 {
  font-size: 30px;
  padding-bottom: 10px;
}
.blog-comment {
  background: #fff;
  padding: 50px 30px;
  margin-top: 30px;
  overflow: hidden;
}
.blog-comment h4 {
  font-size: 24px;
  margin-bottom: 30px;
}
.blog-comment .comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
}
.blog-comment .comment-list .the-comment {
  border-bottom: 1px solid #e7e6e6;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.blog-comment .comment-list .children {
  padding-left: 40px;
}
.blog-comment .avatar {
  float: left;
  margin-right: 15px;
  padding: 5px;
  border-radius: 3px;
  background: #ffffff;
  border: 1px dashed #346AFE;
}
.blog-comment .comment-author {
  margin-bottom: 10px;
}
.blog-comment .meta {
  margin-bottom: 10px;
  color: #999;
}
.post-meta {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
}
.post-meta ul li {
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
}
.post-meta ul li i {
  margin-right: 5px;
}
.post-meta ul li a {
  color: #fff;
}
.post-meta ul li a:hover {
  color: #4676fa;
}

/* ==========================================================================
WIZVIEW　CSS
	 ========================================================================== */

  .custom-table {
    border-collapse: collapse;
    margin: 20px auto;
    padding: 0;
    width: 100%!important;
  }
  .custom-table tr {
    border: 1px solid #ddd!important;

  }
  .custom-table tr:nth-child(even){
    background-color: #eee!important;
  }
  .custom-table th,
  .custom-table td {
    padding: 1.25em 1em!important;
    border-right:1px solid #ddd!important;
  }

  tr td:nth-of-type(1) {
    font-weight:700!important;
  }


  .th1{
    width:30%;
  }
  .th2{
    width:40%;
  }
  .th3{
    width:30%;
  }

  .custom-table-td1{
    background-color: #b0c4de;
    color:#fff;
    font-weight:800;
    border-bottom: 2px solid #fff!important;
  }


  .custom-table thead th {
      font-size: 1.1em!important;
      padding: 1em!important;
      font-weight:800;
      text-align:center;
      background-color: #5876aa;
  }
  .custom-table thead tr{
    background-color: #5876aa!important;
    color:#fff!important;
  }
  .custom-table tbody th {
    text-align: left!important;
    font-size: .8em!important;
  }
  .txt{
     text-align: left!important;
     font-size: .75em!important;
  }
  .price{
    text-align: right;
    color: #FF7043;
    font-weight: bold;
  }
  

  .balloon7 {
    position: relative;
    padding: 10px;
    width: 130px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    letter-spacing: 0.2em;
    font-size: 14px;
    background-color: #f05b5b;
    }
    
    .balloon7::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: 2px;
    bottom: 2px;
    border-left: 20px solid #f05b5b;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    transform: rotate(45deg);
    }

    .balloon8 {
      position: relative;
      padding: 10px;
      width: 130px;
      height: 80px;
      line-height: 80px;
      border-radius: 50%;
      text-align: center;
      color: #FFF;
      letter-spacing: 0.2em;
      font-size: 14px;
      background-color: #f05b5b;
      }
      
      .balloon8:before {
      content: "";
      position: absolute;
      display: block;
      width: 0;
      height: 0;
      left: 50%;
      bottom: -30px;
      margin-left: -15px;
      border: 15px solid transparent;
      border-top: 20px solid #f05b5b;
      }

      .balloon1 {
        position: relative;
        padding: 10px;
        width: 130px;
        height: 80px;
        line-height: 80px;
        border-radius: 50%;
        text-align: center;
        color: #ffffff;
        letter-spacing: 0.2em;
        font-size: 14px;
        background-color: #f05b5b;
        }
        
        .balloon1::before {
        content: '';
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        left: 2px;
        bottom: 2px;
        border-right: 20px solid #f05b5b;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        transform: rotate(-45deg);
        }

.wizview {
  width:100%;
}

        .circle {
          position: relative;/* ←文字の親要素に指定 */
          width: 100px;
          height: 100px; 
          background-color: pink;
          border-radius: 50%; 
          margin: 0 auto;
          text-align: center;
      }


        .circle-inner {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
      }

      .parent {
        text-align: center;
        margin-top:30px;
        background-image: url("../img/cast-img01.png");
        background-repeat: no-repeat;
        background-position: right center;
        background-size: 15%;
      }
      
      .parent p {
        margin-top:30px;
        text-align:left;
        line-height: 1.8em;
        padding-left: 5px;
        padding-right: 5px;
      }
      
      .point3 {
        position: relative;
        display: inline-block;
        width: 180px;
        height: 150px;
        border-radius: 50%;
        background: #f05b5b;
      }
      
      .point3 img {
        background-position: right bottom;
      }
      .point3 span {
        position: absolute;
        display: inline-block;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width :180px;
        text-align:center;
        color:#fff;
        font-weight:700;
      }


      .solution-h2{
        font-weight:800;
        color:#fff;
        border-bottom: 3px solid #fff;
      }

      .solution-h5{
        font-weight:800;
        color:#fff;
        background-color: #5876aa;
        font-size:20px;
        text-align:center;
        padding-top:15px;
        padding-bottom:15px;
        }

.solution-p {
  text-align:left;
}

.san_box {
  background: #5876aa;
  position: relative;
  padding-top:30px;
}
.san_box:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 50vw 0 50vw;
  border-color: #5876aa transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}




.listcheck{
margin-top:30px;
background-color: #f2f2f2;

}

.listcheck-content{
  margin-top:30px;
  background-color: #fff;
  padding-top:25px;
  padding-bottom:25px;
  padding-left:20px;
  padding-right:20px;
  border: 4px solid #5876aa;
}

.list_check {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.list_check > li {
  position: relative;
  padding: 0px 0px 0px 2em;
  margin: 0px;
  font-size: 20px;
  font-weight:300;
}

@media (max-width: 767px) {
  .list_check > li {
    font-size: 28px!important;
  }
}
.list_check > li::before,
.list_check > li::after {
  position: absolute;
  top: 50%;
  height: 1.3em;
  content: "";
}
.list_check > li::before {
  left: 0px;
  transform: translateY(-50%);
  width: 1.3em;
  border: 2px solid #3388dd;
}
.list_check > li::after {
  left: 0.5em;
  transform: translateY(-75%) rotate(45deg);
  width: 0.5em;
  border-bottom: 5px solid #FF4500;
  border-right: 5px solid #FF4500;
}

.list_check > li + li {
  margin: 1em 0px 0px;
}

.section2{
  background-color: #fff;
  margin-top:30px;
text-align:center;
}

.section2{
  background-color: #fff;
  margin-top:30px;
text-align:center;
}

.section2-header {
  color: #333;
  margin-bottom: 40px;
  text-align: center;
}
.section2-header h2 {
  font-family: 'メイリオ', sans-serif!important;
  font-size: 38px!important;
  margin-top: 0;
  text-transform: none;
  font-weight: 600;
  color: #333;
  position: relative;
}
.section2-header .section2-title span {
  font-family: 'メイリオ', sans-serif;
  color: #5876aa;
}
.section2-header .section2-subtitle {
  margin-top: 15px;
  color: #333;
  font-size: 20px;
  font-weight: 400;
}

.section2-header .section2-subtitle2 {
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

.section2-header .section2-subtitle span {
  font-weight:700;
  color:#5876aa;
  
}

.section2-header .section2-subtitle2 span {
  font-weight:500;
  color:#5876aa;
}

.section2-img {
  padding-bottom:30px;

}
.section2-header .lines {
  margin: auto;
  width: 200px;
  position: relative;
  border-top: 2px solid #346afe;
  margin-top: 15px;
}

.section2-header .section2-title-h2 {
  font-family: 'メイリオ', sans-serif;
  font-size: 28px!important;
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 600;
  color: #333;
  position: relative;
}

.section2-header .section2-title-h2 span{
  font-size:40px;
  color:#5876aa;
  font-weight:800;
  }

.section3 {
  background-color:#5876aa;
}
.section3 p{
  padding-top:15px;
  padding-bottom:15px;
  font-size:18px;
  color:#fff;
  font-weight:400;
  line-height:33px;
}

.section3 p span{
border-bottom:solid 1px #fff;
  font-weight:600;
}




.jire-title-table {
  border-collapse: collapse;
  padding: 0;
  width: 100%!important;
  margin-left: auto!important;
  margin-right: auto!important;
}
.jire-title-table  tr {
  background-color: #333!important;
  border:1px solid transparent!important;
  width: 100%!important;
}

.jire-title-table  th,
.jire-title-table  td {
  padding: 1.25em 1em!important;
  border:transparent;
}


.jire-title-table-td1{
  background-color: #5876aa;
  color:#fff;
  font-weight:800;
  border-bottom:transparent;
  border:transparent;
  width:20%;
}

.jire-title-table-td2{
  background-color: #333;
  color:#fff;
  font-weight:700;
  text-align:center;
  font-size:25px;
  border:1px solid #333!important;
  width:80%;
  }

  .jire-title-table-td3{
    background-color: #333;
    color:#fff;
    font-weight:700;
    text-align:center;
    font-size:20px;
    border:1px solid #333!important;
    }



.jire-title-table  thead tr{
  background-color: #5876aa!important;
  color:#fff!important;
}
.jire-title-table tbody th {
  text-align: left!important;
  font-size: .8em!important;
}

.zero{
  margin-left:0!important;
  margin-right: 0;
  margin-bottom: 50px;
  margin-top:30px;
  padding-left:0!important;
  padding-right:0;

}

.zero2{
  margin-left:0!important;
  margin-right: 0;
  margin-bottom: 50px;
  margin-top:15px;
  padding-left:0!important;
  padding-right:0;

}

.jirei-headline{
  background-color: #5876aa;
  color:#fff;
  margin:0;
padding-top:30px;
  height:80px;
  vertical-align:middle;
}

.jirei-headline2{
  background-color: #333;
  color:#fff;
  margin:0;
  padding-top:15px;
  font-weight: 600;
  height:80px;
}

.jirei-headline2 span{
  font-size:25px;
  font-weight: 700;
  line-height:20px;
}

.jirei-headline2 p{
  font-size:18px;
  font-weight: 400;
  color:#fff;
  padding-top:5px;
  padding-bottom:0;

}

.jirei-headline3{
  background-color: #5876aa;
  color:#fff;
  margin:0;
padding-top:30px;
  height:80px;
  vertical-align:middle;
}

.jirei-headline4{
  background-color: #333;
  color:#fff;
  margin:0;
  padding-top:15px;
  padding-left:20px;
  font-weight: 600;
  height:80px;
}

.jirei-headline4 span{
  font-size:25px;
  font-weight: 700;
  line-height:20px;
}

.jirei-headline4 p{
  font-size:18px;
  font-weight: 400;
  color:#fff;
  padding-top:5px;
  padding-bottom:0;
  padding-left:5px;
  text-align:center;

}

.pc_hid{
  display:none;
}

.pc_hid2{
  display:none;
}

.post_row { margin-right:-25px; margin-left:-25px; line-height:2.4; }
.post_row:before, .post_row:after { display:table; content:" "; }
.post_row:after { clear:both; }
.post_col, .post_col-2, .post_col-3 { -webkit-box-sizing:border-box; box-sizing:border-box; position:relative; width:100%; min-height:1px; margin-bottom:1em; float:left; }
@media screen and (min-width: 768px) {
    .post_col-2 { width:50%; }
    .post_col-3 { width:33.33333%; }
}
@media screen and (min-width: 1024px) {
    .post_col-2 { width:50%; }
    .post_col-3 { width:33.33333%; }
}

.foot-opt {
  background-color: #E5F4FF;
  position: relative;
  padding-bottom:30px;

}

.foot-opt-point{
    margin:10px 0;
    text-align:center;
    background-color: #fff;
    padding:10px;
    border-radius:10px;
}

.foot-opt-point3 {
  background-color: #fff;

  width:auto;
}





.foot-opt-point h3 {
  margin: 1rem 0 1rem -1px;
  padding: 1rem 1rem;
  color: #fff;
  font-size:20px;
  font-weight:700;

  background: #0068b7;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
}

.foot-opt-point3 h3 span{
    display:block;
    background-color: #fff;
    color:#0068b7;
    padding:5px 0;
    margin:10px 80px 0 80px ;
    border-radius: 150px;
    font-size:14px;
}

@media (max-width: 767px) {
  .foot-opt-point3 h3 span{
      margin:10px;
  }
}

@media (min-width: 320px) and (max-width: 576px) {
  .foot-opt-point3 h3 span{
      margin:10px 80px 0 80px ;
  }  
}

.option-section {

  padding: 20px 0;
  background-color: #E5F4FF;
  }
  
  .option-section h2 {
    position: relative;
    padding: 1rem 2rem;
    border-bottom: 6px solid #5876aa;
  font-size:40px;
  color:#333;
  }
  

  .option-section h2:before {
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 30%;
    height: 6px;
    content: '';
    background: #00bfff;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .option-section {
      padding: 40px 0;
    }
  }

  @media (max-width: 767px) {
    .option-section h2{
      font-size:35px;
    }
  }

  .jirei-slide{
    background:#fff;
  }

  .js-fix.is-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background:#fff;


    }


#jirei-slide{
  position: fixed;
  bottom:0;
  left:0;
  width:100%;
  opacity:0;
  transform: translateY(100px);
  z-index:5;
  padding-bottom:10px;
  background:#fff;
}
  
    
    /*　上に上がる動き　*/
    
   #jirei-slide.UpMove{
    animation: UpAnime 0.5s forwards;
  }
  @keyframes UpAnime{
    from {
      opacity: 0;
    transform: translateY(100px);
    }
    to {
      opacity: 1;
    transform: translateY(0);
    }
  }
    
    /*　下に下がる動き　*/
    
    #jirei-slide.DownMove{
      animation: DownAnime 0.5s forwards;
    }
    @keyframes DownAnime{
      from {
        opacity: 1;
      transform: translateY(0);
      }
      to {
        opacity: 1;
      transform: translateY(500px);
      }
    }

    .submenu-option{
      background-color:#333;
    }


    #page-option a,#page-option2 a,#page-option3 a,#page-option4 a,#page-option5 a{
      display: flex;
      justify-content:center;
      align-items:center;
      background:#eb6877;
      border-radius: 15px 0 0 15px;
      width: 60px;
      height: 350px;
      font-weight:400;
      color: #fff;
      text-align: center;
      text-transform: uppercase; 
      text-decoration: none;
      font-size:16px;
      transition:all 0.3s;
      letter-spacing:.14em;
      -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
      writing-mode: vertical-rl;
      text-orientation:upright;
      z-index:20;
    }
    


    #page-option a:hover,#page-option2 a:hover,#page-option3 a:hover,#page-option4 a:hover,#page-option5 a:hover{
      background: #5876aa;
      z-index:20;
    }
    
   
    #page-option,#page-option2,#page-option3,#page-option4,#page-option5 {

       
      opacity: 0;
      transform: translateX(100px);
      z-index:20;
    }

    #page-option,#page-option2,#page-option3,#page-option5 {
      position: fixed;
      right: -20px;
      top:150px;
      z-index: 20;
    }


    #page-option4{
      position: fixed;
      right: -20px;
      top:520px;
      z-index: 20;
    }
    
    /*　左の動き　*/
    
    #page-option.LeftMove,#page-option2.LeftMove,#page-option3.LeftMove,#page-option4.LeftMove,#page-option5.LeftMove{
      animation: LeftAnime 0.5s forwards;
    }
    
    @keyframes LeftAnime{
      from {
        opacity: 0;
      transform: translateX(100px);
      }
      to {
        opacity: 1;
      transform: translateX(0);
      }
    }
    
    /*　右の動き　*/
    
    #page-option.RightMove,#page-option2.RightMove,#page-option3.RightMove,#page-option4.RightMove,#page-option5.RightMove{
      animation: RightAnime 0.5s forwards;
    }
    @keyframes RightAnime{
      from {
        opacity: 1;
      transform: translateX(0);
      }
      to {
        opacity: 1;
      transform: translateX(100px);
      }
    }




    .sidebar_fixed {
      position: sticky;
      top: 60px;
    }


    .side{
      padding:5px;
      margin-top:20px;
    }

    .side h3{
      position: relative;
      font-size:22px;
      padding: 1rem 2rem;
      border-bottom: 6px solid #5876aa;
      text-align:center;
    }

    .side h3:before{
      position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: #00bfff;
    }

    .side h4{
      background-color:#0068b7;
      color:#fff;
      font-size:14px;
      padding:10px 0;
      font-weight:700;
      margin-top:5px;
      text-align:center;
      border-radius:5px 5px 0 0;
    }
    
    .side p{
      font-size:12px;
    }
 
    .sidebar{
      position: sticky;
      top: 0px;
      background: #f1f1fd;
      padding: 40px;
      width: 100%;
      border: solid 1px #669900;
  }

  a.btn--gray {
    color: #5876aa;
    background-color: #f5f5f5;
    font-weight:700;
  }
  
  a.btn--gray:hover {
    color: #fff;
    background: #5876aa;
  }
  
  a.btn-c {
    font-size: 16px;
    position: relative;
    padding: 10px 50px;
    border-radius: 100vh;
    margin-bottom:15px;
  }
  

  .jirei-cat h5{
    display:inline-block;
    color:#fff;
    font-size:14px;
    font-weight:400;
    background:#F14E55;
    padding:8px 20px;
    border-radius:20px;
    margin-top:20px;
    margin-left:-15px;
    }



  



  
