@charset "UTF-8";

/*------------------------------------------------------------------
タイトル: 基本設計
制作者 : E.M.J #247
URL :ARCH 虎ノ門ヒルズ
概要 : ベースコード
作成日 : 2019/12/01
変更日 : 2019/12/15
バージョン：1.0.0

特記事項：最終的に不要なものは＃凍結で検索
-------------------------------------------------------------------

[Table of contents]
general
area type
header
menu
contents
table setting
table icon effect
log in
account
event
event edit section
attached file management
step bar set
FAQ


-------------------------------------------------------------------*/




/* general
-------------------------------------------------------------------*/

.admin_btn {
	font-size: 1.3rem;
	font-weight: 600;
	width: 16rem;
	letter-spacing: 0.5rem;
}

.admin_btn_cancel {
	font-size: 1.3rem;
	font-weight: 600;
	letter-spacing: 0.5rem;
	width: 100%;
	padding-top: 1.5rem!important;
	padding-bottom: 1.5rem!important;
	margin-bottom: 1rem;
	background-color: #E87F89;
	border-bottom-color: #9C333C;
}

.admin_btn_cancel:hover {
	background-color: #E87F89;
	background-color: #DF4957;
  /*Transition*/
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
  transition: All 0.5s ease;
/*
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;	
*/
}

/* area type
-------------------------------------------------------------------*/

.form_area {
	margin-bottom: 3rem;
	background-color: aqua;
}

.form_area h4, .form_area h5 {
	display: block;
}

.edit_area {
	margin-bottom: 3rem;
	border-bottom: 1px solid #e3e3e3;
	xbackground-color:rgba(	0, 103, 181, 0.05);
	xpadding: 1.5rem;
	xborder-radius: 0.25rem;
	xmargin-bottom: 2rem;
}

.edit_area h4 {
	display: inline-block;
	xmin-width: 10rem;
}

.edit_area h4.minw-5 {
	display: inline-block;
	xmin-width: 5rem;
}

.edit_area h5 {
	display: inline-block;
	margin-left: 2rem;
}

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

#header.dark .header-inner, #header.dark #header-wrap {
	background-color: rgba(	0, 103, 181, 0.9) /* 	#0067B5; */
}

#header.header-sticky.dark .header-inner, #header.header-sticky.dark #header-wrap {
    background-color: rgba(	0, 103, 181, 0.9) !important;
}

/* menu
-------------------------------------------------------------------*/

#mainMenu nav > ul > li > a {
	font-size: 1.2rem;
	margin-top: 0.5rem;
}   

.admin_menu {
	padding: 2rem;
	
	background-color: #171819;
  border-right: : 1px solid #1f1f1f;
}

.admin_menu ul li {
	list-style: none;
	color: #fff;
	line-height: 3;
	margin-left: 0;
}

.admin_menu ul li a {
	color: #fff;
}

.admin_menu ul li:visited,
.admin_menu ul li:active,
.admin_menu ul li:focus,
.admin_menu ul li:hover {
  /*Transition*/
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
  transition: All 0.5s ease;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;	
}

/* contents
-------------------------------------------------------------------*/

#section_admin {
	padding: 0;
}

.admin_contents_top {
	padding: 2rem;
}

.admin_contents_center {
	padding:2rem;
}

.admin_contents {
	padding: 0rem 2rem;
	xbackground-color: #f7f7f7;
}

.ac-content_inner_list {
	overflow: scroll;
}

.ac-content_inner_list dl {
	color:rgba(4, 4, 4, 0.9);
	display: inline;
}

.ac-content_inner_list dl dt,.ac-content_inner_list dl dd {
	font-weight: 400;
	display: inline;
	font-size: 1rem;
}

.ac-content_inner_list dl dd {
	margin-right: 2rem;
}

.ac-content_inner_list dl dt{
	font-weight: 600;
	xborder-right: 3px solid #333;
	margin-right: 1rem;
}

.ac-content_inner_list dl dt.date:after {
content: "〜";
}

.serach-box {
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: 0.25rem;
}

.no-account {
  border: none;
  color: #999;
	border-radius: 0.25rem;
	width: 20rem;
	background-color:rgba(255,255,255,0.7);
}

.sort-area {
	list-style: none;
}

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

.table thead th {
    border-top: none;
}

