﻿@charset "UTF-8";
/* **************************************************************************************

RESET

************************************************************************************** */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.8; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: middle;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: middle;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* **************************************************************************************

BASE

************************************************************************************** */
html {
  position: relative;
  width: 100%;
}

body {
  margin: 0;
  height: 100%;
  min-height: 100%;
  font-size: 16px;
  position: relative;
  color: #666;
  font-family: "NotoSansCJKjp", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.1px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* **************************************************************************************

 MARGIN & PDDDING /mixin/_mg/

************************************************************************************** */
.mg05-tb {
  margin: 0.5rem 0;
}

.mg05-lr {
  margin: 0 0.5rem;
}

.mg08-tb {
  margin: 0.8rem 0;
}

.mg08-all {
  margin: 0.8rem;
}

.mg1-t {
  margin-top: 1rem;
}

.mg1-b {
  margin-bottom: 1rem;
}

.mg1-tb {
  margin: 1rem 0;
}

.mg1-all {
  margin: 1rem;
}

.mg2-t {
  margin-top: 2rem;
}

.mg2-b {
  margin-bottom: 2rem;
}

.mg2-tb {
  margin: 2rem 0;
}

.mg2-l {
  margin-left: 0;
}

.mg2-r {
  margin-right: 0;
}

.mg2-lr {
  margin: 0 2rem;
}

.mg2-all {
  margin: 2rem 1rem;
}

.mg3-t {
  margin-top: 3rem;
}

.mg3-b {
  margin-bottom: 3rem;
}

.mg3-tb {
  margin: 3rem 0;
}

.mg3-all {
  margin: 3rem 1rem;
}

.mg4-t {
  margin-top: 4rem;
}

.mg4-b {
  margin-bottom: 4rem;
}

.mg4-tb {
  margin: 4rem 0;
}

.mg4-all {
  margin: 4rem 1rem;
}

.mg5-t {
  margin-top: 5rem;
}

.mg5-b {
  margin-bottom: 5rem;
}

.mg5-tb {
  margin: 5rem 0;
}

.mg5-all {
  margin: 5rem 1rem;
}

.pd025-all {
  padding: 0.25rem;
}

.pd05-lr {
  padding: 0 0.5rem;
}

.pd05-b {
  padding-bottom: 0.5rem;
}

.pd05-all {
  padding: 0.5rem;
}

.pd08-tb {
  padding: 0.8rem 0;
}

.pd08-all {
  padding: 0.8rem;
}

.pd1-t {
  padding-top: 1rem;
}

.pd1-b {
  padding-bottom: 1rem;
}

.pd1-tb {
  padding: 1rem 0;
}

.pd1-lr {
  padding: 0 1rem;
}

.pd1-all {
  padding: 1rem;
}

.pd2-t {
  padding-top: 2rem;
}

.pd2-tb {
  padding: 2rem 0;
}

.pd2-b {
  padding-bottom: 2rem;
}

.pd2-lr {
  padding: 0 2rem;
}

.pd2-all {
  padding: 2rem;
}

.pd3-b {
  padding-bottom: 3rem;
}

.pd3-tb {
  padding: 3rem 0;
}

.pd3-all {
  padding: 3rem 1rem;
}

.pd4-b {
  padding-bottom: 4rem;
}

.pd4-tb {
  padding: 4rem 0;
}

.pd4-all {
  padding: 4rem 1rem;
}

.pd5-b {
  padding-bottom: 5rem;
}

.pd5-tb {
  padding: 5rem 1rem;
}

.pd5-all {
  padding: 5rem 1rem;
}

/* **************************************************************************************

 HEADER（ヘッダーのスタイル）/layout/_header/

************************************************************************************** */
/* **************************************************************************************

 COLOR（色のスタイル）/component/_color/

************************************************************************************** */
.color_bluegreen {
  color: #31b5bd !important;
}
.color_bluegreen-bg {
  background: #31b5bd !important;
}
.color_bluegreen-bg_transparentize {
  background: rgba(49, 181, 189, 0.08);
}
.color_green {
  color: #00ad84 !important;
}
.color_green-bg {
  background: #00ad84 !important;
}
.color_green-bg_transparentize {
  background: rgba(0, 173, 132, 0.08);
}
.color_blue {
  color: #0081e2 !important;
}
.color_blue-bg {
  background: #0081e2 !important;
}
.color_blue-bg_transparentize {
  background: rgba(0, 129, 226, 0.08);
}
.color_red {
  color: #ff4d4d !important;
}
.color_red-bg {
  background: #ff4d4d !important;
}
.color_red-bg_transparentize {
  background: rgba(255, 77, 77, 0.15);
}
.color_yellow {
  color: #f2b436 !important;
}
.color_yellow-bg {
  background: #f2b436 !important;
}
.color_gray {
  color: #505050;
}
.color_gray-light {
  color: #c6c6c6;
}
.color_gray-light-bg {
  background: #f7f7f7 !important;
}
.color_white {
  color: #fff !important;
}
.color_white-bg {
  background: #fff !important;
}
.color_black {
  color: #000 !important;
}

.header {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-bottom: 1px solid #cecece;
}
.header-logo {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 15px;
  color: #31b5bd;
  font-weight: 700;
  line-height: 1.5;
}
.header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.header nav .nav-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 25px;
  color: #31b5bd;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header nav .nav-txt a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #008e65;
}
.header-user {
  z-index: 999;
  background: #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.header-mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  color: #0081e2;
  font-size: 1.8rem;
  line-height: 1;
}
.header-mail:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #e6edff;
}
.header .link {
  height: 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding: 5px 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .link:hover {
  color: #31b5bd;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .link:focus-within {
  color: #31b5bd;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .link-hover::after {
  position: relative;
  left: -2px;
  font-family: "icomoon";
  content: "\e911";
  font-size: 25px;
  font-weight: 900;
}
.header .H-drop {
  display: none;
  position: absolute;
  left: -85px;
  bottom: 0;
  width: 145px;
  border-top: 1px solid #cecece;
  background: #daefec;
  color: initial;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}
.header .H-drop_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #333;
  font-size: 0.9rem;
}
.header .H-drop_link {
  display: block;
  padding: 5px 10px;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}
.header .link:hover > .H-drop,
.header .link:focus-within > .H-drop {
  display: block;
}
.header .H-drop_link:hover,
.header .H-drop_link:focus {
  background: #31b5bd;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* **************************************************************************************

 MAIN（メインコンテンツのスタイル）/layout/_main/

************************************************************************************** */
.wrapper {
    /* grid をやめて flex に変更 */
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.main_default {
    width: calc(100% - 80px);
    margin: 0 auto;
    line-height: 2;
    flex: 1;
}
.main_center {
  width: 100%;
  height: calc(100vh - 40px); /* footer 分を差引 */
  display: grid;
  place-items: center;
}
.main_left {
  width: 100%;
  display: grid;
  grid-auto-flow: row;
}
.main_left02 {
  width: 50%;
  display: grid;
  grid-auto-flow: row;
}
.main h1 {
  color: #31b5bd;
  font-size: 7rem;
  font-weight: 700;
  text-align: center;
  padding: 0;
  margin-bottom: -10px;
  line-height: 1;
}
.main h2 {
  padding-bottom: 2rem;
  color: #000;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
}

/* **************************************************************************************

 GNAVI（グローバルナビのスタイル）/project/_gnav/

************************************************************************************** */
/* **************************************************************************************

 BREAD CRUMBS

************************************************************************************** */
.breadcrumbs li {
  display: inline;
  font-size: 0.9rem;
}
.breadcrumbs li a {
  text-decoration: underline;
}
.breadcrumbs li a:hover {
  color: #0081e2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.breadcrumbs li + li::before {
  position: relative;
  top: -2px;
  display: inline-block;
  padding: 0 0.3rem;
  content: "\e909";
  font-family: "icomoon";
  font-size: 0.5rem;
  font-weight: 900;
}
.breadcrumbs li + li:last-child {
  text-decoration: none;
}

/* **************************************************************************************

 FOOTER（フッターのスタイル）/layout/_footer/

************************************************************************************** */
.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2em;
  margin-top: auto;
  padding: 0.5rem;
  background: #fff;
}
.footer a {
  color: #666;
  font-size: 0.8rem;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer a:hover {
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/* **************************************************************************************

 COPYRIGHT（コピーライトのスタイル）/layout/_copyright/

************************************************************************************** */
.copyright {
  width: 100%;
  letter-spacing: 0;
}

.copyright-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding: 1rem;
}

.copyright-txt {
  margin-bottom: 5rem;
  padding: 1rem;
  color: #666;
  font-size: 0.8rem;
  text-align: center;
}

.cnav {
  color: #666;
}
.cnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}
.cnav-list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  white-space: nowrap;
}
.cnav-list_item a {
  padding: 0;
  font-size: 0.8rem;
}
.cnav-list_item a:hover {
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media print, screen and (min-width: 62.5em) { /* PC---------------1000px以上 */
  .copyright-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .copyright-txt {
    padding: 1rem;
    font-size: 0.8rem;
    margin: 0;
  }
  .cnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cnav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
    padding: 0;
  }
  .cnav-list a {
    padding: 1rem;
  }
}
/* **************************************************************************************

 FONT（fontのスタイル）/component/_font/

************************************************************************************** */
.font {
  display: inline-block;
  padding: 0.5rem;
  margin: 0 auto;
}
.font_xs {
  font-size: 0.7rem;
  line-height: 1.3;
  vertical-align: middle;
}
.font_s {
  font-size: 0.9rem;
  line-height: 1.5;
}
.font_m {
  font-size: 1rem;
}
.font_ml {
  font-size: 1.2rem;
}
.font_l {
  font-size: 1.5rem;
}
.font_ll {
  font-size: 2rem;
}
.font_xl {
  font-size: 2.5rem;
}

