@charset "UTF-8";
/*********************
IMPORTING PARTIALS
*********************/
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/*********************
COLORS
*********************/
/*********************
LAYOUT
*********************/
/*********************
FONT
*********************/
/*********************
ANIMATION
*********************/
/*********************
MIXINS
*********************/
@font-face {
  font-family: "iconsfont";
  src: url("./../fonts/iconsfont.eot?ts=1545883164");
  src: url("./../fonts/iconsfont.eot?#iefix&ts=1545883164") format("eot"), url("./../fonts/iconsfont.woff?ts=1545883164") format("woff"), url("./../fonts/iconsfont.ttf?ts=1545883164") format("truetype"), url("./../fonts/iconsfont.svg#iconsfont?ts=1545883164") format("svg");
}
.iconfont-a1:before, .iconfont-a2:before, .iconfont-a3:before, .iconfont-a4:before, .iconfont-bracket-t:before, .iconfont-bracket-b:before, .iconfont-bracket-l:before, .iconfont-bracket-r:before, .iconfont-arrow-t:before, .iconfont-arrow-b:before, .iconfont-arrow-l:before, .iconfont-arrow-r:before, .iconfont-scroll:before, .iconfont-event:before, .iconfont-speaker:before, .iconfont-balloon:before, .iconfont-q:before, .iconfont-a:before, .iconfont-num-1:before, .iconfont-num-2:before, .iconfont-num-3:before, .iconfont-num-dot:before, .iconfont-plus:before, .iconfont-minus:before, .iconfont-check:before, .iconfont-menu:before, .iconfont-close:before {
  font-family: "iconsfont";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.iconfont-a1:before {
  content: "";
}

.iconfont-a2:before {
  content: "";
}

.iconfont-a3:before {
  content: "";
}

.iconfont-a4:before {
  content: "";
}

.iconfont-bracket-t:before {
  content: "";
}

.iconfont-bracket-b:before {
  content: "";
}

.iconfont-bracket-l:before {
  content: "";
}

.iconfont-bracket-r:before {
  content: "";
}

.iconfont-arrow-t:before {
  content: "";
}

.iconfont-arrow-b:before {
  content: "";
}

.iconfont-arrow-l:before {
  content: "";
}

.iconfont-arrow-r:before {
  content: "";
}

.iconfont-scroll:before {
  content: "";
}

.iconfont-event:before {
  content: "";
}

.iconfont-speaker:before {
  content: "";
}

.iconfont-balloon:before {
  content: "";
}

.iconfont-q:before {
  content: "";
}

.iconfont-a:before {
  content: "";
}

.iconfont-num-1:before {
  content: "";
}

.iconfont-num-2:before {
  content: "";
}

.iconfont-num-3:before {
  content: "";
}

.iconfont-num-dot:before {
  content: "";
}

.iconfont-plus:before {
  content: "";
}

.iconfont-minus:before {
  content: "";
}

.iconfont-check:before {
  content: "";
}

.iconfont-menu:before {
  content: "";
}

.iconfont-close:before {
  content: "";
}

/*********************
GENERAL STYLES
*********************/
body {
  color: #333333;
  font-family: "HiraKakuPro-W3-AlphaNum", "Noto Sans Japanese", sans-serif;
  font-size: 100%;
  line-height: 1.75;
  color: #333333;
  position: relative;
  height: 100%;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p,
h2 {
  margin: 0px;
}

ul, ol {
  margin: 0px;
  padding: 0px;
}
ul li, ol li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

dl {
  margin: 0px;
  padding: 0px;
}
dl > dt, dl > dd {
  margin: 0px;
  padding: 0px;
}

button,
select {
  font-family: "HiraKakuPro-W3-AlphaNum", "Noto Sans Japanese", sans-serif;
}

textarea {
  resize: vertical;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.tp-scale {
  display: none;
}
@media screen and (max-width: 1023px) {
  .tp-scale {
    width: 0px;
    height: 0px;
    display: block;
  }
}

/*********************
BASE STYLES
*********************/
@media screen and (max-width: 1023px) {
  html {
    overflow-x: hidden;
  }
}
.tp-body {
  word-break: break-all;
  position: relative;
  overflow: auto;
  background: #333333;
}
@media screen and (max-width: 1023px) {
  .tp-body {
    overflow: hidden;
  }
}
.tp-body.view-noscroll {
  overflow: hidden;
}
.tp-content-section {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10;
}
.tp-content-section.type-toppart {
  position: relative;
  z-index: 20;
}
.tp-content-border {
  height: 60px;
}
.tp-content-border.type-up {
  margin-top: -59px;
  background: url("../images/border-up.svg") no-repeat 50% 50%/100% 100%;
}
@media screen and (max-width: 1023px) {
  .tp-content-border.type-up {
    background: url("../images/border-up.svg") no-repeat 50% 50%/cover;
  }
}
.tp-content-border.type-down {
  margin-bottom: -59px;
  background: url("../images/border-down.svg") no-repeat 50% 50%/100% 100%;
}
@media screen and (max-width: 1023px) {
  .tp-content-border.type-down {
    background: url("../images/border-down.svg") no-repeat 50% 50%/cover;
  }
}
.tp-content-heading {
  color: #ffffff;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .tp-content-heading {
    font-size: 22px;
    line-height: 1.5;
  }
}
.tp-content-heading::after {
  content: '';
  text-align: center;
  width: 70px;
  height: 3px;
  margin-top: 12px;
  margin-right: auto;
  margin-left: auto;
  background: #ffffff;
  display: block;
}
@media screen and (max-width: 1023px) {
  .tp-content-heading::after {
    width: 60px;
  }
}
.tp-content-heading.tp-gradation::after {
  background: -webkit-gradient(linear, left top, right top, from(#c7b6fd), to(#5cb4de));
  background: linear-gradient(to right, #c7b6fd 0%, #5cb4de 100%);
}
.tp-header-section {
  width: 96%;
  max-width: 1300px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  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: 1023px) {
  .tp-header-section {
    height: 50px;
  }
}
.tp-header-section .tp-logo img {
  width: 330px;
  display: block;
}
@media screen and (max-width: 1023px) {
  .tp-header-section .tp-logo img {
    width: 210px;
  }
}
.tp-header-section .tp-menu-btn {
  display: none;
}
@media screen and (max-width: 1023px) {
  .tp-header-section .tp-menu-btn {
    color: #ffffff;
    margin-right: 10px;
    display: block;
  }
  .tp-header-section .tp-menu-btn .iconfont-menu::before {
    font-size: 30px;
    line-height: 1;
    display: block;
  }
}
.tp-header-section .tp-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .tp-header-section .tp-link {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding-top: 80px;
    background: rgba(0, 0, 0, 0.85);
    display: none;
    z-index: 1000;
  }
}
.tp-header-section .tp-link li {
  margin-left: 30px;
}
@media screen and (max-width: 1023px) {
  .tp-header-section .tp-link li {
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
  }
  .tp-header-section .tp-link li:first-child {
    margin-top: 0px;
  }
}
.tp-header-section .tp-link li.tp-close {
  margin-top: 0px;
  display: none;
}
@media screen and (max-width: 1023px) {
  .tp-header-section .tp-link li.tp-close {
    color: #ffffff;
    position: absolute;
    top: 12px;
    right: -12px;
    margin-left: 0px;
    display: block;
  }
  .tp-header-section .tp-link li.tp-close .iconfont-close::before {
    font-size: 28px;
    line-height: 1;
    display: block;
  }
}
.tp-header-section .tp-link li a {
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (max-width: 1079px) {
  .tp-header-section .tp-link li a {
    font-size: 13px;
  }
}
@media screen and (max-width: 1023px) {
  .tp-header-section .tp-link li a {
    font-size: 17px;
    text-align: center;
    display: block;
  }
}
.tp-footer {
  padding-bottom: 160px;
  position: relative;
  z-index: 40;
}
@media screen and (max-width: 1023px) {
  .tp-footer {
    padding-bottom: 120px !important;
  }
}
.tp-footer .tp-pagetop {
  position: absolute;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
  bottom: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.150s ease;
  transition: opacity 0.150s ease;
}
@media screen and (max-width: 1023px) {
  .tp-footer .tp-pagetop {
    width: 96%;
  }
}
.tp-footer .tp-pagetop.view-show {
  opacity: 1;
}
.tp-footer .tp-pagetop.view-fixed {
  position: fixed;
  bottom: 0%;
}
.tp-footer .tp-pagetop.view-fixed i {
  background: rgba(255, 255, 255, 0.25);
}
.tp-footer .tp-pagetop a {
  position: absolute;
  top: -120px;
  right: 0px;
  display: block;
  -webkit-transition: all 0.150s ease;
  transition: all 0.150s ease;
}
.tp-footer .tp-pagetop i {
  color: #333333;
  font-size: 16px;
  text-align: center;
  line-height: 54px;
  vertical-align: middle;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid #333333;
  background: rgba(255, 255, 255, 0);
  display: inline-block;
  -webkit-transition: all 0.150s ease;
  transition: all 0.150s ease;
}
.tp-footer-section {
  width: 96%;
  max-width: 1000px;
  height: 80px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .tp-footer-section {
    height: auto;
    display: block;
  }
}
.tp-footer-section .tp-logo img {
  width: 340px;
  display: block;
}
@media screen and (max-width: 1023px) {
  .tp-footer-section .tp-logo img {
    width: 230px;
    margin-left: auto;
    margin-right: auto;
  }
}
.tp-footer-section .tp-logo p {
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 6px;
}
@media screen and (max-width: 1023px) {
  .tp-footer-section .tp-logo p {
    font-size: 11px;
    text-align: center;
  }
}
.tp-footer-section .tp-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .tp-footer-section .tp-link {
    margin-top: 30px;
    display: block;
  }
}
.tp-footer-section .tp-link li {
  margin-left: 30px;
}
@media screen and (max-width: 1023px) {
  .tp-footer-section .tp-link li {
    margin-top: 10px;
    margin-left: 0px;
  }
}
.tp-footer-section .tp-link li a {
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .tp-footer-section .tp-link li a {
    text-align: center;
    display: block;
  }
}
.tp-footer-copyright {
  color: #888888;
  font-size: 12px;
  text-align: right;
  width: 96%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 8px;
}
@media screen and (max-width: 1023px) {
  .tp-footer-copyright {
    margin-top: 30px;
    text-align: center;
  }
}
@media screen and (max-width: 1023px) {
  .tp-hide-phone {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .tp-hide-desktop {
    display: none;
  }
}
.tp-sticky-area {
  position: relative;
}
.tp-fixed-pos {
  position: relative;
  min-height: 156px;
}
@media screen and (max-width: 1023px) {
  .tp-fixed-pos {
    /*min-height: 244px;*/
  }
}
.tp-fixed-area {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding-top: 16px;
  padding-bottom: 20px;
  background: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 50;
}
.tp-fixed-area.view-fixed {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
@media screen and (max-width: 1023px) {
  .tp-fixed-area.view-fixed {
    padding-top: 10px;
    padding-bottom: 12px;
  }
}
.tp-fixed-area.view-fixed .tp-sub {
  margin-top: 6px;
}
@media screen and (max-width: 1023px) {
  .tp-fixed-area.view-fixed .tp-sub span {
    display: none;
  }
}
.tp-fixed-area.view-fixed .tp-fixed-detail {
  margin-top: 10px;
}
@media screen and (max-width: 1023px) {
  .tp-fixed-area.view-fixed .tp-tel {
    display: none;
  }
}
.tp-fixed-area .tp-secondary-btn {
  font-size: 18px;
  padding: 16px 32px;
}
@media screen and (max-width: 1023px) {
  .tp-fixed-area .tp-secondary-btn {
    font-size: 15px;
    padding: 16px 20px;
  }
}
@media screen and (max-width: 374px) {
  .tp-fixed-area .tp-secondary-btn {
    font-size: 13px;
  }
}
.tp-fixed-wrap {
  color: #ffffff;
  width: 90%;
  max-width: 942px;
  margin-left: auto;
  margin-right: auto;
}
.tp-fixed-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .tp-fixed-heading {
    display: block;
  }
}
.tp-fixed-heading .tp-main img {
  display: block;
}
@media screen and (max-width: 1023px) {
  .tp-fixed-heading .tp-main img {
    width: 262px;
    margin-left: auto;
    margin-right: auto;
  }
}
.tp-fixed-heading .tp-sub {
  margin-left: 30px;
}
@media screen and (max-width: 1023px) {
  .tp-fixed-heading .tp-sub {
    text-align: center;
    margin-top: 8px;
    margin-left: 0px;
  }
}
.tp-fixed-heading .tp-sub p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  .tp-fixed-heading .tp-sub p {
    font-size: 14px;
  }
}
.tp-fixed-heading .tp-sub span {
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  .tp-fixed-heading .tp-sub span {
    font-size: 10px;
  }
}
.tp-fixed-detail {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 1023px) {
  .tp-fixed-detail {
    display: block;
  }
}
.tp-fixed-detail .tp-tel {
  margin-left: 30px;
  padding: 13px 28px;
  border: 1px solid #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .tp-fixed-detail .tp-tel {
    margin-top: 8px;
    margin-left: 0px;
    padding: 12px 16px;
  }
}
.tp-fixed-detail .tp-tel-text {
  font-size: 15px;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1023px) {
  .tp-fixed-detail .tp-tel-text {
    font-size: 10px;
    line-height: 1.25;
  }
}
.tp-fixed-detail .tp-tel-num {
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  .tp-fixed-detail .tp-tel-num {
    font-size: 20px;
    pointer-events: auto;
  }
}
.tp-primary-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  position: relative;
  padding: 16px 34px 16px 24px;
  border: none;
  background: -webkit-gradient(linear, left top, right top, from(#c7b6fd), to(#5cb4de));
  background: linear-gradient(to right, #c7b6fd 0%, #5cb4de 100%);
  -webkit-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tp-primary-btn i {
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -6px;
}
.tp-primary-btn i::before {
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  display: block;
}
.tp-secondary-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  min-width: 320px;
  position: relative;
  padding: 20px 34px;
  border: none;
  background: #ff6464;
  -webkit-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.3);
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .tp-secondary-btn {
    font-size: 16px;
    min-width: 260px;
  }
}
i.iconfont-bracket-r{
	display: none;
}
.tp-secondary-btn i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -7px;
  display: block;
}
.tp-secondary-btn i::before {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  display: block;
}
.tp-secondary-btn i.iconfont-bracket-l{
	left: 10px;
	right: auto;
}
#id-content09 .tp-contact-submit .tp-secondary-btn.back{
	margin-right: 1em;
}
#id-content09 .tp-contact-submit .tp-secondary-btn:disabled {
	pointer-events: none;
	background: #cccccc;
	cursor: not-allowed;
}
.tp-inactive-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  min-width: 320px;
  position: relative;
  padding: 20px 34px;
  border: none;
  background: #cccccc;
  -webkit-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.3);
  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;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  .tp-inactive-btn {
    font-size: 16px;
    min-width: 260px;
  }
}
.tp-inactive-btn i {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -7px;
}
.tp-inactive-btn i::before {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  display: block;
}
.tp-input-text {
  font-size: 15px;
  padding: 14px;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tp-input-textarea {
  font-size: 15px;
  padding: 14px;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mwform-radio-field.horizontal-item{
	flex-basis: 48%;
    margin-top: 20px;
    -ms-flex-preferred-size: 48%;
}
@media screen and (max-width: 1023px){
	.mwform-radio-field.horizontal-item{
		flex-basis: 100%;
	}
}
.mwform-radio-field label {
    color: #ffffff;
    font-size: 15px;
}
#id-content09 .mw_wp_form .horizontal-item + .horizontal-item{
	margin-left: 0;
}
.tp-input-radio {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tp-input-radio input {
  display: none;
}
.tp-input-radio input:checked + .tp-icon::before {
  display: block;
}
.tp-input-radio .tp-icon {
  position: relative;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  border-radius: 50%;
  background: #ffffff;
  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;
}
.tp-input-radio .tp-icon::before {
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #5cb4de;
  display: none;
}
.tp-input-radio .tp-text {
  color: #ffffff;
  font-size: 15px;
}
.tp-input-checkbox {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tp-input-checkbox input {
  display: none;
}
.tp-input-checkbox input:checked + .tp-icon::before {
  display: block;
}
.tp-input-checkbox .tp-icon {
  position: relative;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  background: #ffffff;
  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;
}
.tp-input-checkbox .tp-icon::before {
  content: '\E631';
  font-family: 'iconsfont';
  color: #5cb4de;
  font-size: 18px;
  display: none;
}
.tp-input-checkbox .tp-text {
  color: #ffffff;
  font-size: 15px;
}

#id-mainvisual {
  margin-top: -80px;
  padding-top: 80px;
  padding-bottom: 30px;
  background: url("../images/mainvisual.jpg") no-repeat 50% 50%/cover;
}
#id-mainvisual .tp-mainvisual-inner {
  color: #ffffff;
  text-align: center;
  width: 96%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  padding-bottom: 35px;
  padding-left: 20px;
  padding-right: 20px;
  background: url("../images/mainvisual_bg.png") repeat 50% 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  #id-mainvisual .tp-mainvisual-inner {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
#id-mainvisual .tp-mainvisual-inner .tp-sub {
  font-size: 34px;
  font-weight: normal;
  line-height: 1.75;
  margin: 0px;
}
@media screen and (max-width: 1023px) {
  #id-mainvisual .tp-mainvisual-inner .tp-sub {
    font-size: 18px;
    line-height: 1.5;
  }
}
#id-mainvisual .tp-mainvisual-inner .tp-main {
  font-size: 76px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  #id-mainvisual .tp-mainvisual-inner .tp-main {
    font-size: 30px;
    margin-top: 8px;
  }
}
#id-mainvisual .tp-mainvisual-inner .tp-leading {
  font-size: 20px;
  line-height: 1.75;
  position: relative;
  margin-top: 28px;
  padding-top: 24px;
}
@media screen and (max-width: 1023px) {
  #id-mainvisual .tp-mainvisual-inner .tp-leading {
    font-size: 15px;
    margin-top: 20px;
    padding-top: 20px;
  }
}
#id-mainvisual .tp-mainvisual-inner .tp-leading::before {
  content: '';
  position: absolute;
  width: 130px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  top: 0px;
  left: 0px;
  right: 0px;
  background: #ffffff;
}
@media screen and (max-width: 1023px) {
  #id-mainvisual .tp-mainvisual-inner .tp-leading::before {
    width: 80px;
    height: 2px;
  }
}
#id-mainvisual .tp-mainvisual-inner .tp-scroll-wrap {
  width: 40px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1023px) {
  #id-mainvisual .tp-mainvisual-inner .tp-scroll-wrap {
    margin-top: 16px;
  }
}
#id-mainvisual .tp-mainvisual-inner .tp-scroll-wrap a {
  color: #ffffff;
  text-decoration: none;
}
#id-mainvisual .tp-mainvisual-inner .tp-scroll-wrap .iconfont-scroll::before {
  font-size: 40px;
  line-height: 1;
  display: block;
}
@media screen and (max-width: 1023px) {
  #id-mainvisual .tp-mainvisual-inner .tp-scroll-wrap .iconfont-scroll::before {
    font-size: 32px;
  }
}
#id-mainvisual .tp-mainvisual-inner .tp-scroll-wrap span {
  font-size: 12px;
  line-height: 1;
  padding-top: 5px;
  display: block;
}
@media screen and (max-width: 1023px) {
  #id-mainvisual .tp-mainvisual-inner .tp-scroll-wrap span {
    font-size: 10px;
  }
}
#id-mainvisual .tp-fixed-pos {
  height: 156px;
  /*margin-top: 30px;*/
}
@media screen and (max-width: 1023px) {
  #id-mainvisual .tp-fixed-pos {
    margin-top: 12px;
  }
}

