@charset "utf-8";

/* common
-----------------------------------------------------------------*/
#Content .content-header .inside{
	background: url(../img/bg_header.png) no-repeat 0 0;
}

#Main .comment{
	color: #f78600;
	padding: 100px 0;
	text-align: center;
}
#Main .comment p{
	font-size: 188%;
	padding: 30px 0;
}
#Main .info{
	background-color: #f2f2f2;
	padding: 40px 0;
}
#Main .info ul{
	overflow: hidden;
}
#Main .info li{
	float: left;
	margin-left: 14px;
	width: 503px;
}
#Main .info li:first-child{
	margin-left: 0;
}
#Main .info h3{
	font-size: 163%;
	font-weight: bold;
	text-align: center;
}
#Main .info p{
	margin-top: 15px;
	padding: 0 10%;
}
#Main .info  a.btn{
	background-color: #fff;
	border: 1px solid #000;
	color: #000;
	display: block;
	font-size: 113%;
	margin-top: 60px;
	padding: 5px 0;
	text-align: center;
	text-decoration: none;
	transition: background-color .2s linear, color .2s linear;
	width: 100%;
}
#Main .info a.btn:hover{
	background-color: #00a7ea;
	border-color: #00a7ea;
	color: #fff !important;
}
#Main article h2.ttl02{
    font-size: 225%;
    font-weight: bold;
	padding: 70px 0 40px;
	text-align: center;
}
#Main article h2.ttl02 small{
	display: block;
	font-size: 54%;
    font-weight: normal ;
}
#Main article .inside h2{
    font-size: 225%;
    font-weight: bold;
    padding: 50px 0;
    text-align: center;
}
#Main article .inside h2 small {
	font-size: 50%;
    vertical-align: middle;
}

#Main article section{
	padding-bottom: 40px;
}
article section .no{
	background: url(/common/img/bg_arw03.png) no-repeat 0 0;
	color: #fff;
	font-size: 163%;
	font-weight: bold;
	height: 110px;
	line-height: 30px;
	margin: 0 auto;
	padding-top: 20px;
	text-align: center;
	width: 260px;
}
article section:nth-child(odd){
	background-color: #fff;
}
article section:nth-child(even){
	background-color: #e7f7fd;
}
article .table-area{
	margin-top: 40px;
	width: 100%;
}
article .table-area02,
article .table-area03{
	margin: 20px 0;
	width: 100%;
}
article table{
	min-width: 100%;
}
article table th{
	border: 1px solid #000;
	background-color: #e6e6e6;
	font-weight: normal;
	min-width: 4em;
	padding: 5px 30px;
}
article .table-area02 table th,
article .table-area03 table th{
	padding: 5px;
	text-align: center;
}
article .table-area02 table td{
	padding: 13px;
}
article table tbody{
	border: 1px solid #000;
}
article table thead{
	border: 1px solid #000;
}
article table tbody th{
	font-weight: normal;
	min-width: 8em;
	padding: 5px 15px;
	text-align: left;
}
article .table-area table tbody tr:nth-child(odd){
	background-color: #e7f7fd;
}
article .table-area table tbody tr:nth-child(even){
	background-color: #fff;
}
article .table-area02 tr:nth-child(even){
	background-color: #e7f7fd;
}
article .table-area03 tr{
	background-color: #e7f7fd;
}
article table tbody td,
article table td{
	border-left: 1px solid #000;
	text-align: left;
	text-align: center;
}
article table tbody td.txt-r,
article table tbody td.txt-l{
	padding-right: 50px;
	text-align: right;
}
article .table-area02 .txt-r,
article .table-area03 .txt-r{
	padding: 0;
	text-align: center;
}
article table td.txt-left{
	text-align: left;
	word-wrap: break-word;
}
article table td.txt-blue{
	color:#0532ff;
}
p.al{
	display: none;
}

article .inside h4{
	font-size: 188%;
	line-height:137%;
	background: url(../../staff/img/h2-title.png) no-repeat 0.1% top;
	background-size: 35px;
    margin: 36px auto 20px;
    padding-left:40px;
}
article .inside ul{
	margin:24px 0;
	padding-left:18px;
	list-style-type: none;
}
article .inside .indent{
	padding-left: 1.1em;
	text-indent: -1.1em;
}

