@charset "UTF-8";
html {
  color: #000;
  background: #FFF;
  -webkit-font-smoothing: antialiased; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, xmp {
  margin: 0;
  padding: 0; }

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

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%; }

legend {
  color: #000; }

#yui3-css-stamp.cssreset {
  display: none; }

input, select, textarea, button {
  outline: none; }

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

body {
  color: #000;
  -webkit-text-size-adjust: 100%; }

img {
  max-width: 100%;
  vertical-align: bottom; }

/* ! ====================================================================================================
　■ メディアクエリ定義
==================================================================================================== */
/* ! ====================================================================================================
　■ 変数定義　デフォルト値
==================================================================================================== */
:root {
  /* ! カラー —————————— */
  /* メインカラー */
  /* アクセントカラー */
  /* 下地カラーのグレー */
  /* ! ボーダー —————————— */
  /* ! バックグラウンド —————————— */
  /* ! シェイプ(アイコン) —————————— */ }

/* ! ====================================================================================================
　■ 表示 / 非表示
==================================================================================================== */
[data-view] {
  display: none; }
@media screen and (max-width: 1020px) {
  [data-view][data-view*="pc"] {
    display: block; }
  [data-view][data-view*="pc"][data-view*="flex"] {
    display: flex; } }
@media screen and (max-width: 768px) {
  [data-view][data-view*="tablet"] {
    display: block; }
  [data-view][data-view*="tablet"][data-view*="flex"] {
    display: flex; } }
@media screen and (max-width: 480px) {
  [data-view][data-view*="mobile"] {
    display: block; }
  [data-view][data-view*="mobile"][data-view*="flex"] {
    display: flex; } }

/* ! CSS ----------------------------------------------------------------------------------------------------

　■ ログイン画面
  ■ フレームワークレイアウト
　■ 管理画面ページレイアウト

---------------------------------------------------------------------------------------------------- */
/* ! ====================================================================================================
　■ ログイン画面
==================================================================================================== */
.p-admin.login {
  /* ! header ——————————————————————————————————————— */
  /* ! main ——————————————————————————————————————— */ }
.p-admin.login .header {
  width: 100%;
  padding: 20px;
  border: none;
  position: absolute;
  left: 0;
  top: 0; }
.p-admin.login .header .logo {
  display: block;
  width: 140px; }
.p-admin.login .main-login {
  background: url(../img/bg/bg_login_admin.png) no-repeat center right;
  background-size: cover; }
.p-admin.login .p-login[data-option*="space-l"] {
  max-width: 350px; }