#id-content01 {
  padding-top: 70px;
  padding-bottom: 130px;
  background: -webkit-gradient(linear, left top, right top, from(#c7b6fd), to(#5cb4de));
  background: linear-gradient(to right, #c7b6fd 0%, #5cb4de 100%);
}
@media screen and (max-width: 1023px) {
  #id-content01 {
    padding-top: 40px;
    padding-bottom: 90px;
  }
}
#id-content01 .tp-scene-area {
  width: 94%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
#id-content01 .tp-scene-case {
  margin-top: 52px;
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  #id-content01 .tp-scene-case {
    margin-top: 40px;
  }
}
@media screen and (max-width: 479px) {
  #id-content01 .tp-scene-case {
    margin-top: 28px;
    display: block;
  }
}
@media screen and (max-width: 479px) {
  #id-content01 .tp-scene-case-img {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
}
#id-content01 .tp-scene-case-img.tp-center {
  margin-left: -40px;
  margin-right: -40px;
}
@media screen and (max-width: 479px) {
  #id-content01 .tp-scene-case-img.tp-center {
    margin-top: -40px;
    margin-bottom: -40px;
    margin-left: auto;
    margin-right: auto;
  }
}
#id-content01 .tp-scene-case-img img {
  width: 100%;
  display: block;
}
#id-content01 .tp-scene-lead {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.35;
  text-align: center;
  margin-top: 32px;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1023px) {
  #id-content01 .tp-scene-lead {
    font-size: 16px;
    line-height: 1.7;
    margin-top: 20px;
  }
}
#id-content01 .tp-scene-lead .tp-highlight {
  color: #ff6464;
  font-size: 30px;
  margin-right: 4px;
  padding: 0px 5px;
  background: #ffffff;
  text-shadow: none;
}
@media screen and (max-width: 1023px) {
  #id-content01 .tp-scene-lead .tp-highlight {
    font-size: 18px;
  }
}