article .inside h5{
	font-size: 163%;
    font-weight: bold;
    margin: 24px auto 15px;
	padding-left:18px;
}

article .inside h6{
	font-size: 115%;
	line-height:110%;
    margin: 30px auto 13px;
}
article h6:before{
	content: "▶";
	color: #f7940c;
	margin-right: 5px;
	font-size:112%;
}
p.tb-ttl{
	text-align:center;
	margin:24px 0 -10px;
}
article .inside .label{
	background-color: #ff0000;
	color: #fff;
	display: inline-block;
	font-size: 100%;
	padding: 2px 8px 1px 8px;
	margin-bottom:30px;
}
article .inside .label02{
	background-color: #ff0000;
	color: #fff;
	display: inline-block;
	font-size: 100%;
	padding: 2px 8px 1px 8px;
	margin-bottom:16px;
}

article .inside .indent2{
	padding-left:18px;
}
article .inside .indent3{
	padding-left:26px;
}
article .inside .bg01{
	font-size:1.1em;
	margin-bottom:5px;
}
article .inside .bg02{
    font-size: 188%;
    line-height: 137%;
}

@media only screen and (min-width: 979px){
	.tb-ttl br{
		 display:none;
	}
}

/* for tb
-----------------------------------------------------------------*/
@media screen and (max-width: 979px){
	article .table-area,
	article .table-area02,
	article .table-area03{
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
	}
	article .table-area:-webkit-scrollbar,
	article .table-area02:-webkit-scrollbar,
	article .table-area03:-webkit-scrollbar{
		height: 5px;
		width: 100%;
	}
	article .table-area:-webkit-scrollbar-track,
	article .table-area02:-webkit-scrollbar-track,
	article .table-area03:-webkit-scrollbar-track{
		background: #f1f1f1;
	}
	article .table-area:-webkit-scrollbar-thumb,
	article .table-area02:-webkit-scrollbar-thumb,
	article .table-area03:-webkit-scrollbar-thumb{
		background: #bcbcbc;
	}
	#Main .info ul{
		margin: -50px auto 0;
		width: 90%;
	}
	#Main .info li{
		float: none;
		margin: 50px 0 0;
		text-align: left;
		width: 100%;
	}
	#Main .info h3{
		text-align: left;
	}
	#Main .info a{
		margin-top: 20px;
	}
	#Main .info li p{
		padding: 0;
	}
	#Main article h2{
		text-align: left;
	}
	p.al{
		background-color: rgba(250, 183, 104, .5);
		box-sizing: border-box;
		display: block;
		margin: 0 auto;
		padding: 2px 5px;
		width: 100%;
	}
	/*#Main .info a:hover{
		background-color: #fff !important;
		border: 1px solid #000 !important;
		color: #000 !important;
	}*/
	article .inside h4{
		font-size: 125% !important;
		font-weight: bold;
		background: url(../../staff/img/h2-title.png) no-repeat 0.1% top;
		background-size: 25px;
	    margin: 20px auto 20px;
	    padding-left:30px;
	}
	#Main article h2.ttl02,
	#Main article .inside h2{
	    font-size: 135%;
	}
	#Main article .inside h2 small {
	    font-size: 55%;
	    vertical-align: middle;
	    display:block;
	}
	article .inside h5,
	#Main .info h3{
		font-size: 125% !important;
		line-height:130%;
		font-weight: bold;
	}
	article .inside{
		margin-top: 20px;
		width: 90%;
	}
	article .inside .label{
		margin-bottom:10px;
	}
	article .sp-mg{
		margin-top:16px;
	}
	#Main .inside {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
	}
	article .inside h6{
	    margin-bottom:8px;
		padding-left: 1em;
		text-indent: -1em;
	}
	article h6:before{
		margin-right:0;
		font-size:90%;
		line-height:200%;
	}
}

/* for tb - sp
-----------------------------------------------------------------*/
@media screen and (max-width: 767px){
	#Main .comment{
		padding: 40px 0;
	}
	#Main .comment{
		text-align: left;
	}
}

/* for sp
-----------------------------------------------------------------*/
@media screen and (max-width: 479px){
	/* xxx */
}