@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main {
	padding-bottom: 11rem;
    margin-bottom: -11rem;
	background-color: #F2F2F2;
}
.pageTitle.page01 {
	padding-bottom: 3.1rem;
}
#main .area {
	padding: 3.2rem 3.3rem 2.8rem;
	border-radius: 0.4rem;
	background-color: #fff;
}
#main .inner h2 {
	margin-bottom: 3.1rem;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
}
#main .area .h2Ttl {
	margin-bottom: 2.4rem;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
}
#main .area h3 {
	margin-bottom: 1rem;
	font-size: 1.8rem;
	font-weight: 700;
}
#main .inner h3 + p {
	margin-bottom: 3.7rem;
}
#main .area .rBox {
	margin-bottom: 3.5rem;
}
#main .area .rightTxt {
	margin-bottom: 0.3rem;
	font-size: 1.2rem;
	text-align: right;
	color: rgba(0, 0, 0, 0.5);
}
#main .area .text {
	margin-bottom: 3.7rem;
}
#main .area .linkBox {
	padding: 2rem 1.5rem 2.1rem;
	margin: 0 auto;
	max-width: 56rem;
	border-radius: 0.4rem;
	border: 0.1rem solid rgba(0, 0, 0, 0.1);
}
#main .area .linkBox li:not(:last-child) {
	margin-bottom: 1.2rem;
}
#main .area .linkBox a {
	padding-right: 2rem;
	font-size: 1.4rem;
	font-weight: 500;
	color: #0796FF;
	background: url(../../images/common/icon35.png) no-repeat center right / 0.8rem;
}
#main .inner {
	padding-top: 3.2rem;
	margin-top: 3.3rem;
	border-top: 0.2rem solid rgba(0, 0, 0, 0.1);
}
#main .inner .txt {
	margin-bottom: 1.2rem;
}
#main .inner .txt01 {
	margin-bottom: 2.1rem;
}

#main .inner a {
	position: relative;
	color: #0796FF;
	font-weight: 500;
	transition: .3s;
}

#main .inner a[target="_blank"]::after {
	margin-left: 0.5rem;
	display: inline-block;
	width: 1rem;
	height: 1rem;
	content: '';
	background: url(../../images/common/icon02_over.png) no-repeat center right / 1rem;
}

#main .inner ol li {
	margin-bottom: 1.2rem;
	padding-left: 1em;
	text-indent: -1em;
}
#main .inner h3 + ol {
	margin-bottom: 3.7rem;
}
#main .inner .subOl {
	margin-top: 1.2rem;
}
#main .inner .textOl01 {
	margin-bottom: 3.7rem;
}
#main .inner .noteUl {
	margin-bottom: 3.5rem;
}
#main .inner .noteUl li {
	margin-bottom: 0.5rem;
	font-size: 1.2rem;
	color: rgba(0, 0, 0, 0.5);
}
#main .inner .noteUl li:last-child {
	margin-bottom: 0;
}
#main .inner .noteUl li a {
	text-decoration: underline;
	position: relative;
	color: rgba(0, 0, 0, 0.5);
}
#main .inner .noteUl li a::after {
	margin-left: 0.5rem;
	display: inline-block;
	width: 1rem;
	height: 1rem;
	content: '';
	background: url(../../images/common/icon02_gray.png) no-repeat center right / 1rem;
}
#main .inner ol span {
	margin: 0.8rem 0;
	display: block;
	text-indent: 0;
}
#main .inner ol span a {
	font-size: 1.6rem;
	font-weight: 500;
	color: #0796FF;
	position: relative;
	word-break: break-all;
}
#main .inner ol span a::after {
	margin-left: 0.5rem;
	display: inline-block;
	width: 1rem;
	height: 1rem;
	content: '';
	background: url(../../images/common/icon02_over.png) no-repeat center right / 1rem;
}
#main .inner .txt02 {
	margin-bottom: 5.6rem;
}
#main .inner .subUl {
	margin-top: 1.2rem;
}
#main .inner .borBox {
	margin: 3.7rem 0 0;
	padding: 2.3rem 1.5rem;
	border: 0.1rem solid #707070;
}
#main .inner .borBox .ttl {
	margin-bottom: 0.3rem;
	font-weight: 500;
}
#main .inner .borBox .ttl.sml {
	font-size: 1.4rem;
	font-weight: 700;
}
#main .inner .borBox .text {
	margin-bottom: 3.7rem;
}
#main .inner .borBox .text:last-child {
	margin-bottom: 0;
}
#main .inner .borBox .text a {
	color: #0796FF;
}
.pagePath {
	border: none;
}

@media all and (min-width: 520px) {
	#main .inner a:hover {
		color: #0171E2;
	}

	#main .area .linkBox a:hover {
		color: #0171E2;
	}
	#main .inner .noteUl li a:hover {
		color: rgba(0, 0, 0, 0.9);
	}
	#main .inner ol span a:hover {
		color: #0171E2;
	}
	#main .inner ol span a:hover::after {
		background-image: url(../../images/common/icon02_blue_over.png);
	}
	#main .inner .borBox .text a:hover {
		color: #0171E2;
	}
}
@media all and (max-width: 519px) {
	.pageTitle.page01 {
		padding: 2.5rem 0 2.6rem;
	}
	#main .area {
		padding: 3.2rem 1.6rem 2.8rem;
	}
	#main .area .rBox {
		margin-bottom: 3.4rem;
	}
	#main .area .linkBox a {
		background-position: top 0.9rem right 0.2rem;
	}
	#main .inner h2 {
		font-size: 1.8rem;
	}
	#main .area .h2Ttl {
		margin-bottom: 2.2rem;
	}
	#main .inner h3 {
		margin-bottom: 1.1rem;
		font-size: 1.6rem;
	}
	#main .inner .noteUl {
		margin-bottom: 3rem;
	}
	#main .inner .noteUl li {
		margin-bottom: 0;
		padding-left: 1em;
		text-indent: -1em;
		line-height: 1.4;
	}
	#main .inner .txt01 {
		margin-bottom: 2.5rem;
	}
	#main .inner .borBox .text {
		margin-bottom: 1.3rem;
	}
	#main .inner .borBox .text a {
		margin-right: -0.5rem;
		font-size: 1.6rem;
		display: block;
	}
	.pagePath {
		padding-bottom: 2.0rem;
		margin-bottom: 8.0rem;
	}
}