#id-content02 .tp-value-area {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1023px) {
  #id-content02 .tp-value-area {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
#id-content02 .tp-value-wrap {
  margin-top: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  #id-content02 .tp-value-wrap {
    margin-top: 36px;
    display: block;
  }
}
#id-content02 .tp-value-block {
  width: 30%;
}
@media screen and (max-width: 1023px) {
  #id-content02 .tp-value-block {
    width: auto;
    margin-top: 32px;
  }
}
#id-content02 .tp-value-block-img {
  max-width: 225px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1023px) {
  #id-content02 .tp-value-block-img {
    max-width: 160px;
  }
}
#id-content02 .tp-value-block-img img {
  width: 100%;
  display: block;
}
#id-content02 .tp-value-block-text {
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 1023px) {
  #id-content02 .tp-value-block-text {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 8px;
  }
}
#id-content02 .tp-value-block-text .tp-highlight {
  color: #33a1d6;
  text-decoration: underline;
}
#id-content02 .tp-value-bottom {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1023px) {
  #id-content02 .tp-value-bottom {
    margin-top: 36px;
  }
}

#id-content03 {
  padding-top: 120px;
  padding-bottom: 120px;
  background: url("../images/howto_bg.jpg") no-repeat 50% 50%/cover;
}
@media screen and (max-width: 1023px) {
  #id-content03 {
    padding-top: 80px;
    padding-bottom: 90px;
  }
}
#id-content03 .tp-howto-area {
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
#id-content03 .tp-howto-lead {
  color: #ffffff;
  text-align: center;
  margin-top: 28px;
}
@media screen and (max-width: 1023px) {
  #id-content03 .tp-howto-lead {
    font-size: 15px;
  }
}
#id-content03 .tp-howto-flow {
  color: #ffffff;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  #id-content03 .tp-howto-flow {
    margin-top: 32px;
  }
}
#id-content03 .tp-howto-flow-box {
  position: relative;
  width: 21%;
}
@media screen and (max-width: 767px) {
  #id-content03 .tp-howto-flow-box {
    width: 45%;
  }
}
#id-content03 .tp-howto-flow-box-title {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 12px;
}
@media screen and (max-width: 1023px) {
  #id-content03 .tp-howto-flow-box-title {
    font-size: 18px;
  }
}
#id-content03 .tp-howto-flow-box-title i {
  font-size: 20px;
  text-align: center;
  line-height: 45px;
  vertical-align: middle;
  width: 45px;
  height: 45px;
  margin-right: 10px;
  border-radius: 50%;
  background: #33a1d6;
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  #id-content03 .tp-howto-flow-box-title i {
    font-size: 18px;
    line-height: 35px;
    width: 35px;
    height: 35px;
  }
}
#id-content03 .tp-howto-flow-box-title span {
  vertical-align: middle;
}
#id-content03 .tp-howto-flow-box-img {
  width: 88%;
  margin-left: auto;
  margin-right: auto;
}
#id-content03 .tp-howto-flow-box-img img {
  width: 100%;
  display: block;
}
#id-content03 .tp-howto-flow-box-info {
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
  margin-top: 20px;
  padding-top: 8px;
  border-top: 1px solid #ffffff;
}
@media screen and (max-width: 1023px) {
  #id-content03 .tp-howto-flow-box-info {
    font-size: 13px;
  }
}
@media screen and (max-width: 374px) {
  #id-content03 .tp-howto-flow-box-info {
    font-size: 12px;
  }
}
#id-content03 .tp-howto-flow-box::before {
  content: '\E618';
  font-family: "iconsfont";
  color: #33a1d6;
  font-size: 40px;
  margin-right: -20px;
  line-height: 1;
  position: absolute;
  top: 40%;
  bottom: 0px;
  left: -23%;
  right: 0px;
}
@media screen and (max-width: 767px) {
  #id-content03 .tp-howto-flow-box::before {
    font-size: 40px;
    left: -18%;
  }
}
@media screen and (max-width: 479px) {
  #id-content03 .tp-howto-flow-box::before {
    font-size: 32px;
    left: -20%;
  }
}
#id-content03 .tp-howto-flow-box:first-child::before {
  content: none;
}
@media screen and (max-width: 767px) {
  #id-content03 .tp-howto-flow-box.tp-third, #id-content03 .tp-howto-flow-box.tp-fourth {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  #id-content03 .tp-howto-flow-box.tp-third::before {
    content: none;
  }
}
#id-content03 .tp-howto-bottom {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1023px) {
  #id-content03 .tp-howto-bottom {
    margin-top: 36px;
  }
}

