@charset "utf-8";
/* CSS Document */

html {
font-size: 16px;
} 
.font-xs {
font-size: 0.8rem;
}
.font-small {
font-size: 0.9rem;
}
.font-large {
font-size: 1.1rem;
}
.container {
max-width: 1024px;
}
.navbar {
padding: .2rem 1rem;
background-color:#333;
}
.navbar-dark .navbar-nav .nav-link {
color:#fff;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
color:#D5D5D5;
}
.y-menu .list-inline-item::after {
content: "|";
margin-left: 0.5rem;
}
.y-menu .list-inline-item:last-child::after  {
content: "";
margin-left: 0;
}
.f-menu_navi {
margin-bottom: 1rem;
padding-bottom: 0.5rem;
font-size: 1rem;
font-weight: bold;
border-bottom: 1px solid #ccc;
}
h2{
font-size: 1.8rem;
text-align: center;
position: relative;
padding-bottom: 0.5em;
}
h3{
font-size: 1.4rem;
text-align: center;
margin-top: 1rem;
margin-bottom: 2rem;
}
h3 span{
position: relative;
display: inline-block;
width: 100%;
padding-bottom:0.5em;
border-bottom: 1px solid black;
}
h3 span::before,
h3 span::after {
position: absolute;
top: 100%;
left:50%;
transform:translateX(-50%);
content: '';
border: 10px solid transparent;
}
h3 span::before {
border-top: 10px solid black;
}
h3 span::after {
margin-top: -1px;
border-top: 10px solid white;
}

@media screen and (max-width: 420px) {
h2{
font-size: 1.2rem;
}
h3{
font-size: 1rem;
text-align: center;
margin-top: 1rem;
margin-bottom: 2rem;
}
}

h4{
font-size: 1.0rem;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
h5{
text-align: right;
font-size: 1.0rem;
color: #DD2225;
}

.list-group-item {
padding: .5rem .5rem;
}

.sf-iframe {
  position: relative;
  width: 100%;
  padding-top: 43%;
}
.sf-iframe iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* ------------------------------
 ScrollUp 
------------------------------ */

#scrollUp {
	bottom: 0px;
	right: 30px;
	width: 70px;
	height: 70px;
	margin-bottom: -10px;
	padding: 10px 5px;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	color: #828282;
	-webkit-box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.2);
	background-color: #E6E6E6;
	background-image: -moz-linear-gradient(top, #EBEBEB, #DEDEDE);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#EBEBEB), to(#DEDEDE));
	background-image: -webkit-linear-gradient(top, #EBEBEB, #DEDEDE);
	background-image: -o-linear-gradient(top, #EBEBEB, #DEDEDE);
	background-image: linear-gradient(to bottom, #EBEBEB, #DEDEDE);
	background-repeat: repeat-x;
	-webkit-transition: margin-bottom 150ms linear;
	-moz-transition: margin-bottom 150ms linear;
	transition: margin-bottom 150ms linear;
}
	#scrollUp:hover {
		margin-bottom: 0px;
	}		
