/*--------------------------------------------------------------
	Common
--------------------------------------------------------------*/
html {
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: scrollbar;
}

body {
  background: #fff;
  font: 400 12px/1.8 "Open Sans", sans-serif;
  color: #111;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  border: 0;
}

.align-center {
  text-align: center;
}

.align-left {
  text-align: left !important;
}

.position-relative {
  position: relative;
}

.leftauto {
  right: 0 !important;
  left: auto !important;
}

/* Transition elsements */
a,
.btn {
  transition: all 0.125s ease-in-out 0s;
}

.client-logo,
.gallery-caption,
.gallery-image:after,
.gallery-image img,
.price-table,ß
.work-caption,
.work-image>img,
.work-image:after,
.post-thumbnail,
.post-video,
.post-images-slider {
  transition: all 0.3s ease-in-out 0s;
}

/* Reset box-shadow */
.btn,
.well,
.panel,
.progress,
.form-control,
.form-control:hover,
.form-control:focus {
  box-shadow: none;
}

/* Reset border-radius */
.well,
.label,
.alert,
.progress,
.form-control,
.modal-content,
.panel-heading,
.panel-group .panel,
.nav-tabs>li>a,
.nav-pills>li>a {
  border-radius: 2px;
}

.pr-remove {
  /*vertical-align: middle !important;*/
  text-align: center;
}

.examples {
  border-radius: 2px;
  padding: 7px 5px;
  margin: 0 0 40px;
}

.examples.bg-dark {
  background: #333;
  border: 0;
}

.et-icons .box1 {
  border: 1px solid #e5e5e5;
  display: block;
  width: 25%;
  float: left;
  padding: 0;
  font-size: 13px;
  margin: -1px 0 0 -1px;
}

.et-icons .box1>span {
  display: inline-block;
  border-right: 1px solid #e5e5e5;
  min-width: 60px;
  min-height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 28px;
  margin-right: 5px;
}

.fa-icons>div {
  padding: 0;
  border: 1px solid #e5e5e5;
  margin: -1px 0 0 -1px;
  font-size: 13px;
}

.fa-icons>div>i {
  display: inline-block;
  margin-right: 5px;
  min-width: 40px;
  min-height: 40px;
  border-right: 1px solid #f1f1f1;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
}

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

/* Sections */

.main {
  position: relative;
  background-color: #fff;
  z-index: 1;
}

