@charset "UTF-8";
/*********************
IMPORTING PARTIALS
*********************/
/*********************
COLORS
*********************/
/*********************
LAYOUT
*********************/
/*********************
FONT
*********************/
/*********************
ANIMATION
*********************/
/*********************
etc
*********************/
:root {
  --rem: 1rem / 16;
  --width: 460px ;
}

/*********************
mixin
*********************/
/*! 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.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  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;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
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.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
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.
 */
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;
}

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

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
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.
 */
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 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/*********************
GENERAL STYLES
*********************/
html {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000000;
  word-break: break-all;
  word-wrap: anywhere;
  font-size: calc(16 * var(--rem));
  font-weight: 400;
  position: relative;
  min-height: 100vh;
}

body {
  min-height: 100vh;
  background-color: #EEEADD;
  overflow-x: hidden;
}

p {
  font-size: calc(16 * var(--rem));
  margin-bottom: 0px;
}

img {
  max-width: 100%;
}

strong {
  font-weight: 900;
}

ruby > rt {
  line-height: 1;
}

html.is-ios-safari ruby > rt {
  margin-bottom: -6px;
}
html.is-ios-safari .p-howto-table__note ruby > rt {
  margin-bottom: -3px;
}

.c-heading__large {
  color: #0951CE;
  font-size: 28px;
  line-height: 1.5;
  font-weight: bold;
  position: relative;
  margin-top: 60px;
  margin-bottom: 0px;
  padding-left: 18px;
}
@media screen and (max-width: 1199px) {
  .c-heading__large {
    font-size: 22px;
    margin-top: 40px;
  }
}
.c-heading__large::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
  background-color: #0951CE;
}
.c-heading__normal {
  font-size: 22px;
  font-weight: bold;
  margin-top: 60px;
  margin-bottom: 0px;
  padding: 14px 20px;
  background-color: #FFCC00;
}
@media screen and (max-width: 1199px) {
  .c-heading__normal {
    font-size: 16px;
    padding: 7px 20px;
  }
}
.c-heading__small {
  font-size: 22px;
  font-weight: bold;
  margin-top: 35px;
  margin-bottom: 0px;
  padding: 14px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1199px) {
  .c-heading__small {
    font-size: 16px;
    margin-top: 20px;
  }
}
.c-heading__small::before {
  content: "";
  width: 24px;
  height: 24px;
  margin-right: 4px;
  border-radius: 100%;
  background-color: #FFCC00;
  display: block;
}

