/*
- テーマカラー
  - 赤：#ba0017
  - 紺：#171f4a
*/

/**
 *
 */
h2 span {
	display: inline-block;
	padding-bottom: 0.5rem;
	border-bottom: solid 0.25rem #171f4a;
}
a, a:hover {
	color: #ba0017;
}
a.nav-link {
	color: black;
	font-weight: bold;
}

i.fa-caret-right {
	color: #ba0017;
}

.required {
	color: #ba0017;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
	background-color: #ba0017;
	border-color: #ba0017;
	color: white;
}
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(186, 0, 23, 0.5);
}


@media (max-width: 575.98px) {
	.btn-primary,
	.btn-secondary {
		width: 100%;
	}
}

/**
 *
 */
a.nav-link i.fa-caret-right {
	padding-left: 0.5rem;
}


/**
 *
 */
header {
	border-bottom: solid 10px #ba0017;
}
header .navbar {
	position: absolute;
	bottom: 0;
}
@media (max-width: 575.98px) {
	header {
		border-bottom: none;
	}
	header .navbar {
		background-color: #ba0017;
		position: static;
	}
	header .navbar-toggler-icon {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='3' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
	}
	header a.nav-link {
		color: white;
	}
}

/**
 *
 */
footer .sns-links {
	background-color: #ba0017;
}
footer .sns-links .fa {
	color: white;
}
@media (max-width: 575.98px) {
	footer .sns-links {
		padding-bottom: 6rem !important;
	}
}

/**
 *
 */
#goto-top {
	position: fixed;
    right: 0;
    bottom: 0;
	-webkit-transform: translate(0, 100%);
	transform: translate(0, 100%);
	transition: transform 0.35s;
}
#goto-top a img {
	display: block;
	height: 135px;
	width: 100px;
}
#goto-top.active {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	transition: transform 0.35s;
}
@media (max-width: 575.98px) {
	#goto-top a img {
		height: 108px;
		width: 80px;
	}
}

/**
 *
 */
.youtube-logo {
	padding-top: 30px;
	padding-bottom: 50px;
}

/**
 * index.php
 */
.front-page .youtube,
.front-page .news {
	background-color: #eee;
}
.front-page .videos a:focus img,
.front-page .videos a:hover img {
	opacity: 0.5;
}

/**
 * about/index.php
 */
.about .list-group-item {
	border-left: none;
	border-right: none;
	border-radius: 0;
	padding-left: 0.5rem;
}
.about .list-group-item i.fa-caret-right {
	padding-right: 0.25rem;
}

/**
 * inquiry/index.php
 */
.inquiry label {
	font-weight: bold;
}
