/* ========================================================================
   The main masthead bar that contains the site logo, nav links, and search
   ======================================================================== */
/* base */
html {
	height: 100%;
}

body {
	display: flex;
	flex-direction: column;
	height: 100%;
	margin: 0;
	font-weight: normal;
	line-height: 1.5;
	color: #333333;
	font-family: Meiryo,"メイリオ","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","MS PGothic","ＭＳ Ｐゴシック", sans-serif;
	background-color:#FFFFFF;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	position: relative;
}

.scrollfixed {
	overflow: hidden;
}

main {
	margin-top: 1.875rem;
	margin-bottom: 3.75rem;
}

.contents_area {
	display: flex;
	flex-direction: column-reverse;
}

.main_contents,
.side_menu_contents {
	margin: 0 1rem;
}

.side_menu_contents:not(.has_facet_menu) {
	margin-top: 2.5rem;
}

footer {
	margin-top: auto;
	background: #636974;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

ul,ol {
	margin: 0;
	padding: 0;
}

fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

/* blockskip */
#blockskip {
	display: block;
	width: 100%;
	height: 0;
	margin: 0;
	padding: 0;
	overflow: visible;
	position: absolute;
	z-index: 8000;
	top: 0;
	left: 0;
	background-color: transparent;
}

#blockskip a {
	display: block;
	background: #F5F6F8;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 0px;
	font-size: 0rem;
	line-height: 1px;
	text-align: center;
	color: #1042A4;
	border: none!important;
	cursor: default;
	overflow: hidden;
}

#blockskip a:focus {
	height: auto;
	padding: 0.75rem 0;
	font-size: 1rem;
	cursor: pointer;
	line-height: normal;
	text-decoration: underline;
}

#blockskip a:hover,
#blockskip a:focus {
	text-decoration: none;
}


.help-text {
	padding-top: 10px;
}

.check-url-container {
	display: grid;
}

/* header */
.header_title_container {
	border-bottom: solid 1px #CCCFD1;
}

.header_title_inner {
	display: flex;
	align-items: center;
	padding: .5625rem 1rem .375rem 1rem;
}

.header_menu_btn {
	position: relative;
	width: 2.5rem;
	height: 2.125rem;
	margin: 0 .5rem 0 0;
	background: none;
	padding: 0;
	border: none;
}

.header_menu_btn .menu_bar {
	position: absolute;
	display: block;
	width: 1.125rem;
	height: 2px;
	background-color: #333333;
	box-sizing: border-box;
	transition: all .4s;
	right: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto;
}

.header_menu_btn .menu_bar:nth-of-type(1) {
	top: .25rem;
}

.header_menu_btn .menu_bar:nth-of-type(2) {
	top: .625rem;
}

.header_menu_btn .menu_bar:nth-of-type(3) {
	top: 1rem;
}

.header_menu_btn .menu_label {
	font-size: .5625rem;
	color: #333333;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}

.header_logo {
	display: inline-block;
	width: 5.625rem;
	height: 1rem;
	margin-right: .375rem;
}

.header_logo img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: top;
}

.header_title {
	font-size: .875rem;
	font-weight: bold;
}

a[href].header_lang_link {
	margin-left: auto;
}

a[href].header_lang_link,
a[href].header_link {
	font-size: .75rem;
	color: #1042A4;
	text-decoration: underline;
}

a[href].header_lang_link:hover,
a[href].header_lang_link:focus,
a[href].header_link:hover,
a[href].header_link:focus {
	text-decoration: none;
}

a[href].header_link.header_link_in_menu {
	display: block;
	padding: .4375rem 1rem;
	font-size: .875rem;
}

a[href].header_user {
	display: inline-block;
	font-size: 1rem;
	color: #1042A4;
	text-decoration: underline;
	max-width: none;
	vertical-align: middle;
	/* white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis; */
}

a[href].header_user:hover,
a[href].header_user:focus {
	text-decoration: none;
}

a[href].header_user.header_user_in_menu {
	display: block;
	max-width: 100%;
	padding: .4375rem 1rem;
}

.icon_header_user {
	display: inline-block;
	width: 1.6875rem;
	height: 1.6875rem;
	background: url(/data/base/images/icon_header_user.svg) no-repeat;
	background-size: 1.6875rem 1.6875rem;
	background-position: center center;
	margin-bottom: -0.5rem;
}

.header_nav_container {
	display: none;
	position: fixed;
	z-index: 9000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
}

.header_nav_container.active {
	display: block;
}

.header_nav {
	background: #FFFFFF;
	position: fixed;
	z-index: 9010;
	top: 0;
	bottom: 0;
	right: auto;
	left: 0;
	box-sizing: border-box;
	width: 18.375rem;
	max-width: 100%;
	overflow: auto;
	margin-left: 0;
	padding: 1.25rem 0;
}

.nav_header {
	display: flex;
	align-items: center;
	padding: 0 1rem;
}

.header_menu_logo {
	display: inline-block;
	width: 8rem;
	height: auto;
}

.nav_user_links {
	display: block;
	margin: .8125rem 0;
}

.header_nav > .nav_bar {
	list-style: none;
	margin: 0;
	padding: 1.25rem 0;
	border-top: solid 1px #C6C9D3;
	border-bottom: solid 1px #C6C9D3;
}

.nav_bar a {
	display: block;
	font-size: 1rem;
	color: #333333;
	text-decoration: none;
	padding: .625rem 1rem;
	position: relative;
	backface-visibility: hidden;
}

.nav_bar a::before {
	position: absolute;
	content: "";
	top: 0;
	right: 1.35rem;
	bottom: 0;
	width: .75rem;
	height: .75rem;
	border-top: 2px solid #1042A4;
	border-right: 2px solid #1042A4;
	margin-top: auto;
	margin-bottom: auto;
	transform: rotate(45deg);
}

.nav_bottom_links {
	list-style: none;
	margin: 1.25rem 0 0 0;
	padding: 0;
}

.nav_bottom_links a[href] {
	display: block;
	font-size: .875rem;
	color: #1042A4;
	text-decoration: underline;
	padding: .4375rem 1rem;
}

.nav_bottom_links a:hover,
.nav_bottom_links a:focus {
	text-decoration: none;
}

/* footer */
.footer_inner {
	padding: .9375rem 1.5rem;
}

.footer_items {
	display: flex;
	list-style: none;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	justify-content: center;
	column-gap: 1.5rem;
}

.footer_items a[href] {
	font-size: .875rem;
	color: #FFFFFF;
	text-decoration: underline;
}

.footer_items a[href]:hover,
.footer_items a[href]:focus {
	text-decoration: none;
}

.copy_right {
	font-size: .625rem;
	color: #FFFFFF;
	text-align: left;
	margin: 0;
}

/* to_pagetop */
.to_pagetop {
	display: none;
	width: 3.125rem;
	height: 3.125rem;
	background: #E5EBF5;
	box-shadow: .1875rem .1875rem .375rem rgb(33, 33, 33, 8%);
	border-radius: 50%;
	position: fixed;
	right: .375rem;
	bottom: 4.75rem;
	z-index: 2000;
	font-size: 0rem!important;
	overflow: hidden;
	white-space: nowrap;
	color: transparent;
}

.to_pagetop.show {
	display: block;
}

.to_pagetop::before {
	display: block;
	content: "";
	width: 0.875rem;
	height: 0.875rem;
	border-left: solid 1.5px #1042A4;
	border-top: solid 1.5px #1042A4;
	position: absolute;
	transform: rotate(45deg);
	top: 1.35rem;
	right: 0;
	left: 0;
	margin: 0 auto;
}

/* side_menu_link */
.side_menu_link_list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.side_menu_link_list_item {
	border-bottom: solid 1px #C6C9D3;
}

.side_menu_link_list .side_menu_link_list_item:first-of-type {
	border-top: solid 1px #C6C9D3;
}

.side_menu_link {
	display: block;
	font-size: 1.125rem;
	color: #333333;
	text-decoration: none;
	background: #FFFFFF;
	padding: 1rem 1.375rem;
	position: relative;
	backface-visibility: hidden;
}

.side_menu_link:hover,
.side_menu_link:focus {
	text-decoration: underline;
	background-color: #F5F6F8;
}

.side_menu_link::after {
	position: absolute;
	content: "";
	display: block;
	right: 1rem;
	top: 0;
	bottom: 0;
	width: 0.75rem;
	height: 0.75rem;
	border-right: 2px solid #1042A4;
	border-bottom: 2px solid #1042A4;
	transform: rotate(-45deg);
	margin: auto 0;
}

.side_menu_link_list_item.active .side_menu_link {
	font-weight: bold;
}

.side_menu_link_list_item.active .side_menu_link::before {
	position: absolute;
	content: "";
	display: block;
	left: 0;
	top: 0;
	bottom: 0;
	width: .3125rem;
	height: 100%;
	background: #1042A4;
}

/* sub_link_list */
.side_menu_link_list_item > .side_menu_link_list {
	padding: 0 0 1.5rem 0;
}

.side_menu_link_list_item > .side_menu_link_list > .side_menu_link_list_item {
	border: none;
}

.side_menu_link_list_item > .side_menu_link_list > .side_menu_link_list_item > .side_menu_link {
	display: inline-block;
	color: #1042A4;
	text-decoration: underline;
	padding: 0 0 0 1.25rem;
	margin: 1rem 0 0 0;
}

.side_menu_link_list_item > .side_menu_link_list > .side_menu_link_list_item > .side_menu_link:hover,
.side_menu_link_list_item > .side_menu_link_list > .side_menu_link_list_item > .side_menu_link:focus {
	text-decoration: none;
	background-color: transparent;
}

.side_menu_link_list_item > .side_menu_link_list > .side_menu_link_list_item > .side_menu_link::after {
	display: none;
}

.side_menu_link_list_item > .side_menu_link_list > .side_menu_link_list_item.active > .side_menu_link {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	cursor: default;
}

/* dialog */
.dialog {
	display: none;
	position: fixed;
	z-index: 9000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	padding: 1rem;
}

.dialog.active {
	display: flex;
	align-items: center;
	justify-content: center;
}

.dialog_contents {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: auto;
	max-height: 100%;
	background: #FFFFFF;
	box-sizing: border-box;
	padding: 1.25rem;
	overflow-y: auto;
}

.dialog_header {
	flex-shrink: 0;
	display: flex;
	padding-bottom: 1.25rem;
}

.dialog_main {
	flex: 1 1 auto;
	padding: 0;
}

.dialog_footer {
	flex-shrink: 0;
	margin-top: auto;
	padding-top: 1.25rem;
}

.close_dialog_btn {
	display: inline-block;
	width: 1.9rem;
	height: 2rem;
	position: relative;
	background-color: transparent;
	border: none;
	padding: 0;
	margin-left: auto;
	backface-visibility: hidden;
}

.close_dialog_btn::after,
.close_dialog_btn::before {
	content: "";
	width: 1rem;
	height: 0.125rem;
	background: #333333;
	position: absolute;
	top: .5rem;
	right: 0;
	left: 0;
	margin: 0 auto;
}

.close_dialog_btn::before {
	transform: rotate(45deg);
}

.close_dialog_btn::after {
	transform: rotate(-45deg);
}

.close_dialog_label {
	font-size: .5625rem;
	color: #333333;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}

/* facet_navi */
.facet_navi .dialog_main {
	margin: 0 -1.25rem;
}

.facet_navi .dialog_main .facet_condition_box {
	padding: 1.25rem;
	border-bottom: solid 2px #E8E9ED;
}

.facet_navi .dialog_main .facet_condition_box:first-of-type {
	border-top: solid 2px #E8E9ED;
}

.facet_oc_btn {
	display: inline-block;
	font-size: 1rem;
	color: #1042A4;
	text-decoration: underline;
	padding: 0 1rem 0 0;
	cursor: pointer;
	position: relative;
	min-height: auto;
	border: none;
	background: none;
	backface-visibility: hidden;
}

.facet_oc_btn:hover,
.facet_oc_btn:focus {
	text-decoration: none;
}

.facet_oc_btn::before {
	display: inline-block;
	width: 0.5rem;
	height: 0.5rem;
	content: "";
	position: absolute;
	right: 0;
	top: .4rem;
	border-right: solid 1px #1042A4;
	border-bottom: solid 1px #1042A4;
	transform: rotate(45deg);
}

.facet_oc_btn[aria-expanded="true"]::before {
	top: .6rem;
	transform: rotate(225deg);
}

.resanlys_view_btn {
	display: inline-block;
	font-size: 1rem;
	color: #1042A4;
	text-decoration: underline;
	padding: 0 1rem 0 0;
	cursor: pointer;
	position: relative;
	min-height: auto;
	border: none;
	background: none;
	backface-visibility: hidden;
}

.resanlys_view_btn:hover,
.resanlys_view_btn:focus {
	text-decoration: none;
}

.resanlys_view_btn::before {
	display: inline-block;
	width: 0.5rem;
	height: 0.5rem;
	content: "";
	position: absolute;
	right: 0;
	top: .4rem;
	border-right: solid 1px #1042A4;
	border-bottom: solid 1px #1042A4;
	transform: rotate(45deg);
}

.resanlys_view_btn[aria-expanded="true"]::before {
	top: .6rem;
	transform: rotate(225deg);
}

.facet_list li.hide_sp,
.facet_list li.hide_sp_pc {
	display: none;
}

.facet_list.opened li.hide_sp,
.facet_list.opened li.hide_sp_pc {
	display: list-item;
}

.facet_condition_amount {
	font-size: .75rem;
	color: #686868;
	margin-left: .375rem;
}

.btn_normal.facet_btn {
	display: block;
	width: 100%;
	border: none;
}

.btn_normal.btn_dark_gray {
	background-color: #636974;
	color: #FFFFFF;
	border: none;
}

.btn_normal.btn_dark_gray:hover,
.btn_normal.btn_dark_gray:focus {
	color: #FFFFFF;
	text-decoration: underline;
}

/* box_gray */
.box_gray {
	background: #F5F6F8;
	margin: 0 -1rem;
	padding: 1.25rem 1rem;
}

/* star_rate */
.star_rate_container {
	display: flex;
	align-items: center;
	position: relative;
}

.rate_label {
	font-size: 1rem;
	color: #333333;
}

.star_rate {
	display: inline-block;
	position: relative;
	font-size: 1.125rem;
	width: calc(1.125rem * 5);
	height: calc(1.125rem * 1.5);
}

.star_rate::before, .star_rate::after {
	color: #1042A4;
	left: 0;
	top: 0;
	word-break: keep-all;
}

.star_rate::before {
	content: "☆☆☆☆☆";
}

.star_rate::after {
	content: "★★★★★";
	width: 0;
	overflow: hidden;
	position: absolute;
}

.star_rate_0::after {
	width: calc(1.125rem * 0);
}
.star_rate_0_5::after {
	width: calc(1.125rem * 0.5);
}
.star_rate_1::after {
	width: calc(1.125rem * 1);
}
.star_rate_1_5::after {
	width: calc(1.125rem * 1.5);
}
.star_rate_2::after {
	width: calc(1.125rem * 2);
}
.star_rate_2_5::after {
	width: calc(1.125rem * 2.5);
}
.star_rate_3::after {
	width: calc(1.125rem * 3);
}
.star_rate_3_5::after {
	width: calc(1.125rem * 3.5);
}
.star_rate_4::after {
	width: calc(1.125rem * 4);
}
.star_rate_4_5::after {
	width: calc(1.125rem * 4.5);
}
.star_rate_5::after {
	width: calc(1.125rem * 5);
}

.rate_amount {
	font-size: .75rem;
	color: #686868;
}

/* tag */
.tag {
	display: inline-block;
	white-space: nowrap;
	max-width: 9.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	background: #FFFFFF;
	border: solid 1px #1042A4;
	border-radius: 1rem;
	color: #1042A4;
	font-size: .75rem;
	padding: .375rem .625rem;
	position: relative;
	line-height: 1rem;
	vertical-align: top;
	text-decoration: none;
}

.tag.has_close_btn {
	padding-right: 1.5rem;
}

.tag_close_btn {
	display: block;
	position: absolute;
	width: .5rem;
	height: .5rem;
	min-height: auto;
	border: none;
	background: transparent;
	top: 50%;
	right: .375rem;
	transform: translateY(-50%);
}

_::-webkit-full-page-media, _:future, :root .tag_close_btn {
	right: -0.25rem;
}

.tag_close_btn::before, .tag_close_btn::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1px;
	height: .5rem;
	background: #1042A4;
  }

.tag_close_btn::before {
	transform: translate(-50%,-50%) rotate(45deg);
}

.tag_close_btn::after {
	transform: translate(-50%,-50%) rotate(-45deg);
}

a.tag_text {
	text-decoration: underline;
}

a.tag_text:hover,
a.tag_text:focus {
	text-decoration: none;
}


.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}