.module,
.module-small {
  position: relative;
  padding: 80px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/* Module header */
.module-small {
  padding: 70px 0;
}

.module-extra-small {
  padding: 25px 0px;
}

.module-medium {
  padding: 75px 0px;
}

.holder-w {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  height: 1px;
  width: 50%;
}

.holder-w:before {
  border-top: 1px solid #eaeaea;
  position: relative;
  display: block;
  content: "";
  top: 1px;
  height: 1px;
  width: 100%;
}

/* Sections dividers */
.divider-w {
  border-top: 1px solid #eaeaea;
  margin: 0;
}

.divider-d {
  border-top: 1px solid #fff;
  margin: 0;
}

/* Half-image */
.side-image {
  position: absolute;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.side-image-text {
  background: #fff;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 140px 60px 140px;
}

/* Dark background */
.bg-dark,
.bg-dark-30,
.bg-dark-60,
.bg-dark-90,
.bg-dark .module-title,
.bg-dark-30 .module-title,
.bg-dark-60 .module-title,
.bg-dark-90 .module-title,
.bg-dark .module-subtitle,
.bg-dark-30 .module-subtitle,
.bg-dark-60 .module-subtitle,
.bg-dark-90 .module-subtitle,
.bg-dark .alt-module-subtitle h5,
.bg-dark-30 .alt-module-subtitle h5,
.bg-dark-60 .alt-module-subtitle h5,
.bg-dark-90 .alt-module-subtitle h5 {
  color: #fff;
}

.bg-dark {
  background-image: linear-gradient(90deg, rgba(34, 119, 209, 1), rgba(11, 167, 214, 1));
}

.bg-dark-30:before {
  position: absolute;
  background: rgba(26, 113, 213, 0.4);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.bg-dark-60:before {
  position: absolute;
  background: rgba(34, 34, 34, 0.8);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.bg-dark-90:before {
  position: absolute;
  background: rgba(34, 34, 34, 0.9);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.bg-light {
  background: #f6f6f6;
}

.bg-white {
  background: #fff;
}

.bg-gr {
  background-image: linear-gradient(90deg, rgba(214, 238, 244, 1), rgba(255, 255, 255, 1));
}

.parallax-bg {
  background-attachment: fixed;
  background-size: cover;
}

.bg::before {
  content: '';
  position: fixed;
  background-image: url('https://shinonome-vc.jp/wp-content/themes/shinonomecapital/assets/images/bg01.jpg');
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  z-index: -1;
}

.bg-demo {
  width: 100%;
}

/* Vertical margin, padding */
.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

@media only screen and (max-width: 991px) {
  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-10 {
    margin-top: 10px !important;
  }

  .mt-sm-20 {
    margin-top: 20px !important;
  }

  .mt-sm-30 {
    margin-top: 30px !important;
  }

  .mt-sm-40 {
    margin-top: 40px !important;
  }

  .mt-sm-50 {
    margin-top: 50px !important;
  }

  .mt-sm-60 {
    margin-top: 60px !important;
  }

  .mt-sm-70 {
    margin-top: 70px !important;
  }

  .mt-sm-80 {
    margin-top: 80px !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-10 {
    margin-bottom: 10px !important;
  }

  .mb-sm-20 {
    margin-bottom: 20px !important;
  }

  .mb-sm-30 {
    margin-bottom: 30px !important;
  }

  .mb-sm-40 {
    margin-bottom: 40px !important;
  }

  .mb-sm-50 {
    margin-bottom: 50px !important;
  }

  .mb-sm-60 {
    margin-bottom: 60px !important;
  }

  .mb-sm-70 {
    margin-bottom: 70px !important;
  }

  .mb-sm-80 {
    margin-bottom: 80px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-xs-0 {
    margin-top: 0 !important;
  }

  .mt-xs-10 {
    margin-top: 10px !important;
  }

  .mt-xs-20 {
    margin-top: 20px !important;
  }

  .mt-xs-30 {
    margin-top: 30px !important;
  }

  .mt-xs-40 {
    margin-top: 40px !important;
  }

  .mt-xs-50 {
    margin-top: 50px !important;
  }

  .mt-xs-60 {
    margin-top: 60px !important;
  }

  .mt-xs-70 {
    margin-top: 70px !important;
  }

  .mt-xs-80 {
    margin-top: 80px !important;
  }

  .mb-xs-0 {
    margin-bottom: 0 !important;
  }

  .mb-xs-10 {
    margin-bottom: 10px !important;
  }

  .mb-xs-20 {
    margin-bottom: 20px !important;
  }

  .mb-xs-30 {
    margin-bottom: 30px !important;
  }

  .mb-xs-40 {
    margin-bottom: 40px !important;
  }

  .mb-xs-50 {
    margin-bottom: 50px !important;
  }

  .mb-xs-60 {
    margin-bottom: 60px !important;
  }

  .mb-xs-70 {
    margin-bottom: 70px !important;
  }

  .mb-xs-80 {
    margin-bottom: 80px !important;
  }
}

/* Scroll to top */
.scroll-up {
  position: fixed;
  display: none;
  bottom: 7px;
  right: 7px;
  z-index: 999;
}

.scroll-up a {
  background: #fff;
  display: block;
  height: 28px;
  width: 28px;
  text-align: center;
  line-height: 28px;
  font-size: 14px;
  color: #000;
  opacity: 0.6;
  border-radius: 2px;
}

.scroll-up a:hover,
.scroll-up a:active {
  opacity: 1;
  color: #000;
}

/* Video */
.video-controls-box {
  position: absolute !important;
  bottom: 40px;
  left: 0;
  width: 100%;
  z-index: 1;
}

.video-controls-box a {
  display: inline-block;
  color: #fff;
  margin: 0 5px 0 0;
}

/* Landing Page */
.landing-reason:before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(59, 149, 170, 0.8);
}

.landing-reason {
  color: #fff;
  font-size: 13px;
}

.landing-image-text {
  padding-top: 70px;
  padding-bottom: 0px;
}

.landing-image-text h2 {
  margin-top: 100px;
  margin-bottom: 15px;
}

.landing-screenshot:before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(60, 127, 130, 0.5);
}

.alert i {
  margin-right: 5px;
}

/*--------------------------------------------------------------
	ボタン
--------------------------------------------------------------*/
.btn {
  border-radius: 0;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  padding: 8px 37px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
}

.btn.btn-round {
  border-radius: 2px;
}

.btn.btn-circle {
  border-radius: 30px;
}

.btn.btn-w {
  background: rgba(255, 255, 255, 0.8);
  color: #111;
}

.btn.btn-w:hover,
.btn.btn-w:focus {
  background: white;
  color: #111;
}

.btn.btn-g {
  background: #e5e5e5;
  color: #111;
}

.btn.btn-g:hover,
.btn.btn-g:focus {
  background: #d8d8d8;
  color: #111;
}

.btn.btn-border-w {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.75);
  color: #fff;
}

.btn.btn-border-w:hover,
.btn.btn-border-w:focus {
  background: #fff;
  border-color: transparent;
  color: #111;
}

.btn.btn-d {
  background: rgba(17, 17, 17, 0.8);
  color: #fff;
}

.btn.btn-d:hover,
.btn.btn-d:focus {
  background: #111111;
}

.btn.btn-b {
  background: #111111;
  color: #fff;
}

.btn.btn-b:hover,
.btn.btn-b:focus {
  background: rgba(17, 17, 17, 0.8);
}

.btn-border-d {
  background: transparent;
  border: 1px solid #2277D1;
  color: #2277D1;
}

.btn.btn-border-d:hover,
.btn.btn-border-d:focus {
  background: #2277D1;
  color: #fff;
}

.btn.btn-font-w {
  background: rgba(255, 255, 255, 0.8);
  color: #fff;
}

.btn.btn-font-w:hover {
  background: #fff;
  color: #111;
}

.btn-border-nav {
  background-image: linear-gradient(90deg, rgba(34, 119, 209, 1), rgba(11, 167, 214, 1));
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.btn.btn-border-nav:hover,
.btn.btn-border-nav:focus {
  background: #111111;
  color: #fff;
}

/* Buttons size */
.btn.btn-lg {
  padding: 12px 45px;
  font-size: 13px;
}

.btn.btn-sm {
  padding: 6px 25px;
  font-size: 10px;
  letter-spacing: 1px;
}

.btn.btn-xs {
  padding: 4px 19px;
  font-size: 10px;
  letter-spacing: 0;
}

.btn-list .btn {
  margin: 5px 0;
}

.search-btn {
  position: absolute;
  background: transparent;
  border: none;
  overflow: hidden;
  top: 50%;
  right: 1px;
  width: 42px;
  height: 40px;
  line-height: 38px;
  font-size: 14px;
  outline: none;
  color: #999;
  margin-top: -20px;
}

.image-button {
  margin: 0px 5px;
}

/*--------------------------------------------------------------
	文字装飾
--------------------------------------------------------------*/
a {
  color: #111;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #aaa;
  outline: 0;
}

.bg-dark a {
  color: #fff;
}

.bg-dark a:hover,
.bg-dark a:focus {
  color: #9ac7f8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  font-weight: 400;
}

p,
ol,
ul,
blockquote {
  margin: 0 0 20px;
  font-size: 14px;
}

blockquote {
  border: 0;
  font-style: italic;
  font-size: 15px;
  padding: 0;
}

.font-alt {
  font-family: "futura", "century gothic", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.font-sans-serif {
  font-family: "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", Verdana, Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
}

.font-serif {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  letter-spacing: 1px;
}

.font-italic {
  font-style: italic;
}

.large-text {
  font-size: 24px !important;
}


.module-title {
  position: relative;
  letter-spacing: 4px;
  text-align: center;
  font-weight: 400;
  font-size: 25px;
  color: #111;
  margin: 0 0 40px;
}

.module-subtitle {
  text-align: center;
  font-size: 13px;
  color: #111;
  margin-bottom: 20px;
}

.module-left-title {
  position: relative;
  letter-spacing: 1px;
  text-align: left;
  font-weight: 400;
  font-size: 22px;
  color: #111;
  margin: 0 0 70px;
}

.module-left-subtitle {
  text-align: left;
  font-size: 16px;
  color: #111;
  margin-bottom: 70px;
}

.module-icon {
  text-align: center;
  font-size: 32px;
  margin-bottom: 20px;
}

.module-title+.module-subtitle {
  margin-top: -35px;
}

.module-left-title+.module-left-subtitle {
  margin-top: -35px;
}

/* Restaurant module header */
.alt-module-subtitle {
  display: table;
}

.alt-module-subtitle h5 {
  display: table-cell;
  white-space: pre;
  padding: 0 8px;
  color: #111;
}

/* Finance case study header */
.finance-image-content {
  border: 1px solid #e5e5e5;
  padding: 60px 0px;
}

.finance-image-content .module-title {
  margin-bottom: 20px;
}

.finance-image-content .alt-features-item {
  margin-top: 40px;
}

/* Landing Page */
.landing-reason .module-title {
  color: #e6af4b;
}

.landing-reason .module-title+.module-subtitle {
  margin-top: -60px;
  margin-bottom: 40px;
}

.free-trial {
  background-color: #2277D1;
  color: #FFFFFF;
}

.free-trial .color-golden {
  color: #f6bf77;
}

/*  Special Portfolio Page  */
.special-portfolio-header-title {
  border: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 50px;
  padding: 40px 0px;
  letter-spacing: 8px;
}

/* 画面サイズの横幅が 767px より小さい場合に適用 */
@media screen and (max-width: 767px) {

  .module-left-title {
    text-align: center;
  }

  .module-left-subtitle {
    text-align: center;
  }

}

/* -------------------------------------------------------------------
General Styles - FlexSlider
------------------------------------------------------------------- */
.flex-direction-nav a,
.flex-control-nav>li>a {
  transition: all 0.3s ease-in-out 0s;
}

.flex-direction-nav a {
  position: absolute;
  display: block;
  height: 100%;
  width: 50%;
  top: 0;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  margin: 0;
}

.flex-direction-nav .flex-prev {
  opacity: 0;
  left: 0;
  cursor: url(../images/prev-light.png), e-resize;
}

.flex-direction-nav .flex-next {
  opacity: 0;
  right: 0;
  cursor: url(../images/next-light.png), e-resize;
}

.flex-control-nav {
  position: absolute;
  width: auto;
  left: 50%;
  bottom: 20px;
  z-index: 11;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flex-control-nav>li {
  display: inline-block;
  margin: 5px 3px;
}

.flex-control-nav>li>a {
  background: transparent;
  border: 1px solid #fff;
  display: block;
  height: 6px;
  width: 6px;
  border-radius: 6px;
}

.flex-control-nav>li>a:hover,
.flex-control-nav>li>a.flex-active {
  background: #fff;
}

/* -------------------------------------------------------------------
トップスライダー
------------------------------------------------------------------- */
.hero-slider {
  margin: 0 !important;
}

.hero-slider .slides>li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.hero-slider,
.hero-slider .flex-viewport {
  height: 100% !important;
  width: 100%;
  padding: 0;
  margin: 0;
}

.hero-slider .slides {
  height: 100% !important;
  transition-delay: 1s;
}

.hero-slider .flex-direction-nav a {
  width: 15%;
}

.hero-slider .slides li {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100% !important;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

/* Caption */
.titan-caption {
  position: relative;
  display: table;
  height: 100%;
  width: 70%;
  margin: 0 auto;
}

.titan-caption {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}

.caption-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/*
Photography Page Slider
*/
.photography-page .image-caption {
  bottom: 20px;
  position: absolute;
  width: 35%;
}

.photography-page .image-caption .caption-text {
  font-size: 24px;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.photography-page .flex-control-nav {
  left: 80%;
  bottom: 20px;
  z-index: 11;
}

/*--------------------------------------------------------------
	ページローディング
--------------------------------------------------------------*/
.page-loader {
  position: fixed;
  background: #000;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  z-index: 9998;
}

.loader {
  position: absolute;
  border-left: 2px solid #ffffff;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  height: 46px;
  width: 46px;
  left: 50%;
  top: 50%;
  margin: -23px 0 0 -23px;
  text-indent: -9999em;
  font-size: 10px;
  z-index: 9999;
  -webkit-animation: load 0.8s infinite linear;
  -moz-animation: load 0.8s infinite linear;
  ms-animation: load 0.8s infinite linear;
  o-animation: load 0.8s infinite linear;
  animation: load 0.8s infinite linear;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 46px;
  height: 46px;
}



/*--------------------------------------------------------------
	Header
--------------------------------------------------------------*/
.home-section {
  position: relative;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  z-index: 0;
  background-size: cover;
}

.titan-title-size-1 {
  letter-spacing: 4px;
  font-size: 15px;
}

.titan-title-size-2 {
  line-height: 1.3;
  letter-spacing: 3px;
  font-size: 18px;
  opacity: .8;
}

.titan-title-size-3 {
  letter-spacing: 16px;
  font-size: 46px;
}

.titan-title-size-4 {
  letter-spacing: 24px;
  font-weight: 400;
  font-size: 48px;
}

/* Agency Page Header */
.agency-page-header:before {
  background: transparent;
}

/* About us Page Header */
.about-page-header:before {
  background: rgba(2, 2, 2, 0.2);
  background-image: radial-gradient(#111 20%, transparent 31%), radial-gradient(#111 30%, transparent 31%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
}


/* Service Page Header */
.service-page-header:before {
  background: rgba(2, 2, 2, 0.1);
}

/* Pricing Page Header */
.pricing-page-header {
  background-position: 40% 14%;
  background-repeat: no-repeat;
}

.pricing-page-header:before {
  background: rgba(2, 2, 2, 0.6);
}

/* Gallery Page Header */
.gallery-page-header {
  background-position: 50% 0%;
  background-repeat: no-repeat;
}

.gallery-page-header:before {
  background: rgba(2, 2, 2, 0.2);
}

/* Contact Page Header */
.contact-page-header {
  background-position: 13% 45%;
  background-repeat: no-repeat;
}

.contact-page-header:before {
  background: rgba(2, 2, 2, 0.5);
}

/* FAQ Page Header */
.faq-page-header:before {
  background: rgba(2, 2, 2, 0.15);
}

/* Blog Page Header */
.blog-page-header {
  background-position: 50% 24%;
  background-repeat: no-repeat;
}

.blog-page-header:before {
  background: rgba(2, 2, 2, 0.3);
}

/* Restaurant menu Page Header */
.restaurant-menu-bg:before {
  background: rgba(2, 2, 2, 0.4);
}

.restaurant-page-header:before {
  background: rgba(0, 0, 0, 0.45);
}

.restaurant-image-overlay:before {
  background-color: rgba(2, 2, 2, 0.25);
}

/* Portfolio Page Header */
.portfolio-page-header {
  background-position: 50% 50%;
}

.portfolio-page-header:before {
  background: rgba(45, 45, 45, 0.45);
}

/* Landing Page Header */
.landing-header:before {
  position: absolute;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(47, 119, 107, 0.52) 95%, rgba(35, 103, 115, 0.58) 100%);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.banner-img {
  margin-top: -145px;
}

.shop-page-header:before {
  background: rgba(34, 34, 34, 0.3);
}

/*--------------------------------------------------------------
	Footer
--------------------------------------------------------------*/
.footer {
  padding: 10px 0;
}

.footer .copyright {
  margin: 0;
  font-size: 13px;
}

.footer .footer-social-links {
  text-align: right;
  font-size: 19px;
}

.footer .footer-social-links a {
  display: inline-block;
  padding: 0 6px;
}

.footerpd{
 padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .footerpd{
    padding-bottom: 0;
   }
}



/* -------------------------------------------------------------
Google map
------------------------------------------------------------- */
#map-section {
  position: relative;
  height: 450px;
  width: 100%;
}

#map {
  height: 100%;
  width: 100%;
}

#map img {
  max-width: none;
}

/*--------------------------------------------------------------
	Services & Features
--------------------------------------------------------------*/
.features-item {
  margin: 20px 0;
  text-align: center;
}

.features-icon,
.alt-features-icon {
  line-height: 1.2;
  font-size: 42px;
  color: #111;
}

.features-title,
.alt-features-title {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 14px;
  color: #111;
  margin: 16px 0 15px;
}

.alt-features-item {
  position: relative;
  padding-left: 55px;
  margin: 65px 0 0 0;
}

.alt-features-icon {
  position: absolute;
  height: 40px;
  width: 40px;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 40px;
  font-size: 28px;
}

.alt-features-title {
  font-size: 13px;
  margin: 0 0 10px;
}

/* Content box */
.content-box {
  margin: 20px 0;
  text-align: center;
}

.content-box-title {
  font-weight: 400;
  font-size: 18px;
  color: #111;
  margin: 16px 0 15px;
}


/*--------------------------------------------------------------
	Call to action
--------------------------------------------------------------*/
.callout-text {
  color: rgba(255, 255, 255, 0.6);
}

.callout-title {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  margin: 0;
}

.callout-btn-box {
  text-align: right;
  padding-top: 4px;
}

.request-cta {
  padding: 50px 0px;
}

/*--------------------------------------------------------------
	Blog Post
--------------------------------------------------------------*/
.post {
  margin: 0 0 80px;
}

.post-title {
  line-height: 1.4;
  font-size: 22px;
  color: #111;
  margin: 0;
}

.post-header {
  margin: 0 0 15px;
}

.post-meta {
  font-size: 14px;
  color: #aaa;
  min-width: 140px;
}

.post-entry {
  border-top: 1px dotted #c2c2c2;
  padding-top: 20px;
  margin-top: 10px;
}

.post-images-slider {
  position: relative;
}

.post-images-slider .flex-control-nav {
  bottom: 0;
}

.post-thumbnail,
.post-images-slider,
.post-video {
  margin: 0 0 20px;
}

.post-quote {
  background: #f5f5f5;
  text-align: center;
  padding: 20px;
}

/* Post columns */
.post-columns .post {
  margin: 0 0 40px;
}

.post-columns .post-header {
  margin: 0 0 10px;
}

.post-columns .post-title {
  line-height: 1.8;
  font-size: 14px;
}

.post-columns .post-entry {
  padding: 10px 0 0;
  margin: 0 0 10px;
}

.post-columns.wo-border .post-entry {
  border: 0;
  padding: 0;
}

.post-columns .post-entry p:last-child {
  margin: 0;
}

.more-link:after {
  content: "\00BB";
  color: #666666;
  padding-left: 5px;
}

.pagination a {
  border: 1px solid #eaeaea;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  color: #999;
  padding: 4px 12px;
}

.pagination a.active {
  border-color: #CACACA;
}


/* 画面サイズの横幅が 767px より小さい場合に適用 */
@media screen and (max-width: 767px) {

  .post-meta {
    min-width: 130px;
  }

}


/*--------------------------------------------------------------
	Widgets
--------------------------------------------------------------*/

/* Tabs */
.tab-content .tab-pane {
  padding: 20px 0;
}

/* Accordion */
.panel-title {
  font-size: 14px;
}

.panel-heading a {
  position: relative;
  display: block;
}

.panel-heading a:after {
  position: absolute;
  content: "\f106";
  top: 50%;
  right: 0px;
  font-family: "FontAwesome";
  line-height: 1;
  font-size: 14px;
  margin-top: -7px;
}

.panel-heading a.collapsed:after {
  content: "\f107";
}

/* Tables */
.table-border>tbody>tr>td,
.table-border>tbody>tr>th,
.table-border>tfoot>tr>td,
.table-border>tfoot>tr>th,
.table-border>thead>tr>td,
.table-border>thead>tr>th {
  border-color: #e5e5e5;
}

.ds-table>tbody>tr>td,
.ds-table>tbody>tr>th,
.ds-table>tfoot>tr>td,
.ds-table>tfoot>tr>th,
.ds-table>thead>tr>td,
.ds-table>thead>tr>th {
  border-top: 0;
}

.checkout-table {
  border: 1px solid #e5e5e5;
}

.checkout-table>tbody>tr>td,
.checkout-table>tbody>tr>th,
.checkout-table>tfoot>tr>td,
.checkout-table>tfoot>tr>th,
.checkout-table>thead>tr>td,
.checkout-table>thead>tr>th {
  padding: 12px;
}

.checkout-table tr td,
.checkout-table tr th {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}

.checkout-table tbody tr td:first-child,
.checkout-table tbody tr th:first-child {
  max-width: 36px;
}

/* Sidebar / Widget common*/
.sidebar .widget {
  margin-bottom: 60px;
}

.sidebar .widget-title {
  color: #111;
}

.widget .widget-title {
  border-bottom: 1px dotted #fff;
  font-size: 14px;
  padding: 0 0 10px;
  margin: 0 0 15px;
}

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

/* Icon List */
.widget .icon-list li {
  font-size: 12px;
  padding: 5px 0;
}

.widget .icon-list li a:before {
  content: "\00BB";
  color: #fff;
  padding-right: 5px;
}

/* Posts */
.widget-posts li {
  margin: 0 0 15px;
}

.widget-posts li:last-child {
  margin: 0;
}

.widget-posts-image {
  float: left;
  width: 64px;
}

.widget-posts-body {
  margin-left: 74px;
}

/* Search */
.search-box {
  position: relative;
}

/* Tags */
.tags a {
  background: #111;
  display: inline-block;
  font-size: 10px;
  color: #fff;
  padding: 4px 10px 4px 12px;
  margin: 0 1px 4px;
  border-radius: 2px;
}

.tags a:hover {
  background: rgba(17, 17, 17, 0.8);
}

.tags {
  display: flex;
  flex-wrap: wrap;
}


/*--------------------------------------------------------------
	Responsive Styles - Media Queries
--------------------------------------------------------------*/

@media (min-width: 768px) {
  /* Comments */
  .comment .comment {
    margin-left: 75px;
  }
}

@media (max-width: 1200px) {

  /* Features */
  .alt-features-item {
    margin: 20px 0 0;
  }
}

@media (max-width: 991px) {

  /* Headers */
  .titan-title-size-3 {
    letter-spacing: 8px;
    font-size: 36px;
  }

  .titan-title-size-4 {
    letter-spacing: 12px;
    font-size: 38px;
  }

  .work-item,
  .works-grid-3 .work-item,
  .container .works-grid-3 .work-item,
  .works-grid-4 .work-item,
  .works-grid-5 .work-item {
    width: 50%;
  }

  /* Half-image */
  .side-image {
    position: relative;
    height: 300px;
  }
}

@media (max-width: 767px) {

  .dropdown-menu.cart-list {
    text-align: left;
    border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
  }

  /* Headers */
  .titan-title-size-1 {
    letter-spacing: 2px;
    font-size: 14px;
  }

  .titan-title-size-2 {
    line-height: 1.3;
    letter-spacing: 2px;
    font-size: 16px;
    opacity: .8;
  }

  .titan-title-size-3 {
    letter-spacing: 4px;
    font-size: 26px;
  }

  .titan-title-size-4 {
    letter-spacing: 6px;
    font-size: 28px;
  }

  /* Features */
  .features-item {
    margin: 0 0 30px;
  }

  .alt-features-item {
    padding-left: 0;
    margin: 0 0 30px;
    text-align: center;
  }

  .alt-features-icon {
    position: static;
    width: auto;
    margin: 0 auto 8px;
  }

  /* Callout */
  .callout-text {
    margin: 0 0 30px;
  }

  .callout-text,
  .callout-btn-box {
    text-align: center;
  }

  /* Sidebar */
  .sidebar {
    margin-top: 50px;
  }

  .widget {
    margin-bottom: 60px;
  }

  .post.mb-0 {
    margin-bottom: 40px !important;
  }

  .footer {
    text-align: center;
  }

  .copyright,
  .footer-social-links {
    text-align: center;
    margin: 10px 0;
  }

  /* Half-image */
  .side-image-text {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Restaurant menu */
  .menu-title,
  .menu-detail,
  .menu-price-detail {
    text-align: center;
  }

  .align-center-sm {
    text-align: center;
  }

  .align-left-sm {
    text-align: left;
  }
}

@media only screen and (max-width: 480px) {

  .work-item,
  .works-grid-3 .work-item,
  .works-grid-4 .work-item,
  .works-grid-5 .work-item {
    width: 100%;
  }
}


/* original */

ul {
  list-style: none;
}

ul.align_col2 {
  margin: 0 0 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}

ul.align_col2 li {
  margin-right: 28px;
  margin-bottom: 20px;
  width: 48%;
  list-style: none;
  justify-content: center;
  align-items: center;
}

ul.align_col2 li:nth-child(2n) {
  margin-right: 0px;
}

ul.align_col3 {
  margin: 0 0 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}

ul.align_col3 li {
  margin-right: 39px;
  margin-bottom: 20px;
  width: 31%;
  list-style: none;
  justify-content: center;
  align-items: center;
}

ul.align_col3 li:nth-child(3n) {
  margin-right: 0px;
}

ul.align_col4 {
  margin: 0 0 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}

ul.align_col4 li {
  margin-right: 30px;
  margin-bottom: 20px;
  width: 23%;
  list-style: none;
  justify-content: center;
  align-items: center;
}

ul.align_col4 li:nth-child(4n) {
  margin-right: 0px;
}


.thumbnailimage {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border: 1px solid #EAEAEA;
  overflow: hidden;
  position: relative;
}

.thumbnailimage a img {
  transition: 1s all;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;

}

.thumbnailimage a img:hover {
  transform: scale(1.2, 1.2);
  transition: 1s all;
}

.small-thumbnail {
  display: flex;
  align-items: center;
}

/* thumbnailimage2 */

.thumbnailimage2 {
  width: 220px;
  height: 120px;
  object-fit: cover;
  border: 1px solid #EAEAEA;
  overflow: hidden;
  position: relative;
  margin-right: 20px;
}

.thumbnailimage2 img {
  transition: 1s all;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;

}

.thumbnailimage2 a img:hover {
  transform: scale(1.2, 1.2);
  transition: 1s all;
}

/* thumbnailimage3 */

.thumbnailimage3 {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border: 1px solid #EAEAEA;
  overflow: hidden;
  position: relative;
  margin-right: 20px;
}

.thumbnailimage3 img {
  transition: 1s all;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;

}

.thumbnailimage3 a img:hover {
  transform: scale(1.2, 1.2);
  transition: 1s all;
}

/* thumbnailimage4 */

.thumbnailimage4 {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border: 1px solid #EAEAEA;
  overflow: hidden;
  position: relative;
  margin-right: 20px;
}

.thumbnailimage4 img {
  transition: 1s all;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;

}

.thumbnailimage4 a img:hover {
  transform: scale(1.2, 1.2);
  transition: 1s all;
}

/* Tags2 */
.tags2 a {
  background: #fff;
  display: inline-block;
  font-size: 10px;
  color: #111;
  padding: 4px 10px 4px 12px;
  margin: 10px 5px 0 0;
  border-radius: 2px;
  border: 2px solid #EAEAEA;
}

.tags2 a:hover {
  background: #EAEAEA;
}

.tags2 {
  display: flex;
  flex-wrap: wrap;
}

/* ページネーション */
.pagination {
  margin: 20px 0 0;
}

.nav-links {
  display: flex;
}

.pagination .page-numbers {
  display: inline-block;
  margin-right: 10px;
  padding: 4px 12px;
  color: #333;
  border-radius: 3px;
  box-shadow: 0 3px 3px #999;
  background: #fff;
}

.pagination .current {
  padding: 4px 12px;
  background: #111;
  color: #fff;
}

.pagination .prev,
.pagination .next {
  background: transparent;
  box-shadow: none;
  color: #333;
}

.pagination .dots {
  background: transparent;
  box-shadow: none;
}



/* 画面サイズの横幅が 920px より小さい場合に適用 */
@media screen and (max-width: 920px) {

  ul.align_col2 li {
    margin-right: 17px;
  }

  ul.align_col3 li {
    margin-right: 25px;
  }

  ul.align_col4 li {
    margin-right: 17px;
    margin-bottom: 20px;
    width: 48%;
    list-style: none;
    justify-content: center;
    align-items: center;
  }

  ul.align_col4 li:nth-child(2n) {
    margin-right: 0px;
  }

  .thumbnailimage {
    height: 130px;
  }

  .thumbnailimage2 {
    height: 110px;
  }

  .thumbnailimage3 {
    height: 200px;
  }

  .thumbnailimage4 {
    height: 200px;
  }

}

/* 画面サイズの横幅が 767px より小さい場合に適用 */
@media screen and (max-width: 767px) {

  ul.align_col2 li {
    margin-right: 0px;
    margin-bottom: 20px;
    width: 100%;
    list-style: none;
    justify-content: center;
    align-items: center;
  }

  ul.align_col3 li {
    margin-right: 0px;
    margin-bottom: 20px;
    width: 100%;
    list-style: none;
    justify-content: center;
    align-items: center;
  }

  ul.align_col4 li {
    margin-right: 0px;
    margin-bottom: 20px;
    width: 100%;
    list-style: none;
    justify-content: center;
    align-items: center;
  }

  .thumbnailimage {
    height: 200px;
  }

  .thumbnailimage2 {
    height: 110px;
    width: 300px;
  }

  .thumbnailimage3 {
    height: 200px;
  }

  .thumbnailimage4 {
    height: 200px;
  }

}

/*--------------------------------------
お問い合わせフォームの入力 Contact Form 7カスタマイズ
--------------------------------------*/

/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item {
  display: block;
}

/*未入力注意*/
.wpcf7 form.invalid .wpcf7-response-output {
  border-color: #dc3232 !important;
  color: #dc3232 !important;
}

.form7text{
  text-align: center;
  margin: 15px 0 30px;
}

.form7box {
  background: #fff;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 20px;
  border-radius: 10px;
}

.inputeria{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.textareabox p textarea{
  max-width: 400px !important;
}

/*見出し欄*/
.inquiry2 th {
  text-align: left;
  font-size: 15px;
  color: #444;
  padding: 5px;
  width: 40%;
  vertical-align: top;
}

.inquiry2 td {
  padding: 5px 0 !important;
}

.inquiry2 .wpcf7-list-item-label {
  font-size: 15px;
  color: #444;
}

.inquiry2 input {
  width: 100%;
  font-size: 15px;
  background: #F4F5F7;
  border: none;
  border-radius: 5px;
  padding: 8px;
}

.inquiry2 select {
  font-size: 15px;
  background: #F4F5F7;
  border: none;
  border-radius: 5px;
  padding: 8px;
}

/*必須の調整*/
.haveto2 {
  font-size: 10px;
  padding: 4px 10px;
  background: #f06292;
  color: #fff;
  border-radius: 3px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}

/*任意の調整*/
.any2 {
  font-size: 10px;
  padding: 4px 10px;
  background-image: linear-gradient(90deg, rgba(34, 119, 209, 1), rgba(11, 167, 214, 1));
  color: #fff;
  border-radius: 3px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}

.privacyp {
  font-size: 15px;
  text-align: center;
}

/*送信ボタンのデザイン変更*/

#formbtn {
  padding: 10px 0;
  margin: 10px;
  width: 250px;
  background-image: linear-gradient(90deg, rgba(34, 119, 209, 1), rgba(11, 167, 214, 1));
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  border: none;
  border-radius: 30px;
}

#formbtn2 {
  display: block;
  padding: 10px 0;
  margin: 30px auto 0px;
  width: 250px;
  background-image: linear-gradient(90deg, rgba(34, 119, 209, 1), rgba(11, 167, 214, 1));
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  border: none;
  border-radius: 30px;
}

/*送信ボタンマウスホバー時*/
#formbtn:hover {
  opacity: 0.8;
}

#formbtn2:hover {
  opacity: 0.8;
}

.inquiry2 .wpcf7-form-control-wrap {
  display: block;
}

.inquiry2 .wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
}

.inquiry2 span.wpcf7-list-item {
  position: relative;
  margin: 0 50px 0 0 !important;
  /*項目ごとの余白を調整*/
}

.inquiry2 input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  /*既存のチェックボックスを見えなくする*/
}

.inquiry2 input[type="radio"] {
  position: absolute;
  opacity: 0;
  /*既存のチェックボックスを見えなくする*/
}

.inquiry2 input[type="checkbox"]+.wpcf7-list-item-label:before {
  content: '';
  border: 1px solid #2277D1;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: -3px;
  margin-right: 8px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
}

.inquiry2 input[type="radio"]+.wpcf7-list-item-label:before {
  content: '';
  border: 1px solid #2277D1;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: -3px;
  margin-right: 8px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  border-radius: 30px;
}

.inquiry2 input[type="checkbox"]:checked+.wpcf7-list-item-label:after {
  /*チェックアイコン*/
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 3px;
  width: 20px;
  height: 20px;
  background: url("https://shinonome-vc.jp/wp-content/themes/shinonomecapital/assets/images/check.png") no-repeat center;
  background-size: contain;
}

.inquiry2 input[type="radio"]:checked+.wpcf7-list-item-label:after {
  /*チェックアイコン*/
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 2px;
  width: 16px;
  height: 16px;
  background: url("https://shinonome-vc.jp/wp-content/themes/shinonomecapital/assets/images/radio.png") no-repeat center;
  background-size: contain;
}

.inquiry2 .confirmation p{
  width: 100%;
  font-size: 15px;
  border: none;
}

.btn_send {
  text-align: center;
  padding-left: 60px;
}

.btn_send2 {
  text-align: center;
  border-top: 1px dotted #111;
  border-bottom: 1px dotted #111;
  padding-top: 20px;
  margin: 10px 0 20px;
}

.phoneinquiry {
  background: #F4F5F7;
  text-align: center;
  padding: 30px 0;
  border-radius: 5px;
}

.phoneinquiry p {
  margin-bottom: 0;
}

.phoneinquiry .text01 {
  margin-bottom: 0;
  font-size: 12px;
}

.phoneinquiry .text03 {
  margin-bottom: 0;
  font-size: 12px;
}

.phoneinquiry a {
  color: #2277D1;
  font-size: 25px;
  font-weight: 600;
}

/*ステップ項目*/
.step{
  list-style-type: none;
  display:table;
  width:95%;
  padding:0;
  margin: 0 auto 40px;
  overflow:hidden;
  text-align: center;
}
.step li{
  display:table-cell;
  position:relative;
  background: #999;
  padding: 1em 0.5em 1em 2em;
  color: #fff;
}
.step li:first-child{
  border-radius: 10px 0 0 10px;
}
.step li:last-child{
  padding-right: 1em;
  border-radius: 0 10px 10px 0;
}
.step li:last-child:before,
.step li:last-child:after{
  display:none;
}
.step li:before,
.step li:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.step li:before{
  top:-15px;
  right:-1em;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}
.step li:after{
  top:-15px;
  right:-.8em;
  border-style: solid;
  border-color: transparent transparent transparent #999;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}
.step li.is-current{
  background: #2277D1;
  font-weight: bold;
}
.step li.is-current:after{
  border-color: transparent transparent transparent #2277D1;
}

@media(max-width:540px) {
  .btn_send {
    text-align: center;
    padding-left: 0px;
  }
  .step{
    width:98%;
  }

  .inputeria {
    width: 100%;
  }

  .inquiry2 input {
    font-size: 12px;
  }

  .inquiry2 select {
    font-size: 12px;
  }

  .inquiry2 th,
  .inquiry2 td {
    display: block !important;
    width: 100% !important;
    border-top: none !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }

  /* 必須・任意のサイズ調整 */
  .inquiry2 .haveto2,
  .inquiry2 .any2 {
    font-size: 10px;
  }

  .textareabox p textarea{
    max-width: 250px !important;
  }

  .phone-content {
    margin: 0 5px;
}

}


/*--------------------------------------
 ニュース
--------------------------------------*/
.news-list {
  list-style: none outside;
  margin: 0;
  padding: 0;
}

.news-list .item a {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #CCC;
  padding: 20px 20px;
}

.news-list .item:first-child a {
  border-top: 1px solid #CCC;
}

.news-list .item .date {
  margin: 0;
  min-width: 140px;
  font-size: 14px;
  color: #999;
  padding: 0 20px 0 0;
}

.news-list .item .category {
  margin: 0;
  min-width: 140px;
  padding: 0 20px 0 0;
}

.news-list .item .category span {
  background: #999;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 0px;
  font-size: 12px;
  line-height: 1;
  width: 100px;
}

/*採用情報*/
.recruit {
  margin: 0;
  min-width: 140px;
  padding: 0 20px 0 0;
}

.recruit span {
  background: #0BA7D6;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 0px;
  font-size: 12px;
  line-height: 1;
  width: 100px;
}

/*お知らせ*/
.news {
  margin: 0;
  min-width: 140px;
  padding: 0 20px 0 0;
}

.news span {
  background: #2277D1;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 0px;
  font-size: 12px;
  line-height: 1;
  width: 100px;
}

/*リリース*/
.release {
  margin: 0;
  min-width: 140px;
  padding: 0 20px 0 0;
}

.release span {
  background: #57dda4;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 0px;
  font-size: 12px;
  line-height: 1;
  width: 100px;
}


.news-list .item .title {
  margin: 0;
  width: 100%;
  font-size: 14px;
}

.news-list .item a:hover .title {
  color: #aaa;
}

.post_tag {
  display: flex;
}

/*お知らせ投稿*/
.newstitle{
  font-size: 22px;
}

.newsdate{
  text-align: right;
}

/* 画面サイズの横幅が 980px より小さい場合に適用 */
@media screen and (max-width: 980px) {
  .post_tag {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
  }

  .w-60-120 {
    width: 60%;
  }
}

/* 画面サイズの横幅が 767px より小さい場合に適用 */
@media screen and (max-width: 767px) {
  .news-list .item a {
    flex-wrap: wrap;
  }

  .news-list .item .date {
    min-width: 130px;
  }

  .news-list .item .title {
    margin-top: 10px;
  }

  .w-60-120 {
    width: 120%;
  }

}


/*--------------------------------------
 左右交互 kogo
--------------------------------------*/
.normal ul li {
  display: flex;
  align-items: center;
}

/* 画面サイズの横幅が 767px より小さい場合に適用 */
@media screen and (max-width: 767px) {

  .normal ul li {
    flex-direction: column;
    align-items: normal
  }

}

.kogo ul li {
  display: flex;
  align-items: center;
}

/* 偶数の行に対して指定 */
.kogo ul li:nth-child(even) {
  flex-direction: row-reverse;
}

/* 画面サイズの横幅が 767px より小さい場合に適用 */
@media screen and (max-width: 767px) {

  .kogo ul li {
    flex-direction: column;
    align-items: normal
  }

  /* 偶数の行に対して指定 */
  .kogo ul li:nth-child(even) {
    flex-direction: column;
    align-items: normal
  }

}


/*--------------------------------------
 TOPマージン
--------------------------------------*/
.topmargin {
  height: 72px;
}

/* 画面サイズの横幅が 980px より小さい場合に適用 */
@media screen and (max-width: 980px) {

  .topmargin {
    height: 60px;
  }

}


/*--------------------------------------
 パンくず
--------------------------------------*/
.pankuzuhr {
  border-bottom: 1px dotted #c2c2c2;
}

.l-breadcrumbs-list {
  display: flex;
  white-space: nowrap;
  flex-wrap: wrap;
  /*  追記  */
  margin: 10px 0 10px;
  padding: 0;
}

.l-breadcrumbs-list li {
  list-style: none;
  padding-right: 20px;
}

.l-breadcrumbs-list li:not(:last-child) {
  position: relative;
  padding-right: 25px;
}

.l-breadcrumbs-list li:not(:last-child) ::after {
  content: ">";
  display: block;
  position: absolute;
  width: 10px;
  height: 15px;
  top: 5px;
  right: 5px;
}

.l-breadcrumbs-list li a {
  cursor: pointer;
}

.l-breadcrumbs-list li a:hover {
  opacity: .7;
}


/*--------------------------------------
 フッター
--------------------------------------*/
.align-items-center {

  display: flex;
  align-items: center;

}

.copyright_right {
  text-align: right;
  margin: 10px 0;
  font-size: 13px;
}

/* 画面サイズの横幅が 767px より小さい場合に適用 */
@media screen and (max-width: 767px) {

  .align-items-center {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .footer .footer-social-links {
    text-align: center;
  }

}

/*--------------------------------------
 テーブル
--------------------------------------*/
/* Q&A部分 */
.table thead th {
  vertical-align: top;
  border-bottom: 2px solid #dee2e6;
}

.table-info {
  background-color: #111;
}

.table>thead:first-child>tr:first-child>th {
  vertical-align: middle;
}


table {
  width: 100%;
}

#table03 th,
#table03 td {
  text-align: center;
  width: 20%;
  min-width: 130px;
  padding: 10px;
  height: 60px;
}


#table03 th {
  background-color: #fff;
  border: 1px solid #292f29;
  background-color: #111;
  color: #fff;

}

#table03 td {
  background-color: #fff;
  border: 1px solid #292f29;

}

#table03 .fixed {
  background-color: #2277D1;
  color: #fff;

}

#table03 .head {
  background-color: #e2e2e2;
}

