@charset "UTF-8";
.icatch-order_sp, .icatch-order, .icatch-contact_sp, .icatch-contact, .product__contents, .voice__contents, .point, .icatch-top_sp, .icatch-top, footer .footer__container {
  padding: 60px 30px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .icatch-order_sp, .icatch-order, .icatch-contact_sp, .icatch-contact, .product__contents, .voice__contents, .point, .icatch-top_sp, .icatch-top, footer .footer__container {
    padding: 60px 30px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .icatch-order_sp, .icatch-order, .icatch-contact_sp, .icatch-contact, .product__contents, .voice__contents, .point, .icatch-top_sp, .icatch-top, footer .footer__container {
    padding: 60px 10px;
    width: 100%;
  }
}

html,
body {
  color: #1A1311;
  font-family: "Noto Serif JP", serif;
}

p {
  font-size: 11pt;
  line-height: 2em;
  font-weight: 300;
}
@media (max-width: 480px) {
  p {
    font-size: 9pt;
  }
}

strong {
  color: #1789CD;
  font-weight: 500;
}

a {
  color: #1A1311;
  text-decoration: none;
}
a:hover {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  color: #2CA6E0;
}
a:visited {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
  color: #2CA6E0;
}
a img:hover {
  opacity: 0.8;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

a[href^="tel:"] {
  pointer-events: none;
}

.tel {
  color: #1A1311;
  font-size: 24pt;
  font-weight: 500;
}
.tel:before {
  content: "";
  background-image: url(../images/support_image2.png);
  display: inline-block;
  width: 50px;
  height: 48px;
  vertical-align: bottom;
  background-size: 40px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.fd-in {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
          transform: translate(0px, 50px);
}

.fd-done {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

section {
  overflow: hidden;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

iframe.youtube {
  width: 100%;
  height: 500px;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 60px;
  display: block;
}
@media (max-width: 480px) {
  iframe.youtube {
    height: 250px;
    margin-top: 30px;
  }
}

.section__title {
  font-size: 40pt;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0em;
}
@media (max-width: 1024px) {
  .section__title {
    font-size: 35pt;
  }
}
@media (max-width: 480px) {
  .section__title {
    font-size: 28pt;
  }
}
.section__title--description {
  font-size: 12pt;
  text-align: center;
  margin-bottom: 50px;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 480px) {
  .section__title--description {
    font-size: 10pt;
  }
}
.section_subtitle {
  padding: 15px 0;
  font-size: 20pt;
  text-align: center;
}
@media (max-width: 1024px) {
  .section_subtitle {
    font-size: 15pt;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 480px) {
  .section_subtitle {
    font-size: 15pt;
    letter-spacing: -0.1em;
  }
}
.section_bigtitle {
  font-size: 50pt;
  text-align: center;
}
@media (max-width: 1024px) {
  .section_bigtitle {
    font-size: 45pt;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 480px) {
  .section_bigtitle {
    font-size: 30pt;
  }
}

header {
  background-image: url(../images/header_back.png);
  background-size: contain;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  width: 100%;
  height: 180px;
  position: fixed;
  top: 0;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 480px) {
  header {
    background-image: url(../images/header_back_sp.png);
  }
}
header nav {
  width: 35%;
  opacity: 1;
}
header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
@media (max-width: 896px) {
  header .inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
header .logo {
  display: block;
  width: 24%;
  padding-top: 5px;
  text-align: center;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media (max-width: 896px) {
  header .logo {
    width: 20%;
  }
}
@media (max-width: 480px) {
  header .logo {
    padding-top: 20px;
    width: 40%;
  }
}
header .logo img {
  width: 100%;
}
header .logo svg {
  position: relative;
  top: -100px;
}

.header {
  width: 100%;
}
.header__menu {
  width: 60px;
  height: 60px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 4;
}
.header__menu__line {
  padding: 0;
  width: 36px;
  height: 30px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  cursor: pointer;
}
.header__menu__line img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.header__menu__line .menu_on {
  opacity: 1;
}
.header__menu__line .menu_off {
  opacity: 0;
}
.header__menu__line.is-active .menu_on {
  opacity: 0;
}
.header__menu__line.is-active .menu_off {
  opacity: 1;
}

#spmenu {
  display: none;
}
@media (max-width: 896px) {
  #spmenu {
    display: block;
  }
}

.navi {
  position: fixed;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100vh;
  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;
  color: #fff;
}
.navi__wrap {
  list-style-type: none;
  text-align: center;
  padding-left: 0;
  background: #F4FBFF;
  padding: 70px 0;
  width: 100%;
  height: 100vh;
  overflow: scroll;
}
.navi__wrap img {
  width: 150px;
  padding-bottom: 30px;
}
.navi__wrap_social_logo {
  display: inline-block;
  padding: 20px;
  margin-top: 5px;
}
.navi__wrap_social_logo img {
  width: 45px;
  padding-right: 20px;
}
.navi__wrap li {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.2em;
  font-size: 15pt;
}
.navi__wrap li a {
  text-decoration: none;
  color: #1A1311;
  display: block;
  padding: 10px 10px;
}
.navi-enter, .navi-leave-to {
  opacity: 0;
}
.navi-enter-to, .navi-leave {
  opacity: 1;
}
.navi-enter-active, .navi-leave-active {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

nav {
  display: block;
}
nav ul.nav {
  margin: 0 auto;
  display: table;
  table-layout: fixed;
  /* width:700px;*/
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
nav ul.nav li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-right: 35px;
  background-color: none;
  position: relative;
}
nav ul.nav li:last-child {
  padding-right: 0;
}
nav ul.nav li a {
  display: block;
  text-decoration: none;
  color: #fff;
}
nav ul.nav li a:hover {
  color: #2CA6E0;
}
@media (max-width: 896px) {
  nav {
    display: none;
  }
}

/* #navibar ドロップダウンリスト*/
.dropdown {
  visibility: hidden;
  opacity: 0;
  margin-left: -100px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}

.isOpen {
  visibility: visible;
  opacity: 1;
  margin-left: 0;
}

.toggle {
  cursor: pointer;
}

.dropdown {
  position: absolute;
  background-color: #fff;
  text-align: left;
  padding-top: 15px;
  left: -10px;
  top: 51px;
  width: 200px;
  -webkit-box-shadow: 0px 10px 10px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 10px 4px rgba(0, 0, 0, 0.1);
}
.dropdown img {
  width: 20px;
  margin-left: 15px;
  margin-bottom: 15px;
}
.dropdown span a {
  padding: 15px;
  background-color: #fff;
  display: block;
}
.dropdown span a:hover {
  background-color: #1789CD;
  color: #fff !important;
}
.dropdown span:last-child a {
  margin-bottom: 20px;
}

.icatch-top {
  margin: 0 auto;
  margin-top: -10px;
}

.back {
  background: #F4FBFF;
}

.toTop {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 40px;
  z-index: 5;
}
@media (max-width: 480px) {
  .toTop {
    padding: 10px;
  }
}
.toTop img {
  width: 60px;
  height: 90px;
}
@media (max-width: 480px) {
  .toTop img {
    width: 40px;
    height: 60px;
  }
}

.cta__btn {
  text-align: center;
}
.cta__btn a {
  display: inline-block;
  background: #1789CD;
  padding: 15px 60px;
  margin: 0px 0 0;
  font-family: "Noto Serif JP", serif;
  font-size: 13pt;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .cta__btn a {
    display: block;
    margin: 20px auto;
    padding: 15px 30px;
    width: 80%;
  }
}
@media (max-width: 480px) {
  .cta__btn a {
    font-size: 10pt;
  }
}
.cta__btn a::after {
  position: absolute;
  content: "";
  right: 20px;
  width: 8px;
  height: 8px;
  top: calc(50% - 4px);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cta__btn a:hover {
  border-color: #2CA6E0;
  background: #2CA6E0;
  color: #fff;
}
.cta__btn a:hover::after {
  border-color: #fff;
}

.bread__container {
  width: 100%;
  margin: 0 auto;
  background-color: black;
  padding-left: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.bread__container p {
  text-align: left;
  color: #fff;
}
.bread__container p a {
  color: #fff;
}
.bread__container p a:hover {
  color: #2CA6E0;
}

button.form_btn {
  text-align: center;
  display: inline-block;
  background: rgb(0, 0, 0);
  padding: 5px 60px;
  font-family: "Noto Serif JP", serif;
  font-size: 13pt;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  button.form_btn {
    display: block;
    padding: 5px 30px;
    width: 80%;
  }
}
@media (max-width: 480px) {
  button.form_btn {
    font-size: 10pt;
    margin-left: auto;
    margin-right: auto;
  }
}
button.form_btn::after {
  position: absolute;
  content: "";
  right: 20px;
  width: 8px;
  height: 8px;
  top: calc(50% - 4px);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
button.form_btn:hover {
  border-color: #2CA6E0;
  background: #2CA6E0;
  color: #fff;
}
button.form_btn:hover::after {
  border-color: #fff;
}

footer {
  text-align: center;
  color: #fff;
  width: 100%;
  margin-top: 30px;
}
footer .footer {
  background: #66B8E1;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
footer .footer_navi {
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 1024px) {
  footer .footer_navi {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding: 40px 10px;
  }
}
@media (max-width: 480px) {
  footer .footer_navi {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse wrap;
            flex-flow: column-reverse wrap;
  }
}
@media (max-width: 896px) {
  footer .footer_navi_space {
    display: none;
  }
}
footer .footer_navi div {
  padding: 15px;
  width: 33.3333333333%;
  text-align: left;
}
footer .footer_navi div:last-of-type {
  border-left: 1px solid #FFF;
}
@media (max-width: 480px) {
  footer .footer_navi div:last-of-type {
    border: none;
    border-bottom: 1px solid #FFF;
  }
  footer .footer_navi div:last-of-type ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  footer .footer_navi div:last-of-type ul li {
    width: 50%;
  }
}
@media (max-width: 1024px) {
  footer .footer_navi div {
    border: none;
  }
}
@media (max-width: 896px) {
  footer .footer_navi div {
    width: 50%;
  }
}
@media (max-width: 480px) {
  footer .footer_navi div {
    width: 100%;
    border: none;
    padding: 0;
    padding-bottom: 20px;
  }
}
footer .footer_navi div h4 {
  margin-bottom: 10px;
  color: #fff;
}
footer .footer_navi div ul {
  text-align: left;
}
@media (max-width: 480px) {
  footer .footer_navi div ul {
    font-size: 7pt;
  }
}
footer .footer_navi div ul li {
  list-style: none;
  font-size: 9pt;
  line-height: 2em;
  letter-spacing: 0.2em;
}
@media (max-width: 480px) {
  footer .footer_navi div ul li {
    font-size: 10px;
    letter-spacing: 0.1em;
  }
}
footer .footer_navi div ul li a {
  color: #FFF;
}
footer .footer_navi div ul li a:hover, footer .footer_navi div ul li a:focus {
  color: #2CA6E0;
}
footer .footer__container {
  padding: 20px 0 0 0;
}
@media (max-width: 480px) {
  footer .footer__container {
    padding: 0;
  }
}
footer .footer .social {
  width: 300px;
  padding: 10px;
  padding-top: 0;
  margin: auto;
}
footer .footer .social img {
  width: 100%;
}

.copyright {
  background-color: #66B8E1;
  padding: 10px;
}
.copyright small {
  font-size: 7pt;
  line-height: 1;
  color: #F4FBFF;
}

/*適宜使えるやつ*/
.pt-m {
  padding-top: 30px;
}

.pb-m {
  padding-bottom: 30px;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.button {
  width: 300px;
  margin: 100px auto;
}
.button img {
  width: 100%;
}

.icatch-top {
  width: 100%;
  display: block;
  text-align: center;
  margin: auto;
  background-image: url(../images/back_top.png);
  background-size: cover;
  background-position-y: -220px;
}
.icatch-top_inner {
  max-width: 1365px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
}
.icatch-top_inner_img {
  position: relative;
  top: -65px;
  width: 100%;
  padding: 30px;
}
.icatch-top_inner_img img {
  width: 100%;
}

.icatch-top_sp {
  width: 100%;
  display: block;
  background-image: url(../images/back_top_sp.png);
  background-size: contain;
  background-position-y: -135px;
  padding-bottom: 0;
}
.icatch-top_sp_inner {
  max-width: 1365px;
  display: block;
  justify-items: center;
}
.icatch-top_sp_inner_img {
  position: relative;
  top: -80px;
  width: 100%;
  padding: 30px;
}
.icatch-top_sp_inner_img img {
  width: 100%;
}

@media (max-width: 480px) {
  .point {
    padding: 0 10px;
  }
}
.point__title {
  text-align: center;
}
.point__title_top {
  width: 550px;
  margin: auto;
  margin-bottom: 80px;
}
@media (max-width: 480px) {
  .point__title_top {
    width: 280px;
    margin-bottom: 30px;
  }
}
.point__title_top img {
  width: 100%;
}
.point__title_icon {
  width: 200px;
  margin: auto;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .point__title_icon {
    width: 150px;
    margin-bottom: 0;
  }
}
.point__title_icon img {
  width: 100%;
}
.point__container {
  width: 100%;
  max-width: 1365px;
  margin: auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 480px) {
  .point__container {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .point__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    padding: 40px 0;
  }
}
.point__container_content {
  width: 29.4117647059%;
  display: block;
  margin: 15px;
  border-top-right-radius: 32px;
  border-bottom-left-radius: 32px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 30px rgba(147, 147, 147, 0.4);
          box-shadow: 0 0 30px rgba(147, 147, 147, 0.4);
}
@media (max-width: 896px) {
  .point__container_content {
    width: 41.6666666667%;
  }
}
@media (max-width: 480px) {
  .point__container_content {
    margin-bottom: 0;
    padding-right: 30px;
  }
}
@media (max-width: 480px) {
  .point__container_content {
    width: 90%;
    padding-right: 0;
  }
}
.point__container_content_sum {
  display: block;
  background-color: #1789CD;
  border-radius: 10px;
  overflow: hidden;
}
.point__container_content img {
  width: 100%;
  display: block;
}
.point__container_content h3 {
  letter-spacing: 0;
  font-size: 12pt;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 480px) {
  .point__container_content h3 {
    font-size: 10pt;
  }
}
.point__container_content .timestamp {
  font-size: 9pt;
}
.point__container_content .post_content {
  overflow: hidden;
  height: 60px;
}
.point_btn {
  margin: 20px auto 80px;
  width: 150px;
}
@media (max-width: 480px) {
  .point_btn {
    margin-top: 0;
    margin-bottom: 100px;
  }
}
.point_btn a {
  display: inline-block;
  width: 150px;
  color: #fff;
  padding: 5px 24px;
  background-color: #1789CD;
  text-align: center;
  font-family: "Poppins-MediumItalic";
}
.point_btn a:hover {
  background-color: #2CA6E0;
  color: #fff;
}

.experience {
  margin-bottom: -300px;
}
.experience__contents {
  text-align: center;
  position: relative;
  top: -300px;
}
.experience__contents_top {
  width: 500px;
  margin: auto;
  margin-bottom: 100px;
}
@media (max-width: 480px) {
  .experience__contents_top {
    width: 240px;
    margin-bottom: 20px;
  }
}
.experience__contents_man {
  width: 300px;
  margin: auto;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .experience__contents_man {
    width: 200px;
    margin-bottom: 20px;
  }
}
.experience__contents_mid {
  width: 90%;
  max-width: 900px;
  margin: auto;
  margin-bottom: 30px;
}
@media (max-width: 896px) {
  .experience__contents_mid {
    width: 90%;
    margin-bottom: 20px;
  }
}
.experience__contents_bottom {
  width: 90%;
  max-width: 900px;
  margin: auto;
  margin-bottom: 30px;
}
@media (max-width: 896px) {
  .experience__contents_bottom {
    width: 100%;
    margin-bottom: 20px;
  }
}
.experience__contents_loright {
  width: 30%;
  max-width: 300px;
  min-width: 250px;
  margin: auto;
  margin-bottom: 150px;
}
@media (max-width: 480px) {
  .experience__contents_loright {
    width: 250px;
    margin-bottom: 20px;
  }
}
.experience img {
  width: 100%;
}
.experience:before {
  content: "";
  display: block;
  position: relative;
  height: 400px;
  background-image: url(../images/back.png);
  background-size: cover;
  top: 0px;
}

.voice {
  margin-bottom: -300px;
}
.voice__contents {
  text-align: center;
  position: relative;
  top: -350px;
}
.voice__contents_top {
  width: 250px;
  margin: auto;
  margin-bottom: 100px;
}
@media (max-width: 480px) {
  .voice__contents_top {
    width: 200px;
    margin-bottom: 60px;
  }
}
.voice__contents_top img {
  width: 100%;
}
.voice__contents__inner {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
  background-color: #E5F3FA;
  padding: 60px 30px;
  margin-bottom: 100px;
}
@media (max-width: 480px) {
  .voice__contents__inner {
    display: block;
    width: 100%;
    padding: 0 30px;
    margin-bottom: 60px;
  }
}
.voice__contents__inner_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 10px;
}
@media (max-width: 480px) {
  .voice__contents__inner_1 {
    display: block;
    width: 100%;
    margin-bottom: 0px;
    padding: 20px;
  }
}
.voice__contents__inner_1:last-of-type {
  border-left: 1px solid #707070;
}
@media (max-width: 480px) {
  .voice__contents__inner_1:last-of-type {
    border-left: none;
    border-top: 1px solid #707070;
  }
}
.voice__contents__inner_1_img {
  width: 50%;
  padding: 0 15px;
}
@media (max-width: 480px) {
  .voice__contents__inner_1_img {
    width: 100%;
    margin-bottom: 10px;
  }
}
.voice__contents__inner_1_img img {
  width: 100%;
}
.voice__contents__inner_1_p {
  width: 50%;
}
@media (max-width: 480px) {
  .voice__contents__inner_1_p {
    width: 100%;
    margin-bottom: 10px;
  }
}
.voice__contents__inner_1_p img {
  width: 100%;
}
.voice__contents__human {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
  background-color: #E5F3FA;
  padding: 60px 30px;
}
@media (max-width: 480px) {
  .voice__contents__human {
    padding: 0px 30px 30px;
    display: block;
    margin-bottom: 60px;
  }
}
.voice__contents__human_img {
  width: 35%;
  padding: 30px;
}
@media (max-width: 896px) {
  .voice__contents__human_img {
    width: 35%;
    padding: 0;
  }
}
@media (max-width: 480px) {
  .voice__contents__human_img {
    width: 100%;
    padding: 30px;
  }
}
.voice__contents__human_img img {
  width: 100%;
}
.voice__contents__human_p {
  width: 65%;
}
@media (max-width: 480px) {
  .voice__contents__human_p {
    width: 100%;
  }
}
.voice__contents__human_p_txt {
  margin: 30px;
}
@media (max-width: 896px) {
  .voice__contents__human_p_txt {
    margin: 15px;
  }
}
@media (max-width: 480px) {
  .voice__contents__human_p_txt {
    margin: 0px;
    margin-bottom: 5px;
  }
}
.voice__contents__human_p_txt img {
  width: 100%;
}
.voice__contents__human_p_txt_kome {
  width: 50%;
  margin: 30px;
}
@media (max-width: 896px) {
  .voice__contents__human_p_txt_kome {
    margin: 15px;
  }
}
@media (max-width: 480px) {
  .voice__contents__human_p_txt_kome {
    width: 90%;
    margin: 0px;
  }
}
.voice__contents__human_p_txt_kome img {
  width: 100%;
}
.voice__contents__human_p p {
  text-align: left;
  padding-left: 30px;
}
@media (max-width: 896px) {
  .voice__contents__human_p p {
    padding-left: 15px;
  }
}
@media (max-width: 480px) {
  .voice__contents__human_p p {
    padding-left: 0px;
    margin-bottom: 5px;
    text-align: center;
  }
}
.voice__contents__human_p a {
  text-align: left;
  font-size: 20px;
  color: #1789CD;
}
@media (max-width: 896px) {
  .voice__contents__human_p a {
    font-size: 18px;
  }
}
.voice__contents__nikkei {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
  background-color: #E5F3FA;
  padding: 60px 30px;
}
@media (max-width: 480px) {
  .voice__contents__nikkei {
    padding: 0px 30px 30px;
    display: block;
  }
}
.voice__contents__nikkei_img {
  width: 35%;
  padding: 30px;
}
@media (max-width: 896px) {
  .voice__contents__nikkei_img {
    width: 35%;
    padding: 0;
  }
}
@media (max-width: 480px) {
  .voice__contents__nikkei_img {
    width: 100%;
    padding: 30px;
  }
}
.voice__contents__nikkei_img img {
  width: 100%;
  border-radius: 50%;
}
.voice__contents__nikkei_p {
  width: 65%;
}
@media (max-width: 480px) {
  .voice__contents__nikkei_p {
    width: 100%;
  }
}
.voice__contents__nikkei_p .title {
  font-family: "M+ Type-2 Light";
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 40px;
}
@media (max-width: 896px) {
  .voice__contents__nikkei_p .title {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .voice__contents__nikkei_p .title {
    margin-bottom: 20px;
  }
}
.voice__contents__nikkei_p .text {
  font-family: "M+ Type-2 Light";
  font-size: 20px;
  margin-bottom: 40px;
  text-align: left;
}
@media (max-width: 896px) {
  .voice__contents__nikkei_p .text {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .voice__contents__nikkei_p .text {
    font-size: 13px;
    margin-bottom: 20px;
  }
}
.voice__contents__nikkei_p_txt {
  margin: 30px;
}
@media (max-width: 896px) {
  .voice__contents__nikkei_p_txt {
    margin: 15px;
  }
}
@media (max-width: 480px) {
  .voice__contents__nikkei_p_txt {
    margin: 0px;
    margin-bottom: 5px;
  }
}
.voice__contents__nikkei_p_txt img {
  width: 100%;
}
.voice__contents__nikkei_p_txt_kome {
  width: 50%;
  margin: 30px;
}
@media (max-width: 896px) {
  .voice__contents__nikkei_p_txt_kome {
    margin: 15px;
  }
}
@media (max-width: 480px) {
  .voice__contents__nikkei_p_txt_kome {
    width: 90%;
    margin: 0px;
  }
}
.voice__contents__nikkei_p_txt_kome img {
  width: 100%;
}
.voice__contents__nikkei_p p {
  text-align: left;
  padding-left: 30px;
}
@media (max-width: 896px) {
  .voice__contents__nikkei_p p {
    padding-left: 15px;
  }
}
@media (max-width: 480px) {
  .voice__contents__nikkei_p p {
    padding-left: 0px;
    margin-bottom: 5px;
    text-align: center;
  }
}
.voice__contents__nikkei_p a {
  text-align: left;
  font-size: 20px;
  color: #1789CD;
}
@media (max-width: 896px) {
  .voice__contents__nikkei_p a {
    font-size: 18px;
  }
}
.voice:before {
  content: "";
  display: block;
  position: relative;
  height: 400px;
  background-image: url(../images/back.png);
  background-size: cover;
  top: 0px;
}

.product {
  margin-bottom: -300px;
}
.product__contents {
  text-align: center;
  position: relative;
  top: -350px;
}
.product__contents_top {
  width: 200px;
  margin: auto;
  margin-bottom: 100px;
}
@media (max-width: 480px) {
  .product__contents_top {
    width: 160px;
    margin-bottom: 60px;
  }
}
.product__contents_top img {
  width: 100%;
}
.product__contents_youtube {
  width: 100%;
  max-width: 770px;
  margin: auto;
  margin-bottom: 30px;
}
.product__contents_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 900px;
  padding: 30px 0;
  justify-items: center;
  margin: auto;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .product__contents_inner {
    display: block;
  }
}
.product__contents_inner_img {
  width: 85%;
  position: relative;
  left: 2%;
}
@media (max-width: 480px) {
  .product__contents_inner_img {
    width: 100%;
    left: 0;
    margin-bottom: 60px;
  }
}
.product__contents_inner_img img {
  width: 100%;
}
.product__contents_inner_p {
  position: relative;
  left: -2%;
  width: 60%;
  z-index: -1;
}
@media (max-width: 480px) {
  .product__contents_inner_p {
    width: 100%;
    left: 0;
  }
}
.product__contents_inner_p img {
  width: 100%;
}
.product:before {
  content: "";
  display: block;
  position: relative;
  height: 400px;
  background-image: url(../images/back.png);
  background-size: cover;
  top: 0px;
}

.usage {
  margin-bottom: -300px;
}
.usage__title {
  text-align: center;
  position: relative;
  top: -350px;
}
.usage__title_top {
  width: 150px;
  margin: auto;
  margin-bottom: 100px;
}
@media (max-width: 480px) {
  .usage__title_top {
    width: 120px;
    margin-bottom: 60px;
  }
}
.usage__title_top2 {
  width: 400px;
  margin: auto;
  margin-bottom: 60px;
}
@media (max-width: 480px) {
  .usage__title_top2 {
    width: 90%;
    margin-bottom: 60px;
  }
}
.usage__title_howto1, .usage__title_howto2 {
  width: 400px;
  margin: auto;
  margin-bottom: 60px;
}
@media (max-width: 480px) {
  .usage__title_howto1, .usage__title_howto2 {
    width: 88%;
  }
}
.usage__title_howto3 {
  width: 450px;
  margin: auto;
  margin-bottom: 60px;
}
@media (max-width: 480px) {
  .usage__title_howto3 {
    width: 100%;
  }
}
.usage__title_arrow {
  width: 60px;
  margin: auto;
  margin-bottom: 60px;
}
@media (max-width: 480px) {
  .usage__title_arrow {
    width: 40px;
  }
}
.usage img {
  width: 100%;
}
.usage:before {
  content: "";
  display: block;
  position: relative;
  height: 400px;
  background-image: url(../images/back.png);
  background-size: cover;
  top: 0px;
}

.lastcopy {
  margin-bottom: -100px;
}
.lastcopy__contents {
  text-align: center;
  position: relative;
  top: -200px;
}
@media (max-width: 480px) {
  .lastcopy__contents {
    top: -260px;
  }
}
.lastcopy__contents_top {
  width: 100%;
  max-width: 750px;
  margin: auto;
  margin-bottom: 200px;
}
@media (max-width: 480px) {
  .lastcopy__contents_top {
    margin-bottom: 0;
  }
}
.lastcopy__contents_top img {
  width: 100%;
}
.lastcopy:before {
  content: "";
  display: block;
  position: relative;
  height: 400px;
  background-image: url(../images/back.png);
  background-size: cover;
  top: 0px;
}

.company, .sptransaction {
  margin-top: -130px;
  margin-bottom: -100px;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 480px) {
  .company, .sptransaction {
    margin-bottom: -330px;
  }
}
.company__contents, .sptransaction__contents {
  text-align: center;
  position: relative;
  top: -200px;
}
@media (max-width: 480px) {
  .company__contents, .sptransaction__contents {
    top: -320px;
  }
}
.company__contents_top, .sptransaction__contents_top {
  width: 320px;
  margin: auto;
  margin-bottom: 100px;
}
@media (max-width: 480px) {
  .company__contents_top, .sptransaction__contents_top {
    width: 250px;
    margin-bottom: 60px;
  }
}
.company__contents_top img, .sptransaction__contents_top img {
  width: 100%;
}
.company__contents_inner, .sptransaction__contents_inner {
  background-color: #F4FBFF;
  width: 80%;
  padding: 60px 0px;
  margin: auto;
  margin-bottom: 160px;
  border-radius: 40px;
}
@media (max-width: 480px) {
  .company__contents_inner, .sptransaction__contents_inner {
    width: 100%;
    margin-bottom: 0px;
    border-radius: 0;
  }
}
.company__contents_inner_detail, .sptransaction__contents_inner_detail {
  margin: 0 auto;
}
@media (max-width: 896px) {
  .company__contents_inner_detail, .sptransaction__contents_inner_detail {
    width: 100%;
    padding: 5px;
  }
}
@media (max-width: 480px) {
  .company__contents_inner_detail, .sptransaction__contents_inner_detail {
    width: 100%;
    padding: 5px;
  }
}
.company__contents_inner_detail dl, .sptransaction__contents_inner_detail dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  margin-bottom: 20px;
  padding: 0 10% 0 20%;
  border-bottom: 1px dashed #CCCCCC;
  color: #1A1311;
}
@media (max-width: 480px) {
  .company__contents_inner_detail dl, .sptransaction__contents_inner_detail dl {
    padding: 0 5px;
  }
}
.company__contents_inner_detail dl dt, .sptransaction__contents_inner_detail dl dt {
  width: 30%;
  font-size: 15px;
  font-weight: lighter;
  padding-bottom: 10px;
  text-align: left;
}
@media (max-width: 896px) {
  .company__contents_inner_detail dl dt, .sptransaction__contents_inner_detail dl dt {
    font-size: 12px;
  }
}
.company__contents_inner_detail dl dt .br, .sptransaction__contents_inner_detail dl dt .br {
  display: none;
}
@media (max-width: 480px) {
  .company__contents_inner_detail dl dt .br, .sptransaction__contents_inner_detail dl dt .br {
    display: block;
  }
}
.company__contents_inner_detail dl dd, .sptransaction__contents_inner_detail dl dd {
  width: 70%;
  font-size: 15px;
  font-weight: lighter;
  padding-bottom: 10px;
  text-align: left;
}
.company__contents_inner_detail dl dd .fas, .sptransaction__contents_inner_detail dl dd .fas {
  color: #1789CD;
}
.company__contents_inner_detail dl dd .fas:hover, .sptransaction__contents_inner_detail dl dd .fas:hover {
  color: #2CA6E0;
}
@media (max-width: 896px) {
  .company__contents_inner_detail dl dd, .sptransaction__contents_inner_detail dl dd {
    font-size: 12px;
  }
}
.company__contents_inner_detail dl dd .br, .sptransaction__contents_inner_detail dl dd .br {
  display: none;
}
@media (max-width: 480px) {
  .company__contents_inner_detail dl dd .br, .sptransaction__contents_inner_detail dl dd .br {
    display: block;
  }
}
.company .sptransaction__contents_top, .sptransaction .sptransaction__contents_top {
  width: 720px;
  margin: auto;
  margin-bottom: 100px;
}
@media (max-width: 480px) {
  .company .sptransaction__contents_top, .sptransaction .sptransaction__contents_top {
    width: 250px;
    margin-bottom: 60px;
  }
}
.company .sptransaction__contents_top img, .sptransaction .sptransaction__contents_top img {
  width: 100%;
}
.company:before, .sptransaction:before {
  content: "";
  display: block;
  position: relative;
  height: 400px;
  background-image: url(../images/back.png);
  background-size: cover;
  top: 0px;
}

.privacy {
  margin-top: -130px;
  margin-bottom: -100px;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 480px) {
  .privacy {
    margin-bottom: -330px;
  }
}
.privacy__contents {
  text-align: center;
  position: relative;
  top: -200px;
}
@media (max-width: 480px) {
  .privacy__contents {
    top: -320px;
  }
}
.privacy__contents_top {
  width: 480px;
  margin: auto;
  margin-bottom: 100px;
}
@media (max-width: 480px) {
  .privacy__contents_top {
    width: 250px;
    margin-bottom: 60px;
  }
}
.privacy__contents_top img {
  width: 100%;
}
.privacy__contents_inner {
  background-color: #F4FBFF;
  width: 80%;
  padding: 60px 40px;
  margin: auto;
  margin-bottom: 160px;
  text-align: left;
  border-radius: 40px;
}
@media (max-width: 480px) {
  .privacy__contents_inner {
    width: 100%;
    padding: 30px 5px;
    margin-bottom: 0px;
    border-radius: 0;
  }
}
.privacy__contents_inner h2 {
  color: #32A3DE;
  font-family: "Noto Serif JP", serif;
  font-weight: lighter;
}
@media (max-width: 480px) {
  .privacy__contents_inner h2 {
    font-size: 18px;
  }
}
.privacy__contents_inner p {
  font-family: "Noto Serif JP", serif;
  margin-bottom: 30px;
}
.privacy:before {
  content: "";
  display: block;
  position: relative;
  height: 400px;
  background-image: url(../images/back.png);
  background-size: cover;
  top: 0px;
}

.qa {
  margin-top: -130px;
  margin-bottom: -100px;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 480px) {
  .qa {
    margin-bottom: -330px;
  }
}
.qa__contents {
  text-align: center;
  position: relative;
  top: -200px;
}
@media (max-width: 480px) {
  .qa__contents {
    top: -320px;
  }
}
.qa__contents_top {
  width: 320px;
  margin: auto;
  margin-bottom: 100px;
}
@media (max-width: 480px) {
  .qa__contents_top {
    width: 250px;
    margin-bottom: 60px;
  }
}
.qa__contents_top img {
  width: 100%;
}
.qa__contents_qa_box {
  margin-bottom: 100px;
}
@media (max-width: 480px) {
  .qa__contents_qa_box {
    margin-bottom: 60px;
  }
}
.qa__contents_qa_box_q, .qa__contents_qa_box_a {
  width: 70%;
  margin: auto;
  padding: 40px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: 2px solid #32A3DE;
}
@media (max-width: 480px) {
  .qa__contents_qa_box_q, .qa__contents_qa_box_a {
    width: 95%;
    padding: 10px 5px;
  }
}
.qa__contents_qa_box_q p, .qa__contents_qa_box_a p {
  text-align: left;
  padding-left: 10px;
}
@media (max-width: 480px) {
  .qa__contents_qa_box_q p, .qa__contents_qa_box_a p {
    padding-left: 7px;
  }
}
.qa__contents_qa_box_q {
  background-color: #32A3DE;
  border-top-right-radius: 30px;
}
.qa__contents_qa_box_q p {
  color: #fff;
}
.qa__contents_qa_box_q:before {
  content: url(../images/Q&A_img1.png);
  display: inline-block;
  height: 30px;
  zoom: 0.5;
}
@media (max-width: 480px) {
  .qa__contents_qa_box_q:before {
    zoom: 0.3;
    padding: 10px 5px;
    position: relative;
    top: 7px;
  }
}
.qa__contents_qa_box_a {
  background-color: #fff;
  border-bottom-left-radius: 30px;
}
.qa__contents_qa_box_a:before {
  content: url(../images/Q&A_img2.png);
  display: inline-block;
  height: 30px;
  zoom: 0.5;
}
@media (max-width: 480px) {
  .qa__contents_qa_box_a:before {
    zoom: 0.3;
    padding: 10px 5px;
    position: relative;
    top: 7px;
  }
}
.qa__contents_bottom {
  width: 450px;
  margin: auto;
  margin-bottom: 100px;
}
@media (max-width: 480px) {
  .qa__contents_bottom {
    width: 250px;
    margin-bottom: 60px;
  }
}
.qa__contents_bottom img {
  width: 100%;
}
.qa:before {
  content: "";
  display: block;
  position: relative;
  height: 400px;
  background-image: url(../images/back.png);
  background-size: cover;
  top: 0px;
}

.icatch-contact {
  width: 100%;
  height: 500px;
  display: block;
  text-align: center;
  margin: auto;
  margin-top: -165px;
  background-image: url(../images/contact_img.png);
  background-size: cover;
}
.icatch-contact_inner {
  margin-top: 150px;
  display: block;
}
.icatch-contact_inner_img_finish {
  margin: auto;
  width: 450px;
}
@media (max-width: 896px) {
  .icatch-contact_inner_img_finish {
    width: 420px;
  }
}
.icatch-contact_inner_img_finish img {
  width: 100%;
}

.icatch-contact_sp {
  width: 100%;
  height: 350px;
  display: block;
  margin: auto;
  margin-top: -135px;
  margin-bottom: -135px;
  background-image: url(../images/contact_img_sp.png);
  background-size: cover;
  background-position-y: -5px;
  padding-bottom: 0;
}
.icatch-contact_sp_inner {
  margin-top: 90px;
  display: block;
}
.icatch-contact_sp_inner_img_finish {
  margin: auto;
  width: 280px;
}
.icatch-contact_sp_inner_img_finish img {
  width: 100%;
}

.icatch-order {
  width: 100%;
  height: 500px;
  display: block;
  text-align: center;
  margin: auto;
  margin-top: -165px;
  background-image: url(../images/order_top_img.png);
  background-size: cover;
}
.icatch-order_inner {
  margin-top: 150px;
  display: block;
}
.icatch-order_inner_img_finish {
  margin: auto;
  width: 450px;
}
@media (max-width: 896px) {
  .icatch-order_inner_img_finish {
    width: 420px;
  }
}
.icatch-order_inner_img_finish img {
  width: 100%;
}

.icatch-order_sp {
  width: 100%;
  height: 350px;
  display: block;
  margin: auto;
  margin-top: -135px;
  margin-bottom: -150px;
  background-image: url(../images/order_top_img.png);
  background-size: cover;
  background-position-y: -5px;
  padding-bottom: 0;
}
.icatch-order_sp_inner {
  margin-top: 90px;
  display: block;
}
.icatch-order_sp_inner_img_finish {
  margin: auto;
  width: 280px;
}
.icatch-order_sp_inner_img_finish img {
  width: 100%;
}

.contact, .order {
  margin-top: -320px;
  margin-bottom: 0px;
  text-align: center;
}
@media (max-width: 480px) {
  .contact, .order {
    margin-top: -315px;
  }
}
.contact_title, .order_title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: 20px;
  color: #1789CD;
  background-color: #FFFFFF;
}
.contact_title h2, .order_title h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: lighter;
  text-align: center;
  z-index: 1;
}
@media (max-width: 480px) {
  .contact_title h2, .order_title h2 {
    font-size: 15px;
  }
}
.contact_title h2 span, .order_title h2 span {
  color: #FFFFFF;
}
.contact_title:before, .order_title:before {
  content: "";
  display: inline-block;
  background-color: #1789CD;
  position: relative;
  border-radius: 50% 50%;
  width: 40px;
  height: 40px;
  right: -25px;
  top: 2px;
  z-index: 0;
}
.contact_form, .order_form {
  position: relative;
  width: 100%;
  height: auto;
  padding: 60px 10%;
}
@media (max-width: 480px) {
  .contact_form, .order_form {
    padding: 20px 5px;
  }
}
.contact_form .kome::after, .order_form .kome::after {
  content: "※必須";
  color: #FD9417;
  font-size: 13px;
  margin-left: 5px;
}
.contact_form_content, .order_form_content {
  width: 80%;
  margin: auto;
  margin-bottom: 60px;
  border: 1px solid #1789CD;
  padding: 50px 60px;
}
@media (max-width: 896px) {
  .contact_form_content, .order_form_content {
    padding: 50px 50px;
  }
}
@media (max-width: 710px) {
  .contact_form_content, .order_form_content {
    width: 100%;
    padding: 50px 15px;
  }
}
@media (max-width: 480px) {
  .contact_form_content, .order_form_content {
    width: 100%;
    padding: 20px 5px;
  }
}
.contact_form_content h4, .order_form_content h4 {
  width: 30%;
}
@media (max-width: 480px) {
  .contact_form_content h4, .order_form_content h4 {
    font-size: 10pt;
    width: 100%;
    font-weight: lighter;
  }
}
.contact_form_content_img, .order_form_content_img {
  width: 80%;
  margin: auto;
}
.contact_form_content_img img, .order_form_content_img img {
  width: 100%;
}
.contact_form_input_develop, .order_form_input_develop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 20px 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.contact_form_input_develop h4, .order_form_input_develop h4 {
  width: 100%;
  text-align: left;
  font-weight: lighter;
}
@media (max-width: 480px) {
  .contact_form_input_develop h4, .order_form_input_develop h4 {
    font-size: 10pt;
  }
}
.contact_form_input_develop .form_over, .order_form_input_develop .form_over {
  display: block;
}
@media (max-width: 1000px) {
  .contact_form_input_develop .form_over, .order_form_input_develop .form_over {
    display: none;
  }
}
.contact_form_input_develop .form_under, .order_form_input_develop .form_under {
  display: none;
}
@media (max-width: 1000px) {
  .contact_form_input_develop .form_under, .order_form_input_develop .form_under {
    display: block;
  }
}
.contact_form_input_develop .form_br, .order_form_input_develop .form_br {
  display: none;
}
@media (max-width: 956px) {
  .contact_form_input_develop .form_br, .order_form_input_develop .form_br {
    display: block;
  }
}
.contact_form_input_develop_qc, .order_form_input_develop_qc {
  width: 70px;
  height: 40px;
  margin-right: 10px;
  border: 1px solid #1A1311;
}
.contact_form .form_over, .order_form .form_over {
  display: block;
}
@media (max-width: 1000px) {
  .contact_form .form_over, .order_form .form_over {
    display: none;
  }
}
.contact_form .form_under, .order_form .form_under {
  display: none;
}
@media (max-width: 1000px) {
  .contact_form .form_under, .order_form .form_under {
    display: block;
  }
}
.contact_form_input, .order_form_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 896px) {
  .contact_form_input, .order_form_input {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact_form_input h4, .order_form_input h4 {
  text-align: left;
}
@media (max-width: 480px) {
  .contact_form_input h4, .order_form_input h4 {
    font-size: 10pt;
  }
}
.contact_form_input .form_br, .order_form_input .form_br {
  display: none;
}
@media (max-width: 956px) {
  .contact_form_input .form_br, .order_form_input .form_br {
    display: block;
  }
}
@media (max-width: 896px) {
  .contact_form_input .form_br, .order_form_input .form_br {
    display: none;
  }
}
.contact_form_input_qc, .order_form_input_qc {
  width: 20%;
  height: 40px;
  margin-right: 10px;
}
.contact_form_input_name, .order_form_input_name {
  width: 75%;
  height: 40px;
}
.contact_form_input_mail, .order_form_input_mail {
  width: 75%;
  height: 40px;
}
.contact_form_input_tel, .order_form_input_tel {
  width: 75%;
  height: 40px;
}
.contact_form_input_zipno, .order_form_input_zipno {
  width: 30%;
  height: 40px;
}
.contact_form_input_address, .order_form_input_address {
  width: 75%;
  height: 40px;
}
@media (max-width: 896px) {
  .contact_form_input_address, .order_form_input_address {
    width: 100%;
  }
}
.contact_form_input_matter, .order_form_input_matter {
  width: 100%;
  height: 400px;
  border: 1px solid #1A1311;
}
@media (max-width: 896px) {
  .contact_form_input_matter, .order_form_input_matter {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .contact_form_input_matter, .order_form_input_matter {
    width: 100%;
    height: 200px;
  }
}
.contact_form_input_note, .order_form_input_note {
  width: 75%;
  height: 400px;
  border: 1px solid #1A1311;
}
@media (max-width: 896px) {
  .contact_form_input_note, .order_form_input_note {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .contact_form_input_note, .order_form_input_note {
    width: 100%;
    height: 200px;
  }
}
.contact_form_input_coupon, .order_form_input_coupon {
  width: 75%;
  height: 40px;
}
.contact_form_input h4, .order_form_input h4 {
  width: 25%;
  max-width: 200px;
  font-weight: lighter;
}
@media (max-width: 896px) {
  .contact_form_input h4, .order_form_input h4 {
    width: 100%;
  }
}
.contact_form_input input, .order_form_input input {
  border: 1px solid #1A1311;
}
@media (max-width: 480px) {
  .contact_form_input input, .order_form_input input {
    width: 100%;
  }
}
.contact_form button, .order_form button {
  width: 300px;
  margin: auto;
  margin-bottom: 100px;
}
@media (max-width: 896px) {
  .contact_form button, .order_form button {
    width: 200px;
    margin-bottom: 60px;
  }
}
.contact_form button img, .order_form button img {
  width: 100%;
}
.contact_form button img:hover, .order_form button img:hover {
  opacity: 0.8;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.contact:before, .order:before {
  content: "";
  display: block;
  position: relative;
  height: 400px;
  background-image: url(../images/back.png);
  background-size: cover;
  top: 300px;
}

.send_btn {
  width: 300px;
  display: inline-block;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 60px auto;
  color: #fff;
}
@media (max-width: 896px) {
  .send_btn {
    width: 200px;
  }
}
.send_btn img {
  width: 100%;
}
.send_btn img:hover {
  opacity: 0.8;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.btn_left {
  float: left;
}
@media (max-width: 896px) {
  .btn_left {
    display: block;
    float: unset;
  }
}

.btn_right {
  float: right;
}
@media (max-width: 896px) {
  .btn_right {
    display: block;
    float: unset;
  }
}

.contact_fin, .payment, .thanks {
  margin-top: -300px;
}
@media (max-width: 480px) {
  .contact_fin, .payment, .thanks {
    margin-top: -375px;
  }
}
.contact_fin__contents, .payment__contents, .thanks__contents {
  text-align: center;
  position: relative;
}
.contact_fin__contents__thanks1, .payment__contents__thanks1, .thanks__contents__thanks1 {
  width: 80%;
  max-width: 960px;
  margin: auto;
  margin-bottom: 100px;
}
@media (max-width: 480px) {
  .contact_fin__contents__thanks1, .payment__contents__thanks1, .thanks__contents__thanks1 {
    width: 240px;
    margin-bottom: 20px;
  }
}
.contact_fin__contents__thanks2, .payment__contents__thanks2, .thanks__contents__thanks2 {
  width: 70%;
  max-width: 630px;
  margin: auto;
  margin-bottom: 100px;
}
@media (max-width: 480px) {
  .contact_fin__contents__thanks2, .payment__contents__thanks2, .thanks__contents__thanks2 {
    width: 240px;
    margin-bottom: 20px;
  }
}
.contact_fin__contents__thanks3, .payment__contents__thanks3, .thanks__contents__thanks3 {
  width: 40%;
  max-width: 480px;
  margin: auto;
  margin-bottom: 100px;
}
@media (max-width: 480px) {
  .contact_fin__contents__thanks3, .payment__contents__thanks3, .thanks__contents__thanks3 {
    width: 240px;
    margin-bottom: 20px;
  }
}
.contact_fin__contents__orderthanks1, .payment__contents__orderthanks1, .thanks__contents__orderthanks1 {
  width: 80%;
  max-width: 960px;
  margin: auto;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .contact_fin__contents__orderthanks1, .payment__contents__orderthanks1, .thanks__contents__orderthanks1 {
    width: 240px;
    margin-bottom: 20px;
  }
}
.contact_fin__contents__order1, .payment__contents__order1, .thanks__contents__order1 {
  width: 100%;
  max-width: 900px;
  margin: auto;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .contact_fin__contents__order1, .payment__contents__order1, .thanks__contents__order1 {
    width: 290px;
  }
}
.contact_fin__contents__order2, .payment__contents__order2, .thanks__contents__order2 {
  width: 70%;
  max-width: 630px;
  margin: auto;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .contact_fin__contents__order2, .payment__contents__order2, .thanks__contents__order2 {
    width: 200px;
    margin-bottom: 10px;
  }
}
.contact_fin__contents__order3, .payment__contents__order3, .thanks__contents__order3 {
  width: 70%;
  max-width: 630px;
  margin: auto;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .contact_fin__contents__order3, .payment__contents__order3, .thanks__contents__order3 {
    width: 200px;
    margin-bottom: 20px;
  }
}
.contact_fin__contents__shara, .payment__contents__shara, .thanks__contents__shara {
  width: 40%;
  margin: auto;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact_fin__contents__shara div, .payment__contents__shara div, .thanks__contents__shara div {
  margin: 10px auto;
}
.contact_fin__contents__shara .fb-share-button, .payment__contents__shara .fb-share-button, .thanks__contents__shara .fb-share-button {
  position: relative;
  left: -21px;
}
.contact_fin__contents__shara .twitter-share, .payment__contents__shara .twitter-share, .thanks__contents__shara .twitter-share {
  position: relative;
  left: -17px;
}
.contact_fin img, .payment img, .thanks img {
  width: 100%;
}
.contact_fin:before, .payment:before, .thanks:before {
  content: "";
  display: block;
  position: relative;
  height: 400px;
  background-image: url(../images/back.png);
  background-size: cover;
  top: 295px;
}
@media (max-width: 480px) {
  .contact_fin:before, .payment:before, .thanks:before {
    top: 360px;
  }
}

.paypal_btn {
  width: 300px;
  display: inline-block;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 30px auto;
  color: #fff;
}
@media (max-width: 896px) {
  .paypal_btn {
    width: 200px;
  }
}
.paypal_btn_img {
  width: 100%;
}
.paypal_btn_img:hover {
  opacity: 0.8;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.paypal_btn img {
  width: 100%;
}
.paypal_btn img:hover {
  opacity: 0.8;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.pc_use {
  display: block;
}
@media (max-width: 480px) {
  .pc_use {
    display: none;
  }
}

.sp_use {
  display: none;
}
@media (max-width: 480px) {
  .sp_use {
    display: block;
  }
}

.tab_off {
  display: block;
}
@media (max-width: 896px) {
  .tab_off {
    display: none;
  }
}

.tab_on {
  display: none;
}
@media (max-width: 896px) {
  .tab_on {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */