body {
	padding-bottom: 2.5em;
}

/****************************
  bootstrap
****************************/

@media (min-width: 992px) {
	.container {
		max-width: 992px;
		padding-right: 0;
		padding-left: 0;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}

.nav-item {
	font-size: 14px;
}

/****************************
  signin
****************************/

.form-signin {
	width: 100%;
	max-width: 330px;
	margin: auto;
	padding: 15px;
}

.form-signin .form-control {
	box-sizing: border-box;
	height: auto;
	padding: 10px;
	font-size: 16px;
	position: relative;
}

.form-signin .form-control:focus {
	z-index: 2;
}

.form-signin input[type="text"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.form-signin .checkbox {
	padding-top: 10px;
	font-weight: normal;
	font-size: 14px;
	line-height: 1;
}

.form-signin input[type="checkbox"] {
	display: inline-block;
	margin-right: 4px;
	vertical-align: middle;
}

/****************************
  table wrapper_table
****************************/

table.wrapper_table {
	clear: both;
	width: 100%;
	margin:  0;
	padding: 0;
}

table.wrapper_table td {
	margin:  0;
	padding: 0;
}
table.wrapper_table td.td_btn {
	padding: 1em 0 1.5em;
}

/****************************
  table table_master
****************************/

table.table_master {
	clear: both;
	width: 100%;
	margin:  0;
	padding: 0;
}

table.table_master th, 
table.table_master td {
	margin: 0;
	vertical-align: middle;
	text-align: left;
	border-style: solid;
	border-width: 1px;
}

table.table_master th {
	padding: .5em;
	font-size: .86em;
	line-height: 1;
	font-weight: normal;
}

table.table_master td {
	padding: 0;
}

table.table_master th.td_auth_level, 
table.table_master td.td_auth_level {
	width: 7em;
	text-align: left;
}
table.table_master td.td_auth_level {
	padding-right: .5em;
	padding-left:  .5em;
}

table.table_master th.td_auth_name, 
table.table_master td.td_auth_name {
	width: 15em;
}

table.table_master th.td_name, 
table.table_master td.td_name {
	width: 40%;
}

table.table_master th.td_checkbox, 
table.table_master td.td_checkbox {
	width: 3em;
	text-align: center;
}

table.table_master th.td_no, 
table.table_master td.td_no {
	width: 5em;
	text-align: left;
}
table.table_master td.td_no {
	padding-left: .5em;
}

table.table_master td.td_checkbox input[type="checkbox"] {
	margin-right: auto;
	margin-left:  auto;
	text-align: center;
}

.checkbox_del {
	display: block;
	padding-top: 0.5em;
}

/****************************
  table table_index
****************************/

table.table_index {
	clear: both;
	margin:  0;
	padding: 0;
	border-style: solid;
	border-width: 1px 0;
}

table.table_index.justification {
	width: 100%;
}

table.table_index th, 
table.table_index td {
	margin: 0;
	padding: 5px;
	text-align: left;
}

table.table_index th {
	vertical-align: middle;
	font-weight: normal;
	font-size: 11px;
	line-height: 1.2;
}

table.table_index td {
	vertical-align: middle;
	font-size: 13px;
	line-height: 1;
	border-style: solid;
	border-width: 1px 0 0 0;
}

table.table_index th.td_num, 
table.table_index td.td_num {
	width: 2em;
	text-align: center;
}

table.table_index th.td_center, 
table.table_index td.td_center {
	text-align: center;
}

table.table_index th.td_right, 
table.table_index td.td_right {
	text-align: right;
}

table.table_index td.td_nowrap {
	white-space: nowrap;
}

table.table_index td.td_highlight {
	color: #f00;
}

table.table_index th.td_btn, 
table.table_index td.td_btn {
	width: 40px;
	text-align: center;
}

table.table_index th.td_btn {
	padding-right: 0px;
	padding-left:  0px;
}

table.table_index td.td_btn {
	padding: 4px 0;
}

table.table_index th.td_btn.checkbox, 
table.table_index td.td_btn.checkbox {
	width: 30px;
}

table.table_index.va_top td {
	vertical-align: top;
}

table.table_index td.td_btn input[type="submit"], 
table.table_index td.td_btn input[type="button"] {
	margin-right: auto;
	margin-left:  auto;
}

table.table_index td i.far {
	font-size: 16px;
}

table.table_index td.td_clipboard {
	width: 360px;
	padding: 0 0 0 8px;
}

table.table_index td i.fas.fa-clipboard {
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
	font-size: 18px;
	line-height: 1;
	cursor: pointer;
}

table.table_index th.td_mailmagazine, 
table.table_index td.td_mailmagazine {
	width: 50px;
	padding-right: 0;
	padding-left: 0;
	text-align: center;
}

table.table_index td.td_mailmagazine input[type="checkbox"] {
	margin-right: auto;
	margin-left: auto;
}

/****************************
  sort
****************************/

table.table_master th a,
table.table_index th a {
	display: block;
	text-decoration: none;
}

table.table_master th i.fas, 
table.table_index th i.fas {
	padding-left: 3px;
}

/****************************
  table table_detail
****************************/

table.table_detail {
	clear: both;
	width: 100%;
	margin:  0;
	padding: 0;
}

table.table_detail th, 
table.table_detail td {
	clear: both;
	margin: 0;
	border-style: solid;
	border-width: 1px;
	line-height: 1;
}

table.table_detail th {
	padding: 0.6em 0.5em;
	vertical-align: middle;
	text-align: left;
	font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	line-height: 1;
}

table.table_detail th span {
	margin: 0;
	padding: 0;
	font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	line-height: 1;
}

table.table_detail td {
	padding: 0;
	vertical-align: top;
	text-align: left;
}

table.table_detail th.td_half, 
table.table_detail td.td_half {
	width: 50%;
}

table.table_detail th.td_onethird, 
table.table_detail td.td_onethird {
	width: 33%;
}

table.table_detail th.td_quarter, 
table.table_detail td.td_quarter {
	width: 25%;
}

table.table_detail td.td_with_padding {
	padding: 0.3em;
	vertical-align: middle;
	font-size: 1em;
}

table.table_detail td.td_with_padding.cate {
	line-height: 2;
}

table.table_detail td.td_with_padding.radio {
	padding: 8px 7px;
}

table.table_detail td.td_with_padding.tag {
	padding: 3px 7px;
}

table.table_detail td.td_with_padding.flag_show {
	padding-top: 8px;
	padding-bottom: 8px;
	vertical-align: middle;
	font-size: 13px;
	line-height: 1;
}

table.table_detail td.td_with_padding b {
	padding: 0 0.5em 0 0;
	vertical-align: middle;
	font-weight: normal;
	font-style: normal;
	font-size: 0.8em;
	color: #333;
}

table.table_detail td label {
	margin: 0;
	padding: 0 1em 0 0;
	vertical-align: middle;
	font-weight: normal;
	line-height: 1;
}

table.table_detail td label input[type="radio"], 
table.table_detail td label input[type="checkbox"] {
	margin: -3px 5px 0 0;
	padding: 0;
}

@media (max-width: 480px) {
	table.table_detail td label input[type="radio"], 
	table.table_detail td label input[type="checkbox"] {
		margin-top:    3px;
		margin-bottom: 3px;
	}
}

table.table_detail_inner {
	margin:  .5em 0;
	padding: 0;
}
table.table_detail_inner td {
	margin: 0;
	padding: .5em 0 .5em .5em;
	border: none;
	vertical-align: top;
	text-align: left;
	font-size: 13px;
	line-height: 1;
}

/****************************
  wrapper_table_detail
****************************/

.wrapper_table_detail {
	clear: both;
	display: table;
	width: 100%;
	margin:  0;
	padding: 0 0 0px;
	text-align: left;
	line-height: 1;
}

.wrapper_table_detail.last {
	padding: 0 0 20px;
}

.wrapper_table_detail > div {
	display: table-cell;
	margin:  0;
	padding: 0;
	vertical-align: top;
	text-align: left;
	line-height: 1;
}

.wrapper_table_detail > div.column_half {
	width: 50%;
}

.wrapper_table_detail > div.column_onethird {
	width: calc(100% / 3);
}

.wrapper_table_detail > div.column_quarter {
	width: 25%;
}

.wrapper_table_detail > div table.table_detail th, 
.wrapper_table_detail > div table.table_detail td {
	border-bottom-width: 0px;
}

.wrapper_table_detail.last > div table.table_detail th, 
.wrapper_table_detail.last > div table.table_detail td {
	border-bottom-width: 1px;
}

@media (max-width: 767px) {
	.wrapper_table_detail, 
	.wrapper_table_detail > div {
		display: block;
		padding: 0;
	}

	.wrapper_table_detail > div.column_half, 
	.wrapper_table_detail > div.column_onethird, 
	.wrapper_table_detail > div.column_quarter {
		width: 100%;
	}

	.wrapper_table_detail.last > div table.table_detail th, 
	.wrapper_table_detail.last > div table.table_detail td {
		border-bottom-width: 1px;
	}
	.wrapper_table_detail.last > div.column_half table.table_detail th, 
	.wrapper_table_detail.last > div.column_half table.table_detail td {
		border-bottom-width: 0px;
	}
}
@media (min-width: 768px) {
	.wrapper_table_detail > div.column_half table.table_detail th, 
	.wrapper_table_detail > div.column_half table.table_detail td {
		border-right-width:  0px;
	}
}

.wrapper_table_detail > div table.table_detail td input[type="text"] {
	padding: 6px 5px;
}

.wrapper_table_detail > div table.table_detail td input[type="radio"] {
	display: inline-block;
}

/****************************
  wrapper_form_date
****************************/

.wrapper_form_date {
	display: table;
	margin:  0;
	padding: 0 0 15px;
}
.wrapper_form_date > div {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
.wrapper_form_date > div:last-child {
	padding-left: 1em;
	text-align: left;
}

dl.dl_form_date {
	display: inline-block;
	margin:  0;
	padding: 0;
	border-style: solid;
	border-width: 1px 0;
}
dl.dl_form_date dt, 
dl.dl_form_date dd {
	display: inline-block;
	height: 42px;
	margin: 0;
	padding: 7px;
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
	line-height: 26px;
}

dl.dl_form_date dt {
	font-size: 13px;
}
dl.dl_form_date dd {
	font-size: 13px;
}

dl.dl_form_date.textbox dt {
	height: initial;
	padding: 0 7px;
	line-height: 36px;
}

dl.dl_form_date.textbox dd {
	width: 150px;
	height: initial;
	padding: 0;
	line-height: 1;
}

@media (max-width: 768px) {
	.wrapper_form_date {
		display: block;
		padding-top: 1em;
	}
	.wrapper_form_date > div {
		display: block;
	}
	dl.dl_form_date {
		width: 100%;
		margin-bottom: 1em;
	}
	.wrapper_form_date > div:last-child {
		text-align: center;
		padding-left: 0;
	}
}

/**/

dl.dl_form_photo {
	display: table;
	width: 100%;
	margin:  0;
	padding: 0;
	border-style: solid;
	border-width: 0 0 1px;
}
dl.dl_form_photo.first {
	border-width: 1px 0;
}
dl.dl_form_photo.mt {
	margin-top: 20px;
}

dl.dl_form_photo dt, 
dl.dl_form_photo dd {
	display: table-cell;
	margin:  0;
	padding: .5em .6em;
	vertical-align: middle;
	font-weight: normal;
	font-size: .86em;
	line-height: 1;
}
dl.dl_form_photo dt {
	width: 6em;
	padding: .5em .2em;
	text-align: center;
}
dl.dl_form_photo dt.large {
	width: 6em;
}

@media (max-width: 767px) {
	dl.dl_form_photo dt, 
	dl.dl_form_photo dd {
		padding: .5em .3em;
	}
	dl.dl_form_photo dt {
		width: auto;
	}
}

dl.dl_form_photo dd.dd_del {
	width: 60px;
}

dl.dl_form_photo dd.dd_del input[type="button"] {
	padding: 4px 2px;
	line-height: 12px;
}

dl.dl_form_photo dd.dd_image {
	width: 50px;
	padding-right: 0px;
	padding-left:  0px;
	text-align: center;
	font-size: 11px;
	color: #999;
}

dl.dl_form_photo dd.dd_image i.far {
	font-size: 24px;
}

/* caption */

dl.dl_form_photo.caption dt {
	width: 5em;
}

dl.dl_form_photo.caption dd {
	padding: 0;
}

/****************************
  form
****************************/

input, 
textarea {
	margin:  0;
	padding: 7px 5px;
	font-size: 14px;
	line-height: 1.5;
}

input, 
textarea {
	display: block;
}

input[type="text"].input_noborder, 
textarea.input_noborder, 
input[type="text"].input_noborder:focus, 
textarea.input_noborder:focus {
	width: 100%;
	border: none;
}

input[type="text"].input_noborder:focus, 
textarea.input_noborder:focus {
	background-color: #fbffd7;
}

input[type="text"].center {
	text-align: center;
}

input[type="text"].input_noborder.inp_half, 
textarea.input_noborder.inp_half {
	display: inline-block;
	width: 50%;
}

input[type="text"].input_noborder.inp_onethird, 
textarea.input_noborder.inp_onethird {
	display: inline-block;
	width: 33%;
}

select {
	height: 2em;
	margin:  0;
	padding: 0;
	vertical-align: middle;
	border: 1px solid #ccc;
	font-size: 12px;
	line-height: 1;
	color: #000;
}

radio, 
input[type="radio"] {
	margin:  0;
	padding: 0;
	vertical-align: middle;
	line-height: 1;
}

.inp_horizontal {
	width: 100%;
}

::-webkit-input-placeholder {
	color: #ccc;
}
::-moz-placeholder {
	color: #ccc;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #ccc;
}

/****************************
  checkbox
****************************/

input[type="checkbox"].checkbox_orange {
	display: inline-block;
	margin: 0;
	padding: 0;
}
input[type="checkbox"].checkbox_orange + label {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 1;
	cursor: pointer;
	position: relative;
}

@media (min-width: 1px) {
	input[type="checkbox"].checkbox_orange {
		display: none;
	}
	input[type="checkbox"].checkbox_orange + label {
		     -moz-user-select: none;
		      -ms-user-select: none;
		  -webkit-user-select: none;
		user-select: none;
		-webkit-touch-callout: none; /* Disable Android and iOS callouts */
	}
	input[type="checkbox"].checkbox_orange + label::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		width: 18px;
		height: 18px;
		margin-top: -13px;
		margin-left: -10px;
		border: 2px solid #ccc;
		background-color: #fff;
	}
	input[type="checkbox"].checkbox_orange:checked + label::after {
		content: '';
		display: block;
		-moz-box-sizing: border-box;
		     box-sizing: border-box;
		position: absolute;
		top: 0;
		left: 3px;
		width: 16px;
		height: 8px;
		margin-top: -12px;
		margin-left: -10px;
		border-bottom: 3px solid #ff715b;
		border-left:   3px solid #ff715b;
		border-bottom: 3px solid #f00;
		border-left:   3px solid #f00;
		-webkit-transform: rotate(-45deg);
		    -ms-transform: rotate(-45deg);
		        transform: rotate(-45deg);
	}

	input[type="checkbox"].checkbox_orange[disabled] + label {
		color: #c1c4c5;
		cursor: default;
	}
	input[type="checkbox"].checkbox_orange[disabled] + label::before {
		border: 2px solid #eaebeb;
		background-color: #f7f7f7;
	}
	input[type="checkbox"].checkbox_orange[disabled] + label::after {
		border-bottom: 3px solid #d6d8d9;
		border-left:   3px solid #d6d8d9;
	}

	input[type="checkbox"].checkbox_orange.with_label + label::before {
		top: 0;
		left: 0;
		margin-top: -2px;
		margin-left: 0px;
	}
	input[type="checkbox"].checkbox_orange.with_label:checked + label::after {
		top: 0;
		left: 3px;
		margin-top: -1px;
		margin-left: 0px;
	}
	input[type="checkbox"].checkbox_orange.with_label + label {
		padding-right: 18px;
		padding-left:  24px;
	}

	input[type="checkbox"].checkbox_orange.list + label::before {
		margin-left: 0px;
	}

	input[type="checkbox"].checkbox_orange.list:checked + label::after {
		margin-left: 0px;
	}

	input[type="checkbox"].checkbox_orange.blue:checked + label::after {
		border-bottom: 3px solid #39f;
		border-left:   3px solid #39f;
	}

	input[type="checkbox"].checkbox_orange.green:checked + label::after {
		border-bottom: 3px solid rgba(0, 153, 51, 1);
		border-left:   3px solid rgba(0, 153, 51, 1);
	}
}

/****************************
  radio
****************************/

.wrapper_table_detail > div table.table_detail td input[type="radio"].radio_green {
	display: none;
	margin: 0;
}

input[type="radio"].radio_green + label {
	display: inline-block;
	margin: 0 12px 0 0;
	padding: 0 0 0 24px;
	font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size: 14px;
	line-height: 14px;
	cursor: pointer;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	-webkit-touch-callout: none; /* Disable Android and iOS callouts */
	position: relative;
}

input[type="radio"].radio_green + label::before {
	content: '';
	display: block;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 0;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	border: 2px solid #ccc;
	border-radius: 30px;
	background-color: #fff;
}

input[type="radio"].radio_green:checked + label::after {
	content: '';
	display: block;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 5px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-radius: 8px;
	background-color: #a4cc3d;
}

input[type="radio"].radio_green[disabled] + label {
	color: #c1c4c5;
	cursor: default;
}

input[type="radio"].radio_green[disabled] + label::before {
	border: 2px solid #eaebeb;
	background-color: #f7f7f7;
}

input[type="radio"].radio_green[disabled] + label::after {
	border-bottom: 3px solid #d6d8d9;
	border-left:   3px solid #d6d8d9;
}

/****************************
  toggle-checkbox
****************************/

.checkbox-on-off label {
	box-sizing: content-box !important;
	margin: 0 !important;
	padding: 0 !important;
}

.checkbox-on-off {
	overflow: hidden;
	display: inline-block;
	width: 37px;
	height: 17px;
	padding-right: 2px;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
}

.checkbox-on-off input[type="checkbox"] {
	position: absolute;
	width: 37px;
	height: 15px;
	opacity: 0;
}

.checkbox-on-off label {
	display: inline-block;
	width: 100%;
	height: 13px;
	border: 1px solid transparent;
	border-radius: 20px;
	background: #b8b8b8;
}

.checkbox-on-off input[type="checkbox"]:checked + label {
	background-color: #167ac6;
}

.checkbox-on-off label > * {
	display: inline-block;
	height: 100%;
	vertical-align: top;
	transition: width 0.1s;
}

.checkbox-on-off .checked {
	text-align: center;
	line-height: 13px;
}

.checkbox-on-off .checked:before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 8px;
	background-repeat: no-repeat;
	background-size: 10px 8px;
	background-position: 0px 0px;
	background-image: url(../images/checkbox_onoff.svg);
	vertical-align: 0px;
}

.checkbox-on-off .toggle {
	width: 13px;
	border-radius: 13px;
	background: #fbfbfb;
}

.checkbox-on-off .checked, 
.checkbox-on-off input[type="checkbox"]:checked + label .unchecked {
	width: 0;
}

.checkbox-on-off .unchecked, 
.checkbox-on-off input[type="checkbox"]:checked + label .checked {
	width: 22px;
}

.checkbox-on-off input[type="checkbox"]:disabled + label {
	opacity: 0.5;
}

.text_flag_show {
	padding-left: 8px;
	font-family: var(--font-gothic);
	font-size: 13px;
	line-height: 1;
	color: #f00;
}

/****************************
  button
****************************/

button.btn_gray, 
a.btn_gray, 
input[type="button"].btn_gray, 
input[type="submit"].btn_gray, 
input[type="reset"].btn_gray {
	min-width: 5em;
	margin:  0;
	padding: 7px .7em;
	border: 1px solid #bbb;
	border-radius: 3px;
	background-color: #e0e0e0;
	background-image: -webkit-linear-gradient(#fff, #e0e0e0);
	background-image:    -moz-linear-gradient(#fff, #e0e0e0);
	background-image:         linear-gradient(#fff, #e0e0e0);
	vertical-align: middle;
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	line-height: 14px;
	color: #333;
	text-decoration: none;
	cursor: pointer;
	opacity: 1;
	-webkit-appearance: button;
	appearance: button;
	-webkit-user-select: none;
	        user-select: none;
	transition: all 0.1s linear;
}

button.btn_gray:hover, 
a.btn_gray:hover, 
input[type="button"].btn_gray:hover, 
input[type="submit"].btn_gray:hover, 
input[type="reset"].btn_gray:hover {
	-webkit-box-shadow: 0px 0px 5px #aaa;
	   -moz-box-shadow: 0px 0px 5px #aaa;
	        box-shadow: 0px 0px 5px #aaa;
	opacity: 1;
	text-decoration: none;
}

button.btn_gray:active, 
a.btn_gray:active, 
input[type="button"].btn_gray:active, 
input[type="submit"].btn_gray:active, 
input[type="reset"].btn_gray:active {
	background-image: -webkit-linear-gradient(#eee, #bbb);
	background-image:    -moz-linear-gradient(#eee, #bbb);
	background-image:         linear-gradient(#eee, #bbb);
}

/* small */
button.btn_gray.small, 
a.btn_gray.small, 
input[type="button"].btn_gray.small, 
input[type="submit"].btn_gray.small, 
input[type="reset"].btn_gray.small {
	min-width: 2.8em;
	padding: 4px 2px;
	font-size: 12px;
	line-height: 14px;
}

/* disabled */
button.btn_gray[disabled], 
input[type="button"].btn_gray[disabled], 
input[type="button"].btn_gray[disabled], 
input[type="submit"].btn_gray[disabled], 
input[type="reset"].btn_gray[disabled], 
input[type="button"].btn_gray[disabled]:active, 
input[type="submit"].btn_gray[disabled]:active, 
input[type="reset"].btn_gray[disabled]:active {
	color: #bbb;
	border: 1px solid #ddd;
	background-image: -webkit-linear-gradient(#eee, #eee);
	background-image:    -moz-linear-gradient(#eee, #eee);
	background-image:         linear-gradient(#eee, #eee);
	cursor: default;
}

button.btn_gray[disabled]:hover, 
input[type="button"].btn_gray[disabled]:hover, 
input[type="submit"].btn_gray[disabled]:hover, 
input[type="reset"].btn_gray[disabled]:hover {
	box-shadow: none;
}

input[type="button"].btn_gray.thin {
	min-width: auto;
}

.wrapper_button, 
.wrapper_button > div, 
.wrapper_button > div i {
	height: 30px;
	padding: 0;
	vertical-align: top;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
}

.wrapper_button {
	display: table;
	margin: 20px auto 0;
}

.wrapper_button > div {
	display: table-cell;
	width: 130px;
	margin: 0;
}

.wrapper_button > div i {
	display: inline-block;
	width: 130px;
	margin: 0;
	color: #000;
}

.wrapper_button .wait {
	display: none;
}

.wrapper_button button.btn_gray, 
.wrapper_button a.btn_gray, 
.wrapper_button input[type="button"].btn_gray, 
.wrapper_button input[type="submit"].btn_gray, 
.wrapper_button input[type="reset"].btn_gray {
	margin-right: auto;
	margin-left:  auto;
}

.wrapper_button.right {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: right;
}

.wrapper_button.right > div.right {
	display: inline-block;
	width: 5em;
	margin: 0;
	padding: 0;
	text-align: center;
}

/****************************
  pagination
****************************/

.pagination {
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0 0;
	text-align: center;
}
.pagination a, 
.pagination span {
	display: inline-block;
	min-width: 28px;
	height: 28px;
	margin: 0 1px;
	padding: 0 2px;
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	line-height: 28px;
	text-decoration: none;
}
.pagination a:link, 
.pagination a:visited {
	background-color: #f3f3f3;
	color: #666;
}
.pagination a:hover, 
.pagination a:active, 
.pagination span {
	background-color: #2e3338;
	color: #fff;
}
.pagination span.disabled {
	background-color: #f6f6f6;
	color: #aaa;
}

.icon_angle {
	font-size: 14px;
}

/****************************
  element
****************************/

.float_left {
	float: left;
	text-align: left;
}

.float_right {
	float: right;
	text-align: right;
}

a, :focus, :active {
	outline: none;
}

.warning {
	clear: both;
	display: inline-block;
	width: 100%;
	margin:  0 0 15px;
	padding: 8px 8px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
	color: #fff;
	background-color: #c00;
}

.updok {
	display: inline-block;
	margin: 0;
	padding: 0 4px;
	background-color: #c00;
	vertical-align: 1px;
	font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 18px;
	color: #fff;
}

.nav_local {
	margin:  0;
	padding: 0 0 8px;
	color: #999;
	font-size: 13px;
	line-height: 26px;
}

.nav_local a {
	color: #333;
}

.nav_local select {
	height: 26px;
	margin-top: -3px;
}

.nav_local b {
	font-style: normal;
	font-weight: normal;
	color: #000;
}

.nav_local b.red {
	color: #f00;
}

.nav_local a.active {
	color: #999;
}

h1.h1_header, 
h2, 
h3 {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

h4 {
	margin:  0;
	padding: 0;
	font-weight: normal;
}

h1.h1_header {
	color: #666;
}

h2, h2 span, h3, h4 {
	color: #999;
}

h2.ins {
	color: #f00;
}

h1.h1_header, 
h2, 
h3, 
h4, 
.nav_local strong {
	font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', arial, sans-serif;
	font-size: 13px;
}

h1.h1_header, 
h2, 
h3, 
h4, 
.nav_local, 
.nav_local strong {
	line-height: 19px;
}

p.p_notice {
	margin:  0;
	padding: 0;
	color: #777;
	font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', arial, sans-serif;
	font-size: 12px;
}

.red {
	color: #c00;
	color: #f00;
}

.necess {
	font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', arial, sans-serif;
	color: #f00;
}

.blue {
	font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', arial, sans-serif;
	color: #257bc3;
}

.label_red,
.label_blue,
.label_green {
	display: inline-block;
	margin: 0;
	padding: 0 4px;
	vertical-align: 1px;
	font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 18px;
	color: #fff;
}

.label_red {
	background-color: #f60;
}

.label_blue {
	background-color: rgba(68, 169, 195, 1);
}

.label_green {
	background-color: rgba(140, 170, 41, 1);
}

.pt8  { padding-top:     8px; }
.pt10 { padding-top:    10px; }
.pt15 { padding-top:    15px; }
.pt20 { padding-top:    20px; }
.pt30 { padding-top:    30px; }
.pt40 { padding-top:    40px; }
.pb10 { padding-bottom: 10px; }
.pb15 { padding-bottom: 15px; }
.pb20 { padding-bottom: 20px; }
.pr10 { padding-right:  10px; }
.pl10 { padding-left:   10px; }
.pl20 { padding-left:   20px; }

ul.local_nav_ul {
	display: inline-block;
	margin: 0;
	padding: 0;
}

ul.local_nav_ul > li {
	display: inline-block;
	padding: 0 0 0 12px;
}

ul.local_nav_ul > li, 
ul.local_nav_ul > li a, 
ul.local_nav_ul > li span, 
ul.local_nav_ul > li input[type="button"] {
	margin: 0;
	font-family: var(--font-gothic);
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	line-height: 1;
	color: #333;
}

ul.local_nav_ul > li a, 
ul.local_nav_ul > li span, 
ul.local_nav_ul > li input[type="button"] {
	padding: 6px 5px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: #fff;
	text-decoration: none;
	-webkit-appearance: none;
	appearance: none;
	user-select: none;
}

ul.local_nav_ul > li a.active {
	color: #999;
}

ul.local_nav_ul > li span {
	color: #999;
	cursor: default;
}

ul.local_nav_ul > li a:hover {
	background-color: #efefef;
	text-decoration: none;
}

@media (max-width: 1000px) {
	ul.local_nav_ul > li:first-child {
		padding-left: 0;
	}
}

ul.local_nav_ul.delete {
	display: block;
	width: 100%;
	margin: 0;
	padding: 15px 0 0;
}

ul.local_nav_ul.delete > li {
	margin: 0;
	padding: 0;
}

/****************************
  responsive
****************************/

table.table_master th, 
table.table_index th, 
table.table_index th.td_btn, 
table.table_index td.td_btn, 
table.table_index th.td_num, 
table.table_index td.td_num, 
table.table_detail th, 
dl.dl_form_date dt, 
dl.dl_form_date dd, 
dl.dl_form_photo dt, 
dl.dl_form_photo dd {
	white-space: nowrap;
}

.display_block_mob {
	display: inline-block;
	margin: 0;
	padding: 0 1em 0 0;
	white-space: nowrap;
}

@media (max-width: 768px) {
	.display_block_mob {
		display: block;
		width: 100%;
		padding: 0.5em 0;
	}

	.display_none_mob2 {
		display: none;
	}
}

@media (max-width: 767px) {
	.float_left.float_none, 
	.float_right.float_none {
		float: none;
		clear: both;
		padding-top: 4px;
		text-align: left;
	}
}

@media (max-width: 480px) {
	.display_none_mob {
		display: none;
	}

	input[type="file"] {
		width: 100%;
	}

	table.table_master th, 
	table.table_detail th {
		white-space: normal;
	}
}

/****************************
  nav_local
*****************************/

.nav_local input[type="text"] {
	display: inline-block;
	width: 200px;
	margin: -3px 8px 0 0;
	padding: 4px 4px;
	border: 1px solid #ccc;
	vertical-align: middle;
	text-align: left;
	font-size: 12px;
	line-height: 1;
}

.nav_local input[type="text"]:focus {
	background-color: #fbffd7;
}

.nav_local input[type="submit"].btn_gray, 
.nav_local input[type="button"].btn_gray {
	display: inline-block;
	margin: -4px 10px 0 0;
	padding: 0 2px;
	vertical-align: middle;
	font-size: 12px;
	line-height: 22px;
}

#loading {
	position: fixed;
	z-index: 1;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	margin: 0;
	padding: 120px 0 0;
	background-color: rgba(255, 255, 255, 0.8);
	text-align: center;
}

@media (max-width: 1000px) {
	.nav_local span {
		display: block;
		padding: 0 0 15px;
	}
}

/****************************
  modal
****************************/

#modal-content {
	display: none;
	position: fixed;
	z-index: 2;
	width: 50%;
	margin: 0;
	padding: 15px 10px;
	background-color: #fff;
}

#modal-content i.fas {
	display: inline-block;
	margin: 0;
	padding: 0 5px 10px 0;
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
}

#modal-overlay {
	display: none;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	margin: 0;
	padding: 0;
	background-color: rgba(0, 0, 0, 0.7);
}

/****************************
  main
****************************/

h1.main_h1 {
	margin: 0 0 40px;
	padding: 5px 0 15px;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
	font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', arial, sans-serif;
	font-size: 16px;
	line-height: 1;
	color: #666;
}

table.main_table {
	width: 22em;
	margin: 0 auto 30px;
	padding: 0;
}

table.main_table th, 
table.main_table td {
	margin: 0;
	border: 1px solid #ccc;
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
	font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', arial, sans-serif;
	font-size: 14px;
	line-height: 1;
	color: #666;
	white-space: nowrap;
}

table.main_table th {
	padding: 0.7em 1em;
	background-color: #efefef;
}

table.main_table td {
	padding: 1em 1em;
}

table.main_table td a:hover {
	text-decoration: none;
}

table.main_table td a::before {
	padding-right: 0.5em;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 16px;
	line-height: 1;
	color: #999;
	content: '\f0da';
}

table.main_table td input[type="text"] {
	display: inline-block;
	width: 15em;
	margin: 0 8px 0 0;
	padding: 4px 4px;
	border: 1px solid #ccc;
	vertical-align: middle;
	text-align: left;
	font-size: 13px;
	line-height: 1;
}

table.main_table td input[type="text"]:focus {
	background-color: #fbffd7;
}

table.main_table td button.btn_gray,
table.main_table td input[type="submit"].btn_gray {
	display: inline-block;
	padding: 7px 7px;
	font-size: 13px;
	line-height: 1;
}

table.main_table td input[type="number"].word_limit {
	display: inline-block;
	width: 6em;
	margin: 0 8px 0 0;
	padding: 4px 4px;
	border: 1px solid #ccc;
	vertical-align: middle;
	text-align: left;
	font-size: 13px;
	line-height: 1;
}

table.main_table td input[type="number"].word_limit:focus {
	background-color: #fbffd7;
}

table.main_table td input[type="email"].email_mailmagazine {
	display: inline-block;
	width: 15em;
	margin: 0 8px 0 0;
	padding: 4px 4px;
	border: 1px solid #ccc;
	vertical-align: middle;
	text-align: left;
	font-size: 13px;
	line-height: 1;
}

table.main_table td input[type="email"].email_mailmagazine:focus {
	background-color: #fbffd7;
}

table.main_table td input[type="text"].date_mailmagazine {
	width: 9em;
}

@media (min-width: 769px) {
	table.main_table {
		width: 24em;
	}
}

/****************************
  banner
****************************/

input[type="text"].banner_id {
	width: 8em;
}

input[type="text"].banner_nm {
	width: 20em;
}

/****************************
  article
****************************/

table.table_index th.td_id, 
table.table_index td.td_id {
	width: 50px;
	white-space: nowrap;
}

table.table_index th.td_date, 
table.table_index td.td_date {
	width: 90px;
	white-space: nowrap;
}

input[type="text"].article_title {
	width: 20em;
}

@media (max-width: 768px) {
	input[type="text"].article_title {
		width: 100%;
	}
}

iframe.article_detail_iframe {
	width: 100%;
/* 	height: 800px; */
	height: 85vh;
	margin: 0;
	padding: 0;
	word-wrap: break-word;
	word-break: break-all;
}

span.article_type_cd {
	display: inline-block;
	width: calc(100% / 6);
	margin: 0;
	padding: 5px 0;
	vertical-align: middle;
	line-height: 1;
}

@media (max-width: 768px) {
	span.article_type_cd {
		width: calc(100% / 3);
	}
}

span.article_banner_id {
	display: inline-block;
	width: calc(100% / 3);
	margin: 0;
	padding: 5px 0;
	vertical-align: middle;
	line-height: 1;
}

@media (max-width: 768px) {
	span.article_banner_id {
		width: calc(100% / 2);
	}
}

table.table_detail td input[type="checkbox"] {
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	line-height: 1;
}

table.table_detail td.td_with_padding.image {
	padding: 8px 7px;
	vertical-align: top;
	font-size: 13px;
	line-height: 1;
}

.wrapper_table_detail > div table.table_detail td input[type="text"].article_img_width {
	display: inline-block;
	width: 80px;
	margin: 0 12px 0 8px;
	padding: 3px 4px;
	border: 1px solid #ccc;
	vertical-align: middle;
	text-align: left;
	font-size: 13px;
	line-height: 1;
}

.wrapper_table_detail > div table.table_detail td input[type="text"].article_img_width:focus {
	background-color: #fbffd7;
}

input[type="text"].date1 {
	width: 8em;
	margin: -3px 3px 0 0;
}

input[type="text"].date2 {
	width: 8em;
	margin: -3px 8px 0 5px;
}

.wrapper_button_article {
	display: table;
	margin: 0;
	padding: 0;
}

.wrapper_button_article > div {
	display: table-cell;
	margin: 0;
	padding: 30px 0 0;
	text-align: left;
}

.wrapper_button_article > div.left {
	padding: 30px 60px 0 0;
}

.wrapper_button_article > div.right {
	padding: 30px 0 0 60px;
}

@media (max-width: 768px) {
	.wrapper_button_article {
		display: block;
	}

	.wrapper_button_article > div, 
	.wrapper_button_article > div.left, 
	.wrapper_button_article > div.right {
		display: block;
		padding: 30px 0 0;
	}
}

.wrapper_article_pagination .pagination {
	display: block;
	width: initial;
	margin: 0;
	padding: 0;
	text-align: left;
}

.article_notice_h3 {
	margin: 0;
	padding: 20px 0 0;
	text-align: left;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.3;
	color: #666;
}

.article_notice {
	display: block;
	margin: 0;
	padding: 8px 0 0;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 1.3;
}

.article_notice.no_pt {
	padding: 0px 0 0;
}

.article_notice_red {
	display: block;
	margin: 0;
	padding: 8px 0 0;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.3;
	color: #f00;
}

.article_notice_lv_num {
	display: block;
	margin: 0;
	padding: 0;
	text-align: right;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 1.5;
	color: #666;
}

table.table_index th.td_lv_num, 
table.table_index td.td_lv_num {
	width: 60px;
	margin: 0;
	padding: 0;
	text-align: center;
	white-space: nowrap;
}

input[type="text"].input_lv_num {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 32px;
	text-align: center;
	background-color: transparent;
}

/****************************
  op tag
*****************************/

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

input[type="text"].tag {
	display: inline-block;
	width: 200px;
	margin: 5px 5px 5px 0;
	border: 1px solid #cc9;
}

input[type="text"].tag:focus {
	background-color: #fbffd7;
}

input[type="text"].tag.color_pink {
	border-color: #ffc4c4;
}

/****************************
  banner_add
****************************/

table.table_index.banner_add th, 
table.table_index.banner_add td {
	padding: 7px 5px;
}

table.table_index.banner_add th.checkbox_td, 
table.table_index.banner_add td.checkbox_td {
	width: 30px;
}

/****************************
  color
****************************/

dl.dl_form_date, 
dl.dl_form_photo, 
table.table_master th, 
table.table_master td, 
table.table_index, 
table.table_index td, 
table.table_detail th, 
table.table_detail td {
	border-color: #cc9;
}

table.table_index tr.gt td {
	border-top: 3px double #cc9;
}

table.table_detail th b.red {
	font-style: normal;
	font-weight: normal;
	color: #f00;
	color: #000;
}

dl.dl_form_date dt, 
dl.dl_form_photo dt, 
table.table_master th, 
table.table_index th, 
table.table_detail th {
	background-color: #eec;
	background-color: #f1f1d7;
}

table.table_index tr.even {
	background-color: #f7f7ee;
}

table.table_index tr:nth-child(odd) {
	background-color: #f7f7ee;
}

table.table_index tr.gt {
	background-color: #fff;
}

table.table_index tr:hover {
	background-color: #f8ffbe;
}

table.table_detail td.highlight {
	background-color: #f8ffbe;
}

dl.dl_form_date dt, 
dl.dl_form_photo dt, 
table.table_master th, 
table.table_detail th, 
table.table_index th, 
table.table_index th a {
	color: #998b71;
	color: #969085;
}

dl.dl_form_date dd, 
table.table_master td, 
table.table_index td, 
table.table_detail td {
	color: #000;
}

table.table_index tr.tr_saturday td, 
table.table_index tr.tr_sunday td, 
table.table_index tr.tr_holiday td, 
table.table_index tr.tr_closedday td {
	background-color: #f7f7ee;
}

table.table_index tr.tr_saturday td.week {
	color: #1b4ad0;
}

table.table_index tr.tr_sunday td.week {
	color: #f00;
}

table.table_index tr.tr_holiday td.week {
	color: #f7514d;
}

table.table_index tr.tr_closedday td.week {
	color: #000;
}

.saturday {
	color: #1b4ad0;
}

.sunday {
	color: #f00;
}

.holiday {
	color: #f7514d;
}

.closedday {
	color: #000;
}

/* pink */

table.table_index.color_pink, 
table.table_index.color_pink th, 
table.table_index.color_pink td, 
table.table_detail.color_pink th, 
table.table_detail.color_pink td, 
dl.dl_form_date.color_pink, 
dl.dl_form_photo.color_pink {
	border-color: #ffc4c4;
}

table.table_index.color_pink th, 
table.table_detail.color_pink th, 
dl.dl_form_date.color_pink dt, 
dl.dl_form_photo.color_pink dt {
	background-color: #fff1f1;
	color: #c99;
}

table.table_index.color_pink tr.even {
	background-color: #fffbfb;
}

/****************************
  print
****************************/

@media print {
	a[href]:after, 
	abbr[title]:after {
		content: ""!important;
	}

	body {
		color: #000;
		background-color: #fff;
	}
	a:link, 
	a:visited, 
	a:hover, 
	a:active {
		color: #000;
		text-decoration: none;
	}

	.noprint {
		display: none;
	}

	dl.dl_form_date, 
	dl.dl_form_photo, 
	table.table_master th, 
	table.table_master td, 
	table.table_index, 
	table.table_index td, 
	table.table_detail th, 
	table.table_detail td {
		border-color: #ccc;
	}

	table.table_index tr.gt td {
		border-top: 1px double #ccc;
	}
	
	dl.dl_form_date dt, 
	dl.dl_form_photo dt, 
	table.table_master th, 
	table.table_index th, 
	table.table_detail th {
		background-color: #eee;
	}

	table.table_index tr.even, 
	table.table_index tr:nth-child(odd) {
		background-color: #fff;
	}

	dl.dl_form_date dt, 
	dl.dl_form_photo dt, 
	table.table_master th, 
	table.table_detail th, 
	table.table_index th, 
	table.table_index th a {
		color: #000;
	}
}

/****************************
  CONVERT BUTTON
****************************/

.button-post {
	box-sizing: border-box;
	width: 100%;
	height: 30px;
	margin:  0 auto;
	padding: 0;
	border: 1px solid #ccc;
	border-radius: 3px;
	background-color: #f7f7f7;
	box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, 0.08);
	vertical-align: middle;
	text-align: center;
	font-weight: normal;
	font-style: normal;
	color: #333;
	cursor: pointer;
	white-space: nowrap;
	text-decoration: none;
	-webkit-appearance: none;
	appearance: none;
	user-select: none;
	outline: none;
	overflow: hidden;
}

.button-post:hover,
.button-post:focus {
	border-color: #999;
	background-color: #fafafa;
	color: #333;
	text-decoration: none;
	outline: none;
}

.button-post:active {
	border-color: #999;
	background-color: #eee;
	box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);
	outline: none;
}

.button-post:disabled {
	border-color: #e3e3e3;
	background-color: #fafafa;
	box-shadow: none;
	color: #bbb;
	cursor: default;
}

.button-post b {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-weight: normal;
	font-style: normal;
}

.button-post, 
.button-post b {
	font-size: 14px;
	line-height: 28px;
}

.button-post i {
	display: none;
	font-size: 16px;
	line-height: 28px;
}

.button-post:disabled i {
	color: #333;
}

/****************************
  CONVERT 1
****************************/

.dropzone {
	display: table;
	width: 600px;
	height: 200px;
	margin: 20px auto 0;
	padding: 0;
	border: 3px solid #ccc;
	background-color: #eee;
	text-align: center;
}

.dropzone > p {
	display: table-cell;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 1;
	color: #999;
	cursor: default;
}

.dropzone > b {
	display: none;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	font-size: 40px;
	line-height: 1;
	color: #999;
	cursor: default;
}

.dropzone.drop {
	background-color: #ddd;
}

.dropzone.drop > p {
	display: none;
}

.dropzone.drop > b {
	display: table-cell;
	color: #999;
}

.file_upload_body_wrapper {
	margin: 0;
	padding: 20px 0 0;
	text-align: center;
}

.file_upload_body_wrapper > label {
	margin: 0 auto;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 1;
	color: #999;
}

.file_upload_body_wrapper > label > input {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #999;
}

.file_upload_button_wrapper {
	width: 110px;
	margin: 30px auto 0;
	padding: 0;
	text-align: center;
}

/****************************
  CONVERT 2
****************************/

.endpoint_body_wrapper {
	box-sizing: border-box;
	width: 100%;
	height: calc(100vh - 230px);
	margin: 5px 0 0;
	padding: 0;
	border: 1px solid #999;
	vertical-align: bottom;
}

textarea.input_noborder.endpoint {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0px 4px;
	font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', sans-serif;
	font-size: 16px;
	line-height: 2;
	color: #000;
}

.endpoint_button_wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin: 15px 0 0;
	padding: 0;
}

.endpoint_button_wrapper > div.left {
	width: 70px;
}

.endpoint_button_wrapper > div.center {
	width: 60px;
}

.endpoint_button_wrapper > div.right {
	width: 80px;
}

@media (max-width: 600px) {
	.endpoint_body_wrapper {
		height: 800px;
	}
}

/****************************
  CONVERT 3
****************************/

.addtag_button_wrapper {
	display: flex;
	margin: 0 0 10px;
	padding: 0;
}

.addtag_button_wrapper > div {
	margin: 0 10px 0 0;
}

.addtag_button_wrapper.head > div {
	width: initial;
}

.addtag_button_wrapper.body > div {
	width: 68px;
}

.addtag_button_wrapper.head > div .button-post, 
.addtag_button_wrapper.body > div .button-post {
	font-size: 13px;
}

.addtag_button_wrapper.head > div .button-post {
	padding-right: 7px;
	padding-left:  7px;
}

/****************************
  modal
****************************/

#modal-overlay {
	display: none;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	margin: 0;
	padding: 30% 0 0;
	background-color: rgba(0, 0, 0, 0.85);
}

#modal-overlay > div {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

#modal-overlay > div > figure {
	margin: 0;
	padding: 0;
	text-align: center;
}

#modal-overlay > div > figure > img {
	width: 100%;
	height: initial;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

#modal-overlay > div > h1 {
	margin: 0;
	padding: 18px 0 0;
	text-align: center;
	font-weight: normal;
	font-style: normal;
	font-size: 19px;
	line-height: 1.5;
	color: #fff;
}

#modal-overlay > div > p {
	margin: 0;
	padding: 20px 0 0;
	text-align: center;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
}