.table { color:#000;}

.table-borderless tr,
.table-borderless th,
.table-borderless td
 { border: none!important;
	 text-align: left;
 }


.account_stop {
	text-align: center;
  border-radius: .25rem;
	width: 15rem;
	xheight: 100%;
	background-color:rgba(4,4,4,0.1);
}

/* table icon effect
-------------------------------------------------------------------*/

.event_editor_table tbody > tr:hover > td {
	background-color:rgba(0, 103, 181, 0.05);
  /*Transition*/
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
  transition: All 0.5s ease;
  xfilter: alpha(opacity=70);
  x-moz-opacity: 0.7;
  xopacity: 0.7;
  color:#003d6c;
  cursor: pointer;
}

.event_editor_table tbody > tr > td.editors_mode { color: #fff; }

.event_editor_table tbody > tr:hover > td.editors_mode {
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
  transition: All 0.5s ease;
  xfilter: alpha(opacity=50);
  x-moz-opacity: 0.5;
  xopacity: 0.5;
	color:#003d6c;
}

.edit_icon_mode:hover {
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
  transition: All 0.5s ease;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  xcolor:lime;
  cursor: pointer;
}

/* 
	リンク版のときはコレを使って下さい ※HTML側ではspanを使って下記の様に記述しています
	<span class="edit_icon_mode"><a href="#"><i class=" fa fa-pencil-alt"></i></a></span>
*/
.event_editor_table tbody > tr > td.editors_mode .edit_icon_mode a { color: #fff; }

.event_editor_table tbody > tr:hover > td.editors_mode .edit_icon_mode a { color:#003d6c; }

.edit_icon_mode a:hover {
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
  transition: All 0.5s ease;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  xcolor:#003d6c;
  cursor: pointer;
}


/* log in
-------------------------------------------------------------------*/

.login_admin {
  background-image:url(../images/test/000_TF_247_toranomon.jpg);

  background-size: cover;
  background-position: center center;
  padding:3rem 0;
}

.login_admin.calc {
  height: calc(100vh - 80px - 106px - 60px - 40px); /* header:80px+40px + footer:194px+60px+40px */
  padding: 0;
}

.login_admin:before{
  content: '';
  background: inherit;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px)grayscale(80%)brightness(0.5);
	position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
}


/* account
-------------------------------------------------------------------*/

.basic_info {
	xbackground-color: #F7F9FB;
	background-color:rgba(	0, 103, 181, 0.05);
	padding: 1.5rem;
	border-radius: 0.25rem;
	margin-bottom: 2rem;
}

.basic_info_inner {
	padding-left: 2rem;
}

.basic_info_inner_title {
	display: inline-block;
	min-width: 10rem;
}

.basic_info_inner_contents {
	display: inline-block;
}

.move_account {
	xbackground-color: #F7F9FB;
	background-color:rgba(	0, 103, 181, 0.2);
	padding: 1.5rem 2.5rem;
	border-radius: 0.25rem;
	margin-bottom: 2rem;
}

/* event
-------------------------------------------------------------------*/

.price_free {
	xposition: inherit;
	margin-top: 3.2rem;
	xmargin-bottom: 8px;
}

.add_presenter {
	display: inline-block;
	width: calc(100% - 4rem);
}

.add_presenter_icon {
	display: inline-block;
	font-size: 1.3rem;
	position: absolute;
	margin: 0.7rem 0 0 1rem;
}

.add_presenter_icon:hover {
  /*Transition*/
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	cursor: pointer;
	transform: rotate(90deg);
	transition: ease-out 200ms;
}

/* event edit section
-------------------------------------------------------------------*/

.presenter_list_each {
	background-color:rgba(	0, 103, 181, 0.2);
	padding: 1.5rem;
	border-radius: 0.25rem;
	margin-top: 2rem;
}

.presenter_list_each .close-area {
	text-align: left;
	margin-right: 2rem;
	margin-left: 1rem;
}

.presenter_list_each .close-area.right {
	text-align: right;
	margin: 0;
}

.presenter_list_each .close-area:hover {
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	cursor: pointer;
	transform: rotate(90deg);
	transition: ease-out 200ms;
}

/* attached file management
-------------------------------------------------------------------*/

#section_admin form .p-dropdown {
  width: auto;
}

.attached_image {}

.attached_image-box {
  width: 150px;
  height: auto;
  background: #333;
  position: relative;
  xborder-radius: 50% !important;
  text-align: right;
}

.attached_image-box img {
  display: block;
  width: 100%;
  opacity: 1;
  xborder-radius: 50% !important;
}

.attached_image-box:hover img {
  opacity: 0.3;
  transition:all 0.5s ease;
}

.attached_image-overlay {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.attached_image-box:hover .attached_image-overlay {
  opacity: 1;
}

.attached_image-contents h5{
  xpadding: 0 10px 5px;
  font-size: 1.5rem;
  color: #fff;
}


/* step bar set
-------------------------------------------------------------------*/

.stepBar {
  display: flex;
  max-width: 600px;
  position: relative;
  margin: 20px auto;
  text-align: center;
}

.stepBar li {
  font-size: 14px;
  font-weight: 600;
  list-style: none;
  position: relative;
  width: 33.333%;
}

.stepBar li:after {
  background: #a9a9a9;
  content: "";
  width: calc(100% - 40px);
  height: 4px;
  position: absolute;
  left: calc(-50% + 20px);
  top: 20px;
}

.stepBar li:first-child:after {
  display: none;
}

.stepBar li span {
  background: #a9a9a9;;
  color: #ffffff;
  display: inline-block;
  height: 40px;
  margin-bottom: 5px;
  line-height: 40px;
  width: 40px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.stepBar .visited {
  color: #444;
}

.stepBar .visited:after {
  background: #444;
}

.stepBar .visited span {
  background: #444;
}


.stepBar .visit {
  color: #0067B5;
}

.stepBar .visit:after {
  background: #444;
}

.stepBar .visit span {
  background: #0067B5;
}


.page-navi_back_O a {
  display: block;
	margin-top: 2rem;
	margin-bottom: 2rem;
	padding: 1rem;
	background-color:#f8f9fa;
	border-radius: 0.25rem;
}

.page-navi_back_O:hover {	
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	cursor: pointer;
}


/* search button */
.search-area-btn-set .form-inline {
    flex-flow: row nowrap;
}
