.lighter {
  font-weight: 500 !important;
}

.bold {
  font-weight: 600 !important;
}

.under-line {
  text-decoration: underline;
}

.border_yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(70%, #FFFF00));
  background: linear-gradient(transparent 80%, #FFFF00 70%);
}

.line-height15 {
  line-height: 1.5;
}

.line-height25 {
  line-height: 2.5;
}

.block-inline {
  display: inline-block;
}

.block {
  display: block;
}

.txt-center {
  text-align: center;
}

.txt-center-left {
  text-align: center;
}

.txt-left {
  text-align: left;
}

.txt-left-center {
  text-align: left;
}

.txt-right {
  text-align: right;
}

.whitespace-no {
  white-space: nowrap;
}

/* =Webfont
--------------------------------------------------------------------------*/
@font-face {
  font-family: "Roboto";
  src: url("../font/RobotoCondensed-Light.ttf");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/RobotoCondensed-Regular.ttf");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/RobotoCondensed-Bold.ttf");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/NotoSansCJKjp-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/NotoSansCJKjp-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 900;
  src: url("/fonts/NotoSansCJKjp-Black.woff") format("woff");
  font-display: swap;
}
html {
  font-family: "NotoSansCJKjp", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
}

/* =Webfont--icon
--------------------------------------------------------------------------*/
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?cy77pd");
  src: url("../fonts/icomoon.eot?cy77pd#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?cy77pd") format("truetype"), url("../fonts/icomoon.woff?cy77pd") format("woff"), url("../fonts/icomoon.svg?cy77pd#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-trash:before {
  content: "\e91a";
} /*--- ゴミ箱　--- */
.icon-carret-up:before {
  content: "\e91b";
} /*--- 矢印▲　--- */
.icon-carret-down:before {
  content: "\e91e";
} /*--- 矢印▼　--- */
.icon-carret-right:before {
  content: "\e91c";
} /*--- 矢印▶︎　--- */
.icon-carret-left:before {
  content: "\e91d";
} /*--- 矢印◀︎　--- */
.icon-xmark:before {
  content: "\e900";
} /*--- 閉じる-X　--- */
.icon-cross:before {
  content: "\e901";
  vertical-align: middle;
} /*--- +　--- */
.icon-cheveron-up:before {
  content: "\e902";
} /*--- 上 --- */
.icon-cheveron-down:before {
  content: "\e905";
} /*--- 下 --- */
.icon-cheveron-right:before {
  content: "\e903";
} /*--- 右 > --- */
.icon-cheveron-left:before {
  content: "\e904";
} /*--- 左 < --- */
.icon-cog:before {
  content: "\e906";
} /*--- 設定　--- */
.icon-search:before {
  content: "\e907";
} /*--- 虫眼鏡　--- */
.icon-reload:before {
  content: "\e908";
} /*--- リロード　--- */
.icon-note:before {
  content: "\e90a";
} /*--- ノート　--- */
.icon-circle-bouble:before {
  content: "\e909";
} /*--- ◉二重丸　--- */
.icon-mail-black:before {
  content: "\e90b";
} /*--- メール-黒　--- */
.icon-mail-white:before {
  content: "\e90c";
} /*--- メール-白　--- */
.icon-exclamation-circle:before {
  content: "\e90d";
} /*--- びっくりマーク-○　--- */
.icon-exclamation-triangle:before {
  content: "\e90e";
  position: relative;
  top: 1px;
} /*--- びっくりマーク-△　--- */
.icon-calender:before {
  content: "\e910";
} /*--- カレンダー　--- */
.icon-user:before {
  content: "\e911";
} /*--- ユーザー　--- */
.icon-download:before {
  content: "\e912";
} /*--- ダウンロード　--- */
.icon-upload:before {
  content: "\e913";
} /*--- アップロード　--- */
.icon-logout:before {
  content: "\e914";
  position: relative;
  top: 1px;
} /*--- ログアウト　--- */
.icon-lock:before {
  content: "\e915";
} /*--- ロック-鍵　--- */
.icon-ID:before {
  content: "\e916";
} /*--- ID　--- */
.icon-check:before {
  content: "\e90f";
} /*--- チェック　--- */
.icon-check-after:before {
  content: "\e917";
} /*--- チェック後-黒　--- */
.icon-check-before:before {
  content: "\e918";
} /*--- チェック前　--- */
.icon-logo:before {
  content: "\e919";
} /*--- ロゴ　--- */
.ic-sm {
  font-size: 0.8em;
}