#table03 td:empty {
  background-color: #e2e2e2;
  background-image: linear-gradient(to top right,
      transparent, transparent 49%,
      #fff 49%, #292f29 51%,
      transparent 51%, transparent);
}


@media only screen and (max-width: 768px) {
  #table03 {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }

  #table03 .fixed {
    position: sticky;
    left: 0;
  }

  #table05 .fixed:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
    height: 100%;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
  }
}


/*--------------------------------------
 会社概要
--------------------------------------*/
.my-parts {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

.my-parts th,
.my-parts td {
  border-bottom: 1px solid #CCC;
  padding: 9px 15px;
  text-align: left;
  background: #fff;
}

.my-parts tr:first-child {
  border-top: 1px solid #CCC;
}

.my-parts th {
  background: #fff;
  color: #111;
  font-weight: normal;
  font-size: 14px;
  vertical-align: top;
}

.my-parts td {
  background: #fff;
  color: #111;
  font-weight: normal;
  font-size: 14px;
}

.my-parts th:first-child {
  width: 180px;
  font-size: 15px;
}

@media only screen and (max-width: 768px) {
  .my-parts th:first-child {
    width: 120px;
  }
}

/*--------------------------------------
 テキストBOX
--------------------------------------*/
ul.textbox {
  margin: 0 0 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  justify-content: center;
}

ul.textbox li {
  margin: 0 10px 10px 0;
  padding: 10px;
  border: 1px solid #aaa;
  width: 250px;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*--------------------------------------
 フローチャート
--------------------------------------*/
.stepbar {
  margin: 0 auto;
  width: 80%;
}

.stepbar .stepbarwrap {
  margin: 2em 0;
  position: relative;
}

.stepbar .stepbarwrap .steptitle {
  display: inline-flex;
  align-items: center;
}

.stepbar .stepbarwrap .steptitle .stepcircle {
  display: inline-block;
  width: 80px;
  height: 80px;
  content: "";
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  text-align: center;
}

.stepbar .stepbarwrap .steptitle .stepcircle span {
  display: inline-block;
  line-height: 1.2em;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  top: 15px;
}

.stepbar .stepbarwrap .steptitle .title {
  margin: 0.5em;
  font-weight: bold;
  font-size: 18px;
}

.stepbar .stepbarwrap .steptxt {
  padding-left: 87px;
}

.stepbar .stepbarwrap .steptxt .txt {
  font-size: 0.9em;
}

.stepbar .stepbarwrap .stepline {
  width: 1px;
  height: calc(100% + 1em);
  background-color: #000;
  position: absolute;
  top: 1em;
  left: 39px;
  z-index: -1;
}

.stepbarwrap:last-of-type .stepline:last-of-type {
  display: none;
}

@media screen and (max-width: 960px) {
  .stepbar {
    width: 90%;
  }
}


/*--------------------------------------
  見出し
--------------------------------------*/
.headline {
  position: relative;
  padding: 0 0 6px 0;
  border-bottom: 6px solid #2277D1;
  width: 100px;
  color: #2277D1;
  font-size: 15px;
}

.headline:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 50%;
  height: 6px;
  content: '';
  background: #0BA7D6;
}

@media screen and (max-width: 767px) {

  .headline {
    text-align: center;
    margin: 0 auto 20px;
  }
}

/*--------------------------------------
  特徴
--------------------------------------*/

.features-ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
}

