@charset "UTF-8";

/*--------------------------
privatePlacementHistory.css
----------------------------*/

.privatePlacementHistory_sec1{
	width: 94%;
	margin: auto;
	max-width: 1100px;
}

.privatePlacementHistory_wrap{
	padding: 30px;
	background-color: #fff;
	box-shadow: 0px 3px 1px rgba(0,0,0,.5);
	margin: auto;
}

.privatePlacementHistory_ttl{
	font-size: 19px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0px 3px 1px rgba(0,0,0,.5);
}

.privatePlacementHistory_search{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.privatePlacementHistory_search_list{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 20px;
	width: 470px;
}

.privatePlacementHistory_search_list li {
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.privatePlacementHistory_search_list li p{
    font-size: 14px;
    color: #919191;
    margin-right: 3px;
}

.privatePlacementHistory_search_list li input[type="text"]{
	border: 1px solid #ddd;
    height: 35px;
    padding: 5px;
    font-size: 14px;
    border-radius: 3px;
}

.privatePlacementHistory_search_list li select{
	border: 1px solid #ddd;
    height: 35px;
    padding: 5px;
    font-size: 14px;
    border-radius: 3px;
}

.privatePlacementHistory_search_list li label{
	position: relative;
	display: inline-block;
	width: 130px;
	height: 36px;
	border: 1px solid #e0e0e0;
	border-radius: 5px 0px 0px 5px;
}

.privatePlacementHistory_search_list li label:first-of-type{
	margin-right: 40px;
}

.privatePlacementHistory_search_list li label:last-of-type{
	margin-left: 5px;
}

.privatePlacementHistory_search_list li label input[type="date"] {
 	position: relative;
  	padding: 0 10px;
  	width: 130px;
  	height: 36px;
  	border: 0;
  	background: transparent;
  	box-sizing: border-box;
}

.privatePlacementHistory_search_list li label input[type="date"]:focus {
  	border: none;
}

.privatePlacementHistory_search_list li label::before {
  	position: absolute;
  	content: "";
  	top: -1px;
  	right: -37px;
  	width: 36px;
  	height: 36px;
  	background-color: #2793ff;
  	background-image: url(../../../image/cmn/privatePlacement_icon5.png);
  	background-repeat: no-repeat;
	background-position: center;
	background-size: 65% auto;
	transition: .3s;
	border-radius: 0px 5px 5px 0px;
}

.privatePlacementHistory_search_list li label::before:hover{
	opacity: .8;
}


.privatePlacementHistory_search_list li label input[type="date"]::-webkit-calendar-picker-indicator{
	position: absolute;
	right: -34px;
    top: -1px;
	padding: 0;
	width: 36px;
	height: 36px;
	/*background: rgba(255, 0, 0, 0.5);*/
	color: transparent;
	cursor: pointer;
	opacity: 0;
}

.privatePlacementHistory_search_btn{
	text-align: center;
}

.privatePlacementHistory_search_btn button{
	background-color: #5c5c5c;
    color: #fff;
    width: 200px;
    height: 40px;
    border-radius: 5px;
    transition: .3s;
}

.privatePlacementHistory_search_btn button:hover{
	opacity: .8;
}

.privatePlacementHistory_search_junior input[type="checkbox"] {
	margin-left: 10px;
	margin-bottom: 3px;
	width: 14px;
	height: 14px;
}

.privatePlacementHistory_switch_btn{
	text-align: right;
}

.privatePlacementHistory_switch_btn button{
	background-color: #ffac09;
	height: 35px;
	width: 100px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    transition: .3s;
}

.privatePlacementHistory_switch_btn button:hover{
	opacity: .8;
}


.privatePlacementHistory_table_ttl{
	background-color: #1066c5;
    padding: 10px;
    color: #fff;
}

.privatePlacementHistory_table_inner{
	margin-bottom: 30px;
}

.privatePlacementHistory_table table{
	width: 100%;
}

.privatePlacementHistory_table table tr{
	border-bottom: 1px solid #ececec;
}

.privatePlacementHistory_table table tr:nth-child(2n){
	background-color: #edf5ff;
}

.privatePlacementHistory_table table tr td{
	padding: 5px 10px;
	font-size: 15px;
	white-space: nowrap;
}

.privatePlacementHistory_table table tr th{
	padding: 10px;
	font-size: 15px;
	white-space: nowrap;
}

.privatePlacementHistory_table_inner{
	width: 100%;
	overflow-x: auto;
}

.privatePlacementHistory_table table tr td ul li:not(:first-child){
	margin-top: 5px;
}

.privatePlacementHistory_wrap{
	transition: .5s;
}

.privatePlacementHistory_wrap[data-block="out"]{
	display: none;
}

@media screen and (max-width:768px) {
	.privatePlacementHistory_switch_btn{
		margin-bottom: 10px;
	}
	.privatePlacementHistory_search_list{
		width: 100%;
		justify-content: center;
	}
	.privatePlacementHistory_table table tr th{
		display: none;
	}
	.privatePlacementHistory_table table tr td{
		display: inline-block;
		padding: 10px;
		white-space: nowrap;
	}

	.privatePlacementHistory_table table tr td br{
		display: none;
	}

	.privatePlacementHistory_wrap1 .privatePlacementHistory_table table tr td:nth-child(1):before{
		content: "購入者:";
		font-weight: bold;
	}
	.privatePlacementHistory_wrap1 .privatePlacementHistory_table table tr td:nth-child(2):before{
		content: "対象研修生:";
		font-weight: bold;
	}
	.privatePlacementHistory_wrap1 .privatePlacementHistory_table table tr td:nth-child(2) div{
		display: inline;
		margin-left: 5px;
	}
	.privatePlacementHistory_wrap1 .privatePlacementHistory_table table tr td:nth-child(3):before{
		content: "購入日:";
		font-weight: bold;
	}
	.privatePlacementHistory_wrap1 .privatePlacementHistory_table table tr td:nth-child(4):before{
		content: "配当開始日:";
		font-weight: bold;
	}
	.privatePlacementHistory_wrap1 .privatePlacementHistory_table table tr td:nth-child(5):before{
		content: "配当終了日:";
		font-weight: bold;
	}
	.privatePlacementHistory_wrap1 .privatePlacementHistory_table table tr td:nth-child(6):before{
		content: "配当済金額:";
		font-weight: bold;
	}
	.privatePlacementHistory_wrap1 .privatePlacementHistory_table table tr td:nth-child(7):before{
		content: "配当予定金額:";
		font-weight: bold;
	}
	.privatePlacementHistory_wrap1 .privatePlacementHistory_table table tr td:nth-child(8):before{
		content: "所得税額:";
		font-weight: bold;
	}

	.privatePlacementHistory_wrap2 .privatePlacementHistory_table table tr td:nth-child(1):before{
		content: "応募名:";
		font-weight: bold;
	}
	.privatePlacementHistory_wrap2 .privatePlacementHistory_table table tr td:nth-child(2):before{
		content: "購入日:";
		font-weight: bold;
	}
	.privatePlacementHistory_wrap2 .privatePlacementHistory_table table tr td:nth-child(3):before{
		content: "配当開始日:";
		font-weight: bold;
	}
	.privatePlacementHistory_wrap2 .privatePlacementHistory_table table tr td:nth-child(4):before{
		content: "配当終了日:";
		font-weight: bold;
	}
	.privatePlacementHistory_wrap2 .privatePlacementHistory_table table tr td:nth-child(5):before{
		content: "配当済金額:";
		font-weight: bold;
	}
	.privatePlacementHistory_wrap2 .privatePlacementHistory_table table tr td:nth-child(6):before{
		content: "配当予定金額:";
		font-weight: bold;
	}
	.privatePlacementHistory_wrap2 .privatePlacementHistory_table table tr td:nth-child(7):before{
		content: "所得税額:";
		font-weight: bold;
	}

	.privatePlacementHistory_search_list li{
		flex-wrap: wrap;
		width: 100%;
	}

	.privatePlacementHistory_search_list li p{
		width: 100%;
		text-align: center;
		margin-bottom: 3px;
	}
	.privatePlacementHistory_search_list li{
		justify-content: center;
	}
}

@media screen and (max-width:480px) {
	.privatePlacementHistory_search_list li{
		justify-content: flex-start;
	}
	.privatePlacementHistory_search_list li label{
		margin: 5px;
	}
	.privatePlacementHistory_search_list li p{
		text-align: left;
	}
}