@charset "utf-8";


.no-gutter > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}
.bg-lightgreen {
	background-color: #e6ede9;
}
.jumbotron_top {
	background-image: url('../img/top-image.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 600px;
}
.topmess {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
}
.jumbotron_scam {
	/*background-image: url('../img/sc_bk01.jpg');*/
    background: linear-gradient(45deg, rgba(39,7,30, 0.5), rgba(9,10,20, 0.5)), url("../img/sc_bk01.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 400px;
}
.jumbotron_service {
	/*background-image: url('../img/sc_bk01.jpg');*/
    background: linear-gradient(45deg, rgba(39,7,30, 0.5), rgba(9,10,20, 0.5)), url("../img/sc_bk02.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 400px;
}
.jumbotron_about {
	/*background-image: url('../img/sc_bk01.jpg');*/
    background: linear-gradient(45deg, rgba(39,7,30, 0.5), rgba(9,10,20, 0.5)), url("../img/sc_about.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 400px;
}
.jumbotron_contact {
	/*background-image: url('../img/sc_bk01.jpg');*/
    background: linear-gradient(45deg, rgba(39,7,30, 0.5), rgba(9,10,20, 0.5)), url("../img/comm_bk03m.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 400px;
}
.scammess {
  display: flex;
  justify-content: center;
  align-items: center;
    height: 400px;
}
.jumbotron_comm {
	/*background-image: url('../img/sc_bk01.jpg');*/
    background: linear-gradient(45deg, rgba(39,7,30, 0.5), rgba(9,10,20, 0.5)), url("../img/com_bk01.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 400px;
}
.jumbotron_elevated {
	/*background-image: url('../img/sc_bk01.jpg');*/
    background: linear-gradient(45deg, rgba(39,7,30, 0.5), rgba(9,10,20, 0.5)), url("../img/sc_elevated.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 400px;
}

.commmess {
  display: flex;
  justify-content: center;
  align-items: center;
    height: 400px;
}


.title01 {
    font-size: 2.2em;
    line-height: 1em;
    font-weight: bold;
    color:#FFFFFF;
    text-align: center;
    text-shadow: #8a8183 2px 2px 10px;
}
.title02 {
    font-size: 0.8em;
    color:#b6b6b6;
    font-weight:normal;
    text-shadow: #3e3b3c 1px 1px 0px;
}


.heading {
	border-left: 6px solid #aaa;
	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;
}

/* 大デバイス（デスクトップ, 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%;
}
} /* END */

/* 小デバイス（縦向きモバイル, 576px 以上 デスクトップ, 992px 未満）
============================================== */
@media screen and (min-width: 576px) and (max-width: 991.98px) {
 #sec2  {
     height: 500px;
 } 
} /* END */

/* 小デバイス（縦向きモバイル, 576px 以上）
============================================== */
@media screen and (min-width: 576px) {
 #sec2 .message {
    position: absolute;
     left: 0;
 } 
} /* END */

.animate-box {
  opacity: 0;
}

/* ========== スマホ用：MENUボタンを中央寄せ ========== */
@media screen and (max-width: 767px) {
  /* ブートストラップのNavbar-collapse前の状態でtogglerを中央に */
  .navbar-expand-md .navbar-toggler {
    display: block;       /* ブロック化して左右マージンを効かせる */
    margin: 0 auto;       /* 左右マージン自動で中央寄せ */
  }
}