.features-item {
  width: 50%;
  float: left;
  margin: 0;
}

.features-item .thum {
  height: 300px;
  overflow: hidden;
  position: relative;
}

.features-item .thum img {
  width: 120%;
  height: auto;
  transition: 1s all;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.features-item .f-title {
  position: absolute;
  bottom: 0;
  right: 15px;
  color: #fff;
  font-size: 40px;
  margin-bottom: -21px;
}

.features-item .copy {
  text-align: left;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.features-item .copy .module-left-title {
  margin-bottom: 25px;
}

.features-item .copy p {
  font-size: 15px;
  margin-bottom: 0;
}

@media screen and (max-width: 920px) {
  .features-item {
    width: 50%;
  }

  .features-item .thum img {
    max-width: 120%;
  }

}

@media screen and (max-width: 767px) {
  .features-item {
    width: 100%;
  }

  .features-ul {
    flex-direction: column;
  }

  .features-item .copy {
    margin-bottom: 25px;
  }

  .features-item .copy .module-left-title {
    margin-top: 25px;
  }
}

/*--------------------------------------
  カード
--------------------------------------*/
.shinonome-card {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}

.l-wrapper {
  margin: 1rem auto;
  width: 100%;
}

.l-wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0 7px 34px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
  transition: all .5s;
}

.card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 5px #ccc;
}

