@charset "UTF-8";
/*
 * style.css
*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/** 
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

iframe {
  border: none; }

* {
  margin: 0;
  padding: 0;
  font-style: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* Sections
   ========================================================================== */
li {
  list-style: none; }

ol, ul, dl, p {
  margin-top: 0;
  margin-bottom: 0; }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 100%;
  margin: 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 0px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: 700; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: none; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }


/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/*
    File Name   : base.scss
    Description : 各ブロックのレイアウト
*/
/* web font
------------------------------------------------------------------------------- */
@font-face {
  font-family: 'Roboto';
  src: url("../../font/Roboto-Regular.woff") format("woff"), url("../../font/Roboto-Bold.woff") format("woff"), url("../../font/Roboto-Regular.woff2") format("woff2"), url("../../font/Roboto-Bold.woff2") format("woff2"); }
/*
font-family: 'Roboto', sans-serif;
font-weight:400,700;
*/
/* Body setting
------------------------------------------------------------------------------- */
html {
  height: -webkit-fill-available; }

body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  position: relative;
  color: #000;
  font-family: "Hiragino Kaku Gothic ProN",sans-serif;
  font-size: 13px;
  line-height: 1.7;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow-y: auto;
  background: #fff;
  padding-bottom: env(safe-area-inset-bottom); }

body.menu-open {
  overflow: auto;
  height: 100%;
  left: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  position: fixed;
  z-index: 1;
  pointer-events: none; }