@keyframes scale {
	0% {
		transform: scale(1);
		opacity: 1;
	}
	45% {
		transform: scale(0.5);
		opacity: 0.7;
	}
	80% {
		transform: scale(1);
		opacity: 1;
	}
}

.ball-pulse > div:nth-child(1) {
	animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse > div:nth-child(2) {
	animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse > div:nth-child(3) {
	animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse > div {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 4px;
	padding: 0;
	border-radius: 100%;
	background-color: #fff;
	animation-fill-mode: both;
}

/****************************
  balloon
****************************/

#alert_result_update, 
#alert_result_update_2 {
	opacity: 0;
	transition: opacity 0.6s;
}

.balloon_fix {
	position: fixed;
	z-index: 9999;
	top: 12px;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	margin: 0;
	padding: 0 0.7em;
	border-radius: 3px;
	background-color: rgba(253, 239, 202, 1);
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	line-height: 29px;
	color: rgba(145, 116, 56, 1);
}

.balloon_right {
	display: inline-block;
	margin: 0 0 0 5px;
	padding: 0 8px;
	border-radius: 6px;
	background-color: #c00;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	line-height: 22px;
	color: #fff;
	position: relative;
}

.balloon_right:before {
	position: absolute;
	top: 50%;
	right: 98%;
	transform: translateY(-50%);
	border: 5px solid transparent;
	border-right: 10px solid #c00;
	content: '';
}

.balloon_right.blue {
	background-color: #39f;
}

.balloon_right.blue:before {
	border-right: 10px solid #39f;
}

/****************************
  article_ranking_wrapper
****************************/

#admin_index_wrapper {
	margin: 0 auto;
	padding: 0;
}

#admin_index_wrapper > div {
	margin: 0;
	padding: 0;
	vertical-align: top;
}