#id-content04 .tp-case-area {
  width: 94%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 70px;
}
@media screen and (max-width: 1023px) {
  #id-content04 .tp-case-area {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
#id-content04 .tp-case-list {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #id-content04 .tp-case-list {
    max-width: 300px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
#id-content04 .tp-case-list li {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #id-content04 .tp-case-list li {
    position: static;
    padding-bottom: 40px;
  }
}
#id-content04 .tp-case-list li .tp-photo img {
  width: 100%;
  display: block;
}
#id-content04 .tp-case-list li .tp-heading {
  color: #32aadc;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 1023px) {
  #id-content04 .tp-case-list li .tp-heading {
    font-size: 18px;
  }
}
#id-content04 .tp-case-list li .tp-leading {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.55;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 1023px) {
  #id-content04 .tp-case-list li .tp-leading {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #id-content04 .tp-case-list li .tp-leading {
    margin-top: 8px;
  }
}
#id-content04 .tp-case-list li .tp-tag {
  color: #869bae;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding: 4px 0px;
  border: 1px solid #869bae;
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  #id-content04 .tp-case-list li .tp-tag {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  #id-content04 .tp-case-list li .tp-tag {
    margin-top: 16px;
  }
}
#id-content04 .tp-case-list li .tp-tag-wrap {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #id-content04 .tp-case-list li .tp-tag-wrap {
    position: static;
  }
}
#id-content04 .tp-case-bottom {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  #id-content04 .tp-case-bottom {
    margin-top: 00px;
  }
}

