@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* line 11, ../scss/_normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 23, ../scss/_normalize.scss */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
/* line 31, ../scss/_normalize.scss */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 40, ../scss/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 53, ../scss/_normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 76, ../scss/_normalize.scss */
a {
  background-color: transparent;
}

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 95, ../scss/_normalize.scss */
b,
strong {
  font-weight: bolder;
}

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

/**
 * Add the correct font size in all browsers.
 */
/* line 116, ../scss/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 133, ../scss/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 137, ../scss/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 148, ../scss/_normalize.scss */
img {
  border-style: none;
}

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/* line 195, ../scss/_normalize.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

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

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

/**
 * Correct the padding in Firefox.
 */
/* line 229, ../scss/_normalize.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 253, ../scss/_normalize.scss */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 261, ../scss/_normalize.scss */
textarea {
  overflow: auto;
}

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 320, ../scss/_normalize.scss */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 328, ../scss/_normalize.scss */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 339, ../scss/_normalize.scss */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 347, ../scss/_normalize.scss */
[hidden] {
  display: none;
}

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* line 15, ../scss/_base.scss */
html,
button,
input,
select,
textarea {
  color: #222;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
/*
 * A better looking default horizontal rule
 */
/* line 34, ../scss/_base.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
/* line 48, ../scss/_base.scss */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
/* line 59, ../scss/_base.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
/* line 69, ../scss/_base.scss */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
/* line 77, ../scss/_base.scss */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*
h1,h2,h3,h4,h5,
p,
ul,
li,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	outline: none;
}
*/
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
/* line 122, ../scss/_base.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

/* line 130, ../scss/_base.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/* line 141, ../scss/_base.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* line 150, ../scss/_base.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
/* line 166, ../scss/_base.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
/* line 180, ../scss/_base.scss */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 196, ../scss/_base.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 202, ../scss/_base.scss */
.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 211, ../scss/_base.scss */
.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  /* line 238, ../scss/_base.scss */
  * {
    /*background: transparent !important;
    color: #000 !important;*/
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  body {
    -webkit-print-color-adjust: exact;
  }

  /* line 245, ../scss/_base.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 250, ../scss/_base.scss */
  /*a[href]:after {
    content: " (" attr(href) ")";
  }*/

  /* line 254, ../scss/_base.scss */
  /*abbr[title]:after {
    content: " (" attr(title) ")";
  }*/

  /*
   * Don't show links for images, or javascript/internal links
   */
  /* line 262, ../scss/_base.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 268, ../scss/_base.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 274, ../scss/_base.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 278, ../scss/_base.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 283, ../scss/_base.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 291, ../scss/_base.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 298, ../scss/_base.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* smartphone layout break point*/
/* max width device : iPhone6 plus(Landscape) */
@font-face {
  font-family: 'icomoon';
  src: url("/resources/fonts/icomoon.eot?sk8n4s");
  src: url("/resources/fonts/icomoon.eot?sk8n4s#iefix") format("embedded-opentype"), url("/resources/fonts/icomoon.ttf?sk8n4s") format("truetype"), url("/resources/fonts/icomoon.woff?sk8n4s") format("woff"), url("/resources/fonts/icomoon.svg?sk8n4s#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 14, ../scss/_layout.scss */
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 29, ../scss/_layout.scss */
.icon-arrow-thin-down:before {
  content: "\e900";
}

/* line 33, ../scss/_layout.scss */
.icon-arrow-thin-left:before {
  content: "\e901";
}

/* line 37, ../scss/_layout.scss */
.icon-arrow-thin-right:before {
  content: "\e902";
}

/* line 41, ../scss/_layout.scss */
.icon-arrow-thin-up:before {
  content: "\e903";
}

/* line 45, ../scss/_layout.scss */
.icon-cheveron-down:before {
  content: "\e904";
}

/* line 49, ../scss/_layout.scss */
.icon-cheveron-left:before {
  content: "\e905";
}

/* line 53, ../scss/_layout.scss */
.icon-cheveron-outline-down:before {
  content: "\e906";
}

/* line 57, ../scss/_layout.scss */
.icon-cheveron-outline-left:before {
  content: "\e907";
}

/* line 61, ../scss/_layout.scss */
.icon-cheveron-outline-right:before {
  content: "\e908";
}

/* line 65, ../scss/_layout.scss */
.icon-cheveron-outline-up:before {
  content: "\e910";
}

/* line 69, ../scss/_layout.scss */
.icon-cheveron-right:before {
  content: "\e90a";
}

/* line 73, ../scss/_layout.scss */
.icon-cheveron-up:before {
  content: "\e90b";
}

/* line 77, ../scss/_layout.scss */
.icon-close:before {
  content: "\e90c";
}

/* line 81, ../scss/_layout.scss */
.icon-menu:before {
  content: "\e90d";
}

/* line 85, ../scss/_layout.scss */
.icon-check:before {
  content: "\f00c";
}

/* line 89, ../scss/_layout.scss */
.icon-chevron-circle-right:before {
  content: "\f138";
}

/* line 93, ../scss/_layout.scss */
.icon-search:before {
  content: "\e910";
}

/* line 97, ../scss/_layout.scss */
.sp {
  display: none;
}
@media only screen and (max-width: 736px) {
  /* line 97, ../scss/_layout.scss */
  .sp {
    display: block;
  }
}

/* line 105, ../scss/_layout.scss */
.pc {
  display: block;
}
@media only screen and (max-width: 736px) {
  /* line 105, ../scss/_layout.scss */
  .pc {
    display: none;
  }
}

/* line 113, ../scss/_layout.scss */
a {
  color: #004ea2;
}

/* line 117, ../scss/_layout.scss */
a:hover {
  color: #52c9ae;
}

/* line 4, ../scss/_header.scss */
header {
  padding: 0;
}
/* line 9, ../scss/_header.scss */
header p,
header img {
  margin: 0 auto;
}
@media only screen and (max-width: 736px) {
  /* line 15, ../scss/_header.scss */
  header img {
    width: 100%;
  }
}

/* line 21, ../scss/_header.scss */
.haeder {
  width: 100%;
  position: relative;
}

/* line 26, ../scss/_header.scss */
.NavToggle {
  display: none;
}

@media only screen and (max-width: 736px) {
  /* line 31, ../scss/_header.scss */
  .NavToggle {
    background-color: #004ea2;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 10px;
    left: calc(100% - 42px);
    z-index: 10;
  }
  /* line 42, ../scss/_header.scss */
  .NavToggle span {
    text-indent: -9999px;
    display: block;
    color: #fff;
    position: relative;
  }
  /* line 49, ../scss/_header.scss */
  .NavToggle i {
    position: absolute;
    top: 8px;
    left: 8px;
    color: #fff;
  }
}
/* line 58, ../scss/_header.scss */
.GuideArea {
  max-width: 1000px;
  height: 127px;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
}
@media only screen and (max-width: 900px) {
  /* line 58, ../scss/_header.scss */
  .GuideArea {
    max-width: 100%;
    height: 158px;
  }
}
@media only screen and (max-width: 736px) {
  /* line 58, ../scss/_header.scss */
  .GuideArea {
    display: block;
    width: 100%;
    height: 50px;
    position: fixed;
    z-index: 9000;
    height: auto;
    top: 0;
  }
  /* line 82, ../scss/_header.scss */
  .GuideArea .pc {
    display: none;
  }
}
/* line 87, ../scss/_header.scss */
.GuideArea__logo {
  margin-right: auto;
  width: 320px;
  text-align: left;
  margin-left: 10px;
}
/* line 93, ../scss/_header.scss */
.GuideArea__logo img {
  margin-left: 0;
}
@media only screen and (max-width: 736px) {
  /* line 87, ../scss/_header.scss */
  .GuideArea__logo {
    width: auto;
    padding: 5px 0 0 5px;
    margin-left: 0;
  }
}
/* line 104, ../scss/_header.scss */
.GuideArea__mhwlogo {
  margin-right: auto;
  width: 320px;
  text-align: left;
  margin-left: 0;
}
/* line 110, ../scss/_header.scss */
.GuideArea__mhwlogo img {
  width: 100%;
}
@media only screen and (max-width: 900px) {
  /* line 104, ../scss/_header.scss */
  .GuideArea__mhwlogo {
    width: 90%;
  }
}
@media only screen and (max-width: 736px) {
  /* line 104, ../scss/_header.scss */
  .GuideArea__mhwlogo {
    width: auto;
    padding: 0;
    width: 120px;
    margin: 0;
    z-index: 20;
  }
  /* line 125, ../scss/_header.scss */
  .GuideArea__mhwlogo img {
    width: 100%;
    margin: 0;
  }
}
/* line 132, ../scss/_header.scss */
.GuideArea__sitename {
  font-size: 13px;
  padding: 3px 0 0 10px;
}
@media only screen and (max-width: 736px) {
  /* line 132, ../scss/_header.scss */
  .GuideArea__sitename {
    font-size: 10px;
    display: none;
  }
}
/* line 142, ../scss/_header.scss */
.GuideArea__hklogo {
  width: 260px;
  text-align: right;
}
@media only screen and (max-width: 900px) {
  /* line 142, ../scss/_header.scss */
  .GuideArea__hklogo {
    margin-left: auto;
    margin-right: 0;
  }
}
/* line 151, ../scss/_header.scss */
.GuideArea__hklogo img {
  margin: 0;
}
@media only screen and (max-width: 900px) {
  /* line 151, ../scss/_header.scss */
  .GuideArea__hklogo img {
    margin-left: auto;
    margin-right: 0;
  }
}
@media only screen and (max-width: 736px) {
  /* line 142, ../scss/_header.scss */
  .GuideArea__hklogo {
    display: none;
  }
}
/* line 165, ../scss/_header.scss */
.GuideArea__container {
  width: 540px;
  padding-top: 15px;
  margin-right: 10px;
}
@media only screen and (max-width: 900px) {
  /* line 165, ../scss/_header.scss */
  .GuideArea__container {
    width: 40%;
    padding-top: 5px;
  }
}
@media only screen and (max-width: 736px) {
  /* line 165, ../scss/_header.scss */
  .GuideArea__container {
    width: 100%;
    display: block;
    background-color: #fff;
    border-bottom: 2px solid #ccc;
  }
  /* line 181, ../scss/_header.scss */
  .GuideArea__container.pc {
    display: none;
  }
}
/* line 186, ../scss/_header.scss */
.GuideArea__container div {
  display: flex;
}
@media only screen and (max-width: 900px) {
  /* line 186, ../scss/_header.scss */
  .GuideArea__container div {
    flex-direction: column;
  }
}
/* line 193, ../scss/_header.scss */
.GuideArea__container div.sp {
  display: none;
}
@media only screen and (max-width: 736px) {
  /* line 193, ../scss/_header.scss */
  .GuideArea__container div.sp {
    display: block;
  }
}
/* line 203, ../scss/_header.scss */
.GuideArea__conf {
  width: 220px;
  padding-top: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 900px) {
  /* line 203, ../scss/_header.scss */
  .GuideArea__conf {
    width: 100%;
    margin-top: 10px;
  }
}
/* line 215, ../scss/_header.scss */
.GuideArea__conf li {
  width: 100px;
  margin-right: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
/* line 221, ../scss/_header.scss */
.GuideArea__conf li:first-child {
  margin-left: auto;
}
/* line 225, ../scss/_header.scss */
.GuideArea__conf li:last-child {
  margin-right: 0;
}
/* line 229, ../scss/_header.scss */
.GuideArea__conf li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 12px;
  color: #222;
}
/* line 240, ../scss/_header.scss */
.GuideArea__user {
  text-align: right;
  padding-top: 10px;
}
/* line 245, ../scss/_header.scss */
.GuideArea__usermenu {
  display: flex;
  width: 600px;
  margin-left: auto;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  bottom: 0;
  padding-right: 10px;
}
@media only screen and (max-width: 900px) {
  /* line 245, ../scss/_header.scss */
  .GuideArea__usermenu {
    width: 100%;
    padding-right: 10px;
  }
}
/* line 260, ../scss/_header.scss */
.GuideArea__usermenu li {
  margin-right: 8px;
  background-color: #004ea2;
  border-radius: 6px 6px 0 0;
}
/* line 265, ../scss/_header.scss */
.GuideArea__usermenu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  height: 15px;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  position: relative;
}
/* line 276, ../scss/_header.scss */
.GuideArea__usermenu li a span {
  border-radius: 50%;
  position: absolute;
  right: -3px;
  top: -16px;
  padding: 0 8px;
  background-color: #ff5858;
  font-size: 11px;
}
/* line 287, ../scss/_header.scss */
.GuideArea__usermenu .my__point {
  background-color: #ff5858;
}
/* line 290, ../scss/_header.scss */
.GuideArea__usermenu .my__point a {
  color: #fff;
}
/* line 295, ../scss/_header.scss */
.GuideArea__usermenu li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 736px) {
  /* line 301, ../scss/_header.scss */
  .GuideArea__usermenu.pc {
    display: none;
  }
}

/* line 308, ../scss/_header.scss */
.GlovalNavArea {
  min-width: 1000px;
  border-top: 2px solid #004ea2;
  border-bottom: 2px solid #004ea2;
  position: relative;
}
/* line 309, ../scss/_header.scss */
.GlovalNavArea__block.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 8000;
  background-color: #fff;
  border-top: 2px solid #004ea2;
  border-bottom: 2px solid #004ea2;
}
@media only screen and (max-width: 736px) {
  /* line 309, ../scss/_header.scss */
  .GlovalNavArea__block.fixed {
    position: relative;
    border-top: 0;
    border-bottom: 0;
  }
}
@media only screen and (max-width: 900px) {
  /* line 308, ../scss/_header.scss */
  .GlovalNavArea {
    min-width: 100%;
  }
}
@media only screen and (max-width: 736px) {
  /* line 308, ../scss/_header.scss */
  .GlovalNavArea {
    border-top: none;
    background-color: #fff;
    border-bottom: none;
    display: none;
    position: fixed;
    top: 52px;
    z-index: 8999;
    overflow: auto;
    height: 100%;
  }
}
/* line 346, ../scss/_header.scss */
.GlovalNavArea nav {
  max-width: 1000px;
  margin: auto;
  position: relative;
  background-color: #fff;
}
@media only screen and (max-width: 900px) {
  /* line 346, ../scss/_header.scss */
  .GlovalNavArea nav {
    width: 100%;
  }
}
/* line 357, ../scss/_header.scss */
.GlovalNavArea__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  border-right: 1px solid #ccc;
}
@media only screen and (max-width: 736px) {
  /* line 357, ../scss/_header.scss */
  .GlovalNavArea__list {
    border-right: none;
  }
}
/* line 368, ../scss/_header.scss */
.GlovalNavArea__list > li {
  text-align: center;
  flex-grow: 1;
  border-left: 1px solid #ccc;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 736px) {
  /* line 368, ../scss/_header.scss */
  .GlovalNavArea__list > li {
    border-left: none;
  }
}
/* line 379, ../scss/_header.scss */
.GlovalNavArea__list > li a,
.GlovalNavArea__list > li span {
  display: flex;
  height: 50px;
  align-items: center;
  text-align: center;
  justify-content: center;
  text-decoration: none;
  color: #222;
  cursor: pointer;
}
/* line 390, ../scss/_header.scss */
.GlovalNavArea__list > li a:hover, .GlovalNavArea__list > li a.active,
.GlovalNavArea__list > li span:hover,
.GlovalNavArea__list > li span.active {
  background-color: #d0f9f0;
}
@media only screen and (max-width: 900px) {
  /* line 379, ../scss/_header.scss */
  .GlovalNavArea__list > li a,
  .GlovalNavArea__list > li span {
    height: 40px;
  }
}
/* line 401, ../scss/_header.scss */
.GlovalNavArea__list__subnav {
  width: 100%;
  display: none;
  position: absolute;
  top: 52px;
  left: 0;
  background-color: #fff;
  text-align: left;
  box-shadow: 2px 2px 4px #ccc;
  z-index: 10000;
}
@media only screen and (max-width: 900px) {
  /* line 401, ../scss/_header.scss */
  .GlovalNavArea__list__subnav {
    top: 42px;
  }
}
@media only screen and (max-width: 736px) {
  /* line 401, ../scss/_header.scss */
  .GlovalNavArea__list__subnav {
    box-shadow: none;
  }
}
/* line 420, ../scss/_header.scss */
.GlovalNavArea__list__subnav li {
  position: relative;
}
/* line 423, ../scss/_header.scss */
.GlovalNavArea__list__subnav li:before {
  content: "";
  background-image: url(/resources/images/common/arrow_gr.svg);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: calc(50% - 9px);
  left: 10px;
  line-height: 0;
}
@media only screen and (max-width: 736px) {
  /* line 423, ../scss/_header.scss */
  .GlovalNavArea__list__subnav li:before {
    display: none;
  }
}
/* line 441, ../scss/_header.scss */
.GlovalNavArea__list__subnav li a,
.GlovalNavArea__list__subnav li span {
  height: 3.5em;
  text-align: left;
  justify-content: inherit;
  padding-left: 35px;
  font-size: 1.3rem;
}
@media only screen and (max-width: 736px) {
  /* line 441, ../scss/_header.scss */
  .GlovalNavArea__list__subnav li a,
  .GlovalNavArea__list__subnav li span {
    height: auto;
  }
}
/* line 457, ../scss/_header.scss */
.GlovalNavArea .SubToggle {
  position: relative;
}
/* line 460, ../scss/_header.scss */
.GlovalNavArea .SubToggle:before {
  position: absolute;
  font-family: "icomoon";
  content: "\e904";
  width: 24px;
  height: 24px;
  top: calc(50% - 12px);
  right: 12px;
  font-size: 26px;
  color: #004ea2;
}
@media only screen and (max-width: 900px) {
  /* line 460, ../scss/_header.scss */
  .GlovalNavArea .SubToggle:before {
    top: calc(50% - 8px);
  }
}
@media only screen and (max-width: 736px) {
  /* line 460, ../scss/_header.scss */
  .GlovalNavArea .SubToggle:before {
    font-family: "sans-serif";
    content: "＋";
    font-size: 20px;
    right: calc(2% + 60px);
  }
}
/* line 483, ../scss/_header.scss */
.GlovalNavArea .SubToggle.active:before {
  font-family: "icomoon";
  content: "\e90b";
}
@media only screen and (max-width: 736px) {
  /* line 483, ../scss/_header.scss */
  .GlovalNavArea .SubToggle.active:before {
    font-family: "sans-serif";
    content: "－";
  }
}
@media only screen and (max-width: 736px) {
  /* line 308, ../scss/_header.scss */
  .GlovalNavArea {
    width: 100%;
    margin: auto;
  }
  /* line 498, ../scss/_header.scss */
  .GlovalNavArea nav {
    width: 100%;
  }
  /* line 502, ../scss/_header.scss */
  .GlovalNavArea__list {
    display: block;
  }
  /* line 505, ../scss/_header.scss */
  .GlovalNavArea__list > li {
    width: 100%;
    height: auto;
    text-align: left;
    border-bottom: 1px solid #348ced;
    text-indent: 60px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 30px 13px;
  }
  /* line 512, ../scss/_header.scss */
  .GlovalNavArea__list > li a,
  .GlovalNavArea__list > li span {
    display: block;
    text-align: left;
    justify-content: inherit;
    padding: 12px 0;
    height: inherit;
  }
}
@media only screen and (max-width: 736px) and (max-width: 736px) {
  /* line 522, ../scss/_header.scss */
  .GlovalNavArea__list > li a:hover, .GlovalNavArea__list > li a.active,
  .GlovalNavArea__list > li span:hover,
  .GlovalNavArea__list > li span.active {
    background-color: transparent;
  }
}
@media only screen and (max-width: 736px) {
  /* line 533, ../scss/_header.scss */
  .GlovalNavArea__list > li:nth-child(1) {
    background-image: url(/resources/images/common/icon-sp/home.svg);
  }
  /* line 537, ../scss/_header.scss */
  .GlovalNavArea__list > li:nth-child(2) {
    background-image: url(/resources/images/common/icon-sp/mhw.svg);
  }
  /* line 541, ../scss/_header.scss */
  .GlovalNavArea__list > li:nth-child(3) {
    background-image: url(/resources/images/common/icon-sp/kenshin.svg);
  }
  /* line 545, ../scss/_header.scss */
  .GlovalNavArea__list > li:nth-child(4) {
    background-image: url(/resources/images/common/icon-sp/health.svg);
  }
  /* line 549, ../scss/_header.scss */
  .GlovalNavArea__list > li:nth-child(5) {
    background-image: url(/resources/images/common/icon-sp/tetsuduki.svg);
  }
  /* line 554, ../scss/_header.scss */
  .GlovalNavArea__list > li > li:hover {
    background-color: transparent;
  }
  /* line 558, ../scss/_header.scss */
  .GlovalNavArea__list > li > li:last-child {
    border-bottom: none;
  }
  /* line 564, ../scss/_header.scss */
  .GlovalNavArea__list__subnav {
    width: 100%;
    display: none;
    position: relative;
    top: 0;
    left: 0;
    z-index: 100;
  }
  /* line 572, ../scss/_header.scss */
  .GlovalNavArea__list__subnav li {
    display: block;
    border-top: 1px solid #b4ede0;
    background-color: #e8fffa;
    height: inherit;
  }
  /* line 578, ../scss/_header.scss */
  .GlovalNavArea__list__subnav li a,
  .GlovalNavArea__list__subnav li span {
    display: block;
    text-align: left;
    padding: 10px 0;
    height: inherit;
    line-height: 1.0em;
  }
  /* line 595, ../scss/_header.scss */
  .GlovalNavArea .GuideNavi {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #fff;
  }
  /* line 605, ../scss/_header.scss */
  .GlovalNavArea .GuideNavi li {
    width: 48%;
    border: 1px solid #ccc;
    padding: 5px;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  /* line 611, ../scss/_header.scss */
  .GlovalNavArea .GuideNavi li a {
    text-decoration: none;
    color: #222;
    text-align: center;
  }
  /* line 619, ../scss/_header.scss */
  .GlovalNavArea .GuideNavi li:first-child {
    margin-right: 10px;
  }
  /* line 626, ../scss/_header.scss */
  .GlovalNavArea .CloseBtnArea .CloseBtnBlock {
    background-color: #004ea2;
    width: 8em;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 20px auto 100px;
    color: #fff;
    padding: 5px 0 5px 10px;
    position: relative;
    text-align: center;
  }
  /* line 636, ../scss/_header.scss */
  .GlovalNavArea .CloseBtnArea .CloseBtnBlock:before {
    font-family: "icomoon";
    content: "\e90c";
    position: absolute;
    left: 6%;
    top: 7px;
    display: block;
    width: 13px;
    height: 13px;
  }
}
/* line 650, ../scss/_header.scss */
.GlovalNavArea.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 8000;
}