#admin_index_wrapper > div + div {
	padding: 50px 0 0;
}

#article_ranking_wrapper {
	margin: 0;
	padding: 0;
}

#article_ranking_wrapper table {
	width: 100%;
	margin: 0;
	padding: 0;
}

#article_ranking_wrapper table th {
	margin: 0;
	padding: 6px 8px;
	border: 1px solid #ccc;
	background-color: #efefef;
	vertical-align: middle;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 1;
	color: #888;
}

#article_ranking_wrapper table td {
	margin: 0;
	padding: 8px 8px;
	border: 1px solid #ccc;
	vertical-align: middle;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 1;
	color: #666;
}

#article_ranking_wrapper table tr:nth-child(odd) td {
	background-color: #f6f6f6;
}

#article_ranking_wrapper table th.center, 
#article_ranking_wrapper table td.center {
	text-align: center;
}

#article_ranking_wrapper table th.right, 
#article_ranking_wrapper table td.right {
	min-width: 50px;
	text-align: right;
}

#article_ranking_wrapper table th.article, 
#article_ranking_wrapper table td.article {
	width: 23em;
	text-align: left;
}

#article_ranking_wrapper h2 {
	margin: 0;
	padding: 0;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 1;
	color: #666;
}

#article_ranking_wrapper h3 {
	margin: 0;
	padding: 15px 0 10px;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 1;
	color: #888;
}

