@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* --------------------------------
	Common style
-------------------------------- */
html {
  height: 100%;
  font-size: 16px;
}

body {
  color: #444444;
  font-family: "Noto Sans JP", sans-serif;
  height: 100%;
  width: 100%;
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
  background: #f6f6f6;
}

#main {
  margin-top: 60px;
  margin-left: 250px;
  padding: 2rem;
  overflow: hidden;
}
.no_frame #main {
  margin-top: 0;
  margin-left: 0;
}
#main_header {
  position: relative;
}
#main_header h1 {
  color: #8C8C8C;
  font-size: 1.3rem;
  margin-bottom: 1rem;
  height: 2rem;
}
#main_header h1 span {
  display: inline-block;
  margin-left: 1rem;
  font-size: 0.9em;
  font-weight: normal;
}
#main_header_btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
#main_header_btn a {
  width: 250px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.1rem;
}

a {
  color: #00a6d6;
  text-decoration: none;
}

ul {
  list-style: none;
}

input {
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
}
input.date {
  width: 120px;
}
input.zipno {
  width: 150px;
}
input.address {
  width: 400px;
}
input.salesStoreName {
  width: 600px;
}
input.parentCustomerEmail {
  width: 400px;
}
input[disabled], input[readonly] {
  background: #E6E6E6;
}

input[type=number] {
  width: 150px;
}

[type=email], [type=password], [type=tel], [type=text], [type=number], textarea, [type=date],
[type=datetime-local] {
  -webkit-appearance: none;
  -webkit-transition: border-color 0.1s linear 0s;
  border: 1px solid #ccc;
  border-radius: 6px;
  line-height: 1.5;
  margin-bottom: 0;
  padding: 5px 1rem;
  transition: border-color 0.1s linear 0s;
  font-size: 1rem;
}

select {
  border: 1px solid #ccc;
  border-radius: 6px;
  line-height: 1.5;
  padding: 7px 1rem;
  font-size: 1rem;
  width: 40%;
}
select#search_salesStoreRelation, select#search_salesStore {
  width: 90%;
}
select#search_WrMEquipment {
  width: 230px;
}
select[disabled] {
  background: #E6E6E6;
}
select.month, select.year {
  width: 120px;
}

[type=checkbox],
[type=radio] {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  margin: 0;
  margin-right: 5px;
  margin-left: 5px;
}
[type=checkbox][disabled],
[type=radio][disabled] {
  background: #8C8C8C;
}

.verticalbox li {
  margin-bottom: 0.6rem;
}
.verticalbox li:last-child {
  margin-bottom: 0;
}

span.date_between::before {
  content: "～";
  padding: 1rem;
}

textarea {
  width: 100%;
  font-size: 0.9rem;
}
textarea[disabled] {
  background: #E6E6E6;
}

/* --------------------------------
	Font
-------------------------------- */
.font_empha {
  color: #f64a4a;
  font-weight: bold;
}

.note {
  font-size: 0.9rem;
  margin: 0.5rem 0;
}
.note.note_dot {
  padding-left: 1rem;
}
.note.note_dot::before {
  content: "・・・";
}
.note .note {
  font-size: 0.9em;
}

/* --------------------------------
	Button
-------------------------------- */
.btn {
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  letter-spacing: 0.1rem;
  border-radius: 3px;
  border: none;
  cursor: pointer;
  transition: 0.2s ease-out; /*変化を緩やかに*/
  position: relative;
  overflow: hidden;
  padding: 0.8rem 1rem;
  vertical-align: middle;
  text-align: center;
}
.btn:hover {
  opacity: 0.8;
}
.btn .rp-effect { /*エフェクト*/
  position: absolute;
  border-radius: 50%;
  opacity: 0.35; /*波紋の濃さ*/
  transform: scale(0);
  background: #FFF; /*波紋色*/
  animation: ripple 700ms;
  pointer-events: none;
}
.btn:disabled {
  opacity: 0.2;
  cursor: auto;
}

.btn_color02 {
  background-color: #2DCEBE !important;
}

.btn_emboss {
  color: #FFF;
  background: #00a6d6;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.btn_emboss:hover {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  z-index: 8;
}

.btn_flat {
  color: #00a6d6;
  border: none;
  background: none;
}
.btn_flat:hover {
  background: #E6E6E6;
}

.btn_line {
  color: #00a6d6;
  border: #ccc 1px solid;
  background: #fff;
}
.btn_line:hover {
  background: #E6E6E6;
}

.btn_wide {
  width: 30%;
}

.btn_icon {
  padding: 0.5rem;
}
.btn_icon i {
  font-size: 1.2rem !important;
  margin-right: 0 !important;
}

/* --------------------------------
	Material Design
-------------------------------- */
.elevation-1 {
  box-shadow: 0 3px 1px rgba(0, 0, 0, 0.2);
}

.elevation-2 {
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
}

.elevation-3 {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.elevation-4 {
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
}

.elevation-5 {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

.elevation-6 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.elevation-7 {
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
}

.elevation-8 {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

.elevation-9 {
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2);
}

.elevation-10 {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.elevation-11 {
  box-shadow: 0 3px 11px rgba(0, 0, 0, 0.2);
}

.elevation-12 {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
}

.elevation-13 {
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.2);
}

.elevation-14 {
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.2);
}

.elevation-15 {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
}

.elevation-16 {
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.2);
}

.elevation-17 {
  box-shadow: 0 3px 17px rgba(0, 0, 0, 0.2);
}

.elevation-18 {
  box-shadow: 0 3px 18px rgba(0, 0, 0, 0.2);
}

.elevation-19 {
  box-shadow: 0 3px 19px rgba(0, 0, 0, 0.2);
}

.elevation-20 {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
}

.elevation-21 {
  box-shadow: 0 3px 21px rgba(0, 0, 0, 0.2);
}

.elevation-22 {
  box-shadow: 0 3px 22px rgba(0, 0, 0, 0.2);
}

.elevation-23 {
  box-shadow: 0 3px 23px rgba(0, 0, 0, 0.2);
}

.elevation-24 {
  box-shadow: 0 3px 24px rgba(0, 0, 0, 0.2);
}

@-webkit-keyframes ripple {
  to {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes ripple {
  to {
    opacity: 0;
    transform: scale(2);
  }
}
.card {
  margin-bottom: 2rem;
  background: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.card.only {
  text-align: center;
  font-size: 1.7rem;
  padding: 2rem;
}
.card.fix {
  position: fixed;
  bottom: 0;
  left: 250px;
  right: 0;
  width: calc(100% - 250px);
  margin: 0;
}
.nomenu .card {
  width: 50%;
  margin: 100px auto;
  text-align: center;
  padding: 2rem;
}
.nomenu .card_main h1 {
  margin-bottom: 2rem;
}
.nomenu .card_main dl {
  margin: 1rem 0;
}
.nomenu .card_main dl dt {
  margin-bottom: 5px;
}
.nomenu .card_main input {
  margin-bottom: 1rem;
}
.card_header {
  padding: 1rem;
  border-bottom: #ccc 1px solid;
  font-size: 1.1rem;
  position: relative;
}
.card_header.accordion {
  cursor: pointer;
}
.card_header.accordion:before, .card_header.accordion:after {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.card_header.accordion:before {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  display: none;
}
.close .card_header.accordion:before {
  display: block;
}
.card_header.accordion:after {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  display: block;
}
.close .card_header.accordion:after {
  display: none;
}
.card_main {
  padding: 1rem;
}
.card_main .epoint_message {
  color: #f64a4a;
}
.card_main .error_message {
  color: #f64a4a;
  font-weight: bold;
  padding: 0.5rem 0;
}
.card_main .error_message p {
  padding-bottom: 8px;
}
.card_main_message {
  border-radius: 3px;
  margin-bottom: 1rem;
}
.card_main_message p {
  padding: 1rem;
  font-weight: bold;
}
.card_main_message .error_message {
  padding: 1rem;
}
.card_main_message .info {
  background: rgb(217.315270936, 242.684729064, 234.0640394089);
}
.card_main_title {
  position: relative;
  margin: 1rem 0;
  margin-top: 2rem;
  border-left: #ccc 5px solid;
  border-bottom: 1px solid #ccc;
  padding: 0.8rem 1rem;
  font-size: 1.1rem;
}
.card_main_title a {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.7rem;
  font-size: 0.9rem;
}
.card_main_title:first-child {
  margin-top: 1rem;
}
.close .card_main {
  display: none;
}
.card_main a i {
  font-size: 1.2rem;
  margin-right: 5px;
  vertical-align: middle;
}
.card_footer {
  padding: 1rem;
  text-align: center;
  position: relative;
}
.close .card_footer {
  display: none;
}
.card_footer_right {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.card_footer_message {
  margin: 1rem 0;
  color: #f64a4a;
  font-weight: bold;
}
.card_block {
  margin-bottom: 1rem;
}
.card_block_header {
  padding: 1rem;
  border: 1px solid #E6E6E6;
  background: #E6E6E6;
}
.card_block_header + .card_block_main {
  border: 1px solid #E6E6E6;
}
.card_block_header.required::after {
  content: "必須";
  background: rgb(255, 141.3178571429, 140.5);
  color: #fff;
  font-size: 0.6rem;
  border-radius: 3px;
  vertical-align: middle;
  padding: 2px 4px;
  margin-left: 5px;
}
.card_block_main {
  padding: 0 1rem;
}
.card_block_main dl {
  overflow: hidden;
  display: table;
  width: 100%;
  border-bottom: #ccc 1px solid;
  min-height: 3.5rem;
}
.card_block_main dl:last-child {
  border-bottom: none;
}
.card_block_main dl.error {
  background: rgb(253.2473684211, 219.7526315789, 219.7526315789);
}
.card_block_main dl.info {
  background: rgb(217.315270936, 242.684729064, 234.0640394089);
}
.card_block_main dl.info dd {
  font-weight: bold;
}
.card_block_main dl dt {
  display: table-cell;
  width: 200px;
  vertical-align: middle;
  line-height: 1.4;
  padding: 0.5rem;
}
.card_block_main dl dt .required::after {
  content: "必須";
  background: rgb(255, 141.3178571429, 140.5);
  color: #fff;
  font-size: 0.6rem;
  border-radius: 3px;
  vertical-align: middle;
  padding: 2px 4px;
  margin-left: 5px;
}
.card_block_main dl dt .required {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.card_block_main dl dt .no_required::after {
  content: "任意";
  background: #8C8C8C;
  color: #fff;
  font-size: 0.6rem;
  border-radius: 3px;
  vertical-align: middle;
  padding: 2px;
  margin-left: 5px;
}
.card_block_main dl dd {
  display: table-cell;
  vertical-align: middle;
  padding: 0.7rem 0;
  word-break: break-all;
}
.card_block_main.close dl {
  display: none;
}
.card_block_main.close dl:first-child {
  display: table;
  border: none;
}

.modalArea {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 1px 16px rgba(0, 0, 0, 0.2);
  z-index: 16;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.2);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 600px;
  padding: 2rem;
  background-color: #fff;
  overflow: scroll;
  max-height: 90%;
  box-shadow: 0 1px 24px rgba(0, 0, 0, 0.2);
  z-index: 24;
}
.modalWrapper .modalContents h2 {
  margin-bottom: 2rem;
}
.modalWrapper .modalContents_main {
  line-height: 1.2;
  margin-bottom: 1rem;
}
.modalWrapper .modalContents_btn {
  margin-top: 2rem;
  text-align: right;
}
.modalWrapper .modalContents_btn button {
  padding: 0.5rem 1rem;
}

.closeModal {
  cursor: pointer;
}

/* --------------------------------
	Parts
-------------------------------- */
.search .card_main::after {
  content: "";
  display: block;
  clear: both;
}
.search .card_main dl {
  float: left;
  display: table;
  width: 50%;
  height: 4rem;
}
.search .card_main dl dt {
  display: table-cell;
  width: 20%;
  vertical-align: middle;
}
.search .card_main dl dd {
  display: table-cell;
  vertical-align: middle;
}
.search .card_main dl dd span {
  padding: 1rem;
}

.setting .card_main::after {
  content: "";
  display: block;
  clear: both;
}
.setting .card_main > div {
  float: left;
  margin-right: 1rem;
}
.setting .card_main select {
  width: 300px;
  height: 500px;
}
.setting .card_main select option {
  padding: 0.2rem;
}
.setting .card_main .setting_button a {
  display: block;
  width: 120px;
  margin-bottom: 1rem;
}
.setting .card_main .setting_button a i {
  font-size: 1.5rem;
  margin: 0 5px;
  vertical-align: middle;
}

table tr th {
  padding: 1rem;
  vertical-align: middle;
}
table tr.error td {
  background: rgb(253.2473684211, 219.7526315789, 219.7526315789) !important;
}
table tr.careful td {
  background: #f64a4a !important;
}
table tr td {
  padding: 0.5rem;
  vertical-align: middle;
}

.table_displaynum {
  position: relative;
  display: block;
  padding: 1rem;
  text-align: right;
}
.table_displaynum_toggle {
  cursor: pointer;
  color: #444444 !important;
}
.table_displaynum_toggle i {
  margin-left: 5px;
}
.table_displaynum_toggle i.fa-chevron-down {
  display: inline-block;
}
.open .table_displaynum_toggle i.fa-chevron-down {
  display: none;
}
.table_displaynum_toggle i.fa-chevron-up {
  display: none;
}
.open .table_displaynum_toggle i.fa-chevron-up {
  display: inline-block;
}
.table_displaynum_drop {
  cursor: pointer;
  display: none;
  position: absolute;
  top: 35px;
  right: 0;
  background: #fff;
  border: #E6E6E6 1px solid;
}
.table_displaynum_drop li {
  padding: 0.5rem 1rem;
}
.table_displaynum_drop li:hover {
  background: #f6f6f6;
}
.table_displaynum_drop.open {
  display: block;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  z-index: 8;
}

.table_scroll_fixed {
  height: 100%;
  table-layout: fixed;
  overflow: scroll;
}
.table_scroll_fixed table {
  width: 100%;
}
.table_scroll_fixed table th .required::after {
  content: "必須";
  background: rgb(255, 141.3178571429, 140.5);
  color: #fff;
  font-size: 0.6rem;
  border-radius: 3px;
  vertical-align: middle;
  padding: 2px 4px;
  margin-left: 5px;
}
.table_scroll_fixed table td input[type=text],
.table_scroll_fixed table td select {
  width: 100%;
}
.table_scroll_fixed table td input[type=number] {
  width: 80%;
}

.table_check {
  width: 100%;
  margin: 1rem 0;
}
.table_check tr th {
  border: #ccc 1px solid;
  padding: 1rem;
}
.table_check tr th:nth-child(2) {
  width: 7rem;
}
.table_check tr td {
  border: #ccc 1px solid;
  padding: 1rem;
}
.table_check tr td:nth-child(2) {
  text-align: center;
}

.table-01 tr:nth-child(even) td {
  background-color: #f6f6f6;
}
.table-01 tr.non_background td {
  background-color: white;
}
.table-01 tr.set_background td {
  background-color: #f6f6f6;
}
.table-01 tr th {
  border: #ccc 1px solid;
  background: #E6E6E6;
  cursor: pointer;
}
.table-01 tr th.asc::after {
  content: "\f161";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-left: 8px;
}
.table-01 tr th.desc::after {
  content: "\f160";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-left: 8px;
}
.table-01 tr td {
  border: #ccc 1px solid;
  font-size: 0.9rem;
}
.table-01 tr td .btn {
  margin-right: 5px;
  padding: 0 10px;
  line-height: 40px;
  font-size: 0.9rem;
}
.table-01 tr td .btn:last-child {
  margin-right: 0;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li a {
  padding: 6px 12px;
  color: #444444;
  background: #f6f6f6;
}
.pagination .active > a {
  color: #fff;
  cursor: default;
  background-color: #8C8C8C;
}

#ui-datepicker-div {
  z-index: 8 !important;
}

.dropdown.open > div {
  display: block;
}
.dropdown .btn:after {
  content: "\f141";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
.dropdown > div {
  display: none;
  position: relative;
}
.dropdown > div ul {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  z-index: 8;
  position: absolute;
  background: white;
  border: #ccc 1px solid;
  min-width: 100px;
  text-align: center;
}
.dropdown > div ul li:last-child {
  border-bottom: none;
}
.dropdown > div ul li a {
  display: block;
  padding: 0.5rem 0;
}
.dropdown > div ul li a:hover {
  background: #E6E6E6;
}

.file_upload {
  font-size: 0.9em;
}
.file_upload::after {
  content: "";
  display: block;
  clear: both;
}
.file_upload > div {
  float: left;
  width: 50%;
  padding: 5px;
}
.file_upload_drop {
  background-color: #f6f6f6;
  border: 2px #ccc dashed;
  color: #bbb;
  min-height: 5rem;
  padding: 1rem;
  margin-bottom: 0.5rem;
  text-shadow: 1px 1px 0 #fff;
  text-align: center;
}
.file_upload_drop:before {
  content: "\f302";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  display: block;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.file_upload_drop:after {
  content: "ここにドラッグ＆ドロップしてください";
  font-size: 0.8em;
}
.file_upload_file {
  display: block;
  font-size: 0.9em;
  cursor: pointer;
  text-align: center;
}
.file_upload_file:before {
  content: "＋ファイルを選択";
  background-color: #f6f6f6;
  padding: 6px;
  border-radius: 3px;
  border: #ccc 1px solid;
  display: block;
}
.file_upload_file:hover {
  opacity: 0.7;
}
.file_upload_file input {
  display: none;
}
.file_upload_preview {
  overflow-y: scroll;
  height: 125px;
  border: 1px solid #ccc;
  padding: 0.5rem;
}
.file_upload_preview li {
  position: relative;
  margin-bottom: 5px;
  padding-bottom: 5px;
  padding-left: 35px;
  padding-right: 75px;
  vertical-align: middle;
  border-bottom: 1px dotted #ccc;
  line-height: 30px;
  word-wrap: break-word;
}
.file_upload_preview li img {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  max-height: 30px;
  max-width: 30px;
  border: solid 1px #ccc;
  border-radius: 3px;
}
.file_upload_preview li i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.5rem;
  color: #8C8C8C;
}
.file_upload_preview li button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0;
  font-size: 0.8rem;
  width: 70px;
  height: 30px;
}

input.datepicker {
  width: 130px;
}
input.datepicker[readonly] {
  background: #fff;
}
input.datepicker[disabled] {
  background: #E6E6E6;
}

.flatpickr-weekdaycontainer > .flatpickr-weekday:nth-child(1) {
  color: #dc3545;
}
.flatpickr-weekdaycontainer > .flatpickr-weekday:nth-child(7) {
  color: #007bff;
}

.alert_message {
  width: 100%;
}
.alert_message_div {
  padding: 1rem;
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 1rem;
  position: relative;
}
.alert_message_div > div {
  margin-left: 2rem;
  margin-right: 2rem;
  line-height: 1.3;
}
.alert_message_div .icon {
  display: block;
  position: absolute;
  font-size: 1.5rem;
  vertical-align: middle;
}
.alert_message_div .close {
  display: block;
  position: absolute;
  right: 1rem;
  top: 1rem;
  font-size: 1.5rem;
  cursor: pointer;
}
.alert_message_div .close:hover {
  opacity: 0.7;
}
.alert_message .info {
  background-color: #6E7783;
}
.alert_message .success {
  background-color: #60c5ba;
}
.alert_message .error {
  background-color: #ff7473;
}
.alert_message .warning {
  background-color: #ffc952;
}

.disabled label {
  color: #8C8C8C;
}

.error_message_box {
  padding: 1rem;
  margin-bottom: 0.5rem;
  line-height: 1.5rem;
  background: rgb(253.2473684211, 219.7526315789, 219.7526315789);
  font-size: 0.9rem;
  border: 2px solid #f64a4a;
  border-radius: 3px;
}
.error_message_box ul {
  list-style-type: disc;
  list-style: inside;
}
.error_message_box em {
  font-weight: bold;
}

.flex {
  display: flex;
  align-items: center;
}
.flex > div {
  margin-right: 1rem;
}

.area_radius {
  border-radius: 5px;
  background-color: #E6E6E6;
  padding: 1rem;
  margin-top: 1rem;
}

.link {
  text-decoration: underline;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #ccc !important;
  border-radius: 6px !important;
  padding: 7px 0.5rem !important;
  font-size: 1rem !important;
  height: auto !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: auto !important;
  top: 0 !important;
  bottom: 0 !important;
  right: 5px !important;
  margin: auto !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: inline-block !important;
  vertical-align: middle !important;
  line-height: 0.5 !important;
  width: 0.5em !important;
  height: 0.5em !important;
  border: 0.15em solid currentColor !important;
  border-left: 0 !important;
  border-bottom: 0 !important;
  box-sizing: border-box !important;
  transform: translateY(-25%) rotate(135deg) !important;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  margin: auto !important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: translateY(25%) rotate(-45deg) !important;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  height: 60px;
  width: 100%;
  background: #fff;
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.2);
  z-index: 12;
}
#header_bars {
  display: none;
}
#header_logo {
  line-height: 60px;
}
#header_logo img {
  width: 100px;
  vertical-align: middle;
  margin-left: 2rem;
  margin-right: 0.5rem;
}
#header_logo h1 {
  display: inline-block;
  color: #062b55;
  font-size: 1rem;
  font-weight: normal;
}
#header_menu {
  position: fixed;
  top: 0;
  right: 0;
  color: #062b55;
  cursor: pointer;
  margin-right: 1rem;
}
#header_menu > li {
  display: inline-block;
  margin-right: 5px;
}
#header_menu > li:last-child {
  margin-right: 0;
}
#header_menu i {
  line-height: 60px;
  vertical-align: middle;
}
#header_menu i.fa-th {
  font-size: 1.7rem;
}
#header_menu i.fa-user-circle {
  font-size: 2rem;
}
#header_menu i.fa-sort-down {
  font-size: 1.3rem;
}
#header_sidebar > li {
  width: 200px;
  margin-right: -200px;
  background: white;
  overflow: hidden;
  display: inline-block;
  position: fixed;
  top: 60px;
  right: 0;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  z-index: 8;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#header_sidebar > li.open {
  margin-right: 0;
}
#header_sidebar > li nav li {
  line-height: 3.5rem;
}
#header_sidebar > li nav li a {
  padding: 0 1rem;
  display: block;
  color: #444444;
}
#header_sidebar > li nav li a:hover, #header_sidebar > li nav li a.select {
  color: #00a6d6;
}
#header_sidebar > li nav li a:hover i, #header_sidebar > li nav li a.select i {
  color: #00a6d6;
}
#header_sidebar > li nav li a:hover {
  background: rgb(242.75, 242.75, 242.75);
}
#header_sidebar > li nav li i {
  vertical-align: middle;
  margin-right: 1rem;
  font-size: 1.3rem;
  width: 1.7rem;
  text-align: center;
  color: rgb(106.85, 106.85, 106.85);
}
#header_sidebar_account > div {
  text-align: center;
  padding: 1rem;
  border-bottom: #E6E6E6 1px solid;
}
#header_sidebar_account > div i {
  font-size: 2.5rem;
  margin: 1rem;
  color: rgb(106.85, 106.85, 106.85);
}
#header_sidebar_account > div p {
  margin: 1rem 0;
}
#header_sidebar_account_sstore {
  color: #8C8C8C;
  font-size: 0.8rem;
}

#sidebar {
  width: 250px;
  background: white;
  overflow-x: hidden;
  overflow-y: scroll;
  display: inline-block;
  height: calc(100vh - 60px);
  position: fixed;
  top: 60px;
  left: 0;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  z-index: 8;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#sidebar_menu > ul > li {
  line-height: 3.5rem;
}
#sidebar_menu > ul > li a {
  position: relative;
  display: block;
  color: #444444;
  font-size: 0.9rem;
  cursor: pointer;
}
#sidebar_menu > ul > li a:hover, #sidebar_menu > ul > li a.select {
  color: #00a6d6;
}
#sidebar_menu > ul > li a:hover i, #sidebar_menu > ul > li a.select i {
  color: #00a6d6;
}
#sidebar_menu > ul > li a:hover {
  background: rgb(242.75, 242.75, 242.75);
}
#sidebar_menu > ul > li i {
  vertical-align: middle;
  margin: 0 0.5rem;
  font-size: 1.2rem;
  width: 1.7rem;
  text-align: center;
  color: rgb(106.85, 106.85, 106.85);
}
#sidebar_menu > ul > li ul li a {
  padding-left: 2rem;
  font-size: 0.9em;
}
#sidebar_menu > ul > li.toggle > a:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
}
#sidebar_menu > ul > li.toggle > ul {
  display: none;
}
#sidebar_menu > ul > li.toggle.open > a:after {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
#sidebar_menu > ul > li.toggle.open > ul {
  display: block;
}

.flogin {
  background: linear-gradient(0deg, #f6f6f6 0%, #f6f6f6 55%, #fff 55%, #fff 100%);
  text-align: center;
}
.flogin_logo img {
  width: 180px;
  margin: 4rem 0 2rem 0;
}
.flogin_input {
  margin: 1rem auto;
  padding: 4rem 2rem;
  width: 450px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
.flogin_input h2 {
  margin-top: 1rem;
  font-size: 1.3rem;
  margin-bottom: 2rem;
}
.flogin_input input {
  display: block;
  width: 100%;
  margin: 1rem auto;
}
.flogin_input .btn {
  margin: 1rem 0;
  padding: 1.2rem 3rem;
  width: 50%;
}
.flogin_register {
  margin-top: 2rem;
}
.flogin_register a {
  display: inline-block;
  background: #ffc952;
  padding: 1.2rem 3rem;
  font-size: 1.1rem;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  margin-top: 1rem;
}

#mypage .card_main {
  padding: 0;
}
#mypage_list ul::after {
  content: "";
  display: block;
  clear: both;
}
#mypage_list ul li {
  float: left;
  display: inline-block;
  width: 25%;
  margin-bottom: 2rem;
}
#mypage_list ul li:nth-child(1) .card {
  background: #ffc952;
}
#mypage_list ul li:nth-child(1) .card i {
  background: rgb(245.2, 168.663583815, 0);
}
#mypage_list ul li:nth-child(2) .card {
  background: #ff7473;
}
#mypage_list ul li:nth-child(2) .card i {
  background: rgb(255, 24.8557142857, 23.2);
}
#mypage_list ul li:nth-child(3) .card {
  background: #60c5ba;
}
#mypage_list ul li:nth-child(3) .card i {
  background: rgb(53.7769585253, 147.4230414747, 137.2239631336);
}
#mypage_list ul li:nth-child(4) .card {
  background: #6E7783;
}
#mypage_list ul li:nth-child(4) .card i {
  background: rgb(68.0995850622, 73.6713692946, 81.1004149378);
}
#mypage_list ul li .card {
  color: white;
  margin: 0 2rem 0 0;
  padding: 1rem 0.5rem;
}
#mypage_list ul li .card > div::after {
  content: "";
  display: block;
  clear: both;
}
#mypage_list ul li .card > div i {
  float: left;
  display: block;
  font-size: 1.5rem;
  margin-right: 1rem;
  border-radius: 150px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}
#mypage_list ul li .card > div dl {
  float: left;
  display: block;
  position: relative;
}
#mypage_list ul li .card > div dl dt {
  top: 1rem;
  font-size: 0.8rem;
  margin: 0.2rem 0;
}
#mypage_list ul li .card > div dl dd {
  bottom: 0;
  font-size: 1.8rem;
}
#mypage_alert .card_main {
  max-height: 600px;
  overflow: auto;
}
#mypage_alert ul {
  overflow: hidden;
}
#mypage_alert ul li {
  margin: 1rem 1rem 0 1rem;
  padding-bottom: 1rem;
  border-bottom: #E6E6E6 1px dotted;
}
#mypage_alert ul li i {
  font-size: 1.3rem;
  margin-right: 1rem;
}
#mypage_alert ul li i.fa-check-circle {
  color: #66cdaa;
}
#mypage_alert ul li i.fa-exclamation-triangle {
  color: #f64a4a;
}
#mypage_alert ul li:last-child {
  border-bottom: none;
}
#seller_mypage #mypage_info .card_main {
  overflow-y: scroll;
  max-height: 170px;
}
#mypage_info .card_main dl::after {
  content: "";
  display: block;
  clear: both;
}
#mypage_info .card_main dl {
  padding: 1rem 0;
  margin: 0 1rem;
  border-bottom: #E6E6E6 1px dotted;
  display: flex;
}
#mypage_info .card_main dl dt {
  margin-right: 1rem;
}
#mypage_info .card_main dl dd {
  display: flex;
  cursor: pointer;
  color: #00a6d6;
}
#mypage_info .card_main dl:last-child {
  border-bottom: none;
}
#mypage_info .card_main dl.new dd::before {
  content: "new";
  display: block;
  background: #f64a4a;
  color: #fff;
  margin-right: 5px;
  padding: 2px 6px;
  vertical-align: middle;
  border-radius: 5px;
  font-size: 0.8em;
}