.card .thumbnail {
  width: 100%;
  height: 210px;
  border-radius: 10px 10px 0 0;
  object-fit: cover;
  border: 1px solid #EAEAEA;
  overflow: hidden;
  position: relative;
  margin-right: 20px;
}

.card .thumbnail img {
  max-width: 100%;
  height: auto;
  transition: 1s all;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.thumbnail {
  position: relative;
}

.thumbnail p {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 15px 0 0;
  font-size: 20px;
  color: #fff;
}

.card-content {
  padding: 8px 20px 20px;
}

.card-content button {
  width: 250px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  background-image: linear-gradient(90deg, rgba(34, 119, 209, 1), rgba(11, 167, 214, 1));
  border-radius: 30px;
  padding: 10px 0;
  border: 0;
}

.card-content button:hover {
  opacity: 0.8;
}

.card-title {
  font-size: 1.6em;
  color: #333;
  font-weight: 700;
}

.card-text {
  color: #777;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0.2em;
}

.card-link {
  text-align: center;
  border-top: 1px solid #eee;
  padding: 20px;
}

.card-link a {
  text-decoration: none;
  color: #4f96f6;
  margin: 0 10px;
}

.card-link a:hover {
  color: #6bb6ff;
}

.card-content p {
  margin-bottom: 0;
}

@media screen and (max-width: 920px) {
  .card .thumbnail {
    height: 150px;
  }
}

@media screen and (max-width: 767px) {
  .card .thumbnail {
    height: 150px;
  }
  .card-content button {
    width: 80%;
  }
}

/*--------------------------------------
  カード2 (しののめ信用金庫遷移バナー)
--------------------------------------*/
.card2 {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 5px #ccc;
  border: 1px solid #2277D1;
}

.card2 .thumbnail {
  width: 100%;
  height: 85px;
  border-radius: 10px 10px 0 0;
  object-fit: cover;
  border: 1px solid #fff;
  overflow: hidden;
  position: relative;
  margin-right: 20px;
}

.card2 .thumbnail img {
  max-width: 50%;
  height: auto;
  transition: 1s all;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.card2-content {
  padding: 0;
}

.card2-content button {
  width: 100%;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  background-image: linear-gradient(90deg, rgba(34, 119, 209, 1), rgba(11, 167, 214, 1));
  border-radius: 0 0 9px 9px;
  padding: 5px 0;
  margin-top: -10px;
  border: 0;
}

.card2-title {
  font-size: 1.6em;
  color: #333;
  font-weight: 700;
}

.card2-text {
  color: #777;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0.2em;
}

.card2-link {
  text-align: center;
  border-top: 1px solid #eee;
  padding: 20px;
}

.card2-link a {
  text-decoration: none;
  color: #4f96f6;
  margin: 0 10px;
}

.card2-link a:hover {
  color: #6bb6ff;
}

.card2-content p {
  margin-bottom: 0;
}


/*--------------------------------------
  カード3 (お問い合わせ)
--------------------------------------*/
.card3 {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 5px #ccc;
  padding-bottom: 20px;
}

.ctittle {
  color: #2277D1;
  font-size: 20px;
  padding-top: 40px;
  margin-bottom: 0;
}


.card3 button {
  width: 250px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  background-image: linear-gradient(90deg, rgba(34, 119, 209, 1), rgba(11, 167, 214, 1));
  border-radius: 30px;
  padding: 10px 0;
  margin: -10px 0 10px;
  border: 0;
}

.card3 .card-content a {
  color: #fff;
}

.card3-content button:hover {
  opacity: 0.8;
}

.card3-title {
  font-size: 1.6em;
  color: #333;
  font-weight: 700;
}

.card3-text {
  color: #777;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0.2em;
}

.card3-link {
  text-align: center;
  border-top: 1px solid #eee;
  padding: 20px;
}

.card3-link a {
  text-decoration: none;
  color: #4f96f6;
  margin: 0 10px;
}

.card3-link a:hover {
  color: #6bb6ff;
}

.card3-content p {
  margin-bottom: 0;
}

.phone-content {
  background-color: #E0F2FA;
  text-align: center;
  margin: auto;
  padding: 20px;
  border-radius: 10px;
  margin: 0 20px;
}

.phone-content a {
  font-size: 26px;
  color: #2277D1;
  font-weight: 600;
}

.phone-content p {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .card3 button {
    width: 80%;
  }
}


/*--------------------------------------
  スライダーテキスト
--------------------------------------*/
.swiper-text {
  position: absolute;
  z-index: 100;
  top: 20%;
  left: 10%;
  width: 40%;
}

.swiper-text h1 {
  font-size: 20px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .swiper-text {
    width: 65%;
    top: 25%;
  }

  .swiper-text h1 {
    font-size: 16px;
    color: #fff;
  }
}


/*--------------------------------------
  スクロールダウン
--------------------------------------*/
.scroll {
  position: relative;
  width: 24px;
  height: 24px;
  text-align: center;
  margin: 0 auto 10px;
}

.chevron {
  position: absolute;
  margin-top: -65px;
  width: 22px;
  height: 4px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background-image: linear-gradient(90deg, rgba(34, 119, 209, 1), rgba(11, 167, 214, 1));
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }

  33% {
    opacity: 1;
    transform: translateY(30px);
  }

  67% {
    opacity: 1;
    transform: translateY(40px);
  }

  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.text {
  display: block;
  margin-top: 75px;
  margin-left: -30px;
  font-size: 12px;
  color: #2277D1;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: .25;
  animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}


/*--------------------------------------
  代表画像
--------------------------------------*/
.greetthum {
  width: 90%;
  height: 400px;
  overflow: hidden;
  position: relative;
  text-align: center;
  margin: 0 auto;
}

.greetthum img {
  max-width: 100%;
  height: auto;
  transition: 1s all;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.ceoname {
  margin-top: 10px;
  padding: 0 15px;
  text-align: right;
}

.ceoname span{
  font-size: 18px;
}

.greetings-title {
  letter-spacing: 1px;
  text-align: left;
  font-weight: 400;
  font-size: 22px;
  color: #111;
  margin: 0 0 20px;
  padding: 0 15px;
}

.greetings-text {
  padding: 0 15px;
}

@media screen and (max-width: 920px) {
  .greetthum {
    height: 290px;
  }
}

@media screen and (max-width: 767px) {
  .greetthum {
    height: 350px;
  }
}


/*--------------------------------------
  アクセス
--------------------------------------*/
.access-title {
  background-image: linear-gradient(90deg, rgba(34, 119, 209, 1), rgba(11, 167, 214, 1));
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-top: -15px;
  padding: 10px ;
}

.access-text{
  border-bottom: 1px solid #CCC;
  padding: 15px 0;
}

.access-text span{
  color: #2277D1;
  font-size: 22px;
}

.pad15{
  padding: 15px;
}

.padrl15{
  padding: 0 15px;
}

/*--------------------------------------
  外観画像
--------------------------------------*/
.exterior {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
  text-align: center;
  margin: 0 auto;
}

.exterior img {
  max-width: 100%;
  height: auto;
  transition: 1s all;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

@media screen and (max-width: 920px) {
  .exterior {
    height: 220px;
  }
}

@media screen and (max-width: 767px) {
  .exterior {
    height: 230px;
    margin-bottom: 40px;
  }
}


/*--------------------------------------
  お知らせ
--------------------------------------*/
.newsmodule{
  padding-top: 25px;
}

.newswidget .newswidget-title {
  border-bottom: 1px solid #CCC;
  font-size: 14px;
  padding: 0 0 10px;
  margin: 0 0 15px;
}

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

/* Icon List */
.newswidget .icon-list li {
  padding: 5px 0;
}

.newswidget .icon-list li a:before {
  content: "\00BB";
  color: #111;
  padding-right: 5px;
}


/*--------------------------------------
 プライバシーポリシー
--------------------------------------*/

.regulation-title {
  background-image: linear-gradient(90deg, rgba(34, 119, 209, 1), rgba(11, 167, 214, 1));
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-top: -5px;
  padding: 10px ;
}

.left{text-align: left;}

.regulationlist{
  padding: 0px;
}

.regulationlist li{
  font-size: 14px;
  border-bottom: 1px solid #CCC;
  padding: 15px;
}

.regulationlist li a:before {
  content: "\00BB";
  color: #2277D1;
  padding-right: 5px;
}


.wp-pagenavi {/* 全体 */
  margin: 20px 0;
  font-size: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;

}
.wp-pagenavi a {/* フォント色 */
  color: #4a4a4a;
}
.pages {/* 左の表記 */
  margin-right: 20px;
}

.wp-pagenavi .current {/* カレント数字 */
  background: #2277D1;
  color: #fff;
}
.wp-pagenavi a.page:hover {/* マウスオーバー */
  background: #2277D1;
  color: #fff;
}
.wp-pagenavi .first,
.wp-pagenavi .extend {/* ... */
  margin-right: 10px;
}

.wp-pagenavi a:hover {
  border-color: #2277d1 !important;
}

.wp-pagenavi span.current{
  border-color: #2277d1 !important;
}

.regulationul{
  padding: 0px;
}

.regulationul li{
  padding-left: 20px;
  text-indent: -20px;
}


/*--------------------------------------
 リキャプチャ位置
--------------------------------------*/

.grecaptcha-badge {
  bottom: 50px !important;
}