#article_ranking_wrapper h3.first {
	padding: 0 0 10px;
}

#article_ranking_wrapper .accordion_body > table {
	margin-bottom: 10px;
}

#article_ranking_wrapper p {
	margin: 0;
	padding: 15px 0 0;
	text-align: left;
	font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.5;
	color: #999;
}

@media (min-width: 769px) {
	#admin_index_wrapper {
		display: table;
		margin: 0 auto;
		padding: 0;
	}
	
	#admin_index_wrapper > div {
		display: table-cell;
		margin: 0;
		padding: 0 40px 0 0;
		vertical-align: top;
	}
	
	#admin_index_wrapper > div + div {
		min-width: 470px;
		padding: 0;
	}
}

#alert_count_mailmagazine {
	position: absolute;
	z-index: 9999;
	top: 70px;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	margin: 0;
	padding: 0 0.7em;
	border-radius: 1px;
	background-color: #c00;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
}

/**/

.accordion_button {
	display: block;
	width: 100%;
	margin: 0;
	padding: 10px 0;
	font-size: 13px;
	line-height: 1;
	color: #666;
	cursor: pointer;
	user-select: none;
	position: relative;
}

.accordion_button::after {
	position: absolute;
	top: 10px;
	right: 0;
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	font-size: 12px;
	line-height: 1;
	color: #000;
	content: '\f078';
}

