@charset "UTF-8";
/* CSS Document */
#billboard h2 {
	color: #fff;
	text-align: center;
	background: #d93129;
	padding: 0 0 0.75em;
}
#billboard h2 .sp01 {
	font-size: 250%;
	font-weight: 200;
	font-style: italic;
}
#billboard h2 .sp02 {
	display: block;
	font-size: 87.5%;
	font-weight: normal;
	max-width: 15em;
	margin: auto;
	padding-top: 0.75em;
	border-top: 1px solid #fff;
}
#contents > div {
	padding: 3.5em 0;
}
#contents > .cf > .inner01 > section .btn01 a {
	width: 18em;
	color: #fff;
	text-align: center;
	margin: 0 auto 3em;
	padding: 1em 3em 1em 2em;
	background: #d93129;
	border: 1px solid #d93129;
	box-sizing: border-box;
	position: relative;
	transition: 0.4s;
}
#contents > .cf > .inner01 > section .btn01 a i {
	margin-left: 0.3em;
}
#contents > .cf > .inner01 > section .btn01 a:before,
#contents > .cf > .inner01 > section .btn01 a:after {
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1em;
	vertical-align: middle;
}
#contents > .cf > .inner01 > section .btn01 a:before{
	box-sizing: border-box;
	width: 25px;
	height: 25px;
	border: 1px solid #d93129;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
}
#contents > .cf > .inner01 > section .btn01 a:after{
	content: '〉';
	color: #d93129;
	font-size: 137.5%;
	top: 8px;
	right: 9px;
	transform: scaleY(0.6);
}
#section01 tr td p a {
	color: #1a0dab;
	text-decoration: underline;
	display: inline;
}
@media only screen and (max-width: 1200px) {
}
@media only screen and (max-width: 960px) {
	#billboard {
		box-shadow: 0px 0px 4px 4px rgba(0,0,0,0.2);
    position: relative;
    z-index: 100;
	}
}
@media only screen and (min-width: 768px) {
}
@media only screen and (max-width: 767px) {
	#billboard .breadCrumb {
    border-bottom: 1px solid #fff;
	}
	#billboard h2 {
    padding: 2em 0;
	}
	#billboard h2 .sp02 {
		font-size: 100%;
		padding-top: 0.5em;
	}
	#contents > .cf > .inner01 > section .btn01 a {
    width: 100%;
	}
	#contents > .cf > .inner01 > section .btn01.fix01 a {
		margin-bottom: 0;
	}
	#contents > .cf > .inner01 > section .btn01 a:after {
		font-size: 150%;
    top: 0.3em;
	}
}
@media (orientation: landscape) and (max-width: 767px){
	#contents > .cf > .inner01 > section .btn01 a:after {
    font-size: 100%;
    top: 0.75em;
    right: 0.75em;
	}
}

#contents > div > .inner01 > #section01 table tr td {
	position: relative;
}
#contents .txt999 {
	color: #00a0e9;
	border: 1px solid #00a0e9;
	background: #fff;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	display: inline-block;
	width: 12em;
	height: 1.5em;
	text-align: center;
	line-height: 1.5;
}

#contents > div > .inner01 > #section01 .txt999.fix01 {
	width: 26em;
	position: static;
}
#contents > div > .inner01 > #section01 table {
	width: 100%;
	margin-bottom: 3em;
}
#contents > div > .inner01 > #section01 table tr:not(:last-child) {
	border-bottom: 1px solid #d2d2d2;
}
#contents > div > .inner01 > #section01 table tr th,
#contents > div > .inner01 > #section01 table tr td {
	padding: 1em 0;
}
#contents > div > .inner01 > #section01 table tr th {
	width: 9em;
	text-align: left;
	text-indent: 0.2em;
}
#contents > div > .inner01 > #section01 table tr td:nth-of-type(1) {
	width: 4em;
}
@media only screen and (max-width: 1200px) {
	#contents > div > .inner01 > #section01 table tr th {
		width: 7em;
	}
	#contents > div > .inner01 > #section01 table tr td:nth-of-type(1) {
		width: 2em;
	}
}
@media only screen and (max-width: 960px) {
}
@media only screen and (min-width: 768px) {
}
@media only screen and (max-width: 767px) {
	#contents > div > .inner01 > #section01 table {
    margin-bottom: 0;
	}
	#contents > div > .inner01 > #section01 table tr:not(:last-child) {
		border-bottom: none;
	}
	#contents > div > .inner01 > #section01 table tr th,
	#contents > div > .inner01 > #section01 table tr td {
		display: block;
		padding: 0.5em 0;
		width: 100%;
		text-align: center;
	}
	#contents > div > .inner01 > #section01 table tr td {
		text-align: left;
		padding: .8em 1em 1.6em 1em;
	}
	#contents > div > .inner01 > #section01 table tr th {
		background: #ebebeb;
	}
	#contents > div > .inner01 > #section01 table tr td:nth-of-type(1) {
		display: none;
	}
	#contents > div > .inner01 > #section01 table tr.fix01 td {
		text-align: left;
	}

}
@media (orientation: landscape) and (max-width: 767px){
}