.body-color01 {
  background-color: #e6f3f9; }

/* common style
------------------------------------------------------------------------------- */
a:link, a:visited {
  color: #444444;
  text-decoration: underline; }

/* Header
------------------------------------------------------------------------------- */
.header {
  position: fixed;
  z-index: 999;
  width: 100%;
  padding: 10px 30px;
  text-align: center;
  background-color: #fff;
  border-radius: 0 0 26px 26px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 374px) {
    .header {
      padding-left: 10px;
      padding-right: 10px; } }
  .header__name {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 100%;
    height: 44px;
    padding: 0 35px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.375;
    text-align: left;
    overflow: hidden; }
    .header__name > span {
      display: block;
      width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .header__menu-btn {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: none; }
    .header__menu-btn::before {
      content: "\e905";
      font-size: 20px;
      font-family: 'iconfont';
      line-height: 1;
      color: #1eb9ef; }
    @media screen and (max-width: 374px) {
      .header__menu-btn {
        left: 0; } }
  .header__back-btn {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: none;
    transform: rotate(180deg); }
    .header__back-btn::before {
      content: "\e90d";
      font-size: 14px;
      font-family: 'iconfont';
      line-height: 1;
      color: #1eb9ef; }
    @media screen and (max-width: 374px) {
      .header__back-btn {
        left: 0; } }
  .header__reload-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: none; }
    .header__reload-btn::before {
      content: "\e902";
      font-size: 18px;
      font-family: 'iconfont';
      line-height: 1;
      color: #1eb9ef; }
    @media screen and (max-width: 374px) {
      .header__reload-btn {
        right: 0; } }


  .header__userid-wrap {
    display: flex;
    justify-content: center;
    margin-top: 5px;
    padding: 0 8px; }
  .header__userid {
    font-size: 11px;
    margin-left: 25px; }
  .header__link-btn {
    margin-left: auto;
    padding: 4px 7px;
    font-size: 11px;
    color: #fff;
    background-color: #1eb9ef;
    border-radius: 11px;
    box-shadow: 0px 3px 3px 0px rgba(97, 151, 145, 0.15); }

.header--top {
  position: fixed;
  z-index: 999;
  width: 100%;
  padding: 10px 30px;
  text-align: center;
  background-color: #fff;
  border-radius: 0 0 26px 26px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  border-radius: 0;
  box-shadow: none; }



  @media screen and (max-width: 374px) {
    .header--top {
      padding-left: 10px;
      padding-right: 10px; } }
  .header--top__name {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 100%;
    height: 44px;
    padding: 0 35px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.375;
    text-align: left;
    overflow: hidden; }
    .header--top__name > span {
      display: block;
      width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .header--top__menu-btn {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: none; }
    .header--top__menu-btn::before {
      content: "\e905";
      font-size: 20px;
      font-family: 'iconfont';
      line-height: 1;
      color: #1eb9ef; }
    @media screen and (max-width: 374px) {
      .header--top__menu-btn {
        left: 0; } }
  .header--top__back-btn {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: none;
    transform: rotate(180deg); }
    .header--top__back-btn::before {
      content: "\e90d";
      font-size: 14px;
      font-family: 'iconfont';
      line-height: 1;
      color: #1eb9ef; }
    @media screen and (max-width: 374px) {
      .header--top__back-btn {
        left: 0; } }
  .header--top__reload-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: none; }
    .header--top__reload-btn::before {
      content: "\e902";
      font-size: 18px;
      font-family: 'iconfont';
      line-height: 1;
      color: #1eb9ef; }
    @media screen and (max-width: 374px) {
      .header--top__reload-btn {
        right: 0; } }
  .header--top__userid-wrap {
    display: flex;
    justify-content: center;
    margin-top: 5px;
    padding: 0 8px; }
  .header--top__userid {
    font-size: 11px;
    margin-left: 25px; }
  .header--top__link-btn {
    margin-left: auto;
    padding: 4px 7px;
    font-size: 11px;
    color: #fff;
    background-color: #1eb9ef;
    border-radius: 11px;
    box-shadow: 0px 3px 3px 0px rgba(97, 151, 145, 0.15); }

.simple-header {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 60px;
  padding: 0 10px;
  background-color: #fff;
  border-bottom: 2px solid #dedede; }
  .simple-header__title {
    font-size: 20px;
    font-weight: 700; }
  .simple-header__back-btn {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: none;
    transform: rotate(180deg); }
    .simple-header__back-btn::before {
      content: "\e90d";
      font-size: 14px;
      font-family: 'iconfont';
      line-height: 1;
      color: #1eb9ef; }
    @media screen and (max-width: 374px) {
      .simple-header__back-btn {
        left: 0; } }

.header-padding,
.header-padding.contents {
  padding-top: 105px; }

.simple-header-padding,
.simple-header-padding.contents {
  padding-top: 75px; }

.gnav-bg {
  display: none;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99980;
  padding-bottom: 1000px;
  background: rgba(130, 130, 130, 0.25); }

.gnav-wrap {
  display: flex;
  justify-content: flex-end;
  position: fixed;
  top: 0;
  left: -110%;
  width: 90%;
  height: 100%;
  z-index: 99999;
  transition: left 0.5s ease-in-out;
  box-sizing: content-box;
  pointer-events: auto; }

.gnav-wrap.open {
  left: 0; }

.gnav {
  position: relative;
  width: 100%;
  min-width: 260px;
  height: 100%;
  padding: 58px 0px 10px 0px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  border-radius: 0 20px 20px 0;
  box-shadow: 0 0 20px rgba(100, 100, 100, 0.2); }
  .gnav__close {
    display: block;
    position: absolute;
    top: 10px;
    left: 25px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: none; }
    .gnav__close::before {
      content: "\e901";
      font-size: 20px;
      font-family: 'iconfont';
      line-height: 1;
      color: #1eb9ef; }
  .gnav__inner {
    padding: 30px 35px; }
  .gnav__main-link li + li {
    margin-top: 30px; }
  .gnav__main-link li > a {
    display: block;
    position: relative;
    padding-left: 34px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    color: #1eb9ef; }
    .gnav__main-link li > a::before {
      position: absolute;
      font-weight: 400;
      font-family: 'iconfont';
      line-height: 1; }
  .gnav__icon-guide > a::before {
    content: "\e906";
    font-size: 20px;
    left: 2px;    
    top: 1px; }
  .gnav__icon-mypage > a::before {
    content: "\e907";
    font-size: 17px;
    left: 1px;
    top: 4px; }
  .gnav__icon-walk > a::before {
    content: "\e908";
    font-size: 22px;
    left: 0;
    top: 0; }
  .gnav__icon-biometrics > a::before {
    content: "";
    left: 0;
    top: 0;
    background-image: url(../images/common/icon_biometrics.png);
    background-size: contain;
    width: 18px;
    height: 18px; }
  .gnav__support-link {
    margin-top: 40px; }
    .gnav__support-link li + li {
      margin-top: 25px; }
    .gnav__support-link li > a {
      display: inline-block;
      position: relative;
      padding-right: 13px; }
      .gnav__support-link li > a::before {
        content: "\e900";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        font-size: 9px;
        font-family: 'iconfont';
        line-height: 1;
        color: #1eb9ef; }

/* container / main
------------------------------------------------------------------------------- */
.container {
  width: 100%; }

.contents {
  padding: 20px 30px; }
  @media screen and (max-width: 374px) {
    .contents {
      padding-left: 10px;
      padding-right: 10px; } }

.contents-color01 {
  background-color: #fff; }

.contents-color02 {
  background-color: #1eb9ef; }

/*
    File Name   : parts_style.scss
    Description : パーツ用のスタイル
*/
/* link
----------------------------------------------------------- */
input[type="button"]:active,
input[type="submit"]:active,
button:active,
a:active {
  opacity: 0.7 !important; }

/* btn
----------------------------------------------------------- */
button {
  background-color: transparent;
  appearance: none;
  outline: 0;
  border: none;
  font-family: sans-serif; }

a.btn-type01,
button.btn-type01 {
  position: relative;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  max-width: 100%;
  min-width: 120px;
  margin: 0 auto;
  padding: 0 40px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  border-radius: 9999px;
  background: #fff;
  box-shadow: 0px 0px 7px 0px rgba(62, 132, 138, 0.3);
  margin-top: 25px; }
  a.btn-type01:disabled, a.btn-type01.-disabled,
  button.btn-type01:disabled,
  button.btn-type01.-disabled {
    color: #a6a6a6;
    background-color: #ededed;
    box-shadow: none; }
  a.btn-type01::before,
  button.btn-type01::before {
    content: "\e900";
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 9px;
    font-family: 'iconfont';
    line-height: 1;
    color: #1eb9ef; }

a.btn-type01--primary,
button.btn-type01--primary {
  position: relative;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  max-width: 100%;
  min-width: 120px;
  margin: 0 auto;
  padding: 0 40px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  border-radius: 9999px;
  background: #fff;
  box-shadow: 0px 0px 7px 0px rgba(62, 132, 138, 0.3);
  margin-top: 25px;
  padding: 5px 25px;
  color: #fff;
  background: #1eb9ef;
  box-shadow: 0px 0px 7px 0px rgba(0, 174, 189, 0.2); }
  a.btn-type01--primary:disabled, a.btn-type01--primary.-disabled,
  button.btn-type01--primary:disabled,
  button.btn-type01--primary.-disabled {
    color: #a6a6a6;
    background-color: #ededed;
    box-shadow: none; }
  a.btn-type01--primary::before,
  button.btn-type01--primary::before {
    content: "\e900";
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 9px;
    font-family: 'iconfont';
    line-height: 1;
    color: #1eb9ef; }
  a.btn-type01--primary::before,
  button.btn-type01--primary::before {
    content: none; }

a.btn-type02,
button.btn-type02 {
  position: relative;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  max-width: 100%;
  min-width: 120px;
  margin: 0 auto;
  padding: 0 40px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  border-radius: 9999px;
  background: #fff;
  box-shadow: 0px 0px 7px 0px rgba(62, 132, 138, 0.3);
  border: #1eb9ef solid;
  margin-top: 25px; }
  a.btn-type02:disabled, a.btn-type02.-disabled,
  button.btn-type02:disabled,
  button.btn-type02.-disabled {
    color: #a6a6a6;
    background-color: #ededed;
    box-shadow: none; }
  a.btn-type02::before,
  button.btn-type02::before {
    content: "\e900";
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 9px;
    font-family: 'iconfont';
    line-height: 1;
    color: #1eb9ef; }

a.btn-type02--primary,
button.btn-type02--primary {
  position: relative;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  max-width: 100%;
  min-width: 120px;
  margin: 0 auto;
  padding: 0 40px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  border-radius: 9999px;
  background: #fff;
  box-shadow: 0px 0px 7px 0px rgba(62, 132, 138, 0.3);
  border: #1eb9ef solid;
  margin-top: 25px;
  padding: 5px 25px;
  color: #1eb9ef;
  background: #fff;
  box-shadow: 0px 0px 7px 0px rgba(0, 174, 189, 0.2); }
  a.btn-type02--primary:disabled, a.btn-type02--primary.-disabled,
  button.btn-type02--primary:disabled,
  button.btn-type02--primary.-disabled {
    color: #a6a6a6;
    background-color: #ededed;
    box-shadow: none; }
  a.btn-type02--primary::before,
  button.btn-type02--primary::before {
    content: "\e900";
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 9px;
    font-family: 'iconfont';
    line-height: 1;
    color: #1eb9ef; }
  a.btn-type02--primary::before,
  button.btn-type02--primary::before {
    content: none; }

/* title / text
----------------------------------------------------------- */
.heading-type01 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5; }

.heading-type02 {
  position: relative;
  margin: 30px 0 6px;
  padding-left: 13px;
  font-size: 14px;
  font-weight: 700; }
  .heading-type02::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: .35em;
    width: 11px;
    height: 11px;
    background-color: #222; }

.fs-small {
  font-size: 11px; }

.fs-large {
  font-size: 15px; }

/* list
----------------------------------------------------------- */
.list-type01 > li {
  position: relative;
  padding-left: 1em; }
  .list-type01 > li::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\30FB"; }

.list-type02 > li {
  position: relative;
  padding-left: 2em;
  }
  .list-type02__type {
  position: absolute;
  left: 0;
  }

.note-type01 > li {
  position: relative;
  padding-left: 1em; }
  .note-type01 > li::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\203B"; }

.indent-list > li {
  padding-left: 1em;
  text-indent: -1em; }

/* form
----------------------------------------------------------- */
.input-type01 {
  appearance: none;
  width: 100%;
  height: 40px;
  background-color: #ededed;
  border: none;
  border-radius: 20px;
  padding: 0 16px;
  font-size: 13px;
  outline: 0; }
  .input-type01::-webkit-input-placeholder {
    color: #666666; }
  .input-type01::placeholder {
    color: #666666; }

.date-type01 {
  display: block;
  opacity: 0;
  width: 100%;
  height: 40px;
  appearance: none;
  position: relative;
  z-index: 1; }
  .date-type01::-webkit-input-placeholder {
    color: #666666; }
  .date-type01::placeholder {
    color: #666666; }
  .date-type01 + input[type="text"] {
    display: block;
    width: 100%;
    height: 40px;
    margin-top: -40px;
    background-color: #ededed;
    border: none;
    border-radius: 20px;
    padding: 0 16px;
    font-size: 13px;
    outline: 0; }

.textarea-type01 {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  background-color: #f6f6f6;
  border: none;
  border-radius: 20px;
  padding: 10px 16px;
  font-size: 13px;
  outline: 0; }
  .textarea-type01::-webkit-input-placeholder {
    color: #666666; }
  .textarea-type01::placeholder {
    color: #666666; }

.radio-type01 {
  display: none; }
  .radio-type01 + label {
    display: block;
    position: relative;
    padding-left: 33px; }
    .radio-type01 + label::before, .radio-type01 + label::after {
      content: "";
      display: block;
      position: absolute;
      border-radius: 50%; }
    .radio-type01 + label::before {
      left: 0;
      top: 0;
      width: 22px;
      height: 22px;
      border: 1px solid #1eb9ef; }
  .radio-type01:checked + label::after {
    left: 8px;
    top: 8px;
    width: 8px;
    height: 8px;
    background-color: #1eb9ef; }

.radio-list01 {
  display: flex;
  flex-wrap: wrap;
  margin-top: -8px;
  margin-left: -32px; }
  .radio-list01 li {
    margin-top: 8px;
    margin-left: 32px; }
  .radio-list01 input[type="radio"] {
    display: none; }
    .radio-list01 input[type="radio"] + label {
      display: block;
      position: relative;
      padding-left: 33px; }
      .radio-list01 input[type="radio"] + label::before, .radio-list01 input[type="radio"] + label::after {
        content: "";
        display: block;
        position: absolute;
        border-radius: 50%; }
      .radio-list01 input[type="radio"] + label::before {
        left: 0;
        top: 0;
        width: 22px;
        height: 22px;
        border: 1px solid #1eb9ef; }
    .radio-list01 input[type="radio"]:checked + label::after {
      left: 8px;
      top: 8px;
      width: 8px;
      height: 8px;
      background-color: #1eb9ef; }

.toggle-switch {
  display: none; }
  .toggle-switch + label {
    display: block;
    position: relative;
    width: 1.8em;
    height: 1em;
    font-size: 27px;
    border-radius: 1em;
    background-color: #f6f6f6;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2) inset; }
    .toggle-switch + label::before {
      content: "";
      position: absolute;
      top: 0.05em;
      left: 0.05em;
      width: calc(1em - 0.1em);
      height: calc(1em - 0.1em);
      border-radius: calc(1em - 0.1em);
      background-color: #fff;
      transition: 0.3s;
      box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2); }
  .toggle-switch:checked + label {
    background-color: #4bd865;
    box-shadow: none; }
  .toggle-switch:checked + label::before {
    left: calc(100% - 1em + 0.05em); }

.form-list {
  margin-top: 15px; }
  .form-list > li + li {
    margin-top: 25px; }
  .form-list__caption {
    display: block;
    position: relative;
    margin-bottom: 6px;
    padding-left: 13px;
    font-size: 14px;
    font-weight: 700; }
    .form-list__caption::before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: .35em;
      width: 10px;
      height: 10px;
      background-color: #222; }

/* box
----------------------------------------------------------- */
.box-type01 {
  margin-top: 15px;
  padding: 15px;
  border: 1px solid #dedede;
  border-radius: 9px; }
  .box-type01__scroll {
    height: 200px;
    margin-right: -10px;
    padding-right: 15px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
  .box-type01.error {
    border: 3px solid #f06060; }

/* line
----------------------------------------------------------- */
hr.line-type01 {
  margin: 15px 0 20px;
  border: 1px solid #e5e5e5; }

hr.line-type02 {
  height: 0;
  margin: 40px 0 30px;
  border: none;
  border-top: 1px solid #DFDFDF;
  }

/* accordion
----------------------------------------------------------- */
.accordion-box {
  margin: 10px 0;
  background-color: #fff;
  border-radius: 9px;
  box-shadow: 0px 0px 3px 0px rgba(62, 132, 138, 0.6);
  border: 1px solid #dedede; }
  .accordion-box__head {
    position: relative;
    padding: 10px 40px 9px 15px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5; }
    .accordion-box__head::before {
      content: "\e900";
      display: inline-block;
      position: absolute;
      top: 50%;
      right: 15px;
      font-size: 10px;
      font-family: 'iconfont';
      line-height: 1;
      color: #1eb9ef;
      transform: translateY(-50%) rotate(90deg);
      transition: transform 200ms; }
  .accordion-box__body {
    display: none;
    padding: 12px 15px 30px; }
  .accordion-box.-active {
    box-shadow: none; }
    .accordion-box.-active .accordion-box__head {
      padding: 9px 40px 8px 14px; }
      .accordion-box.-active .accordion-box__head::before {
        transform: translateY(-50%) rotate(270deg); }
      .accordion-box.-active .accordion-box__head::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 12px;
        right: 12px;
        height: 1px;
        background-color: #dedede; }
    .accordion-box.-active .accordion-box__body {
      padding: 12px 14px 30px; }

/* modal
----------------------------------------------------------- */
#modal-bg {
  display: none;
  position: fixed;
  z-index: 3000;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  background: rgba(0, 0, 0, 0.4); }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3050;
  overflow: hidden;
  outline: 0;
  overflow-x: hidden;
  overflow: auto;
  /**/
  flex-flow: column;
  align-items: center;
  -webkit-overflow-scrolling: touch;
  padding: 20px 30px; }
  @media screen and (max-width: 374px) {
    .modal {
      padding-left: 10px;
      padding-right: 10px; } }

.modal-content {
  position: relative;
  width: 100%;
  margin: auto;
  padding: 30px 25px;
  pointer-events: auto;
  background: #fff;
  border-radius: 9px;
  box-shadow: 0 0 20px rgba(100, 100, 100, 0.2); }
  @media screen and (max-width: 374px) {
    .modal-content {
      padding-left: 20px;
      padding-right: 20px; } }
  .modal-content__close {
    display: block;
    position: absolute;
    top: -12px;
    right: -12px;
    z-index: 1;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15); }
    @media screen and (max-width: 374px) {
      .modal-content__close {
        right: -6px; } }

    .modal-content__close::before {
      content: "\e901";
      font-size: 13px;
      font-family: 'iconfont';
      line-height: 1;
      color: #1eb9ef; }

.modal-header {
  margin-bottom: 15px; }
  .modal-header__heading {
    font-size: 14px;
    font-weight: 700;
    text-align: center; }

.link-modal__list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: -10px; }
.link-modal__inner {
  width: 100%;
  padding-top: 10px; }
.link-modal__content {
  width: 100%;
  font-size: 13px;
  color: white;
  padding: 12px 14px;
  background: #1eb9ef;
  border-radius: 5px; }

.input-password {
  position: relative; }
  .input-password__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 22px; }
    .input-password__btn > img {
      width: 100%;
      opacity: .2; }
    .input-password__btn.is-active {
      opacity: 1; }
      .input-password__btn.is-active > img {
        width: 100%;
        opacity: 1; }

.ios.capslock .input-password__btn {
  right: 40px; }

.input-date::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%; }

.state-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 145px;
  margin: 0 auto; }
  .state-box input {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    appearance: none; }
    .state-box input::before {
      display: block;
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      transform: translate(0, -50%);
      width: 10px;
      height: 10px;
      border: 1px solid #333;
      border-radius: 2px; }
    .state-box input:checked::before {
      background: #1eb9ef; }
    .state-box input::after {
      display: block;
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      transform: translate(0, -50%) rotate(-45deg) translate(2px, 1px);
      width: 6px;
      height: 3px;
      border-bottom: 2px solid #fff;
      border-left: 2px solid #fff; }

/* *********
----------------------------------------------------------- */
/*
    File Name   : page.scss
    Description : 各コンテンツページ用

*/
/*------------------------------------------------------*/
/* 起動画面
----------------------------------------------------------- */
#app-intro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
  #app-intro span {
    opacity: 0; }

/* TOP
----------------------------------------------------------- */
.top-info {
  padding: 0 30px 10px;
  background-color: #fff;
  border-radius: 0 0 26px 26px; }
  @media screen and (max-width: 374px) {
    .top-info {
      padding-left: 10px;
      padding-right: 10px; } }
  .top-info__primary-box {
    padding: 15px 20px;
    background-color: #fef8e3;
    border-radius: 8px; }
    @media screen and (max-width: 374px) {
      .top-info__primary-box {
        padding: 10px 15px;
        font-size: 12px; } }
  .top-info__message {
    padding: 15px 0; }
    @media screen and (max-width: 374px) {
      .top-info__message {
        padding-top: 10px;
        padding-bottom: 10px; } }
  .top-info__news {
    padding: 15px 0;
    border-top: 2px solid #eee; }
    @media screen and (max-width: 374px) {
      .top-info__news {
        padding-top: 10px;
        padding-bottom: 10px; } }
  .top-info__title-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
    margin-bottom: 6px; }
  .top-info__title {
    font-size: 16px;
    font-weight: 700; }
  .top-info__unread-num {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -10px;
    right: -5px;
    min-width: 15px;
    height: 15px;
    padding: 0 2px;
    font-size: 10px;
    line-height: 1;
    text-align: center;
    color: #fff;
    background-color: #f23232;
    border-radius: 10px; }
  .top-info__subject-wrap {
    position: relative; }
  .top-info__date {
    font-size: 12px;
    color: #444; }

.top-info__subject,
.top-info__subject--unread,
.news-list__subject--unread,
#message .news-list__subject--unread {
    display: inline-flex;
    max-width: 300px;
    font-size: 14px; }
    .top-info__subject > a, .top-info__subject--unread > a, .news-list__subject--unread > a, #message .news-list__subject--unread > a,
    .top-info__subject > span,
    .top-info__subject--unread > span,
    .news-list__subject--unread > span,
    #message .news-list__subject--unread > span {
      display: block;
      width: 100%;
      text-decoration: none;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .top-info__subject--unread {
    position: relative;
    max-width: 260px;
    font-weight: 700; }
    .top-info__subject--unread > a::before,
    .top-info__subject--unread > span::before {
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: .5em;
      position: absolute;
      top: -1px;
      right: -14px;
      width: 12px;
      height: 12px;
      content: "!";
      background: #f23232;
      border-radius: 50%;
      color: white; }
  .top-info__flag {
    position: absolute;
    right: 0; }
    .top-info__flag > input[type="checkbox"] {
      display: none; }
    .top-info__flag > i {
      display: block;
      font-size: 17px;
      line-height: 1;
      color: #dcdcdc; }
    .top-info__flag > i::before {
      content: "\e909";
      font-family: 'iconfont'; }
    .top-info__flag > input[type="checkbox"]:checked + i::before {
      color: #1eb9ef; }

.top-btns {
  margin: 25px 30px 0;
  padding-bottom: 60px; }
  @media screen and (max-width: 374px) {
    .top-btns {
      margin-top: 12px;
      padding-bottom: 50px; } }
  .top-btns > ul {
    display: flex;
    justify-content: space-between; }
  .top-btns > ul > li {
    width: 48.5%; }
  .top-btns > ul > li > a,
  .top-btns > ul > li > button {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    background-color: #fff;
    border: 2px solid #1eb9ef;
    padding: 3px;
    border-radius: 8px; }
  .top-btns__upper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 57px;
    font-size: 14px;
    line-height: 1.571;
    color: #1eb9ef;
    width: 100%; }

  .top-btns__lower {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 45px;
    margin-top: auto;
    padding: 0 5px;
    line-height: 1.384;
    color: #fff;
    background-color: #1eb9ef;
    border-radius: 0 0 4px 4px; 
    position:relative}

.top-btns__lower:after{content:"";display:block;position:absolute;height: 10px;
width:10px;border-top:2px solid #fff;border-right:2px solid #fff;right:10px;
top:0;bottom:0;margin:auto 0;transform: scale(0.9,1) rotate(45deg)}




  .top-btns__steps {
    font-size: 27px;
    font-family: 'Roboto';
    line-height: 1; }

.top-btm-alert {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 14px;
  text-align: center;
  background-color: #1eb9ef; }

.top-btm-alert button span{display:inline-block;padding:2px 0;border-bottom:1px solid #fff}

  @media screen and (max-width: 374px) {
    .top-btm-alert {
      padding: 9px 5px; } }
  .top-btm-alert > button {
    display: inline-block;
    position: relative;
    padding-left: 36px;
    font-weight: 700;
    color: #fff; }
    .top-btm-alert > button::before {
      content: "\e904";
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      font-size: 23px;
      font-weight: 400;
      font-family: 'iconfont';
      line-height: 1; }

/* walk
----------------------------------------------------------- */
.day-slides {
  padding-bottom: 20px;
  font-family: "Roboto"; }
  .day-slides h1 {
    margin-bottom: 2px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #fff; }
  .day-slides__item {
    position: relative;
    width: 100%;
    max-width: 335px;
    margin: 0 20px;
    padding: 5px;
    color: #000;
    background-color: #fff;
    border-radius: 9px; }
    @media screen and (max-width: 374px) {
      .day-slides__item {
        width: 290px; } }
  .day-slides__data {
    padding: 4px 7px 14px; }
  .day-slides__date .day-slides__num {
    font-size: 14px;
    font-weight: bold; }
  .day-slides__caption {
    margin-bottom: 2px;
    text-align: center; }
  .day-slides__steps {
    margin-right: -7px;
    font-size: 14px;
    line-height: 1;
    text-align: center; }
    .day-slides__steps .day-slides__num {
      font-size: 35px;
      font-weight: bold; }
  .day-slides__setting {
    position: absolute;
    right: 12px;
    top: 56px;
    font-size: 10px;
    text-align: center; }
    .day-slides__setting::before {
      content: "\e90a";
      display: block;
      margin-bottom: 3px;
      font-size: 16px;
      font-family: 'iconfont';
      line-height: 1;
      color: #1eb9ef; }
  .day-slides__average {
    padding: 3px 3px 2px;
    text-align: center;
    background-color: #d2f1fc;
    border-radius: 0 0 5px 5px;
    font-size: 10px;
    letter-spacing: -0.05em; }
    .day-slides__average .day-slides__num {
      font-size: 14px;
      font-weight: bold; }
  .day-slides .slick-arrow {
    top: -35px;
    width: auto;
    height: auto;
    margin-top: 0;
    padding: 7px 10px;
    background-color: #fff;
    border-radius: 9999px;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1); }
    .day-slides .slick-arrow:focus {
      opacity: 1; }
    .day-slides .slick-arrow::before {
      display: block;
      font-size: 11px;
      line-height: 1;
      color: #000; }
    .day-slides .slick-arrow::after {
      content: "\e900";
      display: inline-block;
      position: absolute;
      top: 50%;
      font-size: 10px;
      font-family: 'iconfont';
      line-height: 1;
      color: #1eb9ef;
      transform: translateY(-50%); }
  .day-slides .slick-prev {
    width: 50px;
    left: 5%;
    padding-left: 17px; }
    .day-slides .slick-prev::before {
      content: "前日"; }
    .day-slides .slick-prev::after {
      left: 6px;
      transform: translateY(-50%) rotate(180deg); }
  .day-slides .slick-next {
    width: 50px;
    right: 5%;
    padding-right: 17px; }
    .day-slides .slick-next::before {
      content: "翌日"; }
    .day-slides .slick-next::after {
      right: 6px; }

.month-slides {
  font-family: "Roboto";
  margin: 0 20px;
  padding: 20px 0; }
  @media screen and (max-width: 374px) {
    .month-slides {
      margin: 0 auto;
      width: 290px; } }
  .month-slides .slide-item {
    margin: 0 10px; }
  .month-slides h2 {
    font-size: 19px;
    font-weight: 700;
    line-height: 1;
    text-align: center; }
    .month-slides h2 .day {
      font-size: 19px;
      font-weight: bold; }
  .month-slides .slick-arrow {
    top: 3px;
    width: 25px;
    height: 25px;
    margin-top: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% auto; }
  .month-slides .slick-arrow {
    top: 0;
    width: auto;
    height: auto;
    margin-top: 0;
    padding: 7px 10px;
    background-color: #fff;
    border-radius: 9999px;
    box-shadow: 0px 3px 7px 2px rgba(0, 0, 0, 0.1); }
    .month-slides .slick-arrow:focus {
      opacity: 1; }
    .month-slides .slick-arrow::before {
      display: block;
      font-size: 11px;
      line-height: 1;
      color: #000; }
    .month-slides .slick-arrow::after {
      content: "\e900";
      display: inline-block;
      position: absolute;
      top: 50%;
      font-size: 10px;
      font-family: 'iconfont';
      line-height: 1;
      color: #1eb9ef;
      transform: translateY(-50%); }
  .month-slides .slick-prev {
    width: 50px;
    left: 0;
    padding-left: 17px; }
    .month-slides .slick-prev::before {
      content: "前月"; }
    .month-slides .slick-prev::after {
      left: 6px;
      transform: translateY(-50%) rotate(180deg); }
  .month-slides .slick-next {
    width: 50px;
    right: 0;
    padding-right: 17px; }
    .month-slides .slick-next::before {
      content: "翌月"; }
    .month-slides .slick-next::after {
      right: 6px; }
  .month-slides__tab {
    display: flex;
    width: 260px;
    height: 35px;
    margin: 17px auto 0;
    background-color: #f2f2f2;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1) inset;
    border-radius: 4px; }
    .month-slides__tab > li {
      display: flex; }
      .month-slides__tab > li > button {
        width: 130px;
        text-align: center;
        text-decoration: none;
        font-weight: 700;
        color: #797979;
        background-color: transparent; }
        .month-slides__tab > li > button.-active {
          color: #fff;
          background-color: #1eb9ef;
          border-radius: 4px;
          box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1); }
        .month-slides__tab > li > button::before {
          display: inline-block;
          font-family: 'iconfont';
          line-height: 1;
          margin-right: 10px;
          vertical-align: middle; }
        .month-slides__tab > li > button.month-slides__graph-btn::before {
          content: "\e90b"; }
        .month-slides__tab > li > button.month-slides__list-btn::before {
          content: "\e90c"; }
  .month-slides__text {
    margin: 10px 0 0;
    line-height: 1.5;
    text-align: center; }
    .month-slides__text .month-slides__num {
      font-size: 16px;
      font-weight: 700; }
  .month-slides__graph {
    margin-top: 10px; }
  .month-slides__list {
    margin-top: 5px;
    height: 175px;
    overflow-y: auto;
    padding: 10px 0;
    background-color: #fff;
    border-radius: 8px; }
    .month-slides__list table {
      width: 100%;
      border-collapse: collapse;
      border-spacing: 0; }
    .month-slides__list th,
    .month-slides__list td {
      padding: 10px 8px;
      font-size: 14px;
      font-weight: 400; }
    .month-slides__list td {
      text-align: right; }
      .month-slides__list td .steps {
        font-size: 16px;
        font-weight: 700; }
    .month-slides__list tr:nth-child(2n) {
      background-color: #e8f8fd; }
    .month-slides__list tr:first-child th,
    .month-slides__list tr:first-child td {
      padding-top: 0; }
  .month-slides__sup {
    display: flex;
    flex-direction: column; }
  .month-slides__sup-text {
    display: inline-block;
    position: relative;
    font-size: 10px;
    padding-left: 15px;
    margin-left: auto; }
    .month-slides__sup-text::before {
      display: block;
      content: "";
      width: 13px;
      height: 2px;
      background: #e8b71a;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translate(0, -50%); }

/* news
----------------------------------------------------------- */
.list-operation {
  display: flex;
  align-items: center;
  margin-bottom: 7px; }
  .list-operation__filter-btn {
    display: flex; }
    .list-operation__filter-btn > label {
      margin-right: 3px;
      padding: 5px 14px;
      font-size: 11px;
      font-weight: 700;
      border: 1px solid #d3d3d3;
      border-radius: 16px; }
    .list-operation__filter-btn #filter02 + label,
    .list-operation__filter-btn #filter03 + label {
      padding-left: 8px;
      padding-right: 12px; }
    .list-operation__filter-btn #filter02 + label {
      display: flex;
      align-items: center; }
    .list-operation__filter-btn #filter02 + label::before {
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: .5em;
      margin-right: 4px;
      vertical-align: middle;
      width: 12px;
      height: 12px;
      content: "!";
      background: #f23232;
      border-radius: 50%;
      color: white; }
    .list-operation__filter-btn #filter03 + label::before {
      content: "\e909";
      display: inline-block;
      margin-right: 4px;
      font-size: 10px;
      font-family: 'iconfont';
      color: #1eb9ef; }
    .list-operation__filter-btn input {
      display: none; }
    .list-operation__filter-btn input:checked + label {
      color: #fff;
      background-color: #1eb9ef;
      border: 1px solid #1eb9ef; }
    .list-operation__filter-btn #filter03:checked + label::before {
      color: #fff; }
  .list-operation__sort-btn {
    position: relative;
    width: 100px;
    margin-left: auto;
    background-color: #fff;
    border-radius: 9px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2); }
    .list-operation__sort-btn > select {
      position: relative;
      z-index: 1;
      width: 100%;
      padding: 11px 12px;
      font-size: 12px;
      font-weight: 700;
      background-color: transparent;
      border: none;
      outline: 0;
      appearance: none; }
    .list-operation__sort-btn::before {
      content: "\e900";
      position: absolute;
      right: 12px;
      top: 50%;
      transform: translateY(-50%) rotate(90deg);
      font-size: 9px;
      font-family: 'iconfont';
      line-height: 1;
      color: #1eb9ef; }

.news-list > ul > li + li {
  border-top: 2px solid #e5e5e5; }
.news-list > ul > li > a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 7px 0; }
.news-list__date {
  display: block;
  font-size: 12px;
  color: #444; }
.news-list__subject {
  display: inline-flex;
  max-width: 300px;
  font-size: 14px; }
  .news-list__subject > a,
  .news-list__subject > span {
    display: block;
    width: 100%;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
.news-list__subject--unread {
  position: relative;
  max-width: 260px;
  font-weight: 700; }
  .news-list__subject--unread > a::before,
  .news-list__subject--unread > span::before {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .5em;
    position: absolute;
    top: -1px;
    right: -14px;
    width: 12px;
    height: 12px;
    content: "!";
    background: #f23232;
    border-radius: 50%;
    color: white; }
.news-list__flag {
  position: absolute;
  right: 0; }
  .news-list__flag > input[type="checkbox"] {
    display: none; }
  .news-list__flag > i {
    display: block;
    font-size: 17px;
    line-height: 1;
    color: #dcdcdc; }
  .news-list__flag > i::before {
    content: "\e909";
    font-family: 'iconfont'; }
  .news-list__flag > input[type="checkbox"]:checked + i::before {
    color: #1eb9ef; }

#message .news-list__subject--unread {
  position: relative;
  max-width: 270px; }
#message .news-list__subject {
  display: inline-flex;
  max-width: 270px;
  font-size: 14px; }

.news-detail {
  position: relative; }
  .news-detail > h1 {
    margin-right: 30px;
    margin-bottom: 3px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5; }
  .news-detail__date {
    font-size: 12px; }
  .news-detail__body {
    margin-top: 18px; }
    .news-detail__body p + p {
      margin-top: 10px; }
  .news-detail__link {
    margin-top: 22px;
    text-align: right; }
  .news-detail__flag {
    position: absolute;
    top: 8px;
    right: 0; }
    .news-detail__flag > input[type="checkbox"] {
      display: none; }
    .news-detail__flag > i {
      display: block;
      font-size: 17px;
      line-height: 1;
      color: #dcdcdc; }
    .news-detail__flag > i::before {
      content: "\e909";
      font-family: 'iconfont'; }
    .news-detail__flag > input[type="checkbox"]:checked + i::before {
      color: #1eb9ef; }

#messageDetail .news-detail > h1 {
  width: 13em; }

/* auth
----------------------------------------------------------- */
.auth-heading {
  margin: 30px 0 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5; }
  .auth-heading i[class^="icon-"] {
    width: 24px;
    margin-right: 7px;
    font-size: 14px;
    text-align: center;
    vertical-align: -1px;
    color: #1eb9ef; }

.auth-list > li + li {
  margin-top: 15px; }
.auth-list__caption {
  display: block;
  position: relative;
  display: block;
  margin-bottom: 3px;
  padding-left: 13px;
  font-weight: 700; }
  .auth-list__caption::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: .35em;
    width: 10px;
    height: 10px;
    background-color: #222; }

.unregistered-box {
  margin-top: 25px;
  padding: 20px 10px 16px;
  text-align: center;
  background-color: #d2f1fc;
  border-radius: 9px; }
  .unregistered-box > h3 {
    margin-bottom: 3px;
    font-size: 14px; }

.accordion-box .unregistered-box {
  margin: 25px -9px -25px;
  border-radius: 0 0 6px 6px; }

/* entry
----------------------------------------------------------- */
#js-birthday {
  position: relative; }

#js-dateNumber {
  position: absolute;
  bottom: 10px;
  font-size: 11px;
  left: 17px;
  letter-spacing: .05em;
  font-weight: 600;
  background-color: #ededed; }

/* error
----------------------------------------------------------- */
.terms-scroll-height {
  height: calc(100vh - 270px); }

.policy-scroll-height {
  height: calc(90vh - 230px); }

/* datalink
----------------------------------------------------------- */
.linkage-setting {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .linkage-setting__caption {
    font-size: 14px;
    font-weight: bold; }

/* profile
----------------------------------------------------------- */
.personal-info {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; }
  .personal-info > * {
    margin: 0 7px; }
  .personal-info__birthday {
    font-weight: bold; }
  .personal-info__gender {
    font-weight: bold; }
  .personal-info__setting {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%); }
  .personal-info__setting > i {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #1eb9ef; }
  .personal-info .__small {
    display: block;
    font-size: 10px;
    padding-top: 0.5em; }

.profile-table {
  margin-top: 20px; }
  .profile-table > table {
    width: 100%;
    padding: 6px 0;
    border-top: 2px solid #e5e5e5;
    border-bottom: 2px solid #e5e5e5; }
  .profile-table > table td,
  .profile-table > table th {
    padding: 6px 0;
    vertical-align: top; }
  .profile-table > table th {
    width: 95px;
    font-weight: normal;
    text-align: left; }
  .profile-table > table td {
    font-weight: bold; }

/* guide
----------------------------------------------------------- */
.guide .text-c__red {
  color: #e22525; }
.guide__flex {
  display: flex;
  align-items: center; }
.guide__container {
  padding: 25px 0 40px;
  border-top: 1px solid #dfdfdf; }
  .guide__container:first-of-type {
    padding-top: 0;
    border: none; }

.guide__img01 {
  margin: 16px -15px;
  text-align: center;
}
@media screen and (max-width: 374px) {
  .guide__img01 {
    margin-inline: 0;
  }
}

.number-list {
  counter-reset: listSec; }
  .number-list.__yellow .number-list__item::before {
    top: .2em;
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 10px;
    background: #efc042;
    counter-increment: listSec;
    content: counter(listSec); }
  .number-list.__red .number-list__item::before {
    top: .2em;
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 10px;
    background: #e22525;
    counter-increment: listSec;
    content: counter(listSec,lower-alpha); }
  .number-list.__none .number-list__item::before {
    display: none; }
  .number-list__item {
    position: relative;
    padding-left: 1.5em; }
    .number-list__item::before {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      border-radius: 50%;
      width: 16px;
      height: 16px;
      counter-increment: listSec;
      content: counter(listSec) ")"; }

.numberIcon {
  position: relative;
  width: 16px;
  height: 16px;
  display: inline-block; }
  .numberIcon::before {
    position: absolute;
    top: 1em;
    left: .5em;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 10px;
    transform: translate(-50%, -50%);
    background: #e22525;
    content: attr(data-alphabet); }

.availableTime {
  display: flex;
  border: 1px solid #d6d6d6;
  border-right: none;
  font-size: 12px; }
  .availableTime__item {
    width: calc(100% / 3);
    border-right: 1px solid #d6d6d6; }
  .availableTime__title {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0;
    background: #e6f3f9;
    border-bottom: 1px solid #d6d6d6; }
  .availableTime__data {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0; }

.guide-heading01 {
  margin: 40px 0 16px;
  padding: 8px 6px;
  font-size: 13px;
  color: #FFF;
  background-color: #444F7B;
}
.guide-heading02 {
  margin: 40px 0 16px;
  padding: 4px 6px;
  font-size: 13px;
  background-color: #E6F2FF;
}
.guide-heading01 + .guide-heading02 {
  margin-top: 16px;
}
.guide-box {
  padding: 0 20px 24px;
  background-color: #F0FAFF;
  border-radius: 3px;
}
.guide-box__head {
  margin-bottom: 20px;
  padding: 17px 0 14px;
  font-weight: 700;
  border-bottom: 1px solid #B8DAEB;
}
.guide-box + .guide-box {
  margin-top: 12px;
}

.guide-circlenumber {
  display: inline-block;
  width: 16px;
  height: 16px;
  font-weight: 700;
  text-align: center;
  font-size: 10px;
  color: white;
  background: #efc042;
  border-radius: 50%;
}

.guide-list01 > li {
  position: relative;
  padding-left: 1em;
}
.guide-list01 > li::before {
  position: absolute;
  left: 0;
  top: 0.6em;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #000;
  border-radius: 50%;
}

/* terms
----------------------------------------------------------- */
.termsList .number {
  padding-left: 1.5em; }
.termsList.article {
  font-size: 16px;
  counter-reset: article; }
  .termsList.article > .termsList__item + .termsList__item {
    margin-top: 20px; }
  .termsList.article > .termsList__item {
    position: relative;
    font-weight: bold; }
  .termsList.article > .termsList__item > .termsList {
    padding-left: 1.5em; }
  .termsList.article > .termsList__item .termsList__item {
    position: relative;
    font-weight: normal;
    font-size: 13px;
    padding-left: 1.5em; }
    .termsList.article > .termsList__item .termsList__item .no-number {
      padding-left: 0; }
    .termsList.article > .termsList__item .termsList__item.digits {
      padding-left: 2.2em; }
.termsList__numbering {
  position: absolute;
  top: 0;
  left: 0; }

.guide-table {
  border-top: 1px solid #b5b5b5;
  border-left: 1px solid #b5b5b5;
  font-size: 10px;
  border-collapse: collapse; }
  .guide-table__wrapper {
    margin: 15px -15px 0; }
  .guide-table__header {
    background: #e1e1e1; }
  .guide-table__title, .guide-table__data {
    padding: 4px;
    vertical-align: baseline;
    border-right: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5; }
  .guide-table__title {
    width: calc(100% / 6);
    font-weight: normal; }
  .guide-table__notice {
    font-size: 10px;
    margin-top: 15px; }

/* Slick Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block;
  margin: 0 auto; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 96px;
  margin-top: -48px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  background: none;
  border: none;
  outline: 0;
  z-index: 900; }

.slick-prev:focus,
.slick-next:focus {
  outline: 0; }

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  display: none !important; }

.slick-prev {
  left: 0;
  border-radius: 0; }

.slick-prev:hover {
  opacity: 0.8; }

.slick-next {
  right: 0;
  border-radius: 0; }

.slick-next:hover {
  opacity: 0.8; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0px; }

.slick-dots {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 6px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  outline: 0;
  border: none;
  background: #dddddd;
  border: 1px solid #fff;
  cursor: pointer; }

.slick-dots li button:hover,
.slick-dots li.slick-active button {
  background: #4fb9ad;
  border: 1px solid #4fb9ad; }

/*
    File Name   : module.scss
    Description : 共通モジュールcss
*/
/* common
----------------------------------------------- */
img {
  max-width: 100%;
  height: auto; }

th img,
td img {
  max-width: inherit;
  height: inherit; }

.cl {
  clear: both; }

.block {
  display: block !important; }

.inline {
  display: inline !important; }

.inline-block {
  display: inline-block !important; }

.none {
  display: none !important; }

.items-center {
  display: flex;
  align-items: center; }

.flex-col {
  flex-direction: column; }

/* clearfix */
.cf:before, .cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

/* font系 */
.normal {
  font-weight: 400 !important; }

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

/* text-align */
.align-r {
  text-align: right !important; }

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

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

/* text-align */
.valign-t {
  vertical-align: top !important; }

.valign-m {
  vertical-align: middle !important; }

.valign-b {
  vertical-align: bottom !important; }

.border-b {
  border-bottom: 1px solid currentColor; }

/* font-size */
.fs10 {
  font-size: 10px !important; }

.fs11 {
  font-size: 11px !important; }

.fs12 {
  font-size: 12px !important; }

.fs13 {
  font-size: 13px !important; }

.fs14 {
  font-size: 14px !important; }

.fs15 {
  font-size: 15px !important; }

.fs16 {
  font-size: 16px !important; }

.fs17 {
  font-size: 17px !important; }

.fs18 {
  font-size: 18px !important; }

.fs19 {
  font-size: 19px !important; }

.fs20 {
  font-size: 20px !important; }

.fs21 {
  font-size: 21px !important; }

.fs22 {
  font-size: 22px !important; }

.fs23 {
  font-size: 23px !important; }

.fs24 {
  font-size: 24px !important; }

.fs25 {
  font-size: 25px !important; }

.fs26 {
  font-size: 26px !important; }

.fs27 {
  font-size: 27px !important; }

.fs28 {
  font-size: 28px !important; }

.fs29 {
  font-size: 29px !important; }

.fs30 {
  font-size: 30px !important; }

.fs31 {
  font-size: 31px !important; }

.fs32 {
  font-size: 32px !important; }

.fs33 {
  font-size: 33px !important; }

.fs34 {
  font-size: 34px !important; }

.fs35 {
  font-size: 35px !important; }

.fs36 {
  font-size: 36px !important; }

.fs37 {
  font-size: 37px !important; }

.fs38 {
  font-size: 38px !important; }

.fs39 {
  font-size: 39px !important; }

.fs40 {
  font-size: 40px !important; }

.fs41 {
  font-size: 41px !important; }

.fs42 {
  font-size: 42px !important; }

.fs43 {
  font-size: 43px !important; }

.fs44 {
  font-size: 44px !important; }

.fs45 {
  font-size: 45px !important; }

.fs46 {
  font-size: 46px !important; }

.fs47 {
  font-size: 47px !important; }

.fs48 {
  font-size: 48px !important; }

.fs49 {
  font-size: 49px !important; }

.fs50 {
  font-size: 50px !important; }

/* margin padding */
.mt0 {
  margin-top: 0px !important; }

.mr0 {
  margin-right: 0px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.ml0 {
  margin-left: 0px !important; }

.mt5 {
  margin-top: 5px !important; }

.mr5 {
  margin-right: 5px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.ml5 {
  margin-left: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mr10 {
  margin-right: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.ml10 {
  margin-left: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mr15 {
  margin-right: 15px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.ml15 {
  margin-left: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mr20 {
  margin-right: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.ml20 {
  margin-left: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mr25 {
  margin-right: 25px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.ml25 {
  margin-left: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mr30 {
  margin-right: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.ml30 {
  margin-left: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mr35 {
  margin-right: 35px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.ml35 {
  margin-left: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mr40 {
  margin-right: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.ml40 {
  margin-left: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

.mr45 {
  margin-right: 45px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.ml45 {
  margin-left: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

.mr50 {
  margin-right: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.ml50 {
  margin-left: 50px !important; }

.mt55 {
  margin-top: 55px !important; }

.mr55 {
  margin-right: 55px !important; }

.mb55 {
  margin-bottom: 55px !important; }

.ml55 {
  margin-left: 55px !important; }

.mt60 {
  margin-top: 60px !important; }

.mr60 {
  margin-right: 60px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.ml60 {
  margin-left: 60px !important; }

.mt65 {
  margin-top: 65px !important; }

.mr65 {
  margin-right: 65px !important; }

.mb65 {
  margin-bottom: 65px !important; }

.ml65 {
  margin-left: 65px !important; }

.mt70 {
  margin-top: 70px !important; }

.mr70 {
  margin-right: 70px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.ml70 {
  margin-left: 70px !important; }

.mt75 {
  margin-top: 75px !important; }

.mr75 {
  margin-right: 75px !important; }

.mb75 {
  margin-bottom: 75px !important; }

.ml75 {
  margin-left: 75px !important; }

.mt80 {
  margin-top: 80px !important; }

.mr80 {
  margin-right: 80px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.ml80 {
  margin-left: 80px !important; }

.mt85 {
  margin-top: 85px !important; }

.mr85 {
  margin-right: 85px !important; }

.mb85 {
  margin-bottom: 85px !important; }

.ml85 {
  margin-left: 85px !important; }

.mt90 {
  margin-top: 90px !important; }

.mr90 {
  margin-right: 90px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.ml90 {
  margin-left: 90px !important; }

.mt95 {
  margin-top: 95px !important; }

.mr95 {
  margin-right: 95px !important; }

.mb95 {
  margin-bottom: 95px !important; }

.ml95 {
  margin-left: 95px !important; }

.mt100 {
  margin-top: 100px !important; }

.mr100 {
  margin-right: 100px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.ml100 {
  margin-left: 100px !important; }

.mt105 {
  margin-top: 105px !important; }

.mr105 {
  margin-right: 105px !important; }

.mb105 {
  margin-bottom: 105px !important; }

.ml105 {
  margin-left: 105px !important; }

.mt110 {
  margin-top: 110px !important; }

.mr110 {
  margin-right: 110px !important; }

.mb110 {
  margin-bottom: 110px !important; }

.ml110 {
  margin-left: 110px !important; }

.mt115 {
  margin-top: 115px !important; }

.mr115 {
  margin-right: 115px !important; }

.mb115 {
  margin-bottom: 115px !important; }

.ml115 {
  margin-left: 115px !important; }

.mt120 {
  margin-top: 120px !important; }

.mr120 {
  margin-right: 120px !important; }

.mb120 {
  margin-bottom: 120px !important; }

.ml120 {
  margin-left: 120px !important; }

.mt125 {
  margin-top: 125px !important; }

.mr125 {
  margin-right: 125px !important; }

.mb125 {
  margin-bottom: 125px !important; }

.ml125 {
  margin-left: 125px !important; }

.mt130 {
  margin-top: 130px !important; }

.mr130 {
  margin-right: 130px !important; }

.mb130 {
  margin-bottom: 130px !important; }

.ml130 {
  margin-left: 130px !important; }

.mt135 {
  margin-top: 135px !important; }

.mr135 {
  margin-right: 135px !important; }

.mb135 {
  margin-bottom: 135px !important; }

.ml135 {
  margin-left: 135px !important; }

.mt140 {
  margin-top: 140px !important; }

.mr140 {
  margin-right: 140px !important; }

.mb140 {
  margin-bottom: 140px !important; }

.ml140 {
  margin-left: 140px !important; }

.mt145 {
  margin-top: 145px !important; }

.mr145 {
  margin-right: 145px !important; }

.mb145 {
  margin-bottom: 145px !important; }

.ml145 {
  margin-left: 145px !important; }

.mt150 {
  margin-top: 150px !important; }

.mr150 {
  margin-right: 150px !important; }

.mb150 {
  margin-bottom: 150px !important; }

.ml150 {
  margin-left: 150px !important; }

.mt155 {
  margin-top: 155px !important; }

.mr155 {
  margin-right: 155px !important; }

.mb155 {
  margin-bottom: 155px !important; }

.ml155 {
  margin-left: 155px !important; }

.mt160 {
  margin-top: 160px !important; }

.mr160 {
  margin-right: 160px !important; }

.mb160 {
  margin-bottom: 160px !important; }

.ml160 {
  margin-left: 160px !important; }

.mt165 {
  margin-top: 165px !important; }

.mr165 {
  margin-right: 165px !important; }

.mb165 {
  margin-bottom: 165px !important; }

.ml165 {
  margin-left: 165px !important; }

.mt170 {
  margin-top: 170px !important; }

.mr170 {
  margin-right: 170px !important; }

.mb170 {
  margin-bottom: 170px !important; }

.ml170 {
  margin-left: 170px !important; }

.mt175 {
  margin-top: 175px !important; }

.mr175 {
  margin-right: 175px !important; }

.mb175 {
  margin-bottom: 175px !important; }

.ml175 {
  margin-left: 175px !important; }

._ma {
  margin: auto; }

.pt0 {
  padding-top: 0px !important; }

.pr0 {
  padding-right: 0px !important; }

.pb0 {
  padding-bottom: 0px !important; }

.pl0 {
  padding-left: 0px !important; }

.pt5 {
  padding-top: 5px !important; }

.pr5 {
  padding-right: 5px !important; }

.pb5 {
  padding-bottom: 5px !important; }

.pl5 {
  padding-left: 5px !important; }

.pt10 {
  padding-top: 10px !important; }

.pr10 {
  padding-right: 10px !important; }

.pb10 {
  padding-bottom: 10px !important; }


.pl5 {
  padding-left: 5px !important; }

.pl10 {
  padding-left: 10px !important; }

.pt15 {
  padding-top: 15px !important; }

.pr15 {
  padding-right: 15px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pl15 {
  padding-left: 15px !important; }

.pt20 {
  padding-top: 20px !important; }

.pr20 {
  padding-right: 20px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pl20 {
  padding-left: 20px !important; }

.pt25 {
  padding-top: 25px !important; }

.pr25 {
  padding-right: 25px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.pl25 {
  padding-left: 25px !important; }

.pt30 {
  padding-top: 30px !important; }

.pr30 {
  padding-right: 30px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pl30 {
  padding-left: 30px !important; }

.pt35 {
  padding-top: 35px !important; }

.pr35 {
  padding-right: 35px !important; }

.pb35 {
  padding-bottom: 35px !important; }

.pl35 {
  padding-left: 35px !important; }

.pt40 {
  padding-top: 40px !important; }

.pr40 {
  padding-right: 40px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pl40 {
  padding-left: 40px !important; }

.pt45 {
  padding-top: 45px !important; }

.pr45 {
  padding-right: 45px !important; }

.pb45 {
  padding-bottom: 45px !important; }

.pl45 {
  padding-left: 45px !important; }

.pt50 {
  padding-top: 50px !important; }

.pr50 {
  padding-right: 50px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.pl50 {
  padding-left: 50px !important; }

.pt55 {
  padding-top: 55px !important; }

.pr55 {
  padding-right: 55px !important; }

.pb55 {
  padding-bottom: 55px !important; }

.pl55 {
  padding-left: 55px !important; }

.pt60 {
  padding-top: 60px !important; }

.pr60 {
  padding-right: 60px !important; }

.pb60 {
  padding-bottom: 60px !important; }

.pl60 {
  padding-left: 60px !important; }

.pt65 {
  padding-top: 65px !important; }

.pr65 {
  padding-right: 65px !important; }

.pb65 {
  padding-bottom: 65px !important; }

.pl65 {
  padding-left: 65px !important; }

.pt70 {
  padding-top: 70px !important; }

.pr70 {
  padding-right: 70px !important; }

.pb70 {
  padding-bottom: 70px !important; }

.pl70 {
  padding-left: 70px !important; }

.pt75 {
  padding-top: 75px !important; }

.pr75 {
  padding-right: 75px !important; }

.pb75 {
  padding-bottom: 75px !important; }

.pl75 {
  padding-left: 75px !important; }

.pt80 {
  padding-top: 80px !important; }

.pr80 {
  padding-right: 80px !important; }

.pb80 {
  padding-bottom: 80px !important; }

.pl80 {
  padding-left: 80px !important; }

.pt85 {
  padding-top: 85px !important; }

.pr85 {
  padding-right: 85px !important; }

.pb85 {
  padding-bottom: 85px !important; }

.pl85 {
  padding-left: 85px !important; }

.pt90 {
  padding-top: 90px !important; }

.pr90 {
  padding-right: 90px !important; }

.pb90 {
  padding-bottom: 90px !important; }

.pl90 {
  padding-left: 90px !important; }

.pt95 {
  padding-top: 95px !important; }

.pr95 {
  padding-right: 95px !important; }

.pb95 {
  padding-bottom: 95px !important; }

.pl95 {
  padding-left: 95px !important; }

.pt100 {
  padding-top: 100px !important; }

.pr100 {
  padding-right: 100px !important; }

.pb100 {
  padding-bottom: 100px !important; }

.pl100 {
  padding-left: 100px !important; }

/* width % */
.w1p {
  width: 1% !important; }

.w2p {
  width: 2% !important; }

.w3p {
  width: 3% !important; }

.w4p {
  width: 4% !important; }

.w5p {
  width: 5% !important; }

.w6p {
  width: 6% !important; }

.w7p {
  width: 7% !important; }

.w8p {
  width: 8% !important; }

.w9p {
  width: 9% !important; }

.w10p {
  width: 10% !important; }

.w11p {
  width: 11% !important; }

.w12p {
  width: 12% !important; }

.w13p {
  width: 13% !important; }

.w14p {
  width: 14% !important; }

.w15p {
  width: 15% !important; }

.w16p {
  width: 16% !important; }

.w17p {
  width: 17% !important; }

.w18p {
  width: 18% !important; }

.w19p {
  width: 19% !important; }

.w20p {
  width: 20% !important; }

.w21p {
  width: 21% !important; }

.w22p {
  width: 22% !important; }

.w23p {
  width: 23% !important; }

.w24p {
  width: 24% !important; }

.w25p {
  width: 25% !important; }

.w26p {
  width: 26% !important; }

.w27p {
  width: 27% !important; }

.w28p {
  width: 28% !important; }

.w29p {
  width: 29% !important; }

.w30p {
  width: 30% !important; }

.w31p {
  width: 31% !important; }

.w32p {
  width: 32% !important; }

.w33p {
  width: 33% !important; }

.w34p {
  width: 34% !important; }

.w35p {
  width: 35% !important; }

.w36p {
  width: 36% !important; }

.w37p {
  width: 37% !important; }

.w38p {
  width: 38% !important; }

.w39p {
  width: 39% !important; }

.w40p {
  width: 40% !important; }

.w41p {
  width: 41% !important; }

.w42p {
  width: 42% !important; }

.w43p {
  width: 43% !important; }

.w44p {
  width: 44% !important; }

.w45p {
  width: 45% !important; }

.w46p {
  width: 46% !important; }

.w47p {
  width: 47% !important; }

.w48p {
  width: 48% !important; }

.w49p {
  width: 49% !important; }

.w50p {
  width: 50% !important; }

.w51p {
  width: 51% !important; }

.w52p {
  width: 52% !important; }

.w53p {
  width: 53% !important; }

.w54p {
  width: 54% !important; }

.w55p {
  width: 55% !important; }

.w56p {
  width: 56% !important; }

.w57p {
  width: 57% !important; }

.w58p {
  width: 58% !important; }

.w59p {
  width: 59% !important; }

.w60p {
  width: 60% !important; }

.w61p {
  width: 61% !important; }

.w62p {
  width: 62% !important; }

.w63p {
  width: 63% !important; }

.w64p {
  width: 64% !important; }

.w65p {
  width: 65% !important; }

.w66p {
  width: 66% !important; }

.w67p {
  width: 67% !important; }

.w68p {
  width: 68% !important; }

.w69p {
  width: 69% !important; }

.w70p {
  width: 70% !important; }

.w71p {
  width: 71% !important; }

.w72p {
  width: 72% !important; }

.w73p {
  width: 73% !important; }

.w74p {
  width: 74% !important; }

.w75p {
  width: 75% !important; }

.w76p {
  width: 76% !important; }

.w77p {
  width: 77% !important; }

.w78p {
  width: 78% !important; }

.w79p {
  width: 79% !important; }

.w80p {
  width: 80% !important; }

.w81p {
  width: 81% !important; }

.w82p {
  width: 82% !important; }

.w83p {
  width: 83% !important; }

.w84p {
  width: 84% !important; }

.w85p {
  width: 85% !important; }

.w86p {
  width: 86% !important; }

.w87p {
  width: 87% !important; }

.w88p {
  width: 88% !important; }

.w89p {
  width: 89% !important; }

.w90p {
  width: 90% !important; }

.w91p {
  width: 91% !important; }

.w92p {
  width: 92% !important; }

.w93p {
  width: 93% !important; }

.w94p {
  width: 94% !important; }

.w95p {
  width: 95% !important; }

.w96p {
  width: 96% !important; }

.w97p {
  width: 97% !important; }

.w98p {
  width: 98% !important; }

.w99p {
  width: 99% !important; }

.w100p {
  width: 100% !important; }

/* height % */
.h5px {
  height: 5px !important; }

.h10px {
  height: 10px !important; }

.h15px {
  height: 15px !important; }

.h20px {
  height: 20px !important; }

.h25px {
  height: 25px !important; }

.h30px {
  height: 30px !important; }

.h35px {
  height: 35px !important; }

.h40px {
  height: 40px !important; }

.h45px {
  height: 45px !important; }

.h50px {
  height: 50px !important; }

.h55px {
  height: 55px !important; }

.h60px {
  height: 60px !important; }

.h65px {
  height: 65px !important; }

.h70px {
  height: 70px !important; }

.h75px {
  height: 75px !important; }

.h80px {
  height: 80px !important; }

.h85px {
  height: 85px !important; }

.h90px {
  height: 90px !important; }

.h95px {
  height: 95px !important; }

.h100px {
  height: 100px !important; }

.h105px {
  height: 105px !important; }

.h110px {
  height: 110px !important; }

.h115px {
  height: 115px !important; }

.h120px {
  height: 120px !important; }

.h125px {
  height: 125px !important; }

.h130px {
  height: 130px !important; }

.h135px {
  height: 135px !important; }

.h140px {
  height: 140px !important; }

.h145px {
  height: 145px !important; }

.h150px {
  height: 150px !important; }

.h155px {
  height: 155px !important; }

.h160px {
  height: 160px !important; }

.h165px {
  height: 165px !important; }

.h170px {
  height: 170px !important; }

.h175px {
  height: 175px !important; }

.h180px {
  height: 180px !important; }

.h185px {
  height: 185px !important; }

.h190px {
  height: 190px !important; }

.h195px {
  height: 195px !important; }

.h200px {
  height: 200px !important; }

.h205px {
  height: 205px !important; }

.h210px {
  height: 210px !important; }

.h215px {
  height: 215px !important; }

.h220px {
  height: 220px !important; }

.h225px {
  height: 225px !important; }

.h230px {
  height: 230px !important; }

.h235px {
  height: 235px !important; }

.h240px {
  height: 240px !important; }

.h245px {
  height: 245px !important; }

.h250px {
  height: 250px !important; }

.h255px {
  height: 255px !important; }

.h260px {
  height: 260px !important; }

.h265px {
  height: 265px !important; }

.h270px {
  height: 270px !important; }

.h275px {
  height: 275px !important; }

.h280px {
  height: 280px !important; }

.h285px {
  height: 285px !important; }

.h290px {
  height: 290px !important; }

.h295px {
  height: 295px !important; }

.h300px {
  height: 300px !important; }

.h305px {
  height: 305px !important; }

.h310px {
  height: 310px !important; }

.h315px {
  height: 315px !important; }

.h320px {
  height: 320px !important; }

.h325px {
  height: 325px !important; }

.h330px {
  height: 330px !important; }

.h335px {
  height: 335px !important; }

.h340px {
  height: 340px !important; }

.h345px {
  height: 345px !important; }

.h350px {
  height: 350px !important; }

.h355px {
  height: 355px !important; }

.h360px {
  height: 360px !important; }

.h365px {
  height: 365px !important; }

.h370px {
  height: 370px !important; }

.h375px {
  height: 375px !important; }

.h380px {
  height: 380px !important; }

.h385px {
  height: 385px !important; }

.h390px {
  height: 390px !important; }

.h395px {
  height: 395px !important; }

.h400px {
  height: 400px !important; }

.h405px {
  height: 405px !important; }

.h410px {
  height: 410px !important; }

.h415px {
  height: 415px !important; }

.h420px {
  height: 420px !important; }

.h425px {
  height: 425px !important; }

.h430px {
  height: 430px !important; }

.h435px {
  height: 435px !important; }

.h440px {
  height: 440px !important; }

.h445px {
  height: 445px !important; }

.h450px {
  height: 450px !important; }

.h455px {
  height: 455px !important; }

.h460px {
  height: 460px !important; }

.h465px {
  height: 465px !important; }

.h470px {
  height: 470px !important; }

.h475px {
  height: 475px !important; }

.h480px {
  height: 480px !important; }

.h485px {
  height: 485px !important; }

.h490px {
  height: 490px !important; }

.h495px {
  height: 495px !important; }

.h500px {
  height: 500px !important; }

/* flex-order */
.order1 {
  order: 1 !important; }

.order2 {
  order: 2 !important; }

.order3 {
  order: 3 !important; }

.order4 {
  order: 4 !important; }

.order5 {
  order: 5 !important; }

/* link-style */
.link-style {
  text-decoration: none !important;
  color: #1496cc !important;
  border-bottom: 1px solid #1496cc !important; }

@font-face {
  font-family: 'iconfont';
  src: url("../images/font/iconfont.ttf") format("truetype"), url("../images/font/iconfont.woff") format("woff"), url("../images/font/iconfont.svg#iconfont") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconfont' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow:before {
  content: "\e900"; }

.icon-arrow-light:before {
  content: "\e90d"; }

.icon-close:before {
  content: "\e901"; }

.icon-reload:before {
  content: "\e902"; }

.icon-copy:before {
  content: "\e903"; }

.icon-danger:before {
  content: "\e904"; }

.icon-menu:before {
  content: "\e905"; }

.icon-question:before {
  content: "\e906"; }

.icon-human:before {
  content: "\e907"; }

.icon-human2:before {
  content: "\e90e"; }

.icon-human3:before {
  content: "\e90f"; }

.icon-footprint:before {
  content: "\e908"; }

.icon-flag:before {
  content: "\e909"; }

.icon-cog:before {
  content: "\e90a"; }

.icon-graph:before {
  content: "\e90b"; }

.icon-list:before {
  content: "\e90c"; }




/********2023/06/02********/

.header__organization-name{
width: 100%;
display: flex;
justify-content:space-between;
max-width: 100%;
height: 35px;
padding: 0 20px 0 0px ;
font-size: 13px;
font-weight: 700;
line-height: 1.375;
text-align: left;
overflow: hidden;
background-size:10px 10px;
background-repeat: no-repeat;
background-position: right 15px center;
align-items: center;
	
}


.header__organization-name.header__name-logo{align-items:flex-start;background-repeat: no-repeat;
background-position: right center;}
.header .header__organization-name{background-image:url("../images/common/arrow.svg")}
.header__organization-name .logo-wrap{padding:0px 0 25px 0;min-height:15px;width:25px}
.header__organization-name.header__name-logo .logo-wrap
{padding:5px 0px 0px 0px;}




.header__organization-name.header__name-logo img,.icon__profile-table{aspect-ratio:1/1;object-fit: contain;width:100%;height:auto}
.header .header__organization-name > div:first-child{
width:calc(100% - 35px);
height: 38px;display: flex;
    align-items: center;
  flex-direction: column
  }

.icon__profile-table{max-width:35px;display:block;margin:3px 0 0 0}

.logo-wrap{justify-content:flex-start;align-items: center;display:flex;}


.header__organization-name p{
display:block;
word-break: break-all;
font-size:12px;width:100%;

overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;


}
.header__organization-name p.no__ellipsis{text-overflow: inherit;word-break: break-all;white-space: normal;}


.top-info{border-radius:0}
.top-info__header{
width:100%;
padding:0 50px 0 0}

.top-info__primary-box-inner{
position:relative;}

.top-info__button.top-info__button{
position: absolute;
top:0;
right:0;}

.top-info__button2{
display:inline-block}

.top-info__header{
margin-bottom:5px}

.top-info__button:after{
font-size:14px;
display:inline-block;
border-bottom:1px solid}

.top-info__button:after{content:"全文表示"}
.top-info__button.is-show:after{content:"折りたたむ"}

.top-info__content{
text-align: center}
.top-info__content p{
text-align: left}

.top-info__primary-box-inner .top-info__content button{
margin:24px auto 0 auto;border-bottom:1px solid}

.top-info__primary-box-inner .top-info__content.is-hide{ position: relative;
height:20px;padding:0 5px;
  overflow: hidden;}
.top-info__primary-box-inner .top-info__content.is-show{height:auto}

.top-info__button + .top-info__content:before{
  content: "";
  position: absolute;
  border-style: none;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 20px;
  background: linear-gradient(rgba(255,255,255,0) 0, #fef8e3 100%);   

}
.top-info__button.is-show + .top-info__content:before{display:none}



.pdficon a,.pdficon span{display:inline-block;padding-right:22px;position:relative;word-break: break-all;}

.pdficon a:after,.pdficon span:after{position:absolute;top:1px;right:0;
	content:url(../images/common/pdf-icon.svg);display:inline-block;width:22px;height:auto}



.news__gaibu-icon{}
.news__gaibu-icon:after{ content:url(../images/common/gaibu-icon.svg);display:inline-block;width:18px;height:18px; vertical-align: middle; margin-left: 3px;}


.top-link__wrap{ background-color:#fff;padding: 25px 30px 0;}
.top-link__wrap > div{display: flex;flex-wrap: wrap;justify-content: space-between;
gap:10px 0;max-width:315px;margin:0 auto}
.top-link__wrap div a{width: 48%;background:#e6f3f9;padding:5px 25px;border-radius:15px;text-align: center;text-decoration: none;color: #1eb9ef;
font-weight: bold;font-size:12px}

.top-date{text-align: center;padding:25px 0 70px 0;width: 100%;display:block}

.groupswitch-slide{
	position:fixed;
bottom:0;background-color:#fff;display: none;z-index:99999;max-height:100vh;
padding:40px  15px 30px 15px;border-radius:15px 15px 0 0;overflow-y: scroll;width:100%}
.groupswitch-is-close{position: absolute;
    display: inline-block;
    right: 20px;
    top: 16px;
    width: 50px;
    text-decoration: underline;
    font-size: 11px;
color:#444}


.groupswitch-slide-bg{
    display: none;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99980;
    padding-bottom: 1000px;
	
	
	
    background: rgba(130, 130, 130, 0.25);}
.groupswitch__id{text-align: center;margin-top:24px}


a.header__organization-name{text-decoration: none}

.groupswitch-slide .header__organization-name{padding:0;}
.groupswitch-slide .logo-wrap{background-image:none;padding:0}
.groupswitch-slide .header__organization-name img{width:35px}

.groupswitch-slide .header__organization-name div:first-child{width:calc(100% - 40px);height: inherit}


.groupswitch-slide .header__organization-name{padding:0;height: inherit}
.groupswitch-slide .header__organization-name.select__organization-name{padding:10px 10px;}

.groupswitch-select{padding-top:20px!important;border:1px solid #25b7e2;position:relative}

.groupswitch-select:before,.groupedit__select:before{content:"現在表示中";font-size:10px;position:absolute;top: 0;left:0;padding:2px 5px;font-weight: normal;color:#fff;background:#25b7e2}

.groupswitch-change{margin-top:25px;}
.groupswitch-change > div{display:flex;flex-direction: column;gap: 15px}
.groupswitch-change > p{font-size:16px;font-weight: bold;padding:0 10px}



a.btn-type03--primary,
button.btn-type03--primary {
  position: relative;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  max-width: 100%;
  min-width: 120px;
  margin: 0 auto;

  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  border-radius: 9999px;

border: 1px solid #1eb9ef;
  box-shadow: 0px 0px 7px 0px rgba(62, 132, 138, 0.3) , rgba(0, 174, 189, 0.2);
  margin-top: 25px;
  padding: 5px 25px;
  color: #1eb9ef;
  background: #fff;
  }

  a.btn-type03--primary:disabled, a.btn-type03--primary.-disabled,
  button.btn-type03--primary:disabled,
  button.btn-type03--primary.-disabled {
    color: #fff;
 border:1px solid #cdcdcd;
    background-color: #cdcdcd;
    box-shadow: none; }


.groupedit__container{margin:25px 0 35px 0;display:flex;flex-direction: column}
.groupedit__top{display:flex;justify-content: space-between;align-items: flex-start}
.groupedit__top > div:first-child{width:35px;font-size:12px}

.groupedit__top > div:last-child{width:calc(100% - 45px);word-break: break-all;}


.groupedit__userid{font-size:11px;margin-top:8px}
.groupedit__select{border:1px solid #25b7e2;position:relative}

.groupedit__container > div{padding:25px 10px 25px 10px;}
.groupedit__container > div.groupedit__select{padding:37px 10px 15px 10px}


.groupedit__container > div:nth-child(n+2){border-bottom:1px solid #dedede}

.groupedit__button{max-width: 300px;margin:14px auto 0 auto;}
.groupedit__button button.groupedit__button01{float:none;margin:0 auto}
.groupedit__button button{margin:0;width:190px;float:left;}
.groupedit__button a{float:right;width: 85px;margin-top:8px;font-size:12px;display:inline-block;text-align: center}
.groupedit__count{text-align: right;font-size:10px}

.logout-button{text-decoration: underline}

.gnav__icon-groupedit > a::before {
content: "\e910";
font-size: 25px;
left: -4px;
top: 0; }

.gnav__icon-groupswitch > a::before {
content: "\e912";
font-size: 25px;
left: -4px;
top: 0; }

.news-detail__img{width:100%;margin:0}


.top-info__subject.pdficon, .top-info__subject--unread.pdficon, .news-list__subject--unread.pdficon, #message .news-list__subject--unread.pdficon,.news-list__subject.pdficon{max-width:315px}
.ul{text-decoration: underline;cursor: pointer}
body.modal-open-gs{pointer-events: inherit}

/*230627*/
input:focus::-webkit-input-placeholder {
	color: transparent;
}
input:focus::-moz-placeholder {
	color: transparent;
}
input:focus::-ms-input-placeholder {
	color: transparent;
}
input:focus::placeholder {
	color: transparent;
}


/*add*/

.header__menu-btn{left:5px}
.top-info {
 padding: 120px 30px 10px 30px;
}
.header__userid-wrap{position:relative;
justify-content: flex-start;
min-height:33px;
margin: 6px 0 0 0;
padding: 12px 40px 3px 0;
border-top: 1px solid #d9d9d9;
}

.header {
  padding: 10px 10px 5px 50px;
 }
.header__userid {
margin-left: 0px;}

.top-btns > div{text-align: center;margin-top:10px;font-size:14px}



.top-info__primary-box{margin-bottom:10px;padding:10px 13px 25px 13px}



.top-btns > ul {
justify-content:center;
flex-direction: column-reverse;
gap: 13px;}

.top-btns{padding-bottom:20px}
.header__back-btn{width:26px}

.top-btns > ul > li{width:100%;}
.header-padding, .header-padding.contents{padding-top:120px}


element.style {
}
button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}
.header__reload-btn {
position: absolute;
    right: 7px;
    top: 8px;
    width: 25px;
    height: 25px;
    background-color: #fff;
	border: none;}
.header__reload-btn::before {font-size:15px}


.top-info__news{border:none}
.top-info__message{border-top: 2px solid #eee; }


.top-btns__upper{min-height:27px}
.top-btns__lower{min-height:32px}
.ol-indent li{position:relative;padding-left:20px}
.ol-indent li.indent_w{padding-left:28px}


.modal-header__heading {
  font-size: 12px;
  font-weight: 700;
  text-align: center
}


.google-fit-modal__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 10px
}

.google-fit-modal__inner {
  width: 100%;
  padding-top: 10px
}

.google-fit-modal__content {
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  color: white;
  padding: 12px 14px;
  background: #1eb9ef;
  border-radius: 5px;
  text-align: center
}

.google-fit-modal__link {
  margin-top: 22px;
  text-align: center
}

.disc-list {
  padding-left: 12px;
}

.disc-list__item {
position:relative;
  font-size: 13px
}

.disc-list__item:before{
  position:absolute;
  width:2px;height:2px;
  background-color:#000;
  border-radius:100%;
  left:-6px;
  top:10px;
  display:block;
  content:""
}


.termsList__noitem{position: relative;
    font-weight: normal;
    font-size: 13px;
 
}