#id-content05 {
  padding-top: 120px;
  padding-bottom: 130px;
  background: -webkit-gradient(linear, left top, right top, from(#c7b6fd), to(#5cb4de));
  background: linear-gradient(to right, #c7b6fd 0%, #5cb4de 100%);
}
@media screen and (max-width: 1023px) {
  #id-content05 {
    padding-top: 90px;
    padding-bottom: 100px;
  }
}
#id-content05 .tp-package-area {
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
#id-content05 .tp-package-lead {
  color: #ffffff;
  text-align: center;
  margin-top: 28px;
}
@media screen and (max-width: 1023px) {
  #id-content05 .tp-package-lead {
    font-size: 15px;
  }
}
#id-content05 .tp-package-plan {
  margin-top: 100px;
}
@media screen and (max-width: 1023px) {
  #id-content05 .tp-package-plan {
    margin-top: 60px;
  }
}
#id-content05 .tp-package-plan:first-child {
  margin-top: 32px;
}
#id-content05 .tp-package-plan-title {
  position: relative;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding: 15px 10px;
  background: #333333;
}
#id-content05 .tp-package-plan-title::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -12px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #333333;
  border-bottom: none;
}
#id-content05 .tp-package-plan-title i {
  color: #33a1d6;
  font-size: 40px;
  line-height: 1;
  vertical-align: middle;
  margin-right: 12px;
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  #id-content05 .tp-package-plan-title i {
    font-size: 30px;
  }
}
#id-content05 .tp-package-plan-title span {
  font-size: 26px;
  vertical-align: middle;
}
@media screen and (max-width: 1023px) {
  #id-content05 .tp-package-plan-title span {
    font-size: 18px;
  }
}
#id-content05 .tp-package-plan-outline {
  color: #ffffff;
  text-align: center;
  margin-top: 32px;
}
@media screen and (max-width: 1023px) {
  #id-content05 .tp-package-plan-outline {
    font-size: 14px;
  }
}
#id-content05 .tp-package-plan-outline .tp-heighlight {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ffffff;
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  #id-content05 .tp-package-plan-outline .tp-heighlight {
    font-size: 18px;
  }
}
#id-content05 .tp-package-plan-img {
  text-align: center;
  width: 100%;
  margin-top: 32px;
}
#id-content05 .tp-package-plan-img img {
  max-width: 100%;
}
#id-content05 .tp-package-plan-price {
  color: #ffffff;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid #333333;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.25);
}
#id-content05 .tp-package-plan-price .tp-price {
  font-size: 20px;
  display: block;
}
@media screen and (max-width: 1023px) {
  #id-content05 .tp-package-plan-price .tp-price {
    font-size: 16px;
  }
}
#id-content05 .tp-package-plan-price .tp-price .tp-strong {
  font-size: 30px;
}
@media screen and (max-width: 1023px) {
  #id-content05 .tp-package-plan-price .tp-price .tp-strong {
    font-size: 24px;
  }
}
#id-content05 .tp-package-plan-price .tp-assumption {
  font-size: 16px;
}
@media screen and (max-width: 1023px) {
  #id-content05 .tp-package-plan-price .tp-assumption {
    font-size: 12px;
  }
}
#id-content05 .tp-package-plan .tp-note {
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  margin-top: 8px;
}
#id-content05 .tp-package-bottom {
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1023px) {
  #id-content05 .tp-package-bottom {
    margin-top: 36px;
  }
}

#id-content06 .tp-flame-area {
  width: 96%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1023px) {
  #id-content06 .tp-flame-area {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
#id-content06 .tp-flame-lead {
  color: #ffffff;
  text-align: center;
  margin-top: 28px;
}
@media screen and (max-width: 1023px) {
  #id-content06 .tp-flame-lead {
    font-size: 15px;
  }
}
#id-content06 .tp-flame-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#id-content06 .tp-flame-list li {
  margin-top: 55px;
  margin-left: 1%;
  margin-right: 1%;
  -ms-flex-preferred-size: 31%;
      flex-basis: 31%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1023px) {
  #id-content06 .tp-flame-list li {
    margin-top: 48px;
  }
}
@media screen and (max-width: 479px) {
  #id-content06 .tp-flame-list li {
    margin-top: 32px;
    margin-left: 1.5%;
    margin-right: 1.5%;
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
}
#id-content06 .tp-flame-list li .tp-balloon {
  color: #33a1d6;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  padding: 4px 45px;
  border: 1px solid #33a1d6;
}
@media screen and (max-width: 479px) {
  #id-content06 .tp-flame-list li .tp-balloon {
    font-size: 12px;
    padding: 4px 12px;
  }
}
#id-content06 .tp-flame-list li .tp-balloon i {
  position: absolute;
  width: 15px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  margin-bottom: -12px;
}
#id-content06 .tp-flame-list li .tp-balloon i::before {
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  display: block;
}
#id-content06 .tp-flame-list li .tp-balloon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#id-content06 .tp-flame-list li .tp-video {
  position: relative;
  width: 300px;
  height: 300px;
  margin-top: 20px;
  padding: 9px;
  border: 1px solid #33a1d6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  #id-content06 .tp-flame-list li .tp-video {
    width: 260px;
    height: 260px;
  }
}
@media screen and (max-width: 479px) {
  #id-content06 .tp-flame-list li .tp-video {
    width: 140px;
    height: 140px;
    padding: 5px;
  }
}
#id-content06 .tp-flame-list li .tp-video::before {
  content: '';
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: 45px;
  right: 45px;
  background: #333333;
  display: block;
  z-index: 10;
}
#id-content06 .tp-flame-list li .tp-video::after {
  content: '';
  position: absolute;
  top: 45px;
  bottom: 45px;
  left: -1px;
  right: -1px;
  background: #333333;
  display: block;
  z-index: 10;
}
#id-content06 .tp-flame-list li .tp-video-inner {
  position: relative;
  width: 100%;
  height: 100%;
  background: #000000;
  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;
  z-index: 30;
}
#id-content06 .tp-flame-list li .tp-video video {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  display: block;
}

