@charset "utf-8";

/*-----------------------------------------------------
style.css
-----------------------------------------------------*/

body {
	line-height: 1.0;
	text-align: left;
	font-size: 10px;
	font-size: 1.0rem;
	color: #000;
	background-color: #f8f7f4;
	-webkit-text-size-adjust: none;
}

p {
	line-height: 1.6;
}


.wrap {
	min-width: 1200px;
	margin: 0 auto;
	line-height: 1.0;
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: 0.04em;
}

.inner {
	display: -ms-flex;
	display: -o-flex;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
}


.font_ss {
	font-size: 11px;
	font-size: 1.1rem;
}

.font_s {
	font-size: 13px;
	font-size: 1.3rem;
}

.font_l {
	font-size: 17px;
	font-size: 1.7rem;
}

.font_ll {
	font-size: 20px;
	font-size: 2.0rem;
}





/* ******************************
 左コンテンツ .left_cont
****************************** */

.left_cont {
	width: 280px;
	padding: 40px;
}

.logo {
	margin-bottom: 40px;
	text-align: center;
}

.screen_name {
	width: 200px;
	margin: 0 auto 40px;
	padding: 0 20px;
	text-align: center;
	line-height: 38px;
	font-size: 13px;
	font-size: 1.3rem;
	border: 1px solid #000;
}

.screen_name.two_lines {
	padding: 10px 20px;
	line-height: 1.4;
}


/* ***** グローバルナビ ***** */

.menu_home {
	padding: 10px 0 15px;
	border-bottom: 1px solid #e2e0d7;
}

.menu_logout {
	padding: 15px 0 10px;
}

.menu_home a,
.menu_logout a {
	display: inline-block;
	padding: 0 10px 0 20px;
	line-height: 1.5;
}

.menu_home a,
.menu_logout button {
	display: inline-block;
	padding: 0 10px 0 20px;
	line-height: 1.5;
	border: none;
	background: none;
	;
}

ul.menu_list {
	padding: 10px 0;
	border-bottom: 1px solid #e2e0d7;
}

ul.menu_list li {}

ul.menu_list li a {
	display: block;
	padding: 10px 10px 10px 20px;
	line-height: 1.5;
}

.menu_home.active a,
ul.menu_list li.active a {
	background: url(../img/common/triangle_right_pk.png) no-repeat left 5px center;
	background-size: 5px 8px;
	pointer-events: none;
}

ul.menu_list li.active a {
	color: #969696;
}





/* ******************************
 右コンテンツ .right_cont
****************************** */

.right_cont {
	width: 340px;
	padding: 40px 20px;
	color: #fff;
	background-color: #333;
}

/* ***** イベントナビ ***** */

dl.event_nav_list {}

dl.event_nav_list dt {
	margin-bottom: 10px;
	padding: 0 0 0 8px;
	line-height: 1.2;
	font-weight: bold;
	border-left: 3px solid #fff;
}

dl.event_nav_list dd {
	margin-bottom: 40px;
}

dl.event_nav_list dd ul li {
	margin-bottom: 10px;
}

dl.event_nav_list dd ul li a {
	display: block;
	background: #e2e0d7 url(../img/common/arrow_right_pk.png) no-repeat right 4px center;
}

dl.event_nav_list dd ul li a .event_cont {
	display: block;
	width: calc(100% - 12px);
	padding: 15px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #000;
	background-color: #fff;
}

dl.event_nav_list dd ul li a .event_cont .date,
dl.event_list dd ul li a .event_cont .item {
	display: inline-block;
	line-height: 1.2;
}

dl.event_nav_list dd ul li a .event_cont .date {
	padding-bottom: 10px;
}

dl.event_nav_list dd ul li a .event_cont .date_txt {
	margin-right: 15px;
	color: #969696;
}





/* *****************************
 メインコンテンツ main
***************************** */

main {
	width: calc(100% - 340px);
	margin: 0 auto;
	padding: 40px 30px;
	background-color: #fff;
}

.page_home main {
	width: calc(100% - 550px);
}

.main_cont {}

.section {
	margin-bottom: 60px;
}

.block {
	margin-bottom: 50px;
	padding: 0 30px;
}

.flex,
.column_two,
.column_three {
	display: -ms-flex;
	display: -o-flex;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
}

.position {
	position: relative;
}

.position_clear {
	position: static !important;
}



/* ***** トップページ 一覧表示 ***** */

.list_display_menu {
	display: -ms-flex;
	display: -o-flex;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	margin-bottom: 50px;
	padding: 0 0 20px;
	border-bottom: 1px solid #e2e0d7;
}

.list_display_menu p {
	width: 74px;
	font-size: 14px;
	font-size: 1.4rem;
}

.list_display_menu ul {
	width: calc(100% - 74px);
	display: inline;
}