.c-button__normal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-button__normal.is-arrow-r .arrow {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.c-button__normal .button {
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
  padding: 12px 18px;
  border-radius: 100px;
  background-color: #0951CE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
@media screen and (max-width: 1199px) {
  .c-button__normal .button {
    font-size: 14px;
    padding: 8px 18px;
  }
}
.c-button__normal .arrow {
  display: block;
}

.c-accordion {
  margin-top: 15px;
  border-radius: 10px;
  background-color: #FFCC00;
}
.c-accordion .heading {
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1199px) {
  .c-accordion .heading {
    font-size: 18px;
    padding: 14px 20px;
  }
}
.c-accordion .heading::after {
  content: "+";
  color: #0951CE;
  font-size: 26px;
  font-weight: normal;
}
.c-accordion .heading.is-open::after {
  content: "-";
  color: #0951CE;
  font-size: 26px;
  font-weight: normal;
}
.c-accordion .heading.is-open + .detail {
  max-height: 3000px;
  padding-bottom: 20px;
}
.c-accordion .detail {
  max-height: 0px;
  margin-left: 30px;
  margin-right: 30px;
  overflow: hidden;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
@media screen and (max-width: 1199px) {
  .c-accordion .detail {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.c-accordion .detail .inner {
  font-size: 16px;
  line-height: 26px;
  padding: 20px 30px;
  border-radius: 8px;
  background-color: #fff;
}
@media screen and (max-width: 1199px) {
  .c-accordion .detail .inner {
    padding: 20px;
  }
}
.c-accordion .detail .inner > *:first-child {
  margin-top: 0px;
}
.c-accordion .detail .inner img {
  margin: auto;
  margin-top: 10px;
  display: block;
}

.p-top-applink {
  position: relative;
  display: block;
}
.p-top-applink img {
  display: block;
}
.p-top-applink .balloon {
  position: relative;
  margin: auto;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  .p-top-applink .balloon {
    width: 280px;
  }
}
.p-top-applink .main {
  position: relative;
  margin: auto;
  margin-top: -12px;
  z-index: 1;
  -webkit-animation: top-anime-main 0.5s linear 1.7s 1 normal forwards;
          animation: top-anime-main 0.5s linear 1.7s 1 normal forwards;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
@-webkit-keyframes top-anime-main {
  0% {
    opacity: 1;
    -webkit-box-shadow: 0px 0px 20px 30px rgba(255, 255, 255, 0);
            box-shadow: 0px 0px 20px 30px rgba(255, 255, 255, 0);
  }
  50% {
    opacity: 0.8;
    -webkit-box-shadow: 0px 0px 50px 30px white;
            box-shadow: 0px 0px 50px 30px white;
  }
  100% {
    opacity: 1;
    -webkit-box-shadow: 0px 0px 20px 30px rgba(255, 255, 255, 0);
            box-shadow: 0px 0px 20px 30px rgba(255, 255, 255, 0);
  }
}
@keyframes top-anime-main {
  0% {
    opacity: 1;
    -webkit-box-shadow: 0px 0px 20px 30px rgba(255, 255, 255, 0);
            box-shadow: 0px 0px 20px 30px rgba(255, 255, 255, 0);
  }
  50% {
    opacity: 0.8;
    -webkit-box-shadow: 0px 0px 50px 30px white;
            box-shadow: 0px 0px 50px 30px white;
  }
  100% {
    opacity: 1;
    -webkit-box-shadow: 0px 0px 20px 30px rgba(255, 255, 255, 0);
            box-shadow: 0px 0px 20px 30px rgba(255, 255, 255, 0);
  }
}
@media screen and (max-width: 1199px) {
  .p-top-applink .main {
    width: 240px;
    margin-top: -6px;
  }
}
.p-top-applink .anime {
  position: absolute;
  z-index: 3;
  opacity: 0;
}
.p-top-applink .anime.elem01 {
  top: 400px;
  left: -150px;
  -webkit-animation: top-anime-elem01 1s linear 0s 1 normal forwards;
          animation: top-anime-elem01 1s linear 0s 1 normal forwards;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
@media screen and (max-width: 1199px) {
  .p-top-applink .anime.elem01 {
    width: 190px;
    top: 230px;
    left: -80px;
  }
}
@-webkit-keyframes top-anime-elem01 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-15px) translateY(15px);
            transform: translateX(-15px) translateY(15px);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px);
            transform: translateX(0px) translateY(0px);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px);
            transform: translateX(0px) translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(15px) translateY(-15px);
            transform: translateX(15px) translateY(-15px);
  }
}
@keyframes top-anime-elem01 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-15px) translateY(15px);
            transform: translateX(-15px) translateY(15px);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px);
            transform: translateX(0px) translateY(0px);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px);
            transform: translateX(0px) translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(15px) translateY(-15px);
            transform: translateX(15px) translateY(-15px);
  }
}
.p-top-applink .anime.elem02 {
  top: 210px;
  left: 20px;
  -webkit-animation: top-anime-elem02 1s linear 1s 1 normal forwards;
          animation: top-anime-elem02 1s linear 1s 1 normal forwards;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
@media screen and (max-width: 1199px) {
  .p-top-applink .anime.elem02 {
    width: 130px;
    top: 130px;
    left: 0px;
  }
}
@-webkit-keyframes top-anime-elem02 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-15px) translateY(15px) scale(1);
            transform: translateX(-15px) translateY(15px) scale(1);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px) scale(1);
            transform: translateX(0px) translateY(0px) scale(1);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px) scale(1);
            transform: translateX(0px) translateY(0px) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(15px) translateY(-15px) scale(0.8);
            transform: translateX(15px) translateY(-15px) scale(0.8);
  }
}
@keyframes top-anime-elem02 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-15px) translateY(15px) scale(1);
            transform: translateX(-15px) translateY(15px) scale(1);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px) scale(1);
            transform: translateX(0px) translateY(0px) scale(1);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px) scale(1);
            transform: translateX(0px) translateY(0px) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(15px) translateY(-15px) scale(0.8);
            transform: translateX(15px) translateY(-15px) scale(0.8);
  }
}
.p-top-applink .anime.elem03 {
  top: 110px;
  left: 210px;
  -webkit-animation: top-anime-elem03 1s linear 2s 1 normal forwards, top-anime-elem03-loop 1s linear 3s infinite alternate forwards;
          animation: top-anime-elem03 1s linear 2s 1 normal forwards, top-anime-elem03-loop 1s linear 3s infinite alternate forwards;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
@media screen and (max-width: 1199px) {
  .p-top-applink .anime.elem03 {
    width: 120px;
    top: 60px;
    left: 130px;
  }
}
@-webkit-keyframes top-anime-elem03 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-15px) translateY(-15px);
            transform: translateX(-15px) translateY(-15px);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px);
            transform: translateX(0px) translateY(0px);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px);
            transform: translateX(0px) translateY(0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px);
            transform: translateX(0px) translateY(0px);
  }
}
@keyframes top-anime-elem03 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-15px) translateY(-15px);
            transform: translateX(-15px) translateY(-15px);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px);
            transform: translateX(0px) translateY(0px);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px);
            transform: translateX(0px) translateY(0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px);
            transform: translateX(0px) translateY(0px);
  }
}
@-webkit-keyframes top-anime-elem03-loop {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}
@keyframes top-anime-elem03-loop {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}

