@charset "UTF-8";
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 0;
	margin: 0px !important;
	font-size: 16px;
	background-color: #f8f8f8 !important;
	color: #555;
}

body.sess-error {
	background-image: url(../image/bg_2.jpg);
	background-position: center bottom;
	padding-bottom: 500px;
	background-repeat: no-repeat;
	background-size: 100%;
}


input {
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif \9;
}

textarea {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif \9;
}

:root * {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

* {

	box-sizing: border-box;
}

a {
	text-decoration: none;

}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

.clearfix select {
	-webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
	-moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
	appearance: none; /* 標準のスタイルを無効にする */
	float:right;
	font-size: 13px;
	line-height: 1.6em;
    margin: 5px 3px 0px 0px;
	padding:3px 10px;
	color:#FFF;
	border:0px solid;
	border-radius: 4px;
	background-color: #003F8E;
}
.clearfix ::-ms-expand { /* select要素のデザインを無効にする（IE用） */
	display: none;
}

h1, h2, h3, h4, h5, h6, li, ul, p, table, td, th, a {
	list-style-type: none;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

.t-c {
	text-align: center;
}

.t-r {
	text-align: right;
}

.t-l {
	text-align: left;
}

.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.status_ic {
	float: right;
	background-color: #cbecec;
	color: #333;
	font-size: 15px;
	border-radius: 4px;
	padding: 3px;
	min-width: auto;
	margin-bottom: 10px;
	text-align: center;
}

@media screen and (max-width: 760px) {
	.status_ic {
		min-width: 100%;
	}
}

h4 {
	margin: 0 0 30px 0;
}

input[type="text"], select {
	border: 1px solid #ccc;
	font-size: 110%;
	width: auto !important;
	padding: 5px 5px;
	border-radius: 4px;
}

textarea {
	border: 1px solid #ccc;
	font-size: 110%;
	width: 100% !important;
	padding: 5px 5px;
	border-radius: 4px;
}

.order_list input[type="text"], .order_list select {
	border: 1px solid #ccc;
	font-size: 110%;
	width: 100% !important;
	padding: 5px 5px;
	border-radius: 4px;
}

img {
	max-width: 100%;
	height: auto;
}

.body_login {
	width: 100%;
	padding: 30px 40px 40px;
	height: 600px;
	background-image: url(../image/loginbg.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	font-size: 13px;
}

.login-right input {
	font-size: 16px;
	padding: 10px;
	border-radius: 4px;
	border: solid 1px #ccc;
	color: #666;
	letter-spacing: 1px;
	-moz-border-radius: 4px 4px 4px 4px;
	margin: 10px 0;
	width: 90%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.login-right {
	width: 350px;
	float: left;
	background-color: rgba(255, 255, 255, 1);
	margin: 0 0 20px;
	padding: 30px 15px 80px 15px;
	border-radius: 5px;
}
.login-right .contact a {
	color: #555;
	text-decoration: underline;
}


.login_txt {
	text-align: left;
	line-height: 1.8em;
}

.bt-submit-login {
	color: #fff !important;
	cursor: pointer;
	font-size: 130%;
	background-color: #00698C;
	margin: 20px 0;
	overflow: hidden;
	/*padding: 10px 50px !important;*/
	border: 0 !important;
	border-radius: 4px;
}
input.bt-submit-login:disabled {
	background-color: #e5e5e5;
}



footer {
	margin-bottom: 80px;
}
body.sess-error footer {
	margin-bottom: 0;
}

.order_list input[type="text"], .order_list select {
	border: 1px solid #ccc;
	font-size: 110%;
	width: auto !important;
	padding: 5px 5px;
	border-radius: 4px;
}

@media screen and (max-width: 415px) {
	.order_list input[type="text"] {
		width: 100% !important;
	}
}

/*.btn_search {*/
/*	border: 1px solid #ccc;*/
/*	background-color: #fff;*/
/*	border-radius: 5px;*/
/*	width: auto;*/
/*	padding: 5px 14px;*/
/*	display: inline-block;*/
/*	color: #333;*/
/*	margin-top: 5px;*/
/*	font-size: 83%;*/
/*	margin-bottom: 15px;*/
/*	box-shadow: 0 2px 6px #ccc;*/
/*}*/

.registRepeat {
	border: 1px solid #ccc;
	background-color: #fff;
	border-radius: 5px;
	width: 200px;
	padding: 5px;
	font-size: 100%;
	margin-bottom: 15px;
	box-shadow: 0 3px 8px #ccc;
}

.btn_delete {
	border: 1px solid #ccc;
	background-color: #fff;
	border-radius: 5px;
	width: auto;
	padding: 5px 14px;
	display: inline-block;
	color: #333;
	margin-top: 5px;
	font-size: 83%;
	margin-bottom: 15px;
	box-shadow: 0 2px 6px #ccc;
}

.btn_response {
	border: 1px solid #ccc;
	background-color: #fff;
	border-radius: 5px;
	width: auto;
	padding: 5px 14px;
	display: inline-block;
	color: #333;
	margin-top: 5px;
	font-size: 83%;
	margin-bottom: 15px;
	box-shadow: 0 2px 6px #ccc;
}

.btn_edit {
	border: 1px solid #ccc;
	background-color: #fff;
	border-radius: 5px;
	width: auto;
	padding: 5px 14px;
	display: inline-block;
	color: #333;
	margin-top: 5px;
	font-size: 83%;
	margin-bottom: 15px;
	box-shadow: 0 2px 6px #ccc;
}

.btn_view {
	border: 1px solid #ccc;
	background-color: #fff;
	border-radius: 5px;
	width: auto;
	padding: 5px 14px;
	display: inline-block;
	color: #333;
	margin-top: 5px;
	font-size: 83%;
	margin-bottom: 15px;
	box-shadow: 0 2px 6px #ccc;
}

.tc {
	text-align: center;
}

.btn_create_new {
	width: auto;
	/* position: fixed; */
	/* bottom: 0; */
	/* left: 0; */
	font-size: 100%;
	margin: 30px auto 0;
	position: fixed;
	background-color: #0099cc;
	color: #fff;
	padding: 0 23px;
	display: inline-block;
	font-weight: normal;
	text-align: left;
	line-height: 46px;
	border-radius: 0;
	box-shadow: 0px 3px 10px #999;
	bottom: 55px;
	right: 0px;
	background-image: url(memo.png);
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-right: 11px;
	background-size: 21px;
	background-position: 12px 9px;
	min-width: 195px;
}

.btn_disp_application_manual {
	width: auto;
	/* position: fixed; */
	/* bottom: 0; */
	/* left: 0; */
	font-size: 100%;
	margin: 30px auto 0;
	position: fixed;
	background-color: #00cc99;
	color: #fff;
	padding: 0 23px;
	display: inline-block;
	font-weight: normal;
	text-align: left;
	line-height: 46px;
	border-radius: 0;
	box-shadow: 0px 3px 10px #999;
	bottom: 0;
	right: 0px;
	background-image: url(memo.png);
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-right: 11px;
	background-size: 21px;
	background-position: 12px 9px;
	min-width: 195px;
}

.res_wrap {
	width: 95%;
	border-radius: 4px;
	background-color: #fff;
	padding: 13px;
	margin: 0 auto 10px auto;
}

.hyouka_wrap {

}

.res_wrap textarea {
	width: 100%;
}

.order_list {
	width: 95%;
	border-radius: 4px;
	background-color: #fff;
	padding: 13px;
	margin: 0 auto 10px auto;
	word-wrap: break-word;
	white-space: normal;
}

.order_list.complete {
	margin-top: 40px;
}

.order_list.complete .txt {
	font-size: 110%;
	padding: 50px 0;
	text-align: center;
}

.order_list.complete .btn-area {
	margin-bottom: 40px;
	text-align: center;
}

.order_list.complete .btn-area .request_confirm {
	display: inline-block;
}

div.img-select {
	padding-bottom: 0 !important;
	border-bottom: 0 !important;
}

.status_ic {

}

.create_wrap {
	width: 95%;
	border-radius: 5px;
	background-color: #fff;
	padding: 13px;
	margin: 0 auto 10px auto;
}

.create_wrap hr {
	border-top: 1px dotted #ccc;
}


.img-select button {
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 90%;
	margin: 10px auto 0 auto;
	display: block;
	width: 140px;
	padding: 4px 5px;
	box-shadow: 0 3px 8px #ccc;
}

.img-select img {
	max-width: 100%;
	height: auto;
}

#imageDeleteButton1,
#imageDeleteButton2,
#imageDeleteButton3,
#imageDeleteButton4,
#imageDeleteButton5,
#imageDeleteButton6,
#imageDeleteButton7 {
	background-color: #edbeb6;
	border-radius: 4px;
	font-size: 90%;
	margin: 10px auto 0 auto;
	display: block;
	width: 100px;
	padding: 4px 5px;
	box-shadow: 0 3px 8px #ffeef3;
}

.mtx01 {
	color: #14a4a6;
	font-weight: bold;
}

.btn_save {
	background-color: #14a4a6;
	border-radius: 5px;
	width: 234px;
	padding: 12px;
	font-size: 112%;
	margin: 15px;
	color: #fff;
	box-shadow: 0 3px 8px #ccc;
}

.btn_order {

	background-color: #14a4a6;
	border-radius: 5px;
	width: 200px;
	padding: 5px;
	font-size: 100%;
	margin-bottom: 15px;
	color: #fff;
	box-shadow: 0 3px 8px #ccc;
}

h4 {
	background-color: #999;
	color: #fff;
	padding: 10px 10px;
	font-size: 110%;
}

h2 {
	background-color: #5d8fc2;
	margin: 0;
	padding: 10px;
	font-size: 20px;
	color: #fff;
}

h2.service-title {
	font-size: 20px;
}

h2.service-title span {
	font-size: 12px;
	display: inline-block;
	margin-left: 2em;
}

.service-title_wrap {
	display: flex;
	background-color: #5d8fc2;
}
.service-title_wrap .flex_l {
	width: 57%;
}
.service-title_wrap .flex_r {
	width: 43%;
	display: flex;
	justify-content: flex-end;
	font-size: 14px;
}
.service-title_wrap .flex_r a,
.service-title_wrap .flex_r p {
	padding: 16px;
	color: #fff;
}

#csv-download {
	padding: 10px 45px;
}

@media (max-width: 1023px) {
	h2.service-title span {
		font-size: 8px;
	}
	.service-title_wrap .flex_l {
		width: 60%;
	}
	.service-title_wrap .flex_r {
		width: 40%;
		font-size: 10px;
	}
	.service-title_wrap .flex_r a,
	.service-title_wrap .flex_r p {
		padding: 20px;
	}
	#csv-download {
		padding: 10px 40px;
	}
}

@media (max-width: 895px) {
	h2.service-title span {
		font-size: 12px;
	}
	.service-title_wrap {
		display: block;
		background-color: #5d8fc2;
	}
	.service-title_wrap .flex_l {
		width: 100%;
	}
	.service-title_wrap .flex_r {
		width: 100%;
		font-size: 12px;
	}
	.service-title_wrap .flex_r a,
	.service-title_wrap .flex_r p {
		padding: 16px;
	}
	#csv-download {
		padding: 10px 20px;
	}
}

@media screen and (max-width: 760px) {
	h2.service-title span {
		display: block;
		margin-top: 5px;
		margin-left: 0;
		text-align: right;
	}
	#csv-download {
		padding: 10px 45px;
	}
}

@media screen and (max-width: 375px) {
	.service-title_wrap .flex_r {
		font-size: 11px;
	}
}

h2.service-title span a {
	color: #fff;
	text-decoration: underline;
}

h2.service-title span a:hover {
	color: #fff;
	text-decoration: underline;
}

.order_preview {
	width: 95%;
	border-radius: 5px;
	background-color: #fff;
	padding: 13px;
	margin: 0 auto 10px auto;
}

.order_preview table {
	width: 100%;
}

.order_preview table th {
	text-align: left;
	padding-right: 10px;
	display: block;
}

.order_preview table tr {
	display: block;
	margin-bottom: 15px;
	border-bottom: 1px dotted #ccc;
}

.order_preview table tr:last-child {
	border-bottom: 0;
}

.order_preview table td {
	padding: 10px;
}

.red_cancel {
	background-color: #ff0000;
	color: #fff;
}

.status_color_1 {
	background-color: yellow;
	color: #000;
}

.red_cancel_2 {
}

.status_color_3 {
	background-color: #00e804;
	color: #000;
}

.status_color_4 {
	background-color: #ddd;
	color: #333;
}

.status_color_5 {
	background-color: #ff0000;
	color: #fff;
}

.btn_save {
	background-color: #666;
	border-radius: 5px;
	width: 254px;
	padding: 5px;
	font-size: 100%;
	margin-bottom: 15px;
	color: #fff;
	box-shadow: 0 3px 8px #ccc;
}

.request_confirm {
	background-color: #14a4a6;
	border-radius: 5px;
	width: 254px;
	padding: 12px;
	font-size: 112%;
	margin: 15px;
	color: #fff;
	box-shadow: 0 3px 8px #ccc;
}

.btn_comment {
	border: 1px solid #ccc;
	background-color: #fff;
	border-radius: 5px;
	width: 200px;
	padding: 5px;
	font-size: 100%;
	margin-bottom: 15px;
	box-shadow: 0 3px 8px #ccc;
}

h4.ttl {
	background-color: #14a4a6;
	font-weight: bold;
	border-radius: 4px;
	text-align: center;
	font-weight: normal;
	font-size: 16px;
	padding: 5px;
	margin: 0;
	margin-bottom: 10px;
}

.answer {
	padding: 5px 10px;
}

.answer textarea {
	width: 100%;
}

.answer.comment {
	word-wrap: break-word;
}

.ttl02 {
	background-color: #0099cc;
	color: #fff;
	margin: 10px 0 10px 0;
	text-align: center;
	border-radius: 4px;
	padding: 5px;
}

.ttl03 {
	font-weight: bold;
}

.dotted {
	border-top: 1px dotted #ccc;
	margin: 10px 0;
}

.btn_hyouka {
	border: 1px solid #ccc;
	background-color: #fff;
	border-radius: 5px;
	width: 200px;
	padding: 5px;
	font-size: 100%;
	margin-bottom: 15px;
	box-shadow: 0 3px 8px #ccc;
}

header {
	background-color: #003f8e;
}

header h3 {

	color: #fff;
	font-size: 14px;
	padding: 5px;
	font-weight: normal;
}

.language {
	float:right;
	padding:5px 10px;
	color:#fff;
	border:1px;
	margin: 0px 3px;
}

.logout-btn {
	float: right;
	font-size: 12px;
	border: 1px solid #ccc;
	background-color: #fff;
	border-radius: 3px;
	margin: 5px;
	padding: 3px 10px 3px 10px;
	color: #333;
}

.btn_top {
	position: fixed;
	bottom: 12px;
	left: 18px;
	background-color: #999;
	border-radius: 100%;
	width: 64px;
	height: 64px;
	text-align: center;
	padding: 16px;
	color: #fff;
	font-size: 12px;
	box-shadow: 0 0 3px #ccc;
}

.image-editor__ui {
	position: fixed;
	width: 100%;
	bottom: 14px;
	/* letter-spacing: -.4em; */
}

.image-editor__button--choose-file {
	width: 22%;
	font-size: 102%;
	margin: 6px 1%;
	border: 0;
	padding: 10px 0;
	border-radius: 4px;
	background: #14a4a6;
	color: #fff;
}

.image-editor__button--reset {
	width: 22%;
	font-size: 102%;
	margin: 6px 1%;
	border: 0;
	padding: 10px 0;
	border-radius: 4px;
	background: #14a4a6;
	color: #fff;
}

.image-editor__button--rotate {
	width: 22%;
	font-size: 102%;
	margin: 6px 1%;
	border: 0;
	padding: 10px 0;
	border-radius: 4px;
	background: #14a4a6;
	color: #fff;
}

div.image-editor {
	padding: 10px 0;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	height: 100%;
	width: 100%;
	background: #fff !important;

}

.image-editor__button--finish {
	width: 22%;
	font-size: 102%;
	margin: 6px 1%;
	border: 0;
	padding: 10px 0;
	border-radius: 4px;
	background-color: #ff6600;

	color: #fff;
}

.image-editor__button--close {
	width: 22%;
	font-size: 102%;
	margin: 6px 1%;
	border: 0;
	padding: 10px 0;
	border-radius: 4px;
	background-color: #888;

	color: #fff;
}

.image-editor__button--size-big {
	display: none;
}

.manu_tx {
	padding: 10px;
	font-size: 80%;
}

.list-content li {
	margin-top: 10px;
	margin: 10px;
	background-color: #fff;
	padding: 20px;
	border-radius: 4px;
	border: 0 !important;
}

.list-content li span.repeat-visit {
	color: #f00;
	margin-left: 2em;
}

.list-content li .hold {
	color: #f00;
	font-weight: bold;
	border: 1px solid #f00;
	border-radius: 5px;
	padding: 5px;
	display: inline-block;
	margin: 5px 0;

}

.btn_shindan {
	background-color: #14a4a6;
	border-radius: 4px;
	font-size: 90%;
	margin: 10px auto 0 auto;
	display: inline-block;
	width: 180px;
	padding: 4px 5px;
	box-shadow: 0 3px 8px #ccc;
	text-align: center;
	color: #fff;
}
.question-mail-link .btn_shindan {
	background: url("../image/icon_mail.png") #14a4a6 10px center no-repeat;
	background-size: 20px;
	padding-left: 30px;
}

.hist {
	background-color: #fff;
	box-shadow: 0 3px 4px #ccc;
	display: block;
	max-width: 300px;
	border-radius: 4px;
	text-align: center;
	padding: 10px;
	margin: 20px auto;
	color: #333;
}

.answer-area, .request-detail-area, .option-area, .re-diagnosis-comment-area {
	background-color: #fff;
	width: 95%;
	margin: 20px auto;
	padding: 20px;
	border: 0 !important;
	border-radius: 5px;

}


.request-detail-area {
	width: 95%;
	border-radius: 5px;
	background-color: #fff;
	padding: 13px;
	margin: 0 auto 10px auto;
}

.request-detail-area table {
	width: 100%;
}

.request-detail-area table th {
	text-align: left;
	padding-right: 10px;
	display: block;
}

.request-detail-area table tr {
	display: block;
	margin-bottom: 15px;
	border-bottom: 1px dotted #ccc;
}

.request-detail-area table tr:last-child {
	border-bottom: 0;
}

.request-detail-area table td {
	padding: 10px;
}


.option-area {
	width: 95%;
	border-radius: 5px;
	background-color: #fff;
	padding: 13px;
	margin: 0 auto 10px auto;
}

.option-area table {
	width: 100%;
}

.option-area table th {
	text-align: left;
	padding-right: 10px;
	display: block;
}

.option-area table tr {
	display: block;
	margin-bottom: 15px;
	border-bottom: 1px dotted #ccc;
}

.option-area table tr:last-child {
	border-bottom: 0;
}

.option-area table td {
	padding: 10px;
}

.planinfo {
	margin: 20px auto;
	width: 95%;
	border: 3px solid #ccc;
	border-radius: 3px;
	padding: 10px;
}

.planinfo .planname {
	font-weight: bold;
	margin: 5px 0;
}


.loading-overlay {
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.loading-indicator {
	background: #fff;
	border-radius: 6px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -60px;
	margin-left: -66px;
	width: 132px;
	height: 120px;
}

.loading-indicator-ph {
	width: 80px;
	height: 80px;
	position: relative;
	margin: 5px auto 5px;
}

.loading-indicator-ph img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 60px;
	height: 60px;
}

.loading-indicator p {
	font-size: 12px;
	text-align: center;
}


.required {
	background: url(/assets/image/required.png) no-repeat scroll center center;
	background-size: 32px;
	text-indent: -9999px;
	width: 32px;
	display: inline-block;
	margin-left: 5px;
}

.switch-period {
	text-align: right;
	padding-right: 10px;
	margin-top: 1em;
}

.switch-period a {
	background: #fff;
	border-radius: 3px;
	padding: 10px;
	color: #000;
	box-shadow: 0 3px 4px #ccc;
}

.information {
	color: #f00;
	font-weight: bold;
	width: 90%;
	border: 1px solid #f00;
	border-radius: 6px;
	margin: 20px auto;
	padding: 10px;
	background: #fff;
}

.request-notice {
	margin: 30px auto;
	font-size: 14px;
	width: 95%;
	padding: 10px;
	border: 1px solid #f00;
	color: #f00;
	border-radius: 6px;
}

.red12 {
	color: #f00;
	font-weight: bold;
}

.btn_close_information {
	color: #f00;
}

.fixed-information {
	margin-left: 150px;
	margin-right: 150px;
	margin-bottom: 10px;
	color: #777;
}
.fixed-information .caution {
	color: #0070C0;
}

.bottom-information-wrap {
	margin-top: 40px;
}
.bottom-information {
	margin-top: 0px;
	margin-left: 150px;
	margin-right: 150px;
	display: flex;
	font-size: 14.5px;
	color: #777;
}
.bottom-information:nth-child(n + 2) {
	margin-top: 20px;
}
.bottom-information .flex_l {
	width: 100px;
	flex-shrink: 0;
}
.bottom-information .flex_r {
	width: auto;
}

.search-wrap {
	width: 100%;
}
.search-box {
	margin-left: 150px;
	margin-right: 150px;
	border: 1px solid #aaa;
	background-color: #efefef;
	padding-bottom: 10px;
}
.search-box .search-box_column > input[type=text], .search-box .search-box_column > select {
	width: 200px !important;
}
.search-box .search-box_content {
	margin: 10px;
}
.search-box .search-box_column_area {
	margin-left: 10px;
	margin-bottom: 10px;
}
.search-box .search-box_column {
	padding: 10px;
	word-break: keep-all;
}
.search-box .search-box_btn_area {
	text-align: center;
	padding: 15px;
	display: flex;
}
.search-box_btn_area_left {
	width: 33%;
}
.search-box_btn_area_center {
	width: 33%;
}
.search-box_btn_area_right {
	width: 33%;
	text-align: right;
}
.search-box_btn_area_right a {
	background-color: #4472C4;
	color: #FFFFFF;
}

.btn_search {
	border: 1px solid #aaa;
	background-color: #fff;
	border-radius: 5px;
	width: auto;
	color: #000;
	padding: 10px 50px;
	display: inline-block;
}

.box {
	border-radius: 3px 3px 0 0;
	margin-bottom: 20px;
	position: relative;
	width: 100%;
}
.box-body {
	padding: 0px 100px;
	width: 100%;
}

.pageNavi {
	padding: 10px 100px;
	width: 100%;
	text-align: left;
}
.pageNavi > span {
	text-align: right;
}

.box-title {
	padding: 15px 100px;
	width: 100%;
	text-align: center;
}

.table {
	width: 100%;
	border: 1px solid #aaa;
}
.table > thead > tr,
.table > tbody > tr {
	word-break: keep-all;
}

.table-responsive {
	overflow-x: auto;
	overflow-y: auto;
}

@media (max-width: 1023px) {
	.fixed-information {
		margin-left: 100px;
		margin-right: 100px;
	}

	.bottom-information {
		margin-left: 100px;
		margin-right: 100px;
	}

	.search-box {
		margin-left: 100px;
		margin-right: 100px;
	}

	.search-box_column > label > input[type=radio] {
		/*display: none;*/
	}
	.search-box_column > label > input[type=radio]:checked + label {
		/*color: #fff;*/
		/*background-color: #aaa;*/
	}

	.search-box_column > label {
		/*width: 100px;*/
		/*height: 45px;*/
		/*padding: 10px;*/
		/*color: #000;*/
		/*background-color: #fff;*/
		/*text-align: center;*/
		/*line-height: 45px;*/
		/*cursor: pointer;*/
		/*border: 1px solid #aaa;*/
		/*border-radius: 5px;*/
	}
	.search-box_column_title {
		/*width: initial !important;*/
		/*height: initial !important;*/
		/*padding: initial !important;*/
		/*color: initial !important;*/
		/*background-color: initial !important;*/
		/*text-align: initial !important;*/
		/*line-height: initial !important;*/
		/*cursor: initial !important;*/
		/*border: initial !important;*/
		/*border-radius: initial !important;*/
	}
}

@media (max-width: 767px) {
	h4 {
		margin: 0 0 15px 0;
	}

	.fixed-information {
		margin-left: 20px;
		margin-right: 20px;
		width: auto;
	}
	.fixed-information .flex_l {
		width: auto;
	}

	.bottom-information {
		margin-left: 20px;
		margin-right: 20px;
		width: auto;
		display: block;
	}
	.bottom-information .flex_l {
		width: auto;
	}

	.search-box {
		margin-left: 15px;
		margin-right: 15px;
		width: auto;
	}
	.search-box .search-box_column_area {
		margin-left: 0px;
		margin-bottom: 0px;
	}
	.search-box_column_title {
		/*padding-right: 70%;*/
	}
	.search-box_column {
		padding: 0px 10px 5px 10px !important;
	}
	.search-box .search-box_column > input[type=text] {
		width: 100% !important;
	}
	.search-box .search-box_column > select {
		width: 100% !important;
	}
	.search-box .search-box_column > label > input[type=radio] {
		margin: 15px;
	}
	.search-box .search-box_btn_area {
		display: initial;
	}
	.search-box_btn_area_left {
		width: 100%;
		text-align: center;
	}
	.search-box_btn_area_center {
		width: 100%;
		text-align: center;
	}
	.search-box_btn_area_right {
		margin-top: 20px;
		width: 100%;
		text-align: center;
	}

	.pageNavi {
		padding: 10px 15px;
	}
	.pageNavi > span {
		display: block;
	}

	.box-body {
		padding: 0px 15px;
	}
}

