@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: 15px;
  box-sizing: border-box; }

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;
  box-sizing: border-box; }

#main {
  margin-top: 50px;
  margin-bottom: 100px;
  margin-left: 0;
  padding: 1rem;
  padding-bottom: 200px;
  overflow: hidden; }
  .no_frame #main {
    margin-top: 0;
    margin-left: 0; }
  #main_header {
    position: relative; }
    #main_header h1 {
      color: #8C8C8C;
      font-size: 1.1rem;
      margin-bottom: 1rem;
      min-height: 2rem; }
      #main_header h1 span {
        display: block;
        margin-left: 0;
        margin-top: 0.25rem;
        font-size: 0.9em;
        font-weight: normal; }
    #main_header_btn {
      position: absolute;
      right: 0;
      bottom: 0; }
      #main_header_btn a {
        min-width: 180px;
        margin-right: 1rem; }
        #main_header_btn a:last-child {
          margin-right: 0; }
  #main_customer_multi {
    margin-bottom: 1rem;
    font-size: 0.8rem; }
  @media screen and (min-width: 992px) {
    #main {
      padding: 2rem;
      margin-left: 230px;
      padding-bottom: 200px; }
      #main_header h1 {
        font-size: 1.3rem; }
        #main_header h1 span {
          display: inline-block;
          margin-left: 1rem;
          font-size: 0.9em; }
      #main_header_btn {
        position: absolute;
        right: 0;
        bottom: 0; }
        #main_header_btn a {
          min-width: 180px;
          margin-right: 1rem; }
          #main_header_btn a:last-child {
            margin-right: 0; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
footer {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 200;
  font-size: 0.8rem;
  margin: 1rem; }

iframe.youtube {
  margin: 1rem 0;
  width: 100%; }
  @media screen and (min-width: 768px) {
    iframe.youtube {
      width: 500px;
      height: 300px; } }

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.1rem;
  border-left: #ccc 7px solid;
  padding: 0.8333333333rem 1rem 0.6666666667rem 1rem;
  position: relative;
  margin: 1rem 0;
  font-weight: normal;
  background-color: whitesmoke; }
  h2 a {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.7rem;
    font-size: 0.9rem; }
  h2 + div {
    margin: 2rem 0.5rem; }

h3 {
  font-size: 1rem;
  padding: 0.5882352941rem 1rem 0.5rem 1rem;
  border-left: #ccc 5px solid;
  margin: 1rem 0;
  font-weight: normal; }
  h3 + div {
    margin: 2rem 0.5rem; }

h4 {
  font-weight: normal;
  padding: 0.5rem 0;
  margin: 1rem 0; }
  h4 + div {
    margin: 2rem 0.5rem; }
  h4:before {
    content: "●";
    margin-right: 0.5rem;
    color: #ccc;
    font-size: 1.2rem; }

a {
  color: #2E76B9;
  text-decoration: none; }
  .admin a {
    color: #1F476C; }
  .corp a {
    color: #2E76B9; }
  a.notlink {
    color: #444444; }
  a[href="#"] {
    color: #444444;
    cursor: auto; }

p {
  line-height: 1.5rem; }

strong.strong01 {
  color: #f64a4a; }
strong.strong02 {
  font-size: 1.5rem; }

ul {
  list-style: none; }

.ul_list {
  list-style-position: inside; }
  .ul_list li {
    margin: 1rem 0; }
  .ul_list.decimal {
    list-style-type: decimal; }

.product_detail li {
  text-indent: 0.5rem;
  padding-bottom: 0.3333333333rem; }

ol {
  list-style: none; }

input {
  box-sizing: border-box;
  width: 100%; }
  input[type=checkbox], input[type=radio] {
    width: auto !important; }
  input.date {
    width: 150px; }
  input.flatpickr-input {
    min-height: 34px; }
  input.zipno {
    width: 130px !important; }
    input.zipno + span {
      display: inline-block !important; }
  input[disabled], input[readonly] {
    background: #E6E6E6; }
  @media screen and (min-width: 768px) {
    input {
      width: 200px;
      max-width: 100%; }
      input.mail, input.loginid, input.password, input.corp_cord, input.corp_name, input.product_name, input.product_code {
        width: 350px; }
      input.address {
        width: 450px; }
      .anon input.address {
        width: 100%; } }
  @media screen and (min-width: 992px) {
    input {
      width: 240px; } }

[type=email], [type=password], [type=tel], [type=text], [type=number], textarea, [type=date], [type=time] {
  -webkit-appearance: none;
  -webkit-transition: border-color .1s linear 0s;
  border: 1px solid #ccc;
  border-radius: 6px;
  line-height: 1.5;
  margin-bottom: 0;
  padding: 6px 1rem;
  transition: border-color .1s linear 0s;
  font-size: 1rem; }

[type=time] {
  margin-left: 0.5rem; }

select {
  border: 1px solid #ccc;
  border-radius: 6px;
  line-height: 1.5;
  padding: 7px 1rem;
  font-size: 1rem; }
  select[disabled] {
    background: #E6E6E6; }
  select.width_auto {
    width: auto; }
  .birth_date select {
    width: auto; }

input:focus, select:focus, textarea:focus, button:focus {
  outline: none;
  border: 1px solid;
  border-color: #2E76B9; }
  .admin input:focus,
  .admin select:focus,
  .admin textarea:focus,
  .admin button:focus {
    border-color: #1F476C; }
  .corp input:focus, .corp select:focus, .corp textarea:focus, .corp button:focus {
    border-color: #2E76B9; }

[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; }

.checkbox_list > div {
  margin-top: 0.5rem; }

.year {
  width: 100px !important; }

.month {
  width: 70px !important; }

.verticalbox li {
  margin-bottom: 0.6rem; }
  .verticalbox li:last-child {
    margin-bottom: 0; }
.verticalbox input {
  margin-right: 8px; }

span.date_between::before {
  content: "～";
  padding: 1rem; }

textarea {
  width: 100%;
  font-size: 0.9rem;
  resize: vertical;
  min-height: 100px; }

img {
  max-width: 100%; }

.hidden {
  display: none !important; }

/* --------------------------------
	Font
-------------------------------- */
.font_empha {
  color: #f64a4a;
  font-weight: bold; }

.font_red {
  color: #f64a4a; }

.note {
  font-size: 0.8em;
  margin: 0.5rem 0; }
  .note:before {
    content: "※"; }
  .note.note_dot {
    padding-left: 1rem; }
    .note.note_dot::before {
      content: "・・・"; }

.note_small {
  font-size: 0.8rem; }

/* --------------------------------
	Button
-------------------------------- */
.btn {
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  letter-spacing: 0.1rem;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: .2s ease-out;
  /*変化を緩やかに*/
  position: relative;
  overflow: hidden;
  padding: 0.8rem 1rem;
  vertical-align: middle;
  text-align: center;
  min-width: 200px;
  margin-top: 0.5rem; }
  .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.3;
    cursor: auto; }

.btn_emboss {
  color: #FFFFFF !important;
  background-color: #2E76B9;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 2; }
  .admin .btn_emboss {
    background-color: #1F476C; }
  .corp .btn_emboss {
    background-color: #2E76B9; }
  .btn_emboss:hover {
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
    z-index: 8; }

.btn_flat {
  color: #2E76B9;
  border: none;
  background: none; }
  .admin .btn_flat {
    color: #1F476C; }
  .corp .btn_flat {
    color: #2E76B9; }
  .btn_flat:hover {
    background: #E6E6E6; }

.btn_danger {
  background-color: #ff7473 !important; }

.btn_line {
  color: #2E76B9;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
  background: #fff; }
  .admin .btn_line {
    color: #1F476C; }
  .corp .btn_line {
    color: #2E76B9; }
  .btn_line:hover {
    background: #E6E6E6; }

.btn_wide {
  min-width: 300px; }

.btn_icon {
  padding: 0.5rem; }
  .btn_icon i {
    font-size: 1.2rem !important;
    margin-right: 0 !important; }

.btn_block_flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* flex-direction */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center; }

/* --------------------------------
	Tab
-------------------------------- */
.tabs {
  margin: 0 auto; }
  .tabs input[name="tab_item"] {
    display: none; }
  .tabs .tab_item {
    float: left;
    width: calc(100%);
    height: 50px;
    line-height: 50px;
    border-bottom: 2px solid;
    border-color: #2E76B9;
    font-size: 16px;
    text-align: center;
    display: block;
    transition: all 0.2s ease;
    vertical-align: middle; }
    .admin .tabs .tab_item {
      border-color: #1F476C; }
    .corp .tabs .tab_item {
      border-color: #2E76B9; }
    .tabs .tab_item:hover {
      opacity: 0.75; }
  .tabs .tab_content {
    display: none;
    padding: 1rem;
    clear: both;
    overflow: hidden;
    border: #ccc 1px solid;
    overflow-y: scroll; }
  .tabs #tab1:checked ~ #tab1_content,
  .tabs #tab2:checked ~ #tab2_content,
  .tabs #tab3:checked ~ #tab3_content,
  .tabs #tab4:checked ~ #tab4_content,
  .tabs #tab5:checked ~ #tab5_content,
  .tabs #tab6:checked ~ #tab6_content,
  .tabs #tab7:checked ~ #tab7_content,
  .tabs #tab8:checked ~ #tab8_content,
  .tabs #tab9:checked ~ #tab9_content,
  .tabs #tab10:checked ~ #tab10_content {
    display: block; }
  .tabs input:checked + .tab_item {
    background-color: #2E76B9;
    color: #fff; }
    .admin .tabs input:checked + .tab_item {
      background-color: #1F476C; }
    .corp .tabs input:checked + .tab_item {
      background-color: #2E76B9; }
  @media screen and (min-width: 768px) {
    .tabs .tab_item {
      width: calc(100%/3); } }
  @media screen and (min-width: 992px) {
    .tabs .tab_item {
      width: calc(100%/7); } }

/* --------------------------------
	Material Design
-------------------------------- */
.partition {
  display: block; }
  @media screen and (min-width: 992px) {
    .partition::after {
      content: "";
      display: block;
      clear: both; }
    .partition > div {
      float: left; }
      .partition > div:nth-child(1) {
        width: 60%;
        padding-right: 2rem; }
      .partition > div:nth-child(2) {
        width: 40%; } }

.card {
  margin-bottom: 1rem;
  background: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 2;
  line-height: 1.5rem; }
  .card dl {
    overflow: hidden;
    display: block;
    width: 100%;
    border-bottom: #ccc 1px solid;
    min-height: 3.5rem; }
    .card dl:last-child {
      border-bottom: none; }
    .card dl.error {
      background: #fddcdc; }
    .card dl.info {
      background: #d9f3ea; }
      .card dl.info dd {
        font-weight: bold; }
    .card dl.zipNo dd, .card dl.corpZipNo dd, .card dl.objectZip dd, .card dl.zip dd {
      width: auto; }
    .card dl dt {
      display: block;
      width: 100%;
      vertical-align: middle;
      line-height: 1.4;
      padding: 1rem 0 0.5rem 0; }
      .card dl dt .required::after {
        content: "必須";
        background: #ff8d8d;
        color: #fff;
        font-size: 0.6rem;
        border-radius: 3px;
        vertical-align: middle;
        padding: 2px;
        margin-left: 5px; }
      .card dl dt span {
        font-size: 0.7rem; }
      .card dl dt .btn {
        min-width: auto;
        padding: 0.5rem;
        font-size: 0.8rem; }
    .card dl dd {
      display: block;
      vertical-align: middle;
      padding: 0.7rem 0;
      word-break: break-all; }
      .card dl dd .btn {
        min-width: auto;
        margin-top: 1rem; }
      .card dl dd span {
        display: block;
        padding: 0.5rem 0; }
      .card dl dd dl {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        /* flex-direction */
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        border: none;
        margin-bottom: 0.5rem;
        min-height: auto; }
        .card dl dd dl dt {
          width: auto;
          display: block;
          margin-right: 0.5rem;
          padding: 0.5rem 0; }
          .card dl dd dl dt .required:after {
            content: none; }
        .card dl dd dl dd {
          display: block !important;
          padding: 0;
          min-height: auto;
          width: 100%; }
        .card dl dd dl.address dt {
          display: none; }
  .card.fix {
    position: fixed;
    bottom: 0;
    left: 230px;
    right: 0;
    width: calc(100% - 230px);
    margin: 0; }
  .card_header {
    padding: 1rem;
    font-size: 1.2rem;
    position: relative;
    border-bottom: 1px solid #ccc;
    cursor: pointer; }
    .card_header i:first-child {
      margin-right: 0.5rem; }
    .card_header .fa-chevron-down, .card_header .fa-angle-up {
      position: absolute;
      top: 1rem;
      right: 1rem; }
    .card_header .fa-chevron-down {
      display: none; }
      .close .card_header .fa-chevron-down {
        display: block; }
    .card_header .fa-angle-up {
      display: block; }
      .close .card_header .fa-angle-up {
        display: none; }
    .card_header:before {
      content: "";
      font-family: 'Font Awesome 6 Solid';
      font-weight: bold;
      display: none !important; }
    .card_header:after {
      content: "";
      font-family: 'Font Awesome 6 Solid';
      font-weight: bold;
      display: none !important; }
  .card_main {
    padding: 1rem; }
    .card_main > div {
      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_btn {
      margin: 0.5rem 0;
      text-align: right; }
      .card_main_btn .btn {
        height: 45px;
        margin-top: 0; }
    .card_main_note {
      margin-bottom: 1rem;
      color: #6E7783; }
    .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: #d9f3ea; }
    .close .card_main {
      display: none !important; }
    .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: initial; }
    .card_footer_message {
      margin: 1rem 0;
      color: #f64a4a;
      font-weight: bold; }
  @media screen and (min-width: 992px) {
    .card {
      margin-top: 2rem; }
      .card dl {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        /* flex-direction */
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center; }
        .card dl dt {
          width: 250px;
          padding: 0.5rem 0.3rem; }
        .card dl dd {
          flex: 1; }
          .card dl dd span {
            display: inline-block;
            padding-right: 0.5rem; }
          .card dl dd input + span {
            padding-left: 0.5rem; }
          .card dl dd .btn {
            min-width: auto;
            margin: 0 0 0 1rem; }
      .card_footer_right {
        position: absolute;
        top: 1rem;
        right: 1rem; } }

.card_half {
  display: flex; }
  .card_half .card {
    width: 100%;
    margin-right: 2rem; }
    .card_half .card:last-child {
      margin-right: 0; }

.card_fix {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  z-index: 5;
  position: fixed;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  text-align: center;
  padding: 0.7rem; }
  .card_fix .btn:first-child {
    margin-top: 0; }
  @media screen and (min-width: 768px) {
    .card_fix .btn {
      margin-top: 0;
      height: 43px;
      margin-right: 0.5rem; }
      .card_fix .btn:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 992px) {
    .card_fix {
      width: calc(100% - 230px);
      left: 230px;
      padding: 1rem; } }

.card_tab {
  margin-bottom: 2rem; }
  .card_tab input {
    display: none; }
  .card_tab > div {
    margin: 0 auto; }
    .card_tab > div::after {
      content: "";
      display: block;
      clear: both; }
  .card_tab label {
    float: left;
    width: calc(100%);
    height: 50px;
    line-height: 50px;
    border-bottom: 2px solid;
    border-color: #2E76B9;
    font-size: 16px;
    text-align: center;
    display: block;
    transition: all 0.2s ease;
    vertical-align: middle;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    z-index: 2;
    background: #fff; }
    .admin .card_tab label {
      border-color: #1F476C; }
    .corp .card_tab label {
      border-color: #2E76B9; }
    .card_tab label:hover {
      opacity: 0.75; }
  .card_tab input:checked + label {
    background-color: #2E76B9;
    color: #fff; }
    .admin .card_tab input:checked + label {
      background-color: #1F476C; }
    .corp .card_tab input:checked + label {
      background-color: #2E76B9; }
  .card_tab_content {
    display: none; }
    .card_tab_content.select {
      display: block; }
  @media screen and (min-width: 768px) {
    .card_tab label {
      width: calc(100%/3); } }
  @media screen and (min-width: 992px) {
    .card_tab label {
      width: calc(100%/8); } }

.remodal {
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
  z-index: 20; }
  .remodal_header {
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 1rem; }
    .remodal_header .remodal_message {
      font-size: 0.9rem;
      margin: 1rem 0; }
      .remodal_header .remodal_message > span {
        display: block;
        padding: 1rem;
        font-weight: bold;
        border: 1px solid #ccc;
        text-align: left; }
      .remodal_header .remodal_message .success {
        background: #d9f3ea;
        border-color: #66cdaa;
        color: #66cdaa; }
      .remodal_header .remodal_message .error {
        background: #fddcdc;
        border-color: #f64a4a;
        color: #f64a4a; }
  .remodal_content {
    margin: 10px auto;
    line-height: 1.5rem; }
    .remodal_content .table_scroll_fixed {
      overflow-x: unset; }
    .remodal_content dl {
      overflow: hidden;
      display: block;
      width: 100%;
      min-height: 3.5rem; }
      .remodal_content dl dt {
        display: block;
        width: 100%;
        vertical-align: middle;
        line-height: 1.4;
        padding: 0.5rem; }
        .remodal_content dl dt .required::after {
          content: "必須";
          background: #ff8d8d;
          color: #fff;
          font-size: 0.6rem;
          border-radius: 3px;
          vertical-align: middle;
          padding: 2px;
          margin-left: 5px; }
        .remodal_content dl dt span {
          font-size: 0.7rem; }
        .remodal_content dl dt .btn {
          min-width: auto;
          padding: 0.5rem;
          font-size: 0.8rem; }
      .remodal_content dl dd {
        display: block;
        vertical-align: middle;
        padding: 0.7rem 0;
        word-break: break-all; }
        .remodal_content dl dd dl {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          /* flex-direction */
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-align-content: center;
          -ms-flex-line-pack: center;
          align-content: center;
          border: none;
          margin-bottom: 0.5rem;
          min-height: auto; }
          .remodal_content dl dd dl dt {
            width: auto;
            display: block !important;
            margin-right: 0.5rem;
            padding: 0; }
          .remodal_content dl dd dl dd {
            display: block !important;
            padding: 0; }
    .remodal_content .title {
      font-weight: bold;
      font-size: 1.2rem;
      text-align: center;
      margin: 2rem 0; }
  .remodal_footer {
    margin-top: 1rem; }
  @media screen and (min-width: 768px) {
    .remodal dl {
      display: table; }
      .remodal dl dt {
        display: table-cell;
        width: 200px; }
      .remodal dl dd {
        display: table-cell;
        text-align: left; }
        .remodal dl dd span {
          display: inline-block;
          padding-right: 0.5rem; }
        .remodal dl dd input + span {
          padding-left: 0.5rem; }
        .remodal dl dd .btn {
          min-width: auto;
          margin: 0 0 0 1rem; } }

/* --------------------------------
	Parts
-------------------------------- */
.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* flex-direction */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center; }

@media screen and (min-width: 992px) {
  .flex_pc {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* flex-direction */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center; }
    .card dl .flex_pc {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      /* flex-direction */
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-content: center;
      -ms-flex-line-pack: center;
      align-content: center; }
      .card dl .flex_pc > dl {
        width: auto;
        margin-right: 1rem; } }

.search .card_main dl {
  border: none; }
  .search .card_main dl dt {
    width: 100%;
    padding: 0.5rem 0; }
  .search .card_main dl dd {
    width: 100%;
    margin-bottom: 0.5rem; }
.search_between {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* flex-direction */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center; }
  .search_between div:first-child:after {
    content: "～";
    padding: 0.5px; }
  .search_between input {
    width: 115px;
    margin-bottom: 5px; }
@media screen and (min-width: 768px) {
  .search .card_main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* flex-direction */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center; }
    .search .card_main dl {
      width: 50%;
      min-height: 4rem;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      /* flex-direction */
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      padding-right: 0.5rem; }
      .search .card_main dl dt {
        width: 30%;
        vertical-align: middle;
        padding-right: 2rem; }
      .search .card_main dl dd {
        width: 70%;
        vertical-align: middle; }
        .search .card_main dl dd span {
          padding: 1rem; }
    .search .card_main .basic_search dt {
      width: 100%;
      padding-left: 1rem; }
    .search .card_main .basic_search dd {
      width: 100%; }
      .search .card_main .basic_search dd span {
        padding-top: 0; } }

.list_icon ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* flex-direction */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center; }
  .list_icon ul li {
    width: 50%;
    color: #fff;
    margin-bottom: 1rem; }
    .list_icon ul li > div {
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
      z-index: 2;
      padding: 1rem; }
      .list_icon ul li > div::after {
        content: "";
        display: block;
        clear: both; }
      .list_icon ul li > div i {
        float: left;
        display: block;
        font-size: 1.5rem;
        border-radius: 150px;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        margin-right: 1rem; }
    .list_icon ul li:nth-child(odd) > div {
      margin-right: 1rem; }
    .list_icon ul li:nth-child(1) > div {
      background: #ffc952; }
      .list_icon ul li:nth-child(1) > div i {
        background: #f5a900; }
    .list_icon ul li:nth-child(2) > div {
      background: #ff7473; }
      .list_icon ul li:nth-child(2) > div i {
        background: #ff1917; }
    .list_icon ul li:nth-child(3) > div {
      background: #60c5ba; }
      .list_icon ul li:nth-child(3) > div i {
        background: #369389; }
    .list_icon ul li:nth-child(4) > div {
      background: #838b97; }
      .list_icon ul li:nth-child(4) > div i {
        background: #5b636d; }
.list_icon_num {
  font-size: 1.8rem;
  margin-top: 0.5rem;
  display: block; }
.list_icon_detail {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* flex-direction */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin-top: 0.5rem;
  font-size: 0.8rem; }
  .list_icon_detail > div {
    text-align: center;
    width: 30%; }
    .list_icon_detail > div span {
      display: block; }
    .list_icon_detail > div a {
      display: block;
      font-size: 1.3rem;
      margin-top: 0.5rem; }
@media screen and (min-width: 768px) {
  .list_icon ul li {
    width: 25%;
    margin-bottom: 2rem; }
    .list_icon ul li > div {
      margin-right: 2rem !important; } }

.list_alert ul {
  overflow: hidden; }
  .list_alert ul li {
    margin: 0.5rem;
    padding-bottom: 1rem;
    border-bottom: #E6E6E6 1px dotted; }
    .list_alert ul li:last-child {
      border-bottom: none; }
    .list_alert ul li:before {
      font-size: 1.3rem;
      margin-right: 1rem; }
    .list_alert ul li.info:before {
      content: "";
      font-family: 'Font Awesome 6 Solid';
      font-weight: bold;
      display: none !important;
      color: #66cdaa; }
    .list_alert ul li.warn:before {
      content: "";
      font-family: 'Font Awesome 6 Solid';
      font-weight: bold;
      display: none !important;
      color: #eecf5d; }
    .list_alert ul li.error:before {
      content: "";
      font-family: 'Font Awesome 6 Solid';
      font-weight: bold;
      display: none !important;
      color: #f64a4a;
      font-size: 1.4rem; }

.list_tree ul ul {
  display: none; }
.list_tree ul li {
  position: relative;
  padding-left: 1.5rem;
  line-height: 2rem; }
  .list_tree ul li .high {
    display: block;
    cursor: pointer; }
    .list_tree ul li .high > span {
      display: block;
      position: absolute;
      top: 0;
      left: 0; }
      .list_tree ul li .high > span:before {
        content: "";
        font-family: 'Font Awesome 6 Solid';
        font-weight: bold;
        display: none !important;
        font-size: 1.5rem; }
  .list_tree ul li a {
    display: block;
    padding-left: 1rem; }
    .list_tree ul li a:hover {
      background-color: #cbdff2; }
      .admin .list_tree ul li a:hover {
        background-color: #d7d7d7; }
      .corp .list_tree ul li a:hover {
        background-color: #cbdff2; }
  .list_tree ul li.select a {
    background-color: #cbdff2; }
    .admin .list_tree ul li.select a {
      background-color: #d7d7d7; }
    .corp .list_tree ul li.select a {
      background-color: #cbdff2; }
.list_tree .open > .high > span:before {
  content: "";
  font-family: 'Font Awesome 6 Solid';
  font-weight: normal;
  display: none !important; }
.list_tree .open > ul {
  display: block; }

.flow {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* flex-direction */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 100%;
  margin: 0 auto; }
  .flow li {
    position: relative;
    text-align: center;
    font-size: 0.9rem;
    padding: 2px; }
    .flow li::before {
      position: relative;
      display: block;
      width: 23px;
      height: 23px;
      margin: 0 auto 10px;
      border-radius: 23px;
      background-color: #E6E6E6;
      color: #fff;
      line-height: 23px;
      font-weight: bold;
      z-index: 2; }
    .flow li::after {
      width: 100%;
      height: 5px;
      content: '';
      position: absolute;
      background-color: #E6E6E6;
      top: 10px;
      left: -50%; }
    .flow li.active::before {
      background-color: #ffc952; }
    .flow li.active::after {
      background-color: #ffc952; }
    .flow li:first-child::after {
      content: none; }
    .flow li:nth-child(1)::before {
      content: '1'; }
    .flow li:nth-child(2)::before {
      content: '2'; }
    .flow li:nth-child(3)::before {
      content: '3'; }
    .flow li:nth-child(4)::before {
      content: '4'; }
    .flow li:nth-child(5)::before {
      content: '5'; }
    .flow li:nth-child(6)::before {
      content: '6'; }
    .flow li:nth-child(7)::before {
      content: '7'; }
    .flow li:nth-child(8)::before {
      content: '8'; }
    .flow li:nth-child(9)::before {
      content: '9'; }
    .flow li:nth-child(10)::before {
      content: '10'; }
    .flow li:nth-child(11)::before {
      content: '11'; }
    .flow li:nth-child(12)::before {
      content: '12'; }
  .flow.flow_3 li {
    width: calc(100% / 3); }
  .flow.flow_4 li {
    width: calc(100% / 4); }
  .flow.flow_5 li {
    width: calc(100% / 5); }
  .flow.flow_6 li {
    width: calc(100% / 6); }
  .flow.flow_7 li {
    width: calc(100% / 7); }
  .flow.flow_8 li {
    width: calc(100% / 8); }
  .flow.flow_9 li {
    width: calc(100% / 9); }
  .flow.flow_10 li {
    width: calc(100% / 10); }
  .flow.flow_11 li {
    width: calc(100% / 11); }
  .flow.flow_12 li {
    width: calc(100% / 12); }
  @media screen and (min-width: 768px) {
    .flow li::before {
      width: 47px;
      height: 47px;
      border-radius: 47px;
      line-height: 47px; }
    .flow li::after {
      top: 20px; } }

.setting .card_main::after {
  content: "";
  display: block;
  clear: both; }
.setting .card_main > div {
  float: left; }
.setting .card_main .setting_select {
  width: 100%; }
  .setting .card_main .setting_select select {
    width: 100%;
    height: 200px; }
    .setting .card_main .setting_select select option {
      padding: 0.2rem; }
.setting .card_main .setting_button {
  width: 100%; }
  .setting .card_main .setting_button a {
    width: 22%;
    margin-bottom: 1rem; }
    .setting .card_main .setting_button a i {
      font-size: 1.5rem;
      margin: 0 5px;
      vertical-align: middle; }
@media screen and (min-width: 768px) {
  .setting .card_main .setting_select {
    width: 30%;
    max-width: 400px; }
    .setting .card_main .setting_select select {
      height: 500px; }
  .setting .card_main .setting_button {
    width: 30%;
    max-width: 180px;
    padding: 0 1rem; }
    .setting .card_main .setting_button a {
      display: block;
      width: 100%;
      min-width: auto; } }

table tr th {
  vertical-align: middle;
  padding: 0.5rem 0.8rem; }
table tr td {
  padding: 0.5rem 0.8rem;
  vertical-align: middle; }
  table tr td .btn {
    min-width: auto;
    width: 100%; }
table tr .error_message {
  text-align: left;
  color: #f64a4a;
  font-weight: bold;
  font-size: 0.9rem; }

.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 {
  padding: 0 !important;
  height: 100%;
  table-layout: fixed;
  overflow-x: scroll;
  overflow-y: unset; }
  .table_scroll_fixed table {
    width: 100%; }
    .table_scroll_fixed table th .required::after {
      content: "必須";
      background: #ff8d8d;
      color: #fff;
      font-size: 0.6rem;
      border-radius: 3px;
      vertical-align: middle;
      padding: 2px;
      margin-left: 5px; }
    .table_scroll_fixed table td input {
      width: 100%; }
    .table_scroll_fixed table td.unit {
      position: relative;
      padding-right: 30px; }
      .table_scroll_fixed table td.unit span {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        right: 0.5rem; }
      .table_scroll_fixed table td.unit.unit-2 {
        padding-right: 40px; }
  .table_scroll_fixed input {
    width: 100%;
    padding: 5px 10px; }

.scroll_top_fixed.fixed {
  position: fixed;
  top: 50px;
  z-index: 11;
  height: auto; }

.scroll_rendo_head {
  opacity: 0;
  height: 0; }
  .scroll_rendo_head.fixed {
    opacity: 1;
    height: auto; }

.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 {
  border-collapse: separate;
  border: #ccc 1px solid; }
  .table-01 thead th .th-icon {
    display: flex;
    margin: 0.3rem auto;
    width: 60px; }
    .table-01 thead th .th-icon .btn {
      min-width: auto;
      padding: 0.2rem;
      margin: 0; }
      .table-01 thead th .th-icon .btn i {
        font-size: 1rem;
        margin: 0; }
  .table-01 thead th > .flex {
    justify-content: space-between; }
  .table-01 thead th.border-bottom-none {
    border-bottom: none; }
  .table-01 tbody th {
    text-align: left; }
  .table-01 tr td {
    background-color: #fff; }
    .table-01 tr td select {
      width: 100%; }
    .table-01 tr td .th-icon {
      display: flex;
      margin: 0.3rem auto;
      padding: 0;
      width: 60px; }
      .table-01 tr td .th-icon .btn {
        min-width: auto;
        padding: 0.2rem;
        margin: 0;
        line-height: 20px; }
        .table-01 tr td .th-icon .btn i {
          font-size: 1rem;
          margin: 0; }
  .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.red td {
    background-color: #fddcdc !important; }
  .table-01 tr th {
    border-right: #ccc 1px solid;
    border-bottom: #ccc 1px solid;
    background: #E6E6E6; }
    .table-01 tr th.asc::after {
      content: "";
      font-family: 'Font Awesome 6 Solid';
      font-weight: bold;
      display: none !important;
      margin-left: 8px; }
    .table-01 tr th.desc::after {
      content: "";
      font-family: 'Font Awesome 6 Solid';
      font-weight: bold;
      display: none !important;
      margin-left: 8px; }
  .table-01 tr td {
    border-right: #ccc 1px solid;
    border-bottom: #ccc 1px solid;
    font-size: 0.9rem;
    line-height: 1.5rem; }
    .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; }

.table-sticky {
  overflow: scroll;
  max-height: 500px; }
  .table-sticky table th {
    /* 縦スクロール時に固定する */
    position: sticky;
    top: 0;
    /* tbody内のセルより手前に表示する */
    z-index: 1; }
  @media screen and (min-width: 992px) {
    .table-sticky {
      max-height: 1100px; } }

.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 > li.pagenation__item-next {
      display: block;
      padding: 1rem 0.5rem;
      width: 50%;
      float: left; }
      .pagination > li.pagenation__item-next > a {
        display: block;
        line-height: 1.5rem; }
  .pagination .active > a {
    color: #fff;
    cursor: default;
    background-color: #8C8C8C; }
  @media screen and (min-width: 768px) {
    .pagination > li.pagenation__item-next {
      display: inline;
      padding: 0;
      width: auto;
      float: none; }
      .pagination > li.pagenation__item-next > a {
        display: inline; } }

.frame01 {
  border: #ccc 1px solid;
  border-radius: 0.5rem;
  padding: 1rem;
  margin-bottom: 1rem;
  position: relative; }
  .frame01 ul {
    margin: 1rem 0; }
    .frame01 ul li {
      padding-bottom: 0.5rem; }
  .frame01 p {
    margin-bottom: 0.5rem; }
  .frame01_header {
    font-size: 1.1rem;
    text-decoration: underline;
    margin-bottom: 1rem !important; }

.datepicker {
  max-width: 120px; }

#ui-datepicker-div {
  z-index: 8 !important; }

.dropdown.open > div {
  display: block; }
.dropdown .btn:after {
  content: "";
  font-family: 'Font Awesome 6 Solid';
  font-weight: bold;
  display: none !important; }
.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_download {
  text-align: right;
  padding: 5px; }
  .file_download .btn {
    font-size: 0.7rem;
    padding: 0.5rem 0.7rem; }
    .file_download .btn i {
      padding-right: 3px; }

.file_upload {
  font-size: 0.9em; }
  .file_upload::after {
    content: "";
    display: block;
    clear: both; }
  .file_upload > div {
    padding: 5px; }
  .file_upload_drop {
    display: none; }
  .file_upload_file {
    display: block;
    font-size: 0.9em;
    cursor: pointer;
    text-align: center;
    background-color: #f6f6f6;
    padding: 6px;
    border-radius: 3px;
    border: #ccc 1px solid; }
    .file_upload_file:before {
      content: "＋ファイルを選択";
      display: block; }
    .file_upload_file input + div {
      display: block;
      color: #959ea9;
      font-size: 0.8em;
      margin-top: 2px; }
    .file_upload_file:hover {
      opacity: 0.7; }
    .file_upload_file input {
      display: none; }
  .file_upload_preview {
    overflow-y: scroll;
    height: 108px;
    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;
        min-width: auto; }
  .file_upload_explan {
    font-size: 0.8rem;
    text-align: center;
    background-color: rgba(180, 180, 180, 0.4); }
  @media screen and (min-width: 992px) {
    .file_upload > div {
      float: left;
      width: 50%; }
    .file_upload_drop {
      display: block;
      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: "";
        font-family: 'Font Awesome 6 Solid';
        font-weight: bold;
        display: none !important;
        display: block;
        font-size: 2rem;
        margin-bottom: 0.5rem; }
      .file_upload_drop:after {
        content: "ここにドラッグ＆ドロップしてください";
        font-size: 0.8em; } }

input.flatpickr-input[readonly] {
  background: #fff; }
input.flatpickr-input[disabled] {
  background: #E6E6E6; }

.flatpickr-weekdaycontainer > .flatpickr-weekday:nth-child(1) {
  color: #dc3545; }
.flatpickr-weekdaycontainer > .flatpickr-weekday:nth-child(7) {
  color: #007bff; }

.between .yearmonthpicker {
  width: 100px; }

.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; }

.terms {
  padding: 1rem;
  height: 250px;
  overflow: scroll;
  font-size: 0.9rem;
  border: #ccc 1px solid;
  margin: 1rem 0; }

.checkbox {
  position: relative;
  margin: 1rem;
  padding-left: 2rem;
  display: block; }
  .checkbox input {
    position: absolute;
    top: 0;
    left: 0; }
  .checkbox.agreement {
    font-weight: bold; }

.select_open_box {
  display: none; }
  .select_open_box dl:last-child {
    border-bottom: #ccc 1px solid; }
  .select_open_box dl dl {
    border: none !important; }

.hidden {
  display: none; }

.emphasis {
  font-weight: bold;
  padding-bottom: 1rem; }

.text_center {
  text-align: center !important; }

.text_right {
  text-align: right !important; }

.text_left {
  text-align: left !important; }

.padding_base {
  padding: 1rem; }

.tategaki {
  writing-mode: tb-rl;
  margin: auto; }

.widget_false {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* flex-direction */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center; }
  .birthDate .widget_false > div:nth-child(1)::after {
    content: "年"; }
  .birthDate .widget_false > div:nth-child(2)::after {
    content: "月"; }
  .birthDate .widget_false > div:nth-child(3)::after {
    content: "日"; }
  .mail .widget_false a {
    margin-left: 0.5rem; }

.scroll_top_fixed.fixed {
  position: fixed;
  top: 50px;
  z-index: 11;
  height: auto; }

.scroll_rendo_head {
  opacity: 0;
  height: 0; }
  .scroll_rendo_head.fixed {
    opacity: 1;
    height: auto; }

.indent1 {
  margin-left: 1rem; }

.icon {
  line-height: 1.2rem; }
  .icon::before {
    font-family: 'Font Awesome 6 Free';
    /* 追記したコード */
    display: inline-block;
    font-weight: bold;
    font-size: 1.5rem;
    vertical-align: middle;
    margin-right: 5px; }
  .icon_add::before {
    content: '\2b'; }

.tb-rl {
  writing-mode: tb-rl; }

.tooltip {
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding-left: 5px;
  z-index: 10;
  /* ツールチップ全体の設定 */
  /* 吹き出しのひげ部分 */
  /* 吹き出しの本体 */
  /* マウスホバーしたときの設定 */ }

.tooltip .tooltiptext {
  visibility: hidden;
  border: 10px solid transparent;
  border-bottom-color: #666666;
  top: 30px;
  left: -20px;
  position: absolute;
  white-space: pre;
  display: block;
  padding: 0.5rem;
  background: #666666;
  border-radius: 7px;
  font-size: 0.9rem !important;
  font-weight: normal;
  line-height: 1.7;
  color: #fff; }

.tooltip::before, .tooltip::after, .tooltiptext::before, .tooltiptext::after {
  position: absolute;
  opacity: 0; }

.tooltip::before {
  content: "";
  border: 10px solid transparent;
  border-bottom-color: #666666;
  top: 10px;
  left: 7px; }

.tooltip:hover::before {
  top: 16px;
  opacity: 1; }

.tooltip:hover::after {
  top: 20px;
  opacity: 1; }

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1; }

.vertical-align-bottom {
  vertical-align: bottom; }

.like_table {
  display: flex;
  padding: 0 !important;
  border-top: #ccc 1px solid;
  border-left: #ccc 1px solid; }
  .like_table textarea {
    resize: none;
    width: 100%; }
  .like_table input {
    width: 100%; }
  .like_table > div:first-child {
    flex-grow: 1; }
  .like_table > div:last-child {
    flex-grow: 3; }
  .like_table .like_flex {
    display: flex; }
    .like_table .like_flex > div {
      flex-grow: 1; }
  .like_table .like_th {
    padding: 0.8rem;
    font-weight: bold;
    background: #E6E6E6;
    border-right: #ccc 1px solid;
    border-bottom: #ccc 1px solid;
    display: flex;
    align-items: center; }
  .like_table .like_td {
    padding: 0 0.8rem;
    border-right: #ccc 1px solid;
    border-bottom: #ccc 1px solid;
    display: flex;
    align-items: center; }
  .like_table .like_01, .like_table .like_02 {
    justify-content: center; }
  .like_table .like_03, .like_table .like_04 {
    min-height: 50px; }
  .like_table .like_05, .like_table .like_06, .like_table .like_07, .like_table .like_08 {
    min-height: 115px; }

/* --------------------------------
	レスポンシブ用
-------------------------------- */
.sp {
  opacity: 1 !important;
  left: unset; }
  @media screen and (min-width: 992px) {
    .sp {
      opacity: 0 !important;
      left: -1000px; } }

.md {
  opacity: 0 !important;
  left: -1000px;
  position: absolute; }
  @media screen and (min-width: 992px) {
    .md {
      opacity: 1 !important;
      left: unset;
      position: unset; } }

#header {
  position: fixed;
  top: 0;
  left: 0;
  height: 50px;
  line-height: 50px;
  width: 100%;
  color: #fff;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
  z-index: 15;
  background-color: #2E76B9; }
  .admin #header {
    background-color: #1F476C; }
  .corp #header {
    background-color: #2E76B9; }
  #header a {
    color: #fff; }
  #header_bars {
    display: block;
    position: absolute;
    top: 1rem;
    left: 1rem;
    font-size: 1.8rem; }
    #header_bars .fa-bars {
      display: block;
      color: #fff; }
    #header_bars .fa-xmark {
      font-size: 2rem;
      display: none; }
    #header_bars.open .fa-bars {
      display: none; }
    #header_bars.open .fa-xmark {
      display: block; }
  #header_logo {
    width: 200px;
    margin-left: 60px;
    text-align: left;
    height: 100%;
    line-height: 50px; }
    #header_logo img {
      width: 40px;
      vertical-align: middle;
      margin-right: 10px; }
    #header_logo_test {
      position: fixed;
      color: red;
      font-size: 0.9rem;
      vertical-align: middle;
      font-weight: bold; }
  #header_menu {
    position: fixed;
    top: 0;
    right: 0;
    color: #fff;
    cursor: pointer;
    margin-right: 1rem; }
    #header_menu > li {
      display: inline-block;
      margin-right: 5px; }
      #header_menu > li:last-child {
        margin-right: 0; }
    #header_menu svg {
      line-height: 50px;
      vertical-align: middle; }
      #header_menu svg.fa-th {
        font-size: 1.7rem; }
      #header_menu svg.fa-circle-user {
        font-size: 2rem; }
      #header_menu svg.fa-sort-down {
        font-size: 1.3rem; }
      #header_menu svg:hover {
        opacity: 0.8; }
    #header_menu .btn_flat {
      text-decoration: underline; }
      #header_menu .btn_flat i {
        line-height: initial; }
      #header_menu .btn_flat:hover {
        color: #2E76B9; }
  #header_sidebar > li {
    width: 200px;
    margin-right: -200px;
    background: white;
    overflow: hidden;
    display: inline-block;
    position: fixed;
    top: 50px;
    right: 0;
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.2);
    z-index: 12;
    -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: #2E76B9; }
          .admin #header_sidebar > li nav li a:hover, .admin #header_sidebar > li nav li a.select {
            color: #1F476C; }
          .corp #header_sidebar > li nav li a:hover, .corp #header_sidebar > li nav li a.select {
            color: #2E76B9; }
          #header_sidebar > li nav li a:hover i, #header_sidebar > li nav li a.select i {
            color: #2E76B9; }
            .admin #header_sidebar > li nav li a:hover i, .admin #header_sidebar > li nav li a.select i {
              color: #1F476C; }
            .corp #header_sidebar > li nav li a:hover i, .corp #header_sidebar > li nav li a.select i {
              color: #2E76B9; }
        #header_sidebar > li nav li a:hover {
          background: #f3f3f3; }
      #header_sidebar > li nav li i {
        vertical-align: middle;
        margin-right: 1rem;
        font-size: 1.3rem;
        width: 1.7rem;
        text-align: center;
        color: #6b6b6b; }
  #header_sidebar_account > div {
    text-align: center;
    padding: 1rem;
    border-bottom: #E6E6E6 1px solid;
    color: #444444; }
    #header_sidebar_account > div i {
      font-size: 2.5rem;
      margin: 1rem;
      color: #6b6b6b; }
    #header_sidebar_account > div p {
      margin: 1rem 0; }
  #header_sidebar_account_sstore {
    color: #8C8C8C;
    font-size: 0.8rem; }
  @media screen and (min-width: 992px) {
    #header_bars {
      display: none; }
    #header_logo {
      width: auto;
      text-align: left;
      margin-left: 1rem;
      font-weight: bold;
      font-size: 1.3rem; } }

#sidebar {
  width: 100%;
  height: calc(100vh - 50px);
  position: fixed;
  top: 50px;
  left: -100%;
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.2);
  z-index: 12;
  opacity: 0;
  background: #f6f6f6;
  overflow: auto; }
  #sidebar.open {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    left: 0;
    width: 230px; }
  #sidebar_menu .toggle > a:after {
    content: "";
    font-family: 'Font Awesome 6 Solid';
    font-weight: bold;
    display: none !important;
    position: absolute;
    right: 1rem;
    top: 0;
    bottom: 0; }
  #sidebar_menu .toggle > ul {
    display: none; }
  #sidebar_menu .toggle.open > a:after {
    content: "";
    font-family: 'Font Awesome 6 Solid';
    font-weight: bold;
    display: none !important; }
  #sidebar_menu .toggle.open > ul {
    display: block; }
  #sidebar_menu ul li {
    line-height: 3.5rem; }
    #sidebar_menu ul li.select {
      color: #2E76B9;
      background-color: #cbdff2; }
      .admin #sidebar_menu ul li.select {
        color: #1F476C; }
      .corp #sidebar_menu ul li.select {
        color: #2E76B9; }
      .admin #sidebar_menu ul li.select {
        background-color: #d7d7d7; }
      .corp #sidebar_menu ul li.select {
        background-color: #cbdff2; }
      #sidebar_menu ul li.select a {
        color: #2E76B9;
        background-color: #cbdff2; }
        .admin #sidebar_menu ul li.select a {
          color: #1F476C; }
        .corp #sidebar_menu ul li.select a {
          color: #2E76B9; }
        .admin #sidebar_menu ul li.select a {
          background-color: #d7d7d7; }
        .corp #sidebar_menu ul li.select a {
          background-color: #cbdff2; }
    #sidebar_menu ul li.anken_name {
      line-height: unset; }
      #sidebar_menu ul li.anken_name > div {
        position: relative;
        font-size: 0.85em;
        padding: 1rem 1rem 1rem 35px;
        border: 1px solid #ccc;
        margin: 0.5rem; }
        #sidebar_menu ul li.anken_name > div svg {
          font-size: 1rem;
          position: absolute;
          left: 0;
          margin-top: -2px; }
    #sidebar_menu ul li a {
      color: #6a6a6a;
      position: relative;
      display: block;
      font-size: 0.9rem;
      cursor: pointer; }
      #sidebar_menu ul li a:hover {
        color: #2E76B9;
        background-color: #cbdff2; }
        .admin #sidebar_menu ul li a:hover {
          color: #1F476C; }
        .corp #sidebar_menu ul li a:hover {
          color: #2E76B9; }
        .admin #sidebar_menu ul li a:hover {
          background-color: #d7d7d7; }
        .corp #sidebar_menu ul li a:hover {
          background-color: #cbdff2; }
    #sidebar_menu ul li i {
      vertical-align: middle;
      margin: 0 0.5rem;
      font-size: 1.2rem;
      width: 1.7rem;
      text-align: center; }
    #sidebar_menu ul li svg {
      vertical-align: middle;
      margin: 0 0.5rem;
      font-size: 1.2rem;
      width: 1.7rem;
      text-align: center; }
  #sidebar_menu > ul > li > ul > li > a {
    padding-left: 1rem;
    font-size: 0.9em; }
  #sidebar_menu > ul > li > ul > li > ul > li > a {
    padding-left: 2rem;
    font-size: 0.9em; }
  @media screen and (min-width: 992px) {
    #sidebar {
      width: 230px;
      opacity: 1;
      left: 0; } }

.anon.customer_login {
  background: #2E76B9; }
.anon.admin_login {
  background: #1F476C; }
.anon .card {
  max-width: 350px;
  margin: 0 auto; }
  .anon .card h1 {
    text-align: center;
    margin: 1rem 0 2rem 0;
    font-weight: normal; }
.anon .logo {
  text-align: center; }
  .anon .logo img {
    width: 200px;
    margin: 1rem 0; }

.flogin {
  text-align: center;
  padding: 0 1rem; }
  .flogin_logo {
    text-align: right; }
    .flogin_logo img {
      width: 80px;
      margin: 2rem; }
  .flogin_input {
    margin: 1rem auto;
    padding: 2rem;
    background: none;
    box-shadow: none; }
    .flogin_input input {
      display: block;
      width: 100%;
      margin: 1rem auto; }
    .flogin_input .btn {
      margin: 1rem 0;
      padding: 1rem 3rem;
      width: 100%;
      border: 4px solid #fff; }
    .flogin_input_title {
      color: #fff; }
      .flogin_input_title h1 {
        font-size: 2rem;
        font-weight: bold !important;
        padding-bottom: 1rem;
        line-height: 1.3; }
      .flogin_input_title p {
        font-size: 1.1rem; }
  .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; }
  .flogin .error_message {
    color: #f64a4a;
    font-weight: bold;
    padding: 0.5rem 0; }
    .flogin .error_message p {
      padding-bottom: 8px; }
  .flogin footer {
    color: #fff !important;
    position: static; }

#customer_opportunity_analysis_list .table-01 tr.title th {
  background: #96c3d9; }
#customer_opportunity_analysis_list .table-01 tr.total td {
  text-align: center; }
#customer_opportunity_analysis_list .table-01 tr.judge td {
  text-align: center;
  color: #f64a4a;
  font-weight: bold; }
#customer_opportunity_analysis_list .table-01 tr.underline th, #customer_opportunity_analysis_list .table-01 tr.underline td {
  border-bottom: double 5px #ccc; }
#customer_opportunity_analysis_list .table-01 tr.last th {
  font-size: 1.1rem; }
#customer_opportunity_analysis_list .table-01 tr.last td {
  background: #E6E6E6;
  font-weight: bold;
  font-size: 1.1rem; }
#customer_opportunity_analysis_list .table-01 tr.last.total td {
  color: #3480eb; }
#customer_opportunity_analysis_list .remodal_content select {
  font-size: 0.95rem;
  padding: 7px 0.4rem; }

#customer_strength_weakness_edit table tr {
  font-size: 1.2rem; }
  #customer_strength_weakness_edit table tr th {
    padding: 1rem; }
    #customer_strength_weakness_edit table tr th:not(.tb-rl) {
      border: 1px solid #ccc;
      background: #96c3d9;
      width: 50%; }
  #customer_strength_weakness_edit table tr td {
    border: 1px solid #ccc;
    padding: 0; }
    #customer_strength_weakness_edit table tr td textarea {
      width: 100%;
      min-height: 200px;
      font-size: 1.2rem;
      border: none; }
  #customer_strength_weakness_edit table tr:last-child th {
    background: none;
    border: none; }

#customer_influence_support_list .remodal {
  max-width: 900px; }
  #customer_influence_support_list .remodal .table-01 {
    width: auto !important; }
#customer_influence_support_list .table-01 tr td {
  text-align: center; }
#customer_influence_support_list .table-01 tr.title th {
  font-weight: bold;
  background: #96c3d9; }
#customer_influence_support_list .table-01 tr.total td {
  color: #3480eb;
  font-weight: bold; }
#customer_influence_support_list .table-01 tr.judge td {
  color: #f64a4a;
  font-weight: bold; }
#customer_influence_support_list .table-01 tr.underline th, #customer_influence_support_list .table-01 tr.underline td {
  border-bottom: double 5px #ccc; }
#customer_influence_support_list .table-01 thead tr th.postion-left-first {
  left: 0;
  position: sticky;
  z-index: 2; }
#customer_influence_support_list .table-01 tbody tr th {
  font-weight: normal;
  font-size: 0.9em; }
#customer_influence_support_list .table-01 tbody tr:not(.title) th:first-child {
  left: 0;
  position: sticky;
  z-index: 1; }
#customer_influence_support_list .table-01 tbody tr:not(.title) th:nth-child(2) {
  left: 50px;
  position: sticky;
  z-index: 1; }
#customer_influence_support_list .table-head.fixed {
  position: fixed;
  top: 50px; }

#customer_competition_counterattack_edit table .border_right {
  border-right: double 4px #ccc; }
#customer_competition_counterattack_edit table .not_important {
  background: #8C8C8C; }
#customer_competition_counterattack_edit table tr th.postion-left-first {
  position: sticky;
  left: 0; }
#customer_competition_counterattack_edit table tr th.postion-left-second {
  position: sticky;
  left: 50px; }
#customer_competition_counterattack_edit table thead tr th.our {
  background: #96c3d9; }
#customer_competition_counterattack_edit table thead tr th.competitor {
  background: #ffc952; }
#customer_competition_counterattack_edit table thead tr th .senryaku {
  background: #fff;
  border: #fff 1px solid;
  border-radius: 8px;
  padding: 0.3rem 1rem;
  margin: 0.3rem 0; }
#customer_competition_counterattack_edit table tbody tr th .tategaki {
  max-height: 100px; }
#customer_competition_counterattack_edit table tbody tr td {
  background: #fff;
  padding: 0; }
  #customer_competition_counterattack_edit table tbody tr td textarea {
    border: none;
    min-height: 60px;
    background: none; }
  #customer_competition_counterattack_edit table tbody tr td input {
    border: none;
    background: none; }

#customer_unknown_list table tr:nth-child(even) td textarea {
  background-color: #f6f6f6; }
#customer_unknown_list table tr td:nth-child(1) {
  text-align: center; }
#customer_unknown_list textarea {
  font-size: 1.2rem;
  border: none;
  padding: 0;
  margin: 0; }

#customer_political_strategy_list table.table-01 {
  width: 100%; }
  #customer_political_strategy_list table.table-01 tr td {
    padding: 0.2rem; }

#modal-securitypolicy {
  max-width: 900px; }
  #modal-securitypolicy h2 {
    margin: 2rem 0 1rem 0; }

/*# sourceMappingURL=style.css.map */