.p-common__heading {
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-common__heading::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0px;
  top: 50%;
  border-top: 3px dotted #000000;
  display: block;
}
.p-common__heading h2 {
  font-size: 36px;
  font-weight: bold;
  position: relative;
  margin: 0;
  padding: 0px 20px;
  background-color: #EEEADD;
}
@media screen and (max-width: 1199px) {
  .p-common__heading h2 {
    font-size: 24px;
  }
}
.p-common__heading h2::first-letter {
  color: #0951CE;
}
.p-common__anchor {
  list-style: none;
  margin: 0;
  margin-top: 40px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 1199px) {
  .p-common__anchor {
    margin-top: 20px;
    display: block;
  }
  .p-common__anchor li + li {
    margin-top: 6px;
  }
  .p-common__anchor .c-button__normal .button {
    width: 100%;
    min-height: 34px;
  }
}

.p-about__heading {
  text-align: center;
}
.p-about__heading__logo {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-about__heading__logo img {
  display: block;
}
.p-about__heading__text {
  font-size: 24px;
  line-height: 44px;
  font-weight: bold;
  margin-top: 30px;
}
@media screen and (max-width: 1199px) {
  .p-about__heading__text {
    font-size: 16px;
    line-height: 28px;
    margin-top: 20px;
  }
}
.p-about__heading__emphasis {
  color: #E73838;
  font-size: 30px;
  font-weight: bold;
  margin-top: 12px;
}
@media screen and (max-width: 1199px) {
  .p-about__heading__emphasis {
    font-size: 22px;
  }
}
.p-about__article__p {
  font-size: 15px;
  line-height: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 1199px) {
  .p-about__article__p {
    margin-top: 20px;
  }
}
.p-about__article__p + .c-button__normal {
  margin-top: 25px;
}
.p-about__supervision {
  margin-top: 40px;
  padding: 30px;
  border: 1px solid #EEEADD;
  border-radius: 10px;
  background-color: #F3F1E8;
}
.p-about__supervision .name {
  font-size: 20px;
  font-weight: bold;
  margin-top: 0px;
}
.p-about__supervision .name small {
  font-size: 14px;
}
.p-about__supervision .affiliation {
  font-size: 14px;
  margin-top: 13px;
}
.p-about__supervision .introduction {
  font-size: 15px;
  line-height: 30px;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dashed #B2A887;
}

.p-message__article__p {
  font-size: 16px;
  line-height: 28px;
  margin-top: 10px;
}

.p-howto__leading {
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 1199px) {
  .p-howto__leading {
    font-size: 14px;
    line-height: 28px;
  }
}
.p-howto__content .c-heading__large + .c-heading__normal {
  margin-top: 30px;
}
.p-howto__content .image {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media screen and (max-width: 1199px) {
  .p-howto__content .image {
    margin-top: 0px;
  }
}
.p-howto__content .image.is-pc {
  display: block;
}
@media screen and (max-width: 1199px) {
  .p-howto__content .image.is-pc {
    display: none;
  }
}
.p-howto__content .image.is-sp {
  display: none;
}
@media screen and (max-width: 1199px) {
  .p-howto__content .image.is-sp {
    margin-top: 20px;
    display: block;
  }
}
.p-howto__caution {
  margin-top: 20px;
  border-radius: 10px;
  border: 1px solid #E73838;
  background-color: #FFE5E5;
  overflow: hidden;
}
.p-howto__caution__heading {
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  padding: 18px 20px;
  background-color: #E73838;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 1199px) {
  .p-howto__caution__heading {
    font-size: 16px;
    line-height: 24px;
  }
}
.p-howto__caution__heading .icon {
  margin-top: 10px;
  display: block;
}
@media screen and (max-width: 1199px) {
  .p-howto__caution__heading .icon {
    margin-top: 0px;
  }
}
.p-howto__caution__inner {
  padding: 25px 30px;
}
@media screen and (max-width: 1199px) {
  .p-howto__caution__inner {
    padding: 25px 15px;
  }
}
.p-howto__caution__inner .list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 1199px) {
  .p-howto__caution__inner .list {
    display: block;
  }
}
.p-howto__caution__inner .list li {
  color: #E73838;
  font-size: 22px;
  line-height: 34px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1199px) {
  .p-howto__caution__inner .list li {
    font-size: 16px;
    line-height: 26px;
  }
  .p-howto__caution__inner .list li + li {
    margin-top: 10px;
  }
  .p-howto__caution__inner .list li img {
    width: 55px;
  }
}
.p-howto__caution__inner .setting {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 90px;
}
@media screen and (max-width: 1199px) {
  .p-howto__caution__inner .setting {
    margin-top: 0px;
    display: block;
  }
  .p-howto__caution__inner .setting img {
    width: 100%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.p-howto__caution__inner .heading {
  color: #E73838;
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  margin-top: 0px;
}
.p-howto__caution__inner .text {
  font-size: 16px;
  line-height: 28px;
}
.p-howto__caution__inner .copyright {
  margin-top: 20px;
  padding: 20px;
  background-color: #fff;
}
.p-howto__image-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1199px) {
  .p-howto__image-row {
    margin-top: 20px;
    display: block;
  }
}
.p-howto__image-row__box .image {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media screen and (max-width: 1199px) {
  .p-howto__image-row__box .image {
    margin-top: 0px;
  }
}
.p-howto__image-row__box .image.is-pc {
  display: block;
}
@media screen and (max-width: 1199px) {
  .p-howto__image-row__box .image.is-pc {
    display: none;
  }
}
.p-howto__image-row__box .image.is-sp {
  display: none;
}
@media screen and (max-width: 1199px) {
  .p-howto__image-row__box .image.is-sp {
    margin-top: 20px;
    display: block;
  }
}
.p-howto__image-row__box p {
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .p-howto__image-row .arrow {
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    display: block;
  }
}
.p-howto-table {
  margin-top: 20px;
  border-spacing: 0;
}
.p-howto-table thead {
  background-color: #cbe2ff;
}
.p-howto-table thead th {
  padding: 12px;
}
.p-howto-table tbody {
  background-color: #fff;
}
.p-howto-table tbody td {
  padding: 16px 30px;
}
@media screen and (max-width: 1199px) {
  .p-howto-table tbody td {
    padding: 12px 15px;
  }
}
.p-howto-table tbody tr + tr td {
  border-top: 1px solid #cbe2ff;
}
.p-howto-table__note {
  font-size: 12px;
  line-height: 1.4;
}

#id-body.is-ready .p-top-applink .main {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
#id-body.is-ready .p-top-applink .anime {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
#id-body.is-ready .t-top-sub .anime {
  opacity: 1;
}
#id-body.is-ready .t-top-menu {
  opacity: 1;
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
#id-body.top .t-content-main {
  max-width: 100%;
  min-height: 100vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1199px) {
  #id-body.top .t-content-main {
    padding-left: 0px;
    padding-right: 0px;
  }
}
#id-body.top .t-content-main > *:first-child {
  margin: 0;
}