.ic-lg {
  font-size: 1.33em;
}

.ic-1x {
  font-size: 1.8em;
}

.ic-2x {
  font-size: 2em;
}

.ic-3x {
  font-size: 3em;
}

.ic-4x {
  font-size: 4em;
}

.ic-5x {
  font-size: 5em;
}

.ic-fw {
  padding-right: 0.3rem;
  text-align: center;
}

/* **************************************************************************************

 BOX（boxのスタイル）/component/_box/

************************************************************************************** */
/* ============================================================================================================
	 00-4.SELECT BOX
=============================================================================================================*/
/* -----------  ログインページ  ----------- */
input[type=text], input[type=password] {
  width: 100%;
  border: 1px solid #bbbbbb;
  border-radius: 6px;
  background: #fff;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 18px;
}

label::after {
  content: "";
  clear: both;
  display: block;
}

.inputWithIcon {
  position: relative;
  line-height: 2;
}
.inputWithIcon input[type=text] {
  padding-left: 40px;
}
.inputWithIcon input[type=password] {
  padding-left: 40px;
}
.inputWithIcon i {
  position: absolute;
  left: 0;
  top: 0;
  padding: 9px 12px;
  color: #ccc;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 600;
}

/* -----------  全てチェック  ----------- */
.checks {
  display: none;
}

.checks-label {
  padding-left: 22px;
  position: relative;
}

.checks-label::after {
  position: absolute;
  top: -1px;
  left: 0;
  width: 30px;
  font-family: "icomoon" !important;
  display: inline-block;
  content: "\e918";
  letter-spacing: 10px;
  color: #999;
  font-size: 1.2rem;
  line-height: 1;
}

/* チェック済み
    asp-for が生成した hidden input が間に入って sibling セレクタが効かなくなる場合の回避を追加
    .checks:checked + .checks-label::after {
    ~（チルダ）は後続兄弟セレクタ (A + B は A の直後にある B だけ)
*/
.checks:checked ~ .checks-label::after
{
    content: "\e917";
    letter-spacing: 5px;
    color: #007fff;
}

.check-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
  background: #fff;
  border: 1px solid #ccc;
}

/* -----------  セレクトボックス  ----------- */
.select-wrap {
    overflow: hidden;
    width: 100%;
    height: 40px;
    text-align: center;
}
.select-wrap select {
  width: 100%;
  height: 100%;
  padding: 0 5px;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: inherit;
}
.select-wrap select ::-ms-expand {
  display: none;
}

.select-wrap.select-cont {
  position: relative;
  padding: 0 5px;
  border: 1px solid #bbbbbb;
  border-radius: 6px;
  background: #ffffff;
  text-align: left;
}
.select-wrap.select-cont::before {
  position: absolute;
  top: 17px;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #666666;
  pointer-events: none;
}

.select-wrap.select-calendar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  border: 1px solid #bbbbbb;
  border-radius: 6px;
  background: #ffffff;
  text-align: left;
}
.select-wrap.select-calendar input[type=date] {
  width: 100%;
  outline: none;
}