#id-content07 {
  padding-top: 130px;
  padding-bottom: 130px;
  background: -webkit-gradient(linear, left top, right top, from(#c7b6fd), to(#5cb4de));
  background: linear-gradient(to right, #c7b6fd 0%, #5cb4de 100%);
}
@media screen and (max-width: 1023px) {
  #id-content07 {
    padding-top: 90px;
    padding-bottom: 100px;
  }
}
#id-content07 .tp-content-heading + .tp-faq-box {
  margin-top: 50px;
}
@media screen and (max-width: 1023px) {
  #id-content07 .tp-content-heading + .tp-faq-box {
    margin-top: 32px;
  }
}
#id-content07 .tp-faq-area {
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
#id-content07 .tp-faq-box {
  margin-top: 10px;
  background: #ffffff;
}
#id-content07 .tp-faq-box dl dt {
  color: #000000;
  font-size: 17px;
  line-height: 1.5;
  cursor: pointer;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 48px;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  #id-content07 .tp-faq-box dl dt {
    font-size: 15px;
    padding-top: 16px;
    padding-left: 16px;
    padding-bottom: 16px;
  }
}
#id-content07 .tp-faq-box dl dt.view-open .iconfont-plus::before {
  content: '\E630';
}
#id-content07 .tp-faq-box dl dt i {
  color: #5cb4de;
}
#id-content07 .tp-faq-box dl dt i.iconfont-q {
  font-size: 24px;
  vertical-align: middle;
  margin-right: 24px;
}
@media screen and (max-width: 1023px) {
  #id-content07 .tp-faq-box dl dt i.iconfont-q {
    font-size: 20px;
    margin-right: 20px;
  }
}
#id-content07 .tp-faq-box dl dt i.iconfont-plus {
  font-size: 20px;
  text-indent: 0px;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -10px;
}
@media screen and (max-width: 1023px) {
  #id-content07 .tp-faq-box dl dt i.iconfont-plus {
    font-size: 18px;
  }
}
#id-content07 .tp-faq-box dl dt i.iconfont-plus::before {
  line-height: 1;
  display: block;
}
#id-content07 .tp-faq-box dl dt span {
  margin-top: -2px;
  -ms-flex-item-align: center;
      align-self: center;
}
#id-content07 .tp-faq-box dl dd {
  font-size: 14px;
  padding-top: 8px;
  padding-top: 12px;
  padding-bottom: 16px;
  padding-right: 16px;
  padding-left: 20px;
  border-top: 1px solid #b9d0f3;
  display: none;
}
@media screen and (max-width: 1023px) {
  #id-content07 .tp-faq-box dl dd {
    padding-left: 16px;
  }
}
#id-content07 .tp-faq-box dl dd .tp-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#id-content07 .tp-faq-box dl dd i {
  color: #ff6464;
}
#id-content07 .tp-faq-box dl dd i.iconfont-a {
  font-size: 24px;
  vertical-align: middle;
  margin-right: 24px;
}
@media screen and (max-width: 1023px) {
  #id-content07 .tp-faq-box dl dd i.iconfont-a {
    font-size: 20px;
    margin-right: 20px;
  }
}
#id-content07 .tp-faq-box dl dd a {
  color: #33a1d6;
}
#id-content07 .tp-faq-detail {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 4px;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 1023px) {
  #id-content07 .tp-faq-detail {
    font-size: 15px;
  }
}
#id-content07 .tp-faq-bottom {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1023px) {
  #id-content07 .tp-faq-bottom {
    margin-top: 40px;
  }
}

