@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  font-family: -apple-system,BlinkMacSystemFont,'Helvetica Neue','Segoe UI','Hiragino Kaku Gothic ProN','游ゴシック Medium','游ゴシック体','Yu Gothic Medium',YuGothic,Meiryo,Arial,sans-serif;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* header footer */
/* COLOR */
/* DEFAULT SIZES */
/* MEDIA QUERIES */
/* RITCH BUTTON ANIMATION */
/*　PUBLIC INTERFACE CSS and INITIALIZE　*/
body {
  background-color: #fcfcfc;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
  padding: 5px 20px;
  position: relative;
  z-index: 2;
  background-color: #fcfcfc;
  border: 2px solid #066fc8;
  color: #066fc8;
  line-height: 55px;
  overflow: hidden;
  min-width: 250px;
  -webkit-box-shadow: 8px 8px;
          box-shadow: 8px 8px;
  background-color: #fff;
}

.button:hover {
  color: #fcfcfc;
  -webkit-box-shadow: 5px 5px;
          box-shadow: 5px 5px;
}

.button::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

.button:hover::after {
  background: #066fc8;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.button::before, .button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}

.button, .button::before, .button::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

button {
  display: block;
  position: relative;
  width: 210px;
  margin: 0 auto;
  padding: 0.8em;
  background: #cae6f5;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
}

button:hover {
  opacity: 0.8;
}

a {
  color: #337ab7;
}

body {
  min-width: 375px;
}

section,
article {
  max-width: 1220px;
  margin: 0 auto;
  margin-top: 40px;
  padding: 20px;
}

.center {
  text-align: center;
}

.hero {
  margin-top: 80px;
  width: 100%;
  line-height: 150px;
  text-align: center;
  background-color: #8ac8e9;
}

@media only screen and (max-width: 768px) {
  .hero {
    font-size: 14px;
    line-height: 90px;
  }
}

.hero h1 {
  color: #fcfcfc;
}

.breadcrumb {
  max-width: 1220px;
  margin: 0 auto;
}

.breadcrumb ul {
  display: inline-block;
}

.breadcrumb ul li {
  float: left;
  font-size: 14px;
  padding: 7px 5px;
}

main h2 {
  text-align: center;
  font-size: 26px;
  padding: 20px 0;
}

.bg-color {
  width: 100%;
  margin: 0 auto;
  background-color: #cae6f5;
}

.bg-color section {
  padding: 20px 20px 0;
}

.white-bg {
  background-color: #fff;
}

.margin-top {
  margin-top: 30px;
}

.margin-bottom {
  margin-bottom: 30px;
}

.block {
  display: block;
  height: 9px;
}

.legal {
  color: #727171;
  padding: 0 3%;
  padding-bottom: 20px;
}

.legal h4 {
  margin: 25px 0 8px;
}

.legal h4:first-child {
  margin-top: 0;
}

.legal p {
  font-size: 14px;
  margin: 0 0 13px;
  padding-left: 1em;
}

.legal ol {
  padding-left: 2.5em;
}

.legal ol li {
  margin-top: 8px;
  font-size: 16px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fcfcfc;
  z-index: 99999;
  max-height: 80px;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
  width: 100%;
  max-width: 100%;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1220px;
  margin: 0 auto;
  width: 100%;
}

.header__container__logo {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.header__container__logo a > img {
  max-height: 80px;
}

.header__container__main-menu {
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
  text-align: center;
  /* PC Main contents Menu */
}

.header__container__main-menu--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.header__container__main-menu--content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  width: 100%;
}

.header__container__main-menu--content li {
  margin: 0 10px;
}

.header__container__main-menu--content li a {
  color: #333333;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  display: inline-block;
}

.header__container__main-menu--content li a::after {
  border-radius: 3px;
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 4px;
  background: #066fc8;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.header__container__main-menu--content li a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.header__container__main-menu--content li a .icon-white {
  display: none;
}

.header__container__account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* PC Layout of SignUp and Login*/
  /* Smartphone layout */
}

.header__container__account__pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__container__account__pc ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
}

.header__container__account__pc ul li {
  padding-left: 20px;
}

.header__container__account__pc ul li a {
  color: #333333;
  font-weight: 600;
  text-decoration: none;
}

.header__container__account__pc ul li .signup {
  color: #da0263;
}

.header__container__account__sp {
  display: none;
}

