@charset "UTF-8";

/* 
	2023.4.22		  新設
*/

#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;
}

#bottom ul {
  padding: 0;
  list-style-type: none;
  font-size: 1.2em;
}
 
#bottom ul li {
  position: relative;
	padding-left: 1.5em;
}

#bottom ul li::before {
	position: absolute;
	top: 0.5em;
	left: 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f111";
	font-size: 0.5em;
}

#bottom ul .sub-menu {
	list-style: disc;
	margin-left: 0em;
	padding-left: 0.25em;
	text-indent: 0em;
}

#bottom ul .sub-menu li {
	position: relative;
	padding-left: 0.2em;
	font-size: 0.8em;
}

#bottom ul .sub-menu li::before {
	content: " ";
	display: inline-block;
	font-size: 0.5em;
	color: #000;
	background-color: transparent;
}

#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;
	}

	#title {
		margin-top: 70px;
	}

	#title h2 {
		margin: 25px 0;
		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 {
		margin-top: 53px;
	}

	#title h2 {
		margin: 5px 0 25px 0;
		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;
	}
	
	#title {
		margin-top: 30px;
	}

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

#bottom {
	padding: 10px 0 0 50px;
}

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

h3 .point {
	font-size: 2em;
	font-weight: normal;
	border: 2px solid #0000;
	border-style: solid;
	border-radius: 5px 5px;
	margin: 10px 0;
}

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

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

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

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

.mt10 {
	margin-top: 10px;
}

.mtb10 {
	margin: 10px 0;
}

.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;
}