/* tooltip*/
.tooltip {
	font-size: 0.858rem;
	color: #FFFFFF;
	background-color: rgba(102, 102, 102, 0.9);
	padding: .25rem;
	border-radius: .143rem;
	position: absolute;
	z-index: 1100;
	word-break: break-all;
}

.tooltip_arrow {
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 6px 0 6px;
	border-color: rgba(102, 102, 102, 0.9) transparent transparent transparent;
	position: absolute;
	left: .7rem;
	bottom: 1px;
	transform: translateY(100%);
	z-index: 1090;
}

/* badge */
.badge  {
	display: inline-block;
	background: #E5EBF5;
	border: solid 1px #E5EBF5;
	padding: 0 .5rem;
	font-size: .875rem;
	color: #333333;
	text-decoration: none;
}

.badge.badge_small {
	font-size: .75rem;
}

.badge.red {
	background: #CA241E;
	border-color: #CA241E;
	color: #FFFFFF;
}

.badge.blue {
	background: #4F71B3;
	border-color: #4F71B3;
	color: #FFFFFF;
}

.badge.gray {
	background: #D7D7D7;
	border-color: #D7D7D7;
	color: #333333;
}

.badge.optional {
	background: #FFFFFF;
	border-color: #636974;
	color: #333333;
}

.badge.required {
	background: #DE0000;
	border-color: #DE0000;
	color: #FFFFFF;
}

.badge.error {
	background: #FFFFFF;
	border-color: #DE0000;
	color: #DE0000;
}

/* 大見出しh1 */
.page_title {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 1.5rem;
	font-weight: normal;
	color: #333333;
}

.page_title_link {
	text-decoration: underline;
	font-size: 1.6rem;
	font-weight: normal;
	color: #1042A4;
}

.page_title_link:hover,
.page_title_link:focus {
	text-decoration: none;
}

.page_title_link.rss_link::before {
	position: relative;
	content: "";
	display: inline-block;
	width: 0.875rem;
	height: 0.875rem;
	right: 0.5rem;
	bottom: 0.05rem;
	background-image: url(/data/base/images/icon_rss.svg);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
}

/* 見出しh2 */
.number_of_searches {
	margin-right: .5rem;
}

.page_title_icon {
	display: flex;
	align-items: center;
	position: relative;
	font-size: 1.25rem;
	font-weight: bold;
	color: #333333;
	padding-left: 1.25rem;
}

.page_title_icon::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0.25rem;
	height: 100%;
	background-color: #1042A4;
}

/* page_titleより小さいpage_title_iconと同じサイズで、iconがないクラス */
.page_title_no_icon {
	font-size: 1.25rem;
	font-weight: bold;
	color: #333333;

}

/* link */
a[href],
button {
	font-family: inherit;
	font-size: 1rem;
	cursor: pointer;
}

.link_normal {
	color: #1042A4;
}

.link_accessory_text {
	position: relative;
	font-size: 1rem;
	color: #333333;
}

.link_accessory {
	position: relative;
	text-decoration: underline;
	color: #1042A4;
	word-break: break-all;
}

.link_accessory_icon {
	vertical-align: middle;
	background-image: url(/data/base/images/icon_external_link.svg);
	width: 1.7rem;
	height: 1.7rem;
	background-position: center;
	background-repeat: no-repeat;
	/* margin-left: 0.625rem; */
	content-visibility: hidden;
}

.link_accessory_icon.icon_front {
	margin-left: 0;
	margin-right: .625rem;
}

.link_accordion {
	width: 100%;
	position: relative;
}

.link_accordion_handle {
    padding-left: 2.5rem;
	padding-bottom: 0;
    border-bottom: none;
	text-decoration: underline;
	color: #1042A4;
    position: relative;
	cursor: pointer;
}

.link_accordion_handle:hover,
.link_accordion_handle:focus {
	text-decoration: none;
}
	
.link_accordion_content {
	display: none;
	position: absolute;
	max-width: 100%;
	padding-top: 1.125rem;
	z-index: 900;
}

.link_accordion_handle.is-opened + .link_accordion_content {
    display: block;
}

.link_accordion_content_inner {
	background-color: #E5EBF5;
	padding: 1.25rem 1.25rem;
}

.arrow_up {
	position: absolute;
	width: 0; 
	height: 0; 
	top: 0;
	left: .5rem;
	border-left: .8125rem solid transparent;
	border-right: .8125rem solid transparent;
	border-bottom: 1.125rem solid #E5EBF5;
}

.link_accordion_icon_image {
	position: absolute;
	top: 0;
	left: .5rem;
	bottom: 0;
}

.link_accordion.link_accordion_rear .link_accordion_handle {
	padding-left: 0;
	padding-right: 2.5rem;
}

.link_accordion.link_accordion_rear .link_accordion_handle .link_accordion_icon_image {
	left: auto;
	right: 0.5rem;
}

/* btn-group */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group.open .dropdown-toggle {
    box-shadow: rgba(0, 0, 0, 0.125) 0px 3px 5px inset;
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0px;
}

.btn-group > .btn:first-child {
    margin-left: 0px;
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #1042A4;
    background-color: #fff;
    background-image: none;
    border-color: #1042A4;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    font-size: 14px;
    text-align: left;
    background-color: rgb(255, 255, 255);
    background-clip: padding-box;
    box-shadow: rgba(0, 0, 0, 0.176) 0px 6px 12px;
    padding: 5px 0px;
    margin: 2px 0px 0px;
    list-style: none;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.15);
    border-image: initial;
    border-radius: 4px;
}

.js .dropdown.open .dropdown-menu {
    display: block;
}

.js .dropdown .dropdown-menu, .js .dropdown:hover .dropdown-menu {
    display: none;
}

.open > .dropdown-menu {
    display: block;
}

.open > .dropdown-menu:hover {
    display: block!important;
}
.open:hover > .dropdown-menu {
    display: block!important;
}

.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
    color: #1042A4;
    background-color: #fff;
    border-color: #1042A4;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0;
}

.js .dropdown .dropdown-menu, .js .dropdown:hover .dropdown-menu {
    display: none;
}

.open > a {
    outline: 0;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-primary {
    color: #fff;
    background-color: #1042A4;
    border-color: #1042A4;
}

.btn .caret {
    margin-left: 0;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}

.dropup, .dropdown {
    position: relative;
}


.data-viewer-info p.text-muted {
	white-space: normal;
}

.collapse {
	display: none;
}

.collapse.in {
    display: block;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-property: height, visibility;
	transition-property: height, visibility;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}

.js .js-hide {
	display: none;
}

.module-resource .actions {
	
    display: none;
}

li.inside-item {
	list-style-position: inside;
}

/* step_navi */
.step_navi_list {
	display: flex;
	flex-flow: row nowrap;
	align-items: stretch;
	margin: 0 auto;
	list-style: none;
	border: 1px solid #C6C9D3;
}

.step_navi_item {
	flex: 1 1 1rem;
	text-align: center;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #F5F6F8;
	padding: .75rem 0 .75rem 1.1875rem;
}

.step_navi_list .step_navi_item:first-of-type {
	padding-left: 0;
}

.step_navi_arrow {
	position: absolute;
	display: block;
	width: 1.1875rem;
	height: 100%;
	top: 0;
	right: calc(-1.1875rem + 1px);
	z-index: 1;
}

.step_navi_list .step_navi_item:last-of-type .step_navi_arrow {
	display: none;
}

.step_navi_arrow_back,
.step_navi_arrow_front {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	border-style: solid;
}

.step_navi_arrow_back {
	right: -1px;
	border-width: .75rem 0 .75rem 1.1875rem;
	border-color: transparent transparent transparent #C6C9D3;
	z-index: 1;
}

.step_navi_arrow_front {
	right: 1px;
	border-width: .75rem 0 .75rem 1.1875rem;
	border-color: transparent transparent transparent #F5F6F8;
	z-index: 2;
}

.step_navi_text {
	position: relative;
	font-size: 1rem;
	color: #636974;
	word-break: break-all;
	z-index: 2;
}

.step_navi_list .step_navi_item:first-of-type .step_navi_text {
	border-radius: .25rem 0 0 .25rem;
}

.step_navi_list .step_navi_item:last-of-type .step_navi_text {
	border-radius: 0 .25rem .25rem 0;
}

.step_navi_item.active {
	background-color: #1042A4;
}

.step_navi_item.active .step_navi_text {
	color: #FFFFFF;
}

.step_navi_item.active .step_navi_arrow_back,
.step_navi_item.active .step_navi_arrow_front {
	border-color: transparent transparent transparent #1042A4;
}

/* table */
table {
	width: 100%;
    table-layout: fixed;
	border-collapse: collapse;
	text-align: left;
}

th, td {
	vertical-align: top;
	padding: .75rem .625rem;
	border: solid 1px #C6C9D3;
	word-break: break-all;
	min-height: 49px;
}

th {
	font-weight: normal;
	background-color: #F5F6F8;
}

td .tag,
td .badge {
	margin-right: .625rem;
	margin-bottom: .3125rem;
}

table.table_vertical,
table.table_vertical thead,
table.table_vertical tbody,
table.table_vertical tr,
table.table_vertical th,
table.table_vertical td {
	display: block;
}

table.table_vertical th,
table.table_vertical td {
	border-bottom: none;
}

table.table_vertical tbody tr:last-child th:last-child,
table.table_vertical tbody tr:last-child td:last-child {
	border-bottom: solid 1px #C6C9D3;
}

table caption {
    text-align: left;
    font-size: 1rem;
    font-weight: bold;
    color: #333333;
    margin-bottom: 0.5rem;
}

table.table_vertical caption {
	display: block;
}

/* table_list */
.table_list tbody tr:nth-child(even) {
	background-color: #F9FAFC;
}

.table_list .rank_1,
.table_list .rank_2,
.table_list .rank_3 {
	font-size: 1rem;
	font-weight: bold;
	color: #1042A4;
}

.table_list .rank_1 .rank_icon,
.table_list .rank_2 .rank_icon,
.table_list .rank_3 .rank_icon {
	position: relative;
}

.table_list .rank_1 .rank_icon::before,
.table_list .rank_2 .rank_icon::before,
.table_list .rank_3 .rank_icon::before {
	display: none;
	content: "";
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
}

.table_list .rank_1 .rank_icon::before {
	width: 1.5625rem;
	height: 1.25rem;
	background-size: 1.5625rem 1.25rem;
	background-image: url(/data/base/images/icon_rank_1.svg);
	top: .875rem;
	left: 1.25rem;
}

.table_list .rank_2 .rank_icon::before {
	width: 1.4375rem;
	height: 1rem;
	background-size: 1.4375rem 1rem;
	background-image: url(/data/base/images/icon_rank_2.svg);
	top: 1.125rem;
	left: 1.3125rem;
}
.table_list .rank_3 .rank_icon::before {
	width: 1.4375rem;
	height: 1rem;
	background-size: 1.4375rem 1rem;
	background-image: url(/data/base/images/icon_rank_3.svg);
	top: 1.125rem;
	left: 1.3125rem;
}

/* table_matrix */
.table_matrix .tbody-th {
	display: none;
}

.table_matrix > div {
	margin-bottom: 1.875rem;
}

.table_matrix > div:last-child {
	margin-bottom: 0;
}

.table_matrix > div > dt {
	font-size: 1rem;
	font-weight: bold;
	color: #1042A4;
	padding: 0;
	margin: 0 0 1.25rem 0;
	word-break: break-all;
}

.table_matrix > div > dd,
.table_matrix > div > dd > dl {
	margin:0;
}

.table_matrix > div > dd dt {
	font-size: 1rem;
	font-weight: normal;
	color: #333333;
	margin: 0;
	padding: 0;
	word-break: break-all;
}

.table_matrix > div > dd dd {
	font-size: 1rem;
	font-weight: normal;
	color: #333333;
	margin: 0 0 1.25rem 0;
	padding: 0.625rem 0;
	border-bottom: 1px solid #707070;
	word-break: break-all;
}

.table_matrix > div > dd dd:last-child {
	margin: 0;
}


/* テキスト */
.text,
.text_px12,
.text_px14,
.text_bold,
.text_px18,
.text_px20 {
	word-break: break-all;
	font-family: inherit;
	line-height: 1.5rem;
	text-decoration: none;
}

.text {
	font-size: 1rem;
	font-weight: normal;
}

.text_px12 {
    font-size: 0.75rem;
}

.text_px14 {
    font-size: 0.875em;
}

.text_px18 {
    font-size: 1.125rem;
}

.text_px20 {
	font-size: 1.25rem;
}

.text_bold {
	font-weight: bold; 
}

/* button */
button {
	min-height: 2.25rem;
}

.btn_normal {
	width: 100%;
	position: relative;
	padding: 0.375rem 1.25rem;
	border: 1px solid #1042A4;
	background-color: #FFFFFF;
	color: #1042A4;
	border-radius: 0.2rem;
	vertical-align: middle;
	text-align: center;
}

a[href].save {
    position: relative;
    padding: 0.375rem 1.25rem;
    border: 1px solid #1042A4;
    background-color: #FFFFFF;
    color: #1042A4;
    border-radius: 0.2rem;
    vertical-align: middle;
    text-align: center;
    margin-right: 10px;
	text-decoration: none;
}

a[href].save:hover {
	text-decoration: underline;
}

.resource-list.reordering .list_dataset_item {
    border: 1px solid #ddd;
    margin-bottom: 10px;
    cursor: move;
}

.resource-list.reordering .list_dataset_item .handle {
    display: block;
    position: absolute;
    color: #888;
    left: -31px;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #ddd;
    border-width: 1px 0 1px 1px;
    background-color: #fff;
    border-radius: 20px 0 0 20px;
}

.btn_normal:hover,
.btn_normal:focus
 {
	text-decoration: underline;
	color: #1042A4;
}

.link_normal:hover,
.link_normal:focus,
.link_accessory:hover,
.link_accessory:focus {
	text-decoration: none;
}

.btn_sizelock {
	text-decoration: none;
	width: auto;
}

button:disabled {
	background-color: #C2CEE7!important;
	color: #565656!important;
	border-radius: 0.2rem!important;
	border: 1px solid #C2CEE7!important;
}

button:disabled:hover,
button:disabled:focus {
	color: #565656!important;
	text-decoration: none!important;
	cursor: default!important;
}

.modal_btn_text {
	position: relative;
	padding-left: 1.75rem;
}
.modal_btn_text::before {
	display: block;
	content: "";
	width: 1.125rem;
	height: 1rem;
	position: absolute;
	top: .2rem;
	left: 0;
	background: url(/data/base/images/icon_dialog.svg) no-repeat center center;
	background-size: 1.125rem 1rem;
}

.watchlist_btn {
	padding: 0.375rem 1.375rem;
}

.watchlist_btn_text {
	position: relative;
	padding-left: 1.75rem;
}

.watchlist_btn_text::before {
	display: block;
	content: "";
	width: 1.125rem;
	height: 1rem;
	position: absolute;
	top: .25rem;
	left: 0;
	background: url(/data/base/images/button_icon.svg) no-repeat center center;
	background-size: 1.125rem 1rem;
}

_::-webkit-full-page-media, _:future, :root .watchlist_btn_text::before  {
	top: 0.09rem;
}

.watchlist_btn_added .watchlist_btn_text::before {
	background-image: url(/data/base/images/button_icon_added.svg);
}

.btn_set_container {
	display: flex;
	flex-direction: column-reverse;
	row-gap: 1.25rem;
}

.android .btn_set_container {
	row-gap: normal;
}

.android .btn_set_container > *:not(:first-child) {
	margin-bottom: 1.25rem;
}

.btn_center_container {
	display: block;
}

.btn_normal.btn_gray {
	border: none;
	background-color: #D7D7D7;
	color: #4C4C4C;
}

.btn_normal.btn_gray:hover,
.btn_normal.btn_gray:focus {
	text-decoration: underline;
	color: #4C4C4C;
}

.btn_normal.btn_submit {
	background-color: #1042A4;
	border: none;
	color: #FFFFFF;
	text-decoration: none;
}

.btn_normal.btn_submit:hover,
.btn_normal.btn_submit:focus {
	text-decoration: underline;
	color: #FFFFFF;
}

/* pager */
.upper_pager_container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.upper_pager_container > * {
	flex: 1 0 auto;
}

.upper_pager_container > span:first-child {
	justify-content: flex-end;
	order: 2;
}

.upper_pager_container > .pager_container:nth-child(2) {
	justify-content: flex-end;
	order: 3;
}

.upper_pager_container > .pager_container:nth-child(2) .form_select {
	margin: 0 0 0 0.813rem;
	font-size: 1rem;
}

.upper_pager_container > .pager_container:last-child   {
	flex: 0 1 100%;
	order: 1;
}

.pager_container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}

