@charset "UTF-8";
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 12, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/reset.css.scss */
html {
  color: #000;
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/* line 26, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/reset.css.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
/* line 37, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/reset.css.scss */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

/* line 42, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/reset.css.scss */
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 54, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/reset.css.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 61, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/reset.css.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
/* line 74, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/reset.css.scss */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

/* line 79, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/reset.css.scss */
abbr, acronym {
  border: 0;
  font-variant: normal;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
/* line 87, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/reset.css.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
/* line 94, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/reset.css.scss */
b,
strong {
  font-weight: bold;
}

/* line 99, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/reset.css.scss */
blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 106, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/reset.css.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
/* line 114, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/reset.css.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
/* line 123, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/reset.css.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
/* line 131, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/reset.css.scss */
p,
pre {
  margin: 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* line 138, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/reset.css.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 149, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/reset.css.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
/* line 157, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/reset.css.scss */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
/* line 163, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/reset.css.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 171, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/reset.css.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 177, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/reset.css.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 184, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/reset.css.scss */
sup {
  top: -0.5em;
}

/* line 187, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/reset.css.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
/* line 196, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/reset.css.scss */
dl,
menu,
ol,
ul {
  margin: 0;
}

/* line 202, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/reset.css.scss */
dd {
  margin: 0;
}

/**
 * Address paddings set differently in IE 6/7.
 */
/* line 208, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/reset.css.scss */
menu,
ol,
ul {
  padding: 0;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
/* line 216, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/reset.css.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* line 221, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/reset.css.scss */
li {
  list-style: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
/* line 232, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/reset.css.scss */
img {
  vertical-align: top;
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 242, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/reset.css.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
/* line 251, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/reset.css.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
/* line 260, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/reset.css.scss */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 266, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/reset.css.scss */
fieldset {
  border: 0;
  vertical-align: top;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 277, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/reset.css.scss */
legend {
  color: #000;
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
/* line 293, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/reset.css.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  font-weight: inherit;
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 312, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/reset.css.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 322, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/reset.css.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 335, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/reset.css.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 349, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/reset.css.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 359, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/reset.css.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 375, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/reset.css.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 387, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/reset.css.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
/* line 394, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/reset.css.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 403, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/reset.css.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 415, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/reset.css.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 419, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/reset.css.scss */
caption, th {
  text-align: left;
}

/* ==========================================================================
   Fonts
   ========================================================================== */
/*
body {
  font:16px/1.231 arial, helvetica, clean, sans-serif;
  *font-size:small;
  *font:x-small;
}
select, input, button, textarea, button {
	font:99% arial, helvetica, clean, sans-serif;
}
table {
	font-size:inherit;
	font:100%;
}
pre, code, kbd, samp, tt {
	font-family:monospace;
*font-size:108%;
	line-height:100%;
}
*/
/* ==========================================================================
    Clearfix
   ========================================================================== */
/* line 450, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/reset.css.scss */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* line 457, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/reset.css.scss */
.clearfix {
  min-height: 1px;
}

/* line 460, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/reset.css.scss */
* html .clearfix {
  height: 1px;
  /*¥*/
  	                 /*/
    height: auto;
    overflow: hidden;
    /**/
}

/* ==========================================================================
   Print
   ========================================================================== */
@media print {
  /* line 472, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/reset.css.scss */
  * html body {
    zoom: 80%;
    /*WinIE6 only */
  }

  /* line 475, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/reset.css.scss */
  *:first-child + html body {
    zoom: 80%;
    /*WinIE7 only */
  }

  /* line 478, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/reset.css.scss */
  body {
    font-size: 10pt;
  }
}
@charset "UTF-8";
/*
==========================================
STYLE SCSS
==========================================
*/
/*
====================
IMPORT
====================
*/
/*
====================
_VARIABLES.SCSS
====================
*/
/* ---------------------------
ボタンデフォルト
--------------------------- */
/* ---------------------------
transition
--------------------------- */
/* ---------------------------
transform
--------------------------- */
/* ---------------------------
flexまとめ
--------------------------- */
/* ---------------------------
クリアフィックス
--------------------------- */
/* ---------------------------
透明度
--------------------------- */
/* ---------------------------
グラデーション
--------------------------- */
/* ---------------------------
グラデーション
--------------------------- */
/* ---------------------------
フォームリセット
--------------------------- */
/*
====================
BASS
====================
*/
/* line 27, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
html {
  overflow-y: auto;
  height: 100%;
}

/* line 32, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
body {
  background-color: #ffffff;
  overflow-x: hidden;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Avenir Next", Verdana, "游ゴシック", "Yu Gothic", Osaka, sans-serif;
  color: #545454;
  overflow: hidden;
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  /* line 32, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  body {
    font-size: 16px;
    font-size: 1.14286rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 32, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  body {
    font-size: 28px;
    font-size: 1rem;
  }
}

/* line 47, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
body * {
  box-sizing: border-box;
  line-height: 1.5;
}

@media only screen and (max-width: 980px) {
  /* line 53, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  html,
  body {
    font-size: 1.42857143vw !important;
  }
}
@media only screen and (max-width: 750px) {
  /* line 61, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  html,
  body {
    font-size: 3.733333333vw !important;
  }
}
@media screen and (max-width: 750px) {
  /* line 68, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  *[class*="pc"] {
    display: none !important;
  }
}

/* line 74, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
*[class*="sp"] {
  display: none;
}
@media screen and (max-width: 750px) {
  /* line 74, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  *[class*="sp"] {
    display: block;
  }
}

/* line 81, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
a, .btn {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden !important;
  backface-visibility: hidden !important;
  opacity: 1;
  text-decoration: none;
  color: #251E1C;
}
/* line 90, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
a:hover, .btn:hover {
  opacity: 0.8;
}
/* line 93, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
a.underline, .underline.btn {
  text-decoration: underline;
}

/* line 98, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.btn {
  white-space: nowrap;
  display: block;
  text-align: center;
  padding: 0.5em 0.8em;
  border-radius: 12px;
  box-shadow: 3px 3px 0px rgba(200, 200, 200, 0.6);
  color: #ffffff;
  font-size: 18px;
}
@media screen and (max-width: 980px) {
  /* line 98, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .btn {
    font-size: 17px;
    font-size: 1.21429rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 98, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .btn {
    font-size: 23px;
    font-size: 0.82143rem;
    border-radius: 1em;
    padding: 1em;
  }
}
/* line 116, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.btn.orange {
  background-color: #ef7e33;
}
/* line 119, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.btn.blue {
  background-color: #005bac;
}
/* line 122, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.btn.lightblue {
  background-color: #1fa4c8;
}

/* line 127, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.btn.more {
  width: 15%;
  margin: 1.5em auto;
}
@media screen and (max-width: 750px) {
  /* line 127, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .btn.more {
    width: 30%;
  }
}

/* line 134, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.btn a, .btn .btn {
  color: #ffffff;
}

/* line 135, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
img {
  display: inline-block;
  width: 100%;
}

/* line 140, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
*[class*="icon"] {
  background-repeat: no-repeat;
  background-position: 50%;
}

/* line 145, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.icon.close {
  padding: 0.5em 1em;
  background-image: url(/assets/pc/icon-close-261edb1318073453a940c729f0f84f0cc2d07262edcdfd9e900a3df3c1b031fb.png);
  background-size: 62%;
  margin-right: 0.2em;
}

/* line 152, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.trim {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}
/* line 156, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.trim img {
  display: inline;
}

/* line 161, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.column {
  max-width: 980px;
  margin: 0 auto;
}

/*
====================
HEADER
====================
*/
/* line 177, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
header {
  z-index: 200;
  position: relative;
  padding: 10px 0.5em;
  background-color: #ffffff;
  border-bottom: 1px solid #999999;
}
@media screen and (max-width: 750px) {
  /* line 177, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  header {
    border-bottom: none;
  }
}
/* line 186, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
header .column {
  zoom: 1;
  position: relative;
}
/* line 269, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
header .column:before, header .column:after {
  content: "";
  display: table;
}
/* line 274, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
header .column:after {
  clear: both;
}

/* line 192, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.header-logo-1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0%;
  bottom: 0%;
  margin: auto;
  width: 27%;
}
@media screen and (max-width: 750px) {
  /* line 192, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .header-logo-1 {
    font-size: 28px;
    font-size: 1rem;
    width: 52%;
    margin: 0.5em auto;
  }
}

/* line 208, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-open,
.logout {
  display: inline-block;
  width: 7%;
}
@media screen and (max-width: 750px) {
  /* line 208, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .menu-open,
  .logout {
    max-width: 100px;
    width: 13.3333%;
  }
}

/* line 218, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-open {
  float: left;
  visibility: hidden;
}
@media screen and (max-width: 750px) {
  /* line 218, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .menu-open {
    visibility: visible;
  }
}

/* line 226, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.logout {
  float: right;
  max-width: 60px;
}

/* line 231, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide {
  width: 100%;
  z-index: 10;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  -moz-transform: translateY(-150%);
  -o-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
/* line 241, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide nav {
  padding: 2em 0 0;
  text-align: center;
}
/* line 244, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide nav a, .menu-slide nav .btn {
  display: inline-block;
  /*width: 25%;
  margin-bottom: 0.5em;*/
}
/* line 251, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide .menu-slide-sitemap p {
  padding: 1em;
  background-color: #005bac;
  color: #ffffff;
  font-size: 24px;
  font-size: 0.85714rem;
}
/* line 257, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide .menu-slide-sitemap .menu-slide-sitemap-list {
  zoom: 1;
  padding: 1em;
}
/* line 269, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
.menu-slide .menu-slide-sitemap .menu-slide-sitemap-list:before, .menu-slide .menu-slide-sitemap .menu-slide-sitemap-list:after {
  content: "";
  display: table;
}
/* line 274, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
.menu-slide .menu-slide-sitemap .menu-slide-sitemap-list:after {
  clear: both;
}
/* line 260, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide .menu-slide-sitemap .menu-slide-sitemap-list ul {
  width: 50%;
}
/* line 262, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide .menu-slide-sitemap .menu-slide-sitemap-list ul li a, .menu-slide .menu-slide-sitemap .menu-slide-sitemap-list ul li .btn {
  padding-left: 1em;
  background-image: url(/assets/pc/list_dot-2e0986e3522364655175cbb8c88d436a7f8a4a870dd725290861c76840914950.png);
  background-repeat: no-repeat;
  background-position: 0% 50%;
  text-decoration: underline;
  cursor: pointer;
  color: #005bac;
  /*line-height: 1.5em;*/
}
/* line 274, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide .menu-slide-sitemap #menu-close {
  margin: 0 auto 1.5em;
  width: 40%;
}

/*.menu-slide nav a+a {
    margin-left: 10%;
}*/
/* line 285, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide-sitemap-list ul:first-of-type {
  float: left;
}

/* line 289, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide-sitemap-list ul:last-of-type {
  float: right;
}

/* line 293, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide.open {
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

/*
============================
MAIN CONTENTS
============================
*/
/*.main-area {
    padding: 5px 0;
}*/
/* line 308, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
nav {
  /*padding: 20px 40px;
  @include mq(small) {
      padding: 30px;
  }
  a {
      display: inline-block;
      width: 12%;
      max-width: 100px;
      @include mq(small) {
          width: 20%;
          max-width: 140px;
      }
  }*/
  display: table;
  margin: 0 auto;
  table-layout: fixed;
}
/* line 326, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
nav a, nav .btn {
  display: table-cell;
  text-align: center;
  padding: 1.5em 1.8em;
}
@media screen and (max-width: 750px) {
  /* line 326, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  nav a, nav .btn {
    padding: 1em 0.5em;
  }
}

/*nav > a+ a {
    margin-left: 6%;
    @include mq {
        margin-left: 5%;
    }
}*/
/*.breadcrumb {
    margin: 1em 0;
    @include cf;
    @include mq {
        padding: 0 0.5em;
    }
    li {
        font-size: 14px;
        @include mq {
            @include fs-max980(14);
        }
        @include mq(small) {
            @include fs-max750(24);
        }
        float: left;
        a {
            color: $darkblue;
            text-decoration: underline;
        }
    }
}

.breadcrumb li + li {
    margin-left: 0.5em;
    padding-left: 1.5em;
    background-image: image-url('arrow_right_gray_thin.png');
    background-repeat: no-repeat;
    background-position: 0% 50%;
}*/
/* line 373, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.main-h1 {
  padding: 1em 0;
  margin-bottom: 1em;
}
/* line 377, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.main-h1 p {
  line-height: 1;
}
@media screen and (max-width: 980px) {
  /* line 373, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .main-h1 {
    padding: 1em 0.5em;
  }
}
@media screen and (max-width: 750px) {
  /* line 373, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .main-h1 {
    padding: 1em;
  }
  /* line 383, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .main-h1 p {
    line-height: 1.5;
  }
}
/* line 385, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.main-h1 .column {
  zoom: 1;
  position: relative;
}
/* line 269, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
.main-h1 .column:before, .main-h1 .column:after {
  content: "";
  display: table;
}
/* line 274, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
.main-h1 .column:after {
  clear: both;
}
/* line 388, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.main-h1 .column .btn {
  position: absolute;
  right: 0;
  top: 12%;
}
@media screen and (max-width: 750px) {
  /* line 388, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .main-h1 .column .btn {
    top: 9%;
  }
}

/* line 400, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.h1-icon {
  float: left;
  width: 4em;
  height: 4em;
  margin-right: 1em;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  /* line 400, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .h1-icon {
    width: 3em;
    height: 3.5em;
  }
}

/* line 412, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.h1-main-title {
  font-family: "ＭＳ ゴシック", sans-serif;
  font-weight: bold;
  font-size: 34px;
}
@media screen and (max-width: 980px) {
  /* line 412, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .h1-main-title {
    font-size: 34px;
    font-size: 2.42857rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 412, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .h1-main-title {
    margin-top: 0.4em;
    /*line-height: 1.2em;*/
    font-size: 50px;
    font-size: 1.78571rem;
  }
}

/* line 426, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.h1-sub-title {
  margin-top: 0.8em;
  font-size: 16px;
  color: #545454;
}
@media screen and (max-width: 980px) {
  /* line 426, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .h1-sub-title {
    font-size: 16px;
    font-size: 1.14286rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 426, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .h1-sub-title {
    /*line-height: 1.5em;*/
    margin-top: 1em;
    font-size: 24px;
    font-size: 0.85714rem;
  }
}

/*
============================
FOOTER
============================
*/
/* line 447, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-sitemap {
  border-top: 1px solid #005bac;
  padding: 30px 0;
  zoom: 1;
}
/* line 269, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
.footer-sitemap:before, .footer-sitemap:after {
  content: "";
  display: table;
}
/* line 274, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
.footer-sitemap:after {
  clear: both;
}
@media screen and (max-width: 980px) {
  /* line 447, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .footer-sitemap {
    margin: 0 0.5em;
  }
}
/* line 454, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-sitemap ul {
  float: left;
}
/* line 457, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-sitemap ul li a, .footer-sitemap ul li .btn {
  padding-left: 1em;
  background-image: url(/assets/pc/list_dot-2e0986e3522364655175cbb8c88d436a7f8a4a870dd725290861c76840914950.png);
  background-repeat: no-repeat;
  background-position: 0% 50%;
  text-decoration: underline;
  cursor: pointer;
  color: #005bac;
  /*line-height: 1.5em;*/
  font-size: 14px;
}
@media screen and (max-width: 980px) {
  /* line 457, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .footer-sitemap ul li a, .footer-sitemap ul li .btn {
    font-size: 14px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 457, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .footer-sitemap ul li a, .footer-sitemap ul li .btn {
    font-size: 28px;
    font-size: 1rem;
  }
}

/* line 478, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-sitemap ul + ul {
  margin-left: 17%;
}
@media screen and (max-width: 980px) {
  /* line 478, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .footer-sitemap ul + ul {
    margin-left: 16%;
  }
}

/* line 485, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-bottom {
  background-color: #eeeeee;
    /*
	padding: 5px 0;
	@include mq {
        padding: 5px 0.5em;
    }
    @include mq(small) {
        padding: 5px 1em;
    }
    .column {
        @include cf;
        .footer-bottom-logo {
            float: left;
            padding: 0.6em 0;
            @include mq(small) {
                width: 35%;
                padding: 0.3em 0;
            }
        }
        .footer-bottom-dhc {
            float: right;
            @include mq(small) {
                width: 19%;
            }
        }
    }*/
}
/* line 512, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-bottom .column {
  display: table;
  table-layout: fixed;
  width: 100%;
}
/* line 516, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-bottom .column a, .footer-bottom .column .btn {
  display: table-cell;
  vertical-align: middle;
  padding: 0.5em;
  text-align: right;
}
/* line 521, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-bottom .column a:first-child, .footer-bottom .column .btn:first-child {
  text-align: left;
}
/* line 522, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-bottom .column a img, .footer-bottom .column .btn img {
  height: 2em;
  width: auto;
}

/*------------
モーダル
--------------*/
/* モーダル コンテンツエリア */
/* line 536, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-main {
  display: none;
  width: 500px;
  padding: 40px;
  margin: 0;
  border-radius: 20px;
  background-color: #ffffff;
  position: fixed;
  z-index: 100;
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  /* line 536, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-main {
    font-size: 16px;
    font-size: 1.14286rem;
    width: 60%;
  }
}
@media screen and (max-width: 750px) {
  /* line 536, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-main {
    font-size: 28px;
    font-size: 1rem;
    width: 90%;
    padding: 2.5em 1em 2em;
  }
}
/* line 555, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-main h2 {
  text-align: center;
  color: #005bac;
  font-size: 28px;
}
@media screen and (max-width: 980px) {
  /* line 555, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-main h2 {
    font-size: 28px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 555, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-main h2 {
    font-size: 40px;
    font-size: 1.42857rem;
    margin-top: 0;
  }
}
/* line 567, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-main p {
  margin: 1.2em 0 2em;
}
/* line 573, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-main #modal-close {
  width: 150px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  /* line 573, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-main #modal-close {
    width: 25%;
  }
}
@media screen and (max-width: 750px) {
  /* line 573, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-main #modal-close {
    width: 50%;
  }
}

/* line 584, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-sub {
  display: none;
  width: 500px;
  padding: 40px;
  margin: 0;
  border-radius: 20px;
  background-color: #ffffff;
  position: fixed;
  z-index: 100;
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  /* line 584, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-sub {
    font-size: 16px;
    font-size: 1.14286rem;
    width: 60%;
  }
}
@media screen and (max-width: 750px) {
  /* line 584, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-sub {
    font-size: 28px;
    font-size: 1rem;
    width: 90%;
    padding: 2.5em 1em 2em;
  }
}
/* line 603, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-sub h2 {
  text-align: center;
  color: #005bac;
  font-size: 28px;
}
@media screen and (max-width: 980px) {
  /* line 603, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-sub h2 {
    font-size: 28px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 603, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-sub h2 {
    font-size: 40px;
    font-size: 1.42857rem;
    margin-top: 0;
  }
}
/* line 615, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-sub p {
  margin: 1.2em 0 2em;
}
/* line 621, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-sub #modal-close {
  width: 150px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  /* line 621, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-sub #modal-close {
    width: 25%;
  }
}
@media screen and (max-width: 750px) {
  /* line 621, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-sub #modal-close {
    width: 50%;
  }
}

/* モーダル 背景エリア */
/* line 635, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-bg {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
@media screen and (max-width: 750px) {
  /* line 635, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-bg {
    padding: 0 30px;
  }
}
@charset "UTF-8";
/*
====================
IMPORT
====================
*/
/*
====================
_VARIABLES.SCSS
====================
*/
/* ---------------------------
ボタンデフォルト
--------------------------- */
/* ---------------------------
transition
--------------------------- */
/* ---------------------------
transform
--------------------------- */
/* ---------------------------
flexまとめ
--------------------------- */
/* ---------------------------
クリアフィックス
--------------------------- */
/* ---------------------------
透明度
--------------------------- */
/* ---------------------------
グラデーション
--------------------------- */
/* ---------------------------
グラデーション
--------------------------- */
/* ---------------------------
フォームリセット
--------------------------- */
/*
==========================================
styleへ
==========================================
*/
/* line 19, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
.title {
  font-weight: bold;
}

/* line 20, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
.date {
  /*font-size:0.88em;*/
  font-weight: normal;
}

/* line 21, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
.alert {
  color: #f00;
  font-wright: bold;
}

/* line 22, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
.pict {
  margin: 1em 0;
  text-align: center;
}

/* line 23, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
img.picture {
  float: right;
  margin-left: 1em;
  max-height: 15em;
}
@media screen and (max-width: 750px) {
  /* line 23, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
  img.picture {
    max-width: 45% !important;
    max-height: inherit;
  }
}

/* line 26, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
.navi_link {
  text-align: right;
  margin: 1em 0;
}

/* line 28, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
.navi_link a {
  padding-left: 0.8em;
  background-image: url(/assets/pc/list_dot-2e0986e3522364655175cbb8c88d436a7f8a4a870dd725290861c76840914950.png);
  background-repeat: no-repeat;
  background-position: 0% 50%;
  text-decoration: underline;
  cursor: pointer;
  color: #005bac;
}

/*トップページボタン*/
/* line 38, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
.to_top {
  width: 62px;
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
}

/* line 39, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
body.top .to_top {
  display: none;
}

/*注記*/
/* line 42, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
p.attention,
div.attention,
ul.attention li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 0.88em;
  line-height: 1.5;
  opacity: 0.8;
}

/*list_normal*/
/* line 48, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
ul.list_normal li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0.2em;
}

/*名前にバンザイ*/
/* line 52, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
.message-text-area-header span {
  display: block;
  line-height: 1.4;
}

/* line 53, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
.message-text-area-header span:first-of-type:before {
  content: "＼";
  font-size: 0.88em;
}

/* line 54, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
.message-text-area-header span:first-of-type:after {
  content: "／";
  font-size: 0.88em;
}

/*
==========================================
.form_frame
==========================================
*/
/* line 62, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
section {
  line-height: 1.5;
  padding: 20px;
  margin: 0.5em 0;
}
@media screen and (min-width: 749px) {
  /* line 62, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
  section {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
  }
}

/*
==========================================
.column_frame
==========================================
*/
/* line 80, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
section.column_frame {
  word-break: break-all;
  word-wrap: break-word;
  margin: 0;
  padding: 0.5em;
  line-height: 1.5;
  margin-bottom: 1em;
}
/* line 87, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
section.column_frame h2 {
  font-size: 28px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.2em;
  margin: 1em 0;
}
@media screen and (max-width: 750px) {
  /* line 87, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
  section.column_frame h2 {
    font-size: 1.1em;
  }
}
/* line 89, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
section.column_frame h3 {
  font-size: 22px;
  font-weight: bold;
  margin: 1em 0;
}
@media screen and (max-width: 750px) {
  /* line 89, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
  section.column_frame h3 {
    font-size: 1.05em;
  }
}
/* line 91, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
section.column_frame img {
  max-width: 100%;
  width: auto;
}
/* line 92, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
section.column_frame .date {
  text-align: right;
  margin-bottom: 1em;
}
/* line 93, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
section.column_frame .txt_box {
  margin-bottom: 3em;
}
/* line 94, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
section.column_frame blockquote {
  background: #eeeeee;
  padding: 1em 0.5em;
  margin: 0 auto;
  width: 100%;
  max-width: 850px;
}

/*
====================
form設定
====================
*/
/*input,
label,*/
/* line 104, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  cursor: pointer;
}

/* line 120, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
input,
select,
textarea,
button {
  border-radius: 0.3em;
  background: #ffffff;
  border: 1px solid #ccc;
  padding: 0.3em 0.5em;
}

/* line 125, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
select::-ms-expand {
  display: none;
  /*最新IEでデフォルトの矢印が表示されるのを消す*/
}

/* line 127, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
#sakai.registrations select#setting_zip_1 {
  -webkit-appearance: none;
  border: 1px solid #ccc;
}

/*
==========================================
form_box
==========================================
*/
/* line 138, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
.form_box {
  margin-bottom: 1em;
  /*凡例*/
}
/* line 140, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
.form_box dt, .form_box dd {
  padding: 0.2em 0;
}
/* line 141, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
.form_box dt {
  font-weight: bold;
}
/* line 142, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
.form_box input {
  margin: 0.2em;
}
@media screen and (min-width: 749px) {
  /* line 138, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
  .form_box {
    display: table;
  }
  /* line 147, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
  .form_box dl {
    display: table-row;
  }
  /* line 148, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
  .form_box dt,
  .form_box dd {
    display: table-cell;
    padding: 0.2em;
  }
  /* line 150, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
  .form_box dt {
    white-space: nowrap;
    min-width: 12em;
  }
  /* line 151, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
  .form_box .form_name input,
  .form_box .form_password input,
  .form_box .form_phone input,
  .form_box .form_email input {
    width: 15em;
  }
  /* line 155, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
  .form_box .form_address input {
    width: 25em;
  }
}
@media screen and (max-width: 750px) {
  /* line 159, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
  .form_box dl {
    margin: 0.5em 0;
  }
  /* line 160, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
  .form_box input[type="text"],
  .form_box input[type="email"] {
    width: 100%;
  }
  /* line 162, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
  .form_box .form_step input[type="text"] {
    width: auto;
  }
}
/* line 166, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
.form_box .form_zip input {
  width: 4em;
}
/* line 167, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
.form_box .form_height input {
  width: 5em;
}
/* line 168, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
.form_box .form_birthday input {
  width: 4em;
  text-align: center;
}
/* line 169, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
.form_box .form_list label {
  display: inline-block;
  margin-right: 1em;
}
@media screen and (max-width: 750px) {
  /* line 169, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
  .form_box .form_list label {
    display: block;
  }
}
/* line 172, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
.form_box .form_message textarea {
  width: 100%;
  height: 10em;
  resize: vertical;
}
/* line 175, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
.form_box .example {
  color: #666;
  display: inline-block;
}
/* line 176, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
.form_box .example:before {
  content: "例）";
}
/* line 177, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
.form_box .caption {
  font-size: 0.8em;
  display: inline-block;
}

/*
==========================================
btn_box
==========================================
*/
/* line 184, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
.btn_box {
  text-align: center;
  margin: 1.5em 0;
}
/* line 186, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
.btn_box .btn {
  margin: 0 auto;
}
/* line 187, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
.btn_box a {
  color: #fff;
  display: inline-block;
}
/* line 188, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
.btn_box input {
  border: none;
  padding: 0.8em;
  border-radius: 12px;
  box-shadow: 3px 3px 0px rgba(200, 200, 200, 0.6);
  color: #ffffff;
  font-size: 18px;
}

/*
==========================================
toggle_box
==========================================
*/
/* line 202, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
.toggle_box {
  overflow: hidden;
}
/* line 204, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
.toggle_box h2 {
  font-size: 1.6em;
  font-weight: bold;
}
/* line 205, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
.toggle_box > dd {
  margin: 2em 0;
}
@media screen and (max-width: 750px) {
  /* line 207, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
  .toggle_box > dt {
    background: url(/assets/base/look_icon_open-74b219185acf7893fb2252ce51532710dbc4e9bef87a4bde48320bd21ccb7685.png) no-repeat right center;
    background-size: 2em auto;
    -webkit-background-size: 2em auto;
    -moz-background-size: 2em auto;
    -o-background-size: 2em auto;
    -ms-background-size: 2em auto;
  }
  /* line 215, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
  .toggle_box > dt h2 {
    font-size: 1.2em;
    padding: 0.5em 0;
    padding-right: 1.7em;
    margin: 0;
  }
  /* line 217, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
  .toggle_box dd {
    display: none;
  }
}

/*
==========================================
table_box
==========================================
*/
/* line 228, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
.table_box {
  border: 2px solid #ccc;
  margin: 0.5em auto;
}
/* line 229, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
.table_box th, .table_box td {
  padding: 0.5em;
  border-top: 1px solid #ccc;
}
/* line 230, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
.table_box th {
  background: #eeeeee;
}
/* line 231, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
.table_box td {
  text-align: center;
}

/*
==========================================
mileage
==========================================
*/
/* line 239, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
.unfixed_mileages {
  text-align: center;
  margin-top: 0 !important;
  color: #7f3400;
}
/* line 243, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
.unfixed_mileages:before {
  content: "（未確定：";
}
/* line 244, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
.unfixed_mileages:after {
  content: "マイル）";
}

  /*
==========================================
news
==========================================
*/
/* line 253, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
section.news {
  background: #eeeeee;
}
@media screen and (min-width: 749px) {
  /* line 255, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
  section.news .list_box li {
    margin-bottom: 1em;
  }
}
/* line 258, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
section.news .list_box li .date {
  margin-bottom: 0.3em;
}
/* line 259, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
section.news .list_box li .title {
  font-weight: normal;
}
/* line 260, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
section.news .list_box li .title a {
  display: block;
  color: #005bac;
  text-decoration: underline;
  /*text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  max-height:3em;
  overflow:hidden;*/
}
/* line 271, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
section.news .list_box li.unread .title a:after {
  display: inline-block;
  content: "";
  width: 1.5em;
  height: 1.2em;
  margin-left: 0.2em;
  background: url(/assets/pc/icon_notice-e2ff3027164403f39cab8d683d6a9e8db319b7b7babb5e64569d6926124bf180.png) no-repeat left top;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  -ms-background-size: contain;
}
/* line 278, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
section.news div.unread {
  position: absolute;
  bottom: 2em;
  left: 1em;
  color: #d23889;
}

/*
==========================================
encyclopedia
==========================================
*/
/* line 291, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
body.body_encyclopedia #bmi {
  text-align: center;
}
/* line 292, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
body.body_encyclopedia #bmi li {
  display: inline-block;
  margin: 0.5em 0.2em;
}
/* line 293, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
body.body_encyclopedia #bmi input[type="text"] {
  width: 5em;
}

  /*
==========================================
アコーディオン
==========================================
*/
/* line 304, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
.tab_title:after {
  content: " ▼";
}

/* line 305, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
.tab_title.active:after {
  content: " ▲";
}

/* line 306, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
.tab_box {
  padding: 0.5em 0;
}

@media screen and (max-width: 750px) {
  /* line 308, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
  .tab_box {
    display: none;
  }
}
@media screen and (min-width: 749px) {
  /* line 312, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
  body.con_new .form_box {
    width: 100%;
  }

  /* line 313, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
  body.con_new .form_box dt {
    width: 9em;
  }
}
/*タブ*/
/* line 317, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
ul.tab_menu li {
  float: left;
  list-style-type: none;
  width: 50%;
}

/* line 323, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
ul.tab_menu li p {
  color: #FFF;
  text-decoration: none;
  display: block;
  padding: 1em;
  text-align: center;
  width: 100%;
  background: #0ac2e3;
  border: 2px solid #0ac2e3;
  border-bottom: none;
}

/* line 334, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
ul.tab_menu li p:hover {
  background: #0ac2e3;
  color: #FFF;
}

/* line 339, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
ul.tab_menu li p.current {
  background: white;
  color: #0ac2e3;
}

/* line 344, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
#tab_contents {
  clear: both;
}

/* line 348, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
#tab_contents > div {
  background: white;
  border: 2px solid #0ac2e3;
  border-top: none;
}

/* line 354, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
#present_tab1 {
  cursor: pointer;
}

/* line 358, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
#present_tab2 {
  cursor: pointer;
}

/* 境町、みやき町タブ */
/* line 363, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
body#sakai.presents section.form_frame,
body#miyaki.presents section.form_frame {
  background-color: #fff;
}

/* line 367, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
body#sakai.presents section.form_frame .mile,
body#miyaki.presents section.form_frame .mile {
  position: static;
  display: inline-block;
}

/* line 373, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
body#sakai.presents #present_goods_tab2 .mile,
body#miyaki.presents #present_goods_tab2 .mile {
  background: #0ac2e3;
}

/* line 378, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
body#sakai.presents #present_goods_tab2 .tab_title:after,
body#miyaki.presents #present_goods_tab2 .tab_title:after {
  color: #0ac2e3;
}

/* line 383, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
#sakai ul.tab_menu li p,
#miyaki ul.tab_menu li p {
  color: #545454;
  text-decoration: none;
  display: block;
  padding: 1em;
  background: #fbf6e9;
  border: none;
}

/* line 392, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
#sakai ul.tab_menu li p:hover,
#miyaki ul.tab_menu li p:hover {
  background: #0ac2e3;
  color: #545454;
}

/*#sakai ul.tab_menu li p.current {
	background: #fbf6e9;
	color: #545454;
}*/
/* line 403, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
#sakai #tab_contents > div,
#miyaki #tab_contents > div {
  padding: 1.0em;
  border: none;
}

/* line 409, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
#sakai #present_tab1,
#miyaki #present_tab1 {
  cursor: pointer;
  background-color: #fbf6e9;
}

/* line 415, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
#sakai #present_tab2,
#miyaki #present_tab2 {
  cursor: pointer;
  background-color: #e6f1f5;
}

/* line 421, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
#sakai #present_goods_tab1,
#miyaki #present_goods_tab1 {
  background-color: #fbf6e9;
}

/* line 425, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/d-common.scss */
#sakai #present_goods_tab2,
#miyaki #present_goods_tab2 {
  background-color: #e6f1f5;
}
@charset "UTF-8";
/*
====================
IMPORT
====================
*/
/*
====================
_VARIABLES.SCSS
====================
*/
/* ---------------------------
ボタンデフォルト
--------------------------- */
/* ---------------------------
transition
--------------------------- */
/* ---------------------------
transform
--------------------------- */
/* ---------------------------
flexまとめ
--------------------------- */
/* ---------------------------
クリアフィックス
--------------------------- */
/* ---------------------------
透明度
--------------------------- */
/* ---------------------------
グラデーション
--------------------------- */
/* ---------------------------
グラデーション
--------------------------- */
/* ---------------------------
フォームリセット
--------------------------- */
/*
==========================================
STYLE SCSS
==========================================
*/
/*
====================
IMPORT
====================
*/
/*
====================
_VARIABLES.SCSS
====================
*/
/* ---------------------------
ボタンデフォルト
--------------------------- */
/* ---------------------------
transition
--------------------------- */
/* ---------------------------
transform
--------------------------- */
/* ---------------------------
flexまとめ
--------------------------- */
/* ---------------------------
クリアフィックス
--------------------------- */
/* ---------------------------
透明度
--------------------------- */
/* ---------------------------
グラデーション
--------------------------- */
/* ---------------------------
グラデーション
--------------------------- */
/* ---------------------------
フォームリセット
--------------------------- */
/*
====================
BASS
====================
*/
/* line 26, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
html {
  overflow-y: auto;
  height: 100%;
}

/* line 31, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
body {
  background-color: #ffffff;
  overflow-x: hidden;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Avenir Next", Verdana, "游ゴシック", "Yu Gothic", Osaka, sans-serif;
  color: #545454;
  overflow: hidden;
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  /* line 31, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  body {
    font-size: 16px;
    font-size: 1.14286rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 31, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  body {
    font-size: 28px;
    font-size: 1rem;
  }
}

/* line 46, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
body * {
  box-sizing: border-box;
  line-height: 1.5;
}

@media only screen and (max-width: 980px) {
  /* line 52, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  html,
  body {
    font-size: 1.42857143vw !important;
  }
}
@media only screen and (max-width: 750px) {
  /* line 60, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  html,
  body {
    font-size: 3.733333333vw !important;
  }
}
@media screen and (max-width: 750px) {
  /* line 67, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  *[class*="pc"] {
    display: none !important;
  }
}

/* line 73, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
*[class*="sp"] {
  display: none;
}
@media screen and (max-width: 750px) {
  /* line 73, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  *[class*="sp"] {
    display: block;
  }
}

/* line 80, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
a, .btn {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden !important;
  backface-visibility: hidden !important;
  opacity: 1;
  text-decoration: none;
  color: #251E1C;
}
/* line 89, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
a:hover, .btn:hover {
  opacity: 0.8;
}
/* line 92, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
a.underline, .underline.btn {
  text-decoration: underline;
}

/* line 97, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.btn {
  white-space: nowrap;
  display: block;
  text-align: center;
  padding: 0.5em 0.8em;
  border-radius: 12px;
  box-shadow: 3px 3px 0px rgba(200, 200, 200, 0.6);
  color: #ffffff;
  font-size: 18px;
}
@media screen and (max-width: 980px) {
  /* line 97, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .btn {
    font-size: 17px;
    font-size: 1.21429rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 97, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .btn {
    font-size: 23px;
    font-size: 0.82143rem;
    border-radius: 1em;
    padding: 1em;
  }
}
/* line 115, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.btn.orange {
  background-color: #ef7e33;
}
/* line 118, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.btn.blue {
  background-color: #005bac;
}
/* line 121, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.btn.lightblue {
  background-color: #1fa4c8;
}

/* line 126, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.btn.more {
  width: 15%;
  margin: 1.5em auto;
}
@media screen and (max-width: 750px) {
  /* line 126, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .btn.more {
    width: 30%;
  }
}

/* line 133, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.btn a, .btn .btn {
  color: #ffffff;
}

/* line 134, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
img {
  display: inline-block;
  width: 100%;
}

/* line 139, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
*[class*="icon"] {
  background-repeat: no-repeat;
  background-position: 50%;
}

/* line 144, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.icon.close {
  padding: 0.5em 1em;
  background-image: url(/assets/pc/icon-close-261edb1318073453a940c729f0f84f0cc2d07262edcdfd9e900a3df3c1b031fb.png);
  background-size: 62%;
  margin-right: 0.2em;
}

/* line 151, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.trim {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}
/* line 155, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.trim img {
  display: inline;
}

/* line 160, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.column {
  max-width: 980px;
  margin: 0 auto;
}

/*
====================
HEADER
====================
*/
/* line 176, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
header {
  z-index: 200;
  position: relative;
  padding: 10px 0.5em;
  background-color: #ffffff;
  border-bottom: 1px solid #999999;
}
@media screen and (max-width: 750px) {
  /* line 176, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  header {
    border-bottom: none;
  }
}
/* line 185, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
header .column {
  zoom: 1;
  position: relative;
}
/* line 269, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
header .column:before, header .column:after {
  content: "";
  display: table;
}
/* line 274, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
header .column:after {
  clear: both;
}

/* line 191, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.header-logo-1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0%;
  bottom: 0%;
  margin: auto;
  width: 27%;
}
@media screen and (max-width: 750px) {
  /* line 191, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .header-logo-1 {
    font-size: 28px;
    font-size: 1rem;
    width: 52%;
    margin: 0.5em auto;
  }
}

/* line 207, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-open,
.logout {
  display: inline-block;
  width: 7%;
}
@media screen and (max-width: 750px) {
  /* line 207, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .menu-open,
  .logout {
    max-width: 100px;
    width: 13.3333%;
  }
}

/* line 217, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-open {
  float: left;
  visibility: hidden;
}
@media screen and (max-width: 750px) {
  /* line 217, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .menu-open {
    visibility: visible;
  }
}

/* line 225, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.logout {
  float: right;
  max-width: 60px;
}

/* line 230, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide {
  width: 100%;
  z-index: 10;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  -moz-transform: translateY(-150%);
  -o-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
/* line 240, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide nav {
  padding: 2em 0 0;
  text-align: center;
}
/* line 243, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide nav a, .menu-slide nav .btn {
  display: inline-block;
  /*width: 25%;
  margin-bottom: 0.5em;*/
}
/* line 250, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide .menu-slide-sitemap p {
  padding: 1em;
  background-color: #005bac;
  color: #ffffff;
  font-size: 24px;
  font-size: 0.85714rem;
}
/* line 256, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide .menu-slide-sitemap .menu-slide-sitemap-list {
  zoom: 1;
  padding: 1em;
}
/* line 269, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
.menu-slide .menu-slide-sitemap .menu-slide-sitemap-list:before, .menu-slide .menu-slide-sitemap .menu-slide-sitemap-list:after {
  content: "";
  display: table;
}
/* line 274, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
.menu-slide .menu-slide-sitemap .menu-slide-sitemap-list:after {
  clear: both;
}
/* line 259, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide .menu-slide-sitemap .menu-slide-sitemap-list ul {
  width: 50%;
}
/* line 261, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide .menu-slide-sitemap .menu-slide-sitemap-list ul li a, .menu-slide .menu-slide-sitemap .menu-slide-sitemap-list ul li .btn {
  padding-left: 1em;
  background-image: url(/assets/pc/list_dot-2e0986e3522364655175cbb8c88d436a7f8a4a870dd725290861c76840914950.png);
  background-repeat: no-repeat;
  background-position: 0% 50%;
  text-decoration: underline;
  cursor: pointer;
  color: #005bac;
  /*line-height: 1.5em;*/
}
/* line 273, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide .menu-slide-sitemap #menu-close {
  margin: 0 auto 1.5em;
  width: 40%;
}

/*.menu-slide nav a+a {
    margin-left: 10%;
}*/
/* line 284, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide-sitemap-list ul:first-of-type {
  float: left;
}

/* line 288, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide-sitemap-list ul:last-of-type {
  float: right;
}

/* line 292, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide.open {
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

/*
============================
MAIN CONTENTS
============================
*/
/*.main-area {
    padding: 5px 0;
}*/
/* line 307, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
nav {
  /*padding: 20px 40px;
  @include mq(small) {
      padding: 30px;
  }
  a {
      display: inline-block;
      width: 12%;
      max-width: 100px;
      @include mq(small) {
          width: 20%;
          max-width: 140px;
      }
  }*/
  display: table;
  margin: 0 auto;
  table-layout: fixed;
}
/* line 325, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
nav a, nav .btn {
  display: table-cell;
  text-align: center;
  padding: 1.5em 1.8em;
}
@media screen and (max-width: 750px) {
  /* line 325, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  nav a, nav .btn {
    padding: 1em 0.5em;
  }
}

/*nav > a+ a {
    margin-left: 6%;
    @include mq {
        margin-left: 5%;
    }
}*/
/*.breadcrumb {
    margin: 1em 0;
    @include cf;
    @include mq {
        padding: 0 0.5em;
    }
    li {
        font-size: 14px;
        @include mq {
            @include fs-max980(14);
        }
        @include mq(small) {
            @include fs-max750(24);
        }
        float: left;
        a {
            color: $darkblue;
            text-decoration: underline;
        }
    }
}

.breadcrumb li + li {
    margin-left: 0.5em;
    padding-left: 1.5em;
    background-image: image-url('arrow_right_gray_thin.png');
    background-repeat: no-repeat;
    background-position: 0% 50%;
}*/
/* line 372, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.main-h1 {
  padding: 1em 0;
  margin-bottom: 1em;
}
/* line 376, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.main-h1 p {
  line-height: 1;
}
@media screen and (max-width: 980px) {
  /* line 372, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .main-h1 {
    padding: 1em 0.5em;
  }
}
@media screen and (max-width: 750px) {
  /* line 372, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .main-h1 {
    padding: 1em;
  }
  /* line 382, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .main-h1 p {
    line-height: 1.5;
  }
}
/* line 384, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.main-h1 .column {
  zoom: 1;
  position: relative;
}
/* line 269, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
.main-h1 .column:before, .main-h1 .column:after {
  content: "";
  display: table;
}
/* line 274, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
.main-h1 .column:after {
  clear: both;
}
/* line 387, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.main-h1 .column .btn {
  position: absolute;
  right: 0;
  top: 12%;
}
@media screen and (max-width: 750px) {
  /* line 387, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .main-h1 .column .btn {
    top: 9%;
  }
}

/* line 399, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.h1-icon {
  float: left;
  width: 4em;
  height: 4em;
  margin-right: 1em;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  /* line 399, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .h1-icon {
    width: 3em;
    height: 3.5em;
  }
}

/* line 411, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.h1-main-title {
  font-family: "ＭＳ ゴシック", sans-serif;
  font-weight: bold;
  font-size: 34px;
}
@media screen and (max-width: 980px) {
  /* line 411, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .h1-main-title {
    font-size: 34px;
    font-size: 2.42857rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 411, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .h1-main-title {
    margin-top: 0.4em;
    /*line-height: 1.2em;*/
    font-size: 50px;
    font-size: 1.78571rem;
  }
}

/* line 425, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.h1-sub-title {
  margin-top: 0.8em;
  font-size: 16px;
  color: #545454;
}
@media screen and (max-width: 980px) {
  /* line 425, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .h1-sub-title {
    font-size: 16px;
    font-size: 1.14286rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 425, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .h1-sub-title {
    /*line-height: 1.5em;*/
    margin-top: 1em;
    font-size: 24px;
    font-size: 0.85714rem;
  }
}

/*
============================
FOOTER
============================
*/
/* line 446, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-sitemap {
  border-top: 1px solid #005bac;
  padding: 30px 0;
  zoom: 1;
}
/* line 269, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
.footer-sitemap:before, .footer-sitemap:after {
  content: "";
  display: table;
}
/* line 274, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
.footer-sitemap:after {
  clear: both;
}
@media screen and (max-width: 980px) {
  /* line 446, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .footer-sitemap {
    margin: 0 0.5em;
  }
}
/* line 453, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-sitemap ul {
  float: left;
}
/* line 456, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-sitemap ul li a, .footer-sitemap ul li .btn {
  padding-left: 1em;
  background-image: url(/assets/pc/list_dot-2e0986e3522364655175cbb8c88d436a7f8a4a870dd725290861c76840914950.png);
  background-repeat: no-repeat;
  background-position: 0% 50%;
  text-decoration: underline;
  cursor: pointer;
  color: #005bac;
  /*line-height: 1.5em;*/
  font-size: 14px;
}
@media screen and (max-width: 980px) {
  /* line 456, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .footer-sitemap ul li a, .footer-sitemap ul li .btn {
    font-size: 14px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 456, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .footer-sitemap ul li a, .footer-sitemap ul li .btn {
    font-size: 28px;
    font-size: 1rem;
  }
}

/* line 477, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-sitemap ul + ul {
  margin-left: 17%;
}
@media screen and (max-width: 980px) {
  /* line 477, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .footer-sitemap ul + ul {
    margin-left: 16%;
  }
}

/* line 484, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-bottom {
  background-color: #eeeeee;
    /*
	padding: 5px 0;
	@include mq {
        padding: 5px 0.5em;
    }
    @include mq(small) {
        padding: 5px 1em;
    }
    .column {
        @include cf;
        .footer-bottom-logo {
            float: left;
            padding: 0.6em 0;
            @include mq(small) {
                width: 35%;
                padding: 0.3em 0;
            }
        }
        .footer-bottom-dhc {
            float: right;
            @include mq(small) {
                width: 19%;
            }
        }
    }*/
}
/* line 511, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-bottom .column {
  display: table;
  table-layout: fixed;
  width: 100%;
}
/* line 515, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-bottom .column a, .footer-bottom .column .btn {
  display: table-cell;
  vertical-align: middle;
  padding: 0.5em;
  text-align: right;
}
/* line 520, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-bottom .column a:first-child, .footer-bottom .column .btn:first-child {
  text-align: left;
}
/* line 521, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-bottom .column a img, .footer-bottom .column .btn img {
  height: 2em;
  width: auto;
}

/*------------
モーダル
--------------*/
/* モーダル コンテンツエリア */
/* line 535, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-main {
  display: none;
  width: 500px;
  padding: 40px;
  margin: 0;
  border-radius: 20px;
  background-color: #ffffff;
  position: fixed;
  z-index: 100;
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  /* line 535, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-main {
    font-size: 16px;
    font-size: 1.14286rem;
    width: 60%;
  }
}
@media screen and (max-width: 750px) {
  /* line 535, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-main {
    font-size: 28px;
    font-size: 1rem;
    width: 90%;
    padding: 2.5em 1em 2em;
  }
}
/* line 554, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-main h2 {
  text-align: center;
  color: #005bac;
  font-size: 28px;
}
@media screen and (max-width: 980px) {
  /* line 554, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-main h2 {
    font-size: 28px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 554, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-main h2 {
    font-size: 40px;
    font-size: 1.42857rem;
    margin-top: 0;
  }
}
/* line 566, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-main p {
  margin: 1.2em 0 2em;
}
/* line 572, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-main #modal-close {
  width: 150px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  /* line 572, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-main #modal-close {
    width: 25%;
  }
}
@media screen and (max-width: 750px) {
  /* line 572, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-main #modal-close {
    width: 50%;
  }
}

/* line 583, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-sub {
  display: none;
  width: 500px;
  padding: 40px;
  margin: 0;
  border-radius: 20px;
  background-color: #ffffff;
  position: fixed;
  z-index: 100;
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  /* line 583, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-sub {
    font-size: 16px;
    font-size: 1.14286rem;
    width: 60%;
  }
}
@media screen and (max-width: 750px) {
  /* line 583, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-sub {
    font-size: 28px;
    font-size: 1rem;
    width: 90%;
    padding: 2.5em 1em 2em;
  }
}
/* line 602, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-sub h2 {
  text-align: center;
  color: #005bac;
  font-size: 28px;
}
@media screen and (max-width: 980px) {
  /* line 602, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-sub h2 {
    font-size: 28px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 602, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-sub h2 {
    font-size: 40px;
    font-size: 1.42857rem;
    margin-top: 0;
  }
}
/* line 614, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-sub p {
  margin: 1.2em 0 2em;
}
/* line 620, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-sub #modal-close {
  width: 150px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  /* line 620, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-sub #modal-close {
    width: 25%;
  }
}
@media screen and (max-width: 750px) {
  /* line 620, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-sub #modal-close {
    width: 50%;
  }
}

/* モーダル 背景エリア */
/* line 634, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-bg {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
@media screen and (max-width: 750px) {
  /* line 634, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-bg {
    padding: 0 30px;
  }
}

/*
====================
common
====================
*/
/* line 20, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index {
  /*.main-area > .column > .row + .row {
      margin-top: 20px;
  }*/
  /*section.message-pc{height:325px;}*/
  /*
  ============================
  MAIN CONTENTS
  ============================
  */
  /*------------
  コラム
  --------------*/
  /*------------
  メッセージ
  --------------*/
  /*------------
  マイル
  --------------*/
  /*------------
  記録
  --------------*/
  /*------------
  お知らせ
  --------------*/
  /*------------
  達成度
  --------------*/
  /*------------
  バナー
  --------------*/
}
@media screen and (max-width: 980px) {
  /* line 21, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
  body.top.index .row {
    padding: 0 0.5em;
  }
}
@media screen and (max-width: 750px) {
  /* line 21, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
  body.top.index .row {
    padding: 0;
  }
}
/* line 30, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index .row-01 {
  zoom: 1;
}
/* line 269, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
body.top.index .row-01:before, body.top.index .row-01:after {
  content: "";
  display: table;
}
/* line 274, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
body.top.index .row-01:after {
  clear: both;
}
/* line 34, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index .row-02 {
  zoom: 1;
}
/* line 269, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
body.top.index .row-02:before, body.top.index .row-02:after {
  content: "";
  display: table;
}
/* line 274, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
body.top.index .row-02:after {
  clear: both;
}
@media screen and (max-width: 750px) {
  /* line 34, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
  body.top.index .row-02 {
    margin-top: 0 !important;
  }
}
/* line 41, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index .main-area .row-01 > * {
  float: left;
}
@media screen and (max-width: 750px) {
  /* line 41, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
  body.top.index .main-area .row-01 > * {
    height: 17.5em !important;
  }
}
/* line 48, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index .main-area .row-02 > * {
  display: block;
  float: left;
}
@media screen and (min-width: 749px) {
  /* line 48, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
  body.top.index .main-area .row-02 > * {
    height: 460px;
  }
}
@media screen and (max-width: 750px) {
  /* line 56, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
  body.top.index .row-01 {
    padding: 0 10px;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
/* line 67, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index section {
  width: 32%;
  border-radius: 20px;
  padding: 1.5em 1em;
}
@media screen and (max-width: 750px) {
  /* line 67, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
  body.top.index section {
    width: 49%;
    padding: 1em 0.5em;
  }
}
/* line 75, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index section.mile {
  background-color: #f8f0da;
}
/* line 78, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index section.record {
  background-color: #e6f1f5;
}
/* line 81, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index section.news {
  background-color: #eeeeee;
}
/* line 84, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index section.level {
  background-color: #e6f1f5;
}
/* line 89, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index section + section {
  margin-left: 2%;
}
/* line 93, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index section.mile,
body.top.index section.record {
  height: 385px;
}
/* line 95, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index section > * + * {
  margin-top: 15px;
}
/* line 99, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index h2 {
  text-align: center;
  font-size: 28px;
}
@media screen and (max-width: 980px) {
  /* line 99, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
  body.top.index h2 {
    font-size: 28px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 99, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
  body.top.index h2 {
    font-size: 38px;
    font-size: 1.35714rem;
  }
}
/* line 108, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index h2 .h2-icon {
  display: inline-block;
  vertical-align: middle;
  padding: 0.8em;
  margin-right: 0.2em;
  background-repeat: no-repeat;
  background-position: 0% 47%;
  background-size: 80%;
}
@media screen and (max-width: 750px) {
  /* line 108, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
  body.top.index h2 .h2-icon {
    padding: 1em;
  }
}
/* line 120, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index h2 .text-s {
  background-image: none !important;
  padding: 0;
  font-size: 18px;
}
@media screen and (max-width: 980px) {
  /* line 120, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
  body.top.index h2 .text-s {
    font-size: 18px;
    font-size: 1.28571rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 120, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
  body.top.index h2 .text-s {
    font-size: 30px;
    font-size: 1.07143rem;
  }
}
/* line 133, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index .data-area {
  text-align: center;
}
/* line 137, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index *[class$="data"] {
  font-size: 50px;
  line-height: 1;
  margin-right: 0.1em;
}
@media screen and (max-width: 980px) {
  /* line 137, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
  body.top.index *[class$="data"] {
    font-size: 50px;
    font-size: 3.57143rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 137, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
  body.top.index *[class$="data"] {
    font-size: 70px;
    font-size: 2.5rem;
  }
}
/* line 149, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index .mile-data {
  color: #ef7e33;
}
/* line 162, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index #column {
  margin-bottom: 1em;
}
/* line 164, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index #column section {
  background: #fcf0f1;
  width: 100%;
}
/* line 167, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index #column section h2 {
  color: #d23889;
}
/* line 168, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index #column section .h2-icon {
  background-image: url(/assets/base/column_icon_h1-2ee1a8c5e0ff566db6bef2f058b29f49c674a5c2aa545820491033a5ae224f99.png);
}
/* line 169, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index #column section li {
  padding: 1em;
  background: #fff;
}
/* line 170, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index #column section .title a, body.top.index #column section .title .btn {
  color: #d23889;
}
/* line 171, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index #column section .img_box {
  width: 30%;
  float: left;
  margin-bottom: 0.5em;
}
/* line 172, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index #column section .txt_box {
  margin-left: 33%;
  margin-bottom: 0.5em;
}
/* line 173, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index #column section a.btn, body.top.index #column section .btn {
  width: 6em;
  background: #d23889;
  margin: 15px auto 0;
}
/* line 177, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index #column section dl.category {
  clear: both;
  font-size: 0.8em;
}
/* line 178, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index #column section dl.category dt, body.top.index #column section dl.category dd {
  display: inline-block;
  vertical-align: middle;
}
/* line 179, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index #column section dl.category dd a, body.top.index #column section dl.category dd .btn {
  display: inline-block;
  padding: 0.2em 0.4em;
  background: #d23889;
  color: #fff;
  border-radius: 0.8em;
  font-size: 0.88em;
  line-height: 1;
}
@media screen and (min-width: 749px) {
  /* line 185, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
  body.top.index #column section ul {
    display: table;
    table-layout: fixed;
    border-spacing: 0.5em 0;
  }
  /* line 189, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
  body.top.index #column section li {
    display: table-cell;
    width: 50%;
  }
  /* line 190, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
  body.top.index #column section .title a, body.top.index #column section .title .btn {
    font-size: 1.13em;
  }
}
@media screen and (max-width: 750px) {
  /* line 164, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
  body.top.index #column section {
    width: 96%;
    margin: 0 2%;
    padding: 1em 0.8em;
  }
  /* line 197, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
  body.top.index #column section li:first-child {
    margin-bottom: 0.5em;
  }
}
/* line 208, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index .message {
  padding: 0;
  position: relative;
}
/* line 211, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index .message .message-text-area {
  height: 214px;
  background-image: url(/assets/pc/fukidashi-3a85e9fd7bb9f0bab83709dcbe8fb81ab8eb55a4a1372af3d9f21a078f47d29e.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 20px;
}
/* line 218, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index .message .message-text-area-header {
  text-align: center;
  margin-bottom: 1em;
  font-size: 18px;
}
@media screen and (max-width: 980px) {
  /* line 218, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
  body.top.index .message .message-text-area-header {
    font-size: 18px;
    font-size: 1.28571rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 218, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
  body.top.index .message .message-text-area-header {
    font-size: 32px;
    font-size: 1.14286rem;
    margin: 0.5em 0;
  }
}
/* line 230, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index .message .message-text-area-detail {
  line-height: 1.5em;
  font-size: 14px;
}
@media screen and (max-width: 980px) {
  /* line 230, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
  body.top.index .message .message-text-area-detail {
    font-size: 14px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 230, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
  body.top.index .message .message-text-area-detail {
    font-size: 28px;
    font-size: 1rem;
  }
}
/* line 240, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index .message .img-wrap {
  width: 40%;
  /*position: absolute;
  bottom: 0;
  left: 0;
  right: 0;*/
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  /* line 252, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
  body.top.index .message-sp {
    zoom: 1;
    padding: 0.4em 1.5em;
    background-color: #fdeff0;
    position: relative;
  }
  /* line 269, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
  body.top.index .message-sp:before, body.top.index .message-sp:after {
    content: "";
    display: table;
  }
  /* line 274, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
  body.top.index .message-sp:after {
    clear: both;
  }
  /* line 257, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
  body.top.index .message-sp .trim {
    width: 15%;
    float: left;
  }
  /* line 261, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
  body.top.index .message-sp .message-text-area {
    float: left;
    margin: 0;
    text-align: center;
    padding: 0;
    background-image: none;
    height: auto;
    overflow: hidden;
    width: 70%;
  }
  /* line 270, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
  body.top.index .message-sp .message-text-area .message-text-area-detail {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
  }
  /* line 277, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
  body.top.index .message-sp .message-sp-btn-open {
    width: 13%;
    margin-top: 2%;
    float: right;
  }
}
/* line 292, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index .mile {
  color: #7f3400;
}
@media screen and (max-width: 750px) {
  /* line 292, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
  body.top.index .mile {
    float: right !important;
  }
}
/* line 297, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index .mile h2 {
  color: #ef7e33;
  /*margin-bottom: 0.5em;
  @include mq(small) {
      margin-bottom: 1em;
  }*/
}
/* line 303, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index .mile h2 .h2-icon {
  background-image: url(/assets/pc/icon_mile-fdfe3792d40868f6590067dce1cc0bd764befb2e5d98fc04364deabdeab56bd2.png);
}
/* line 306, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index .mile h2 .text-s {
  font-size: 16px;
}
/* line 310, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index .mile .data-area {
  margin-top: 0;
  line-height: 1;
}
/* line 311, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index .mile .row {
  margin-top: 0.6em;
  zoom: 1;
}
/* line 269, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
body.top.index .mile .row:before, body.top.index .mile .row:after {
  content: "";
  display: table;
}
/* line 274, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
body.top.index .mile .row:after {
  clear: both;
}
/* line 314, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index .mile .row p {
  float: left;
  width: 48%;
  line-height: 1.5em;
  font-size: 14px;
}
@media screen and (max-width: 980px) {
  /* line 314, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
  body.top.index .mile .row p {
    font-size: 14px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 314, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
  body.top.index .mile .row p {
    font-size: 28px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 314, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
  body.top.index .mile .row p {
    font-size: 24px;
    font-size: 0.85714rem;
    margin: 0 auto;
    float: initial;
    width: 70%;
  }
}
/* line 331, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index .mile .row p em {
  font-size: 20px;
}
@media screen and (max-width: 980px) {
  /* line 331, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
  body.top.index .mile .row p em {
    font-size: 20px;
    font-size: 1.42857rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 331, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
  body.top.index .mile .row p em {
    font-size: 32px;
    font-size: 1.14286rem;
  }
}
/* line 340, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index .mile .row p em {
  font-size: 20px;
}
@media screen and (max-width: 980px) {
  /* line 340, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
  body.top.index .mile .row p em {
    font-size: 20px;
    font-size: 1.42857rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 340, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
  body.top.index .mile .row p em {
    font-size: 32px;
    font-size: 1.14286rem;
  }
}
/* line 350, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index .mile .row a, body.top.index .mile .row .btn {
  width: 50%;
  float: right;
}
@media screen and (max-width: 750px) {
  /* line 350, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
  body.top.index .mile .row a, body.top.index .mile .row .btn {
    margin: 0.5em auto 0;
    float: initial;
    width: 80%;
  }
}
/* line 360, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index .mile .graph {
  max-height: 150px;
  height: 150px;
  /*background: silver;*/
}
@media screen and (max-width: 980px) {
  /* line 360, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
  body.top.index .mile .graph {
    height: auto;
  }
}
/* line 375, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index .record {
  color: #005071;
}
@media screen and (max-width: 750px) {
  /* line 375, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
  body.top.index .record {
    margin-left: 0;
  }
}
/* line 380, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index .record h2 {
  color: #1fa4c8;
}
/* line 382, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index .record h2 .h2-icon {
  background-image: url(/assets/pc/icon_record-2e35aa6a488071d36584d9a12f548cb3845340db43b8b63774ab6a0d6b686bda.png);
}
/* line 386, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index .record .record-date-area {
  text-align: center;
}
/* line 388, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index .record .record-date-area .record-date-area-text {
  font-size: 20px;
}
@media screen and (max-width: 980px) {
  /* line 388, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
  body.top.index .record .record-date-area .record-date-area-text {
    font-size: 20px;
    font-size: 1.42857rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 388, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
  body.top.index .record .record-date-area .record-date-area-text {
    font-size: 32px;
    font-size: 1.14286rem;
    margin-top: 0;
  }
}
/* line 398, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index .record .record-date-area .record-date-area-img {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  position: relative;
}
@media screen and (max-width: 750px) {
  /* line 398, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
  body.top.index .record .record-date-area .record-date-area-img {
    width: 80%;
    margin: 0 auto;
  }
}
/* line 406, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index .record .record-date-area .record-date-area-img .star-area {
  margin: 0.5em auto 0;
  width: 36%;
}
@media screen and (max-width: 750px) {
  /* line 406, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
  body.top.index .record .record-date-area .record-date-area-img .star-area {
    width: 65%;
  }
}
/* line 413, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index .record .record-date-area .record-date-area-img #modal-open {
  position: absolute;
  top: -0.2em;
  right: 3em;
}
@media screen and (max-width: 750px) {
  /* line 413, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
  body.top.index .record .record-date-area .record-date-area-img #modal-open {
    width: 18%;
    right: -0.5em;
  }
}
/* line 422, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index .record .record-date-area .record-date-area-img #modal-open-sub {
  position: absolute;
  top: -0.2em;
  right: 3em;
}
@media screen and (max-width: 750px) {
  /* line 422, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
  body.top.index .record .record-date-area .record-date-area-img #modal-open-sub {
    width: 18%;
    right: -0.5em;
  }
}
/* line 432, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index .record .record-date-area .record-date-area-shape {
  margin-top: 0;
  font-size: 2rem;
}
@media screen and (max-width: 750px) {
  /* line 432, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
  body.top.index .record .record-date-area .record-date-area-shape {
    font-size: 1.2rem;
  }
}
/* line 439, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index .record .record-date-area .record-date-area-img.shapebox {
  padding-top: 0.5em;
  border-top: 1px dotted #1fa4c8;
}
@media screen and (max-width: 750px) {
  /* line 439, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
  body.top.index .record .record-date-area .record-date-area-img.shapebox {
    padding-top: 0.2em;
  }
}
/* line 446, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index .record .record-date-area .record-date-area-shape + #modal-open-sub {
  top: 1.0em;
  right: 1.0em;
}
@media screen and (max-width: 750px) {
  /* line 446, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
  body.top.index .record .record-date-area .record-date-area-shape + #modal-open-sub {
    top: 0.2em;
    right: -0.8em;
  }
}
/* line 456, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index .record .record-data-area {
  text-align: left;
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  /* line 456, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
  body.top.index .record .record-data-area {
    margin-left: auto;
    margin-right: auto;
    width: 78%;
    font-size: 24px;
    font-size: 0.85714rem;
  }
}
/* line 467, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index .record .record-data-area div span {
  font-size: 32px;
  line-height: 1.5em;
}
@media screen and (max-width: 980px) {
  /* line 467, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
  body.top.index .record .record-data-area div span {
    font-size: 32px;
    font-size: 2.28571rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 467, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
  body.top.index .record .record-data-area div span {
    font-size: 40px;
    font-size: 1.42857rem;
  }
}
/* line 486, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index .news {
  position: relative;
  zoom: 1;
  /*.btn.blue {
      float: right;
      margin-top: 0;
      @include mq(small) {
          padding: 1em 0.8em;
          width: 30%;
          margin-top: 3.5em;
      }
  }*/
}
/* line 269, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
body.top.index .news:before, body.top.index .news:after {
  content: "";
  display: table;
}
/* line 274, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
body.top.index .news:after {
  clear: both;
}
@media screen and (max-width: 750px) {
  /* line 486, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
  body.top.index .news {
    width: 100%;
    background-color: #ffffff !important;
    padding-bottom: 4em;
    /*ボタン表示部分の高さ確保*/
  }
}
/* line 494, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index .news h2 {
  color: #005bac;
}
/* line 496, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index .news h2 .h2-icon {
  background-image: url(/assets/base/news_icon_h1-722b010400ba94ad0aff92d7d8f8cb9c2e57f9252140124b54ea7f822304e4ea.png);
}
/* line 500, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index .news ul {
  overflow-y: auto;
  max-height: 342px;
  /*margin-top: 0;
  @include cf;
  @include mq(small) {
      overflow: hidden;
      width: 68%;
      float: left;
  }*/
}
/* line 510, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index .news ul li {
  /*margin-bottom: 1em;
  @include mq(small) {
      margin-bottom: 0;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
  }*/
  /*.news-date-area {
      margin-bottom: 0.2em;
      .trim {
          margin-right: 1em;
          vertical-align: sub;
          @include mq(small) {
              vertical-align: middle;
              width: 8%;
              margin-right: 0.5em;
          }
      }
  }*/
}
@media screen and (max-width: 750px) {
  /* line 519, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
  body.top.index .news ul li:not(:first-child) {
    display: none;
  }
}
/* line 533, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index .news ul li a, body.top.index .news ul li .btn {
  text-decoration: underline;
  cursor: pointer;
  color: #005bac;
  line-height: 1.5em;
  /*font-size: 14px;*/
  /*@include mq(small) {
      @include fs-max750(28);
      display: block;
      margin-left: 2em;
  }*/
}
@media screen and (max-width: 980px) {
  /* line 533, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
  body.top.index .news ul li a, body.top.index .news ul li .btn {
    font-size: 14px;
    font-size: 1rem;
  }
}
/* line 560, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index .news .btn.blue {
  /*float: right;*/
  position: absolute;
  right: 1em;
  bottom: 1em;
}
/* line 568, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index .level {
  width: 66%;
  color: #005071;
}
/* line 571, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index .level h2 {
  color: #1fa4c8;
}
/* line 573, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index .level h2 .h2-icon {
  background-image: url(/assets/pc/icon_level-57e0b4e412319cab873e8a2e6ba2e2e27764636c031edc7f1a85f9493dfc4a52.png);
}
/* line 577, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index .level .level-head {
  margin-top: 0.3em;
  zoom: 1;
  position: relative;
  background-color: #1fa4c8;
  color: #ffffff;
  padding: 3px 10px;
  font-size: 20px;
}
/* line 269, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
body.top.index .level .level-head:before, body.top.index .level .level-head:after {
  content: "";
  display: table;
}
/* line 274, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
body.top.index .level .level-head:after {
  clear: both;
}
@media screen and (max-width: 980px) {
  /* line 577, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
  body.top.index .level .level-head {
    font-size: 20px;
    font-size: 1.42857rem;
  }
}
/* line 589, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index .level .level-main {
  zoom: 1;
}
/* line 269, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
body.top.index .level .level-main:before, body.top.index .level .level-main:after {
  content: "";
  display: table;
}
/* line 274, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
body.top.index .level .level-main:after {
  clear: both;
}
/* line 591, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index .level .level-main *[class*="-column"] {
  width: 26%;
  float: left;
}
/* line 594, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index .level .level-main *[class*="-column"] li {
  zoom: 1;
  margin-bottom: 0.3em;
  font-size: 16px;
}
/* line 269, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
body.top.index .level .level-main *[class*="-column"] li:before, body.top.index .level .level-main *[class*="-column"] li:after {
  content: "";
  display: table;
}
/* line 274, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
body.top.index .level .level-main *[class*="-column"] li:after {
  clear: both;
}
@media screen and (max-width: 980px) {
  /* line 594, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
  body.top.index .level .level-main *[class*="-column"] li {
    font-size: 16px;
    font-size: 1.14286rem;
  }
}
/* line 601, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index .level .level-main *[class*="-column"] li .level-main-date {
  float: left;
}
/* line 603, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index .level .level-main *[class*="-column"] li .level-main-date a, body.top.index .level .level-main *[class*="-column"] li .level-main-date .btn {
  text-decoration: underline;
}
/* line 605, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index .level .level-main *[class*="-column"] li .star-area {
  float: right;
}
/* line 613, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index #current_month {
  top: 0.2em;
  right: 0;
  left: 0;
  text-align: center;
  position: absolute;
}
@media screen and (max-width: 750px) {
  /* line 613, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
  body.top.index #current_month {
    margin: 0 34%;
  }
}
/* line 624, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index #btn_prev_month {
  float: left;
  position: relative;
  z-index: 10;
}
/* line 630, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index #btn_next_month {
  float: right;
  position: relative;
  z-index: 20;
}
/* line 636, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index .level-main > ul + ul {
  margin-left: 10.5%;
}
@media screen and (max-width: 820px) and (min-width: 750px) {
  /* line 641, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
  body.top.index *[class*="-column"] {
    width: 28% !important;
  }
  /* line 644, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
  body.top.index .level-main > ul + ul {
    margin-left: 8%;
  }
}
/* line 654, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index .banner-area {
  padding: 30px 0;
  text-align: center;
}
@media screen and (max-width: 750px) {
  /* line 654, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
  body.top.index .banner-area {
    padding: 0 0 1em;
  }
}
/* line 660, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index .banner-area .column {
  zoom: 1;
  /*a + a {
      margin-left: 2%;
      @include mq(small) {
          margin: 1em auto 0;
      }
  }*/
}
/* line 269, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
body.top.index .banner-area .column:before, body.top.index .banner-area .column:after {
  content: "";
  display: table;
}
/* line 274, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
body.top.index .banner-area .column:after {
  clear: both;
}
@media screen and (max-width: 750px) {
  /* line 660, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
  body.top.index .banner-area .column {
    padding: 0 1em;
  }
}
/* line 665, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
body.top.index .banner-area .column a, body.top.index .banner-area .column .btn {
  display: inline-block;
  width: 48%;
  margin: 0.5%;
}
@media screen and (max-width: 750px) {
  /* line 665, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/index.scss */
  body.top.index .banner-area .column a, body.top.index .banner-area .column .btn {
    width: 100%;
  }
}
@charset "UTF-8";
/*
====================
IMPORT
====================
*/
/*
====================
_VARIABLES.SCSS
====================
*/
/* ---------------------------
ボタンデフォルト
--------------------------- */
/* ---------------------------
transition
--------------------------- */
/* ---------------------------
transform
--------------------------- */
/* ---------------------------
flexまとめ
--------------------------- */
/* ---------------------------
クリアフィックス
--------------------------- */
/* ---------------------------
透明度
--------------------------- */
/* ---------------------------
グラデーション
--------------------------- */
/* ---------------------------
グラデーション
--------------------------- */
/* ---------------------------
フォームリセット
--------------------------- */
/*
==========================================
STYLE SCSS
==========================================
*/
/*
====================
IMPORT
====================
*/
/*
====================
_VARIABLES.SCSS
====================
*/
/* ---------------------------
ボタンデフォルト
--------------------------- */
/* ---------------------------
transition
--------------------------- */
/* ---------------------------
transform
--------------------------- */
/* ---------------------------
flexまとめ
--------------------------- */
/* ---------------------------
クリアフィックス
--------------------------- */
/* ---------------------------
透明度
--------------------------- */
/* ---------------------------
グラデーション
--------------------------- */
/* ---------------------------
グラデーション
--------------------------- */
/* ---------------------------
フォームリセット
--------------------------- */
/*
====================
BASS
====================
*/
/* line 26, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
html {
  overflow-y: auto;
  height: 100%;
}

/* line 31, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
body {
  background-color: #ffffff;
  overflow-x: hidden;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Avenir Next", Verdana, "游ゴシック", "Yu Gothic", Osaka, sans-serif;
  color: #545454;
  overflow: hidden;
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  /* line 31, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  body {
    font-size: 16px;
    font-size: 1.14286rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 31, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  body {
    font-size: 28px;
    font-size: 1rem;
  }
}

/* line 46, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
body * {
  box-sizing: border-box;
  line-height: 1.5;
}

@media only screen and (max-width: 980px) {
  /* line 52, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  html,
  body {
    font-size: 1.42857143vw !important;
  }
}
@media only screen and (max-width: 750px) {
  /* line 60, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  html,
  body {
    font-size: 3.733333333vw !important;
  }
}
@media screen and (max-width: 750px) {
  /* line 67, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  *[class*="pc"] {
    display: none !important;
  }
}

/* line 73, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
*[class*="sp"] {
  display: none;
}
@media screen and (max-width: 750px) {
  /* line 73, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  *[class*="sp"] {
    display: block;
  }
}

/* line 80, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
a, .btn {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden !important;
  backface-visibility: hidden !important;
  opacity: 1;
  text-decoration: none;
  color: #251E1C;
}
/* line 89, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
a:hover, .btn:hover {
  opacity: 0.8;
}
/* line 92, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
a.underline, .underline.btn {
  text-decoration: underline;
}

/* line 97, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.btn {
  white-space: nowrap;
  display: block;
  text-align: center;
  padding: 0.5em 0.8em;
  border-radius: 12px;
  box-shadow: 3px 3px 0px rgba(200, 200, 200, 0.6);
  color: #ffffff;
  font-size: 18px;
}
@media screen and (max-width: 980px) {
  /* line 97, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .btn {
    font-size: 17px;
    font-size: 1.21429rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 97, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .btn {
    font-size: 23px;
    font-size: 0.82143rem;
    border-radius: 1em;
    padding: 1em;
  }
}
/* line 115, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.btn.orange {
  background-color: #ef7e33;
}
/* line 118, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.btn.blue {
  background-color: #005bac;
}
/* line 121, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.btn.lightblue {
  background-color: #1fa4c8;
}

/* line 126, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.btn.more {
  width: 15%;
  margin: 1.5em auto;
}
@media screen and (max-width: 750px) {
  /* line 126, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .btn.more {
    width: 30%;
  }
}

/* line 133, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.btn a, .btn .btn {
  color: #ffffff;
}

/* line 134, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
img {
  display: inline-block;
  width: 100%;
}

/* line 139, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
*[class*="icon"] {
  background-repeat: no-repeat;
  background-position: 50%;
}

/* line 144, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.icon.close {
  padding: 0.5em 1em;
  background-image: url(/assets/pc/icon-close-261edb1318073453a940c729f0f84f0cc2d07262edcdfd9e900a3df3c1b031fb.png);
  background-size: 62%;
  margin-right: 0.2em;
}

/* line 151, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.trim {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}
/* line 155, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.trim img {
  display: inline;
}

/* line 160, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.column {
  max-width: 980px;
  margin: 0 auto;
}

/*
====================
HEADER
====================
*/
/* line 176, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
header {
  z-index: 200;
  position: relative;
  padding: 10px 0.5em;
  background-color: #ffffff;
  border-bottom: 1px solid #999999;
}
@media screen and (max-width: 750px) {
  /* line 176, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  header {
    border-bottom: none;
  }
}
/* line 185, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
header .column {
  zoom: 1;
  position: relative;
}
/* line 269, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
header .column:before, header .column:after {
  content: "";
  display: table;
}
/* line 274, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
header .column:after {
  clear: both;
}

/* line 191, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.header-logo-1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0%;
  bottom: 0%;
  margin: auto;
  width: 27%;
}
@media screen and (max-width: 750px) {
  /* line 191, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .header-logo-1 {
    font-size: 28px;
    font-size: 1rem;
    width: 52%;
    margin: 0.5em auto;
  }
}

/* line 207, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-open,
.logout {
  display: inline-block;
  width: 7%;
}
@media screen and (max-width: 750px) {
  /* line 207, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .menu-open,
  .logout {
    max-width: 100px;
    width: 13.3333%;
  }
}

/* line 217, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-open {
  float: left;
  visibility: hidden;
}
@media screen and (max-width: 750px) {
  /* line 217, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .menu-open {
    visibility: visible;
  }
}

/* line 225, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.logout {
  float: right;
  max-width: 60px;
}

/* line 230, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide {
  width: 100%;
  z-index: 10;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  -moz-transform: translateY(-150%);
  -o-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
/* line 240, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide nav {
  padding: 2em 0 0;
  text-align: center;
}
/* line 243, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide nav a, .menu-slide nav .btn {
  display: inline-block;
  /*width: 25%;
  margin-bottom: 0.5em;*/
}
/* line 250, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide .menu-slide-sitemap p {
  padding: 1em;
  background-color: #005bac;
  color: #ffffff;
  font-size: 24px;
  font-size: 0.85714rem;
}
/* line 256, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide .menu-slide-sitemap .menu-slide-sitemap-list {
  zoom: 1;
  padding: 1em;
}
/* line 269, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
.menu-slide .menu-slide-sitemap .menu-slide-sitemap-list:before, .menu-slide .menu-slide-sitemap .menu-slide-sitemap-list:after {
  content: "";
  display: table;
}
/* line 274, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
.menu-slide .menu-slide-sitemap .menu-slide-sitemap-list:after {
  clear: both;
}
/* line 259, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide .menu-slide-sitemap .menu-slide-sitemap-list ul {
  width: 50%;
}
/* line 261, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide .menu-slide-sitemap .menu-slide-sitemap-list ul li a, .menu-slide .menu-slide-sitemap .menu-slide-sitemap-list ul li .btn {
  padding-left: 1em;
  background-image: url(/assets/pc/list_dot-2e0986e3522364655175cbb8c88d436a7f8a4a870dd725290861c76840914950.png);
  background-repeat: no-repeat;
  background-position: 0% 50%;
  text-decoration: underline;
  cursor: pointer;
  color: #005bac;
  /*line-height: 1.5em;*/
}
/* line 273, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide .menu-slide-sitemap #menu-close {
  margin: 0 auto 1.5em;
  width: 40%;
}

/*.menu-slide nav a+a {
    margin-left: 10%;
}*/
/* line 284, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide-sitemap-list ul:first-of-type {
  float: left;
}

/* line 288, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide-sitemap-list ul:last-of-type {
  float: right;
}

/* line 292, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide.open {
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

/*
============================
MAIN CONTENTS
============================
*/
/*.main-area {
    padding: 5px 0;
}*/
/* line 307, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
nav {
  /*padding: 20px 40px;
  @include mq(small) {
      padding: 30px;
  }
  a {
      display: inline-block;
      width: 12%;
      max-width: 100px;
      @include mq(small) {
          width: 20%;
          max-width: 140px;
      }
  }*/
  display: table;
  margin: 0 auto;
  table-layout: fixed;
}
/* line 325, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
nav a, nav .btn {
  display: table-cell;
  text-align: center;
  padding: 1.5em 1.8em;
}
@media screen and (max-width: 750px) {
  /* line 325, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  nav a, nav .btn {
    padding: 1em 0.5em;
  }
}

/*nav > a+ a {
    margin-left: 6%;
    @include mq {
        margin-left: 5%;
    }
}*/
/*.breadcrumb {
    margin: 1em 0;
    @include cf;
    @include mq {
        padding: 0 0.5em;
    }
    li {
        font-size: 14px;
        @include mq {
            @include fs-max980(14);
        }
        @include mq(small) {
            @include fs-max750(24);
        }
        float: left;
        a {
            color: $darkblue;
            text-decoration: underline;
        }
    }
}

.breadcrumb li + li {
    margin-left: 0.5em;
    padding-left: 1.5em;
    background-image: image-url('arrow_right_gray_thin.png');
    background-repeat: no-repeat;
    background-position: 0% 50%;
}*/
/* line 372, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.main-h1 {
  padding: 1em 0;
  margin-bottom: 1em;
}
/* line 376, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.main-h1 p {
  line-height: 1;
}
@media screen and (max-width: 980px) {
  /* line 372, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .main-h1 {
    padding: 1em 0.5em;
  }
}
@media screen and (max-width: 750px) {
  /* line 372, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .main-h1 {
    padding: 1em;
  }
  /* line 382, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .main-h1 p {
    line-height: 1.5;
  }
}
/* line 384, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.main-h1 .column {
  zoom: 1;
  position: relative;
}
/* line 269, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
.main-h1 .column:before, .main-h1 .column:after {
  content: "";
  display: table;
}
/* line 274, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
.main-h1 .column:after {
  clear: both;
}
/* line 387, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.main-h1 .column .btn {
  position: absolute;
  right: 0;
  top: 12%;
}
@media screen and (max-width: 750px) {
  /* line 387, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .main-h1 .column .btn {
    top: 9%;
  }
}

/* line 399, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.h1-icon {
  float: left;
  width: 4em;
  height: 4em;
  margin-right: 1em;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  /* line 399, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .h1-icon {
    width: 3em;
    height: 3.5em;
  }
}

/* line 411, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.h1-main-title {
  font-family: "ＭＳ ゴシック", sans-serif;
  font-weight: bold;
  font-size: 34px;
}
@media screen and (max-width: 980px) {
  /* line 411, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .h1-main-title {
    font-size: 34px;
    font-size: 2.42857rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 411, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .h1-main-title {
    margin-top: 0.4em;
    /*line-height: 1.2em;*/
    font-size: 50px;
    font-size: 1.78571rem;
  }
}

/* line 425, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.h1-sub-title {
  margin-top: 0.8em;
  font-size: 16px;
  color: #545454;
}
@media screen and (max-width: 980px) {
  /* line 425, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .h1-sub-title {
    font-size: 16px;
    font-size: 1.14286rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 425, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .h1-sub-title {
    /*line-height: 1.5em;*/
    margin-top: 1em;
    font-size: 24px;
    font-size: 0.85714rem;
  }
}

/*
============================
FOOTER
============================
*/
/* line 446, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-sitemap {
  border-top: 1px solid #005bac;
  padding: 30px 0;
  zoom: 1;
}
/* line 269, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
.footer-sitemap:before, .footer-sitemap:after {
  content: "";
  display: table;
}
/* line 274, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
.footer-sitemap:after {
  clear: both;
}
@media screen and (max-width: 980px) {
  /* line 446, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .footer-sitemap {
    margin: 0 0.5em;
  }
}
/* line 453, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-sitemap ul {
  float: left;
}
/* line 456, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-sitemap ul li a, .footer-sitemap ul li .btn {
  padding-left: 1em;
  background-image: url(/assets/pc/list_dot-2e0986e3522364655175cbb8c88d436a7f8a4a870dd725290861c76840914950.png);
  background-repeat: no-repeat;
  background-position: 0% 50%;
  text-decoration: underline;
  cursor: pointer;
  color: #005bac;
  /*line-height: 1.5em;*/
  font-size: 14px;
}
@media screen and (max-width: 980px) {
  /* line 456, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .footer-sitemap ul li a, .footer-sitemap ul li .btn {
    font-size: 14px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 456, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .footer-sitemap ul li a, .footer-sitemap ul li .btn {
    font-size: 28px;
    font-size: 1rem;
  }
}

/* line 477, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-sitemap ul + ul {
  margin-left: 17%;
}
@media screen and (max-width: 980px) {
  /* line 477, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .footer-sitemap ul + ul {
    margin-left: 16%;
  }
}

/* line 484, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-bottom {
  background-color: #eeeeee;
    /*
	padding: 5px 0;
	@include mq {
        padding: 5px 0.5em;
    }
    @include mq(small) {
        padding: 5px 1em;
    }
    .column {
        @include cf;
        .footer-bottom-logo {
            float: left;
            padding: 0.6em 0;
            @include mq(small) {
                width: 35%;
                padding: 0.3em 0;
            }
        }
        .footer-bottom-dhc {
            float: right;
            @include mq(small) {
                width: 19%;
            }
        }
    }*/
}
/* line 511, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-bottom .column {
  display: table;
  table-layout: fixed;
  width: 100%;
}
/* line 515, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-bottom .column a, .footer-bottom .column .btn {
  display: table-cell;
  vertical-align: middle;
  padding: 0.5em;
  text-align: right;
}
/* line 520, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-bottom .column a:first-child, .footer-bottom .column .btn:first-child {
  text-align: left;
}
/* line 521, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-bottom .column a img, .footer-bottom .column .btn img {
  height: 2em;
  width: auto;
}

/*------------
モーダル
--------------*/
/* モーダル コンテンツエリア */
/* line 535, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-main {
  display: none;
  width: 500px;
  padding: 40px;
  margin: 0;
  border-radius: 20px;
  background-color: #ffffff;
  position: fixed;
  z-index: 100;
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  /* line 535, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-main {
    font-size: 16px;
    font-size: 1.14286rem;
    width: 60%;
  }
}
@media screen and (max-width: 750px) {
  /* line 535, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-main {
    font-size: 28px;
    font-size: 1rem;
    width: 90%;
    padding: 2.5em 1em 2em;
  }
}
/* line 554, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-main h2 {
  text-align: center;
  color: #005bac;
  font-size: 28px;
}
@media screen and (max-width: 980px) {
  /* line 554, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-main h2 {
    font-size: 28px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 554, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-main h2 {
    font-size: 40px;
    font-size: 1.42857rem;
    margin-top: 0;
  }
}
/* line 566, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-main p {
  margin: 1.2em 0 2em;
}
/* line 572, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-main #modal-close {
  width: 150px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  /* line 572, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-main #modal-close {
    width: 25%;
  }
}
@media screen and (max-width: 750px) {
  /* line 572, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-main #modal-close {
    width: 50%;
  }
}

/* line 583, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-sub {
  display: none;
  width: 500px;
  padding: 40px;
  margin: 0;
  border-radius: 20px;
  background-color: #ffffff;
  position: fixed;
  z-index: 100;
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  /* line 583, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-sub {
    font-size: 16px;
    font-size: 1.14286rem;
    width: 60%;
  }
}
@media screen and (max-width: 750px) {
  /* line 583, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-sub {
    font-size: 28px;
    font-size: 1rem;
    width: 90%;
    padding: 2.5em 1em 2em;
  }
}
/* line 602, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-sub h2 {
  text-align: center;
  color: #005bac;
  font-size: 28px;
}
@media screen and (max-width: 980px) {
  /* line 602, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-sub h2 {
    font-size: 28px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 602, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-sub h2 {
    font-size: 40px;
    font-size: 1.42857rem;
    margin-top: 0;
  }
}
/* line 614, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-sub p {
  margin: 1.2em 0 2em;
}
/* line 620, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-sub #modal-close {
  width: 150px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  /* line 620, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-sub #modal-close {
    width: 25%;
  }
}
@media screen and (max-width: 750px) {
  /* line 620, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-sub #modal-close {
    width: 50%;
  }
}

/* モーダル 背景エリア */
/* line 634, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-bg {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
@media screen and (max-width: 750px) {
  /* line 634, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-bg {
    padding: 0 30px;
  }
}

/*
====================
common
====================
*/
/* line 22, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/information.scss */
body.information .main-h1 {
  background-color: #eeeeee;
}
/* line 26, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/information.scss */
body.information .h1-icon {
  background-image: url(/assets/base/news_icon_h1-722b010400ba94ad0aff92d7d8f8cb9c2e57f9252140124b54ea7f822304e4ea.png);
}
/* line 30, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/information.scss */
body.information .h1-main-title {
  color: #005bac;
}
/* line 34, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/information.scss */
body.information .btn {
  background: #005bac;
}
/* line 37, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/information.scss */
body.information h2.title {
  color: #005bac;
  border-color: #005bac;
}
@charset "UTF-8";
/*
====================
IMPORT
====================
*/
/*
====================
_VARIABLES.SCSS
====================
*/
/* ---------------------------
ボタンデフォルト
--------------------------- */
/* ---------------------------
transition
--------------------------- */
/* ---------------------------
transform
--------------------------- */
/* ---------------------------
flexまとめ
--------------------------- */
/* ---------------------------
クリアフィックス
--------------------------- */
/* ---------------------------
透明度
--------------------------- */
/* ---------------------------
グラデーション
--------------------------- */
/* ---------------------------
グラデーション
--------------------------- */
/* ---------------------------
フォームリセット
--------------------------- */
/*
==========================================
STYLE SCSS
==========================================
*/
/*
====================
IMPORT
====================
*/
/*
====================
_VARIABLES.SCSS
====================
*/
/* ---------------------------
ボタンデフォルト
--------------------------- */
/* ---------------------------
transition
--------------------------- */
/* ---------------------------
transform
--------------------------- */
/* ---------------------------
flexまとめ
--------------------------- */
/* ---------------------------
クリアフィックス
--------------------------- */
/* ---------------------------
透明度
--------------------------- */
/* ---------------------------
グラデーション
--------------------------- */
/* ---------------------------
グラデーション
--------------------------- */
/* ---------------------------
フォームリセット
--------------------------- */
/*
====================
BASS
====================
*/
/* line 26, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
html {
  overflow-y: auto;
  height: 100%;
}

/* line 31, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
body {
  background-color: #ffffff;
  overflow-x: hidden;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Avenir Next", Verdana, "游ゴシック", "Yu Gothic", Osaka, sans-serif;
  color: #545454;
  overflow: hidden;
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  /* line 31, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  body {
    font-size: 16px;
    font-size: 1.14286rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 31, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  body {
    font-size: 28px;
    font-size: 1rem;
  }
}

/* line 46, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
body * {
  box-sizing: border-box;
  line-height: 1.5;
}

@media only screen and (max-width: 980px) {
  /* line 52, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  html,
  body {
    font-size: 1.42857143vw !important;
  }
}
@media only screen and (max-width: 750px) {
  /* line 60, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  html,
  body {
    font-size: 3.733333333vw !important;
  }
}
@media screen and (max-width: 750px) {
  /* line 67, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  *[class*="pc"] {
    display: none !important;
  }
}

/* line 73, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
*[class*="sp"] {
  display: none;
}
@media screen and (max-width: 750px) {
  /* line 73, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  *[class*="sp"] {
    display: block;
  }
}

/* line 80, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
a, .btn {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden !important;
  backface-visibility: hidden !important;
  opacity: 1;
  text-decoration: none;
  color: #251E1C;
}
/* line 89, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
a:hover, .btn:hover {
  opacity: 0.8;
}
/* line 92, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
a.underline, .underline.btn {
  text-decoration: underline;
}

/* line 97, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.btn {
  white-space: nowrap;
  display: block;
  text-align: center;
  padding: 0.5em 0.8em;
  border-radius: 12px;
  box-shadow: 3px 3px 0px rgba(200, 200, 200, 0.6);
  color: #ffffff;
  font-size: 18px;
}
@media screen and (max-width: 980px) {
  /* line 97, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .btn {
    font-size: 17px;
    font-size: 1.21429rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 97, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .btn {
    font-size: 23px;
    font-size: 0.82143rem;
    border-radius: 1em;
    padding: 1em;
  }
}
/* line 115, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.btn.orange {
  background-color: #ef7e33;
}
/* line 118, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.btn.blue {
  background-color: #005bac;
}
/* line 121, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.btn.lightblue {
  background-color: #1fa4c8;
}

/* line 126, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.btn.more {
  width: 15%;
  margin: 1.5em auto;
}
@media screen and (max-width: 750px) {
  /* line 126, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .btn.more {
    width: 30%;
  }
}

/* line 133, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.btn a, .btn .btn {
  color: #ffffff;
}

/* line 134, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
img {
  display: inline-block;
  width: 100%;
}

/* line 139, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
*[class*="icon"] {
  background-repeat: no-repeat;
  background-position: 50%;
}

/* line 144, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.icon.close {
  padding: 0.5em 1em;
  background-image: url(/assets/pc/icon-close-261edb1318073453a940c729f0f84f0cc2d07262edcdfd9e900a3df3c1b031fb.png);
  background-size: 62%;
  margin-right: 0.2em;
}

/* line 151, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.trim {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}
/* line 155, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.trim img {
  display: inline;
}

/* line 160, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.column {
  max-width: 980px;
  margin: 0 auto;
}

/*
====================
HEADER
====================
*/
/* line 176, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
header {
  z-index: 200;
  position: relative;
  padding: 10px 0.5em;
  background-color: #ffffff;
  border-bottom: 1px solid #999999;
}
@media screen and (max-width: 750px) {
  /* line 176, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  header {
    border-bottom: none;
  }
}
/* line 185, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
header .column {
  zoom: 1;
  position: relative;
}
/* line 269, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
header .column:before, header .column:after {
  content: "";
  display: table;
}
/* line 274, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
header .column:after {
  clear: both;
}

/* line 191, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.header-logo-1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0%;
  bottom: 0%;
  margin: auto;
  width: 27%;
}
@media screen and (max-width: 750px) {
  /* line 191, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .header-logo-1 {
    font-size: 28px;
    font-size: 1rem;
    width: 52%;
    margin: 0.5em auto;
  }
}

/* line 207, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-open,
.logout {
  display: inline-block;
  width: 7%;
}
@media screen and (max-width: 750px) {
  /* line 207, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .menu-open,
  .logout {
    max-width: 100px;
    width: 13.3333%;
  }
}

/* line 217, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-open {
  float: left;
  visibility: hidden;
}
@media screen and (max-width: 750px) {
  /* line 217, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .menu-open {
    visibility: visible;
  }
}

/* line 225, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.logout {
  float: right;
  max-width: 60px;
}

/* line 230, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide {
  width: 100%;
  z-index: 10;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  -moz-transform: translateY(-150%);
  -o-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
/* line 240, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide nav {
  padding: 2em 0 0;
  text-align: center;
}
/* line 243, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide nav a, .menu-slide nav .btn {
  display: inline-block;
  /*width: 25%;
  margin-bottom: 0.5em;*/
}
/* line 250, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide .menu-slide-sitemap p {
  padding: 1em;
  background-color: #005bac;
  color: #ffffff;
  font-size: 24px;
  font-size: 0.85714rem;
}
/* line 256, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide .menu-slide-sitemap .menu-slide-sitemap-list {
  zoom: 1;
  padding: 1em;
}
/* line 269, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
.menu-slide .menu-slide-sitemap .menu-slide-sitemap-list:before, .menu-slide .menu-slide-sitemap .menu-slide-sitemap-list:after {
  content: "";
  display: table;
}
/* line 274, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
.menu-slide .menu-slide-sitemap .menu-slide-sitemap-list:after {
  clear: both;
}
/* line 259, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide .menu-slide-sitemap .menu-slide-sitemap-list ul {
  width: 50%;
}
/* line 261, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide .menu-slide-sitemap .menu-slide-sitemap-list ul li a, .menu-slide .menu-slide-sitemap .menu-slide-sitemap-list ul li .btn {
  padding-left: 1em;
  background-image: url(/assets/pc/list_dot-2e0986e3522364655175cbb8c88d436a7f8a4a870dd725290861c76840914950.png);
  background-repeat: no-repeat;
  background-position: 0% 50%;
  text-decoration: underline;
  cursor: pointer;
  color: #005bac;
  /*line-height: 1.5em;*/
}
/* line 273, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide .menu-slide-sitemap #menu-close {
  margin: 0 auto 1.5em;
  width: 40%;
}

/*.menu-slide nav a+a {
    margin-left: 10%;
}*/
/* line 284, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide-sitemap-list ul:first-of-type {
  float: left;
}

/* line 288, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide-sitemap-list ul:last-of-type {
  float: right;
}

/* line 292, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide.open {
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

/*
============================
MAIN CONTENTS
============================
*/
/*.main-area {
    padding: 5px 0;
}*/
/* line 307, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
nav {
  /*padding: 20px 40px;
  @include mq(small) {
      padding: 30px;
  }
  a {
      display: inline-block;
      width: 12%;
      max-width: 100px;
      @include mq(small) {
          width: 20%;
          max-width: 140px;
      }
  }*/
  display: table;
  margin: 0 auto;
  table-layout: fixed;
}
/* line 325, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
nav a, nav .btn {
  display: table-cell;
  text-align: center;
  padding: 1.5em 1.8em;
}
@media screen and (max-width: 750px) {
  /* line 325, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  nav a, nav .btn {
    padding: 1em 0.5em;
  }
}

/*nav > a+ a {
    margin-left: 6%;
    @include mq {
        margin-left: 5%;
    }
}*/
/*.breadcrumb {
    margin: 1em 0;
    @include cf;
    @include mq {
        padding: 0 0.5em;
    }
    li {
        font-size: 14px;
        @include mq {
            @include fs-max980(14);
        }
        @include mq(small) {
            @include fs-max750(24);
        }
        float: left;
        a {
            color: $darkblue;
            text-decoration: underline;
        }
    }
}

.breadcrumb li + li {
    margin-left: 0.5em;
    padding-left: 1.5em;
    background-image: image-url('arrow_right_gray_thin.png');
    background-repeat: no-repeat;
    background-position: 0% 50%;
}*/
/* line 372, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.main-h1 {
  padding: 1em 0;
  margin-bottom: 1em;
}
/* line 376, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.main-h1 p {
  line-height: 1;
}
@media screen and (max-width: 980px) {
  /* line 372, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .main-h1 {
    padding: 1em 0.5em;
  }
}
@media screen and (max-width: 750px) {
  /* line 372, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .main-h1 {
    padding: 1em;
  }
  /* line 382, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .main-h1 p {
    line-height: 1.5;
  }
}
/* line 384, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.main-h1 .column {
  zoom: 1;
  position: relative;
}
/* line 269, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
.main-h1 .column:before, .main-h1 .column:after {
  content: "";
  display: table;
}
/* line 274, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
.main-h1 .column:after {
  clear: both;
}
/* line 387, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.main-h1 .column .btn {
  position: absolute;
  right: 0;
  top: 12%;
}
@media screen and (max-width: 750px) {
  /* line 387, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .main-h1 .column .btn {
    top: 9%;
  }
}

/* line 399, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.h1-icon {
  float: left;
  width: 4em;
  height: 4em;
  margin-right: 1em;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  /* line 399, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .h1-icon {
    width: 3em;
    height: 3.5em;
  }
}

/* line 411, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.h1-main-title {
  font-family: "ＭＳ ゴシック", sans-serif;
  font-weight: bold;
  font-size: 34px;
}
@media screen and (max-width: 980px) {
  /* line 411, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .h1-main-title {
    font-size: 34px;
    font-size: 2.42857rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 411, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .h1-main-title {
    margin-top: 0.4em;
    /*line-height: 1.2em;*/
    font-size: 50px;
    font-size: 1.78571rem;
  }
}

/* line 425, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.h1-sub-title {
  margin-top: 0.8em;
  font-size: 16px;
  color: #545454;
}
@media screen and (max-width: 980px) {
  /* line 425, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .h1-sub-title {
    font-size: 16px;
    font-size: 1.14286rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 425, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .h1-sub-title {
    /*line-height: 1.5em;*/
    margin-top: 1em;
    font-size: 24px;
    font-size: 0.85714rem;
  }
}

/*
============================
FOOTER
============================
*/
/* line 446, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-sitemap {
  border-top: 1px solid #005bac;
  padding: 30px 0;
  zoom: 1;
}
/* line 269, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
.footer-sitemap:before, .footer-sitemap:after {
  content: "";
  display: table;
}
/* line 274, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
.footer-sitemap:after {
  clear: both;
}
@media screen and (max-width: 980px) {
  /* line 446, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .footer-sitemap {
    margin: 0 0.5em;
  }
}
/* line 453, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-sitemap ul {
  float: left;
}
/* line 456, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-sitemap ul li a, .footer-sitemap ul li .btn {
  padding-left: 1em;
  background-image: url(/assets/pc/list_dot-2e0986e3522364655175cbb8c88d436a7f8a4a870dd725290861c76840914950.png);
  background-repeat: no-repeat;
  background-position: 0% 50%;
  text-decoration: underline;
  cursor: pointer;
  color: #005bac;
  /*line-height: 1.5em;*/
  font-size: 14px;
}
@media screen and (max-width: 980px) {
  /* line 456, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .footer-sitemap ul li a, .footer-sitemap ul li .btn {
    font-size: 14px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 456, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .footer-sitemap ul li a, .footer-sitemap ul li .btn {
    font-size: 28px;
    font-size: 1rem;
  }
}

/* line 477, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-sitemap ul + ul {
  margin-left: 17%;
}
@media screen and (max-width: 980px) {
  /* line 477, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .footer-sitemap ul + ul {
    margin-left: 16%;
  }
}

/* line 484, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-bottom {
  background-color: #eeeeee;
    /*
	padding: 5px 0;
	@include mq {
        padding: 5px 0.5em;
    }
    @include mq(small) {
        padding: 5px 1em;
    }
    .column {
        @include cf;
        .footer-bottom-logo {
            float: left;
            padding: 0.6em 0;
            @include mq(small) {
                width: 35%;
                padding: 0.3em 0;
            }
        }
        .footer-bottom-dhc {
            float: right;
            @include mq(small) {
                width: 19%;
            }
        }
    }*/
}
/* line 511, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-bottom .column {
  display: table;
  table-layout: fixed;
  width: 100%;
}
/* line 515, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-bottom .column a, .footer-bottom .column .btn {
  display: table-cell;
  vertical-align: middle;
  padding: 0.5em;
  text-align: right;
}
/* line 520, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-bottom .column a:first-child, .footer-bottom .column .btn:first-child {
  text-align: left;
}
/* line 521, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-bottom .column a img, .footer-bottom .column .btn img {
  height: 2em;
  width: auto;
}

/*------------
モーダル
--------------*/
/* モーダル コンテンツエリア */
/* line 535, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-main {
  display: none;
  width: 500px;
  padding: 40px;
  margin: 0;
  border-radius: 20px;
  background-color: #ffffff;
  position: fixed;
  z-index: 100;
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  /* line 535, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-main {
    font-size: 16px;
    font-size: 1.14286rem;
    width: 60%;
  }
}
@media screen and (max-width: 750px) {
  /* line 535, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-main {
    font-size: 28px;
    font-size: 1rem;
    width: 90%;
    padding: 2.5em 1em 2em;
  }
}
/* line 554, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-main h2 {
  text-align: center;
  color: #005bac;
  font-size: 28px;
}
@media screen and (max-width: 980px) {
  /* line 554, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-main h2 {
    font-size: 28px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 554, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-main h2 {
    font-size: 40px;
    font-size: 1.42857rem;
    margin-top: 0;
  }
}
/* line 566, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-main p {
  margin: 1.2em 0 2em;
}
/* line 572, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-main #modal-close {
  width: 150px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  /* line 572, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-main #modal-close {
    width: 25%;
  }
}
@media screen and (max-width: 750px) {
  /* line 572, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-main #modal-close {
    width: 50%;
  }
}

/* line 583, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-sub {
  display: none;
  width: 500px;
  padding: 40px;
  margin: 0;
  border-radius: 20px;
  background-color: #ffffff;
  position: fixed;
  z-index: 100;
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  /* line 583, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-sub {
    font-size: 16px;
    font-size: 1.14286rem;
    width: 60%;
  }
}
@media screen and (max-width: 750px) {
  /* line 583, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-sub {
    font-size: 28px;
    font-size: 1rem;
    width: 90%;
    padding: 2.5em 1em 2em;
  }
}
/* line 602, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-sub h2 {
  text-align: center;
  color: #005bac;
  font-size: 28px;
}
@media screen and (max-width: 980px) {
  /* line 602, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-sub h2 {
    font-size: 28px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 602, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-sub h2 {
    font-size: 40px;
    font-size: 1.42857rem;
    margin-top: 0;
  }
}
/* line 614, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-sub p {
  margin: 1.2em 0 2em;
}
/* line 620, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-sub #modal-close {
  width: 150px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  /* line 620, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-sub #modal-close {
    width: 25%;
  }
}
@media screen and (max-width: 750px) {
  /* line 620, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-sub #modal-close {
    width: 50%;
  }
}

/* モーダル 背景エリア */
/* line 634, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-bg {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
@media screen and (max-width: 750px) {
  /* line 634, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-bg {
    padding: 0 30px;
  }
}

/*
====================
common
====================
*/
/* line 20, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/session.scss */
body.sessions, body.passwords, body#sample.body_index {
 /*
============================
form_box
============================
*/
}
/* line 22, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/session.scss */
body.sessions .main-h1, body.passwords .main-h1, body#sample.body_index .main-h1 {
  background-color: #f8f0da;
}
/* line 26, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/session.scss */
body.sessions .h1-icon, body.passwords .h1-icon, body#sample.body_index .h1-icon {
  background-image: url(/assets/base/login_icon_h1-ea6e3c7eb8173989d0d946668ec17ae71501323d770457b071e72db2168926e8.png);
}
/* line 30, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/session.scss */
body.sessions .h1-main-title, body.passwords .h1-main-title, body#sample.body_index .h1-main-title {
  color: #ef7e33;
}
/* line 34, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/session.scss */
body.sessions .btn, body.passwords .btn, body#sample.body_index .btn {
  background: #ef7e33;
}
/* line 42, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/session.scss */
body.sessions section.form_frame, body.passwords section.form_frame, body#sample.body_index section.form_frame {
  background: #f8f0da;
}
/* line 43, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/session.scss */
body.sessions .form_box, body.passwords .form_box, body#sample.body_index .form_box {
  margin: 0 auto;
}
@charset "UTF-8";
/*
====================
IMPORT
====================
*/
/*
====================
_VARIABLES.SCSS
====================
*/
/* ---------------------------
ボタンデフォルト
--------------------------- */
/* ---------------------------
transition
--------------------------- */
/* ---------------------------
transform
--------------------------- */
/* ---------------------------
flexまとめ
--------------------------- */
/* ---------------------------
クリアフィックス
--------------------------- */
/* ---------------------------
透明度
--------------------------- */
/* ---------------------------
グラデーション
--------------------------- */
/* ---------------------------
グラデーション
--------------------------- */
/* ---------------------------
フォームリセット
--------------------------- */
/*
==========================================
STYLE SCSS
==========================================
*/
/*
====================
IMPORT
====================
*/
/*
====================
_VARIABLES.SCSS
====================
*/
/* ---------------------------
ボタンデフォルト
--------------------------- */
/* ---------------------------
transition
--------------------------- */
/* ---------------------------
transform
--------------------------- */
/* ---------------------------
flexまとめ
--------------------------- */
/* ---------------------------
クリアフィックス
--------------------------- */
/* ---------------------------
透明度
--------------------------- */
/* ---------------------------
グラデーション
--------------------------- */
/* ---------------------------
グラデーション
--------------------------- */
/* ---------------------------
フォームリセット
--------------------------- */
/*
====================
BASS
====================
*/
/* line 26, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
html {
  overflow-y: auto;
  height: 100%;
}

/* line 31, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
body {
  background-color: #ffffff;
  overflow-x: hidden;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Avenir Next", Verdana, "游ゴシック", "Yu Gothic", Osaka, sans-serif;
  color: #545454;
  overflow: hidden;
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  /* line 31, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  body {
    font-size: 16px;
    font-size: 1.14286rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 31, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  body {
    font-size: 28px;
    font-size: 1rem;
  }
}

/* line 46, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
body * {
  box-sizing: border-box;
  line-height: 1.5;
}

@media only screen and (max-width: 980px) {
  /* line 52, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  html,
  body {
    font-size: 1.42857143vw !important;
  }
}
@media only screen and (max-width: 750px) {
  /* line 60, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  html,
  body {
    font-size: 3.733333333vw !important;
  }
}
@media screen and (max-width: 750px) {
  /* line 67, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  *[class*="pc"] {
    display: none !important;
  }
}

/* line 73, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
*[class*="sp"] {
  display: none;
}
@media screen and (max-width: 750px) {
  /* line 73, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  *[class*="sp"] {
    display: block;
  }
}

/* line 80, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
a, .btn {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden !important;
  backface-visibility: hidden !important;
  opacity: 1;
  text-decoration: none;
  color: #251E1C;
}
/* line 89, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
a:hover, .btn:hover {
  opacity: 0.8;
}
/* line 92, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
a.underline, .underline.btn {
  text-decoration: underline;
}

/* line 97, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.btn {
  white-space: nowrap;
  display: block;
  text-align: center;
  padding: 0.5em 0.8em;
  border-radius: 12px;
  box-shadow: 3px 3px 0px rgba(200, 200, 200, 0.6);
  color: #ffffff;
  font-size: 18px;
}
@media screen and (max-width: 980px) {
  /* line 97, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .btn {
    font-size: 17px;
    font-size: 1.21429rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 97, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .btn {
    font-size: 23px;
    font-size: 0.82143rem;
    border-radius: 1em;
    padding: 1em;
  }
}
/* line 115, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.btn.orange {
  background-color: #ef7e33;
}
/* line 118, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.btn.blue {
  background-color: #005bac;
}
/* line 121, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.btn.lightblue {
  background-color: #1fa4c8;
}

/* line 126, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.btn.more {
  width: 15%;
  margin: 1.5em auto;
}
@media screen and (max-width: 750px) {
  /* line 126, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .btn.more {
    width: 30%;
  }
}

/* line 133, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.btn a, .btn .btn {
  color: #ffffff;
}

/* line 134, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
img {
  display: inline-block;
  width: 100%;
}

/* line 139, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
*[class*="icon"] {
  background-repeat: no-repeat;
  background-position: 50%;
}

/* line 144, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.icon.close {
  padding: 0.5em 1em;
  background-image: url(/assets/pc/icon-close-261edb1318073453a940c729f0f84f0cc2d07262edcdfd9e900a3df3c1b031fb.png);
  background-size: 62%;
  margin-right: 0.2em;
}

/* line 151, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.trim {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}
/* line 155, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.trim img {
  display: inline;
}

/* line 160, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.column {
  max-width: 980px;
  margin: 0 auto;
}

/*
====================
HEADER
====================
*/
/* line 176, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
header {
  z-index: 200;
  position: relative;
  padding: 10px 0.5em;
  background-color: #ffffff;
  border-bottom: 1px solid #999999;
}
@media screen and (max-width: 750px) {
  /* line 176, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  header {
    border-bottom: none;
  }
}
/* line 185, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
header .column {
  zoom: 1;
  position: relative;
}
/* line 269, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
header .column:before, header .column:after {
  content: "";
  display: table;
}
/* line 274, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
header .column:after {
  clear: both;
}

/* line 191, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.header-logo-1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0%;
  bottom: 0%;
  margin: auto;
  width: 27%;
}
@media screen and (max-width: 750px) {
  /* line 191, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .header-logo-1 {
    font-size: 28px;
    font-size: 1rem;
    width: 52%;
    margin: 0.5em auto;
  }
}

/* line 207, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-open,
.logout {
  display: inline-block;
  width: 7%;
}
@media screen and (max-width: 750px) {
  /* line 207, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .menu-open,
  .logout {
    max-width: 100px;
    width: 13.3333%;
  }
}

/* line 217, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-open {
  float: left;
  visibility: hidden;
}
@media screen and (max-width: 750px) {
  /* line 217, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .menu-open {
    visibility: visible;
  }
}

/* line 225, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.logout {
  float: right;
  max-width: 60px;
}

/* line 230, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide {
  width: 100%;
  z-index: 10;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  -moz-transform: translateY(-150%);
  -o-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
/* line 240, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide nav {
  padding: 2em 0 0;
  text-align: center;
}
/* line 243, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide nav a, .menu-slide nav .btn {
  display: inline-block;
  /*width: 25%;
  margin-bottom: 0.5em;*/
}
/* line 250, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide .menu-slide-sitemap p {
  padding: 1em;
  background-color: #005bac;
  color: #ffffff;
  font-size: 24px;
  font-size: 0.85714rem;
}
/* line 256, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide .menu-slide-sitemap .menu-slide-sitemap-list {
  zoom: 1;
  padding: 1em;
}
/* line 269, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
.menu-slide .menu-slide-sitemap .menu-slide-sitemap-list:before, .menu-slide .menu-slide-sitemap .menu-slide-sitemap-list:after {
  content: "";
  display: table;
}
/* line 274, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
.menu-slide .menu-slide-sitemap .menu-slide-sitemap-list:after {
  clear: both;
}
/* line 259, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide .menu-slide-sitemap .menu-slide-sitemap-list ul {
  width: 50%;
}
/* line 261, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide .menu-slide-sitemap .menu-slide-sitemap-list ul li a, .menu-slide .menu-slide-sitemap .menu-slide-sitemap-list ul li .btn {
  padding-left: 1em;
  background-image: url(/assets/pc/list_dot-2e0986e3522364655175cbb8c88d436a7f8a4a870dd725290861c76840914950.png);
  background-repeat: no-repeat;
  background-position: 0% 50%;
  text-decoration: underline;
  cursor: pointer;
  color: #005bac;
  /*line-height: 1.5em;*/
}
/* line 273, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide .menu-slide-sitemap #menu-close {
  margin: 0 auto 1.5em;
  width: 40%;
}

/*.menu-slide nav a+a {
    margin-left: 10%;
}*/
/* line 284, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide-sitemap-list ul:first-of-type {
  float: left;
}

/* line 288, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide-sitemap-list ul:last-of-type {
  float: right;
}

/* line 292, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide.open {
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

/*
============================
MAIN CONTENTS
============================
*/
/*.main-area {
    padding: 5px 0;
}*/
/* line 307, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
nav {
  /*padding: 20px 40px;
  @include mq(small) {
      padding: 30px;
  }
  a {
      display: inline-block;
      width: 12%;
      max-width: 100px;
      @include mq(small) {
          width: 20%;
          max-width: 140px;
      }
  }*/
  display: table;
  margin: 0 auto;
  table-layout: fixed;
}
/* line 325, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
nav a, nav .btn {
  display: table-cell;
  text-align: center;
  padding: 1.5em 1.8em;
}
@media screen and (max-width: 750px) {
  /* line 325, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  nav a, nav .btn {
    padding: 1em 0.5em;
  }
}

/*nav > a+ a {
    margin-left: 6%;
    @include mq {
        margin-left: 5%;
    }
}*/
/*.breadcrumb {
    margin: 1em 0;
    @include cf;
    @include mq {
        padding: 0 0.5em;
    }
    li {
        font-size: 14px;
        @include mq {
            @include fs-max980(14);
        }
        @include mq(small) {
            @include fs-max750(24);
        }
        float: left;
        a {
            color: $darkblue;
            text-decoration: underline;
        }
    }
}

.breadcrumb li + li {
    margin-left: 0.5em;
    padding-left: 1.5em;
    background-image: image-url('arrow_right_gray_thin.png');
    background-repeat: no-repeat;
    background-position: 0% 50%;
}*/
/* line 372, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.main-h1 {
  padding: 1em 0;
  margin-bottom: 1em;
}
/* line 376, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.main-h1 p {
  line-height: 1;
}
@media screen and (max-width: 980px) {
  /* line 372, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .main-h1 {
    padding: 1em 0.5em;
  }
}
@media screen and (max-width: 750px) {
  /* line 372, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .main-h1 {
    padding: 1em;
  }
  /* line 382, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .main-h1 p {
    line-height: 1.5;
  }
}
/* line 384, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.main-h1 .column {
  zoom: 1;
  position: relative;
}
/* line 269, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
.main-h1 .column:before, .main-h1 .column:after {
  content: "";
  display: table;
}
/* line 274, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
.main-h1 .column:after {
  clear: both;
}
/* line 387, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.main-h1 .column .btn {
  position: absolute;
  right: 0;
  top: 12%;
}
@media screen and (max-width: 750px) {
  /* line 387, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .main-h1 .column .btn {
    top: 9%;
  }
}

/* line 399, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.h1-icon {
  float: left;
  width: 4em;
  height: 4em;
  margin-right: 1em;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  /* line 399, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .h1-icon {
    width: 3em;
    height: 3.5em;
  }
}

/* line 411, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.h1-main-title {
  font-family: "ＭＳ ゴシック", sans-serif;
  font-weight: bold;
  font-size: 34px;
}
@media screen and (max-width: 980px) {
  /* line 411, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .h1-main-title {
    font-size: 34px;
    font-size: 2.42857rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 411, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .h1-main-title {
    margin-top: 0.4em;
    /*line-height: 1.2em;*/
    font-size: 50px;
    font-size: 1.78571rem;
  }
}

/* line 425, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.h1-sub-title {
  margin-top: 0.8em;
  font-size: 16px;
  color: #545454;
}
@media screen and (max-width: 980px) {
  /* line 425, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .h1-sub-title {
    font-size: 16px;
    font-size: 1.14286rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 425, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .h1-sub-title {
    /*line-height: 1.5em;*/
    margin-top: 1em;
    font-size: 24px;
    font-size: 0.85714rem;
  }
}

/*
============================
FOOTER
============================
*/
/* line 446, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-sitemap {
  border-top: 1px solid #005bac;
  padding: 30px 0;
  zoom: 1;
}
/* line 269, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
.footer-sitemap:before, .footer-sitemap:after {
  content: "";
  display: table;
}
/* line 274, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
.footer-sitemap:after {
  clear: both;
}
@media screen and (max-width: 980px) {
  /* line 446, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .footer-sitemap {
    margin: 0 0.5em;
  }
}
/* line 453, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-sitemap ul {
  float: left;
}
/* line 456, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-sitemap ul li a, .footer-sitemap ul li .btn {
  padding-left: 1em;
  background-image: url(/assets/pc/list_dot-2e0986e3522364655175cbb8c88d436a7f8a4a870dd725290861c76840914950.png);
  background-repeat: no-repeat;
  background-position: 0% 50%;
  text-decoration: underline;
  cursor: pointer;
  color: #005bac;
  /*line-height: 1.5em;*/
  font-size: 14px;
}
@media screen and (max-width: 980px) {
  /* line 456, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .footer-sitemap ul li a, .footer-sitemap ul li .btn {
    font-size: 14px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 456, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .footer-sitemap ul li a, .footer-sitemap ul li .btn {
    font-size: 28px;
    font-size: 1rem;
  }
}

/* line 477, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-sitemap ul + ul {
  margin-left: 17%;
}
@media screen and (max-width: 980px) {
  /* line 477, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .footer-sitemap ul + ul {
    margin-left: 16%;
  }
}

/* line 484, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-bottom {
  background-color: #eeeeee;
    /*
	padding: 5px 0;
	@include mq {
        padding: 5px 0.5em;
    }
    @include mq(small) {
        padding: 5px 1em;
    }
    .column {
        @include cf;
        .footer-bottom-logo {
            float: left;
            padding: 0.6em 0;
            @include mq(small) {
                width: 35%;
                padding: 0.3em 0;
            }
        }
        .footer-bottom-dhc {
            float: right;
            @include mq(small) {
                width: 19%;
            }
        }
    }*/
}
/* line 511, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-bottom .column {
  display: table;
  table-layout: fixed;
  width: 100%;
}
/* line 515, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-bottom .column a, .footer-bottom .column .btn {
  display: table-cell;
  vertical-align: middle;
  padding: 0.5em;
  text-align: right;
}
/* line 520, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-bottom .column a:first-child, .footer-bottom .column .btn:first-child {
  text-align: left;
}
/* line 521, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-bottom .column a img, .footer-bottom .column .btn img {
  height: 2em;
  width: auto;
}

/*------------
モーダル
--------------*/
/* モーダル コンテンツエリア */
/* line 535, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-main {
  display: none;
  width: 500px;
  padding: 40px;
  margin: 0;
  border-radius: 20px;
  background-color: #ffffff;
  position: fixed;
  z-index: 100;
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  /* line 535, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-main {
    font-size: 16px;
    font-size: 1.14286rem;
    width: 60%;
  }
}
@media screen and (max-width: 750px) {
  /* line 535, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-main {
    font-size: 28px;
    font-size: 1rem;
    width: 90%;
    padding: 2.5em 1em 2em;
  }
}
/* line 554, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-main h2 {
  text-align: center;
  color: #005bac;
  font-size: 28px;
}
@media screen and (max-width: 980px) {
  /* line 554, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-main h2 {
    font-size: 28px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 554, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-main h2 {
    font-size: 40px;
    font-size: 1.42857rem;
    margin-top: 0;
  }
}
/* line 566, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-main p {
  margin: 1.2em 0 2em;
}
/* line 572, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-main #modal-close {
  width: 150px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  /* line 572, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-main #modal-close {
    width: 25%;
  }
}
@media screen and (max-width: 750px) {
  /* line 572, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-main #modal-close {
    width: 50%;
  }
}

/* line 583, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-sub {
  display: none;
  width: 500px;
  padding: 40px;
  margin: 0;
  border-radius: 20px;
  background-color: #ffffff;
  position: fixed;
  z-index: 100;
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  /* line 583, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-sub {
    font-size: 16px;
    font-size: 1.14286rem;
    width: 60%;
  }
}
@media screen and (max-width: 750px) {
  /* line 583, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-sub {
    font-size: 28px;
    font-size: 1rem;
    width: 90%;
    padding: 2.5em 1em 2em;
  }
}
/* line 602, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-sub h2 {
  text-align: center;
  color: #005bac;
  font-size: 28px;
}
@media screen and (max-width: 980px) {
  /* line 602, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-sub h2 {
    font-size: 28px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 602, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-sub h2 {
    font-size: 40px;
    font-size: 1.42857rem;
    margin-top: 0;
  }
}
/* line 614, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-sub p {
  margin: 1.2em 0 2em;
}
/* line 620, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-sub #modal-close {
  width: 150px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  /* line 620, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-sub #modal-close {
    width: 25%;
  }
}
@media screen and (max-width: 750px) {
  /* line 620, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-sub #modal-close {
    width: 50%;
  }
}

/* モーダル 背景エリア */
/* line 634, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-bg {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
@media screen and (max-width: 750px) {
  /* line 634, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-bg {
    padding: 0 30px;
  }
}

/*
====================
common
====================
*/
/* line 20, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
body.records.edit, body.records.new, body.records.update, .records.create {
  /*
  ============================
  record
  ============================
  */
  /*------------
  セレクト系
  --------------*/
  /*------------
  ラジオボタン
  --------------*/
  /*------------
  日付
  --------------*/
  /*------------
  基礎入力（体重など）
  --------------*/
}
/* line 22, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
body.records.edit .main-h1, body.records.new .main-h1, body.records.update .main-h1, .records.create .main-h1 {
  background-color: #e3edf8;
}
/* line 26, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
body.records.edit .h1-icon, body.records.new .h1-icon, body.records.update .h1-icon, .records.create .h1-icon {
  background-image: url(/assets/base/record_icon_h1-74a0c89eb2beb994c6f0891b1bbdd99c6be6d504f12256517f1737f4442612c0.png);
}
/* line 30, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
body.records.edit .h1-main-title, body.records.new .h1-main-title, body.records.update .h1-main-title, .records.create .h1-main-title {
  color: #005bac;
}
/* line 34, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
body.records.edit .btn, body.records.new .btn, body.records.update .btn, .records.create .btn {
  background: #005bac;
}
@media screen and (max-width: 980px) {
  /* line 42, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
  body.records.edit form, body.records.new form, body.records.update form, .records.create form {
    padding: 0 0.5em;
  }
}
@media screen and (max-width: 750px) {
  /* line 42, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
  body.records.edit form, body.records.new form, body.records.update form, .records.create form {
    padding: 0 0.5em;
  }
}
/* line 51, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
body.records.edit .category, body.records.new .category, body.records.update .category, .records.create .category {
  zoom: 1;
  border-bottom: 1px solid #005bac;
  padding-right: 5em;
}
/* line 269, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
body.records.edit .category:before, body.records.edit .category:after, body.records.new .category:before, body.records.new .category:after, body.records.update .category:before, body.records.update .category:after, .records.create .category:before, .records.create .category:after {
  content: "";
  display: table;
}
/* line 274, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
body.records.edit .category:after, body.records.new .category:after, body.records.update .category:after, .records.create .category:after {
  clear: both;
}
@media screen and (max-width: 750px) {
  /* line 51, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
  body.records.edit .category, body.records.new .category, body.records.update .category, .records.create .category {
    padding-right: 0em;
  }
}
/* line 60, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
body.records.edit .item, body.records.new .item, body.records.update .item, .records.create .item {
  zoom: 1;
  margin: 1em 0;
  position: relative;
  /*letter-spacing: -0.3em;*/
  /*.alert{
  border-radius: 1em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;}*/
  /*input,
  lebel,
  select,
  textarea,
  button {
      @include form-element-reset;
      cursor: pointer;
  }*/
}
/* line 269, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
body.records.edit .item:before, body.records.edit .item:after, body.records.new .item:before, body.records.new .item:after, body.records.update .item:before, body.records.update .item:after, .records.create .item:before, .records.create .item:after {
  content: "";
  display: table;
}
/* line 274, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
body.records.edit .item:after, body.records.new .item:after, body.records.update .item:after, .records.create .item:after {
  clear: both;
}
/* line 70, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
body.records.edit .item .alert, body.records.new .item .alert, body.records.update .item .alert, .records.create .item .alert {
  color: #fff;
  font-size: 0.88em;
  position: absolute;
  width: 22em;
  left: 2em;
  top: -3em;
  padding: 0.5em;
  display: inline-block;
  text-align: center;
  background: #ef7e33;
  border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
}
/* line 82, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
body.records.edit .item .alert:after, body.records.edit .item .alert:before, body.records.new .item .alert:after, body.records.new .item .alert:before, body.records.update .item .alert:after, body.records.update .item .alert:before, .records.create .item .alert:after, .records.create .item .alert:before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
}
/* line 88, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
body.records.edit .item .alert:after, body.records.new .item .alert:after, body.records.update .item .alert:after, .records.create .item .alert:after {
  top: 98%;
  left: 3em;
  border: 10px solid transparent;
  border-top: 10px solid #ef7e33;
  /*10px*/
}
/* line 94, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
body.records.edit .item .alert:before, body.records.new .item .alert:before, body.records.update .item .alert:before, .records.create .item .alert:before {
  top: 100%;
  left: 3em;
  border: 10px solid transparent;
  border-top: 12px solid #ef7e33;
  /*13px*/
}
/* line 102, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
body.records.edit .item.blood_pressure, body.records.new .item.blood_pressure, body.records.update .item.blood_pressure, .records.create .item.blood_pressure {
  clear: both;
}
/* line 103, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
body.records.edit .item input, body.records.edit .item select, body.records.new .item input, body.records.new .item select, body.records.update .item input, body.records.update .item select, .records.create .item input, .records.create .item select {
  border: 2px solid #005bac;
  /*border-radius: 3px;*/
  background-color: #e6f1f5;
  padding: 0.6em 0.5em 0.4em;
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  /* line 103, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
  body.records.edit .item input, body.records.edit .item select, body.records.new .item input, body.records.new .item select, body.records.update .item input, body.records.update .item select, .records.create .item input, .records.create .item select {
    font-size: 16px;
    font-size: 1.14286rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 103, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
  body.records.edit .item input, body.records.edit .item select, body.records.new .item input, body.records.new .item select, body.records.update .item input, body.records.update .item select, .records.create .item input, .records.create .item select {
    font-size: 28px;
    font-size: 1rem;
  }
}
/* line 115, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
body.records.edit .item input.error, body.records.edit .item select.error, body.records.new .item input.error, body.records.new .item select.error, body.records.update .item input.error, body.records.update .item select.error, .records.create .item input.error, .records.create .item select.error {
  background-color: #f6e8ee;
  border-color: #e60012;
}
/* line 123, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
body.records.edit .item .item > *, body.records.new .item .item > *, body.records.update .item .item > *, .records.create .item .item > * {
  letter-spacing: normal;
}
/* line 127, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
body.records.edit .item .label-icon, body.records.new .item .label-icon, body.records.update .item .label-icon, .records.create .item .label-icon {
  content: "";
  display: inline-block;
  width: 2em;
  height: 2em;
  vertical-align: middle;
  background-size: contain;
  margin-right: 0.5em;
}
@media screen and (max-width: 750px) {
  /* line 127, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
  body.records.edit .item .label-icon, body.records.new .item .label-icon, body.records.update .item .label-icon, .records.create .item .label-icon {
    width: 2.5em;
    height: 2.5em;
  }
}
/* line 139, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
body.records.edit .item .label-icon.none, body.records.new .item .label-icon.none, body.records.update .item .label-icon.none, .records.create .item .label-icon.none {
  width: 0;
  margin: 0;
}
@media screen and (max-width: 750px) {
  /* line 139, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
  body.records.edit .item .label-icon.none, body.records.new .item .label-icon.none, body.records.update .item .label-icon.none, .records.create .item .label-icon.none {
    height: 1em;
  }
}
/* line 146, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
body.records.edit .item .label-icon.weight, body.records.new .item .label-icon.weight, body.records.update .item .label-icon.weight, .records.create .item .label-icon.weight {
  background-image: url(/assets/base/record_icon_weight-b2a09162b23f40dfc6c6488d9d1963111341dbfc98d8b370245cc2ed8be7908b.png);
}
/* line 149, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
body.records.edit .item .label-icon.fat, body.records.new .item .label-icon.fat, body.records.update .item .label-icon.fat, .records.create .item .label-icon.fat {
  background-image: url(/assets/base/record_icon_fat-9ab869f060658ebae2fc430ab9ec094f97a8461f2b33b08af49aafab4ee2a43f.png);
}
/* line 152, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
body.records.edit .item .label-icon.blood, body.records.new .item .label-icon.blood, body.records.update .item .label-icon.blood, .records.create .item .label-icon.blood {
  background-image: url(/assets/base/record_icon_blood-8da13c127215d2701c2084673b6f316a96c9e6372c5bf8320faa6eac0f5a76f3.png);
}
/* line 155, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
body.records.edit .item .label-icon.step, body.records.new .item .label-icon.step, body.records.update .item .label-icon.step, .records.create .item .label-icon.step {
  background-image: url(/assets/base/record_icon_step-ca91e1393210c202e17eeb54348946b2db6041fa58484eefea6c8403b59bfb8d.png);
}
/* line 158, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
body.records.edit .item .label-icon.event, body.records.new .item .label-icon.event, body.records.update .item .label-icon.event, .records.create .item .label-icon.event {
  background-image: url(/assets/base/record_icon_event-7f2d154e6688574121890a37cde69eff6ee41dc68d65f4fe060c0d87b68c340d.png);
}
/* line 161, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
body.records.edit .item .label-icon.food, body.records.new .item .label-icon.food, body.records.update .item .label-icon.food, .records.create .item .label-icon.food {
  background-image: url(/assets/base/record_icon_food-036c4494822335f7c3cb32465f4e70dc2c57880a3a1733acbbb5e1a6d06bc1cf.png);
}
/* line 164, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
body.records.edit .item .label-icon.exercise, body.records.new .item .label-icon.exercise, body.records.update .item .label-icon.exercise, .records.create .item .label-icon.exercise {
  background-image: url(/assets/base/record_icon_exercise-66f411dedfd6dfc0a141e039b015a9c51b77e54ba1753bc6e0914e24b0c1ef13.png);
}
/* line 167, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
body.records.edit .item .label-icon.weight, body.records.new .item .label-icon.weight, body.records.update .item .label-icon.weight, .records.create .item .label-icon.weight {
  background-image: url(/assets/base/record_icon_weight-b2a09162b23f40dfc6c6488d9d1963111341dbfc98d8b370245cc2ed8be7908b.png);
}
/* line 170, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
body.records.edit .item .label-icon.tooth, body.records.new .item .label-icon.tooth, body.records.update .item .label-icon.tooth, .records.create .item .label-icon.tooth {
  background-image: url(/assets/base/record_icon_tooth-d6a00867eab3930e45a0999c3faa33a38d4b6df57d194238acde1debe7b67e89.png);
}
/* line 173, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
body.records.edit .item .label-icon.free, body.records.new .item .label-icon.free, body.records.update .item .label-icon.free, .records.create .item .label-icon.free {
  background-image: url(/assets/base/record_icon_free-39a2f0ad1e7821abea5d51c407ebb17e2860816b7e1418a29e090a3ee266bc26.png);
}
/* line 176, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
body.records.edit .item .label-icon.p10000, body.records.new .item .label-icon.p10000, body.records.update .item .label-icon.p10000, .records.create .item .label-icon.p10000 {
  background-image: url(/assets/base/record_icon_metabo-cb8e9b65d016dcc5b998c4bdc46b18f25d4f643bec653ff3bba0155f14bf32db.png);
}
/* line 179, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
body.records.edit .item .label-icon.p10001, body.records.new .item .label-icon.p10001, body.records.update .item .label-icon.p10001, .records.create .item .label-icon.p10001 {
  background-image: url(/assets/base/record_icon_yousan-7378aac743d8c07c31f3af45f3c8480498caae50b8d2184e4863e10b68a1f5a1.png);
}
/* line 182, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
body.records.edit .item .label-icon.p10002, body.records.new .item .label-icon.p10002, body.records.update .item .label-icon.p10002, .records.create .item .label-icon.p10002 {
  background-image: url(/assets/base/record_icon_walk-8ddba4436b41dfcb2ed216196a4941b84a0d5d1ab70fcc3169572247b4eb6466.png);
}
/* line 185, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
body.records.edit .item .label-icon.p10003, body.records.new .item .label-icon.p10003, body.records.update .item .label-icon.p10003, .records.create .item .label-icon.p10003 {
  background-image: url(/assets/base/record_icon_fat-9ab869f060658ebae2fc430ab9ec094f97a8461f2b33b08af49aafab4ee2a43f.png);
}
/* line 202, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
body.records.edit input[type="text"], body.records.edit select[type="text"], body.records.new input[type="text"], body.records.new select[type="text"], body.records.update input[type="text"], body.records.update select[type="text"], .records.create input[type="text"], .records.create select[type="text"] {
  width: 70%;
}
@media screen and (max-width: 750px) {
  /* line 202, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
  body.records.edit input[type="text"], body.records.edit select[type="text"], body.records.new input[type="text"], body.records.new select[type="text"], body.records.update input[type="text"], body.records.update select[type="text"], .records.create input[type="text"], .records.create select[type="text"] {
    width: 100%;
    margin-top: 0.5em;
  }
}
/* line 210, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
body.records.edit input::-webkit-input-placeholder, body.records.edit select::-webkit-input-placeholder,
body.records.edit input:-ms-input-placeholder,
body.records.edit select:-ms-input-placeholder,
body.records.edit input::-moz-placeholder,
body.records.edit select::-moz-placeholder, body.records.new input::-webkit-input-placeholder, body.records.new select::-webkit-input-placeholder,
body.records.new input:-ms-input-placeholder,
body.records.new select:-ms-input-placeholder,
body.records.new input::-moz-placeholder,
body.records.new select::-moz-placeholder, body.records.update input::-webkit-input-placeholder, body.records.update select::-webkit-input-placeholder,
body.records.update input:-ms-input-placeholder,
body.records.update select:-ms-input-placeholder,
body.records.update input::-moz-placeholder,
body.records.update select::-moz-placeholder, .records.create input::-webkit-input-placeholder, .records.create select::-webkit-input-placeholder,
.records.create input:-ms-input-placeholder,
.records.create select:-ms-input-placeholder,
.records.create input::-moz-placeholder,
.records.create select::-moz-placeholder {
  color: #545454;
}
/* line 216, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
body.records.edit input:placeholder-shown, body.records.edit select:placeholder-shown, body.records.new input:placeholder-shown, body.records.new select:placeholder-shown, body.records.update input:placeholder-shown, body.records.update select:placeholder-shown, .records.create input:placeholder-shown, .records.create select:placeholder-shown {
  color: #545454;
}
/* line 220, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
body.records.edit input:placeholder-shown, body.records.edit select:placeholder-shown, body.records.new input:placeholder-shown, body.records.new select:placeholder-shown, body.records.update input:placeholder-shown, body.records.update select:placeholder-shown, .records.create input:placeholder-shown, .records.create select:placeholder-shown {
  color: #545454;
}
/* line 228, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
body.records.edit .custom-select, body.records.new .custom-select, body.records.update .custom-select, .records.create .custom-select {
  overflow: hidden;
  border-radius: 3px;
  width: 68%;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 750px) {
  /* line 228, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
  body.records.edit .custom-select, body.records.new .custom-select, body.records.update .custom-select, .records.create .custom-select {
    margin-top: 0.5em;
    width: 100%;
  }
}
/* line 240, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
body.records.edit select, body.records.new select, body.records.update select, .records.create select {
  width: 130%;
  padding: 0.5em;
  background-image: url(/assets/base/record_icon_select-732e1039545777ffb6b8bb5e9d5c4e877b098d10622013c3f8640801fb8a4971.png);
  background-repeat: no-repeat;
  background-position: 76% 50%;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  /* line 240, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
  body.records.edit select, body.records.new select, body.records.update select, .records.create select {
    background-size: contain;
    background-position: 75.2% 50%;
  }
}
/* line 252, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
body.records.edit select.error, body.records.new select.error, body.records.update select.error, .records.create select.error {
  background-color: #f6e8ee;
  border-color: #e60012;
  background-image: url(/assets/base/record_icon_select_error-967db920794e04f9c1ec109f3527dfc3278e2c07eb5f2a67c0464666573191be.png);
}
/* line 259, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
body.records.edit option[disabled], body.records.new option[disabled], body.records.update option[disabled], .records.create option[disabled] {
  color: #89bcd1;
}
/* line 263, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
body.records.edit .custom-select-s, body.records.new .custom-select-s, body.records.update .custom-select-s, .records.create .custom-select-s {
  width: 23.5%;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  /* line 263, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
  body.records.edit .custom-select-s, body.records.new .custom-select-s, body.records.update .custom-select-s, .records.create .custom-select-s {
    width: 50%;
  }
}
/* line 269, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
body.records.edit .custom-select-s select, body.records.new .custom-select-s select, body.records.update .custom-select-s select, .records.create .custom-select-s select {
  background-position: 74% 50%;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  /* line 269, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
  body.records.edit .custom-select-s select, body.records.new .custom-select-s select, body.records.update .custom-select-s select, .records.create .custom-select-s select {
    background-size: contain;
  }
}
/* line 275, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
body.records.edit .custom-select-s select option, body.records.new .custom-select-s select option, body.records.update .custom-select-s select option, .records.create .custom-select-s select option {
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  /* line 275, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
  body.records.edit .custom-select-s select option, body.records.new .custom-select-s select option, body.records.update .custom-select-s select option, .records.create .custom-select-s select option {
    font-size: 16px;
    font-size: 1.14286rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 275, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
  body.records.edit .custom-select-s select option, body.records.new .custom-select-s select option, body.records.update .custom-select-s select option, .records.create .custom-select-s select option {
    font-size: 28px;
    font-size: 1rem;
  }
}
/* line 287, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
body.records.edit label,
body.records.edit .item-name, body.records.new label,
body.records.new .item-name, body.records.update label,
body.records.update .item-name, .records.create label,
.records.create .item-name {
  font-family: "ＭＳ ゴシック", sans-serif;
  display: inline-block;
  width: 10.2em;
  font-weight: bold;
  color: #005bac;
  font-size: 20px;
}
@media screen and (max-width: 980px) {
  /* line 287, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
  body.records.edit label,
  body.records.edit .item-name, body.records.new label,
  body.records.new .item-name, body.records.update label,
  body.records.update .item-name, .records.create label,
  .records.create .item-name {
    font-size: 20px;
    font-size: 1.42857rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 287, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
  body.records.edit label,
  body.records.edit .item-name, body.records.new label,
  body.records.new .item-name, body.records.update label,
  body.records.update .item-name, .records.create label,
  .records.create .item-name {
    font-size: 36px;
    font-size: 1.28571rem;
    display: block;
    width: 10em;
  }
}
@media screen and (max-width: 750px) {
  /* line 306, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
  body.records.edit .category.basic label,
  body.records.edit .category.basic .item-name, body.records.new .category.basic label,
  body.records.new .category.basic .item-name, body.records.update .category.basic label,
  body.records.update .category.basic .item-name, .records.create .category.basic label,
  .records.create .category.basic .item-name {
    display: inline-block;
  }
}
/* line 314, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
body.records.edit .selected, body.records.new .selected, body.records.update .selected, .records.create .selected {
  display: inline-block;
  width: 60%;
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  /* line 314, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
  body.records.edit .selected, body.records.new .selected, body.records.update .selected, .records.create .selected {
    font-size: 16px;
    font-size: 1.14286rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 314, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
  body.records.edit .selected, body.records.new .selected, body.records.update .selected, .records.create .selected {
    font-size: 28px;
    font-size: 1rem;
    margin-top: 1em;
    width: 100%;
  }
}
/* line 328, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
body.records.edit .required-icon, body.records.new .required-icon, body.records.update .required-icon, .records.create .required-icon {
  content: "";
  display: inline-block;
  width: 3em;
  height: 1em;
  vertical-align: middle;
  background-image: url(/assets/base/record_tag_required-6a5476bacb2d72dd22a4ecba2cf571da1e9d48108b3ca128448d3ff4c2b72c4b.png);
  background-size: contain;
}
/* line 343, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
body.records.edit .do-area, body.records.new .do-area, body.records.update .do-area, .records.create .do-area {
  float: left;
  margin-left: 12.8em;
  zoom: 1;
}
/* line 269, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
body.records.edit .do-area:before, body.records.edit .do-area:after, body.records.new .do-area:before, body.records.new .do-area:after, body.records.update .do-area:before, body.records.update .do-area:after, .records.create .do-area:before, .records.create .do-area:after {
  content: "";
  display: table;
}
/* line 274, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
body.records.edit .do-area:after, body.records.new .do-area:after, body.records.update .do-area:after, .records.create .do-area:after {
  clear: both;
}
/* line 347, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
body.records.edit .do-area.tyousei02, body.records.new .do-area.tyousei02, body.records.update .do-area.tyousei02, .records.create .do-area.tyousei02 {
  margin-top: 0;
}
@media screen and (max-width: 750px) {
  /* line 347, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
  body.records.edit .do-area.tyousei02, body.records.new .do-area.tyousei02, body.records.update .do-area.tyousei02, .records.create .do-area.tyousei02 {
    margin-top: inherit;
  }
}
@media screen and (max-width: 980px) {
  /* line 343, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
  body.records.edit .do-area, body.records.new .do-area, body.records.update .do-area, .records.create .do-area {
    margin-left: 14.5em;
  }
}
@media screen and (max-width: 750px) {
  /* line 343, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
  body.records.edit .do-area, body.records.new .do-area, body.records.update .do-area, .records.create .do-area {
    margin: 0.7em 0;
    float: none;
  }
}
/* line 360, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
body.records.edit .do-area label, body.records.new .do-area label, body.records.update .do-area label, .records.create .do-area label {
  position: relative;
  height: 2em;
  float: left;
  display: block;
}
@media screen and (max-width: 750px) {
  /* line 360, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
  body.records.edit .do-area label, body.records.new .do-area label, body.records.update .do-area label, .records.create .do-area label {
    width: 47%;
  }
}
/* line 369, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
body.records.edit .do-area label + label, body.records.new .do-area label + label, body.records.update .do-area label + label, .records.create .do-area label + label {
  margin-left: 1em;
}
/* line 374, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
body.records.edit input[type="radio"], body.records.edit select[type="radio"], body.records.new input[type="radio"], body.records.new select[type="radio"], body.records.update input[type="radio"], body.records.update select[type="radio"], .records.create input[type="radio"], .records.create select[type="radio"] {
  visibility: hidden;
  width: 0;
  height: 0;
  border: none;
}
/* line 381, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
body.records.edit .radio, body.records.new .radio, body.records.update .radio, .records.create .radio {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2em;
  border-radius: 5px;
  display: block;
  content: "";
  background-color: #b1b1b1;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 15%;
  box-shadow: 3px 3px 0px rgba(200, 200, 200, 0.6);
}
/* line 395, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
body.records.edit .radio.maru, body.records.new .radio.maru, body.records.update .radio.maru, .records.create .radio.maru {
  background-image: url(/assets/base/icon_maru_white-3f100405e9ae75e6235858d7e33c68ed70423b0cf779d6f99ebbbfa5283a99cb.png);
}
/* line 398, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
body.records.edit .radio.batu, body.records.new .radio.batu, body.records.update .radio.batu, .records.create .radio.batu {
  background-image: url(/assets/base/icon_batu_white-9d3398366932a222c75f2dc7e411a2c391d754cd5a497ec5f2abdcc8b59e3e7b.png);
}
/* line 401, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
body.records.edit .radio.checked, body.records.new .radio.checked, body.records.update .radio.checked, .records.create .radio.checked {
  background-color: #005bac;
}
/* line 404, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
body.records.edit .radio.error, body.records.new .radio.error, body.records.update .radio.error, .records.create .radio.error {
  background-color: #e60012;
}
/* line 414, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
body.records.edit .date-text, body.records.new .date-text, body.records.update .date-text, .records.create .date-text {
  margin-bottom: 1em;
}
@media screen and (max-width: 750px) {
  /* line 414, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
  body.records.edit .date-text, body.records.new .date-text, body.records.update .date-text, .records.create .date-text {
    margin-bottom: 0em;
  }
}
/* line 421, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
body.records.edit .date-select, body.records.new .date-select, body.records.update .date-select, .records.create .date-select {
  vertical-align: bottom;
}
/* line 425, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
body.records.edit .date-sub-text,
body.records.edit .date-note, body.records.new .date-sub-text,
body.records.new .date-note, body.records.update .date-sub-text,
body.records.update .date-note, .records.create .date-sub-text,
.records.create .date-note {
  display: inline-block;
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  /* line 425, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
  body.records.edit .date-sub-text,
  body.records.edit .date-note, body.records.new .date-sub-text,
  body.records.new .date-note, body.records.update .date-sub-text,
  body.records.update .date-note, .records.create .date-sub-text,
  .records.create .date-note {
    font-size: 16px;
    font-size: 1.14286rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 425, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
  body.records.edit .date-sub-text,
  body.records.edit .date-note, body.records.new .date-sub-text,
  body.records.new .date-note, body.records.update .date-sub-text,
  body.records.update .date-note, .records.create .date-sub-text,
  .records.create .date-note {
    font-size: 24px;
    font-size: 0.85714rem;
  }
}
/* line 437, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
body.records.edit .date-sub-text, body.records.new .date-sub-text, body.records.update .date-sub-text, .records.create .date-sub-text {
  margin-left: 0.5em;
}
/* line 441, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
body.records.edit .date-note, body.records.new .date-note, body.records.update .date-note, .records.create .date-note {
  margin-left: 1em;
}
@media screen and (max-width: 750px) {
  /* line 441, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
  body.records.edit .date-note, body.records.new .date-note, body.records.update .date-note, .records.create .date-note {
    margin-top: 1em;
    margin-left: 0;
  }
}
/* line 454, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
body.records.edit .unit, body.records.new .unit, body.records.update .unit, .records.create .unit {
  margin-left: 0.5em;
}
/* line 458, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
body.records.edit .unit-left, body.records.new .unit-left, body.records.update .unit-left, .records.create .unit-left {
  margin-right: 0.5em;
}
@media screen and (max-width: 750px) {
  /* line 458, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
  body.records.edit .unit-left, body.records.new .unit-left, body.records.update .unit-left, .records.create .unit-left {
    margin-left: -2.5em;
  }
}
/* line 465, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
body.records.edit .unit-center, body.records.new .unit-center, body.records.update .unit-center, .records.create .unit-center {
  margin: 0 0.5em;
}
/* line 467, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
body.records.edit .unit-center.unit-center.unit-center01, body.records.new .unit-center.unit-center.unit-center01, body.records.update .unit-center.unit-center.unit-center01, .records.create .unit-center.unit-center.unit-center01 {
  margin-right: 0;
}
@media screen and (max-width: 750px) {
  /* line 473, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
  body.records.edit .item, body.records.new .item, body.records.update .item, .records.create .item {
    position: relative;
  }
  /* line 476, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
  body.records.edit .unit-center.unit-center01, body.records.new .unit-center.unit-center01, body.records.update .unit-center.unit-center01, .records.create .unit-center.unit-center01 {
    position: absolute;
    right: 2.5em;
    top: 1.5em;
  }
  /* line 481, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
  body.records.edit .unit-center.unit-center02, body.records.new .unit-center.unit-center02, body.records.update .unit-center.unit-center02, .records.create .unit-center.unit-center02 {
    margin-left: 10.4em;
    display: inline-block;
    -moz-transform: translateY(1em);
    -o-transform: translateY(1em);
    -ms-transform: translateY(1em);
    -webkit-transform: translateY(1em);
    transform: translateY(1em);
  }
  /* line 486, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
  body.records.edit .unit01, body.records.new .unit01, body.records.update .unit01, .records.create .unit01 {
    position: absolute;
    right: 0em;
    bottom: 1em;
  }
}
/* line 494, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
body.records.edit #modal-main.required p, body.records.new #modal-main.required p, body.records.update #modal-main.required p, .records.create #modal-main.required p {
  margin: 1.5em 0;
}
/* line 496, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
body.records.edit #modal-main.required p label, body.records.new #modal-main.required p label, body.records.update #modal-main.required p label, .records.create #modal-main.required p label {
  margin: 0;
}
/* line 501, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
body.records.edit .category.free .item-name,
body.records.edit .category.event .item-name, body.records.new .category.free .item-name,
body.records.new .category.event .item-name, body.records.update .category.free .item-name,
body.records.update .category.event .item-name, .records.create .category.free .item-name,
.records.create .category.event .item-name {
  width: 100%;
}
/* line 503, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
body.records.edit .category.free .item-name + *,
body.records.edit .category.event .item-name + *, body.records.new .category.free .item-name + *,
body.records.new .category.event .item-name + *, body.records.update .category.free .item-name + *,
body.records.update .category.event .item-name + *, .records.create .category.free .item-name + *,
.records.create .category.event .item-name + * {
  margin-left: 14.5em;
}
@media screen and (max-width: 750px) {
  /* line 503, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
  body.records.edit .category.free .item-name + *,
  body.records.edit .category.event .item-name + *, body.records.new .category.free .item-name + *,
  body.records.new .category.event .item-name + *, body.records.update .category.free .item-name + *,
  body.records.update .category.event .item-name + *, .records.create .category.free .item-name + *,
  .records.create .category.event .item-name + * {
    margin-left: 0;
  }
}
/* line 509, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
body.records.edit .do-area,
body.records.edit .category.basic, body.records.new .do-area,
body.records.new .category.basic, body.records.update .do-area,
body.records.update .category.basic, .records.create .do-area,
.records.create .category.basic {
  zoom: 1;
}
/* line 511, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
body.records.edit .do-area .fat-label,
body.records.edit .category.basic .fat-label, body.records.new .do-area .fat-label,
body.records.new .category.basic .fat-label, body.records.update .do-area .fat-label,
body.records.update .category.basic .fat-label, .records.create .do-area .fat-label,
.records.create .category.basic .fat-label {
  width: 10em;
}
/* line 514, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
body.records.edit .do-area input, body.records.edit .do-area select,
body.records.edit .category.basic input,
body.records.edit .category.basic select, body.records.new .do-area input, body.records.new .do-area select,
body.records.new .category.basic input,
body.records.new .category.basic select, body.records.update .do-area input, body.records.update .do-area select,
body.records.update .category.basic input,
body.records.update .category.basic select, .records.create .do-area input, .records.create .do-area select,
.records.create .category.basic input,
.records.create .category.basic select {
  width: 8.5em;
}
@media screen and (max-width: 750px) {
  /* line 514, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
  body.records.edit .do-area input, body.records.edit .do-area select,
  body.records.edit .category.basic input,
  body.records.edit .category.basic select, body.records.new .do-area input, body.records.new .do-area select,
  body.records.new .category.basic input,
  body.records.new .category.basic select, body.records.update .do-area input, body.records.update .do-area select,
  body.records.update .category.basic input,
  body.records.update .category.basic select, .records.create .do-area input, .records.create .do-area select,
  .records.create .category.basic input,
  .records.create .category.basic select {
    width: 8.5em;
  }
}
/* line 269, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
body.records.edit .do-area:before, body.records.edit .do-area:after,
body.records.edit .category.basic:before,
body.records.edit .category.basic:after, body.records.new .do-area:before, body.records.new .do-area:after,
body.records.new .category.basic:before,
body.records.new .category.basic:after, body.records.update .do-area:before, body.records.update .do-area:after,
body.records.update .category.basic:before,
body.records.update .category.basic:after, .records.create .do-area:before, .records.create .do-area:after,
.records.create .category.basic:before,
.records.create .category.basic:after {
  content: "";
  display: table;
}
/* line 274, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
body.records.edit .do-area:after,
body.records.edit .category.basic:after, body.records.new .do-area:after,
body.records.new .category.basic:after, body.records.update .do-area:after,
body.records.update .category.basic:after, .records.create .do-area:after,
.records.create .category.basic:after {
  clear: both;
}
/* line 521, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
body.records.edit .do-area .item:nth-of-type(1),
body.records.edit .category.basic .item:nth-of-type(1), body.records.new .do-area .item:nth-of-type(1),
body.records.new .category.basic .item:nth-of-type(1), body.records.update .do-area .item:nth-of-type(1),
body.records.update .category.basic .item:nth-of-type(1), .records.create .do-area .item:nth-of-type(1),
.records.create .category.basic .item:nth-of-type(1) {
  float: left;
}
@media screen and (max-width: 750px) {
  /* line 521, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
  body.records.edit .do-area .item:nth-of-type(1),
  body.records.edit .category.basic .item:nth-of-type(1), body.records.new .do-area .item:nth-of-type(1),
  body.records.new .category.basic .item:nth-of-type(1), body.records.update .do-area .item:nth-of-type(1),
  body.records.update .category.basic .item:nth-of-type(1), .records.create .do-area .item:nth-of-type(1),
  .records.create .category.basic .item:nth-of-type(1) {
    float: none;
  }
}
/* line 527, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
body.records.edit .do-area .item:nth-of-type(2),
body.records.edit .category.basic .item:nth-of-type(2), body.records.new .do-area .item:nth-of-type(2),
body.records.new .category.basic .item:nth-of-type(2), body.records.update .do-area .item:nth-of-type(2),
body.records.update .category.basic .item:nth-of-type(2), .records.create .do-area .item:nth-of-type(2),
.records.create .category.basic .item:nth-of-type(2) {
  margin-left: 6em;
  float: left;
}
@media screen and (max-width: 750px) {
  /* line 527, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
  body.records.edit .do-area .item:nth-of-type(2),
  body.records.edit .category.basic .item:nth-of-type(2), body.records.new .do-area .item:nth-of-type(2),
  body.records.new .category.basic .item:nth-of-type(2), body.records.update .do-area .item:nth-of-type(2),
  body.records.update .category.basic .item:nth-of-type(2), .records.create .do-area .item:nth-of-type(2),
  .records.create .category.basic .item:nth-of-type(2) {
    margin-left: 0;
    float: none;
  }
}
@media screen and (max-width: 750px) {
  /* line 537, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
  body.records.edit .tyousei01, body.records.new .tyousei01, body.records.update .tyousei01, .records.create .tyousei01 {
    margin-top: 1.5em;
  }
}

/* line 543, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
#dialog {
  /* viewpointを相対位置にし、全画面表示にする */
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  /* 背景を半透明にする */
  display: none;
  /* HTML要素を非表示にする */
  z-index: 1;
  /* 「メインのHTML要素」よりもスタックレベルを高くする */
}

/* line 554, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
#postNoSelectDialog {
  width: 350px;
  position: fixed;
  /* viewpointを相対位置にする */
  padding: 1em 1.5em;
  font-size: 16px;
  border: 4px solid #d23889;
  background-color: #FFF;
  display: none;
  z-index: 2;
  /* 「オーバーレのHTML要素」よりもスタックレベルを高くする */
}

/* line 564, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
#textModal {
  width: 350px;
  position: fixed;
  /* viewpointを相対位置にする */
  padding: 1em 1.5em;
  font-size: 16px;
  border: 4px solid #00bfff;
  background-color: #FFF;
  display: none;
  z-index: 2;
  /* 「オーバーレのHTML要素」よりもスタックレベルを高くする */
}
@media screen and (max-width: 750px) {
  /* line 564, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
  #textModal {
    font-size: 40px;
    font-size: 1.42857rem;
    width: 80%;
  }
}

/* line 578, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
#imgModal {
  width: 350px;
  position: fixed;
  /* viewpointを相対位置にする */
  font-size: 16px;
  background-color: 255, 255, 255, 0.8;
  display: none;
  z-index: 2;
  /* 「オーバーレのHTML要素」よりもスタックレベルを高くする */
}
@media screen and (max-width: 750px) {
  /* line 578, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
  #imgModal {
    font-size: 40px;
    font-size: 1.42857rem;
    width: 80%;
  }
}

/* line 590, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
#post_address {
  cursor: pointer;
}

/* line 593, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
#post_addess_close {
  cursor: pointer;
}

/* line 596, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
#popup_bonus {
  /* viewpointを相対位置にし、全画面表示にする */
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  /* 背景を半透明にする */
  display: none;
  /* HTML要素を非表示にする */
  z-index: 1;
  /* 「メインのHTML要素」よりもスタックレベルを高くする */
}

/* line 607, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
#popup_bonus_dialog {
  width: 350px;
  position: fixed;
  /* viewpointを相対位置にする */
  padding: 1em 1.5em;
  font-size: 16px;
  border: 4px solid #FFF;
  background-color: #FFF;
  border-radius: 20px;
  display: none;
  z-index: 2;
  /* 「オーバーレのHTML要素」よりもスタックレベルを高くする */
}
/* line 617, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
#popup_bonus_dialog h2 {
  text-align: center;
  color: #005bac;
  font-size: 28px;
}
@media screen and (max-width: 980px) {
  /* line 617, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
  #popup_bonus_dialog h2 {
    font-size: 28px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 617, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
  #popup_bonus_dialog h2 {
    font-size: 40px;
    font-size: 1.42857rem;
    margin-top: 0;
  }
}
/* line 629, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
#popup_bonus_dialog p {
  margin: 1.2em 0 2em;
}
/* line 635, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
#popup_bonus_dialog #popup_bonus_close {
  width: 150px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  /* line 635, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
  #popup_bonus_dialog #popup_bonus_close {
    width: 25%;
  }
}
@media screen and (max-width: 750px) {
  /* line 635, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
  #popup_bonus_dialog #popup_bonus_close {
    width: 50%;
  }
}

/* line 646, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
#popup_bonus_close {
  cursor: pointer;
}

/* line 649, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record.scss */
#textModal {
  cursor: pointer;
}
@charset "UTF-8";
/*
====================
IMPORT
====================
*/
/*
====================
_VARIABLES.SCSS
====================
*/
/* ---------------------------
ボタンデフォルト
--------------------------- */
/* ---------------------------
transition
--------------------------- */
/* ---------------------------
transform
--------------------------- */
/* ---------------------------
flexまとめ
--------------------------- */
/* ---------------------------
クリアフィックス
--------------------------- */
/* ---------------------------
透明度
--------------------------- */
/* ---------------------------
グラデーション
--------------------------- */
/* ---------------------------
グラデーション
--------------------------- */
/* ---------------------------
フォームリセット
--------------------------- */
/*
==========================================
STYLE SCSS
==========================================
*/
/*
====================
IMPORT
====================
*/
/*
====================
_VARIABLES.SCSS
====================
*/
/* ---------------------------
ボタンデフォルト
--------------------------- */
/* ---------------------------
transition
--------------------------- */
/* ---------------------------
transform
--------------------------- */
/* ---------------------------
flexまとめ
--------------------------- */
/* ---------------------------
クリアフィックス
--------------------------- */
/* ---------------------------
透明度
--------------------------- */
/* ---------------------------
グラデーション
--------------------------- */
/* ---------------------------
グラデーション
--------------------------- */
/* ---------------------------
フォームリセット
--------------------------- */
/*
====================
BASS
====================
*/
/* line 26, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
html {
  overflow-y: auto;
  height: 100%;
}

/* line 31, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
body {
  background-color: #ffffff;
  overflow-x: hidden;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Avenir Next", Verdana, "游ゴシック", "Yu Gothic", Osaka, sans-serif;
  color: #545454;
  overflow: hidden;
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  /* line 31, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  body {
    font-size: 16px;
    font-size: 1.14286rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 31, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  body {
    font-size: 28px;
    font-size: 1rem;
  }
}

/* line 46, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
body * {
  box-sizing: border-box;
  line-height: 1.5;
}

@media only screen and (max-width: 980px) {
  /* line 52, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  html,
  body {
    font-size: 1.42857143vw !important;
  }
}
@media only screen and (max-width: 750px) {
  /* line 60, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  html,
  body {
    font-size: 3.733333333vw !important;
  }
}
@media screen and (max-width: 750px) {
  /* line 67, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  *[class*="pc"] {
    display: none !important;
  }
}

/* line 73, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
*[class*="sp"] {
  display: none;
}
@media screen and (max-width: 750px) {
  /* line 73, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  *[class*="sp"] {
    display: block;
  }
}

/* line 80, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
a, .btn, body.records.index .detail-open, body.records.show .detail-open {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden !important;
  backface-visibility: hidden !important;
  opacity: 1;
  text-decoration: none;
  color: #251E1C;
}
/* line 89, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
a:hover, .btn:hover, body.records.index .detail-open:hover, body.records.show .detail-open:hover {
  opacity: 0.8;
}
/* line 92, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
a.underline, .underline.btn, body.records.index .underline.detail-open, body.records.show .underline.detail-open {
  text-decoration: underline;
}

/* line 97, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.btn {
  white-space: nowrap;
  display: block;
  text-align: center;
  padding: 0.5em 0.8em;
  border-radius: 12px;
  box-shadow: 3px 3px 0px rgba(200, 200, 200, 0.6);
  color: #ffffff;
  font-size: 18px;
}
@media screen and (max-width: 980px) {
  /* line 97, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .btn {
    font-size: 17px;
    font-size: 1.21429rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 97, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .btn {
    font-size: 23px;
    font-size: 0.82143rem;
    border-radius: 1em;
    padding: 1em;
  }
}
/* line 115, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.btn.orange {
  background-color: #ef7e33;
}
/* line 118, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.btn.blue {
  background-color: #005bac;
}
/* line 121, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.btn.lightblue {
  background-color: #1fa4c8;
}

/* line 126, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.btn.more {
  width: 15%;
  margin: 1.5em auto;
}
@media screen and (max-width: 750px) {
  /* line 126, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .btn.more {
    width: 30%;
  }
}

/* line 133, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.btn a, .btn .btn, .btn body.records.index .detail-open, body.records.index .btn .detail-open, .btn body.records.show .detail-open, body.records.show .btn .detail-open {
  color: #ffffff;
}

/* line 134, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
img {
  display: inline-block;
  width: 100%;
}

/* line 139, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
*[class*="icon"] {
  background-repeat: no-repeat;
  background-position: 50%;
}

/* line 144, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.icon.close {
  padding: 0.5em 1em;
  background-image: url(/assets/pc/icon-close-261edb1318073453a940c729f0f84f0cc2d07262edcdfd9e900a3df3c1b031fb.png);
  background-size: 62%;
  margin-right: 0.2em;
}

/* line 151, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.trim {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}
/* line 155, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.trim img {
  display: inline;
}

/* line 160, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.column {
  max-width: 980px;
  margin: 0 auto;
}

/*
====================
HEADER
====================
*/
/* line 176, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
header {
  z-index: 200;
  position: relative;
  padding: 10px 0.5em;
  background-color: #ffffff;
  border-bottom: 1px solid #999999;
}
@media screen and (max-width: 750px) {
  /* line 176, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  header {
    border-bottom: none;
  }
}
/* line 185, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
header .column {
  zoom: 1;
  position: relative;
}
/* line 269, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
header .column:before, header .column:after {
  content: "";
  display: table;
}
/* line 274, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
header .column:after {
  clear: both;
}

/* line 191, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.header-logo-1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0%;
  bottom: 0%;
  margin: auto;
  width: 27%;
}
@media screen and (max-width: 750px) {
  /* line 191, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .header-logo-1 {
    font-size: 28px;
    font-size: 1rem;
    width: 52%;
    margin: 0.5em auto;
  }
}

/* line 207, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-open,
.logout {
  display: inline-block;
  width: 7%;
}
@media screen and (max-width: 750px) {
  /* line 207, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .menu-open,
  .logout {
    max-width: 100px;
    width: 13.3333%;
  }
}

/* line 217, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-open {
  float: left;
  visibility: hidden;
}
@media screen and (max-width: 750px) {
  /* line 217, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .menu-open {
    visibility: visible;
  }
}

/* line 225, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.logout {
  float: right;
  max-width: 60px;
}

/* line 230, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide {
  width: 100%;
  z-index: 10;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  -moz-transform: translateY(-150%);
  -o-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
/* line 240, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide nav {
  padding: 2em 0 0;
  text-align: center;
}
/* line 243, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide nav a, .menu-slide nav .btn, .menu-slide nav body.records.index .detail-open, body.records.index .menu-slide nav .detail-open, .menu-slide nav body.records.show .detail-open, body.records.show .menu-slide nav .detail-open {
  display: inline-block;
  /*width: 25%;
  margin-bottom: 0.5em;*/
}
/* line 250, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide .menu-slide-sitemap p {
  padding: 1em;
  background-color: #005bac;
  color: #ffffff;
  font-size: 24px;
  font-size: 0.85714rem;
}
/* line 256, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide .menu-slide-sitemap .menu-slide-sitemap-list {
  zoom: 1;
  padding: 1em;
}
/* line 269, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
.menu-slide .menu-slide-sitemap .menu-slide-sitemap-list:before, .menu-slide .menu-slide-sitemap .menu-slide-sitemap-list:after {
  content: "";
  display: table;
}
/* line 274, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
.menu-slide .menu-slide-sitemap .menu-slide-sitemap-list:after {
  clear: both;
}
/* line 259, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide .menu-slide-sitemap .menu-slide-sitemap-list ul {
  width: 50%;
}
/* line 261, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide .menu-slide-sitemap .menu-slide-sitemap-list ul li a, .menu-slide .menu-slide-sitemap .menu-slide-sitemap-list ul li .btn, .menu-slide .menu-slide-sitemap .menu-slide-sitemap-list ul li body.records.index .detail-open, body.records.index .menu-slide .menu-slide-sitemap .menu-slide-sitemap-list ul li .detail-open, .menu-slide .menu-slide-sitemap .menu-slide-sitemap-list ul li body.records.show .detail-open, body.records.show .menu-slide .menu-slide-sitemap .menu-slide-sitemap-list ul li .detail-open {
  padding-left: 1em;
  background-image: url(/assets/pc/list_dot-2e0986e3522364655175cbb8c88d436a7f8a4a870dd725290861c76840914950.png);
  background-repeat: no-repeat;
  background-position: 0% 50%;
  text-decoration: underline;
  cursor: pointer;
  color: #005bac;
  /*line-height: 1.5em;*/
}
/* line 273, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide .menu-slide-sitemap #menu-close {
  margin: 0 auto 1.5em;
  width: 40%;
}

/*.menu-slide nav a+a {
    margin-left: 10%;
}*/
/* line 284, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide-sitemap-list ul:first-of-type {
  float: left;
}

/* line 288, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide-sitemap-list ul:last-of-type {
  float: right;
}

/* line 292, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide.open {
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

/*
============================
MAIN CONTENTS
============================
*/
/*.main-area {
    padding: 5px 0;
}*/
/* line 307, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
nav {
  /*padding: 20px 40px;
  @include mq(small) {
      padding: 30px;
  }
  a {
      display: inline-block;
      width: 12%;
      max-width: 100px;
      @include mq(small) {
          width: 20%;
          max-width: 140px;
      }
  }*/
  display: table;
  margin: 0 auto;
  table-layout: fixed;
}
/* line 325, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
nav a, nav .btn, nav body.records.index .detail-open, body.records.index nav .detail-open, nav body.records.show .detail-open, body.records.show nav .detail-open {
  display: table-cell;
  text-align: center;
  padding: 1.5em 1.8em;
}
@media screen and (max-width: 750px) {
  /* line 325, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  nav a, nav .btn, nav body.records.index .detail-open, body.records.index nav .detail-open, nav body.records.show .detail-open, body.records.show nav .detail-open {
    padding: 1em 0.5em;
  }
}

/*nav > a+ a {
    margin-left: 6%;
    @include mq {
        margin-left: 5%;
    }
}*/
/*.breadcrumb {
    margin: 1em 0;
    @include cf;
    @include mq {
        padding: 0 0.5em;
    }
    li {
        font-size: 14px;
        @include mq {
            @include fs-max980(14);
        }
        @include mq(small) {
            @include fs-max750(24);
        }
        float: left;
        a {
            color: $darkblue;
            text-decoration: underline;
        }
    }
}

.breadcrumb li + li {
    margin-left: 0.5em;
    padding-left: 1.5em;
    background-image: image-url('arrow_right_gray_thin.png');
    background-repeat: no-repeat;
    background-position: 0% 50%;
}*/
/* line 372, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.main-h1 {
  padding: 1em 0;
  margin-bottom: 1em;
}
/* line 376, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.main-h1 p {
  line-height: 1;
}
@media screen and (max-width: 980px) {
  /* line 372, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .main-h1 {
    padding: 1em 0.5em;
  }
}
@media screen and (max-width: 750px) {
  /* line 372, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .main-h1 {
    padding: 1em;
  }
  /* line 382, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .main-h1 p {
    line-height: 1.5;
  }
}
/* line 384, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.main-h1 .column {
  zoom: 1;
  position: relative;
}
/* line 269, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
.main-h1 .column:before, .main-h1 .column:after {
  content: "";
  display: table;
}
/* line 274, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
.main-h1 .column:after {
  clear: both;
}
/* line 387, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.main-h1 .column .btn {
  position: absolute;
  right: 0;
  top: 12%;
}
@media screen and (max-width: 750px) {
  /* line 387, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .main-h1 .column .btn {
    top: 9%;
  }
}

/* line 399, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.h1-icon {
  float: left;
  width: 4em;
  height: 4em;
  margin-right: 1em;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  /* line 399, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .h1-icon {
    width: 3em;
    height: 3.5em;
  }
}

/* line 411, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.h1-main-title {
  font-family: "ＭＳ ゴシック", sans-serif;
  font-weight: bold;
  font-size: 34px;
}
@media screen and (max-width: 980px) {
  /* line 411, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .h1-main-title {
    font-size: 34px;
    font-size: 2.42857rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 411, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .h1-main-title {
    margin-top: 0.4em;
    /*line-height: 1.2em;*/
    font-size: 50px;
    font-size: 1.78571rem;
  }
}

/* line 425, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.h1-sub-title {
  margin-top: 0.8em;
  font-size: 16px;
  color: #545454;
}
@media screen and (max-width: 980px) {
  /* line 425, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .h1-sub-title {
    font-size: 16px;
    font-size: 1.14286rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 425, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .h1-sub-title {
    /*line-height: 1.5em;*/
    margin-top: 1em;
    font-size: 24px;
    font-size: 0.85714rem;
  }
}

/*
============================
FOOTER
============================
*/
/* line 446, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-sitemap {
  border-top: 1px solid #005bac;
  padding: 30px 0;
  zoom: 1;
}
/* line 269, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
.footer-sitemap:before, .footer-sitemap:after {
  content: "";
  display: table;
}
/* line 274, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
.footer-sitemap:after {
  clear: both;
}
@media screen and (max-width: 980px) {
  /* line 446, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .footer-sitemap {
    margin: 0 0.5em;
  }
}
/* line 453, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-sitemap ul {
  float: left;
}
/* line 456, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-sitemap ul li a, .footer-sitemap ul li .btn, .footer-sitemap ul li body.records.index .detail-open, body.records.index .footer-sitemap ul li .detail-open, .footer-sitemap ul li body.records.show .detail-open, body.records.show .footer-sitemap ul li .detail-open {
  padding-left: 1em;
  background-image: url(/assets/pc/list_dot-2e0986e3522364655175cbb8c88d436a7f8a4a870dd725290861c76840914950.png);
  background-repeat: no-repeat;
  background-position: 0% 50%;
  text-decoration: underline;
  cursor: pointer;
  color: #005bac;
  /*line-height: 1.5em;*/
  font-size: 14px;
}
@media screen and (max-width: 980px) {
  /* line 456, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .footer-sitemap ul li a, .footer-sitemap ul li .btn, .footer-sitemap ul li body.records.index .detail-open, body.records.index .footer-sitemap ul li .detail-open, .footer-sitemap ul li body.records.show .detail-open, body.records.show .footer-sitemap ul li .detail-open {
    font-size: 14px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 456, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .footer-sitemap ul li a, .footer-sitemap ul li .btn, .footer-sitemap ul li body.records.index .detail-open, body.records.index .footer-sitemap ul li .detail-open, .footer-sitemap ul li body.records.show .detail-open, body.records.show .footer-sitemap ul li .detail-open {
    font-size: 28px;
    font-size: 1rem;
  }
}

/* line 477, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-sitemap ul + ul {
  margin-left: 17%;
}
@media screen and (max-width: 980px) {
  /* line 477, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .footer-sitemap ul + ul {
    margin-left: 16%;
  }
}

/* line 484, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-bottom {
  background-color: #eeeeee;
    /*
	padding: 5px 0;
	@include mq {
        padding: 5px 0.5em;
    }
    @include mq(small) {
        padding: 5px 1em;
    }
    .column {
        @include cf;
        .footer-bottom-logo {
            float: left;
            padding: 0.6em 0;
            @include mq(small) {
                width: 35%;
                padding: 0.3em 0;
            }
        }
        .footer-bottom-dhc {
            float: right;
            @include mq(small) {
                width: 19%;
            }
        }
    }*/
}
/* line 511, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-bottom .column {
  display: table;
  table-layout: fixed;
  width: 100%;
}
/* line 515, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-bottom .column a, .footer-bottom .column .btn, .footer-bottom .column body.records.index .detail-open, body.records.index .footer-bottom .column .detail-open, .footer-bottom .column body.records.show .detail-open, body.records.show .footer-bottom .column .detail-open {
  display: table-cell;
  vertical-align: middle;
  padding: 0.5em;
  text-align: right;
}
/* line 520, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-bottom .column a:first-child, .footer-bottom .column .btn:first-child, .footer-bottom .column body.records.index .detail-open:first-child, body.records.index .footer-bottom .column .detail-open:first-child, .footer-bottom .column body.records.show .detail-open:first-child, body.records.show .footer-bottom .column .detail-open:first-child {
  text-align: left;
}
/* line 521, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-bottom .column a img, .footer-bottom .column .btn img, .footer-bottom .column body.records.index .detail-open img, body.records.index .footer-bottom .column .detail-open img, .footer-bottom .column body.records.show .detail-open img, body.records.show .footer-bottom .column .detail-open img {
  height: 2em;
  width: auto;
}

/*------------
モーダル
--------------*/
/* モーダル コンテンツエリア */
/* line 535, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-main {
  display: none;
  width: 500px;
  padding: 40px;
  margin: 0;
  border-radius: 20px;
  background-color: #ffffff;
  position: fixed;
  z-index: 100;
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  /* line 535, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-main {
    font-size: 16px;
    font-size: 1.14286rem;
    width: 60%;
  }
}
@media screen and (max-width: 750px) {
  /* line 535, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-main {
    font-size: 28px;
    font-size: 1rem;
    width: 90%;
    padding: 2.5em 1em 2em;
  }
}
/* line 554, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-main h2 {
  text-align: center;
  color: #005bac;
  font-size: 28px;
}
@media screen and (max-width: 980px) {
  /* line 554, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-main h2 {
    font-size: 28px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 554, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-main h2 {
    font-size: 40px;
    font-size: 1.42857rem;
    margin-top: 0;
  }
}
/* line 566, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-main p {
  margin: 1.2em 0 2em;
}
/* line 572, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-main #modal-close {
  width: 150px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  /* line 572, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-main #modal-close {
    width: 25%;
  }
}
@media screen and (max-width: 750px) {
  /* line 572, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-main #modal-close {
    width: 50%;
  }
}

/* line 583, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-sub {
  display: none;
  width: 500px;
  padding: 40px;
  margin: 0;
  border-radius: 20px;
  background-color: #ffffff;
  position: fixed;
  z-index: 100;
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  /* line 583, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-sub {
    font-size: 16px;
    font-size: 1.14286rem;
    width: 60%;
  }
}
@media screen and (max-width: 750px) {
  /* line 583, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-sub {
    font-size: 28px;
    font-size: 1rem;
    width: 90%;
    padding: 2.5em 1em 2em;
  }
}
/* line 602, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-sub h2 {
  text-align: center;
  color: #005bac;
  font-size: 28px;
}
@media screen and (max-width: 980px) {
  /* line 602, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-sub h2 {
    font-size: 28px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 602, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-sub h2 {
    font-size: 40px;
    font-size: 1.42857rem;
    margin-top: 0;
  }
}
/* line 614, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-sub p {
  margin: 1.2em 0 2em;
}
/* line 620, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-sub #modal-close {
  width: 150px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  /* line 620, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-sub #modal-close {
    width: 25%;
  }
}
@media screen and (max-width: 750px) {
  /* line 620, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-sub #modal-close {
    width: 50%;
  }
}

/* モーダル 背景エリア */
/* line 634, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-bg {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
@media screen and (max-width: 750px) {
  /* line 634, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-bg {
    padding: 0 30px;
  }
}

/*
====================
common
====================
*/
/* line 20, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
body.records.index, body.records.show {
  /*
  ============================
  look
  ============================
  */
  /*------------
  グラフ
  --------------*/
  /*
  ====================
  記録
  ====================
  */
  /*------------
  直近の記録
  --------------*/
}
/* line 21, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
body.records.index .main-h1, body.records.show .main-h1 {
  background-color: #ddf1f6;
}
/* line 25, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
body.records.index .h1-icon, body.records.show .h1-icon {
  background-image: url(/assets/base/look_icon_h1-f225cbc3be7fe48fcf25807289a27b5b5a8c596031feb89c00abcdec7696435c.png);
}
/* line 29, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
body.records.index .h1-main-title, body.records.show .h1-main-title {
  color: #1fa4c8;
}
/* line 33, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
body.records.index .btn, body.records.show .btn {
  background: #1fa4c8;
}
@media screen and (max-width: 750px) {
  /* line 40, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
  body.records.index section, body.records.show section {
    padding: 0;
    margin: 0;
  }
}
/* line 51, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
body.records.index .graph-area, body.records.show .graph-area {
  margin-bottom: 2em;
}
@media screen and (max-width: 980px) {
  /* line 51, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
  body.records.index .graph-area, body.records.show .graph-area {
    padding: 0em 1em;
  }
}
@media screen and (max-width: 750px) {
  /* line 51, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
  body.records.index .graph-area, body.records.show .graph-area {
    padding: 0em;
  }
}
/* line 59, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
body.records.index .graph-area .graph-area-header, body.records.show .graph-area .graph-area-header {
  background-color: #1fa4c8;
  padding: 1em 0em;
  text-align: center;
  position: relative;
}
/* line 64, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
body.records.index .graph-area .graph-area-header .graph-area-header-text, body.records.show .graph-area .graph-area-header .graph-area-header-text {
  color: #ffffff;
  display: inline-block;
}
/* line 67, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
body.records.index .graph-area .graph-area-header .graph-area-header-text .graph-area-header-text-data, body.records.show .graph-area .graph-area-header .graph-area-header-text .graph-area-header-text-data {
  display: inline-block;
  background-color: #ffffff;
  padding: 0.5em 1em;
  border-radius: 5px;
  color: #1fa4c8;
  font-size: 20px;
}
@media screen and (max-width: 750px) {
  /* line 67, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
  body.records.index .graph-area .graph-area-header .graph-area-header-text .graph-area-header-text-data, body.records.show .graph-area .graph-area-header .graph-area-header-text .graph-area-header-text-data {
    padding: 0.3em 1em;
  }
}
/* line 79, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
body.records.index .graph-area .graph-area-header #modal-open, body.records.show .graph-area .graph-area-header #modal-open {
  width: 2em;
  max-width: 34px;
  margin-left: 0.5em;
  vertical-align: text-bottom;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  /* line 79, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
  body.records.index .graph-area .graph-area-header #modal-open, body.records.show .graph-area .graph-area-header #modal-open {
    position: absolute;
    right: 0.3em;
    top: 0.7em;
  }
}
/* line 92, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
body.records.index .graph-area .graph, body.records.show .graph-area .graph {
  background-color: gray;
  max-height: 340px;
  height: 340px;
}
/* line 96, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
body.records.index .graph-area .graph.blood, body.records.show .graph-area .graph.blood {
  margin-top: 1.5em;
}
/* line 107, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
body.records.index .box, body.records.show .box {
  background-color: #e6f1f5;
  padding: 1em;
  padding-left: 2em;
  position: relative;
  zoom: 1;
}
/* line 269, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
body.records.index .box:before, body.records.index .box:after, body.records.show .box:before, body.records.show .box:after {
  content: "";
  display: table;
}
/* line 274, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
body.records.index .box:after, body.records.show .box:after {
  clear: both;
}
@media screen and (max-width: 750px) {
  /* line 107, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
  body.records.index .box, body.records.show .box {
    padding: 2em 1em 1em;
  }
}
/* line 118, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
body.records.index .box + .box, body.records.show .box + .box {
  margin-top: 1em;
}
/* line 122, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
body.records.index .white-box, body.records.index .box-summary-wrap .item, body.records.show .box-summary-wrap body.records.index .item, body.records.index .box-detail-wrap .box-detail-wrap-row .col-md-6, body.records.show .box-detail-wrap .box-detail-wrap-row body.records.index .col-md-6, body.records.index .box-detail-wrap .box-detail-wrap-row .col-md-1, body.records.show .box-detail-wrap .box-detail-wrap-row body.records.index .col-md-1, body.records.show .white-box, body.records.index .box-summary-wrap body.records.show .item, body.records.show .box-summary-wrap .item, body.records.index .box-detail-wrap .box-detail-wrap-row body.records.show .col-md-6, body.records.show .box-detail-wrap .box-detail-wrap-row .col-md-6, body.records.index .box-detail-wrap .box-detail-wrap-row body.records.show .col-md-1, body.records.show .box-detail-wrap .box-detail-wrap-row .col-md-1 {
  background-color: #ffffff;
  border-radius: 10px;
}
/* line 127, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
body.records.index *[class^="col-"], body.records.show *[class^="col-"] {
  float: left;
}
/* line 131, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
body.records.index .date, body.records.show .date {
  line-height: 2em;
  width: 15%;
  float: left;
  margin-right: 2em;
}
@media screen and (max-width: 750px) {
  /* line 131, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
  body.records.index .date, body.records.show .date {
    width: 50%;
  }
}
/* line 141, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
body.records.index .btn.box-edit, body.records.show .btn.box-edit {
  width: 15%;
  position: absolute;
  left: 1.5em;
  top: 2.8em;
}
@media screen and (max-width: 750px) {
  /* line 141, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
  body.records.index .btn.box-edit, body.records.show .btn.box-edit {
    left: auto;
    right: 7em;
    width: 25%;
    top: 1.5em;
  }
}
/* line 154, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
body.records.index .item-name, body.records.show .item-name {
  color: #1fa4c8;
  vertical-align: middle;
  font-size: 20px;
}
@media screen and (max-width: 980px) {
  /* line 154, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
  body.records.index .item-name, body.records.show .item-name {
    font-size: 20px;
    font-size: 1.42857rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 154, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
  body.records.index .item-name, body.records.show .item-name {
    font-size: 35px;
    font-size: 1.25rem;
  }
}
/* line 166, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
body.records.index .item-icon, body.records.show .item-icon {
  content: "";
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  vertical-align: middle;
  background-size: contain;
  margin-right: 0.5em;
}
@media screen and (max-width: 750px) {
  /* line 166, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
  body.records.index .item-icon, body.records.show .item-icon {
    width: 2.5em;
    height: 2.5em;
  }
}
/* line 178, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
body.records.index .item-icon.none, body.records.show .item-icon.none {
  width: 0;
  margin: 0;
}
@media screen and (max-width: 750px) {
  /* line 178, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
  body.records.index .item-icon.none, body.records.show .item-icon.none {
    height: 1em;
  }
}
/* line 185, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
body.records.index .item-icon.weight, body.records.show .item-icon.weight {
  background-image: url(/assets/base/look_icon_weight-cc34dd89b0188231014dd8a2e819ae9e83a8e7de34dd9d3f4c687ded8f0b79eb.png);
}
/* line 188, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
body.records.index .item-icon.fat, body.records.show .item-icon.fat {
  background-image: url(/assets/base/look_icon_fat-8fe4122de4642ce3a9fd2d29d699ec3c4694dea40bb8d036ce266f80453fc4d7.png);
}
/* line 191, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
body.records.index .item-icon.blood, body.records.show .item-icon.blood {
  background-image: url(/assets/base/look_icon_blood-3868ccb79dc6a7c009b2cf5c574dca1d0e374effc36010251cd6cf3df551c578.png);
}
/* line 194, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
body.records.index .item-icon.step, body.records.show .item-icon.step {
  background-image: url(/assets/base/look_icon_step-c0dcc8f36561ecbf2e3a9b12b2fbe7a8ce8836dba17c26c451622574bb340654.png);
}
/* line 197, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
body.records.index .item-icon.event, body.records.show .item-icon.event {
  background-image: url(/assets/base/look_icon_event-73a1cac5891b9a517f3df940fe27e62f7d363df675ed5efcbd8d933d8084c703.png);
}
/* line 200, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
body.records.index .item-icon.food, body.records.show .item-icon.food {
  background-image: url(/assets/base/look_icon_food-a2ea5816e12cdad25c89a8650bd957fcb9d10e8bcfaa0629bb84cacec1ce9b3f.png);
}
/* line 203, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
body.records.index .item-icon.exercise, body.records.show .item-icon.exercise {
  background-image: url(/assets/base/look_icon_exercise-959033f3b87a9e27f28854cf92ef269650ca4fca0848db6a7adb11b64e5e9cc0.png);
}
/* line 206, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
body.records.index .item-icon.weight, body.records.show .item-icon.weight {
  background-image: url(/assets/base/look_icon_weight-cc34dd89b0188231014dd8a2e819ae9e83a8e7de34dd9d3f4c687ded8f0b79eb.png);
}
/* line 209, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
body.records.index .item-icon.tooth, body.records.show .item-icon.tooth {
  background-image: url(/assets/base/look_icon_tooth-1523415a9b2205f372dd9e796dc9023fbaacf21078909a4e68d65b01d5b15ea7.png);
}
/* line 212, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
body.records.index .item-icon.free, body.records.show .item-icon.free {
  background-image: url(/assets/base/look_icon_free-4e2b67322d90c2c927bd169f1b3f58966ca5ebd54091ee4c704b9ef0d0e76985.png);
}
/* line 217, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
body.records.index .box-summary-wrap, body.records.show .box-summary-wrap {
  width: 72%;
  float: left;
  zoom: 1;
}
/* line 269, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
body.records.index .box-summary-wrap:before, body.records.index .box-summary-wrap:after, body.records.show .box-summary-wrap:before, body.records.show .box-summary-wrap:after {
  content: "";
  display: table;
}
/* line 274, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
body.records.index .box-summary-wrap:after, body.records.show .box-summary-wrap:after {
  clear: both;
}
@media screen and (max-width: 750px) {
  /* line 217, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
  body.records.index .box-summary-wrap, body.records.show .box-summary-wrap {
    margin-top: 1em;
    width: 100%;
  }
}
/* line 225, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
body.records.index .box-summary-wrap .item, body.records.show .box-summary-wrap .item {
  float: left;
  padding: 0.5em 2em;
  width: 31.5%;
  height: 100px;
  margin-left: 0.5em;
}
@media screen and (max-width: 750px) {
  /* line 225, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
  body.records.index .box-summary-wrap .item, body.records.show .box-summary-wrap .item {
    padding: 0.5em;
    margin-left: 0em;
    height: 6em;
  }
}
/* line 237, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
body.records.index .box-summary-wrap .item .item-name-area, body.records.show .box-summary-wrap .item .item-name-area {
  text-align: center;
}
/* line 239, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
body.records.index .box-summary-wrap .item .item-name-area .item-icon, body.records.show .box-summary-wrap .item .item-name-area .item-icon {
  margin-right: 0;
}
/* line 242, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
body.records.index .box-summary-wrap .item .item-name-area .item-name, body.records.show .box-summary-wrap .item .item-name-area .item-name {
  display: inline-block;
}
/* line 246, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
body.records.index .box-summary-wrap .item .item-data, body.records.show .box-summary-wrap .item .item-data {
  margin-top: 0.5em;
  text-align: center;
}
/* line 249, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
body.records.index .box-summary-wrap .item .item-data .item-data-number, body.records.show .box-summary-wrap .item .item-data .item-data-number {
  font-size: 30px;
}
@media screen and (max-width: 980px) {
  /* line 249, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
  body.records.index .box-summary-wrap .item .item-data .item-data-number, body.records.show .box-summary-wrap .item .item-data .item-data-number {
    font-size: 30px;
    font-size: 2.14286rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 249, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
  body.records.index .box-summary-wrap .item .item-data .item-data-number, body.records.show .box-summary-wrap .item .item-data .item-data-number {
    font-size: 35px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 260, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
  body.records.index .box-summary-wrap .item + .item, body.records.show .box-summary-wrap .item + .item {
    margin-left: 0.5em;
  }
}
/* line 267, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
body.records.index .detail-open, body.records.show .detail-open {
  width: 6%;
  position: absolute;
  right: 1.6em;
  top: 2.4em;
}
@media screen and (max-width: 750px) {
  /* line 267, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
  body.records.index .detail-open, body.records.show .detail-open {
    width: 12%;
    top: 0.8em;
    right: 1em;
    max-width: 88px;
  }
}
/* line 281, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
body.records.index .box-detail-wrap, body.records.show .box-detail-wrap {
  display: none;
  margin: 2em 0;
  width: 82%;
  float: right;
  zoom: 1;
}
/* line 269, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
body.records.index .box-detail-wrap:before, body.records.index .box-detail-wrap:after, body.records.show .box-detail-wrap:before, body.records.show .box-detail-wrap:after {
  content: "";
  display: table;
}
/* line 274, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
body.records.index .box-detail-wrap:after, body.records.show .box-detail-wrap:after {
  clear: both;
}
@media screen and (max-width: 750px) {
  /* line 281, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
  body.records.index .box-detail-wrap, body.records.show .box-detail-wrap {
    width: 100%;
    margin: 0;
  }
}
/* line 292, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
body.records.index .box-detail-wrap .box-detail-wrap-row, body.records.show .box-detail-wrap .box-detail-wrap-row {
  margin: 1em 0;
  zoom: 1;
}
/* line 269, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
body.records.index .box-detail-wrap .box-detail-wrap-row:before, body.records.index .box-detail-wrap .box-detail-wrap-row:after, body.records.show .box-detail-wrap .box-detail-wrap-row:before, body.records.show .box-detail-wrap .box-detail-wrap-row:after {
  content: "";
  display: table;
}
/* line 274, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
body.records.index .box-detail-wrap .box-detail-wrap-row:after, body.records.show .box-detail-wrap .box-detail-wrap-row:after {
  clear: both;
}
/* line 295, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
body.records.index .box-detail-wrap .box-detail-wrap-row .col-md-3, body.records.show .box-detail-wrap .box-detail-wrap-row .col-md-3 {
  width: 20%;
}
/* line 297, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
body.records.index .box-detail-wrap .box-detail-wrap-row .col-md-3 .item-name, body.records.show .box-detail-wrap .box-detail-wrap-row .col-md-3 .item-name {
  display: inline-block;
}
/* line 301, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
body.records.index .box-detail-wrap .box-detail-wrap-row .col-md-6, body.records.show .box-detail-wrap .box-detail-wrap-row .col-md-6 {
  padding: 1em;
  border-radius: 5px;
  width: 60%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* line 309, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
body.records.index .box-detail-wrap .box-detail-wrap-row .col-md-6.left-none, body.records.show .box-detail-wrap .box-detail-wrap-row .col-md-6.left-none {
  margin-top: 1em;
  margin-left: 22%;
}
@media screen and (max-width: 980px) {
  /* line 309, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
  body.records.index .box-detail-wrap .box-detail-wrap-row .col-md-6.left-none, body.records.show .box-detail-wrap .box-detail-wrap-row .col-md-6.left-none {
    margin-left: 12em;
  }
}
@media screen and (max-width: 750px) {
  /* line 309, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
  body.records.index .box-detail-wrap .box-detail-wrap-row .col-md-6.left-none, body.records.show .box-detail-wrap .box-detail-wrap-row .col-md-6.left-none {
    margin-left: 0em;
    margin-top: 1em;
  }
}
/* line 321, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
body.records.index .box-detail-wrap .box-detail-wrap-row .col-md-1, body.records.show .box-detail-wrap .box-detail-wrap-row .col-md-1 {
  padding: 1.5em 0;
  border-radius: 5px;
  width: 15%;
  height: 2em;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 28%;
}
/* line 330, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
body.records.index .box-detail-wrap .box-detail-wrap-row .col-md-1.left-none, body.records.show .box-detail-wrap .box-detail-wrap-row .col-md-1.left-none {
  margin-top: 1em;
}
@media screen and (max-width: 750px) {
  /* line 330, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
  body.records.index .box-detail-wrap .box-detail-wrap-row .col-md-1.left-none, body.records.show .box-detail-wrap .box-detail-wrap-row .col-md-1.left-none {
    margin-top: 0em;
  }
}
@media screen and (max-width: 750px) {
  /* line 321, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
  body.records.index .box-detail-wrap .box-detail-wrap-row .col-md-1, body.records.show .box-detail-wrap .box-detail-wrap-row .col-md-1 {
    background-size: 8%;
    background-position: 1em 50%;
  }
}
/* line 340, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
body.records.index .box-detail-wrap .box-detail-wrap-row .col-md-1.none, body.records.show .box-detail-wrap .box-detail-wrap-row .col-md-1.none {
  background-color: #e6f1f5;
}
@media screen and (max-width: 750px) {
  /* line 340, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
  body.records.index .box-detail-wrap .box-detail-wrap-row .col-md-1.none, body.records.show .box-detail-wrap .box-detail-wrap-row .col-md-1.none {
    display: none;
  }
}
/* line 346, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
body.records.index .box-detail-wrap .box-detail-wrap-row .col-md-1.maru, body.records.show .box-detail-wrap .box-detail-wrap-row .col-md-1.maru {
  background-image: url(/assets/base/look_icon_maru-88a3af50d3e1a5b30d67dc7e6963b8023a5e084b1fca9bf303babd8272e6d73a.png);
}
/* line 349, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
body.records.index .box-detail-wrap .box-detail-wrap-row .col-md-1.batu, body.records.show .box-detail-wrap .box-detail-wrap-row .col-md-1.batu {
  background-image: url(/assets/base/look_icon_batu-f244d44d37c13356e317f64000552d76a1e10b01481d301b79f8f11318b05c27.png);
}
/* line 352, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
body.records.index .box-detail-wrap .box-detail-wrap-row .col-md-1.sankaku, body.records.show .box-detail-wrap .box-detail-wrap-row .col-md-1.sankaku {
  background-image: url(/assets/base/look_icon_sankaku-73d6fa0cd5ce09302ed9e72e26af78e4ac322b534571793001a4485de9ad779f.png);
}
@media screen and (max-width: 750px) {
  /* line 360, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
  body.records.index .col-md-3,
  body.records.index .col-md-6,
  body.records.index .col-md-1, body.records.show .col-md-3,
  body.records.show .col-md-6,
  body.records.show .col-md-1 {
    float: none;
    width: 100% !important;
  }
  /* line 366, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
  body.records.index .col-md-6,
  body.records.index .col-md-1, body.records.show .col-md-6,
  body.records.show .col-md-1 {
    margin: 0.5em 0;
  }
}
/* line 372, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
body.records.index .box-detail-wrap.open, body.records.show .box-detail-wrap.open {
  display: block;
}
/* line 376, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
body.records.index .box-detail-wrap-row > * + *, body.records.show .box-detail-wrap-row > * + * {
  margin-left: 1em;
}
@media screen and (max-width: 750px) {
  /* line 376, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
  body.records.index .box-detail-wrap-row > * + *, body.records.show .box-detail-wrap-row > * + * {
    margin-left: 0em;
  }
}
/* line 386, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
body.records.index .main-h2, body.records.show .main-h2 {
  padding-bottom: 0.2em;
  margin-bottom: 1em;
  border-bottom: 1px solid #1fa4c8;
  color: #1fa4c8;
  font-size: 28px;
  /*@include mq {
      @include fs-max980(28);
      margin: 0 0.5em 1em;
  }
  @include mq(small) {
      @include fs-max750(35);
      margin: 0 0.5em 1em;
  }*/
}

/* line 404, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
.accordion {
  cursor: pointer;
  padding-top: 0.5em;
  background-color: #1fa4c8;
  height: 43px;
  position: relative;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
}

/* line 414, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
.accordion-moji1 {
  color: #ffffff;
  text-align: right;
  position: absolute;
  top: 0.1em;
  right: 20px;
  font-size: 25px;
}

/* line 422, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
.accordion-moji2 {
  color: #ffffff;
  text-align: right;
  position: absolute;
  top: 0.1em;
  right: 20px;
  font-size: 25px;
}

/* line 430, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
.accordion2 {
  cursor: pointer;
  padding-top: 0.5em;
  background-color: #ef7e33;
  height: 43px;
  position: relative;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
}

/* line 440, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
.accordion-moji3 {
  color: #ffffff;
  text-align: right;
  position: absolute;
  top: 0.1em;
  right: 20px;
  font-size: 25px;
}

/* line 448, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/record_index.scss */
.accordion-moji4 {
  color: #ffffff;
  text-align: right;
  position: absolute;
  top: 0.1em;
  right: 20px;
  font-size: 25px;
}
@charset "UTF-8";
/*
====================
IMPORT
====================
*/
/*
====================
_VARIABLES.SCSS
====================
*/
/* ---------------------------
ボタンデフォルト
--------------------------- */
/* ---------------------------
transition
--------------------------- */
/* ---------------------------
transform
--------------------------- */
/* ---------------------------
flexまとめ
--------------------------- */
/* ---------------------------
クリアフィックス
--------------------------- */
/* ---------------------------
透明度
--------------------------- */
/* ---------------------------
グラデーション
--------------------------- */
/* ---------------------------
グラデーション
--------------------------- */
/* ---------------------------
フォームリセット
--------------------------- */
/*
==========================================
STYLE SCSS
==========================================
*/
/*
====================
IMPORT
====================
*/
/*
====================
_VARIABLES.SCSS
====================
*/
/* ---------------------------
ボタンデフォルト
--------------------------- */
/* ---------------------------
transition
--------------------------- */
/* ---------------------------
transform
--------------------------- */
/* ---------------------------
flexまとめ
--------------------------- */
/* ---------------------------
クリアフィックス
--------------------------- */
/* ---------------------------
透明度
--------------------------- */
/* ---------------------------
グラデーション
--------------------------- */
/* ---------------------------
グラデーション
--------------------------- */
/* ---------------------------
フォームリセット
--------------------------- */
/*
====================
BASS
====================
*/
/* line 26, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
html {
  overflow-y: auto;
  height: 100%;
}

/* line 31, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
body {
  background-color: #ffffff;
  overflow-x: hidden;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Avenir Next", Verdana, "游ゴシック", "Yu Gothic", Osaka, sans-serif;
  color: #545454;
  overflow: hidden;
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  /* line 31, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  body {
    font-size: 16px;
    font-size: 1.14286rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 31, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  body {
    font-size: 28px;
    font-size: 1rem;
  }
}

/* line 46, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
body * {
  box-sizing: border-box;
  line-height: 1.5;
}

@media only screen and (max-width: 980px) {
  /* line 52, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  html,
  body {
    font-size: 1.42857143vw !important;
  }
}
@media only screen and (max-width: 750px) {
  /* line 60, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  html,
  body {
    font-size: 3.733333333vw !important;
  }
}
@media screen and (max-width: 750px) {
  /* line 67, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  *[class*="pc"] {
    display: none !important;
  }
}

/* line 73, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
*[class*="sp"] {
  display: none;
}
@media screen and (max-width: 750px) {
  /* line 73, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  *[class*="sp"] {
    display: block;
  }
}

/* line 80, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
a, .btn {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden !important;
  backface-visibility: hidden !important;
  opacity: 1;
  text-decoration: none;
  color: #251E1C;
}
/* line 89, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
a:hover, .btn:hover {
  opacity: 0.8;
}
/* line 92, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
a.underline, .underline.btn {
  text-decoration: underline;
}

/* line 97, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.btn {
  white-space: nowrap;
  display: block;
  text-align: center;
  padding: 0.5em 0.8em;
  border-radius: 12px;
  box-shadow: 3px 3px 0px rgba(200, 200, 200, 0.6);
  color: #ffffff;
  font-size: 18px;
}
@media screen and (max-width: 980px) {
  /* line 97, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .btn {
    font-size: 17px;
    font-size: 1.21429rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 97, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .btn {
    font-size: 23px;
    font-size: 0.82143rem;
    border-radius: 1em;
    padding: 1em;
  }
}
/* line 115, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.btn.orange {
  background-color: #ef7e33;
}
/* line 118, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.btn.blue {
  background-color: #005bac;
}
/* line 121, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.btn.lightblue {
  background-color: #1fa4c8;
}

/* line 126, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.btn.more {
  width: 15%;
  margin: 1.5em auto;
}
@media screen and (max-width: 750px) {
  /* line 126, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .btn.more {
    width: 30%;
  }
}

/* line 133, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.btn a, .btn .btn {
  color: #ffffff;
}

/* line 134, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
img {
  display: inline-block;
  width: 100%;
}

/* line 139, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
*[class*="icon"] {
  background-repeat: no-repeat;
  background-position: 50%;
}

/* line 144, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.icon.close {
  padding: 0.5em 1em;
  background-image: url(/assets/pc/icon-close-261edb1318073453a940c729f0f84f0cc2d07262edcdfd9e900a3df3c1b031fb.png);
  background-size: 62%;
  margin-right: 0.2em;
}

/* line 151, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.trim {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}
/* line 155, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.trim img {
  display: inline;
}

/* line 160, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.column {
  max-width: 980px;
  margin: 0 auto;
}

/*
====================
HEADER
====================
*/
/* line 176, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
header {
  z-index: 200;
  position: relative;
  padding: 10px 0.5em;
  background-color: #ffffff;
  border-bottom: 1px solid #999999;
}
@media screen and (max-width: 750px) {
  /* line 176, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  header {
    border-bottom: none;
  }
}
/* line 185, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
header .column {
  zoom: 1;
  position: relative;
}
/* line 269, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
header .column:before, header .column:after {
  content: "";
  display: table;
}
/* line 274, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
header .column:after {
  clear: both;
}

/* line 191, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.header-logo-1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0%;
  bottom: 0%;
  margin: auto;
  width: 27%;
}
@media screen and (max-width: 750px) {
  /* line 191, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .header-logo-1 {
    font-size: 28px;
    font-size: 1rem;
    width: 52%;
    margin: 0.5em auto;
  }
}

/* line 207, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-open,
.logout {
  display: inline-block;
  width: 7%;
}
@media screen and (max-width: 750px) {
  /* line 207, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .menu-open,
  .logout {
    max-width: 100px;
    width: 13.3333%;
  }
}

/* line 217, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-open {
  float: left;
  visibility: hidden;
}
@media screen and (max-width: 750px) {
  /* line 217, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .menu-open {
    visibility: visible;
  }
}

/* line 225, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.logout {
  float: right;
  max-width: 60px;
}

/* line 230, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide {
  width: 100%;
  z-index: 10;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  -moz-transform: translateY(-150%);
  -o-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
/* line 240, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide nav {
  padding: 2em 0 0;
  text-align: center;
}
/* line 243, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide nav a, .menu-slide nav .btn {
  display: inline-block;
  /*width: 25%;
  margin-bottom: 0.5em;*/
}
/* line 250, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide .menu-slide-sitemap p {
  padding: 1em;
  background-color: #005bac;
  color: #ffffff;
  font-size: 24px;
  font-size: 0.85714rem;
}
/* line 256, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide .menu-slide-sitemap .menu-slide-sitemap-list {
  zoom: 1;
  padding: 1em;
}
/* line 269, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
.menu-slide .menu-slide-sitemap .menu-slide-sitemap-list:before, .menu-slide .menu-slide-sitemap .menu-slide-sitemap-list:after {
  content: "";
  display: table;
}
/* line 274, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
.menu-slide .menu-slide-sitemap .menu-slide-sitemap-list:after {
  clear: both;
}
/* line 259, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide .menu-slide-sitemap .menu-slide-sitemap-list ul {
  width: 50%;
}
/* line 261, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide .menu-slide-sitemap .menu-slide-sitemap-list ul li a, .menu-slide .menu-slide-sitemap .menu-slide-sitemap-list ul li .btn {
  padding-left: 1em;
  background-image: url(/assets/pc/list_dot-2e0986e3522364655175cbb8c88d436a7f8a4a870dd725290861c76840914950.png);
  background-repeat: no-repeat;
  background-position: 0% 50%;
  text-decoration: underline;
  cursor: pointer;
  color: #005bac;
  /*line-height: 1.5em;*/
}
/* line 273, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide .menu-slide-sitemap #menu-close {
  margin: 0 auto 1.5em;
  width: 40%;
}

/*.menu-slide nav a+a {
    margin-left: 10%;
}*/
/* line 284, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide-sitemap-list ul:first-of-type {
  float: left;
}

/* line 288, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide-sitemap-list ul:last-of-type {
  float: right;
}

/* line 292, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide.open {
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

/*
============================
MAIN CONTENTS
============================
*/
/*.main-area {
    padding: 5px 0;
}*/
/* line 307, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
nav {
  /*padding: 20px 40px;
  @include mq(small) {
      padding: 30px;
  }
  a {
      display: inline-block;
      width: 12%;
      max-width: 100px;
      @include mq(small) {
          width: 20%;
          max-width: 140px;
      }
  }*/
  display: table;
  margin: 0 auto;
  table-layout: fixed;
}
/* line 325, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
nav a, nav .btn {
  display: table-cell;
  text-align: center;
  padding: 1.5em 1.8em;
}
@media screen and (max-width: 750px) {
  /* line 325, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  nav a, nav .btn {
    padding: 1em 0.5em;
  }
}

/*nav > a+ a {
    margin-left: 6%;
    @include mq {
        margin-left: 5%;
    }
}*/
/*.breadcrumb {
    margin: 1em 0;
    @include cf;
    @include mq {
        padding: 0 0.5em;
    }
    li {
        font-size: 14px;
        @include mq {
            @include fs-max980(14);
        }
        @include mq(small) {
            @include fs-max750(24);
        }
        float: left;
        a {
            color: $darkblue;
            text-decoration: underline;
        }
    }
}

.breadcrumb li + li {
    margin-left: 0.5em;
    padding-left: 1.5em;
    background-image: image-url('arrow_right_gray_thin.png');
    background-repeat: no-repeat;
    background-position: 0% 50%;
}*/
/* line 372, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.main-h1 {
  padding: 1em 0;
  margin-bottom: 1em;
}
/* line 376, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.main-h1 p {
  line-height: 1;
}
@media screen and (max-width: 980px) {
  /* line 372, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .main-h1 {
    padding: 1em 0.5em;
  }
}
@media screen and (max-width: 750px) {
  /* line 372, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .main-h1 {
    padding: 1em;
  }
  /* line 382, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .main-h1 p {
    line-height: 1.5;
  }
}
/* line 384, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.main-h1 .column {
  zoom: 1;
  position: relative;
}
/* line 269, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
.main-h1 .column:before, .main-h1 .column:after {
  content: "";
  display: table;
}
/* line 274, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
.main-h1 .column:after {
  clear: both;
}
/* line 387, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.main-h1 .column .btn {
  position: absolute;
  right: 0;
  top: 12%;
}
@media screen and (max-width: 750px) {
  /* line 387, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .main-h1 .column .btn {
    top: 9%;
  }
}

/* line 399, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.h1-icon {
  float: left;
  width: 4em;
  height: 4em;
  margin-right: 1em;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  /* line 399, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .h1-icon {
    width: 3em;
    height: 3.5em;
  }
}

/* line 411, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.h1-main-title {
  font-family: "ＭＳ ゴシック", sans-serif;
  font-weight: bold;
  font-size: 34px;
}
@media screen and (max-width: 980px) {
  /* line 411, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .h1-main-title {
    font-size: 34px;
    font-size: 2.42857rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 411, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .h1-main-title {
    margin-top: 0.4em;
    /*line-height: 1.2em;*/
    font-size: 50px;
    font-size: 1.78571rem;
  }
}

/* line 425, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.h1-sub-title {
  margin-top: 0.8em;
  font-size: 16px;
  color: #545454;
}
@media screen and (max-width: 980px) {
  /* line 425, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .h1-sub-title {
    font-size: 16px;
    font-size: 1.14286rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 425, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .h1-sub-title {
    /*line-height: 1.5em;*/
    margin-top: 1em;
    font-size: 24px;
    font-size: 0.85714rem;
  }
}

/*
============================
FOOTER
============================
*/
/* line 446, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-sitemap {
  border-top: 1px solid #005bac;
  padding: 30px 0;
  zoom: 1;
}
/* line 269, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
.footer-sitemap:before, .footer-sitemap:after {
  content: "";
  display: table;
}
/* line 274, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
.footer-sitemap:after {
  clear: both;
}
@media screen and (max-width: 980px) {
  /* line 446, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .footer-sitemap {
    margin: 0 0.5em;
  }
}
/* line 453, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-sitemap ul {
  float: left;
}
/* line 456, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-sitemap ul li a, .footer-sitemap ul li .btn {
  padding-left: 1em;
  background-image: url(/assets/pc/list_dot-2e0986e3522364655175cbb8c88d436a7f8a4a870dd725290861c76840914950.png);
  background-repeat: no-repeat;
  background-position: 0% 50%;
  text-decoration: underline;
  cursor: pointer;
  color: #005bac;
  /*line-height: 1.5em;*/
  font-size: 14px;
}
@media screen and (max-width: 980px) {
  /* line 456, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .footer-sitemap ul li a, .footer-sitemap ul li .btn {
    font-size: 14px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 456, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .footer-sitemap ul li a, .footer-sitemap ul li .btn {
    font-size: 28px;
    font-size: 1rem;
  }
}

/* line 477, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-sitemap ul + ul {
  margin-left: 17%;
}
@media screen and (max-width: 980px) {
  /* line 477, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .footer-sitemap ul + ul {
    margin-left: 16%;
  }
}

/* line 484, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-bottom {
  background-color: #eeeeee;
    /*
	padding: 5px 0;
	@include mq {
        padding: 5px 0.5em;
    }
    @include mq(small) {
        padding: 5px 1em;
    }
    .column {
        @include cf;
        .footer-bottom-logo {
            float: left;
            padding: 0.6em 0;
            @include mq(small) {
                width: 35%;
                padding: 0.3em 0;
            }
        }
        .footer-bottom-dhc {
            float: right;
            @include mq(small) {
                width: 19%;
            }
        }
    }*/
}
/* line 511, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-bottom .column {
  display: table;
  table-layout: fixed;
  width: 100%;
}
/* line 515, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-bottom .column a, .footer-bottom .column .btn {
  display: table-cell;
  vertical-align: middle;
  padding: 0.5em;
  text-align: right;
}
/* line 520, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-bottom .column a:first-child, .footer-bottom .column .btn:first-child {
  text-align: left;
}
/* line 521, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-bottom .column a img, .footer-bottom .column .btn img {
  height: 2em;
  width: auto;
}

/*------------
モーダル
--------------*/
/* モーダル コンテンツエリア */
/* line 535, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-main {
  display: none;
  width: 500px;
  padding: 40px;
  margin: 0;
  border-radius: 20px;
  background-color: #ffffff;
  position: fixed;
  z-index: 100;
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  /* line 535, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-main {
    font-size: 16px;
    font-size: 1.14286rem;
    width: 60%;
  }
}
@media screen and (max-width: 750px) {
  /* line 535, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-main {
    font-size: 28px;
    font-size: 1rem;
    width: 90%;
    padding: 2.5em 1em 2em;
  }
}
/* line 554, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-main h2 {
  text-align: center;
  color: #005bac;
  font-size: 28px;
}
@media screen and (max-width: 980px) {
  /* line 554, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-main h2 {
    font-size: 28px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 554, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-main h2 {
    font-size: 40px;
    font-size: 1.42857rem;
    margin-top: 0;
  }
}
/* line 566, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-main p {
  margin: 1.2em 0 2em;
}
/* line 572, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-main #modal-close {
  width: 150px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  /* line 572, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-main #modal-close {
    width: 25%;
  }
}
@media screen and (max-width: 750px) {
  /* line 572, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-main #modal-close {
    width: 50%;
  }
}

/* line 583, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-sub {
  display: none;
  width: 500px;
  padding: 40px;
  margin: 0;
  border-radius: 20px;
  background-color: #ffffff;
  position: fixed;
  z-index: 100;
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  /* line 583, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-sub {
    font-size: 16px;
    font-size: 1.14286rem;
    width: 60%;
  }
}
@media screen and (max-width: 750px) {
  /* line 583, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-sub {
    font-size: 28px;
    font-size: 1rem;
    width: 90%;
    padding: 2.5em 1em 2em;
  }
}
/* line 602, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-sub h2 {
  text-align: center;
  color: #005bac;
  font-size: 28px;
}
@media screen and (max-width: 980px) {
  /* line 602, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-sub h2 {
    font-size: 28px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 602, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-sub h2 {
    font-size: 40px;
    font-size: 1.42857rem;
    margin-top: 0;
  }
}
/* line 614, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-sub p {
  margin: 1.2em 0 2em;
}
/* line 620, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-sub #modal-close {
  width: 150px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  /* line 620, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-sub #modal-close {
    width: 25%;
  }
}
@media screen and (max-width: 750px) {
  /* line 620, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-sub #modal-close {
    width: 50%;
  }
}

/* モーダル 背景エリア */
/* line 634, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-bg {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
@media screen and (max-width: 750px) {
  /* line 634, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-bg {
    padding: 0 30px;
  }
}

/*
====================
common
====================
*/
/* line 20, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
body.walking, body.walking_avatars {
  /*
  ============================
  マップ
  ============================
  */
  /*
  ============================
  アバター
  ============================
  */
}
/* line 22, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
body.walking .main-h1, body.walking_avatars .main-h1 {
  background-color: #f0fdce;
}
/* line 26, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
body.walking .h1-icon, body.walking_avatars .h1-icon {
  background-image: url(/assets/base/walking_icon_h1-f1728f658ea307699d32816a6f0e71688b3e2fbe8f6d4f8159c12ec69c70c293.png);
}
/* line 30, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
body.walking .h1-main-title, body.walking_avatars .h1-main-title {
  color: #90bd20;
}
/* line 34, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
body.walking .btn, body.walking_avatars .btn {
  background: #90bd20;
}
/* line 41, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
body.walking .stage, body.walking_avatars .stage {
  position: relative;
}
/* line 42, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
body.walking .map_road, body.walking_avatars .map_road {
  position: absolute;
  left: 0;
  top: 0;
}
/* line 43, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
body.walking .map_status, body.walking_avatars .map_status {
  position: absolute;
  z-index: 1;
  width: 10%;
}
/* line 44, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
body.walking .map_status span, body.walking_avatars .map_status span {
  display: block;
  text-align: right;
  line-height: 1.9;
  color: #e6414d;
  font-weight: bold;
  font-size: 40px;
}
@media screen and (max-width: 980px) {
  /* line 44, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
  body.walking .map_status span, body.walking_avatars .map_status span {
    font-size: 4vw;
  }
}
/* line 55, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
body.walking .map_avatar, body.walking_avatars .map_avatar {
  width: 8%;
  height: auto;
  position: absolute;
}
/* line 57, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
body.walking .map_avatar.right, body.walking_avatars .map_avatar.right {
  transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  filter: FlipH();
  -ms-filter: FlipH();
}
/* line 65, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
body.walking .avatars_list, body.walking_avatars .avatars_list {
  display: table;
  table-layout: fixed;
  margin: 1em auto;
}
/* line 70, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
body.walking .avatars_list li, body.walking_avatars .avatars_list li {
  display: table-cell;
  text-align: center;
}
/* line 72, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
body.walking .avatars_list li label, body.walking_avatars .avatars_list li label {
  display: block;
}
/* line 73, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
body.walking .avatars_list li label img, body.walking_avatars .avatars_list li label img {
  width: auto;
  display: block;
  margin: 0.5em;
}
/* line 74, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
body.walking .avatars_list li input:checked + img, body.walking_avatars .avatars_list li input:checked + img {
  outline: 2px solid #ef7e33;
}

 /*
============================
みやき座標
============================
*/
/* line 84, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
body#miyaki.walking .map_status {
  bottom: 5.4%;
  left: 12%;
}

   /*
============================
みやき座標
============================
*/
/* line 90, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
body#sakai.walking .map_status {
  top: 3%;
  right: 9%;
}

/*
============================
ランキング
============================
*/
/* line 97, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
h3 {
  margin-bottom: 0.5em;
  font-weight: bold;
}
/* line 99, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
h3 strong {
  display: inline-block;
}

/* line 101, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
.ranking {
  margin-bottom: 1em;
  display: table;
  width: 100%;
}
/* line 105, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
.ranking dt:before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  display: block;
  float: left;
  margin-right: 0.3em;
  background: url(/assets/welpo/images/common/ranking1-55384e5266e8cdff5b968e5e9f653cefd7765c69e7ed63d24583003cdf1ef8a1.png) no-repeat right center;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  -ms-background-size: contain;
}
/* line 111, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
.ranking .ranking2 dt:before {
  background-image: url(/assets/welpo/images/common/ranking2-f8bccef63aee19ae6420fdf81397aebb901ea3e53afaf194428f1845a2b12cb4.png);
}
/* line 112, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
.ranking .ranking3 dt:before {
  background-image: url(/assets/welpo/images/common/ranking3-50889b64cdf4178ebf140ae3f0fd8eb9bb05c0708f34762a424037836c6cd1f0.png);
}
/* line 113, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
.ranking dd {
  color: #22abc8;
}
/* line 114, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
.ranking dd strong {
  font-size: 1.3em;
  font-weight: bold;
}
@media screen and (min-width: 749px) {
  /* line 101, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
  .ranking {
    table-layout: fixed;
  }
  /* line 118, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
  .ranking dl {
    display: table-cell;
  }
  /* line 119, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
  .ranking dd {
    display: inline-block;
  }
  /* line 120, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
  .ranking dd:first-of-type {
    margin-left: 2em;
  }
}
@media screen and (max-width: 750px) {
  /* line 124, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
  .ranking dl {
    display: table-row;
  }
  /* line 125, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
  .ranking dt, .ranking dd {
    display: table-cell;
    vertical-align: middle;
  }
  /* line 126, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
  .ranking dd {
    text-align: right;
  }
}

/*
============================
境町ランキング
============================
*/
@media screen and (min-width: 751px) {
  /* line 137, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
  .flex_column {
    display: flex;
    justify-content: center;
    margin: 1.5% 0%;
  }

  /* line 142, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
  .column_ranking_left {
    flex: 1.2;
    display: flex;
    margin-right: 3%;
    background-color: #eee;
    flex-direction: column;
    align-content: stretch;
    justify-content: center;
    align-items: center;
  }

  /* line 152, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
  h4 {
    display: inline;
    margin-bottom: 1%;
    margin-top: 2%;
    font-size: 1.1em;
  }

  /* line 159, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
  .ranking_user {
    width: 250px;
    max-width: 270px;
  }
}
@media screen and (max-width: 750px) {
  /* line 167, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
  .sakai_ranking1 div, .sakai_ranking2 div, .sakai_ranking3 div {
    display: inline-block;
  }

  /* line 170, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
  .column_ranking_left {
    flex: 1.2;
    display: flex;
    padding: 4%;
    margin: 3%;
    background-color: #eee;
    flex-direction: column;
    align-content: stretch;
    justify-content: center;
    align-items: center;
  }

  /* line 181, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
  .sakai_ranking {
    display: block;
    flex-direction: row;
    padding: 0 3% 3%;
    font-size: 1.0em;
  }

  /* line 187, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
  h4 {
    display: inline;
    margin-bottom: 1%;
    margin-top: 2%;
    font-size: 1.1em;
  }

  /* line 194, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
  .ranking_user {
    width: 200px;
    max-width: 220px;
  }
}
/* line 201, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
.column_ranking_left p span {
  display: block;
  margin: 0 auto;
  font-weight: bold;
  font-size: 1.0em;
}

/* line 207, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
.caution {
  display: inline;
  margin-bottom: 1%;
}

/* line 212, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
.column_ranking_left p {
  text-align: center;
}

/* line 216, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
.sakai_ranking {
  margin-bottom: 1em;
  width: 100%;
}
/* line 219, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
.sakai_ranking .sakai_ranking1 .ranking_user:before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  display: flex;
  float: left;
  margin-right: 0.3em;
  background: url(/assets/welpo/images/common/ranking1-55384e5266e8cdff5b968e5e9f653cefd7765c69e7ed63d24583003cdf1ef8a1.png) no-repeat right center;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  -ms-background-size: contain;
}
/* line 225, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
.sakai_ranking .sakai_ranking2 .ranking_user:before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  display: flex;
  float: left;
  margin-right: 0.3em;
  background: url(/assets/welpo/images/common/ranking2-f8bccef63aee19ae6420fdf81397aebb901ea3e53afaf194428f1845a2b12cb4.png) no-repeat right center;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  -ms-background-size: contain;
}
/* line 231, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
.sakai_ranking .sakai_ranking3 .ranking_user:before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  display: flex;
  float: left;
  margin-right: 0.3em;
  background: url(/assets/welpo/images/common/ranking3-50889b64cdf4178ebf140ae3f0fd8eb9bb05c0708f34762a424037836c6cd1f0.png) no-repeat right center;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  -ms-background-size: contain;
}
/* line 237, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
.sakai_ranking .ranking_distance_km {
  color: #22abc8;
}
/* line 239, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
.sakai_ranking .ranking_distance_km strong {
  font-size: 1.0em;
  font-weight: bold;
}
/* line 241, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
.sakai_ranking .ranking_distance_step {
  color: #22abc8;
}
/* line 243, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
.sakai_ranking .ranking_distance_step strong {
  font-size: 1.0em;
  font-weight: bold;
}
/* line 245, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
.sakai_ranking .bold {
  font-weight: bold;
}

/* line 250, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
.sakai_ranking1, .sakai_ranking2, .sakai_ranking3 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 1.0em;
  padding: 2% 0 1%;
}

/* line 258, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
.sakai_ranking1, .sakai_ranking2 {
  border-bottom: 1px solid #ccc;
}

/* line 262, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
.ranking_distance_step {
  padding-left: 6%;
  margin-left: auto;
}

/* line 267, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
.ranking_distance_km {
  margin-left: auto;
}

/* line 271, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
.column_ranking_left {
  min-width: 270px;
}

/* line 275, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
.ranking_range {
  font-weight: bold;
}

/*
============================
境町個人ランキング
============================
*/
/* line 284, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
.nick_name p {
  color: red;
  text-decoration: underline;
}
/* line 287, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
.nick_name p span {
  font-weight: bold;
}

/* line 292, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
.week_ranking {
  text-align: center;
  color: #22abc8;
}
/* line 295, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
.week_ranking h4, .week_ranking h5 {
  color: black;
}

/* line 300, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
.total_step {
  text-align: center;
  border-right-style: solid;
  border-right-color: #9ACD32;
  border-left-style: solid;
  border-left-color: #9ACD32;
  color: #22abc8;
}
/* line 307, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
.total_step h4 {
  color: black;
}

/* line 312, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
.total_kcal {
  text-align: center;
  color: #22abc8;
}
/* line 315, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
.total_kcal h4, .total_kcal h5 {
  color: black;
}

/* line 320, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
.arrow {
  width: 1.5em;
}

/* line 324, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
.arrow_stay {
  width: 2.5em;
}

@media screen and (min-width: 751px) {
  /* line 329, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
  .individual_rank {
    border: 4px solid #9ACD32;
    border-radius: 10px;
  }

  /* line 334, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
  .nick_name p {
    font-size: 1.3em;
  }
  /* line 336, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
  .nick_name p span {
    font-size: 1.3em;
  }

  /* line 341, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
  .week_ranking {
    padding: 1% 8% 1% 4%;
  }
  /* line 343, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
  .week_ranking h4 {
    font-size: 1.3em;
  }
  /* line 346, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
  .week_ranking h5 {
    font-size: 1.0em;
  }
  /* line 349, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
  .week_ranking p {
    font-size: 1.2em;
  }

  /* line 354, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
  .total_step {
    padding: 1% 8% 1% 8%;
  }
  /* line 356, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
  .total_step h4 {
    font-size: 1.3em;
  }
  /* line 359, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
  .total_step p {
    font-size: 1.2em;
  }

  /* line 364, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
  .total_kcal {
    padding: 1% 4% 1% 8%;
  }
  /* line 366, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
  .total_kcal h4 {
    font-size: 1.3em;
  }
  /* line 369, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
  .total_kcal h5 {
    font-size: 1.0em;
  }
  /* line 372, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
  .total_kcal p {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 750px) {
  /* line 379, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
  .nick_name p {
    font-size: 0.8em;
    margin-left: 1.2em;
  }
  /* line 382, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
  .nick_name p span {
    font-size: 1.2em;
  }

  /* line 387, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
  .individual_rank {
    display: flex;
    border: 3px solid #9ACD32;
    border-radius: 10px;
    margin: 3%;
    justify-content: space-evenly;
  }

  /* line 395, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
  .css-br {
    white-space: pre;
    display: block;
  }

  /* line 400, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
  .week_ranking {
    padding: 0.5% 3% 0.5% 3%;
  }
  /* line 402, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
  .week_ranking p {
    font-size: 0.85em;
  }
  /* line 405, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
  .week_ranking h4 {
    font-size: 0.95em;
  }
  /* line 408, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
  .week_ranking h5 {
    font-size: 0.65em;
  }

  /* line 413, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
  .total_step {
    padding: 0.5% 3% 0.5% 3%;
  }
  /* line 415, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
  .total_step p {
    font-size: 0.85em;
  }
  /* line 418, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
  .total_step h4 {
    font-size: 0.95em;
  }

  /* line 423, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
  .total_kcal {
    padding: 0.5% 3% 0.5% 3%;
  }
  /* line 425, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
  .total_kcal p {
    font-size: 0.85em;
  }
  /* line 428, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
  .total_kcal h4 {
    font-size: 0.95em;
  }
  /* line 431, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/walking.scss */
  .total_kcal h5 {
    font-size: 0.65em;
  }
}
@charset "UTF-8";
/*
====================
IMPORT
====================
*/
/*
====================
_VARIABLES.SCSS
====================
*/
/* ---------------------------
ボタンデフォルト
--------------------------- */
/* ---------------------------
transition
--------------------------- */
/* ---------------------------
transform
--------------------------- */
/* ---------------------------
flexまとめ
--------------------------- */
/* ---------------------------
クリアフィックス
--------------------------- */
/* ---------------------------
透明度
--------------------------- */
/* ---------------------------
グラデーション
--------------------------- */
/* ---------------------------
グラデーション
--------------------------- */
/* ---------------------------
フォームリセット
--------------------------- */
/*
==========================================
STYLE SCSS
==========================================
*/
/*
====================
IMPORT
====================
*/
/*
====================
_VARIABLES.SCSS
====================
*/
/* ---------------------------
ボタンデフォルト
--------------------------- */
/* ---------------------------
transition
--------------------------- */
/* ---------------------------
transform
--------------------------- */
/* ---------------------------
flexまとめ
--------------------------- */
/* ---------------------------
クリアフィックス
--------------------------- */
/* ---------------------------
透明度
--------------------------- */
/* ---------------------------
グラデーション
--------------------------- */
/* ---------------------------
グラデーション
--------------------------- */
/* ---------------------------
フォームリセット
--------------------------- */
/*
====================
BASS
====================
*/
/* line 26, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
html {
  overflow-y: auto;
  height: 100%;
}

/* line 31, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
body {
  background-color: #ffffff;
  overflow-x: hidden;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Avenir Next", Verdana, "游ゴシック", "Yu Gothic", Osaka, sans-serif;
  color: #545454;
  overflow: hidden;
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  /* line 31, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  body {
    font-size: 16px;
    font-size: 1.14286rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 31, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  body {
    font-size: 28px;
    font-size: 1rem;
  }
}

/* line 46, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
body * {
  box-sizing: border-box;
  line-height: 1.5;
}

@media only screen and (max-width: 980px) {
  /* line 52, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  html,
  body {
    font-size: 1.42857143vw !important;
  }
}
@media only screen and (max-width: 750px) {
  /* line 60, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  html,
  body {
    font-size: 3.733333333vw !important;
  }
}
@media screen and (max-width: 750px) {
  /* line 67, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  *[class*="pc"] {
    display: none !important;
  }
}

/* line 73, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
*[class*="sp"] {
  display: none;
}
@media screen and (max-width: 750px) {
  /* line 73, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  *[class*="sp"] {
    display: block;
  }
}

/* line 80, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
a, .btn {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden !important;
  backface-visibility: hidden !important;
  opacity: 1;
  text-decoration: none;
  color: #251E1C;
}
/* line 89, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
a:hover, .btn:hover {
  opacity: 0.8;
}
/* line 92, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
a.underline, .underline.btn {
  text-decoration: underline;
}

/* line 97, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.btn {
  white-space: nowrap;
  display: block;
  text-align: center;
  padding: 0.5em 0.8em;
  border-radius: 12px;
  box-shadow: 3px 3px 0px rgba(200, 200, 200, 0.6);
  color: #ffffff;
  font-size: 18px;
}
@media screen and (max-width: 980px) {
  /* line 97, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .btn {
    font-size: 17px;
    font-size: 1.21429rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 97, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .btn {
    font-size: 23px;
    font-size: 0.82143rem;
    border-radius: 1em;
    padding: 1em;
  }
}
/* line 115, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.btn.orange {
  background-color: #ef7e33;
}
/* line 118, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.btn.blue {
  background-color: #005bac;
}
/* line 121, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.btn.lightblue {
  background-color: #1fa4c8;
}

/* line 126, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.btn.more {
  width: 15%;
  margin: 1.5em auto;
}
@media screen and (max-width: 750px) {
  /* line 126, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .btn.more {
    width: 30%;
  }
}

/* line 133, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.btn a, .btn .btn {
  color: #ffffff;
}

/* line 134, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
img {
  display: inline-block;
  width: 100%;
}

/* line 139, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
*[class*="icon"] {
  background-repeat: no-repeat;
  background-position: 50%;
}

/* line 144, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.icon.close {
  padding: 0.5em 1em;
  background-image: url(/assets/pc/icon-close-261edb1318073453a940c729f0f84f0cc2d07262edcdfd9e900a3df3c1b031fb.png);
  background-size: 62%;
  margin-right: 0.2em;
}

/* line 151, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.trim {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}
/* line 155, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.trim img {
  display: inline;
}

/* line 160, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.column {
  max-width: 980px;
  margin: 0 auto;
}

/*
====================
HEADER
====================
*/
/* line 176, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
header {
  z-index: 200;
  position: relative;
  padding: 10px 0.5em;
  background-color: #ffffff;
  border-bottom: 1px solid #999999;
}
@media screen and (max-width: 750px) {
  /* line 176, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  header {
    border-bottom: none;
  }
}
/* line 185, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
header .column {
  zoom: 1;
  position: relative;
}
/* line 269, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
header .column:before, header .column:after {
  content: "";
  display: table;
}
/* line 274, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
header .column:after {
  clear: both;
}

/* line 191, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.header-logo-1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0%;
  bottom: 0%;
  margin: auto;
  width: 27%;
}
@media screen and (max-width: 750px) {
  /* line 191, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .header-logo-1 {
    font-size: 28px;
    font-size: 1rem;
    width: 52%;
    margin: 0.5em auto;
  }
}

/* line 207, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-open,
.logout {
  display: inline-block;
  width: 7%;
}
@media screen and (max-width: 750px) {
  /* line 207, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .menu-open,
  .logout {
    max-width: 100px;
    width: 13.3333%;
  }
}

/* line 217, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-open {
  float: left;
  visibility: hidden;
}
@media screen and (max-width: 750px) {
  /* line 217, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .menu-open {
    visibility: visible;
  }
}

/* line 225, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.logout {
  float: right;
  max-width: 60px;
}

/* line 230, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide {
  width: 100%;
  z-index: 10;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  -moz-transform: translateY(-150%);
  -o-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
/* line 240, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide nav {
  padding: 2em 0 0;
  text-align: center;
}
/* line 243, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide nav a, .menu-slide nav .btn {
  display: inline-block;
  /*width: 25%;
  margin-bottom: 0.5em;*/
}
/* line 250, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide .menu-slide-sitemap p {
  padding: 1em;
  background-color: #005bac;
  color: #ffffff;
  font-size: 24px;
  font-size: 0.85714rem;
}
/* line 256, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide .menu-slide-sitemap .menu-slide-sitemap-list {
  zoom: 1;
  padding: 1em;
}
/* line 269, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
.menu-slide .menu-slide-sitemap .menu-slide-sitemap-list:before, .menu-slide .menu-slide-sitemap .menu-slide-sitemap-list:after {
  content: "";
  display: table;
}
/* line 274, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
.menu-slide .menu-slide-sitemap .menu-slide-sitemap-list:after {
  clear: both;
}
/* line 259, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide .menu-slide-sitemap .menu-slide-sitemap-list ul {
  width: 50%;
}
/* line 261, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide .menu-slide-sitemap .menu-slide-sitemap-list ul li a, .menu-slide .menu-slide-sitemap .menu-slide-sitemap-list ul li .btn {
  padding-left: 1em;
  background-image: url(/assets/pc/list_dot-2e0986e3522364655175cbb8c88d436a7f8a4a870dd725290861c76840914950.png);
  background-repeat: no-repeat;
  background-position: 0% 50%;
  text-decoration: underline;
  cursor: pointer;
  color: #005bac;
  /*line-height: 1.5em;*/
}
/* line 273, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide .menu-slide-sitemap #menu-close {
  margin: 0 auto 1.5em;
  width: 40%;
}

/*.menu-slide nav a+a {
    margin-left: 10%;
}*/
/* line 284, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide-sitemap-list ul:first-of-type {
  float: left;
}

/* line 288, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide-sitemap-list ul:last-of-type {
  float: right;
}

/* line 292, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide.open {
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

/*
============================
MAIN CONTENTS
============================
*/
/*.main-area {
    padding: 5px 0;
}*/
/* line 307, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
nav {
  /*padding: 20px 40px;
  @include mq(small) {
      padding: 30px;
  }
  a {
      display: inline-block;
      width: 12%;
      max-width: 100px;
      @include mq(small) {
          width: 20%;
          max-width: 140px;
      }
  }*/
  display: table;
  margin: 0 auto;
  table-layout: fixed;
}
/* line 325, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
nav a, nav .btn {
  display: table-cell;
  text-align: center;
  padding: 1.5em 1.8em;
}
@media screen and (max-width: 750px) {
  /* line 325, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  nav a, nav .btn {
    padding: 1em 0.5em;
  }
}

/*nav > a+ a {
    margin-left: 6%;
    @include mq {
        margin-left: 5%;
    }
}*/
/*.breadcrumb {
    margin: 1em 0;
    @include cf;
    @include mq {
        padding: 0 0.5em;
    }
    li {
        font-size: 14px;
        @include mq {
            @include fs-max980(14);
        }
        @include mq(small) {
            @include fs-max750(24);
        }
        float: left;
        a {
            color: $darkblue;
            text-decoration: underline;
        }
    }
}

.breadcrumb li + li {
    margin-left: 0.5em;
    padding-left: 1.5em;
    background-image: image-url('arrow_right_gray_thin.png');
    background-repeat: no-repeat;
    background-position: 0% 50%;
}*/
/* line 372, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.main-h1 {
  padding: 1em 0;
  margin-bottom: 1em;
}
/* line 376, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.main-h1 p {
  line-height: 1;
}
@media screen and (max-width: 980px) {
  /* line 372, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .main-h1 {
    padding: 1em 0.5em;
  }
}
@media screen and (max-width: 750px) {
  /* line 372, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .main-h1 {
    padding: 1em;
  }
  /* line 382, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .main-h1 p {
    line-height: 1.5;
  }
}
/* line 384, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.main-h1 .column {
  zoom: 1;
  position: relative;
}
/* line 269, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
.main-h1 .column:before, .main-h1 .column:after {
  content: "";
  display: table;
}
/* line 274, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
.main-h1 .column:after {
  clear: both;
}
/* line 387, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.main-h1 .column .btn {
  position: absolute;
  right: 0;
  top: 12%;
}
@media screen and (max-width: 750px) {
  /* line 387, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .main-h1 .column .btn {
    top: 9%;
  }
}

/* line 399, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.h1-icon {
  float: left;
  width: 4em;
  height: 4em;
  margin-right: 1em;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  /* line 399, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .h1-icon {
    width: 3em;
    height: 3.5em;
  }
}

/* line 411, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.h1-main-title {
  font-family: "ＭＳ ゴシック", sans-serif;
  font-weight: bold;
  font-size: 34px;
}
@media screen and (max-width: 980px) {
  /* line 411, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .h1-main-title {
    font-size: 34px;
    font-size: 2.42857rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 411, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .h1-main-title {
    margin-top: 0.4em;
    /*line-height: 1.2em;*/
    font-size: 50px;
    font-size: 1.78571rem;
  }
}

/* line 425, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.h1-sub-title {
  margin-top: 0.8em;
  font-size: 16px;
  color: #545454;
}
@media screen and (max-width: 980px) {
  /* line 425, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .h1-sub-title {
    font-size: 16px;
    font-size: 1.14286rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 425, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .h1-sub-title {
    /*line-height: 1.5em;*/
    margin-top: 1em;
    font-size: 24px;
    font-size: 0.85714rem;
  }
}

/*
============================
FOOTER
============================
*/
/* line 446, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-sitemap {
  border-top: 1px solid #005bac;
  padding: 30px 0;
  zoom: 1;
}
/* line 269, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
.footer-sitemap:before, .footer-sitemap:after {
  content: "";
  display: table;
}
/* line 274, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
.footer-sitemap:after {
  clear: both;
}
@media screen and (max-width: 980px) {
  /* line 446, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .footer-sitemap {
    margin: 0 0.5em;
  }
}
/* line 453, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-sitemap ul {
  float: left;
}
/* line 456, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-sitemap ul li a, .footer-sitemap ul li .btn {
  padding-left: 1em;
  background-image: url(/assets/pc/list_dot-2e0986e3522364655175cbb8c88d436a7f8a4a870dd725290861c76840914950.png);
  background-repeat: no-repeat;
  background-position: 0% 50%;
  text-decoration: underline;
  cursor: pointer;
  color: #005bac;
  /*line-height: 1.5em;*/
  font-size: 14px;
}
@media screen and (max-width: 980px) {
  /* line 456, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .footer-sitemap ul li a, .footer-sitemap ul li .btn {
    font-size: 14px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 456, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .footer-sitemap ul li a, .footer-sitemap ul li .btn {
    font-size: 28px;
    font-size: 1rem;
  }
}

/* line 477, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-sitemap ul + ul {
  margin-left: 17%;
}
@media screen and (max-width: 980px) {
  /* line 477, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .footer-sitemap ul + ul {
    margin-left: 16%;
  }
}

/* line 484, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-bottom {
  background-color: #eeeeee;
    /*
	padding: 5px 0;
	@include mq {
        padding: 5px 0.5em;
    }
    @include mq(small) {
        padding: 5px 1em;
    }
    .column {
        @include cf;
        .footer-bottom-logo {
            float: left;
            padding: 0.6em 0;
            @include mq(small) {
                width: 35%;
                padding: 0.3em 0;
            }
        }
        .footer-bottom-dhc {
            float: right;
            @include mq(small) {
                width: 19%;
            }
        }
    }*/
}
/* line 511, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-bottom .column {
  display: table;
  table-layout: fixed;
  width: 100%;
}
/* line 515, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-bottom .column a, .footer-bottom .column .btn {
  display: table-cell;
  vertical-align: middle;
  padding: 0.5em;
  text-align: right;
}
/* line 520, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-bottom .column a:first-child, .footer-bottom .column .btn:first-child {
  text-align: left;
}
/* line 521, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-bottom .column a img, .footer-bottom .column .btn img {
  height: 2em;
  width: auto;
}

/*------------
モーダル
--------------*/
/* モーダル コンテンツエリア */
/* line 535, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-main {
  display: none;
  width: 500px;
  padding: 40px;
  margin: 0;
  border-radius: 20px;
  background-color: #ffffff;
  position: fixed;
  z-index: 100;
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  /* line 535, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-main {
    font-size: 16px;
    font-size: 1.14286rem;
    width: 60%;
  }
}
@media screen and (max-width: 750px) {
  /* line 535, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-main {
    font-size: 28px;
    font-size: 1rem;
    width: 90%;
    padding: 2.5em 1em 2em;
  }
}
/* line 554, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-main h2 {
  text-align: center;
  color: #005bac;
  font-size: 28px;
}
@media screen and (max-width: 980px) {
  /* line 554, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-main h2 {
    font-size: 28px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 554, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-main h2 {
    font-size: 40px;
    font-size: 1.42857rem;
    margin-top: 0;
  }
}
/* line 566, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-main p {
  margin: 1.2em 0 2em;
}
/* line 572, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-main #modal-close {
  width: 150px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  /* line 572, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-main #modal-close {
    width: 25%;
  }
}
@media screen and (max-width: 750px) {
  /* line 572, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-main #modal-close {
    width: 50%;
  }
}

/* line 583, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-sub {
  display: none;
  width: 500px;
  padding: 40px;
  margin: 0;
  border-radius: 20px;
  background-color: #ffffff;
  position: fixed;
  z-index: 100;
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  /* line 583, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-sub {
    font-size: 16px;
    font-size: 1.14286rem;
    width: 60%;
  }
}
@media screen and (max-width: 750px) {
  /* line 583, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-sub {
    font-size: 28px;
    font-size: 1rem;
    width: 90%;
    padding: 2.5em 1em 2em;
  }
}
/* line 602, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-sub h2 {
  text-align: center;
  color: #005bac;
  font-size: 28px;
}
@media screen and (max-width: 980px) {
  /* line 602, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-sub h2 {
    font-size: 28px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 602, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-sub h2 {
    font-size: 40px;
    font-size: 1.42857rem;
    margin-top: 0;
  }
}
/* line 614, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-sub p {
  margin: 1.2em 0 2em;
}
/* line 620, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-sub #modal-close {
  width: 150px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  /* line 620, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-sub #modal-close {
    width: 25%;
  }
}
@media screen and (max-width: 750px) {
  /* line 620, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-sub #modal-close {
    width: 50%;
  }
}

/* モーダル 背景エリア */
/* line 634, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-bg {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
@media screen and (max-width: 750px) {
  /* line 634, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-bg {
    padding: 0 30px;
  }
}

/*
====================
common
====================
*/
/* line 20, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/setting.scss */
body.settings, body.registrations, body.entries {
 /*
============================
form_box
============================
*/
}
/* line 22, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/setting.scss */
body.settings .main-h1, body.registrations .main-h1, body.entries .main-h1 {
  background-color: #f7e8f0;
}
/* line 26, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/setting.scss */
body.settings .h1-icon, body.registrations .h1-icon, body.entries .h1-icon {
  background-image: url(/assets/base/setting_icon_h1-8f27da4ce16d67491a9a479d88c640d6745b97d6a25c244c429740cf2b418a23.png);
}
/* line 30, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/setting.scss */
body.settings .h1-main-title, body.registrations .h1-main-title, body.entries .h1-main-title {
  color: #d23889;
}
/* line 34, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/setting.scss */
body.settings .btn, body.registrations .btn, body.entries .btn {
  background: #d23889;
}
/* line 41, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/setting.scss */
body.settings section.form_frame, body.registrations section.form_frame, body.entries section.form_frame {
  background: #f7e8f0;
}
/* line 42, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/setting.scss */
body.settings .form_box dt, body.registrations .form_box dt, body.entries .form_box dt {
  color: #d23889;
}
/* line 45, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/setting.scss */
body.settings select, body.registrations select, body.entries select {
  border: 0.1em solid #ccc;
  -webkit-appearance: button;
  -moz-appearance: none;
  appearance: button;
  border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  /*line-height: 2;*/
  padding-right: 2em;
  background: #fff url(/assets/base/select_open-26ded18761a3cb81f26f4468300f504ae27c45155478f50ae9be0ea37df9ea28.png) no-repeat right center;
  background-size: 1.5em auto;
  -webkit-background-size: 1.5em auto;
  -moz-background-size: 1.5em auto;
  -o-background-size: 1.5em auto;
  -ms-background-size: 1.5em auto;
  min-width: 1em;
  max-width: 100%;
  overflow: hidden;
}

 /*
============================
退会
============================
*/
/* line 74, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/setting.scss */
body.withdrawal .form_box {
  margin: 0 auto;
}
@charset "UTF-8";
/*
====================
IMPORT
====================
*/
/*
====================
_VARIABLES.SCSS
====================
*/
/* ---------------------------
ボタンデフォルト
--------------------------- */
/* ---------------------------
transition
--------------------------- */
/* ---------------------------
transform
--------------------------- */
/* ---------------------------
flexまとめ
--------------------------- */
/* ---------------------------
クリアフィックス
--------------------------- */
/* ---------------------------
透明度
--------------------------- */
/* ---------------------------
グラデーション
--------------------------- */
/* ---------------------------
グラデーション
--------------------------- */
/* ---------------------------
フォームリセット
--------------------------- */
/*
==========================================
STYLE SCSS
==========================================
*/
/*
====================
IMPORT
====================
*/
/*
====================
_VARIABLES.SCSS
====================
*/
/* ---------------------------
ボタンデフォルト
--------------------------- */
/* ---------------------------
transition
--------------------------- */
/* ---------------------------
transform
--------------------------- */
/* ---------------------------
flexまとめ
--------------------------- */
/* ---------------------------
クリアフィックス
--------------------------- */
/* ---------------------------
透明度
--------------------------- */
/* ---------------------------
グラデーション
--------------------------- */
/* ---------------------------
グラデーション
--------------------------- */
/* ---------------------------
フォームリセット
--------------------------- */
/*
====================
BASS
====================
*/
/* line 26, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
html {
  overflow-y: auto;
  height: 100%;
}

/* line 31, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
body {
  background-color: #ffffff;
  overflow-x: hidden;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Avenir Next", Verdana, "游ゴシック", "Yu Gothic", Osaka, sans-serif;
  color: #545454;
  overflow: hidden;
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  /* line 31, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  body {
    font-size: 16px;
    font-size: 1.14286rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 31, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  body {
    font-size: 28px;
    font-size: 1rem;
  }
}

/* line 46, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
body * {
  box-sizing: border-box;
  line-height: 1.5;
}

@media only screen and (max-width: 980px) {
  /* line 52, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  html,
  body {
    font-size: 1.42857143vw !important;
  }
}
@media only screen and (max-width: 750px) {
  /* line 60, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  html,
  body {
    font-size: 3.733333333vw !important;
  }
}
@media screen and (max-width: 750px) {
  /* line 67, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  *[class*="pc"] {
    display: none !important;
  }
}

/* line 73, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
*[class*="sp"] {
  display: none;
}
@media screen and (max-width: 750px) {
  /* line 73, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  *[class*="sp"] {
    display: block;
  }
}

/* line 80, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
a, .btn {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden !important;
  backface-visibility: hidden !important;
  opacity: 1;
  text-decoration: none;
  color: #251E1C;
}
/* line 89, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
a:hover, .btn:hover {
  opacity: 0.8;
}
/* line 92, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
a.underline, .underline.btn {
  text-decoration: underline;
}

/* line 97, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.btn {
  white-space: nowrap;
  display: block;
  text-align: center;
  padding: 0.5em 0.8em;
  border-radius: 12px;
  box-shadow: 3px 3px 0px rgba(200, 200, 200, 0.6);
  color: #ffffff;
  font-size: 18px;
}
@media screen and (max-width: 980px) {
  /* line 97, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .btn {
    font-size: 17px;
    font-size: 1.21429rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 97, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .btn {
    font-size: 23px;
    font-size: 0.82143rem;
    border-radius: 1em;
    padding: 1em;
  }
}
/* line 115, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.btn.orange {
  background-color: #ef7e33;
}
/* line 118, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.btn.blue {
  background-color: #005bac;
}
/* line 121, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.btn.lightblue {
  background-color: #1fa4c8;
}

/* line 126, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.btn.more {
  width: 15%;
  margin: 1.5em auto;
}
@media screen and (max-width: 750px) {
  /* line 126, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .btn.more {
    width: 30%;
  }
}

/* line 133, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.btn a, .btn .btn {
  color: #ffffff;
}

/* line 134, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
img {
  display: inline-block;
  width: 100%;
}

/* line 139, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
*[class*="icon"] {
  background-repeat: no-repeat;
  background-position: 50%;
}

/* line 144, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.icon.close {
  padding: 0.5em 1em;
  background-image: url(/assets/pc/icon-close-261edb1318073453a940c729f0f84f0cc2d07262edcdfd9e900a3df3c1b031fb.png);
  background-size: 62%;
  margin-right: 0.2em;
}

/* line 151, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.trim {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}
/* line 155, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.trim img {
  display: inline;
}

/* line 160, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.column {
  max-width: 980px;
  margin: 0 auto;
}

/*
====================
HEADER
====================
*/
/* line 176, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
header {
  z-index: 200;
  position: relative;
  padding: 10px 0.5em;
  background-color: #ffffff;
  border-bottom: 1px solid #999999;
}
@media screen and (max-width: 750px) {
  /* line 176, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  header {
    border-bottom: none;
  }
}
/* line 185, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
header .column {
  zoom: 1;
  position: relative;
}
/* line 269, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
header .column:before, header .column:after {
  content: "";
  display: table;
}
/* line 274, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
header .column:after {
  clear: both;
}

/* line 191, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.header-logo-1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0%;
  bottom: 0%;
  margin: auto;
  width: 27%;
}
@media screen and (max-width: 750px) {
  /* line 191, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .header-logo-1 {
    font-size: 28px;
    font-size: 1rem;
    width: 52%;
    margin: 0.5em auto;
  }
}

/* line 207, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-open,
.logout {
  display: inline-block;
  width: 7%;
}
@media screen and (max-width: 750px) {
  /* line 207, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .menu-open,
  .logout {
    max-width: 100px;
    width: 13.3333%;
  }
}

/* line 217, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-open {
  float: left;
  visibility: hidden;
}
@media screen and (max-width: 750px) {
  /* line 217, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .menu-open {
    visibility: visible;
  }
}

/* line 225, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.logout {
  float: right;
  max-width: 60px;
}

/* line 230, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide {
  width: 100%;
  z-index: 10;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  -moz-transform: translateY(-150%);
  -o-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
/* line 240, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide nav {
  padding: 2em 0 0;
  text-align: center;
}
/* line 243, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide nav a, .menu-slide nav .btn {
  display: inline-block;
  /*width: 25%;
  margin-bottom: 0.5em;*/
}
/* line 250, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide .menu-slide-sitemap p {
  padding: 1em;
  background-color: #005bac;
  color: #ffffff;
  font-size: 24px;
  font-size: 0.85714rem;
}
/* line 256, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide .menu-slide-sitemap .menu-slide-sitemap-list {
  zoom: 1;
  padding: 1em;
}
/* line 269, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
.menu-slide .menu-slide-sitemap .menu-slide-sitemap-list:before, .menu-slide .menu-slide-sitemap .menu-slide-sitemap-list:after {
  content: "";
  display: table;
}
/* line 274, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
.menu-slide .menu-slide-sitemap .menu-slide-sitemap-list:after {
  clear: both;
}
/* line 259, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide .menu-slide-sitemap .menu-slide-sitemap-list ul {
  width: 50%;
}
/* line 261, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide .menu-slide-sitemap .menu-slide-sitemap-list ul li a, .menu-slide .menu-slide-sitemap .menu-slide-sitemap-list ul li .btn {
  padding-left: 1em;
  background-image: url(/assets/pc/list_dot-2e0986e3522364655175cbb8c88d436a7f8a4a870dd725290861c76840914950.png);
  background-repeat: no-repeat;
  background-position: 0% 50%;
  text-decoration: underline;
  cursor: pointer;
  color: #005bac;
  /*line-height: 1.5em;*/
}
/* line 273, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide .menu-slide-sitemap #menu-close {
  margin: 0 auto 1.5em;
  width: 40%;
}

/*.menu-slide nav a+a {
    margin-left: 10%;
}*/
/* line 284, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide-sitemap-list ul:first-of-type {
  float: left;
}

/* line 288, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide-sitemap-list ul:last-of-type {
  float: right;
}

/* line 292, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide.open {
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

/*
============================
MAIN CONTENTS
============================
*/
/*.main-area {
    padding: 5px 0;
}*/
/* line 307, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
nav {
  /*padding: 20px 40px;
  @include mq(small) {
      padding: 30px;
  }
  a {
      display: inline-block;
      width: 12%;
      max-width: 100px;
      @include mq(small) {
          width: 20%;
          max-width: 140px;
      }
  }*/
  display: table;
  margin: 0 auto;
  table-layout: fixed;
}
/* line 325, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
nav a, nav .btn {
  display: table-cell;
  text-align: center;
  padding: 1.5em 1.8em;
}
@media screen and (max-width: 750px) {
  /* line 325, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  nav a, nav .btn {
    padding: 1em 0.5em;
  }
}

/*nav > a+ a {
    margin-left: 6%;
    @include mq {
        margin-left: 5%;
    }
}*/
/*.breadcrumb {
    margin: 1em 0;
    @include cf;
    @include mq {
        padding: 0 0.5em;
    }
    li {
        font-size: 14px;
        @include mq {
            @include fs-max980(14);
        }
        @include mq(small) {
            @include fs-max750(24);
        }
        float: left;
        a {
            color: $darkblue;
            text-decoration: underline;
        }
    }
}

.breadcrumb li + li {
    margin-left: 0.5em;
    padding-left: 1.5em;
    background-image: image-url('arrow_right_gray_thin.png');
    background-repeat: no-repeat;
    background-position: 0% 50%;
}*/
/* line 372, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.main-h1 {
  padding: 1em 0;
  margin-bottom: 1em;
}
/* line 376, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.main-h1 p {
  line-height: 1;
}
@media screen and (max-width: 980px) {
  /* line 372, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .main-h1 {
    padding: 1em 0.5em;
  }
}
@media screen and (max-width: 750px) {
  /* line 372, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .main-h1 {
    padding: 1em;
  }
  /* line 382, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .main-h1 p {
    line-height: 1.5;
  }
}
/* line 384, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.main-h1 .column {
  zoom: 1;
  position: relative;
}
/* line 269, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
.main-h1 .column:before, .main-h1 .column:after {
  content: "";
  display: table;
}
/* line 274, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
.main-h1 .column:after {
  clear: both;
}
/* line 387, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.main-h1 .column .btn {
  position: absolute;
  right: 0;
  top: 12%;
}
@media screen and (max-width: 750px) {
  /* line 387, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .main-h1 .column .btn {
    top: 9%;
  }
}

/* line 399, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.h1-icon {
  float: left;
  width: 4em;
  height: 4em;
  margin-right: 1em;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  /* line 399, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .h1-icon {
    width: 3em;
    height: 3.5em;
  }
}

/* line 411, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.h1-main-title {
  font-family: "ＭＳ ゴシック", sans-serif;
  font-weight: bold;
  font-size: 34px;
}
@media screen and (max-width: 980px) {
  /* line 411, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .h1-main-title {
    font-size: 34px;
    font-size: 2.42857rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 411, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .h1-main-title {
    margin-top: 0.4em;
    /*line-height: 1.2em;*/
    font-size: 50px;
    font-size: 1.78571rem;
  }
}

/* line 425, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.h1-sub-title {
  margin-top: 0.8em;
  font-size: 16px;
  color: #545454;
}
@media screen and (max-width: 980px) {
  /* line 425, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .h1-sub-title {
    font-size: 16px;
    font-size: 1.14286rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 425, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .h1-sub-title {
    /*line-height: 1.5em;*/
    margin-top: 1em;
    font-size: 24px;
    font-size: 0.85714rem;
  }
}

/*
============================
FOOTER
============================
*/
/* line 446, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-sitemap {
  border-top: 1px solid #005bac;
  padding: 30px 0;
  zoom: 1;
}
/* line 269, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
.footer-sitemap:before, .footer-sitemap:after {
  content: "";
  display: table;
}
/* line 274, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
.footer-sitemap:after {
  clear: both;
}
@media screen and (max-width: 980px) {
  /* line 446, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .footer-sitemap {
    margin: 0 0.5em;
  }
}
/* line 453, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-sitemap ul {
  float: left;
}
/* line 456, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-sitemap ul li a, .footer-sitemap ul li .btn {
  padding-left: 1em;
  background-image: url(/assets/pc/list_dot-2e0986e3522364655175cbb8c88d436a7f8a4a870dd725290861c76840914950.png);
  background-repeat: no-repeat;
  background-position: 0% 50%;
  text-decoration: underline;
  cursor: pointer;
  color: #005bac;
  /*line-height: 1.5em;*/
  font-size: 14px;
}
@media screen and (max-width: 980px) {
  /* line 456, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .footer-sitemap ul li a, .footer-sitemap ul li .btn {
    font-size: 14px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 456, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .footer-sitemap ul li a, .footer-sitemap ul li .btn {
    font-size: 28px;
    font-size: 1rem;
  }
}

/* line 477, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-sitemap ul + ul {
  margin-left: 17%;
}
@media screen and (max-width: 980px) {
  /* line 477, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .footer-sitemap ul + ul {
    margin-left: 16%;
  }
}

/* line 484, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-bottom {
  background-color: #eeeeee;
    /*
	padding: 5px 0;
	@include mq {
        padding: 5px 0.5em;
    }
    @include mq(small) {
        padding: 5px 1em;
    }
    .column {
        @include cf;
        .footer-bottom-logo {
            float: left;
            padding: 0.6em 0;
            @include mq(small) {
                width: 35%;
                padding: 0.3em 0;
            }
        }
        .footer-bottom-dhc {
            float: right;
            @include mq(small) {
                width: 19%;
            }
        }
    }*/
}
/* line 511, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-bottom .column {
  display: table;
  table-layout: fixed;
  width: 100%;
}
/* line 515, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-bottom .column a, .footer-bottom .column .btn {
  display: table-cell;
  vertical-align: middle;
  padding: 0.5em;
  text-align: right;
}
/* line 520, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-bottom .column a:first-child, .footer-bottom .column .btn:first-child {
  text-align: left;
}
/* line 521, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-bottom .column a img, .footer-bottom .column .btn img {
  height: 2em;
  width: auto;
}

/*------------
モーダル
--------------*/
/* モーダル コンテンツエリア */
/* line 535, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-main {
  display: none;
  width: 500px;
  padding: 40px;
  margin: 0;
  border-radius: 20px;
  background-color: #ffffff;
  position: fixed;
  z-index: 100;
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  /* line 535, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-main {
    font-size: 16px;
    font-size: 1.14286rem;
    width: 60%;
  }
}
@media screen and (max-width: 750px) {
  /* line 535, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-main {
    font-size: 28px;
    font-size: 1rem;
    width: 90%;
    padding: 2.5em 1em 2em;
  }
}
/* line 554, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-main h2 {
  text-align: center;
  color: #005bac;
  font-size: 28px;
}
@media screen and (max-width: 980px) {
  /* line 554, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-main h2 {
    font-size: 28px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 554, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-main h2 {
    font-size: 40px;
    font-size: 1.42857rem;
    margin-top: 0;
  }
}
/* line 566, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-main p {
  margin: 1.2em 0 2em;
}
/* line 572, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-main #modal-close {
  width: 150px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  /* line 572, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-main #modal-close {
    width: 25%;
  }
}
@media screen and (max-width: 750px) {
  /* line 572, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-main #modal-close {
    width: 50%;
  }
}

/* line 583, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-sub {
  display: none;
  width: 500px;
  padding: 40px;
  margin: 0;
  border-radius: 20px;
  background-color: #ffffff;
  position: fixed;
  z-index: 100;
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  /* line 583, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-sub {
    font-size: 16px;
    font-size: 1.14286rem;
    width: 60%;
  }
}
@media screen and (max-width: 750px) {
  /* line 583, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-sub {
    font-size: 28px;
    font-size: 1rem;
    width: 90%;
    padding: 2.5em 1em 2em;
  }
}
/* line 602, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-sub h2 {
  text-align: center;
  color: #005bac;
  font-size: 28px;
}
@media screen and (max-width: 980px) {
  /* line 602, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-sub h2 {
    font-size: 28px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 602, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-sub h2 {
    font-size: 40px;
    font-size: 1.42857rem;
    margin-top: 0;
  }
}
/* line 614, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-sub p {
  margin: 1.2em 0 2em;
}
/* line 620, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-sub #modal-close {
  width: 150px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  /* line 620, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-sub #modal-close {
    width: 25%;
  }
}
@media screen and (max-width: 750px) {
  /* line 620, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-sub #modal-close {
    width: 50%;
  }
}

/* モーダル 背景エリア */
/* line 634, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-bg {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
@media screen and (max-width: 750px) {
  /* line 634, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-bg {
    padding: 0 30px;
  }
}

/*
====================
common
====================
*/
/* line 20, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
body.mileages, body.presents, body.exchanges {
  /*
  ============================
  mile
  ============================
  */
  /*------------
  グラフ
  --------------*/
  /*------------
  現在のマイルなど
  --------------*/
  /*------------
  マイレージ履歴
  --------------*/
}
/* line 22, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
body.mileages .main-h1, body.presents .main-h1, body.exchanges .main-h1 {
  background-color: #fbf6e9;
}
/* line 26, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
body.mileages .h1-icon, body.presents .h1-icon, body.exchanges .h1-icon {
  background-image: url(/assets/base/mile_icon_h1-86dcda78d8a6be6c4cc6bc13b64c99f06c194f28be9680ba266e6cb94c3b3b35.png);
}
/* line 30, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
body.mileages .h1-main-title, body.presents .h1-main-title, body.exchanges .h1-main-title {
  color: #ef7e33;
}
/* line 33, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
body.mileages .btn, body.presents .btn, body.exchanges .btn {
  background: #ef7e33;
}
/* line 34, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
body.mileages section.form_frame, body.presents section.form_frame, body.exchanges section.form_frame {
  background: #fbf6e9;
}
/* line 48, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
body.mileages .graph, body.presents .graph, body.exchanges .graph {
  max-height: 390px;
  height: 390px;
}
@media screen and (max-width: 980px) {
  /* line 48, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
  body.mileages .graph, body.presents .graph, body.exchanges .graph {
    margin: 0em 0.5em;
  }
}
@media screen and (max-width: 750px) {
  /* line 48, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
  body.mileages .graph, body.presents .graph, body.exchanges .graph {
    margin: 0em;
  }
}
/* line 64, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
body.mileages .row-wrap.result, body.presents .row-wrap.result, body.exchanges .row-wrap.result {
  display: table;
  margin: 2em auto 1em;
  border-collapse: separate;
  border-spacing: 1em 0;
  table-layout: fixed;
  zoom: 1;
}
/* line 269, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
body.mileages .row-wrap.result:before, body.mileages .row-wrap.result:after, body.presents .row-wrap.result:before, body.presents .row-wrap.result:after, body.exchanges .row-wrap.result:before, body.exchanges .row-wrap.result:after {
  content: "";
  display: table;
}
/* line 274, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
body.mileages .row-wrap.result:after, body.presents .row-wrap.result:after, body.exchanges .row-wrap.result:after {
  clear: both;
}
@media screen and (max-width: 750px) {
  /* line 64, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
  body.mileages .row-wrap.result, body.presents .row-wrap.result, body.exchanges .row-wrap.result {
    margin: 1em 0;
    width: 100%;
    border-spacing: 0.5em 0;
  }
}
/* line 76, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
body.mileages .row-wrap.result .left-wrap,
body.mileages .row-wrap.result .right-wrap, body.presents .row-wrap.result .left-wrap,
body.presents .row-wrap.result .right-wrap, body.exchanges .row-wrap.result .left-wrap,
body.exchanges .row-wrap.result .right-wrap {
  background: #f8f0da;
  display: table-cell;
  width: 50%;
  vertical-align: top;
  text-align: center;
  background-color: #f8f0da;
  border-radius: 20px;
  padding: 1.5em 2em;
}
@media screen and (max-width: 750px) {
  /* line 76, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
  body.mileages .row-wrap.result .left-wrap,
  body.mileages .row-wrap.result .right-wrap, body.presents .row-wrap.result .left-wrap,
  body.presents .row-wrap.result .right-wrap, body.exchanges .row-wrap.result .left-wrap,
  body.exchanges .row-wrap.result .right-wrap {
    padding: 0.5em;
  }
}
/* line 90, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
body.mileages .row-wrap.result .left-wrap .boxs .data-area,
body.mileages .row-wrap.result .right-wrap .boxs .data-area, body.presents .row-wrap.result .left-wrap .boxs .data-area,
body.presents .row-wrap.result .right-wrap .boxs .data-area, body.exchanges .row-wrap.result .left-wrap .boxs .data-area,
body.exchanges .row-wrap.result .right-wrap .boxs .data-area {
  color: #ef7e33;
}
/* line 92, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
body.mileages .row-wrap.result .left-wrap .boxs .data-area .text-l,
body.mileages .row-wrap.result .right-wrap .boxs .data-area .text-l, body.presents .row-wrap.result .left-wrap .boxs .data-area .text-l,
body.presents .row-wrap.result .right-wrap .boxs .data-area .text-l, body.exchanges .row-wrap.result .left-wrap .boxs .data-area .text-l,
body.exchanges .row-wrap.result .right-wrap .boxs .data-area .text-l {
  display: inline-block;
  margin-right: 0.2em;
  font-size: 50px;
}
@media screen and (max-width: 980px) {
  /* line 92, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
  body.mileages .row-wrap.result .left-wrap .boxs .data-area .text-l,
  body.mileages .row-wrap.result .right-wrap .boxs .data-area .text-l, body.presents .row-wrap.result .left-wrap .boxs .data-area .text-l,
  body.presents .row-wrap.result .right-wrap .boxs .data-area .text-l, body.exchanges .row-wrap.result .left-wrap .boxs .data-area .text-l,
  body.exchanges .row-wrap.result .right-wrap .boxs .data-area .text-l {
    font-size: 50px;
    font-size: 3.57143rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 92, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
  body.mileages .row-wrap.result .left-wrap .boxs .data-area .text-l,
  body.mileages .row-wrap.result .right-wrap .boxs .data-area .text-l, body.presents .row-wrap.result .left-wrap .boxs .data-area .text-l,
  body.presents .row-wrap.result .right-wrap .boxs .data-area .text-l, body.exchanges .row-wrap.result .left-wrap .boxs .data-area .text-l,
  body.exchanges .row-wrap.result .right-wrap .boxs .data-area .text-l {
    font-size: 70px;
    font-size: 2.5rem;
  }
}
/* line 104, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
body.mileages .row-wrap.result .left-wrap .boxs p,
body.mileages .row-wrap.result .right-wrap .boxs p, body.presents .row-wrap.result .left-wrap .boxs p,
body.presents .row-wrap.result .right-wrap .boxs p, body.exchanges .row-wrap.result .left-wrap .boxs p,
body.exchanges .row-wrap.result .right-wrap .boxs p {
  text-align: left;
  margin-top: 1em;
  padding: 0 2em;
  /*line-height: 1.5em;*/
  text-align: center;
}
@media screen and (max-width: 750px) {
  /* line 104, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
  body.mileages .row-wrap.result .left-wrap .boxs p,
  body.mileages .row-wrap.result .right-wrap .boxs p, body.presents .row-wrap.result .left-wrap .boxs p,
  body.presents .row-wrap.result .right-wrap .boxs p, body.exchanges .row-wrap.result .left-wrap .boxs p,
  body.exchanges .row-wrap.result .right-wrap .boxs p {
    padding: 0.5em !important;
    margin-top: 0em;
  }
}
/* line 114, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
body.mileages .row-wrap.result .left-wrap .boxs p em,
body.mileages .row-wrap.result .right-wrap .boxs p em, body.presents .row-wrap.result .left-wrap .boxs p em,
body.presents .row-wrap.result .right-wrap .boxs p em, body.exchanges .row-wrap.result .left-wrap .boxs p em,
body.exchanges .row-wrap.result .right-wrap .boxs p em {
  font-size: 20px;
}
@media screen and (max-width: 980px) {
  /* line 114, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
  body.mileages .row-wrap.result .left-wrap .boxs p em,
  body.mileages .row-wrap.result .right-wrap .boxs p em, body.presents .row-wrap.result .left-wrap .boxs p em,
  body.presents .row-wrap.result .right-wrap .boxs p em, body.exchanges .row-wrap.result .left-wrap .boxs p em,
  body.exchanges .row-wrap.result .right-wrap .boxs p em {
    font-size: 20px;
    font-size: 1.42857rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 114, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
  body.mileages .row-wrap.result .left-wrap .boxs p em,
  body.mileages .row-wrap.result .right-wrap .boxs p em, body.presents .row-wrap.result .left-wrap .boxs p em,
  body.presents .row-wrap.result .right-wrap .boxs p em, body.exchanges .row-wrap.result .left-wrap .boxs p em,
  body.exchanges .row-wrap.result .right-wrap .boxs p em {
    font-size: 32px;
    font-size: 1.14286rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 129, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
  body.mileages .row-wrap.result .left-wrap .box01 .box-h2, body.presents .row-wrap.result .left-wrap .box01 .box-h2, body.exchanges .row-wrap.result .left-wrap .box01 .box-h2 {
    margin-top: 0.5em;
  }
}
/* line 134, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
body.mileages .row-wrap.result .left-wrap .box01 .text-l, body.presents .row-wrap.result .left-wrap .box01 .text-l, body.exchanges .row-wrap.result .left-wrap .box01 .text-l {
  line-height: 1.2;
}
/* line 135, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
body.mileages .row-wrap.result .left-wrap .box01 .box01-h2-icon, body.presents .row-wrap.result .left-wrap .box01 .box01-h2-icon, body.exchanges .row-wrap.result .left-wrap .box01 .box01-h2-icon {
  background-image: url(/assets/sp/icon_mile-6f2eedb22a98bd774437f161d1b24274a605be3645fd4002b95c9b7d5df5a6fe.png);
}
@media screen and (max-width: 750px) {
  /* line 135, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
  body.mileages .row-wrap.result .left-wrap .box01 .box01-h2-icon, body.presents .row-wrap.result .left-wrap .box01 .box01-h2-icon, body.exchanges .row-wrap.result .left-wrap .box01 .box01-h2-icon {
    margin-top: 0.5em;
  }
}
/* line 145, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
body.mileages .row-wrap.result .right-wrap .box02 .box02-h2-icon, body.presents .row-wrap.result .right-wrap .box02 .box02-h2-icon, body.exchanges .row-wrap.result .right-wrap .box02 .box02-h2-icon {
  background-image: url(/assets/base/mile_icon_pen-43a5ed29bdb09f032257498455038b08a7513dee10e76abe1ba96d081a6a501a.png);
}
/* line 148, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
body.mileages .row-wrap.result .right-wrap .box02 .text-l, body.presents .row-wrap.result .right-wrap .box02 .text-l, body.exchanges .row-wrap.result .right-wrap .box02 .text-l {
  line-height: 1.7;
}
/* line 149, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
body.mileages .row-wrap.result .right-wrap .box02 p, body.presents .row-wrap.result .right-wrap .box02 p, body.exchanges .row-wrap.result .right-wrap .box02 p {
  padding: 0 1em;
}
/* line 156, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
body.mileages .btn_box, body.presents .btn_box, body.exchanges .btn_box {
  margin: 1em auto;
}
/* line 158, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
body.mileages .btn_box .btn, body.presents .btn_box .btn, body.exchanges .btn_box .btn {
  display: inline-block;
  margin: 0.5em;
  width: 10em;
  padding: 1em 0;
}
/* line 163, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
body.mileages .btn_box .btn.in-active, body.presents .btn_box .btn.in-active, body.exchanges .btn_box .btn.in-active {
  background-color: #b1b1b1;
  cursor: default;
}
/* line 168, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
body.mileages .btn_box .btn.in-active:hover, body.presents .btn_box .btn.in-active:hover, body.exchanges .btn_box .btn.in-active:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 174, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
body.mileages .box-h2, body.presents .box-h2, body.exchanges .box-h2 {
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  color: #ef7e33;
  font-size: 26px;
}
@media screen and (max-width: 980px) {
  /* line 174, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
  body.mileages .box-h2, body.presents .box-h2, body.exchanges .box-h2 {
    font-size: 26px;
    font-size: 1.85714rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 174, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
  body.mileages .box-h2, body.presents .box-h2, body.exchanges .box-h2 {
    font-size: 40px;
    font-size: 1.42857rem;
  }
}
/* line 186, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
body.mileages .box-h2 .text-s, body.presents .box-h2 .text-s, body.exchanges .box-h2 .text-s {
  background-image: none !important;
  padding: 0;
  font-size: 18px;
}
@media screen and (max-width: 980px) {
  /* line 186, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
  body.mileages .box-h2 .text-s, body.presents .box-h2 .text-s, body.exchanges .box-h2 .text-s {
    font-size: 18px;
    font-size: 1.28571rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 186, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
  body.mileages .box-h2 .text-s, body.presents .box-h2 .text-s, body.exchanges .box-h2 .text-s {
    font-size: 30px;
    font-size: 1.07143rem;
    white-space: nowrap;
  }
}
@media screen and (max-width: 750px) {
  /* line 201, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
  body.mileages .box01 .data-area, body.presents .box01 .data-area, body.exchanges .box01 .data-area {
    margin-top: 0.5em !important;
  }
}
/* line 209, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
body.mileages .box02 .box-h2.sp, body.presents .box02 .box-h2.sp, body.exchanges .box02 .box-h2.sp {
  display: none;
}
@media screen and (max-width: 750px) {
  /* line 209, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
  body.mileages .box02 .box-h2.sp, body.presents .box02 .box-h2.sp, body.exchanges .box02 .box-h2.sp {
    text-align: left;
    display: inline-block;
    width: 75%;
  }
}
/* line 219, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
body.mileages .box01-h2-icon,
body.mileages .box02-h2-icon, body.presents .box01-h2-icon,
body.presents .box02-h2-icon, body.exchanges .box01-h2-icon,
body.exchanges .box02-h2-icon {
  vertical-align: middle;
  display: inline-block;
  padding: 1.2em;
  background-repeat: no-repeat;
  background-position: 0% 47%;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  /* line 219, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
  body.mileages .box01-h2-icon,
  body.mileages .box02-h2-icon, body.presents .box01-h2-icon,
  body.presents .box02-h2-icon, body.exchanges .box01-h2-icon,
  body.exchanges .box02-h2-icon {
    padding: 1em;
  }
}
/* line 237, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
body.mileages #history, body.presents #history, body.exchanges #history {
  padding: 0 1em;
}
@media screen and (max-width: 750px) {
  /* line 237, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
  body.mileages #history, body.presents #history, body.exchanges #history {
    padding: 1.5em 1em 0;
  }
}
/* line 244, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
body.mileages .main-h2, body.presents .main-h2, body.exchanges .main-h2 {
  padding-bottom: 0.2em;
  margin-bottom: 1em;
  border-bottom: 1px solid #ef7e33;
  color: #ef7e33;
  font-size: 28px;
}
@media screen and (max-width: 980px) {
  /* line 244, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
  body.mileages .main-h2, body.presents .main-h2, body.exchanges .main-h2 {
    font-size: 28px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 244, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
  body.mileages .main-h2, body.presents .main-h2, body.exchanges .main-h2 {
    font-size: 35px;
    font-size: 1.25rem;
  }
}
/* line 258, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
body.mileages .note, body.presents .note, body.exchanges .note {
  margin-bottom: 0.5em;
}
/* line 262, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
body.mileages .hisotry-table, body.presents .hisotry-table, body.exchanges .hisotry-table {
  border: 1px solid #ef7e33;
  width: 100%;
}
/* line 265, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
body.mileages .hisotry-table tr, body.presents .hisotry-table tr, body.exchanges .hisotry-table tr {
  /*@include mq(small) {
      td:nth-of-type(2) {
          border-left: none;
      }
  }*/
  /*th:nth-of-type(2),
  td:nth-of-type(2) {
      @include mq(small) {
          display: none !important;
      }
  }*/
}
/* line 266, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
body.mileages .hisotry-table tr th,
body.mileages .hisotry-table tr td, body.presents .hisotry-table tr th,
body.presents .hisotry-table tr td, body.exchanges .hisotry-table tr th,
body.exchanges .hisotry-table tr td {
  padding: 0.5em 1em;
}
@media screen and (max-width: 750px) {
  /* line 266, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
  body.mileages .hisotry-table tr th,
  body.mileages .hisotry-table tr td, body.presents .hisotry-table tr th,
  body.presents .hisotry-table tr td, body.exchanges .hisotry-table tr th,
  body.exchanges .hisotry-table tr td {
    padding: 0.2em 0.5em;
  }
}
/* line 271, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
body.mileages .hisotry-table tr th, body.presents .hisotry-table tr th, body.exchanges .hisotry-table tr th {
  background-color: #ef7e33;
  color: #ffffff;
  font-size: 20px;
}
@media screen and (max-width: 980px) {
  /* line 271, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
  body.mileages .hisotry-table tr th, body.presents .hisotry-table tr th, body.exchanges .hisotry-table tr th {
    font-size: 20px;
    font-size: 1.42857rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 271, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
  body.mileages .hisotry-table tr th, body.presents .hisotry-table tr th, body.exchanges .hisotry-table tr th {
    font-size: 28px;
    font-size: 1rem;
  }
}
/* line 282, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
body.mileages .hisotry-table tr th + th, body.presents .hisotry-table tr th + th, body.exchanges .hisotry-table tr th + th {
  border-left: 1px solid #ffffff;
  white-space: nowrap;
}
/* line 286, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
body.mileages .hisotry-table tr td, body.presents .hisotry-table tr td, body.exchanges .hisotry-table tr td {
  line-height: 1.5em;
  border-bottom: 1px solid #ef7e33;
}
/* line 289, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
body.mileages .hisotry-table tr td span, body.presents .hisotry-table tr td span, body.exchanges .hisotry-table tr td span {
  line-height: 1.5em;
}
/* line 292, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
body.mileages .hisotry-table tr td .hisotry-table-contents-text-pc, body.presents .hisotry-table tr td .hisotry-table-contents-text-pc, body.exchanges .hisotry-table tr td .hisotry-table-contents-text-pc {
  display: inline-block;
  /*width: 15em;*/
}
/* line 296, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
body.mileages .hisotry-table tr td .hisotry-table-contents-gray, body.presents .hisotry-table tr td .hisotry-table-contents-gray, body.exchanges .hisotry-table tr td .hisotry-table-contents-gray {
  color: #b3b3b3;
}
@media screen and (max-width: 750px) {
  /* line 299, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
  body.mileages .hisotry-table tr td .hisotry-table-contents-number, body.presents .hisotry-table tr td .hisotry-table-contents-number, body.exchanges .hisotry-table tr td .hisotry-table-contents-number {
    display: block;
    font-size: 40px;
    font-size: 1.42857rem;
  }
}
/* line 305, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
body.mileages .hisotry-table tr td .maru-icon,
body.mileages .hisotry-table tr td .batu-icon, body.presents .hisotry-table tr td .maru-icon,
body.presents .hisotry-table tr td .batu-icon, body.exchanges .hisotry-table tr td .maru-icon,
body.exchanges .hisotry-table tr td .batu-icon {
  margin-left: 1em;
  display: inline-block;
  vertical-align: middle;
  width: 1.5em;
  height: 1.5em;
  background-size: contain;
}
/* line 314, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
body.mileages .hisotry-table tr td .maru-icon, body.presents .hisotry-table tr td .maru-icon, body.exchanges .hisotry-table tr td .maru-icon {
  background-image: url(/assets/base/mile_maru-497490e9c3cbec5dee3519469ee1cc81159e263ade0ab5b5cdf0945a4f303892.png);
}
/* line 317, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
body.mileages .hisotry-table tr td .batu-icon, body.presents .hisotry-table tr td .batu-icon, body.exchanges .hisotry-table tr td .batu-icon {
  background-image: url(/assets/base/mile_batu-f8165944710d711d9dc776ecf41272e825b093f28ffa46c93fcf80964efe3d34.png);
}
/* line 321, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
body.mileages .hisotry-table tr td + td, body.presents .hisotry-table tr td + td, body.exchanges .hisotry-table tr td + td {
  border-left: 1px solid #ef7e33;
}
@media screen and (max-width: 750px) {
  /* line 321, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
  body.mileages .hisotry-table tr td + td, body.presents .hisotry-table tr td + td, body.exchanges .hisotry-table tr td + td {
    white-space: nowrap;
  }
}
@media screen and (max-width: 750px) {
  /* line 336, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
  body.mileages .hisotry-table tr th:nth-of-type(3),
  body.mileages .hisotry-table tr td:nth-of-type(3),
  body.mileages .hisotry-table tr th:nth-of-type(4),
  body.mileages .hisotry-table tr td:nth-of-type(4), body.presents .hisotry-table tr th:nth-of-type(3),
  body.presents .hisotry-table tr td:nth-of-type(3),
  body.presents .hisotry-table tr th:nth-of-type(4),
  body.presents .hisotry-table tr td:nth-of-type(4), body.exchanges .hisotry-table tr th:nth-of-type(3),
  body.exchanges .hisotry-table tr td:nth-of-type(3),
  body.exchanges .hisotry-table tr th:nth-of-type(4),
  body.exchanges .hisotry-table tr td:nth-of-type(4) {
    text-align: center;
  }
}
/* line 344, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
body.mileages .hisotry-table tr .hisotry-table-contents-sp, body.presents .hisotry-table tr .hisotry-table-contents-sp, body.exchanges .hisotry-table tr .hisotry-table-contents-sp {
  font-weight: bold;
}
/* line 347, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
body.mileages .hisotry-table tr .table_mile,
body.mileages .hisotry-table tr .table_quantity, body.presents .hisotry-table tr .table_mile,
body.presents .hisotry-table tr .table_quantity, body.exchanges .hisotry-table tr .table_mile,
body.exchanges .hisotry-table tr .table_quantity {
  width: 15%;
  text-align: center;
}

/*
============================
present
============================
*/
/* line 360, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
body.presents section.form_frame .mile {
  position: absolute;
  left: 0;
  top: 0;
  width: 6em;
  text-align: center;
  background: #ef7e33;
  color: #ffffff;
}
/* line 361, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
body.presents section.form_frame .mile:after {
  content: "マイル";
}
/* line 363, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
body.presents section.form_frame dl {
  background: #ffffff;
  margin-bottom: 1em;
}
/* line 365, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
body.presents section.form_frame dt, body.presents section.form_frame dd {
  padding: 1em;
  position: relative;
}
/* line 366, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
body.presents section.form_frame dt {
  text-align: center;
}
/* line 367, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
body.presents section.form_frame dd {
  position: relative;
}
/* line 368, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
body.presents section.form_frame dd .spec {
  font-size: 0.88em;
  display: block !important;
}
/* line 369, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
body.presents section.form_frame dd .title {
  margin-right: 6em;
}
@media screen and (max-width: 750px) {
  /* line 371, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
  body.presents section.form_frame dt img {
    max-height: 10em;
    width: auto;
  }
}
@media screen and (min-width: 749px) {
  /* line 374, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
  body.presents section.form_frame dl {
    overflow: hidden;
  }
  /* line 375, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
  body.presents section.form_frame dt {
    float: left;
    width: 30%;
  }
  /* line 376, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
  body.presents section.form_frame dd {
    margin-left: 30%;
  }
  /* line 377, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
  body.presents section.form_frame dd .title {
    font-size: 1.3em;
  }
}
/* line 379, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
body.presents section.form_frame .tab_title {
  width: 7em;
  text-align: center;
  border: 0.1em solid #ccc;
  padding: 0.2em 0.5em;
  font-size: 0.8em;
  position: absolute;
  right: 1em;
  top: 1em;
}
/* line 380, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
body.presents section.form_frame .tab_title:after {
  color: #ef7e33;
}

/*
============================
exchanges
============================
*/
/* line 390, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
body.exchanges section.form_frame .form_box {
  margin: 0 auto;
}
/* line 392, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
body.exchanges section.form_frame .form_box dd {
  color: #ef7e33;
  font-size: 2em;
  text-align: right;
}
/* line 396, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
body.exchanges section.form_frame .form_box dd:after {
  content: "マイル";
  font-size: 0.5em;
}

/*
============================
mileages
============================
*/
@media screen and (max-width: 750px) {
  /* line 405, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/mileage.scss */
  body.mileages.index .table_item {
    display: none;
  }
}
@charset "UTF-8";
/*
====================
IMPORT
====================
*/
/*
====================
_VARIABLES.SCSS
====================
*/
/* ---------------------------
ボタンデフォルト
--------------------------- */
/* ---------------------------
transition
--------------------------- */
/* ---------------------------
transform
--------------------------- */
/* ---------------------------
flexまとめ
--------------------------- */
/* ---------------------------
クリアフィックス
--------------------------- */
/* ---------------------------
透明度
--------------------------- */
/* ---------------------------
グラデーション
--------------------------- */
/* ---------------------------
グラデーション
--------------------------- */
/* ---------------------------
フォームリセット
--------------------------- */
/*
==========================================
STYLE SCSS
==========================================
*/
/*
====================
IMPORT
====================
*/
/*
====================
_VARIABLES.SCSS
====================
*/
/* ---------------------------
ボタンデフォルト
--------------------------- */
/* ---------------------------
transition
--------------------------- */
/* ---------------------------
transform
--------------------------- */
/* ---------------------------
flexまとめ
--------------------------- */
/* ---------------------------
クリアフィックス
--------------------------- */
/* ---------------------------
透明度
--------------------------- */
/* ---------------------------
グラデーション
--------------------------- */
/* ---------------------------
グラデーション
--------------------------- */
/* ---------------------------
フォームリセット
--------------------------- */
/*
====================
BASS
====================
*/
/* line 26, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
html {
  overflow-y: auto;
  height: 100%;
}

/* line 31, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
body {
  background-color: #ffffff;
  overflow-x: hidden;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Avenir Next", Verdana, "游ゴシック", "Yu Gothic", Osaka, sans-serif;
  color: #545454;
  overflow: hidden;
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  /* line 31, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  body {
    font-size: 16px;
    font-size: 1.14286rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 31, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  body {
    font-size: 28px;
    font-size: 1rem;
  }
}

/* line 46, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
body * {
  box-sizing: border-box;
  line-height: 1.5;
}

@media only screen and (max-width: 980px) {
  /* line 52, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  html,
  body {
    font-size: 1.42857143vw !important;
  }
}
@media only screen and (max-width: 750px) {
  /* line 60, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  html,
  body {
    font-size: 3.733333333vw !important;
  }
}
@media screen and (max-width: 750px) {
  /* line 67, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  *[class*="pc"] {
    display: none !important;
  }
}

/* line 73, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
*[class*="sp"] {
  display: none;
}
@media screen and (max-width: 750px) {
  /* line 73, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  *[class*="sp"] {
    display: block;
  }
}

/* line 80, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
a, .btn {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden !important;
  backface-visibility: hidden !important;
  opacity: 1;
  text-decoration: none;
  color: #251E1C;
}
/* line 89, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
a:hover, .btn:hover {
  opacity: 0.8;
}
/* line 92, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
a.underline, .underline.btn {
  text-decoration: underline;
}

/* line 97, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.btn {
  white-space: nowrap;
  display: block;
  text-align: center;
  padding: 0.5em 0.8em;
  border-radius: 12px;
  box-shadow: 3px 3px 0px rgba(200, 200, 200, 0.6);
  color: #ffffff;
  font-size: 18px;
}
@media screen and (max-width: 980px) {
  /* line 97, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .btn {
    font-size: 17px;
    font-size: 1.21429rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 97, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .btn {
    font-size: 23px;
    font-size: 0.82143rem;
    border-radius: 1em;
    padding: 1em;
  }
}
/* line 115, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.btn.orange {
  background-color: #ef7e33;
}
/* line 118, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.btn.blue {
  background-color: #005bac;
}
/* line 121, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.btn.lightblue {
  background-color: #1fa4c8;
}

/* line 126, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.btn.more {
  width: 15%;
  margin: 1.5em auto;
}
@media screen and (max-width: 750px) {
  /* line 126, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .btn.more {
    width: 30%;
  }
}

/* line 133, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.btn a, .btn .btn {
  color: #ffffff;
}

/* line 134, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
img {
  display: inline-block;
  width: 100%;
}

/* line 139, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
*[class*="icon"] {
  background-repeat: no-repeat;
  background-position: 50%;
}

/* line 144, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.icon.close {
  padding: 0.5em 1em;
  background-image: url(/assets/pc/icon-close-261edb1318073453a940c729f0f84f0cc2d07262edcdfd9e900a3df3c1b031fb.png);
  background-size: 62%;
  margin-right: 0.2em;
}

/* line 151, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.trim {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}
/* line 155, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.trim img {
  display: inline;
}

/* line 160, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.column {
  max-width: 980px;
  margin: 0 auto;
}

/*
====================
HEADER
====================
*/
/* line 176, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
header {
  z-index: 200;
  position: relative;
  padding: 10px 0.5em;
  background-color: #ffffff;
  border-bottom: 1px solid #999999;
}
@media screen and (max-width: 750px) {
  /* line 176, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  header {
    border-bottom: none;
  }
}
/* line 185, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
header .column {
  zoom: 1;
  position: relative;
}
/* line 269, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
header .column:before, header .column:after {
  content: "";
  display: table;
}
/* line 274, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
header .column:after {
  clear: both;
}

/* line 191, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.header-logo-1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0%;
  bottom: 0%;
  margin: auto;
  width: 27%;
}
@media screen and (max-width: 750px) {
  /* line 191, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .header-logo-1 {
    font-size: 28px;
    font-size: 1rem;
    width: 52%;
    margin: 0.5em auto;
  }
}

/* line 207, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-open,
.logout {
  display: inline-block;
  width: 7%;
}
@media screen and (max-width: 750px) {
  /* line 207, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .menu-open,
  .logout {
    max-width: 100px;
    width: 13.3333%;
  }
}

/* line 217, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-open {
  float: left;
  visibility: hidden;
}
@media screen and (max-width: 750px) {
  /* line 217, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .menu-open {
    visibility: visible;
  }
}

/* line 225, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.logout {
  float: right;
  max-width: 60px;
}

/* line 230, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide {
  width: 100%;
  z-index: 10;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  -moz-transform: translateY(-150%);
  -o-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
/* line 240, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide nav {
  padding: 2em 0 0;
  text-align: center;
}
/* line 243, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide nav a, .menu-slide nav .btn {
  display: inline-block;
  /*width: 25%;
  margin-bottom: 0.5em;*/
}
/* line 250, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide .menu-slide-sitemap p {
  padding: 1em;
  background-color: #005bac;
  color: #ffffff;
  font-size: 24px;
  font-size: 0.85714rem;
}
/* line 256, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide .menu-slide-sitemap .menu-slide-sitemap-list {
  zoom: 1;
  padding: 1em;
}
/* line 269, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
.menu-slide .menu-slide-sitemap .menu-slide-sitemap-list:before, .menu-slide .menu-slide-sitemap .menu-slide-sitemap-list:after {
  content: "";
  display: table;
}
/* line 274, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
.menu-slide .menu-slide-sitemap .menu-slide-sitemap-list:after {
  clear: both;
}
/* line 259, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide .menu-slide-sitemap .menu-slide-sitemap-list ul {
  width: 50%;
}
/* line 261, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide .menu-slide-sitemap .menu-slide-sitemap-list ul li a, .menu-slide .menu-slide-sitemap .menu-slide-sitemap-list ul li .btn {
  padding-left: 1em;
  background-image: url(/assets/pc/list_dot-2e0986e3522364655175cbb8c88d436a7f8a4a870dd725290861c76840914950.png);
  background-repeat: no-repeat;
  background-position: 0% 50%;
  text-decoration: underline;
  cursor: pointer;
  color: #005bac;
  /*line-height: 1.5em;*/
}
/* line 273, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide .menu-slide-sitemap #menu-close {
  margin: 0 auto 1.5em;
  width: 40%;
}

/*.menu-slide nav a+a {
    margin-left: 10%;
}*/
/* line 284, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide-sitemap-list ul:first-of-type {
  float: left;
}

/* line 288, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide-sitemap-list ul:last-of-type {
  float: right;
}

/* line 292, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide.open {
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

/*
============================
MAIN CONTENTS
============================
*/
/*.main-area {
    padding: 5px 0;
}*/
/* line 307, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
nav {
  /*padding: 20px 40px;
  @include mq(small) {
      padding: 30px;
  }
  a {
      display: inline-block;
      width: 12%;
      max-width: 100px;
      @include mq(small) {
          width: 20%;
          max-width: 140px;
      }
  }*/
  display: table;
  margin: 0 auto;
  table-layout: fixed;
}
/* line 325, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
nav a, nav .btn {
  display: table-cell;
  text-align: center;
  padding: 1.5em 1.8em;
}
@media screen and (max-width: 750px) {
  /* line 325, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  nav a, nav .btn {
    padding: 1em 0.5em;
  }
}

/*nav > a+ a {
    margin-left: 6%;
    @include mq {
        margin-left: 5%;
    }
}*/
/*.breadcrumb {
    margin: 1em 0;
    @include cf;
    @include mq {
        padding: 0 0.5em;
    }
    li {
        font-size: 14px;
        @include mq {
            @include fs-max980(14);
        }
        @include mq(small) {
            @include fs-max750(24);
        }
        float: left;
        a {
            color: $darkblue;
            text-decoration: underline;
        }
    }
}

.breadcrumb li + li {
    margin-left: 0.5em;
    padding-left: 1.5em;
    background-image: image-url('arrow_right_gray_thin.png');
    background-repeat: no-repeat;
    background-position: 0% 50%;
}*/
/* line 372, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.main-h1 {
  padding: 1em 0;
  margin-bottom: 1em;
}
/* line 376, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.main-h1 p {
  line-height: 1;
}
@media screen and (max-width: 980px) {
  /* line 372, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .main-h1 {
    padding: 1em 0.5em;
  }
}
@media screen and (max-width: 750px) {
  /* line 372, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .main-h1 {
    padding: 1em;
  }
  /* line 382, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .main-h1 p {
    line-height: 1.5;
  }
}
/* line 384, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.main-h1 .column {
  zoom: 1;
  position: relative;
}
/* line 269, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
.main-h1 .column:before, .main-h1 .column:after {
  content: "";
  display: table;
}
/* line 274, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
.main-h1 .column:after {
  clear: both;
}
/* line 387, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.main-h1 .column .btn {
  position: absolute;
  right: 0;
  top: 12%;
}
@media screen and (max-width: 750px) {
  /* line 387, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .main-h1 .column .btn {
    top: 9%;
  }
}

/* line 399, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.h1-icon {
  float: left;
  width: 4em;
  height: 4em;
  margin-right: 1em;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  /* line 399, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .h1-icon {
    width: 3em;
    height: 3.5em;
  }
}

/* line 411, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.h1-main-title {
  font-family: "ＭＳ ゴシック", sans-serif;
  font-weight: bold;
  font-size: 34px;
}
@media screen and (max-width: 980px) {
  /* line 411, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .h1-main-title {
    font-size: 34px;
    font-size: 2.42857rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 411, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .h1-main-title {
    margin-top: 0.4em;
    /*line-height: 1.2em;*/
    font-size: 50px;
    font-size: 1.78571rem;
  }
}

/* line 425, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.h1-sub-title {
  margin-top: 0.8em;
  font-size: 16px;
  color: #545454;
}
@media screen and (max-width: 980px) {
  /* line 425, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .h1-sub-title {
    font-size: 16px;
    font-size: 1.14286rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 425, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .h1-sub-title {
    /*line-height: 1.5em;*/
    margin-top: 1em;
    font-size: 24px;
    font-size: 0.85714rem;
  }
}

/*
============================
FOOTER
============================
*/
/* line 446, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-sitemap {
  border-top: 1px solid #005bac;
  padding: 30px 0;
  zoom: 1;
}
/* line 269, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
.footer-sitemap:before, .footer-sitemap:after {
  content: "";
  display: table;
}
/* line 274, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
.footer-sitemap:after {
  clear: both;
}
@media screen and (max-width: 980px) {
  /* line 446, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .footer-sitemap {
    margin: 0 0.5em;
  }
}
/* line 453, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-sitemap ul {
  float: left;
}
/* line 456, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-sitemap ul li a, .footer-sitemap ul li .btn {
  padding-left: 1em;
  background-image: url(/assets/pc/list_dot-2e0986e3522364655175cbb8c88d436a7f8a4a870dd725290861c76840914950.png);
  background-repeat: no-repeat;
  background-position: 0% 50%;
  text-decoration: underline;
  cursor: pointer;
  color: #005bac;
  /*line-height: 1.5em;*/
  font-size: 14px;
}
@media screen and (max-width: 980px) {
  /* line 456, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .footer-sitemap ul li a, .footer-sitemap ul li .btn {
    font-size: 14px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 456, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .footer-sitemap ul li a, .footer-sitemap ul li .btn {
    font-size: 28px;
    font-size: 1rem;
  }
}

/* line 477, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-sitemap ul + ul {
  margin-left: 17%;
}
@media screen and (max-width: 980px) {
  /* line 477, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .footer-sitemap ul + ul {
    margin-left: 16%;
  }
}

/* line 484, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-bottom {
  background-color: #eeeeee;
    /*
	padding: 5px 0;
	@include mq {
        padding: 5px 0.5em;
    }
    @include mq(small) {
        padding: 5px 1em;
    }
    .column {
        @include cf;
        .footer-bottom-logo {
            float: left;
            padding: 0.6em 0;
            @include mq(small) {
                width: 35%;
                padding: 0.3em 0;
            }
        }
        .footer-bottom-dhc {
            float: right;
            @include mq(small) {
                width: 19%;
            }
        }
    }*/
}
/* line 511, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-bottom .column {
  display: table;
  table-layout: fixed;
  width: 100%;
}
/* line 515, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-bottom .column a, .footer-bottom .column .btn {
  display: table-cell;
  vertical-align: middle;
  padding: 0.5em;
  text-align: right;
}
/* line 520, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-bottom .column a:first-child, .footer-bottom .column .btn:first-child {
  text-align: left;
}
/* line 521, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-bottom .column a img, .footer-bottom .column .btn img {
  height: 2em;
  width: auto;
}

/*------------
モーダル
--------------*/
/* モーダル コンテンツエリア */
/* line 535, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-main {
  display: none;
  width: 500px;
  padding: 40px;
  margin: 0;
  border-radius: 20px;
  background-color: #ffffff;
  position: fixed;
  z-index: 100;
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  /* line 535, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-main {
    font-size: 16px;
    font-size: 1.14286rem;
    width: 60%;
  }
}
@media screen and (max-width: 750px) {
  /* line 535, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-main {
    font-size: 28px;
    font-size: 1rem;
    width: 90%;
    padding: 2.5em 1em 2em;
  }
}
/* line 554, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-main h2 {
  text-align: center;
  color: #005bac;
  font-size: 28px;
}
@media screen and (max-width: 980px) {
  /* line 554, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-main h2 {
    font-size: 28px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 554, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-main h2 {
    font-size: 40px;
    font-size: 1.42857rem;
    margin-top: 0;
  }
}
/* line 566, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-main p {
  margin: 1.2em 0 2em;
}
/* line 572, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-main #modal-close {
  width: 150px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  /* line 572, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-main #modal-close {
    width: 25%;
  }
}
@media screen and (max-width: 750px) {
  /* line 572, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-main #modal-close {
    width: 50%;
  }
}

/* line 583, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-sub {
  display: none;
  width: 500px;
  padding: 40px;
  margin: 0;
  border-radius: 20px;
  background-color: #ffffff;
  position: fixed;
  z-index: 100;
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  /* line 583, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-sub {
    font-size: 16px;
    font-size: 1.14286rem;
    width: 60%;
  }
}
@media screen and (max-width: 750px) {
  /* line 583, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-sub {
    font-size: 28px;
    font-size: 1rem;
    width: 90%;
    padding: 2.5em 1em 2em;
  }
}
/* line 602, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-sub h2 {
  text-align: center;
  color: #005bac;
  font-size: 28px;
}
@media screen and (max-width: 980px) {
  /* line 602, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-sub h2 {
    font-size: 28px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 602, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-sub h2 {
    font-size: 40px;
    font-size: 1.42857rem;
    margin-top: 0;
  }
}
/* line 614, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-sub p {
  margin: 1.2em 0 2em;
}
/* line 620, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-sub #modal-close {
  width: 150px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  /* line 620, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-sub #modal-close {
    width: 25%;
  }
}
@media screen and (max-width: 750px) {
  /* line 620, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-sub #modal-close {
    width: 50%;
  }
}

/* モーダル 背景エリア */
/* line 634, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-bg {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
@media screen and (max-width: 750px) {
  /* line 634, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-bg {
    padding: 0 30px;
  }
}

/*
====================
common
====================
*/
/* line 22, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/manual.scss */
body.body_manual .main-h1, body.body_terms .main-h1, body.body_policy .main-h1, body.inquiries .main-h1, body.body_faq .main-h1, body#dhc.body_index .main-h1 {
  background-color: #efddf1;
}
/* line 26, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/manual.scss */
body.body_manual .h1-icon, body.body_terms .h1-icon, body.body_policy .h1-icon, body.inquiries .h1-icon, body.body_faq .h1-icon, body#dhc.body_index .h1-icon {
  background-image: url(/assets/base/manual_icon_h1-156950a365b2a18b98dba26980c470efe9b2cb3d8d9e5dd471eceb4f1ee8e2be.png);
}
/* line 30, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/manual.scss */
body.body_manual .h1-main-title, body.body_terms .h1-main-title, body.body_policy .h1-main-title, body.inquiries .h1-main-title, body.body_faq .h1-main-title, body#dhc.body_index .h1-main-title {
  color: #8c4396;
}
/* line 34, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/manual.scss */
body.body_manual .btn, body.body_terms .btn, body.body_policy .btn, body.inquiries .btn, body.body_faq .btn, body#dhc.body_index .btn {
  background: #8c4396;
}
/* line 36, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/manual.scss */
body.body_manual section.form_frame, body.body_terms section.form_frame, body.body_policy section.form_frame, body.inquiries section.form_frame, body.body_faq section.form_frame, body#dhc.body_index section.form_frame {
  background: #efddf1;
}
/* line 37, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/manual.scss */
body.body_manual h2.title, body.body_terms h2.title, body.body_policy h2.title, body.inquiries h2.title, body.body_faq h2.title, body#dhc.body_index h2.title {
  color: #005bac;
  border-color: #005bac;
}
/* line 39, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/manual.scss */
body.body_manual .list_box li, body.body_terms .list_box li, body.body_policy .list_box li, body.inquiries .list_box li, body.body_faq .list_box li, body#dhc.body_index .list_box li {
  margin-bottom: 1em;
}
/* line 40, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/manual.scss */
body.body_manual .list_box li .date, body.body_terms .list_box li .date, body.body_policy .list_box li .date, body.inquiries .list_box li .date, body.body_faq .list_box li .date, body#dhc.body_index .list_box li .date {
  margin-bottom: 0.3em;
}

/* line 42, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/manual.scss */
body.inquiries .h1-icon {
  background-image: url(/assets/base/consultation_icon_h1-8ca7d9cf086f60c15bf6640cd41d729c51df0ddefa3f95f3cde6b558cacdced6.png);
}

/*
====================
使い方独自
====================
*/
/* line 52, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/manual.scss */
body.body_manual h2 img {
  width: 2em;
  height: 2em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.1em;
}
/* line 53, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/manual.scss */
body.body_manual .layout_table {
  border: 0.2em solid #ccc;
  background: #ffffff;
}
/* line 54, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/manual.scss */
body.body_manual .layout_table dt, body.body_manual .layout_table dd {
  padding: 0.5em 0.7em;
  border-top: 0.1em solid #ccc;
  display: block;
}
/* line 55, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/manual.scss */
body.body_manual .layout_table dt {
  background: #eeeeee;
}
@media screen and (min-width: 749px) {
  /* line 53, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/manual.scss */
  body.body_manual .layout_table {
    display: table;
    border-collapse: collapse;
  }
  /* line 59, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/manual.scss */
  body.body_manual .layout_table dl {
    display: table-row;
  }
  /* line 60, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/manual.scss */
  body.body_manual .layout_table dt, body.body_manual .layout_table dd {
    display: table-cell;
    vertical-align: middle;
  }
  /* line 61, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/manual.scss */
  body.body_manual .layout_table dt {
    white-space: nowrap;
    text-align: center;
  }
  /* line 62, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/manual.scss */
  body.body_manual .layout_table dd {
    border-left: 0.1em dotted #ccc;
  }
  /* line 63, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/manual.scss */
  body.body_manual .layout_table dd:last-child {
    white-space: nowrap;
  }
}
@media screen and (max-width: 750px) {
  /* line 66, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/manual.scss */
  body.body_manual .layout_table dd:last-child {
    border: none;
    text-align: right;
  }
}

/*
====================
お問い合わせ独自
====================
*/
/* line 77, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/manual.scss */
body.inquiries form p {
  margin: 1em 0.5em;
}

/*
====================
よくあるご質問独自
====================
*/
/* line 88, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/manual.scss */
body.body_faq h2 {
  background: url(/assets/base/manual_icon_h1-156950a365b2a18b98dba26980c470efe9b2cb3d8d9e5dd471eceb4f1ee8e2be.png) no-repeat left center;
  background-size: 1.6em auto;
  -webkit-background-size: 1.6em auto;
  -moz-background-size: 1.6em auto;
  -o-background-size: 1.6em auto;
  -ms-background-size: 1.6em auto;
  padding-left: 2em;
}
/* line 95, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/manual.scss */
body.body_faq blockquote {
  background: #efddf1;
}

/*
====================
境町 マニュアル追加対応
====================
*/
@media screen and (max-width: 750px) {
  /* line 105, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/manual.scss */
  #manual_pdf_link {
    margin-left: auto;
    width: 70%;
  }
  /* line 108, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/manual.scss */
  #manual_pdf_link a, #manual_pdf_link .btn {
    color: #005bac;
    text-align: center;
    text-decoration: underline;
    font-size: 0.8em;
  }
}
@media screen and (min-width: 751px) {
  /* line 118, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/manual.scss */
  #manual_pdf_link {
    margin-left: auto;
    width: 35%;
  }
  /* line 121, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/manual.scss */
  #manual_pdf_link a, #manual_pdf_link .btn {
    color: #005bac;
    text-align: center;
    text-decoration: underline;
    font-size: 1.0em;
  }
}
@charset "UTF-8";
/*
====================
IMPORT
====================
*/
/*
====================
_VARIABLES.SCSS
====================
*/
/* ---------------------------
ボタンデフォルト
--------------------------- */
/* ---------------------------
transition
--------------------------- */
/* ---------------------------
transform
--------------------------- */
/* ---------------------------
flexまとめ
--------------------------- */
/* ---------------------------
クリアフィックス
--------------------------- */
/* ---------------------------
透明度
--------------------------- */
/* ---------------------------
グラデーション
--------------------------- */
/* ---------------------------
グラデーション
--------------------------- */
/* ---------------------------
フォームリセット
--------------------------- */
/*
==========================================
STYLE SCSS
==========================================
*/
/*
====================
IMPORT
====================
*/
/*
====================
_VARIABLES.SCSS
====================
*/
/* ---------------------------
ボタンデフォルト
--------------------------- */
/* ---------------------------
transition
--------------------------- */
/* ---------------------------
transform
--------------------------- */
/* ---------------------------
flexまとめ
--------------------------- */
/* ---------------------------
クリアフィックス
--------------------------- */
/* ---------------------------
透明度
--------------------------- */
/* ---------------------------
グラデーション
--------------------------- */
/* ---------------------------
グラデーション
--------------------------- */
/* ---------------------------
フォームリセット
--------------------------- */
/*
====================
BASS
====================
*/
/* line 26, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
html {
  overflow-y: auto;
  height: 100%;
}

/* line 31, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
body {
  background-color: #ffffff;
  overflow-x: hidden;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Avenir Next", Verdana, "游ゴシック", "Yu Gothic", Osaka, sans-serif;
  color: #545454;
  overflow: hidden;
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  /* line 31, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  body {
    font-size: 16px;
    font-size: 1.14286rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 31, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  body {
    font-size: 28px;
    font-size: 1rem;
  }
}

/* line 46, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
body * {
  box-sizing: border-box;
  line-height: 1.5;
}

@media only screen and (max-width: 980px) {
  /* line 52, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  html,
  body {
    font-size: 1.42857143vw !important;
  }
}
@media only screen and (max-width: 750px) {
  /* line 60, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  html,
  body {
    font-size: 3.733333333vw !important;
  }
}
@media screen and (max-width: 750px) {
  /* line 67, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  *[class*="pc"] {
    display: none !important;
  }
}

/* line 73, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
*[class*="sp"] {
  display: none;
}
@media screen and (max-width: 750px) {
  /* line 73, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  *[class*="sp"] {
    display: block;
  }
}

/* line 80, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
a, .btn {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden !important;
  backface-visibility: hidden !important;
  opacity: 1;
  text-decoration: none;
  color: #251E1C;
}
/* line 89, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
a:hover, .btn:hover {
  opacity: 0.8;
}
/* line 92, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
a.underline, .underline.btn {
  text-decoration: underline;
}

/* line 97, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.btn {
  white-space: nowrap;
  display: block;
  text-align: center;
  padding: 0.5em 0.8em;
  border-radius: 12px;
  box-shadow: 3px 3px 0px rgba(200, 200, 200, 0.6);
  color: #ffffff;
  font-size: 18px;
}
@media screen and (max-width: 980px) {
  /* line 97, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .btn {
    font-size: 17px;
    font-size: 1.21429rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 97, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .btn {
    font-size: 23px;
    font-size: 0.82143rem;
    border-radius: 1em;
    padding: 1em;
  }
}
/* line 115, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.btn.orange {
  background-color: #ef7e33;
}
/* line 118, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.btn.blue {
  background-color: #005bac;
}
/* line 121, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.btn.lightblue {
  background-color: #1fa4c8;
}

/* line 126, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.btn.more {
  width: 15%;
  margin: 1.5em auto;
}
@media screen and (max-width: 750px) {
  /* line 126, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .btn.more {
    width: 30%;
  }
}

/* line 133, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.btn a, .btn .btn {
  color: #ffffff;
}

/* line 134, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
img {
  display: inline-block;
  width: 100%;
}

/* line 139, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
*[class*="icon"] {
  background-repeat: no-repeat;
  background-position: 50%;
}

/* line 144, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.icon.close {
  padding: 0.5em 1em;
  background-image: url(/assets/pc/icon-close-261edb1318073453a940c729f0f84f0cc2d07262edcdfd9e900a3df3c1b031fb.png);
  background-size: 62%;
  margin-right: 0.2em;
}

/* line 151, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.trim {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}
/* line 155, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.trim img {
  display: inline;
}

/* line 160, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.column {
  max-width: 980px;
  margin: 0 auto;
}

/*
====================
HEADER
====================
*/
/* line 176, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
header {
  z-index: 200;
  position: relative;
  padding: 10px 0.5em;
  background-color: #ffffff;
  border-bottom: 1px solid #999999;
}
@media screen and (max-width: 750px) {
  /* line 176, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  header {
    border-bottom: none;
  }
}
/* line 185, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
header .column {
  zoom: 1;
  position: relative;
}
/* line 269, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
header .column:before, header .column:after {
  content: "";
  display: table;
}
/* line 274, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
header .column:after {
  clear: both;
}

/* line 191, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.header-logo-1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0%;
  bottom: 0%;
  margin: auto;
  width: 27%;
}
@media screen and (max-width: 750px) {
  /* line 191, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .header-logo-1 {
    font-size: 28px;
    font-size: 1rem;
    width: 52%;
    margin: 0.5em auto;
  }
}

/* line 207, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-open,
.logout {
  display: inline-block;
  width: 7%;
}
@media screen and (max-width: 750px) {
  /* line 207, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .menu-open,
  .logout {
    max-width: 100px;
    width: 13.3333%;
  }
}

/* line 217, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-open {
  float: left;
  visibility: hidden;
}
@media screen and (max-width: 750px) {
  /* line 217, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .menu-open {
    visibility: visible;
  }
}

/* line 225, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.logout {
  float: right;
  max-width: 60px;
}

/* line 230, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide {
  width: 100%;
  z-index: 10;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  -moz-transform: translateY(-150%);
  -o-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
/* line 240, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide nav {
  padding: 2em 0 0;
  text-align: center;
}
/* line 243, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide nav a, .menu-slide nav .btn {
  display: inline-block;
  /*width: 25%;
  margin-bottom: 0.5em;*/
}
/* line 250, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide .menu-slide-sitemap p {
  padding: 1em;
  background-color: #005bac;
  color: #ffffff;
  font-size: 24px;
  font-size: 0.85714rem;
}
/* line 256, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide .menu-slide-sitemap .menu-slide-sitemap-list {
  zoom: 1;
  padding: 1em;
}
/* line 269, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
.menu-slide .menu-slide-sitemap .menu-slide-sitemap-list:before, .menu-slide .menu-slide-sitemap .menu-slide-sitemap-list:after {
  content: "";
  display: table;
}
/* line 274, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
.menu-slide .menu-slide-sitemap .menu-slide-sitemap-list:after {
  clear: both;
}
/* line 259, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide .menu-slide-sitemap .menu-slide-sitemap-list ul {
  width: 50%;
}
/* line 261, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide .menu-slide-sitemap .menu-slide-sitemap-list ul li a, .menu-slide .menu-slide-sitemap .menu-slide-sitemap-list ul li .btn {
  padding-left: 1em;
  background-image: url(/assets/pc/list_dot-2e0986e3522364655175cbb8c88d436a7f8a4a870dd725290861c76840914950.png);
  background-repeat: no-repeat;
  background-position: 0% 50%;
  text-decoration: underline;
  cursor: pointer;
  color: #005bac;
  /*line-height: 1.5em;*/
}
/* line 273, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide .menu-slide-sitemap #menu-close {
  margin: 0 auto 1.5em;
  width: 40%;
}

/*.menu-slide nav a+a {
    margin-left: 10%;
}*/
/* line 284, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide-sitemap-list ul:first-of-type {
  float: left;
}

/* line 288, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide-sitemap-list ul:last-of-type {
  float: right;
}

/* line 292, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.menu-slide.open {
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

/*
============================
MAIN CONTENTS
============================
*/
/*.main-area {
    padding: 5px 0;
}*/
/* line 307, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
nav {
  /*padding: 20px 40px;
  @include mq(small) {
      padding: 30px;
  }
  a {
      display: inline-block;
      width: 12%;
      max-width: 100px;
      @include mq(small) {
          width: 20%;
          max-width: 140px;
      }
  }*/
  display: table;
  margin: 0 auto;
  table-layout: fixed;
}
/* line 325, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
nav a, nav .btn {
  display: table-cell;
  text-align: center;
  padding: 1.5em 1.8em;
}
@media screen and (max-width: 750px) {
  /* line 325, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  nav a, nav .btn {
    padding: 1em 0.5em;
  }
}

/*nav > a+ a {
    margin-left: 6%;
    @include mq {
        margin-left: 5%;
    }
}*/
/*.breadcrumb {
    margin: 1em 0;
    @include cf;
    @include mq {
        padding: 0 0.5em;
    }
    li {
        font-size: 14px;
        @include mq {
            @include fs-max980(14);
        }
        @include mq(small) {
            @include fs-max750(24);
        }
        float: left;
        a {
            color: $darkblue;
            text-decoration: underline;
        }
    }
}

.breadcrumb li + li {
    margin-left: 0.5em;
    padding-left: 1.5em;
    background-image: image-url('arrow_right_gray_thin.png');
    background-repeat: no-repeat;
    background-position: 0% 50%;
}*/
/* line 372, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.main-h1 {
  padding: 1em 0;
  margin-bottom: 1em;
}
/* line 376, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.main-h1 p {
  line-height: 1;
}
@media screen and (max-width: 980px) {
  /* line 372, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .main-h1 {
    padding: 1em 0.5em;
  }
}
@media screen and (max-width: 750px) {
  /* line 372, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .main-h1 {
    padding: 1em;
  }
  /* line 382, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .main-h1 p {
    line-height: 1.5;
  }
}
/* line 384, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.main-h1 .column {
  zoom: 1;
  position: relative;
}
/* line 269, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
.main-h1 .column:before, .main-h1 .column:after {
  content: "";
  display: table;
}
/* line 274, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
.main-h1 .column:after {
  clear: both;
}
/* line 387, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.main-h1 .column .btn {
  position: absolute;
  right: 0;
  top: 12%;
}
@media screen and (max-width: 750px) {
  /* line 387, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .main-h1 .column .btn {
    top: 9%;
  }
}

/* line 399, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.h1-icon {
  float: left;
  width: 4em;
  height: 4em;
  margin-right: 1em;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  /* line 399, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .h1-icon {
    width: 3em;
    height: 3.5em;
  }
}

/* line 411, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.h1-main-title {
  font-family: "ＭＳ ゴシック", sans-serif;
  font-weight: bold;
  font-size: 34px;
}
@media screen and (max-width: 980px) {
  /* line 411, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .h1-main-title {
    font-size: 34px;
    font-size: 2.42857rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 411, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .h1-main-title {
    margin-top: 0.4em;
    /*line-height: 1.2em;*/
    font-size: 50px;
    font-size: 1.78571rem;
  }
}

/* line 425, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.h1-sub-title {
  margin-top: 0.8em;
  font-size: 16px;
  color: #545454;
}
@media screen and (max-width: 980px) {
  /* line 425, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .h1-sub-title {
    font-size: 16px;
    font-size: 1.14286rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 425, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .h1-sub-title {
    /*line-height: 1.5em;*/
    margin-top: 1em;
    font-size: 24px;
    font-size: 0.85714rem;
  }
}

/*
============================
FOOTER
============================
*/
/* line 446, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-sitemap {
  border-top: 1px solid #005bac;
  padding: 30px 0;
  zoom: 1;
}
/* line 269, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
.footer-sitemap:before, .footer-sitemap:after {
  content: "";
  display: table;
}
/* line 274, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
.footer-sitemap:after {
  clear: both;
}
@media screen and (max-width: 980px) {
  /* line 446, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .footer-sitemap {
    margin: 0 0.5em;
  }
}
/* line 453, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-sitemap ul {
  float: left;
}
/* line 456, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-sitemap ul li a, .footer-sitemap ul li .btn {
  padding-left: 1em;
  background-image: url(/assets/pc/list_dot-2e0986e3522364655175cbb8c88d436a7f8a4a870dd725290861c76840914950.png);
  background-repeat: no-repeat;
  background-position: 0% 50%;
  text-decoration: underline;
  cursor: pointer;
  color: #005bac;
  /*line-height: 1.5em;*/
  font-size: 14px;
}
@media screen and (max-width: 980px) {
  /* line 456, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .footer-sitemap ul li a, .footer-sitemap ul li .btn {
    font-size: 14px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 456, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .footer-sitemap ul li a, .footer-sitemap ul li .btn {
    font-size: 28px;
    font-size: 1rem;
  }
}

/* line 477, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-sitemap ul + ul {
  margin-left: 17%;
}
@media screen and (max-width: 980px) {
  /* line 477, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  .footer-sitemap ul + ul {
    margin-left: 16%;
  }
}

/* line 484, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-bottom {
  background-color: #eeeeee;
    /*
	padding: 5px 0;
	@include mq {
        padding: 5px 0.5em;
    }
    @include mq(small) {
        padding: 5px 1em;
    }
    .column {
        @include cf;
        .footer-bottom-logo {
            float: left;
            padding: 0.6em 0;
            @include mq(small) {
                width: 35%;
                padding: 0.3em 0;
            }
        }
        .footer-bottom-dhc {
            float: right;
            @include mq(small) {
                width: 19%;
            }
        }
    }*/
}
/* line 511, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-bottom .column {
  display: table;
  table-layout: fixed;
  width: 100%;
}
/* line 515, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-bottom .column a, .footer-bottom .column .btn {
  display: table-cell;
  vertical-align: middle;
  padding: 0.5em;
  text-align: right;
}
/* line 520, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-bottom .column a:first-child, .footer-bottom .column .btn:first-child {
  text-align: left;
}
/* line 521, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
.footer-bottom .column a img, .footer-bottom .column .btn img {
  height: 2em;
  width: auto;
}

/*------------
モーダル
--------------*/
/* モーダル コンテンツエリア */
/* line 535, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-main {
  display: none;
  width: 500px;
  padding: 40px;
  margin: 0;
  border-radius: 20px;
  background-color: #ffffff;
  position: fixed;
  z-index: 100;
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  /* line 535, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-main {
    font-size: 16px;
    font-size: 1.14286rem;
    width: 60%;
  }
}
@media screen and (max-width: 750px) {
  /* line 535, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-main {
    font-size: 28px;
    font-size: 1rem;
    width: 90%;
    padding: 2.5em 1em 2em;
  }
}
/* line 554, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-main h2 {
  text-align: center;
  color: #005bac;
  font-size: 28px;
}
@media screen and (max-width: 980px) {
  /* line 554, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-main h2 {
    font-size: 28px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 554, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-main h2 {
    font-size: 40px;
    font-size: 1.42857rem;
    margin-top: 0;
  }
}
/* line 566, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-main p {
  margin: 1.2em 0 2em;
}
/* line 572, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-main #modal-close {
  width: 150px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  /* line 572, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-main #modal-close {
    width: 25%;
  }
}
@media screen and (max-width: 750px) {
  /* line 572, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-main #modal-close {
    width: 50%;
  }
}

/* line 583, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-sub {
  display: none;
  width: 500px;
  padding: 40px;
  margin: 0;
  border-radius: 20px;
  background-color: #ffffff;
  position: fixed;
  z-index: 100;
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  /* line 583, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-sub {
    font-size: 16px;
    font-size: 1.14286rem;
    width: 60%;
  }
}
@media screen and (max-width: 750px) {
  /* line 583, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-sub {
    font-size: 28px;
    font-size: 1rem;
    width: 90%;
    padding: 2.5em 1em 2em;
  }
}
/* line 602, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-sub h2 {
  text-align: center;
  color: #005bac;
  font-size: 28px;
}
@media screen and (max-width: 980px) {
  /* line 602, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-sub h2 {
    font-size: 28px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 602, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-sub h2 {
    font-size: 40px;
    font-size: 1.42857rem;
    margin-top: 0;
  }
}
/* line 614, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-sub p {
  margin: 1.2em 0 2em;
}
/* line 620, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-sub #modal-close {
  width: 150px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  /* line 620, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-sub #modal-close {
    width: 25%;
  }
}
@media screen and (max-width: 750px) {
  /* line 620, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-sub #modal-close {
    width: 50%;
  }
}

/* モーダル 背景エリア */
/* line 634, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
#modal-bg {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
@media screen and (max-width: 750px) {
  /* line 634, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/style.scss */
  #modal-bg {
    padding: 0 30px;
  }
}

/*
====================
common
====================
*/
/* line 19, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/lp.scss */
body.body_index {
  /*
  ============================
  MAIN CONTENTS
  ============================
  */
  /*------------
  PC
  --------------*/
  /*------------
  SP
  --------------*/
  /*------------
  画像あり
  --------------*/
}
/* line 30, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/lp.scss */
body.body_index section {
  zoom: 1;
  margin-top: 2em;
  font-size: 16px;
}
/* line 269, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
body.body_index section:before, body.body_index section:after {
  content: "";
  display: table;
}
/* line 274, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
body.body_index section:after {
  clear: both;
}
@media screen and (max-width: 980px) {
  /* line 30, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/lp.scss */
  body.body_index section {
    font-size: 16px;
    font-size: 1.14286rem;
  }
}
@media screen and (max-width: 750px) {
  /* line 30, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/lp.scss */
  body.body_index section {
    padding: 0 1.1em;
    margin-top: 1.6em;
    font-size: 26px;
    font-size: 0.92857rem;
  }
}
/* line 42, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/lp.scss */
body.body_index section p {
  line-height: 1.5em;
}
/* line 45, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/lp.scss */
body.body_index section .btn.blue {
  float: right;
}
/* line 48, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/lp.scss */
body.body_index section .btn_thin {
  margin-top: 2em;
  float: right;
  background-image: url(/assets/pc/list_dot-2e0986e3522364655175cbb8c88d436a7f8a4a870dd725290861c76840914950.png);
  background-repeat: no-repeat;
  background-position: 0% 50%;
  text-decoration: underline;
  padding-left: 1em;
  color: #005bac;
}
/* line 64, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/lp.scss */
body.body_index #display_logo {
  visibility: inherit;
  float: left;
  display: inline-block;
  width: 7%;
}
/* line 71, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/lp.scss */
body.body_index .logout {
  max-width: 80px;
}
/* line 74, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/lp.scss */
body.body_index .main-area {
  padding: 0px;
}
/* line 78, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/lp.scss */
body.body_index .lpnav {
  padding: 10px;
  display: inline-block;
  text-align: center;
  width: 100%;
}
/* line 85, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/lp.scss */
body.body_index .lpnav a, body.body_index .lpnav .btn {
  width: 21%;
  margin-right: 3%;
  margin-left: 0px;
}
/* line 91, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/lp.scss */
body.body_index .lpnav a:last-child, body.body_index .lpnav .btn:last-child {
  margin-right: 0px;
}
@media screen and (max-width: 750px) {
  /* line 97, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/lp.scss */
  body.body_index #container {
    width: 100%;
  }
  /* line 100, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/lp.scss */
  body.body_index img {
    max-width: 100%;
  }
  /* line 103, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/lp.scss */
  body.body_index .lpnav {
    padding: 20px 10px;
  }
  /* line 106, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/lp.scss */
  body.body_index #display_logo {
    width: 12%;
  }
}
/* line 113, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/lp.scss */
body.body_index .lpboxbg {
  padding: 0px 6%;
  background: #e3f0f4;
  overflow: hidden;
  max-width: 980px;
  border-radius: 20px;
  /* CSS3草案 */
  -webkit-border-radius: 20px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 20px;
  /* Firefox用 */
}
/* line 123, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/lp.scss */
body.body_index .bgcoler1 {
  background: #edf5db;
}
/* line 126, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/lp.scss */
body.body_index .bgcoler2 {
  background: #f8f0da;
}
/* line 129, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/lp.scss */
body.body_index .bgcoler3 {
  background: #fdeff0;
}
/* line 133, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/lp.scss */
body.body_index .lp-contents {
  overflow: hidden;
  margin: 30px 0;
  position: relative;
}
/* line 139, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/lp.scss */
body.body_index .h2size {
  width: 44%;
  margin: 35px auto 0px;
}
/* line 143, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/lp.scss */
body.body_index .lpleftbox {
  float: left;
  width: 47%;
  line-height: 2rem;
}
/* line 149, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/lp.scss */
body.body_index .lpimg {
  width: 47%;
  padding: 0px;
  margin: 0px;
  float: right;
}
/* line 155, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/lp.scss */
body.body_index .tokuten {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 21%;
}
/* line 162, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/lp.scss */
body.body_index .tyushaku li {
  margin-top: 20px;
  line-height: 1.4em;
}
/* line 166, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/lp.scss */
body.body_index .lph3_1 {
  color: #FFFFFF;
  background-color: #a3c845;
  padding: 0.5em 1em;
  font-size: 1.25em;
  margin-bottom: 2%;
}
/* line 174, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/lp.scss */
body.body_index .lph3_1 + p {
  font-size: 1.2rem;
  margin-bottom: 0.3rem;
  color: #76a20a;
}
/* line 180, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/lp.scss */
body.body_index .lph3_2 {
  color: #FFFFFF;
  background-color: #f19554;
  padding: 0.5em 1em;
  font-size: 1.25em;
  margin-bottom: 2%;
}
/* line 188, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/lp.scss */
body.body_index .lph3_2 + p {
  font-size: 1.2rem;
  margin-bottom: 0.3rem;
  color: #ef7e33;
}
/* line 194, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/lp.scss */
body.body_index .reservationbtn {
  width: 50%;
  margin: 0px auto;
  padding: 2% 0px;
}
/* line 199, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/lp.scss */
body.body_index .reservationbtn img {
  margin-bottom: 3%;
}
/* line 203, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/lp.scss */
body.body_index .listtop {
  margin-bottom: 3%;
}
/* line 206, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/lp.scss */
body.body_index .imgbottom {
  margin-bottom: 5%;
}
/* line 209, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/lp.scss */
body.body_index .tokutenimg {
  position: absolute;
  top: 20%;
}
/* line 214, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/lp.scss */
body.body_index .tyushaku {
  font-size: 0.8em;
  color: #545454;
}
/* line 219, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/lp.scss */
body.body_index .lph4 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  color: #005bac;
}
/* line 225, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/lp.scss */
body.body_index .kankyo {
  padding-bottom: 1.2rem;
  margin-bottom: 1.5rem;
  border-bottom: solid #545454 1px;
}
/* line 230, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/lp.scss */
body.body_index .kankyo p {
  margin-bottom: 0.4rem;
}
/* line 234, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/lp.scss */
body.body_index .lpsonota {
  background-color: #eeeeee;
  margin: 1% 0px 1%;
  padding: 3% 0px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
/* line 243, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/lp.scss */
body.body_index .lpsitemap {
  border-top: none;
  padding: 2% 0px;
}
/* line 248, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/lp.scss */
body.body_index .lpsitemap ul {
  width: 50%;
  display: table;
  table-layout: fixed;
  text-align: center;
}
/* line 254, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/lp.scss */
body.body_index #lpsitemap {
  margin-left: 0px;
}
/* line 258, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/lp.scss */
body.body_index .lpsitemap li {
  display: table-cell;
}
/* line 261, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/lp.scss */
body.body_index .lpsitemap li:last-child {
  border-right: none;
}
/* line 265, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/lp.scss */
body.body_index .lplink {
  text-decoration: underline;
  color: #005bac;
}
/* line 270, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/lp.scss */
body.body_index .thusyakucolor {
  color: #FF0000;
}
@media screen and (max-width: 750px) {
  /* line 274, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/lp.scss */
  body.body_index #container2 {
    width: 100%;
  }
  /* line 277, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/lp.scss */
  body.body_index img {
    max-width: 100%;
  }
  /* line 280, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/lp.scss */
  body.body_index .tokutenimg {
    background: none;
    position: static;
  }
}
@media screen and (max-width: 750px) {
  /* line 293, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/lp.scss */
  body.body_index .sectionmargin {
    margin-top: 0px;
  }
  /* line 298, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/lp.scss */
  body.body_index .lpboxbg {
    padding: 0px 4%;
  }
  /* line 301, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/lp.scss */
  body.body_index .h2size {
    width: 100%;
  }
  /* line 304, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/lp.scss */
  body.body_index .lpleftbox {
    float: none;
    width: 100%;
  }
  /* line 309, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/lp.scss */
  body.body_index .lpimg {
    width: 100%;
    float: none;
    margin-top: 5%;
  }
  /* line 315, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/lp.scss */
  body.body_index .tokuten {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 47%;
  }
  /* line 321, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/lp.scss */
  body.body_index .lpnav {
    padding: 20px 10px;
  }
  /* line 325, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/lp.scss */
  body.body_index .listtop {
    margin-bottom: 6%;
  }
  /* line 329, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/lp.scss */
  body.body_index .reservationbtn {
    width: 100%;
  }
  /* line 333, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/lp.scss */
  body.body_index .lpsonota {
    padding: 2em 1.1em;
    margin: 1.1em 0px 1.1em;
  }
  /* line 337, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/lp.scss */
  body.body_index .lpsitemap {
    border-top: none;
    padding: 1.1em 0px;
  }
  /* line 341, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/lp.scss */
  body.body_index .footer-sitemap {
    margin: 0 1.1em;
  }
  /* line 344, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/lp.scss */
  body.body_index .lpsitemap ul {
    text-align: left;
  }
  /* line 347, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/lp.scss */
  body.body_index .lpsitemap li {
    display: inline-block;
    margin-bottom: 5%;
  }
  /* line 351, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/lp.scss */
  body.body_index .sitemaptyushaku {
    padding: 0px 1.1em;
  }
}
/* line 364, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/lp.scss */
body.body_index .row-wrap {
  zoom: 1;
}
/* line 269, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
body.body_index .row-wrap:before, body.body_index .row-wrap:after {
  content: "";
  display: table;
}
/* line 274, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/_variables.scss */
body.body_index .row-wrap:after {
  clear: both;
}
/* line 368, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/lp.scss */
body.body_index .img-wrap {
  width: 30%;
  float: left;
}
@media screen and (max-width: 750px) {
  /* line 368, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/lp.scss */
  body.body_index .img-wrap {
    width: 100%;
    float: none;
    margin-bottom: 1.5em;
  }
}
/* line 378, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/lp.scss */
body.body_index .text-wrap {
  width: 65%;
  float: right;
}
@media screen and (max-width: 750px) {
  /* line 378, /var/rails/health_mileage/releases/20260427051052/app/assets/stylesheets/users/lp.scss */
  body.body_index .text-wrap {
    width: 100%;
    float: none;
  }
}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */

.datepicker {
  padding: 4px;
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  color: #000000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:focus,
.datepicker table tr td.today:hover:focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  color: #000000;
  background-color: #ffcd70;
  border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  background-image: none;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.today,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today.disabled,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover.disabled:hover,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.today.disabled:hover.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
.datepicker table tr td.today:hover[disabled]:hover,
.datepicker table tr td.today.disabled[disabled]:hover,
.datepicker table tr td.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today:hover:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today:hover.disabled:focus,
.datepicker table tr td.today.disabled.disabled:focus,
.datepicker table tr td.today.disabled:hover.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
.datepicker table tr td.today:hover[disabled]:focus,
.datepicker table tr td.today.disabled[disabled]:focus,
.datepicker table tr td.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
fieldset[disabled] .datepicker table tr td.today:hover:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today:hover.disabled:active,
.datepicker table tr td.today.disabled.disabled:active,
.datepicker table tr td.today.disabled:hover.disabled:active,
.datepicker table tr td.today[disabled]:active,
.datepicker table tr td.today:hover[disabled]:active,
.datepicker table tr td.today.disabled[disabled]:active,
.datepicker table tr td.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.today:active,
fieldset[disabled] .datepicker table tr td.today:hover:active,
fieldset[disabled] .datepicker table tr td.today.disabled:active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today:hover.disabled.active,
.datepicker table tr td.today.disabled.disabled.active,
.datepicker table tr td.today.disabled:hover.disabled.active,
.datepicker table tr td.today[disabled].active,
.datepicker table tr td.today:hover[disabled].active,
.datepicker table tr td.today.disabled[disabled].active,
.datepicker table tr td.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.today.active,
fieldset[disabled] .datepicker table tr td.today:hover.active,
fieldset[disabled] .datepicker table tr td.today.disabled.active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover.active {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  color: #000000;
  background-color: #f7ca77;
  border-color: #f1a417;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:hover:focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  color: #000000;
  background-color: #f4bb51;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  background-image: none;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.range.today,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover.disabled:hover,
.datepicker table tr td.range.today.disabled.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
.datepicker table tr td.range.today:hover[disabled]:hover,
.datepicker table tr td.range.today.disabled[disabled]:hover,
.datepicker table tr td.range.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today:hover.disabled:focus,
.datepicker table tr td.range.today.disabled.disabled:focus,
.datepicker table tr td.range.today.disabled:hover.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
.datepicker table tr td.range.today:hover[disabled]:focus,
.datepicker table tr td.range.today.disabled[disabled]:focus,
.datepicker table tr td.range.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today:hover.disabled:active,
.datepicker table tr td.range.today.disabled.disabled:active,
.datepicker table tr td.range.today.disabled:hover.disabled:active,
.datepicker table tr td.range.today[disabled]:active,
.datepicker table tr td.range.today:hover[disabled]:active,
.datepicker table tr td.range.today.disabled[disabled]:active,
.datepicker table tr td.range.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.range.today:active,
fieldset[disabled] .datepicker table tr td.range.today:hover:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today:hover.disabled.active,
.datepicker table tr td.range.today.disabled.disabled.active,
.datepicker table tr td.range.today.disabled:hover.disabled.active,
.datepicker table tr td.range.today[disabled].active,
.datepicker table tr td.range.today:hover[disabled].active,
.datepicker table tr td.range.today.disabled[disabled].active,
.datepicker table tr td.range.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.range.today.active,
fieldset[disabled] .datepicker table tr td.range.today:hover.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected:hover:focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  color: #ffffff;
  background-color: #858585;
  border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  background-image: none;
}
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.selected,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover.disabled:hover,
.datepicker table tr td.selected.disabled.disabled:hover,
.datepicker table tr td.selected.disabled:hover.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected:hover[disabled]:hover,
.datepicker table tr td.selected.disabled[disabled]:hover,
.datepicker table tr td.selected.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected:hover:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected:hover.disabled:focus,
.datepicker table tr td.selected.disabled.disabled:focus,
.datepicker table tr td.selected.disabled:hover.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected:hover[disabled]:focus,
.datepicker table tr td.selected.disabled[disabled]:focus,
.datepicker table tr td.selected.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected:hover.disabled:active,
.datepicker table tr td.selected.disabled.disabled:active,
.datepicker table tr td.selected.disabled:hover.disabled:active,
.datepicker table tr td.selected[disabled]:active,
.datepicker table tr td.selected:hover[disabled]:active,
.datepicker table tr td.selected.disabled[disabled]:active,
.datepicker table tr td.selected.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.selected:active,
fieldset[disabled] .datepicker table tr td.selected:hover:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected:hover.disabled.active,
.datepicker table tr td.selected.disabled.disabled.active,
.datepicker table tr td.selected.disabled:hover.disabled.active,
.datepicker table tr td.selected[disabled].active,
.datepicker table tr td.selected:hover[disabled].active,
.datepicker table tr td.selected.disabled[disabled].active,
.datepicker table tr td.selected.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.selected.active,
fieldset[disabled] .datepicker table tr td.selected:hover.active,
fieldset[disabled] .datepicker table tr td.selected.disabled.active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active {
  background-color: #999999;
  border-color: #555555;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.active,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.disabled,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover.disabled:hover,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active.disabled:hover.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active:hover[disabled]:hover,
.datepicker table tr td.active.disabled[disabled]:hover,
.datepicker table tr td.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active:hover:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active:hover.disabled:focus,
.datepicker table tr td.active.disabled.disabled:focus,
.datepicker table tr td.active.disabled:hover.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active:hover[disabled]:focus,
.datepicker table tr td.active.disabled[disabled]:focus,
.datepicker table tr td.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active:hover:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active:hover.disabled:active,
.datepicker table tr td.active.disabled.disabled:active,
.datepicker table tr td.active.disabled:hover.disabled:active,
.datepicker table tr td.active[disabled]:active,
.datepicker table tr td.active:hover[disabled]:active,
.datepicker table tr td.active.disabled[disabled]:active,
.datepicker table tr td.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.active:active,
fieldset[disabled] .datepicker table tr td.active:hover:active,
fieldset[disabled] .datepicker table tr td.active.disabled:active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active:hover.disabled.active,
.datepicker table tr td.active.disabled.disabled.active,
.datepicker table tr td.active.disabled:hover.disabled.active,
.datepicker table tr td.active[disabled].active,
.datepicker table tr td.active:hover[disabled].active,
.datepicker table tr td.active.disabled[disabled].active,
.datepicker table tr td.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.active.active,
fieldset[disabled] .datepicker table tr td.active:hover.active,
fieldset[disabled] .datepicker table tr td.active.disabled.active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td span.active,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active:hover.disabled:active,
.datepicker table tr td span.active.disabled.disabled:active,
.datepicker table tr td span.active.disabled:hover.disabled:active,
.datepicker table tr td span.active[disabled]:active,
.datepicker table tr td span.active:hover[disabled]:active,
.datepicker table tr td span.active.disabled[disabled]:active,
.datepicker table tr td span.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td span.active:active,
fieldset[disabled] .datepicker table tr td span.active:hover:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active:hover.disabled.active,
.datepicker table tr td span.active.disabled.disabled.active,
.datepicker table tr td span.active.disabled:hover.disabled.active,
.datepicker table tr td span.active[disabled].active,
.datepicker table tr td span.active:hover[disabled].active,
.datepicker table tr td span.active.disabled[disabled].active,
.datepicker table tr td span.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td span.active.active,
fieldset[disabled] .datepicker table tr td span.active:hover.active,
fieldset[disabled] .datepicker table tr td span.active.disabled.active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.input-group.date .input-group-addon i {
  cursor: pointer;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: solid #cccccc;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333333;
  font-size: 13px;
  line-height: 1.42857143;
}
.datepicker.dropdown-menu th,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
  padding: 0px 5px;
}
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */

/*






 */



/* Component containers
----------------------------------*/

.ui-widget {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
}
.ui-widget-content {
	border: 1px solid #dddddd/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;
	color: #333333/*{fcContent}*/;
}
.ui-widget-content a {
	color: #333333/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #dddddd/*{borderColorHeader}*/;
	background: #e9e9e9/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/;
	color: #333333/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
	background: #f6f6f6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #454545/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545/*{fcDefault}*/;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc/*{borderColorHover}*/;
	background: #ededed/*{bgColorHover}*/ /*{bgImgUrlHover}*/ /*{bgHoverXPos}*/ /*{bgHoverYPos}*/ /*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #2b2b2b/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b/*{fcHover}*/;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff/*{borderColorActive}*/;
	background: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #ffffff/*{fcActive}*/;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff/*{borderColorActive}*/;
	background-color: #ffffff/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;
	color: #777620/*{fcHighlight}*/;
}
.ui-state-checked {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899/*{borderColorError}*/;
	background: #fddfdf/*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/;
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-31d988765b4e6f56553c29588c500381dc3e6f0aa2980c8212202e5644aefd5d.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-31d988765b4e6f56553c29588c500381dc3e6f0aa2980c8212202e5644aefd5d.png)/*{iconsHeader}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_555555_256x240-32175261daee76c82bb0edf0eea16a56421866fbc31e94f3c1d570aa114502f5.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_ffffff_256x240-350df1b7131037de20e83c5c0f3a41a770d2ac48b5762ea772b3f4a8a7b9d47a.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777620_256x240-0b020fc6e696d88d296e7bb1f61f1eb2ad827848e2c7382a4c3e0999e702dd9b.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_cc0000_256x240-40985a64b4d5dd213fba27fcd862a1bd1b337a97674f6ff0b9ec20abcee4bc69.png)/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777777_256x240-faf32007ae120c302213557626e660dd10e711c5dd4f1113d35f26dc05b78d2f.png)/*{iconsDefault}*/;
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/; /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/*

 */

/* Layout helpers
----------------------------------*/

.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*!
 * jQuery UI Accordion 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/accordion/#theming
 */
/*

 */

.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
/*!
 * jQuery UI Autocomplete 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/autocomplete/#theming
 */
/*

 */

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
/*!
 * jQuery UI Button 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/button/#theming
 */
/*

 */

.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/*!
 * jQuery UI Checkboxradio 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/checkboxradio/#theming
 */
/*

 */


.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
/*!
 * jQuery UI Controlgroup 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/controlgroup/#theming
 */
/*

 */


.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

/*!
 * jQuery UI Datepicker 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
/*

 */

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
/*!
 * jQuery UI Dialog 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/dialog/#theming
 */
/*

 */

.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
/*!
 * jQuery UI Draggable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */

.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/*!
 * jQuery UI Menu 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/menu/#theming
 */
/*

 */

.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
/*!
 * jQuery UI Progressbar 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/progressbar/#theming
 */
/*

 */

.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
/*!
 * jQuery UI Resizable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */

.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
/*!
 * jQuery UI Selectable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */

.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
/*!
 * jQuery UI Selectmenu 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/selectmenu/#theming
 */
/*

 */

.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
/*!
 * jQuery UI Sortable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */

.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/*!
 * jQuery UI Slider 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/slider/#theming
 */
/*

 */

.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
/*!
 * jQuery UI Spinner 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/spinner/#theming
 */
/*

 */

.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
/*!
 * jQuery UI Tabs 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tabs/#theming
 */
/*

 */

.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
/*!
 * jQuery UI Tooltip 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tooltip/#theming
 */
/*

 */

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/*




















 */

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/*


 */

/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *



 +=










 *=
 *# require_self



 */

