@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
}

#rtx article {
	width: 1100px;
	margin: auto;
}

section {
	margin: 0px 0px 120px;
}

aside {
	margin: 0px 0px 120px;
	text-align: center;
}

.yBtn{background-color:orange;
	text-align: center;
	width: 20rem;
	margin: auto;
	border-radius: 1rem;
	margin-bottom: 50px;
	color: #fff;
  	text-align: center;
}

.yBtn span {
	color: #fff;
	text-align: center;
	background: #ffa500;
	display: inline-block;
	padding: 10px 50px;
	font-size: 26px;
	border-radius: 10px;
}


aside a:link { color: white; }
aside a:visited { color: white; }
aside a:hover { color: white; }
aside a:active { color: white; }
aside a {
text-decoration: none;
}

.img {
	text-align: center;
	padding: 30px 0px 30px;
}

.rtx_ul_1{
	list-style-type: disc;
    padding-left: 40px;
    line-height: 2rem;
	}

.rtx_ul_2{
	list-style-type: circle;
	padding-left: 30px;
	line-height: 2rem;
}

.fc_black{
	color:#000000;
}

#rtx_h1 {
	font-size: 2.5rem;
	height: 4rem;
	padding: 0.75rem 1rem;
	background-color: #5c3a93;
	color: white;
	margin-top: 15px;
}

#rtx_h2_1 {
	color:#000000;
	font-size: 1.5rem;
	padding-bottom: 0.3em;
	border-bottom: solid 1px gray;
	margin:3rem 0 1rem;
}

.rtx_h2 {
	color:#000000;
	font-size: 1.5rem;
	padding-bottom: 0.3em;
	border-bottom: solid 1px gray;
	margin:5rem 0 1rem;
}

.rtx_h3 {
	display: block;
    font-size: 1.17em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

.rtx_h4{
	text-align: center;
	font-size: 1.5rem;
	margin:0 0 .2rem;
}

.rtx_a{
	color: #0000EE;
	text-decoration: underline;
}

.rtx_table th {
	border: 2px #808080 solid;
	text-align: center;
	padding: 5px 10px;
	}

.rtx_table td{
	border: 2px #808080 solid;
	padding: 5px 10px;
}

.rtx_jumpLink{
	/* ページ内リンクのずれを修正 */
	margin-top: -40px;
    padding-top: 40px;
}

.rtx_margin70{
	margin-top: 70px;
}

.rtx_margin90{
	margin-top: 90px;
}

.rtx_margin110{
	margin-top: 110px;
}