.list_display_menu ul li {
	display: inline-block;
	padding: 2px;
}

.list_display_menu ul li a {
	display: inline-block;
	line-height: 28px;
	padding: 0 10px;
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
	color: #000;
	border: 1px solid #e0e0e0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}


/* ***** タイトル ***** */

.main_ttl {
	margin-bottom: 40px;
	padding-bottom: 25px;
	line-height: 1.4;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.01em;
	border-bottom: 1px solid #e0e0e0;
}

.ttl {
	margin-bottom: 40px;
	line-height: 1.4;
	font-weight: bold;
	font-size: 26px;
	font-size: 2.6rem;
}

.page_home .ttl {
	margin-bottom: 15px;
}

.sub_ttl {
	margin-bottom: 10px;
	line-height: 1.4;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
}
.sub_ttl span{
	font-weight: bold;
}


.box {
	position: relative;
	margin-bottom: 20px;
	padding: 18px 30px 20px;
	border: 1px solid #000;
}

.box_ttl {
	margin-bottom: 15px;
	padding-bottom: 10px;
	line-height: 1.4;
	font-weight: normal;
	font-size: 16px;
	font-size: 1.6rem;
	border-bottom: 1px solid #000;
}

.box_ttl2 {
	margin-bottom: 18px;
	padding-bottom: 12px;
	line-height: 1.4;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
	border-bottom: 1px solid #000;
}

.box_position {
	position: absolute;
	top: 12px;
	right: 30px;
}

.box_position ul.box_icon_list {
	display: inline-block;
}


ul.box_icon_list li {
	display: inline-block;
	margin-left: 8px;
}

.box_pic {
	width: 30%;
}

.box_pic img {
	width: 100%;
	height: auto;
}

.box_cont {
	width: 70%;
	padding-left: 20px;
}

.box_cont.flex {
	flex-wrap: wrap;
}

.box_cont.flex .column_one {
	width: 100%;
	margin-bottom: 20px;
}

.box_cont.flex .column_two {
	width: 100%;
	margin-bottom: 10px;
}

.box_cont.flex .column_three {
	width: 100%;
	margin-bottom: 15px;
}

.box_cont.flex .position_bottom {
	margin-top: auto;
}

.box_cont .column_two div,
.box_cont .column_two p {
	width: 50%;
}

.box_cont .column_three div,
.box_cont .column_three p {
	width: 25%;
}

.box_txt {
	margin-top: 10px;
	padding: 15px 20px 0;
	border-top: 1px solid #000;
}

.icon {
	display: inline-block;
	margin-right: 10px;
	padding: 0 10px;
	line-height: 26px;
	vertical-align: middle;
	font-size: 12px;
	font-size: 1.2rem;
	background-color: #e0e0e0;
}

ul.box_icon_list li .icon {
	margin-right: 0;
	padding: 0 10px;
	line-height: 30px;
}

.txt_genre {
	margin-right: 10px;
	padding: 2px 10px;
	border: 1px solid #000;
}

.head {
	display: inline-block;
	margin-right: 15px;
	padding: 0 15px;
	line-height: 24px;
	font-weight: bold;
	color: #969696;
	border: 1px solid #e0e0e0;
}

.results_state {
	display: inline-block;
	padding: 0 15px;
	line-height: 28px;
	font-weight: bold;
	border: 1px solid #000;
}

.released_currently {
	display: inline-block;
	margin-left: 10px;
	padding: 0 15px;
	line-height: 28px;
	font-weight: bold;
	background-color: #ffeff2;
	border: 1px solid #000;
}


.box_table_area {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #000;
}

.box_table_area table,
table.table_results_list {
	border-collapse: collapse;
}

table.table_results_list {
	margin-bottom: 6px;
}

.box_table_area table th,
table.table_results_list th {
	width: 100px;
	padding: 6px 0;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
	color: #969696;
	white-space: nowrap;
}

.box_table_area table th span,
table.table_results_list th span {
	display: block;
	width: 100%;
	line-height: 24px;
	border: 1px solid #e0e0e0;
}

.box_table_area table td,
table.table_results_list td {
	padding: 6px 0 6px 10px;
	line-height: 1.5;
	text-align: left;
}

.box_table_area table td.width_size {
	width: 180px;
}

table.table_results_list td.width_size {
	width: 240px;
}


.box_dl_area dl {}

.box_dl_area dl dt {
	display: inline-block;
	min-width: 72px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
	color: #969696;
	white-space: nowrap;
}

.box_dl_area dl dt span {
	display: block;
	width: 100%;
	padding: 0 10px;
	line-height: 24px;
	border: 1px solid #e0e0e0;
}

.box_dl_area dl dd {
	display: inline-block;
	padding: 0 20px 0 5px;
	line-height: 1.5;
}

.box_dl_area dl dd:last-child {
	padding: 0 0 0 5px;
}

.item_display {
	position: absolute;
	top: 14px;
	right: 35px;
	font-weight: bold;
}


table.table_list {
	width: 100%;
	border-collapse: collapse;
}

table.table_list th {
	padding: 15px 5px;
	line-height: 1.5;
	text-align: left;
	white-space: nowrap;
	border-bottom: 1px solid #000;
}

table.table_list td {
	padding: 15px 5px;
	line-height: 1.5;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #e2e0d7;
}

table.table_list td.txt_c {
	text-align: center;
}

table.table_list td.btn_cell {
	text-align: right;
}

table.table_list.table_bnr_list td {
	padding: 15px 10px;
}

table.table_list.table_bnr_list td:first-child {
	width: 20%;
}

table.table_list.table_bnr_list td:nth-child(2) {
	width: 50%;
}

table.table_list.table_bnr_list td:nth-child(3) {
	width: 10%;
}

table.table_list.table_bnr_list td:last-child {
	width: 20%;
}

table.table_list.table_bnr_list td img {
	width: 100%;
	height: auto;
}

.page_recommend table.table_list tr:first-child td {
	font-weight: bold;
}

.page_recommend table.table_list tr:first-child td.btn_cell {
	font-weight: normal;
}


table.table_detail {
	width: 100%;
	border-collapse: collapse;
}

table.table_detail th {
	width: 170px;
	padding: 18px 8px;
	line-height: 1.5;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: #969696;
	background-color: #f8f7f4;
	border-bottom: 1px solid #e2e0d7;
}

table.table_detail td {
	padding: 15px 25px;
	line-height: 1.5;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #e2e0d7;
}

table.table_detail tr:first-child th,
table.table_detail tr:first-child td {
	border-top: 1px solid #000;
}

table.table_detail tr:last-child th,
table.table_detail tr:last-child td {
	border-bottom: 1px solid #000;
}

table.table_detail tr.line th,
table.table_detail tr.line td {
	border-bottom-color: #000;
}

table.table_detail td dl.form_items {
	margin-bottom: 0;
}

table.table_detail td dl.form_items dt {
	clear: both;
	width: 160px;
	padding: 10px 0;
	font-weight: bold;
	color: #969696;
	float: left;
}

table.table_detail td dl.form_items dd {
	width: calc(100% - 160px);
	padding: 10px 0;
	float: left;
}

table.table_detail td dl.form_items dt label {
	margin: 0;
}

table.table_detail td dl.form_items.size_short dt {
	width: 100px;
}

table.table_detail td dl.form_items.size_short dd {
	width: calc(100% - 100px);
}

.category_name {
	padding: 2px 10px;
	white-space: nowrap;
	border: 1px solid #000;
}


.increase_block {
	margin-bottom: 15px;
	display: -ms-flex;
	display: -o-flex;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
}

.increase_block:last-child {
	margin-bottom: 0;
}

.increase_block .btn_area {
	margin-left: 20px;
}

.increase_block .results_state {
	margin-left: 30px;
}

.increase_block .released_currently {
	margin-left: 15px;
}



/* ***** ページネーション ***** */

.pagination_area {
	text-align: center;
}

.pagination_area ul {}

.pagination_area ul li {
	display: inline-block;
	padding: 0 5px;
}

.pagination_area ul li a {
	display: inline-block;
	padding: 0 10px;
	line-height: 38px;
	color: #000;
	text-decoration: none;
	border: 1px solid #000;
}

.pagination_area ul li span {
	display: inline-block;
	padding: 0 10px;
	line-height: 38px;
	color: #fff;
	text-decoration: none;
	background-color: #000;
	border: 1px solid #000;
}



/* ***** ログイン・ログアウト ***** */

.login_cont,
.logout_cont {
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
}

.login_cont {
	padding-top: 60px;
	padding-bottom: 100px;
}

.logout_cont {
	padding-top: 80px;
	padding-bottom: 100px;
}

.login_form {
	display: inline-block;
	text-align: left;
}

.logout_form {
	display: inline-block;
}

.logout_cont p {
	margin-bottom: 40px;
}



/* ***** フォーム関連 ***** */

.error_txt {
	margin-bottom: 30px;
	line-height: 1.5;
	text-align: center;
	color: #ed1c24;
}

.error_block {
	margin-bottom: 50px;
	padding: 0 30px;
	line-height: 1.5;
	color: #ed1c24;
}
ul.error_list li {
	list-style-type: disc;
	margin-bottom: 6px;
	margin-left: 1em;
	line-height: 1.4;
	color: #ed1c24;
}


.form_items {
	margin-bottom: 30px;
}

.form_items.line {
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid #000;
}

.item {
	margin-bottom: 15px;
}

.label1 {
	margin-right: 5px;
	color: #666;
}

.label2 {
	margin-right: 5px;
	margin-left: 20px;
	color: #666;
}

.classifier {
	margin-left: 5px;
	color: #666;
}

.connect_letter {
	margin-right: 10px;
	margin-left: 10px;
}

.required_item {
	display: inline-block;
	margin-left: 8px;
	padding: 3px 5px;
	line-height: 1.0;
	vertical-align: middle;
	font-weight: normal;
	font-size: 11px;
	font-size: 1.1rem;
	letter-spacing: normal;
	color: #fff;
	background-color: #ee0d7f;
}

.thumbnail img {
	max-width: 300px;
	height: auto;
}

label {
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 5px;
}


input {
	min-width: 280px;
	padding: 5px 8px;
	line-height: 1.4;
	border: 1px solid #000;
}

.short_input input {
	min-width: 200px;
}

.size_long input {
	width: 100%;
}

.size_short input {
	min-width: 80px;
	width: 80px;
}

.size_short2 input {
	min-width: 160px;
	width: 160px;
}

.size_middle input {
	min-width: 200px;
	width: auto;
}

.size_middle2 input {
	min-width: 240px;
	width: auto;
}

.size_date input {
	min-width: 150px;
	width: 150px;
}

.two_pieces input {
	margin-right: 20px;
}

textarea {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, Verdana, Roboto, 'Droid Sans', "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	width: 100%;
	min-height: 150px;
	padding: 5px 8px;
	line-height: 1.4;
	border: 1px solid #000;
}

input[type="radio"],
input[type="checkbox"] {
	display: inline-block;
	min-width: auto;
	width: auto;
	margin-right: 5px;
	vertical-align: baseline;
	accent-color: #ee0d7f;
}

.check_radio {
	display: inline-block;
	margin-right: 30px;
}
table.table_list td .check_radio {
	margin-right: 15px;
}
table.table_list td .check_radio:last-child {
	margin-right: 0;
}
.check_radio.disabled label {
	color: #4d4d4d;
}
.check_radio.other_item label {
	margin-right: 10px;
}
select {
	min-width: 170px;
	padding: 6px 15px 6px 10px;
	background-color: #fff;
	border: 1px solid #000;
}

select.disabled {
	border: 1px solid #999;
}

.size_short2 select {
	min-width: 130px;
	width: 130px;
}



/* ***** ボタン ***** */

.btn_area.new_entry {
	position: relative;
}

.position .btn_area {
	position: absolute;
	top: 16px;
	left: 270px;
}

.btn_area.two_pieces,
.btn_area.three_pieces {
	display: -ms-flex;
	display: -o-flex;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	margin-top: 50px;
}

.btn_area.two_pieces .btn {
	margin: 0 10px;
}

.btn_area.three_pieces .btn {
	margin: 0 20px 0 0;
}

.btn_area.three_pieces .btn.btn_new_entry {
	margin: 0;
}

.btn_area.three_pieces button.btn {
	margin: 0 50px 0 0;
}

.btn_area.three_pieces button.btn.btn_delete {
	margin: 0;
}

.btn_area.new_entry .btn {
	position: absolute;
	top: -5px;
	right: 0;
}

.btn a {
	position: relative;
	display: block;
	width: 280px;
	margin: 0 auto;
	padding: 0 10px 0 30px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 36px;
	text-align: left;
	color: #000;
	border: 1px solid #000;
	background-color: #fff;
}

.btn_area.three_pieces .btn a {
	width: 240px;
}

.btn_area.new_entry.size_long .btn a {
	width: 300px;
}

.btn.btn_submit a {
	position: relative;
	color: #fff;
	border: 1px solid #4e484b;
	background-color: #4e484b;
}

.btn_area.new_entry .btn a,
.btn.btn_new_entry a {
	color: #ee0d7f;
	border: 1px solid #ee0d7f;
}

.btn.btn_delete a {
	position: relative;
	color: #fff;
	border: 1px solid #4e484b;
	background-color: #4e484b;
}

.btn.detail_info a,
.btn.btn_small a {
	width: auto;
	padding: 0 50px 0 15px;
	line-height: 28px;
	font-size: 13px;
	font-size: 1.3rem;
	color: #ee0d7f;
	border: 1px solid #ee0d7f;
}

.btn.btn_small a {
	width: 94px;
	padding: 0 10px 0 15px;
}

.btn_area.three_pieces .btn a {
	width: 220px;
}

.btn_area.three_pieces .btn.btn_submit {
	margin: 0 50px 0 0;
}

.page_event_report .btn_area.three_pieces .btn a {
	width: 220px;
}

.i_arrow {
	display: inline-block;
	width: 70px;
	height: 5px;
	position: relative;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

.btn.btn_submit a .i_arrow {
	right: -20px;
}

.btn_area.new_entry.size_long .btn a .i_arrow {
	width: 50px;
}

.i_arrow:before,
.i_arrow:after {
	content: "";
	display: inline-block;
	position: absolute;
	margin: 0;
	padding: 0;
	line-height: 1;
}

.i_arrow:before {
	width: 100%;
	height: 1px;
	top: 2px;
	left: 0;
	background-color: #000;
}

.btn_area.new_entry .btn a .i_arrow:before,
.btn.btn_new_entry a .i_arrow:before {
	background-color: #ee0d7f;
}

.btn.detail_info a .i_arrow:before,
.btn.btn_small a .i_arrow:before {
	background-color: #ee0d7f;
}

.i_arrow:after {
	width: 0;
	height: 0;
	top: 0;
	right: 0;
	border-style: solid;
	border-width: 2.5px 0 2.5px 7px;
	border-color: transparent transparent transparent #000;
}

.btn_area.new_entry .btn a .i_arrow:after,
.btn.btn_new_entry a .i_arrow:after {
	border-color: transparent transparent transparent #ee0d7f;
}

.btn.detail_info a .i_arrow:after,
.btn.btn_small a .i_arrow:after {
	border-color: transparent transparent transparent #ee0d7f;
}

.btn a .i_arrow {
	position: absolute;
	right: 10px;
	top: calc(50% - 2px);
}

.btn_area.three_pieces .btn a .i_arrow {
	width: 60px;
}

.box .btn {
	position: absolute;
	top: 10px;
	right: 30px;
}

.box .btn a {}

.box .btn a .i_arrow {
	width: 25px;
}

.box .box_position .btn,
.box .box_position .btn2 {
	display: inline-block;
	position: static;
	margin-left: 15px;
}

table.table_list td .btn2 {
	margin: 2px 3px;
}

table.table_list td span.btn2 {
	display: inline-block;
}

.page_home .box .btn2 {
	position: absolute;
	top: 10px;
	right: 30px;
}

.btn2 a {
	display: inline-block;
	width: 64px;
	line-height: 28px;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	color: #ee0d7f;
	background-color: #fff;
	border: 1px solid #ee0d7f;
}

.page_company table.table_list td span.btn2 a {
	width: 56px;
}

button.btn,
input.btn {
	position: relative;
	display: block;
	width: 280px;
	padding: 0 10px 0 30px;
	line-height: 36px;
	text-align: left;
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
	border: 1px solid #4e484b;
	background-color: #4e484b;
	cursor: pointer;
}

.login_form button.btn {
	margin: 0 auto;
}

button.btn.btn_delete {
	padding: 0 20px;
	color: #000;
	border: 1px solid #d3d3d3;
	background-color: #d3d3d3;
}

.btn_area.three_pieces button.btn {
	width: 220px;
}

.btn_area.three_pieces button.btn.btn_delete {
	width: auto;
}

.page_event_report .btn_area.three_pieces button.btn {
	width: 200px;
}

.page_event_report .btn_area.three_pieces button.btn.btn_new_entry {
	width: 220px;
}

.page_event_report .btn_area.three_pieces button.btn.btn_delete {
	width: auto;
	padding: 0 10px;
}

button.btn .i_arrow {
	position: absolute;
	top: calc(50% - 2px);
	right: -20px;
	width: 70px;
}

button.btn .i_arrow:before {
	background-color: #000;
}

button.btn .i_arrow:after {
	border-color: transparent transparent transparent #000;
}

.login_form button.btn {
	width: 190px;
}

.btn_area.three_pieces button.btn .i_arrow {
	width: 60px;
}

.btn_area.three_pieces button.btn .i_arrow {
	width: 60px;
}

.increase_block .btn_area button.btn {
	width: 170px;
	line-height: 30px;
	padding: 0 10px 0 20px;
}

.increase_block .btn_area button.btn .i_arrow {
	width: 45px;
	right: -25px;
}

.increase_block .btn_area button.btn.btn_small {
	width: auto;
	padding: 0 20px;
}

.increase_block .btn_area button.btn.size_short {
	width: auto;
	padding: 0 40px 0 20px;
}

button.btn.btn_new_entry {
	color: #ee0d7f;
	background-color: #fff;
	border: 1px solid #ee0d7f;
}

button.btn.btn_new_entry .i_arrow {
	right: 10px;
}
.increase_block .btn_area button.btn.btn_new_entry {
	width: auto;
	padding: 0 60px 0 20px;
}
.increase_block .btn_area button.btn.btn_new_entry .i_arrow {
	width: 40px;
	right: 10px;
}
.btn_area.three_pieces button.btn.btn_new_entry .i_arrow {
	width: 40px;
}

button.btn.btn_new_entry .i_arrow:before {
	background-color: #ee0d7f;
}

button.btn.btn_new_entry .i_arrow:after {
	border-color: transparent transparent transparent #ee0d7f;
}

button.btn.btn_style2 {
	color: #000;
	border: 1px solid #000;
	background-color: #fff;
}

button.btn.btn_style2 .i_arrow,
button.btn.btn_style3 .i_arrow {
	position: absolute;
	top: calc(50% - 2px);
	right: 10px;
	width: 70px;
}

button.btn.btn_style2 .i_arrow:before {
	background-color: #000;
}

button.btn.btn_style2 .i_arrow:after {
	border-color: transparent transparent transparent #000;
}

button.btn.btn_style3 {
	color: #ee0d7f;
	border: 1px solid #ee0d7f;
	background-color: #fff;
}

button.btn.btn_style3 .i_arrow:before {
	background-color: #ee0d7f;
}

button.btn.btn_style3 .i_arrow:after {
	border-color: transparent transparent transparent #ee0d7f;
}

button.btn.btn_style3 .i_arrow {
	width: 40px;
}

button.btn.btn_small {
	min-width: 94px;
	width: auto;
	padding: 0 15px;
	line-height: 28px;
	text-align: center;
	font-size: 13px;
	font-size: 1.3rem;
	color: #ee0d7f;
	background-color: #fff;
	border: 1px solid #ee0d7f;
}

.btn_delete_icon {
	margin-left: 15px;
}

.btn_delete_icon span {
	padding: 1px 3px;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
	color: #000;
	background-color: #d3d3d3;
	border: 1px solid #d3d3d3;
	cursor: pointer;
}



/* ***** 絞り込み検索 ***** */

.search_box {
	position: relative;
	margin-bottom: 20px;
	padding: 18px 28px 10px 28px;
	background-color: #f8f7f4;
}

.search_box_ttl {
	margin-bottom: 15px;
	line-height: 1.4;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
}

.search_box_sub_ttl {
	margin-bottom: 10px;
	line-height: 1.4;
	font-weight: bold;
}

.search_box .form_items {
	width: 380px;
	margin-bottom: 0;
}

.search_box .form_items:first-child {
	padding-right: 10px;
}

.search_box .form_items:nth-child(2) {
	padding-left: 10px;
}

.search_box input {
	min-width: 100%;
}
.search_box .form_items .item {
	width: 360px;
}
.search_box .form_items .item input {
	width: 360px;
}
.search_box .form_items .item .check_radio {
	margin: 5px 20px 5px 0;
}
.search_box .form_items .item input[type="radio"], .search_box .form_items .item input[type="checkbox"] {
	min-width: auto;
	width: auto;
}
.search_box .form_items .column_two .item {
	width: 180px;
}

.search_box .form_items .column_two .item:first-child {
	padding-right: 10px;
}

.search_box .form_items .column_two .item:nth-child(2) {
	padding-left: 10px;
}

.search_box .form_items .column_two .item input,
.search_box .form_items .column_two .item select {
	min-width: 170px;
	width: 170px;
	font-size: 12px;
	font-size: 1.2rem;
}

.search_box .form_items .item.period_input input {
	min-width: 150px;
	width: 156px;
}

.search_box .form_items.line {
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
}

.search_box .form_items.line:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.search_box .form_items.line {
	padding-left: 0;
}

.search_box .form_items.line .flex .item {
	width: 360px;
	padding-right: 30px;
	padding-left: 0;
}

.search_box .form_items.line .flex .item {
	width: 180px;
}

.search_box .form_items.line .flex .item input {
	min-width: 150px;
	width: 150px;
}

.search_box .form_items.line .flex .item select {
	min-width: 150px;
	width: 150px;
}

.search_box .btn_area {
	position: absolute;
	bottom: 26px;
	left: 418px;
}

.search_box .btn_area.position_right {
	position: absolute;
	bottom: 26px;
	left: 418px;
	left: 610px;
}

.search_box button.btn {
	width: auto;
}

.search_box button.btn.btn_search {
	margin: 0 40px 0 0;
	padding: 0 72px 0 20px;
}

.search_box button.btn.btn_search .i_arrow {
	width: 50px;
}


.search_box .exportexcelBtn{
position: relative;
display: block;
line-height: 36px;
text-align: left;
font-size: 1.4rem;
cursor: pointer;
}


.search_box .exportexcelBtn,
.search_box button.btn.btn_csv {
	margin: 0;
	padding: 0 15px;
	color: #ee0d7f;
	border: 1px solid #ee0d7f;
	background-color: #fff;
}

.search_box .btn_area.position_clear {
	margin-bottom: 20px;
}





/* ***** モーダルウィンドウ ***** */
.modal-backdrop {
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index:1040;
  background-color:#000
}
.modal-backdrop.fade {
  opacity:0
}
.modal-backdrop.show {
  opacity:.1
}
.modal-open {
  overflow:hidden
}
.modal-open .modal {
  overflow-x:hidden;
  overflow-y:auto
}
.modal {
	z-index: 1050;
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index:1050;
  display:none;
  overflow:hidden;
  outline:0
}
.modal-dialog {
  position:relative;
  width:auto;
  margin:.5rem;
}
.modal.fade .modal-dialog {
  transition:-webkit-transform .3s ease-out;
  transition:transform .3s ease-out;
  transition:transform .3s ease-out,-webkit-transform .3s ease-out;
  -webkit-transform:translate(0,-25%);
  transform:translate(0,-25%)
}





/*
.modal_overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .1);
}
*/
  .modal-dialog {
	z-index: 2;
	width: 600px;
  margin: 1.75rem auto;
  -webkit-transform:translate(0,0);
  transform:translate(0,0)
  }
  .modal-dialog .modal_ot{
  	width:100%;
	margin: 200px auto 0;
	padding: 70px 30px 80px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #000;
  }
  .modal-dialog-centered {
  display:-ms-flexbox;
  display:flex;
  -ms-flex-align:center;
  align-items:center;
    min-height:calc(100% - (1.75rem * 2));
  }
  .modal-dialog-centered::before {
  display:block;
    height:calc(100vh - (1.75rem * 2));
  content:""
  }
  .modal_cont {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
  

/*
.modal {
	display:none;
	position: relative;
	z-index: 2;
	width: 600px;
	margin: 200px auto 0;
	padding: 70px 30px 80px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #000;
}*/

.modal_cont {
}
.modal-body{
	text-align:left;
}
.modal_cont .sub_ttl {
	margin-bottom: 30px;
}

.modal_cont p {
	margin-bottom: 20px;
}

.modal_cont .btn_area {
	margin-top: 60px;
}

.modal_cont .btn_area p.btn {
	margin-bottom: 0;
}

.modal_cont .btn a,
.modal_cont button.btn {
	width: 200px;
	padding: 0 10px 0 15px;
}

.modal_cont .btn a .i_arrow,
.modal_cont button.btn .i_arrow {
	width: 50px;
}

.modal_cont .btn_area .btn.size_long a {
	width: 260px;
}

.warning_box {
	margin-top: 20px;
	padding: 15px 20px;
	border: 2px solid #ff0000;
}

.warning_box_ttl {
	margin-bottom: 8px;
	line-height: 1.4;
	font-weight: bold;
	font-size: 17px;
	font-size: 1.7rem;
	color: #ff0000;
}

.warning_box_txt {
	margin-bottom: 0 !important;
	line-height: 1.6;
	font-size: 14px;
	font-size: 1.4rem;
}

#LoadingModal .icons,
#LoadingModal .icons:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

#LoadingModal .icons {
    margin: 2.0rem auto;
    font-size: 1.0rem;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(238, 13, 127, 0.2);
    border-right: 1.1em solid rgba(238, 13, 127, 0.2);
    border-bottom: 1.1em solid rgba(238, 13, 127, 0.2);
    border-left: 1.1em solid #ee0d7f;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}






/* ***** ページトップ ***** */

.pagetop {
	display: none;
	position: fixed;
	right: 40px;
	bottom: 10px;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
	z-index: 11;
}

.pagetop span {
	display: inline-block;
	position: relative;
	top: 0;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
	background: rgba(0, 0, 0, 1);
}

.pagetop span:before {
	content: "";
	display: block;
	position: absolute;
	top: 16px;
	left: 15px;
	width: 10px;
	height: 10px;
	margin: 0;
	padding: 0;
	line-height: 1;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.pagetop.is-release {
	bottom: 150px;
}




/* *****************************
footer
***************************** */

footer {
	margin: 0 auto;
	padding: 20px 30px 30px;
	text-align: center;
}

footer .footer_menu ul {
	margin-bottom: 20px;
}

footer .footer_menu ul li {
	display: inline-block;
	line-height: 1.6;
}

footer .footer_menu ul li:after {
	content: "｜";
	padding-left: 5px;
}

footer .footer_menu ul li:last-child:after {
	content: "";
}

.copyright {
	margin-bottom: 10px;
	font-size: 13px;
	font-size: 1.3rem;
}

.footer_info p {
	display: inline-block;
	padding: 10px 40px;
	font-size: 14px;
	font-size: 1.4rem;
	border: 1px solid #000;
}





/* ***** リンク・ロールオーバー ***** */

a {
	color: #000;
	text-decoration: none;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-ms-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

a:hover {
	color: #969696;
}

a:hover img {
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
	opacity: 0.8;
}


.menu_home a,
ul.menu_list li a,
.menu_logout a {
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}

.menu_home a:hover,
ul.menu_list li a:hover,
.menu_logout a:hover {
	text-decoration: underline;
	background: url(../img/common/triangle_right_bk.png) no-repeat left 5px center;
	background-size: 5px 8px;
}

.menu_logout button:hover {
	text-decoration: underline;
	background: url(../img/common/triangle_right_bk.png) no-repeat left 5px center;
	background-size: 5px 8px;
}

dl.event_nav_list dd ul li a:hover {
	background: #ee0d7f url(../img/common/arrow_right_wt.png) no-repeat right 4px center;
}


.pagination_area ul li a:hover {
	color: #fff;
	background-color: #000;
}

.list_display_menu ul li a:hover {
	color: #969696;
}


.btn a:hover {
	color: #fff;
	border: 1px solid #000;
	background-color: #000;
}

.btn.btn_submit a:hover {
	color: #000;
	background-color: #fff;
}

.btn_area.new_entry .btn a:hover {
	color: #fff;
	border: 1px solid #000;
	background-color: #000;
}

.btn_area.new_entry .btn a:hover .i_arrow:before {
	background-color: #fff;
}

.btn_area.new_entry .btn a:hover .i_arrow:after {
	border-color: transparent transparent transparent #fff;
}

.btn.btn_small a:hover {
	color: #fff;
	border: 1px solid #000;
	background-color: #000;
}

.btn a:hover .i_arrow:before {
	background-color: #fff;
}

.btn a:hover .i_arrow:after {
	border-color: transparent transparent transparent #fff;
}

.btn.btn_submit a:hover .i_arrow {
	right: -40px;
}

.btn.btn_submit a:hover .i_arrow:before {
	background-color: #000;
}

.btn.btn_submit a:hover .i_arrow:after {
	border-color: transparent transparent transparent #000;
}

.btn2 a:hover {
	color: #fff;
	border: 1px solid #000;
	background-color: #000;
}


button.btn:hover,
input.btn:hover {
	color: #000;
	border: 1px solid #4e484b;
	background-color: #fff;
}

button.btn:hover .i_arrow {
	right: -40px;
}

button.btn.btn_style2:hover {
	color: #fff;
	border: 1px solid #000;
	background-color: #000;
}

button.btn.btn_style2:hover .i_arrow {
	right: 10px;
}

button.btn.btn_style2:hover .i_arrow:before {
	background-color: #fff;
}

button.btn.btn_style2:hover .i_arrow:after {
	border-color: transparent transparent transparent #fff;
}

button.btn.btn_style3:hover {
	color: #fff;
	border: 1px solid #000;
	background-color: #000;
}

button.btn.btn_style3:hover .i_arrow {
	right: 10px;
}

button.btn.btn_style3:hover .i_arrow:before {
	background-color: #fff;
}

button.btn.btn_style3:hover .i_arrow:after {
	border-color: transparent transparent transparent #fff;
}

button.btn.btn_small:hover {
	color: #fff;
	background-color: #000;
	border: 1px solid #000;
}

.increase_block .btn_area button.btn:hover .i_arrow {
	right: -35px;
}

.btn_delete_icon span:hover {
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
}

button.btn.btn_new_entry:hover {
	color: #fff;
	background-color: #000;
	border: 1px solid #000;
}

button.btn.btn_new_entry:hover .i_arrow {
	right: 10px;
}

button.btn.btn_new_entry:hover .i_arrow:before {
	background-color: #fff;
}

button.btn.btn_new_entry:hover .i_arrow:after {
	border-color: transparent transparent transparent #fff;
}
.increase_block .btn_area button.btn.btn_new_entry:hover .i_arrow {
	right: 10px;
}

.search_box .exportexcelBtn:hover,
.search_box button.btn.btn_csv:hover {
	color: #fff;
	border: 1px solid #000;
	background-color: #000;
}

.search_box button.btn.btn_search:hover .i_arrow {
	right: -35px;
}



.pagetop span:hover {
	background: rgba(0, 0, 0, .8);
	cursor: pointer;
}





@media screen and (min-width: 1260px) {
	
	table.table_detail th {
		width: 220px;
	}
}



.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
  border-color: #dc3545;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
}


/*sysGlobalCSS*/


.etcBox {
    width: 100%;
    border: 1px solid #a3a3a3;
    background: #fafafa;
    padding: 1.0rem 1.0rem 0 1.0rem;
    min-height: 7.5rem;
	width: calc(100% - 60px);
	margin:0 auto 1.5rem auto;
}
/*
.alertBox {
    position: static;
    width: 100%;
    border: 1px solid #FF5E5E;
    background: #f8e7e7;
    padding: 1.0rem 1.0rem 1.0rem 1.0rem;
    min-height: 7.5rem;
    display: none;
	width: calc(100% - 60px);
	margin:0 auto 1.5rem auto;
	line-height: 1.6;
}

 .alertBox.active {
    position: static;
    display: block;
}

.alertBox .text-danger {
    color: #000 ! important;
}*/