@media only screen and (max-width: 736px) {
  /* line 659, ../scss/_header.scss */
  .PointArea {
    padding: 0 10px 0;
  }
  /* line 662, ../scss/_header.scss */
  .PointArea p {
    background-color: #c8e2ff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
    margin-top: 10px;
  }
  /* line 670, ../scss/_header.scss */
  .PointArea p a {
    text-decoration: none;
    display: block;
  }
  /* line 674, ../scss/_header.scss */
  .PointArea p a:hover {
    color: #004ea2;
  }

  /* line 681, ../scss/_header.scss */
  .UsermenuSP {
    border-bottom: 2px solid #ccc;
    padding: 0 10px 15px;
  }
  /* line 685, ../scss/_header.scss */
  .UsermenuSP ul {
    display: flex;
  }
  /* line 688, ../scss/_header.scss */
  .UsermenuSP ul li {
    padding: 5px;
    background-color: #004ea2;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 48%;
    width: 48%;
    text-align: center;
  }
  /* line 696, ../scss/_header.scss */
  .UsermenuSP ul li:first-child {
    margin-right: 10px;
  }
  /* line 699, ../scss/_header.scss */
  .UsermenuSP ul li:first-child a {
    background-image: url(/resources/images/common/icon-sp/mail.svg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 5% center;
  }
  /* line 707, ../scss/_header.scss */
  .UsermenuSP ul li:nth-child(2) a {
    background-image: url(/resources/images/common/icon-sp/acount.svg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 5% center;
  }
  /* line 714, ../scss/_header.scss */
  .UsermenuSP ul li a {
    color: #fff;
    text-decoration: none;
    position: relative;
    display: block;
  }
  /* line 720, ../scss/_header.scss */
  .UsermenuSP ul li a span {
    border-radius: 50%;
    position: absolute;
    right: -15px;
    top: -16px;
    width: 2em;
    background-color: red;
    font-size: 11px;
  }
}
/* line 737, ../scss/_header.scss */
.header_login .GuideArea,
.header_form .GuideArea {
  max-width: 1000px;
  height: 112px;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  justify-content: space-between;
}
@media only screen and (max-width: 900px) {
  /* line 737, ../scss/_header.scss */
  .header_login .GuideArea,
  .header_form .GuideArea {
    width: 100%;
    height: 110px;
  }
}
@media only screen and (max-width: 736px) {
  /* line 737, ../scss/_header.scss */
  .header_login .GuideArea,
  .header_form .GuideArea {
    display: block;
    width: 100%;
    height: auto;
  }
  /* line 758, ../scss/_header.scss */
  .header_login .GuideArea .pc,
  .header_form .GuideArea .pc {
    display: none;
  }
}
/* line 763, ../scss/_header.scss */
.header_login .GuideArea__logo,
.header_form .GuideArea__logo {
  margin-right: auto;
  width: 320px;
  text-align: left;
  margin-left: 10px;
}
@media only screen and (max-width: 736px) {
  /* line 763, ../scss/_header.scss */
  .header_login .GuideArea__logo,
  .header_form .GuideArea__logo {
    width: auto;
    padding: 0;
    margin-left: 5px;
  }
}
/* line 776, ../scss/_header.scss */
.header_login .GuideArea__mhwlogo,
.header_form .GuideArea__mhwlogo {
  margin-right: auto;
  width: 320px;
  text-align: left;
  margin-left: 0;
}
/* line 782, ../scss/_header.scss */
.header_login .GuideArea__mhwlogo img,
.header_form .GuideArea__mhwlogo img {
  width: 100%;
  margin-left: 0;
}
@media only screen and (max-width: 900px) {
  /* line 776, ../scss/_header.scss */
  .header_login .GuideArea__mhwlogo,
  .header_form .GuideArea__mhwlogo {
    width: 90%;
  }
}
@media only screen and (max-width: 736px) {
  /* line 776, ../scss/_header.scss */
  .header_login .GuideArea__mhwlogo,
  .header_form .GuideArea__mhwlogo {
    padding: 3px 0 5px 5px;
    width: 120px;
    margin: 0;
    z-index: 20;
  }
  /* line 797, ../scss/_header.scss */
  .header_login .GuideArea__mhwlogo img,
  .header_form .GuideArea__mhwlogo img {
    width: 100%;
    margin: 0;
  }
}
/* line 804, ../scss/_header.scss */
.header_login .GuideArea__sitename,
.header_form .GuideArea__sitename {
  font-size: 13px;
  padding: 3px 0 0 10px;
}
@media only screen and (max-width: 736px) {
  /* line 804, ../scss/_header.scss */
  .header_login .GuideArea__sitename,
  .header_form .GuideArea__sitename {
    display: none;
  }
}
/* line 813, ../scss/_header.scss */
.header_login .GuideArea__hklogo,
.header_form .GuideArea__hklogo {
  width: 300px;
  text-align: right;
  margin-top: 40px;
  margin-left: auto;
  margin-right: 0;
}
@media only screen and (max-width: 900px) {
  /* line 813, ../scss/_header.scss */
  .header_login .GuideArea__hklogo,
  .header_form .GuideArea__hklogo {
    position: absolute;
    top: 35px;
    right: 10px;
    margin-top: 0;
  }
}
/* line 827, ../scss/_header.scss */
.header_login .GuideArea__hklogo img,
.header_form .GuideArea__hklogo img {
  margin: 0;
}
@media only screen and (max-width: 736px) {
  /* line 813, ../scss/_header.scss */
  .header_login .GuideArea__hklogo,
  .header_form .GuideArea__hklogo {
    width: 120px;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  /* line 837, ../scss/_header.scss */
  .header_login .GuideArea__hklogo img,
  .header_form .GuideArea__hklogo img {
    width: 100%;
  }
}

/* line 845, ../scss/_header.scss */
.header_form {
  border-bottom: 2px solid #ccc;
}

/* line 852, ../scss/_header.scss */
.kenshin .GlovalNavArea__list > li:nth-child(3) > a,
.kenshin .GlovalNavArea__list > li:nth-child(3) > span {
  background-color: #d0f9f0;
}
@media only screen and (max-width: 736px) {
  /* line 852, ../scss/_header.scss */
  .kenshin .GlovalNavArea__list > li:nth-child(3) > a,
  .kenshin .GlovalNavArea__list > li:nth-child(3) > span {
    background-color: transparent;
  }
}

/* line 865, ../scss/_header.scss */
.health .GlovalNavArea__list > li:nth-child(4) > a,
.health .GlovalNavArea__list > li:nth-child(4) > span {
  background-color: #d0f9f0;
}
@media only screen and (max-width: 736px) {
  /* line 865, ../scss/_header.scss */
  .health .GlovalNavArea__list > li:nth-child(4) > a,
  .health .GlovalNavArea__list > li:nth-child(4) > span {
    background-color: transparent;
  }
}

/* line 877, ../scss/_header.scss */
.meisai .GlovalNavArea__list > li:nth-child(2) > a,
.meisai .GlovalNavArea__list > li:nth-child(2) > span {
  background-color: #d0f9f0;
}
@media only screen and (max-width: 736px) {
  /* line 877, ../scss/_header.scss */
  .meisai .GlovalNavArea__list > li:nth-child(2) > a,
  .meisai .GlovalNavArea__list > li:nth-child(2) > span {
    background-color: transparent;
  }
}

/* line 889, ../scss/_header.scss */
.tetsuduki .GlovalNavArea__list > li:nth-child(5) > a,
.tetsuduki .GlovalNavArea__list > li:nth-child(5) > span {
  background-color: #d0f9f0;
}
@media only screen and (max-width: 736px) {
  /* line 889, ../scss/_header.scss */
  .tetsuduki .GlovalNavArea__list > li:nth-child(5) > a,
  .tetsuduki .GlovalNavArea__list > li:nth-child(5) > span {
    background-color: transparent;
  }
}

/* line 901, ../scss/_header.scss */
.SP__user p {
  text-align: right;
  padding: 10px 10px 0;
  margin: 0;
}

/* line 2, ../scss/_footer.scss */
footer {
  min-width: 1000px;
}
@media only screen and (max-width: 900px) {
  /* line 2, ../scss/_footer.scss */
  footer {
    min-width: 100%;
  }
}
/* line 7, ../scss/_footer.scss */
footer p,
footer img {
  margin: 0 auto;
}
@media only screen and (max-width: 736px) {
  /* line 12, ../scss/_footer.scss */
  footer img {
    width: 100%;
  }
}

/* line 18, ../scss/_footer.scss */
.BackBtnTop {
  text-align: right;
  margin: 0;
  padding: 10px 0;
  width: 48px;
  height: 48px;
  position: fixed;
  right: 10px;
  bottom: 0;
  z-index: 7000;
}
@media only screen and (max-width: 736px) {
  /* line 18, ../scss/_footer.scss */
  .BackBtnTop {
    margin-right: 10px;
    width: 32px;
    height: 32px;
    right: 0;
  }
}
/* line 35, ../scss/_footer.scss */
.BackBtnTop a {
  display: block;
  width: 48px;
  height: 48px;
  background-color: #004ea2;
  color: #fff;
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
@media only screen and (max-width: 736px) {
  /* line 35, ../scss/_footer.scss */
  .BackBtnTop a {
    margin-right: 10px;
    width: 32px;
    height: 32px;
  }
}
/* line 49, ../scss/_footer.scss */
.BackBtnTop a span {
  display: none;
}
/* line 52, ../scss/_footer.scss */
.BackBtnTop a:before {
  font-family: 'icomoon';
  content: "\e90b";
  position: absolute;
  top: 12px;
  left: 0;
  font-size: 48px;
}
@media only screen and (max-width: 736px) {
  /* line 52, ../scss/_footer.scss */
  .BackBtnTop a:before {
    top: 4px;
    left: 0;
    font-size: 32px;
  }
}

/* line 68, ../scss/_footer.scss */
.footer,
.footer_form {
  position: relative;
  width: 100%;
  padding-top: 30px;
  background-color: #f2f2f2;
  border-top: 3px solid #348ced;
}
@media only screen and (max-width: 736px) {
  /* line 68, ../scss/_footer.scss */
  .footer,
  .footer_form {
    padding-top: 0;
  }
}
/* line 78, ../scss/_footer.scss */
.footer .wrapper,
.footer_form .wrapper {
  display: flex;
  padding: 0 20px;
}
@media only screen and (max-width: 900px) {
  /* line 78, ../scss/_footer.scss */
  .footer .wrapper,
  .footer_form .wrapper {
    width: 95%;
    padding: 0;
  }
}
@media only screen and (max-width: 736px) {
  /* line 78, ../scss/_footer.scss */
  .footer .wrapper,
  .footer_form .wrapper {
    padding: 0;
    flex-direction: column-reverse;
    margin: 0 auto;
    width: 90%;
  }
}
/* line 92, ../scss/_footer.scss */
.footer .AdminArea,
.footer_form .AdminArea {
  width: 40%;
  text-align: left;
}
@media only screen and (max-width: 736px) {
  /* line 92, ../scss/_footer.scss */
  .footer .AdminArea,
  .footer_form .AdminArea {
    width: auto;
    margin: 0 0 10px;
  }
}
/* line 100, ../scss/_footer.scss */
.footer .AdminArea__desk,
.footer_form .AdminArea__desk {
  margin-top: 30px;
}
@media only screen and (max-width: 736px) {
  /* line 100, ../scss/_footer.scss */
  .footer .AdminArea__desk,
  .footer_form .AdminArea__desk {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
/* line 106, ../scss/_footer.scss */
.footer .AdminArea__desk p,
.footer_form .AdminArea__desk p {
  font-size: 1.4rem;
  color: #004ea2;
}
@media only screen and (max-width: 736px) {
  /* line 106, ../scss/_footer.scss */
  .footer .AdminArea__desk p,
  .footer_form .AdminArea__desk p {
    font-size: 1.3rem;
  }
}
/* line 113, ../scss/_footer.scss */
.footer .AdminArea__desk strong,
.footer_form .AdminArea__desk strong {
  font-size: 1.6rem;
  color: #004ea2;
}
@media only screen and (max-width: 736px) {
  /* line 113, ../scss/_footer.scss */
  .footer .AdminArea__desk strong,
  .footer_form .AdminArea__desk strong {
    font-size: 1.3rem;
  }
}
/* line 122, ../scss/_footer.scss */
.footer .FooterNavArea,
.footer_form .FooterNavArea {
  width: 40%;
  text-align: left;
  box-sizing: border-box;
}
@media only screen and (max-width: 900px) {
  /* line 122, ../scss/_footer.scss */
  .footer .FooterNavArea,
  .footer_form .FooterNavArea {
    width: 30%;
  }
}
@media only screen and (max-width: 736px) {
  /* line 122, ../scss/_footer.scss */
  .footer .FooterNavArea,
  .footer_form .FooterNavArea {
    width: 100%;
  }
}
/* line 132, ../scss/_footer.scss */
.footer .FooterNavArea__list,
.footer_form .FooterNavArea__list {
  margin: 0;
}
@media only screen and (max-width: 736px) {
  /* line 132, ../scss/_footer.scss */
  .footer .FooterNavArea__list,
  .footer_form .FooterNavArea__list {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 15px;
  }
}
/* line 140, ../scss/_footer.scss */
.footer .FooterNavArea__list li,
.footer_form .FooterNavArea__list li {
  position: relative;
}
/* line 142, ../scss/_footer.scss */
.footer .FooterNavArea__list li a,
.footer_form .FooterNavArea__list li a {
  text-decoration: none;
  font-size: 1.4rem;
  padding: 0.8em 0;
}
/* line 146, ../scss/_footer.scss */
.footer .FooterNavArea__list li a:before,
.footer_form .FooterNavArea__list li a:before {
  font-family: 'icomoon';
  content: "\e90a";
  position: absolute;
  top: 2px;
  left: -1.2em;
  color: #348ced;
}
@media only screen and (max-width: 736px) {
  /* line 142, ../scss/_footer.scss */
  .footer .FooterNavArea__list li a,
  .footer_form .FooterNavArea__list li a {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 736px) {
  /* line 140, ../scss/_footer.scss */
  .footer .FooterNavArea__list li,
  .footer_form .FooterNavArea__list li {
    height: 1.8em;
    margin: 0.2em 0;
  }
  /* line 161, ../scss/_footer.scss */
  .footer .FooterNavArea__list li:nth-child(2n-1),
  .footer_form .FooterNavArea__list li:nth-child(2n-1) {
    width: 43%;
  }
  /* line 164, ../scss/_footer.scss */
  .footer .FooterNavArea__list li:nth-child(2n),
  .footer_form .FooterNavArea__list li:nth-child(2n) {
    width: 57%;
  }
}
/* line 171, ../scss/_footer.scss */
.footer .MHWAppArea,
.footer_form .MHWAppArea {
  width: 20%;
}
/* line 174, ../scss/_footer.scss */
.footer .MHWAppArea__list li,
.footer_form .MHWAppArea__list li {
  margin-bottom: 10px;
}
@media only screen and (max-width: 736px) {
  /* line 179, ../scss/_footer.scss */
  .footer .MHWAppArea img,
  .footer_form .MHWAppArea img {
    width: 100%;
  }
}
/* line 184, ../scss/_footer.scss */
.footer .copyright,
.footer_form .copyright {
  font-size: 1.2rem;
  padding: 50px 0 10px;
  color: #004ea2;
  text-align: center;
}
@media only screen and (max-width: 736px) {
  /* line 184, ../scss/_footer.scss */
  .footer .copyright,
  .footer_form .copyright {
    font-size: 1.0rem;
    padding-top: 10px;
    padding-left: 20px;
    text-align: left;
  }
}
/* line 196, ../scss/_footer.scss */
.footer .SP__appdl,
.footer_form .SP__appdl {
  border: 2px solid #fff;
  width: 95%;
  padding-bottom: 10px;
  max-width: 360px;
  margin-left: 2.5%;
}
/* line 202, ../scss/_footer.scss */
.footer .SP__appdl__logo,
.footer_form .SP__appdl__logo {
  padding: 10px 20px 20px;
  text-align: left;
}
/* line 205, ../scss/_footer.scss */
.footer .SP__appdl__logo img,
.footer_form .SP__appdl__logo img {
  width: 80%;
  max-width: 400px;
}
/* line 210, ../scss/_footer.scss */
.footer .SP__appdl__list,
.footer_form .SP__appdl__list {
  display: flex;
  flex-direction: row;
}
/* line 213, ../scss/_footer.scss */
.footer .SP__appdl__list li,
.footer_form .SP__appdl__list li {
  font-size: 1.4rem;
  width: 50%;
  text-align: center;
}
/* line 217, ../scss/_footer.scss */
.footer .SP__appdl__list li img,
.footer_form .SP__appdl__list li img {
  height: auto;
  width: 80%;
  max-width: 200px;
}
/* line 225, ../scss/_footer.scss */
.footer .SP__mhwlogo,
.footer_form .SP__mhwlogo {
  text-align: left;
  margin-top: 20px;
  padding-left: 20px;
}
/* line 229, ../scss/_footer.scss */
.footer .SP__mhwlogo img,
.footer_form .SP__mhwlogo img {
  width: 80%;
  max-width: 180px;
}

/* line 236, ../scss/_footer.scss */
.footer_form .FooterNavArea__list {
  flex-direction: column;
}
/* line 239, ../scss/_footer.scss */
.footer_form .FooterNavArea__list li:nth-child(2n-1) {
  width: 100%;
}
/* line 242, ../scss/_footer.scss */
.footer_form .FooterNavArea__list li:nth-child(2n) {
  width: 100%;
}

/* line 124, ../scss/_layout.scss */
html {
  font-size: 62.5%;
}

/* line 128, ../scss/_layout.scss */
html {
  min-width: 950px;
}
@media only screen and (max-width: 900px) {
  /* line 128, ../scss/_layout.scss */
  html {
    min-width: 100%;
  }
}

/* line 136, ../scss/_layout.scss */
body {
  font-size: 1.6rem;
  text-align: center;
  font-family: 'Hiragino Kaku Gothic Pro', Meiryo, 'ヒラギノ角ゴ Pro W3', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
@media only screen and (max-width: 736px) {
  /* line 136, ../scss/_layout.scss */
  body {
    min-width: 320px;
    color: #222;
  }
}

/* line 147, ../scss/_layout.scss */
main {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 20px;
}

/* line 153, ../scss/_layout.scss */
p {
  font-size: 1.6rem;
  line-height: 1.6em;
  text-align: left;
  max-width: 950px;
  margin: 1em auto;
}
@media only screen and (max-width: 736px) {
  /* line 153, ../scss/_layout.scss */
  p {
    font-size: 1.4rem;
  }
}

/* line 165, ../scss/_layout.scss */
h1 {
  font-size: 2.6rem;
  line-height: 1.6em;
  text-align: left;
}
@media only screen and (max-width: 900px) {
  /* line 165, ../scss/_layout.scss */
  h1 {
    font-size: 1.6rem;
  }
}

/* line 175, ../scss/_layout.scss */
h2 {
  font-size: 2.0rem;
  line-height: 1.6em;
  text-align: left;
}
@media only screen and (max-width: 900px) {
  /* line 175, ../scss/_layout.scss */
  h2 {
    font-size: 1.6rem;
  }
}

/* line 185, ../scss/_layout.scss */
h3 {
  font-size: 1.8rem;
  line-height: 1.6em;
  text-align: left;
}
@media only screen and (max-width: 900px) {
  /* line 185, ../scss/_layout.scss */
  h3 {
    font-size: 1.4rem;
  }
}

/* line 195, ../scss/_layout.scss */
h4 {
  font-size: 1.6rem;
  line-height: 1.6em;
  text-align: left;
}
@media only screen and (max-width: 900px) {
  /* line 195, ../scss/_layout.scss */
  h4 {
    font-size: 1.4rem;
  }
}

/* line 205, ../scss/_layout.scss */
ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 1.6rem;
  line-height: 1.6em;
  text-align: left;
}
@media only screen and (max-width: 900px) {
  /* line 205, ../scss/_layout.scss */
  ul,
  ol,
  li {
    font-size: 1.3rem;
  }
}

/* line 221, ../scss/_layout.scss */
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 1.6rem;
  line-height: 1.6em;
  text-align: left;
}
@media only screen and (max-width: 900px) {
  /* line 221, ../scss/_layout.scss */
  dl,
  dt,
  dd {
    font-size: 1.3rem;
  }
}

/* line 238, ../scss/_layout.scss */
.pageTitle {
  margin-top: 0;
  height: 95px;
  display: flex;
  align-items: center;
  align-content: center;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-image: url(/resources/images/common/h1/h1_common.png);
  background-size: 100% 6px;
  background-color: #f1fffb;
}
@media only screen and (max-width: 900px) {
  /* line 238, ../scss/_layout.scss */
  .pageTitle {
    height: 70px;
  }
}
@media only screen and (max-width: 736px) {
  /* line 238, ../scss/_layout.scss */
  .pageTitle {
    height: 55px;
    margin-top: 55px;
  }
}
/* line 259, ../scss/_layout.scss */
.pageTitle h1 {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  font-size: 2.6rem;
  padding-left: 2%;
  color: #004ea2;
  text-align: left;
  line-height: 1.0em;
  display: block;
}
@media only screen and (max-width: 900px) {
  /* line 259, ../scss/_layout.scss */
  .pageTitle h1 {
    font-size: 2.0rem;
  }
}
@media only screen and (max-width: 736px) {
  /* line 259, ../scss/_layout.scss */
  .pageTitle h1 {
    font-size: 1.6rem;
    padding-left: 15px;
  }
}
/* line 279, ../scss/_layout.scss */
.pageTitle h1 span {
  display: block;
  font-size: 1.4rem;
  margin-top: -0.9em;
  margin-bottom: 0.1em;
}
@media only screen and (max-width: 900px) {
  /* line 279, ../scss/_layout.scss */
  .pageTitle h1 span {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 736px) {
  /* line 279, ../scss/_layout.scss */
  .pageTitle h1 span {
    font-size: 1.2rem;
    margin-top: -0.5em;
  }
}

/* line 298, ../scss/_layout.scss */
.kenshin .pageTitle {
  background-image: url(/resources/images/common/h1/h1_kenshin.png);
  background-size: 100% 100%;
}
@media only screen and (max-width: 736px) {
  /* line 298, ../scss/_layout.scss */
  .kenshin .pageTitle {
    background-image: url(/resources/images/common/h1/h1_kenshin_sp.png);
  }
}

/* line 309, ../scss/_layout.scss */
.mypage .pageTitle {
  background-image: url(/resources/images/common/h1/h1_mypage.png);
  background-size: 100% 100%;
}
@media only screen and (max-width: 736px) {
  /* line 309, ../scss/_layout.scss */
  .mypage .pageTitle {
    background-image: url(/resources/images/common/h1/h1_mypage_sp.png);
  }
}

/* line 320, ../scss/_layout.scss */
.health .pageTitle {
  background-image: url(/resources/images/common/h1/h1_health.png);
  background-size: 100% 100%;
}
@media only screen and (max-width: 736px) {
  /* line 320, ../scss/_layout.scss */
  .health .pageTitle {
    background-image: url(/resources/images/common/h1/h1_health_sp.png);
  }
}

/* line 331, ../scss/_layout.scss */
.meisai .pageTitle {
  background-image: url(/resources/images/common/h1/h1_meisai.png);
  background-size: 100% 100%;
}
@media only screen and (max-width: 736px) {
  /* line 331, ../scss/_layout.scss */
  .meisai .pageTitle {
    background-image: url(/resources/images/common/h1/h1_meisai_sp.png);
  }
}

/* line 341, ../scss/_layout.scss */
h1.noStyle {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 1.6rem;
}
@media only screen and (max-width: 736px) {
  /* line 341, ../scss/_layout.scss */
  h1.noStyle {
    font-size: 1.4rem;
  }
}

/* line 352, ../scss/_layout.scss */
h2.normalType {
  padding: 10px;
  margin-top: 0;
  border-bottom: solid 3px #b9b9b9;
  position: relative;
  text-align: left;
}
/* line 359, ../scss/_layout.scss */
h2.normalType:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #83cfbe;
  bottom: -3px;
  width: 86px;
  left: 0;
}
@media only screen and (max-width: 736px) {
  /* line 352, ../scss/_layout.scss */
  h2.normalType {
    font-size: 1.6rem;
    padding: 5px;
    margin-top: 0;
    border-bottom: solid 3px #b9b9b9;
  }
  /* line 375, ../scss/_layout.scss */
  h2.normalType:after {
    border-bottom: solid 3px #83cfbe;
    bottom: -3px;
  }
}

/* line 382, ../scss/_layout.scss */
h3.normalType {
  text-align: left;
  font-size: 1.8rem;
  position: relative;
  padding: 0 50px;
  margin-top: 40px;
}
/* line 389, ../scss/_layout.scss */
h3.normalType:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  top: -1px;
  left: 0px;
  background-image: url(/resources/images/common/h3_icon.png);
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 736px) {
  /* line 382, ../scss/_layout.scss */
  h3.normalType {
    font-size: 1.6rem;
    padding: 0 30px;
    margin-top: 30px;
  }
  /* line 407, ../scss/_layout.scss */
  h3.normalType:before {
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
    top: 5px;
    left: 0;
  }
}

/* line 417, ../scss/_layout.scss */
h4.normalType {
  text-align: left;
  border-left: 3px solid #52c9af;
  padding-left: 8px;
  margin-top: 20px;
}

/*.breadcrumb {
    font-size: 1.4rem;
    text-align: left;
    padding: 0;
    @include max-screen($sp_bp) {
        overflow-x: auto;
        white-space: nowrap;
        font-size: 1.2rem;
        div {
            display: inline-block;
            padding: 5px 1em;
        }
    }
}*/
/* line 440, ../scss/_layout.scss */
.breadcrumb {
  font-size: 1.4rem;
  text-align: left;
  max-width: 1000px;
  padding: 5px 0 10px;
}
@media only screen and (max-width: 736px) {
  /* line 440, ../scss/_layout.scss */
  .breadcrumb {
    font-size: 1.2rem;
    padding: 5px 0;
  }
}

/* line 453, ../scss/_layout.scss */
.submenu ul {
  margin: 0 0 20px;
  padding: 0;
  display: flex;
  align-items: center;
  align-content: center;
  border: 1px solid #52c9af;
  box-sizing: border-box;
}
/* line 462, ../scss/_layout.scss */
.submenu ul li {
  border-right: 1px solid #52c9af;
  font-size: 1.6rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  align-content: center;
  height: 2.5em;
  text-align: center;
  flex-grow: 1;
  width: 100%;
}
/* line 474, ../scss/_layout.scss */
.submenu ul li:last-child {
  border-right: none;
}
@media only screen and (max-width: 736px) {
  /* line 474, ../scss/_layout.scss */
  .submenu ul li:last-child {
    border-right-width: 1px;
    border-right: 1px solid #52c9af;
  }
}
/* line 483, ../scss/_layout.scss */
.submenu ul li.half {
  width: 50%;
}
@media only screen and (max-width: 736px) {
  /* line 462, ../scss/_layout.scss */
  .submenu ul li {
    height: auto;
  }
}
@media only screen and (max-width: 900px) {
  /* line 462, ../scss/_layout.scss */
  .submenu ul li {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 900px) {
  /* line 497, ../scss/_layout.scss */
  .submenu ul h1 {
    font-size: 1.2rem;
    line-height: 1.4em;
  }
}
@media only screen and (max-width: 736px) {
  /* line 453, ../scss/_layout.scss */
  .submenu ul {
    border: none;
    flex-wrap: wrap;
  }
  /* line 507, ../scss/_layout.scss */
  .submenu ul li {
    width: 50%;
    border: 1px solid #52c9af;
    border-left-width: 0;
    box-sizing: border-box;
    font-size: 1.2rem;
    height: 2.8em;
    flex-grow: 0;
  }
  /* line 516, ../scss/_layout.scss */
  .submenu ul li:nth-child(2n+1) {
    border-left-width: 1px;
  }
  /* line 520, ../scss/_layout.scss */
  .submenu ul li:nth-child(n+3) {
    border-top-width: 0;
  }
}
/* line 527, ../scss/_layout.scss */
.submenu a,
.submenu span {
  width: 100%;
  height: 2.5em;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  color: #000;
  text-decoration: none;
  text-align: center;
}
/* line 539, ../scss/_layout.scss */
.submenu a:hover,
.submenu span:hover {
  background-color: #348ced;
  color: #FFF;
}
/* line 544, ../scss/_layout.scss */
.submenu a.current,
.submenu span.current {
  background-color: #52c9af;
  color: #FFF;
}
@media only screen and (max-width: 736px) {
  /* line 527, ../scss/_layout.scss */
  .submenu a,
  .submenu span {
    height: 2.8em;
  }
}

/* line 556, ../scss/_layout.scss */
.wrapper {
  clear: both;
  width: 95%;
  max-width: 1000px;
  margin: auto;
}
@media only screen and (max-width: 736px) {
  /* line 556, ../scss/_layout.scss */
  .wrapper {
    width: 90%;
  }
}

/* line 567, ../scss/_layout.scss */
table {
  width: 100%;
  max-width: 900px;
  font-size: 1.4rem;
  line-height: 1.6em;
  margin: 0 auto;
  border: 2px solid #ccc;
  border-collapse: collapse;
  margin: 0 auto;
  border-spacing: 0;
  table-layout: auto;
}
/* line 579, ../scss/_layout.scss */
table th,
table td {
  padding: 10px 5px;
  text-align: center;
  font-weight: normal;
  border: 1px solid #ccc;
  margin: 0;
  width: auto;
}
/* line 589, ../scss/_layout.scss */
table th {
  color: #385498;
  background-color: #deedfe;
  font-weight: bold;
}
/* line 595, ../scss/_layout.scss */
table th.blue {
  background-color: #348ced;
  color: #fff;
  font-weight: bold;
}
/* line 602, ../scss/_layout.scss */
table tr.blue th {
  background-color: #348ced;
  color: #fff;
  font-weight: bold;
}
/* line 610, ../scss/_layout.scss */
table tr.white th {
  background-color: #fff;
  color: #222;
  font-weight: normal;
}
@media only screen and (max-width: 736px) {
  /* line 567, ../scss/_layout.scss */
  table {
    width: 95%;
    font-size: 1.3rem;
  }
}
/* line 622, ../scss/_layout.scss */
table tr.line {
  border-bottom: double #ccc;
}

/* line 627, ../scss/_layout.scss */
.item_btn {
  text-align: center;
}
/* line 630, ../scss/_layout.scss */
.item_btn a {
  display: block;
  background-color: #385498;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 4px #a2c4e8;
  width: 16em;
  font-size: 1.6rem;
  margin: 0 auto;
}
@media only screen and (max-width: 736px) {
  /* line 630, ../scss/_layout.scss */
  .item_btn a {
    font-size: 1.4rem;
  }
}
/* line 650, ../scss/_layout.scss */
.item_btn.wide a {
  padding: 30px 10px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 736px) {
  /* line 650, ../scss/_layout.scss */
  .item_btn.wide a {
    padding: 15px 10px;
    font-size: 1.4rem;
  }
}

/* line 663, ../scss/_layout.scss */
.item_btn input[type="submit"],
.item_btn button[type="submit"] {
  display: block;
  margin: 10px auto;
  background-color: #385498;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 12px 15px;
  box-sizing: border-box;
  border: none;
  width: 16em;
  font-size: 1.8rem;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 4px #a2c4e8;
  -webkit-appearance: none;
  cursor: pointer;
  font-size: 1.8rem;
}
@media only screen and (max-width: 736px) {
  /* line 663, ../scss/_layout.scss */
  .item_btn input[type="submit"] {
    padding: 10px 10px;
    font-size: 1.4rem;
  }
}
/* line 688, ../scss/_layout.scss */
.item_btn.wide a {
  padding: 30px 10px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 736px) {
  /* line 688, ../scss/_layout.scss */
  .item_btn.wide a {
    padding: 15px 10px;
    font-size: 1.4rem;
  }
}

/* line 701, ../scss/_layout.scss */
.item_btn input[type="submit"].redo {
  background-color: #999;
  color: #fff;
  box-shadow: 0 4px #ccc;
}

/* line 711, ../scss/_layout.scss */
.item_btn.next {
  margin: 20px auto 0;
}
/* line 714, ../scss/_layout.scss */
.item_btn.next a {
  background-color: #fff;
  border: 2px solid #004ea2;
  color: #222;
  box-shadow: none;
  position: relative;
  font-size: 1.4rem;
  padding: 8px;
  width: 18em;
}
/* line 715, ../scss/_layout.scss */
.item_btn.next a:before {
  display: block;
  font-family: 'icomoon' !important;
  content: "\f138";
  width: 18px;
  height: 18px;
  font-size: 18px;
  position: absolute;
  color: navy;
}
@media only screen and (max-width: 736px) {
  /* line 714, ../scss/_layout.scss */
  .item_btn.next a {
    width: 16em;
    padding: 5px;
    margin-bottom: 5px;
  }
}
/* line 743, ../scss/_layout.scss */
.item_btn.next span {
  border-radius: 50%;
  position: absolute;
  right: -3px;
  top: -16px;
  padding: 0 8px;
  background-color: #ff5858;
  font-size: 11px;
  color: #fff;
}
@media only screen and (max-width: 736px) {
  /* line 743, ../scss/_layout.scss */
  .item_btn.next span {
    top: -12px;
  }
}
/* line 760, ../scss/_layout.scss */
.item_btn.next.or a {
  border: 2px solid #f79e76;
}
/* line 763, ../scss/_layout.scss */
.item_btn.next.or a:before {
  color: #ff5e3e;
}

/* line 779, ../scss/_layout.scss */
.item_btn.back {
  margin-top: 100px;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 736px) {
  /* line 779, ../scss/_layout.scss */
  .item_btn.back {
    flex-direction: column;
  }
}
/* line 787, ../scss/_layout.scss */
.item_btn.back a {
  background-color: #fff;
  border: 2px solid #ddd;
  color: #222;
  box-shadow: none;
  position: relative;
  font-size: 1.4rem;
  padding: 8px;
  width: 16em;
}
/* line 797, ../scss/_layout.scss */
.item_btn.back a:before {
  color: #999;
  display: block;
  font-family: 'icomoon' !important;
  content: "\f137";
  width: 18px;
  height: 18px;
  font-size: 18px;
  position: absolute;
}
@media only screen and (max-width: 736px) {
  /* line 787, ../scss/_layout.scss */
  .item_btn.back a {
    padding: 5px;
    margin-bottom: 5px;
  }
}
/* line 816, ../scss/_layout.scss */
.item_btn li + li {
  margin-left: 10px;
}
@media only screen and (max-width: 736px) {
  /* line 816, ../scss/_layout.scss */
  .item_btn li + li {
    margin-left: 0;
  }
}

/* line 827, ../scss/_layout.scss */
.pagination {
  margin-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
/* line 832, ../scss/_layout.scss */
.pagination ul {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
/* line 837, ../scss/_layout.scss */
.pagination ul li {
  display: inline-block;
  margin: 0;
  text-align: center;
}
/* line 842, ../scss/_layout.scss */
.pagination ul li a,
.pagination ul li span {
  display: block;
  padding: 2px 10px;
  box-sizing: border-box;
  border-radius: 6px;
  text-align: center;
  border: 1px solid #52c9af;
  color: #000;
  font-size: 1.3rem;
  text-decoration: none;
  background-color: #FFFFFF;
}
/* line 855, ../scss/_layout.scss */
.pagination ul li a.current, .pagination ul li a:hover,
.pagination ul li span.current,
.pagination ul li span:hover {
  background-color: #52c9af;
  color: #fff;
}
/* line 861, ../scss/_layout.scss */
.pagination ul li a.disable,
.pagination ul li span.disable {
  opacity: 0;
}

/* line 869, ../scss/_layout.scss */
.box {
  max-width: 950px;
  margin: 30px auto;
  text-align: center;
  box-sizing: border-box;
  padding: 25px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 877, ../scss/_layout.scss */
.box.white {
  background-color: #fff;
  border: 2px solid #ccc;
}
/* line 882, ../scss/_layout.scss */
.box.blue {
  background-color: #deedfe;
}

/* line 887, ../scss/_layout.scss */
.center {
  text-align: center;
}

/* line 891, ../scss/_layout.scss */
.right {
  text-align: right;
}

/* line 895, ../scss/_layout.scss */
.attention {
  color: #ff5858;
}

/* line 899, ../scss/_layout.scss */
.pdfIcon {
  position: relative;
  padding-left: 37px;
  display: block;
}
/* line 904, ../scss/_layout.scss */
.pdfIcon:before {
  background-image: url(/resources/images/common/pdficon_large.png);
  background-repeat: no-repeat;
  content: "";
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  display: block;
  position: absolute;
  top: -2px;
  left: -3px;
}

/* line 918, ../scss/_layout.scss */
.scroll {
  width: 100%;
  overflow-x: auto;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
/* line 924, ../scss/_layout.scss */
.scroll::-webkit-scrollbar {
  height: 6px;
}
/* line 929, ../scss/_layout.scss */
.scroll::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #fff;
}
/* line 934, ../scss/_layout.scss */
.scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #CCC;
}

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

/* ヘルプデスク用に追加 */
.AdminArea__desk ul,
.AdminArea__desk li {
  margin: initial;
  line-height: initial;
  text-align: initial;
  padding: initial;
  margin-left: 10px;
  list-style-type: disc;
  font-size: 12px;
  color: #FF0000;
}

/* プライバシーポリシー用に追加 */
.privacy ul,
.privacy ol,
.privacy li {
  margin: initial;
  margin-left: 22px;
  padding: initial;
  list-style-type: decimal;
  font-size: initial;
  line-height: initial;
  text-align: initial;
}

.privacy ul li {
  list-style-type: disc;
}

/**新アプリ告知追加**/   
.cp_card {
  position: relative;
  width: 90%;
  background: #ffffff;
  margin: auto;
  padding: 25px 10px 10px 10px;
	border: 2px solid #ff5858;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    text-align: left;
font-size: 14px;
    color: #ff5858;
}

/*リボンの位置*/
.cp_ribbon_1 {
  position: absolute;
  top: -6px;
  left: -6px;
}
/*リボンの設定*/
.cp_ribbon_1 .cp_ribbon {
  padding: 5px 30px 5px 10px;
  color: #ffffff;
  background-color: #ff5858;
  clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
}
/*リボンの影*/
.cp_ribbon_1::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #e72b2b;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}

.list_app{font-size: 14px;
text-align: left;
margin-bottom: 0.5em;
margin-left: 1em;
}

.list_app_title{width: 7em;
background: #FFF;
color: #004EA2;
    border: 1px solid #004EA2;
border-radius: 5px;
text-align: center;
display: inline-block;
padding: 0.2em 0;
margin-right: 0.5em;
}

.info_title {
  position: relative;
  display: flex;
  justify-content: center;/*左右中央配置*/
  padding: 15px;
    margin: 0 0;
    font-size: 20px;
    color: #52C9AE;
    font-weight: bold;
}
.info_title::before,
.info_title::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 6px;/*ボーダー全体の高さ*/
  border-color: #52C9AE;
  border-style: solid;
}
.info_title::before {/*上ボーダー*/
  top: 0;
  border-width:2px 0 1px 0;
}
.info_title::after {/*下ボーダー*/
  bottom: 0;
  border-width:1px 0 2px 0;
}
.info_title span {
  position: relative;
  display: flex;
  justify-content: center;/*左右中央配置*/
}
.info_title span::before {/*サブテキスト*/
  position: absolute;
  content: attr(title);
  top: -1.2em;
  background: #ffffff;
  font-size: 50%;
  white-space: nowrap;
  padding: 0 10px;
    font-size: 16px;
}