.pager_container .form_select {
	height: 1.5rem;
	padding: 0 calc(0.938rem + 1rem) 0 0.938rem;
	width: auto;
	background-size: 1.5rem 1.5rem;
	margin-right: 0.625rem;
	line-height: 1;
	font-size: 0.75rem;
}

.pager_container.with_right_button  {
	margin: 0px 30%;
}


.pager_fast_rewind,
.pager_previous,
.pager_next,
.pager_fast_forward {
	border: none;
	width: 1.5rem;
	height: 1.5rem;
	min-height: auto;
	padding: 0;
}

.pager_fast_rewind {
	background: url(/data/base/images/icon_pager_fast_rewind.svg);
	background-position: center;
	background-size: auto;
	background-repeat: no-repeat;
	margin-right: .75rem;
}

.pager_previous {
	background: url(/data/base/images/icon_pager_previous.svg);
	background-position: center;
	background-size: auto;
	background-repeat: no-repeat;
	margin-right: .75rem;
}

.pager_next {
	background: url(/data/base/images/icon_pager_next.svg);
	background-position: center;
	background-size: auto;
	background-repeat: no-repeat;
	margin-left: .75rem;
}

.pager_fast_forward {
	background: url(/data/base/images/icon_pager_fast_forward.svg);
	background-position: center;
	background-size: auto;
	background-repeat: no-repeat;
	margin-left: .75rem;
}

/* input */
input::placeholder,
textarea::placeholder {
	color: #73757A;
	opacity: 1;
}

input:disabled::placeholder,
textarea:disabled::placeholder {
	color: #222222;
}

.search_key_container {
	width: 100%;
	position: relative;
}

.search_key_input {
    width: inherit;
    height: 3.125rem;
    font-size: 1.125rem;
    font-family: inherit;
    font-weight: normal;
    color: #333333;
    background-color: #FFFFFF;
    border: 2px solid #959DAA;
    padding: 0.75rem 2.5rem 0.688rem 0.938rem;
    border-radius: 2px;
}

.search_key_input::placeholder {
	color: #666666;
}

.search_key_button,
.search_key_button:focus,
.search_key_button:active {
	position: absolute;
	vertical-align: middle;
	border: none;
	margin: auto;
	width: 2.55rem;
	height: 3.125rem;
	min-height: auto;
	padding: 0;
	z-index: 1;
	top: 0;
	bottom: 0;
	right: 0;
	background-image: url(/data/base/images/icon_search.svg);
	background-size: 1.375rem 1.375rem;
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: left 0.5rem center;
}

.form_label {
	display: flex;
	align-items: center;
	font-weight: normal;
}

p.form_label {
	margin-top: 0;
	margin-bottom: 0;
}

.form_label > * {
	margin-left: 0.625rem;
}

.form_label > *:first-child {
	margin-left: 0;
}

.form_item > .message.error {
	background: none;
	border: none;
}

.form_select {
	display: block;
	width: 100%;
	height: 2.625rem;
	padding: 0.563rem calc(1.125rem + 2.625rem) 0.563rem 1.125rem;
	color: #333333;
	font-family: inherit;
	font-size: 1rem;
	background-image: url(/data/base/images/icon_dropdown.svg);
	background-repeat: no-repeat;
	background-size: 2.625rem 2.625rem;
	background-position: right -0.1rem center;
	background-color: #FFFFFF;
	border: 0.063rem solid #C6C9D3;
	border-radius: 0.2rem;
	-webkit-appearance: none;
	appearance: none;
	line-height: 1;
}

.form_input {
	display: block;
	width: 100%;
	height: 2.625rem;
	appearance: none;
	color: #333333;;
	font-family: inherit;
	font-size: 1rem;
	background-color: #FFFFFF;
	border: solid 0.1rem #D7D7D7;
	padding: 0.563rem 1.125rem 0.563rem 1.125rem;
	border-radius: 0;
}

.form_input.error_input,
.form_textarea.error_input,
.form_select.error_input {
	background-color: #FFEBEB;
	border: 2px solid #CA241E;
}

.form_input.error_input::placeholder,
.form_textarea.error_input::placeholder {
	color: #666666;
}

.input_error {
	position: relative;
	width: 100%;
}

.autodetect_error {
	position: relative;
	width: 100%;
}

.message_icon.error.error_icon_position {
	position: absolute;
	content: "";
	width: 1rem;
	height: 1rem;
	top: 0.9rem;
	left: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: transparent;
}

.message_icon.warning.warning_icon_position {
	position: absolute;
	content: "";
	width: 1rem;
	height: 1rem;
	top: 0.9rem;
	left: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: transparent;
}

.error_message_title {
	font-weight: bold;
	margin: 0 0 0.625rem 0;
	padding: 0.688rem 0 0 1.375rem;
	color: #CA241E;
}

.form_input.border_round {
	border-radius: 0.2rem;
}

.form_textarea {
	width: 100%;
	border: 0.1rem solid #E5EBF5;	
	border-radius: 0.2rem;
	appearance: none;
	color: #333333;
	font-family: inherit;
	font-size: 1rem;
	font-weight: normal;
	padding: 0.563rem 1.125rem 0.563rem 1.125rem;
	resize: none;
	display: block;
}

.form_input:disabled,
.form_textarea:disabled,
.form_select:disabled {
	background-color: #E9E9E9;
	color: #222222;
	opacity: 0.7;
}
.select2-container-multi .select2-choices .select2-search-field input:disabled  {
	background-color: #E9E9E9 !important;
	color: #222222 !important;
	opacity: 0.7 !important;
}

.input_button_container {
	display: flex;
	align-items: center;
	width: 100%;
}

.input_button_container > input,
.input_button_container > select,
.input_button_container > textarea {
	flex: 1 1 auto;
}

.input_button_container > button {
	flex: 0 0 auto;
}

.form_text_set {
	display: flex;
	align-items: center;
}

.form_text_set > .form_input {
	padding: 0.5rem 0.438rem 0.5rem 0.438rem;
}

.input_seperator {
  text-align: center;
	margin: 0 0.25rem;
}

/* sort */
.sort_btn_container {
	display: flex;
	align-items: center;
	background: #F5F6F8;
	padding: .5rem 1rem;
	margin: 0 -1rem;
}

.sort_btn_container .form_select {
	height: 1.75rem;
	padding: 0 calc(1.75rem + 1rem) 0 1rem;
	margin-right: 1rem;
	background-size: 1.75rem 1.75rem;
	line-height: 1;
}

.sort_btn_asc,
.sort_btn_dsc {
	cursor: pointer;
}

.sort_btn_asc {
	margin-right: .5625rem;
}

.sort_btn_asc input[type="radio"],
.sort_btn_dsc input[type="radio"]{
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-webkit-appearance: none;
	appearance: none;
	position: absolute;
}

.sort_btn_text {
	display: inline-block;
	font-size: .875rem;
	color: #5A606C;
	position: relative;
	padding-right: .6875rem;
}

.sort_btn_asc input[type="radio"]:checked ~ .sort_btn_text,
.sort_btn_dsc input[type="radio"]:checked ~ .sort_btn_text {
	color: #073AA0;
	font-weight: bold;
}

.sort_btn_container input[type="radio"]:focus-visible ~ .sort_btn_text {
	outline: auto;
}

.sort_btn_text::after {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto 0;
}

.sort_btn_asc .sort_btn_text::after {
	border-width: 0 .25rem .3125rem .25rem;
	border-color: transparent transparent #5E636F transparent;
}

.sort_btn_asc input[type="radio"]:checked ~ .sort_btn_text::after {
	border-color: transparent transparent #073AA0 transparent;
}

.sort_btn_dsc .sort_btn_text::after {
	border-width: .3125rem .25rem 0 .25rem;
	border-color: #5E636F transparent transparent transparent;
}

.sort_btn_dsc input[type="radio"]:checked ~ .sort_btn_text::after {
	border-color: #073AA0 transparent transparent transparent;
}

/* radio_list, checkbox_list */
.radio_list,
.checkbox_list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.radio_list li,
.checkbox_list li {
	position: relative;
}

.radio_list li + li,
.checkbox_list li + li {
	margin-top: 1.25rem;
}

.radio_item[type="radio"],
.checkbox_item[type="checkbox"] {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-webkit-appearance: none;
	appearance: none;
	position: absolute;
}

.radio_item[type="radio"] ~ label,
.checkbox_item[type="checkbox"] ~ label {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0 0 0 1.75rem;
	backface-visibility: hidden;
}

.radio_item[type="radio"]:focus-visible ~ label,
.checkbox_item[type="checkbox"]:focus-visible ~ label {
	outline: auto;
}

.radio_item[type="radio"]:not([disabled]) ~ label,
.checkbox_item[type="checkbox"]:not([disabled]) ~ label {
	cursor: pointer;
}

.radio_item[type="radio"]:not([disabled]) ~ label:hover,
.checkbox_item[type="checkbox"]:not([disabled]) ~ label:hover {
	background-color: #E5EBF5;
}

.radio_item[type="radio"] ~ label:before {
	position: absolute;
	content: "";
	top: .125rem;
	left: 0.1rem;
	width: 1.25rem;
	height: 1.25rem;
	background: #FFF;
	border: 1px solid #8B8B8B;
	border-radius: 50%;
	box-sizing: border-box;
}

.radio_item[type="radio"]:checked ~ label:after {
	position: absolute;
	content: "";
	top: .4375rem;
	left: .4125rem;
	width: 0.625rem;
	height: 0.625rem;
	border-radius: 50%;
	background: #1042A4;
}

.radio_list.star_rate_list .radio_item[type="radio"] ~ label:before {
	top: .21875rem;
}

.radio_list.star_rate_list .radio_item[type="radio"]:checked ~ label:after {
	top: .53125rem;
}

.radio_item[type="radio"][disabled] ~ label {
	cursor: default;
}

.radio_item[type="radio"][disabled] ~ label:before {
	background-color: #eeeeee;
	border-color: #cccccc;
}

.radio_item[type="radio"][disabled]:checked ~ label:before {
    background-color: #ffffff;
}

.radio_item[type="radio"][disabled]:checked ~ label:after {
    background-color: #cccccc;
}

.checkbox_item[type="checkbox"] ~ label:before {
	position: absolute;
	content: "";
	top: .125rem;
	left: .1rem;
	width: 1.125rem;
	height: 1.125rem;
	background: #FFF;
	border: 1px solid #C6C9D3;
	border-radius: 2px;
	box-sizing: border-box;
}

.checkbox_item[type="checkbox"]:checked ~ label:after {
	position: absolute;
	content: "";
	box-sizing: border-box;
	display: block;
	left: .3rem;
	top: .3rem;
	width: .75rem;
	height: .5rem;
	border-left: 2px solid #1042A4;
	border-bottom: 2px solid #1042A4;
	transform: rotate(-45deg);
}

.checkbox_item[type="checkbox"][disabled] ~ label {
    cursor: default;
}

.checkbox_item[type="checkbox"][disabled] ~ label:before {
    background: #eeeeee;
    border-color: #cccccc;
}

.checkbox_item[type="checkbox"][disabled]:checked ~ label:before {
    background-color: #cccccc;
}

.checkbox_item[type="checkbox"][disabled]:checked ~ label:after {
    background-color: #cccccc;
	border-color: #ffffff;
}


/* tab */
.tab_changer {
	display: flex;
	flex-flow: row nowrap;
	background-color: #F5F6F8;
	list-style: none;
	margin: 0 -1rem;
}

.tab_changer_item {
	position: relative;
	display: list-item;
	width: 100%;
}

.tab_changer_item::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0rem;
	width: 0.125rem;
	height: 2.25rem;
	margin: auto;
	background-color: #E6E7E8;
	z-index: 1;
}

.tab_toggle_item {
	display: none;
	width: 100%;
	padding: 1.25rem 0 0 0;
}

.tab_toggle_item.tab_active {
	display: block;
}

.tab_changer_button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 1.094rem 0.688rem;
	font-size: 0.875rem;
	font-weight: normal;
	color: #1042A4;
	background-color: rgba(0, 0, 0, 0);
	border: 0;
}

.tab_changer_button.active::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 0.125rem;
	background-color: #1042A4;
}

.tab_changer_button.active {
	color: #333333;
	background-color: #FFF;
	font-weight: bold;
}

.tab_changer_button:not(.active) {
	text-decoration: underline;
}

.tab_changer_button:not(.active):hover,
.tab_changer_button:not(.active):focus {
	text-decoration: none;
}

/* chat_timeline_list */
.chat_timeline_list {
	list-style: none;
	margin: 0 0 3.75rem 0;
	padding: 0;
}

.chat_timeline_list .chat_timeline_item + .chat_timeline_item {
	margin-top: 1.875rem;
}

.chat_timeline_item_inner {
	display: flex;
	align-items: stretch;
	column-gap: .125rem;
}

.chat_timeline_item_user_icon {
	display: inline-block;
	width: 2.5rem;
	height: 2.5rem;
}

.chat_timeline_item_msg_text_container {
	display: flex;
	justify-content: flex-start;
}

.chat_timeline_item_msg_text {
	background: #E5EBF5;
	border-radius: .25rem;
	padding: 1.25rem;
	margin: 0 0 0 1.3125rem;
	position: relative;
}

.chat_timeline_item_msg_text::before {
	display: block;
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	left: -1.3125rem;
	top: .6875rem;
	border-style: solid;
	border-width: .5625rem 1.3125rem .5625rem 0;
	border-color: transparent #E5EBF5 transparent transparent;
}

.chat_timeline_item_msg_info {
	font-size: .75rem;
	word-break: break-all;
	margin: .625rem 0 0 1.3125rem
}

.chat_timeline_item_msg_info span + span {
	margin-left: 1.25rem;
}

.chat_timeline_item.right .chat_timeline_item_inner {
	flex-direction: row-reverse;
}

.chat_timeline_item.right .chat_timeline_item_msg_text_container {
	justify-content: flex-end;
}

.chat_timeline_item.right .chat_timeline_item_msg_text {
	margin: 0 1.3125rem 0 0;
}

.chat_timeline_item.right .chat_timeline_item_msg_text::before {
	left: auto;
	right: -1.3125rem;
	transform: rotate(180deg);
}

.chat_timeline_item.right .chat_timeline_item_msg_info {
	text-align: left;
	margin: 0.625rem 1.3125rem 0 0;
}

/* filter_list */
.filter_list_coontainer {
	display: flex;
  	flex-wrap: wrap;
	line-height: 1.75rem;
}

.filter_group {
	display: inline;
	margin-right: 1.25rem;
}

.filter_list_coontainer .filter_group:last-of-type {
	margin-right: 0;
}

.filter_group > * {
	vertical-align: middle;
}

.filter_title {
	display: inline-block;
}

.filter_group .tag {
	margin-right: .5rem;
}

.filter_group .tag:last-of-type {
	margin-right: 0;
}

/* list_dataset */
.list_dataset {
	list-style: none;
	display: block;
}

.list_dataset .list_dataset_item:first-of-type {
	border-top: solid 2px #D1D1D1;
}

.list_dataset_item {
	display: flex;
	align-items: stretch;
	border-bottom: solid 2px #D1D1D1;
}

