@charset "utf-8";
html {
	font-family:'メイリオ', 'Meiryo', sans-serif;
	font-size: 62.5%;
    -moz-text-size-adjust:100%;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
}

.pc{
	display: block;	
}

.sp{
	display: none;	
}

a{
	text-decoration: none;
    transition: all 0.4s;
}

a:hover{
	text-decoration: underline;
	opacity: 0.5;
    transition: all 0.4s;
}

body{
	width: 100%;
	color: #000;
	font-size: 1.6rem;
	line-height: 1.7em;	
}

header{
	border-bottom: 3px solid #002063;
	margin-bottom: 2.0em;
}

header > div{
	width: 92%;
	max-width: 1200px;
	padding: 0 4%; 
	margin: 0 auto;
	position: relative;
}

header > div img{
	position: absolute;
	width: auto;
	height: 3.5em;
	top: 0.7em;
}

#content{
	width: 92%;
	max-width: 1200px;
	margin: 0 auto;
}

h1{
	font-size: 3.1rem;
	line-height: 1.6em;
	padding: 0.5em;
	text-align: center;
	color: #002063;
}

#content nav{
	display: flex;
	justify-content: space-between;
	margin-bottom: 5.0rem;
}

#content nav a{
	text-align: center;
	line-height: 1.2em;
	padding: 0 1%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: #002063;
	width: 22%;
    transition: all 0.4s;
}

#content nav a:hover{
	opacity: 0.5;
    transition: all 0.4s;
	text-decoration: none;
}

#content section{
	padding: 5.0rem 0;
	text-align: justify;
}

#content section h2{
	font-size: 3.0rem;
	line-height: 1.6em;
	font-weight: bold;
	margin-bottom: 1.5em;
	color: #002063;
	border-bottom: 3px solid #002063;
}

#content section h3{
	font-size: 1.8rem;
	line-height: 1.6em;
	font-weight: bold;
	margin: 2.5em auto 0.5em;
	color: #002063;
}

#content section h3 span{
	font-weight: normal;
}

#content section h4{
	font-size: 1.6rem;
	line-height: 1.6em;
	font-weight: normal;
	margin: 1.5em auto 0.5em;
}

#content section > div{
	width: 96%;
	padding: 0 2%;
}

#content section > div ul{
	padding-left: 1.0em;
}

#content section > div ul.indent{
	padding-left: 4.0em;
}

#content section > div ol{
	padding-left: 2.0em;
}

#content section > div ol.indent{
	padding-left: 4.0em;
}

#content section > div p.indent{
	padding-left: 3.0em;
}

#content section > div ul.list_01 li{
	list-style: "●";
	margin-bottom: 1.0em;
}

#content section > div ul.list_02 li{
	list-style: "●";
	color: #808fb1;
}

#content section > div ul.list_02 li span{
	color: #000;
}

#content section > div ol li{
	list-style-type:none;
	counter-increment: cnt;
	text-indent:-1.8em;
	padding:0 0 0.5em 0;
}

#content section > div ol.no2 li{
	counter-increment: cnt 2;
	margin: 2.0em auto 0;
}

#content section > div ol.no3 li{
	counter-increment: cnt 3;
	margin: 2.0em auto 0;
}

#content section > div ol.no4 li{
	counter-increment: cnt 4;
	margin: 2.0em auto 0;
}

#content section > div ol.no5 li{
	counter-increment: cnt 5;
	margin: 2.0em auto 0;
}

#content section > div ol.no6 li{
	counter-increment: cnt 6;
	margin: 2.0em auto 0;
}

#content section > div ol.no7 li{
	counter-increment: cnt 7;
	margin: 2.0em auto 0;
}

#content section > div ol li:before{
	display: marker;
	content: "("counter(cnt) ") ";
}


#content section > div table{
	width: 90%;
	margin: 0 auto;
}

#content section > div table th{
	border: 1px solid #000;
	padding: 0.5em;
	text-align: center;
	font-weight: normal;
	color: #fff;
	background: #808fb1;
	
}

#content section > div table td{
	border: 1px solid #000;
	padding: 0.5em;
}

#content section > div p.annotation{
	text-indent: -1.0em;
	padding-left: 3.0em;
	font-size: 1.4rem;
	line-height: 1.4em;
}

#content section > div .guide{
	padding-left: 1.0em;
	margin-bottom: 1.6em;
}

#content section > div .guide p{
	padding-left: 1.5em;
}

#content section > div a.btn{
	display: flex;
	width: 90%;
	margin: 5.0rem auto;
	justify-content: center;
	align-items: center;
	font-size: 2.1rem;
	line-height: 1.4em;
	font-weight: bold;
	padding: 0.5em;
	color: #fff;
	background: rgb(153,0,0);
	background: linear-gradient(0deg, rgba(153,0,0,1) 0%, rgba(172,42,40,1) 100%);
	border-radius: 15px;
    transition: all 0.4s;
	text-decoration: none;
}

#content form > div{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ccc;
	padding: 1.0em 0;
}

#content form > div > p:nth-child(1){
	font-size: 1.2rem;
	width: 7%;
	min-width: 5.0em;
}

#content form > div > p:nth-child(1) span{
	width: 4.0em;
	text-align: center;
	display: inline-block;
	background: red;
	color: #fff;
}

#content form > div > p:nth-child(2){
	font-size: 1.6rem;
	line-height: 1.2em;
	text-align: right;
	width: 20%;
	min-width: 14.0em;
	padding-right: 2%;
}

#content form > div > p.ttl span{
	font-size: 90%;
}