.p-admin.login .p-login[data-option*="space-l"][data-option*="bg-white"] {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.08); }
.p-admin.login .p-login[data-option*="space-l"] .head_box .ttl {
  font: 500 13px/1.3em 'Noto Sans JP',sans-serif;
  color: #11625D; }
.p-admin.login .p-login[data-option*="space-l"] .head_box .ttl:before {
  margin: 0 0 20px;
  color: #000; }
.p-admin.login .p-login[data-option*="space-l"] input {
  background: #fff;
  border-color: #CBCBCB;
  border-radius: 3px; }
.p-admin.login .p-login[data-option*="space-l"] input::-webkit-input-placeholder {
  color: #C5D3D0;
  font: 400 16px/1em 'Noto Sans JP',sans-serif; }
.p-admin.login .p-login[data-option*="space-l"] .btn[data-option="size-xxl"] {
  box-shadow: 0 8px 12px rgba(39, 163, 154, 0.2); }
.p-admin.login .main-forgot {
  background: #F5F7F7; }
.p-admin.login .main-forgot .p-login {
  max-width: 400px; }

/* ! ====================================================================================================
　■ フレームワークレイアウト
==================================================================================================== */
.l {
  display: flex; }
.l.wrap {
  flex-wrap: wrap; }
.l + .l {
  margin: 5px 0 0; }
.l + .l[data-option*="m-20"] {
  margin-top: 20px; }
.l + .l[data-option*="m-30"] {
  margin-top: 30px; }
.l + .l[data-option*="m-40"] {
  margin-top: 40px; }
.l + .l[data-option*="m-60"] {
  margin-top: 60px; }
.l > * {
  display: flex;
  flex-direction: column; }
.l > *[data-option="border-left"] {
  border-left: solid 1px #EEE; }
.l[data-option*="style-fit"] {
  height: 100%; }

/* ! 固定と可変 —————————— */
.l_auto {
  flex: auto;
  min-width: 1px; }

.l_fix {
  flex: 0 0 auto; }

.l_fix[data-width*="30"] {
  width: 30px;
  flex: 0 0 30px; }

.l_fix[data-width*="40"] {
  width: 40px;
  flex: 0 0 40px; }

.l_fix[data-width*="50"] {
  width: 50px;
  flex: 0 0 50px; }

.l_fix[data-width*="60"] {
  width: 60px;
  flex: 0 0 60px; }

.l_fix[data-width*="70"] {
  width: 70px;
  flex: 0 0 70px; }

.l_fix[data-width*="80"] {
  width: 80px;
  flex: 0 0 80px; }

.l_fix[data-width*="90"] {
  width: 90px;
  flex: 0 0 90px; }

.l_fix[data-width*="100"] {
  width: 100px;
  flex: 0 0 100px; }

.l_fix[data-width*="110"] {
  width: 110px;
  flex: 0 0 110px; }

.l_fix[data-width*="120"] {
  width: 120px;
  flex: 0 0 120px; }

.l_fix[data-width*="130"] {
  width: 130px;
  flex: 0 0 130px; }

.l_fix[data-width*="140"] {
  width: 140px;
  flex: 0 0 140px; }

.l_fix[data-width*="150"] {
  width: 150px;
  flex: 0 0 150px; }

.l_fix[data-width*="160"] {
  width: 160px;
  flex: 0 0 160px; }

.l_fix[data-width*="170"] {
  width: 170px;
  flex: 0 0 170px; }

.l_fix[data-width*="180"] {
  width: 180px;
  flex: 0 0 180px; }

.l_fix[data-width*="190"] {
  width: 190px;
  flex: 0 0 190px; }

.l_fix[data-width*="200"] {
  width: 200px;
  flex: 0 0 200px; }

.l_fix[data-width*="210"] {
  width: 210px;
  flex: 0 0 210px; }

.l_fix[data-width*="220"] {
  width: 220px;
  flex: 0 0 220px; }

.l_fix[data-width*="230"] {
  width: 230px;
  flex: 0 0 230px; }

.l_fix[data-width*="240"] {
  width: 240px;
  flex: 0 0 240px; }

.l_fix[data-width*="250"] {
  width: 250px;
  flex: 0 0 250px; }

.l_fix[data-width*="260"] {
  width: 260px;
  flex: 0 0 260px; }

.l_fix[data-width*="270"] {
  width: 270px;
  flex: 0 0 270px; }

.l_fix[data-width*="280"] {
  width: 280px;
  flex: 0 0 280px; }

.l_fix[data-width*="290"] {
  width: 290px;
  flex: 0 0 290px; }

.l_fix[data-width*="300"] {
  width: 300px;
  flex: 0 0 300px; }

.l_fix[data-width*="310"] {
  width: 310px;
  flex: 0 0 310px; }

.l_fix[data-width*="320"] {
  width: 320px;
  flex: 0 0 320px; }

.l_fix[data-width*="330"] {
  width: 330px;
  flex: 0 0 330px; }

.l_fix[data-width*="340"] {
  width: 340px;
  flex: 0 0 340px; }

.l_fix[data-width*="350"] {
  width: 350px;
  flex: 0 0 350px; }

.l_fix[data-width*="360"] {
  width: 360px;
  flex: 0 0 360px; }

.l_fix[data-width*="370"] {
  width: 370px;
  flex: 0 0 370px; }

.l_fix[data-width*="380"] {
  width: 380px;
  flex: 0 0 380px; }

.l_fix[data-width*="390"] {
  width: 390px;
  flex: 0 0 390px; }

.l_fix[data-width*="400"] {
  width: 400px;
  flex: 0 0 400px; }

/* ! スペースを設ける —————————— */
.l[data-option="space_10"] {
  margin: -5px; }

.l[data-option="space_10"] > * {
  padding: 5px; }

.l[data-option="space_20"] {
  margin: -10px; }

.l[data-option="space_20"] > * {
  padding: 10px; }

.l[data-option="space_30"] {
  margin: -15px; }

.l[data-option="space_30"] > * {
  padding: 15px; }

.l[data-option="space_40"] {
  margin: -20px; }

.l[data-option="space_40"] > * {
  padding: 20px; }

.l[data-option="space_50"] {
  margin: -25px; }

.l[data-option="space_50"] > * {
  padding: 25px; }

.l[data-option="space_60"] {
  margin: -30px; }

.l[data-option="space_60"] > * {
  padding: 30px; }

/* ! 12分割レイアウト —————————— */
.l_2 {
  width: 16.6666666667%; }

.l_3 {
  width: 25%; }

.l_4 {
  width: 33.3333333333%; }

.l_5 {
  width: 41.6666666667%; }

.l_6 {
  width: 50%; }

.l_7 {
  width: 58.3333333333%; }

.l_8 {
  width: 66.6666666667%; }

.l_9 {
  width: 75%; }

.l_10 {
  width: 83.3333333333%; }

.l_11 {
  width: 91.6666666667%; }

.l_12 {
  width: 100%; }

@media screen and (max-width: 1440px) {
  .l_2_xl {
    width: 16.6666666667%; }

  .l_3_xl {
    width: 25%; }

  .l_4_xl {
    width: 33.3333333333%; }

  .l_5_xl {
    width: 41.6666666667%; }

  .l_6_xl {
    width: 50%; }

  .l_7_xl {
    width: 58.3333333333%; }

  .l_8_xl {
    width: 66.6666666667%; }

  .l_9_xl {
    width: 75%; }

  .l_10_xl {
    width: 83.3333333333%; }

  .l_11_xl {
    width: 91.6666666667%; }

  .l_12_xl {
    width: 100%; } }
@media screen and (max-width: 1280px) {
  .l_2_xl {
    width: 16.6666666667%; }

  .l_3_xl {
    width: 25%; }

  .l_4_xl {
    width: 33.3333333333%; }

  .l_5_xl {
    width: 41.6666666667%; }

  .l_6_xl {
    width: 50%; }

  .l_7_xl {
    width: 58.3333333333%; }

  .l_8_xl {
    width: 66.6666666667%; }

  .l_9_xl {
    width: 75%; }

  .l_10_xl {
    width: 83.3333333333%; }

  .l_11_xl {
    width: 91.6666666667%; }

  .l_12_xl {
    width: 100%; } }
@media screen and (max-width: 768px) {
  .l_2_xl {
    width: 16.6666666667%; }

  .l_3_xl {
    width: 25%; }

  .l_4_xl {
    width: 33.3333333333%; }

  .l_5_xl {
    width: 41.6666666667%; }

  .l_6_xl {
    width: 50%; }

  .l_7_xl {
    width: 58.3333333333%; }

  .l_8_xl {
    width: 66.6666666667%; }

  .l_9_xl {
    width: 75%; }

  .l_10_xl {
    width: 83.3333333333%; }

  .l_11_xl {
    width: 91.6666666667%; }

  .l_12_xl {
    width: 100%; } }
@media screen and (max-width: 480px) {
  .l_2_xl {
    width: 16.6666666667%; }

  .l_3_xl {
    width: 25%; }

  .l_4_xl {
    width: 33.3333333333%; }

  .l_5_xl {
    width: 41.6666666667%; }

  .l_6_xl {
    width: 50%; }

  .l_7_xl {
    width: 58.3333333333%; }

  .l_8_xl {
    width: 66.6666666667%; }

  .l_9_xl {
    width: 75%; }

  .l_10_xl {
    width: 83.3333333333%; }

  .l_11_xl {
    width: 91.6666666667%; }

  .l_12_xl {
    width: 100%; } }
/* ! ====================================================================================================
　■ 管理画面ページレイアウト
==================================================================================================== */
.l_sidebar {
  width: 200px;
  flex: 0 0 200px;
  background: #fff; }

.l_main {
  flex: auto;
  min-width: 10px; }

@media screen and (max-width: 1280px) {
  .l_sidebar {
    width: 160px; } }
/* ! CSS ----------------------------------------------------------------------------------------------------

　■ 管理画面ページレイアウト
---------------------------------------------------------------------------------------------------- */
/* ! ====================================================================================================
　■ 管理画面ページレイアウト
==================================================================================================== */
.l_sidebar {
  width: 180px;
  flex: 0 0 180px;
  background: #fff;
  transition: all .4s ease; }
@media screen and (max-width: 768px) {
  .l_sidebar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    flex: auto;
    background: rgba(255, 255, 255, 0.98);
    opacity: 0;
    pointer-events: none; }
  .l_sidebar.view {
    opacity: 1;
    pointer-events: all; }
  .l_sidebar .p-aside {
    padding: 20px; }
  .l_sidebar .p-aside_logo {
    width: 120px; }
  .l_sidebar .button_close {
    margin: 0 0 0 auto; }
  .l_sidebar .button_close p {
    font: 600 13px/1.3em 'Roboto',sans-serif;
    display: flex;
    align-items: center;
    color: #27a39a;
    letter-spacing: .05em; }
  .l_sidebar .button_close p:before {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../img/icon/ico_close_green.svg) no-repeat center;
    background-size: cover; } }
@media screen and (max-width: 480px) {
  .l_sidebar .p-aside {
    padding: 20px 14px; } }

.l_main {
  flex: auto;
  min-width: 10px; }

body > .l > .l_auto {
  padding: 30px 40px 95px; }
@media screen and (max-width: 1020px) {
  body > .l > .l_auto {
    padding: 30px 20px 95px; } }
@media screen and (max-width: 768px) {
  body > .l > .l_auto {
    padding: 20px 20px 40px; } }
@media screen and (max-width: 480px) {
  body > .l > .l_auto {
    padding: 12px 14px 40px; } }

.header .c-lgoo_header {
  width: 140px; }
@media screen and (max-width: 480px) {
  .header .c-lgoo_header {
    width: 100px; } }
.header .c-user_header {
  margin-left: auto; }
@media screen and (max-width: 480px) {
  .header .c-user_header .name {
    font: 500 13px/1.3em 'Noto Sans JP',sans-serif;
    letter-spacing: .02em; } }
@media screen and (max-width: 480px) {
  .header .c-user_header .btn {
    display: none; } }
.header .c-hamburger {
  margin: 0 0 0 30px;
  cursor: pointer; }
@media screen and (max-width: 480px) {
  .header .c-hamburger {
    margin: 0 0 0 20px; } }
.header .c-hamburger .bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
.header .c-hamburger .bar p {
  width: 28px;
  height: 2px;
  background: #046465;
  margin: 3px 0; }
.header .c-hamburger span {
  font: 500 9px/1em 'Roboto',sans-serif;
  display: block;
  margin: 4px 0 0;
  color: #046465;
  letter-spacing: .02em; }
@media screen and (max-width: 1020px) {
  .header {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 20px; } }
@media screen and (max-width: 768px) {
  .header {
    position: relative !important;
    left: auto;
    top: auto;
    height: auto;
    padding: 10px 20px 10px 10px;
    background: #fff;
    box-shadow: 0 0px 20px rgba(214, 226, 225, 0.42); } }

.l_calendar {
  width: 310px;
  flex: 0 0 310px;
  background: #fff;
  padding: 20px; }
@media screen and (max-width: 1020px) {
  .l_calendar {
    display: none; } }

/* ! 共通スタイル  =========================================

　■ html
　■ body
　■ テキスト
　■ 共通パーツ
　 - ユーザー
　 - 本日のレッスンステータス
　 - レッスンステータス
　 - クエストエリアタイプ
　 - 必要ダイヤ/ゴールド
　 - イベントステータス
　 - 講師ステータス
　 - 契約ステータス
　 - お問い合わせステータス
　 - カウントページ
　 - お問い合わせ返信やりとり
　 - メダル
　 - 戻るボタン
　 - フルーツ
　■ フラッシュ
　■ デイトピッカー

 ========================================= */
html {
  min-height: 100vh;
  display: flex;
  min-width: 1200px; }

body {
  color: #000;
  font-size: 16px;
  flex: 1 1 auto;
  min-width: 1px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden; }

body > .l {
  flex: auto;
  min-height: 1px; }

[data-option*="position-right"] {
  margin-left: auto; }

/* ! ====================================================================================================
　■ テキスト
==================================================================================================== */
p {
  font: 400 .9rem/1.7em 'Noto Sans JP',sans-serif;
  font-feature-settings: "palt"; }
p.left {
  text-align: left; }
p.right {
  text-align: right; }
p.center {
  text-align: center; }
p.no_result {
  color: #aaa;
  font: 400 14px/1.5em 'Noto Sans JP',sans-serif; }
p[data-option*="nowrap"] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

a {
  color: #222;
  font: 300 14px/1.5em 'Noto Sans JP',sans-serif;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease; }

.h1 {
  font: 900 1.8rem/1.3em 'Noto Sans JP',sans-serif; }

.h2 {
  color: #6E0060;
  font: 700 1.5rem/1.5em 'Noto Sans JP',sans-serif; }

.h3 {
  font: 700 1.125rem/1.5em 'Noto Sans JP',sans-serif; }

.h4 {
  font: 700 1rem/1.5em 'Noto Sans JP',sans-serif; }

.h5 {
  font: 500 0.85rem/1.5em 'Noto Sans JP',sans-serif; }

.h6 {
  font: 400 0.75rem/1.5em 'Noto Sans JP',sans-serif; }

[data-before]:before {
  content: attr(data-before);
  margin: 0 6px 0 0;
  font: 400 .9em/1.3em 'Noto Sans JP',sans-serif; }

[data-after] {
  display: inline-flex;
  align-items: baseline; }
[data-after]:after {
  content: attr(data-after);
  margin: 0 0 0 6px;
  font: 400 .9em/1.3em 'Noto Sans JP',sans-serif; }

[data-before-colon]:before {
  content: attr(data-before-colon) " :";
  margin: 0 6px 0 0;
  font: 400 .9em/1.3em 'Noto Sans JP',sans-serif; }

.ttl {
  font: 600 14px/1.3em 'Noto Sans JP',sans-serif; }
.ttl[data-option*="size-xl"] {
  font: 600 24px/1.3em 'Noto Sans JP',sans-serif; }
.ttl[data-option*="size-l"] {
  font: 600 18px/1.3em 'Noto Sans JP',sans-serif; }
.ttl[data-option*="size-m"] {
  font: 600 16px/1.4em 'Noto Sans JP',sans-serif; }
.ttl[data-option*="size-s"] {
  font: 500 13px/1.3em 'Noto Sans JP',sans-serif; }
.ttl[data-option*="style-colon"] {
  display: flex; }
.ttl[data-option*="style-colon"]:after {
  content: ':';
  margin: 0 0 0 4px; }
.ttl[data-option*="style-line"] {
  display: flex;
  align-items: center; }
.ttl[data-option*="style-line"]:after {
  content: "";
  flex: auto;
  min-width: 1px;
  height: 1px;
  margin: 0 0 0 10px;
  background: #eee; }
.ttl[data-option*="color-green"] {
  color: #27A39B; }
.ttl[data-kana]:before {
  content: attr(data-kana);
  display: block;
  font: 500 .7em/1.3em 'Noto Sans JP',sans-serif;
  margin: 0 0 2px;
  color: #666; }

.date {
  font: 400 13px/1em 'Roboto', sans-serif; }
.date[data-option*="size-xl"] {
  font: 600 24px/1.3em 'Roboto',sans-serif; }
.date[data-option*="size-l"] {
  font: 600 18px/1.3em 'Roboto',sans-serif; }
.date[data-option*="size-m"] {
  font: 500 16px/1.4em 'Roboto',sans-serif; }
.date[data-option*="size-s"] {
  font: 500 12px/1.3em 'Roboto',sans-serif; }
.date > .week {
  margin: 0 0 0 5px; }

.url {
  font: 400 13px/1.4em 'Roboto', sans-serif;
  color: #809F98;
  text-decoration: underline;
  display: block; }
.url + .url {
  margin: 2px 0 0; }

.description {
  font: 400 13px/1.7em 'Noto Sans JP',sans-serif;
  color: #333; }

.num {
  font: 600 20px/1em 'Roboto', sans-serif; }
.num[data-option*="style-low"] {
  color: #999; }
.num[data-option*="style-wrap"] {
  padding: 10px;
  background: #F5F7F7; }
.num[data-option*="size-xxl"] {
  font: 600 40px/1em 'Roboto', sans-serif; }
.num[data-option*="size-xl"] {
  font: 600 32px/1em 'Roboto', sans-serif; }
.num[data-option*="size-xl"] small {
  font: 600 24px/1em 'Roboto', sans-serif;
  margin: 0 0 0 10px; }
.num[data-option*="size-m"] {
  font: 500 16px/1em 'Roboto', sans-serif; }
.num[data-option*="size-s"] {
  font: 400 14px/1em 'Roboto', sans-serif; }
.num[data-option*="style-minus"] {
  color: #f12c2c; }
.num[data-option*="style-minus"]:before {
  content: '-';
  font: 500 17px/1em 'Roboto', sans-serif; }
.num[data-after]:before, .num[data-after]:after {
  content: attr(data-after);
  font: 600 12px/1em 'Noto Sans JP',sans-serif;
  margin: 0 0 0 4px; }
.num[data-after]:before {
  content: attr(data-before);
  margin: 0 4px 0 0; }

.deadline[data-option*="margin-left"] {
  margin-left: 20px; }
@media screen and (max-width: 580px) {
  .deadline[data-option*="margin-left"] {
    margin-left: 0px; } }

[class*="br_"] {
  display: none; }
@media screen and (max-width: 1020px) {
  [class*="br_"][class*="1020"] {
    display: block; } }

/* ! ====================================================================================================
　■ 共通パーツ
==================================================================================================== */
/* ! ユーザー -------------------------------- */
.c-user {
  display: flex;
  position: relative;
  z-index: 0; }
.c-user > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }
.c-user .thumbnail {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background: #eee;
  border-radius: 50%;
  margin: 0 10px 0 0; }
.c-user .thumbnail.bust {
  background-size: 260% !important;
  background-position: center top -16px !important; }
.c-user .thumbnail[data-option*="size-m"] {
  flex: 0 0 30px;
  width: 30px;
  height: 30px; }
.c-user .thumbnail[data-option*="size-l"] {
  flex: 0 0 45px;
  width: 45px;
  height: 45px; }
.c-user.boy .thumbnail {
  border: solid 2px #57C1F7; }
.c-user.girl .thumbnail {
  border: solid 2px #FF6572; }
.c-user img {
  margin: 0 6px 0 0; }
.c-user[data-flex*="align-center"] .info {
  margin: 0; }
.c-user .info {
  flex: auto;
  min-width: 1px;
  margin: 2px 0 0; }
.c-user .info .name {
  font: 500 15px/1em 'Noto Sans JP',sans-serif;
  text-align: left; }
.c-user .info .name[data-kana]:after {
  content: attr(data-kana);
  display: block;
  font: 400 12px/1.3em 'Noto Sans JP',sans-serif;
  color: #AAA;
  margin: 4px 0 0; }
.c-user .info .name[data-eng]:after {
  content: attr(data-eng);
  display: block;
  font: 400 12px/1.3em 'Roboto',sans-serif;
  margin: 2px 0 0; }
.c-user .info .name[data-option*="style-eng"] {
  font: 600 24px/1.3em 'Roboto',sans-serif; }
.c-user .info .name[data-option*="style-eng"][data-kana]:after {
  margin: 0; }
.c-user .info .name[data-option="size-s"] {
  font: 400 13px/1em 'Noto Sans JP',sans-serif; }
.c-user .info .birth {
  font: 500 15px/1em 'Roboto',sans-serif;
  display: flex;
  align-items: center;
  margin: 8px 0 0; }
.c-user .info .birth:before {
  content: '';
  width: 18px;
  height: 18px;
  background: url(../img/icon/ico_birth.svg) no-repeat center;
  background-size: contain;
  margin: 0 6px 0 0; }
.c-user .info .birth[data-old]:after {
  content: "(" attr(data-old) "才)";
  font: 500 14px/1.3em 'Noto Sans JP',sans-serif;
  margin: 0 0 0 4px; }
.c-user .info .status {
  font: 500 12px/1.3em 'Noto Sans JP',sans-serif;
  display: flex;
  margin: 4px 0 0; }
.c-user .info .status:before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #aaa;
  margin: 4px 6px 0 0; }
.c-user .info .status[data-option*="icebreak"]:before {
  background: #36C483; }
.c-user .info .c-status {
  margin: 12px 0 0; }
.c-user p {
  font: 500 13px/1em 'Noto Sans JP',sans-serif; }
.c-user span {
  font: 500 12px/1.4em 'Noto Sans JP',sans-serif; }
.c-user[data-option*="size-xl"] .thumbnail {
  flex: 0 0 100px;
  width: 100px;
  height: 100px;
  margin: 0 20px 0 0; }
.c-user[data-option*="size-xl"] .thumbnail.bust {
  background-size: 260% !important;
  background-position: center top -44px !important;
  border: solid 2px #eee; }
.c-user[data-option*="size-xl"] .info .name {
  font: 500 18px/1em 'Noto Sans JP',sans-serif;
  display: flex; }
.c-user[data-option*="size-xl"] .info .name[data-kana]:after {
  margin: 2px 0 0 6px;
  font: 400 13px/1.3em 'Roboto',sans-serif;
  color: #666; }
.c-user[data-option*="size-xl"] .info .birth {
  margin: 10px 0 0; }
.c-user[data-option*="size-xl"] .info .c-status {
  margin: 8px 0 0; }
.c-user[data-option*="size-xl"] .info .list .head {
  margin: 0 10px 0 0; }
.c-user[data-option*="size-xl"] .info .list .cnt p {
  font: 500 13px/1.5em 'Noto Sans JP',sans-serif; }

/* ! レッスン時間 -------------------------------- */
.c-lesson_time {
  font: 600 16px/1em 'Roboto', sans-serif;
  display: flex;
  align-items: center; }
.c-lesson_time:before {
  content: '';
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 5px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important; }
.c-lesson_time[data-option*="default"]:before {
  background: url(../img/icon/ico_clock_gray.svg) no-repeat center; }
.c-lesson_time[data-option*="future"] {
  color: #0B9642; }
.c-lesson_time[data-option*="future"]:before {
  background: url(../img/icon/ico_clock_green.svg) no-repeat center; }
.c-lesson_time[data-option*="standby"] {
  color: #EC4855; }
.c-lesson_time[data-option*="standby"]:before {
  background: url(../img/icon/ico_clock_red.svg) no-repeat center; }
.c-lesson_time[data-option*="implemented"] {
  color: #CBCCCC; }
.c-lesson_time[data-option*="implemented"]:before {
  background: url(../img/icon/ico_clock_gray.svg) no-repeat center; }
.c-lesson_time[data-option*="boy"] {
  color: #57C1F7; }
.c-lesson_time[data-option*="boy"]:before {
  background: url(../img/icon/ico_clock_boy.svg) no-repeat center; }
.c-lesson_time[data-option*="girl"] {
  color: #FF6572; }
.c-lesson_time[data-option*="girl"]:before {
  background: url(../img/icon/ico_clock_girl.svg) no-repeat center; }

/* ! ステータス総合——————————————————————————————————————————— */
.c-status {
  display: inline-flex;
  align-items: center;
  justify-content: center; }
.c-status:before {
  color: #fff;
  font: 600 12px/1em 'Noto Sans JP',sans-serif;
  padding: 0 12px;
  height: 20px;
  border: solid 1px transparent;
  display: flex;
  align-items: center;
  justify-content: center; }
.c-status[data-option*="size-l"] {
  width: 100%; }
.c-status[data-option*="size-l"]:before {
  width: 100%;
  height: 42px;
  font: 600 25px/1em 'Noto Sans JP',sans-serif; }
.c-status[data-option*="size-l"][data-option*="type-teacherLess"]:before {
  font-size: 22px; }
.c-status[data-option*="size-m"]:before {
  font: 600 16px/1em 'Noto Sans JP',sans-serif;
  padding: 0px 20px;
  height: 26px; }
@media screen and (max-width: 480px) {
  .c-status[data-option*="size-m"]:before {
    font-size: 14px;
    padding: 0px 14px; } }
.c-status[data-option*="size-m"][data-option*="type-teacherLess"]:before {
  font-size: 14px; }
.c-status[data-width] {
  display: flex; }
.c-status[data-width]:before {
  width: 100%; }
.c-status[data-width="80"] {
  width: 80px; }
.c-status[data-width="90"] {
  width: 90px; }
.c-status[data-width="180"] {
  width: 180px; }
.c-status[data-option*="style-full"] {
  width: 100%; }
.c-status[data-option*="style-full"]:before {
  width: 100%; }
.c-status[data-option*="margin-left"] {
  margin-left: 40px; }
@media screen and (max-width: 580px) {
  .c-status[data-option*="margin-left"] {
    margin: 5px 0; } }
.c-status[data-option*="status-subscription"]:before {
  content: '利用中';
  background: #27A39B;
  border-color: #27A39B; }
.c-status[data-option*="status-rest"]:before {
  content: '休会中';
  background: #D5D5D5;
  border-color: #D5D5D5; }
.c-status[data-option*="status-withdrawal"]:before {
  content: '退会済';
  background: #3c433f;
  border-color: #3c433f; }
.c-status[data-option*="type-solution"]:before {
  content: '解決済';
  background: #EFF0F2;
  border-color: #EFF0F2;
  color: #999; }
.c-status[data-option*="type-waiting"]:before {
  content: '対応待ち';
  background: #EC4855;
  border-color: #EC4855; }
.c-status[data-option*="type-standby"]:before {
  content: 'スタンバイ';
  background: #27A39B;
  border-color: #27A39B; }
.c-status[data-option*="type-transfer"]:before {
  content: '振替';
  background: #EC4855;
  border-color: #EC4855; }
.c-status[data-option*="type-teacherLess"]:before {
  content: '講師無断キャンセル';
  background: #846abf;
  border-color: #846abf;
  font: 600 11px/1em 'Noto Sans JP',sans-serif;
  padding: 0 4px; }
.c-status[data-option*="type-ncompatible"]:before {
  content: '未対応';
  background: #EC4855;
  border-color: #EC4855; }
.c-status[data-option*="type-unconfirmed"]:before {
  content: '未確認';
  background: #EC4855;
  border-color: #EC4855; }
.c-status[data-option*="type-correspondence"]:before {
  content: '対応中';
  background: #27A39B;
  border-color: #27A39B; }
.c-status[data-option*="type-supported"]:before {
  content: '対応済';
  background: #D5D5D5;
  border-color: #D5D5D5; }
.c-status[data-option*="type-b-implementation"]:before {
  content: '実施前';
  background: #27A39B;
  border-color: #27A39B; }
.c-status[data-option*="type-implemented"]:before {
  content: '実施済';
  background: #CBCCCC;
  border-color: #CBCCCC; }
.c-status[data-option*="type-live"]:before {
  content: 'レッスン中';
  background: #27A39B;
  border-color: #27A39B; }
.c-status[data-option*="type-training"]:before {
  content: '訓練場';
  background: #5C4520;
  border-color: #5C4520; }
.c-status[data-option*="type-mission"]:before {
  content: 'ミッション';
  background: #27A39B;
  border-color: #27A39B; }
.c-status[data-option*="type-boss"]:before {
  content: 'ボス';
  background: #EC4855;
  border-color: #EC4855; }
.c-status[data-option*="type-online"]:before {
  content: 'オンライン';
  background: #27A39B;
  border-color: #27A39B; }
.c-status[data-option*="type-offline"]:before {
  content: 'オフライン';
  background: #B7B7B7;
  border-color: #B7B7B7; }
.c-status[data-option*="type-free"]:before {
  content: '無料体験';
  background: #F57979;
  border-color: #F57979; }
.c-status[data-option*="type-ticket"]:before {
  content: 'チケット';
  background: #ccc;
  border-color: #ccc; }
.c-status[data-option*="type-ticket"][data-option*="size-m"]:before {
  padding: 0 14px; }
.c-status[data-option*="type-aweek"]:before {
  content: '週1';
  background: #27A39B;
  border-color: #27A39B; }
.c-status[data-option*="type-weektwo"]:before {
  content: '週2';
  background: #B298C6;
  border-color: #B298C6; }
.c-status[data-option*="type-weekthree"]:before {
  content: '週3';
  background: #94C74C;
  border-color: #94C74C; }
.c-status[data-option*="type-weekfour"]:before {
  content: '週4';
  background: #fabc00;
  border-color: #F9B900; }
.c-status[data-option*="type-weekfive"]:before {
  content: '週5';
  background: #F098AB;
  border-color: #F098AB; }
.c-status[data-option*="type-adjourn"]:before {
  content: '休会';
  background: #ccc;
  border-color: #ccc; }
.c-status[data-option*="type-withdrawal"]:before {
  content: '退会';
  background: #3c433f;
  border-color: #3c433f; }
.c-status[data-option*="type-bad"]:before {
  content: 'よくなかった';
  background: #7A97E5;
  border-color: #7996e6; }
.c-status[data-option*="type-usually"]:before {
  content: 'ふつう';
  background: #27A39B;
  border-color: #27A39B; }
.c-status[data-option*="type-good"]:before {
  content: 'よかった';
  background: #F57979;
  border-color: #F57979; }
.c-status[data-option*="type-cancel"]:before {
  content: 'キャンセル';
  background: #CBCCCC;
  border-color: #CBCCCC; }
.c-status[data-option*="type-public"]:before {
  content: '公開';
  background: #27a39a;
  border-color: #27a39a; }
.c-status[data-option*="type-private"]:before {
  content: '非公開';
  background: #CBCCCC;
  border-color: #CBCCCC; }
.c-status[data-option*="type-both"]:before {
  content: '男女兼用';
  background: #27A39B;
  border-color: #27A39B; }
.c-status[data-option*="type-boy"]:before {
  content: '男の子';
  background: #4F81C6;
  border-color: #4F81C6; }
.c-status[data-option*="type-girl"]:before {
  content: '女の子';
  background: #EB8080;
  border-color: #EB8080; }
.c-status[data-option*="applied-coupon"]:before {
  content: 'クーポン適用済';
  background: #F098AB;
  border-color: #F098AB; }

/* ! 本日レッスンステータス ———————————————————————————————————————————————————————————— */
[class*="c-daylesson-status"] {
  text-align: center;
  display: flex;
  margin: 0 0 0 auto; }
[class*="c-daylesson-status"]:before {
  width: auto;
  color: #fff;
  font: 600 12px/1em 'Noto Sans JP',sans-serif;
  padding: 0 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center; }
[class*="c-daylesson-status"][class*="standby"]:before {
  content: 'スタンバイ';
  background: #27A39B;
  border-color: #27A39B; }
[class*="c-daylesson-status"][class*="transfer"]:before {
  content: '振替';
  background: #EC4855;
  border-color: #EC4855; }
[class*="c-daylesson-status"][class*="cancel"]:before {
  content: 'キャンセル';
  background: #CBCCCC;
  border-color: #CBCCCC; }
[class*="c-daylesson-status"][class*="implemented"]:before {
  content: '実施済';
  background: #CBCCCC;
  border-color: #CBCCCC; }

/* ! レッスンステータス ———————————————————————————————————————————————————————————— */
[class*="c-lesson-status"] {
  text-align: center;
  display: flex; }
[class*="c-lesson-status"]:before {
  width: 100px;
  color: #fff;
  font: 600 12px/1em 'Noto Sans JP',sans-serif;
  padding: 0 10px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px transparent; }
[class*="c-lesson-status"][class*="live"]:before {
  content: 'レッスン中';
  background: #27A39B;
  border-color: #27A39B; }
[class*="c-lesson-status"][class*="transfer"]:before {
  content: '振替';
  background: #EC4855;
  border-color: #EC4855; }
[class*="c-lesson-status"][class*="cancel"]:before {
  content: 'キャンセル';
  background: #D5D5D5;
  border-color: #D5D5D5; }
[class*="c-lesson-status"][class*="done"]:before {
  content: '実施済';
  background: #D5D5D5;
  border-color: #D5D5D5; }
[class*="c-lesson-status"][class*="standby"]:before {
  content: 'スタンバイ';
  color: #27A39B;
  background: #fff;
  border-color: #27A39B; }

/* ! クエストエリアタイプ ———————————————————————————————————————————————————————————— */
[class*="c-quest-status"] {
  text-align: center;
  display: flex; }
[class*="c-quest-status"]:before {
  width: 100px;
  color: #fff;
  font: 600 12px/1em 'Noto Sans JP',sans-serif;
  padding: 0 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center; }
[class*="c-quest-status"][class*="training"]:before {
  content: '訓練場';
  background: #5C4520;
  border-color: #5C4520; }
[class*="c-quest-status"][class*="mission"]:before {
  content: 'ミッション';
  background: #27A39B;
  border-color: #27A39B; }
[class*="c-quest-status"][class*="boss"]:before {
  content: 'ボス';
  background: #EC4855;
  border-color: #EC4855; }

/* !  音声あり ———————————————————————————————————————————————————————————— */
[data-icon="voice"] {
  display: flex;
  align-items: center; }
[data-icon="voice"]:before {
  content: '';
  display: block;
  width: 24px;
  height: 16px;
  background: url(../img/icon/ico_voice.svg) no-repeat center;
  background-size: contain;
  margin: 0 6px 0 0; }

/* !  必要ダイヤ/ゴールド ———————————————————————————————————————————————————————————— */
.c-necessary-coin {
  display: flex; }
.c-necessary-coin .diamond {
  color: #76CEFB;
  font: 600 16px/1em 'Roboto', sans-serif;
  margin: 0 16px 0 0;
  display: flex;
  align-items: center; }
.c-necessary-coin .diamond:before {
  background: url(../img/diamond.svg) no-repeat center;
  background-size: contain !important;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 5px;
  content: ''; }
.c-necessary-coin .gold {
  color: #FDBF00;
  font: 600 16px/1em 'Roboto', sans-serif;
  display: flex;
  align-items: center; }
.c-necessary-coin .gold:before {
  background: url(../img/gold.svg) no-repeat center;
  background-size: contain !important;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 5px;
  content: ''; }
.c-necessary-coin[data-option*="style-count"] > p {
  align-items: center;
  position: relative; }
.c-necessary-coin[data-option*="style-count"] > p:before {
  vertical-align: middle;
  transform: translate(0, -2px);
  margin-right: 24px; }
.c-necessary-coin[data-option*="style-count"] > p:after {
  content: '×';
  font: 600 20px/1em 'Roboto',sans-serif;
  position: absolute;
  left: 30px;
  top: 42%;
  transform: translate(0, -50%); }
.c-necessary-coin[data-option*="style-column"] {
  flex-direction: column; }
.c-necessary-coin[data-option*="style-column"] p + p {
  margin: 8px 0 0; }

/* !  イベントステータス ———————————————————————————————————————————————————————————— */
[class*="c-event-status"] {
  text-align: center;
  display: flex; }
[class*="c-event-status"]:before {
  width: auto;
  color: #fff;
  font: 600 12px/1em 'Noto Sans JP',sans-serif;
  padding: 0 16px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center; }
[class*="c-event-status"][class*="b-implementation"]:before {
  content: '実施前';
  background: #27A39B;
  border-color: #27A39B; }
[class*="c-event-status"][class*="a-implementation"]:before {
  content: '実施済み';
  background: #B7B7B7;
  border-color: #B7B7B7; }
[class*="c-event-status"][data-option*="style-fit"] {
  width: 100%; }
[class*="c-event-status"][data-option*="style-fit"]:before {
  width: 100%; }

/* !  講師ステータス ———————————————————————————————————————————————————————————— */
[class*="c-teacher-status"] {
  text-align: center;
  display: flex; }
[class*="c-teacher-status"]:before {
  width: auto;
  color: #fff;
  font: 600 12px/1em 'Noto Sans JP',sans-serif;
  padding: 0 10px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center; }
[class*="c-teacher-status"][class*="online"]:before {
  content: 'オンライン';
  background: #27A39B;
  border-color: #27A39B; }
[class*="c-teacher-status"][class*="offline"]:before {
  content: 'オフライン';
  background: #B7B7B7;
  border-color: #B7B7B7; }
[class*="c-teacher-status"][class*="publish"]:before {
  content: '公開';
  background: #27A39B;
  border-color: #27A39B; }
[class*="c-teacher-status"][class*="private"]:before {
  content: '非公開';
  background: #B7B7B7;
  border-color: #B7B7B7; }
[class*="c-teacher-status"][class*="freetrial"]:before {
  content: '無料枠';
  background: #F57979;
  border-color: #F57979; }
[class*="c-teacher-status"][class*="plan"]:before {
  content: '有料枠';
  background: #409bd2;
  border-color: #409bd2; }
[class*="c-teacher-status"][class*="both"]:before {
  content: '無料・有料枠';
  background: #2ba39b;
  border-color: #2ba39b; }
[class*="c-teacher-status"][data-option*="size-l"]:before {
  width: 100%;
  height: 42px;
  font: 600 25px/1em 'Noto Sans JP',sans-serif; }

[class*="c-report-status"] {
  text-align: center;
  display: inline-flex; }
[class*="c-report-status"]:before {
  width: auto;
  color: #fff;
  font: 600 12px/1em 'Noto Sans JP',sans-serif;
  padding: 0 10px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center; }
[class*="c-report-status"][data-width]:before {
  display: flex;
  width: 100%; }
[class*="c-report-status"][data-option*="type-submitted"]:before {
  content: '報告済';
  background: #CBCCCC;
  border-color: #CBCCCC; }
[class*="c-report-status"][data-option*="type-draft"]:before {
  content: '下書き';
  background: #72C0F3;
  border-color: #72C0F3; }
[class*="c-report-status"][data-option*="type-unreported"]:before {
  content: '未報告';
  background: #EC4855;
  border-color: #EC4855; }

.head_box > [class*="c-report-status"] {
  margin-left: 20px; }

/* !  契約ステータス ———————————————————————————————————————————————————————————— */
[class*="c-agreement-status"] {
  text-align: center;
  display: flex; }
[class*="c-agreement-status"]:before {
  width: 100%;
  max-width: 90px;
  color: #fff;
  font: 600 12px/1em 'Noto Sans JP',sans-serif;
  padding: 0 16px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center; }
[class*="c-agreement-status"][class*="free"]:before {
  content: '無料体験';
  background: #F57979;
  border-color: #F57979; }
[class*="c-agreement-status"][class*="aweek"]:before {
  content: '週1';
  background: #27A39B;
  border-color: #27A39B; }
[class*="c-agreement-status"][class*="weektwo"]:before {
  content: '週2';
  background: #B298C6;
  border-color: #B298C6; }
[class*="c-agreement-status"][class*="weekthree"]:before {
  content: '週3';
  background: #94C74C;
  border-color: #94C74C; }
[class*="c-agreement-status"][class*="weekfour"]:before {
  content: '週4';
  background: #F9B900;
  border-color: #F9B900; }
[class*="c-agreement-status"][class*="weekfive"]:before {
  content: '週5';
  background: #F098AB;
  border-color: #F098AB; }

/* !  お問い合わせステータス ———————————————————————————————————————————————————————————— */
[class*="c-contact-status"] {
  text-align: center;
  display: flex; }
[class*="c-contact-status"]:before {
  width: 100%;
  max-width: 80px;
  color: #fff;
  font: 600 12px/1em 'Noto Sans JP',sans-serif;
  padding: 0 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center; }
[class*="c-contact-status"][class*="ncompatible"]:before {
  content: '未対応';
  background: #EC4855;
  border-color: #EC4855; }
[class*="c-contact-status"][class*="unconfirmed"]:before {
  content: '未確認';
  background: #EC4855;
  border-color: #EC4855; }
[class*="c-contact-status"][class*="correspondence"]:before {
  content: '対応中';
  background: #27A39B;
  border-color: #27A39B; }
[class*="c-contact-status"][class*="supported"]:before {
  content: '対応済';
  background: #D5D5D5;
  border-color: #D5D5D5; }

/* ! カウントページ -------------------------------- */
.c-pager {
  display: flex;
  align-items: center;
  margin-left: auto; }
.c-pager[data-option*="position-left"] {
  margin-left: 0;
  margin-right: auto; }

.count_pager {
  display: flex;
  align-items: center;
  height: 30px;
  padding: 0 10px;
  margin: 0 5px 0 0;
  background: #E4EFEE;
  border-radius: 3px; }
.count_pager .numerator {
  color: #789B99;
  font: 600 13px/1em 'Roboto', sans-serif; }

.c-list_pager {
  display: flex; }
.c-list_pager > li {
  padding: 0 2px; }
.c-list_pager > li a, .c-list_pager > li span {
  color: #789B99;
  font: 700 14px/1em 'helvetica','Noto Sans JP',sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  min-width: 30px;
  border: 1px solid #BBD6D4;
  border-radius: 3px; }
.c-list_pager > li a:hover {
  background: #E4EFEE; }
.c-list_pager > li.current a, .c-list_pager > li.current span {
  background: #789B99;
  border-color: #789B99;
  color: #fff;
  cursor: default; }
.c-list_pager .prev a:before {
  background: url(../img/icon/ico_form_left.svg) no-repeat center;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-position: center center !important;
  background-repeat: no-repeat !important; }
.c-list_pager .next a:before {
  background: url(../img/icon/ico_form_right.svg) no-repeat center;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-position: center center !important;
  background-repeat: no-repeat !important; }
.c-list_pager .first a, .c-list_pager .last a {
  min-width: 50px; }

/* !お問い合わせ詳細ステータス -------------------------------- */
[class*="c-contactshow-status"] {
  text-align: center;
  display: flex;
  justify-content: center; }
[class*="c-contactshow-status"]:before {
  width: 100px;
  color: #fff;
  font: 600 25px/1em 'Noto Sans JP',sans-serif;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100%; }
[class*="c-contactshow-status"][class*="ncompatible"]:before {
  content: '未対応';
  background: #EC4855;
  border-color: #EC4855; }
[class*="c-contactshow-status"][class*="unconfirmed"]:before {
  content: '未確認';
  background: #EC4855;
  border-color: #EC4855; }
[class*="c-contactshow-status"][class*="correspondence"]:before {
  content: '対応中';
  background: #27A39B;
  border-color: #27A39B; }
[class*="c-contactshow-status"][class*="supported"]:before {
  content: '対応済';
  background: #D5D5D5;
  border-color: #D5D5D5; }
[class*="c-contactshow-status"][class*="waiting"]:before {
  content: '対応待ち';
  background: #EC4855;
  border-color: #EC4855; }
[class*="c-contactshow-status"][class*="solutionl"]:before {
  content: '解決済';
  background: #D5D5D5;
  border-color: #D5D5D5; }

/* !お問い合わせ返信やりとり -------------------------------- */
/* ! ====================================================================================================
	■ お問い合わせやりとり
	■ コメントエリア
==================================================================================================== */
.c-comment_post {
  margin: 60px 0 0; }
.c-comment_post .l {
  flex-wrap: nowrap;
  margin: 0; }
.c-comment_post .l > * {
  padding: 0; }
.c-comment_post p {
  font: 400 13px/1.8em 'Roboto','Noto Sans JP',sans-serif;
  letter-spacing: 0; }

/* ! ヘッド ============================================================ */
.head_comment_post {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: baseline; }
.head_comment_post .staff {
  font: 500 15px/1em 'Noto Sans JP',sans-serif;
  margin: 0 0 0 30px; }
.head_comment_post .staff:before {
  content: attr(data-before) " :";
  font: 500 12px/1em 'Noto Sans JP',sans-serif;
  margin: 0 6px 0 0; }
.head_comment_post .btnarea {
  margin-left: auto;
  flex: 0 0 auto; }

.total_comment {
  display: flex;
  align-items: baseline; }
.total_comment:before {
  content: '';
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
  background: url(../img/icon/ico_comment.svg) no-repeat center;
  background-size: contain;
  transform: translate(0px, 5px); }
.total_comment p {
  font: 600 14px/1em 'Noto Sans JP',sans-serif; }
.total_comment p.num {
  font: 600 24px/1em 'Roboto',sans-serif;
  margin: 0 0 0 6px; }
.total_comment p.num:after {
  font: 600 12px/1em 'Noto Sans JP',sans-serif; }

.c-action_post {
  display: flex;
  align-items: baseline; }
.c-action_post .reply {
  font: 600 24px/1em 'Roboto','Noto Sans JP',sans-serif;
  margin: 0 20px 0 0; }
.c-action_post .reply:before {
  font: 600 14px/1em 'Noto Sans JP' , sans-serif;
  content: attr(data-before);
  margin: 0 5px 0 0; }
.c-action_post .reply:after {
  font: 600 12px/1em 'Noto Sans JP' , sans-serif;
  content: attr(data-after);
  margin: 0  0 0 5px; }
.c-action_post .charge {
  font: 500 15px/1em 'Roboto','Noto Sans JP',sans-serif; }
.c-action_post .charge:before {
  content: attr(data-before-colon);
  font: 500 12px/1em 'Noto Sans JP' , sans-serif; }

/* ! 投稿にコメントする ============================== */
.c-post_comment textarea {
  line-height: 1.7em;
  min-height: 36px;
  border: none;
  display: block;
  font: 500 16px/1em 'helvetica','Noto Sans JP',sans-serif;
  padding: 10px;
  background: #fff;
  width: 100%;
  height: 44px;
  border-radius: 3px;
  flex: 1 1 auto;
  min-width: 10px;
  color: #000;
  resize: none; }
.c-post_comment textarea::-webkit-input-placeholder {
  color: #A0B9B7; }

.fp_textarea {
  border-bottom: 1px solid #ccc;
  position: relative; }

.fp_textarea:after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  background: #27A39B;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.4s ease; }

.c-post_comment .btnarea[data-option*="space-xs"] {
  display: none;
  margin-top: 4px; }

.c-post_comment.active .fp_textarea:after {
  width: 100%;
  opacity: 1; }

.c-post_comment.active [class*="btnarea"] {
  display: flex; }

/* ! 投稿に返信する ============================== */
.c-post_comment.reply {
  margin: 15px 0 0; }

/* ! 返信エリア —————————— */
.c-post_comment.reply {
  display: none; }

/* // 返信エリア表示 */
.active_reply + .c-post_comment.reply, .active_reply .c-post_comment.reply {
  display: block; }

/* ! 返信先ユーザー —————————— */
.user_reply {
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  background: #b961af;
  display: inline-block;
  padding: 2px 4px;
  border-radius: 2px; }

.user_reply:before {
  content: "＠"; }

/* ! コメントリスト ============================== */
.c-list_comment_post > li {
  padding: 20px 0; }

.c-list_comment_post > li + li {
  border-top: 1px dotted #ccc; }

[class*="thumb"] {
  width: 100%;
  display: block;
  height: auto;
  background: #000;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important; }
[class*="thumb"].round {
  border-radius: 50%; }
[class*="thumb"][data-option*="w150"] {
  width: 150px; }

[class*="thumb"][class*="user"] {
  border-radius: 50%;
  overflow: hidden;
  width: 32px;
  height: 32px; }

[class*="thumb"][class*="user"][class*="min"] {
  width: 24px;
  height: 24px; }

[class*="thumb"]:before {
  content: "";
  display: block;
  height: auto;
  width: 100%;
  padding-top: 100%; }

.thumbnail[data-option*="style-square"]:before {
  padding-top: 56%; }

/* ! テキスト —————————— */
.c-list_comment_post .name_user {
  margin: 0 10px 0 0; }

.c-list_comment_post .date {
  color: #999;
  font-size: 13px; }

.c-list_comment_post .comment_user {
  color: #333;
  font-size: 14px;
  margin: 5px 0 0; }

.c-list_comment_post .c-action_post {
  margin: 10px 0 0; }

@media screen and (max-width: 480px) {
  .c-list_comment_post > li {
    padding: 10px 0; }

  .c-list_comment_post .comment_user {
    font: 400 13px/1.4em 'Roboto','Noto Sans JP',sans-serif; } }
/* アイコン小さく */
.c-list_comment_post .button_action[data-ico] {
  padding: 0 0 0 22px; }

.c-list_comment_post .button_action[data-ico]:before {
  width: 20px;
  height: 20px; }

.c-list_comment_post .button_action[data-ico] .count {
  font-size: 16px; }

/* ! 返信エリア ============================== */
.c-reply_comment {
  margin: 15px 0 0; }

.c-reply_comment .c-list_comment_post > li {
  padding: 10px 0; }

.c-reply_comment .c-list_comment_post > li + li {
  border: none; }

@media screen and (max-width: 480px) {
  .c-reply_comment {
    margin: 10px 0 0; }

  .c-reply_comment .c-list_comment_post > li {
    padding: 6px 0; } }
/* ! メダル -------------------------------- */
.c-medal[data-option*="style-row"] {
  display: flex;
  align-items: center; }
.c-medal[data-option*="style-row"] .ttl {
  flex: 0 1 auto;
  padding: 6px 16px 6px 20px;
  border-radius: 6px;
  margin: 0 0 0 -15px; }
.c-medal[data-option*="style-column"] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0; }
.c-medal[data-option*="style-column"] .ttl {
  margin: -6px 0 0;
  padding: 8px 10px;
  border-radius: 4px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  position: relative; }
.c-medal[data-option*="style-column"] .ttl .before, .c-medal[data-option*="style-column"] .ttl .after {
  content: '';
  width: 36px;
  height: 27px;
  background: url(../img/icon/ico_medal_right.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translate(100%, -50%);
  z-index: -1; }
.c-medal[data-option*="style-column"] .ttl .before {
  background: url(../img/icon/ico_medal_left.svg) no-repeat center;
  background-size: contain;
  right: auto;
  left: 14px;
  transform: translate(-100%, -50%); }
.c-medal[data-option*="style-column"] .medal {
  width: 44px;
  height: 54px;
  flex: 0 0 auto; }
.c-medal .medal {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  position: relative;
  z-index: 1; }
.c-medal .ttl {
  flex: 0 1 auto;
  min-width: 1px;
  font: 500 14px/1.3em 'Noto Sans JP',sans-serif; }
.c-medal[data-option*="color-yellow"] .medal {
  background: url(../img/icon/ico_medal_yellow.svg); }
.c-medal[data-option*="color-yellow"] .ttl {
  background: #FFF6D9; }
.c-medal[data-option*="color-blue"] .medal {
  background: url(../img/icon/ico_medal_blue.svg); }
.c-medal[data-option*="color-blue"] .ttl {
  background: #F5FAFF;
  color: #2872B2; }
.c-medal[data-option*="color-red"] .medal {
  background: url(../img/icon/ico_medal_red.svg); }
.c-medal[data-option*="color-red"] .ttl {
  background: #FFF2F2;
  color: #CE4242; }
.c-medal[data-option*="color-green"] .medal {
  background: url(../img/icon/ico_medal_green.svg); }
.c-medal[data-option*="color-green"] .ttl {
  background: #E9F7F0;
  color: #1F7249; }
.c-medal[data-option*="color-purple"] .medal {
  background: url(../img/icon/ico_medal_purple.svg); }
.c-medal[data-option*="color-purple"] .ttl {
  background: #F9F2FA;
  color: #7E2691; }
.c-medal[data-option*="size-l"] .medal {
  width: 40px;
  height: 40px;
  flex: 0 0 auto; }
.c-medal[data-option*="size-l"] .ttl {
  font: 500 16px/1.3em 'Noto Sans JP',sans-serif; }
.c-medal[data-option*="size-l"][data-option*="style-row"] .ttl {
  padding: 8px 16px 8px 20px; }

/* ! 戻るボタン -------------------------------- */
.c-back_button {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1; }
.c-back_button .btn {
  transform: translate(-25%, -25%); }

/* ! フルーツ -------------------------------- */
.c-fruits {
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #fff;
  margin: 3px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  box-shadow: 0 3px 5px rgba(39, 163, 154, 0.2);
  border: solid 2px #fff; }
.c-fruits.none {
  box-shadow: none;
  background: none;
  width: auto;
  height: auto;
  border-radius: 0;
  margin: 0; }
.c-fruits.none:before {
  content: '-';
  display: block;
  font: 400 14px/1.3em 'Noto Sans JP',sans-serif; }
.c-fruits.apple {
  background: #fff url(../../img/icon/ico_apple.svg); }
.c-fruits.banana {
  background: #fff url(../../img/icon/ico_banana.svg); }
.c-fruits.pear {
  background: #fff url(../../img/icon/ico_pear.svg); }
.c-fruits.orange {
  background: #fff url(../../img/icon/ico_orange.svg); }
.c-fruits.grape {
  background: #fff url(../../img/icon/ico_grape.svg); }
.c-fruits.watermelon {
  background: #fff url(../../img/icon/ico_watermelon.svg); }
.c-fruits.cherry {
  background: #fff url(../../img/icon/ico_cherry.svg); }

/* ! ====================================================================================================
　■ フラッシュ
==================================================================================================== */
.area_flash {
  padding: 20px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  pointer-events: none; }

/* ! ==================================================
　リスト
================================================== */
.list_flash {
  min-width: 200px; }

.list_flash > li + li {
  margin: 4px 0 0; }

.list_flash article {
  display: inline-flex;
  align-items: center;
  padding: 6px 20px 6px 50px;
  border-radius: 3px;
  border: 2px solid #27A39B;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.08);
  position: relative;
  min-width: 320px;
  min-height: 58px;
  max-width: 640px; }
@media screen and (max-width: 480px) {
  .list_flash article {
    min-width: 280px; } }

.list_flash article:before {
  content: "";
  display: block;
  width: 50px;
  height: 100%;
  background: url(../img/ico/ico_ttl_home.svg);
  background-size: 30px 30px !important;
  background-position: center top 8px !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 0;
  left: 2px;
  transform: translate(0, 0); }

.list_flash p {
  font: 600 15px/1.4em 'Roboto','noto sans japanese',sans-serif;
  color: #27A39B; }

@media screen and (max-width: 650px) {
  .list_flash {
    width: auto; }

  .list_flash article {
    padding: 10px 15px; }

  .list_flash p {
    padding: 0 0 0 30px;
    font: 600 14px/1.3em 'Roboto','noto sans japanese',sans-serif; } }
/* 個別 */
.list_flash .flash_success article {
  border-color: #27A39B; }

.list_flash .flash_success article:before {
  background: url(../img/icon/ico_flash_success.svg); }

.list_flash .flash_warning article {
  border-color: #27A39B; }

.list_flash .flash_warning article:before {
  background: url(../img/icon/ico_flash_warning.svg); }

.list_flash .flash_error article {
  border-color: #ff4d4d;
  padding: 6px 20px 6px 50px; }

.list_flash .flash_error article:before {
  background: url(../img/icon/ico_flash_error.svg);
  background-size: 40px 40px !important; }

.list_flash .flash_error article p {
  color: #ff4d4d;
  padding: 0; }

/* ! キーフレーム ============================== */
.list_flash > li {
  animation: flash 10s ease forwards; }

.list_flash > li:nth-of-type(2) {
  animation-delay: .1s; }

.list_flash > li:nth-of-type(3) {
  animation-delay: .2s; }

.list_flash > li:nth-of-type(4) {
  animation-delay: .3s; }

.list_flash > li:nth-of-type(5) {
  animation-delay: .4s; }

.list_flash > li:nth-of-type(6) {
  animation-delay: .5s; }

.list_flash > li:nth-of-type(7) {
  animation-delay: .6s; }

@keyframes flash {
  0% {
    opacity: 0;
    transform: translateX(100%); }
  10% {
    opacity: 1;
    transform: translateX(0); }
  98% {
    opacity: 1;
    transform: translateX(0); }
  99% {
    height: 60px; }
  100% {
    transform: translateX(-50%);
    opacity: 0;
    pointer-events: none; } }
/* 自動で消えないように */
.list_flash > .flash_fixed {
  animation: flash_fixed .5s ease forwards; }

@keyframes flash_fixed {
  0% {
    opacity: 0;
    transform: translateX(100%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
/* クリックして消す場合。 */
.list_flash > .flash_remove {
  animation: flash_remove .5s ease forwards;
  pointer-events: none;
  cursor: default; }

@keyframes flash_remove {
  0% {
    transform: translateX(0%);
    opacity: 1; }
  90% {
    height: 60px; }
  100% {
    transform: translateX(-50%);
    opacity: 0;
    height: 0; } }
/* ! ====================================================================================================
　■ デイトピッカー
==================================================================================================== */
.ui-datepicker {
  transform: translate(-20px, 10px); }
.ui-datepicker .ui-widget-header {
  background: #27A39B;
  color: #fff; }
.ui-datepicker .ui-state-highlight {
  border: 1px solid #aec0d2;
  background: #c4d8ec;
  color: #27A39B; }
.ui-datepicker .ui-state-default {
  padding: 0;
  background: #f4fbf9;
  border-color: #d0e2e1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  margin: auto;
  color: #27a39a;
  font: 600 14px/1em 'Roboto',sans-serif; }
.ui-datepicker .ui-state-default:hover {
  background: #e5efec; }
.ui-datepicker .ui-state-default.ui-state-active {
  background: #27a39a;
  color: #fff; }

/* ! ====================================================================================================
　■ メダルテキスト
==================================================================================================== */
.p-medal {
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  background: #FFFBED;
  border: solid 1px #E6B847;
  border-radius: 2px; }
.p-medal__text {
  display: flex; }
.p-medal__text:before {
  content: '';
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  margin: 0 6px 0 0;
  background: url(../img/icon/ico_medal_yellow.svg);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  position: relative;
  z-index: 1; }

.header {
  position: absolute;
  left: 0;
  top: 0; }

.footer {
  position: absolute;
  left: 0;
  bottom: 0; }

/* ! 共通リスト =========================================
  ■ ベース
	■ アサイドメニュー
	■ パンくず
	■ ステージ/レベル/ユニット/ステップ
	■ 該当
	■ レッスンステータス
	■ 基本情報
	■ メッセージやりとり
	■ マスター
	■ レッスンの話題報告
	■ カレンダー
	■ 問題作成
	
 ========================================= */
/* ! ■ ベース ———————————————————————————————————————————————————————————— */
.list > li {
  display: flex;
  padding: 4px 0;
  position: relative;
  align-items: baseline; }
.list > li[data-option*="m-10"] {
  margin-top: 10px; }
.list > li[data-option*="m-20"] {
  margin-top: 20px; }
.list > li.required:before {
  content: '*';
  font: 600 12px/1em 'Noto Sans JP',sans-serif;
  color: #27A39B;
  position: absolute;
  left: -5px;
  top: 4px; }
.list > li[data-option*="size-m"] {
  align-items: flex-start; }
.list > li[data-option*="size-m"] > .head {
  min-height: 34px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center; }
.list > li[data-option*="size-m"] > .cnt input, .list > li[data-option*="size-m"] > .cnt select {
  height: 34px; }
.list > li[data-option*="size-l"] {
  align-items: flex-start; }
.list > li[data-option*="size-l"] > .head {
  min-height: 44px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center; }
.list > li[data-option*="size-l"] > .cnt input, .list > li[data-option*="size-l"] > .cnt select {
  height: 44px;
  font: 500 16px/1em 'noto sans japanese',sans-serif; }
.list > li[data-option*="size-l"] > .cnt .f_parts[data-option*="style-radio"] {
  height: 44px;
  margin-top: 0; }
.list .row {
  flex-direction: row !important; }
.list .head {
  flex: 0 0 auto; }
.list .head .ttl {
  font: 500 13px/1.3em 'Noto Sans JP',sans-serif;
  color: #444; }
.list .head .ttl[data-option*="size-s"] {
  font: 500 14px/1.3em 'Noto Sans JP',sans-serif; }
.list .head .ttl[data-after-colon]:after {
  content: attr(data-after-colon) " :"; }
.list .head .ttl[data-option*="style-box"] {
  padding: 4px 10px;
  background: #28A39B;
  color: #fff;
  font: 600 14px/1em 'Noto Sans JP',sans-serif;
  display: inline-block;
  min-width: 80px;
  text-align: center; }
.list .head .ttl[class*="ico_"] {
  display: flex;
  align-items: center; }
.list .head .ttl[class*="ico_"]:before {
  content: '';
  width: 26px;
  height: 26px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  margin: 0 8px 0 0; }
.list .head .ttl[class*="ico_"][class*="unsubscribe"]:before {
  background: url(../img/icon/ico_unsubscribe.svg); }
.list .head .ttl[class*="ico_"][class*="recess"]:before {
  background: url(../img/icon/ico_recess.svg); }
.list .head small {
  display: block;
  font: 300 14px/1em 'Roboto',sans-serif;
  color: #809F98;
  margin: 2px 0 0; }
.list .cnt {
  flex: auto;
  min-width: 1px; }
.list .cnt p.unregistered {
  opacity: .3; }
.list .cnt .ttl [class*="c-event-status"] {
  margin: 4px; }
.list .cnt .date + .c-lesson_time {
  margin: 0 0 0 10px; }
.list .cnt--price {
  align-items: center; }
@media screen and (max-width: 580px) {
  .list .cnt--price {
    flex-direction: column;
    align-items: flex-start; } }
.list[data-option*="space-xl"] > li {
  padding: 20px 0; }
.list[data-option*="space-xl"][data-option*="wrap"] > li {
  padding: 20px; }
.list[data-option*="space-l"] > li {
  padding: 14px 0; }
.list[data-option*="space-l"][data-option*="wrap"] > li {
  padding: 14px; }
.list[data-option*="space-m"] > li {
  padding: 8px 0; }
.list[data-option*="space-m"][data-option*="wrap"] > li {
  padding: 8px; }
.list[data-option*="space-s"] > li {
  padding: 6px 0; }
.list[data-option*="space-s"][data-option*="wrap"] > li {
  padding: 6px; }
.list[data-option*="justify-end"] .cnt {
  display: flex;
  justify-content: flex-end; }
.list[data-option*="align-center"] > li {
  align-items: center; }
.list[data-option*="style-line-under"] > li {
  border-bottom: solid 1px #EEE; }
.list[data-option*="style-colon"] > li .head .ttl:after {
  content: ':';
  margin: 0 0 0 4px; }
@media screen and (max-width: 640px) {
  .list[data-option*="style-profile"] > li {
    flex-direction: column; }
  .list[data-option*="style-profile"] > li > .head {
    flex: 0 0 auto !important;
    min-height: auto;
    margin: 0 0 10px; }
  .list[data-option*="style-profile"] > li > .cnt .f_parts[data-width="140"] {
    width: auto; }
  .list[data-option*="style-profile"] > li > .cnt .f_parts[data-width="120"] {
    width: 90px; }
  .list[data-option*="style-profile"] > li > .cnt .f_parts[data-option="style-select"] select {
    padding-right: 24px; } }
.list[data-option*="head-250"] > li > .head {
  flex: 0 0 250px;
  width: 250px; }
.list[data-option*="head-200"] > li > .head {
  flex: 0 0 200px;
  width: 200px; }
.list[data-option*="head-150"] > li > .head {
  flex: 0 0 150px;
  width: 150px; }
.list[data-option*="head-120"] > li > .head {
  flex: 0 0 120px;
  width: 120px; }
.list[data-option*="head-100"] > li > .head {
  flex: 0 0 100px;
  width: 100px; }
.list[data-option*="style-column"] > li {
  flex-direction: column; }
.list[data-option*="style-column"] > li[data-option="size-m"] > .head {
  min-height: auto; }
.list[data-option*="style-column"] > li > .head {
  flex: 0 0 auto;
  width: 100%;
  margin: 0 0 4px; }
.list[data-option*="style-column"] > li > .cnt {
  width: 100%; }
@media screen and (max-width: 480px) {
  .list[data-mobile*="style-column"] > li {
    flex-direction: column; }
  .list[data-mobile*="style-column"] > li > .head {
    flex: 0 0 auto;
    margin: 0 0 4px; } }

/* ! ■ アサイドメニュー ———————————————————————————————————————————————————————————— */
.c-list_aside li + li {
  margin: 20px 0 0; }
.c-list_aside li a {
  display: flex;
  align-items: center;
  font: 500 13px/1.3em 'Noto Sans JP',sans-serif;
  color: #AAA; }
.c-list_aside li a:before {
  content: '';
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  background: #eee;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  margin: 0 10px 0 0; }
.c-list_aside li.current a {
  color: #000;
  font: 500 13px/1.3em 'Noto Sans JP',sans-serif; }

/* ! ■ パンくず ———————————————————————————————————————————————————————————— */
.c-list_bread {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
.c-list_bread li {
  position: relative;
  padding: 0 20px 0 0; }
.c-list_bread li a {
  color: #A2ADC1;
  font: 200 11px/1em 'Roboto','Noto Sans JP',sans-serif;
  letter-spacing: .04em;
  display: block; }
.c-list_bread li + li:before {
  content: '';
  width: 5px;
  height: 8px;
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translate(-100%, -40%);
  background: url(../img/icon/ico_arrow_bread.svg) no-repeat center;
  background-size: contain; }

/* ! ■ ステージ/レベル/ユニット/ステップ ———————————————————————————————————————————————————————————— */
.c-list_level {
  display: flex;
  flex-wrap: wrap;
  margin: 4px 0 0; }
.c-list_level li + li p {
  margin: 0 0 0 4px; }
.c-list_level li + li p:before {
  margin: 0 4px 0 0;
  background: url(../img/icon/icon_brea.svg) no-repeat center;
  background-size: contain !important;
  content: '';
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle; }
.c-list_level li p {
  color: #999;
  font: 500 12px/1.4em 'Noto Sans JP' , sans-serif; }
.c-list_level[data-option="style-accent"] li p {
  color: #444;
  font: 500 14px/1.4em 'Noto Sans JP' , sans-serif; }

td > .c-list_level {
  margin: 0; }

/* ! ■ 基本情報 ———————————————————————————————————————————————————————————— */
.c-list_information li {
  display: flex; }
.c-list_information li .ttl {
  font: 300 13px/1em 'Noto Sans JP', sans-serif;
  flex: 0 0 120px; }
.c-list_information li .cnt {
  font: 300 15px/1em 'Noto Sans JP', sans-serif; }
.c-list_information li + li {
  margin: 20px 0 0; }

/* ! ■ メッセージやりとり ———————————————————————————————————————————————————————————— */
.head_exchange {
  display: flex;
  border-bottom: 1px solid #D5D5D5; }
.head_exchange .reply {
  margin: 0 10px 0 0;
  font: 600 14px/1em 'Noto Sans JP' , sans-serif; }
.head_exchange .reply:before {
  margin: 0 4px 0 0;
  background: url(../img/icon/icon_exchange.svg) no-repeat center;
  background-size: contain !important;
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block; }
.head_exchange .number {
  font: 600 24px/1em 'Roboto','Noto Sans JP',sans-serif;
  margin: 0 10px 0 0; }
.head_exchange .number:after {
  content: attr(data-after);
  font: 600 12px/1em 'Noto Sans JP' , sans-serif;
  margin: 0 0 0 3px; }
.head_exchange .person {
  font: 600 20px/1em 'Noto Sans JP' , sans-serif; }
.head_exchange .person:before {
  content: attr(data-before);
  font: 600 12px/1em 'Noto Sans JP' , sans-serif; }

.body_exchange {
  margin: 10px 0 0; }

.c-list_exchange li + li {
  border-bottom: dashed 1px #D5D5D5;
  padding: 12px 0; }
.c-list_exchange li + li article .himself {
  display: flex; }
.c-list_exchange li + li article .himself .name {
  font: 600 12px/1em 'Noto Sans JP' , sans-serif;
  margin: 0 10px 0 0;
  display: flex;
  align-items: center; }
.c-list_exchange li + li article .himself .name:after {
  content: attr(data-after);
  margin: 0 0 0 5px; }
.c-list_exchange li + li article .himself .name:before {
  margin: 0 4px 0 0;
  background: url(../img/icon/icon_exchange_parents.svg) no-repeat center;
  background-size: contain !important;
  content: '';
  width: 30px;
  height: 30px;
  display: inline-block; }
.c-list_exchange li + li article .himself .date {
  color: #999;
  display: flex;
  align-items: center; }
.c-list_exchange li + li article .description {
  margin: 6px 0 0;
  font: 500 13px/1em 'Noto Sans JP' , sans-serif; }

/* ! ■ マスター ———————————————————————————————————————————————————————————— */
.list_master {
  display: flex;
  flex-wrap: wrap;
  margin: -5px; }
.list_master > li {
  padding: 5px;
  min-width: 230px; }
.list_master > li.plan a:before {
  background: url(../img/icon/ico_master_plan.svg); }
.list_master > li.plan a:hover:before {
  background: url(../img/icon/ico_master_plan_current.svg); }
.list_master > li.ticket a:before {
  background: url(../img/icon/ico_master_ticket.svg); }
.list_master > li.ticket a:hover:before {
  background: url(../img/icon/ico_master_ticket_current.svg); }
.list_master > li.discount a:before {
  background: url(../img/icon/ico_master_discount.svg); }
.list_master > li.discount a:hover:before {
  background: url(../img/icon/ico_master_discount_current.svg); }
.list_master > li.event a:before {
  background: url(../img/icon/ico_master_event.svg); }
.list_master > li.event a:hover:before {
  background: url(../img/icon/ico_master_event_current.svg); }
.list_master > li.item a:before {
  background: url(../img/icon/ico_master_item.svg); }
.list_master > li.item a:hover:before {
  background: url(../img/icon/ico_master_item_current.svg); }
.list_master a {
  font: 600 15px/1em 'Noto Sans JP' , sans-serif;
  height: 50px;
  display: flex;
  align-items: center;
  border-radius: 3px;
  background: #27A39B;
  color: #fff;
  padding: 4px 15px;
  position: relative;
  border: solid 1px #27A39B; }
.list_master a:hover {
  background: #fff;
  color: #27A39B; }
.list_master a:before {
  content: '';
  width: 26px;
  height: 26px;
  margin: 0 6px 0 0;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  display: block; }

/* プラン変更 ———— */
.list_plan {
  display: flex;
  margin: -4px; }
.list_plan > li {
  padding: 4px;
  width: 20%; }
.list_plan > li.lesson_2 .ttl {
  background: #B298C6; }
.list_plan > li.lesson_3 .ttl {
  background: #94C74C; }
.list_plan > li.lesson_4 .ttl {
  background: #F9B900; }
.list_plan > li.lesson_5 .ttl {
  background: #F098AB; }
.list_plan .ttl {
  height: 36px;
  width: 100%;
  background: #72C9F2;
  font: 600 14px/1em 'Noto Sans JP',sans-serif;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 10px; }
.list_plan input.num {
  height: 44px;
  font: 600 22px/1em 'Roboto',sans-serif;
  text-align: right;
  padding-right: 44px !important;
  color: #222; }
.list_plan .unit {
  font: 600 12px/1em 'Noto Sans JP',sans-serif;
  width: 44px !important;
  padding: 5px 0 0; }

/* 割引設定 ———— */
.list_discount > li {
  display: flex;
  align-items: center;
  padding: 14px 0; }
.list_discount > li + li {
  border-top: solid 1px #ccc; }
.list_discount > li > p {
  margin: 0 0 0 6px; }
.list_discount .p-ticket {
  margin: 0 6px 0 0; }
.list_discount p {
  font: 600 15px/1.3em 'Noto Sans JP',sans-serif; }
.list_discount .unit[data-option*="style-center"] {
  margin: 0 6px; }

/* ! ■ レッスンの話題報告 ———————————————————————————————————————————————————————————— */
.list_topic_report {
  max-height: 300px;
  overflow: auto; }
.list_topic_report::-webkit-scrollbar {
  width: 4px;
  height: 0; }
.list_topic_report::-webkit-scrollbar-track {
  background: #fff; }
.list_topic_report::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #4FC497; }
.list_topic_report > li + li {
  margin: 4px 0 0; }
.list_topic_report article {
  padding: 10px;
  background: #F7FBFA; }
.list_topic_report article .date {
  margin: 4px 0 0;
  text-align: right;
  color: #959c9c; }
.list_topic_report.taboo::-webkit-scrollbar-thumb {
  background-color: #0E6A86; }
.list_topic_report.taboo article {
  background: #F7FAFB; }

/* ! ■ カレンダー ———————————————————————————————————————————————————————————— */
.list_week, .list_day {
  display: flex;
  flex-wrap: wrap; }
.list_week > li, .list_day > li {
  width: calc(100% / 7); }

.list_week {
  border-bottom: solid 2px #152C58; }
.list_week p {
  padding: 10px;
  text-align: center;
  font: 600 16px/1em 'Noto Sans JP',sans-serif; }

.list_day > li {
  position: relative; }
.list_day > li[data-day]:before {
  content: attr(data-day);
  position: absolute;
  top: 6px;
  left: 8px;
  font: 600 14px/1em 'Roboto',sans-serif; }
.list_day > li.prev, .list_day > li.next {
  pointer-events: none;
  background: #f0f5f4; }
.list_day > li.prev p, .list_day > li.prev a, .list_day > li.prev[data-day]:before, .list_day > li.next p, .list_day > li.next a, .list_day > li.next[data-day]:before {
  opacity: .3; }
.list_day > li:nth-of-type(7n) article {
  border-right: none; }
.list_day > li:first-of-type article, .list_day > li:nth-of-type(7n + 1) article {
  border-left: none; }
.list_day article {
  border: solid 1px #EEE;
  padding: 25px 10px 10px;
  min-height: 100px; }
.list_day p {
  width: 100%;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 2px;
  color: #fff;
  padding: 2px 6px;
  font: 600 12px/1em 'Noto Sans JP',sans-serif;
  cursor: default; }
.list_day p[data-option*="style-"] {
  display: none; }
.list_day p[data-option*="style-confirm"] {
  display: flex;
  background: #27A39B;
  border: solid 1px #27A39B; }
.list_day p[data-option*="style-confirm"]:hover {
  color: #27A39B;
  background: #fff; }
.list_day p[data-option*="style-unsettled"] {
  display: flex;
  background: #EC4855;
  border: solid 1px #EC4855; }
.list_day p[data-option*="style-unsettled"]:hover {
  color: #EC4855;
  background: #fff; }
.list_day p[data-option*="style-confirm"]:before {
  content: '確定'; }
.list_day p[data-option*="style-unsettled"]:before {
  content: '未確定'; }
.list_day p[data-num]:after {
  content: attr(data-num);
  font: 600 13px/1em 'Roboto',sans-serif; }
.list_day p + p {
  margin: 4px 0 0; }

.list_calendar_detail > li + li {
  margin: 10px 0 0; }
.list_calendar_detail .head {
  margin: 0 0 10px; }

/* ! ■ 問題作成 ———————————————————————————————————————————————————————————— */
.list_question > li:first-of-type > .head .btnarea .btn.question_del {
  display: none; }
.list_question > li + li {
  margin: 30px 0 0; }
.list_question > li > .head {
  display: flex;
  align-items: center;
  margin: 0 0 10px; }
.list_question > li > .head .button_hamburger_sort {
  margin: 0 10px 0 0; }
.list_question > li > .head .ttl {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  font: 600 14px/1.3em 'Noto Sans JP',sans-serif;
  position: relative; }
.list_question > li > .head .btnarea {
  flex: auto;
  min-width: 1px;
  margin-left: 20px;
  align-items: center; }
.list_question > li > .head .btnarea:before {
  content: '';
  flex: auto;
  min-width: 1px;
  height: 1px;
  background: #CCC;
  margin: 0 20px 0 0; }
.list_question > li.required > .head > .ttl:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #EC4855;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(10px, -3px); }
.list_question > li .cnt > .list + .list {
  display: none; }
.list_question > li .cnt > .list.current {
  display: block; }
.list_question > li .cnt input, .list_question > li .cnt select, .list_question > li .cnt textarea {
  border-radius: 3px;
  border-color: #DEDEDE;
  background: #F5F7F7; }
.list_question > li .cnt input::-webkit-input-placeholder, .list_question > li .cnt select::-webkit-input-placeholder, .list_question > li .cnt textarea::-webkit-input-placeholder {
  color: #acbebe; }

.box {
  padding: 20px;
  width: 100%; }
.box[data-option*="bg-white"] {
  background: #fff;
  position: relative;
  z-index: 0; }
.box[data-option*="shadow"] {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); }
.box[data-option*="border-top"] {
  border-top: solid 1px #E5E6EA; }
.box[data-option*="style-fit"] {
  height: 100%; }
.box[data-option*="style-body-stretch"] {
  display: flex;
  flex-direction: column; }
.box[data-option*="style-body-stretch"] > .head_box {
  flex: 0 0 auto; }
.box[data-option*="style-body-stretch"] > .body_box {
  flex: auto;
  min-height: 1px; }
.box[data-option*="space-xl"] {
  padding: 40px 50px; }
.box[data-option*="space-l"] {
  padding: 30px; }
.box[data-option*="space-m"] {
  padding: 15px; }
.box[data-tablet*="space-s"], .box[data-option*="space-s"] {
  padding: 10px; }
.box[data-option*="space-min"] {
  padding: 0px; }
.box .head_box {
  margin: 0 0 20px; }
.box .head_box[data-headbox-option*="space-min"] {
  margin: 0 0 10px; }
.box .head_box[data-headbox-option*="space-l"] {
  margin: 0 0 40px; }
.box .head_box--lesson, .box .head_box--ticket {
  flex-wrap: wrap; }
.box .head_box--lesson .btnarea, .box .head_box--ticket .btnarea {
  margin-top: 2px; }
.box .body_box[data-option="m-40"] {
  margin: 40px 0 0; }
.box .body_box + .body_box {
  margin: 10px 0 0; }
.box .body_box + .head_box {
  margin: 20px 0 20px; }
.box .body_box + .head_box[data-headbox-option*="space-min"] {
  margin: 20px 0 10px; }
@media screen and (max-width: 417px) {
  .box .body_box--ticket form .stack .btnarea {
    margin-top: 2px; } }
@media screen and (max-width: 503px) {
  .box .body_box--child .stack .btnarea {
    margin-top: 2px; } }
.box .foot_box {
  margin: 20px 0 0; }
.box .foot_box[data-option*="space-s"] {
  margin: 10px 0 0; }
.box .foot_box[data-option*="space-min"] {
  margin: 0; }
@media screen and (max-width: 560px) {
  .box--responsive {
    padding: 30px 0 !important; } }
@media screen and (max-width: 480px) {
  .box--responsive {
    padding: 30px 15px !important; } }

/* ! 共通リスト =========================================
	■ 該当人数
	■ フィルター
	■ デフォルト
 ========================================= */
.c-control_table > form {
  display: flex;
  align-items: flex-end;
  margin: -8px; }
.c-control_table > form > div {
  padding: 8px; }
.c-control_table + .c-control_table {
  margin: 10px 0 0; }
.c-control_table .c-filter_table {
  margin-left: auto;
  align-items: flex-end; }

/* ! ■ 該当 ———————————————————————————————————————————————————————————— */
.c-count_table {
  flex: 0 0 auto; }
.c-count_table .count {
  font: 600 32px/1em 'Roboto', sans-serif; }
.c-count_table .count:before {
  content: attr(data-before-colon);
  margin: 0 8px 0 0;
  font: 500 16px/1em 'Noto Sans JP' , sans-serif; }
.c-count_table .count:after {
  content: attr(data-after);
  margin: 0 0 0 5px;
  font: 500 16px/1em 'Noto Sans JP' , sans-serif; }

.head_table {
  margin: 0 0 20px; }
.head_table[data-option*="m-40"] {
  margin: 0 0 40px; }

.body_table {
  margin: 0 0 20px; }

.foot_table {
  display: flex; }

/* ! ■ フィルター ———————————————————————————————————————————————————————————— */
.c-filter_table {
  display: flex; }
.c-filter_table .btnarea {
  margin-left: 2px; }

.button_sort {
  width: 9px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  background: url(../img/icon/ico_sort_arrow.svg) no-repeat center;
  background-size: contain !important;
  margin: 0 0 0 4px; }
.button_sort.up {
  background: url(../img/icon/ico_sort_arrow_up.svg) no-repeat center; }
.button_sort.down {
  background: url(../img/icon/ico_sort_arrow_down.svg) no-repeat center; }

/* ! ■ テーブルスクロール ———————————————————————————————————————————————————————————— */
.wrap_table[data-option*="scroll-y"]::-webkit-scrollbar, .wrap_table[data-option*="scroll-x"]::-webkit-scrollbar {
  width: 6px;
  height: 6px; }
.wrap_table[data-option*="scroll-y"]::-webkit-scrollbar-track, .wrap_table[data-option*="scroll-x"]::-webkit-scrollbar-track {
  background: #fff; }
.wrap_table[data-option*="scroll-y"]::-webkit-scrollbar-thumb, .wrap_table[data-option*="scroll-x"]::-webkit-scrollbar-thumb {
  background-color: #27A39B;
  border-radius: 10px; }
.wrap_table[data-option*="scroll-y"] {
  overflow-y: auto; }
.wrap_table[data-option*="y-400"] {
  max-height: 400px; }
.wrap_table[data-option*="scroll-x"] {
  overflow-x: auto; }

/* ! ■ デフォルト ———————————————————————————————————————————————————————————— */
.c-table {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch; }
.c-table--absence .table thead {
  border-bottom: none; }
.c-table--absence .table tr th {
  border-bottom: 2px solid #000; }

.table {
  width: 100%; }
.table.fixed {
  table-layout: fixed;
  border-collapse: collapse; }
.table .center {
  text-align: center; }
.table thead {
  border-bottom: 2px solid #000; }
.table thead th {
  padding: 0 4px 4px; }
.table thead th:first-of-type {
  padding-left: 0; }
.table thead th:last-of-type {
  padding-right: 0; }
.table thead p {
  font: 500 12px/1.4em 'Noto Sans JP',sans-serif;
  display: inline-block; }
.table tbody tr {
  border-bottom: 1px solid #F2F2F4; }
.table tbody tr.spending {
  background: #fffafa; }
.table tbody p {
  font: 400 13px/1.4em 'Noto Sans JP',sans-serif; }
.table tbody p.ncompatible {
  color: #999; }
.table tbody p[data-option="style-en"] {
  display: flex; }
.table tbody p[data-option="style-en"]:before {
  content: '英 :';
  margin: 0 4px 0 0;
  color: #777;
  flex: 0 0 auto; }
.table tbody p[data-option="style-jp"] {
  display: flex; }
.table tbody p[data-option="style-jp"]:before {
  content: '日 :';
  margin: 0 4px 0 0;
  color: #777;
  flex: 0 0 auto; }
.table tbody span {
  font: 400 13px/1em 'Roboto', sans-serif; }
.table tbody td {
  padding: 10px 8px; }
.table tbody td:first-of-type {
  padding-left: 0; }
.table tbody td:last-of-type {
  padding-right: 0; }
.table .date {
  font: 400 13px/1.3em 'Roboto', sans-serif; }
.table.link tbody tr:hover {
  background: #f0f5f4;
  cursor: pointer; }
.table[data-option*="space-s"] th, .table[data-option*="space-s"] td {
  padding: 4px 6px; }
.table .center {
  text-align: center; }
.table .right {
  text-align: right; }
.table [data-width="36"] {
  width: 36px; }
.table [data-width="40"] {
  width: 40px; }
.table [data-width="60"] {
  width: 60px; }
.table [data-width="70"] {
  width: 70px; }
.table [data-width="80"] {
  width: 80px; }
.table [data-width="90"] {
  width: 90px; }
.table [data-width="100"] {
  width: 100px; }
.table [data-width="120"] {
  width: 110px; }
.table [data-width="120"] {
  width: 120px; }
.table [data-width="130"] {
  width: 130px; }
.table [data-width="140"] {
  width: 140px; }
.table [data-width="160"] {
  width: 160px; }
.table [data-width="180"] {
  width: 180px; }
.table [data-width="200"] {
  width: 200px; }
.table [data-width="240"] {
  width: 240px; }
.table [data-width="300"] {
  width: 300px; }
.table [data-width="340"] {
  width: 340px; }
.table .info .name[data-kana]:after {
  color: #222; }
.table[data-option*="style-default"] th, .table[data-option*="style-default"] td {
  border: solid 1px #000; }
.table[data-option*="style-default"] th p, .table[data-option*="style-default"] td p {
  text-align: center;
  display: block; }
.table[data-option*="style-default"] th {
  background: #eee; }
.table[data-option*="style-default"] thead th {
  padding: 4px 6px; }
.table[data-option*="style-default"] tbody td:first-of-type {
  padding: 4px 6px; }
.table .f_inner .f_parts[data-option*="style-radio"] {
  justify-content: center;
  margin: 0;
  transform: translate(5px, 0px); }
.table[data-option*="bg-white"] th, .table[data-option*="bg-white"] td {
  padding: 6px 8px; }
.table[data-option*="bg-white"] tbody {
  background: #fff; }
.table[data-option*="bg-white"] tbody td:first-of-type {
  padding-left: 8px; }
.table--sticky {
  max-height: 300px;
  display: flex;
  width: 100%;
  flex-direction: column; }
.table--sticky thead {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1; }
.table--sticky tbody {
  width: 100%; }
.table--sticky tr {
  display: flex; }
.table--sticky tr th, .table--sticky tr td {
  flex: auto;
  min-width: 1px; }
.table--sticky tr th.table__width--10, .table--sticky tr td.table__width--10 {
  max-width: 10px;
  min-width: 10px; }
.table--sticky tr th.table__width--20, .table--sticky tr td.table__width--20 {
  max-width: 20px;
  min-width: 20px; }
.table--sticky tr th.table__width--30, .table--sticky tr td.table__width--30 {
  max-width: 30px;
  min-width: 30px; }
.table--sticky tr th.table__width--40, .table--sticky tr td.table__width--40 {
  max-width: 40px;
  min-width: 40px; }
.table--sticky tr th.table__width--50, .table--sticky tr td.table__width--50 {
  max-width: 50px;
  min-width: 50px; }
.table--sticky tr th.table__width--60, .table--sticky tr td.table__width--60 {
  max-width: 60px;
  min-width: 60px; }
.table--sticky tr th.table__width--70, .table--sticky tr td.table__width--70 {
  max-width: 70px;
  min-width: 70px; }
.table--sticky tr th.table__width--80, .table--sticky tr td.table__width--80 {
  max-width: 80px;
  min-width: 80px; }
.table--sticky tr th.table__width--90, .table--sticky tr td.table__width--90 {
  max-width: 90px;
  min-width: 90px; }
.table--sticky tr th.table__width--100, .table--sticky tr td.table__width--100 {
  max-width: 100px;
  min-width: 100px; }
.table--sticky tr th.table__width--110, .table--sticky tr td.table__width--110 {
  max-width: 110px;
  min-width: 110px; }
.table--sticky tr th.table__width--120, .table--sticky tr td.table__width--120 {
  max-width: 120px;
  min-width: 120px; }
.table--sticky tr th.table__width--130, .table--sticky tr td.table__width--130 {
  max-width: 130px;
  min-width: 130px; }
.table--sticky tr th.table__width--140, .table--sticky tr td.table__width--140 {
  max-width: 140px;
  min-width: 140px; }
.table--sticky tr th.table__width--150, .table--sticky tr td.table__width--150 {
  max-width: 150px;
  min-width: 150px; }
.table--sticky tr th.table__width--160, .table--sticky tr td.table__width--160 {
  max-width: 160px;
  min-width: 160px; }
.table--sticky tr th.table__width--170, .table--sticky tr td.table__width--170 {
  max-width: 170px;
  min-width: 170px; }
.table--sticky tr th.table__width--180, .table--sticky tr td.table__width--180 {
  max-width: 180px;
  min-width: 180px; }
.table--sticky tr th.table__width--190, .table--sticky tr td.table__width--190 {
  max-width: 190px;
  min-width: 190px; }
.table--sticky tr th.table__width--200, .table--sticky tr td.table__width--200 {
  max-width: 200px;
  min-width: 200px; }
.table--sticky tr th.table__width--210, .table--sticky tr td.table__width--210 {
  max-width: 210px;
  min-width: 210px; }
.table--sticky tr th.table__width--220, .table--sticky tr td.table__width--220 {
  max-width: 220px;
  min-width: 220px; }
.table--sticky tr th.table__width--230, .table--sticky tr td.table__width--230 {
  max-width: 230px;
  min-width: 230px; }
.table--sticky tr th.table__width--240, .table--sticky tr td.table__width--240 {
  max-width: 240px;
  min-width: 240px; }
.table--sticky tr th.table__width--250, .table--sticky tr td.table__width--250 {
  max-width: 250px;
  min-width: 250px; }
.table--sticky tr th.table__width--260, .table--sticky tr td.table__width--260 {
  max-width: 260px;
  min-width: 260px; }
.table--sticky tr th.table__width--270, .table--sticky tr td.table__width--270 {
  max-width: 270px;
  min-width: 270px; }
.table--sticky tr th.table__width--280, .table--sticky tr td.table__width--280 {
  max-width: 280px;
  min-width: 280px; }
.table--sticky tr th.table__width--290, .table--sticky tr td.table__width--290 {
  max-width: 290px;
  min-width: 290px; }
.table--sticky tr th.table__width--300, .table--sticky tr td.table__width--300 {
  max-width: 300px;
  min-width: 300px; }
.table--sticky tr th.table__width--310, .table--sticky tr td.table__width--310 {
  max-width: 310px;
  min-width: 310px; }
.table--sticky tr th.table__width--320, .table--sticky tr td.table__width--320 {
  max-width: 320px;
  min-width: 320px; }
.table--sticky tr th.table__width--330, .table--sticky tr td.table__width--330 {
  max-width: 330px;
  min-width: 330px; }
.table--sticky tr th.table__width--340, .table--sticky tr td.table__width--340 {
  max-width: 340px;
  min-width: 340px; }
.table--sticky tr th.table__width--350, .table--sticky tr td.table__width--350 {
  max-width: 350px;
  min-width: 350px; }
.table--sticky tr th.table__width--360, .table--sticky tr td.table__width--360 {
  max-width: 360px;
  min-width: 360px; }
.table--sticky tr th.table__width--370, .table--sticky tr td.table__width--370 {
  max-width: 370px;
  min-width: 370px; }
.table--sticky tr th.table__width--380, .table--sticky tr td.table__width--380 {
  max-width: 380px;
  min-width: 380px; }
.table--sticky tr th.table__width--390, .table--sticky tr td.table__width--390 {
  max-width: 390px;
  min-width: 390px; }
.table--sticky tr th.table__width--400, .table--sticky tr td.table__width--400 {
  max-width: 400px;
  min-width: 400px; }
.table--sticky tr th.table__width--410, .table--sticky tr td.table__width--410 {
  max-width: 410px;
  min-width: 410px; }
.table--sticky tr th.table__width--420, .table--sticky tr td.table__width--420 {
  max-width: 420px;
  min-width: 420px; }
.table--sticky tr th.table__width--430, .table--sticky tr td.table__width--430 {
  max-width: 430px;
  min-width: 430px; }
.table--sticky tr th.table__width--440, .table--sticky tr td.table__width--440 {
  max-width: 440px;
  min-width: 440px; }
.table--sticky tr th.table__width--450, .table--sticky tr td.table__width--450 {
  max-width: 450px;
  min-width: 450px; }
.table--sticky tr th.table__width--460, .table--sticky tr td.table__width--460 {
  max-width: 460px;
  min-width: 460px; }
.table--sticky tr th.table__width--470, .table--sticky tr td.table__width--470 {
  max-width: 470px;
  min-width: 470px; }
.table--sticky tr th.table__width--480, .table--sticky tr td.table__width--480 {
  max-width: 480px;
  min-width: 480px; }
.table--sticky tr th.table__width--490, .table--sticky tr td.table__width--490 {
  max-width: 490px;
  min-width: 490px; }
.table--sticky tr th.table__width--500, .table--sticky tr td.table__width--500 {
  max-width: 500px;
  min-width: 500px; }
.table--sticky tr th.table__width--510, .table--sticky tr td.table__width--510 {
  max-width: 510px;
  min-width: 510px; }
.table--sticky tr th.table__width--520, .table--sticky tr td.table__width--520 {
  max-width: 520px;
  min-width: 520px; }
.table--sticky tr th.table__width--530, .table--sticky tr td.table__width--530 {
  max-width: 530px;
  min-width: 530px; }
.table--sticky tr th.table__width--540, .table--sticky tr td.table__width--540 {
  max-width: 540px;
  min-width: 540px; }
.table--sticky tr th.table__width--550, .table--sticky tr td.table__width--550 {
  max-width: 550px;
  min-width: 550px; }
.table--sticky tr th.table__width--560, .table--sticky tr td.table__width--560 {
  max-width: 560px;
  min-width: 560px; }
.table--sticky tr th.table__width--570, .table--sticky tr td.table__width--570 {
  max-width: 570px;
  min-width: 570px; }
.table--sticky tr th.table__width--580, .table--sticky tr td.table__width--580 {
  max-width: 580px;
  min-width: 580px; }
.table--sticky tr th.table__width--590, .table--sticky tr td.table__width--590 {
  max-width: 590px;
  min-width: 590px; }
.table--sticky tr th.table__width--600, .table--sticky tr td.table__width--600 {
  max-width: 600px;
  min-width: 600px; }
@media screen and (max-width: 1100px) {
  .table--sticky tr th.table__width--10--note, .table--sticky tr td.table__width--10--note {
    max-width: 10px;
    min-width: 10px; } }
@media screen and (max-width: 1100px) {
  .table--sticky tr th.table__width--20--note, .table--sticky tr td.table__width--20--note {
    max-width: 20px;
    min-width: 20px; } }
@media screen and (max-width: 1100px) {
  .table--sticky tr th.table__width--30--note, .table--sticky tr td.table__width--30--note {
    max-width: 30px;
    min-width: 30px; } }
@media screen and (max-width: 1100px) {
  .table--sticky tr th.table__width--40--note, .table--sticky tr td.table__width--40--note {
    max-width: 40px;
    min-width: 40px; } }
@media screen and (max-width: 1100px) {
  .table--sticky tr th.table__width--50--note, .table--sticky tr td.table__width--50--note {
    max-width: 50px;
    min-width: 50px; } }
@media screen and (max-width: 1100px) {
  .table--sticky tr th.table__width--60--note, .table--sticky tr td.table__width--60--note {
    max-width: 60px;
    min-width: 60px; } }
@media screen and (max-width: 1100px) {
  .table--sticky tr th.table__width--70--note, .table--sticky tr td.table__width--70--note {
    max-width: 70px;
    min-width: 70px; } }
@media screen and (max-width: 1100px) {
  .table--sticky tr th.table__width--80--note, .table--sticky tr td.table__width--80--note {
    max-width: 80px;
    min-width: 80px; } }
@media screen and (max-width: 1100px) {
  .table--sticky tr th.table__width--90--note, .table--sticky tr td.table__width--90--note {
    max-width: 90px;
    min-width: 90px; } }
@media screen and (max-width: 1100px) {
  .table--sticky tr th.table__width--100--note, .table--sticky tr td.table__width--100--note {
    max-width: 100px;
    min-width: 100px; } }
@media screen and (max-width: 1100px) {
  .table--sticky tr th.table__width--110--note, .table--sticky tr td.table__width--110--note {
    max-width: 110px;
    min-width: 110px; } }
@media screen and (max-width: 1100px) {
  .table--sticky tr th.table__width--120--note, .table--sticky tr td.table__width--120--note {
    max-width: 120px;
    min-width: 120px; } }
@media screen and (max-width: 1100px) {
  .table--sticky tr th.table__width--130--note, .table--sticky tr td.table__width--130--note {
    max-width: 130px;
    min-width: 130px; } }
@media screen and (max-width: 1100px) {
  .table--sticky tr th.table__width--140--note, .table--sticky tr td.table__width--140--note {
    max-width: 140px;
    min-width: 140px; } }
@media screen and (max-width: 1100px) {
  .table--sticky tr th.table__width--150--note, .table--sticky tr td.table__width--150--note {
    max-width: 150px;
    min-width: 150px; } }
@media screen and (max-width: 1100px) {
  .table--sticky tr th.table__width--160--note, .table--sticky tr td.table__width--160--note {
    max-width: 160px;
    min-width: 160px; } }
@media screen and (max-width: 1100px) {
  .table--sticky tr th.table__width--170--note, .table--sticky tr td.table__width--170--note {
    max-width: 170px;
    min-width: 170px; } }
@media screen and (max-width: 1100px) {
  .table--sticky tr th.table__width--180--note, .table--sticky tr td.table__width--180--note {
    max-width: 180px;
    min-width: 180px; } }
@media screen and (max-width: 1100px) {
  .table--sticky tr th.table__width--190--note, .table--sticky tr td.table__width--190--note {
    max-width: 190px;
    min-width: 190px; } }
@media screen and (max-width: 1100px) {
  .table--sticky tr th.table__width--200--note, .table--sticky tr td.table__width--200--note {
    max-width: 200px;
    min-width: 200px; } }
@media screen and (max-width: 1100px) {
  .table--sticky tr th.table__width--210--note, .table--sticky tr td.table__width--210--note {
    max-width: 210px;
    min-width: 210px; } }
@media screen and (max-width: 1100px) {
  .table--sticky tr th.table__width--220--note, .table--sticky tr td.table__width--220--note {
    max-width: 220px;
    min-width: 220px; } }
@media screen and (max-width: 1100px) {
  .table--sticky tr th.table__width--230--note, .table--sticky tr td.table__width--230--note {
    max-width: 230px;
    min-width: 230px; } }
@media screen and (max-width: 1100px) {
  .table--sticky tr th.table__width--240--note, .table--sticky tr td.table__width--240--note {
    max-width: 240px;
    min-width: 240px; } }
@media screen and (max-width: 1100px) {
  .table--sticky tr th.table__width--250--note, .table--sticky tr td.table__width--250--note {
    max-width: 250px;
    min-width: 250px; } }
@media screen and (max-width: 1100px) {
  .table--sticky tr th.table__width--260--note, .table--sticky tr td.table__width--260--note {
    max-width: 260px;
    min-width: 260px; } }
@media screen and (max-width: 1100px) {
  .table--sticky tr th.table__width--270--note, .table--sticky tr td.table__width--270--note {
    max-width: 270px;
    min-width: 270px; } }
@media screen and (max-width: 1100px) {
  .table--sticky tr th.table__width--280--note, .table--sticky tr td.table__width--280--note {
    max-width: 280px;
    min-width: 280px; } }
@media screen and (max-width: 1100px) {
  .table--sticky tr th.table__width--290--note, .table--sticky tr td.table__width--290--note {
    max-width: 290px;
    min-width: 290px; } }
@media screen and (max-width: 1100px) {
  .table--sticky tr th.table__width--300--note, .table--sticky tr td.table__width--300--note {
    max-width: 300px;
    min-width: 300px; } }
@media screen and (max-width: 1100px) {
  .table--sticky tr th.table__width--310--note, .table--sticky tr td.table__width--310--note {
    max-width: 310px;
    min-width: 310px; } }
@media screen and (max-width: 1100px) {
  .table--sticky tr th.table__width--320--note, .table--sticky tr td.table__width--320--note {
    max-width: 320px;
    min-width: 320px; } }
@media screen and (max-width: 1100px) {
  .table--sticky tr th.table__width--330--note, .table--sticky tr td.table__width--330--note {
    max-width: 330px;
    min-width: 330px; } }
@media screen and (max-width: 1100px) {
  .table--sticky tr th.table__width--340--note, .table--sticky tr td.table__width--340--note {
    max-width: 340px;
    min-width: 340px; } }
@media screen and (max-width: 1100px) {
  .table--sticky tr th.table__width--350--note, .table--sticky tr td.table__width--350--note {
    max-width: 350px;
    min-width: 350px; } }
@media screen and (max-width: 1100px) {
  .table--sticky tr th.table__width--360--note, .table--sticky tr td.table__width--360--note {
    max-width: 360px;
    min-width: 360px; } }
@media screen and (max-width: 1100px) {
  .table--sticky tr th.table__width--370--note, .table--sticky tr td.table__width--370--note {
    max-width: 370px;
    min-width: 370px; } }
@media screen and (max-width: 1100px) {
  .table--sticky tr th.table__width--380--note, .table--sticky tr td.table__width--380--note {
    max-width: 380px;
    min-width: 380px; } }
@media screen and (max-width: 1100px) {
  .table--sticky tr th.table__width--390--note, .table--sticky tr td.table__width--390--note {
    max-width: 390px;
    min-width: 390px; } }
@media screen and (max-width: 1100px) {
  .table--sticky tr th.table__width--400--note, .table--sticky tr td.table__width--400--note {
    max-width: 400px;
    min-width: 400px; } }
@media screen and (max-width: 1100px) {
  .table--sticky tr th.table__width--410--note, .table--sticky tr td.table__width--410--note {
    max-width: 410px;
    min-width: 410px; } }
@media screen and (max-width: 1100px) {
  .table--sticky tr th.table__width--420--note, .table--sticky tr td.table__width--420--note {
    max-width: 420px;
    min-width: 420px; } }
@media screen and (max-width: 1100px) {
  .table--sticky tr th.table__width--430--note, .table--sticky tr td.table__width--430--note {
    max-width: 430px;
    min-width: 430px; } }
@media screen and (max-width: 1100px) {
  .table--sticky tr th.table__width--440--note, .table--sticky tr td.table__width--440--note {
    max-width: 440px;
    min-width: 440px; } }
@media screen and (max-width: 1100px) {
  .table--sticky tr th.table__width--450--note, .table--sticky tr td.table__width--450--note {
    max-width: 450px;
    min-width: 450px; } }
@media screen and (max-width: 1100px) {
  .table--sticky tr th.table__width--460--note, .table--sticky tr td.table__width--460--note {
    max-width: 460px;
    min-width: 460px; } }
@media screen and (max-width: 1100px) {
  .table--sticky tr th.table__width--470--note, .table--sticky tr td.table__width--470--note {
    max-width: 470px;
    min-width: 470px; } }
@media screen and (max-width: 1100px) {
  .table--sticky tr th.table__width--480--note, .table--sticky tr td.table__width--480--note {
    max-width: 480px;
    min-width: 480px; } }
@media screen and (max-width: 1100px) {
  .table--sticky tr th.table__width--490--note, .table--sticky tr td.table__width--490--note {
    max-width: 490px;
    min-width: 490px; } }
@media screen and (max-width: 1100px) {
  .table--sticky tr th.table__width--500--note, .table--sticky tr td.table__width--500--note {
    max-width: 500px;
    min-width: 500px; } }
@media screen and (max-width: 1100px) {
  .table--sticky tr th.table__width--510--note, .table--sticky tr td.table__width--510--note {
    max-width: 510px;
    min-width: 510px; } }
@media screen and (max-width: 1100px) {
  .table--sticky tr th.table__width--520--note, .table--sticky tr td.table__width--520--note {
    max-width: 520px;
    min-width: 520px; } }
@media screen and (max-width: 1100px) {
  .table--sticky tr th.table__width--530--note, .table--sticky tr td.table__width--530--note {
    max-width: 530px;
    min-width: 530px; } }
@media screen and (max-width: 1100px) {
  .table--sticky tr th.table__width--540--note, .table--sticky tr td.table__width--540--note {
    max-width: 540px;
    min-width: 540px; } }
@media screen and (max-width: 1100px) {
  .table--sticky tr th.table__width--550--note, .table--sticky tr td.table__width--550--note {
    max-width: 550px;
    min-width: 550px; } }
@media screen and (max-width: 1100px) {
  .table--sticky tr th.table__width--560--note, .table--sticky tr td.table__width--560--note {
    max-width: 560px;
    min-width: 560px; } }
@media screen and (max-width: 1100px) {
  .table--sticky tr th.table__width--570--note, .table--sticky tr td.table__width--570--note {
    max-width: 570px;
    min-width: 570px; } }
@media screen and (max-width: 1100px) {
  .table--sticky tr th.table__width--580--note, .table--sticky tr td.table__width--580--note {
    max-width: 580px;
    min-width: 580px; } }
@media screen and (max-width: 1100px) {
  .table--sticky tr th.table__width--590--note, .table--sticky tr td.table__width--590--note {
    max-width: 590px;
    min-width: 590px; } }
@media screen and (max-width: 1100px) {
  .table--sticky tr th.table__width--600--note, .table--sticky tr td.table__width--600--note {
    max-width: 600px;
    min-width: 600px; } }
@media screen and (max-width: 840px) {
  .table--sticky tr th.table__width--10--tabletWide, .table--sticky tr td.table__width--10--tabletWide {
    min-width: 10px; } }
@media screen and (max-width: 840px) {
  .table--sticky tr th.table__width--20--tabletWide, .table--sticky tr td.table__width--20--tabletWide {
    min-width: 20px; } }
@media screen and (max-width: 840px) {
  .table--sticky tr th.table__width--30--tabletWide, .table--sticky tr td.table__width--30--tabletWide {
    min-width: 30px; } }
@media screen and (max-width: 840px) {
  .table--sticky tr th.table__width--40--tabletWide, .table--sticky tr td.table__width--40--tabletWide {
    min-width: 40px; } }
@media screen and (max-width: 840px) {
  .table--sticky tr th.table__width--50--tabletWide, .table--sticky tr td.table__width--50--tabletWide {
    min-width: 50px; } }
@media screen and (max-width: 840px) {
  .table--sticky tr th.table__width--60--tabletWide, .table--sticky tr td.table__width--60--tabletWide {
    min-width: 60px; } }
@media screen and (max-width: 840px) {
  .table--sticky tr th.table__width--70--tabletWide, .table--sticky tr td.table__width--70--tabletWide {
    min-width: 70px; } }
@media screen and (max-width: 840px) {
  .table--sticky tr th.table__width--80--tabletWide, .table--sticky tr td.table__width--80--tabletWide {
    min-width: 80px; } }
@media screen and (max-width: 840px) {
  .table--sticky tr th.table__width--90--tabletWide, .table--sticky tr td.table__width--90--tabletWide {
    min-width: 90px; } }
@media screen and (max-width: 840px) {
  .table--sticky tr th.table__width--100--tabletWide, .table--sticky tr td.table__width--100--tabletWide {
    min-width: 100px; } }
@media screen and (max-width: 840px) {
  .table--sticky tr th.table__width--110--tabletWide, .table--sticky tr td.table__width--110--tabletWide {
    min-width: 110px; } }
@media screen and (max-width: 840px) {
  .table--sticky tr th.table__width--120--tabletWide, .table--sticky tr td.table__width--120--tabletWide {
    min-width: 120px; } }
@media screen and (max-width: 840px) {
  .table--sticky tr th.table__width--130--tabletWide, .table--sticky tr td.table__width--130--tabletWide {
    min-width: 130px; } }
@media screen and (max-width: 840px) {
  .table--sticky tr th.table__width--140--tabletWide, .table--sticky tr td.table__width--140--tabletWide {
    min-width: 140px; } }
@media screen and (max-width: 840px) {
  .table--sticky tr th.table__width--150--tabletWide, .table--sticky tr td.table__width--150--tabletWide {
    min-width: 150px; } }
@media screen and (max-width: 840px) {
  .table--sticky tr th.table__width--160--tabletWide, .table--sticky tr td.table__width--160--tabletWide {
    min-width: 160px; } }
@media screen and (max-width: 840px) {
  .table--sticky tr th.table__width--170--tabletWide, .table--sticky tr td.table__width--170--tabletWide {
    min-width: 170px; } }
@media screen and (max-width: 840px) {
  .table--sticky tr th.table__width--180--tabletWide, .table--sticky tr td.table__width--180--tabletWide {
    min-width: 180px; } }
@media screen and (max-width: 840px) {
  .table--sticky tr th.table__width--190--tabletWide, .table--sticky tr td.table__width--190--tabletWide {
    min-width: 190px; } }
@media screen and (max-width: 840px) {
  .table--sticky tr th.table__width--200--tabletWide, .table--sticky tr td.table__width--200--tabletWide {
    min-width: 200px; } }
@media screen and (max-width: 840px) {
  .table--sticky tr th.table__width--210--tabletWide, .table--sticky tr td.table__width--210--tabletWide {
    min-width: 210px; } }
@media screen and (max-width: 840px) {
  .table--sticky tr th.table__width--220--tabletWide, .table--sticky tr td.table__width--220--tabletWide {
    min-width: 220px; } }
@media screen and (max-width: 840px) {
  .table--sticky tr th.table__width--230--tabletWide, .table--sticky tr td.table__width--230--tabletWide {
    min-width: 230px; } }
@media screen and (max-width: 840px) {
  .table--sticky tr th.table__width--240--tabletWide, .table--sticky tr td.table__width--240--tabletWide {
    min-width: 240px; } }
@media screen and (max-width: 840px) {
  .table--sticky tr th.table__width--250--tabletWide, .table--sticky tr td.table__width--250--tabletWide {
    min-width: 250px; } }
@media screen and (max-width: 840px) {
  .table--sticky tr th.table__width--260--tabletWide, .table--sticky tr td.table__width--260--tabletWide {
    min-width: 260px; } }
@media screen and (max-width: 840px) {
  .table--sticky tr th.table__width--270--tabletWide, .table--sticky tr td.table__width--270--tabletWide {
    min-width: 270px; } }
@media screen and (max-width: 840px) {
  .table--sticky tr th.table__width--280--tabletWide, .table--sticky tr td.table__width--280--tabletWide {
    min-width: 280px; } }
@media screen and (max-width: 840px) {
  .table--sticky tr th.table__width--290--tabletWide, .table--sticky tr td.table__width--290--tabletWide {
    min-width: 290px; } }
@media screen and (max-width: 840px) {
  .table--sticky tr th.table__width--300--tabletWide, .table--sticky tr td.table__width--300--tabletWide {
    min-width: 300px; } }
@media screen and (max-width: 840px) {
  .table--sticky tr th.table__width--310--tabletWide, .table--sticky tr td.table__width--310--tabletWide {
    min-width: 310px; } }
@media screen and (max-width: 840px) {
  .table--sticky tr th.table__width--320--tabletWide, .table--sticky tr td.table__width--320--tabletWide {
    min-width: 320px; } }
@media screen and (max-width: 840px) {
  .table--sticky tr th.table__width--330--tabletWide, .table--sticky tr td.table__width--330--tabletWide {
    min-width: 330px; } }
@media screen and (max-width: 840px) {
  .table--sticky tr th.table__width--340--tabletWide, .table--sticky tr td.table__width--340--tabletWide {
    min-width: 340px; } }
@media screen and (max-width: 840px) {
  .table--sticky tr th.table__width--350--tabletWide, .table--sticky tr td.table__width--350--tabletWide {
    min-width: 350px; } }
@media screen and (max-width: 840px) {
  .table--sticky tr th.table__width--360--tabletWide, .table--sticky tr td.table__width--360--tabletWide {
    min-width: 360px; } }
@media screen and (max-width: 840px) {
  .table--sticky tr th.table__width--370--tabletWide, .table--sticky tr td.table__width--370--tabletWide {
    min-width: 370px; } }
@media screen and (max-width: 840px) {
  .table--sticky tr th.table__width--380--tabletWide, .table--sticky tr td.table__width--380--tabletWide {
    min-width: 380px; } }
@media screen and (max-width: 840px) {
  .table--sticky tr th.table__width--390--tabletWide, .table--sticky tr td.table__width--390--tabletWide {
    min-width: 390px; } }
@media screen and (max-width: 840px) {
  .table--sticky tr th.table__width--400--tabletWide, .table--sticky tr td.table__width--400--tabletWide {
    min-width: 400px; } }
@media screen and (max-width: 840px) {
  .table--sticky tr th.table__width--410--tabletWide, .table--sticky tr td.table__width--410--tabletWide {
    min-width: 410px; } }
@media screen and (max-width: 840px) {
  .table--sticky tr th.table__width--420--tabletWide, .table--sticky tr td.table__width--420--tabletWide {
    min-width: 420px; } }
@media screen and (max-width: 840px) {
  .table--sticky tr th.table__width--430--tabletWide, .table--sticky tr td.table__width--430--tabletWide {
    min-width: 430px; } }
@media screen and (max-width: 840px) {
  .table--sticky tr th.table__width--440--tabletWide, .table--sticky tr td.table__width--440--tabletWide {
    min-width: 440px; } }
@media screen and (max-width: 840px) {
  .table--sticky tr th.table__width--450--tabletWide, .table--sticky tr td.table__width--450--tabletWide {
    min-width: 450px; } }
@media screen and (max-width: 840px) {
  .table--sticky tr th.table__width--460--tabletWide, .table--sticky tr td.table__width--460--tabletWide {
    min-width: 460px; } }
@media screen and (max-width: 840px) {
  .table--sticky tr th.table__width--470--tabletWide, .table--sticky tr td.table__width--470--tabletWide {
    min-width: 470px; } }
@media screen and (max-width: 840px) {
  .table--sticky tr th.table__width--480--tabletWide, .table--sticky tr td.table__width--480--tabletWide {
    min-width: 480px; } }
@media screen and (max-width: 840px) {
  .table--sticky tr th.table__width--490--tabletWide, .table--sticky tr td.table__width--490--tabletWide {
    min-width: 490px; } }
@media screen and (max-width: 840px) {
  .table--sticky tr th.table__width--500--tabletWide, .table--sticky tr td.table__width--500--tabletWide {
    min-width: 500px; } }
@media screen and (max-width: 840px) {
  .table--sticky tr th.table__width--510--tabletWide, .table--sticky tr td.table__width--510--tabletWide {
    min-width: 510px; } }
@media screen and (max-width: 840px) {
  .table--sticky tr th.table__width--520--tabletWide, .table--sticky tr td.table__width--520--tabletWide {
    min-width: 520px; } }
@media screen and (max-width: 840px) {
  .table--sticky tr th.table__width--530--tabletWide, .table--sticky tr td.table__width--530--tabletWide {
    min-width: 530px; } }
@media screen and (max-width: 840px) {
  .table--sticky tr th.table__width--540--tabletWide, .table--sticky tr td.table__width--540--tabletWide {
    min-width: 540px; } }
@media screen and (max-width: 840px) {
  .table--sticky tr th.table__width--550--tabletWide, .table--sticky tr td.table__width--550--tabletWide {
    min-width: 550px; } }
@media screen and (max-width: 840px) {
  .table--sticky tr th.table__width--560--tabletWide, .table--sticky tr td.table__width--560--tabletWide {
    min-width: 560px; } }
@media screen and (max-width: 840px) {
  .table--sticky tr th.table__width--570--tabletWide, .table--sticky tr td.table__width--570--tabletWide {
    min-width: 570px; } }
@media screen and (max-width: 840px) {
  .table--sticky tr th.table__width--580--tabletWide, .table--sticky tr td.table__width--580--tabletWide {
    min-width: 580px; } }
@media screen and (max-width: 840px) {
  .table--sticky tr th.table__width--590--tabletWide, .table--sticky tr td.table__width--590--tabletWide {
    min-width: 590px; } }
@media screen and (max-width: 840px) {
  .table--sticky tr th.table__width--600--tabletWide, .table--sticky tr td.table__width--600--tabletWide {
    min-width: 600px; } }
@media screen and (max-width: 768px) {
  .table--sticky tr th.table__width--10--tablet, .table--sticky tr td.table__width--10--tablet {
    max-width: 10px;
    min-width: 10px; } }
@media screen and (max-width: 768px) {
  .table--sticky tr th.table__width--20--tablet, .table--sticky tr td.table__width--20--tablet {
    max-width: 20px;
    min-width: 20px; } }
@media screen and (max-width: 768px) {
  .table--sticky tr th.table__width--30--tablet, .table--sticky tr td.table__width--30--tablet {
    max-width: 30px;
    min-width: 30px; } }
@media screen and (max-width: 768px) {
  .table--sticky tr th.table__width--40--tablet, .table--sticky tr td.table__width--40--tablet {
    max-width: 40px;
    min-width: 40px; } }
@media screen and (max-width: 768px) {
  .table--sticky tr th.table__width--50--tablet, .table--sticky tr td.table__width--50--tablet {
    max-width: 50px;
    min-width: 50px; } }
@media screen and (max-width: 768px) {
  .table--sticky tr th.table__width--60--tablet, .table--sticky tr td.table__width--60--tablet {
    max-width: 60px;
    min-width: 60px; } }
@media screen and (max-width: 768px) {
  .table--sticky tr th.table__width--70--tablet, .table--sticky tr td.table__width--70--tablet {
    max-width: 70px;
    min-width: 70px; } }
@media screen and (max-width: 768px) {
  .table--sticky tr th.table__width--80--tablet, .table--sticky tr td.table__width--80--tablet {
    max-width: 80px;
    min-width: 80px; } }
@media screen and (max-width: 768px) {
  .table--sticky tr th.table__width--90--tablet, .table--sticky tr td.table__width--90--tablet {
    max-width: 90px;
    min-width: 90px; } }
@media screen and (max-width: 768px) {
  .table--sticky tr th.table__width--100--tablet, .table--sticky tr td.table__width--100--tablet {
    max-width: 100px;
    min-width: 100px; } }
@media screen and (max-width: 768px) {
  .table--sticky tr th.table__width--110--tablet, .table--sticky tr td.table__width--110--tablet {
    max-width: 110px;
    min-width: 110px; } }
@media screen and (max-width: 768px) {
  .table--sticky tr th.table__width--120--tablet, .table--sticky tr td.table__width--120--tablet {
    max-width: 120px;
    min-width: 120px; } }
@media screen and (max-width: 768px) {
  .table--sticky tr th.table__width--130--tablet, .table--sticky tr td.table__width--130--tablet {
    max-width: 130px;
    min-width: 130px; } }
@media screen and (max-width: 768px) {
  .table--sticky tr th.table__width--140--tablet, .table--sticky tr td.table__width--140--tablet {
    max-width: 140px;
    min-width: 140px; } }
@media screen and (max-width: 768px) {
  .table--sticky tr th.table__width--150--tablet, .table--sticky tr td.table__width--150--tablet {
    max-width: 150px;
    min-width: 150px; } }
@media screen and (max-width: 768px) {
  .table--sticky tr th.table__width--160--tablet, .table--sticky tr td.table__width--160--tablet {
    max-width: 160px;
    min-width: 160px; } }
@media screen and (max-width: 768px) {
  .table--sticky tr th.table__width--170--tablet, .table--sticky tr td.table__width--170--tablet {
    max-width: 170px;
    min-width: 170px; } }
@media screen and (max-width: 768px) {
  .table--sticky tr th.table__width--180--tablet, .table--sticky tr td.table__width--180--tablet {
    max-width: 180px;
    min-width: 180px; } }
@media screen and (max-width: 768px) {
  .table--sticky tr th.table__width--190--tablet, .table--sticky tr td.table__width--190--tablet {
    max-width: 190px;
    min-width: 190px; } }
@media screen and (max-width: 768px) {
  .table--sticky tr th.table__width--200--tablet, .table--sticky tr td.table__width--200--tablet {
    max-width: 200px;
    min-width: 200px; } }
@media screen and (max-width: 768px) {
  .table--sticky tr th.table__width--210--tablet, .table--sticky tr td.table__width--210--tablet {
    max-width: 210px;
    min-width: 210px; } }
@media screen and (max-width: 768px) {
  .table--sticky tr th.table__width--220--tablet, .table--sticky tr td.table__width--220--tablet {
    max-width: 220px;
    min-width: 220px; } }
@media screen and (max-width: 768px) {
  .table--sticky tr th.table__width--230--tablet, .table--sticky tr td.table__width--230--tablet {
    max-width: 230px;
    min-width: 230px; } }
@media screen and (max-width: 768px) {
  .table--sticky tr th.table__width--240--tablet, .table--sticky tr td.table__width--240--tablet {
    max-width: 240px;
    min-width: 240px; } }
@media screen and (max-width: 768px) {
  .table--sticky tr th.table__width--250--tablet, .table--sticky tr td.table__width--250--tablet {
    max-width: 250px;
    min-width: 250px; } }
@media screen and (max-width: 768px) {
  .table--sticky tr th.table__width--260--tablet, .table--sticky tr td.table__width--260--tablet {
    max-width: 260px;
    min-width: 260px; } }
@media screen and (max-width: 768px) {
  .table--sticky tr th.table__width--270--tablet, .table--sticky tr td.table__width--270--tablet {
    max-width: 270px;
    min-width: 270px; } }
@media screen and (max-width: 768px) {
  .table--sticky tr th.table__width--280--tablet, .table--sticky tr td.table__width--280--tablet {
    max-width: 280px;
    min-width: 280px; } }
@media screen and (max-width: 768px) {
  .table--sticky tr th.table__width--290--tablet, .table--sticky tr td.table__width--290--tablet {
    max-width: 290px;
    min-width: 290px; } }
@media screen and (max-width: 768px) {
  .table--sticky tr th.table__width--300--tablet, .table--sticky tr td.table__width--300--tablet {
    max-width: 300px;
    min-width: 300px; } }
@media screen and (max-width: 768px) {
  .table--sticky tr th.table__width--310--tablet, .table--sticky tr td.table__width--310--tablet {
    max-width: 310px;
    min-width: 310px; } }
@media screen and (max-width: 768px) {
  .table--sticky tr th.table__width--320--tablet, .table--sticky tr td.table__width--320--tablet {
    max-width: 320px;
    min-width: 320px; } }
@media screen and (max-width: 768px) {
  .table--sticky tr th.table__width--330--tablet, .table--sticky tr td.table__width--330--tablet {
    max-width: 330px;
    min-width: 330px; } }
@media screen and (max-width: 768px) {
  .table--sticky tr th.table__width--340--tablet, .table--sticky tr td.table__width--340--tablet {
    max-width: 340px;
    min-width: 340px; } }
@media screen and (max-width: 768px) {
  .table--sticky tr th.table__width--350--tablet, .table--sticky tr td.table__width--350--tablet {
    max-width: 350px;
    min-width: 350px; } }
@media screen and (max-width: 768px) {
  .table--sticky tr th.table__width--360--tablet, .table--sticky tr td.table__width--360--tablet {
    max-width: 360px;
    min-width: 360px; } }
@media screen and (max-width: 768px) {
  .table--sticky tr th.table__width--370--tablet, .table--sticky tr td.table__width--370--tablet {
    max-width: 370px;
    min-width: 370px; } }
@media screen and (max-width: 768px) {
  .table--sticky tr th.table__width--380--tablet, .table--sticky tr td.table__width--380--tablet {
    max-width: 380px;
    min-width: 380px; } }
@media screen and (max-width: 768px) {
  .table--sticky tr th.table__width--390--tablet, .table--sticky tr td.table__width--390--tablet {
    max-width: 390px;
    min-width: 390px; } }
@media screen and (max-width: 768px) {
  .table--sticky tr th.table__width--400--tablet, .table--sticky tr td.table__width--400--tablet {
    max-width: 400px;
    min-width: 400px; } }
@media screen and (max-width: 768px) {
  .table--sticky tr th.table__width--410--tablet, .table--sticky tr td.table__width--410--tablet {
    max-width: 410px;
    min-width: 410px; } }
@media screen and (max-width: 768px) {
  .table--sticky tr th.table__width--420--tablet, .table--sticky tr td.table__width--420--tablet {
    max-width: 420px;
    min-width: 420px; } }
@media screen and (max-width: 768px) {
  .table--sticky tr th.table__width--430--tablet, .table--sticky tr td.table__width--430--tablet {
    max-width: 430px;
    min-width: 430px; } }
@media screen and (max-width: 768px) {
  .table--sticky tr th.table__width--440--tablet, .table--sticky tr td.table__width--440--tablet {
    max-width: 440px;
    min-width: 440px; } }
@media screen and (max-width: 768px) {
  .table--sticky tr th.table__width--450--tablet, .table--sticky tr td.table__width--450--tablet {
    max-width: 450px;
    min-width: 450px; } }
@media screen and (max-width: 768px) {
  .table--sticky tr th.table__width--460--tablet, .table--sticky tr td.table__width--460--tablet {
    max-width: 460px;
    min-width: 460px; } }
@media screen and (max-width: 768px) {
  .table--sticky tr th.table__width--470--tablet, .table--sticky tr td.table__width--470--tablet {
    max-width: 470px;
    min-width: 470px; } }
@media screen and (max-width: 768px) {
  .table--sticky tr th.table__width--480--tablet, .table--sticky tr td.table__width--480--tablet {
    max-width: 480px;
    min-width: 480px; } }
@media screen and (max-width: 768px) {
  .table--sticky tr th.table__width--490--tablet, .table--sticky tr td.table__width--490--tablet {
    max-width: 490px;
    min-width: 490px; } }
@media screen and (max-width: 768px) {
  .table--sticky tr th.table__width--500--tablet, .table--sticky tr td.table__width--500--tablet {
    max-width: 500px;
    min-width: 500px; } }
@media screen and (max-width: 768px) {
  .table--sticky tr th.table__width--510--tablet, .table--sticky tr td.table__width--510--tablet {
    max-width: 510px;
    min-width: 510px; } }
@media screen and (max-width: 768px) {
  .table--sticky tr th.table__width--520--tablet, .table--sticky tr td.table__width--520--tablet {
    max-width: 520px;
    min-width: 520px; } }
@media screen and (max-width: 768px) {
  .table--sticky tr th.table__width--530--tablet, .table--sticky tr td.table__width--530--tablet {
    max-width: 530px;
    min-width: 530px; } }
@media screen and (max-width: 768px) {
  .table--sticky tr th.table__width--540--tablet, .table--sticky tr td.table__width--540--tablet {
    max-width: 540px;
    min-width: 540px; } }
@media screen and (max-width: 768px) {
  .table--sticky tr th.table__width--550--tablet, .table--sticky tr td.table__width--550--tablet {
    max-width: 550px;
    min-width: 550px; } }
@media screen and (max-width: 768px) {
  .table--sticky tr th.table__width--560--tablet, .table--sticky tr td.table__width--560--tablet {
    max-width: 560px;
    min-width: 560px; } }
@media screen and (max-width: 768px) {
  .table--sticky tr th.table__width--570--tablet, .table--sticky tr td.table__width--570--tablet {
    max-width: 570px;
    min-width: 570px; } }
@media screen and (max-width: 768px) {
  .table--sticky tr th.table__width--580--tablet, .table--sticky tr td.table__width--580--tablet {
    max-width: 580px;
    min-width: 580px; } }
@media screen and (max-width: 768px) {
  .table--sticky tr th.table__width--590--tablet, .table--sticky tr td.table__width--590--tablet {
    max-width: 590px;
    min-width: 590px; } }
@media screen and (max-width: 768px) {
  .table--sticky tr th.table__width--600--tablet, .table--sticky tr td.table__width--600--tablet {
    max-width: 600px;
    min-width: 600px; } }
@media screen and (max-width: 560px) {
  .table--sticky tr th.table__width--10--spWide, .table--sticky tr td.table__width--10--spWide {
    max-width: 10px;
    min-width: 10px; } }
@media screen and (max-width: 560px) {
  .table--sticky tr th.table__width--20--spWide, .table--sticky tr td.table__width--20--spWide {
    max-width: 20px;
    min-width: 20px; } }
@media screen and (max-width: 560px) {
  .table--sticky tr th.table__width--30--spWide, .table--sticky tr td.table__width--30--spWide {
    max-width: 30px;
    min-width: 30px; } }
@media screen and (max-width: 560px) {
  .table--sticky tr th.table__width--40--spWide, .table--sticky tr td.table__width--40--spWide {
    max-width: 40px;
    min-width: 40px; } }
@media screen and (max-width: 560px) {
  .table--sticky tr th.table__width--50--spWide, .table--sticky tr td.table__width--50--spWide {
    max-width: 50px;
    min-width: 50px; } }
@media screen and (max-width: 560px) {
  .table--sticky tr th.table__width--60--spWide, .table--sticky tr td.table__width--60--spWide {
    max-width: 60px;
    min-width: 60px; } }
@media screen and (max-width: 560px) {
  .table--sticky tr th.table__width--70--spWide, .table--sticky tr td.table__width--70--spWide {
    max-width: 70px;
    min-width: 70px; } }
@media screen and (max-width: 560px) {
  .table--sticky tr th.table__width--80--spWide, .table--sticky tr td.table__width--80--spWide {
    max-width: 80px;
    min-width: 80px; } }
@media screen and (max-width: 560px) {
  .table--sticky tr th.table__width--90--spWide, .table--sticky tr td.table__width--90--spWide {
    max-width: 90px;
    min-width: 90px; } }
@media screen and (max-width: 560px) {
  .table--sticky tr th.table__width--100--spWide, .table--sticky tr td.table__width--100--spWide {
    max-width: 100px;
    min-width: 100px; } }
@media screen and (max-width: 560px) {
  .table--sticky tr th.table__width--110--spWide, .table--sticky tr td.table__width--110--spWide {
    max-width: 110px;
    min-width: 110px; } }
@media screen and (max-width: 560px) {
  .table--sticky tr th.table__width--120--spWide, .table--sticky tr td.table__width--120--spWide {
    max-width: 120px;
    min-width: 120px; } }
@media screen and (max-width: 560px) {
  .table--sticky tr th.table__width--130--spWide, .table--sticky tr td.table__width--130--spWide {
    max-width: 130px;
    min-width: 130px; } }
@media screen and (max-width: 560px) {
  .table--sticky tr th.table__width--140--spWide, .table--sticky tr td.table__width--140--spWide {
    max-width: 140px;
    min-width: 140px; } }
@media screen and (max-width: 560px) {
  .table--sticky tr th.table__width--150--spWide, .table--sticky tr td.table__width--150--spWide {
    max-width: 150px;
    min-width: 150px; } }
@media screen and (max-width: 560px) {
  .table--sticky tr th.table__width--160--spWide, .table--sticky tr td.table__width--160--spWide {
    max-width: 160px;
    min-width: 160px; } }
@media screen and (max-width: 560px) {
  .table--sticky tr th.table__width--170--spWide, .table--sticky tr td.table__width--170--spWide {
    max-width: 170px;
    min-width: 170px; } }
@media screen and (max-width: 560px) {
  .table--sticky tr th.table__width--180--spWide, .table--sticky tr td.table__width--180--spWide {
    max-width: 180px;
    min-width: 180px; } }
@media screen and (max-width: 560px) {
  .table--sticky tr th.table__width--190--spWide, .table--sticky tr td.table__width--190--spWide {
    max-width: 190px;
    min-width: 190px; } }
@media screen and (max-width: 560px) {
  .table--sticky tr th.table__width--200--spWide, .table--sticky tr td.table__width--200--spWide {
    max-width: 200px;
    min-width: 200px; } }
@media screen and (max-width: 560px) {
  .table--sticky tr th.table__width--210--spWide, .table--sticky tr td.table__width--210--spWide {
    max-width: 210px;
    min-width: 210px; } }
@media screen and (max-width: 560px) {
  .table--sticky tr th.table__width--220--spWide, .table--sticky tr td.table__width--220--spWide {
    max-width: 220px;
    min-width: 220px; } }
@media screen and (max-width: 560px) {
  .table--sticky tr th.table__width--230--spWide, .table--sticky tr td.table__width--230--spWide {
    max-width: 230px;
    min-width: 230px; } }
@media screen and (max-width: 560px) {
  .table--sticky tr th.table__width--240--spWide, .table--sticky tr td.table__width--240--spWide {
    max-width: 240px;
    min-width: 240px; } }
@media screen and (max-width: 560px) {
  .table--sticky tr th.table__width--250--spWide, .table--sticky tr td.table__width--250--spWide {
    max-width: 250px;
    min-width: 250px; } }
@media screen and (max-width: 560px) {
  .table--sticky tr th.table__width--260--spWide, .table--sticky tr td.table__width--260--spWide {
    max-width: 260px;
    min-width: 260px; } }
@media screen and (max-width: 560px) {
  .table--sticky tr th.table__width--270--spWide, .table--sticky tr td.table__width--270--spWide {
    max-width: 270px;
    min-width: 270px; } }
@media screen and (max-width: 560px) {
  .table--sticky tr th.table__width--280--spWide, .table--sticky tr td.table__width--280--spWide {
    max-width: 280px;
    min-width: 280px; } }
@media screen and (max-width: 560px) {
  .table--sticky tr th.table__width--290--spWide, .table--sticky tr td.table__width--290--spWide {
    max-width: 290px;
    min-width: 290px; } }
@media screen and (max-width: 560px) {
  .table--sticky tr th.table__width--300--spWide, .table--sticky tr td.table__width--300--spWide {
    max-width: 300px;
    min-width: 300px; } }
@media screen and (max-width: 560px) {
  .table--sticky tr th.table__width--310--spWide, .table--sticky tr td.table__width--310--spWide {
    max-width: 310px;
    min-width: 310px; } }
@media screen and (max-width: 560px) {
  .table--sticky tr th.table__width--320--spWide, .table--sticky tr td.table__width--320--spWide {
    max-width: 320px;
    min-width: 320px; } }
@media screen and (max-width: 560px) {
  .table--sticky tr th.table__width--330--spWide, .table--sticky tr td.table__width--330--spWide {
    max-width: 330px;
    min-width: 330px; } }
@media screen and (max-width: 560px) {
  .table--sticky tr th.table__width--340--spWide, .table--sticky tr td.table__width--340--spWide {
    max-width: 340px;
    min-width: 340px; } }
@media screen and (max-width: 560px) {
  .table--sticky tr th.table__width--350--spWide, .table--sticky tr td.table__width--350--spWide {
    max-width: 350px;
    min-width: 350px; } }
@media screen and (max-width: 560px) {
  .table--sticky tr th.table__width--360--spWide, .table--sticky tr td.table__width--360--spWide {
    max-width: 360px;
    min-width: 360px; } }
@media screen and (max-width: 560px) {
  .table--sticky tr th.table__width--370--spWide, .table--sticky tr td.table__width--370--spWide {
    max-width: 370px;
    min-width: 370px; } }
@media screen and (max-width: 560px) {
  .table--sticky tr th.table__width--380--spWide, .table--sticky tr td.table__width--380--spWide {
    max-width: 380px;
    min-width: 380px; } }
@media screen and (max-width: 560px) {
  .table--sticky tr th.table__width--390--spWide, .table--sticky tr td.table__width--390--spWide {
    max-width: 390px;
    min-width: 390px; } }
@media screen and (max-width: 560px) {
  .table--sticky tr th.table__width--400--spWide, .table--sticky tr td.table__width--400--spWide {
    max-width: 400px;
    min-width: 400px; } }
@media screen and (max-width: 560px) {
  .table--sticky tr th.table__width--410--spWide, .table--sticky tr td.table__width--410--spWide {
    max-width: 410px;
    min-width: 410px; } }
@media screen and (max-width: 560px) {
  .table--sticky tr th.table__width--420--spWide, .table--sticky tr td.table__width--420--spWide {
    max-width: 420px;
    min-width: 420px; } }
@media screen and (max-width: 560px) {
  .table--sticky tr th.table__width--430--spWide, .table--sticky tr td.table__width--430--spWide {
    max-width: 430px;
    min-width: 430px; } }
@media screen and (max-width: 560px) {
  .table--sticky tr th.table__width--440--spWide, .table--sticky tr td.table__width--440--spWide {
    max-width: 440px;
    min-width: 440px; } }
@media screen and (max-width: 560px) {
  .table--sticky tr th.table__width--450--spWide, .table--sticky tr td.table__width--450--spWide {
    max-width: 450px;
    min-width: 450px; } }
@media screen and (max-width: 560px) {
  .table--sticky tr th.table__width--460--spWide, .table--sticky tr td.table__width--460--spWide {
    max-width: 460px;
    min-width: 460px; } }
@media screen and (max-width: 560px) {
  .table--sticky tr th.table__width--470--spWide, .table--sticky tr td.table__width--470--spWide {
    max-width: 470px;
    min-width: 470px; } }
@media screen and (max-width: 560px) {
  .table--sticky tr th.table__width--480--spWide, .table--sticky tr td.table__width--480--spWide {
    max-width: 480px;
    min-width: 480px; } }
@media screen and (max-width: 560px) {
  .table--sticky tr th.table__width--490--spWide, .table--sticky tr td.table__width--490--spWide {
    max-width: 490px;
    min-width: 490px; } }
@media screen and (max-width: 560px) {
  .table--sticky tr th.table__width--500--spWide, .table--sticky tr td.table__width--500--spWide {
    max-width: 500px;
    min-width: 500px; } }
@media screen and (max-width: 560px) {
  .table--sticky tr th.table__width--510--spWide, .table--sticky tr td.table__width--510--spWide {
    max-width: 510px;
    min-width: 510px; } }
@media screen and (max-width: 560px) {
  .table--sticky tr th.table__width--520--spWide, .table--sticky tr td.table__width--520--spWide {
    max-width: 520px;
    min-width: 520px; } }
@media screen and (max-width: 560px) {
  .table--sticky tr th.table__width--530--spWide, .table--sticky tr td.table__width--530--spWide {
    max-width: 530px;
    min-width: 530px; } }
@media screen and (max-width: 560px) {
  .table--sticky tr th.table__width--540--spWide, .table--sticky tr td.table__width--540--spWide {
    max-width: 540px;
    min-width: 540px; } }
@media screen and (max-width: 560px) {
  .table--sticky tr th.table__width--550--spWide, .table--sticky tr td.table__width--550--spWide {
    max-width: 550px;
    min-width: 550px; } }
@media screen and (max-width: 560px) {
  .table--sticky tr th.table__width--560--spWide, .table--sticky tr td.table__width--560--spWide {
    max-width: 560px;
    min-width: 560px; } }
@media screen and (max-width: 560px) {
  .table--sticky tr th.table__width--570--spWide, .table--sticky tr td.table__width--570--spWide {
    max-width: 570px;
    min-width: 570px; } }
@media screen and (max-width: 560px) {
  .table--sticky tr th.table__width--580--spWide, .table--sticky tr td.table__width--580--spWide {
    max-width: 580px;
    min-width: 580px; } }
@media screen and (max-width: 560px) {
  .table--sticky tr th.table__width--590--spWide, .table--sticky tr td.table__width--590--spWide {
    max-width: 590px;
    min-width: 590px; } }
@media screen and (max-width: 560px) {
  .table--sticky tr th.table__width--600--spWide, .table--sticky tr td.table__width--600--spWide {
    max-width: 600px;
    min-width: 600px; } }
@media screen and (max-width: 480px) {
  .table--sticky tr th.table__width--10--sp, .table--sticky tr td.table__width--10--sp {
    max-width: 10px;
    min-width: 10px; } }
@media screen and (max-width: 480px) {
  .table--sticky tr th.table__width--20--sp, .table--sticky tr td.table__width--20--sp {
    max-width: 20px;
    min-width: 20px; } }
@media screen and (max-width: 480px) {
  .table--sticky tr th.table__width--30--sp, .table--sticky tr td.table__width--30--sp {
    max-width: 30px;
    min-width: 30px; } }
@media screen and (max-width: 480px) {
  .table--sticky tr th.table__width--40--sp, .table--sticky tr td.table__width--40--sp {
    max-width: 40px;
    min-width: 40px; } }
@media screen and (max-width: 480px) {
  .table--sticky tr th.table__width--50--sp, .table--sticky tr td.table__width--50--sp {
    max-width: 50px;
    min-width: 50px; } }
@media screen and (max-width: 480px) {
  .table--sticky tr th.table__width--60--sp, .table--sticky tr td.table__width--60--sp {
    max-width: 60px;
    min-width: 60px; } }
@media screen and (max-width: 480px) {
  .table--sticky tr th.table__width--70--sp, .table--sticky tr td.table__width--70--sp {
    max-width: 70px;
    min-width: 70px; } }
@media screen and (max-width: 480px) {
  .table--sticky tr th.table__width--80--sp, .table--sticky tr td.table__width--80--sp {
    max-width: 80px;
    min-width: 80px; } }
@media screen and (max-width: 480px) {
  .table--sticky tr th.table__width--90--sp, .table--sticky tr td.table__width--90--sp {
    max-width: 90px;
    min-width: 90px; } }
@media screen and (max-width: 480px) {
  .table--sticky tr th.table__width--100--sp, .table--sticky tr td.table__width--100--sp {
    max-width: 100px;
    min-width: 100px; } }
@media screen and (max-width: 480px) {
  .table--sticky tr th.table__width--110--sp, .table--sticky tr td.table__width--110--sp {
    max-width: 110px;
    min-width: 110px; } }
@media screen and (max-width: 480px) {
  .table--sticky tr th.table__width--120--sp, .table--sticky tr td.table__width--120--sp {
    max-width: 120px;
    min-width: 120px; } }
@media screen and (max-width: 480px) {
  .table--sticky tr th.table__width--130--sp, .table--sticky tr td.table__width--130--sp {
    max-width: 130px;
    min-width: 130px; } }
@media screen and (max-width: 480px) {
  .table--sticky tr th.table__width--140--sp, .table--sticky tr td.table__width--140--sp {
    max-width: 140px;
    min-width: 140px; } }
@media screen and (max-width: 480px) {
  .table--sticky tr th.table__width--150--sp, .table--sticky tr td.table__width--150--sp {
    max-width: 150px;
    min-width: 150px; } }
@media screen and (max-width: 480px) {
  .table--sticky tr th.table__width--160--sp, .table--sticky tr td.table__width--160--sp {
    max-width: 160px;
    min-width: 160px; } }
@media screen and (max-width: 480px) {
  .table--sticky tr th.table__width--170--sp, .table--sticky tr td.table__width--170--sp {
    max-width: 170px;
    min-width: 170px; } }
@media screen and (max-width: 480px) {
  .table--sticky tr th.table__width--180--sp, .table--sticky tr td.table__width--180--sp {
    max-width: 180px;
    min-width: 180px; } }
@media screen and (max-width: 480px) {
  .table--sticky tr th.table__width--190--sp, .table--sticky tr td.table__width--190--sp {
    max-width: 190px;
    min-width: 190px; } }
@media screen and (max-width: 480px) {
  .table--sticky tr th.table__width--200--sp, .table--sticky tr td.table__width--200--sp {
    max-width: 200px;
    min-width: 200px; } }
@media screen and (max-width: 480px) {
  .table--sticky tr th.table__width--210--sp, .table--sticky tr td.table__width--210--sp {
    max-width: 210px;
    min-width: 210px; } }
@media screen and (max-width: 480px) {
  .table--sticky tr th.table__width--220--sp, .table--sticky tr td.table__width--220--sp {
    max-width: 220px;
    min-width: 220px; } }
@media screen and (max-width: 480px) {
  .table--sticky tr th.table__width--230--sp, .table--sticky tr td.table__width--230--sp {
    max-width: 230px;
    min-width: 230px; } }
@media screen and (max-width: 480px) {
  .table--sticky tr th.table__width--240--sp, .table--sticky tr td.table__width--240--sp {
    max-width: 240px;
    min-width: 240px; } }
@media screen and (max-width: 480px) {
  .table--sticky tr th.table__width--250--sp, .table--sticky tr td.table__width--250--sp {
    max-width: 250px;
    min-width: 250px; } }
@media screen and (max-width: 480px) {
  .table--sticky tr th.table__width--260--sp, .table--sticky tr td.table__width--260--sp {
    max-width: 260px;
    min-width: 260px; } }
@media screen and (max-width: 480px) {
  .table--sticky tr th.table__width--270--sp, .table--sticky tr td.table__width--270--sp {
    max-width: 270px;
    min-width: 270px; } }
@media screen and (max-width: 480px) {
  .table--sticky tr th.table__width--280--sp, .table--sticky tr td.table__width--280--sp {
    max-width: 280px;
    min-width: 280px; } }
@media screen and (max-width: 480px) {
  .table--sticky tr th.table__width--290--sp, .table--sticky tr td.table__width--290--sp {
    max-width: 290px;
    min-width: 290px; } }
@media screen and (max-width: 480px) {
  .table--sticky tr th.table__width--300--sp, .table--sticky tr td.table__width--300--sp {
    max-width: 300px;
    min-width: 300px; } }
@media screen and (max-width: 480px) {
  .table--sticky tr th.table__width--310--sp, .table--sticky tr td.table__width--310--sp {
    max-width: 310px;
    min-width: 310px; } }
@media screen and (max-width: 480px) {
  .table--sticky tr th.table__width--320--sp, .table--sticky tr td.table__width--320--sp {
    max-width: 320px;
    min-width: 320px; } }
@media screen and (max-width: 480px) {
  .table--sticky tr th.table__width--330--sp, .table--sticky tr td.table__width--330--sp {
    max-width: 330px;
    min-width: 330px; } }
@media screen and (max-width: 480px) {
  .table--sticky tr th.table__width--340--sp, .table--sticky tr td.table__width--340--sp {
    max-width: 340px;
    min-width: 340px; } }
@media screen and (max-width: 480px) {
  .table--sticky tr th.table__width--350--sp, .table--sticky tr td.table__width--350--sp {
    max-width: 350px;
    min-width: 350px; } }
@media screen and (max-width: 480px) {
  .table--sticky tr th.table__width--360--sp, .table--sticky tr td.table__width--360--sp {
    max-width: 360px;
    min-width: 360px; } }
@media screen and (max-width: 480px) {
  .table--sticky tr th.table__width--370--sp, .table--sticky tr td.table__width--370--sp {
    max-width: 370px;
    min-width: 370px; } }
@media screen and (max-width: 480px) {
  .table--sticky tr th.table__width--380--sp, .table--sticky tr td.table__width--380--sp {
    max-width: 380px;
    min-width: 380px; } }
@media screen and (max-width: 480px) {
  .table--sticky tr th.table__width--390--sp, .table--sticky tr td.table__width--390--sp {
    max-width: 390px;
    min-width: 390px; } }
@media screen and (max-width: 480px) {
  .table--sticky tr th.table__width--400--sp, .table--sticky tr td.table__width--400--sp {
    max-width: 400px;
    min-width: 400px; } }
@media screen and (max-width: 480px) {
  .table--sticky tr th.table__width--410--sp, .table--sticky tr td.table__width--410--sp {
    max-width: 410px;
    min-width: 410px; } }
@media screen and (max-width: 480px) {
  .table--sticky tr th.table__width--420--sp, .table--sticky tr td.table__width--420--sp {
    max-width: 420px;
    min-width: 420px; } }
@media screen and (max-width: 480px) {
  .table--sticky tr th.table__width--430--sp, .table--sticky tr td.table__width--430--sp {
    max-width: 430px;
    min-width: 430px; } }
@media screen and (max-width: 480px) {
  .table--sticky tr th.table__width--440--sp, .table--sticky tr td.table__width--440--sp {
    max-width: 440px;
    min-width: 440px; } }
@media screen and (max-width: 480px) {
  .table--sticky tr th.table__width--450--sp, .table--sticky tr td.table__width--450--sp {
    max-width: 450px;
    min-width: 450px; } }
@media screen and (max-width: 480px) {
  .table--sticky tr th.table__width--460--sp, .table--sticky tr td.table__width--460--sp {
    max-width: 460px;
    min-width: 460px; } }
@media screen and (max-width: 480px) {
  .table--sticky tr th.table__width--470--sp, .table--sticky tr td.table__width--470--sp {
    max-width: 470px;
    min-width: 470px; } }
@media screen and (max-width: 480px) {
  .table--sticky tr th.table__width--480--sp, .table--sticky tr td.table__width--480--sp {
    max-width: 480px;
    min-width: 480px; } }
@media screen and (max-width: 480px) {
  .table--sticky tr th.table__width--490--sp, .table--sticky tr td.table__width--490--sp {
    max-width: 490px;
    min-width: 490px; } }
@media screen and (max-width: 480px) {
  .table--sticky tr th.table__width--500--sp, .table--sticky tr td.table__width--500--sp {
    max-width: 500px;
    min-width: 500px; } }
@media screen and (max-width: 480px) {
  .table--sticky tr th.table__width--510--sp, .table--sticky tr td.table__width--510--sp {
    max-width: 510px;
    min-width: 510px; } }
@media screen and (max-width: 480px) {
  .table--sticky tr th.table__width--520--sp, .table--sticky tr td.table__width--520--sp {
    max-width: 520px;
    min-width: 520px; } }
@media screen and (max-width: 480px) {
  .table--sticky tr th.table__width--530--sp, .table--sticky tr td.table__width--530--sp {
    max-width: 530px;
    min-width: 530px; } }
@media screen and (max-width: 480px) {
  .table--sticky tr th.table__width--540--sp, .table--sticky tr td.table__width--540--sp {
    max-width: 540px;
    min-width: 540px; } }
@media screen and (max-width: 480px) {
  .table--sticky tr th.table__width--550--sp, .table--sticky tr td.table__width--550--sp {
    max-width: 550px;
    min-width: 550px; } }
@media screen and (max-width: 480px) {
  .table--sticky tr th.table__width--560--sp, .table--sticky tr td.table__width--560--sp {
    max-width: 560px;
    min-width: 560px; } }
@media screen and (max-width: 480px) {
  .table--sticky tr th.table__width--570--sp, .table--sticky tr td.table__width--570--sp {
    max-width: 570px;
    min-width: 570px; } }
@media screen and (max-width: 480px) {
  .table--sticky tr th.table__width--580--sp, .table--sticky tr td.table__width--580--sp {
    max-width: 580px;
    min-width: 580px; } }
@media screen and (max-width: 480px) {
  .table--sticky tr th.table__width--590--sp, .table--sticky tr td.table__width--590--sp {
    max-width: 590px;
    min-width: 590px; } }
@media screen and (max-width: 480px) {
  .table--sticky tr th.table__width--600--sp, .table--sticky tr td.table__width--600--sp {
    max-width: 600px;
    min-width: 600px; } }
@media screen and (max-width: 1320px) {
  .table--sticky tr th.table__width--10--absnce, .table--sticky tr td.table__width--10--absnce {
    min-width: 10px;
    max-width: none; } }
@media screen and (max-width: 1320px) {
  .table--sticky tr th.table__width--20--absnce, .table--sticky tr td.table__width--20--absnce {
    min-width: 20px;
    max-width: none; } }
@media screen and (max-width: 1320px) {
  .table--sticky tr th.table__width--30--absnce, .table--sticky tr td.table__width--30--absnce {
    min-width: 30px;
    max-width: none; } }
@media screen and (max-width: 1320px) {
  .table--sticky tr th.table__width--40--absnce, .table--sticky tr td.table__width--40--absnce {
    min-width: 40px;
    max-width: none; } }
@media screen and (max-width: 1320px) {
  .table--sticky tr th.table__width--50--absnce, .table--sticky tr td.table__width--50--absnce {
    min-width: 50px;
    max-width: none; } }
@media screen and (max-width: 1320px) {
  .table--sticky tr th.table__width--60--absnce, .table--sticky tr td.table__width--60--absnce {
    min-width: 60px;
    max-width: none; } }
@media screen and (max-width: 1320px) {
  .table--sticky tr th.table__width--70--absnce, .table--sticky tr td.table__width--70--absnce {
    min-width: 70px;
    max-width: none; } }
@media screen and (max-width: 1320px) {
  .table--sticky tr th.table__width--80--absnce, .table--sticky tr td.table__width--80--absnce {
    min-width: 80px;
    max-width: none; } }
@media screen and (max-width: 1320px) {
  .table--sticky tr th.table__width--90--absnce, .table--sticky tr td.table__width--90--absnce {
    min-width: 90px;
    max-width: none; } }
@media screen and (max-width: 1320px) {
  .table--sticky tr th.table__width--100--absnce, .table--sticky tr td.table__width--100--absnce {
    min-width: 100px;
    max-width: none; } }
@media screen and (max-width: 1320px) {
  .table--sticky tr th.table__width--110--absnce, .table--sticky tr td.table__width--110--absnce {
    min-width: 110px;
    max-width: none; } }
@media screen and (max-width: 1320px) {
  .table--sticky tr th.table__width--120--absnce, .table--sticky tr td.table__width--120--absnce {
    min-width: 120px;
    max-width: none; } }
@media screen and (max-width: 1320px) {
  .table--sticky tr th.table__width--130--absnce, .table--sticky tr td.table__width--130--absnce {
    min-width: 130px;
    max-width: none; } }
@media screen and (max-width: 1320px) {
  .table--sticky tr th.table__width--140--absnce, .table--sticky tr td.table__width--140--absnce {
    min-width: 140px;
    max-width: none; } }
@media screen and (max-width: 1320px) {
  .table--sticky tr th.table__width--150--absnce, .table--sticky tr td.table__width--150--absnce {
    min-width: 150px;
    max-width: none; } }
@media screen and (max-width: 1320px) {
  .table--sticky tr th.table__width--160--absnce, .table--sticky tr td.table__width--160--absnce {
    min-width: 160px;
    max-width: none; } }
@media screen and (max-width: 1320px) {
  .table--sticky tr th.table__width--170--absnce, .table--sticky tr td.table__width--170--absnce {
    min-width: 170px;
    max-width: none; } }
@media screen and (max-width: 1320px) {
  .table--sticky tr th.table__width--180--absnce, .table--sticky tr td.table__width--180--absnce {
    min-width: 180px;
    max-width: none; } }
@media screen and (max-width: 1320px) {
  .table--sticky tr th.table__width--190--absnce, .table--sticky tr td.table__width--190--absnce {
    min-width: 190px;
    max-width: none; } }
@media screen and (max-width: 1320px) {
  .table--sticky tr th.table__width--200--absnce, .table--sticky tr td.table__width--200--absnce {
    min-width: 200px;
    max-width: none; } }
@media screen and (max-width: 1320px) {
  .table--sticky tr th.table__width--210--absnce, .table--sticky tr td.table__width--210--absnce {
    min-width: 210px;
    max-width: none; } }
@media screen and (max-width: 1320px) {
  .table--sticky tr th.table__width--220--absnce, .table--sticky tr td.table__width--220--absnce {
    min-width: 220px;
    max-width: none; } }
@media screen and (max-width: 1320px) {
  .table--sticky tr th.table__width--230--absnce, .table--sticky tr td.table__width--230--absnce {
    min-width: 230px;
    max-width: none; } }
@media screen and (max-width: 1320px) {
  .table--sticky tr th.table__width--240--absnce, .table--sticky tr td.table__width--240--absnce {
    min-width: 240px;
    max-width: none; } }
@media screen and (max-width: 1320px) {
  .table--sticky tr th.table__width--250--absnce, .table--sticky tr td.table__width--250--absnce {
    min-width: 250px;
    max-width: none; } }
@media screen and (max-width: 1320px) {
  .table--sticky tr th.table__width--260--absnce, .table--sticky tr td.table__width--260--absnce {
    min-width: 260px;
    max-width: none; } }
@media screen and (max-width: 1320px) {
  .table--sticky tr th.table__width--270--absnce, .table--sticky tr td.table__width--270--absnce {
    min-width: 270px;
    max-width: none; } }
@media screen and (max-width: 1320px) {
  .table--sticky tr th.table__width--280--absnce, .table--sticky tr td.table__width--280--absnce {
    min-width: 280px;
    max-width: none; } }
@media screen and (max-width: 1320px) {
  .table--sticky tr th.table__width--290--absnce, .table--sticky tr td.table__width--290--absnce {
    min-width: 290px;
    max-width: none; } }
@media screen and (max-width: 1320px) {
  .table--sticky tr th.table__width--300--absnce, .table--sticky tr td.table__width--300--absnce {
    min-width: 300px;
    max-width: none; } }
@media screen and (max-width: 1320px) {
  .table--sticky tr th.table__width--310--absnce, .table--sticky tr td.table__width--310--absnce {
    min-width: 310px;
    max-width: none; } }
@media screen and (max-width: 1320px) {
  .table--sticky tr th.table__width--320--absnce, .table--sticky tr td.table__width--320--absnce {
    min-width: 320px;
    max-width: none; } }
@media screen and (max-width: 1320px) {
  .table--sticky tr th.table__width--330--absnce, .table--sticky tr td.table__width--330--absnce {
    min-width: 330px;
    max-width: none; } }
@media screen and (max-width: 1320px) {
  .table--sticky tr th.table__width--340--absnce, .table--sticky tr td.table__width--340--absnce {
    min-width: 340px;
    max-width: none; } }
@media screen and (max-width: 1320px) {
  .table--sticky tr th.table__width--350--absnce, .table--sticky tr td.table__width--350--absnce {
    min-width: 350px;
    max-width: none; } }
@media screen and (max-width: 1320px) {
  .table--sticky tr th.table__width--360--absnce, .table--sticky tr td.table__width--360--absnce {
    min-width: 360px;
    max-width: none; } }
@media screen and (max-width: 1320px) {
  .table--sticky tr th.table__width--370--absnce, .table--sticky tr td.table__width--370--absnce {
    min-width: 370px;
    max-width: none; } }
@media screen and (max-width: 1320px) {
  .table--sticky tr th.table__width--380--absnce, .table--sticky tr td.table__width--380--absnce {
    min-width: 380px;
    max-width: none; } }
@media screen and (max-width: 1320px) {
  .table--sticky tr th.table__width--390--absnce, .table--sticky tr td.table__width--390--absnce {
    min-width: 390px;
    max-width: none; } }
@media screen and (max-width: 1320px) {
  .table--sticky tr th.table__width--400--absnce, .table--sticky tr td.table__width--400--absnce {
    min-width: 400px;
    max-width: none; } }
@media screen and (max-width: 1320px) {
  .table--sticky tr th.table__width--410--absnce, .table--sticky tr td.table__width--410--absnce {
    min-width: 410px;
    max-width: none; } }
@media screen and (max-width: 1320px) {
  .table--sticky tr th.table__width--420--absnce, .table--sticky tr td.table__width--420--absnce {
    min-width: 420px;
    max-width: none; } }
@media screen and (max-width: 1320px) {
  .table--sticky tr th.table__width--430--absnce, .table--sticky tr td.table__width--430--absnce {
    min-width: 430px;
    max-width: none; } }
@media screen and (max-width: 1320px) {
  .table--sticky tr th.table__width--440--absnce, .table--sticky tr td.table__width--440--absnce {
    min-width: 440px;
    max-width: none; } }
@media screen and (max-width: 1320px) {
  .table--sticky tr th.table__width--450--absnce, .table--sticky tr td.table__width--450--absnce {
    min-width: 450px;
    max-width: none; } }
@media screen and (max-width: 1320px) {
  .table--sticky tr th.table__width--460--absnce, .table--sticky tr td.table__width--460--absnce {
    min-width: 460px;
    max-width: none; } }
@media screen and (max-width: 1320px) {
  .table--sticky tr th.table__width--470--absnce, .table--sticky tr td.table__width--470--absnce {
    min-width: 470px;
    max-width: none; } }
@media screen and (max-width: 1320px) {
  .table--sticky tr th.table__width--480--absnce, .table--sticky tr td.table__width--480--absnce {
    min-width: 480px;
    max-width: none; } }
@media screen and (max-width: 1320px) {
  .table--sticky tr th.table__width--490--absnce, .table--sticky tr td.table__width--490--absnce {
    min-width: 490px;
    max-width: none; } }
@media screen and (max-width: 1320px) {
  .table--sticky tr th.table__width--500--absnce, .table--sticky tr td.table__width--500--absnce {
    min-width: 500px;
    max-width: none; } }
@media screen and (max-width: 1320px) {
  .table--sticky tr th.table__width--510--absnce, .table--sticky tr td.table__width--510--absnce {
    min-width: 510px;
    max-width: none; } }
@media screen and (max-width: 1320px) {
  .table--sticky tr th.table__width--520--absnce, .table--sticky tr td.table__width--520--absnce {
    min-width: 520px;
    max-width: none; } }
@media screen and (max-width: 1320px) {
  .table--sticky tr th.table__width--530--absnce, .table--sticky tr td.table__width--530--absnce {
    min-width: 530px;
    max-width: none; } }
@media screen and (max-width: 1320px) {
  .table--sticky tr th.table__width--540--absnce, .table--sticky tr td.table__width--540--absnce {
    min-width: 540px;
    max-width: none; } }
@media screen and (max-width: 1320px) {
  .table--sticky tr th.table__width--550--absnce, .table--sticky tr td.table__width--550--absnce {
    min-width: 550px;
    max-width: none; } }
@media screen and (max-width: 1320px) {
  .table--sticky tr th.table__width--560--absnce, .table--sticky tr td.table__width--560--absnce {
    min-width: 560px;
    max-width: none; } }
@media screen and (max-width: 1320px) {
  .table--sticky tr th.table__width--570--absnce, .table--sticky tr td.table__width--570--absnce {
    min-width: 570px;
    max-width: none; } }
@media screen and (max-width: 1320px) {
  .table--sticky tr th.table__width--580--absnce, .table--sticky tr td.table__width--580--absnce {
    min-width: 580px;
    max-width: none; } }
@media screen and (max-width: 1320px) {
  .table--sticky tr th.table__width--590--absnce, .table--sticky tr td.table__width--590--absnce {
    min-width: 590px;
    max-width: none; } }
@media screen and (max-width: 1320px) {
  .table--sticky tr th.table__width--600--absnce, .table--sticky tr td.table__width--600--absnce {
    min-width: 600px;
    max-width: none; } }
@media screen and (max-width: 768px) {
  .table--sticky tr td.request-date {
    white-space: normal; } }
@media screen and (max-width: 500px) {
  .table--plan {
    display: flex; } }
@media screen and (max-width: 500px) {
  .table--plan tr, .table--plan th, .table--plan td {
    display: block; } }
@media screen and (max-width: 500px) {
  .table--plan thead, .table--plan tbody {
    width: 50%; } }
.table--plan th {
  border-left: none !important;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5); }
.table--plan th:last-child {
  border-bottom: none; }
.table--plan th p {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; }
@media screen and (max-width: 500px) {
  .table--plan th p {
    line-height: 2.4em !important; } }
@media screen and (max-width: 500px) {
  .table--plan td {
    border-left: none !important;
    border-bottom: solid 1px #E6E6E6; }
  .table--plan td:last-child {
    border-bottom: none; } }

/* ! 共通リスト =========================================
	■ タブ
	■ デフォルト
 ========================================= */
/* ! ■ タブ ———————————————————————————————————————————————————————————— */
.c-tab .c-list_tab_button {
  display: flex;
  flex-wrap: wrap; }

.c-list_tab_button li + li {
  margin: 0 0 0 10px; }

.button_tab {
  color: #789B99;
  padding: 10px 20px 8px;
  border-radius: 4px 4px 0 0;
  border-bottom: none;
  position: relative;
  display: block;
  background: #E4EFEE;
  font: 500 14px/1em 'Noto Sans JP', sans-serif;
  min-width: 120px;
  text-align: center;
  cursor: pointer; }

.current_tab .button_tab {
  color: #000;
  background: #FFFFFF; }

/* ! ==================================================
　タブパネル
================================================== */
.panel_tab {
  opacity: 0;
  pointer-events: none;
  height: 0;
  display: none; }
.panel_tab.show_tab {
  opacity: 1;
  pointer-events: all;
  height: auto;
  display: block; }

/* ! ■ ボタンエリア ———————————————————————————————————————————————————————————— */
.btnarea {
  display: flex;
  margin: -4px;
  flex: auto;
  min-width: 1px; }
.btnarea > .btn {
  margin: 4px;
  flex: 0 0 auto; }
.btnarea[data-option*="position-right"] {
  justify-content: flex-end; }
.btnarea[data-option*="position-center"] {
  justify-content: center; }
.btnarea[data-option*="space-s"] {
  margin: -6px; }
.btnarea[data-option*="space-s"] > .btn {
  margin: 6px; }
.btnarea[data-option*="space-s"] {
  margin: -3px; }
.btnarea[data-option*="space-s"] > .btn {
  margin: 3px; }
.btnarea[data-option*="space-xs"] {
  margin: -2px; }
.btnarea[data-option*="space-xs"] > .btn {
  margin: 2px; }
.btnarea[data-option*="style-fit"] > .btn {
  flex: auto;
  min-width: 1px; }
.btnarea[data-option*="style-wrap"] {
  flex-wrap: wrap; }
.btnarea[data-option*="style-column"] {
  flex-direction: column; }
.btnarea[data-option*="style-column"] > .btn {
  flex: 0 0 auto;
  width: 100%; }
.btnarea[data-option*="style-form"] {
  margin-top: 30px;
  padding-top: 30px;
  border-top: solid 1px #eee; }
@media screen and (max-width: 480px) {
  .btnarea[data-option*="style-form"] {
    margin-top: 16px;
    padding-top: 16px; } }
@media screen and (max-width: 560px) {
  .btnarea.spWide-column {
    width: 100%;
    margin: -2px;
    margin-top: 12px; } }
@media screen and (max-width: 560px) {
  .btnarea.spWide-column > .btn {
    margin: 2px;
    min-width: auto;
    flex: 1 0;
    padding: 0 4px;
    height: 40px; } }
@media screen and (max-width: 560px) {
  .btnarea.spWide-column > .btn[data-option*="style-narrow"] {
    height: 32px;
    flex: 0 0 auto;
    padding: 0 12px;
    font-size: 13px; } }

/* ! ■ ボタン ———————————————————————————————————————————————————————————— */
.btn {
  font: 600 .85rem/1em 'helvetica','Noto Sans JP',sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 4px 16px;
  background: #27A39B;
  border: 1px solid #27A39B;
  border-radius: 4px;
  user-select: none;
  color: #fff;
  cursor: pointer;
  position: relative;
  transition: .1s;
  min-width: 200px; }
.btn:hover {
  background: #fff;
  color: #27A39B; }
.btn[data-option*="color-dark"] {
  background: #006565;
  border-color: #006565; }
.btn[data-option*="style-low"] {
  background: #aaa;
  border-color: #aaa;
  color: #fff;
  min-width: auto;
  padding: 4px 24px; }
.btn[data-option*="style-low"]:hover {
  background: #fff;
  color: #aaa; }
.btn[data-option*="style-low"][data-option*="-green"] {
  background: #E4EFEE;
  color: #789B99;
  border-color: #E4EFEE;
  padding: 4px 10px;
  letter-spacing: -.02em; }
.btn[data-option*="style-low"][data-option*="-line"] {
  border-color: #aaa;
  background: #fff;
  color: #aaa; }
.btn[data-option*="style-low"][data-option*="-line"]:hover {
  background: #aaa;
  color: #fff; }
.btn[data-option*="style-line"] {
  color: #27A39B;
  background: #fff;
  border: 1px solid #27A39B; }
.btn[data-option*="style-line"]:hover {
  background-color: #27A39B;
  color: #fff; }
.btn[data-option*="style-sort"] {
  color: #fff;
  background: #222;
  border: 1px solid #222;
  min-width: auto;
  height: 30px;
  font: 600 12px/1em 'helvetica','Noto Sans JP',sans-serif; }
.btn[data-option*="style-sort"]:before {
  content: '';
  width: 12px;
  height: 12px;
  background: url(../img/icon/ico_sort.svg) no-repeat center;
  background-size: contain !important;
  margin: 0 6px 0 0; }
.btn[data-option*="style-sort"]:hover {
  background: #fff;
  color: #222; }
.btn[data-option*="style-sort"]:hover:before {
  background: url(../img/icon/ico_sort_current.svg) no-repeat center; }
.btn[data-option*="style-modal"] {
  min-width: 160px; }
.btn[data-option*="style-change"] {
  min-width: auto;
  background-color: #fff;
  color: #27A39B;
  border-color: #27A39B; }
.btn[data-option*="style-change"]:before {
  content: '';
  width: 15px;
  height: 15px;
  margin: 0 4px 0 0;
  background: url(../img/icon/ico_change.svg) no-repeat center;
  background-size: contain !important; }
.btn[data-option*="style-change"]:hover {
  background-color: #27A39B;
  color: #fff; }
.btn[data-option*="style-change"]:hover:before {
  background: url(../img/icon/ico_change_current.svg) no-repeat center; }
.btn[data-option*="style-back"] {
  min-width: auto;
  width: 30px;
  height: 30px;
  background: #fff url(../img/icon/ico_back.svg) no-repeat center;
  background-size: contain !important;
  padding: 0; }
.btn[data-option*="style-back"]:hover {
  background: #27A39B url(../img/icon/ico_back_white.svg) no-repeat center; }
.btn[data-option*="style-emphasis"] {
  background-color: #fff;
  border-color: #DA0808;
  color: #DA0808; }
.btn[data-option*="style-emphasis"]:hover {
  background: #DA0808;
  color: #fff; }
.btn[data-option*="style-delete"] {
  background: #F86666 url(../img/icon/ico_delete.svg) no-repeat center;
  background-size: contain;
  border-color: #F86666;
  min-width: auto;
  padding: 0;
  height: 34px;
  width: 34px; }
.btn[data-option*="style-feedback"] {
  position: relative; }
.btn[data-option*="style-feedback"]:before {
  content: attr(data-before);
  position: absolute;
  left: 50%;
  top: -8px;
  transform: translate(-50%, -100%);
  font: 600 11px/1.3em 'Noto Sans JP',sans-serif;
  width: 216px;
  text-align: center;
  margin: 0;
  letter-spacing: -.02em;
  color: #f56151; }
.btn[data-option*="style-feedback"]:hover:before {
  color: #f56151; }
.btn[data-option*="style-ghost"] {
  padding: 0;
  background: transparent;
  border-color: transparent;
  height: auto;
  color: #999;
  font: 400 12px/1.4em 'Noto Sans JP',sans-serif;
  flex: 0 0 auto;
  min-width: 1px; }
.btn[data-option*="style-ghost"]:hover {
  opacity: .5; }
.btn[data-option*="style-ghost"][data-option*="size-m"] {
  font: 500 13px/1em 'Noto Sans JP',sans-serif;
  height: auto; }
.btn[data-option*="style-ghost"][data-option*="color-green"] {
  color: #97BFBC; }
.btn[data-option*="style-ghost"][data-option*="color-gray"] {
  color: #aaa;
  font: 500 12px/1em 'Noto Sans JP',sans-serif; }
.btn[data-option*="style-ghost"][data-option*="style-add"] {
  color: #27A39B;
  font: 600 13px/1em 'Noto Sans JP',sans-serif; }
.btn[data-option*="style-ghost"][data-option*="style-add"]:before {
  content: '+';
  font: 500 18px/1.3em 'Roboto',sans-serif;
  margin: 0 4px 0 0; }
.btn[data-option*="ico"]:before {
  content: '';
  width: 20px;
  height: 20px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important; }
.btn[data-option*="ico"][data-option*="add"]:before {
  background: url(../img/icon/ico_add_white.svg);
  background-size: auto 70%  !important;
  margin: 0 2px 0 0; }
.btn[data-option*="ico"][data-option*="add"]:hover:before {
  background: url(../img/icon/ico_add_green.svg); }
.btn[data-option*="ico"][data-option*="staff"]:before {
  background: url(../img/icon/ico_staff.svg);
  margin: 0 6px 0 0;
  transform: translate(0, -1px); }
.btn[data-option*="ico"][data-option*="staff"]:hover:before {
  background: url(../img/icon/ico_staff_white.svg); }
.btn[data-option*="size-xxl"] {
  height: 50px;
  font: 600 16px/1em 'Noto Sans JP',sans-serif; }
.btn[data-option*="size-xl"] {
  height: 36px; }
.btn[data-option*="size-l"] {
  height: 42px;
  font: 600 16px/1em 'Noto Sans JP',sans-serif; }
.btn[data-option*="size-m"] {
  height: 36px; }
.btn[data-option*="size-s"] {
  height: 36px; }
.btn[data-option*="size-xs"] {
  height: 26px;
  font: 500 13px/1.3em 'Noto Sans JP',sans-serif; }
.btn[data-option*="style-narrow"] {
  min-width: 100px; }
.btn[data-option*="min-160"] {
  min-width: 160px; }
.btn[data-option*="size-thin"] {
  height: 24px;
  font: 500 13px/1.3em 'Noto Sans JP',sans-serif; }

.button_hamburger_sort {
  width: 18px;
  height: 15px;
  flex: 0 0 18px;
  background: url(../img/icon/ico_hamburger.svg) no-repeat center;
  background-size: contain;
  cursor: move; }

[data-flex] {
  display: flex; }

[data-flex*="wrap"] {
  flex-wrap: wrap; }

[data-flex*="justify-start"] {
  justify-content: flex-start; }

[data-flex*="justify-center"] {
  justify-content: center; }

[data-flex*="justify-end"] {
  justify-content: flex-end; }

[data-flex*="align-start"] {
  align-items: flex-start; }

[data-flex*="align-center"] {
  align-items: center !important; }

[data-flex*="align-end"] {
  align-items: flex-end; }

[data-flex*="align-base"] {
  align-items: baseline; }

[data-flex*="fit"] {
  flex: auto;
  min-width: 1px; }

[data-flex*="column-fit"] {
  height: 100%; }
[data-flex*="column-fit"] > * {
  flex: auto;
  min-width: 1px; }

[data-flex*="space-20"] {
  margin: -10px; }
[data-flex*="space-20"] > * {
  margin: 10px; }

.stack + .stack {
  margin-top: 10px; }
.stack + .stack[data-option*="border-top"] {
  border-top: solid 1px rgba(157, 168, 186, 0.2);
  padding-top: 10px; }
.stack + .stack[data-option*="m-0"] {
  margin-top: 0; }
.stack + .stack[data-option*="m-0"][data-option*="border-top"] {
  border-top: solid 1px rgba(157, 168, 186, 0.2);
  padding-top: 0px; }
.stack + .stack[data-option*="m-5"] {
  margin-top: 5px; }
.stack + .stack[data-option*="m-5"][data-option*="border-top"] {
  padding-top: 5px; }
.stack + .stack[data-option*="m-20"] {
  margin-top: 20px; }
.stack + .stack[data-option*="m-20"][data-option*="border-top"] {
  padding-top: 20px; }
.stack + .stack[data-option*="m-30"] {
  margin-top: 30px; }
.stack + .stack[data-option*="m-30"][data-option*="border-top"] {
  padding-top: 30px; }
.stack + .stack[data-option*="m-40"] {
  margin-top: 40px; }
.stack + .stack[data-option*="m-40"][data-option*="border-top"] {
  padding-top: 40px; }
.stack + .stack[data-option*="m-50"] {
  margin-top: 50px; }
.stack + .stack[data-option*="m-50"][data-option*="border-top"] {
  padding-top: 50px; }
.stack + .stack[data-option*="m-60"] {
  margin-top: 60px; }
.stack + .stack[data-option*="m-60"][data-option*="border-top"] {
  padding-top: 60px; }

/* ! ====================================================================================================
　■ フォーム
==================================================================================================== */
.f[data-option="size-full"] {
  width: 100%; }
.f .f_parts.overseas {
  display: none; }
.f .f_parts--step {
  margin: -8px;
  margin-top: -6px; }
.f .f_parts--step > .f_parts__item {
  padding: 8px;
  position: relative;
  flex: 1 0; }
.f .f_parts--step > .f_parts__item:before {
  content: attr(data-step);
  font-size: 12px;
  width: 100%;
  text-align: center;
  display: block;
  margin: 0 0 2px; }
.f .f_parts--step > .f_parts__item + .f_parts__item:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #ddd;
  position: absolute;
  left: -3px;
  bottom: 20px; }
.f .f_parts--step > .f_parts__item input {
  text-align: center; }
.f.overseas .f_parts {
  display: none; }
.f.overseas .f_parts.overseas, .f.overseas .f_parts.country {
  display: flex; }

.f_inner + .f_inner {
  margin-top: 6px; }
.f_inner + .f_inner[data-option*="m-20"] {
  margin-top: 20px; }
.f_inner[data-option="style-row"] {
  display: flex;
  margin: -4px; }
.f_inner[data-option="style-row"] > .f_parts {
  margin: 4px; }
.f_inner[data-option="style-row"] > .f_parts + .f_parts {
  margin: 4px; }
.f_inner[data-option="style-row"] + .f_inner {
  margin-top: 6px; }
.f_inner--transferDate[data-option="style-row"] {
  display: flex;
  margin: -4px; }
@media screen and (max-width: 640px) {
  .f_inner--transferDate[data-option="style-row"] {
    flex-direction: column; } }
.f_inner .f_parts {
  display: flex;
  align-items: center; }
.f_inner .f_parts[data-width] {
  width: 100%; }
.f_inner .f_parts[data-width="100"] {
  max-width: 100px; }
.f_inner .f_parts[data-width] {
  width: 100%; }
.f_inner .f_parts[data-width="250"] {
  width: 250px; }
.f_inner .f_parts[data-width="200"] {
  width: 200px; }
@media screen and (max-width: 410px) {
  .f_inner .f_parts[data-width="200"] {
    width: 150px; } }
.f_inner .f_parts[data-width="160"] {
  width: 160px; }
.f_inner .f_parts[data-width="140"] {
  width: 140px; }
.f_inner .f_parts[data-width="120"] {
  width: 120px; }
.f_inner .f_parts[data-width="100"] {
  width: 100px; }
.f_inner .f_parts[data-width="80"] {
  width: 80px; }
.f_inner .f_parts[data-width="70"] {
  width: 70px; }
.f_inner .f_parts[data-width="fit-name"] {
  max-width: 452px; }
.f_inner .f_parts + .f_parts {
  margin: 6px 0 0; }
.f_inner .f_parts[data-option*="style-select"] {
  position: relative; }
.f_inner .f_parts[data-option*="style-select"]:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url(../img/icon/ico_select.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  pointer-events: none; }
.f_inner .f_parts[data-option*="style-select"] select {
  padding-right: 36px; }
.f_inner .f_parts[data-option*="style-fruits"] {
  display: flex;
  flex-wrap: wrap;
  margin: -3px; }
.f_inner .f_parts[data-option*="style-fruits"] input {
  display: none; }
.f_inner .f_parts[data-option*="style-fruits"] label {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fff;
  margin: 3px;
  cursor: pointer;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  box-shadow: 0 3px 5px rgba(39, 163, 154, 0.2);
  border: solid 2px #fff; }
.f_inner .f_parts[data-option*="style-fruits"] label.apple {
  background: #fff url(../../img/icon/ico_apple.svg); }
.f_inner .f_parts[data-option*="style-fruits"] label.banana {
  background: #fff url(../../img/icon/ico_banana.svg); }
.f_inner .f_parts[data-option*="style-fruits"] label.pear {
  background: #fff url(../../img/icon/ico_pear.svg); }
.f_inner .f_parts[data-option*="style-fruits"] label.orange {
  background: #fff url(../../img/icon/ico_orange.svg); }
.f_inner .f_parts[data-option*="style-fruits"] label.grape {
  background: #fff url(../../img/icon/ico_grape.svg); }
.f_inner .f_parts[data-option*="style-fruits"] label.watermelon {
  background: #fff url(../../img/icon/ico_watermelon.svg); }
.f_inner .f_parts[data-option*="style-fruits"] label.cherry {
  background: #fff url(../../img/icon/ico_cherry.svg); }
.f_inner .f_parts[data-option*="style-fruits"] input:checked + label {
  border-color: #47B5AE; }
.f_inner .f_parts[data-option*="style-fruits"] input[disabled] + label {
  opacity: .5;
  background-color: #d4d1b8;
  cursor: default; }
.f_inner .f_parts[data-option*="style-fruits"] p {
  font: 500 12px/1.3em 'Noto Sans JP',sans-serif;
  margin: 12px 0 0;
  width: 100%; }
.f_inner .f_parts[data-option*="style-checkbox"] {
  flex-wrap: wrap;
  margin: -10px;
  position: relative; }
.f_inner .f_parts[data-option*="style-checkbox"] input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  left: 0; }
.f_inner .f_parts[data-option*="style-checkbox"] label {
  font: 600 14px/1.3em 'noto sans japanese',sans-serif;
  color: #444;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 10px; }
.f_inner .f_parts[data-option*="style-checkbox"] label:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: solid 1px #bdd5d2;
  background: #d9e6e4;
  margin: 0 6px 0 0; }
.f_inner .f_parts[data-option*="style-checkbox"] label:empty:before {
  margin: auto; }
.f_inner .f_parts[data-option*="style-checkbox"] input:checked + label:before {
  background: #28A39B url(../img/icon/ico_check.svg) no-repeat center;
  background-size: contain;
  border-color: #28A39B; }
.f_inner .f_parts[data-option*="style-checkbox"][data-option*="space-m"] {
  margin: -8px; }
.f_inner .f_parts[data-option*="style-checkbox"][data-option*="space-m"] > label {
  margin: 8px; }
.f_inner .f_parts[data-option*="style-checkbox"][data-option*="space-m"] > label:before {
  margin: 0 4px 0 0; }
.f_inner .f_parts[data-option*="style-checkbox"][data-option*="style-tab"] {
  margin: -2px;
  flex-direction: column;
  align-items: inherit; }
.f_inner .f_parts[data-option*="style-checkbox"][data-option*="style-tab"] label {
  height: 26px;
  background: #fff;
  border: solid 1px #3B96DD;
  color: #3B96DD;
  font: 600 13px/1em 'noto sans japanese',sans-serif;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2px;
  opacity: .3;
  cursor: pointer; }
.f_inner .f_parts[data-option*="style-checkbox"][data-option*="style-tab"] label:before {
  display: none; }
.f_inner .f_parts[data-option*="style-checkbox"][data-option*="style-tab"] input:checked + label {
  opacity: 1; }
.f_inner .f_parts[data-option*="style-checkbox"][data-option*="style-tab"][data-option*="style-btn"] label {
  border-color: #27A39B;
  color: #27A39B;
  border-radius: 4px;
  opacity: 1; }
.f_inner .f_parts[data-option*="style-checkbox"][data-option*="style-tab"][data-option*="style-btn"] input:checked + label {
  background: #27A39B;
  color: #fff; }
.f_inner .f_parts[data-option*="style-checkbox"][data-option*="space-l"] {
  margin: -14px; }
.f_inner .f_parts[data-option*="style-checkbox"][data-option*="space-l"] label {
  margin: 14px; }
.f_inner .f_parts[data-option*="style-url"]:first-of-type .btn {
  display: none; }
.f_inner .f_parts[data-option*="style-url"] .btn {
  margin: 0 0 0 6px; }
.f_inner .f_parts[data-option*="style-file"] input {
  display: none; }
.f_inner .f_parts[data-option*="style-file"] label {
  padding: 4px 10px;
  border-radius: 3px;
  border: solid 1px #DEDEDE;
  background: #F5F7F7;
  height: 30px;
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer; }
.f_inner .f_parts[data-option*="style-file"] label span {
  font: 400 13px/1em 'Noto Sans JP',sans-serif;
  color: #D0DFDF; }
.f_inner .f_parts[data-option*="style-file"] label.checked span {
  color: #41807b; }
.f_inner .f_parts[data-option*="style-file"] .btn {
  margin: 0 0 0 6px; }
.f_inner .f_parts[data-option*="style-file"] input[type="file"][data-option*="size-m"] + label {
  height: 34px; }
.f_inner .f_parts[data-option*="style-file"][data-option*="style-thumbnail"] input {
  position: absolute;
  opacity: 0;
  pointer-events: none; }
.f_inner .f_parts[data-option*="style-file"][data-option*="style-thumbnail"] input.check + label {
  background-size: cover !important; }
.f_inner .f_parts[data-option*="style-file"][data-option*="style-thumbnail"] label {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background: #eee url(../img/img_noimage.svg);
  position: relative;
  cursor: pointer;
  border: solid 1px #eee; }
.f_inner .f_parts[data-option*="style-file"][data-option*="style-thumbnail"] label:before {
  content: '';
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #27A39B url(../img/icon/ico_edit_image.svg) no-repeat center;
  background-size: 90% 90%;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(5px, -5px); }
.f_inner .f_parts[data-option*="style-file"][data-option*="style-thumbnail"][data-option*="style-square"] label {
  border-radius: 6px;
  width: 200px;
  height: auto;
  background: #eee url(../img/img_noimage.svg);
  background-size: contain !important; }
.f_inner .f_parts[data-option*="style-file"][data-option*="style-thumbnail"][data-option*="style-square"] label[data-option*="size-l"] {
  width: 340px; }
.f_inner .f_parts[data-option*="style-file"][data-option*="style-thumbnail"][data-option*="style-square"] label:before {
  position: relative;
  right: auto;
  bottom: auto;
  transform: translate(0, 0);
  padding-top: 56%;
  display: block;
  width: 100%;
  background: none; }
.f_inner .f_parts[data-option*="style-file"][data-option*="style-thumbnail"][data-option*="style-item"] label {
  border-radius: 4px;
  height: auto;
  width: 100%; }
.f_inner .f_parts[data-option*="style-file"][data-option*="style-thumbnail"][data-option*="style-item"] label:before {
  width: 50px;
  height: 50px;
  transform: translate(20%, 20%);
  display: none; }
.f_inner .f_parts[data-option*="style-file"][data-option*="style-thumbnail"][data-option*="style-item"] label:after {
  content: '';
  display: block;
  width: 100%;
  padding-top: 160%; }
.f_inner .f_parts[data-option*="style-file"] .f_parts[data-option*="style-checkbox"], .f_inner .f_parts[data-option*="style-file"] .f_parts[data-option*="style-radio"] {
  flex: 0 0 auto;
  margin-left: 0px; }
.f_inner .f_parts[data-option*="style-file"] .f_parts[data-option*="style-checkbox"] label, .f_inner .f_parts[data-option*="style-file"] .f_parts[data-option*="style-radio"] label {
  background: none;
  padding: 0px;
  border: none;
  height: auto; }
.f_inner .f_parts[data-option*="style-radio"] {
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
  position: relative; }
.f_inner .f_parts[data-option*="style-radio"] input {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 0; }
.f_inner .f_parts[data-option*="style-radio"] label {
  display: flex;
  font: 400 14px/1.3em 'Noto Sans JP',sans-serif;
  margin: 8px;
  cursor: pointer; }
.f_inner .f_parts[data-option*="style-radio"] label:before {
  content: '';
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  border-radius: 4px;
  border: solid 1px #27A39B;
  background: #fff;
  display: block;
  margin: 0 8px 0 0; }
.f_inner .f_parts[data-option*="style-radio"] label small {
  margin: 3px 0 0 6px;
  font: 400 13px/1em 'Roboto',sans-serif;
  display: inline-block; }
.f_inner .f_parts[data-option*="style-radio"] label:empty:before {
  margin: auto; }
.f_inner .f_parts[data-option*="style-radio"] input:checked + label:before {
  background: #27A39B url(../img/icon/ico_check.svg) no-repeat center;
  background-size: contain; }
.f_inner .f_parts[data-option*="style-radio"][data-option*="style-column"] label {
  width: 100%; }
.f_inner .f_parts[data-option*="style-radio"][data-option*="style-column-line"] {
  margin: 0; }
.f_inner .f_parts[data-option*="style-radio"][data-option*="style-column-line"] label {
  padding: 12px 10px;
  border-bottom: solid 1px #D9D9D9;
  width: 100%;
  margin: 0; }
.f_inner .f_parts[data-option*="style-radio"][data-option*="-tab"] {
  flex-wrap: nowrap;
  margin: -2px; }
.f_inner .f_parts[data-option*="style-radio"][data-option*="-tab"] label {
  margin: 2px;
  font: 600 16px/1em 'Noto Sans JP',sans-serif;
  background: #fff;
  border: solid 1px #27A39B;
  color: #27A39B;
  border-radius: 2px;
  height: 40px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  cursor: pointer; }
.f_inner .f_parts[data-option*="style-radio"][data-option*="-tab"] label:before {
  display: none; }
.f_inner .f_parts[data-option*="style-radio"][data-option*="-tab"] input:checked + label {
  color: #fff;
  background: #27A39B; }
.f_inner .f_parts[data-option*="style-date"] {
  position: relative;
  width: 140px; }
.f_inner .f_parts[data-option*="style-date"]:before {
  content: '';
  width: 15px;
  height: 15px;
  background: url(../img/icon/ico_calendar.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%); }
.f_inner .f_parts[data-option*="style-date"] input {
  padding-left: 34px; }
.f_inner .f_parts[data-option*="style-search"] {
  position: relative;
  width: 200px;
  flex: 0 0 200px; }
.f_inner .f_parts[data-option*="style-search"]:before {
  content: '';
  width: 15px;
  height: 15px;
  background: url(../img/icon/ico_search.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%); }
.f_inner .f_parts[data-option*="style-search"] input {
  padding-left: 34px; }
.f_inner .f_parts[data-option*="style-unit"] {
  position: relative; }
.f_inner .f_parts[data-option*="style-unit"][data-option*="before"] .unit {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
.f_inner .f_parts[data-option*="style-unit"][data-option*="before"] input {
  padding-left: 24px; }
.f_inner .f_parts[data-option*="style-unit"][data-option*="after"] input {
  padding-right: 24px; }
.f_inner .f_parts[data-option*="style-unit"][data-option*="after"] .unit {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
.f_inner .f_parts[data-option="style-column"] {
  flex-direction: column;
  align-items: flex-start; }
.f_inner .f_parts[data-option="style-column"] > .ttl {
  margin: 0 0 6px; }

.unit {
  flex: 0 0 auto;
  font: 500 14px/1.3em 'Noto Sans JP',sans-serif; }
.unit[data-option*="style-before"] {
  margin: 0 6px 0 0; }
.unit[data-option*="style-center"] {
  margin: 0 6px; }
.unit[data-option*="style-after"] {
  margin: 0 0 0 6px; }
.unit[data-option*="size-m"] {
  font: 600 15px/1em 'Noto Sans JP',sans-serif; }
.unit[data-option*="size-s"] {
  font: 500 13px/1em 'Noto Sans JP',sans-serif;
  margin: 0 12px 0 0;
  min-width: 26px; }
.unit[data-option*="style-name"] {
  margin: 0 6px 0 0;
  min-width: 30px;
  flex: 0 0 auto;
  text-align: center; }

input, select, textarea {
  background: #fff;
  border: solid 1px #000;
  font: 300 14px/1em 'noto sans japanese',sans-serif;
  color: #222;
  height: 30px;
  padding: 4px 10px;
  border-radius: 3px;
  appearance: none;
  -webkit-appearance: none;
  width: 100%; }
input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ccc; }
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button, select[type="number"]::-webkit-outer-spin-button, select[type="number"]::-webkit-inner-spin-button, textarea[type="number"]::-webkit-outer-spin-button, textarea[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }
input.num, select.num, textarea.num {
  font: 500 15px/1em 'Work Sans',sans-serif; }
input[data-option="style-fill"], select[data-option="style-fill"], textarea[data-option="style-fill"] {
  background: #fff; }
input[data-option="style-min"], select[data-option="style-min"], textarea[data-option="style-min"] {
  height: 24px; }
input[data-option="size-m"], select[data-option="size-m"], textarea[data-option="size-m"] {
  height: 34px; }
input[data-option="size-l"], select[data-option="size-l"], textarea[data-option="size-l"] {
  height: 44px; }
input[data-option="size-l"].num, select[data-option="size-l"].num, textarea[data-option="size-l"].num {
  font: 400 18px/1em 'Roboto',sans-serif; }
input[data-option="size-l"].num::-webkit-input-placeholder, select[data-option="size-l"].num::-webkit-input-placeholder, textarea[data-option="size-l"].num::-webkit-input-placeholder {
  font: 400 14px/1em 'Roboto',sans-serif; }
input.right, select.right, textarea.right {
  text-align: right; }
input.center, select.center, textarea.center {
  text-align: center; }

textarea {
  height: auto;
  min-height: 80px;
  padding: 10px;
  font: 300 14px/1.4em 'noto sans japanese',sans-serif; }
textarea[data-option="size-l"] {
  min-height: 160px; }

.f[data-option="style-schedule"] .f_inner:first-of-type .btnarea {
  display: none; }
.f[data-option="style-schedule"] .f_inner.lock, .f[data-option="style-schedule"] .f_inner.past {
  padding: 4px 2px 4px;
  background: #f1f3f2;
  position: relative;
  align-items: flex-end !important; }
.f[data-option="style-schedule"] .f_inner.lock:before, .f[data-option="style-schedule"] .f_inner.past:before {
  content: 'レッスン確定済み';
  font: 500 11px/1.3em 'Noto Sans JP',sans-serif;
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px;
  background: #079642;
  color: #fff; }
.f[data-option="style-schedule"] .f_inner.lock.done, .f[data-option="style-schedule"] .f_inner.past.done {
  background: #eee; }
.f[data-option="style-schedule"] .f_inner.lock.done:before, .f[data-option="style-schedule"] .f_inner.past.done:before {
  content: 'レッスン実施済み';
  background: #999; }
.f[data-option="style-schedule"] .f_inner.lock .f_parts[data-option="style-select"]:before, .f[data-option="style-schedule"] .f_inner.past .f_parts[data-option="style-select"]:before {
  display: none; }
.f[data-option="style-schedule"] .f_inner.lock .f_parts input, .f[data-option="style-schedule"] .f_inner.lock .f_parts select, .f[data-option="style-schedule"] .f_inner.past .f_parts input, .f[data-option="style-schedule"] .f_inner.past .f_parts select {
  background: #ffffff;
  border: none;
  font: 600 15px/1em 'noto sans japanese',sans-serif;
  pointer-events: none; }
.f[data-option="style-schedule"] .f_inner.lock .btnarea, .f[data-option="style-schedule"] .f_inner.past .btnarea {
  display: none; }
.f[data-option="style-schedule"] .f_inner.past:not(.done) {
  background: #eee; }
.f[data-option="style-schedule"] .f_inner.past:not(.done):before {
  display: none; }
.f[data-option="style-schedule"] .f_inner .f_parts .shift_select_end {
  height: 20px;
  display: flex;
  align-items: center;
  color: #444;
  font: 600 16px/1em 'Roboto',sans-serif;
  border-left: solid 1px #aaa;
  padding: 0px 0 0 12px;
  flex: 0 0 auto;
  margin: 0 0 4px 8px; }
.f[data-option="style-schedule"] .f_inner .f_parts .shift_select_end[data-before-colon]:before {
  content: attr(data-before-colon) " :";
  margin: 0 6px 0 0;
  font: 500 12px/1.3em 'Noto Sans JP',sans-serif; }
.f[data-option="style-schedule"] .f_inner .btnarea {
  margin-left: auto;
  flex: 0 0 auto;
  align-items: center; }

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   ■ モーダル
========================================================================== */
.p-modal {
  width: 100%;
  background: #fff;
  margin: auto;
  padding: 40px 50px 50px;
  border-radius: 12px;
  position: relative; }
@media screen and (max-width: 480px) {
  .p-modal {
    padding: 40px 16px 32px; } }
.p-modal[data-option*="space-m"] {
  padding: 20px 30px 30px; }
@media screen and (max-width: 480px) {
  .p-modal[data-option*="space-m2"] {
    padding: 20px 0 30px; } }
.p-modal[data-width*="800"] {
  max-width: 800px; }
.p-modal[data-width*="600"] {
  max-width: 600px; }
.p-modal[data-width*="480"] {
  max-width: 480px; }
.p-modal[data-width*="420"] {
  max-width: 420px; }
.p-modal[data-width*="400"] {
  max-width: 400px; }
.p-modal > .head_modal {
  margin: 0 0 50px; }
.p-modal > .head_modal[data-option*="m-30"] {
  margin: 0 0 30px; }
.p-modal > .head_modal .description {
  margin: 8px 0 0; }
.p-modal > .head_modal .description[data-option*="m-20"] {
  margin: 20px 0 0; }
.p-modal > .body_modal > .this_date {
  text-align: left;
  font: 600 24px/1em 'Roboto',sans-serif;
  letter-spacing: .05em;
  padding: 0 0 12px;
  border-bottom: solid 1px #ddd;
  margin: 0 0 6px; }
.p-modal > .body_modal > .this_date span {
  font: 600 18px/1em 'Roboto',sans-serif;
  margin: 0 0 0 8px;
  color: #aaa;
  letter-spacing: .02em; }
.p-modal > .foot_modal {
  margin: 50px 0 0; }
.p-modal > .foot_modal[data-option*="m-30"] {
  margin: 30px 0 0; }
.p-modal > .foot_modal .alert {
  padding: 10px;
  background: #fbefef;
  color: #f96666;
  font: 500 14px/1.7em 'Noto Sans JP',sans-serif; }
.p-modal th, .p-modal td {
  text-align: left; }

.p-timefree {
  display: flex;
  flex-wrap: wrap;
  margin: -4px; }
.p-timefree > p {
  padding: 4px;
  position: relative;
  width: 50%; }
.p-timefree > p:nth-of-type(2n):before {
  content: '/';
  position: absolute;
  left: -1px;
  top: 0;
  transform: translate(-50%, 4px); }

/* ==========================================================================
   ■ 個別設定
========================================================================== */
.p-modal .list_timeline > li {
  border-left: none;
  padding: 0; }
.p-modal .list_timeline > li article {
  align-items: flex-start; }

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening, .remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px); }

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(17, 17, 17, 0.6); }

.remodal-overlay.remodal-is-opening, .remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes; }

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes; }

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px; }

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%; }

.remodal.remodal-is-opening, .remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes; }

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes; }

/* Vertical align of the modal dialog */
.remodal, .remodal-wrapper:after {
  vertical-align: middle; }

/* Close button */
.remodal-close {
  position: absolute;
  top: 4px;
  right: 4px;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #CCC;
  border: 0;
  outline: 0;
  background: transparent; }

.remodal-close:hover, .remodal-close:focus {
  color: #CCC; }

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 40px;
  line-height: 35px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center; }

/* Dialog buttons */
.remodal-confirm, .remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0; }

.remodal-confirm {
  color: #fff;
  background: #81c784; }

.remodal-confirm:hover, .remodal-confirm:focus {
  background: #66bb6a; }

.remodal-cancel {
  color: #fff;
  background: #e57373; }

.remodal-cancel:hover, .remodal-cancel:focus {
  background: #ef5350; }

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner, .remodal-cancel::-moz-focus-inner, .remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0); } }
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0); } }
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0); } }
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0); } }
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none; }

/* Anti FOUC */
.remodal, [data-remodal-id] {
  display: none; }

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none; }

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch; }

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ""; }

/* Fix iPad, iPhone glitches */
.remodal-overlay, .remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block; }

.main-login, .main-forgot {
  height: 100%;
  background: url(../img/bg/bg_login_parents.jpeg) no-repeat center right;
  background-size: cover; }
.main-login > .l, .main-forgot > .l {
  height: 100%; }
.main-login > .l form, .main-forgot > .l form {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%; }
.main-login .p-login, .main-forgot .p-login {
  max-width: 400px; }

.main-forgot {
  background: #F0F7F7; }
.main-forgot .description {
  text-align: center; }

.p-login[data-option*="space-l"] {
  padding: 46px 40px 60px; }
.p-login[data-option*="space-l"][data-option*="bg-white"] {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.16); }
.p-login > .head_box .ttl {
  text-align: center;
  font: 600 18px/1.3em 'Noto Sans JP',sans-serif; }
.p-login > .head_box .ttl:before {
  content: attr(data-eng);
  font: 900 42px/1.3em 'Roboto',sans-serif;
  display: block;
  letter-spacing: .06em;
  margin: 0 0 10px; }

/* ! 共通スタイル  =========================================

　■ カテゴリー
　■ ボックス
　■ テーブル
　■ バックボタン
　■ フォーム

 ========================================= */
@media screen and (max-width: 1020px) {
  html {
    min-width: 360px;
    display: flex; } }
/* !　■ カテゴリー ———————————————————————————————————————————————————————————— */
.c-category {
  display: flex; }
.c-category:before {
  content: '';
  padding: 0 10px;
  height: 20px;
  font: 600 12px/1.3em 'Noto Sans JP',sans-serif;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center; }
.c-category[data-option*="lesson"]:before {
  content: 'レッスン';
  background: #27A39B; }
.c-category[data-option*="event"]:before {
  content: 'イベント';
  background: #EDB20B; }
.c-category[data-option*="freetrial"]:before {
  content: '無料体験';
  background: #F57979; }
.c-category[data-option*="zoom"]:before {
  content: 'ZOOM';
  font: 600 14px/1em 'Roboto',sans-serif;
  background: #2589FF; }

[data-flex="align-center"] .c-category {
  transform: translate(0, 2px); }

/* !　■ ボックス ———————————————————————————————————————————————————————————— */
@media screen and (max-width: 480px) {
  .box {
    padding: 16px; } }
@media screen and (max-width: 480px) {
  .box[data-option*="space-l"] {
    padding: 16px; } }
.box[data-option*="bg-white"] {
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.02);
  position: relative; }
.box > .c-back_button {
  position: absolute;
  left: 0;
  top: 0; }
.box > .c-back_button .btn {
  transform: translate(-25%, -25%); }
@media screen and (max-width: 480px) {
  .box .head_box {
    margin: 0 0 12px; } }
.box .head_box .ttl[data-option*="style-eng"] {
  font: 600 16px/1em 'Roboto',sans-serif; }
.box .head_box .ttl[data-option*="style-eng"][data-kana]:before {
  display: none; }
.box .head_box .ttl[data-option*="style-eng"][data-kana]:after {
  content: attr(data-kana);
  font: 400 12px/1em 'Noto Sans JP',sans-serif;
  color: #767676;
  margin: 0 0 0 10px; }
.box .head_box .ttl[data-option*="style-eng"][data-option*="size-l"] {
  font: 600 24px/1em 'Roboto',sans-serif; }
.box .body_box[data-option*="bg-white"] {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.02);
  padding: 10px; }
.box .body_box[data-option*="bg-white"][data-option*="style-emphasis"] {
  border: solid 2px #27A39B; }
.box .body_box[data-option*="space-l"], .box .body_box[data-tablet*="space-l"] {
  padding: 30px; }
@media screen and (max-width: 480px) {
  .box .body_box[data-option*="space-l"], .box .body_box[data-tablet*="space-l"] {
    padding: 16px; } }
.box .body_box[data-option*="space-m"], .box .body_box[data-tablet*="space-m"] {
  padding: 20px; }
@media screen and (max-width: 480px) {
  .box .body_box[data-option*="space-m"], .box .body_box[data-tablet*="space-m"] {
    padding: 16px; } }
.box .body_box[data-option*="space-s"], .box .body_box[data-tablet*="space-s"] {
  padding: 16px; }

/* !　■ テーブル ———————————————————————————————————————————————————————————— */
@media screen and (max-width: 640px) {
  .table thead th.th__date {
    width: 90px; } }
@media screen and (max-width: 640px) {
  .table thead th.th__teacher {
    width: 120px; } }
.table tbody tr {
  vertical-align: top; }
@media screen and (max-width: 640px) {
  .table tbody td {
    padding: 8px 4px; } }
.table tbody td .c-user .info .name {
  font: 500 14px/1.2em 'Noto Sans JP',sans-serif; }
.table tbody p {
  font: 400 13px/1.5em 'Noto Sans JP',sans-serif;
  color: #444; }
.table.link tbody tr:hover {
  background: #f4f7f7; }

/* !　■ バックボタン ———————————————————————————————————————————————————————————— */
.c-back_button {
  position: relative;
  margin: 0 10px 0 0; }
.c-back_button .btn {
  transform: translate(0, 0); }

/* !　■ フォーム ———————————————————————————————————————————————————————————— */
input, select, textarea {
  border-radius: 4px;
  border-color: #D9E6E3; }

.f_inner .f_parts[data-option*="style-date"] input {
  font: 400 16px/1.3em 'Roboto',sans-serif; }
.f_inner .f_parts[data-option*="style-date"]:before {
  background: url(../img/icon/parents/ico_calendar.svg) no-repeat center;
  background-size: contain; }
.f_inner .f_parts[data-option="style-select"]:before {
  background: url(../img/icon/parents/ico_select.svg) no-repeat center;
  background-size: contain; }
@media screen and (max-width: 480px) {
  .f_inner[data-option="style-row"] .f_parts {
    flex-direction: column;
    align-items: flex-start; } }
@media screen and (max-width: 480px) {
  .f_inner[data-option="style-row"] .f_parts .unit[data-option*="style-name"] {
    min-width: auto;
    margin: 0 0 2px; } }

@media screen and (max-width: 480px) {
  .f--birth .f_inner .f_parts {
    flex-direction: row;
    align-items: center; } }
.f--birth .f_inner .f_parts[data-width="120"] {
  width: 90px; }

/* !　■ リスト ———————————————————————————————————————————————————————————— */
@media screen and (max-width: 480px) {
  .list > li {
    flex-direction: column;
    align-items: flex-start !important; } }
@media screen and (max-width: 480px) {
  .list > li[data-option*="size-l"] > .head {
    min-height: auto; } }
@media screen and (max-width: 480px) {
  .list > li > .cnt {
    width: 100%; } }
@media screen and (max-width: 480px) {
  .list > li > .cnt > .btnarea .btn {
    padding: 4px 8px; } }
@media screen and (max-width: 560px) {
  .list__modal {
    display: block; } }
@media screen and (max-width: 480px) {
  .list[data-option*="head-150"] > li > .head {
    flex: 0 0 auto;
    margin: 0 0 6px; } }
@media screen and (max-width: 480px) {
  .list[data-option*="head-120"] > li > .head {
    flex: 0 0 auto;
    margin: 0 0 6px; } }

/* !　■ テキスト ———————————————————————————————————————————————————————————— */
@media screen and (max-width: 480px) {
  .ttl[data-option*="size-xl"] {
    font: 600 20px/1.3em 'Noto Sans JP',sans-serif; } }

/* ! フラッシュメッセージ ———————————————————————————————————————————————————————————— */
.area_flash {
  position: fixed;
  top: 0;
  right: 0;
  padding: 20px;
  pointer-events: none;
  z-index: 2; }

.flash_message p {
  color: #AA7E21;
  font: 400 12px/1em 'noto sans japanese',sans-serif;
  letter-spacing: .04em;
  height: 36px;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 40px 0 20px;
  border: 1px solid #AA7E21;
  background: #fff;
  /*box-shadow: 0px 8px 8px -4px rgba(228, 67, 89,0.4);*/ }

.flash_message.error p {
  color: #da0808;
  border: 1px solid #da0808;
  /*box-shadow: 0px 8px 8px -4px rgba(44, 103, 225,0.4);;*/ }

.flash_message {
  transform: translateX(150%);
  transition: all 0.5s ease;
  opacity: 0; }

.flash_message {
  animation: flash 4s ease forwards; }

.flash_message p {
  cursor: pointer;
  pointer-events: all; }

@keyframes flash {
  0% {
    transform: translateX(150%);
    opacity: 0; }
  20% {
    transform: translateX(0%);
    opacity: 1; }
  80% {
    transform: translateX(0%);
    opacity: 1; }
  100% {
    transform: translateX(-50%);
    opacity: 0;
    pointer-events: none; } }
/* クリックして消す場合。 */
.list_flash > li.flash_on.flash_remove {
  animation: flash_remove 1s ease forwards; }

.list_flash > li.flash_on.flash_remove p {
  pointer-events: none;
  cursor: default; }

@keyframes flash_remove {
  0% {
    transform: translateX(0%);
    opacity: 1; }
  100% {
    transform: translateX(-50%);
    opacity: 0; } }
/* ! CSS ----------------------------------------------------------------------------------------------------

　■ アラート
　■ メニュー
　■ カレンダー
　■ レッスン
　■ イベント

---------------------------------------------------------------------------------------------------- */
/* ! ====================================================================================================
　■ アラート
==================================================================================================== */
.list_alert > li + li {
  margin: 6px 0 0; }
.list_alert article {
  padding: 10px 14px;
  background: #fff;
  border: solid 1px #EC4855;
  border-radius: 4px;
  display: flex;
  position: relative; }
.list_alert article:hover {
  background: #f9f5f5; }
.list_alert article > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }
.list_alert article p {
  color: #EC4855;
  font: 600 14px/1.3em 'Noto Sans JP',sans-serif; }
.list_alert article .c-user {
  margin: 0 14px 0 0; }
.list_alert article .c-user .name {
  color: #444;
  font: 500 13px/1em 'Noto Sans JP',sans-serif; }
.list_alert article .c-user + p {
  padding: 8px 0 0 16px;
  position: relative; }
.list_alert article .c-user + p:before {
  content: '';
  width: 1px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 12px;
  background: #ecbec1; }
@media screen and (max-width: 768px) {
  .list_alert article {
    padding: 6px; }
  .list_alert article .c-user .thumbnail {
    flex: 0 0 30px;
    width: 30px;
    height: 30px; }
  .list_alert article .c-user + p {
    padding: 3px 0 0 16px; }
  .list_alert article .c-user + p:before {
    top: 5px; } }

/* ! ====================================================================================================
　■ メニュー
==================================================================================================== */
.c-list_aside > li + li {
  margin: 30px 0 0; }
.c-list_aside > li a {
  font: 500 14px/1em 'Noto Sans JP',sans-serif;
  color: #000; }
.c-list_aside > li a:before {
  background-size: contain !important; }
.c-list_aside > li.current a {
  font: 600 14px/1em 'Noto Sans JP',sans-serif;
  color: #27A39B; }
.c-list_aside > li.top a:before {
  background: url(../img/icon/parents/ico_home.svg) no-repeat center; }
.c-list_aside > li.top.current a:before {
  background: url(../img/icon/parents/ico_home_current.svg) no-repeat center; }
.c-list_aside > li.schedule a:before {
  background: url(../img/icon/parents/ico_schedule.svg) no-repeat center; }
.c-list_aside > li.schedule.current a:before {
  background: url(../img/icon/parents/ico_schedule_current.svg) no-repeat center; }
.c-list_aside > li.lesson a:before {
  background: url(../img/icon/parents/ico_lesson.svg) no-repeat center; }
.c-list_aside > li.lesson.current a:before {
  background: url(../img/icon/parents/ico_lesson_current.svg) no-repeat center; }
.c-list_aside > li.settlement a:before {
  background: url(../img/icon/parents/ico_settlement.svg) no-repeat center; }
.c-list_aside > li.settlement.current a:before {
  background: url(../img/icon/parents/ico_settlement_current.svg) no-repeat center; }
.c-list_aside > li.setting a:before {
  background: url(../img/icon/parents/ico_setting.svg) no-repeat center; }
.c-list_aside > li.setting.current a:before {
  background: url(../img/icon/parents/ico_setting_current.svg) no-repeat center; }
.c-list_aside > li.contact a:before {
  background: url(../img/icon/parents/ico_contact.svg) no-repeat center; }
.c-list_aside > li.contact.current a:before {
  background: url(../img/icon/parents/ico_contact_current.svg) no-repeat center; }
.c-list_aside > li.logout a:before {
  background: url(../img/icon/parents/ico_logout.svg) no-repeat center; }
.c-list_aside > li.logout.current a:before {
  background: url(../img/icon/parents/ico_logout_current.svg) no-repeat center; }
@media screen and (max-width: 768px) {
  .c-list_aside li + li {
    margin: 0; }
  .c-list_aside li a {
    padding: 20px 0;
    border-bottom: solid 1px #eee; } }

/* ! ====================================================================================================
　■ カレンダー
==================================================================================================== */
.list_week {
  border-bottom: none;
  margin: 0 0 10px; }
.list_week p {
  color: #999;
  font: 400 13px/1em 'Roboto',sans-serif;
  padding: 0; }

.list_day > li {
  padding: 4px 0; }
.list_day > li article {
  border: none;
  min-height: auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center; }
.list_day > li p {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font: 400 15px/1em 'Roboto',sans-serif;
  color: #222;
  position: relative; }
.list_day > li p[data-option*="style-"] {
  display: flex; }
.list_day > li p[data-option*="style-"]:before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%); }
.list_day > li p[data-option*="style-boy-lesson"]:before {
  background: #57C1F7; }
.list_day > li p[data-option*="style-girl-lesson"]:before {
  background: #FF6572; }
.list_day > li p[data-option*="style-event"]:before {
  background: #FFBC00; }
.list_day > li.prev, .list_day > li.next {
  background: none;
  opacity: .4; }
.list_day > li.today p {
  background: #006565;
  font: 600 14px/1em 'Noto Sans JP',sans-serif;
  color: #fff;
  padding: 2px 6px 4px; }
.list_day > li.today p[data-option*="style-"]:before {
  bottom: -3px; }

/* ! ====================================================================================================
　■ レッスン
==================================================================================================== */
.list_lesson > li {
  position: relative; }
.list_lesson > li + li {
  margin: 8px 0 0; }
.list_lesson > li.girl article {
  border-color: #FF6572;
  background: #FFF6F4; }
.list_lesson > li[data-option="style-free"]:before {
  content: '無料体験';
  width: 64px;
  height: 20px;
  font: 600 12px/1em 'Noto Sans JP',sans-serif;
  color: #fff;
  background: #57C1F7;
  border-radius: 2px 2px 2px 5px;
  position: absolute;
  left: 4px;
  bottom: 4px;
  display: flex;
  align-items: center;
  justify-content: center; }
.list_lesson article {
  padding: 10px 10px 6px;
  border-radius: 6px;
  background: #F2FBFF;
  border: solid 1px #57C1F7;
  position: relative; }
.list_lesson article > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }
.list_lesson article .ttl {
  font: 600 16px/1.3em 'Noto Sans JP',sans-serif; }
.list_lesson article .ttl small {
  font: 600 12px/1.3em 'Noto Sans JP',sans-serif;
  display: block; }
.list_lesson .head {
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
.list_lesson .head .date {
  font: 500 13px/1em 'Roboto',sans-serif;
  letter-spacing: .02em; }
.list_lesson .foot {
  margin: 10px 0 0;
  display: flex;
  justify-content: flex-end; }
.list_lesson .foot .thumbnail {
  flex: 0 0 30px;
  width: 30px;
  height: 30px; }

/* ! ====================================================================================================
　■ 学習状況
==================================================================================================== */
.list_children_status > li + li {
  margin: 6px 0 0; }
.list_children_status article {
  border-radius: 6px;
  display: flex;
  padding: 5px;
  background: #444;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  color: #fff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.16); }
@media screen and (max-width: 920px) {
  .list_children_status article {
    background-position: center !important; } }
@media screen and (max-width: 480px) {
  .list_children_status article {
    flex-direction: column; } }
.list_children_status .user {
  display: flex;
  padding: 15px;
  flex: auto;
  min-width: 1px; }
@media screen and (max-width: 920px) {
  .list_children_status .user {
    flex-direction: column; } }
@media screen and (max-width: 480px) {
  .list_children_status .user {
    flex-direction: row;
    padding: 6px; } }
.list_children_status .user .thumbnail {
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-size: 240% !important;
  background-repeat: no-repeat !important;
  background-position: center top -22px !important;
  margin: 0 16px 0 0;
  position: relative; }
.list_children_status .user .thumbnail .level {
  font: 600 18px/1em 'Roboto',sans-serif;
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translate(-50%, 100%); }
@media screen and (max-width: 920px) {
  .list_children_status .user .thumbnail .level {
    left: auto;
    right: -16px;
    bottom: 0;
    transform: translate(100%, 0%); } }
@media screen and (max-width: 480px) {
  .list_children_status .user .thumbnail .level {
    display: none; } }
.list_children_status .user .thumbnail .level:before {
  content: 'Lv.';
  font: 600 14px/1em 'Roboto',sans-serif;
  margin: 0 2px 0 0; }
.list_children_status .user .name {
  padding: 14px 0 0; }
@media screen and (max-width: 480px) {
  .list_children_status .user .name {
    padding: 0; } }
.list_children_status .user .name p {
  font: 600 20px/1em 'Roboto',sans-serif; }
.list_children_status .user .name p small {
  font: 600 14px/1em 'Roboto',sans-serif;
  margin: 0 0 0 4px; }
.list_children_status .user .name p[data-kana]:after {
  content: attr(data-kana);
  font: 400 13px/1em 'Noto Sans JP',sans-serif;
  display: block;
  margin: 8px 0 0; }
.list_children_status .user .name p.level {
  display: none;
  font: 600 18px/1em 'Roboto',sans-serif; }
@media screen and (max-width: 480px) {
  .list_children_status .user .name p.level {
    display: flex;
    align-items: baseline;
    margin: 6px 0 0; } }
.list_children_status .user .name p.level:before {
  content: 'Lv.';
  font: 600 14px/1em 'Roboto',sans-serif;
  margin: 0 2px 0 0; }
.list_children_status .user.boy .thumbnail {
  border: solid 2px #57C1F7; }
.list_children_status .user.girl .thumbnail {
  border: solid 2px #FF6572; }
.list_children_status .lesson .step {
  font: 600 16px/1.3em 'Noto Sans JP',sans-serif; }
.list_children_status .lesson .step small {
  display: block;
  font: 600 13px/1.3em 'Noto Sans JP',sans-serif;
  margin: 0 0 4px; }
.list_children_status .status {
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  flex: auto;
  min-width: 1px;
  margin: -10px;
  max-width: 520px;
  justify-content: flex-end; }
@media screen and (max-width: 640px) {
  .list_children_status .status {
    padding: 6px;
    margin: 0; } }
.list_children_status .status > div {
  padding: 10px;
  flex: auto;
  min-width: 270px; }
.list_children_status .status > div.lesson {
  min-width: 190px; }
.list_children_status .status .ttl {
  font: 600 13px/1em 'Noto Sans JP',sans-serif;
  display: flex;
  align-items: center; }
.list_children_status .status .ttl:before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../img/icon/ico_book.svg) no-repeat center;
  background-size: contain !important;
  margin: 0 6px 0 0; }
.list_children_status .status .ttl:after {
  content: '';
  height: 1px;
  flex: auto;
  min-width: 1px;
  margin: 0 0 0 8px;
  background: rgba(255, 255, 255, 0.2); }
.list_children_status .status .quest .ttl:before {
  background: url(../img/icon/ico_quest.svg) no-repeat center; }
.list_children_status .status .stage p {
  font: 600 16px/1.3em 'Noto Sans JP',sans-serif; }
.list_children_status .status .stage p.clear {
  margin: 6px 0 0;
  font: 600 13px/1.3em 'Noto Sans JP',sans-serif; }
.list_children_status .status .stage p.clear:before {
  content: attr(data-before) " :";
  font: 600 13px/1.3em 'Noto Sans JP',sans-serif; }
.list_children_status .status .stage p.clear:after {
  content: "/ " attr(data-all);
  font: 600 13px/1.3em 'Noto Sans JP',sans-serif;
  margin: 0 0 0 4px; }
.list_children_status .status .possession {
  margin: 0 0 0 auto;
  padding: 0 0 0 10px; }

/* ! ====================================================================================================
　■ 予約スケジュール
==================================================================================================== */
.list_schedule > li {
  display: flex;
  align-items: center;
  position: relative;
  padding: 12px 0; }
.list_schedule > li + li {
  border-top: solid 1px #eee; }
.list_schedule > li > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }
.list_schedule > li .head {
  margin: 0 20px 0 0;
  display: flex;
  align-items: center;
  flex: 0 0 auto; }
.list_schedule > li .cnt {
  flex: auto;
  min-width: 1px; }
.list_schedule > li .cnt .ttl {
  font: 500 14px/1.3em 'Noto Sans JP',sans-serif; }
.list_schedule > li:hover .ttl {
  color: #27A39B;
  text-decoration: underline; }
.list_schedule .date {
  font: 500 14px/1em 'Roboto',sans-serif;
  margin-left: 10px; }
.list_schedule .c-lesson_time {
  margin-left: 12px; }
@media screen and (max-width: 768px) {
  .list_schedule {
    margin: -12px 0; }
  .list_schedule > li {
    flex-direction: column;
    align-items: flex-start; }
  .list_schedule > li > .head {
    margin: 0 0 6px;
    flex-wrap: wrap; }
  .list_schedule > li > .head .c-category {
    width: 100%;
    margin: 0 0 4px; }
  .list_schedule > li > .head .date {
    margin-left: 0; }
  .list_schedule > li > .cnt .ttl {
    color: #27A39B;
    text-decoration: underline; } }

/* ! ====================================================================================================
　■ イベント
==================================================================================================== */
.list_event {
  display: flex;
  flex-wrap: wrap;
  margin: -5px; }
.list_event > li {
  flex: auto;
  min-width: 1px;
  width: 50%;
  padding: 5px; }
.list_event[data-option="style-row"] {
  overflow: auto;
  flex-wrap: nowrap; }
.list_event[data-option="style-row"] > li {
  flex: 0 0 340px;
  width: 340px; }
.list_event article {
  padding: 10px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.02);
  position: relative;
  border: solid 1px #fff; }
.list_event article:hover {
  border-color: #93b5b5; }
.list_event article > a {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%; }
.list_event .info {
  display: flex; }
.list_event .info .img {
  flex: 0 0 75px;
  width: 75px;
  height: 75px;
  border-radius: 6px;
  background: #eee;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  margin: 0 10px 0 0; }
.list_event .info .text {
  flex: auto;
  min-width: 1px;
  display: flex;
  flex-direction: column; }
.list_event .info .text > div {
  margin: auto 0 0;
  flex: auto;
  min-height: 1px;
  padding: 4px 0; }
.list_event .description {
  margin: 10px 0 0; }
.list_event .ttl {
  font: 600 16px/1.3em 'Noto Sans JP',sans-serif;
  color: #006565;
  margin: 0 0 6px;
  flex: 0 0 auto; }
.list_event .area {
  font: 500 13px/1em 'Noto Sans JP',sans-serif;
  margin: 0 10px 0 0; }
.list_event .p-ticket .num {
  font: 600 20px/1em "Roboto", sans-serif; }
.list_event .p-ticket:before {
  flex: 0 0 14px;
  width: 14px;
  height: 14px; }
.list_event .join {
  display: flex;
  align-items: baseline;
  font: 600 12px/1em 'Noto Sans JP',sans-serif;
  margin-left: auto; }
.list_event .join p {
  display: flex;
  align-items: baseline;
  font: 600 20px/1em 'Roboto',sans-serif; }
.list_event .join p[data-all]:after {
  content: "/ " attr(data-all);
  margin: 0 4px 0 5px;
  font: 600 14px/1em 'Roboto',sans-serif; }

/* ! 各ページ  =========================================

　■ メディアクエリ
　■ 基本項目
　■ アサイド
　■ カレンダー
　■ ボタン
　■ テキスト
　 - ページタイトル
　 - チケット枚数
　 - 振替回数
　 - 合計価格
　■ コンタクト
　■ サムネイル
　■ 参加人数

 ========================================= */
/* ! ====================================================================================================
　■ メディアクエリ
==================================================================================================== */
/* ! ====================================================================================================
　■ 基本項目
==================================================================================================== */
:root {
  /* ! カラー —————————— */
  /* メインカラーのグリーン */
  --color_main: #27A39B;
  /* アクセントカラーの蛍光グリーン */
  --color_accent: #9DC814;
  /* 下地カラーのグレー */
  --color_base: #ddd;
  /* デフォルトテキストカラーのブラック */
  --color_black: #000;
  /* リンクになるグレー色 */
  --color_gray: #DCEBEA;
  /* フォームのグレー枠色 */
  --color_form: #D9E6E3;
  /* プレースホルダーの薄グレー */
  --color_gray_light: #C7C7C4;
  /* サービス別 */
  --color_forum: #75C23A;
  /* ! 角丸 —————————— */
  --radius_base: 3px; }

/* ! ====================================================================================================
　■ アサイド
==================================================================================================== */
.p-aside {
  padding: 40px 20px 0; }

.p-aside_logo {
  transform: translate(-6px, 0);
  width: 100%; }

/* ! ====================================================================================================
　■ カレンダー
==================================================================================================== */
.p-aside_calendar {
  padding: 0 0 90px; }
.p-aside_calendar .btn[data-option*="style-ghost"] {
  flex: 0 0 auto; }

.p-calendar > .head {
  display: flex;
  align-items: center;
  margin: 0 0 20px; }
.p-calendar .current {
  display: flex;
  align-items: baseline;
  font: 600 24px/1em 'Roboto',sans-serif; }
.p-calendar .current p {
  font: 600 24px/1em 'Roboto',sans-serif; }
.p-calendar .btnarea {
  margin: -8px;
  margin-left: auto;
  justify-content: flex-end; }
.p-calendar .btnarea > a {
  width: 12px;
  height: 18px;
  flex: 0 0 12px;
  background: url(../img/icon/ico_arrow_calendar_prev.svg) no-repeat center;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  margin: 8px; }
.p-calendar .btnarea > a:hover {
  opacity: .5; }
.p-calendar .btnarea > a.button_next {
  background: url(../img/icon/ico_arrow_calendar_next.svg) no-repeat center; }
.p-calendar .btnarea > a.nomove {
  opacity: .2;
  pointer-events: none; }

/* ! ====================================================================================================
　■ ボタン
==================================================================================================== */
.btn[data-option*="style-contact"] {
  background: #EDB20B;
  border-color: #EDB20B;
  color: #fff; }
.btn[data-option*="style-contact"]:before {
  content: '';
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin: 0 10px 0 0;
  background: url(../img/icon/ico_mail_white.svg) no-repeat center;
  background-size: contain;
  display: block; }
.btn[data-option*="style-contact"]:hover {
  background: #fff;
  color: #EDB20B; }
.btn[data-option*="style-contact"]:hover:before {
  background: url(../img/icon/ico_mail.svg) no-repeat center;
  background-size: contain; }
.btn[data-option*="style-contact"][data-option*="size-l"] {
  font: 600 16px/1em 'Noto Sans JP',sans-serif; }

/* ! ====================================================================================================
　■ テキスト
==================================================================================================== */
.p-page_ttl {
  margin: 0 auto 0 0; }
.p-page_ttl .ttl {
  font: 600 24px/1em 'Roboto',sans-serif;
  color: #006565; }
.p-page_ttl .today {
  display: flex;
  align-items: baseline;
  font: 600 14px/1em 'Roboto',sans-serif;
  margin: 6px 0 0; }
.p-page_ttl .today .date {
  font: 500 15px/1em 'Roboto',sans-serif;
  margin: 0 4px 0 0;
  color: #27A39B; }
.p-page_ttl .today .day {
  font: 500 14px/1em 'Roboto',sans-serif;
  margin: 0 0 0 4px; }

@media screen and (max-width: 900px) {
  .p-content-head {
    flex-wrap: wrap; } }
@media screen and (max-width: 480px) {
  .p-content-head {
    align-items: center;
    position: relative; } }
@media screen and (max-width: 900px) {
  .p-content-head .p-page_ttl {
    width: 100%;
    margin: 0 0 8px;
    padding: 0 0 14px;
    border-bottom: solid 1px #d8e2e2; } }
.p-content-head .p-wrapticket {
  margin: 0 0 0 auto; }
@media screen and (max-width: 480px) {
  .p-content-head .p-wrapticket {
    flex-direction: column; } }
.p-content-head .p-transfer {
  margin-left: auto; }
.p-content-head .p-ticket {
  margin: 0 14px 0 20px; }
@media screen and (max-width: 560px) {
  .p-content-head .p-ticket {
    margin: 0 10px 0 8px; } }
@media screen and (max-width: 480px) {
  .p-content-head .p-ticket {
    margin: 0 0 0 8px; } }
.p-content-head .p-ticket:before {
  margin: 0; }
.p-content-head .p-ticket small {
  font: 600 13px/1em 'Noto Sans JP',sans-serif;
  margin: 0 6px 0 0; }
.p-content-head .p-ticket .num[data-after]:after {
  content: attr(data-after);
  margin: 0 0 0 2px;
  font: 600 12px/1em 'Noto Sans JP',sans-serif; }
.p-content-head .btnarea {
  flex: 0 0 auto; }
@media screen and (max-width: 480px) {
  .p-content-head .btnarea {
    position: absolute;
    right: 0;
    top: 6px; } }

.p-ticket {
  display: flex;
  align-items: baseline; }
.p-ticket:before {
  content: '';
  width: 18px;
  height: 18px;
  margin: 0 4px 0 0;
  background: url(../img/icon/ico_ticket.svg) no-repeat center;
  background-size: contain;
  transform: translate(0px, 2px); }
.p-ticket p {
  font: 600 13px/1em 'Noto Sans JP',sans-serif; }
.p-ticket p.num {
  font: 600 24px/1em 'Roboto',sans-serif;
  margin: 0 4px; }

.p-transfer {
  display: flex;
  align-items: baseline;
  position: relative; }
.p-transfer:before {
  content: '';
  width: 18px;
  height: 18px;
  margin: 0 6px 0 0;
  background: url(../img/icon/ico_transfer.svg) no-repeat center;
  background-size: contain;
  transform: translate(0px, 3px); }
.p-transfer p {
  font: 600 15px/1em 'Noto Sans JP',sans-serif; }
.p-transfer p.num {
  font: 600 26px/1em 'Roboto',sans-serif;
  margin: 0 4px; }
.p-transfer p.num[data-after]:after {
  content: attr(data-after);
  font: 600 14px/1em 'Noto Sans JP',sans-serif; }
.p-transfer small {
  font: 500 12px/1em 'Noto Sans JP',sans-serif;
  position: absolute;
  right: 0;
  bottom: -6px;
  transform: translate(0, 100%);
  color: #999; }
.p-transfer small[data-ttl]:before {
  content: attr(data-ttl) " :";
  margin: 0 4px 0 0; }
.p-transfer[data-option*="position-right"] {
  margin-left: auto; }
.p-transfer[data-option*="position-center"] {
  margin: auto;
  flex-wrap: wrap;
  justify-content: center; }
.p-transfer[data-option*="position-center"] small {
  position: relative;
  transform: translate(0, 0);
  bottom: auto;
  right: auto;
  display: block;
  width: 100%;
  margin: 10px 0 0; }
.p-transfer[data-option*="size-l"]:before {
  width: 22px;
  height: 22px; }
.p-transfer[data-option*="size-l"] small {
  font: 500 14px/1em 'Noto Sans JP',sans-serif; }
.p-transfer[data-option*="size-l"] p {
  font: 600 18px/1em 'Noto Sans JP',sans-serif; }
.p-transfer[data-option*="size-l"] p.num {
  font: 600 34px/1em 'Roboto',sans-serif; }
.p-transfer[data-option*="size-l"] p.num[data-after]:after {
  font: 600 18px/1em 'Noto Sans JP',sans-serif; }

.p-price {
  display: flex;
  align-items: baseline;
  font: 600 14px/1em 'Noto Sans JP',sans-serif; }
.p-price .num {
  font: 600 28px/1em 'Roboto',sans-serif; }
.p-price .num[data-after]:after {
  content: attr(data-after);
  font: 800 16px/1em 'Noto Sans JP',sans-serif; }

/* ! ====================================================================================================
　■ コンタクト
==================================================================================================== */
.p-contact_message .head .ttl {
  margin: 0 10px 0 0; }
.p-contact_message .head .date {
  letter-spacing: .05em; }
.p-contact_message .head .c-status {
  transform: translate(0px, 3px); }
.p-contact_message .head .description {
  font: 400 15px/1.7em 'Noto Sans JP',sans-serif;
  letter-spacing: .04em; }

/* ! ====================================================================================================
　■ サムネイル
==================================================================================================== */
.p-thumbnail {
  width: 100%;
  background: #eee;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important; }
.p-thumbnail:before {
  content: '';
  width: 100%;
  padding-top: 56%;
  display: block; }
.p-thumbnail[data-option="style-round"] {
  border-radius: 6px; }

/* ! ====================================================================================================
　■ 参加人数
==================================================================================================== */
.p-join {
  display: flex;
  align-items: baseline;
  font: 600 12px/1em 'Noto Sans JP',sans-serif;
  margin-left: auto; }
.p-join p {
  display: flex;
  align-items: baseline;
  font: 600 20px/1em 'Roboto',sans-serif;
  margin: 0 6px 0 12px; }
.p-join p[data-all]:after {
  content: "/ " attr(data-all);
  margin: 0 0 0 4px;
  font: 600 14px/1em 'Roboto',sans-serif; }
.p-join[data-option*="size-l"] {
  font: 600 14px/1em 'Noto Sans JP',sans-serif; }
.p-join[data-option*="size-l"] p {
  font: 600 26px/1em 'Roboto',sans-serif; }
.p-join[data-option*="size-l"] p[data-all]:after {
  margin: 0 0 0 6px;
  font: 600 20px/1em 'Roboto',sans-serif; }

/* ! ====================================================================================================
　■ テーブル
==================================================================================================== */
.table[data-option="style-info"] {
  border: solid 1px #E6E6E6;
  margin: 12px 0 12px; }
.table[data-option="style-info"] thead {
  background: #006565;
  border: none; }
.table[data-option="style-info"] thead th {
  text-align: center;
  color: #fff;
  font: 400 12px/1em 'Noto Sans JP',sans-serif;
  padding: 6px; }
@media screen and (max-width: 560px) {
  .table[data-option="style-info"] thead th {
    padding: 4px; } }
.table[data-option="style-info"] thead th + th {
  border-left: solid 1px rgba(255, 255, 255, 0.5); }
@media screen and (max-width: 560px) {
  .table[data-option="style-info"] thead th p {
    font: 500 12px/1.2em 'Noto Sans JP',sans-serif; } }
.table[data-option="style-info"] thead th br {
  display: none; }
@media screen and (max-width: 560px) {
  .table[data-option="style-info"] thead th br {
    display: block; } }
@media screen and (max-width: 500px) {
  .table[data-option="style-info"] thead th br {
    display: none; } }
.table[data-option="style-info"] tbody td {
  padding: 10px;
  text-align: center; }
@media screen and (max-width: 560px) {
  .table[data-option="style-info"] tbody td {
    padding: 8px 5px;
    text-align: center; } }
.table[data-option="style-info"] tbody td.current {
  background: rgba(0, 103, 103, 0.1); }
.table[data-option="style-info"] tbody td + td {
  border-left: solid 1px #eee; }
.table[data-option="style-info"] tbody td .num {
  font: 500 16px/1.3em 'Roboto',sans-serif;
  letter-spacing: .04em; }
.table + .p-annotation {
  display: table;
  margin-left: auto; }
.table + .p-annotation p {
  font: 300 12px/1.3em 'Noto Sans JP',sans-serif;
  color: #626262; }
.table + .p-annotation p + p {
  margin: 4px 0 0; }

/* ============================================================ 
　■ エンジニア追加分
============================================================ */
[role="alert"].invalid-feedback {
  display: block;
  margin: 4px 0; }

[role="alert"].invalid-feedback strong {
  color: #e60012;
  font: 500 11px/1em 'noto sans japanese',sans-serif;
  letter-spacing: .04em;
  display: block; }

/* 必須・任意表示 */
.required .ttl:before {
  content: "*";
  font: 600 12px/1em "noto sans japanese", sans-serif;
  text-align: center;
  color: #e60347;
  display: inline-block;
  padding: 2px 0;
  min-height: 1px;
  margin: 0 8px 0 0; }

.p-parent .list > li.required:before {
  display: none; }

/* 任意表示 */
.n_required .ttl:before {
  content: " ";
  font: 600 12px/1em "noto sans japanese", sans-serif;
  text-align: center;
  display: inline-block;
  padding: 2px 0;
  min-height: 1px;
  margin: 0 8px 0 0; }

/* ! フラッシュメッセージ ———————————————————————————————————————————————————————————— */
.area_flash {
  position: fixed;
  top: 0;
  right: 0;
  padding: 20px;
  pointer-events: none;
  z-index: 999; }

.flash_message p {
  color: #AA7E21;
  font: 400 12px/1em 'noto sans japanese',sans-serif;
  letter-spacing: .04em;
  height: 36px;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 40px 0 20px;
  border: 1px solid #AA7E21;
  background: #fff;
  /*box-shadow: 0px 8px 8px -4px rgba(228, 67, 89,0.4);*/ }

.flash_message.error p {
  color: #da0808;
  border: 1px solid #da0808;
  /*box-shadow: 0px 8px 8px -4px rgba(44, 103, 225,0.4);;*/ }

.flash_message {
  transform: translateX(150%);
  transition: all 0.5s ease;
  opacity: 0; }

.flash_message {
  animation: flash 4s ease forwards; }

.flash_message p {
  cursor: pointer;
  pointer-events: all; }

@keyframes flash {
  0% {
    transform: translateX(150%);
    opacity: 0; }
  20% {
    transform: translateX(0%);
    opacity: 1; }
  80% {
    transform: translateX(0%);
    opacity: 1; }
  100% {
    transform: translateX(0);
    opacity: 0;
    pointer-events: none; } }
/* クリックして消す場合。 */
.list_flash > li.flash_on.flash_remove {
  animation: flash_remove 1s ease forwards; }

.list_flash > li.flash_on.flash_remove p {
  pointer-events: none;
  cursor: default; }

@keyframes flash_remove {
  0% {
    transform: translateX(0%);
    opacity: 1; }
  100% {
    transform: translateX(-50%);
    opacity: 0; } }
.p-contact_annotation {
  text-align: end;
  position: relative;
  font: 500 12px/1em 'Noto Sans JP' , sans-serif; }
.p-contact_annotation:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #EC4855;
  position: absolute;
  top: 6px;
  right: 50px;
  transform: translateY(-50%);
  border-radius: 2px; }

.unread:before {
  top: 6px;
  right: 30px;
  bottom: 0;
  margin: auto; }

.p-list_contact {
  margin: 10px -8px 0; }
.p-list_contact li {
  padding: 10px 12px 6px;
  position: relative;
  background: #fff;
  border: solid 2px transparent; }
.p-list_contact li.yours {
  z-index: 1;
  border-color: #27a39a;
  box-shadow: 0 2px 4px rgba(17, 111, 104, 0.22);
  border-radius: 4px; }
.p-list_contact li.yours + .yours {
  border-top: none; }
.p-list_contact li.notSupported .ttl:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #EC4855;
  border-radius: 2px;
  margin: 3px 4px 3px 0; }
.p-list_contact li + li {
  border-top: 1px solid #EBEEF1; }
.p-list_contact li a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }
.p-list_contact li .ttl {
  font: 600 13px/1.4em 'Noto Sans JP' , sans-serif;
  vertical-align: middle; }
.p-list_contact li .description {
  color: #666;
  font: 300 12px/1.4em 'Noto Sans JP' , sans-serif;
  margin: 5px 0 0; }
.p-list_contact li .sub_info {
  display: flex;
  align-items: center;
  margin: 5px 0 0; }
.p-list_contact li .sub_info .c-date {
  font: 300 13px/1.5em 'Roboto', sans-serif;
  color: #444; }
.p-list_contact li .sub_info .c-name {
  margin: 0 0 0 auto;
  font: 300 12px/1.4em 'Noto Sans JP' , sans-serif; }
.p-list_contact li .sub_info .c-name:after {
  content: attr(data-after);
  margin: 0 0 0 5px; }

/* ! 各ページ  =========================================

　■ ログイン
　■ トップ	
　■ スケジュール
　■ レッスン日程
　■ イベント

 ========================================= */
  /* ============================================================ 
　■ ログイン
============================================================ */
.p-parent.login .header {
  background: none;
  position: absolute !important;
  left: 0;
  top: 0;
  z-index: 1;
  box-shadow: none;
  display: block;
  width: 100%;
  padding: 10px; }

@media screen and (max-width: 1020px) {
  .main-login > .l form, .main-forgot > .l form {
    padding: 20px; }

  .p-login[data-option*="space-l"][data-option*="bg-white"] {
    padding: 30px 20px 20px; } }
/* ============================================================ 
　■ トップ 
============================================================ */
body.p-parent {
  background: #F0F7F7; }

/* ============================================================ 
　■ スケジュール 
============================================================ */
@media screen and (max-width: 480px) {
  .list[data-option*="style-schedule"] > li {
    flex-direction: column; }
  .list[data-option*="style-schedule"] > li > .head {
    flex: 0 0 auto;
    margin: 0 0 6px; } }

/* ============================================================ 
　■ レッスン日程 
============================================================ */
.main-home .head_box .c-status, .main-lesson .head_box .c-status, .main-schedule .head_box .c-status {
  margin: 0 10px 0 0; }
@media screen and (max-width: 768px) {
  .main-home .head_box .c-status, .main-lesson .head_box .c-status, .main-schedule .head_box .c-status {
    flex: 0 0 90px; }
  .main-home .head_box .c-status:before, .main-lesson .head_box .c-status:before, .main-schedule .head_box .c-status:before {
    font: 600 14px/1em 'Noto Sans JP',sans-serif;
    padding: 0px 10px;
    width: 100%; } }
@media screen and (max-width: 768px) {
  .main-home .head_box .c-user .thumbnail, .main-lesson .head_box .c-user .thumbnail, .main-schedule .head_box .c-user .thumbnail {
    flex: 0 0 40px;
    width: 40px;
    height: 40px; }
  .main-home .head_box .c-user .name, .main-lesson .head_box .c-user .name, .main-schedule .head_box .c-user .name {
    font: 600 18px/1.3em 'Roboto',sans-serif; } }
.main-home .head_box .p-transfer, .main-lesson .head_box .p-transfer, .main-schedule .head_box .p-transfer {
  margin-left: auto; }
.main-home .lesson_plan .dotw, .main-lesson .lesson_plan .dotw, .main-schedule .lesson_plan .dotw {
  margin: 0 10px 0 0; }
.main-home .lesson_plan .dotw:empty, .main-lesson .lesson_plan .dotw:empty, .main-schedule .lesson_plan .dotw:empty {
  display: none; }
@media screen and (max-width: 768px) {
  .main-home .lesson_plan > li, .main-lesson .lesson_plan > li, .main-schedule .lesson_plan > li {
    flex-direction: column; }
  .main-home .lesson_plan > li > .head, .main-lesson .lesson_plan > li > .head, .main-schedule .lesson_plan > li > .head {
    flex: 0 0 auto;
    margin: 0 0 4px; }
  .main-home .lesson_plan > li > .cnt, .main-lesson .lesson_plan > li > .cnt, .main-schedule .lesson_plan > li > .cnt {
    flex-wrap: wrap;
    width: 100%; }
  .main-home .lesson_plan > li > .cnt .btnarea, .main-lesson .lesson_plan > li > .cnt .btnarea, .main-schedule .lesson_plan > li > .cnt .btnarea {
    width: 100%;
    margin-top: 2px; } }

@media screen and (max-width: 480px) {
  .main-lesson_show .list .cnt {
    width: 100%; } }
.main-lesson_show .list .cnt .btnarea {
  padding-left: 20px; }
@media screen and (max-width: 480px) {
  .main-lesson_show .list .cnt .btnarea {
    width: 100%;
    padding-left: 0;
    margin-top: 10px; } }

/* ============================================================ 
　■ イベント 
============================================================ */
.main-event .list .date[data-option*="size-l"] {
  margin: 0 10px 0 0; }

/* ============================================================ 
　■ お問い合わせ 
============================================================ */
.c-comment_post {
  margin: 24px 0 0; }

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