.table-striped > thead > tr > td, .table-striped > thead > tr > th {
	background-color: #5a9bd5;
	color: #fff;
	padding: 5px;
	text-align: center;
	font-weight: normal;
}
.table-striped > tbody > tr > td, .table-striped > tbody > tr > th {
	padding: 5px;
	text-align: center;
	font-weight: normal;
}
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
	background-color: #ddebf6;
}
.table-striped > tbody > tr:nth-child(2n) > td, .table-striped > tbody > tr:nth-child(2n) > th {
	background-color: #fff;
}
.btn_report_operation {
	border: 1px solid #8d9296;
	background-color: #a5a5a5;
	border-radius: 5px;
	width: auto;
	padding: 0px 30px;
	display: inline-block;
	color: #000;
	margin: 5px ;
}
.btn_top {
	z-index: 10000;
}

.btn_setting {
	border: 1px solid #aaa;
	background-color: #5a9bd5;
	border-radius: 5px;
	width: auto;
	color: #fff;
	padding: 10px 50px;
	display: inline-block;
	margin-top: 0px;
	margin-bottom: 15px;
}

.btn_setting_invalid {
	border: 1px solid #aaa;
	background-color: #e5e5e5;
	border-radius: 5px;
	width: auto;
	color: #fff;
	padding: 10px 50px;
	display: inline-block;
	margin-top: 0px;
	margin-bottom: 15px;
	pointer-events: none;
	user-select: none;
}

.download_image_invalid {
	color: #AAAAAA;
	pointer-events: none;
	user-select: none;
}

.btn_close {
	font-size: 18px;
	font-weight: bold;
	border: 0px;
	background-color: #999;
	color: #fff;
	padding: 10px;
	border-radius: 0px 5px 0 0;
}

.modal_overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.5);
	display: none;
	z-index: 1;
}
.modal_panel {
	position: fixed;
	z-index: 2;
	background: #fff;
}
.modal_panel {
	width: 90%;
	max-width: 500px;
	height: auto;
	box-shadow: 0 0 10px rgba(0,0,0,.8);
	border-radius: 5px;
}
.modal_panel p {
	padding: 0 15px;
}
.modal_panel_en {
	max-width: 630px !important;
}

.modal_header {
	background-color: #999;
	color: #fff;
	border-radius: 5px 5px 0 0;
	padding: 0px;
}
.modal_header h4 {
	background-color: #999;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border-radius: 5px 5px 0 0;
	padding: 10px;
	margin: 0px;
}

.modal_contents_disp, .modal_contents_edit, .modal_contents_operation {
	text-align: center;
	margin: 10px;
	word-break: keep-all;
}
.modal_contents_column {
	display: table;
	width: 100%;
	padding: 10px;
}
.modal_contents_column_cell {
	display: table-cell;
	width: 80%;
	text-align: left;
}
.modal_contents_column_cell > input[type=text] {
	width: 100% !important;
}
.modal_contents_disp .modal_contents_column .modal_contents_column_cell > input[type=text] {
	background-color: #aaa;
}
.modal_contents_column_cell .red12 {
	word-break: normal;
}
.modal_contents_column_cell_en {
	width: 60% !important;
}
.modal_contents_column_comment_wrap {
	display: table-cell;
	vertical-align: top;
	height: auto;
}

@media (max-width: 767px) {
	.modal_contents_disp, .modal_contents_edit, .modal_contents_operation {
		margin: 0 5px 0 5px;
	}
	.modal_contents_operation {
		padding-top: 15px;
	}
	.modal_contents_column {
		text-align: left;
		padding: 0px;
	}
	.modal_contents_column > label {
		font-size: 11pt;
	}
	.modal_contents_column_cell {
		display: initial;
	}
	.modal_contents_column_cell > input[type=text] {
		font-size: 11pt;
	}
	.modal_contents_column_cell .red12 {
		font-size: 9pt;
	}
	.modal_contents_column_comment_wrap {
		display: initial;
		vertical-align: initial;
		height: initial;
	}
}