@charset "UTF-8";
/*
* main.css
*
*/
/* ------------------------
  reset
------------------------ */
html,
body {
  height: 100%;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

pre,
textarea {
  overflow: auto;
}

[hidden],
audio:not([controls]),
template {
  display: none;
}

details,
main,
summary {
  display: block;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

textarea {
  resize: vertical;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

button,
input,
select,
textarea {
  min-height: 1.5em;
  color: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #000;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

ol,
ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

fieldset {
  border: 0;
}

a {
  color: #2675dd;
}

.h1, h1 {
  font-size: 0;
  margin: 0;
  padding: 0;
}

p, dl, dt, dd, ol, ul {
  margin: 0;
  padding: 0;
}

/* ------------------------
  Base Settings
------------------------ */
html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: "Noto Sans JP", Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
  word-wrap: break-word;
  height: 100%;
}

a {
  color: #0068b7;
  text-decoration: none;
}
a:visited {
  color: #0068b7;
}
a:hover {
  color: #0068b7;
  text-decoration: none;
}
a:active {
  color: #0068b7;
  text-decoration: none;
}
a[href^="tel:"]:hover {
  color: #0068b7;
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    text-decoration: none;
    cursor: text;
  }
}

::-moz-selection {
  background-color: #036eb8;
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #036eb8;
  color: #fff;
  text-shadow: none;
}

/* ------------------------
  utilities Classes
------------------------ */
/********  text-align ********/
.u_txt_c {
  text-align: center;
}

.u_txt_l {
  text-align: left;
}

.u_txt_r {
  text-align: right;
}

/********  min-width ********/
.u_minw30 {
  min-width: 30px;
}

.u_minw40 {
  min-width: 40px;
}

.u_minw50 {
  min-width: 50px;
}

.u_minw60 {
  min-width: 60px;
}

.u_minw70 {
  min-width: 70px;
}

.u_minw80 {
  min-width: 80px;
}

.u_minw90 {
  min-width: 90px;
}

.u_minw100 {
  min-width: 100px;
}

.u_minw110 {
  min-width: 110px;
}

.u_minw120 {
  min-width: 120px;
}

.u_minw130 {
  min-width: 130px;
}

.u_minw140 {
  min-width: 140px;
}

.u_minw150 {
  min-width: 150px;
}

.u_minw160 {
  min-width: 160px;
}

.u_minw170 {
  min-width: 170px;
}

.u_minw180 {
  min-width: 180px;
}

.u_minw190 {
  min-width: 190px;
}

.u_minw200 {
  min-width: 200px;
}

/********  max-width ********/
.u_maxw30 {
  max-width: 30px;
}

.u_maxw40 {
  max-width: 40px;
}

.u_maxw50 {
  max-width: 50px;
}

.u_maxw60 {
  max-width: 60px;
}

.u_maxw70 {
  max-width: 70px;
}

.u_maxw80 {
  max-width: 80px;
}

.u_maxw90 {
  max-width: 90px;
}

.u_maxw100 {
  max-width: 100px;
}

.u_maxw110 {
  max-width: 110px;
}

.u_maxw120 {
  max-width: 120px;
}

.u_maxw130 {
  max-width: 130px;
}

.u_maxw140 {
  max-width: 140px;
}

.u_maxw150 {
  max-width: 150px;
}

.u_maxw160 {
  max-width: 160px;
}

.u_maxw170 {
  max-width: 170px;
}

.u_maxw180 {
  max-width: 180px;
}

.u_maxw190 {
  max-width: 190px;
}

.u_maxw200 {
  max-width: 200px;
}

.u_maxw100_p {
  max-width: 100% !important;
}

/********  width ********/
.u_w0 {
  width: 0 !important;
}

.u_w30 {
  width: 30px !important;
}

.u_w40 {
  width: 40px !important;
}

.u_w50 {
  width: 50px !important;
}

.u_w60 {
  width: 60px !important;
}

.u_w70 {
  width: 70px !important;
}

.u_w80 {
  width: 80px !important;
}

.u_w90 {
  width: 90px !important;
}

.u_w100 {
  width: 100px !important;
}

.u_w110 {
  width: 110px !important;
}

.u_w120 {
  width: 120px !important;
}

.u_w130 {
  width: 130px !important;
}

.u_w140 {
  width: 140px !important;
}

.u_w150 {
  width: 150px !important;
}

.u_w160 {
  width: 160px !important;
}

.u_w170 {
  width: 170px !important;
}

.u_w180 {
  width: 180px !important;
}

.u_w190 {
  width: 190px !important;
}

.u_w200 {
  width: 200px !important;
}

.u_w205 {
  width: 205px !important;
}

.u_w220 {
  width: 220px !important;
}

.u_inputW100 {
  width: 100%;
}

.u_bold {
  font-weight: bold !important;
}

.u-hidden {
  display: none !important;
  visibility: hidden;
}

@media (max-width: breakpoint-max(sm)) {
  .u-hidden-sm {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (max-width: breakpoint-max(md)) {
  .u-hidden-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1024px) and (max-width: breakpoint-max(lg)) {
  .u-hidden-lg {
    display: none !important;
    visibility: hidden;
  }
}

.u-visuallyhidden {
  position: absolute;
  overflow: hidden;
  border: 0;
  margin: -1px;
  padding: 0;
  height: 1px;
  width: 1px;
  clip: rect(0 0 0 0);
}

.u-visuallyhidden.focusable:active,
.u-visuallyhidden.focusable:focus {
  position: static;
  overflow: visible;
  margin: 0;
  width: auto;
  height: auto;
  clip: auto;
}

.u-invisible {
  visibility: hidden;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* ------------------------
  layout
------------------------ */
.l_body {
  font-size: 1.6rem;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  min-width: 1024px; /* 横スクロール */
  width: 100%;
}
.l_body._login {
  background: url("../img/login/bg_login.jpg");
  background-size: cover;
}

.l_header {
  background-color: #ff4d4d;
  position: fixed;
  width: 100%;
  z-index: 40;
}

.l_main {
  padding-top: 48px;
  padding-bottom: 62px;
  position: relative;
}
.l_main.u_login {
  position: static;
}
.l_main.u_app {
  padding-bottom: 0;
}

.l_app {
  padding: 24px 40px 0;
}

.l_footer {
  margin-top: auto;
}

/* ------------------------
  Project
------------------------ */
.p_header {
  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;
  position: relative;
  height: 48px;
}

/* login */
.p_smallWrap {
  margin: 0 auto;
  width: 416px;
}

.p_middleWrap {
  margin: 0 auto;
  width: 768px;
}
.p_middleWrap.top_03_01 {
  margin-top: 24px;
}

/* 01,　07_利用規約 */
.p_termsWrap {
  width: 80%;
  margin: 24px auto 0;
}

/********  table ********/
.p_tableWrap {
  width: 100%;
}

.p_appTableWrap {
  width: 100%;
}

/********  ボタンの並び ********/
.p_spaceWrap {
  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;
  margin-bottom: 8px;
}

/********   ページャー ********/
/* app */
.p_appMenu {
  padding-bottom: 24px;
  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;
}

/* ------------------------
  Components
------------------------ */
/********  テキスト ********/
.c_text {
  color: #c0c0c0;
}
.c_text a {
  color: #2675dd;
  font-size: 1.4rem;
  text-decoration: none;
}
.c_text a:hover {
  text-decoration: underline;
}

/******** 注釈 ********/
.c_note {
  color: #c0c0c0;
  font-size: 1.2rem;
  display: block;
  line-height: 1.5;
  margin-bottom: 6px;
  text-indent: -1.2rem;
  margin-left: 1.2rem;
}
.c_note._cnt {
  text-align: center;
}

/********  ボタン ********/
button[disabled]:disabled {
  background-color: #c0c0c0;
}
button[disabled]:hover {
  opacity: 1;
}

.c_btn {
  background-color: #434343;
  border-radius: 3px;
  color: #ffffff;
  font-size: 1.6rem;
  padding: 8px 16px;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 1;
  /** 角丸ボタン **/
  /* 小さいボタン */
  /* 大きいボタン */
  /*.ダウンロード */
  /*.アップロード */
  /* 色 */
}
.c_btn:hover {
  opacity: 0.7;
}
.c_btn.c_roundCir {
  border-radius: 5px;
  font-size: 2.2rem;
  padding: 1px 7px 2px;
}
.c_btn._sm {
  font-size: 1.4rem;
  padding: 8px 16px;
}
.c_btn._lg {
  font-size: 1.6rem;
  padding: 8px 16px;
}
.c_btn._dl {
  position: relative;
}
.c_btn._dl::before {
  font-family: "Material Icons";
  content: "\f090";
  position: relative;
  top: 2px;
  right: 2px;
}
.c_btn._ul {
  position: relative;
}
.c_btn._ul::before {
  font-family: "Material Icons";
  content: "\f09b";
  position: relative;
  top: 2px;
  right: 2px;
}
.c_btn._orange {
  background-color: #fca64d;
}
.c_btn._red {
  background-color: #ff4d4d;
}
.c_btn._gray {
  background-color: #c0c0c0;
}
.c_btn._white {
  background-color: #ffffff;
  color: #333333;
}
.c_btn.btn-primary {
  border-width: 4px;
}

.c_btn_arr {
  background-color: #ffffff;
  color: #434343;
  border: 1px solid #c0c0c0;
  border-radius: 3px;
  font-size: 1.4rem;
  padding: 2px 6px;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.c_btn_arr:hover {
  opacity: 0.7;
}

/********  要素の並び ********/
.c_spaceBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.c_spaceBox > * + * {
  margin-left: 8px;
}
.c_spaceBox.c_rgt {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c_spaceBox.c_ctr {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c_space .c_inputSelect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  min-width: auto;
}
.c_space .c_inputSelect > * {
  margin-left: 8px;
}
.c_space .c_formBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
.c_space .c_inputSelectWrap {
  margin-top: 0;
}

/********  ページャー ********/
.c_pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
}
.c_pager > * {
  margin: 0 4px;
}

.c_pagerSelectWrap {
  position: relative;
  display: block;
  min-width: 68px;
}
.c_pagerSelectWrap::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 6px;
  display: inline-block;
  vertical-align: middle;
  color: #333333;
  line-height: 1;
  width: 8px;
  height: 8px;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-25%) rotate(135deg);
      -ms-transform: translateY(-25%) rotate(135deg);
          transform: translateY(-25%) rotate(135deg);
  pointer-events: none;
}

.c_pagerSelectBox {
  background-color: #ffffff;
  border: 1px solid #c0c0c0;
  border-radius: 3px;
  cursor: pointer;
  font-size: 1.4rem;
  padding: 2px 4px;
  width: 100%;
}

/********  　モーダル ********/
.c_modalWrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  margin: auto;
}
.c_modalWrap.is_modalShow {
  display: none;
}

.c_modalBox {
  background-color: #fff;
  width: 90%;
  border-radius: 5px;
  position: fixed;
  top: 50%;
  bottom: auto;
  right: 0;
  left: 50%;
  max-height: 72%;
  overflow-y: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: auto;
}
.c_modalBox._sm {
  width: 70%;
}

.c_modalBox_no_scroll {
  background-color: #fff;
  width: 90%;
  border-radius: 5px;
  position: fixed;
  top: 50%;
  bottom: auto;
  right: 0;
  left: 50%;
  max-height: 72%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: auto;
}

/** ×ボタン **/
.c_modalCloseBtn {
  color: #333333;
  font-size: 2.2rem;
  position: absolute;
  top: 6px;
  right: 8px;
  opacity: 1;
}

.modal-backdrop.show {
  opacity: 0.4;
}

.modal-content {
  border: none;
}

.close {
  text-shadow: none;
  opacity: 1;
}

/******** フォーム エラー ********/
.c_error {
  border: 1px solid #ff4d4d !important;
}

.c_errorText {
  display: block;
}

.c_errorText {
  background-color: #fdcece;
  color: #ff4d4d;
  font-size: 1.2rem;
  margin-top: 6px;
  padding: 6px;
  width: 100%;
  position: relative;
}
.c_errorText::before {
  font-family: "Material Icons";
  content: "\e002";
}

.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control, .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select, .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-radius: 3px;
}

.input-group .btn {
  position: absolute;
  z-index: 5;
}

.c_clearInputBtn {
  font-size: 1.6rem;
  line-height: 1.1;
  position: absolute;
  height: 100%;
  right: 0;
  border: none;
}

.btn:hover {
  background-color: inherit;
  color: #c0c0c0;
  opacity: 1;
}

/***** バナーエリア *****/
.c_bnrListMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c_bnrListMenu .c_bnrItem a {
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.c_bnrListMenu .c_bnrItem a:hover {
  opacity: 0.7;
}
.c_bnrListMenu .c_bnrItem:nth-child(n+2) {
  margin-left: 16px;
}

.c_appBnrWrap {
  background-color: rgba(51, 51, 51, 0.6);
  padding: 16px;
  position: fixed;
  bottom: 0;
  right: 0;
}

.c_headerBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  width: 72%;
}
.c_headerBox + .c_headerBox {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  width: 18%;
}

/* Safari */
_::-webkit-full-page-media, _:future, :root .c_headerBox + .c_headerBox {
  width: 15%;
}

/* ロゴ */
.c_logo {
  width: 140px;
  padding: 10px 0 10px 10px;
  margin-right: 12px;
}
.c_logo a {
  display: block;
}

/* パンクズ */
.c_breadcrumbWrap {
  background-color: #ffffff;
  border-radius: 3px;
  font-size: 1.6rem;
  padding: 8px 4px;
  width: 55%;
}
@media (max-width: 1024px) {
  .c_breadcrumbWrap {
    width: 40%;
  }
}

.c_breadcrumbList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: auto;
  overflow-y: auto;
  height: 17px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.c_breadcrumb {
  position: relative;
}
.c_breadcrumb a {
  color: #333333;
  display: block;
  font-size: 1.1rem;
}
.c_breadcrumb a:hover {
  text-decoration: underline;
}
.c_breadcrumb + .c_breadcrumb {
  margin-left: 10px;
  padding-left: 3px;
}
.c_breadcrumb + .c_breadcrumb::before {
  content: ">";
  color: #333333;
  position: absolute;
  font-size: 1.2rem;
  font-weight: bold;
  display: inline-block;
  padding: 0 4px;
  left: -10px;
  top: -1px;
}

/* 検索エリア */
.c_headerInner {
  margin-left: 16px;
  width: 20%;
}
.c_headerInner .c_input {
  background-color: #ffffff;
  border: none;
  border-radius: 3px;
  color: #333333;
  font-size: 1.4rem;
  padding: 6px 4px 4px 4px;
  width: 154px;
}
.c_headerInner .c_input + .c_btn {
  margin-left: 4px;
}

.c_headerBoxWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 230px;
}
.c_headerBoxWrap input,
.c_headerBoxWrap button {
  display: block;
}

/* ログイン名 */
.c_loginName {
  color: #ffffff;
  font-size: 1.4rem;
  position: relative;
  right: 60px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 160px;
}

/* ハンバーガーメニュー */
.c_headerMenuBtn {
  background-color: #333333;
  width: 48px;
  height: 48px;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 41;
}

.i_headerMenu {
  display: inline-block;
  width: 28px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.i_headerMenu:first-child {
  top: 15px;
}
.i_headerMenu:nth-child(2) {
  top: 23px;
}
.i_headerMenu:last-child {
  top: 31px;
}

.is_headerMenuOpen .i_headerMenu {
  top: 50%;
}
.is_headerMenuOpen .i_headerMenu:first-child {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.is_headerMenuOpen .i_headerMenu:last-child {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
          transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.is_headerMenuOpen .i_headerMenu:nth-child(2) {
  display: none;
}

.c_naviWrap {
  background: #fff;
  position: fixed;
  top: 48px;
  left: 0;
  width: 100%;
  z-index: 9999;
  height: 95vh;
  overflow: scroll;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.5s, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.5s, -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 0.3s ease-in-out, visibility 0.5s;
  transition: transform 0.5s ease-in-out, opacity 0.3s ease-in-out, visibility 0.5s, -webkit-transform 0.5s ease-in-out;
}

/* 表示時のスタイル 追加*/
.c_naviWrap.isVisible {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

/* ボディのスクロールを無効化 追加*/
.no-scroll {
  overflow: hidden;
  height: 100%;
}

.c_naviLinkWrap {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* headerメニュー */
.l_headerMenu {
  /*padding-top: 48px;*/
  max-width: 100%;
  width: 100%;
}

.p_headerMenuWrap {
  height: 100vh;
  overflow: auto;
  width: 100%;
}

/* メニュー左側のメニュー一覧 */
.p_headerFuncMenu {
  background-color: #fde9e9;
}

.c_headerFuncWrap {
  padding: 40px 12px 8px 40px;
}

.c_headerFuncBox:nth-child(n+2) {
  margin-top: 24px;
}

.c_headerFuncText {
  color: #333333;
  font-size: 1.6rem;
  padding-bottom: 14px;
}

.c_headerFuncList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -8px;
  margin-top: -8px;
}

.c_headerFuncItem {
  background-color: #ffffff;
  border-radius: 5px;
  margin-left: 8px;
  margin-top: 8px;
}
.c_headerFuncItem .c_headerFuncItemLink {
  color: #333333;
  display: block;
  padding: 16px 8px 8px;
  text-align: center;
  min-width: 110px;
  min-height: 110px;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.c_headerFuncItem .img {
  max-height: 40px;
  max-width: 50px;
}
.c_headerFuncItem .text {
  display: block;
  font-size: 1.2rem;
  line-height: 1.16;
  margin-bottom: 8px;
  margin-top: 8px;
}
.c_headerFuncItem + .c_headerFuncItem {
  margin-left: 8px;
}
.c_headerFuncItem.u_free {
  background-color: #e5e5e5;
}
.c_headerFuncItem.u_free .c_headerFuncItemLink {
  color: #c1c0c0;
}
.c_headerFuncItem.u_free .img {
  -webkit-filter: brightness(0) saturate(100%) invert(90%) sepia(3%) saturate(43%) hue-rotate(319deg) brightness(90%) contrast(80%);
          filter: brightness(0) saturate(100%) invert(90%) sepia(3%) saturate(43%) hue-rotate(319deg) brightness(90%) contrast(80%);
}
.c_headerFuncItem.u_free:hover {
  opacity: 1;
}
.c_headerFuncItem:hover {
  opacity: 0.7;
}

/* メニュー右側のユーザー詳細情報 */
.p_headerUserDetail {
  background-color: #ffffff;
}

.c_headerUserWrap {
  margin-bottom: 120px;
  margin-top: 24px;
  margin-left: 40px;
}

.c_headerUserBox {
  position: relative;
}
.c_headerUserBox:nth-child(n+2) {
  margin-top: 16px;
}

.c_headerUserInner {
  border-radius: 8px;
  -webkit-box-shadow: 1px 4px 6px 3px rgb(212, 212, 212);
          box-shadow: 1px 4px 6px 3px rgb(212, 212, 212);
}

.c_headerUserTitle {
  background-color: #fde9e9;
  border-radius: 8px 8px 0 0;
  color: #ff8b8b;
  font-size: 1.4rem;
  padding: 8px 16px;
}

.c_headerUserText {
  color: #333333;
  font-size: 1.6rem;
  padding: 8px 16px;
}

.c_headerLink {
  margin-top: 40px;
}

.c_headerUserPlanWrap {
  padding: 8px 16px;
}

.c_headerUserPlanDetail {
  color: #333333;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c_headerUserPlanDetail .title {
  font-weight: normal;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.c_headerUserPlanDetail .num {
  text-align: right;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.c_headerUserPlanTotal {
  border-top: 1px solid #e5e5e5;
  color: #ff8b8b;
  font-size: 1.6rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  padding-top: 8px;
}
.c_headerUserPlanTotal .title {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.c_headerUserPlanTotal .num {
  text-align: right;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

/* ------------------------
  Components
------------------------ */
/********  テキスト ********/
.c_text {
  color: #c0c0c0;
}
.c_text a {
  color: #2675dd;
  font-size: 1.4rem;
  text-decoration: none;
}
.c_text a:hover {
  text-decoration: underline;
}

/******** 注釈 ********/
.c_note {
  color: #c0c0c0;
  font-size: 1.2rem;
  display: block;
  line-height: 1.5;
  margin-bottom: 6px;
  text-indent: -1.2rem;
  margin-left: 1.2rem;
}
.c_note._cnt {
  text-align: center;
}

/********  ボタン ********/
button[disabled]:disabled {
  background-color: #c0c0c0;
}
button[disabled]:hover {
  opacity: 1;
}

.c_btn {
  background-color: #434343;
  border-radius: 3px;
  color: #ffffff;
  font-size: 1.6rem;
  padding: 8px 16px;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 1;
  /** 角丸ボタン **/
  /* 小さいボタン */
  /* 大きいボタン */
  /*.ダウンロード */
  /*.アップロード */
  /* 色 */
}
.c_btn:hover {
  opacity: 0.7;
}
.c_btn.c_roundCir {
  border-radius: 5px;
  font-size: 2.2rem;
  padding: 1px 7px 2px;
}
.c_btn._sm {
  font-size: 1.4rem;
  padding: 8px 16px;
}
.c_btn._lg {
  font-size: 1.6rem;
  padding: 8px 16px;
}
.c_btn._dl {
  position: relative;
}
.c_btn._dl::before {
  font-family: "Material Icons";
  content: "\f090";
  position: relative;
  top: 2px;
  right: 2px;
}
.c_btn._ul {
  position: relative;
}
.c_btn._ul::before {
  font-family: "Material Icons";
  content: "\f09b";
  position: relative;
  top: 2px;
  right: 2px;
}
.c_btn._orange {
  background-color: #fca64d;
}
.c_btn._red {
  background-color: #ff4d4d;
}
.c_btn._gray {
  background-color: #c0c0c0;
}
.c_btn._white {
  background-color: #ffffff;
  color: #333333;
}
.c_btn.btn-primary {
  border-width: 4px;
}

.c_btn_arr {
  background-color: #ffffff;
  color: #434343;
  border: 1px solid #c0c0c0;
  border-radius: 3px;
  font-size: 1.4rem;
  padding: 2px 6px;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.c_btn_arr:hover {
  opacity: 0.7;
}

/********  要素の並び ********/
.c_spaceBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.c_spaceBox > * + * {
  margin-left: 8px;
}
.c_spaceBox.c_rgt {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c_spaceBox.c_ctr {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c_space .c_inputSelect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  min-width: auto;
}
.c_space .c_inputSelect > * {
  margin-left: 8px;
}
.c_space .c_formBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
.c_space .c_inputSelectWrap {
  margin-top: 0;
}

/********  ページャー ********/
.c_pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
}
.c_pager > * {
  margin: 0 4px;
}

.c_pagerSelectWrap {
  position: relative;
  display: block;
  min-width: 68px;
}
.c_pagerSelectWrap::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 6px;
  display: inline-block;
  vertical-align: middle;
  color: #333333;
  line-height: 1;
  width: 8px;
  height: 8px;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-25%) rotate(135deg);
      -ms-transform: translateY(-25%) rotate(135deg);
          transform: translateY(-25%) rotate(135deg);
  pointer-events: none;
}

.c_pagerSelectBox {
  background-color: #ffffff;
  border: 1px solid #c0c0c0;
  border-radius: 3px;
  cursor: pointer;
  font-size: 1.4rem;
  padding: 2px 4px;
  width: 100%;
}

/********  　モーダル ********/
.c_modalWrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  margin: auto;
}
.c_modalWrap.is_modalShow {
  display: none;
}

.c_modalBox {
  background-color: #fff;
  width: 90%;
  border-radius: 5px;
  position: fixed;
  top: 50%;
  bottom: auto;
  right: 0;
  left: 50%;
  max-height: 72%;
  overflow-y: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: auto;
}
.c_modalBox._sm {
  width: 70%;
}

.c_modalBox_no_scroll {
  background-color: #fff;
  width: 90%;
  border-radius: 5px;
  position: fixed;
  top: 50%;
  bottom: auto;
  right: 0;
  left: 50%;
  max-height: 72%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: auto;
}

/** ×ボタン **/
.c_modalCloseBtn {
  color: #333333;
  font-size: 2.2rem;
  position: absolute;
  top: 6px;
  right: 8px;
  opacity: 1;
}

.modal-backdrop.show {
  opacity: 0.4;
}

.modal-content {
  border: none;
}

.close {
  text-shadow: none;
  opacity: 1;
}

/******** フォーム エラー ********/
.c_error {
  border: 1px solid #ff4d4d !important;
}

.c_errorText {
  display: block;
}

.c_errorText {
  background-color: #fdcece;
  color: #ff4d4d;
  font-size: 1.2rem;
  margin-top: 6px;
  padding: 6px;
  width: 100%;
  position: relative;
}
.c_errorText::before {
  font-family: "Material Icons";
  content: "\e002";
}

.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control, .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select, .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-radius: 3px;
}

.input-group .btn {
  position: absolute;
  z-index: 5;
}

.c_clearInputBtn {
  font-size: 1.6rem;
  line-height: 1.1;
  position: absolute;
  height: 100%;
  right: 0;
  border: none;
}

.btn:hover {
  background-color: inherit;
  color: #c0c0c0;
  opacity: 1;
}

/***** バナーエリア *****/
.c_bnrListMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c_bnrListMenu .c_bnrItem a {
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.c_bnrListMenu .c_bnrItem a:hover {
  opacity: 0.7;
}
.c_bnrListMenu .c_bnrItem:nth-child(n+2) {
  margin-left: 16px;
}

.c_appBnrWrap {
  background-color: rgba(51, 51, 51, 0.6);
  padding: 16px;
  position: fixed;
  bottom: 0;
  right: 0;
}

/* ------------------------
  Print Styles
------------------------ */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}