@charset "UTF-8";
/*! normalize.css v6.0.0 | 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
*    IE on Windows Phone and in iOS.
*/
@import "//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css";
* {
  margin: 0;
  padding: 0; }

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

/* Forms
========================================================================== */
/**
* Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*!
 * jquery-drawer v3.2.2
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */
.drawer-open {
  overflow: hidden !important; }

.drawer-nav {
  position: fixed;
  z-index: 2;
  top: 0;
  overflow: hidden;
  width: 16.25rem;
  height: 100%;
  color: #222;
  background-color: #fff; }

.drawer-brand {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 3.75rem;
  display: block;
  padding-right: .75rem;
  padding-left: .75rem;
  text-decoration: none;
  color: #222; }

.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none; }

.drawer-menu-item {
  font-size: 1rem;
  display: block;
  padding: .75rem;
  text-decoration: none;
  color: #222; }

.drawer-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent; }

.drawer-overlay {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2); }

.drawer-open .drawer-overlay {
  display: block; }

.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1); }

.drawer--top.drawer-open .drawer-nav {
  top: 0; }

.drawer--top .drawer-hamburger, .drawer--top.drawer-open .drawer-hamburger {
  right: 0; }

.drawer--left .drawer-nav {
  left: -16.25rem;
  -webkit-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1); }

.drawer--left .drawer-hamburger, .drawer--left.drawer-open .drawer-nav, .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0; }

.drawer--left.drawer-open .drawer-hamburger {
  left: 16.25rem; }

.drawer--right .drawer-nav {
  right: -16.25rem;
  -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1); }

.drawer--right .drawer-hamburger, .drawer--right.drawer-open .drawer-nav, .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0; }

.drawer--right.drawer-open .drawer-hamburger {
  right: 16.25rem; }

.drawer-hamburger {
  position: fixed;
  z-index: 4;
  top: 0;
  display: block;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 2rem;
  padding: 0;
  padding: 18px .75rem 30px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border: 0;
  outline: 0;
  background-color: transparent; }

.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent; }

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px; }

.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #222; }

.drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  position: absolute;
  top: -10px;
  left: 0;
  content: " "; }

.drawer-hamburger-icon:after {
  top: 10px; }

.drawer-open .drawer-hamburger-icon {
  background-color: transparent; }

.drawer-open .drawer-hamburger-icon:after, .drawer-open .drawer-hamburger-icon:before {
  top: 0; }

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

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

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

.drawer--sidebar, .drawer--sidebar .drawer-contents {
  background-color: #fff; }

@media (min-width: 64em) {
  .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden; }
  .drawer--sidebar .drawer-nav {
    display: block;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%; }
  .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
    border-right: 1px solid #ddd; }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem; }
  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd; }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem; }
  .drawer--sidebar .drawer-container {
    max-width: 48rem; } }

@media (min-width: 75em) {
  .drawer--sidebar .drawer-nav {
    width: 16.25rem; }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 16.25rem; }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 16.25rem; }
  .drawer--sidebar .drawer-container {
    max-width: 60rem; } }

.drawer--navbarTopGutter {
  padding-top: 3.75rem; }

.drawer-navbar .drawer-navbar-header {
  border-bottom: 1px solid #ddd;
  background-color: #fff; }

.drawer-navbar {
  z-index: 3;
  top: 0;
  width: 100%; }

.drawer-navbar--fixed {
  position: fixed; }

.drawer-navbar-header {
  position: relative;
  z-index: 3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 3.75rem;
  padding: 0 .75rem;
  text-align: center; }

.drawer-navbar .drawer-brand {
  line-height: 3.75rem;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none; }

.drawer-navbar .drawer-brand:hover {
  background-color: transparent; }

.drawer-navbar .drawer-nav {
  padding-top: 3.75rem; }

.drawer-navbar .drawer-menu {
  padding-bottom: 7.5rem; }

@media (min-width: 64em) {
  .drawer-navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff; }
  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0; }
  .drawer-navbar .drawer-menu--right {
    float: right; }
  .drawer-navbar .drawer-menu li {
    float: left; }
  .drawer-navbar .drawer-menu-item {
    line-height: 3.75rem;
    padding-top: 0;
    padding-bottom: 0; }
  .drawer-navbar .drawer-hamburger {
    display: none; }
  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 3.75rem;
    padding-top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .drawer-navbar .drawer-menu {
    padding: 0; }
  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 16.25rem;
    border: 1px solid #ddd; }
  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: .75rem; } }

.drawer-dropdown-menu {
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff; }

.drawer-dropdown-menu > li {
  width: 100%;
  list-style: none; }

.drawer-dropdown-menu-item {
  line-height: 3.75rem;
  display: block;
  padding: 0;
  padding-right: .75rem;
  padding-left: 1.5rem;
  text-decoration: none;
  color: #222; }

.drawer-dropdown-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent; }

.drawer-dropdown.open > .drawer-dropdown-menu {
  display: block; }

.drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  -webkit-transition: opacity .2s ease,-webkit-transform .2s ease;
  transition: opacity .2s ease,-webkit-transform .2s ease;
  -o-transition: transform .2s ease,opacity .2s ease;
  transition: transform .2s ease,opacity .2s ease;
  transition: transform .2s ease,opacity .2s ease,-webkit-transform .2s ease;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.drawer-dropdown.open .drawer-caret {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.drawer-container {
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 64em) {
  .drawer-container {
    max-width: 60rem; } }

@media (min-width: 75em) {
  .drawer-container {
    max-width: 70rem; } }

body {
  color: #222;
  font-family: sans-serif;
  font-size: 3.59375vw;
  line-height: 1.6em; }
  body * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  @media screen and (min-width: 921px) {
    body {
      font-size: 16px; } }

img {
  max-width: 100%;
  max-height: 100%; }

a {
  color: #1293ff;
  text-decoration: none; }
  a:hover {
    cursor: pointer; }

.image_head {
  margin: -3.125vw auto 6.25vw auto;
  padding-top: 4.6875vw;
  font-size: 1.7em;
  font-weight: bold;
  line-height: 1.2em;
  text-align: center; }
  @media screen and (min-width: 921px) {
    .image_head {
      margin: -20px 0 50px 0;
      padding: 30px 0 0 20px;
      font-size: 2em; } }
  .image_head > span {
    display: inline-block;
    position: relative;
    color: #ff788c;
    text-align: left;
    margin-left: 11.875vw;
    border-bottom: solid 0.78125vw #ff788c; }
    @media screen and (min-width: 921px) {
      .image_head > span {
        margin-left: 76px;
        border-bottom-width: 3px; } }
    .image_head > span:before {
      content: "";
      display: block;
      float: left;
      position: absolute;
      top: 50%;
      left: 0;
      width: 11.875vw;
      height: 14.375vw;
      margin: -7.1875vw 0 -0.78125vw -14.0625vw;
      background-image: url(/img/common/image_head_dog.png);
      background-size: contain;
      background-repeat: no-repeat; }
      @media screen and (min-width: 921px) {
        .image_head > span:before {
          width: 76px;
          height: 92px;
          margin: -46px 0 -5px -90px; } }
    .image_head > span span {
      font-size: 0.7em;
      font-weight: normal; }
  .image_head.yellow > span {
    color: #ffff82;
    border-bottom-color: #ffff82; }
  .image_head.cat > span {
    margin-left: 11.875vw; }
    @media screen and (min-width: 921px) {
      .image_head.cat > span {
        margin-left: 76px;
        border-bottom-width: 3px; } }
    .image_head.cat > span:before {
      width: 12.03125vw;
      height: 15.625vw;
      margin: -9.375vw 0 -0.78125vw -14.0625vw;
      background-image: url(/img/common/image_head_cat.png); }
      @media screen and (min-width: 921px) {
        .image_head.cat > span:before {
          width: 76px;
          height: 100px;
          margin: -60px 0 -5px -90px; } }
  .image_head.cat2 > span {
    margin-left: 11.875vw; }
    @media screen and (min-width: 921px) {
      .image_head.cat2 > span {
        margin-left: 76px;
        border-bottom-width: 3px; } }
    .image_head.cat2 > span:before {
      width: 12.5vw;
      height: 12.8125vw;
      margin: -6.25vw 0 -0.78125vw -14.0625vw;
      background-image: url(/img/common/image_head_cat2.png); }
      @media screen and (min-width: 921px) {
        .image_head.cat2 > span:before {
          width: 80px;
          height: 82px;
          margin: -40px 0 -5px -90px; } }
  .image_head.bear > span {
    margin-left: 11.875vw; }
    @media screen and (min-width: 921px) {
      .image_head.bear > span {
        margin-left: 76px;
        border-bottom-width: 3px; } }
    .image_head.bear > span:before {
      width: 11.875vw;
      height: 12.8125vw;
      margin: -6.40625vw 0 -0.78125vw -14.0625vw;
      background-image: url(/img/common/image_head_bear.png); }
      @media screen and (min-width: 921px) {
        .image_head.bear > span:before {
          width: 76px;
          height: 82px;
          margin: -41px 0 -5px -90px; } }
  .image_head.bear2 > span {
    margin-left: 11.875vw; }
    @media screen and (min-width: 921px) {
      .image_head.bear2 > span {
        margin-left: 76px;
        border-bottom-width: 3px; } }
    .image_head.bear2 > span:before {
      width: 12.03125vw;
      height: 12.8125vw;
      margin: -6.40625vw 0 -0.78125vw -14.0625vw;
      background-image: url(/img/common/image_head_bear2.png); }
      @media screen and (min-width: 921px) {
        .image_head.bear2 > span:before {
          width: 77px;
          height: 82px;
          margin: -41px 0 -5px -90px; } }
  .image_head.twitter > span {
    margin-left: 12.5vw;
    font-size: 1.2em; }
    @media screen and (min-width: 921px) {
      .image_head.twitter > span {
        margin-left: 80px;
        border-bottom-width: 3px; } }
    .image_head.twitter > span:before {
      width: 10.9375vw;
      height: 10.9375vw;
      margin: -4.6875vw 0 -0.78125vw -12.5vw;
      background-image: url(/img/common/icon_twitter.png); }
      @media screen and (min-width: 921px) {
        .image_head.twitter > span:before {
          width: 70px;
          height: 70px;
          margin: -30px 0 -5px -90px; } }
  .image_head.instagram > span {
    margin-left: 12.5vw;
    font-size: 1.2em; }
    @media screen and (min-width: 921px) {
      .image_head.instagram > span {
        margin-left: 80px;
        border-bottom-width: 3px; } }
    .image_head.instagram > span:before {
      width: 10.9375vw;
      height: 10.9375vw;
      margin: -4.6875vw 0 -0.78125vw -12.5vw;
      background-image: url(/img/common/icon_instagram.png); }
      @media screen and (min-width: 921px) {
        .image_head.instagram > span:before {
          width: 70px;
          height: 70px;
          margin: -30px 0 -5px -90px; } }

.book_aqua_head {
  position: relative;
  margin-bottom: 3.125vw;
  padding: 0 0 0.25em 7.03125vw;
  color: #1293ff;
  font-size: 1.2em;
  line-height: 1.4em;
  background-image: url(/img/common/dot_line.png);
  background-size: 1.875vw auto;
  background-repeat: repeat-x;
  background-position: left bottom; }
  @media screen and (min-width: 921px) {
    .book_aqua_head {
      margin-bottom: 20px;
      padding: 0 0 0.4em 45px;
      background-size: 12px auto; } }
  .book_aqua_head:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 5.625vw;
    height: 4.6875vw;
    margin-right: 1.5625vw;
    background-image: url(/img/common/book_head_image.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }
    @media screen and (min-width: 921px) {
      .book_aqua_head:before {
        bottom: 0;
        width: 32px;
        height: 26px;
        margin-right: 10px; } }

.dot_aqua_head {
  position: relative;
  margin-bottom: 3.125vw;
  padding: 0 0 0.25em 0;
  color: #1293ff;
  font-size: 1.2em;
  line-height: 1.4em;
  background-image: url(/img/common/dot_line.png);
  background-size: 1.875vw auto;
  background-repeat: repeat-x;
  background-position: left bottom; }
  @media screen and (min-width: 921px) {
    .dot_aqua_head {
      margin-bottom: 20px;
      padding: 0 0 0.4em 0;
      background-size: 12px auto; } }

.wave_head {
  width: 90.625vw;
  height: 12.5vw;
  margin-bottom: 4.6875vw;
  padding-top: 4.0625vw;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  line-height: 1em;
  background-image: url(/img/common/wave_head.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }
  @media screen and (min-width: 921px) {
    .wave_head {
      width: 580px;
      height: 80px;
      margin: 0 auto 30px auto;
      padding-top: 30px; } }
  .wave_head.mini {
    width: 41.40625vw;
    height: 9.84375vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3.125vw;
    font-size: 1.1em;
    background-image: url(/img/common/head_wave_mini.png); }
    @media screen and (min-width: 921px) {
      .wave_head.mini {
        width: 265px;
        height: 63px;
        padding-top: 23px; } }
  .wave_head.minimini {
    width: 34.375vw;
    height: 9.84375vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3.125vw;
    font-size: 1.1em;
    background-image: url(/img/common/head_wave_minimini.png); }
    @media screen and (min-width: 921px) {
      .wave_head.minimini {
        width: 220px;
        height: 63px;
        padding-top: 23px; } }

.star_head {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 15.625vw;
  color: #1293ff;
  font-size: 1.1em;
  font-weight: bold; }
  @media screen and (min-width: 921px) {
    .star_head {
      margin-bottom: 40px;
      padding-left: 100px; } }
  .star_head:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 13.125vw;
    height: 12.5vw;
    margin-top: -7.03125vw;
    color: #ffff82;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 2.4em;
    background-image: url(/img/monitor/star.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media screen and (min-width: 921px) {
      .star_head:before {
        width: 84px;
        height: 80px;
        margin-top: -45px;
        font-size: 2.2rem;
        line-height: 2.6em; } }

.aquahead {
  margin-bottom: 1.5625vw;
  color: #1293ff;
  font-size: 1.1em;
  font-weight: bold; }
  @media screen and (min-width: 921px) {
    .aquahead {
      margin-bottom: 10px; } }

.pinkhead {
  margin-bottom: 1.5625vw;
  color: #ff8296;
  font-size: 1em;
  font-weight: bold; }
  @media screen and (min-width: 921px) {
    .pinkhead {
      margin-bottom: 10px; } }

.oval_button {
  position: relative; }
  .oval_button:before {
    content: "";
    display: block;
    position: absolute;
    top: 0.5em;
    left: 0;
    width: 100%;
    height: 2.6em;
    background-color: #1293ff;
    border-radius: 1.8em; }
    @media screen and (min-width: 921px) {
      .oval_button:before {
        height: 3em; } }
  .oval_button a {
    display: block;
    position: relative;
    padding: 0.8em 0;
    font-weight: bold;
    text-align: center;
    text-decoration: none !important;
    line-height: 1em;
    background-color: #fff;
    border: solid 0.46875vw #1293ff;
    border-radius: 2em;
    z-index: 1; }
    @media screen and (min-width: 921px) {
      .oval_button a {
        padding: 1em 0;
        background-size: 10px auto;
        border-width: 2px; } }
    .oval_button a:after {
      content: "\f105";
      position: absolute;
      top: 50%;
      right: 0.6em;
      margin: -0.6em 0 0 0;
      color: #9ad7ff;
      font-family: FontAwesome;
      font-size: 1.2em;
      line-height: 1em; }
    .oval_button a:hover {
      background-color: #fffea2; }
  .oval_button.invert a {
    color: #fff;
    background-color: #1293ff;
    border-color: #fff; }
    .oval_button.invert a:hover {
      color: #1293ff;
      background-color: #fff;
      border-color: #1293ff; }
  .oval_button.pink:before {
    background-color: #fff; }
  .oval_button.pink a {
    color: #fffea2;
    background-color: #ff8296;
    border-color: #fff; }
    .oval_button.pink a:after {
      color: #ffc5c9; }
    .oval_button.pink a:hover {
      color: #ff8296;
      background-color: #fff;
      border-color: #ff8296; }
  .oval_button.pink.window a:after {
    content: "";
    display: block;
    position: absolute;
    width: 4.21875vw;
    height: 3.28125vw;
    margin-top: -1.5625vw;
    background-image: url(/img/common/window_pink.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media screen and (min-width: 921px) {
      .oval_button.pink.window a:after {
        width: 27px;
        height: 21px;
        margin-top: -10px; } }
  .oval_button.invertpink:before {
    background-color: #ff8296; }
  .oval_button.invertpink a {
    color: #ff8296;
    background-color: #fff;
    border-color: #ff8296; }
    .oval_button.invertpink a:after {
      color: #ffc5c9; }
    .oval_button.invertpink a:hover {
      color: #fff;
      background-color: #ff8296;
      border-color: #fff; }
  .oval_button.invertpink.window a:after {
    content: "";
    display: block;
    position: absolute;
    width: 4.21875vw;
    height: 3.28125vw;
    margin-top: -1.5625vw;
    background-image: url(/img/common/window_pink.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media screen and (min-width: 921px) {
      .oval_button.invertpink.window a:after {
        width: 27px;
        height: 21px;
        margin-top: -10px; } }
  .oval_button.lightblue a {
    background-color: #e8f4ff; }
  .oval_button.yellow a {
    background-color: #fffea2; }
    .oval_button.yellow a:hover {
      background-color: #fff; }

.subnav {
  margin-bottom: 9.375vw; }
  @media screen and (min-width: 921px) {
    .subnav {
      margin-bottom: 60px; } }
  .subnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0.46875vw 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (min-width: 921px) {
      .subnav ul {
        margin-bottom: 5px; } }
    .subnav ul li {
      width: 33.3%;
      margin-top: -0.3125vw;
      list-style: none; }
      @media screen and (min-width: 921px) {
        .subnav ul li {
          height: 4.3em;
          margin-top: -2px; } }
      .subnav ul li:nth-of-type(1), .subnav ul li:nth-of-type(2), .subnav ul li:nth-of-type(3) {
        margin-top: 0; }
      .subnav ul li a {
        display: block;
        position: relative;
        height: 100%;
        padding: 0.6em 0 0.5em 0;
        font-size: 0.85em;
        font-weight: bold;
        line-height: 1.3em;
        text-align: center;
        background-color: #fff;
        border: solid 0.46875vw #1293ff;
        border-left: none; }
        .subnav ul li a:after {
          content: "\f105";
          position: absolute;
          top: 50%;
          right: 0.5em;
          margin: -0.5em 0 0 0;
          color: #9ad7ff;
          font-family: FontAwesome;
          font-size: 1.2em;
          line-height: 1em; }
        .subnav ul li a:hover {
          color: #fff;
          background-color: #1293ff; }
          .subnav ul li a:hover:after {
            content: "\f107"; }
        @media screen and (min-width: 921px) {
          .subnav ul li a {
            padding: 0.8em 0 0.6em 0;
            font-size: 1em;
            background-size: 6px auto;
            border-width: 2px; } }
        .subnav ul li a span {
          font-size: 0.6em;
          line-height: 1.3em; }
      .subnav ul li:first-of-type a, .subnav ul li:nth-of-type(3n+1) a {
        border-left: solid 0.46875vw #1293ff; }
        @media screen and (min-width: 921px) {
          .subnav ul li:first-of-type a, .subnav ul li:nth-of-type(3n+1) a {
            border-left-width: 2px; } }
      .subnav ul li.current a {
        color: #fff;
        background-color: #1293ff; }
        .subnav ul li.current a:after {
          content: "\f107"; }
  .subnav p small {
    font-size: 0.65em; }
    @media screen and (min-width: 921px) {
      .subnav p small {
        font-size: 0.8em; } }

.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 9.375vw 0 4.6875vw 0; }
  .pager li {
    list-style: none; }
    .pager li a {
      display: block;
      width: 2.1em;
      height: 2.1em;
      color: #333;
      font-size: 1.2em;
      text-align: center;
      line-height: 2.1em;
      border: solid 0.3125vw #888; }
      .pager li a:hover {
        color: #fff;
        font-weight: bold;
        background-color: #ff8296;
        border: none; }

.modal {
  display: none;
  position: fixed;
  width: 85.9375vw;
  margin: 0;
  padding: 3.125vw 7.8125vw;
  color: #666666;
  font-size: 0.9em;
  background-color: #ffffff;
  border-radius: 1.875vw;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.9);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.9);
  z-index: 201; }
  @media screen and (min-width: 921px) {
    .modal {
      width: 90%;
      max-width: 600px;
      padding: 30px 50px;
      border-width: 3px;
      border-radius: 12px; } }
  .modal p {
    margin-bottom: 3.125vw;
    text-align: center; }
    @media screen and (min-width: 921px) {
      .modal p {
        margin-bottom: 20px; } }
    .modal p.head {
      font-size: 1.1em;
      font-weight: bold; }
      @media screen and (min-width: 921px) {
        .modal p.head {
          margin-bottom: 20px; } }
      .modal p.head + p {
        margin-top: -3.125vw; }
        @media screen and (min-width: 921px) {
          .modal p.head + p {
            margin-top: -20px; } }
        .modal p.head + p small {
          font-size: 0.8em; }
  .modal ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0; }
    .modal ul li {
      width: 30%;
      margin-right: 5%;
      list-style: none; }
      .modal ul li:nth-of-type(3n), .modal ul li:last-of-type {
        margin-right: 0; }
      .modal ul li a {
        width: 100%; }
  .modal .close {
    display: block;
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    width: 1.3em;
    height: 1.3em;
    line-height: 1.3em;
    text-align: center; }
    .modal .close:before {
      content: "\f00d";
      font-family: FontAwesome;
      font-weight: bold; }
    .modal .close:hover {
      cursor: pointer; }

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

.bg_pink {
  position: relative;
  margin-left: -3.90625vw;
  margin-right: -3.90625vw;
  padding: 2.34375vw 3.90625vw;
  background-color: #ff8296; }
  @media screen and (min-width: 921px) {
    .bg_pink {
      margin-left: -40px;
      margin-right: -40px;
      padding: 15px 40px; } }
  .bg_pink.wtop:before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 1.71875vw;
    background-image: url(/img/common/top_wave.png);
    background-position: bottom left;
    background-size: auto 1.71875vw;
    background-repeat: repeat-x; }
    @media screen and (min-width: 921px) {
      .bg_pink.wtop:before {
        height: 11px;
        background-size: auto 11px; } }
  .bg_pink.wbottom:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1.71875vw;
    background-image: url(/img/common/bottom_wave.png);
    background-position: bottom left;
    background-size: auto 1.71875vw;
    background-repeat: repeat-x; }
    @media screen and (min-width: 921px) {
      .bg_pink.wbottom:after {
        height: 11px;
        background-size: auto 11px; } }

.dotline_pink {
  margin-bottom: 12.5vw;
  padding-bottom: 12.5vw;
  background-image: url(/img/common/dot_line_pink.png);
  background-size: 1.875vw auto;
  background-repeat: repeat-x;
  background-position: left bottom; }
  @media screen and (min-width: 921px) {
    .dotline_pink {
      margin-bottom: 80px;
      padding-bottom: 80px;
      background-size: 12px auto; } }

.mag10 {
  margin-bottom: 1.5625vw; }
  @media screen and (min-width: 921px) {
    .mag10 {
      margin-bottom: 10px; } }

.mag20 {
  margin-bottom: 3.125vw; }
  @media screen and (min-width: 921px) {
    .mag20 {
      margin-bottom: 20px; } }

.mag30 {
  margin-bottom: 4.6875vw; }
  @media screen and (min-width: 921px) {
    .mag30 {
      margin-bottom: 30px; } }

.mag40 {
  margin-bottom: 6.25vw; }
  @media screen and (min-width: 921px) {
    .mag40 {
      margin-bottom: 40px; } }

.mag50 {
  margin-bottom: 7.8125vw; }
  @media screen and (min-width: 921px) {
    .mag50 {
      margin-bottom: 80px; } }

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  padding: 6.25vw 3.90625vw 3.125vw 3.90625vw; }
  @media screen and (min-width: 921px) {
    header {
      display: block;
      max-width: 920px;
      margin: 0 40px 0 240px;
      padding: 40px 0 20px 0; } }
  header .logo {
    width: 60.15625vw;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
    @media screen and (min-width: 921px) {
      header .logo {
        width: 310px;
        margin-left: calc(80% - 430px);
        visibility: visible !important; } }
    header .logo img {
      width: 100%; }
  header .search {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.78125vw;
    background-color: #fff;
    overflow: hidden; }
    @media screen and (min-width: 921px) {
      header .search {
        margin-bottom: 5px; } }
    header .search .searchbutton {
      display: block;
      position: absolute;
      bottom: 3.4375vw;
      right: 3.90625vw;
      width: 9.375vw;
      height: 9.375vw; }
      @media screen and (min-width: 921px) {
        header .search .searchbutton {
          display: none; } }
      header .search .searchbutton:hover {
        cursor: pointer; }
      header .search .searchbutton img {
        width: 100%; }
    header .search #___gcse_0 {
      position: absolute;
      top: 9.375vw;
      left: 50%;
      width: 60.9375vw;
      height: 14.0625vw;
      margin-left: -30.46875vw;
      padding-top: 2.34375vw;
      visibility: hidden; }
      @media screen and (min-width: 921px) {
        header .search #___gcse_0 {
          top: 70px;
          left: auto;
          right: 0;
          width: 230px;
          margin-left: 0;
          padding: 0;
          visibility: visible !important; } }
      header .search #___gcse_0 .gsc-control-cse {
        padding: 0 !important; }
      header .search #___gcse_0 .gsc-search-box {
        position: relative; }
      header .search #___gcse_0 .gsc-search-box tr,
      header .search #___gcse_0 .gsc-search-box td {
        display: block; }
      header .search #___gcse_0 .gsc-search-box .gsc-input-box {
        background-color: #fff; }
      header .search #___gcse_0 .gsc-search-box td.gsc-input,
      header .search #___gcse_0 .gsc-search-box td.gsc-input .gstl_50 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 46.875vw !important;
        padding: 0 !important;
        height: 8.59375vw;
        vertical-align: top;
        float: left; }
        @media screen and (min-width: 921px) {
          header .search #___gcse_0 .gsc-search-box td.gsc-input,
          header .search #___gcse_0 .gsc-search-box td.gsc-input .gstl_50 {
            width: 170px !important;
            height: 35px !important;
            margin-right: 5px !important; } }
      header .search #___gcse_0 .gsc-search-box .gsib_a {
        width: 45.3125vw !important;
        padding: 0 !important; }
        @media screen and (min-width: 921px) {
          header .search #___gcse_0 .gsc-search-box .gsib_a {
            width: 170px !important; } }
      header .search #___gcse_0 .gsc-search-box input#gsc-i-id1 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 8.59375vw !important;
        padding: 0.5em !important;
        border-radius: 0.78125vw;
        background-position: 0.78125vw center !important;
        border: solid 0.15625vw #aaa !important; }
        @media screen and (min-width: 921px) {
          header .search #___gcse_0 .gsc-search-box input#gsc-i-id1 {
            height: 35px !important;
            border-width: 1px !important;
            border-radius: 5px; } }
      header .search #___gcse_0 .gsc-search-box td.gsc-search-button {
        width: 12.5vw !important;
        height: 8.59375vw;
        float: left;
        background: #ff8296 !important; /*0323追加 */ 
        /* background: none !important;  0323解除 */ }
        @media screen and (min-width: 921px) {
          header .search #___gcse_0 .gsc-search-box td.gsc-search-button {
            width: 50px !important;
            height: 35px !important; } }
      header .search #___gcse_0 .gsc-search-box .gsib_b {
        display: none; }
      header .search #___gcse_0 .gsc-search-box .gsc-input-box,
      header .search #___gcse_0 .gsc-search-box .gsc-input-box-hover,
      header .search #___gcse_0 .gsc-search-box .gsc-input-box-focus {
        border: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important; }
      header .search #___gcse_0 .gsc-search-box .gsc-search-button {
        position: relative;
        border-radius: 0.78125vw;
        background: #ff8296;
        cursor: pointer; }
        @media screen and (min-width: 921px) {
          header .search #___gcse_0 .gsc-search-box .gsc-search-button {
            border-radius: 5px; } }
      header .search #___gcse_0 .gsc-search-box .gsc-search-button:before {
        position: absolute;
        top: 50%;
        left: 50%;
        content: '検索' !important;
        margin: -0.8em 0 0 -1em;
        color: #FFF;
        font-size: 1.1em; }
      header .search #___gcse_0 .gsc-search-box button.gsc-search-button-v2,
      header .search #___gcse_0 .gsc-search-box button.gsc-search-button {
        width: 100%;
        height: 8.59375vw;
        padding: 0 !important;
        border: none;
        opacity: 0 !important; /* 0323追加 */ }
        @media screen and (min-width: 921px) {
          header .search #___gcse_0 .gsc-search-box button.gsc-search-button-v2,
          header .search #___gcse_0 .gsc-search-box button.gsc-search-button {
            height: 35px !important; } }
        header .search #___gcse_0 .gsc-search-box button.gsc-search-button-v2 svg,
        header .search #___gcse_0 .gsc-search-box button.gsc-search-button svg {
          width: 4.6875vw;
          height: 4.6875vw; }
          @media screen and (min-width: 921px) {
            header .search #___gcse_0 .gsc-search-box button.gsc-search-button-v2 svg,
            header .search #___gcse_0 .gsc-search-box button.gsc-search-button svg {
              width: 20px !important;
              height: 20px !important; } }
  header .drawer-button {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    position: relative;
    width: 7.1875vw;
    height: 8.125vw;
    margin: 0 7.8125vw 0.78125vw 0;
    overflow: hidden; }
    @media screen and (min-width: 921px) {
      header .drawer-button {
        display: none; } }
    header .drawer-button img {
      width: 100%; }
  header nav ul {
    padding-bottom: 0;
    background-color: #fff; }
    header nav ul li {
      list-style: none; }
      header nav ul li a {
        position: relative;
        display: block;
        padding: 0.8em 0 0.8em 1.2em;
        font-size: 3.75vw;
        font-weight: bold;
        line-height: 1em;
        border-bottom: solid 0.3125vw #1293ff; }
        
        /* メニューcss追加 200212start*/
          .menu-open  li:first-child a:after{
          display: block;
          content: "\f105";
          position: absolute;
          top: 50%;
          right: 0.5em;
          margin: -0.55em 0 0 0;
          color: #9ad7ff;
          font-family: FontAwesome;
          font-size: 1.1em;
          line-height: 1em; 
          }
        /* メニューcss追加 200212end*/
        
        header nav ul li a:after {
          content: "\f105";
          position: absolute;
          top: 50%;
          right: 0.5em;
          margin: -0.55em 0 0 0;
          color: #9ad7ff;
          font-family: FontAwesome;
          font-size: 1.1em;
          line-height: 1em; }
      header nav ul li:first-of-type a:after {
        content: none;
        display: none; }
      header nav ul li:first-of-type a img {
        width: 3.59375vw;
        height: 3.59375vw; }

.drawer-open .drawer-nav {
  width: 59.375vw; }

.drawer-nav {
  z-index: 9999; }

.drawer-overlay {
  z-index: 9998; }

aside {
  display: none; }
  @media screen and (min-width: 921px) {
    aside {
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      width: 240px;
      height: 130%;
      padding-top: 50px;
      background-color: #e8f4ff;
      -webkit-box-shadow: none;
      box-shadow: none;
      z-index: 100; }
      aside ul {
        padding-bottom: 0; }
        aside ul li {
          list-style: none; }
          aside ul li a {
            position: relative;
            display: block;
            padding: 1em 0 1em 1.2em;
            font-size: 0.9em;
            font-weight: bold;
            line-height: 1em;
            border-bottom: solid 1px #1293ff; }
            aside ul li a:after {
              content: "\f105";
              position: absolute;
              top: 50%;
              right: 0.5em;
              margin: -0.55em 0 0 0;
              color: #9ad7ff;
              font-family: FontAwesome;
              font-size: 1.1em;
              line-height: 1em; }
          aside ul li:first-of-type a {
            border-top: solid 1px #1293ff; }
      aside .banner li {
        line-height: 0; }
        aside .banner li a {
          padding: 0;
          border: none !important; }
          aside .banner li a:after {
            content: none;
            display: none; }
        aside .banner li img {
          width: 100%; } }

main {
  padding: 0 3.90625vw 7.8125vw 3.90625vw;
  overflow: hidden; }
  @media screen and (min-width: 921px) {
    main {
      max-width: 960px;
      margin-left: 240px;
      padding: 0 40px 50px 40px; } }
  main .banner {
    width: 100vw;
    margin-left: -3.90625vw; }
    @media screen and (min-width: 921px) {
      main .banner {
        display: none; } }
    main .banner img {
      width: 100%;
      line-height: 1em; }
  main .breadcrumbs {
    margin-bottom: 7.8125vw;
    background-image: url(/img/common/dot_line.png);
    background-size: 1.875vw auto;
    background-repeat: repeat-x;
    background-position: left bottom; }
    @media screen and (min-width: 921px) {
      main .breadcrumbs {
        margin-bottom: 40px;
        background-size: 12px auto; } }
    main .breadcrumbs ul {
      padding: 1.5625vw 0 3.125vw 0;
      overflow: hidden; }
      @media screen and (min-width: 921px) {
        main .breadcrumbs ul {
          padding: 10px 0 20px 0; } }
      main .breadcrumbs ul li {
        float: left;
        font-size: 0.8em;
        line-height: 1.2em;
        list-style: none; }
        @media screen and (min-width: 921px) {
          main .breadcrumbs ul li {
            font-size: 0.9em; } }
        main .breadcrumbs ul li:after {
          content: ">";
          margin: 0 0.3em; }
        main .breadcrumbs ul li:last-of-type:after {
          content: none;
          margin: 0; }
  main > section p,
  main > section ul,
  main > section ol,
  main > section dl {
    margin-bottom: 1em; }
  main > section ul,
  main > section ol {
    margin-left: 1.3em; }
  main > section dl dt {
    font-weight: bold; }

footer {
  position: relative;
  padding-bottom: 7.8125vw;
  color: #fff;
  background-color: #ff8296; }
  @media screen and (min-width: 921px) {
    footer {
      max-width: 960px;
      margin-left: 240px;
      padding: 0 40px 50px 40px; } }
  footer:before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 16.71875vw;
    background-color: #fff;
    background-image: url(/img/common/top_wave.png);
    background-position: bottom left;
    background-size: auto 1.71875vw;
    background-repeat: repeat-x; }
    @media screen and (min-width: 921px) {
      footer:before {
        height: 107px;
        background-size: auto 11px; } }
  footer > * {
    position: relative;
    z-index: 1; }
  footer a {
    color: #fff; }
  footer .pagetop {
    width: 28.90625vw;
    height: 22.65625vw;
    margin: 0 auto 6.25vw auto; }
    @media screen and (min-width: 921px) {
      footer .pagetop {
        width: auto;
        height: auto;
        margin: 0 0 30px 0; }
        footer .pagetop a {
          display: block;
          width: 185px;
          height: 145px;
          margin: 0 auto; } }
  footer .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 56.25vw;
    margin: 0 auto 4.6875vw auto;
    padding: 0; }
    @media screen and (min-width: 921px) {
      footer .sns {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        margin: 0 0 30px 0; } }
    footer .sns li {
      width: 9.375vw;
      list-style: none; }
      @media screen and (min-width: 921px) {
        footer .sns li {
          width: 60px;
          margin: 0 5%; } }
/* 190521追加ここから */
  footer .relatedsite {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto 4.6875vw auto;
    padding: 0; }
    @media screen and (min-width: 921px) {
      footer .relatedsite {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        margin: 0 0 40px 0; } }
    footer .relatedsite dt {
      width: 100%;
      margin-bottom: 0.5em;
      font-size: 1.1em;
      font-weight: bold;
      text-align: center; }
    footer .relatedsite dd {
      width: 43%; }
      @media screen and (min-width: 921px) {
        footer .relatedsite dd {
          position: relative;
          width: 240px;
          height: 60px;
          margin: 0 20px; }
          footer .relatedsite dd img {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            min-width: 100%;
            min-height: 100%;
            margin: auto;
            -o-object-fit: contain;
            object-fit: contain;
            font-family: "object-fit: contain"; } }
/* 190521追加ここまで */
  footer .contact {
    text-align: center; }
    footer .contact li {
      display: inline-block;
      margin-bottom: 3.125vw;
      list-style: none; }
      @media screen and (min-width: 921px) {
        footer .contact li {
          margin-bottom: 20px; } }
      footer .contact li:after {
        content: "|";
        display: inline-block;
        margin: 0 0.25em 0 0.5em;
        font-weight: bold; }
      footer .contact li:last-of-type:after {
        content: none;
        display: none; }
  footer .copyright {
    font-size: 0.9em;
    line-height: 1.6em;
    text-align: center; }

main .image_head > span span {
  font-size: 0.61em;
  font-weight: bold; }

main > p {
  margin-bottom: 6.25vw;
  font-weight: bold;
  line-height: 1.5em; }
  @media screen and (min-width: 921px) {
    main > p {
      margin-bottom: 40px; } }

main > dl {
  margin-bottom: 6.25vw; }
  @media screen and (min-width: 921px) {
    main > dl {
      margin-bottom: 40px; } }
  main > dl dt {
    margin-top: 3.125vw;
    color: #1293ff;
    font-weight: bold; }
    @media screen and (min-width: 921px) {
      main > dl dt {
        margin-top: 20px; } }
    main > dl dt:first-of-type {
      margin-top: 0; }
  main > dl ul li {
    position: relative;
    margin: 0 0 0.2em 1em;
    line-height: 1.4em;
    list-style: none; }
    main > dl ul li:before {
      content: "●";
      position: absolute;
      top: 0;
      left: -1em;
      color: #9ad7ff; }

@media screen and (min-width: 921px) {
  main > .oval_button {
    width: 300px;
    margin-left: auto;
    margin-right: auto; } }

main .circle {
  display: inline-block;
  position: relative;
  top: -0.1em;
  width: 1.4em;
  height: 1.4em;
  margin-right: 0.1em;
  color: #fff;
  font-size: 0.9em;
  text-align: center;
  line-height: 1.5em;
  background-color: #1293ff;
  border-radius: 50%; }

.activity {
  margin-bottom: 12.5vw; }
  @media screen and (min-width: 921px) {
    .activity {
      margin-bottom: 80px; } }
  .activity dl {
    counter-reset: activity; }
    .activity dl .star_head {
      margin-bottom: 0.8em;
      font-size: 1.4em;
      line-height: 1.4em; }
      .activity dl .star_head:before {
        content: counter(activity);
        counter-increment: activity; }
      .activity dl .star_head:nth-of-type(1) {
        margin-bottom: 5.46875vw; }
        @media screen and (min-width: 921px) {
          .activity dl .star_head:nth-of-type(1) {
            margin-bottom: 40px; } }
      .activity dl .star_head:nth-of-type(2) {
        margin-bottom: 3.46875vw; }
        @media screen and (min-width: 921px) {
          .activity dl .star_head:nth-of-type(2) {
            margin-bottom: 40px; } }
      .activity dl .star_head:nth-of-type(3) {
        margin-bottom: 5.46875vw; }
        @media screen and (min-width: 921px) {
          .activity dl .star_head:nth-of-type(3) {
            margin-bottom: 40px; } }
    .activity dl dd {
      margin-bottom: 7.8125vw; }
      @media screen and (min-width: 921px) {
        .activity dl dd {
          margin-bottom: 50px; } }
      .activity dl dd:last-of-type {
        margin-bottom: 0; }

.benefit {
  margin-bottom: 12.5vw; }
  @media screen and (min-width: 921px) {
    .benefit {
      margin-bottom: 80px; } }
  .benefit p {
    margin-bottom: 6.25vw;
    color: #1293ff;
    font-size: 1.1em;
    font-weight: bold; }
    @media screen and (min-width: 921px) {
      .benefit p {
        margin-bottom: 40px; } }
  .benefit picture {
    text-align: center; }
    @media screen and (min-width: 921px) {
      .benefit picture img {
        max-width: 586px; } }

/* メニューのアコーディオン 20200131 */
.menu-open {
    display: none;}

    aside nav ul ul .menu-toggle1 li p .toggle {
    color: #1293ff;}
    aside nav ul ul .menu-toggle2 li p .toggle {
    color: #1293ff;}
    aside nav ul ul .menu-toggle3 li p .toggle {
    color: #1293ff;}