.header__container__account__sp--icon {
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 36px;
  margin-right: 36px;
  height: 80px;
  max-height: 80px;
}

.header__container__account__sp--icon.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
}

.header__container__account__sp--icon.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 0.8s forwards;
          animation: active-menu-bar02 0.8s forwards;
}

.header__container__account__sp--icon.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
          transform: translateY(-10px) rotate(45deg);
}

.header__container__account__sp--icon > span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 16px;
  width: 100%;
  height: 4px;
  background-color: #333333;
  border-radius: 4px;
}

.header__container__account__sp--icon > span:nth-of-type(1) {
  top: 30px;
}

.header__container__account__sp--icon > span:nth-of-type(2) {
  top: 40px;
}

.header__container__account__sp--icon > span:nth-of-type(3) {
  top: 50px;
}

.header__container__splogin {
  display: none;
  cursor: pointer;
  font-size: 12px;
  height: 80px;
  width: 80px;
  color: #8ac8e9;
}

.header__container__splogin a {
  display: inline-block;
}

.header__container__splogin a i {
  color: #8ac8e9;
  font-size: 38px;
  padding-top: 21px;
}

.header__container__splogin a span {
  font-size: 12px;
  display: block;
}

@media only screen and (max-width: 768px) {
  .header__container__account__sp {
    display: block;
    max-width: 100vw;
  }
  .header__container__main-menu--content.active {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-animation: fadeToIn 300ms ease-in-out 0s;
            animation: fadeToIn 300ms ease-in-out 0s;
  }
  .header__container__main-menu--content.out {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-animation: fadeToOut 300ms ease-in-out 0s;
            animation: fadeToOut 300ms ease-in-out 0s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .header__container__main-menu--content > ul {
    -webkit-margin-before: 0;
            margin-block-start: 0;
    -webkit-margin-after: 0;
            margin-block-end: 0;
    -webkit-margin-start: 0px;
            margin-inline-start: 0px;
    -webkit-margin-end: 0px;
            margin-inline-end: 0px;
    -webkit-padding-start: 0px;
            padding-inline-start: 0px;
    position: absolute;
    top: calc(80px - 0px);
    left: 0;
    right: 0;
    display: block;
    text-align: left;
    color: #333333;
    background: #fcfcfc;
  }
  .header__container__main-menu--content > ul > li {
    border-bottom: 1px solid #969696;
  }
  .header__container__main-menu--content > ul > li > a {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 16px;
  }
  .header__container__main-menu--content > ul > li > a > .icon-white {
    display: inline;
  }
  .header__container__main-menu--content > ul > li > a:hover {
    background: #cae6f5;
  }
  .header__container__main-menu--content > ul > li > a::after {
    content: none;
  }
  .header__container__main-menu--content > ul > li > a:hover::after {
    content: none;
  }
  .header__container__account__pc {
    display: none;
  }
  .header__container__splogin {
    display: block;
  }
}

@-webkit-keyframes fadeToIn {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeToIn {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes fadeToOut {
  0% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes fadeToOut {
  0% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

/* COLOR */
/* DEFAULT SIZES */
/* MEDIA QUERIES */
/* RITCH BUTTON ANIMATION */
/*　PUBLIC INTERFACE CSS and INITIALIZE　*/
body {
  background-color: #fcfcfc;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
  padding: 5px 20px;
  position: relative;
  z-index: 2;
  background-color: #fcfcfc;
  border: 2px solid #066fc8;
  color: #066fc8;
  line-height: 55px;
  overflow: hidden;
  min-width: 250px;
  -webkit-box-shadow: 8px 8px;
          box-shadow: 8px 8px;
  background-color: #fff;
}

.button:hover {
  color: #fcfcfc;
  -webkit-box-shadow: 5px 5px;
          box-shadow: 5px 5px;
}

.button::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

.button:hover::after {
  background: #066fc8;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.button::before, .button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}

.button, .button::before, .button::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

button {
  display: block;
  position: relative;
  width: 210px;
  margin: 0 auto;
  padding: 0.8em;
  background: #cae6f5;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
}

button:hover {
  opacity: 0.8;
}

a {
  color: #337ab7;
}

body {
  min-width: 375px;
}

section,
article {
  max-width: 1220px;
  margin: 0 auto;
  margin-top: 40px;
  padding: 20px;
}

.center {
  text-align: center;
}

.hero {
  margin-top: 80px;
  width: 100%;
  line-height: 150px;
  text-align: center;
  background-color: #8ac8e9;
}

@media only screen and (max-width: 768px) {
  .hero {
    font-size: 14px;
    line-height: 90px;
  }
}

.hero h1 {
  color: #fcfcfc;
}

.breadcrumb {
  max-width: 1220px;
  margin: 0 auto;
}

.breadcrumb ul {
  display: inline-block;
}

.breadcrumb ul li {
  float: left;
  font-size: 14px;
  padding: 7px 5px;
}

main h2 {
  text-align: center;
  font-size: 26px;
  padding: 20px 0;
}

.bg-color {
  width: 100%;
  margin: 0 auto;
  background-color: #cae6f5;
}

.bg-color section {
  padding: 20px 20px 0;
}

.white-bg {
  background-color: #fff;
}

.margin-top {
  margin-top: 30px;
}

.margin-bottom {
  margin-bottom: 30px;
}

.block {
  display: block;
  height: 9px;
}

.legal {
  color: #727171;
  padding: 0 3%;
  padding-bottom: 20px;
}

.legal h4 {
  margin: 25px 0 8px;
}

.legal h4:first-child {
  margin-top: 0;
}

.legal p {
  font-size: 14px;
  margin: 0 0 13px;
  padding-left: 1em;
}

.legal ol {
  padding-left: 2.5em;
}

.legal ol li {
  margin-top: 8px;
  font-size: 16px;
}

footer {
  margin-top: auto;
  width: 100%;
  background-color: #8ac8e9;
  color: #fcfcfc;
}

footer .wrapper {
  text-align: center;
}

footer .wrapper ul {
  color: #fcfcfc;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding: 16px;
  max-width: 1220px;
}

footer .wrapper ul li {
  display: inline;
  padding: 0 10px;
}

footer .wrapper ul li.title {
  padding-right: 16px;
  font-weight: bold;
}

footer .wrapper ul li a {
  color: #fcfcfc;
}

footer .wrapper .copyright {
  background-color: #3d6275;
  color: #fcfcfc;
  font-size: 12px;
  padding: 5px 0;
}

@media only screen and (max-width: 768px) {
  footer .wrapper ul {
    padding: 16px 0 0;
  }
  footer .wrapper ul li {
    display: block;
    padding-bottom: 10px;
  }
}

/* COLOR */
/* DEFAULT SIZES */
/* MEDIA QUERIES */
/* RITCH BUTTON ANIMATION */
/*　PUBLIC INTERFACE CSS and INITIALIZE　*/
body {
  background-color: #fcfcfc;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
  padding: 5px 20px;
  position: relative;
  z-index: 2;
  background-color: #fcfcfc;
  border: 2px solid #066fc8;
  color: #066fc8;
  line-height: 55px;
  overflow: hidden;
  min-width: 250px;
  -webkit-box-shadow: 8px 8px;
          box-shadow: 8px 8px;
  background-color: #fff;
}

.button:hover {
  color: #fcfcfc;
  -webkit-box-shadow: 5px 5px;
          box-shadow: 5px 5px;
}

.button::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

.button:hover::after {
  background: #066fc8;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.button::before, .button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}

.button, .button::before, .button::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

button {
  display: block;
  position: relative;
  width: 210px;
  margin: 0 auto;
  padding: 0.8em;
  background: #cae6f5;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
}

button:hover {
  opacity: 0.8;
}

a {
  color: #337ab7;
}

body {
  min-width: 375px;
}

section,
article {
  max-width: 1220px;
  margin: 0 auto;
  margin-top: 40px;
  padding: 20px;
}

.center {
  text-align: center;
}

.hero {
  margin-top: 80px;
  width: 100%;
  line-height: 150px;
  text-align: center;
  background-color: #8ac8e9;
}

@media only screen and (max-width: 768px) {
  .hero {
    font-size: 14px;
    line-height: 90px;
  }
}

.hero h1 {
  color: #fcfcfc;
}

.breadcrumb {
  max-width: 1220px;
  margin: 0 auto;
}

.breadcrumb ul {
  display: inline-block;
}

.breadcrumb ul li {
  float: left;
  font-size: 14px;
  padding: 7px 5px;
}

main h2 {
  text-align: center;
  font-size: 26px;
  padding: 20px 0;
}

.bg-color {
  width: 100%;
  margin: 0 auto;
  background-color: #cae6f5;
}

.bg-color section {
  padding: 20px 20px 0;
}

.white-bg {
  background-color: #fff;
}

.margin-top {
  margin-top: 30px;
}

.margin-bottom {
  margin-bottom: 30px;
}

.block {
  display: block;
  height: 9px;
}

.legal {
  color: #727171;
  padding: 0 3%;
  padding-bottom: 20px;
}

.legal h4 {
  margin: 25px 0 8px;
}

.legal h4:first-child {
  margin-top: 0;
}

.legal p {
  font-size: 14px;
  margin: 0 0 13px;
  padding-left: 1em;
}

.legal ol {
  padding-left: 2.5em;
}

.legal ol li {
  margin-top: 8px;
  font-size: 16px;
}

.enquiry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.enquiry__text {
  padding: 15px;
  text-align: center;
  width: 50%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.enquiry__text p {
  padding: 10px;
}

.enquiry__img {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .enquiry {
    display: block;
  }
  .enquiry__text {
    width: 100%;
  }
  .enquiry__text .button {
    margin: 15px auto;
  }
  .enquiry__img {
    width: 100%;
  }
}

/* COLOR */
/* DEFAULT SIZES */
/* MEDIA QUERIES */
/* RITCH BUTTON ANIMATION */
/*　PUBLIC INTERFACE CSS and INITIALIZE　*/
body {
  background-color: #fcfcfc;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
  padding: 5px 20px;
  position: relative;
  z-index: 2;
  background-color: #fcfcfc;
  border: 2px solid #066fc8;
  color: #066fc8;
  line-height: 55px;
  overflow: hidden;
  min-width: 250px;
  -webkit-box-shadow: 8px 8px;
          box-shadow: 8px 8px;
  background-color: #fff;
}

.button:hover {
  color: #fcfcfc;
  -webkit-box-shadow: 5px 5px;
          box-shadow: 5px 5px;
}

.button::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

.button:hover::after {
  background: #066fc8;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.button::before, .button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}

.button, .button::before, .button::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

button {
  display: block;
  position: relative;
  width: 210px;
  margin: 0 auto;
  padding: 0.8em;
  background: #cae6f5;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
}

button:hover {
  opacity: 0.8;
}

a {
  color: #337ab7;
}

body {
  min-width: 375px;
}

section,
article {
  max-width: 1220px;
  margin: 0 auto;
  margin-top: 40px;
  padding: 20px;
}

.center {
  text-align: center;
}

.hero {
  margin-top: 80px;
  width: 100%;
  line-height: 150px;
  text-align: center;
  background-color: #8ac8e9;
}

@media only screen and (max-width: 768px) {
  .hero {
    font-size: 14px;
    line-height: 90px;
  }
}

.hero h1 {
  color: #fcfcfc;
}

.breadcrumb {
  max-width: 1220px;
  margin: 0 auto;
}

.breadcrumb ul {
  display: inline-block;
}

.breadcrumb ul li {
  float: left;
  font-size: 14px;
  padding: 7px 5px;
}

main h2 {
  text-align: center;
  font-size: 26px;
  padding: 20px 0;
}

.bg-color {
  width: 100%;
  margin: 0 auto;
  background-color: #cae6f5;
}

.bg-color section {
  padding: 20px 20px 0;
}

.white-bg {
  background-color: #fff;
}

.margin-top {
  margin-top: 30px;
}

.margin-bottom {
  margin-bottom: 30px;
}

.block {
  display: block;
  height: 9px;
}

.legal {
  color: #727171;
  padding: 0 3%;
  padding-bottom: 20px;
}

.legal h4 {
  margin: 25px 0 8px;
}

.legal h4:first-child {
  margin-top: 0;
}

.legal p {
  font-size: 14px;
  margin: 0 0 13px;
  padding-left: 1em;
}

.legal ol {
  padding-left: 2.5em;
}

.legal ol li {
  margin-top: 8px;
  font-size: 16px;
}

.social-links__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .social-links__content {
    display: block;
  }
}

.social-links__content--text {
  width: 33.3%;
  height: 192px;
  font-size: 18px;
  color: #fcfcfc;
  -webkit-transition: .3s;
  transition: .3s;
  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;
  margin: 16px auto;
  padding: 16px;
  position: relative;
}

.social-links__content--text:hover {
  opacity: .5;
}

@media only screen and (max-width: 768px) {
  .social-links__content--text {
    width: calc(100% - 32px);
    padding: 16px;
    margin: 16px;
  }
}

.social-links__content--text span {
  width: 100%;
}

.social-links__content--text span i {
  font-size: 2rem;
  padding: 0 12px;
}

.social-links__content--text a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.social-links__content .facebook {
  background-color: #4267b2;
}

.social-links__content .app {
  color: #333333;
  background-color: #cae6f5;
}

.social-links__content .sponsor {
  background-color: #8ac8e9;
}

/* COLOR */
/* DEFAULT SIZES */
/* MEDIA QUERIES */
/* RITCH BUTTON ANIMATION */
/*　PUBLIC INTERFACE CSS and INITIALIZE　*/
body {
  background-color: #fcfcfc;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
  padding: 5px 20px;
  position: relative;
  z-index: 2;
  background-color: #fcfcfc;
  border: 2px solid #066fc8;
  color: #066fc8;
  line-height: 55px;
  overflow: hidden;
  min-width: 250px;
  -webkit-box-shadow: 8px 8px;
          box-shadow: 8px 8px;
  background-color: #fff;
}

.button:hover {
  color: #fcfcfc;
  -webkit-box-shadow: 5px 5px;
          box-shadow: 5px 5px;
}

.button::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

.button:hover::after {
  background: #066fc8;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.button::before, .button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}

.button, .button::before, .button::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

button {
  display: block;
  position: relative;
  width: 210px;
  margin: 0 auto;
  padding: 0.8em;
  background: #cae6f5;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
}

button:hover {
  opacity: 0.8;
}

a {
  color: #337ab7;
}

body {
  min-width: 375px;
}

section,
article {
  max-width: 1220px;
  margin: 0 auto;
  margin-top: 40px;
  padding: 20px;
}

.center {
  text-align: center;
}

.hero {
  margin-top: 80px;
  width: 100%;
  line-height: 150px;
  text-align: center;
  background-color: #8ac8e9;
}

@media only screen and (max-width: 768px) {
  .hero {
    font-size: 14px;
    line-height: 90px;
  }
}

.hero h1 {
  color: #fcfcfc;
}

.breadcrumb {
  max-width: 1220px;
  margin: 0 auto;
}

.breadcrumb ul {
  display: inline-block;
}

.breadcrumb ul li {
  float: left;
  font-size: 14px;
  padding: 7px 5px;
}

main h2 {
  text-align: center;
  font-size: 26px;
  padding: 20px 0;
}

.bg-color {
  width: 100%;
  margin: 0 auto;
  background-color: #cae6f5;
}

.bg-color section {
  padding: 20px 20px 0;
}

.white-bg {
  background-color: #fff;
}

.margin-top {
  margin-top: 30px;
}

.margin-bottom {
  margin-bottom: 30px;
}

.block {
  display: block;
  height: 9px;
}

.legal {
  color: #727171;
  padding: 0 3%;
  padding-bottom: 20px;
}

.legal h4 {
  margin: 25px 0 8px;
}

.legal h4:first-child {
  margin-top: 0;
}

.legal p {
  font-size: 14px;
  margin: 0 0 13px;
  padding-left: 1em;
}

.legal ol {
  padding-left: 2.5em;
}

.legal ol li {
  margin-top: 8px;
  font-size: 16px;
}

.prepare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.prepare__text {
  padding: 2rem;
  width: 55%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.prepare__text h3 {
  margin-bottom: 2rem;
  text-align: center;
}

.prepare__img {
  width: 45%;
}

@media only screen and (max-width: 768px) {
  .prepare {
    display: block;
  }
  .prepare__text {
    padding: 0 0 2rem;
    width: 100%;
  }
  .prepare__img {
    width: 100%;
  }
}

/* COLOR */
/* DEFAULT SIZES */
/* MEDIA QUERIES */
/* RITCH BUTTON ANIMATION */
/*　PUBLIC INTERFACE CSS and INITIALIZE　*/
body {
  background-color: #fcfcfc;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
  padding: 5px 20px;
  position: relative;
  z-index: 2;
  background-color: #fcfcfc;
  border: 2px solid #066fc8;
  color: #066fc8;
  line-height: 55px;
  overflow: hidden;
  min-width: 250px;
  -webkit-box-shadow: 8px 8px;
          box-shadow: 8px 8px;
  background-color: #fff;
}

.button:hover {
  color: #fcfcfc;
  -webkit-box-shadow: 5px 5px;
          box-shadow: 5px 5px;
}

.button::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

.button:hover::after {
  background: #066fc8;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.button::before, .button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}

.button, .button::before, .button::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

button {
  display: block;
  position: relative;
  width: 210px;
  margin: 0 auto;
  padding: 0.8em;
  background: #cae6f5;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
}

button:hover {
  opacity: 0.8;
}

a {
  color: #337ab7;
}

body {
  min-width: 375px;
}

section,
article {
  max-width: 1220px;
  margin: 0 auto;
  margin-top: 40px;
  padding: 20px;
}

.center {
  text-align: center;
}

.hero {
  margin-top: 80px;
  width: 100%;
  line-height: 150px;
  text-align: center;
  background-color: #8ac8e9;
}

@media only screen and (max-width: 768px) {
  .hero {
    font-size: 14px;
    line-height: 90px;
  }
}

.hero h1 {
  color: #fcfcfc;
}

.breadcrumb {
  max-width: 1220px;
  margin: 0 auto;
}

.breadcrumb ul {
  display: inline-block;
}

.breadcrumb ul li {
  float: left;
  font-size: 14px;
  padding: 7px 5px;
}

main h2 {
  text-align: center;
  font-size: 26px;
  padding: 20px 0;
}

.bg-color {
  width: 100%;
  margin: 0 auto;
  background-color: #cae6f5;
}

.bg-color section {
  padding: 20px 20px 0;
}

.white-bg {
  background-color: #fff;
}

.margin-top {
  margin-top: 30px;
}

.margin-bottom {
  margin-bottom: 30px;
}

.block {
  display: block;
  height: 9px;
}

.legal {
  color: #727171;
  padding: 0 3%;
  padding-bottom: 20px;
}

.legal h4 {
  margin: 25px 0 8px;
}

.legal h4:first-child {
  margin-top: 0;
}

.legal p {
  font-size: 14px;
  margin: 0 0 13px;
  padding-left: 1em;
}

.legal ol {
  padding-left: 2.5em;
}

.legal ol li {
  margin-top: 8px;
  font-size: 16px;
}

.step {
  /* arrow_bottom */
}

.step img {
  height: 30px;
  margin: 15px auto;
}

.step__container {
  background-color: #fff;
  border: 1px solid #8ac8e9;
  border-radius: 0 3px 3px 3px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 180px;
  width: 100%;
  position: relative;
  /* number */
}

.step__container span {
  background-color: #066fc8;
  color: #fcfcfc;
  font-weight: 600;
  font-size: 34px;
  text-align: center;
  line-height: 70px;
  height: 70px;
  width: 70px;
  position: absolute;
  top: 0;
  left: 0;
}

.step__container__text {
  padding-left: 100px;
  width: 80%;
}

.step__container__text h3 {
  font-size: 26px;
  line-height: 70px;
}

.step__container__img {
  padding: 30px;
  width: 20%;
}

.step__container__img img {
  height: 90px;
}

@media only screen and (max-width: 768px) {
  .step__container {
    display: block;
  }
  .step__container span {
    line-height: 55px;
    height: 55px;
    width: 55px;
  }
  .step__container__text {
    padding-left: 0;
    width: 100%;
  }
  .step__container__text h3 {
    padding-left: 55px;
    text-align: center;
    line-height: 55px;
    font-size: 18px;
  }
  .step__container__text p {
    padding: 20px;
    margin: 0 auto;
  }
  .step__container__img {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .step__container__text h3 {
    font-size: 16px;
  }
}
/*# sourceMappingURL=howto.css.map */

.manual button{
  /* センター寄せ　*/
  margin: auto;
  display: block;
  /* ボタンの大きさ */
  width:700px;
  /* 文字の大きさ */
  font-size: 20px;
  }

.manual img{
  /* 左寄せ */
  float: left;
  margin-left: 50px;
  /* 画像の大きさ */
  height : 30px;
}

@media only screen and (max-width: 480px) {
  .manual button{
    /* センター寄せ　*/
    margin: auto;
    display: block;
    /* ボタンの大きさ */
    width:300px;
    /* 文字の大きさ */
    font-size: 20px;
    }
  
  .manual img{
    /* 左寄せ */
    float: left;
    margin-left: 5px;
    /* 画像の大きさ */
    height : 30px;
  }
}