.list_dataset_item_input_box {
	width: 2.5rem;
	flex: 0 0 auto;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.list_dataset_item_input_box .checkbox_item[type="checkbox"] ~ label {
	width: 1.125rem;
	height: 1.125rem;
	padding: 0;
	font-size: 0rem;
	overflow: hidden;
	clip: rect(0,0,0,0);
	white-space: nowrap;
}

.list_dataset_item_input_box .checkbox_item[type="checkbox"] ~ label::before {
	top: 0;
	left: 0;
}

.list_dataset_item_input_box .checkbox_item[type="checkbox"]:checked ~ label::after {
	top: .175rem;
	left: .2rem;
}

.list_dataset_item_main_box {
	flex: 1 1 auto;
	padding: 1.25rem 0;
	display: flex;
	flex-direction: column;
}

.list_dataset_item_column_img,
.list_dataset_item_column_content {
	flex: 1 1 auto;
}

.list_dataset_item_column_content .text > .badge {
	margin-left: .5rem;
}

.list_dataset_item_badge_container {
	display: flex;
	flex-wrap: wrap;
}

.list_dataset_item_badge_container .badge {
	margin-right: .625rem;
	margin-bottom: .5rem;
}

.list_dataset .list_dataset_img {
	width: 100%;
}

/* message */
.message {
	padding: 1.25rem 1.25rem 1.25rem 2.625rem;
	position: relative;
}

.message_icon {
	position: absolute;
	content: "";
	width: 1rem;
	height: 1rem;
	top: 1.45rem;
	left: 1.25rem;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: transparent;
}

.message_title {
	font-weight: bold;
	margin: 0 0 .625rem 0;
}

.message ul,
.message ol {
	padding-left: 1.5rem;
}

.message.error {
	background: #FFEBEB;
	border: 1px solid #EFD5D5;
	color: #CA241E;
}

.message_icon.error {
	background-image: url(/data/base/images/icon_error.svg);
}

.message_icon.warning {
	background-image: url(/data/base/images/icon_warning.svg);
}

.message.warning {
	background: #FCF3CB;
	border: 1px solid #EEDAA3;
	color: #74612E;
}

.message_icon.warning {
	background-image: url(/data/base/images/icon_warning.svg);
}

_::-webkit-full-page-media, _:future, :root .message_icon.warning {
	top: 1.6rem;
}

.android .message_icon.warning {
	top: 1.6rem;
}

.message.complete {
	background: #EAFAF2;
	border: 1px solid #CFDFD7;
	color: #276142;
}

.message_icon.complete {
	background-image: url(/data/base/images/icon_complete.svg);
}

.flash-messages .alert {
	width: 100%;
	padding: 1.25rem 1.25rem 1.25rem 2.625rem;
	position: relative;
}

/* warrning */
.alert-info {
	background: #FCF3CB;
	border: 1px solid #EEDAA3;
	color: #74612E;
}

.alert-success {
	background: #EAFAF2;
	border: 1px solid #CFDFD7;
	color: #276142;
}

.alert-error {
	background: #FFEBEB;
	border: 1px solid #EFD5D5;
	color: #CA241E;
}

/* accordion */
.accordion_head_button {
	padding: .625rem 1.25rem;
	border: solid 1px #CFD1DA;
	background-color: #F5F6F8;
	min-height: auto;
	width: 100%;
	color: #333333;
	font-size: 1.125rem;
	text-align: left;
	appearance: none;
	position: relative;
}

.accordion_head_button::after {
	display: block;
	content: "";
	width: 1.375rem;
	height: 1.375rem;
	background: url(/data/base/images/icon_accordion_open.svg) no-repeat;
	background-position: center center;
	background-size: 1.125rem 1.125rem;
	position: absolute;
	top: 0;
	bottom: 0;
	right: .875rem;
	margin: auto 0;
}

.accordion_head_button[aria-expanded="true"]::after {
	background-image: url(/data/base/images/icon_accordion_close.svg);
}

.accordion_body {
	display: none;
	padding: 1.25rem;
	border-right: solid 1px #CFD1DA;
	border-bottom: solid 1px #CFD1DA;
	border-left: solid 1px #CFD1DA;
	background: #FFFFFF;
}

.accordion_body_row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	column-gap: 2rem;
}

.icon_complete_large {
	width: 5.625rem;
	vertical-align: top;
}

/* activity */
.activity {
  padding: 0;
  list-style-type: none;
  /*background: transparent url('../../../base/images/dotted.png') 14px 0 repeat-y;*/
}
.activity .item {
  position: relative;
  margin: 0 0 15px 0;
  padding: 0;
}
.activity .item:before,
.activity .item:after {
  display: table;
  content: " ";
}
.activity .item:after {
  clear: both;
}
.activity .item:before,
.activity .item:after {
  display: table;
  content: " ";
}
.activity .item:after {
  clear: both;
}
.activity .item .icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-weight: normal;
  margin-right: 10px;
  border-radius: 100px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}
.activity .item .user-image {
  border-radius: 100px;
}
.activity .item .actor .user-image {
  position: absolute;
  top: 0;
  left: 40px;
}
.activity .item p {
  font-size: 14px;
  line-height: 1.5;
  margin: 5px 0 0 0px;
  display: list-item;
  list-style-type: disc;
  list-style-position: inside;
}
.activity .item .date {
	font-size: 0.75rem;
	word-break: break-all;
	/* color: #999;
	font-size: 12px;
	white-space: nowrap; */
}
.activity .item .new {
  display: block;
  position: absolute;
  overflow: hidden;
  top: -3px;
  left: -3px;
  width: 10px;
  height: 10px;
  background-color: #A35647;
  border: 1px solid #FFF;
  text-indent: -1000px;
  border-radius: 100px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.activity .item.no-avatar p {
  margin-left: 40px;
}
.activity .load-less {
  margin-bottom: 15px;
}

/* utility */
.visually_hidden {
	position: absolute!important;
	width: 1px!important;
	height: 1px!important;
	padding: 0!important;
	margin: -1px!important;
	overflow: hidden!important;
	clip: rect(0,0,0,0)!important;
	white-space: nowrap!important;
	border: 0!important;
}

/*percentage*/
.percentage_5 {width: 5%;}
.percentage_10 {width: 10%;}
.percentage_15 {width: 15%;}
.percentage_20 {width: 20%;}
.percentage_25 {width: 25%;}
.percentage_30 {width: 30%;}
.percentage_35 {width: 35%;}
.percentage_40 {width: 40%;}
.percentage_45 {width: 45%;}
.percentage_50 {width: 50%;}
.percentage_55 {width: 55%;}
.percentage_60 {width: 60%;}
.percentage_65 {width: 65%;}
.percentage_70 {width: 70%;}
.percentage_75 {width: 75%;}
.percentage_80 {width: 80%;}
.percentage_85 {width: 85%;}
.percentage_90 {width: 90%;}
.percentage_95 {width: 95%;} 
.percentage_100 {width: 100%;}

/*px*/
.px_10 {width: 10px;}
.px_20 {width: 20px;}
.px_30 {width: 30px;}
.px_40 {width: 40px;}
.px_50 {width: 50px;}
.px_60 {width: 60px;}
.px_70 {width: 70px;}
.px_80 {width: 80px;}
.px_90 {width: 90px;}
.px_100 {width: 100px;}
.px_110 {width: 110px;}
.px_120 {width: 120px;}
.px_130 {width: 130px;}
.px_140 {width: 140px;}
.px_150 {width: 150px;}
.px_160 {width: 160px;}
.px_170 {width: 170px;}
.px_180 {width: 180px;}
.px_190 {width: 190px;}
.px_200 {width: 200px;}
.px_210 {width: 210px;}
.px_220 {width: 220px;}
.px_230 {width: 230px;}
.px_240 {width: 240px;}
.px_250 {width: 250px;}
.px_260 {width: 260px;}
.px_270 {width: 270px;}
.px_280 {width: 280px;}
.px_290 {width: 290px;}
.px_300 {width: 300px;}
.px_310 {width: 310px;}
.px_320 {width: 320px;}
.px_330 {width: 330px;}
.px_340 {width: 340px;}
.px_350 {width: 350px;}
.px_360 {width: 360px;}


/* align */
.align_center {
	text-align: center;
}

.align_right {
	text-align: right;
}

/* margin */
.mt-0{margin-top: 0rem!important;}
.mt-1{margin-top: 0.25rem!important;}
.mt-2{margin-top: 0.5rem!important;}
.mt-3{margin-top: 0.75rem!important;}
.mt-4{margin-top: 1rem!important;}
.mt-5{margin-top: 1.25rem!important;}
.mt-6{margin-top: 1.5rem!important;}
.mt-7{margin-top: 1.75rem!important;}
.mt-8{margin-top: 2rem!important;}
.mt-9{margin-top: 2.25rem!important;}
.mt-10{margin-top: 2.5rem!important;}
.mt-11{margin-top: 2.75rem!important;}
.mt-12{margin-top: 3rem!important;}
.mt-13{margin-top: 3.25rem!important;}
.mt-14{margin-top: 3.5rem!important;}
.mt-15{margin-top: 3.75rem!important;}

.ml-0{margin-left: 0rem!important;}
.ml-1{margin-left: 0.25rem!important;}
.ml-2{margin-left: 0.5rem!important;}
.ml-3{margin-left: 0.75rem!important;}
.ml-4{margin-left: 1rem!important;}
.ml-5{margin-left: 1.25rem!important;}
.ml-6{margin-left: 1.5rem!important;}
.ml-7{margin-left: 1.75rem!important;}
.ml-8{margin-left: 2rem!important;}
.ml-9{margin-left: 2.25rem!important;}
.ml-10{margin-left: 2.5rem!important;}
.ml-11{margin-left: 2.75rem!important;}
.ml-12{margin-left: 3rem!important;}
.ml-13{margin-left: 3.25rem!important;}
.ml-14{margin-left: 3.5rem!important;}
.ml-15{margin-left: 3.75rem!important;}

.mr-0{margin-right: 0rem!important;}
.mr-1{margin-right: 0.25rem!important;}
.mr-2{margin-right: 0.5rem!important;}
.mr-3{margin-right: 0.75rem!important;}
.mr-4{margin-right: 1rem!important;}
.mr-5{margin-right: 1.25rem!important;}
.mr-6{margin-right: 1.5rem!important;}
.mr-7{margin-right: 1.75rem!important;}
.mr-8{margin-right: 2rem!important;}
.mr-9{margin-right: 2.25rem!important;}
.mr-10{margin-right: 2.5rem!important;}
.mr-11{margin-right: 2.75rem!important}
.mr-12{margin-right: 3rem!important;}
.mr-13{margin-right: 3.25rem!important;}
.mr-14{margin-right: 3.5rem!important;}
.mr-15{margin-right: 3.75rem!important;}

.mb-0{margin-bottom: 0rem!important;}
.mb-1{margin-bottom: 0.25rem!important;}
.mb-2{margin-bottom: 0.5rem!important;}
.mb-3{margin-bottom: 0.75rem!important;}
.mb-4{margin-bottom: 1rem!important;}
.mb-5{margin-bottom: 1.25rem!important;}
.mb-6{margin-bottom: 1.5rem!important;}
.mb-7{margin-bottom: 1.75rem!important;}
.mb-8{margin-bottom: 2rem!important;}
.mb-9{margin-bottom: 2.25rem!important;}
.mb-10{margin-bottom: 2.5rem!important;}
.mb-11{margin-bottom: 2.75rem!important;}
.mb-12{margin-bottom: 3rem!important;}
.mb-13{margin-bottom: 3.25rem!important;}
.mb-14{margin-bottom: 3.5rem!important;}
.mb-15{margin-bottom: 3.75rem!important;}

/* デバイスによる出し分け */
@media (max-width: 599.98px) {
	.only_pc {
		display: none;
	}
}

/*template にて使用するスタイル*/
.template_title{
	padding: .2rem 0;
	border-bottom: 1px solid #B11E1E;
	color: #B11E1E;
	font-weight: 700;
}
.template_title_sub{
	padding: .2rem 1rem;
	border-bottom: 1px solid #B11E1E;
	color: #B11E1E;
	font-weight: 400;
}
.template_title:first-child{
	margin-top: 1rem;
}
.template_column{
	font-weight: bold;
	text-align: center;
	border: dashed 2px #666;
	padding: 3rem 6rem;
}
.template_text {
	color: #B11E1E!important;
}




/* マウスオンする要素とツールチップを横並びにする */
.c-tooltip {
	display: inline-block;
	position: relative;
	color: #0013de;
	text-decoration: underline;
}

/* ツールチップ共通の設定 */
.c-tooltip::before,
.c-tooltip::after {
	-webkit-transition: all 0.2s;
	opacity: 0;
	position: absolute;
	transition: all 0.2s;
	visibility: hidden;
	z-index: 11;
}

/* ツールチップ吹き出しのひげ */
.c-tooltip::before {
	-webkit-transform: translateY(-50%);
	border-color: transparent #5f6368 transparent transparent;
	border-style: solid;
	border-width: 3px 7px 3px 0;
	content: "";
	height: 0;
	left: calc(100% + 6px);
	top: 50%;
	transform: translateY(-50%);
	width: 0;
}

/* ツールチップ吹き出しの本体 */
.c-tooltip::after {
	-webkit-transform: translateY(-50%);
	background: #B5D3E7;
	border-radius: 3px;
	color: #000;
	content: attr(data-tooltip); /* ここでdata-tooltipの内容を呼び出しているよ */
	display: block;
	font-size: 1rem;
	font-weight: normal;
	left: calc(100% + 13px);
	padding: 5px 10px;
	top: 50%;
	transform: translateY(-50%);
	white-space: pre;
}

/* マウスオンしたときのカーソルの設定 */
.c-tooltip:hover {
	cursor: pointer;
}

.c-tooltip:hover::before {
	opacity: 1;
	visibility: visible;
}

.c-tooltip:hover::after {
	opacity: 1;
	visibility: visible;
}

.facet_href {
	text-decoration: none;
	color: #333333
}

.metadata_modified_date_container {
	width: 100%;
	line-height: 30px;
	border: 1px solid #C6C9D3;
	font-family: Meiryo,"メイリオ","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","MS PGothic","ＭＳ Ｐゴシック", sans-serif;
}

.list_dataset_item_badge_container span.badge a[data-format="csv visual analysis"]  {
	background-color: #4F71B3;
	border-color: #4F71B3;
	color: #fff;
	padding: 0 0.5rem;
}

.checkbox_list li:hover {
	/* background: #eeeeee; */
	cursor: pointer;
	
}

.checkbox_list li a label:hover {
	cursor: pointer;
	/* background: #eeeeee; */
}

/* step_navi */
.step_navi_list {
	display: flex;
	flex-flow: row nowrap;
	align-items: stretch;
	margin: 0 auto;
	list-style: none;
	border: 1px solid #C6C9D3;
}

.step_navi_item {
	flex: 1 1 1rem;
	text-align: center;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #F5F6F8;
	padding: .75rem 0 .75rem 1.1875rem;
}

.step_navi_list .step_navi_item:first-of-type {
	padding-left: 0;
}

.step_navi_arrow {
	position: absolute;
	display: block;
	width: 1.1875rem;
	height: 100%;
	top: 0;
	right: calc(-1.1875rem + 1px);
	z-index: 1;
}

.step_navi_list .step_navi_item:last-of-type .step_navi_arrow {
	display: none;
}

.step_navi_arrow_back,
.step_navi_arrow_front {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	border-style: solid;
}

.step_navi_arrow_back {
	right: -1px;
	border-width: .75rem 0 .75rem 1.1875rem;
	border-color: transparent transparent transparent #C6C9D3;
	z-index: 1;
}

.step_navi_arrow_front {
	right: 1px;
	border-width: .75rem 0 .75rem 1.1875rem;
	border-color: transparent transparent transparent #F5F6F8;
	z-index: 2;
}

.step_navi_text {
	position: relative;
	font-size: 1rem;
	color: #636974;
	word-break: break-all;
	z-index: 2;
}

.step_navi_list .step_navi_item:first-of-type .step_navi_text {
	border-radius: .25rem 0 0 .25rem;
}

.step_navi_list .step_navi_item:last-of-type .step_navi_text {
	border-radius: 0 .25rem .25rem 0;
}

.step_navi_item.active {
	background-color: #1042A4;
}

.step_navi_item.active .step_navi_text {
	color: #FFFFFF;
}

.step_navi_item.active .step_navi_arrow_back,
.step_navi_item.active .step_navi_arrow_front {
	border-color: transparent transparent transparent #1042A4;
}

button.step_navi_text {
	border: 0;
        background-color: #F5F6F8;
}
button.step_navi_text:hover {
        cursor: text;
}

.input-group-addon:first-child {
	width: auto;
	display: flex;
	align-items: center;
}

.editor textarea {
	border-bottom: inset;
}

.control-large input {
	border: 1px solid #ced4da;
}

.slug-preview {
	font-size: 15px;
	margin-top: 30px;
	margin-left: 0px;
	position: relative;
	top: -20px;
}

.btn-danger {
	position: relative;
	padding: 0.375rem 1.25rem;
	border: none;
	background-color: #FF0000;
	color: #FFF;
	border-radius: 0.2rem;
	vertical-align: middle;
	text-align: center;
	margin-right: 10px;
}

.btn-danger:hover, .btn-danger:focus {
	text-decoration: underline;
}

.select2-container .select2-choice {	
	display: block !important;
	width: 100% !important;
	height: 2.625rem !important;
	padding: 0.563rem calc(1.125rem + 2.625rem) 0.563rem 1.125rem !important;
	font-family: inherit !important;
	font-size: 1rem !important;
	background-image: url(/data/base/images/icon_dropdown.svg) !important;
	background-repeat: no-repeat !important;
	background-size: 2.625rem 2.625rem !important;
	background-position: right -0.1rem center !important;
	background-color: #FFFFFF !important;
	border: 0.063rem solid #C6C9D3 !important;
	border-radius: 0.2rem !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	line-height: 1 !important;
}

.select2-container .select2-choice .select2-arrow {
	display: none !important;
}

/* .select2-chosen {
	color: #a9a9a9;
} */

input .percentage_100 .pc_percentage_45 .mt-1 .pc-mt-1 .mb-0 .pc-mb-0::placeholder {
	color: #a9a9a9 !important;
}

.btn-default {
	position: relative;
	padding: 0.375rem 1.25rem;
	border: 1px solid #1042A4;
	background-color: #FFFFFF;
	color: #1042A4;
	border-radius: 0.2rem;
	vertical-align: middle;
	text-align: center;
	margin-right: 10px;
}

a[href].btn-default {
	text-decoration: none;
}

a[href].btn-default:hover,
a[href].btn-default:focus {
	text-decoration: underline;
	cursor: pointer;
}

.js .image-upload #field-image-url {
	padding-right: 90px;
}
.js .image-upload .btn-remove-url {
	/* position: absolute !important;*/
	/* margin-right: 0 !important; */
	/* top: 6px !important; */
	/* right: 5px !important; */
	padding: 0 12px !important;
	border-radius: 100px !important;
	text-decoration: none;
}

