@charset "UTF-8";
/*----------------------------
  共通
-----------------------------*/
body{
  letter-spacing: 2px;
}
p{
  line-height: 1.7;
}
.h5 {
    line-height: 1.8rem;
}
.border-w3 {
    border-left-width: 3px !important;
    border-left-color: #262626 !important;
}

/* ====== カラー指定 ====== */
.brand-color {
	color: #00a0e9 !important;
}
.bg-brand-color {
	background-color: #00a0e9 !important;
}
/* ====== GLOVAL NAV ====== */
.gloval-nav {
	height: 10%;
}
.navbar-white a {
	color: #fff;
}
/* ====== FOOTER ====== */
footer {
	padding-bottom: 5%;
}
.time-border {
   border-top: 3px solid #262626;
    border-right: 3px solid #262626;
    margin-left: 24px;
    padding-bottom: 3rem;
    padding-right: 5rem;
    width: 43%;
}
/* ====== BREADCRUMB LIST ====== */
.breadcrumb-list, .breadcrumb-list li {
	background-color: #00a0e9;
}
/*----------------------------
  SP TOGGLE NAV
-----------------------------*/
.nav-scroller {
	position: relative;
	z-index: 2;
	height: 2.75rem;
	overflow-y: hidden;
}
.nav-scroller .nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding-bottom: 1rem;
	margin-top: -1px;
	overflow-x: auto;
	color: rgba(255, 255, 255, 0.75);
	text-align: center;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
.nav-underline .nav-link {
	padding-top: .75rem;
	padding-bottom: .75rem;
	font-size: .875rem;
	color: #6c757d;
}
.nav-underline .nav-link:hover {
	color: #007bff;
}
.nav-underline .active {
	font-weight: 500;
	color: #343a40;
}

table th {
  vertical-align: middle !important;
}
table ul {
  padding-left: 1.5rem;
  margin: 0;
}
table ul li {
  margin-bottom: .75rem;
}
table ul li:last-child {
  margin-bottom: 0;
}
/*----------------------------
  TOP ページ
-----------------------------*/
/* ====== TOP IMAGE ====== */
header .jumbotron-fluid {
	background-image: url(../img/bg-top.jpg);
	background-size: cover;
	background-position: center;
	min-height: 100%;
}
header .catch {
	width: 90%;
	top: 16%;
	left: 50%;
	margin-left: -45%;
}
header .catch h1{
	font-size: 3.5rem;
  margin-bottom: 1rem;
}
header .catch h1 img{
  max-width: 100%;
}
header .g-navi {
	min-height: 100%;
}
header nav,
header .navbar-collapse{
  background: #1f3161;
}

/* ====== PROCESS ====== */
#sec1 h1,
#sec8 h1{
  color: #00a0e9;
  line-height: 1.4;
}
#sec1 img{
  margin-top: -5rem;
}
#sec2 .card{
  flex: 0 0 20%;
  max-width: 20%;
}
#sec2 .card a{
  color: #212529;
}
#sec2 .card a:hover{
  opacity: .7;
  text-decoration: none;
}
#sec8 img{
  max-width: 750px;
}
#sec5 .square {
	width: 60px;
	height: 60px;
	background: #00a0e9;
	color: #ffffff;
	text-align: center;
	font-size: 2.4rem;
}
#sec5 .arrow {
	width: 60px;
	height: 40px;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 25px solid #1f3161;
}
/* ==============================================*/
/* 中デバイス（タブレット, 992px 未満）
==============================================*/
@media screen and (max-width: 991.98px) {
#glovalNavbar ul li {
	border-left: none;
}
#glovalNavbar ul li:last-child {
	border-right: none;
}
/* ====== SP TOGGLE NAV ====== */
.offcanvas-collapse {
	position: fixed;
	z-index: 9999;
	top: 0;
	/* ナビバーの高さ */
	bottom: 10%;
	left: 100%;
	width: 100%;
	padding-right: 1rem;
	padding-left: 1rem;
	overflow-y: auto;
	background-color: #fff;
	transition-timing-function: ease-in-out;
	transition-duration: .3s;
	transition-property: left, visibility;
}
.offcanvas-collapse.open {
	left: 0;
	visibility: visible;
}
}

/* END */
/* 小デバイス（横向きモバイル, 768px 未満）
==============================================*/
@media screen and (max-width: 767.98px) {
.pc {
  display: none;
}
.display-3 {
	font-size: 2rem;
}
header .catch h1 {
	font-size: 2rem;
}
#sec1 h1,
#sec8 h1{
  font-size: 1.5rem;
}
header .catch h2 {
	font-size: 1rem;
}
h2{
  font-size: 1.5rem;
}
#sec1 img{
  margin-top: 0;
}
#sec2 .row{
  padding-bottom: 4.5rem;
}
#sec2 .card{
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 40px;
}
.navbar-nav .border-left {
	border-left: none !important;
}
.navbar-nav .border-right {
	border-right: none !important;
}
}

/* END */