.select-wrap.select-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1rem;
    border: 1px solid #bbbbbb;
    border-radius: 6px;
    background: #ffffff;
    text-align: left;
}


.select-wrap:has(select:disabled) {
    background-color: #dedede;
    cursor: not-allowed;
}

.select-wrap select:disabled {
    cursor: not-allowed;
}



/* -----------  検索ボックス  ----------- */
/*フォーム全体を中央へ*/
.search_container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    padding: 0 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    background: #fff;
    overflow: hidden;
}
.search_container input[type=text] {
  position: relative;
  top: 0;
  width: 90%;
  margin: 0;
  border: none;
  font-size: 16px;
}
.search_container input[type=text]:focus {
  outline: 0;
}
.search_container input[type=submit] {
  position: absolute;
  width: 40px;
  height: 45px;
  right: 0px;
  top: -4px;
  outline: none;
  padding-left: 12px;
  border: none;
  background: #ddd;
  color: #999;
  cursor: pointer;
  font-family: "icomoon";
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.search_container input[type=submit]:hover {
  background: #ccc;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

/* -----------  PWD自動生成  ----------- */
.pwd_container {
    position: relative;
    height: 40px;
    padding: 0 10px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 6px;
    border: 1px solid #ccc;
    background: #fff;
    overflow: hidden;
}
.pwd_container input[type=text] {
  position: relative;
  top: 0;
  width: 90%;
  margin: 0;
  border: none;
  font-size: 16px;
}
.pwd_container input[type=text]:focus {
  outline: 0;
}
.pwd_container input[type=submit] {
  position: absolute;
  width: 85px;
  height: 45px;
  right: 0px;
  top: -4px;
  outline: none;
  padding-left: 12px;
  border: none;
  background: #ddd;
  color: #666;
  cursor: pointer;
  font-family: "icomoon";
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.pwd_container input[type=submit]:hover {
  background: #ccc;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.inputNoIcon {
  position: relative;
}
.inputNoIcon input[type=text] {
  padding: 0 10px;
}
.inputNoIcon input[type=password] {
  padding-left: 40px;
}
.inputNoIcon i {
  position: absolute;
  left: 0;
  top: 10px;
  padding: 9px 12px;
  color: #ccc;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 600;
}

.file-button::-webkit-file-upload-button {
  color: #333;
  background: #ddd;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 0.2rem 1rem;
  text-align: center;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.file-button::file-selector-button {
  color: #333;
  background: #ddd;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 0.2rem 1rem;
  text-align: center;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.file-button::-webkit-file-upload-button:hover {
  background: #ccc;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.file-button::file-selector-button:hover {
  background: #ccc;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.checkbox {
  display: block;
}
.checkbox_ID input[type=checkbox] {
  display: inline-block;
  z-index: 1;
  position: relative;
  width: 150px;
  cursor: pointer;
}
.checkbox_ID input[type=checkbox]::after {
  display: inline-block;
  font-family: "icomoon" !important;
  content: "\e918";
  line-height: 1;
  font-size: 1.2rem;
}
.checkbox_ID input[type=checkbox]:checked:after {
  display: inline-block;
  font-family: "icomoon" !important;
  content: "\e917";
  color: #0081e2;
}
.checkbox_ID p {
  position: relative;
  left: -130px;
  display: inline-block;
}
.checkbox_check input[type=checkbox] {
  display: inline-block;
  z-index: 1;
  position: relative;
  width: 100%;
  cursor: pointer;
}
.checkbox_check input[type=checkbox]::after {
  display: inline-block;
  font-family: "icomoon" !important;
  content: "\e918";
  line-height: 1;
  font-size: 1.2rem;
  margin-top: 6px;
}
.checkbox_check input[type=checkbox]:checked:after {
  display: inline-block;
  font-family: "icomoon" !important;
  content: "\e917";
  margin-top: 6px;
  color: #0081e2;
}
.checkbox_check p {
  position: relative;
  left: -130px;
  display: inline-block;
}

/* **************************************************************************************

 BOX（boxのスタイル）/component/_box/

************************************************************************************** */
.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.box_round {
  position: relative;
  border-radius: 6px;
}
.box_line {
  border: 1px solid #ccc;
}
.box_line-bluegreen {
  border: 1px solid #31b5bd;
}
.box_shadow {
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
}

/* **************************************************************************************

 BUTTON（ボタンのスタイル）/component/_btn/

************************************************************************************** */
.btn {
  display: block;
  border-radius: 6px;
  font-weight: 600;
  text-align: center;
  word-break: keep-all;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.btn:hover {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.btn._bluegreen {
  color: #fff;
  background: #31b5bd;
}
.btn._bluegreen:hover {
  opacity: 0.7;
}
.btn._bluegreen-line {
  background: #fff;
  color: #31b5bd;
  padding: inherit 2rem;
  border: 1px solid #31b5bd;
}
.btn._bluegreen-line:hover {
  background: #daefec;
}
.btn._green {
  color: #fff;
  background: #00ad84;
}
.btn._green:hover {
  opacity: 0.7;
}
.btn._blue {
  color: #fff;
  background: #0081e2;
}
.btn._blue:hover {
  opacity: 0.7;
}
.btn._red {
  color: #fff;
  background: #ff4d4d;
}
.btn._red:hover {
  opacity: 0.7;
}
.btn._green-lineArrow {
  background: #00ad84;
  color: #fff;
  padding: 0 2rem;
}
.btn._green-lineArrow::after {
  font-family: "icomoon";
  content: "\e905";
  vertical-align: middle;
}
.btn._green-lineArrow:hover {
  opacity: 0.7;
}
.btn._gray {
  background: #ddd;
  border-radius: 3px;
}
.btn._gray:hover {
  background: #999;
  color: #fff;
}
.btn._white {
  background: #fff;
  border-radius: 3px;
}
.btn._white:hover {
  background: #999;
  color: #fff;
}
.btn._white-line {
  background: #fff;
  border: 1px solid #ccc;
}
.btn._white-line:hover {
  background: #ccc;
}
.btn._round {
  border-radius: 60px;
}
.btn._shadow {
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
}
.btn._w300 {
  width: 300px;
}
.btn._w150 {
  width: 150px;
}

.no-hover {
  pointer-events: none;
}

/* **************************************************************************************

 FLEX /component/_flex/

************************************************************************************** */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex._gap30 {
  grid-gap: 30px;
}
.flex_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex_center._gap30 {
  grid-gap: 30px;
}
.flex_center._gap50 {
  grid-gap: 50px;
}
.flex_center_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex_center_column._gap30 {
  grid-gap: 30px;
}
.flex_center_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex_start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex_start._gap30 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 30px;
}
.flex_between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex_between._gap30 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 30px;
}
.flex_between._gap50 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 50px;
}
.flex._column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex._row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex._bottom {
  margin-top: auto;
  display: block;
}

@media print, screen and (min-width: 62.5em) { /* -------- PC用のスタイル(1000px以上)-------- */
  .flex_center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex_center_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flex_start {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex_start._gap30 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .flex_between {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex_between._gap30 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex_between._gap50 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
/* **************************************************************************************

 GRID /component/_grid/

************************************************************************************** */
.grid {
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid._grid2 {
  grid-template-columns: 1fr;
}
.grid._grid3 {
  grid-template-columns: 1fr;
}
.grid._grid4 {
  grid-template-columns: 1fr;
}
.grid._grid5 {
  grid-template-columns: 1fr;
}
.grid._gap20 {
  grid-gap: 20px;
}
.grid._gap30 {
  grid-gap: 30px 30px;
}
.grid._gap50 {
  grid-gap: 50px 50px;
}

@media print, screen and (min-width: 62.5em) { /* -------- PC用のスタイル(1000px以上)-------- */
  .grid {
    display: grid;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .grid._grid2 {
    grid-template-columns: repeat(auto-fit, minmax(45%, 2fr));
  }
  .grid._grid3 {
    grid-template-columns: repeat(auto-fit, minmax(30%, 3fr));
  }
  .grid._grid4 {
    grid-template-columns: repeat(auto-fit, minmax(22%, 4fr));
  }
  .grid._grid5 {
    grid-template-columns: repeat(auto-fit, minmax(16%, 5fr));
  }
}
@media print, screen and (max-width: 62.5em) { /* SP---------------1000px以上 */ }
/* **************************************************************************************

 TABLE（テーブルのスタイル）/component/_table/)

************************************************************************************** */
.tbl {
    line-height: 2;
    width: 100%;
}
.tbl th,
.tbl td {
  padding: 7px 1rem;
  border: solid 1px #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}
.tbl th {
  background: #daefec;
}
.tbl td.vcenter {
  vertical-align: middle;
}
.tbl td.bg-gray {
  background: #eee;
}

#tbl-hover tr:hover td {
  background-color: #e9f6f4;
}

.tbl-wrap-x { /*----- スクロールバー非表示-----*/
  overflow-x: scroll;
  width: 100%;
}

.tbl-wrap-y { /*----- スクロールバー非表示-----*/
  overflow-y: scroll;
  height: 100%;
  max-height: 300px;
}

.tbl-sticy {
  position: sticky;
  top: 0;
  left: 0;
  border-top: none;
  z-index: 2;
}

.tbl-stripe tr:nth-child(even) td {
  background: #f4f4f4;
}

.tbl-wdth1 {
  width: 1%;
}

.sticky-tbl {
  overflow-y: auto;
  height: 100%;
  max-height: 300px;
}
.sticky-tbl table {
  border-collapse: separate;
  border-spacing: 0;
  empty-cells: show;
}
.sticky-tbl table th, .sticky-tbl table td {
  padding: 7px 1rem;
}
.sticky-tbl table th, .sticky-tbl table td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.sticky-tbl table th:first-of-type, .sticky-tbl table td:first-of-type {
  border-left: 1px solid #ccc;
}
.sticky-tbl table thead th {
  border-top: 1px solid #ccc;
}
.sticky-tbl table thead {
  z-index: 2;
  position: sticky;
  top: 0;
  background: #daefec;
  border: 1px solid #ccc;
}

/* **************************************************************************************

 UL（ulのスタイル）/component/_ul/

************************************************************************************** */
.ul {
  display: block;
  line-height: 2;
}
.ul li {
  text-indent: -1em;
  padding-left: 1em;
  padding-bottom: 1rem;
  line-height: 1.5;
}
.ul_default {
  padding: 1rem;
}
.ul_check li {
  padding-left: 1.5em;
  text-indent: -1.5em;
  padding-bottom: 1rem;
  line-height: 1.5;
}
.ul_check li::before {
  display: inline-block;
  position: relative;
  top: 5px;
  left: 15px;
  content: url("../img/check.svg");
  width: 100%;
  max-width: 25px;
}
.ul_number li {
  list-style: decimal;
  margin-left: 1rem;
  padding-bottom: 0.5rem;
}
.ul_number li h3 {
  font-weight: 700;
  padding-bottom: 1rem;
}

::marker {
  font-weight: bold;
}

.stepBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50px;
  width: 100%;
  margin-bottom: -200px;
  text-align: center;
}
.stepBar li {
  position: relative;
  width: 33.333%;
  font-size: 12px;
}
.stepBar li span {
  background: #daefec;
  color: #ffffff;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-bottom: 5px;
  border-radius: 50%;
  font-weight: 900;
  line-height: 24px;
}
.stepBar li:first-child:after {
  display: none;
}
.stepBar li:after {
  position: absolute;
  left: calc(-50% + 12px);
  top: 10px;
  content: "";
  width: calc(100% - 24px);
  height: 4px;
  background: #daefec;
}
.stepBar .visited span {
  background: #31b5bd;
}
.stepBar .visited:after {
  background: #31b5bd;
}

.stepBar-bottom {
  position: absolute;
  top: 200px;
}

/* **************************************************************************************

 LINKS（linkのスタイル）/component/_link/

************************************************************************************** */
.link_alpha {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.link_alpha:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.link_default {
  color: #31b5bd;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  vertical-align: bottom;
}
.link_default:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.link_edit {
  color: #31b5bd;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.link_edit:hover {
  color: #666;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* **************************************************************************************

 PAGE HEADER（ページヘッダ-のスタイル）/component/_page-header/

************************************************************************************** */
.page-header_ttl {
  height: 73px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 40px;
  border-bottom: 1px solid #cecece;
  color: #333;
  background: #fff;
  font-size: 1.3rem;
  font-weight: 700;
}

/* **************************************************************************************

 ICON（iconのスタイル）/component/_icon/

************************************************************************************** */
.badge-square_mi {
  height: 25px;
  width: 140px;
  border-radius: 3px;
  border: 1px solid #ccc;
  color: #999;
  background: #e8e8e8;
  line-height: 20px;
  text-align: center;
}
.badge-square_sumi {
  height: 25px;
  width: 140px;
  border-radius: 3px;
  border: 1px solid #31b5bd;
  color: #31b5bd;
  background: #daefec;
  line-height: 20px;
  text-align: center;
}

.badge-rectangle {
  display: inline-block;
  height: 25px;
  width: 60px;
}
.badge-rectangle_error {
  border-radius: 20px;
  line-height: 22px;
  border: 1px solid #ccc;
  color: #999;
  background: #e8e8e8;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 600;
}
.badge-rectangle_success {
  border-radius: 20px;
  line-height: 22px;
  border: 1px solid #31b5bd;
  color: #31b5bd;
  background: #daefec;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 600;
}

/* **************************************************************************************

 MODAL（modalのスタイル）/component/_modal/

************************************************************************************** */
*:popover-open {
  position: relative;
  padding: 2rem;
  border-radius: 6px;
  min-width: 700px;
  color: #555;
}

/* フルスクリーンモードの背景をスタイルする css擬似要素、bundle で落ちる可能性があるので変更
*::-ms-backdrop {
    background-color: rgba(0, 0, 0, 0.3);
}

*::backdrop {
  background-color: rgba(0, 0, 0, 0.3);
}
*/

*:popover-open::backdrop {
    background-color: rgba(0, 0, 0, 0.3);
}

.open-button {
  padding: 0.2rem 0.5rem;
  border: solid red 1px;
}

.close-button {
  background: white;
  position: absolute;
  right: 15px;
  top: 0;
  width: 10px;
  height: 10px;
  font-family: "icomoon";
  content: "\e900";
}



/* 以下、css 置き換え時に消えないよう注意。。 */

.inputWithIcon input[type=email] {
    padding-left: 40px;
}

input[type=text], input[type=email] {
    width: 100%;
    border: 1px solid #bbbbbb;
    border-radius: 6px;
    background: #fff;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 18px;
}

input[type=email] {
    padding-left: 40px;
}

.checkbox_ID.auto {
    width: auto !important;
}

.checkbox_ID input[type=checkbox]:disabled {
    cursor: not-allowed;
    color: #CFD1D3;
}

.checkbox_ID p, .checkbox_ID label {
    position: relative;
    left: -130px;
    display: inline-block;
}

.box_line-red {
    border: 1px solid #ff4d4d;
}

.inputNoIcon i.mes {
    position: relative;
    top: 1px;
    color: #ff4d4d !important;
    font-weight: 400;
    padding: 0;
}

.summary-panel {
    display: inline;
    visibility: hidden;
}

.block-center {
    display: block;
    text-align: center;
}


/* ダウンロードページ詳細2行 */
.take-description > span {
    text-align: center;
    display: block;
}
    .take-description > span:first-child {
        color: #000;
        font-size: 1.2rem;
        font-weight: 600;
    }
    .take-description > span:last-child {
        padding-bottom: 1em;
    }
















/* ここから追加分 */
.btn-full {
    width: 100%;
}

/* ユーザー管理ページのパスワード用テキストボックス */
.no-border {
    border: none !important;
}


input[type=text]:read-only {
    background: #dedede;
}

select:disabled {
    opacity: inherit;
}


/* 入力エラーメッセージ */
.field-validation-error.validation-error {
    color: #ff4d4d !important;
    line-height: 1.3;
}

    .field-validation-error.validation-error::before {
        content: "\e90e";
        font-family: "icomoon";
        margin-right: 3px;
        color: red;
    }



/* 入力エラーメッセージの summary [Modify, Login] */
.validation-summary-wrapper, .validation-summary-wrapper-noborder {
    display: none;
}

    .validation-summary-wrapper:has(.validation-summary-errors) {
        display: block;
        margin: 1rem 0;
        padding: 0.5rem;
        border: 1px solid #ff4d4d;
        background: #fff;
    }

    .validation-summary-wrapper-noborder:has(.validation-summary-errors) {
        display: block;
        color: #ff4d4d !important;
    }
    .validation-summary-wrapper-noborder > i {
        padding: 0 0.05rem;
    }

/* ヘッダーの「入力エラーがあります」だけバージョン */
.validation-summary-errors ul {
    display: none;
}
/* 箇条書きバージョン
    .validation-summary-errors ul {
    list-style-type: disc;
    padding-left: 1.5rem;
}*/


/* ログインID検索の下のエラーメッセージの下の余白、、*/
#search_form:has(.field-validation-error) {
    margin-bottom: 1.6rem;
}