.js .image-upload .btn-remove-url:hover {
	text-decoration: underline;
}

.js .image-upload #field-image-upload {
	cursor: pointer;
	position: absolute;
	z-index: 1;
	filter: alpha(opacity=0);
	opacity: 0;
}

.js .image-upload .controls {
	position: relative;
}

.js .image-upload .btn {
	position: relative;
	top: 0;
	margin-right: 10px;
	text-decoration: none;
}

.error-block {
	white-space: pre;
}

.js .image-upload .btn:hover {
	text-decoration: underline;
}

.js .image-upload .btn.hover {
	color: #1042A4;
	text-decoration: underline;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}

.js .image-upload .btn-remove-url {
	position: absolute;
	margin-right: 0;
	top: 6px;
	right: 5px;
	padding: 0 12px;
	border-radius: 100px;
	text-decoration: none;
}

.js .image-upload .btn-remove-url .icon-remove {
	margin-right: 0;
}

.js .image-upload .error-inline {
	margin-top: 5px;
	margin-left: 2px;
	font-weight: bold;
}

.label[data-format="csv visual analysis"],
.label[data-foramt*="csv visual analysis"] {
	background-color: #4F71B3;
}

.organization_merge_to_sort {
	margin-left: auto;
}

.parent_organization {
	display: none;
}
.arrow{
	width: 10px;
	height: 10px;
	border: 2px solid;
	border-color: #1042A4 #1042A4 transparent transparent;
	transform: rotate(45deg);
	float: right;
	margin-top: 6px;
}
.parent_organization_selected {
	border-left: 3px solid #1042A4;
}
.parent_organization_selected_font {
	font-weight: 900;
}
#parent_organization {
	margin-bottom: 20px;
}

#organizaiton_image_upload {
	margin-right: 5px;
}

.organization-name {
	display: block;
}

/* facet_navi */
.facet_navi .dialog_main {
	margin: 0 -1.25rem;
}

.facet_navi .dialog_main .facet_condition_box {
	padding: 1.25rem;
	border-bottom: solid 2px #E8E9ED;
}

.facet_navi .dialog_main .facet_condition_box:first-of-type {
	border-top: solid 2px #E8E9ED;
}

.facet_oc_btn {
	display: inline-block;
	font-size: 1rem;
	color: #1042A4;
	text-decoration: underline;
	text-align: left;
	padding: 0 1rem 0 0;
	cursor: pointer;
	position: relative;
	min-height: auto;
	border: none;
	background: none;
	backface-visibility: hidden;
}

.facet_oc_btn:hover,
.facet_oc_btn:focus {
	text-decoration: none;
}

.facet_oc_btn::before {
	display: inline-block;
	width: 0.5rem;
	height: 0.5rem;
	content: "";
	position: absolute;
	right: 0;
    top: .4rem;
	border-right: solid 1px #1042A4;
	border-bottom: solid 1px #1042A4;
	transform: rotate(45deg);
}

.facet_oc_btn[aria-expanded="true"]::before {
	top: .6rem;
	transform: rotate(225deg);
}

.facet_list li.hide_sp,
.facet_list li.hide_sp_pc {
	display: none;
}

.facet_list.opened li.hide_sp,
.facet_list.opened li.hide_sp_pc {
	display: list-item;
}

.facet_condition_amount {
	font-size: .75rem;
	color: #686868;
	margin-left: .375rem;
}

.btn_normal.facet_btn {
	display: block;
	width: 100%;
	border: none;
}

.btn_normal.btn_dark_gray {
	background-color: #636974;
	color: #FFFFFF;
	border: none;
}

.btn_normal.btn_dark_gray:hover,
.btn_normal.btn_dark_gray:focus {
	color: #FFFFFF;
	text-decoration: underline;
}

/* resanlys_view_resource */
.resanlys_view_resource_item.hide_sp_pc {
	display: none;
}

.resanlys_view_resource_area.opened .resanlys_view_resource_item{
	display: block;
}

/* list_accordion */
.list_accordion {
	padding: 0;
	list-style: none;
}

.list_accordion > li,
.list_accordion .list_accordion_list > li {
    width: 100%;
}

.list_accordion > li:not(:first-of-type) {
	margin-top: .875rem;
}

.accordion_btn {
	min-height: auto;
    padding: .4rem .375rem .4rem 1.2rem;
	background-color: transparent;
	border: none;
	color: #333333;
	position: relative;
}

.accordion_btn:hover {
	background-color: #E5EBF5;
}

.accordion_btn::before {
	display: block;
    position: absolute;
    content: "";
    height: 0rem;
    width: 1rem;
    left: 0;
    top: calc( 50% - 1px);
    bottom: auto;
    margin: auto 0;
    background: none;
    border-top: 2px solid #035E92;
    transform: translateY(-50%);
}

.accordion_btn::after {
	display: block;
    position: absolute;
    content: "";
    height: 0rem;
    width: 1rem;
    left: 0;
    top: calc(50% - 1px);
    margin: auto 0;
    background: none;
    border-top: 2px solid #035E92;
    transform: translateY(-50%) rotate(90deg);
    transition: all .4s;
}

.accordion_btn[aria-expanded="true"]::after {
	transform: translateY(-50%) rotate(0deg);
    transition: all .4s;
}

.list_accordion_body {
	display: none;
	padding-left: 2rem;
}

.list_accordion_body.opened {
	display: block;
}

.list_accordion_body > .list_accordion_list {
	list-style: none;
}

.list_accordion_body > .list_accordion_list > li:not(:first-of-type) {
	margin-top: 1.25rem;
}

.list_accordion_facet_link {
	color: #333333;
	text-decoration: underline;
}

.list_accordion_facet_link:hover,
.list_accordion_facet_link:focus {
	text-decoration: none;
}

.not-list_accordion_facet_link {
	color: #333333;
	text-decoration: none;
}

.not-list_accordion_facet_link:hover, 
.not-list_accordion_facet_link:focus {
	background-color: #E5EBF5;
}

.header_lang_wrapper {
	margin-left: auto;
}

.header_user_wrapper {
	margin-left: .5rem;
}

.header_user_wrapper,
.header_lang_wrapper {
	position: relative;
}

a[href].header_lang_link,
a[href].header_user {
	display: inline-block;
	font-size: 1rem;
	color: #1042A4;
	text-decoration: underline;
	max-width: none;
	vertical-align: middle;
}

a[href].header_lang_link:hover,
a[href].header_lang_link:focus,
a[href].header_link:hover,
a[href].header_link:focus {
	text-decoration: none;
}

.icon_header_lang {
	display: inline-block;
	width: 1.6875rem;
	height: 1.6875rem;
	margin-bottom: -.5rem;
}

.account_menu,
.lang_menu {
	display: none;
	width: 17rem;
	list-style: none;
	background-color: #FFFFFF;
	border: solid 1px #e5ebf5;
	position: absolute;
	top: 50%;
	right: 50%;
	z-index: 1200;
}

.account_menu.opened,
.lang_menu.opened {
	display: block;
}

.account_menu > li:not(:first-child),
.lang_menu > li:not(:first-child) {
	border-top: solid 1px #e5ebf5;
}

.account_menu a,
.lang_menu a {
	display: block;
	padding: 1rem;
	font-size: 1rem;
	color: #333333;
	text-decoration: none;
}

.account_menu a:hover,
.account_menu a:focus,
.lang_menu a:hover,
.lang_menu a:focus {
	text-decoration: underline;
	background-color: #F5F6F8;
}

.ckan-icon {
  display: inline-block;
  vertical-align: text-bottom;
  position: relative;
  bottom: 4px;
  width: 16px;
  height: 16px;
  background-image: url(/data/base/images/sprite-ckan-icons.png);
  background-repeat: no-repeat;
  background-position: 16px 16px;
}

.dataset-heading .popular {
    top: 0;
}

.popular {
    text-indent: -999em;
}
.ckan-icon-flame {
    width: 17px;
    height: 17px;
    background-position: -34px -16px;
}

.organization-child{
	display: none;
}
.organization-child.panelactive{
	display: block;
}
.organization-child-item{
        list-style: none;
}

.organization-item span i {
    float: right;
    padding-right: 20px;
}


.media-grid {
  padding-left: 0;
  margin: 0;
  list-style: none;
  min-height: 205px;
  /* padding-top: 15px; */
  background: #fbfbfb url("/data/base/images/bg.png");
  border: 1px solid #ddd;
  border-width: 1px 0;
}
.media-grid:before,
.media-grid:after {
  display: table;
  content: " ";
}
.media-grid:after {
  clear: both;
}
.media-grid:before,
.media-grid:after {
  display: table;
  content: " ";
}
.media-grid:after {
  clear: both;
}
.media-item {
  position: relative;
  float: left;
  width: 100%;
  padding: 15px;
  margin: 2px 0px;
  background-color: white;
  border-radius: 3px;
}
.media-item span.count {
  color: #999;
}
.media-item .media-image {
  margin-bottom: 5px;
}
.media-item .media-edit {
  opacity: 0;
  position: absolute;
  right: 15px;
  bottom: 15px;
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.media-item:hover {
  z-index: 1;
}
.media-item:hover .media-edit {
  opacity: 1;
}
.media-view {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #ddd;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border-radius: 3px;
}
.media-view:hover,
.media-view.hovered {
  border-color: #005d7a;
  -webkit-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
}
.media-view:hover .banner,
.media-view.hovered .banner {
  background-color: #005d7a;
}
.media-view span {
  display: none;
}
.media-view .banner {
  display: block;
  background-color: #b7b7b7;
  -webkit-transition: background-color 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
}
.media-image {
  border-radius: 4px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 30%;
}
.media-image img {
  min-width: 100%;
}
.media-image-organization {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
.media-heading {
  font-size: 18px;
  line-height: 1.3;
  margin: 5px 0;
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  height: 50px;
}
.media-description {
  word-wrap: break-word;
  word-break: break-all;
}
.media-overlay {
  position: relative;
  min-height: 35px;
}
.media-overlay .media-heading {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 12px 10px;
  margin: 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 13px;
  color: #fff;
  z-index: 1;
  border-radius: 0 0 3px 3px;
}
.media-overlay .media-image {
  float: none;
  display: block;
  margin-right: 0;
}
.media-item.is-expander .truncator-link {
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  position: absolute;
  z-index: 10;
  left: 15px;
  bottom: 15px;
  opacity: 0;
}
.media-item.is-expander:hover {
  padding-bottom: 35px;
}
.media-item.is-expander:hover .truncator-link {
  opacity: 1;
}
.wide .media-item {
  width: 186px;
}
.media-item.is-expander .truncator-link {
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  position: absolute;
  z-index: 10;
  left: 15px;
  bottom: 15px;
  opacity: 0;
}
.media-item.is-expander:hover {
  padding-bottom: 35px;
}
.media-item.is-expander:hover .truncator-link {
  opacity: 1;
}

/* side_menu_link */
.side_menu_link_list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.side_menu_link_list_item {
	border-bottom: solid 1px #C6C9D3;
}

.side_menu_link_list .side_menu_link_list_item:first-of-type {
	border-top: solid 1px #C6C9D3;
}

.side_menu_link {
	display: block;
	font-size: 1.125rem;
	color: #333333;
	text-decoration: none;
	background: #FFFFFF;
	padding: 1rem 1.375rem;
	position: relative;
	backface-visibility: hidden;
}

.side_menu_link:hover,
.side_menu_link:focus {
	text-decoration: underline;
	background-color: #F5F6F8;
}

.side_menu_link::after {
	position: absolute;
	content: "";
	display: block;
	right: 1rem;
    top: 0;
    bottom: 0;
	width: 0.75rem;
	height: 0.75rem;
	border-right: 2px solid #1042A4;
	border-bottom: 2px solid #1042A4;
	transform: rotate(-45deg);
	margin: auto 0;
}

.side_menu_link_list_item.active .side_menu_link {
	font-weight: bold;
}

.side_menu_link_list_item.active .side_menu_link::before {
	position: absolute;
	content: "";
	display: block;
	left: 0;
	top: 0;
	bottom: 0;
	width: .3125rem;
	height: 100%;
	background: #1042A4;
}

/* sub_link_list */
.side_menu_link_list_item > .side_menu_link_list {
	padding: 0 0 1.5rem 0;
}

.side_menu_link_list_item > .side_menu_link_list > .side_menu_link_list_item {
	border: none;
}

.side_menu_link_list_item > .side_menu_link_list > .side_menu_link_list_item > .side_menu_link {
	display: inline-block;
	color: #1042A4;
	text-decoration: underline;
	padding: 0 0 0 1.25rem;
	margin: 1rem 0 0 0;
}

.side_menu_link_list_item > .side_menu_link_list > .side_menu_link_list_item > .side_menu_link:hover,
.side_menu_link_list_item > .side_menu_link_list > .side_menu_link_list_item > .side_menu_link:focus {
	text-decoration: none;
	background-color: transparent;
}

.side_menu_link_list_item > .side_menu_link_list > .side_menu_link_list_item > .side_menu_link::after {
	display: none;
}

.side_menu_link_list_item > .side_menu_link_list > .side_menu_link_list_item.active > .side_menu_link {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	cursor: default;
}


.organization-child{
	display: none;
}
.organization-child.panelactive{
	display: block;
}
.organization-child-item{
        list-style: none;
}
.organization-item span i {
    float: right;
    padding-right: 20px;
    padding-top: 4px;
}

.organization-item a{
    color: black;
    text-decoration: none;
}
.organization-child-item a{
    color: black;
    text-decoration: none;
}

.organization-child-item{
    margin-top: 0rem !important;
    padding-bottom: 10px !important;
}
.item-count {
    font-size: .75rem;
    color: #686868;
    margin-left: 0.375rem;
}

.hide_display{
	display: none;
}

.add_display{
	display: block !important;
}
.organization-read-more {
	padding: 5px 10px;
}

.showcase-section {
	padding: 1.25em 0;
	border-bottom: solid 2px #E8E9ED;
}

.showcase-section-first {
	padding: 1.25em 0;
	border-top: solid 2px #E8E9ED;
	border-bottom: solid 2px #E8E9ED;
}
.delete-button {
    border: 1px solid #1042A4;
    background-color: #FFFFFF;
    color: #1042A4;
}

.tag-list {
  padding-left: 0;
  margin: 0;
  list-style: none;
  padding: 10px 10px 5px 10px;
  background: #F5F6F8;
}
.tag-list li {
  display: inline-block;
  margin-right: 5px;
}
.tag-list li:last-child {
  margin-right: 0;
}


.metadata_modifieds_date {
  max-width: 15rem !important;
}

.resource-view-list.reordering .list_dataset_item {
    border: 1px solid white;
    margin-bottom: 10px;
    cursor: move;
}
.resource-view-list.reordering .list_dataset_item .handle-fa {
    display: block;
    color: #888;
    left: -31px;
    top: 50%;
    margin-top: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #ddd;
    border-width: 1px 0 1px 1px;
    background-color: #fff;
    border-radius: 20px 0 0 20px;
}

.resource-view-list.reordering .list_dataset_item_main_box {
    border: 1px solid #ddd;
}

.resource-view-list.reordering .list_dataset_item .handle {
    display: none;
}

.resource-view-list.ui-sortable-disabled .list_dataset_item .handle-fa {
    display: none;
}

.sysadmin-new-image a{
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	color: #000000;
}
.sysadmin-new-image img{
	display: none;
}
.admin-showcase-img img{
        display: none;
}
.purge-all {
	float: right;
        text-decoration: none;
}

.trash-item {
	padding-left: 50px;
        padding-bottom: 30px;
}

.admin-list {
        padding-left: 20px;
}
.all-delete {
        padding-bottom: 25px
}
.admin-showcase-button {
        margin: 0px 10px;
}
#s2id_username {
        width: 40% !important;

}
.admin-showcase-input {
        padding: 20px 0px;
}
.admin-title {
        margin-top: -60px;
}
.trash-item p{
        margin: 0px;
}

.harvest-new-form > .form-group {
  margin-bottom: 1.25rem !important;
  margin-top: 1.25rem !important;
}
#field-frequency {
        display: block !important;
        width: 45%;
        height: 2.625rem !important;
        padding: 0.563rem calc(1.125rem + 2.625rem) 0.563rem 1.125rem !important;
        font-family: inherit !important;
        font-size: 1rem !important;
        background-image: url(/data/base/images/icon_dropdown.svg) !important;
        background-repeat: no-repeat !important;
        background-size: 2.625rem 2.625rem !important;
        background-position: right -0.1rem center !important;
        background-color: #FFFFFF !important;
        border: 0.063rem solid #C6C9D3 !important;
        border-radius: 0.2rem !important;
        -webkit-appearance: none !important;
        appearance: none !important;
        line-height: 1 !important;
        margin-top: 0.25rem!important;
}

