@charset "UTF-8";
/* pageTit
================================================== */
.pageTit {
	padding: 40px 0;
}
.pageTit h1, .pageTit h2 {
	margin: 0;
	font-size: 200%;
	line-height: 100%;
	font-weight: 400;
	display: flex;
	align-items: center;
}
.pageTit h1:after, .pageTit h2:after {
	border-top: 1px solid;
	content: "";
	flex-grow: 1;
	margin-left: 2%;
}
@media screen and (max-width: 639px) {
	.pageTit {
		padding: 60px 0 30px;
	}
	.pageTit h1, .pageTit h2 {
		font-size: 130%;
		font-weight: 600;
	}
}
/* txtBox
================================================== */
.txtBox {
	padding-bottom: 30px
}
.txtBox h2{
	font-size: 120%;
	font-weight: 600;
	padding-bottom: 15px
}
.txtBox h3{
	font-size: 110%;
	font-weight: 600;
	padding: 15px 0 10px;
}
@media screen and (max-width: 639px) {
	.pageTit h1{
		font-size: 130%;
		font-weight: 600;
	}
	.txtBox h2{
		font-size: 100%;
	}
	.txtBox h3{
		font-size: 100%;
	}
}
.txtBox dl{
}
.txtBox dt{
	float: left;
	font-weight: 600;
}
.txtBox dd{
	float: left;
	font-size: 160%;
	font-weight: 600;
}
.txtBox ol{
	padding-left: 30px;
}
.txtBox li{
	list-style: outside upper-roman;
	padding-bottom: 15px
}
.txtBox .linkBox{
	padding-left: 0;
}
.txtBox .linkBox li{
	padding-left: 0;
	list-style: none;
}
.txtBox .linkBox li a{
	background-color: #22ac38;
	font-size: 110%;
	font-weight: 600;
	color: #fff;
	padding: 10px 15px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.txtBox .linkBox li a:hover{
	background-color: #4ECC62;
}
.txtBox .linkBox li a span{
	font-size: 70%;
}