#content form > div > input{
	font-size: 1.6rem;
	padding: 0.5em;
	border: 1px solid #ccc;
}

#content form > div > input.inp01{
	width: 20%;
	margin-right: 1%;
}

#content form > div > input.inp02{
	width: 20%;
}

#content form > div > input.inp03{
	width: 40%;
}

#content form > div > input.inp04{
	width: 30%;
}

#content form > div > input.inp05{
	width: 70%;
}

#content form > div > textarea{
	font-size: 1.6rem;
	width: 70%;
}

#content form > div.submit{
	border-bottom: none;
}

#content form > div.submit input[type=submit] {
	font-size: 1.6em;
	line-height: 1.0em;
	padding: 0.5em 2.0em;
	color: #fff;
	background: #00a3d3;
	margin: 2.0em auto;
	background: rgb(153,0,0);
	background: linear-gradient(0deg, rgba(153,0,0,1) 0%, rgba(172,42,40,1) 100%);
	border-radius: 15px;
    transition: all 0.4s;
}

#content form > div.submit input[type=submit]:hover{
	opacity: 0.5;
	cursor: pointer;
}

.page-top {
	position: fixed;
	bottom: 30px;
	right: 20px;
	opacity: 0.7;
	z-index: 1000;
}

.page-top a{
	font-size: 1.6rem;
	line-height: 1.0em;
	padding: 0.25em 0.5em;
	color: #fff;
	background: #002063;
	text-decoration: none;
}

.page-top a:hover{
	opacity: 0.5;
}

/* footer */
footer{
	width: 100%;
	height: 2.0rem;
	background: #002063;
}


@media screen and (min-width:768px) and ( max-width:980px)  {
	header > div img{
		position: absolute;
		width: auto;
		height: 2.5em;
		top: 0.7em;
	}
	
	h1{
		font-size: 2.6rem;
		line-height: 1.6em;
	}
	
	#content nav a{
		font-size: 1.2rem!important;
	}
}


@media screen and (max-width : 767px) {

	body{
		font-size: 1.4rem;
		line-height: 1.7em;	
	}
	
	.pc{
		display: none!important;	
	}
	
	.sp{
		display: block;	
	}
	
	h1{
		font-size: 2.0rem;
		line-height: 1.6em;
	}
	
	header > div{
		position: relative;
		text-align: center;
	}
	
	header > div img{
		position: relative;
		width: auto;
		height: 3.5em;
		top: 0.7em;
	}
	
	#content nav{
		display: block;
		justify-content: space-between;
		margin-bottom: 5.0rem;
	}
	
	#content nav a{
		text-align: center;
		line-height: 1.2em;
		width: 98%;
		height: 3.0em;
		margin-bottom: 0.5em;
	}
	
	#content section{
		padding: 3.0rem 0;
		text-align: justify;
	}
	
	#content section h2{
		font-size: 1.8rem;
	}
	
	#content section h3{
		font-size: 1.6rem;
	}
	
	#content section h4{
		font-size: 1.4rem;
	}
	
	#content section > div ul.indent{
		padding-left: 2.0em;
	}
	
	#content section > div ol.indent{
		padding-left: 2.0em;
	}
	
	#content section > div p.indent{
		padding-left: 1.0em;
	}
	
	#content section > div table{
		width: 100%;
		margin: 0 auto;
		font-size: 1.4rem;
		line-height: 1.4em;
		text-align: left;
	}
	
	#content section > div table th{
		padding: 0.2em;
		
	}
	
	#content section > div table td{
		padding: 0.2em;
	}
	
	#content section > div p.annotation{
		text-indent: -1.0em;
		padding-left: 3.0em;
		font-size: 1.2rem;
		line-height: 1.4em;
	}
	
	#content section > div a.btn{
		display: flex;
		width: 100%;
		margin: 5.0rem auto;
		font-size: 1.8rem;
	}
	
	.page-top {
		position: fixed;
		bottom: 30px;
		right: 20px;
		opacity: 0.7;
		z-index: 1000;
	}

	#content form > div{
		display: block;
		align-items: center;
		border-bottom: 1px solid #ccc;
		padding: 1.0em 0;
	}

	#content form > div > p:nth-child(1){
		width: 7%;
		position: absolute;
	}
	
	#content form > div > p:nth-child(2){
		text-align: left;
		width: 90%;
		padding-left: 25%;
		padding-right: 0;
		margin-bottom: 0.7em;
	}
	
	#content form > div > input{
		font-size: 1.6rem;
		padding: 0.5em 0;
		border: 1px solid #ccc;
	}
	
	#content form > div > input{
		width: 90%!important;
		padding-left: 5%!important;
		padding-right: 5%!important;
		margin: 0!important;
	}
	
	#content form > div > input[type=radio]{
		width: auto!important;
	}
	
	
	#content form > div > textarea{
		width: 90%!important;
		padding-left: 5%!important;
		padding-right: 5%!important;
		margin: 0!important;
	}
	
	#content form > div > input[type=checkbox]{
		width: auto!important;
	}

	.page-top a{
		display: flex;
		font-size: 2.0rem;
		line-height: 3.0em;
		width: 2.0em;
		height: 2.0em;
		align-items: center;
		justify-content: center;
		color: #fff;
		padding: 0;
		background: #002063;
		text-decoration: none;
	}
	
	.page-top a:hover{
		opacity: 0.5;
	}
	
	/* footer */
	footer{
		width: 100%;
		height: 2.0rem;
		background: #002063;
	}

}