.message {
  position: relative;
  font-size: 0.9rem;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1rem;
}
.message_delete {
  position: absolute;
  right: 0;
  top: 0;
}
.message_delete a {
  padding: 0.5rem;
  font-size: 0.8rem;
}
.message_delete a i {
  font-size: 0.8rem;
  margin-right: 0;
}
.message:last-child {
  border-bottom: none;
}
.message_img {
  position: absolute;
  left: 0;
  border-radius: 60px;
  border: 1px solid #fff;
  background-size: cover;
  height: 50px;
  width: 50px;
  background-position: center center;
}
.message_img.ac_admin {
  background-color: #00a6d6;
  color: #fff;
}
.message_img.ac_admin:before {
  content: "";
  display: inline-block;
  width: 48px; /*画像の幅*/
  height: 48px; /*画像の高さ*/
  border-radius: 100px;
  background-image: url("../img/logo.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-position: center center;
}
.message_img.ac_seller {
  background-color: #ffc952;
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-size: 1.3rem;
}
.message_img.ac_seller:before {
  content: "\f500";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
.message_detail {
  min-height: 100px;
  margin-left: 70px;
}
.message_detail_header {
  min-height: 50px;
}
.message_detail_header h3 {
  padding: 5px 0;
  font-size: 1em;
}
.message_detail_header p {
  font-size: 0.9em;
  color: #8C8C8C;
}
.message_detail_content {
  margin: 1rem 0;
}
.message_detail_file {
  margin: 1rem 0;
  border: 1px solid #ccc;
}
.message_detail_file a {
  display: block;
  margin: 0.5rem 1rem;
  line-height: 1.5rem;
}
.message_detail_file a:before {
  content: "\f15c";
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
  margin-right: 8px;
  font-size: 1.2rem;
  vertical-align: middle;
}
.message_detail_file:before {
  content: "アップロードファイル";
  display: block;
  background-color: #f6f6f6;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #ccc;
}

#message {
  margin-bottom: 5rem;
}
#message .card.fix.open .file_upload {
  display: block;
}
#message .card.fix.open .card_footer {
  display: block;
}
#message .card.fix.open textarea {
  height: 130px;
}
#message .card.fix .file_upload {
  display: none;
  margin: 0;
}
#message .card.fix .card_footer {
  display: none;
  padding: 0.5rem;
  padding-top: 0;
}

#apply_search_fixedStatus label {
  margin-right: 10px;
}

#seller_apply_search #apply_search dl.customerName dd:after {
  content: "保証未申請のご案件は検索できません。";
  display: block;
  color: #00a6d6;
  font-size: 0.8em;
  padding-top: 6px;
}

.apply_sendback_message {
  padding: 1rem;
  height: 400px;
  overflow-y: scroll;
  border: 1px solid #ccc;
}
.apply_sendback_send {
  text-align: center;
}

.apply_products .card_main_other {
  margin-top: 1rem;
}
.apply_products .card_main table .stand {
  display: none;
}
.apply_products .card_main_btn {
  margin-bottom: 1rem;
}

table.products tr {
  background: #ffffff !important;
}
table.products tr:nth-child(4n+3), table.products tr:nth-child(4n+4) {
  background: #f6f6f6 !important;
}
table.products tr td:nth-child(1) {
  width: 200px;
}
table.products tr td:nth-child(2) {
  width: 100px;
}
table.products tr td:nth-child(3) {
  width: 500px;
}
table.products tr td:nth-child(4) {
  width: 150px;
}
table.products tr td input {
  width: 100px;
  margin-right: 5px;
}

.apply_category .card_main .dl_oldwarranty {
  display: none;
}
.apply_category .card_main_btn {
  margin-bottom: 1rem;
}

.apply_interconnection .card_main .seko_name {
  padding-left: 1rem;
}
.apply_interconnection .card_main .seko-message-area {
  display: none;
}
.apply_interconnection .card_main .seko-message-area p {
  line-height: 1.8;
}
.apply_interconnection .card_main .construct-check-date {
  display: none;
}
.apply_interconnection .card_main .warranty_date input:disabled {
  background: none;
  border: none;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  cursor: unset;
}
.apply_interconnection .card_main .dd_flex {
  display: flex;
  align-items: center;
}
.apply_interconnection .card_main .dd_flex > div {
  margin-left: 10px;
}
.apply_interconnection .card_main .dd_flex > div > div {
  margin-top: 3px;
}

.apply_property .card_main .btn_line {
  margin-top: 1rem;
}
.apply_property .card_main dl dt {
  width: 220px;
}

.parentCustomerTel1,
.parentCustomerTel2,
.parentCustomerTel3 {
  max-width: 120px;
}

.apply_construction .file_upload_drop {
  min-height: 15rem;
}
.apply_construction .file_upload_preview {
  height: 273px;
}
.apply_construction .file_upload_preview::after {
  content: "";
  display: block;
  clear: both;
}
.apply_construction .file_upload_preview li {
  position: relative;
  padding: 0;
  width: 200px;
  float: left;
  text-align: center;
  margin-right: 5px;
  border: none;
}
.apply_construction .file_upload_preview li img {
  position: static;
  max-height: 200px;
  max-width: 200px;
}
.apply_construction .file_upload_preview li a {
  display: block;
  text-align: center;
  height: 30px;
  overflow-y: auto;
}
.apply_construction .file_upload_preview li i {
  margin: auto;
  position: static;
  width: 200px;
  height: 200px;
  display: block;
  text-align: center;
  border: 1px dotted #ccc;
}
.apply_construction .file_upload_preview li i.fa-file {
  line-height: 200px;
  font-size: 4rem;
}
.apply_construction .file_upload_preview li button {
  position: static;
}

.apply_confirm {
  margin-bottom: 1000px;
}
.apply_confirm .confirmOther textarea {
  min-height: 150px;
}
.apply_confirm .shucchoHosho {
  font-size: 0.8em;
  font-weight: bold;
  background-color: #ffc952;
  border: #ccc 1px solid;
  padding: 0.3333333333rem 0.5rem;
  margin-left: 1rem;
}
.apply_confirm_list input, .apply_confirm_list select, .apply_confirm_list textarea {
  display: none !important;
}
.apply_confirm_list .messageTextTitle {
  text-align: left;
}
.apply_confirm_list .messageText {
  margin-bottom: 2rem;
}
.apply_confirm_list .messageText textarea {
  display: block !important;
}
.apply_confirm_list table .stand {
  display: none;
}
.apply_confirm_list .verticalbox label {
  display: none;
}
.apply_confirm .confirm_radio {
  border: 1px solid #ccc;
  padding: 1rem;
  background-color: #f6f6f6;
}
.apply_confirm .confirm_radio p {
  margin: 0.5rem 0;
}
.apply_confirm .confirm_detail {
  display: none;
  margin-top: 1rem;
  margin-left: 1rem;
}
.apply_confirm .confirm_detail p {
  margin: 0.5rem 0;
}
.apply_confirm .confirm_detail.open {
  display: block;
}
.apply_confirm .confirm_detail dl dt {
  margin-top: 1rem;
}
.apply_confirm .confirm_detail dl dd {
  margin-top: 1rem;
}
.apply_confirm .confirm_message {
  margin-top: 2rem;
}
.apply_confirm .confirm_message_link {
  margin-top: 1rem;
  text-align: right;
}
.apply_confirm .confirm_message_text {
  padding: 1rem;
  height: 300px;
  overflow-y: scroll;
  border: 1px solid #ccc;
}

.apply_change_owner #apply_change_owner_customerNewFlg {
  margin-bottom: 1rem;
}

.flow ul::after {
  content: "";
  display: block;
  clear: both;
}
.flow ul {
  font-size: 0.8rem;
}
.flow ul li {
  float: left;
  margin-bottom: 1rem;
}
.flow ul li > a {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 1rem;
  float: left;
  cursor: pointer;
  color: #444444;
}
.flow ul li > a:hover {
  background: #ffc952;
  color: #fff;
}
.flow ul li:last-child::after {
  display: none;
}
.flow ul li::after {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  float: left;
  padding: 0 8px;
  font-size: 1.3rem;
  line-height: 50px;
}
.flow ul li.select > a {
  background: #ffc952;
  color: #fff;
  cursor: default;
}
.flow ul li.disabled > a {
  background: #E6E6E6;
  cursor: default;
  opacity: 0.4;
}
.flow ul li.disabled > a:hover {
  color: #444444;
}

.shukka_shomei_edit {
  /* readonlyの場合、背景色と枠線を解除 */
}
.shukka_shomei_edit input[readonly],
.shukka_shomei_edit textarea[readonly] {
  background: none;
  border: none;
  padding: 0;
  cursor: unset;
  pointer-events: none;
}
.shukka_shomei_edit select {
  width: auto;
}
.shukka_shomei_edit dl dt .check {
  margin-right: 1rem;
}
.shukka_shomei_edit dl dd table {
  margin-left: 2rem;
}
.shukka_shomei_edit dl dd table th {
  padding: 0.5rem 1rem;
}
.shukka_shomei_edit table input[type=text],
.shukka_shomei_edit table input[type=number],
.shukka_shomei_edit table input[type=date] {
  width: 100%;
}
.shukka_shomei_edit table td .btn {
  line-height: 20px;
}
.shukka_shomei_edit div.table-scroll-max {
  max-height: 700px;
  max-width: 100%;
  overflow-y: auto;
  overflow-x: auto;
  width: fit-content;
}
.shukka_shomei_edit div.table-scroll {
  max-height: 500px;
  overflow-y: auto;
  width: fit-content;
}
.shukka_shomei_edit div.note {
  font-size: 0.8em;
}

#download .card_block_main dl dt {
  width: 300px;
}
#download .card_block_main dl dd {
  position: relative;
  font-size: 0.9rem;
}
#download .card_block_main dl dd div:nth-child(1) {
  margin-right: 150px;
}
#download .card_block_main dl dd div:nth-child(2) {
  color: #8C8C8C;
  position: absolute;
  right: 0;
  top: 0.5rem;
  font-size: 0.9em;
}

.news_search .card_main .table_scroll_fixed table td.body p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 10px 0;
}

.item_edit .card_block_main dl dt {
  width: 300px;
}

.sales_store_edit .card_block_main dl dt {
  width: 300px;
}

/*# sourceMappingURL=style.css.map */