.t-content-body {
  min-height: 768px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .t-content-body {
    position: relative;
    overflow: hidden;
  }
}
.t-content-main {
  position: relative;
  width: 100%;
  max-width: 1200px;
  min-height: calc(100vh - 80px - 25px - 12px - 70px);
  margin-left: auto;
  margin-right: auto;
  z-index: 100;
}
@media screen and (max-width: 1199px) {
  .t-content-main {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.t-content-main > *:first-child {
  margin-top: 58px;
}
@media screen and (max-width: 1199px) {
  .t-content-main > *:first-child {
    margin-top: 80px;
  }
}

.t-header-top {
  position: absolute;
  width: 1200px;
  height: 0px;
  max-width: 1200px;
  margin-top: -350px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 200;
}
@media screen and (max-width: 1199px) {
  .t-header-top {
    width: 100%;
    top: 0px;
    left: 0px;
    margin-top: 0px;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
.t-header-top__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1199px) {
  .t-header-top__logo {
    padding: 15px 15px 0px 15px;
  }
}
.t-header-top__logo img {
  display: block;
}
@media screen and (max-width: 1199px) {
  .t-header-top__logo__main {
    width: 190px;
  }
}
.t-header-top__logo__main img + img {
  margin-top: 17px;
}
.t-header-top__logo__nb {
  display: block;
}
@media screen and (max-width: 1199px) {
  .t-header-top__logo__nb {
    width: 120px;
    margin-top: -5px;
  }
}
.t-header-common {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1199px) {
  .t-header-common {
    position: absolute;
    width: 100%;
    margin-top: 0px;
    z-index: 200;
  }
}
.t-header-common__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.t-header-common__logo img {
  display: block;
}
.t-header-common__logo__main {
  width: 160px;
  margin-left: 30px;
}
@media screen and (max-width: 1199px) {
  .t-header-common__logo__main {
    width: 130px;
    margin-left: 15px;
  }
}
.t-header-common__logo__nb {
  margin-left: 30px;
  display: block;
}
@media screen and (max-width: 1199px) {
  .t-header-common__logo__nb {
    width: 120px;
    margin-left: 20px;
  }
}
.t-header-common__menu {
  margin-right: 40px;
}
@media screen and (max-width: 1199px) {
  .t-header-common__menu {
    margin-right: 10px;
    background-color: #EEEADD;
  }
}
.t-header-common__menu.is-open .menu-btn .icon {
  width: 0px;
}
.t-header-common__menu.is-open .menu-btn .icon::before {
  top: 0px;
  left: -12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.t-header-common__menu.is-open .menu-btn .icon::after {
  bottom: 0px;
  left: -12px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.t-header-common__menu.is-open > ul {
  left: 0%;
  display: block;
}
.t-header-common__menu .menu-btn {
  display: none;
}
@media screen and (max-width: 1199px) {
  .t-header-common__menu .menu-btn {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #FFCC00;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.t-header-common__menu .menu-btn .icon {
  position: relative;
  width: 24px;
  height: 3px;
  background-color: #333333;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.t-header-common__menu .menu-btn .icon::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 3px;
  top: -8px;
  left: 0px;
  border-radius: 10px;
  background-color: #333333;
  display: block;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.t-header-common__menu .menu-btn .icon::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 3px;
  left: 0px;
  bottom: -8px;
  border-radius: 10px;
  background-color: #333333;
  display: block;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.t-header-common__menu > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1199px) {
  .t-header-common__menu > ul {
    position: absolute;
    width: 100%;
    top: 70px;
    left: 100%;
    padding: 20px;
    border-bottom: 1px solid #aaaaaa;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 6px 0px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 6px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    display: block;
  }
}
.t-header-common__menu > ul > li {
  padding-left: 16px;
  padding-right: 16px;
  border-left: 1px solid #DBD6C4;
}
@media screen and (max-width: 1199px) {
  .t-header-common__menu > ul > li {
    padding-left: 0px;
    padding-right: 0px;
    border-bottom: 2px solid #EEEADD;
    border-left: none;
  }
  .t-header-common__menu > ul > li:last-child {
    border-bottom: none;
  }
}
.t-header-common__menu > ul > li:first-child {
  border-left: none;
}
.t-header-common__menu > ul > li a {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .t-header-common__menu > ul > li a {
    text-align: center;
    padding-top: 16px;
    padding-bottom: 16px;
    display: block;
  }
}
.t-header-common__menu > ul > li a::after {
  content: "";
  position: absolute;
  height: 5px;
  left: -16px;
  right: -16px;
  bottom: -14px;
  border-radius: 100px;
  background-color: #EEEADD;
  pointer-events: none;
  display: block;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
@media screen and (max-width: 1199px) {
  .t-header-common__menu > ul > li a::after {
    display: none;
  }
}
@media (hover: hover) {
  .t-header-common__menu > ul > li a {
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
  }
  .t-header-common__menu > ul > li a:hover {
    color: #0951CE;
  }
  .t-header-common__menu > ul > li a:hover::after {
    background-color: #FFCC00;
  }
}
.t-header-common__menu > ul > li a.is-cur {
  color: #0951CE;
}
.t-header-common__menu > ul > li a.is-cur::after {
  background-color: #FFCC00;
}

.t-footer {
  margin-top: 100px;
}
.t-footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px 30px;
}
@media screen and (max-width: 1199px) {
  .t-footer-menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.t-footer-menu > li a {
  color: #000000;
  font-size: 14px;
}
.t-footer-top {
  font-size: 11px;
  position: absolute;
  margin: 0;
}
.t-footer-common {
  font-size: 11px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .t-footer-common {
    margin-bottom: 150px;
  }
}

.t-top-canvas {
  position: relative;
  height: 100vh;
  min-height: 768px;
  overflow: hidden;
}
.t-top-main {
  position: relative;
  height: 100%;
  min-height: 768px;
  z-index: 200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.t-top-sub {
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  z-index: 100;
}
.t-top-sub img {
  max-width: inherit;
  display: block;
}
.t-top-sub .art {
  position: absolute;
  overflow: hidden;
}
.t-top-sub .art.art01 {
  top: -190px;
  left: -600px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.t-top-sub .art.art02 {
  top: 90px;
  left: -580px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.t-top-sub .art.art02 .anime {
  top: 10px;
  right: 0;
  -webkit-animation: top-loop-elem01 3s linear 0s infinite normal forwards;
          animation: top-loop-elem01 3s linear 0s infinite normal forwards;
}
@-webkit-keyframes top-loop-elem01 {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  5% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  10% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  15% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  20% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes top-loop-elem01 {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  5% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  10% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  15% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  20% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
.t-top-sub .art.art03 {
  left: 290px;
  top: -300px;
}
.t-top-sub .art.art03 .anime {
  bottom: 0;
  -webkit-animation: top-loop-elem02 15s linear 0s infinite normal forwards;
          animation: top-loop-elem02 15s linear 0s infinite normal forwards;
}
@-webkit-keyframes top-loop-elem02 {
  0% {
    left: -150px;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  49% {
    left: 350px;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    left: 350px;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  100% {
    left: -150px;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
}
@keyframes top-loop-elem02 {
  0% {
    left: -150px;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  49% {
    left: 350px;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    left: 350px;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  100% {
    left: -150px;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
}
.t-top-sub .art.art04 {
  left: 600px;
  top: -40px;
}
.t-top-sub .anime {
  position: absolute;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
  opacity: 0;
}
.t-top-menu {
  position: absolute;
  width: 50%;
  height: 0;
  top: 50%;
  left: 50%;
  z-index: 300;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.t-top-menu ul {
  list-style: none;
}
.t-top-menu ul > li {
  position: absolute;
}
.t-top-menu ul > li.menu01 {
  top: -150px;
  left: -540px;
}
@media screen and (max-width: 1199px) {
  .t-top-menu ul > li.menu01 {
    top: -250px;
    left: 0px;
    margin-right: 14px;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.t-top-menu ul > li.menu01 .link {
  width: 250px;
  height: 105px;
}
@media screen and (max-width: 1199px) {
  .t-top-menu ul > li.menu01 .link {
    width: 168px;
    height: 56px;
  }
}
.t-top-menu ul > li.menu02 {
  top: 0px;
  left: -480px;
}
@media screen and (max-width: 1199px) {
  .t-top-menu ul > li.menu02 {
    top: -250px;
    left: 0px;
    margin-left: 14px;
  }
}
.t-top-menu ul > li.menu02 .link {
  width: 230px;
  height: 85px;
}
@media screen and (max-width: 1199px) {
  .t-top-menu ul > li.menu02 .link {
    width: 168px;
    height: 56px;
  }
}
.t-top-menu ul > li.menu03 {
  top: 130px;
  left: -520px;
}
@media screen and (max-width: 1199px) {
  .t-top-menu ul > li.menu03 {
    top: 230px;
    left: auto;
    right: 165px;
  }
}
.t-top-menu ul > li.menu03 .link {
  width: 230px;
  height: 85px;
}
@media screen and (max-width: 1199px) {
  .t-top-menu ul > li.menu03 .link {
    font-size: 14px;
    width: 96px;
    height: 40px;
  }
  .t-top-menu ul > li.menu03 .link img:first-child {
    display: none;
  }
}
.t-top-menu ul > li.menu04 {
  top: -50px;
  left: 250px;
}
@media screen and (max-width: 1199px) {
  .t-top-menu ul > li.menu04 {
    top: 230px;
    left: auto;
    right: 15px;
  }
}
.t-top-menu ul > li.menu04 .link {
  width: 240px;
  height: 105px;
}
@media screen and (max-width: 1199px) {
  .t-top-menu ul > li.menu04 .link {
    font-size: 14px;
    width: 138px;
    height: 40px;
  }
  .t-top-menu ul > li.menu04 .link img:first-child {
    display: none;
  }
  .t-top-menu ul > li.menu04 .link br {
    display: none;
  }
}
.t-top-menu ul > li.menu05 {
  top: 100px;
  left: 270px;
}
@media screen and (max-width: 1199px) {
  .t-top-menu ul > li.menu05 {
    top: 283px;
    left: auto;
    right: 15px;
  }
}
.t-top-menu ul > li.menu05 .link {
  width: 280px;
  height: 105px;
}
@media screen and (max-width: 1199px) {
  .t-top-menu ul > li.menu05 .link {
    font-size: 14px;
    width: 166px;
    height: 40px;
  }
  .t-top-menu ul > li.menu05 .link img:first-child {
    display: none;
  }
  .t-top-menu ul > li.menu05 .link br {
    display: none;
  }
}
.t-top-menu img {
  max-width: inherit;
}
.t-top-menu .link {
  color: #000000;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 15px;
  border-radius: 5px;
  background-color: #FFCC00;
  -webkit-box-shadow: 4px 6px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 4px 6px 0px rgba(0, 0, 0, 0.08);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .t-top-menu .link {
    font-size: 16px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }
  .t-top-menu .link .icon {
    height: 30px;
  }
  .t-top-menu .link .arrow {
    width: 8px;
  }
}
.t-top-menu .message-link {
  color: #000000;
  font-size: 12px;
  position: absolute;
  top: 335px;
  left: 440px;
}
.t-top-obj {
  position: absolute;
  width: 100%;
  height: 50vh;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: 355px;
  border-top: 15px solid #AF723F;
  background-image: url(../images/obj-shelf.svg);
  background-position: top center;
  z-index: 100;
}
@media screen and (max-width: 1199px) {
  .t-top-obj {
    margin-top: 205px;
    background-size: 20%;
  }
}
.t-top-obj .book {
  position: absolute;
  top: -96px;
  left: 50%;
  margin-left: 190px;
}
@media screen and (max-width: 1199px) {
  .t-top-obj .book {
    width: 130px;
    top: -74px;
    margin-left: 130px;
  }
}

.t-app-banner {
  position: fixed;
  right: 10px;
  bottom: 100px;
  z-index: 1000;
}
.t-app-banner a {
  border-radius: 50%;
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 1199px) {
  .t-app-banner a {
    width: 100px;
  }
}
.t-app-banner a img {
  width: 100px;
  display: block;
}

.t-pagetop-btn {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 1000;
}
.t-pagetop-btn a {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #0951CE;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.t-pagetop-btn a img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  display: block;
}

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