#id-content08 .tp-option-area {
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 70px;
}
@media screen and (max-width: 1023px) {
  #id-content08 .tp-option-area {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
#id-content08 .tp-option-title {
  position: relative;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
  padding: 12px 10px;
  background: #33a1d6;
}
@media screen and (max-width: 1023px) {
  #id-content08 .tp-option-title {
    margin-top: 32px;
    padding: 10px 10px;
  }
}
#id-content08 .tp-option-title::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -12px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #33a1d6;
  border-bottom: none;
}
#id-content08 .tp-option-title i {
  color: #ffffff;
  font-size: 50px;
  line-height: 1;
  vertical-align: middle;
  margin-right: 12px;
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  #id-content08 .tp-option-title i {
    font-size: 35px;
  }
}
#id-content08 .tp-option-title span {
  font-size: 26px;
  vertical-align: middle;
}
@media screen and (max-width: 1023px) {
  #id-content08 .tp-option-title span {
    font-size: 17px;
  }
}
#id-content08 .tp-option-plan {
  margin-top: 50px;
  padding-left: 36px;
  padding-right: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  #id-content08 .tp-option-plan {
    margin-top: 28px;
    padding-left: 8px;
    padding-right: 8px;
    display: block;
  }
}
#id-content08 .tp-option-plan-info {
  color: #ffffff;
  font-size: 15px;
  margin-right: 60px;
}
@media screen and (max-width: 1023px) {
  #id-content08 .tp-option-plan-info {
    margin-right: 0px;
  }
}
#id-content08 .tp-option-plan-info .tp-heading {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 12px;
  margin-bottom: 20px;
  border-bottom: 1px solid #869bae;
}
@media screen and (max-width: 1023px) {
  #id-content08 .tp-option-plan-info .tp-heading {
    font-size: 18px;
    text-align: center;
  }
}
@media screen and (max-width: 1023px) {
  #id-content08 .tp-option-plan-info .tp-text {
    font-size: 14px;
  }
}
#id-content08 .tp-option-plan-info .tp-note {
  font-size: 12px;
  margin-top: 12px;
}
#id-content08 .tp-option-plan-img {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  max-width: 480px;
}
@media screen and (max-width: 1023px) {
  #id-content08 .tp-option-plan-img {
    font-size: 13px;
    margin-top: 24px;
    margin-right: auto;
    margin-left: auto;
  }
}
#id-content08 .tp-option-plan-img img {
  max-width: 100%;
  margin-top: 6px;
  display: block;
}
#id-content08 .tp-option-bottom {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1023px) {
  #id-content08 .tp-option-bottom {
    margin-top: 40px;
  }
}

#id-content09 {
  padding-top: 110px;
  padding-bottom: 130px;
  background: -webkit-gradient(linear, left top, right top, from(#c7b6fd), to(#5cb4de));
  background: linear-gradient(to right, #c7b6fd 0%, #5cb4de 100%);
}
@media screen and (max-width: 1023px) {
  #id-content09 {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
#id-content09 .tp-contact-area {
  width: 90%;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}
#id-content09 .tp-content-heading {
  margin-bottom: 50px;
}
@media screen and (max-width: 1023px) {
  #id-content09 .tp-content-heading {
    margin-bottom: 40px;
  }
}
#id-content09 .tp-contact-wrap {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1023px) {
  #id-content09 .tp-contact-wrap {
    margin-top: 28px;
    display: block;
  }
}
#id-content09 .tp-contact-wrap:first-child {
  margin-top: 0px;
}
#id-content09 .tp-contact-wrap dt {
  width: 190px;
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  #id-content09 .tp-contact-wrap dt {
    margin-bottom: 8px;
  }
}
#id-content09 .tp-contact-wrap dt .main {
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
}
#id-content09 .tp-contact-wrap dt .sub {
  color: #cc0000;
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  margin-left: 10px;
}
#id-content09 .tp-contact-wrap dd {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
#id-content09 .mw_wp_form_confirm.mw_wp_form_preview .tp-contact-wrap dd{
	margin-top:14px;
	line-height: 1em;
}
#id-content09 .tp-contact-wrap.radio dd {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-top: -10px;
}
#id-content09 .tp-contact-wrap dd .tp-input-text {
  width: 100%;
  border-radius: 0px;
}
#id-content09 .tp-contact-wrap dd .tp-input-textarea {
  width: 100%;
  height: 150px;
  border-radius: 0px;
}
#id-content09 .tp-contact-wrap dd ul {
  margin-top: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  #id-content09 .tp-contact-wrap dd ul {
    margin-top: 8px;
    display: block;
  }
}
#id-content09 .tp-contact-wrap dd ul li {
  margin-top: 20px;
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}
#id-content09 .tp-contact-bottom {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#id-content09 .tp-contact-link {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#id-content09 .tp-contact-link a {
  color: #cc0000;
  font-size: 14px;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px solid #cc0000;
}
#id-content09 .tp-contact-submit {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#id-content09 .tp-contact-submit .tp-secondary-btn {
  background: #33a1d6;
  cursor: pointer;
}
