@charset "UTF-8";

/* 
	2023.4.22		  V
*/

#nav-skiplink {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	overflow: hidden;
}

.skip {
	position: relative;
	text-align: center;
	width: 100%;
	margin: 0;
}

.skip a {
	height: 0;
	width: 0;
	font-size: 0.1%;
	line-height: 0.1;
	position: absolute;
	top: -500px;
	left: 0;
	z-index: 9999;
	padding: 4px 0;
	overflow: hidden;
}

.skip a:active,
.skip a:focus {
	display: block;
	height: auto;
	width: 100%;
	margin: 0 auto;
	font-size: 100%;
	left: 0;
	right: 0;
	top: 0;
	line-height: 1.5;
}

.skip_none {
	display: none;
	height: 0;
	width: 0;
}

.navbar-inverse .navbar-nav .dropdown .btn {
	text-align: left;
}

#bottom ul {
	list-style-type: none;
}

#bottom ul li {
	line-height: 1.4;
}

#bottom ul li::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f111";
	display: inline-block;
	font-size: 0.5em;
}

#bottom ul .mei-1 {
	list-style: none;
	padding: 0;
	margin-left: 1em;
	font-size: 1em;
}

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	cursor: pointer;
	z-index: 5;
}

/* PC	*/
@media screen and (min-width:1200px) {
	.dis-pc,
	.dis-pctb {
		display: inline-block !important;
	}

	.dis-tb,
	.dis-sp,
	.dis-tbsp {
		display: none !important;
	}

  .br-tb,
  .br-tbsp,
	.br-sp {
		display: none;
	}

	.br-pc,
  .br-tbpc {
		display: block;
	}

	.textce-pc {
		text-align: center;
	}

	header ul {
		display: flex;
		justify-content: flex-end;
	}

	#title,#topimage {
		margin-top: 70px;
	}

	#title h2 {
		margin-top: 25px;
		margin-bottom: 25px;
		font-size: 2.6em;
		font-weight: 300;
	}
}

/*	TB	*/
@media screen and (min-width:768px) and (max-width:1200px) {
	.dis-pc,
	.dis-sp {
		display: none !important;
	}

	.dis-tbsp {
		display: inline-block !important;
	}
	
  .br-pc,
	.br-sp {
		display: none;
	}

	.br-pctb,
  .br-tb {
		display: block;
	}

	#title,#topimage {
		margin-top: 53px;
	}

	#title h2 {
		margin-top: 5px;
		margin-bottom: 25px;
		font-size: 2.6em;
		font-weight: 300;
	}

}

	/*  SP	*/
@media screen and (max-width:767px) {
	.dis-pc,
	.dis-pctb,
	.dis-tb {
		display: none !important;
	}

	.dis-tbsp,
	.dis-sp {
		display: inline-block !important;
	}

  .br-tbsp,
	.br-sp {
		display: block;
	}

	.br-pc,
	.br-pctb,
  .br-tb {
		display: none;
	}

	.textce-pc {
		text-align: center;
	}

	.navbar-brand {
		float: left;
		padding: 15px 0px;
		font-size: 1.8em;
		line-height: 20px;
	}

	.navbar-inverse .navbar-brand img {
		max-width: 180px;
		height: auto;
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
	}

	.navbar-toggle {
		position: relative;
		float: left;
		margin-top: 25px;
		text-align: right;
	}

	.navbar-collapse {
		overflow-y: auto;
		max-height: 100vh;
	}

	.navbar-inverse .navbar-nav {
		margin-top: 30px;
	}

	#title,#topimage {
		margin-top: 102px;
	}

	#title h2 {
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 1.6em;
		font-weight: 300;
	}
}

#bottom {
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 50px;
}

.section-heading {
	font-size: 1.8em;
}

h3 .point {
	font-size: 2em;
	font-weight: normal;
	border-width: 2px;
	border-style: solid;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-bottom-left-radius: 5px 5px;
	border-color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
}

.text-red {
	color: #d51100;
	background: transparent;
}

p {
	font-size: 1.4em;
	line-height: 1.8;
}

p.small {
	font-size: 1.2em;
}

p.large,span.large {
	font-size: 1.6em;
}

.text-bld {
	font-weight: bold;
}

.mtb10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}

.mt80 {
	margin-top: 80px;
}

.mt90 {
	margin-top: 90px;
}

.mt100 {
	margin-top: 100px;
}

.mt150 {
	margin-top: 150px;
}

.mt200 {
	margin-top: 200px;
}

.mt250 {
	margin-top: 250px;
}

.mt300 {
	margin-top: 300px;
}

.mt450 {
	margin-top: 450px;
}

.ml10 {
	margin-left: 10px;
}

.ml50 {
	margin-left: 50px;
}

.ml100 {
	margin-left: 100px;
}