@charset "utf-8";
body {
 font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}

.no-gutter > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}
.bg-lightgreen {
	background-color: #e6ede9;
}
.jumbotron {
	background-image: url('../img/contact.jpg'); /* メイン背景 */
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 300px;
}

.jumbotron-company {
	background-image: url('../img/sub-image.jpg'); /* メイン背景 */
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 300px;
}
/* 小タイトル 右側縦線*/
.heading {
	border-left: 6px solid #17a2b8;
	padding: 0 0 0 10px;
}
.breadcrumb-item + .breadcrumb-item::before {
	content: ">"
}
.footer-copyright {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #f5f5f5;
}
.map iframe {
	width: 100%;
	height: 450px;
}
.carousel {
  height: 600px;
	position: relative;
}

.carousel-text {
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.small-tel-nav {
	font-size: 20px;
}

.justify{
  text-align-last: justify;
}
/* 大デバイス（デスクトップ, 992px 未満）
============================================== */
@media screen and (max-width: 991.98px) {
.footer-logo {
	width: 100%;
}
} /* END */

/* 中デバイス（タブレット, 768px 未満）
============================================== */
@media screen and (max-width: 767.98px) {
.gnav-item {
	display: block;
	width: 100%;
	border: none;
}
.gnav-item+ .gnav-item {
	border: none;
}
table th, table td {
	padding: .25rem !important;
}
table th:first-child {
	width: 25%;
}
.small-tel{
 font-size: 16px;
}

} /* END */

/* 小デバイス（縦向きモバイル, 576px 以上 デスクトップ, 992px 未満）
============================================== */
@media screen and (min-width: 576px) and (max-width: 991.98px) {
 .last td:last-child {
   border-bottom: solid 1px #ccc;
   width: 100%;
 }
 .tbl-original {
   width: 100%;
 }
 .tbl-original th,
 .tbl-original td {
   border-bottom: none;
   display: block;
   width: 100%;
 }

 .tbl-original td .text-small{
   padding:0 35%;
 }

 .carousel {
   height: 100%;
 }
 .carousel-indicators{
 display: none;
 }
} /* END */

/* 小デバイス（縦向きモバイル, 576px 以上）
============================================== */
@media screen and (min-width: 576px) {

} /* END */


.small-h3 {
	font-size: 18px !important;
	font-weight: bold;
}

.border-no {
	text-decoration: none !important;
}

.active {
	border-bottom:solid;
border-color:#17a2b8;
border-width:3px;/*5ピクセルの太さにする*/
}

.hr-under {
	height: 2px;
 background-color: #17a2b8;
 width: 35%;
 border: none;
}

.hr-under-short {
	height: 2px;
 background-color: #17a2b8;
 width: 120px;
 border: none;
}

.border-bottom-original{
border-bottom: solid 2px #17a2b8;
}

.icon-orange {
    color: #fd9b4d;
}

.table-orange {
    background-color: #fd9b4d;
}

.table-blue {
    background-color: #17a2b8;
}

.blue-text {
	color: #17a2b8;
}


/* ご利用までの流れ枠線 */
.info-box {
	border:solid;
border-color:#17a2b8;
border-width:3px;/*5ピクセルの太さにする*/
}

.info-box-last {
	border:solid;
border-color:#17a2b8;
border-width:3px;/*5ピクセルの太さにする*/
}

.info-box:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 47%;
    border: 15px solid transparent;
    border-top: 15px solid #17a2b8;
    width: 0;
    height: 0;
}

li {
	margin: 2px 0;
}

@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-original {
    width: 100%;
  }
  .tbl-original th,
  .tbl-original td {
		border-bottom: none;
    display: block;
    width: 100%;
  }

  .tbl-original td .text-small{
    padding:0 25%;
  }


	.carousel {
    height: 100%;
  }
	.carousel-indicators{
	display: none;
	}
}

a{
	color:inherit;
	text-decoration:none;
}

.relative {
	position: relative;
}

.card-absolute {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 150px;
	color:rgba(0,0,0,0.1);
}

.parogram-absolute{
	position: absolute;
	bottom: -13px;
	left: -80px;
	font-size: 60px;
	color:rgba(23,162,184,0.3);
}

.parogram-absolute2{
	position: absolute;
	bottom: -13px;
	left: -70px;
	font-size: 60px;
	color:rgba(23,162,184,0.3);
}

.parogram-number{
	font-size: 60px;
	color:rgba(23,162,184,0.3);
}

.page-link {
	color: #17a2b8;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
		background-color: #17a2b8 !important;
		border-color: #17a2b8 !important;
}

.card-hover:hover {
	background-color:  #17a2b8;
	color: #fff;
}

/* モーダルウィンドウの縦表示位置を調整 */
.modal-middle {
 margin: 5% auto;
}

/* 表示予定のボタンを中央揃え */
.modal-img_footer {
 padding: .5em;
 text-align: center;
}

.outline {
  display        : inline-block;
  text-shadow    :
       2px  2px 1px #ffffff,
      -2px  2px 1px #ffffff,
       2px -2px 1px #ffffff,
      -2px -2px 1px #ffffff,
       2px  0px 1px #ffffff,
       0px  2px 1px #ffffff,
      -2px  0px 1px #ffffff,
       0px -2px 1px #ffffff;        /* 文字の影 */
}

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

/* アニメーション----------- */
.effect-fade {
opacity : 0;
transform : translate(0, 150px);
transition : all 1300ms;
}

.effect-fade.effect-scroll {
opacity : 1;
transform : translate(0, 0);
}

.smooth {
  clip-path: inset(0 100% 0 0);
  transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
}
.smooth.is-animated {
  clip-path: inset(0);
}

.smooth-speed {
  clip-path: inset(0 100% 0 0);
  transition: 0.5s cubic-bezier(0.37, 0, 0.63, 1);
}
.smooth-speed.is-animated {
  clip-path: inset(0);
}

.poyoyon.is-animated {
  animation: poyoyon 1.5s ease-in-out 1 forwards;
}

@keyframes poyoyon {
  0%  {
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  15% {
    transform: scale(0.98, 0.9) translate(0, 5px);
  }
  30% {
    transform: scale(1.02, 1.0) translate(0, 8px);
  }
  50% {transform: scale(0.98, 1.05) translate(0, -8px);
  }
  70% {
    transform: scale(1.0, 0.9) translate(0, 5px);
  }
  100% {
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  0%, 100% {
    opacity: 1;
  }
}

.mask-bg {
  color: transparent;
  overflow: hidden;
  position: relative;
  transition: color 0ms 450ms;
}
.mask-bg::after {
  background: linear-gradient(to right, #17a2b8 0%,#17a2b8 50%,#17a2b8 100%);
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0, 100%);
}

.mask-bg.is-animated {
  color: #212529;
}
.mask-bg.is-animated::after {
  animation: mask-bg 0.8s cubic-bezier(0.8, 0, 0.170, 1);
}

@keyframes mask-bg {
  0% {
    transform: translate(0, 101%)
  }
  40%, 60% {
    transform: translate(0, 0%)
  }
  100% {
    transform: translate(0, -100%)
  }
}
/* アニメーション----------- */