.form_select_checkbox_container {
    width: 100%;
    position: relative;
}

.form_select_checkbox {
    min-height: auto;
    background-image: url(/data/base/images/icon_dropdown_multi.svg);
    vertical-align: top;
    padding: .375rem calc(1.125rem + 2.625rem) .375rem 1.125rem;
    cursor: pointer;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
}

.form_select_checkbox.single_select {
     background-image: url(/data/base/images/icon_dropdown.svg);
}

.form_select_checkbox:focus {
	outline: auto;
}

_:lang(x)+_:-webkit-full-screen-document, .form_select_checkbox:hover {
	outline: auto; /* for ios */
}

.form_select_checkbox.selected > .form_select_checkbox_placeholder {
	position: absolute!important;
	width: 1px!important;
	height: 1px!important;
	padding: 0!important;
	margin: -1px!important;
	overflow: hidden!important;
	clip: rect(0,0,0,0)!important;
	white-space: nowrap!important;
	border: 0!important;
}

.form_select_checkbox:disabled,
.form_select_checkbox:disabled:hover,
.form_select_checkbox:disabled:focus {
	background-color: #E9E9E9!important;
	color: #222222!important;
	border-color: #C6C9D3!important;
	opacity: 0.7;
    cursor: default;
}

.form_select_checkbox_list {
    display: none;
    list-style: none;
    width: 100%;
    max-height: 20rem;
    padding: 0rem .625rem;
    background-color: #FFFFFF;
    border: solid 1px #D8D8D8;
	box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
    overflow: auto;
    position: absolute;
    z-index: 1000;
}

.form_select_checkbox.opened ~ .form_select_checkbox_list {
    display: block;
}

.form_select_checkbox_list > li:not(:first-child) {
    margin-top: 0;
}

.form_select_checkbox_list > li > .checkbox_item[type="checkbox"] ~ label {
    width: calc(100% + 20px);
	padding: 10px 20px 10px 38px;
	margin: 0 -10px;
}

.form_select_checkbox_list > li > .checkbox_item[type="checkbox"]:not(:disabled) ~ label:hover {
	background-color: #767676;
	color: #FFFFFF;
}

.form_select_checkbox_list > li > .checkbox_item[type="checkbox"] ~ label::before {
	top: 12px;
    left: 10px;
}

.form_select_checkbox_list > li > .checkbox_item[type="checkbox"]:checked ~ label::after {
	top: calc(0.125rem + 12px);
	left: calc(0.2rem + 10px);
}

.selected_item_badge {
    display: inline-block;
    background-color: #EFEFEF;
	border-radius: .25rem;
    color: #333333;
    font-size: 1rem;
    font-weight: normal;
    padding: 7px 35px 7px 10px;
    line-height: 1;
    position: relative
}

.selected_item_badge + .selected_item_badge {
    margin-left: .625rem;
}

.form_select_checkbox:disabled .selected_item_badge {
	background-color: #CFCFCF;
}

.form_select_checkbox .selected_item_badge.hidden {
	display: inline;
	background-color: transparent;
	color: transparent;
	border-color: transparent;
	pointer-events: none;
}

.form_select_checkbox .selected_item_badge.hidden .btn_delete_selected_item {
	display: none;
}

.btn_delete_selected_item {
    display: inline-block;
    width: 20px;
    height: 20px;
	min-height: auto;
    border: none;
    border-radius: 50%;
    background-color: #1042A4;
    padding: 0;
    position: absolute;
    top: 5px;
    right: 10px;
}

.btn_delete_selected_item::before,
.btn_delete_selected_item::after {
    display: block;
    content: "";
    width: 2px;
    height: 10px;
    background-color: #FFFFFF;
    position: absolute;
    top: 5px;
    left: 9px;
}

.btn_delete_selected_item::before {
    transform: rotate(45deg);
}

.btn_delete_selected_item::after {
    transform: rotate(-45deg);
}

.form_select_checkbox:disabled .btn_delete_selected_item,
.btn_delete_selected_item:disabled {
    background-color: #9E9E9E;
    pointer-events: none;
    cursor: default;
}

.harvest_tab a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
    font-weight: normal;
    color: #1042A4;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    padding: 0.906rem 1.75rem;
}

.harvest_tab > .active a{
    color: #333333;
    background-color: #FFF;
    font-weight: bold;
}
.harvest-admin-button {
    padding-bottom: 50px;
}

.harvest_tab > .active a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0.125rem;
    background-color: #1042A4;
}
.harvest-group {
    float: right
}
.harvest-group-div {
    padding-bottom: 50px;
}

.fa-info-sign {
    padding-right: 0px !important;
}

.harvest_tab i {
    padding-bottom: 5px;
    padding-right: 25px;
}

mark {
   background-color: #C2F3DA;
   font-weight: bold;
}

.sort-arrows {
    display: none;
}
.resource-view-list > .list_dataset_item > .list_dataset_item_main_box > .list_dataset_item_column_content > .resource-sort-arrows {
    margin-bottom: 0rem!important;
}

.reharvest-button {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.reharvest-button > .fa-refresh {
    margin-top: 5px;
    margin-bottom: 4px;
}

.view-full-job-report > .pull-right {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.view-full-job-report {
    padding-top: 15px;
}

.facet-organization-list > li {
    background-color: white !important;
	margin-top: .875rem;
}
.organization-item {
    background-color: white !important;
}

.resource-view-list {
    display: block;
    background-color: white !important;
}

.tab_changer_item {
    border-bottom: solid 2px white;
    border-top: solid 2px white;
}


.resource-view-list.ui-sortable-disabled > .list_dataset_item:first-of-type {
    border-top: solid 2px #D1D1D1 !important;
}

.resource-view-list > .list_dataset_item {
    border-bottom: solid 2px #D1D1D1;
}

.initial_value {
    display: none;
}

#field-private-disabled {
    padding-top: 10px;
}

.dummy_data {
    display: none !important;
}

.organization-button {
    padding-top: 15px;
}

.default-cursor:hover {
  cursor: default;
}

/* star_rate */
.star_rate_container {
	display: flex;
	align-items: center;
	position: relative;
}

.rate_label {
	font-size: 1rem;
	color: #333333;
}

.star_rate {
	display: inline-block;
	position: relative;
	font-size: 1.125rem;
	width: calc(1.125rem * 5);
	height: calc(1.125rem * 1.5);
}

.star_rate::before, .star_rate::after {
	color: #1042A4;
	left: 0;
	top: 0;
	word-break: keep-all;
}

.star_rate::before {
	content: "☆☆☆☆☆";
}

.star_rate::after {
	content: "★★★★★";
	width: 0;
	overflow: hidden;
	position: absolute;
}

.star_rate_0::after {
	width: calc(1.125rem * 0);
}
.star_rate_0_5::after {
	width: calc(1.125rem * 0.5);
}
.star_rate_1::after {
	width: calc(1.125rem * 1);
}
.star_rate_1_5::after {
	width: calc(1.125rem * 1.5);
}
.star_rate_2::after {
	width: calc(1.125rem * 2);
}
.star_rate_2_5::after {
	width: calc(1.125rem * 2.5);
}
.star_rate_3::after {
	width: calc(1.125rem * 3);
}
.star_rate_3_5::after {
	width: calc(1.125rem * 3.5);
}
.star_rate_4::after {
	width: calc(1.125rem * 4);
}
.star_rate_4_5::after {
	width: calc(1.125rem * 4.5);
}
.star_rate_5::after {
	width: calc(1.125rem * 5);
}

.rate_amount {
	font-size: .75rem;
	color: #686868;
}

/* rate_breakdown */
a[href].rate_breakdown_handle {
	font-size: .75rem;
	color: #1042A4;
}

a[href].rate_breakdown_handle:hover {
	text-decoration: none;
}

.rate_breakdown_handle .icon_rate_breakdown_close,
.rate_breakdown_handle .icon_rate_breakdown_open {
	display: inline-block;
	width: 9px;
	height: 5px;
	margin: 0 .125rem .125rem .25rem;
}

.rate_breakdown_handle .icon_rate_breakdown_close {
	display: none;
}

.rate_breakdown_handle[aria-expanded="true"] .icon_rate_breakdown_close {
	display: inline;
}

.rate_breakdown_handle[aria-expanded="true"] .icon_rate_breakdown_open {
	display: none;
}

.rate_breakdown {
	display: none;
	background-color: #F5F6F8;
	padding: 1.25rem 1.25rem;
}

.rate_breakdown.opened {
	display: block;
}

.rate_breakdown li:not(:first-child) {
	margin-top: 1.25rem;
}

.rate_breakdown .rate_breakdown_amount {
	font-size: 1rem;
	color: #333333;
	margin-left: auto;
}


button:disabled {
    background-color: #C2CEE7!important;
    color: #565656!important;
    border-radius: 0.2rem!important;
    border: 1px solid #C2CEE7!important;
}

.organization-item-selected {
    background-color: white !important;
}
.atag-selected {
   text-decoration: none !important;
}

.organization-facet {
   padding-left: 20px;
}
.icon-width {
   padding-left: 5px;
}

.resouce-data > .image-upload > .form-group > label {
   display: none;
}
.resouce-data > .image-upload {
   padding-top: 5px;
}
#link_accordion_content01 {
    margin-top: 0rem !important;
}

.resouce-data-label-show {
   display: block !important;
   padding-bottom: 6px;
   min-height: 0em !important;
}
.resource-format {
    border-bottom: none;
    text-decoration: underline !important;
    color: #1042A4;
    position: relative;
    cursor: pointer;
    padding-bottom: 5px;
    /* padding-right: 10px; */
}
.resource-format:hover {
    text-decoration: none !important;
}
.save.btn.btn-primary {
    background-color: #1042A4 !important;
    border: none !important;
    color: #FFFFFF !important;
}
.activity-link_normal > li > p > span > a,
.activity-link_normal > li > p > a {
    color: #1042A4;
    text-decoration: underline;
}
.activity-link_normal > li > p > span > a:hover,
.activity-link_normal > li > p > a:hover {
    text-decoration: none;
}
.activity-link_normal > li > p {
    font-size: 1em !important;
}
.previous-btn {
    float: left;
}

.table-header-tr {
    font-weight: normal;
    background-color: #F5F6F8;
}
.showcase-dataset-add,
.showcase-dataset-remove {
    padding-top: 15px;
    float: right;
}
.showcase-dataset-remove > .btn-danger {
    margin-right: 0px;
}
.table-header-tr > th > h3 {
    font-weight: normal;
    font-size: 15px;
    color: #5A606C;
}
.dataset-view-form > .form-group {
	padding-bottom: 1.25rem;
 }
.dataset-view-form > .mt-8 {
        margin-top: 0px !important;
        padding-bottom: 1.25rem;
        margin-bottom: 0px !important;
}
.dataset-view-fliter > .select2-container {
 width: 85% !important;
}

.basicgrid-form > .form-group {
    padding-bottom: 1.25rem;
}
.basicgrid-form {
    padding-top: 1.25rem;
}
.resource-view-filter-values > .select2-container {
    width: 80% !important;
    margin-right: 15px;
    padding-bottom: 10px; 
}
.resource-view-filters > .btn-primary {
    margin-top: 10px;
    margin-bottom: 10px;
}
.resource-view-filter-values > .select2-container > a {
    overflow: visible;
}
.resource-view-filter-values > .select2-container > .select2-choice > .select2-search-choice-close {
    top: 12px;
    position: absolute;
    margin-left: 10px;
	left: 100%;
}
.dataset-view-form > div > label {
    padding-bottom: 5px;
}
.basicgrid-form > div > div > div > ul {
    height: 0px !important;
    border: none !important;
    background-image: none !important;
    max-height: 32px !important;
    bottom: 8px !important;
    top: -3px !important;
    left: -16px !important;
    box-shadow: initial !important;
}
.basicgrid-form > div > div > div > ul > li{
}
#orientation-field {
    display: block;
    width: 50%;
    height: 2.625rem;
    padding: 0.563rem calc(1.125rem + 2.625rem) 0.563rem 1.125rem;
    color: #333333;
    font-family: inherit;
    font-size: 1rem;
    background-image: url(/public/base/images/icon_dropdown.svg);
    background-repeat: no-repeat;
    background-size: 2.625rem 2.625rem;
    background-position: right -0.1rem center;
    background-color: #FFFFFF;
    border: 0.063rem solid #C6C9D3;
    border-radius: 0.2rem;
    -webkit-appearance: none;
    appearance: none;
    line-height: 1;
}
.dictionary-form > .form-group > .form_label {
    padding-bottom: 5px;
}
.datapusher-form {
    padding-bottom: 15px;
}
.panel-heading.accordion-heading {
    background-color: #f5f5f5;
    padding: 10px;
}
.panel.panel-default.accordion-group {
    border: 1px solid #ddd; 
    border-radius: 5px;
    margin-bottom: 15px;
}
.accordion-inner > p {
    margin-top: 0px;
    margin-bottom: 5px;
}

/*.table-condensed.table-striped.table-bordered > tbody > tr > th {
    width: 30%;
    padding-bottom: 1px;
    padding-top: 1px;
    padding-left: 5px;
    padding-right: 1px;
}*/
/*.table-condensed.table-striped.table-bordered > tbody > tr > td {
    padding-bottom: 1px;
    padding-top: 1px;
    padding-left: 5px;
    padding-right: 1px;
}*/

#collapse-querying > .panel-body.accordion-inner {
    margin: 0px 15px;
}
.accordion-body {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px
}
.panel-body.accordion-inner > pre {
   overflow: auto;
}  

.add-member-form > .form-group > .form_label {
    padding-bottom: 5px;
}
.dictionary-submit {
    float: right;
}

.dataset-update-bnt {
    display: flex;
    flex-flow: column;
    width: 60%;
    float: right;
}
.dataset-update-bnt > a {
    margin-bottom: 8px;
}

.resource-view-filters > div > .select2-container{
    width: 30% !important;
    padding-bottom: 10px;
}
.resource-view-filters {
    padding-bottom: 17px;
}
.resource-view-add-filter {
    bottom: 20px;
}

.resource-view-remove-filter.icon.fa.fa-times {
    vertical-align: top;
    margin-bottom: 10px;
    margin-left: 10px;
}

.resource-view-filter > .select2-container > .select2-default {
    margin-bottom: 10px;
}
.organization-dataset-table {
    margin-bottom: 0px;
}

.prev.action-pagination-update > .page-range {
    padding-top: 4px !important;
}
.dataset-view-form .badge.required {
    margin-right: 10px;
}
.dataset-view-form .badge.optional {
    margin-right: 10px;
}
.dataset-view-form .form_label {
    padding-bottom: 8px;
}

.list_dataset_item_title {
	font-weight: bold;
	text-decoration: underline !important;
}

.list_dataset_item_title:hover {
	text-decoration: none !important;
}
.sp-only {
	display: block;
}

.tab_display_rule {
	display: flex;
	flex-direction: column;
}

.pc-only {
	display: none;
}

.lang_link, .user_link {
	text-decoration: underline;
}

.lang_link:hover,
.lang_link:focus, 
.user_link:hover, 
.user_link:focus {
	text-decoration: none;
}

.views {
	display: block !important;
}

[data-diff] {
	color: #000;
	background-color: #DDD;
	text-shadow: none;
	font-weight: normal;
}
[data-diff="error"] {
	background-color: #b55457;
}
[data-diff="added"] {
	background-color: #9ee592;
}
[data-diff="updated"] {
	background-color: #c5aaff;
}
[data-diff="deleted"] {
	background-color: #e7a4a6;
}

.label {
	display: inline;
	padding: 0.2em 0.6em 0.3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25em;
}

.select2-container-multi .select2-choices .select2-search-field input {
    display: block !important;
    /* width: 100% !important; */
    height: 2.625rem !important;
    appearance: none !important;
	
    color: #666 !important;
    font-family: inherit !important;
    font-size: 1rem !important;
    background-color: #FFFFFF !important;
    /* border: solid 0.1rem #D7D7D7 !important; */
    padding: 0.563rem 1.125rem 0.563rem 1.125rem !important;
    border-radius: 0 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
	line-height: 30px !important;
}

.select2-search-choice-close {
	top: 10px !important;
}

.select2-container-multi .select2-choices {
	border: 1px solid #ced4da !important;
	padding: 0px !important;
}

/* datepicker */
.datepicker_container {
	position: relative;
}