.accordion_button.active::after {
	content: '\f077';
}

.accordion_body {
	overflow: hidden;
	height: 0;
	margin: 0;
	padding: 0;
	transition: all 0.3s;
}

.accordion_body > div {
	margin: 0;
	padding: 15px 0 0;
}

/****************************
  INDEX TAB
****************************/

.article_ranking_tab {
	display: flex;
	margin: 0;
	padding: 12px 0 0;
	border-bottom: 1px solid #ccc;
	list-style: none;
}

.article_ranking_tab .tab {
	transform: translateY(1px);
	margin: 0;
	padding: 0px 8px;
	border: 1px solid #ccc;
	border-radius: 3px 3px 0 0;
	background-color: #fff;
	vertical-align: middle;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 28px;
	color: #999;
	cursor: pointer;
	text-decoration: none;
	user-select: none;
}

.article_ranking_tab .tab:first-child {
	margin-right: 10px;
	margin-left: 10px;
}

.article_ranking_tab .tab:last-child {
	margin-right: 0;
	margin-left: 0;
}

.article_ranking_tab .tab.is-active {
	background-color: #efefef;
	color: #666;
	transition: all 0.2s ease-out;
}

.article_ranking_panel {
	margin: 0;
	padding: 20px 0 0;
}

.article_ranking_panel .panel {
	display: none;
}

.article_ranking_panel .panel.is-show {
	display: block;
}

#sub_id_wrapper_2 {
	display: none;
}

/****************************
  BANNER
****************************/

#banner-content {
	display: none;
}

.wrapper_banner {
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	margin:  0 -7px;
	padding: 0;
}
.wrapper_banner input {
	display: none;
}
.wrapper_banner label {
	box-sizing: border-box;
	display: inline-block;
	width: 214px;
	margin:  14px 7px 0;
	padding: 6px 6px;
	border: 1px solid #ddd;
	border-color: #d6d3ce;
	border-radius: 2px;
	background-color: #fff;
	vertical-align: top;
	text-align: left;
	color: #999;
	font-weight: normal;
	line-height: 1.5;
	cursor: pointer;
	transition: .2s;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.wrapper_banner input[type="checkbox"]:checked + label {
	border: 1px solid #bda988;
	background-color: #f8ffbe;
	color: #000;
}

/****************************
  sort
****************************/

.sort_title_ul, 
.sort_ul {
	box-sizing: border-box;
	display: table;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sort_title_ul > li {
	display: table;
	margin: 0;
	padding: 0;
	border-top: 1px solid #eec;
	background-color: #eec;
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	line-height: 1;
	color: #888;
}

.sort_ul > li {
	display: table;
	margin: 0;
	padding: 0;
	background-color: #fff;
	border-top: 1px solid #eec;
	background-image: url(../images/icon_handle_hover.svg);
	background-repeat: no-repeat;
	background-position: left 15px center;
	background-size: 8px 13px;
	vertical-align: middle;
	text-align: left;
	font-size: 13px;
	line-height: 1;
}

.sort_ul > li.even {
	background-color: #f7f7ee;
}

.sort_ul > li:active {
	background-color: #f8ffbe;
}

.sort_ul > li:last-child {
	width: 100%;
	height: 20px;
	padding: 0;
	border: 0;
	border-top: 1px solid #eec;
	background: transparent;
}

.sort_title_ul > li span {
	display: table-cell;
	padding: 6px 5px;
	vertical-align: middle;
	text-align: left;
	white-space: nowrap;
}

.sort_ul > li span {
	display: table-cell;
	padding: 7px 5px;
	vertical-align: middle;
	text-align: left;
	font-size: 13px;
	line-height: 1;
	white-space: nowrap;
}

.sort_ul > li.disabled span {
	color: #ccc;
}

.sort_title_ul > li .handle, 
.sort_ul > li .handle {
	width: 44px;
	padding-right: 0;
	padding-left: 0;
	text-align: center;
}

.sort_title_ul > li .sort, 
.sort_ul > li .sort {
	width: 50px;
	text-align: center;
}

.sort_title_ul > li .category, 
.sort_ul > li .category {
	width: 100px;
	text-align: center;
}

.sort_title_ul > li .name, 
.sort_ul > li .name {
	width: 220px;
	text-align: left;
}

.sort_title_ul > li .button, 
.sort_ul > li .button {
	width: 40px;
	text-align: center;
	font-size: 12px;
}

.sort_ul > li .handle, 
.sort_ul > li .sort, 
.sort_ul > li .category, 
.sort_ul > li .name, 
.sort_ul > li .button {
	cursor: grab;
}

.sort_ul > li .handle:active,
.sort_ul > li .sort:active, 
.sort_ul > li .category:active, 
.sort_ul > li .name:active, 
.sort_ul > li .button:active {
	cursor: grabbing;
}

.sort_ul.handle_none > li {
	background-image: none;
}

.sort_title_ul.handle_none > li .category, 
.sort_ul.handle_none > li .category {
	width: 50px;
	text-align: left;
}

.sort_ul.handle_none > li .handle, 
.sort_ul.handle_none > li .sort, 
.sort_ul.handle_none > li .category, 
.sort_ul.handle_none > li .name, 
.sort_ul.handle_none > li .button,
.sort_ul.handle_none > li .handle:active,
.sort_ul.handle_none > li .sort:active, 
.sort_ul.handle_none > li .category:active, 
.sort_ul.handle_none > li .name:active, 
.sort_ul.handle_none > li .button:active {
	cursor: default;
}

/* TEST MODE */
/*
dl.dl_form_date, 
dl.dl_form_photo, 
table.table_master th, 
table.table_master td, 
table.table_index, 
table.table_index td, 
table.table_detail th, 
table.table_detail td {
	border-color: #ffc4c4;
	border-color: #f00;
}

.bg-dark {
	background-color: #f00 !important;
}
*/
