@charset "UTF-8";
/* CSS Document */

.mw900{
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}

/*--------------------section1------------------------*/
.contents h1{
	font-size: 32px;
	letter-spacing: 0.03em;
	margin-top: 105px;
	margin-bottom: 35px;
	color: #004ea2;
	text-align: center;
}
.contents h1 span{
	font-size: 14px;
	margin-right: 20px;
}
.line{
	height: 4px;
	color: #000;
}
.section1 p{
	font-size: 14px;
	letter-spacing: 0.03em;
}
.section1 p:first-of-type{
	margin-top: 40px;
	margin-bottom: 35px;
}
.section1{
	margin-bottom: 60px;
}

/*--------------------//section1------------------------*/

/*--------------------section2------------------------*/

.contents h2{
	color: #004ea2;
	font-size: 18px;
	margin-bottom: 35px;
	border-bottom: 1px solid #004ea2;
	border-left:8px solid #004ea2;
	padding-left: 5px;
}
h3{
	font-size: 14px;
}
.section2{
	margin-bottom: 120px;
}
.section2 div{
	margin-bottom: 80px;
}
.section2 div p{
	margin-bottom: 5px;
	line-height: 2em;
}
.section2 div p.headline{
	color: #004ea2;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 10px;
}
.section2 div p.headline:first-of-type{
	margin-top: 30px;
}
.map{
	color: #004ea2;
}
.section2 div.map_box{
	margin-bottom: 10px;
}
.map::before{
	content: "";
	display: inline-block;
	background: url("../images/ownership/blue_yajirushi.png");
	background-size: contain;
	position: relative;
	width: 18px;
	height: 18px;
	top: 3.2px;
	margin-right: 7px;
}
.syorui{
	border: 2px solid #004ea2;
	margin-top: 50px;
	margin-bottom: 66px;
}
.syorui h3{
	display: inline-block;
	font-weight: 400;
	border-bottom: 1px solid #004ea2;
	padding: 12px 0px 12px 20px;
}
.syorui .txt_box{
	margin: 30px 0 25px 20px;
}
.syorui .inline_box{
	margin: 0 0 40px 20px;
}
.syorui .inline_box a{
	color: #004ea2;
}
.syorui .inline_box a:first-of-type{
	margin-right: 50px;
}
.syorui .inline_box a::before{
	content:"";
	display: inline-block;
	background: url("../images/ownership/blue_yajirushi.png");
	background-size: contain;
	position: relative;
	width: 18px;
	height: 18px;
	top: 3px;
	margin-right: 7px;
	
}
.pdf_box{
	color: #fff;
	background-color: #222;
	padding: 1.2px 12px;
	border-radius: 7px;
}
.pdf_box_small{
	margin-left: 5px;
}
.section2 div.sinsei{
	margin-bottom: 50px;
}
.section2 div.tejun{
	margin-bottom: 30px;
}
.section2 div.guide{
	margin: 20px 0 ;
}


/*--------------------//section2------------------------*/

@media screen and (max-width: 900px){
	
	.mw900{
	width: 90%;
	}
	
}

@media screen and (max-width: 768px){
	
	p{
		font-size: 3vw;
	}
	.contents h1{
		font-size: 5.5vw;
		margin-top: 11vw;
		margin-bottom: 3.5vw;
	}
	.contents h1 span{
		font-size: 2.5vw;
		margin-right: 3vw;
	}
	.line{
		height: 0.5vw;
		color: #000;
	}
	.section1 p{
		font-size: 3vw;
		letter-spacing: 0.03em;
	}
	.section1 p:first-of-type{
		margin-top: 5vw;
		margin-bottom: 2.7vw;
	}
	.section1{
		margin-bottom: 12vw;
	}
	/*--------------------section2------------------------*/

	.contents h2{
		font-size: 4.5vw;
		margin-bottom: 6vw;
		padding-left: 2vw;
	}
	h3{
		font-size: 3vw;
		margin-bottom: 1vw;
	}
	.section2{
		margin-bottom: 20vw;
	}
	.section2 div{
		margin-bottom: 16vw;
	}
	.section2 div p{
		margin-bottom: 5px;
		line-height: 2em;
	}
	.section2 div p.headline{
		margin-top: 8vw;
		margin-bottom: 2.5vw;
	}
	.section2 div p.headline:first-of-type{
		margin-top: 8vw;
	}
	.section2 div.map_box{
		font-size: 3vw;
	}
	.section2 div.map_box a{
		color: #004ea2;
	}
	.syorui{
		margin-top: 6vw;
		margin-bottom: 16vw;
	}
	.syorui h3{
		padding: 3vw 1vw 3vw 3vw;
	}
	.syorui .txt_box{
		margin: 4vw;
	}
	.syorui .inline_box{
		margin: 0 0 8vw 4vw;
		font-size: 3vw;
		line-height: 3rem;
	}
	.syorui .inline_box a:first-of-type{
		display: block;
		margin-right: 0;
	}
	.syorui .inline_box a::before{
		content:"";
		display: inline-block;
		background: url("../images/ownership/blue_yajirushi.png");
		background-size: contain;
		position: relative;
		width: 4vw;
		height: 4vw;
		top: 3px;
		margin-right: 7px;
	}
	.section2 div.sinsei{
		margin-bottom: 13vw;
	}
	.section2 div.tejun{
		margin-bottom: 7vw;
	}
	.section2 div.guide{
		margin: 4vw 0;
	}

	
	/*--------------------//section2------------------------*/
	
}