.datepicker_container > .form_input {
	padding-right: calc(1.125rem + 1rem);
}

.ui-datepicker-trigger {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	vertical-align: top;
	background-repeat: no-repeat;
	background-size: 1rem 1rem;
	background-position: center;
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(1.125rem + 0.1rem);
	margin: auto 0;
}

_:lang(x)+_:-webkit-full-screen-document, .ui-datepicker-trigger {
	right: 1.125rem;
}

.datepicker_container > .form_input:disabled + .ui-datepicker-trigger {
	pointer-events: none;
}

.ui-widget.ui-datepicker {
	font-family: Meiryo,"メイリオ","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","MS PGothic","ＭＳ Ｐゴシック", sans-serif;
}

.ui-widget.ui-widget-content {
	width: 17rem;
	background-color: #f5f6f8;
	border-radius: 0;
	border: none;
	padding: 1rem 1rem 0;
}

.ui-datepicker .ui-datepicker-header {
	background-color: transparent;
	border: none;
	padding: 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    width: 1rem;
    height: 1.125rem;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-prev-hover {
	top: 0;
	bottom: 0;
	left: 8px;
	margin: auto 0;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-next-hover {
	top: 0;
	bottom: 0;
	right: 8px;
	margin: auto 0;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    background-color: transparent;
    border: none;
}

.ui-datepicker .ui-datepicker-prev .ui-icon {
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    background: none;
    border-left: solid 2px #035E92;
    border-bottom: solid 2px #035E92;
    position: absolute;
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    left: 0.35rem;
    right: auto;
    margin: auto 0;
}

.ui-datepicker .ui-datepicker-next .ui-icon {
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    background: none;
    border-right: solid 2px #035E92;
    border-bottom: solid 2px #035E92;
    position: absolute;
    transform: rotate(-45deg);
    top: 0;
    bottom: 0;
    right: 0.35rem;
    left: auto;
    margin: auto 0;
}

.ui-datepicker table {
	font-size: 1rem;
	margin-bottom: 1rem;
}

.ui-datepicker table thead th {
	font-size: 1rem;
	font-weight: normal;
	color: #333333;
}

.ui-state-default, .ui-widget-content .ui-state-default {
	text-align: center;
	color: #333333;
	background-color: transparent;
	border: none;
}

.ui-state-default.ui-state-hover, .ui-widget-content .ui-state-default.ui-state-hover {
	outline: solid 1px #1042a4;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight {
	background-color: #e5ebf5;
}

.ui-state-active, .ui-widget-content .ui-state-active {
	color: #FFFFFF;
	background-color: #1042a4;
}

.register-fieldset {
	border: none;
    padding: initial;
    margin: initial;
}

#search_loading_packagelist {
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgb(255,255,255);
    position: absolute;
    z-index: 1;
    display: none;
    flex-direction:column;
    justify-content:center;
}

#search_loading_spfacet {
    position: fixed;
    width: calc(100% - 2rem);
    z-index: 10000;
    margin: 1rem;
    left: 0px;
    top: calc(50vh - 50px);
    background-color:white;
    display:none
}

.nowloading {
	height: calc(36px + 30px);
	padding-top: 6px;
	text-align: center; }
.nowloading span.loading {
	text-align: center;
	font-size: 1.2em;
	position: relative;
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	text-indent: -9999em;
	-webkit-animation: load5 1.1s infinite ease;
	animation: load5 1.1s infinite ease;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	top: 20px;
}
.nowloading span.loading span {
	position: absolute;
	display: inline-block;
	left: 0;
	top: 100%;
	width: 100%;
}

@keyframes load5 {
  0%,
  100% {
    box-shadow: 
    0 -20px 0 0 #1042A4, 
    15px -15px 0 0 rgba(16, 66, 164, 0.2), 
    20px 0 0 0 rgba(16, 66, 164, 0.2), 
    15px 15px 0 0 rgba(16, 66, 164, 0.2), 
    0 20px 0 0 rgba(16, 66, 164, 0.2), 
    -15px 15px 0 0 rgba(16, 66, 164, 0.2), 
    -20px 0 0 0 rgba(16, 66, 164, 0.5), 
    -15px -15px 0 0 rgba(16, 66, 164, 0.7);
  }
  12.5% {
    box-shadow: 
    0 -20px 0 0 rgba(16, 66, 164, 0.7)
    15px -15px 0 0 #1042A4, 
    20px 0 0 0 rgba(16, 66, 164, 0.2), 
    15px 15px 0 0 rgba(16, 66, 164, 0.2), 
    0 20px 0 0 rgba(16, 66, 164, 0.2), 
    -15px 15px 0 0 rgba(16, 66, 164, 0.2), 
    -20px 0 0 0 rgba(16, 66, 164, 0.2), 
    -15px -15px 0 0 rgba(16, 66, 164, 0.5);
  }
  25% {
    box-shadow: 
    0 -20px 0 0 rgba(16, 66, 164, 0.5), 
    15px -15px 0 0 rgba(16, 66, 164, 0.7), 
    20px 0 0 0 #1042A4, 
    15px 15px 0 0 rgba(16, 66, 164, 0.2), 
    0 20px 0 0 rgba(16, 66, 164, 0.2), 
    -15px 15px 0 0 rgba(16, 66, 164, 0.2), 
    -20px 0 0 0 rgba(16, 66, 164, 0.2), 
    -15px -15px 0 0 rgba(16, 66, 164, 0.2);
  }
  37.5% {
    box-shadow: 
    0 -20px 0 0 rgba(16, 66, 164, 0.2), 
    15px -15px 0 0 rgba(16, 66, 164, 0.5), 
    20px 0 0 0 rgba(16, 66, 164, 0.7), 
    15px 15px 0 0 #1042A4, 
    0 20px 0 0 rgba(16, 66, 164, 0.2), 
    -15px 15px 0 0 rgba(16, 66, 164, 0.2), 
    -20px 0 0 0 rgba(16, 66, 164, 0.2), 
    -15px -15px 0 0 rgba(16, 66, 164, 0.2);
  }
  50% {
    box-shadow:
    0 -20px 0 0 rgba(16, 66, 164, 0.2), 
    15px -15px 0 0 rgba(16, 66, 164, 0.2), 
    20px 0 0 0 rgba(16, 66, 164, 0.5), 
    15px 15px 0 0 rgba(16, 66, 164, 0.7), 
    0 20px 0 0 #1042A4, 
    -15px 15px 0 0 rgba(16, 66, 164, 0.2), 
    -20px 0 0 0 rgba(16, 66, 164, 0.2), 
    -15px -15px 0 0 rgba(16, 66, 164, 0.2);
  }
  62.5% {
    box-shadow: 
    0 -20px 0 0 rgba(16, 66, 164, 0.2), 
    15px -15px 0 0 rgba(16, 66, 164, 0.2), 
    20px 0 0 0 rgba(16, 66, 164, 0.2), 
    15px 15px 0 0 rgba(16, 66, 164, 0.5), 
    0 20px 0 0 rgba(16, 66, 164, 0.7), 
    -15px 15px 0 0 #1042A4, 
    -20px 0 0 0 rgba(16, 66, 164, 0.2), 
    -15px -15px 0 0 rgba(16, 66, 164, 0.2);
  }
  75% {
    box-shadow: 
    0 -20px 0 0 rgba(16, 66, 164, 0.2), 
    15px -15px 0 0 rgba(16, 66, 164, 0.2), 
    20px 0 0 0 rgba(16, 66, 164, 0.2), 
    15px 15px 0 0 rgba(16, 66, 164, 0.2), 
    0 20px 0 0 rgba(16, 66, 164, 0.5), 
    -15px 15px 0 0 rgba(16, 66, 164, 0.7), 
    -20px 0 0 0 #1042A4,
    -15px -15px 0 0 rgba(16, 66, 164, 0.2);
  }
  87.5% {
    box-shadow: 
    0 -20px 0 0 rgba(16, 66, 164, 0.2), 
    15px -15px 0 0 rgba(16, 66, 164, 0.2), 
    20px 0 0 0 rgba(16, 66, 164, 0.2), 
    15px 15px 0 0 rgba(16, 66, 164, 0.2), 
    0 20px 0 0 rgba(16, 66, 164, 0.2), 
    -15px 15px 0 0 rgba(16, 66, 164, 0.5), 
    -20px 0 0 0 rgba(16, 66, 164, 0.7),
    -15px -15px 0 0 #1042A4;
  }
}

/******************************************************************************/
/* 組織細分化 部署プルダウンデザイン定義 */
.form_select_department_container {
    width: 100%;
    position: relative;
}

.form_select_department {
    min-height: auto;
    background-image: url(/data/base/images/icon_dropdown.svg);
    vertical-align: top;
    padding: .375rem calc(1.125rem + 2.625rem) .375rem 1.125rem;
    cursor: pointer;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
}

.form_select_department:focus {
	outline: auto;
}

_:lang(x)+_:-webkit-full-screen-document, .form_select_department:hover {
	outline: auto; /* for ios */
}

.form_select_department.selected > .form_select_department_placeholder {
	position: absolute!important;
	width: 1px!important;
	height: 1px!important;
	padding: 0!important;
	margin: -1px!important;
	overflow: hidden!important;
	clip: rect(0,0,0,0)!important;
	white-space: nowrap!important;
	border: 0!important;
}

.form_select_department:disabled,
.form_select_department:disabled:hover,
.form_select_department:disabled:focus {
	background-color: #E9E9E9!important;
	color: #222222!important;
	border-color: #C6C9D3!important;
	opacity: 0.7;
    cursor: default;
}

.form_select_department_list {
    display: none;
    list-style: none;
    min-width: 60%;
    max-width: 100%;
    max-height: 30rem;
    padding: 0rem .625rem;
    background-color: #FFFFFF;
    border: solid 1px #D8D8D8;
	box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
    overflow: auto;
    position: absolute;
    z-index: 1000;
}

.form_select_department.opened ~ .form_select_department_list {
    display: block;
}

.form_select_department_list > li:not(:first-child) {
    margin-top: 0;
}

.form_select_department_list ul {
    list-style: none;
}

.department_select {
	background-color: transparent;
	border: none;
	width:100%;
	text-align:left;
}

.form_select_department_list .accordion_btn {
    padding: .4rem .375rem .4rem .7rem;
    margin-left: 6px;
}

.form_select_department_list button {
    min-height: 1.75rem;
}

.department_select_item {
    display:flex;
}

.department_select_item:hover {
    background-color: #E5EBF5;
}

.metadata_basic_field th {
	font-weight: bold;
	font-size: calc(1rem + 2px);
}

.metadata_detail_field.hide {
  display:none !important ; 
}
.metadata_detail_toggle {
  display:none;
}
.metadata_detail_toggle + label {
  font-size: .875rem;
  color:#5A606C;
  cursor:pointer;
}
.metadata_detail_toggle:checked + label {
  font-weight:bold;
  color:#073AA0;
}

/******************************************************************************/
/* データセット一括登録 デザイン定義 */
.dataset_manage_accordion_button {
	padding: .625rem 1.25rem;
	border: solid 1px #CFD1DA;
	background-color: #F5F6F8;
	min-height: auto;
	width: 100%;
	color: #333333;
	font-size: 1.125rem;
	text-align: left;
	appearance: none;
	position: relative;
}

.dataset_manage_accordion_button::after {
	display: block;
	content: "";
	width: 1.375rem;
	height: 1.375rem;
	background: url(/data/base/images/icon_accordion_open.svg) no-repeat;
	background-position: center center;
	background-size: 1.125rem 1.125rem;
	position: absolute;
	top: 0;
	bottom: 0;
	right: .875rem;
	margin: auto 0;
}

.dataset_manage_accordion_button[aria-expanded="true"]::after {
	background-image: url(/data/base/images/icon_accordion_close.svg);
}

#export_loading_body {
    top:0;
    left:0;
    width:100%;
    height:100%;
    margin:0px;
    position: fixed;
    z-index: 10000;
    background-color:white;
    opacity: 0.85;
	display: none;
}

.media-frame-organization {
	aspect-ratio:1/1;
	width:30%;
	display:flex;
	flex-direction:column;
	justify-content:center;
	margin-inline:auto;
}

/* スマホ向け設定、またはPCスマホ共通設定はここより上に記載すること */


