@charset "utf-8";

html {
	font-size: 62.5%;
}

body {
	font-size: 1.4rem;
	line-height: 1.5;
	font-family: "Hiragino Sans GB", "Hiragino Sans GB W3", sans-serif;
	color: #231815;
	background-color: #e6e6ee;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

a {
	text-decoration: none;
}

img {
	border: 0;
	max-width: 100%;
}

.inner {
	position: relative;
	width: 1140px;
	margin: 0 auto;
}

.clear:after {
	display: block;
	content: "clear";
	width: 0;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.fade {
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}



/* -------------------- header -------------------- */

header {
	width: 100%;
	background: #FFFFFF;
	position: fixed;
	/* position: sticky;
	position: -webkit-sticky; */
	top: 0;
	left: 0;
	z-index: 100;
	border-top: 8px solid #db3714;
}

header.fixed {
	-webkit-box-shadow: 0px 3px 13px #d0d0d0;
	-moz-box-shadow: 0px 3px 13px #d0d0d0;
	-ms-box-shadow: 0px 3px 13px #d0d0d0;
	-o-box-shadow: 0px 3px 13px #d0d0d0;
	box-shadow: 0px 3px 13px #d0d0d0;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

header .inner {
	display: flex;
	align-items: center;
	padding: 18px 0;
}

.logo {
	width: 310px;
	font-size: 0;
	flex: none;
}

.logo a {
	display: inline-block;
}

.logo a img {
	display: block;
}

.header_btn_lbox{
	width: calc(100% - 300px);
	flex: 1 1 auto;
}

.header_btn_list {
	display: flex;
	justify-content: right;
	align-items: center;
}

.header_btn_list>li {
	width: 118px;
	margin-right: 20px;
}

.header_btn_list>li:last-of-type {
	margin-right: 0;
}

.header_btn_list>li>a {
	display: block;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	font-size: 1.4rem;
	border-radius: 20px;
	padding: 3px 5px;
	border: 1px solid transparent;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.header_btn_list>li>a.btn_members {
	background-color: #231815;
	border-color: #231815;
}

.header_btn_list>li>a.btn_results {
	background-color: #db3714;
	border-color: #db3714;
}

.header_btn_list>li>a.btn_logout {
	color: #9099b1;
	border-color: #9099b1;
}

.d-menu {
	display: none;
}

.header_btn_list02 li.normal{
	width: auto;
}
.header_btn_list02 li.normal a{
	color: #231815;
	font-size: 1.4rem;
	padding: 0;
	font-weight: bold;
}
.header_btn_list02 li.normal a:hover{
	color: #db3714;
}
.header_btn_list02 li:nth-last-child(2){
	width: 138px;
}

/*-------------------- common --------------------*/

.content {
	padding: 40px 0;
}

.content .inner {
	background-color: #FFFFFF;
	border-radius: 5px;
}

.ttl-h2 {
	width: 100%;
	font-size: 2.4rem;
	font-weight: bold;
	border-bottom: 5px solid #db3714;
	text-align: center;
	padding: 20px 50px 6px 50px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.ttl-h2 .link01{
	font-size: 16px;
	color: #db3714;
	text-decoration: underline;
}

.normal-h2{
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
}

.content_inner {
	width: 100%;
	padding: 40px 50px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/*-------------------- table --------------------*/
.resultTable .el-table{
    font-size: 1.4rem;
}
.resultTable .el-table .el-table__inner-wrapper::before{
  display: none;
}
.resultTable .el-table th.el-table__cell{
	color: #ffffff;
	background-color: #231815;
	margin: 0;
	border-left: 6px solid #ffffff;
	text-align: center;
	border-bottom: none;
	padding: 7px 0;
}
.resultTable .el-table th.el-table__cell:first-of-type{
	border-left: none;
	color: #ffffff;
	background-color: #231815;
}
.resultTable .el-table td.el-table__cell{
	background-color: #e6e6ee;
	border-top: 7px solid #ffffff;
	border-bottom: none;
	text-align: center;
	padding: 17px 0;
}
.resultTable .el-table td.el-table__cell .cell{
	color: #231815;
}
.resultTable .el-table td.el-table__cell a,.resultTable .el-table td.el-table__cell button{
	border: none;
	display: inline-block;
	margin: 0 auto;
	width: 118px;
	color: #ffffff;
	font-size: 1.4rem;
	line-height: 1.5;
	border-radius: 20px;
	padding: 5px;
	background-color: #db3714;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: "Hiragino Sans GB", "Hiragino Sans GB W3", sans-serif;
	cursor: pointer;
}
.resultTable .el-table td.el-table__cell a.black,.resultTable .el-table td.el-table__cell button.black{

	background-color: #000000;
	margin-right: 35px;
}





.top_list {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	font-size: 1.6rem;
}

.top_list th {
	color: #FFFFFF;
	background-color: #231815;
	padding: 7px 10px;
	margin: 0;
}

.top_list_th01 {
	width: 15%;
}

.top_list_th02 {
	width: 18.5%;
	border-left: 6px solid #FFFFFF;
	border-right: 6px solid #FFFFFF;
}

.top_list_th03 {
	width: 66.5%;
}

.top_list td {
	background-color: #e6e6ee;
	padding: 12px 20px;
	border-top: 7px solid #FFFFFF;
	text-align: center;
}

.top_btn_list {
	width: 100%;
	display: flex;
	justify-content: center;
}

.top_btn_list>li {
	width: 118px;
	margin-right: 10px;
}

.top_btn_list>li:last-of-type {
	margin-right: 0;
}

.top_btn_list>li a {
	display: block;
	width: 100%;
	color: #c9ccd4;
	font-size: 1.4rem;
	border-radius: 20px;
	padding: 5px;
	background-color: #e2e6ee;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.top_btn_list>li a.on {
	color: #FFFFFF;
	background-color: #9099b1;
}
/*-------------------- search --------------------*/
.search_list{
	width: 100%;
	display: flex;
	justify-content: right;
	margin-bottom: 5px;
	flex-wrap: wrap;
}
.search_list>li{
	margin-left: 11px;
	margin-bottom: 11px;
}
.search_list>li:first-of-type{
	margin-left: 0;
}
.search_list>li.search_block{
	display: flex;
    align-items: center;
    border-radius: 20px;
    background-color: #e6e6ee;
    padding: 6px 8px 6px 20px;
}
.search_input{
	width: 195px;
	height: 29px;
	background-color: #ffffff;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 1.4rem;
	padding: 0 8px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: "Hiragino Sans GB", "Hiragino Sans GB W3", sans-serif;
}
.search_input::placeholder {
	color: #9099b1;
	font-size: 1.4rem;
	font-family: "Hiragino Sans GB", "Hiragino Sans GB W3", sans-serif;
}
.search_button{
	width: 60px;
	background-color: #db3714;
	border-radius: 14px;
	border: none;
	padding: 7px 0;
	margin-left: 15px;
	cursor: pointer;
}
.search_button img{
	display: block;
	margin: 0 auto;
}
.search_select{
	font-size: 1.4rem;
	font-weight: bold;
	border: 1px solid #231815;
	width: 162px;
	height: 40px;
	padding: 0 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 20px;
	background-color: #ffffff;
	background: url(/images/common/ico_select.png) no-repeat right 20px center;
}
.search_link{
	width: 162px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	font-weight: bold;
	border-radius: 20px;
	border: 1px solid #231815;
	color: #231815;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.search_link.black{
	background-color: #231815;
	color: #ffffff;
}
.search_link img{
	margin-left: 6px;
}
.search_block .el-date-editor.el-input{
	width: 195px;
}
.search_block .el-input__wrapper{
	box-shadow: none;
	border-radius: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.search_block .el-input__inner{
	font-size: 1.4rem;
	color: #231815;
	font-family: "Hiragino Sans GB", "Hiragino Sans GB W3", sans-serif;
}
.search_block .el-input__inner::placeholder {
	color: #9099b1;
	font-size: 1.4rem;
	font-family: "Hiragino Sans GB", "Hiragino Sans GB W3", sans-serif;
}
/*-------------------- pagination --------------------*/
.pagination_list {
	display: flex;
	justify-content: right;
	background-color: #e6e6ee;
	padding-top: 15px;
}

.pagination_list>li {
	border-left: 1px solid #a9a9a9;
	padding: 0 15px;
}

.pagination_list>li:first-of-type {
	padding-left: 0;
	border-left: none;
}

.pagination_list>li:last-of-type {
	padding-right: 0;
}

.pagination_list>li a {
	color: #cccccc;
}

.pagination_list>li a.on {
	color: #000000;
}

/*-------------------- list --------------------*/
.detail_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -30px;
}

.detail_list>li {
	width: 29.5%;
	margin-right: 5.75%;
	margin-bottom: 30px;
}

.detail_list>li:nth-of-type(3n) {
	margin-right: 0;
}

.detail_tit {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 6px;
}

.detail_content {
	width: 100%;
	background-color: #e6e6ee;
}

.detail_content_tit {
	width: 100%;
	text-align: center;
	background-color: #9099b1;
	color: #ffffff;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 1px 30px 2px 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.detail_content_inner {
	width: 100%;
	font-size: 1.4rem;
	padding: 20px 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.detail_content_date {
	margin-bottom: 15px;
}

.detail_content_date span {
	display: inline-block;
}

.detail_content_time {
	background-color: #ffffff;
	border: 1px solid #231815;
	padding: 1px 17px;
	margin-left: 10px;
}

.detail_content_info>li {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
}

.detail_content_info>li:last-of-type {
	margin-bottom: 0;
}
.detail_content_info_tit{
	width: 100px;
}
.detail_content_info_data{
	width: calc(100% - 110px);
	word-break: break-all;
	text-align: right;
}

.detail_record_tit {
	font-weight: bold;
	border-top: 1px solid #000000;
	padding: 10px 0 6px 0;
	margin-top: 10px;
}

@media only screen and (max-width:1200px) {
	.inner {
		width: 90%;
		max-width: 1140px;
	}

	.fade {
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}

	/*-------------------- table --------------------*/
	.top_list td {
		padding-left: 10px;
		padding-right: 10px;
	}

	.top_btn_list {
		flex-wrap: wrap;
		justify-content: start;
		margin-bottom: -10px;
	}

	.top_btn_list>li {
		margin: 0 10px 10px 0;
	}

	/*-------------------- list --------------------*/
	.detail_list>li {
		width: 32%;
		margin-right: 2%;
	}

	.detail_content_tit {
		padding: 1px 20px 2px 20px;
	}

	.detail_content_inner {
		padding: 20px;
	}
}

@media only screen and (max-width:1024px) {

	.ttl-h2,
	.content_inner {
		padding-left: 30px;
		padding-right: 30px;
	}

	/*-------------------- table --------------------*/
	.top_list_th01 {
		width: 25%;
	}

	.top_list_th02 {
		width: 25%;
	}

	.top_list_th03 {
		width: 50%;
	}

	/*-------------------- list --------------------*/
	.detail_tit {
		font-size: 1.8rem;
	}

	/* -------------------- header -------------------- */


	.header_btn_lbox{
		width: auto;
	}

	.header_btn_list {
		/* display: none; */
		display: block;
		position: fixed;
		width: 100%;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: #e6e6ee;

		top: 90px;
		transform: translateY(calc(-100% - 90px));
		transition: all 0.3s ease-in-out;
	}

	.header_btn_lbox.active .header_btn_list {
		transform: translateY(0%);
	}

	.header_btn_list>li {
		width: 100% !important;
		margin-right: 0 !important;
	}

	.header_btn_list>li>a {
		font-size: 1.4rem !important;
		border-radius: 0 !important;
		padding: 15px 5% !important;
		border-left: none !important;
		border-right: none !important;
		border-bottom: 1px solid #9099b1;
	}

	.header_btn_list>li>a.btn_logout {
		background-color: #FFFFFF;
	}

	.d-menu {
		display: block;
		width: 50px;
	}

	.panel-btn {
		display: block;
		width: 50px;
		height: 50px;
		background: #db3714;
		position: relative;
		cursor: pointer;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		z-index: 10;
	}

	.panel-btn-icon {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 30px;
		height: 2px;
		margin: -1px 0 0 -15px;
		background: #FFFFFF;
		transition: .2s;
	}

	.panel-btn-icon:before,
	.panel-btn-icon:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 30px;
		height: 2px;
		background: #FFFFFF;
		transition: .3s;
	}

	.panel-btn-icon:before {
		margin-top: -10px;
	}

	.panel-btn-icon:after {
		margin-top: 8px;
	}

	.panel-btn .close {
		background: transparent;
	}

	.panel-btn .close:before,
	.panel-btn .close:after {
		margin-top: 0;
	}

	.panel-btn .close:before {
		-ms-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.panel-btn .close:after {
		-ms-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}

	header {
		border-top-width: 5px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	header::after {
		content: "";
		display: block;
		width: 100%;
		height: calc(100% + 5px);
		position: absolute;
		top: -5px;
		left: 0;
		background-color: #ffffff;
		border-top: 5px solid #db3714;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	header .inner {
		justify-content: space-between;
	}

	.logo {
		width: calc(100% - 80px);
		position: relative;
		z-index: 10;
	}

}

@media only screen and (max-width:768px) {
	/*-------------------- common --------------------*/

	.content {
		padding: 30px 0;
	}

	.ttl-h2 {
		font-size: 2rem;
		border-bottom-width: 3px;
		padding: 20px 20px 6px 20px;
	}

	.normal-h2{
		font-size: 2rem;
	}

	.content_inner {
		padding: 20px;
	}

	/*-------------------- table --------------------*/
	.content_inner {
		padding: 5px;
	}

	.top_list {
		font-size: 1.4rem;
	}

	.top_list_th01 {
		width: 20%;
	}

	.top_list_th02 {
		width: 25%;
		border-left-width: 3px;
		border-right-width: 3px;
	}

	.top_list_th03 {
		width: 55%;
	}

	.top_list td {
		border-top-width: 4px;
	}

	.top_btn_list {
		width: 100%;
		display: flex;
	}

	.top_btn_list>li {
		width: 100px;
	}

	/*-------------------- list --------------------*/
	.detail_list {
		margin-bottom: -20px;
	}

	.detail_list>li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 20px;
	}

	.detail_list>li:nth-of-type(3n) {
		margin-right: 4%;
	}

	.detail_list>li:nth-of-type(2n) {
		margin-right: 0;
	}

	.detail_tit {
		font-size: 1.6rem;
	}

	.detail_content_tit {
		font-size: 1.4rem;
		padding: 1px 15px 2px 15px;
	}

	.detail_content_inner {
		padding: 20px 15px;
	}

	.detail_content_date {
		margin-bottom: 10px;
	}

	.detail_content_time {
		padding: 0 12px;
		margin-left: 5px;
	}
	
	/*-------------------- search --------------------*/
	.search_list>li{
		margin-bottom: 6px;
	}
	.search_input{
		width:195px;
		height: 29px;
		font-size: 1.3rem;
	}
	.search_input::placeholder{
		font-size: 1.3rem;
	}
	.search_button{
		width: 50px;
		padding: 7px 0;
		margin-left: 10px;
	}
	.search_select{
		font-size: 1.3rem;
		width: 140px;
	}
	.search_link{
		width: 140px;
		font-size: 1.3rem;
	}
	.search_link img{
		margin-left: 3px;
	}
	.search_block .el-input__inner::placeholder {
		font-size: 1.3rem;
	}
}

@media only screen and (max-width: 600px) {

	/*-------------------- table --------------------*/
	.top_list td {
		padding-left: 5px;
		padding-right: 5px;
	}

	.top_list_th01,
	.top_list_th03 {
		width: 33%;
	}

	.top_list_th02 {
		width: 34%;
	}

	.top_btn_list {
		display: block;
		margin-bottom: 0;
	}

	.top_btn_list>li {
		width: 90px;
		margin: 0 auto 10px auto;
	}

	.top_btn_list>li:last-of-type {
		margin: 0 auto;
	}

}

@media only screen and (max-width: 480px) {
	/*-------------------- common --------------------*/

	.ttl-h2 .link01{
		font-size: 14px;
	}

	/* -------------------- header -------------------- */
	.d-menu {
		width: 40px;
	}

	.panel-btn {
		width: 40px;
		height: 40px;
	}

	.panel-btn-icon {
		width: 20px;
		margin: -1px 0 0 -10px;
	}

	.panel-btn-icon:before,
	.panel-btn-icon:after {
		width: 20px;
	}

	.panel-btn-icon:before {
		margin-top: -8px;
	}

	.panel-btn-icon:after {
		margin-top: 6px;
	}

	.header_btn_list {
		top: 80px;
	}

	/*-------------------- table --------------------*/

	.top_btn_list>li a {
		font-size: 1.3rem;
	}

	/*-------------------- list --------------------*/
	.detail_list>li {
		width: 100%;
		margin-right: 0;
	}

	.detail_list>li:nth-of-type(3n),
	.detail_list>li:nth-of-type(2n) {
		margin-right: 0;
	}

	.detail_content_inner {
		font-size: 1.3rem;
	}

	/*-------------------- pagination --------------------*/

	.pagination_list {
		padding-top: 10px;
		font-size: 1.3rem;
	}

	.pagination_list>li {
		padding: 0 10px;
	}
}