.content + .content{
  margin-top: 80px;
}

.content h2{
  color: #182987;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.22);
  margin-bottom: 25px;
  padding-bottom: 6px;
  border-bottom: solid 2px #182987;
  display: block;
  font-size: 2.4rem;
}

.sec-touroku .inner h3{
  font-size: 2.0rem;
}

.sec-touroku .inner h3{
  display: inline-block;
  vertical-align: middle;
}

.sec-touroku .inner.impo{
  padding: 10px;
  background: #f3e6e6;
}

.sec-touroku .inner.impo strong{
  font-size: 2.0rem;
  font-weight: bold;
  color: #8d0b0b;
}

.sec-touroku .btn-area{
  width: 320px;
}

.sec-touroku .note{
  font-size: 1.4rem;
}

.sec-sewa .btn-area{
  width: 320px;
}

.sec-sicho .btn-area{
  width: 320px;
}

.note{
  position: relative;
  padding: 15px;
  margin-top: 30px;
  border: solid 2px #466C99;
}

.note h4{
  position: absolute;
  top: -13px;
  left: 10px;
  font-size: 1.6rem;
  background: #fff;
}

.note02{
	margin: 10px 0;
	padding: 10px;
	background-color: #f3e6e6;
	font-weight: bold;
	border-left: double 7px rgba(205,58,61,1.00);
	border-right: double 7px rgba(205,58,61,1.00);
	
}

.block02{
  display: flex;
}

.block02 + .block02{
  margin-top: 20px;
}

.block02 dt{
  width: 130px;
  font-weight: bold;
}

.block02 dd{
  flex: 1;
}

.bigger{
  font-size: 2.0rem;
}

#program .block02 dt{
  width: 100px;
  margin-right: 15px;
  font-weight: bold;
}

.end{
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 20px;
  background-color: #F6E4E4;
  color: #D00307;
  border: none;
}

.txt-just{
  text-align-last: justify;
  text-justify: inter-ideograph;
}

.ind{
  text-indent: -0.5em;
}

.inner .ind strong{
	font-size: 2rem;
}

figure figcaption{
	font-family: "游明朝","ＭＳ 明朝",  "ＭＳ Ｐ明朝";
	font-weight: 400;
	align-items: center;
	margin-bottom: 40px;
	display: flex;
}

figcaption img.person_img{
	width: 175px;
}

figcaption p{
	margin-left: 40px;
	font-weight: bold;
}

figcaption .gakkaimei{
	margin-bottom: 10px;
}

span.deco{
	font-size: 2.6rem;
	margin-left: 20px;
}

figcaption p.shozoku{
	font-size: 1.5rem;
	margin-left: 95px;
	font-weight: normal;
}

.text-area p{
	text-align: justify;
	text-indent: 1em;
	margin-bottom: 26px;
}

.sup-list{
  display: flex;
  list-style: disc;
  flex-wrap: wrap;
  margin-left: 1.2em;
}

.sup-list li{
  width: 48%;
}

.inner strong{
	font-size: 1.8rem;
}

.coi{
	margin-left: 10%;
	display: flex;
}

/*
.coi:first-child{
	margin-left: 0;
}
*/




.access-table{
	width: 100%;
	margin: 30px auto;
	
}

.access-table tr th{
	width: 26%;
	background-color: rgba(255,210,211,1.00);
}

.access-table tr th,
.access-table tr td{
	border: solid 1px #000000;
	padding: 16px;
}

.boshu{
	display: flex;
	flex-wrap: wrap;
}

.boshu dt{
	width: 12%;
	font-weight: bold;
	margin-bottom: 18px;
}

.boshu dd{
	width: 88%;
}

.list-ptn01{
	list-style: disc;
	flex-wrap: wrap;
	margin-left: 1.2em;
}


.list-num-ptn01 li:nth-child(1)::before{ content: '1.'; }
.list-num-ptn01 li:nth-child(2)::before{ content: '2.'; }
.list-num-ptn01 li:nth-child(3)::before{ content: '3.'; }
.list-num-ptn01 li:nth-child(4)::before{ content: '4.'; }
.list-num-ptn01 li:nth-child(5)::before{ content: '5.'; }
.list-num-ptn01 li:nth-child(6)::before{ content: '6.'; }
.list-num-ptn01 li:nth-child(7)::before{ content: '7.'; }
.list-num-ptn01 li:nth-child(8)::before{ content: '8.'; }
.list-num-ptn01 li:nth-child(9)::before{ content: '9.'; }
.list-num-ptn01 li:nth-child(10)::before{ content: '10.'; }

.list-num-ptn02 li:nth-child(1)::before{ content: '①'; }
.list-num-ptn02 li:nth-child(2)::before{ content: '②'; }
.list-num-ptn02 li:nth-child(3)::before{ content: '③'; }
.list-num-ptn02 li:nth-child(4)::before{ content: '④'; }
.list-num-ptn02 li:nth-child(5)::before{ content: '⑤'; }
.list-num-ptn02 li:nth-child(6)::before{ content: '⑥'; }
.list-num-ptn02 li:nth-child(7)::before{ content: '⑦'; }
.list-num-ptn02 li:nth-child(8)::before{ content: '⑧'; }
.list-num-ptn02 li:nth-child(9)::before{ content: '⑨'; }
.list-num-ptn02 li:nth-child(10)::before{ content: '⑩'; }

ul[class*='list-'] li {
    position: relative;
}

ul[class*='list-'] li::before{
	position: absolute;
	top: 0;
	left: 0;
}

.list-num-ptn01 li,
.list-num-ptn02 li{
	margin-bottom: 10px;
	padding-left: 2.4rem;
}

.boshu dd strong{
	color: rgba(255,0,4,1.00);
}

.block{
	display: block;
}



/*
 * print styles
-------------  */



/*ブラウザ幅が1024px以下になったら{}内のCSSにしてね*/
@media screen and (max-width: 1024px) {	
	
	header h1 img{
		width: 85%;
	}

	header img.endai-img{
		width: 80%;
	}
	
	
	.content{
		width: 90%;
	}
	
	.sp .main-nav{
		display: block;
		width: 100%;
	}
	
	.sp .main-nav .wrap{
		display: flex;
		justify-content: center;
	}
}


@media screen and (max-width: 480px) {	/* 480px以下に適用されるCSS（スマホ用） */
		/*
	 * header styles
	-------------  */


	
	
	figcaption{
		vertical-align: top;
	}

	figcaption img.person_img{
		width: 120px;
	}

	figcaption p{
		margin-left: 18px;
		font-weight: bold;
	}

	figcaption .gakkaimei{
		margin-bottom: 10px;
	}

	span.deco{
		font-size: 1.8rem;
		margin-left: 13px;
	}

	figcaption p.shozoku{
		font-size: 1.2rem;
		margin-left: 53px;
		font-weight: normal;
	}
	
	.content h2{
	  margin-bottom: 20px;
	  padding-bottom: 6px;
	  font-size: 2rem;
	}
	
	.sec-touroku .sp h3{
		font-size: 1.6rem;
	} 

	.bigger{
  		font-size: 1.6rem;
	}

	.sec-touroku .inner.impo strong{
	  font-size: 1.6rem;
	  font-weight: bold;
	  color: #8d0b0b;
	}
	
	.sec-touroku .note{
		font-size: 1.2rem;
	}

	.inner .ind strong{
		font-size: 1.4rem;
	}

	.inner strong{
		font-size: 1.4rem;
	}
	
}