/*************************************/
/************PC用のスタイル************/
/*************************************/
@media (min-width: 600px) {
	/* base */
	body {
		min-width: 75rem;
	}

	.header_title_inner,
	.header_nav,
	.contents_area,
	.footer_inner {
		width: 75rem;
		margin-left: auto;
		margin-right: auto;
		padding: 1rem 1rem;
	}

	main {
		margin-top: 3.75rem;
	}

	.contents_area {
		padding-top: 0;
		padding-bottom: 0;
		flex-direction: row;
		align-items: flex-start;
		row-gap: normal;
	}
	
	.contents_area:has(#search_loading_packagelist) {
		align-items: stretch;
		display:flex;
	}

	.side_menu_contents {
		width: 21.125rem;
		flex: 0 0 auto;
		margin: 0;
		padding-right: 3.75rem;
	}

	.side_menu_contents:not(.has_facet_menu) {
		margin-top: 0;
	}

	.main_contents {
		width: calc(100% - 21.125rem);
		margin: 0;
		flex: 1 1 auto;
	}
	.main_contents:has(#search_loading_packagelist) {
		display:flex;
		flex-direction:column;
	}

	.footer_inner {
		padding: 1.375rem 1rem;
	}

	/* header */
	.header_menu_btn {
		display: none;
	}

	.header_logo {
		width: 8.9375rem;
		height: 1.625rem;
		margin-right: 0.9rem;
	}

	.header_title {
		font-size: 1.375rem;
	}

	a[href].header_lang_link,
	a[href].header_link {
		font-size: 1rem;
	}

	a[href].header_user {
		max-width: 9.5rem;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	a[href].header_user.header_user_in_menu {
		display: none;
	}

	.header_nav_container {
		display: block;
		position: relative;
		z-index: auto;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		width: auto;
		height: auto;
		background: transparent;
		border-bottom: solid 2px #1042A4;
	}

	.header_nav {
		position: relative;
		z-index: auto;
		top: auto;
		bottom: auto;
		right: auto;
		left: auto;
		overflow: visible;
		margin-top: 0;
		margin-bottom: 0;
		padding: 0 1rem;
	}

	.nav_header {
		display: none;
	}

	.nav_user_links {
		display: none;
	}
	
	.header_nav > .nav_bar {
		display: flex;
		margin: 0;
		padding: 0;
		border-top: none;
		border-bottom: none;
	}
	
	.nav_bar a {
		display: inline-block;
		height: 100%;
		padding: 1rem 1.875rem;
	}

	.nav_bar a::before {
		display: none;
	}
	
	.nav_bar a:not(.current):hover,
	.nav_bar a:not(.current):focus {
		text-decoration: underline;
		background-color: #F5F6F8;
	}
	
	.nav_bar a.current {
		font-weight: bold;
	}
	
	.nav_bar a.current:after {
		display: block;
		width: 100%;
		height: .5rem;
		content: "";
		background: #1042A4;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
	}
	
	.nav_bar li + li > a:before {
		display: block;
		width: 1px;
		height: 1.25rem;
		background: #D4D4D4;
		left: 0;
		right: auto;
		border-top: none;
		border-right: none;
		-webkit-transform: none;
		transform: none;
	}

	.nav_bottom_links {
		display: none;
	}

	/* footer */
	.copy_right {
		font-size: .75rem;
		text-align: center;
	}

	/* dialog */
	.dialog_contents {
		width: auto;
		max-width: 66.7%;
	}

	/* facet_navi */
	.facet_navi_hadle {
		display: none;
	}

	.facet_navi {
		display: block;
		position: static;
		padding: 0;
	}

	.facet_navi .dialog_contents {
		max-width: none;
		max-height: none;
		padding: 0;
	}

	.facet_navi .dialog_header,
	.facet_navi .dialog_footer {
		display: none;
	}

	.facet_navi .dialog_main {
		overflow-y: visible;
		margin: 0;
	}

	.facet_list li.hide_sp,
	.facet_list.opened li.hide_sp {
		display: list-item;
	}

	.facet_list li.hide_sp_pc {
		display: none;
	}

	.facet_list.opened li.hide_sp_pc {
		display: list-item;
	}
	
	/* box_gray */
	.box_gray {
		background: #F5F6F8;
		margin: 0;
		padding: 1.25rem;
	}

	/* tooltip*/
	.tooltip {
		display: block;
	}

	/* step navi */
	.step_navi_item {
		padding-left: 2.0625rem;
	}

	.step_navi_list .step_navi_item:first-of-type {
		padding-left: 0;
	}

	.step_navi_arrow {
		width: 2.0625rem;
		right: calc(-2.0625rem + 1px);
	}

	.step_navi_arrow_front,
	.step_navi_arrow_back {
		border-left-width: 2.0625rem;
	}

	/* button */
	.btn_normal {
		width: auto;
		padding: 0.375rem 1.25rem; 
		text-decoration: none;
	}

	.btn_set_container {
		flex-direction: row;
		justify-content: space-between;
	}

	.android .btn_set_container > *:not(:first-child) {
		margin-bottom: 0;
	}

	.btn_set_left {
		text-align: left;
	}

	.btn_set_right {
		display: flex;
		flex-direction: row-reverse;
		justify-content: end;
    	flex-wrap: wrap;
		text-align: right;
	}

	.btn_center_container {
		display: flex;
		flex-direction: row-reverse;
		justify-content: center;
	}

	.btn_normal.btn_padding_rl31 {
		padding: 0.375rem 1.938rem;	
	}
	
	/* 大見出しh1*/
	.page_title {
		font-size: 2rem;
	}

	.text_pc {
		font-size: 1rem;
	}

	.text_pc_px12 {
		font-size: 0.75rem;
	}
	
	.text_pc_px14 {
		font-size: 0.875em;
	}
	
	.text_pc_px18 {
		font-size: 1.125rem;
	}

	.text_pc_px20 {
		font-size: 1.25rem;
	}

	/* table */
	th, td {
		padding: .75rem 1.25rem;
	}
	table.table_vertical {
		display: table;
	}
	table.table_vertical thead {
		display: table-header-group;
	}
	table.table_vertical tbody {
		display: table-row-group;
	}
	table.table_vertical tr {
		display: table-row;
	}
	table.table_vertical th,
	table.table_vertical td {
		display: table-cell;
		border: solid 1px #C6C9D3;
	}

	table.table_vertical caption {
		display: table-caption;
	}

	/* table_list */
	.table_list .rank_1,
	.table_list .rank_2,
	.table_list .rank_3 {
		font-size: 1.125rem;
	}
	
	.table_list .rank_1 .rank_icon::before,
	.table_list .rank_2 .rank_icon::before,
	.table_list .rank_3 .rank_icon::before {
		display: block;
	}

	/* table_matrix */
	.table_matrix {
		display: flex;
	}
	.table_matrix .tbody-th {
		display:block;
		border-left: 1px solid #C6C9D3;
	}

	.table_matrix dl,
	.table_matrix dd {
		margin: 0;
	}

	.table_matrix dt,
	.table_matrix .tbody-th p {
		background-color: #F5F6F8;
		margin: 0;
		border-right: 1px solid #C6C9D3;
		border-bottom: 1px solid #C6C9D3;
	}

	.table_matrix > div {
		flex: 1 1 auto;   
		display: flex;
		flex-direction: column;
		margin-bottom: 0;
	}

	.table_matrix > div > dt,
	.table_matrix .tbody-th p {
		font-weight: normal;
		color: #333333;
		margin: 0;
		padding: .75rem 1rem;
	}

	.table_matrix > div > dt:first-child {
		border-top: 1px solid #C6C9D3;
	}
	.table_matrix > div.tbody-th >dd dt{
		padding: .75rem 1rem;
	}

	.table_matrix > div:not(.tbody-th) >dd dt {
		position: absolute!important;
		width: 1px!important;
		height: 1px!important;
		padding: 0!important;
		margin: -1px!important;
		overflow: hidden!important;
		clip: rect(0,0,0,0)!important;
		white-space: nowrap!important;
		border: 0!important;
	}

	.table_matrix > div:not(.tbody-th) >dd dd {
		margin: 0;
		border-right: 1px solid #C6C9D3;
		border-bottom: 1px solid #C6C9D3;
		padding: .75rem 1.25rem;
	}

	/* sort */
	.sort_btn_container {
		padding: .5rem 1.3125rem;
		margin: 0;
	}

	/* pager*/	
	.upper_pager_container {
		align-items: center;
	}

	.upper_pager_container > span:first-child  {
		flex: 0 1 33.33%;
		order: 1;
	}

	.upper_pager_container >  .pager_container:last-child {
		flex: 0 1 33.33%;
		order: 2;
	}

	.upper_pager_container > .pager_container:nth-child(2) {
		flex: 0 1 33.33%;
	}

	.radio_list.horizontal_list,
	.checkbox_list.horizontal_list {
		display: flex;
		flex-wrap: wrap;
		gap: .5rem 1rem;
	}

	.radio_list.horizontal_list li + li,
	.checkbox_list.horizontal_list li + li {
		margin-top: 0;
	}

	/* tab */
	.tab_changer {
		margin: 0;
	}

	.tab_changer_item {
		width: auto;
	}
	.tab_changer_item.resource_read {
		width: 16.666%;
	}
	
	.tab_changer_button {
		font-size: 1.125rem;
		padding: 0.906rem 1.75rem;
	}
	
	.tab_toggle_item {
		padding: 1.25rem 0 0 0;
	}

	/* chat_timeline_list */
	.chat_timeline_item_inner {
		column-gap: 1.25rem;
	}

	.chat_timeline_item_user_icon {
		width: 5rem;
		height: 5rem;
	}

	.chat_timeline_item_msg {
		max-width: 75%;
	}

	.chat_timeline_item_msg_text::before {
		top: 1.9375rem;
	}

	.chat_timeline_item_msg_info,
	.chat_timeline_item.right .chat_timeline_item_msg_info {
		text-align: left;
	}

	.chat_timeline_item_msg_info {
		margin-right: 0;
	}

	.chat_timeline_item.right .chat_timeline_item_msg_info {
		margin-left: 0;
	}

	/* list_dataset */
	.list_dataset_item_input_box {
		width: 3.75rem;
		justify-content: center;
		padding-top:1.4rem;
		align-items: normal;
	}

	.list_dataset_item_main_box {
		flex-direction: row;
	}

	.list_dataset_item_column_img {
		flex-grow: 0;
		flex-shrink: 0;
		padding: 0 1.125rem;
	}

	.list_dataset_item_column_content {
		padding-right: 1.125rem;
	}

	.list_dataset .list_dataset_img {
		width: 21.25rem;
	}

	/* accordion */
	.accordion_body_row {
		flex-wrap: nowrap;
	}

	/* utility */
	/*percentage*/
	.pc_percentage_5 {width: 5%;}
	.pc_percentage_10 {width: 10%;}
	.pc_percentage_15 {width: 15%;}
	.pc_percentage_20 {width: 20%;}
	.pc_percentage_25 {width: 25%;}
	.pc_percentage_30 {width: 30%;}
	.pc_percentage_35 {width: 35%;}
	.pc_percentage_40 {width: 40%;}
	.pc_percentage_45 {width: 45%;}
	.pc_percentage_50 {width: 50%;}
	.pc_percentage_55 {width: 55%;}
	.pc_percentage_60 {width: 60%;}
	.pc_percentage_65 {width: 65%;}
	.pc_percentage_70 {width: 70%;}
	.pc_percentage_75 {width: 75%;}
	.pc_percentage_80 {width: 80%;}
	.pc_percentage_85 {width: 85%;}
	.pc_percentage_90 {width: 90%;}
	.pc_percentage_95 {width: 95%;} 
	.pc_percentage_100 {width: 100%;}

	/*px*/
	.pc_px_10 {width: 10px;}
	.pc_px_20 {width: 20px;}
	.pc_px_30 {width: 30px;}
	.pc_px_40 {width: 40px;}
	.pc_px_50 {width: 50px;}
	.pc_px_60 {width: 60px;}
	.pc_px_70 {width: 70px;}
	.pc_px_80 {width: 80px;}
	.pc_px_90 {width: 90px;}
	.pc_px_100 {width: 100px;}
	.pc_px_110 {width: 110px;}
	.pc_px_120 {width: 120px;}
	.pc_px_130 {width: 130px;}
	.pc_px_140 {width: 140px;}
	.pc_px_150 {width: 150px;}
	.pc_px_160 {width: 160px;}
	.pc_px_170 {width: 170px;}
	.pc_px_180 {width: 180px;}
	.pc_px_190 {width: 190px;}
	.pc_px_200 {width: 200px;}
	.pc_px_210 {width: 210px;}
	.pc_px_220 {width: 220px;}
	.pc_px_230 {width: 230px;}
	.pc_px_240 {width: 240px;}
	.pc_px_250 {width: 250px;}
	.pc_px_260 {width: 260px;}
	.pc_px_270 {width: 270px;}
	.pc_px_280 {width: 280px;}
	.pc_px_290 {width: 290px;}
	.pc_px_300 {width: 300px;}
	.pc_px_310 {width: 310px;}
	.pc_px_320 {width: 320px;}
	.pc_px_330 {width: 330px;}
	.pc_px_340 {width: 340px;}
	.pc_px_350 {width: 350px;}
	.pc_px_360 {width: 360px;}


	/* align */
	.pc_align_center {
		text-align: center;
	}

	.pc_align_right {
		text-align: right;
	}

	/* margin */
	.pc-mt-0{margin-top: 0rem!important;}
	.pc-mt-1{margin-top: 0.25rem!important;}
	.pc-mt-2{margin-top: 0.5rem!important;}
	.pc-mt-3{margin-top: 0.75rem!important;}
	.pc-mt-4{margin-top: 1rem!important;}
	.pc-mt-5{margin-top: 1.25rem!important;}
	.pc-mt-6{margin-top: 1.5rem!important;}
	.pc-mt-7{margin-top: 1.75rem!important;}
	.pc-mt-8{margin-top: 2rem!important;}
	.pc-mt-9{margin-top: 2.25rem!important;}
	.pc-mt-10{margin-top: 2.5rem!important;}
	.pc-mt-11{margin-top: 2.75rem!important}
	.pc-mt-12{margin-top: 3rem!important;}
	.pc-mt-13{margin-top: 3.25rem!important;}
	.pc-mt-14{margin-top: 3.5rem!important;}
	.pc-mt-15{margin-top: 3.75rem!important;}

	.pc-ml-0{margin-left: 0rem!important;}
	.pc-ml-1{margin-left: 0.25rem!important;}
	.pc-ml-2{margin-left: 0.5rem!important;}
	.pc-ml-3{margin-left: 0.75rem!important;}
	.pc-ml-4{margin-left: 1rem!important;}
	.pc-ml-5{margin-left: 1.25rem!important;}
	.pc-ml-6{margin-left: 1.5rem!important;}
	.pc-ml-7{margin-left: 1.75rem!important;}
	.pc-ml-8{margin-left: 2rem!important;}
	.pc-ml-9{margin-left: 2.25rem!important;}
	.pc-ml-10{margin-left: 2.5rem!important;}
	.pc-ml-11{margin-left: 2.75rem!important;}
	.pc-ml-12{margin-left: 3rem!important;}
	.pc-ml-13{margin-left: 3.25rem!important;}
	.pc-ml-14{margin-left: 3.5rem!important;}
	.pc-ml-15{margin-left: 3.75rem!important;}

	.pc-mr-0{margin-right: 0rem!important;}
	.pc-mr-1{margin-right: 0.25rem!important;}
	.pc-mr-2{margin-right: 0.5rem!important;}
	.pc-mr-3{margin-right: 0.75rem!important;}
	.pc-mr-4{margin-right: 1rem!important;}
	.pc-mr-5{margin-right: 1.25rem!important;}
	.pc-mr-6{margin-right: 1.5rem!important;}
	.pc-mr-7{margin-right: 1.75rem!important;}
	.pc-mr-8{margin-right: 2rem!important;}
	.pc-mr-9{margin-right: 2.25rem!important;}
	.pc-mr-10{margin-right: 2.5rem!important;}
	.pc-mr-11{margin-right: 2.75rem!important;}
	.pc-mr-12{margin-right: 3rem!important;}
	.pc-mr-13{margin-right: 3.25rem!important;}
	.pc-mr-14{margin-right: 3.5rem!important;}
	.pc-mr-15{margin-right: 3.75rem!important;}

	.pc-mb-0{margin-bottom: 0rem!important;}
	.pc-mb-1{margin-bottom: 0.25rem!important;}
	.pc-mb-2{margin-bottom: 0.5rem!important;}
	.pc-mb-3{margin-bottom: 0.75rem!important;}
	.pc-mb-4{margin-bottom: 1rem!important;}
	.pc-mb-5{margin-bottom: 1.25rem!important;}
	.pc-mb-6{margin-bottom: 1.5rem!important;}
	.pc-mb-7{margin-bottom: 1.75rem!important;}
	.pc-mb-8{margin-bottom: 2rem!important;}
	.pc-mb-9{margin-bottom: 2.25rem!important;}
	.pc-mb-10{margin-bottom: 2.5rem!important;}
	.pc-mb-11{margin-bottom: 2.75rem!important;}
	.pc-mb-12{margin-bottom: 3rem!important;}
	.pc-mb-13{margin-bottom: 3.25rem!important;}
	.pc-mb-14{margin-bottom: 3.5rem!important;}
	.pc-mb-15{margin-bottom: 3.75rem!important;}

	/* デバイスによる出し分け */
	.only_sp {
		display: none;
	}

	.btn-default {
		position: relative;
		padding: 0.375rem 1.25rem;
		border: 1px solid #1042A4;
		background-color: #FFFFFF;
		color: #1042A4;
		border-radius: 0.2rem;
		vertical-align: middle;
		text-align: center;
		margin-right: 10px;
	}

	.btn-default:hover, .btn-default:focus {
		text-decoration: underline;
		
	}

	.js .image-upload .btn-remove-url {
		float: right;
		/* top: 86% !important; */
		/* top: 25% !important; */
		top: 0.5em;
		right: 42% !important;
		/* left: -40%; */
		text-decoration: none;
	}


	.js .image-upload .btn-remove-url:hover {
		text-decoration: underline;
	}
        .form-group {
          margin-bottom: 30px;
        }

        .form-group .btn {
          position: relative;
          top: -2px;
        }

        .btn,
        label {
          font-weight: normal;
        }

	a.facet_href > label {
	  font-weight: normal;
	}


        .btn-xs {
          padding: 1px 5px;
          font-size: 12px;
          line-height: 1.5;
          border-radius: 3px;
          min-height: 2em;
        }


		.module-resource .actions {
			position: relative;
			float: right;
			top: -10px;
			right: -15px;
			display: block;
		}

		.help-text {
			white-space: pre;
			padding-top: 10px;
		}

		.check-url-container {
			display: grid;
			grid-template-columns: 200px;
		}

		/* step navi */
		.step_navi_item {
			padding-left: 2.0625rem;
		}

		.step_navi_list .step_navi_item:first-of-type {
			padding-left: 0;
		}

		.step_navi_arrow {
			width: 2.0625rem;
			right: calc(-2.0625rem + 1px);
		}

		.step_navi_arrow_front,
		.step_navi_arrow_back {
			border-left-width: 2.0625rem;
		}

		.nav_bar li.active a {
			font-weight: bold;
		}

		.nav_bar li.active a:after {
			display: block;
			width: 100%;
			height: .5rem;
			content: "";
			background: #1042A4;
			position: absolute;
			left: 0;
			right: 0;
			bottom: 0;
		}

		.organization-name {
			display: none;
		}

		a[href].header_lang_link,
		a[href].header_link {
			font-size: 1rem;
		}

		.account_menu,
		.lang_menu {
			top: 100%;
			right: 0;
		}

	.media-item {
		position: relative;
		float: left;
		width: 272px;
		padding: 15px;
		margin: 2px 2px 2px;
		background-color: white;
		border-radius: 3px;
		
	}
	.media-image {
		width: 100%;
	}
	
	.media-image-organization {
		max-width: 100%;
		max-height: 100%;
		object-fit: contain;
	}
	.media-frame-organization {
		aspect-ratio:1/1;
		width:100%;
		display:flex;
		flex-direction:column;
		justify-content:center;
		margin-inline:auto;
	}
	.sp-only {
		display: none;
	}

    .dataset-view-fliter > .select2-container {
        width: 45% !important;
    }

	.tab_display_rule {
		display: flex;
		flex-direction: row;
	}

	.header_user_wrapper {
		margin-left: 1.25rem;
	}

	.trash-item-link:hover, 
	.trash-item-link:focus {
		text-decoration: none;
	}

	li.nav-item label:hover {
		background-color: #E5EBF5;
	}

	.resource-view-filter-values > .select2-container > .select2-choice > .select2-search-choice-close {
		top: -11px;
		position: relative;
		right: -265px;
	}

.dataset-view-fliter > .select2-container {
 width: 45% !important;
}

.resource-view-filter-values > .select2-container {
    width: 30% !important;
    margin-right: 25px;
}
.resource-view-filter-values > .select2-container > .select2-choice > .select2-search-choice-close {
    top: 12px;
    position: absolute;
    right: auto;
}
	.pc-only {
		display: block;
	}
.dataset-update-bnt {
    width: 20%;
}

}
/* これより下にCSSを記載しないこと(PC用のCSSがオーバライドされるため) */
