@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Ubuntu:ital,wght@0,500;0,700;1,500&display=swap");
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select {
  *font-size: 100%;
}

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

a {
  outline: none;
  text-decoration: none;
  color: inherit;
}

img {
  vertical-align: bottom;
}

a[href],
label[for],
button,
input[type=button],
input[type=submit],
input[type=reset],
input[type=image],
input[type=radio],
input[type=checkbox],
select {
  cursor: pointer;
}

a[href^="tel:"] {
  cursor: default;
}

/*-------------------------
  ROLL OVER
-------------------------*/
.ro {
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.ro:hover {
  opacity: 0.8;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.ro:hover img {
  opacity: 1;
}
.ro a:hover, .ro a:hover img {
  -webkit-transition: none;
  transition: none;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .ro:hover, .ro a:hover, .ro a:hover img {
    opacity: 1;
  }
}

/*-------------------------
  pcCont/spCont
-------------------------*/
.sp, .spCont {
  display: none;
}

#spMenuOverlay, #spMenu {
  display: none;
}

@media only screen and (max-width: 767px) {
  .pc, .pcCont {
    display: none;
  }
  .sp, .spCont {
    display: block;
  }
}
/*-------------------------
  COMMONS
-------------------------*/
.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.f_left {
  float: left;
}

.f_right {
  float: right;
}

.clear {
  clear: both;
}

button {
  cursor: pointer;
  outline: none;
}

.fBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

svg {
  fill: currentColor;
}

.preload * {
  -webkit-transition: none !important;
  transition: none !important;
}

.ofi {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.ac_tn {
  cursor: pointer;
}

img {
  -webkit-backface-visibility: hidden;
}

.slider {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.slider.slick-initialized {
  opacity: 1;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■setting
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
html {
  font-size: 62.5%;
}

body {
  position: relative;
  background: rgb(255, 255, 255);
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-weight: 400;
  color: #222222;
  font-size: 1.6rem;
  line-height: 1;
  margin: 0 auto;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  word-break: normal;
  word-wrap: break-word;
  line-break: strict;
  overflow-wrap: break-word;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }
}
body a {
  word-break: break-all;
}

_:-ms-lang(x)::-ms-backdrop, .selector {
  property: value;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: inherit;
}

.bold, strong {
  font-weight: inherit;
}

#container {
  position: relative;
  overflow: hidden;
  z-index: 0;
  width: 100%;
  padding: 90px 0 0;
}
@media only screen and (max-width: 1023px) {
  #container {
    padding-top: 50px;
  }
}

.contents {
  position: relative;
  padding: 109px 0 0;
}
@media only screen and (max-width: 767px) {
  .contents {
    padding-top: 60px;
  }
}

.innerWrap {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .innerWrap {
    max-width: none;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■parts
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*-------------------------
  hd
-------------------------*/
.hd01 {
  text-align: center;
  letter-spacing: 0.05em;
  margin: 0 0 30px;
}
.hd01 .main {
  color: #181879;
  font-family: "Ubuntu", "Noto Sans JP";
  font-size: 3.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .hd01 .main {
    font-size: 2.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .hd01 .main:only-child {
    font-size: 2.8rem;
  }
}
.hd01 .sub {
  color: #5f7ef2;
  font-family: "Ubuntu", "Noto Sans JP";
  font-weight: 500;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 13px 0 0;
}

.pageTitle {
  text-align: center;
  padding: 0 40px;
  margin: 0 auto 80px;
}
@media only screen and (max-width: 767px) {
  .pageTitle {
    padding: 0 20px;
    margin-bottom: 40px;
  }
}
.pageTitle > div {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.pageTitle .read {
  line-height: 2;
  font-weight: 700;
  margin-top: 43px;
}
.pageTitle .read a {
  color: #11a8ee;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.pageTitle .read a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.pageTitle .read .notes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 80%;
  font-weight: 500;
  text-align: left;
  margin: 15px 0 0;
}
.pageTitle .read .notes.red {
  color: #f50909;
  font-weight: 700;
}
.pageTitle .read .notes li {
  padding-left: 1em;
  text-indent: -1em;
}

.hd02 {
  background: #212159;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 10px 20px;
}
@media only screen and (max-width: 767px) {
  .hd02 {
    font-size: 1.8rem;
  }
}

/*-------------------------
  btn
-------------------------*/
.btn_entry {
  overflow: hidden;
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 460px;
  border-radius: 100px;
  margin: 40px 0 0;
}
@media only screen and (max-width: 767px) {
  .btn_entry {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    max-width: 325px;
    width: 100%;
    margin: 20px auto 0;
  }
}
.btn_entry .btn_inner {
  overflow: hidden;
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 110px;
  background: #f96e5c;
  border-radius: 100px;
}
@media only screen and (max-width: 767px) {
  .btn_entry .btn_inner {
    min-height: 66px;
  }
}
.btn_entry .btn_inner:before {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #e04e3b;
  -webkit-transform: scaleY(0.6) translateZ(0);
          transform: scaleY(0.6) translateZ(0);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: opacity 0.4s linear, -webkit-transform 0s cubic-bezier(0.4, 0, 0.1, 1) 0.4s;
  transition: opacity 0.4s linear, -webkit-transform 0s cubic-bezier(0.4, 0, 0.1, 1) 0.4s;
  transition: transform 0s cubic-bezier(0.4, 0, 0.1, 1) 0.4s, opacity 0.4s linear;
  transition: transform 0s cubic-bezier(0.4, 0, 0.1, 1) 0.4s, opacity 0.4s linear, -webkit-transform 0s cubic-bezier(0.4, 0, 0.1, 1) 0.4s;
}
.btn_entry .btn_inner:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 32px;
  width: 17px;
  height: 11px;
  background: url(../img/arrow01.png) no-repeat left top;
  background-size: cover;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  .btn_entry .btn_inner:after {
    right: 22px;
  }
}
.btn_entry .btn_inner:hover:before {
  opacity: 1;
  -webkit-transform: scaleY(1) translateZ(0);
          transform: scaleY(1) translateZ(0);
  -webkit-transition: opacity 0.6s linear, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.6s linear, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s linear;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s linear, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.btn_entry .btn_inner:hover:after {
  -webkit-animation-name: arrow_bottom;
          animation-name: arrow_bottom;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.btn_entry .sub {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #ffe374;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0 13px;
  margin: 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .btn_entry .sub {
    font-size: 1.2rem;
  }
}
.btn_entry .sub:before, .btn_entry .sub:after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 2px;
  height: 15px;
  background: #ffe374;
}
.btn_entry .sub:before {
  left: 0;
  -webkit-transform: rotateZ(-31deg);
          transform: rotateZ(-31deg);
}
.btn_entry .sub:after {
  right: 0;
  -webkit-transform: rotateZ(31deg);
          transform: rotateZ(31deg);
}
.btn_entry .main {
  position: relative;
  z-index: 1;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 767px) {
  .btn_entry .main {
    font-size: 1.9rem;
  }
}

@-webkit-keyframes arrow_right {
  0% {
    right: 30px;
    width: 8px;
    background-position: left top;
  }
  50% {
    right: 22px;
    width: 0;
    background-position: 8px top;
  }
  51% {
    right: 30px;
    width: 8px;
    background-position: -8px top;
  }
  100% {
    right: 30px;
    width: 8px;
    background-position: left top;
  }
}

@keyframes arrow_right {
  0% {
    right: 30px;
    width: 8px;
    background-position: left top;
  }
  50% {
    right: 22px;
    width: 0;
    background-position: 8px top;
  }
  51% {
    right: 30px;
    width: 8px;
    background-position: -8px top;
  }
  100% {
    right: 30px;
    width: 8px;
    background-position: left top;
  }
}
/* 通常ボタン */
.btn01 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 380px;
  margin: 0 auto;
}
.btn01 .btn_inner {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 70px;
  background: #212159;
  border-radius: 100px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 767px) {
  .btn01 .btn_inner {
    min-height: 60px;
    font-size: 1.9rem;
  }
}
.btn01 .btn_inner:before {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #122fa7;
  -webkit-transform: scaleX(0.6) translateZ(0);
          transform: scaleX(0.6) translateZ(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: opacity 0.4s linear, -webkit-transform 0s cubic-bezier(0.4, 0, 0.1, 1) 0.4s;
  transition: opacity 0.4s linear, -webkit-transform 0s cubic-bezier(0.4, 0, 0.1, 1) 0.4s;
  transition: transform 0s cubic-bezier(0.4, 0, 0.1, 1) 0.4s, opacity 0.4s linear;
  transition: transform 0s cubic-bezier(0.4, 0, 0.1, 1) 0.4s, opacity 0.4s linear, -webkit-transform 0s cubic-bezier(0.4, 0, 0.1, 1) 0.4s;
}
.btn01 .btn_inner:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: 8px;
  height: 11px;
  background: url(../img/arrow02.png) no-repeat left top;
  background-size: auto 100%;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  .btn01 .btn_inner:after {
    right: 25px;
    height: 15px;
    background-position: right center;
    background-size: auto 100%;
  }
}
.btn01 span {
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .btn01 span {
    padding-bottom: 3px;
  }
}
@media only screen and (min-width: 768px) {
  .btn01 .btn_inner:hover:before {
    opacity: 1;
    -webkit-transform: scaleX(1) translateZ(0);
            transform: scaleX(1) translateZ(0);
    -webkit-transition: opacity 0.6s linear, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.6s linear, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s linear;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s linear, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
}
@media only screen and (min-width: 768px) {
  .btn01 .btn_inner:hover:after {
    -webkit-animation-name: arrow_right;
            animation-name: arrow_right;
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}

/* オレンジ */
.btn02 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 380px;
  margin: 0 auto;
}
.btn02 .btn_inner {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 70px;
  background: #f96e5c;
  border-radius: 100px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 767px) {
  .btn02 .btn_inner {
    min-height: 60px;
    font-size: 1.9rem;
  }
}
.btn02 .btn_inner:before {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #e04e3b;
  -webkit-transform: scaleX(0.6) translateZ(0);
          transform: scaleX(0.6) translateZ(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: opacity 0.4s linear, -webkit-transform 0s cubic-bezier(0.4, 0, 0.1, 1) 0.4s;
  transition: opacity 0.4s linear, -webkit-transform 0s cubic-bezier(0.4, 0, 0.1, 1) 0.4s;
  transition: transform 0s cubic-bezier(0.4, 0, 0.1, 1) 0.4s, opacity 0.4s linear;
  transition: transform 0s cubic-bezier(0.4, 0, 0.1, 1) 0.4s, opacity 0.4s linear, -webkit-transform 0s cubic-bezier(0.4, 0, 0.1, 1) 0.4s;
}
.btn02 .btn_inner:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: 8px;
  height: 11px;
  background: url(../img/arrow02.png) no-repeat left top;
  background-size: auto 100%;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  .btn02 .btn_inner:after {
    right: 25px;
    height: 15px;
    background-position: right center;
    background-size: auto 100%;
  }
}
.btn02 span {
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .btn02 span {
    padding-bottom: 3px;
  }
}
@media only screen and (min-width: 768px) {
  .btn02 .btn_inner:hover:before {
    opacity: 1;
    -webkit-transform: scaleX(1) translateZ(0);
            transform: scaleX(1) translateZ(0);
    -webkit-transition: opacity 0.6s linear, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.6s linear, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s linear;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s linear, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
}
@media only screen and (min-width: 768px) {
  .btn02 .btn_inner:hover:after {
    -webkit-animation-name: arrow_right;
            animation-name: arrow_right;
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}
.btn02 .btn_inner {
  border: 1px solid #fff;
}

/* 青 */
.btn03 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 380px;
  margin: 0 auto;
}
.btn03 .btn_inner {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 70px;
  background: #114cc0;
  border-radius: 100px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 767px) {
  .btn03 .btn_inner {
    min-height: 60px;
    font-size: 1.9rem;
  }
}
.btn03 .btn_inner:before {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #003db7;
  -webkit-transform: scaleX(0.6) translateZ(0);
          transform: scaleX(0.6) translateZ(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: opacity 0.4s linear, -webkit-transform 0s cubic-bezier(0.4, 0, 0.1, 1) 0.4s;
  transition: opacity 0.4s linear, -webkit-transform 0s cubic-bezier(0.4, 0, 0.1, 1) 0.4s;
  transition: transform 0s cubic-bezier(0.4, 0, 0.1, 1) 0.4s, opacity 0.4s linear;
  transition: transform 0s cubic-bezier(0.4, 0, 0.1, 1) 0.4s, opacity 0.4s linear, -webkit-transform 0s cubic-bezier(0.4, 0, 0.1, 1) 0.4s;
}
.btn03 .btn_inner:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: 8px;
  height: 11px;
  background: url(../img/arrow02.png) no-repeat left top;
  background-size: auto 100%;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  .btn03 .btn_inner:after {
    right: 25px;
    height: 15px;
    background-position: right center;
    background-size: auto 100%;
  }
}
.btn03 span {
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .btn03 span {
    padding-bottom: 3px;
  }
}
@media only screen and (min-width: 768px) {
  .btn03 .btn_inner:hover:before {
    opacity: 1;
    -webkit-transform: scaleX(1) translateZ(0);
            transform: scaleX(1) translateZ(0);
    -webkit-transition: opacity 0.6s linear, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.6s linear, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s linear;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s linear, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
}
@media only screen and (min-width: 768px) {
  .btn03 .btn_inner:hover:after {
    -webkit-animation-name: arrow_right;
            animation-name: arrow_right;
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}

/* 白・枠紺 */
.btn04 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 380px;
  margin: 0 auto;
}
.btn04 .btn_inner {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 70px;
  background: #fff;
  border-radius: 100px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 767px) {
  .btn04 .btn_inner {
    min-height: 60px;
    font-size: 1.9rem;
  }
}
.btn04 .btn_inner:before {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #bbd7fe;
  -webkit-transform: scaleX(0.6) translateZ(0);
          transform: scaleX(0.6) translateZ(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: opacity 0.4s linear, -webkit-transform 0s cubic-bezier(0.4, 0, 0.1, 1) 0.4s;
  transition: opacity 0.4s linear, -webkit-transform 0s cubic-bezier(0.4, 0, 0.1, 1) 0.4s;
  transition: transform 0s cubic-bezier(0.4, 0, 0.1, 1) 0.4s, opacity 0.4s linear;
  transition: transform 0s cubic-bezier(0.4, 0, 0.1, 1) 0.4s, opacity 0.4s linear, -webkit-transform 0s cubic-bezier(0.4, 0, 0.1, 1) 0.4s;
}
.btn04 .btn_inner:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: 8px;
  height: 11px;
  background: url(../img/arrow02.png) no-repeat left top;
  background-size: auto 100%;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  .btn04 .btn_inner:after {
    right: 25px;
    height: 15px;
    background-position: right center;
    background-size: auto 100%;
  }
}
.btn04 span {
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .btn04 span {
    padding-bottom: 3px;
  }
}
@media only screen and (min-width: 768px) {
  .btn04 .btn_inner:hover:before {
    opacity: 1;
    -webkit-transform: scaleX(1) translateZ(0);
            transform: scaleX(1) translateZ(0);
    -webkit-transition: opacity 0.6s linear, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.6s linear, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s linear;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s linear, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
}
@media only screen and (min-width: 768px) {
  .btn04 .btn_inner:hover:after {
    -webkit-animation-name: arrow_right;
            animation-name: arrow_right;
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}
.btn04 .btn_inner {
  color: #181879;
  border: 1px solid #212159;
}
.btn04 .btn_inner:after {
  background-image: url(../img/arrow02_n.png);
}

/* 水色 */
.btn05 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 380px;
  margin: 0 auto;
}
.btn05 .btn_inner {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 70px;
  background: #bbd7fe;
  border-radius: 100px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 767px) {
  .btn05 .btn_inner {
    min-height: 60px;
    font-size: 1.9rem;
  }
}
.btn05 .btn_inner:before {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #ebf4ff;
  -webkit-transform: scaleX(0.6) translateZ(0);
          transform: scaleX(0.6) translateZ(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: opacity 0.4s linear, -webkit-transform 0s cubic-bezier(0.4, 0, 0.1, 1) 0.4s;
  transition: opacity 0.4s linear, -webkit-transform 0s cubic-bezier(0.4, 0, 0.1, 1) 0.4s;
  transition: transform 0s cubic-bezier(0.4, 0, 0.1, 1) 0.4s, opacity 0.4s linear;
  transition: transform 0s cubic-bezier(0.4, 0, 0.1, 1) 0.4s, opacity 0.4s linear, -webkit-transform 0s cubic-bezier(0.4, 0, 0.1, 1) 0.4s;
}
.btn05 .btn_inner:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: 8px;
  height: 11px;
  background: url(../img/arrow02.png) no-repeat left top;
  background-size: auto 100%;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  .btn05 .btn_inner:after {
    right: 25px;
    height: 15px;
    background-position: right center;
    background-size: auto 100%;
  }
}
.btn05 span {
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .btn05 span {
    padding-bottom: 3px;
  }
}
@media only screen and (min-width: 768px) {
  .btn05 .btn_inner:hover:before {
    opacity: 1;
    -webkit-transform: scaleX(1) translateZ(0);
            transform: scaleX(1) translateZ(0);
    -webkit-transition: opacity 0.6s linear, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.6s linear, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s linear;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s linear, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
}
@media only screen and (min-width: 768px) {
  .btn05 .btn_inner:hover:after {
    -webkit-animation-name: arrow_right;
            animation-name: arrow_right;
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}
.btn05 .btn_inner {
  color: #181879;
}
.btn05 .btn_inner:after {
  background-image: url(../img/arrow02_n.png);
}

.sec_block .hd01 + .read {
  margin-top: 30px;
}
.sec_block .read {
  font-size: 1.6rem;
  line-height: 1.875;
  text-align: center;
  margin: 0 0 42px;
}
@media only screen and (max-width: 767px) {
  .sec_block .read {
    font-size: 1.5rem;
    line-height: 1.7272727273;
    text-align: left;
    margin: 0 0 35px;
  }
}
.sec_block .read .notes {
  font-size: 80%;
  margin-top: 1em;
}

.bg_blue {
  background: #ecf4ff;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■header
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 80px;
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  #header {
    position: absolute;
    height: 50px;
    padding: 0 20px;
  }
}
#header:before {
  content: "";
  opacity: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #fff;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
#header .innerWrap {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: inherit;
  height: 100%;
}
#header .logo_wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  max-width: 233px;
  width: 100%;
  margin: 0 50px 0 0;
}
@media only screen and (max-width: 767px) {
  #header .logo_wrap {
    max-width: 125px;
  }
}
#header .logo a {
  position: relative;
  display: block;
}
#header .logo a:before {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  background: url(../img/logo_medisma_w.png) no-repeat left top;
  background-size: 100% auto;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
#header .logo img {
  width: 100%;
  height: auto;
}
#header .menu_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  padding: 5px 0 0;
  padding: 0;
}
@media only screen and (max-width: 1023px) {
  #header .menu_wrap {
    display: none;
  }
}
#header .btn_moushikomi {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  max-width: 260px;
  width: 17.628%;
  margin: 0 -40px 0 40px;
}
@media only screen and (max-width: 1023px) {
  #header .btn_moushikomi {
    margin: 0 40px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  #header .btn_moushikomi {
    display: none;
  }
}
#header .btn_moushikomi .btn_inner {
  min-height: 80px;
  border: none;
  border-radius: 0;
}
#header .btn_moushikomi .btn_inner:after {
  display: none;
}
#header_nav {
  max-width: 590px;
  width: 100%;
  color: #003db7;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
#header_nav .list_menu {
  text-align: right;
}
#header_nav .list_menu .list_menu__inner {
  display: inline-block;
  max-width: 740px;
  width: 100%;
}
#header_nav .list_menu .list_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#header_nav .list_menu .list_item a {
  border-bottom: 3px solid rgba(187, 215, 254, 0);
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  padding: 8px 0;
}
#header_nav .list_menu .list_item a:hover {
  color: #5f7ef2;
}
#header_nav .list_menu .list_item a.active {
  border-bottom-color: #bbd7fe;
}
#header_nav .sp_only {
  display: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■footer
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#footer {
  background: #ebf4ff;
  padding: 22px 40px;
}
@media only screen and (max-width: 1023px) {
  #footer {
    padding: 30px 20px 30px;
  }
}
#footer .logo a {
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
#footer .logo a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
#footer .logo img {
  width: 100%;
  height: auto;
}

#footer_medisma {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 1024px) {
  #footer_medisma {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#footer_medisma .logo {
  max-width: 185px;
}
@media only screen and (max-width: 1023px) {
  #footer_medisma .logo {
    margin: 0 auto 25px;
  }
}
#footer_medisma .sns {
  padding: 2px 0 0;
  margin: 0 auto 0 20px;
}
@media only screen and (min-width: 1024px) {
  #footer_medisma .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
@media only screen and (max-width: 1023px) {
  #footer_medisma .sns {
    text-align: center;
    padding: 0;
    margin: 0 auto 20px;
  }
}
#footer_medisma .sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1023px) {
  #footer_medisma .sns ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#footer_medisma .sns li {
  width: 30px;
  height: 30px;
}
@media only screen and (max-width: 1023px) {
  #footer_medisma .sns li {
    width: 22px;
    height: 22px;
  }
}
#footer_medisma .sns a {
  display: block;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
#footer_medisma .sns a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
#footer_medisma .sns img {
  width: 100%;
  height: auto;
}
#footer_medisma .sns .fukidashi {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  background: #ffffff;
  border: 2px solid #1877f2;
  border-radius: 6px;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 0 10px;
}
@media only screen and (min-width: 1024px) {
  #footer_medisma .sns .fukidashi {
    padding: 0 15px 0 10px;
    margin: 0 20px 0 0;
  }
}
@media only screen and (max-width: 1023px) {
  #footer_medisma .sns .fukidashi {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 34px;
    margin: 0 0 12px;
  }
}
#footer_medisma .sns .fukidashi:before, #footer_medisma .sns .fukidashi:after {
  content: "";
  position: absolute;
  pointer-events: none;
  width: 0;
  height: 0;
  border: solid transparent;
  border-color: transparent;
}
@media only screen and (min-width: 1024px) {
  #footer_medisma .sns .fukidashi:before, #footer_medisma .sns .fukidashi:after {
    left: 100%;
    top: 50%;
  }
}
@media only screen and (max-width: 1023px) {
  #footer_medisma .sns .fukidashi:before, #footer_medisma .sns .fukidashi:after {
    top: 100%;
    left: 50%;
  }
}
#footer_medisma .sns .fukidashi:before {
  border-color: transparent;
}
@media only screen and (min-width: 1024px) {
  #footer_medisma .sns .fukidashi:before {
    border-left-color: #1877f2;
    border-width: 7px;
    margin-top: -7px;
    border-left-width: 12px;
  }
}
@media only screen and (max-width: 1023px) {
  #footer_medisma .sns .fukidashi:before {
    border-top-color: #1877f2;
    border-width: 8px;
    margin-left: -8px;
    border-top-width: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  #footer_medisma .sns .fukidashi:after {
    border-left-color: #ffffff;
    border-width: 4px;
    margin-top: -4px;
    border-left-width: 9px;
  }
}
@media only screen and (max-width: 1023px) {
  #footer_medisma .sns .fukidashi:after {
    border-top-color: #ffffff;
    border-width: 5px;
    margin-left: -5px;
    border-top-width: 7px;
  }
}
#footer_medisma .sns .fukidashi p {
  padding: 0;
  margin: 0;
}
#footer_medisma .fnav {
  color: #4766a4;
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  font-weight: 500;
}
#footer_medisma .fnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 1023px) {
  #footer_medisma .fnav ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 560px) {
  #footer_medisma .fnav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -15px;
  }
}
@media only screen and (max-width: 319px) {
  #footer_medisma .fnav ul {
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 560px) {
  #footer_medisma .fnav li {
    margin-bottom: 15px;
  }
}
#footer_medisma .fnav li + li {
  margin-left: 3em;
}
@media only screen and (max-width: 319px) {
  #footer_medisma .fnav li + li {
    margin-left: 0;
  }
}
@media only screen and (max-width: 560px) {
  #footer_medisma .fnav li:last-child {
    width: 100%;
    text-align: center;
    margin-left: 0;
  }
}
#footer_medisma .fnav a {
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
#footer_medisma .fnav a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
#footer_medisma .fnav a[target=_blank] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer_medisma .fnav a[target=_blank]:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(../img/blank_blue.png) no-repeat left top;
  background-size: cover;
  margin: 0 0 0 5px;
}

#footer_ofuse {
  border-top: 2px solid #e7ebf5;
  padding: 22px 0 0;
  margin: 22px 0 0;
}
@media only screen and (max-width: 1023px) {
  #footer_ofuse {
    padding-top: 30px;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  #footer_ofuse .logo {
    float: left;
  }
}
@media only screen and (max-width: 1023px) {
  #footer_ofuse .logo {
    text-align: center;
    margin: 0 0 22px;
  }
}
@media only screen and (min-width: 1024px) {
  #footer_ofuse .logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media only screen and (max-width: 1023px) {
  #footer_ofuse .logo a {
    display: inline-block;
  }
}
#footer_ofuse .logo img {
  max-width: 221px;
}
#footer_ofuse .logo .text {
  color: #187fc4;
  font-size: 1.4rem;
  padding: 0 0 4px 15px;
}
@media only screen and (max-width: 1023px) {
  #footer_ofuse .logo .text {
    padding: 5px 0 0;
  }
}
#footer_ofuse .detail {
  color: #4766a4;
  font-size: 1.4rem;
  text-align: right;
}
@media only screen and (min-width: 1024px) {
  #footer_ofuse .detail {
    float: right;
  }
}
@media only screen and (max-width: 1023px) {
  #footer_ofuse .detail {
    text-align: center;
    font-size: 1.3rem;
  }
}
#footer_ofuse .detail p + p {
  margin: 10px 0 0;
}
#footer_ofuse .detail small {
  font-size: 1.2rem;
  margin-left: 5px;
}
#footer_ofuse #copyright {
  clear: left;
  color: #b3c5e6;
  font-size: 1.2rem;
  padding: 5px 0 0;
}
@media only screen and (max-width: 1023px) {
  #footer_ofuse #copyright {
    text-align: center;
    padding: 0;
    margin: 22px 0 0;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■MENU
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.menuBtn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999;
  width: 80px;
  height: 80px;
}
@media only screen and (min-width: 1024px) {
  .menuBtn {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .menuBtn {
    width: 50px;
    height: 50px;
  }
}

.menuBtn.open {
  display: block !important;
  opacity: 1 !important;
}

/*-------------------------
  spMenuBtn
-------------------------*/
#spMenuBtn {
  z-index: 99999;
  border: none;
  background-color: transparent;
  outline: none;
  /*template*/
  padding: 11px 9px;
  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;
  width: 100%;
  height: 100%;
  background: #114cc0;
  border-radius: 0;
}
#spMenuBtn .spMenuBtn_bar {
  position: relative;
  width: 40px;
  height: 22px;
}
#spMenuBtn .spMenuBtn_bar:before, #spMenuBtn .spMenuBtn_bar:after {
  content: "";
}
#spMenuBtn .spMenuBtn_bar span, #spMenuBtn .spMenuBtn_bar:before, #spMenuBtn .spMenuBtn_bar:after {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 2px;
  margin: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
#spMenuBtn .spMenuBtn_bar span {
  top: 0;
  bottom: 0;
}
#spMenuBtn .spMenuBtn_bar:before {
  top: 0;
}
#spMenuBtn .spMenuBtn_bar:after {
  bottom: 0;
}
#spMenuBtn .spMenuBtn_txt {
  display: block;
  width: 40px;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  -webkit-transition: all 0.2s liner;
  transition: all 0.2s liner;
}
#spMenuBtn.open .spMenuBtn_bar {
  position: relative;
}
#spMenuBtn.open .spMenuBtn_bar:before, #spMenuBtn.open .spMenuBtn_bar:after {
  content: "";
}
#spMenuBtn.open .spMenuBtn_bar span, #spMenuBtn.open .spMenuBtn_bar:before, #spMenuBtn.open .spMenuBtn_bar:after {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 2px;
  margin: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
#spMenuBtn.open .spMenuBtn_bar span {
  opacity: 0;
  top: 0;
  bottom: 0;
}
#spMenuBtn.open .spMenuBtn_bar:before {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#spMenuBtn.open .spMenuBtn_bar:after {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#spMenuBtn .spMenuBtn_bar {
  width: 24px;
  height: 13px;
}
#spMenuBtn .spMenuBtn_bar span, #spMenuBtn .spMenuBtn_bar:before, #spMenuBtn .spMenuBtn_bar:after {
  height: 2px;
  background-color: #fff;
}
#spMenuBtn .spMenuBtn_bar span {
  display: none;
}

#spMenuBtn.open .spMenuBtn_bar span, #spMenuBtn.open .spMenuBtn_bar:before, #spMenuBtn.open .spMenuBtn_bar:after {
  height: 2px;
}

/*-------------------------
  spMenu
-------------------------*/
#spMenuOverlay {
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 9999;
}

#spMenu {
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  display: block;
  width: 100%;
  background: rgb(244, 244, 244);
  padding: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: none;
  opacity: 1;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  width: auto;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); /* 右からイン */
  -webkit-transition: none;
  transition: none;
  background-color: #fff;
  padding: 0;
}
#spMenu.open {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
@media only screen and (min-width: 1025px) {
  #spMenu {
    display: none !important;
  }
}
#spMenu .inner {
  /*
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        position: relative;
        box-sizing: border-box;    
  */
}
#spMenu .spMenu_innerWrap {
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 85px 0 60px;
}
#spMenu .spMenu_inner {
  width: 100%;
}

#closeBtn {
  z-index: 9999999;
  width: 30px;
  height: 30px;
  border: none;
  background-color: transparent;
  outline: none;
}
#closeBtn .closeBtn_bar {
  position: relative;
  width: 22px;
  height: 22px;
}
#closeBtn .closeBtn_bar:before, #closeBtn .closeBtn_bar:after {
  content: "";
}
#closeBtn .closeBtn_bar span, #closeBtn .closeBtn_bar:before, #closeBtn .closeBtn_bar:after {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 2px;
  margin: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
#closeBtn .closeBtn_bar span {
  opacity: 0;
  top: 0;
  bottom: 0;
}
#closeBtn .closeBtn_bar:before {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#closeBtn .closeBtn_bar:after {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#closeBtn .closeBtn_bar span, #closeBtn .closeBtn_bar:before, #closeBtn .closeBtn_bar:after {
  background-color: #fff;
}

#spMenu .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 220px;
  margin: 0 auto 25px;
}
#spMenu .logo a {
  display: inline-block;
}
#spMenu .logo img {
  width: 100%;
  height: auto;
}
#spMenu .list_menu {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
}
#spMenu .list_menu a {
  position: relative;
  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;
  width: 100%;
  min-height: 53px;
  text-align: center;
  padding: 10px 0;
}
#spMenu .bnr {
  padding: 0 20px;
  margin: 20px 0 0;
}
#spMenu .bnr img {
  width: 100%;
  height: auto;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■POPO UP
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#sec_popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999999;
}
#sec_popup .sec_popup_inner {
  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;
  width: 100%;
  height: 100%;
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  #sec_popup .sec_popup_inner {
    padding: 20px 5px;
    padding: 40px 5px;
  }
}
#sec_popup #popupOverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}
#sec_popup .popup_wrap {
  position: relative;
  max-width: 760px;
  width: 100%;
  padding: 30px 49px;
}
@media only screen and (max-height: 600px) {
  #sec_popup .popup_wrap {
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #sec_popup .popup_wrap {
    padding: 13px 10px;
    height: auto;
  }
}
#sec_popup #popup_close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  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;
  width: 60px;
  height: 60px;
  background: #000;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
@media only screen and (max-width: 767px) {
  #sec_popup #popup_close {
    width: 36px;
    height: 36px;
  }
}
#sec_popup #popup_close:hover {
  background-color: #222;
}
#sec_popup #popup_close button {
  outline: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}
#sec_popup #popup_close .btn_bar {
  position: relative;
  width: 27px;
  height: 27px;
}
#sec_popup #popup_close .btn_bar:before, #sec_popup #popup_close .btn_bar:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #fff;
  margin: auto;
}
#sec_popup #popup_close .btn_bar:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#sec_popup #popup_close .btn_bar:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#sec_popup .popup_main {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  padding: 37px 25px 40px;
}
@media only screen and (max-width: 767px) {
  #sec_popup .popup_main {
    height: auto;
    padding: 12px 12px 20px;
  }
}
#sec_popup .popup_main .img {
  padding: 0 9px;
  margin: 0 0 10px;
}
@media only screen and (max-width: 767px) {
  #sec_popup .popup_main .img {
    padding: 0;
  }
}
#sec_popup .popup_main .img img {
  width: 100%;
  height: auto;
}
#sec_popup .popup_main .detail {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7777777778;
}
@media only screen and (max-width: 767px) {
  #sec_popup .popup_main .detail {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
#sec_popup .popup_main .notes {
  color: #f20000;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5384615385;
  margin: 10px 0 0;
}
@media only screen and (max-width: 767px) {
  #sec_popup .popup_main .notes {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
#sec_popup .popup_main .notes li {
  text-indent: -1em;
  padding-left: 1em;
}
#sec_popup .btn {
  margin: 35px 0 0;
}
@media only screen and (max-width: 767px) {
  #sec_popup .btn {
    margin-top: 17px;
  }
}
#sec_popup .btn .release {
  text-align: center;
  color: #003db7;
  font-weight: 500;
  padding: 10px 0;
}
#sec_popup .btn .release span {
  position: relative;
  display: inline-block;
  padding: 0 18px;
}
#sec_popup .btn .release span:before, #sec_popup .btn .release span:after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 2px;
  height: 15px;
  background: #003db7;
}
#sec_popup .btn .release span:before {
  left: 0;
  -webkit-transform: rotateZ(-31deg);
          transform: rotateZ(-31deg);
}
#sec_popup .btn .release span:after {
  right: 0;
  -webkit-transform: rotateZ(31deg);
          transform: rotateZ(31deg);
}
#sec_popup .btn_entry {
  overflow: hidden;
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 460px;
  width: 100%;
  border-radius: 100px;
  margin: 0 auto;
}
#sec_popup .btn_entry .btn_inner {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 80px;
  background: #114cc0;
  border-radius: 100px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 767px) {
  #sec_popup .btn_entry .btn_inner {
    min-height: 66px;
    font-size: 1.9rem;
  }
}
#sec_popup .btn_entry .btn_inner:before {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #181879;
  -webkit-transform: scaleX(0.6) translateZ(0);
          transform: scaleX(0.6) translateZ(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: opacity 0.4s linear, -webkit-transform 0s cubic-bezier(0.4, 0, 0.1, 1) 0.4s;
  transition: opacity 0.4s linear, -webkit-transform 0s cubic-bezier(0.4, 0, 0.1, 1) 0.4s;
  transition: transform 0s cubic-bezier(0.4, 0, 0.1, 1) 0.4s, opacity 0.4s linear;
  transition: transform 0s cubic-bezier(0.4, 0, 0.1, 1) 0.4s, opacity 0.4s linear, -webkit-transform 0s cubic-bezier(0.4, 0, 0.1, 1) 0.4s;
}
#sec_popup .btn_entry .btn_inner:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  width: 11px;
  height: 17px;
  background: url(../img/arrow02.png) no-repeat left top;
  background-size: cover;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #sec_popup .btn_entry .btn_inner:after {
    right: 25px;
    height: 15px;
    background-position: right center;
    background-size: auto 100%;
  }
}
@media only screen and (min-width: 768px) {
  #sec_popup .btn_entry .btn_inner:hover:before {
    opacity: 1;
    -webkit-transform: scaleX(1) translateZ(0);
            transform: scaleX(1) translateZ(0);
    -webkit-transition: opacity 0.6s linear, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.6s linear, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s linear;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s linear, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
}
@media only screen and (min-width: 768px) {
  #sec_popup .btn_entry .btn_inner:hover:after {
    -webkit-animation-name: arrow_right2;
            animation-name: arrow_right2;
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}
#sec_popup .btn_entry span {
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  #sec_popup .btn_entry span {
    padding-bottom: 3px;
  }
}

@-webkit-keyframes arrow_right2 {
  0% {
    right: 40px;
    width: 11px;
    background-position: left top;
  }
  50% {
    right: 29px;
    width: 0;
    background-position: 11px top;
  }
  51% {
    right: 40px;
    width: 11px;
    background-position: -11px top;
  }
  100% {
    right: 40px;
    width: 11px;
    background-position: left top;
  }
}

@keyframes arrow_right2 {
  0% {
    right: 40px;
    width: 11px;
    background-position: left top;
  }
  50% {
    right: 29px;
    width: 0;
    background-position: 11px top;
  }
  51% {
    right: 40px;
    width: 11px;
    background-position: -11px top;
  }
  100% {
    right: 40px;
    width: 11px;
    background-position: left top;
  }
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■お問い合わせボタン
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page--kiyaku .btn_contact_link,
.page--order .btn_contact_link,
.page--support .btn_contact_link {
  display: none;
}

.btn_contact_link {
  padding: 112px 40px 77px;
}
@media only screen and (max-width: 767px) {
  .btn_contact_link {
    padding: 60px 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .btn_contact_link .innerWrap {
    width: 93.056%;
  }
}
.btn_contact_link a {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  padding: 0 84px;
}
@media only screen and (max-width: 767px) {
  .btn_contact_link a {
    display: block;
    padding: 0;
  }
}
.btn_contact_link a:before, .btn_contact_link a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
}
.btn_contact_link a:before {
  left: 0;
  right: 0;
  z-index: -1;
  background: url(../img/btn_bg.png) no-repeat center bottom #fe7b6a;
  background-size: cover;
  border-radius: 6px;
}
.btn_contact_link a:after {
  opacity: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  background: #e04e3b;
  background: #ad1804;
  border-radius: 6px;
  -webkit-transform: scaleX(0.6) translateZ(0);
          transform: scaleX(0.6) translateZ(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: opacity 0.4s linear, -webkit-transform 0s cubic-bezier(0.4, 0, 0.1, 1) 0.4s;
  transition: opacity 0.4s linear, -webkit-transform 0s cubic-bezier(0.4, 0, 0.1, 1) 0.4s;
  transition: transform 0s cubic-bezier(0.4, 0, 0.1, 1) 0.4s, opacity 0.4s linear;
  transition: transform 0s cubic-bezier(0.4, 0, 0.1, 1) 0.4s, opacity 0.4s linear, -webkit-transform 0s cubic-bezier(0.4, 0, 0.1, 1) 0.4s;
}
@media only screen and (min-width: 768px) {
  .btn_contact_link a:hover:after {
    opacity: 0.5;
    -webkit-transform: scaleX(1) translateZ(0);
            transform: scaleX(1) translateZ(0);
    -webkit-transition: opacity 0.36s linear, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.36s linear, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.36s linear;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.36s linear, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
}
.btn_contact_link .btn_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 230px;
  padding: 0 92px 0 0;
}
@media only screen and (max-width: 1199px) {
  .btn_contact_link .btn_inner {
    min-height: inherit;
    padding-right: 52px;
  }
}
@media only screen and (max-width: 1023px) {
  .btn_contact_link .btn_inner {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .btn_contact_link .btn_inner {
    display: block;
    padding: 13px 0;
  }
}
.btn_contact_link .btn_inner:before, .btn_contact_link .btn_inner:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
}
.btn_contact_link .btn_inner:before {
  right: 0;
  width: 92px;
  height: 92px;
  border: 1px solid #fff;
  border-radius: 100%;
  margin: auto -40px auto 0;
}
@media only screen and (max-width: 1023px) {
  .btn_contact_link .btn_inner:before {
    width: 62px;
    height: 62px;
    margin-right: -60px;
  }
}
@media only screen and (max-width: 767px) {
  .btn_contact_link .btn_inner:before {
    display: none;
  }
}
.btn_contact_link .btn_inner:after {
  right: 42px;
  width: 12px;
  height: 12px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: auto -40px auto 0;
}
@media only screen and (max-width: 1023px) {
  .btn_contact_link .btn_inner:after {
    margin-right: -32px;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .btn_contact_link .btn_inner:after {
    right: 12px;
    margin-right: 0;
  }
}
.btn_contact_link .img {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  max-width: 421px;
  margin: -43px 0 -26px;
}
@media only screen and (max-width: 1199px) {
  .btn_contact_link .img {
    width: 45%;
    margin: -43px 0 -26px -40px;
  }
}
@media only screen and (max-width: 767px) {
  .btn_contact_link .img {
    position: absolute;
    top: 46px;
    left: 8px;
    max-width: 65px;
    margin: 0;
  }
}
.btn_contact_link .img img {
  width: 100%;
  height: auto;
}
.btn_contact_link .text {
  width: 100%;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
  padding: 20px 0;
}
@media only screen and (max-width: 1023px) {
  .btn_contact_link .text {
    font-size: 1.9550342131vw;
  }
}
@media only screen and (max-width: 767px) {
  .btn_contact_link .text {
    font-size: 1.3rem;
    letter-spacing: 0;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .btn_contact_link .text > p:not(.copy) {
    text-align: left;
    padding: 0 10px 0 80px;
  }
}
.btn_contact_link .copy {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #ffe374;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 0 13px;
  margin: 0 0 6px;
}
@media only screen and (max-width: 767px) {
  .btn_contact_link .copy {
    font-size: 1.6rem;
    text-align: center;
    margin: 0 0 5px;
  }
}
.btn_contact_link .copy:before, .btn_contact_link .copy:after {
  content: "";
  position: absolute;
  bottom: 4px;
  display: block;
  width: 2px;
  height: 15px;
  background: #ffe374;
}
.btn_contact_link .copy:before {
  left: 0;
  -webkit-transform: rotateZ(-31deg);
          transform: rotateZ(-31deg);
}
.btn_contact_link .copy:after {
  right: 0;
  -webkit-transform: rotateZ(31deg);
          transform: rotateZ(31deg);
}
.btn_contact_link .hd {
  font-size: 3.6rem;
  margin: 0 0 3px;
}
@media only screen and (max-width: 1023px) {
  .btn_contact_link .hd {
    font-size: 3.5190615836vw;
  }
}
@media only screen and (max-width: 767px) {
  .btn_contact_link .hd {
    font-size: 2rem;
    margin: 0 0 1px;
  }
}
@media only screen and (max-width: 340px) {
  .btn_contact_link .hd {
    font-size: 5.8823529412vw;
  }
}

.btn_contact_link.mini {
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  .btn_contact_link.mini {
    padding: 0;
  }
}
.btn_contact_link.mini .btn_inner {
  padding: 0;
}
@media only screen and (min-width: 1200px) {
  .btn_contact_link.mini .btn_inner {
    min-height: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .btn_contact_link.mini .btn_inner {
    padding: 13px 0;
  }
}
.btn_contact_link.mini .img {
  position: absolute;
  top: 0;
  bottom: 0;
  max-width: 256px;
  width: 23.382%;
  margin: -34px 0 0;
}
@media only screen and (max-width: 1199px) {
  .btn_contact_link.mini .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 0 -40px;
  }
}
@media only screen and (min-width: 768px) {
  .btn_contact_link.mini .img {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .btn_contact_link.mini .img {
    max-width: 65px;
    margin: auto 0;
  }
}
.btn_contact_link.mini .hd {
  margin: 0 0 0;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■INDEX
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page--toppage #header {
  display: none;
}
@media only screen and (max-width: 767px) {
  .page--toppage #header {
    display: none !important;
  }
}
.page--toppage #container {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .page--toppage .menuBtn {
    display: none;
  }
}

#page_toppage {
  padding: 0;
}
#page_toppage .hd01 {
  text-align: center;
}
#page_toppage .hd01 .main {
  color: #181879;
  font-family: "Ubuntu", "Noto Sans JP";
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  #page_toppage .hd01 .main {
    font-size: 2.6rem;
  }
}
#page_toppage .sec_ttl {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #page_toppage .sec_ttl {
    font-size: 2rem;
  }
}
#page_toppage .sec_ttl strong {
  font-size: 120%;
}
#page_toppage .sec_block {
  padding: 112px 40px 98px;
}
@media only screen and (max-width: 767px) {
  #page_toppage .sec_block {
    padding: 60px 20px;
  }
}
#page_toppage .sec_block .hd01 {
  margin: 0 0 31px;
}
@media only screen and (max-width: 767px) {
  #page_toppage .sec_block .hd01 {
    margin-bottom: 25px;
  }
}
#page_toppage .sec_block .read {
  font-size: 1.6rem;
  line-height: 1.875;
  text-align: center;
  margin: 0 0 42px;
}
@media only screen and (max-width: 767px) {
  #page_toppage .sec_block .read {
    font-size: 1.5rem;
    line-height: 1.7272727273;
    text-align: left;
    margin: 0 0 35px;
  }
}
#page_toppage .sec_block div.notes {
  color: #f20000;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.875;
  text-align: left;
  margin: 10px 0 0;
}
@media only screen and (min-width: 768px) {
  #page_toppage .sec_block div.notes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#page_toppage .sec_block div.notes li {
  text-indent: -1em;
  padding-left: 1em;
}

/*-------------------------
  FV
-------------------------*/
@-webkit-keyframes arrow_bottom {
  0% {
    top: 0;
    height: 11px;
    background-position: left 0;
  }
  50% {
    top: 11px;
    height: 0;
    background-position: left 11px;
  }
  51% {
    top: -11px;
    height: 0;
    background-position: left -11px;
  }
  100% {
    top: 0;
    height: 11px;
    background-position: left 0;
  }
}
@keyframes arrow_bottom {
  0% {
    top: 0;
    height: 11px;
    background-position: left 0;
  }
  50% {
    top: 11px;
    height: 0;
    background-position: left 11px;
  }
  51% {
    top: -11px;
    height: 0;
    background-position: left -11px;
  }
  100% {
    top: 0;
    height: 11px;
    background-position: left 0;
  }
}
#sec_fv {
  overflow: hidden;
  position: relative;
  z-index: 0;
  background: #114cc0;
  color: #fff;
  padding: 100px 40px 48px;
  padding: 40px 40px 80px;
}
@media only screen and (max-width: 767px) {
  #sec_fv {
    padding: 67px 0 17px;
    padding: 30px 0 17px;
  }
}
#sec_fv:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 207px;
  height: 137px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  #sec_fv:before {
    height: 157px;
  }
}
@media only screen and (min-width: 768px) {
  #sec_fv .innerWrap {
    min-height: 535px;
  }
}
#sec_fv .img__pc {
  position: absolute;
  top: 0px;
  top: 51px;
  left: 472px;
  left: 502px;
  left: 562px;
  z-index: 0;
  width: 820px;
  width: 761px;
}
#sec_fv .img__pc img {
  width: 100%;
  height: auto;
}
#sec_fv .text {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 39px 0 0;
}
@media only screen and (max-width: 767px) {
  #sec_fv .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
#sec_fv .copy01 {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.8695652174;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media only screen and (max-width: 767px) {
  #sec_fv .copy01 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 2.4rem;
    line-height: 1.4;
    text-align: center;
    padding: 0 17px;
  }
}
@media only screen and (max-width: 375px) {
  #sec_fv .copy01 {
    font-size: 6.4vw;
  }
}
#sec_fv .copy02 {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.8695652174;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media only screen and (max-width: 767px) {
  #sec_fv .copy02 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: 1.8rem;
    line-height: 1.8125;
    text-align: center;
    padding: 0 17px;
  }
}
@media only screen and (max-width: 375px) {
  #sec_fv .copy02 {
    font-size: 4.8vw;
  }
}
#sec_fv .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 8.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 29px 0 30px;
  margin: 40px 0 40px;
}
@media only screen and (max-width: 767px) {
  #sec_fv .logo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 4.474rem;
    padding: 0 17px;
    margin: 16px 0;
  }
}
#sec_fv .logo small {
  font-size: 50%;
  padding-bottom: 11px;
  margin: 0 0 0 10px;
}
@media only screen and (max-width: 767px) {
  #sec_fv .logo small {
    font-size: 60%;
    padding-bottom: 7px;
    margin-left: 6px;
  }
}
@media only screen and (max-width: 375px) {
  #sec_fv .logo small {
    font-size: 6.9333333333vw;
  }
}
#sec_fv .logo img {
  max-width: 399px;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  #sec_fv .logo img {
    max-width: 266px;
    width: 74%;
  }
}
#sec_fv .feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.45;
}
@media only screen and (max-width: 767px) {
  #sec_fv .feature {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.5rem;
    margin: -50px 0 0;
    margin: 25px 0 10px;
  }
}
@media only screen and (max-width: 360px) {
  #sec_fv .feature {
    font-size: 4.1666666667vw;
  }
}
#sec_fv .feature li {
  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;
  width: 130px;
  height: 130px;
  background: #bcd7ff;
  border-radius: 100px;
  color: #114cc0;
  text-align: center;
  margin: 0 20px 0 0;
}
@media only screen and (max-width: 767px) {
  #sec_fv .feature li {
    width: 95.19px;
    height: 65px;
    height: 95.19px;
    margin-right: 13px;
  }
}
@media only screen and (max-width: 359px) {
  #sec_fv .feature li {
    width: 88px;
    height: 55px;
    margin-right: 8px;
  }
}
#sec_fv .feature li:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  #sec_fv .feature li:first-child,
  #sec_fv .feature li:last-child {
    font-size: 2rem;
  }
}
#sec_fv .feature strong {
  font-size: 140%;
}
#sec_fv .btn_entry {
  overflow: hidden;
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 460px;
  border-radius: 100px;
  margin: 40px 0 0;
}
@media only screen and (max-width: 767px) {
  #sec_fv .btn_entry {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    max-width: 325px;
    width: 100%;
    margin: 20px auto 0;
  }
}
#sec_fv .btn_entry .btn_inner {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 110px;
  background: #f96e5c;
  border-radius: 100px;
  /*
  &:after {
  	content: '';
  	position: absolute;
  	top: 0;
  	bottom: 0;
  	right: 32px;
  	width: 17px;
  	height: 11px;
  	background: url(../img/arrow01.png) no-repeat left top;
  	background-size: cover;
  	margin: auto 0;
  	@include maxW($maxW: $sp) {
  		right: 22px;
  	}
  }
  */
}
@media only screen and (max-width: 767px) {
  #sec_fv .btn_entry .btn_inner {
    min-height: 66px;
  }
}
#sec_fv .btn_entry .btn_inner:before {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #e04e3b;
  -webkit-transform: scaleX(0.6) translateZ(0);
          transform: scaleX(0.6) translateZ(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: opacity 0.4s linear, -webkit-transform 0s cubic-bezier(0.4, 0, 0.1, 1) 0.4s;
  transition: opacity 0.4s linear, -webkit-transform 0s cubic-bezier(0.4, 0, 0.1, 1) 0.4s;
  transition: transform 0s cubic-bezier(0.4, 0, 0.1, 1) 0.4s, opacity 0.4s linear;
  transition: transform 0s cubic-bezier(0.4, 0, 0.1, 1) 0.4s, opacity 0.4s linear, -webkit-transform 0s cubic-bezier(0.4, 0, 0.1, 1) 0.4s;
}
#sec_fv .btn_entry .btn_inner:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  width: 11px;
  height: 17px;
  background: url(../img/arrow02.png) no-repeat left top;
  background-size: cover;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #sec_fv .btn_entry .btn_inner:after {
    right: 25px;
    height: 15px;
    background-position: right center;
    background-size: auto 100%;
  }
}
#sec_fv .btn_entry .btn_inner:hover:before {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
          transform: scaleX(1) translateZ(0);
  -webkit-transition: opacity 0.6s linear, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.6s linear, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s linear;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s linear, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
#sec_fv .btn_entry .btn_inner:hover:after {
  -webkit-animation-name: arrow_right2;
          animation-name: arrow_right2;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#sec_fv .btn_entry .sub {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #ffe374;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0 13px;
  margin: 0 0 10px;
}
@media only screen and (max-width: 767px) {
  #sec_fv .btn_entry .sub {
    font-size: 1.2rem;
  }
}
#sec_fv .btn_entry .sub:before, #sec_fv .btn_entry .sub:after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 2px;
  height: 15px;
  background: #ffe374;
}
#sec_fv .btn_entry .sub:before {
  left: 0;
  -webkit-transform: rotateZ(-31deg);
          transform: rotateZ(-31deg);
}
#sec_fv .btn_entry .sub:after {
  right: 0;
  -webkit-transform: rotateZ(31deg);
          transform: rotateZ(31deg);
}
#sec_fv .btn_entry .main {
  position: relative;
  z-index: 1;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 767px) {
  #sec_fv .btn_entry .main {
    font-size: 1.9rem;
  }
}
#sec_fv .img__sp {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  /*
  @media only screen and (max-width: 384px) {
  	width: 384px;
  }
  */
}
@media only screen and (max-width: 767px) {
  #sec_fv .img__sp {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    min-height: 1px;
  }
}
@media only screen and (max-width: 371px) {
  #sec_fv .img__sp {
    width: 371px;
  }
}
#sec_fv .img__sp img {
  width: 100%;
  height: auto;
}

#sec_fv + .btn_contact_link.mini {
  padding-top: 0;
  padding-bottom: 52px;
}
@media only screen and (max-width: 767px) {
  #sec_fv + .btn_contact_link.mini {
    padding-top: 13px;
    padding-bottom: 30px;
  }
}

/*-------------------------
  お悩み
-------------------------*/
#sec_problem {
  position: relative;
  z-index: 0;
  overflow: hidden;
  background: url(../img/bg01.png) repeat left top;
  background-size: 11px auto;
  padding: 100px 40px 6.25vw;
}
@media only screen and (max-width: 1023px) {
  #sec_problem {
    padding: 60px 40px 6.25vw;
  }
}
@media only screen and (max-width: 767px) {
  #sec_problem {
    padding: 40px 20px 6.25vw;
  }
}
#sec_problem:before, #sec_problem:after {
  content: "";
  position: absolute;
  bottom: -1px;
  z-index: 0;
  border-top: 5.6vw solid transparent;
  border-top: 6.25vw solid transparent;
  padding-bottom: 1px;
}
#sec_problem:before {
  left: 0;
  border-left: 50vw solid #f9705c;
}
#sec_problem:after {
  right: 0;
  border-right: 50vw solid #f9705c;
}
#sec_problem .innerWrap {
  z-index: 1;
}
#sec_problem .sec_ttl {
  position: relative;
  max-width: 976px;
  max-width: 1060px;
  color: #003db7;
  padding: 0 130px 72px;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  #sec_problem .sec_ttl {
    padding: 0 0 33px 130px;
  }
}
@media only screen and (max-width: 767px) {
  #sec_problem .sec_ttl {
    text-align: left;
    padding: 0 0 18px 90px;
    padding: 0 0 18px 84px;
  }
}
#sec_problem .sec_ttl:before, #sec_problem .sec_ttl:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 162px;
  height: 122px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  #sec_problem .sec_ttl:before, #sec_problem .sec_ttl:after {
    width: 86px;
    height: 66px;
  }
}
#sec_problem .sec_ttl:before {
  left: 0;
  background-image: url(../img/index/problem_illust01__pc.png);
}
@media only screen and (max-width: 767px) {
  #sec_problem .sec_ttl:before {
    left: 13px;
    width: 58px;
    height: 85px;
    background-image: url(../img/index/problem_illust01__sp.png);
  }
}
#sec_problem .sec_ttl:after {
  right: 0;
  background-image: url(../img/index/problem_illust02__pc.png);
}
@media only screen and (max-width: 1023px) {
  #sec_problem .sec_ttl:after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #sec_problem .sec_ttl:after {
    display: block;
    top: -18px;
    top: -33px;
    bottom: auto;
    left: 253px;
    left: 288px;
    width: 45px;
    height: 45px;
    background-image: url(../img/index/problem_illust02__sp.png);
    background-position: right top;
    background-size: 100% auto;
  }
}
@media only screen and (max-width: 767px) and (max-width: 359px) {
  #sec_problem .sec_ttl:after {
    left: auto;
    right: -10px;
  }
}
#sec_problem .sec_ttl .inner {
  position: relative;
  display: inline;
  line-height: 1.4;
  padding: 42px 30px 0 34px;
}
@media only screen and (max-width: 767px) {
  #sec_problem .sec_ttl .inner {
    padding: 0;
    margin-right: -20px;
  }
}
@media only screen and (max-width: 359px) {
  #sec_problem .sec_ttl .inner {
    display: inline-block;
    padding-top: 10px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  #sec_problem .sec_ttl .inner:before, #sec_problem .sec_ttl .inner:after {
    display: none;
  }
}
#sec_problem .sec_ttl .inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 32px;
  background: url(../img/index/q01.png) no-repeat left top;
  background-size: cover;
}
#sec_problem .sec_ttl .inner:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 28px;
  height: 33px;
  background: url(../img/index/q02.png) no-repeat left top;
  background-size: cover;
}
#sec_problem .sec_ttl strong {
  color: #fb6745;
  line-height: 1;
}
#sec_problem .sec_ttl br.spCont {
  line-height: 1;
}
@media only screen and (max-width: 359px) {
  #sec_problem .sec_ttl br.spCont {
    display: none;
  }
}
#sec_problem .list_problem {
  margin: 0 0 46px;
}
@media only screen and (min-width: 768px) {
  #sec_problem .list_problem .list_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 -17px;
  }
}
#sec_problem .list_problem .list_item {
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 3px 3px 6px 0px rgba(0, 61, 183, 0.08);
          box-shadow: 3px 3px 6px 0px rgba(0, 61, 183, 0.08);
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.6842105263;
  text-align: center;
  margin: 0 0 17px;
}
@media only screen and (min-width: 768px) {
  #sec_problem .list_problem .list_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 419px;
    width: 32.735%;
  }
}
@media only screen and (max-width: 767px) {
  #sec_problem .list_problem .list_item {
    font-size: 1.5rem;
    margin-bottom: 6px;
  }
}
#sec_problem .list_problem .list_item .inner {
  width: 100%;
  padding: 15px 20px;
}
@media only screen and (min-width: 768px) {
  #sec_problem .list_problem .list_item .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 110px;
  }
}
@media only screen and (max-width: 767px) {
  #sec_problem .list_problem .list_item .inner {
    padding: 10px 20px;
  }
}
#sec_problem .list_problem .list_item strong {
  color: #fb6745;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  #sec_problem .list_problem .list_item:nth-of-type(1) {
    max-width: inherit;
    width: 100%;
  }
}

#sec_problem .fadeInDown .list_problem .list_item {
  visibility: visible;
  -webkit-animation-duration: 0.55s;
          animation-duration: 0.55s;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#sec_problem .fadeInDown .list_problem .list_item:nth-child(1) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}
#sec_problem .fadeInDown .list_problem .list_item:nth-child(2) {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}
#sec_problem .fadeInDown .list_problem .list_item:nth-child(3) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
#sec_problem .fadeInDown .list_problem .list_item:nth-child(4) {
  -webkit-animation-delay: 0.95s;
          animation-delay: 0.95s;
}
#sec_problem .fadeInDown .list_problem .list_item:nth-child(5) {
  -webkit-animation-delay: 1.15s;
          animation-delay: 1.15s;
}
#sec_problem .fadeInDown .list_problem .list_item:nth-child(6) {
  -webkit-animation-delay: 1.35s;
          animation-delay: 1.35s;
}
#sec_problem .fadeInDown .list_problem .list_item:nth-child(7) {
  -webkit-animation-delay: 1.55s;
          animation-delay: 1.55s;
}

/*-------------------------
  解決
-------------------------*/
#sec_solve {
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(#f9a460), to(#f9705c));
  background: linear-gradient(0deg, #f9a460 0%, #f9705c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9a460",endColorstr="#f9705c",GradientType=1);
  color: #fff;
  padding: 112px 40px 87px;
}
@media only screen and (max-width: 767px) {
  #sec_solve {
    padding: 40px 20px 50px;
  }
}
#sec_solve .sec_ttl {
  margin: 0 0 57px;
}
@media only screen and (max-width: 767px) {
  #sec_solve .sec_ttl {
    font-size: 2.4rem;
    margin-bottom: 25px;
  }
}
#sec_solve .sec_ttl .inner {
  position: relative;
  display: inline-block;
  line-height: 1.6;
  padding: 0 36px;
}
@media only screen and (max-width: 767px) {
  #sec_solve .sec_ttl .inner {
    display: block;
    padding: 0 20px;
  }
}
#sec_solve .sec_ttl .inner:before, #sec_solve .sec_ttl .inner:after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 15px;
  height: 36px;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media only screen and (max-width: 1023px) {
  #sec_solve .sec_ttl .inner:before, #sec_solve .sec_ttl .inner:after {
    top: 10px;
    width: 7px;
    height: auto;
    border-width: 1px;
  }
}
#sec_solve .sec_ttl .inner:before {
  left: 0;
  -webkit-transform: skew(25deg, 0deg);
          transform: skew(25deg, 0deg);
}
@media only screen and (max-width: 1023px) {
  #sec_solve .sec_ttl .inner:before {
    -webkit-transform: skew(15deg, 0deg);
            transform: skew(15deg, 0deg);
  }
}
#sec_solve .sec_ttl .inner:after {
  right: 0;
  -webkit-transform: skew(-25deg, 0deg);
          transform: skew(-25deg, 0deg);
}
@media only screen and (max-width: 1023px) {
  #sec_solve .sec_ttl .inner:after {
    -webkit-transform: skew(-15deg, 0deg);
            transform: skew(-15deg, 0deg);
  }
}
#sec_solve .sec_ttl strong {
  color: #ffe063;
  line-height: 1;
  margin: 0 0.25em;
}
#sec_solve .sec_ttl strong span {
  position: relative;
  display: inline-block;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  #sec_solve .sec_ttl strong span {
    padding-top: 8px;
    margin-top: 5px;
  }
}
#sec_solve .sec_ttl strong span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 7px;
  height: 7px;
  background: #ffe063;
  border-radius: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #sec_solve .sec_ttl strong span:before {
    width: 5px;
    height: 5px;
  }
}
#sec_solve .sec_ttl br.spCont {
  line-height: 1;
}
@media only screen and (max-width: 359px) {
  #sec_solve .sec_ttl br.spCont:last-of-type {
    display: none;
  }
}
#sec_solve .read {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.7272727273;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #sec_solve .read {
    font-size: 1.5rem;
    font-weight: 500;
  }
}
#sec_solve .list_solve {
  margin: 54px 0 0;
}
@media only screen and (max-width: 767px) {
  #sec_solve .list_solve {
    padding: 0 15px;
    margin-top: 45px;
  }
}
#sec_solve .list_solve .list_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: -53px;
}
@media only screen and (max-width: 767px) {
  #sec_solve .list_solve .list_wrap {
    margin-bottom: -20px;
  }
}
#sec_solve .list_solve .list_item {
  max-width: 418px;
  width: 32.657%;
  margin: 0 0 53px;
}
@media only screen and (max-width: 1024px) {
  #sec_solve .list_solve .list_item {
    width: 29%;
  }
}
@media only screen and (max-width: 767px) {
  #sec_solve .list_solve .list_item {
    max-width: inherit;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  #sec_solve .list_solve .list_item:last-child {
    margin-bottom: 0;
  }
}
#sec_solve .list_solve .list_item .img {
  display: block;
  max-width: 292px;
  margin: 0 auto 22px;
}
@media only screen and (max-width: 767px) {
  #sec_solve .list_solve .list_item .img {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    max-width: 116.8px;
    margin: 0 20px 0 0;
  }
}
#sec_solve .list_solve .list_item .img img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #sec_solve .list_solve .list_item .detail {
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  #sec_solve .list_solve .list_item .detail {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
#sec_solve .list_solve .list_item .hd {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.6363636364;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #sec_solve .list_solve .list_item .hd {
    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;
    min-height: 70px;
  }
}
@media only screen and (max-width: 767px) {
  #sec_solve .list_solve .list_item .hd {
    font-size: 1.6rem;
    text-align: left;
  }
}
#sec_solve .list_solve .list_item .text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7142857143;
  margin: 9px 0 0;
}
#sec_solve .btn01 {
  margin-top: 75px;
}
@media only screen and (max-width: 767px) {
  #sec_solve .btn01 {
    margin-top: 60px;
  }
}

#sec_solve + .btn_contact_link.mini {
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  #sec_solve + .btn_contact_link.mini {
    padding-top: 60px;
  }
}

#sec_solve .fadeInUp .list_solve .list_item {
  visibility: visible;
  -webkit-animation-duration: 0.35s;
          animation-duration: 0.35s;
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#sec_solve .fadeInUp .list_solve .list_item:nth-child(1) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}
#sec_solve .fadeInUp .list_solve .list_item:nth-child(2) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
#sec_solve .fadeInUp .list_solve .list_item:nth-child(3) {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}
#sec_solve .fadeInUp .list_solve .list_item:nth-child(4) {
  -webkit-animation-delay: 0.65s;
          animation-delay: 0.65s;
}
#sec_solve .fadeInUp .list_solve .list_item:nth-child(5) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
#sec_solve .fadeInUp .list_solve .list_item:nth-child(6) {
  -webkit-animation-delay: 0.85s;
          animation-delay: 0.85s;
}
#sec_solve .fadeInUp .list_solve .list_item:nth-child(7) {
  -webkit-animation-delay: 0.95s;
          animation-delay: 0.95s;
}

/*-------------------------
  サンプル
-------------------------*/
@-webkit-keyframes arrow_right25 {
  0% {
    right: 25px;
    width: 8px;
    background-position: left top;
  }
  50% {
    right: 17px;
    width: 0;
    background-position: 8px top;
  }
  51% {
    right: 25px;
    width: 8px;
    background-position: -8px top;
  }
  100% {
    right: 25px;
    width: 8px;
    background-position: left top;
  }
}
@keyframes arrow_right25 {
  0% {
    right: 25px;
    width: 8px;
    background-position: left top;
  }
  50% {
    right: 17px;
    width: 0;
    background-position: 8px top;
  }
  51% {
    right: 25px;
    width: 8px;
    background-position: -8px top;
  }
  100% {
    right: 25px;
    width: 8px;
    background-position: left top;
  }
}
.page--sample #header:before {
  background-color: #ebf4ff;
}
.page--sample #header.active:before {
  background-color: #fff;
}
.page--sample #header.active .logo:before {
  display: none;
}
.page--sample #header.active .logo img {
  opacity: 1;
}
.page--sample #header.active #header_nav {
  color: #003db7;
}
#page_sample .pageTitle {
  position: relative;
  z-index: 0;
}
#page_sample .pageTitle:before {
  content: "";
  position: absolute;
  top: -100vw;
  bottom: -100px;
  left: 0;
  right: 0;
  z-index: -1;
  background: #ebf4ff;
}
@media only screen and (max-width: 767px) {
  #page_sample .pageTitle:before {
    bottom: -40px;
  }
}

.sec_sample_list {
  padding: 80px 40px 115px;
}
@media only screen and (max-width: 767px) {
  .sec_sample_list {
    padding: 60px 20px 0;
  }
}
.sec_sample_list .innerWrap {
  max-width: 1100px;
}

.list_sample .list_item {
  margin: 170px 0 0;
}
@media only screen and (min-width: 768px) {
  .list_sample .list_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .list_sample .list_item {
    margin-top: 100px;
  }
}
.list_sample .list_item:first-child {
  margin-top: 0;
}
.list_sample .list_item .img {
  display: block;
  max-width: 564px;
  width: 51.274%;
  margin: 0 6% 0 0;
}
@media only screen and (max-width: 1023px) {
  .list_sample .list_item .img {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 42%;
  }
}
@media only screen and (max-width: 767px) {
  .list_sample .list_item .img {
    max-width: 282px;
    width: 80%;
    margin: 0 auto 30px;
  }
}
.list_sample .list_item .img img {
  width: 100%;
  height: auto;
}
.list_sample .list_item .main {
  width: 48.726%;
}
@media only screen and (max-width: 1023px) {
  .list_sample .list_item .main {
    width: 100%;
  }
}
.list_sample .list_item .title {
  color: #003db7;
  font-size: 4.6rem;
  font-weight: 700;
  margin: 0 0 40px;
}
@media only screen and (max-width: 767px) {
  .list_sample .list_item .title {
    font-size: 2.6rem;
    margin-bottom: 25px;
  }
}
.list_sample .list_item .title .num {
  font-size: 5.6rem;
}
@media only screen and (max-width: 767px) {
  .list_sample .list_item .title .num {
    font-size: 3.6rem;
  }
}
.list_sample .list_item .copy {
  color: #fb6745;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4545454545;
}
@media only screen and (max-width: 767px) {
  .list_sample .list_item .copy {
    font-size: 1.8rem;
  }
}
.list_sample .list_item .copy li {
  position: relative;
  padding-left: 25px;
  margin: 10px 0 0;
}
@media only screen and (max-width: 767px) {
  .list_sample .list_item .copy li {
    padding-left: 20px;
    margin-top: 5px;
  }
}
.list_sample .list_item .copy li:first-child {
  margin-top: 0;
}
.list_sample .list_item .copy li:before, .list_sample .list_item .copy li:after {
  content: "";
  position: absolute;
  background: #fb6745;
}
.list_sample .list_item .copy li:before {
  top: 15px;
  left: 0;
  width: 15px;
  height: 5px;
}
@media only screen and (max-width: 767px) {
  .list_sample .list_item .copy li:before {
    top: 12px;
    width: 12px;
    height: 4px;
  }
}
.list_sample .list_item .copy li:after {
  top: 10px;
  left: 5px;
  width: 5px;
  height: 15px;
}
@media only screen and (max-width: 767px) {
  .list_sample .list_item .copy li:after {
    top: 8px;
    left: 4px;
    width: 4px;
    height: 12px;
  }
}
.list_sample .list_item .text {
  font-size: 1.5rem;
  line-height: 2;
  margin: 30px 0 0;
}
@media only screen and (max-width: 767px) {
  .list_sample .list_item .text {
    margin-top: 20px;
  }
}
.list_sample .list_item .list_hashtag {
  margin: 5px 0 0;
}
.list_sample .list_item .list_hashtag li {
  display: inline-block;
  color: #003db7;
  font-size: 1.5rem;
  line-height: 2;
  margin: 0 10px 0 0;
}
.list_sample .list_item .list_hashtag li:before {
  content: "＃";
}
@media only screen and (min-width: 768px) {
  .list_sample .list_item:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 768px) {
  .list_sample .list_item:nth-child(odd) .img {
    margin: 0 0 0 6%;
  }
}
.list_sample .btn_wrap {
  margin: 30px 0 0;
}
@media only screen and (min-width: 1024px) {
  .list_sample .btn_wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -2% 0 0;
  }
}
.list_sample .btn_wrap ul > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  max-width: 300px;
  width: 49%;
  margin: 0 2% 0 0;
}
@media only screen and (max-width: 1023px) {
  .list_sample .btn_wrap ul > li {
    width: 100%;
    margin: 15px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .list_sample .btn_wrap ul > li {
    margin: 15px auto 0;
  }
}
.list_sample .btn_wrap ul > li:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .list_sample .btn_wrap ul > li:first-child {
    margin-top: 0;
  }
}
.list_sample .btn_wrap .btn_inner {
  min-height: 53px;
  font-size: 1.5rem;
}
.list_sample .btn_wrap .btn_inner:after {
  right: 25px;
}
.list_sample .btn_wrap .btn_inner:hover:after {
  -webkit-animation-name: arrow_right25;
          animation-name: arrow_right25;
}
.list_sample .btn_wrap .spCont {
  display: none;
}

.view_sp .list_sample .btn_wrap, .view_tablet .list_sample .btn_wrap {
  position: relative;
}
.view_sp .list_sample .btn_wrap:before, .view_tablet .list_sample .btn_wrap:before {
  content: "";
  position: absolute;
  top: 63px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ffe374 transparent;
  margin: 0 auto;
}
.view_sp .list_sample .btn_wrap:after, .view_tablet .list_sample .btn_wrap:after {
  content: "※PC版デモサイトをご覧になりたい方は、PCからアクセスしてください。";
  display: block;
  background: #ffe374;
  border-radius: 6px;
  color: #222222;
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 10px 20px;
  margin: 20px 0 0;
}
.view_sp .list_sample .btn_wrap .pcCont, .view_tablet .list_sample .btn_wrap .pcCont {
  display: none;
}
.view_sp .list_sample .btn_wrap .spCont, .view_tablet .list_sample .btn_wrap .spCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  #page_sample #sec_design_check {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 768px) {
  #page_sample #sec_design_check {
    color: #181879;
  }
}
@media only screen and (min-width: 768px) {
  #page_sample #sec_design_check:before {
    display: none;
  }
}

#page_toppage #sec_sample.sec_block {
  padding-bottom: 60px;
}
#page_toppage #sec_sample.sec_block ul {
  position: relative;
  z-index: 0;
}
@media only screen and (min-width: 768px) {
  #page_toppage #sec_sample.sec_block ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 0 44px;
    margin: 80px 0 0;
  }
}
#page_toppage #sec_sample.sec_block ul:before {
  content: "";
  position: absolute;
  top: 119px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #ecf4ff;
}
@media only screen and (max-width: 767px) {
  #page_toppage #sec_sample.sec_block ul:before {
    display: none;
  }
}
#page_toppage #sec_sample.sec_block ul li {
  position: relative;
  z-index: 0;
}
@media only screen and (min-width: 768px) {
  #page_toppage #sec_sample.sec_block ul li {
    max-width: 463px;
    width: 36.173%;
    margin-left: 58px;
  }
}
@media only screen and (max-width: 767px) {
  #page_toppage #sec_sample.sec_block ul li {
    text-align: center;
    padding: 0 0 30px;
    margin: 40px auto 0;
  }
}
#page_toppage #sec_sample.sec_block ul li:before {
  content: "";
  position: absolute;
  top: 119px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #ecf4ff;
}
@media only screen and (min-width: 768px) {
  #page_toppage #sec_sample.sec_block ul li:before {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  #page_toppage #sec_sample.sec_block ul li:first-child {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  #page_toppage #sec_sample.sec_block ul li:first-child {
    margin-top: 0;
  }
}
#page_toppage #sec_sample.sec_block ul img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  #page_toppage #sec_sample.sec_block ul img {
    max-width: 463px;
    width: 80%;
  }
}
#page_toppage #sec_sample.sec_block .btn01 {
  margin: 50px auto 0;
}

/*-------------------------
  料金プラン
-------------------------*/
#page_toppage #sec_plan .innerWrap {
  z-index: 0;
}
#page_toppage #sec_plan .innerWrap:before {
  content: "";
  position: absolute;
  top: -25px;
  top: 15px;
  left: 0;
  right: 0;
  z-index: -1;
  width: 960px;
  height: 194px;
  background: url(../img/index/plan_illust.png) no-repeat left top;
  background-size: 214px auto;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #page_toppage #sec_plan .innerWrap:before {
    display: none;
  }
}
#page_toppage #sec_plan .blk_plan {
  background: #ecf4ff;
  padding: 58px 40px 23px;
}
@media only screen and (max-width: 767px) {
  #page_toppage #sec_plan .blk_plan {
    padding: 30px 20px;
  }
}
#page_toppage #sec_plan .blk_plan .list_plan {
  max-width: 1100px;
  margin: 0 auto;
}
#page_toppage #sec_plan .blk_plan > .notes {
  max-width: 1100px;
  margin: 0 auto;
  font-size: 1.3rem;
  line-height: 1.7692307692;
  margin: 14px auto 0;
}
@media only screen and (max-width: 767px) {
  #page_toppage #sec_plan .blk_plan > .notes {
    margin: 0;
  }
}
#page_toppage #sec_plan .blk_plan > .notes li {
  text-indent: -1em;
  padding-left: 1em;
}
#page_toppage #sec_plan .blk_plan > .notes a {
  color: #0f89fb;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
#page_toppage #sec_plan .blk_plan > .notes a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
#page_toppage #sec_plan .list_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #page_toppage #sec_plan .list_wrap {
    display: block;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#page_toppage #sec_plan .list_wrap .list_item {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 3px 3px 6px 0px rgba(0, 61, 183, 0.08);
          box-shadow: 3px 3px 6px 0px rgba(0, 61, 183, 0.08);
  border-radius: 6px;
  padding: 55px 36px 35px;
}
@media only screen and (max-width: 1024px) {
  #page_toppage #sec_plan .list_wrap .list_item {
    padding: 55px 16px 35px;
  }
}
@media only screen and (min-width: 768px) {
  #page_toppage #sec_plan .list_wrap .list_item {
    width: 31.819%;
  }
}
@media only screen and (max-width: 767px) {
  #page_toppage #sec_plan .list_wrap .list_item {
    width: 100%;
    padding: 20px 25px 30px;
    margin: 0 0 30px;
  }
}
#page_toppage #sec_plan .list_wrap .list_item .ttl {
  max-width: 220px;
  border-bottom: 3px solid #f00;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  padding-bottom: 19px;
  margin: 0 auto 21px;
}
@media only screen and (max-width: 767px) {
  #page_toppage #sec_plan .list_wrap .list_item .ttl {
    max-width: inherit;
    border-width: 2px;
    font-size: 2rem;
    padding-bottom: 7px;
    margin-bottom: 17px;
  }
}
@media only screen and (min-width: 768px) {
  #page_toppage #sec_plan .list_wrap .list_item .detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 230px;
  }
}
#page_toppage #sec_plan .list_wrap .list_item .text {
  line-height: 1.75;
  font-weight: 500;
  margin: 0 0 38px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  #page_toppage #sec_plan .list_wrap .list_item .text {
    text-align: left;
    margin-bottom: 15px;
  }
}
#page_toppage #sec_plan .list_wrap .list_item .text strong {
  color: #f20000;
}
#page_toppage #sec_plan .list_wrap .list_item .price {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: auto 0 0;
}
@media only screen and (min-width: 768px) {
  #page_toppage #sec_plan .list_wrap .list_item .price {
    min-height: 70px;
  }
}
@media only screen and (max-width: 767px) {
  #page_toppage #sec_plan .list_wrap .list_item .price {
    font-size: 2.2rem;
  }
}
#page_toppage #sec_plan .list_wrap .list_item .price strong {
  font-family: "Ubuntu", "Noto Sans JP";
  font-size: 150%;
  font-style: italic;
  padding: 0 6px;
}
@media only screen and (max-width: 767px) {
  #page_toppage #sec_plan .list_wrap .list_item .price strong {
    padding: 0 6px;
  }
}
#page_toppage #sec_plan .list_wrap .list_item .price .sub {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 10px 0 0;
}
#page_toppage #sec_plan .list_wrap .list_item .notes {
  font-size: 1.3rem;
  line-height: 1.5384615385;
  margin: 46px 0 0;
  margin: 12px 0 0;
}
@media only screen and (max-width: 767px) {
  #page_toppage #sec_plan .list_wrap .list_item .notes {
    margin: 20px 0;
  }
}
#page_toppage #sec_plan .list_wrap .list_item .notes li {
  text-indent: -1em;
  padding-left: 1em;
}
#page_toppage #sec_plan .list_wrap .list_item .icon {
  opacity: 1;
  visibility: visible;
  position: absolute;
  top: -43px;
  left: -19px;
  width: 96px;
}
@media only screen and (max-width: 767px) {
  #page_toppage #sec_plan .list_wrap .list_item .icon {
    top: -23px;
    left: -20px;
    width: 64px;
  }
}
#page_toppage #sec_plan .list_wrap .list_item .icon img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  #page_toppage #sec_plan .list_wrap .list_item.lite {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
#page_toppage #sec_plan .list_wrap .list_item.lite .ttl {
  color: #5ab64a;
  border-color: #63b954;
}
#page_toppage #sec_plan .list_wrap .list_item.standard {
  border: 2px solid #f96e5c;
}
@media only screen and (max-width: 767px) {
  #page_toppage #sec_plan .list_wrap .list_item.standard {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
#page_toppage #sec_plan .list_wrap .list_item.standard .ttl {
  color: #1549b1;
  border-color: #1549b1;
}
@media only screen and (max-width: 767px) {
  #page_toppage #sec_plan .list_wrap .list_item.first {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
#page_toppage #sec_plan .list_wrap .list_item.first .ttl {
  color: #fb6745;
  border-color: #fb6745;
}

/*-------------------------
  プラン比較
-------------------------*/
#sec_plan_hikaku .img {
  text-align: center;
}
#sec_plan_hikaku .img img {
  max-width: 100%;
  height: auto;
  margin: auto;
}
#sec_plan_hikaku ul.notes {
  color: #727272;
  font-size: 1.3rem;
  line-height: 1.8;
  margin: 40px 0 60px;
}
@media only screen and (max-width: 767px) {
  #sec_plan_hikaku ul.notes {
    margin: 25px 0 40px;
  }
}
@media only screen and (min-width: 768px) {
  #sec_plan_hikaku dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#sec_plan_hikaku dl .hd {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  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;
  background: #1549b1;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  padding: 15px 30px;
}
@media only screen and (min-width: 768px) {
  #sec_plan_hikaku dl .hd {
    width: 240px;
  }
}
@media only screen and (max-width: 767px) {
  #sec_plan_hikaku dl .hd {
    padding: 15px 20px;
  }
}
#sec_plan_hikaku dl .main {
  width: 100%;
  background: #ecf4ff;
  font-size: 1.5rem;
  line-height: 1.8;
  padding: 15px 25px;
}
@media only screen and (max-width: 767px) {
  #sec_plan_hikaku dl .main {
    padding: 20px;
  }
}
#sec_plan_hikaku dl .main .notes {
  color: #727272;
  font-size: 1.3rem;
  margin: 15px 0 0;
}
#sec_plan_hikaku .btn01 {
  margin-top: 40px;
}

#page_toppage #sec_plan_hikaku {
  padding: 0 40px 100px;
}
@media only screen and (max-width: 767px) {
  #page_toppage #sec_plan_hikaku {
    padding: 0 20px 60px;
  }
}
#page_toppage #sec_plan_hikaku .innerWrap {
  max-width: 960px;
}
#page_toppage #sec_plan_hikaku .hd01 {
  margin: 0 0 50px;
}
@media only screen and (max-width: 767px) {
  #page_toppage #sec_plan_hikaku .hd01 {
    margin-bottom: 30px;
  }
}
#page_toppage #sec_plan_hikaku .hd01 .main {
  font-size: 2.4rem;
}
@media only screen and (max-width: 767px) {
  #page_toppage #sec_plan_hikaku .hd01 .main {
    font-size: 2rem;
    line-height: 1.5;
  }
}

#page_toppage #sec_plan_hikaku + .btn_contact_link.mini {
  padding-top: 0;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  #page_toppage #sec_plan_hikaku + .btn_contact_link.mini {
    padding-bottom: 60px;
  }
}

/*-------------------------
  お申し込みまでの流れ
-------------------------*/
#sec_flow {
  background: url(../img/index/flow_bg.png) no-repeat bottom center #1549b1;
  background-size: 100% auto;
}
#sec_flow .innerWrap:after {
  content: "";
  position: absolute;
  bottom: -54px;
  left: calc(100% - 219px);
  width: 219px;
  height: 242px;
  background: url(../img/index/flow_illust.png) 0 0 no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1200px) {
  #sec_flow .innerWrap:after {
    left: 82.352%;
    left: auto;
    right: 0;
    background-position: bottom right;
    background-size: 100% auto;
    width: 17.648%;
    max-width: 219px;
    width: 21%;
  }
}
@media only screen and (max-width: 767px) {
  #sec_flow .innerWrap:after {
    display: none;
  }
}
#sec_flow .hd01 .main {
  color: #fff;
}
#sec_flow .hd01 .sub {
  color: #b3c3ff;
}
#sec_flow .flow_illust {
  color: #fff;
  max-width: 960px;
  margin: 60px auto 0;
}
@media only screen and (max-width: 1023px) {
  #sec_flow .flow_illust {
    max-width: 552px;
  }
}
@media only screen and (max-width: 767px) {
  #sec_flow .flow_illust {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 560px) {
  #sec_flow .flow_illust {
    max-width: 90%;
  }
}
#sec_flow .flow_illust ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  #sec_flow .flow_illust ol {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -33px -30px;
  }
}
@media only screen and (max-width: 560px) {
  #sec_flow .flow_illust ol {
    margin-bottom: -15px;
  }
}
#sec_flow .flow_illust li {
  position: relative;
  max-width: 140px;
  width: 14.584%;
}
@media only screen and (max-width: 1023px) {
  #sec_flow .flow_illust li {
    width: 22.655%;
    margin: 0 5.34% 30px;
  }
}
@media only screen and (max-width: 560px) {
  #sec_flow .flow_illust li {
    margin-bottom: 15px;
  }
}
#sec_flow .flow_illust li .img {
  position: relative;
  display: block;
}
#sec_flow .flow_illust li .img:before {
  content: "";
  overflow: hidden;
  display: block;
  background: #fff;
  border-radius: 100%;
  padding-bottom: 100%;
}
#sec_flow .flow_illust li .img:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -40px;
  z-index: 10;
  width: 18px;
  height: 18px;
  border-bottom: 4px solid #99bcff;
  border-right: 4px solid #99bcff;
  -webkit-transform: rotate(-45deg) translate(-50%, 0);
          transform: rotate(-45deg) translate(-50%, 0);
  margin-top: -13px;
}
@media only screen and (max-width: 1023px) {
  #sec_flow .flow_illust li .img:after {
    left: -28.58%;
  }
}
@media only screen and (max-width: 560px) {
  #sec_flow .flow_illust li .img:after {
    width: 14px;
    height: 14px;
    border-width: 3px;
  }
}
#sec_flow .flow_illust li .img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
}
#sec_flow .flow_illust li .text {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin: 20px 0 0;
}
@media only screen and (max-width: 340px) {
  #sec_flow .flow_illust li .text {
    font-size: 4.4117647059vw;
  }
}
#sec_flow .flow_illust li:first-child .img:after {
  display: none;
}
#sec_flow .flow_illust.fadeInUp {
  -webkit-animation: none;
          animation: none;
  visibility: visible;
  opacity: 1;
}
#sec_flow .flow_illust.fadeInUp li {
  visibility: visible;
  -webkit-animation-duration: 0.35s;
          animation-duration: 0.35s;
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#sec_flow .flow_illust.fadeInUp li:nth-child(1) {
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}
#sec_flow .flow_illust.fadeInUp li:nth-child(2) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
#sec_flow .flow_illust.fadeInUp li:nth-child(3) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
#sec_flow .flow_illust.fadeInUp li:nth-child(4) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}
#sec_flow .flow_illust.fadeInUp li:nth-child(5) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
#sec_flow .flow_detail {
  max-width: 960px;
  margin: 45px auto 0;
}
@media only screen and (max-width: 767px) {
  #sec_flow .flow_detail {
    margin-top: 40px;
  }
}
#sec_flow .flow_detail ol > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 6px;
  padding: 10px 60px 10px 0;
  margin: 24px 0 0;
}
@media only screen and (max-width: 767px) {
  #sec_flow .flow_detail ol > li {
    display: block;
    padding: 15px 30px 15px 50px;
  }
}
#sec_flow .flow_detail ol > li:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 179px;
  width: 14px;
  height: 14px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  #sec_flow .flow_detail ol > li:before {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
#sec_flow .flow_detail ol > li:first-child {
  margin-top: 0;
}
#sec_flow .flow_detail ol > li:first-child:before {
  display: none;
}
#sec_flow .flow_detail .num {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 67px;
  color: #f96e5c;
  font-family: "Ubuntu", "Noto Sans JP";
  font-weight: 500;
  font-size: 3.2rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #sec_flow .flow_detail .num {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50px;
    font-size: 2.8rem;
    padding: 21px 0 0;
  }
}
#sec_flow .flow_detail .ttl {
  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-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  max-width: 240px;
  width: 100%;
  min-height: 90px;
  background: #ebf4ff;
  color: #003db7;
  font-size: 2rem;
  font-weight: 700;
  padding: 10px 15px;
  margin: 0 30px 0 0;
}
@media only screen and (max-width: 767px) {
  #sec_flow .flow_detail .ttl {
    min-height: inherit;
    display: inline-block;
    width: auto;
    font-size: 1.8rem;
    margin: 0 0 10px;
  }
}
#sec_flow .flow_detail .text {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 100%;
  color: #003db7;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  #sec_flow .flow_detail .text {
    line-height: 1.8571428571;
  }
}
#sec_flow .flow_detail .text .notes {
  font-size: 85%;
}
#sec_flow .flow_detail.fadeInDown li {
  visibility: visible;
  -webkit-animation-duration: 0.35s;
          animation-duration: 0.35s;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#sec_flow .flow_detail.fadeInDown li:nth-child(1) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}
#sec_flow .flow_detail.fadeInDown li:nth-child(2) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
#sec_flow .flow_detail.fadeInDown li:nth-child(3) {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}
#sec_flow .flow_detail.fadeInDown li:nth-child(4) {
  -webkit-animation-delay: 0.65s;
          animation-delay: 0.65s;
}
#sec_flow .flow_detail.fadeInDown li:nth-child(5) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
#sec_flow .btn02 {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  #sec_flow .btn02 {
    margin-top: 40px;
  }
}

/*-------------------------
  よくあるご質問
-------------------------*/
.nav_category {
  padding: 0 40px;
  margin: 0 0 80px;
}
@media only screen and (max-width: 767px) {
  .nav_category {
    padding: 0 20px;
    margin-bottom: 40px;
  }
}
.nav_category .list_category ul {
  font-size: 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .nav_category .list_category ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.nav_category .list_category li {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  min-width: 160px;
  margin: 0 5px 10px;
}
@media only screen and (max-width: 767px) {
  .nav_category .list_category li {
    width: 48%;
    min-width: inherit;
    margin: 0 0 10px;
  }
}
.nav_category .list_category a {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 56px;
  background: #ebf4ff;
  color: #003db7;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 0 50px;
}
@media only screen and (max-width: 767px) {
  .nav_category .list_category a {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
    font-size: 1.5rem;
    padding: 15px 25px 15px 15px;
  }
}
@media only screen and (max-width: 320px) {
  .nav_category .list_category a {
    font-size: 4.6875vw;
  }
}
.nav_category .list_category a:before {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #bbd7fe;
  -webkit-transform: scaleY(0.6) translateZ(0);
          transform: scaleY(0.6) translateZ(0);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: opacity 0.4s linear, -webkit-transform 0s cubic-bezier(0.4, 0, 0.1, 1) 0.4s;
  transition: opacity 0.4s linear, -webkit-transform 0s cubic-bezier(0.4, 0, 0.1, 1) 0.4s;
  transition: transform 0s cubic-bezier(0.4, 0, 0.1, 1) 0.4s, opacity 0.4s linear;
  transition: transform 0s cubic-bezier(0.4, 0, 0.1, 1) 0.4s, opacity 0.4s linear, -webkit-transform 0s cubic-bezier(0.4, 0, 0.1, 1) 0.4s;
}
.nav_category .list_category a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 17px;
  height: 11px;
  background: url(../img/arrow01_b.png) no-repeat left top;
  background-size: cover;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  .nav_category .list_category a:after {
    right: 10px;
    width: 12px !important;
    height: 7px !important;
  }
}
.nav_category .list_category a:hover:before {
  opacity: 1;
  -webkit-transform: scaleY(1.2) translateZ(0);
          transform: scaleY(1.2) translateZ(0);
  -webkit-transition: opacity 0.6s linear, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.6s linear, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s linear;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s linear, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.nav_category .list_category a:hover:after {
  -webkit-animation-name: arrow_bottom;
          animation-name: arrow_bottom;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.nav_category .list_category span {
  position: relative;
  z-index: 1;
}

#sec_faq .list_faq {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
#sec_faq .list_faq div {
  margin: 20px 0 0;
}
#sec_faq .list_faq div:first-child {
  margin-top: 0;
}
#sec_faq .list_faq .faq_q, #sec_faq .list_faq .faq_a {
  position: relative;
}
#sec_faq .list_faq .faq_q > *:before, #sec_faq .list_faq .faq_a > *:before {
  position: absolute;
  top: 0;
  left: 29px;
  font-family: "Ubuntu", "Noto Sans JP";
  font-weight: 500;
  font-size: 2.4rem;
}
@media only screen and (max-width: 767px) {
  #sec_faq .list_faq .faq_q > *:before, #sec_faq .list_faq .faq_a > *:before {
    left: 20px;
  }
}
#sec_faq .list_faq .faq_q {
  cursor: pointer;
  background: #ebf4ff;
  color: #003db7;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  padding: 17px 67px 17px 76px;
}
@media only screen and (max-width: 767px) {
  #sec_faq .list_faq .faq_q {
    line-height: 1.8571428571;
  }
}
@media only screen and (max-width: 767px) {
  #sec_faq .list_faq .faq_q {
    font-size: 1.6rem;
    padding: 17px 50px 17px 55px;
  }
}
#sec_faq .list_faq .faq_q:before, #sec_faq .list_faq .faq_q:after {
  content: "";
  position: absolute;
  top: 34px;
  right: 27px;
  width: 20px;
  height: 2px;
  background: #003db7;
}
#sec_faq .list_faq .faq_q:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
#sec_faq .list_faq .faq_q > *:before {
  content: "Q.";
  top: 10px;
}
#sec_faq .list_faq .faq_q.active:after {
  opacity: 0;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
#sec_faq .list_faq .faq_a {
  display: none;
}
#sec_faq .list_faq .faq_a > * {
  border: 1px solid #bbd7fe;
  border-top: none;
  padding: 20px 50px 20px 76px;
}
@media only screen and (max-width: 767px) {
  #sec_faq .list_faq .faq_a > * {
    padding: 20px 30px 20px 55px;
  }
}
#sec_faq .list_faq .faq_a > *:before {
  content: "A.";
  top: 12px;
  color: #f96e5c;
}
#sec_faq .list_faq .entry {
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  #sec_faq .list_faq .entry {
    line-height: 1.8571428571;
  }
}
#sec_faq .btn01 {
  margin-top: 60px;
}

#page_toppage #sec_faq {
  padding: 112px 40px 0;
}
@media only screen and (max-width: 767px) {
  #page_toppage #sec_faq {
    padding: 112px 20px 0;
  }
}

#page_faq {
  padding-bottom: 43px;
}

#page_faq #sec_faq {
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  #page_faq #sec_faq {
    padding: 0 20px;
  }
}
#page_faq #sec_faq .hd01 {
  line-height: 1.5;
  padding: 20px 0 30px;
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  #page_faq #sec_faq .hd01 {
    padding: 20px 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  #page_faq #sec_faq .hd01 .main {
    font-size: 2.4rem;
  }
}

/*-------------------------
  お申し込み
-------------------------*/
#page_toppage #sec_entry {
  background: #ecf4ff;
}
#page_toppage #sec_entry .hd01 .release {
  text-align: center;
  color: #181879;
  font-weight: 500;
  padding: 10px 0;
  margin: 0 0 5px;
}
#page_toppage #sec_entry .hd01 .release span {
  position: relative;
  display: inline-block;
  padding: 0 18px;
}
#page_toppage #sec_entry .hd01 .release span:before, #page_toppage #sec_entry .hd01 .release span:after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 2px;
  height: 15px;
  background: #181879;
}
#page_toppage #sec_entry .hd01 .release span:before {
  left: 0;
  -webkit-transform: rotateZ(-31deg);
          transform: rotateZ(-31deg);
}
#page_toppage #sec_entry .hd01 .release span:after {
  right: 0;
  -webkit-transform: rotateZ(31deg);
          transform: rotateZ(31deg);
}
#page_toppage #sec_entry .read {
  max-width: 830px;
  margin: 0 auto 60px !important;
}
@media only screen and (max-width: 767px) {
  #page_toppage #sec_entry .read {
    margin-bottom: 40px !important;
  }
}
#page_toppage #sec_entry .read .notes {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: inherit;
  text-align: left !important;
  border: 1px solid #f20000;
  padding: 10px 25px;
  margin: 30px auto;
}
@media only screen and (max-width: 767px) {
  #page_toppage #sec_entry .read .notes {
    display: block;
    padding: 15px 20px 20px;
  }
}
#page_toppage #sec_entry .read .notes .hd {
  font-size: 1.5rem;
  font-weight: 700;
  width: 20%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media only screen and (max-width: 767px) {
  #page_toppage #sec_entry .read .notes .hd {
    width: auto;
    margin: 0 0 5px;
  }
}
#page_toppage #sec_entry .read2 {
  font-size: 1.6rem;
  line-height: 1.875;
  max-width: 850px;
  text-align: left !important;
  margin: 0 auto;
}
#page_toppage #sec_entry .read2 + div.notes {
  display: block;
  max-width: 850px;
  margin: 10px auto 42px;
}
#page_toppage #sec_entry .read2 + div.notes .hd {
  font-size: 1.5rem;
  font-weight: 700;
}
#mailformpro input[type=email],
#mailformpro input[type=number],
#mailformpro input[type=password],
#mailformpro input[type=tel],
#mailformpro input[type=text],
#mailformpro input[type=url],
#mailformpro textarea {
  width: 100%;
  height: 40px;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  padding: 5px;
}
@media only screen and (max-width: 767px) {
  #mailformpro input[type=email],
  #mailformpro input[type=number],
  #mailformpro input[type=password],
  #mailformpro input[type=tel],
  #mailformpro input[type=text],
  #mailformpro input[type=url],
  #mailformpro textarea {
    font-size: 1.5rem;
  }
}
#mailformpro textarea {
  height: 120px;
}
#mailformpro input[type=checkbox] + label,
#mailformpro input[type=radio] + label {
  margin: 0;
}
#mailformpro .mfp_err {
  color: #f00;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
}

._container {
  max-width: 830px;
  max-width: 840px;
  margin: 0 auto;
}
#mailformpro .form_item {
  overflow: hidden;
  padding: 0;
}
#mailformpro .form_item textarea:disabled,
#mailformpro .form_item input:disabled {
  background: none !important;
  border: none !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  resize: none !important;
}
#mailformpro .form_item textarea:disabled:-webkit-autofill,
#mailformpro .form_item input:disabled:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #ecf4ff inset;
}
#mailformpro .form_item textarea:disabled:-moz-placeholder-shown, #mailformpro .form_item input:disabled:-moz-placeholder-shown {
  color: transparent !important;
  display: none !important;
}
#mailformpro .form_item textarea:disabled:-ms-input-placeholder, #mailformpro .form_item input:disabled:-ms-input-placeholder {
  color: transparent !important;
  display: none !important;
}
#mailformpro .form_item textarea:disabled:placeholder-shown,
#mailformpro .form_item input:disabled:placeholder-shown {
  color: transparent !important;
  display: none !important;
}
#mailformpro .form_item .item_title {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 100%;
  color: #122fa7;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 0 0 10px;
}
@media only screen and (max-width: 767px) {
  #mailformpro .form_item .item_title {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 359px) {
  #mailformpro .form_item .item_title {
    font-size: 4.1782729805vw;
  }
}
#mailformpro .form_item input[type=checkbox],
#mailformpro .form_item input[type=radio] {
  display: none;
  margin-left: 0;
}
#mailformpro .form_item input[type=checkbox] + label,
#mailformpro .form_item input[type=radio] + label {
  float: left;
  clear: left;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: auto;
  max-width: 100%;
  font-weight: 500;
  text-align: left;
  padding: 0 0 0 20px;
  margin: 0 20px 7px 0;
}
@media only screen and (max-width: 375px) {
  #mailformpro .form_item input[type=checkbox] + label,
  #mailformpro .form_item input[type=radio] + label {
    font-size: 4vw;
  }
}
#mailformpro .form_item input[type=checkbox] + label:before, #mailformpro .form_item input[type=checkbox] + label:after,
#mailformpro .form_item input[type=radio] + label:before,
#mailformpro .form_item input[type=radio] + label:after {
  content: "";
  position: absolute;
  display: block;
}
#mailformpro .form_item input[type=checkbox] + label:before,
#mailformpro .form_item input[type=radio] + label:before {
  top: 3px;
  left: 0;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #ccc;
}
#mailformpro .form_item input[type=checkbox] + label:after,
#mailformpro .form_item input[type=radio] + label:after {
  opacity: 0;
}
#mailformpro .form_item input[type=checkbox] + label:after {
  top: 5px;
  bottom: 2px;
  left: 5px;
  width: 6px;
  height: 10px;
  border-bottom: 2px solid #122fa7;
  border-right: 2px solid #122fa7;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
#mailformpro .form_item input[type=radio] + label:before, #mailformpro .form_item input[type=radio] + label:after {
  border-radius: 100%;
}
#mailformpro .form_item input[type=radio] + label:after {
  top: 7px;
  left: 4px;
  width: 8px;
  height: 8px;
  background: #122fa7;
}
#mailformpro .form_item input[type=checkbox]:checked + label:after,
#mailformpro .form_item input[type=radio]:checked + label:after {
  opacity: 1;
}
#mailformpro .form_item .required {
  background: #fb6745;
  border-radius: 0;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  padding: 4px 12px;
  margin: 0 0 0 10px;
}
@media only screen and (max-width: 767px) {
  #mailformpro .form_item .required {
    position: static;
    padding: 3px 6px;
    margin-left: 8px;
  }
}
@media only screen and (max-width: 359px) {
  #mailformpro .form_item .required {
    font-size: 3.3426183844vw;
  }
}
#mailformpro a,
#mailformpro a:visited {
  color: #0091e4;
}
#mailformpro .form_privacy {
  font-size: 1.4rem;
  margin: 60px 0 0;
}
@media only screen and (max-width: 767px) {
  #mailformpro .form_privacy {
    margin: 35px 0 0;
  }
}
#mailformpro .form_privacy input:disabled {
  background: none !important;
  border: none !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  resize: none !important;
}
#mailformpro .form_privacy input:disabled:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #ecf4ff inset;
}
#mailformpro .form_privacy input:disabled:-moz-placeholder-shown {
  color: transparent !important;
  display: none !important;
}
#mailformpro .form_privacy input:disabled:-ms-input-placeholder {
  color: transparent !important;
  display: none !important;
}
#mailformpro .form_privacy input:disabled:placeholder-shown {
  color: transparent !important;
  display: none !important;
}
#mailformpro .form_privacy input:disabled + label {
  color: rgba(18, 47, 167, 0.5);
}
#mailformpro .form_privacy input:disabled + label:before, #mailformpro .form_privacy input:disabled + label:after {
  opacity: 0.5;
}
#mailformpro .form_privacy .text {
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: center;
}
#mailformpro .form_privacy .form_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: block;
  padding: 0;
  margin: 15px 0 0;
}
@media only screen and (max-width: 767px) {
  #mailformpro .form_privacy .form_item {
    margin: 15px 0 0;
  }
}
#mailformpro .form_privacy .form_item label {
  float: none;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  #mailformpro .form_privacy .form_item label:before {
    top: 6px;
  }
}
@media only screen and (min-width: 768px) {
  #mailformpro .form_privacy .form_item label:after {
    top: 8px;
  }
}
#mailformpro .form_privacy .form_item .required {
  position: static;
  margin-left: 5px;
}
#mailformpro .form_privacy a {
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
#mailformpro .form_privacy a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
#mailformpro input[type=email],
#mailformpro input[type=number],
#mailformpro input[type=password],
#mailformpro input[type=tel],
#mailformpro input[type=text],
#mailformpro input[type=url],
#mailformpro textarea {
  height: 55px;
  background-color: #fff;
  border: 1px solid #cbddf6;
  border-radius: 3px;
  padding: 5px 10px;
}
@media only screen and (max-width: 767px) {
  #mailformpro input[type=email],
  #mailformpro input[type=number],
  #mailformpro input[type=password],
  #mailformpro input[type=tel],
  #mailformpro input[type=text],
  #mailformpro input[type=url],
  #mailformpro textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 40px;
    padding: 5px 10px;
  }
}
#mailformpro input[type=email]:-moz-placeholder-shown, #mailformpro input[type=number]:-moz-placeholder-shown, #mailformpro input[type=password]:-moz-placeholder-shown, #mailformpro input[type=tel]:-moz-placeholder-shown, #mailformpro input[type=text]:-moz-placeholder-shown, #mailformpro input[type=url]:-moz-placeholder-shown, #mailformpro textarea:-moz-placeholder-shown {
  color: #b7c6da !important;
}
#mailformpro input[type=email]:-ms-input-placeholder, #mailformpro input[type=number]:-ms-input-placeholder, #mailformpro input[type=password]:-ms-input-placeholder, #mailformpro input[type=tel]:-ms-input-placeholder, #mailformpro input[type=text]:-ms-input-placeholder, #mailformpro input[type=url]:-ms-input-placeholder, #mailformpro textarea:-ms-input-placeholder {
  color: #b7c6da !important;
}
#mailformpro input[type=email]:placeholder-shown,
#mailformpro input[type=number]:placeholder-shown,
#mailformpro input[type=password]:placeholder-shown,
#mailformpro input[type=tel]:placeholder-shown,
#mailformpro input[type=text]:placeholder-shown,
#mailformpro input[type=url]:placeholder-shown,
#mailformpro textarea:placeholder-shown {
  color: #b7c6da !important;
}
#mailformpro input[type=email]::-webkit-input-placeholder,
#mailformpro input[type=number]::-webkit-input-placeholder,
#mailformpro input[type=password]::-webkit-input-placeholder,
#mailformpro input[type=tel]::-webkit-input-placeholder,
#mailformpro input[type=text]::-webkit-input-placeholder,
#mailformpro input[type=url]::-webkit-input-placeholder,
#mailformpro textarea::-webkit-input-placeholder {
  color: #b7c6da !important;
}
#mailformpro input[type=email]:-moz-placeholder,
#mailformpro input[type=number]:-moz-placeholder,
#mailformpro input[type=password]:-moz-placeholder,
#mailformpro input[type=tel]:-moz-placeholder,
#mailformpro input[type=text]:-moz-placeholder,
#mailformpro input[type=url]:-moz-placeholder,
#mailformpro textarea:-moz-placeholder {
  color: #b7c6da !important;
  opacity: 1;
}
#mailformpro input[type=email]::-moz-placeholder,
#mailformpro input[type=number]::-moz-placeholder,
#mailformpro input[type=password]::-moz-placeholder,
#mailformpro input[type=tel]::-moz-placeholder,
#mailformpro input[type=text]::-moz-placeholder,
#mailformpro input[type=url]::-moz-placeholder,
#mailformpro textarea::-moz-placeholder {
  color: #b7c6da !important;
  opacity: 1;
}
#mailformpro input[type=email]:-ms-input-placeholder,
#mailformpro input[type=number]:-ms-input-placeholder,
#mailformpro input[type=password]:-ms-input-placeholder,
#mailformpro input[type=tel]:-ms-input-placeholder,
#mailformpro input[type=text]:-ms-input-placeholder,
#mailformpro input[type=url]:-ms-input-placeholder,
#mailformpro textarea:-ms-input-placeholder {
  color: #b7c6da !important;
}
#mailformpro textarea {
  height: 179px;
}
@media only screen and (max-width: 767px) {
  #mailformpro textarea {
    height: 140px;
  }
}
#mailformpro select {
  height: 55px;
  background: #fff;
  border: 1px solid #cbddf6;
  border-radius: 3px;
  font-size: 1.5rem;
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  #mailformpro select {
    height: 40px;
    font-size: 1.5rem;
  }
}
#mailformpro input[type=email].problem,
#mailformpro input[type=number].problem,
#mailformpro input[type=password].problem,
#mailformpro input[type=tel].problem,
#mailformpro input[type=text].problem,
#mailformpro input[type=url].problem,
#mailformpro textarea.problem {
  background-color: #fcc;
}

#mailformpro .form_wrap > .form_item:not(:first-child) {
  margin-top: 16px;
}
#mailformpro .form_item {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  #mailformpro .form_item {
    padding-left: 250px;
  }
}
#mailformpro .form_item .item_title {
  padding: 13px 80px 13px 0;
}
@media only screen and (min-width: 768px) {
  #mailformpro .form_item .item_title {
    max-width: 250px;
    text-align: right;
    margin-left: -250px;
  }
}
@media only screen and (max-width: 767px) {
  #mailformpro .form_item .item_title {
    padding: 0 0 10px;
  }
}
#mailformpro .form_item .item_main {
  width: 100%;
}
#mailformpro .form_item .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#mailformpro .form_item .flex > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#mailformpro .form_item .flex > *:not(:first-child) {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  #mailformpro .form_item .flex > *:not(:first-child) {
    margin-left: 2%;
  }
}
#mailformpro .form_item .required {
  position: absolute;
  top: 15px;
  right: 19px;
}
@media only screen and (max-width: 767px) {
  #mailformpro .form_item .required {
    position: static;
  }
}
#mailformpro .form_item #pay {
  color: #122fa7;
}
@media only screen and (min-width: 768px) {
  #mailformpro .form_item #pay {
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.4;
  }
}
@media only screen and (min-width: 768px) {
  #mailformpro .form_item #pay li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 55px;
  }
}

table#mfp_confirm_table {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  table#mfp_confirm_table {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  table#mfp_confirm_table tr {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  table#mfp_confirm_table tr:not(:first-child) {
    margin-top: 2em;
  }
}
@media only screen and (max-width: 767px) {
  table#mfp_confirm_table tr > * {
    font-size: 1.5rem;
  }
}
table#mfp_confirm_table tr th {
  width: 200px;
  vertical-align: top;
  color: #122fa7;
  font-weight: bold;
  line-height: 1.5em;
}
@media only screen and (max-width: 767px) {
  table#mfp_confirm_table tr th {
    width: auto;
    padding: 0;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  table#mfp_confirm_table tr td {
    padding: 0;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■DEMO
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*
body{
	min-width: 3000px;
	padding-top: 100px;
	padding-bottom: 500px;
	@include maxW($maxW: $sp) {
		min-width: 375px;
	}
}
*/
.page--demo #sec_popup {
  display: none;
}
.page--demo #header {
  position: static;
  background: #ecf4ff;
}
@media only screen and (max-width: 767px) {
  .page--demo #header {
    display: block;
    text-align: center;
  }
}
.page--demo #header .innerWrap {
  max-width: inherit;
}
@media only screen and (min-width: 768px) {
  .page--demo #header .innerWrap {
    /*
    display: flex;
    align-items: center;
    */
  }
}
@media only screen and (min-width: 768px) {
  .page--demo #header .logo {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    margin-right: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .page--demo #header .logo {
    max-width: 180px;
    margin: 0 auto 20px;
  }
}
.page--demo #header .text {
  /*
  color: #353535;
  font-family: $en;
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  @include maxW($maxW: $sp) {
  	font-size: 2.0rem;
  }
  */
  color: #181879;
  font-family: "Ubuntu", "Noto Sans JP";
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 0 40px;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 767px) {
  .page--demo #header .text {
    font-size: 2.4rem;
    padding: 0 20px;
    margin-bottom: 0;
  }
}

.demo-select select {
  display: block;
  max-width: 400px;
  width: 100%;
  height: 46px;
  background-image: url(../img/arrow_select.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 7px auto;
  background-color: #fff;
  border: 1px solid #e7ebf5;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 10px 0 10px 10px;
  margin: 0 auto;
}

/*-------------------------
  セレクト
-------------------------*/
.under_menu {
  background: #ecf4ff;
  padding: 0 40px 60px;
}
@media only screen and (max-width: 767px) {
  .under_menu {
    padding: 0 20px 60px;
  }
}
.under_menu .text_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  max-width: 1000px;
  line-height: 2;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .under_menu .text_wrap {
    text-align: left;
  }
}
.under_menu .text_wrap p + p {
  margin-top: 15px;
}
.under_menu .text_wrap a {
  color: #0f89fb;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.under_menu .text_wrap a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.under_menu .text_wrap .notes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 80%;
  text-align: left;
  margin: 15px 0 0;
}
.under_menu .text_wrap .notes li {
  text-indent: -1em;
  padding-left: 1em;
}
.under_menu #head_select {
  padding-top: 30px;
}

/*-------------------------
  タイトル
-------------------------*/
@media only screen and (max-width: 767px) {
  .demo-title {
    text-align: center;
    margin: 40px 0 30px;
  }
}
.demo-title .main {
  color: #181879;
  font-family: "Ubuntu", "Noto Sans JP";
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .demo-title .main {
    font-size: 2.2rem;
  }
}

/*-------------------------
  タブ切り替え
-------------------------*/
@media only screen and (min-width: 768px) {
  .tab .con_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1000px;
    padding-top: 30px;
    margin: 0 auto 0;
  }
}
.tab .con_bottom {
  margin: 0 0 30px;
}
.tab .con_bottom .tabBtn {
  margin: -12px 0 0;
}
.tab .con_bottom .tabBtn li {
  padding-top: 12px;
  padding-bottom: 0;
}
.tab .con_bottom .tabBtn label:after {
  top: auto;
  bottom: 100%;
  border-top-color: transparent;
  border-bottom-color: #fb6745;
  border-width: 5px;
  border-top-width: 5px;
  border-bottom-width: 7px;
}
.tab input {
  display: none;
}
.tab .tabBtn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 -12px;
}
@media only screen and (max-width: 767px) {
  .tab .tabBtn {
    padding: 0 14px;
  }
}
.tab .tabBtn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #e7ebf5;
  display: none;
}
.tab .tabBtn li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 12px;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.tab .tabBtn li:hover {
  opacity: 0.8;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
@media only screen and (min-width: 768px) {
  .tab .tabBtn li {
    min-width: 150px;
  }
}
.tab .tabBtn li + li {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .tab .tabBtn li + li {
    margin-left: 15px;
  }
}
.tab .tabBtn label {
  position: relative;
  z-index: 0;
  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;
  min-height: 46px;
  background: #fff;
  border: 1px solid #e7ebf5;
  border-radius: 5px;
  font-size: 1.4rem;
  line-height: 2;
  text-align: center;
  padding: 10px 20px;
}
@media only screen and (max-width: 767px) {
  .tab .tabBtn label {
    font-size: 1.3rem;
  }
}
.tab .tabBtn label:after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border: solid transparent;
  border-top-color: #fb6745;
  border-width: 5px;
  margin-left: -5px;
  border-top-width: 7px;
}
.tab .tabBtn label span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tab .tabBtn label span:before, .tab .tabBtn label span:after {
  content: "";
  display: block;
  margin-right: 12px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100%;
}
.tab .tabBtn label span:after {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.tab .tabBtn li.tabBtn_pc label span:before, .tab .tabBtn li.tabBtn_pc label span:after {
  width: 28px;
}
.tab .tabBtn li.tabBtn_pc label span:before {
  background-image: url(../img/demo/icon_pc_o.png);
}
.tab .tabBtn li.tabBtn_pc label span:after {
  background-image: url(../img/demo/icon_pc_w.png);
}
.tab .tabBtn li.tabBtn_sp label span:before, .tab .tabBtn li.tabBtn_sp label span:after {
  width: 16px;
}
.tab .tabBtn li.tabBtn_sp label span:before {
  background-image: url(../img/demo/icon_sp_o.png);
}
.tab .tabBtn li.tabBtn_sp label span:after {
  background-image: url(../img/demo/icon_sp_w.png);
}
.tab #tab-1:checked ~ .con_head .tabBtn label[for=tab-1],
.tab #tab-1:checked ~ .con_bottom .tabBtn label[for=tab-1],
.tab #tab-2:checked ~ .con_head .tabBtn label[for=tab-2],
.tab #tab-2:checked ~ .con_bottom .tabBtn label[for=tab-2] {
  color: #fff;
  background-color: #fb6745;
  border-color: #fb6745;
  z-index: 10;
}
.tab #tab-1:checked ~ .con_head .tabBtn label[for=tab-1]:after,
.tab #tab-1:checked ~ .con_bottom .tabBtn label[for=tab-1]:after,
.tab #tab-2:checked ~ .con_head .tabBtn label[for=tab-2]:after,
.tab #tab-2:checked ~ .con_bottom .tabBtn label[for=tab-2]:after {
  opacity: 1;
}
.tab #tab-1:checked ~ .con_head .tabBtn label[for=tab-1] span:before,
.tab #tab-1:checked ~ .con_bottom .tabBtn label[for=tab-1] span:before,
.tab #tab-2:checked ~ .con_head .tabBtn label[for=tab-2] span:before,
.tab #tab-2:checked ~ .con_bottom .tabBtn label[for=tab-2] span:before {
  opacity: 0;
}
.tab #tab-1:checked ~ .con_head .tabBtn label[for=tab-1] span:after,
.tab #tab-1:checked ~ .con_bottom .tabBtn label[for=tab-1] span:after,
.tab #tab-2:checked ~ .con_head .tabBtn label[for=tab-2] span:after,
.tab #tab-2:checked ~ .con_bottom .tabBtn label[for=tab-2] span:after {
  opacity: 1;
}
.tab .tabContents {
  position: relative;
  z-index: 0;
  border-top: 2px solid #e7ebf5;
  border-bottom: 2px solid #e7ebf5;
  padding: 60px 0;
  margin: 30px 0 0;
}
@media only screen and (max-width: 767px) {
  .tab .tabContents {
    padding: 40px 0;
    margin: 40px 0 0;
  }
}
.tab .tabContents .tabItem {
  text-align: center;
  display: none;
}
.tab .tabContents .tabItem .img {
  position: relative;
  display: inline-block;
}
.tab .tabContents .tabItem .img:before {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0);
}
.tab .tabContents .tabItem img {
  max-width: 100%;
  margin: 0 auto;
}
.tab #tab-1:checked ~ .tabContents .tabItem:nth-child(1),
.tab #tab-2:checked ~ .tabContents .tabItem:nth-child(2) {
  opacity: 1;
  position: static;
  display: block;
}
.tab #section-2 img {
  max-width: 360px;
}

/*-------------------------
  申し込み
-------------------------*/
.pagetop {
  padding: 60px 20px;
}
@media only screen and (max-width: 767px) {
  .pagetop {
    background: #ecf4ff;
    padding: 40px 20px;
  }
}
.pagetop a {
  position: relative;
  z-index: 0;
  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;
  max-width: 460px;
  min-height: 66px;
  background: #fff;
  border: 1px solid #e7ebf5;
  border-radius: 5px;
  margin: 0 auto;
}
.pagetop a:before {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  background: #e7ebf5;
}
.pagetop a span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagetop a span:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 10px 6px;
  border-color: transparent transparent #fb6745 transparent;
  margin-right: 10px;
}
.pagetop a:hover:before {
  opacity: 0.3;
}

.demo-select_wrap {
  margin: 0 0 60px;
}
@media only screen and (max-width: 767px) {
  .demo-select_wrap {
    padding: 0 20px;
    margin-bottom: 40px;
  }
}
.demo-select_wrap .hd {
  text-align: center;
  line-height: 2;
  margin: 0 0 7px;
}

.demo-moushikomi {
  padding: 0 40px;
  margin: 35px 0 0;
}
@media only screen and (max-width: 767px) {
  .demo-moushikomi {
    padding: 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .demo-moushikomi .innerWrap {
    padding: 0 20px;
  }
}
.demo-moushikomi .btn .release {
  text-align: center;
  color: #003db7;
  font-weight: 500;
  padding: 10px 0;
}
.demo-moushikomi .btn .release span {
  position: relative;
  display: inline-block;
  padding: 0 18px;
}
.demo-moushikomi .btn .release span:before, .demo-moushikomi .btn .release span:after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 2px;
  height: 15px;
  background: #003db7;
}
.demo-moushikomi .btn .release span:before {
  left: 0;
  -webkit-transform: rotateZ(-31deg);
          transform: rotateZ(-31deg);
}
.demo-moushikomi .btn .release span:after {
  right: 0;
  -webkit-transform: rotateZ(31deg);
          transform: rotateZ(31deg);
}
.demo-moushikomi .btn_entry {
  overflow: hidden;
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 460px;
  width: 100%;
  border-radius: 100px;
  margin: 0 auto;
}
.demo-moushikomi .btn_entry .btn_inner {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 80px;
  background: #114cc0;
  border-radius: 100px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 767px) {
  .demo-moushikomi .btn_entry .btn_inner {
    min-height: 66px;
    font-size: 1.9rem;
  }
}
.demo-moushikomi .btn_entry .btn_inner:before {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #181879;
  -webkit-transform: scaleX(0.6) translateZ(0);
          transform: scaleX(0.6) translateZ(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: opacity 0.4s linear, -webkit-transform 0s cubic-bezier(0.4, 0, 0.1, 1) 0.4s;
  transition: opacity 0.4s linear, -webkit-transform 0s cubic-bezier(0.4, 0, 0.1, 1) 0.4s;
  transition: transform 0s cubic-bezier(0.4, 0, 0.1, 1) 0.4s, opacity 0.4s linear;
  transition: transform 0s cubic-bezier(0.4, 0, 0.1, 1) 0.4s, opacity 0.4s linear, -webkit-transform 0s cubic-bezier(0.4, 0, 0.1, 1) 0.4s;
}
.demo-moushikomi .btn_entry .btn_inner:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  width: 11px;
  height: 17px;
  background: url(../img/arrow02.png) no-repeat left top;
  background-size: cover;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  .demo-moushikomi .btn_entry .btn_inner:after {
    right: 25px;
    height: 15px;
    background-position: right center;
    background-size: auto 100%;
  }
}
@media only screen and (min-width: 768px) {
  .demo-moushikomi .btn_entry .btn_inner:hover:before {
    opacity: 1;
    -webkit-transform: scaleX(1) translateZ(0);
            transform: scaleX(1) translateZ(0);
    -webkit-transition: opacity 0.6s linear, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.6s linear, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s linear;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s linear, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
}
@media only screen and (min-width: 768px) {
  .demo-moushikomi .btn_entry .btn_inner:hover:after {
    -webkit-animation-name: arrow_right;
            animation-name: arrow_right;
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}
.demo-moushikomi .btn_entry span {
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .demo-moushikomi .btn_entry span {
    padding-bottom: 3px;
  }
}
.demo-moushikomi .img {
  text-align: center;
  margin: 30px 0 0;
}
.demo-moushikomi .img img {
  max-width: 100%;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■Order
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*-------------------------
  自動見積り
-------------------------*/
#sec_estimate {
  padding: 0 40px 100px;
}
@media only screen and (max-width: 767px) {
  #sec_estimate {
    padding: 0 0 80px;
  }
}
#sec_estimate .innerWrap {
  max-width: 1100px;
}
#sec_estimate .bg_blue {
  padding: 40px 50px;
}
@media only screen and (max-width: 767px) {
  #sec_estimate .bg_blue {
    padding: 30px 20px;
  }
}
#sec_estimate .form_item {
  margin: 40px 0 0;
}
@media only screen and (min-width: 768px) {
  #sec_estimate .form_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#sec_estimate .form_item:first-child {
  margin-top: 0;
}
#sec_estimate .form_item .item_title {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  max-width: 210px;
  width: 21%;
  color: #181879;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.6470588235;
  padding: 28px 0 0;
}
@media only screen and (max-width: 767px) {
  #sec_estimate .form_item .item_title {
    max-width: inherit;
    width: auto;
    padding: 0;
    margin: 0 0 15px;
  }
}
#sec_estimate .form_item .item_title small {
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  #sec_estimate .form_item .item_title small {
    margin-left: 1em;
  }
}
#sec_estimate .form_item .item_title a {
  color: #11a8ee;
}
@media only screen and (max-width: 767px) {
  #sec_estimate .form_item .item_title br {
    display: none;
  }
}
#sec_estimate .form_item .item_main {
  width: 100%;
}
#sec_estimate .form_item .list_input > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: -12px;
}
#sec_estimate .form_item .list_input > ul:before, #sec_estimate .form_item .list_input > ul:after {
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  max-width: 256px;
  width: 32.406%;
}
@media only screen and (max-width: 1024px) {
  #sec_estimate .form_item .list_input > ul:before, #sec_estimate .form_item .list_input > ul:after {
    max-width: inherit;
    width: 49%;
  }
}
#sec_estimate .form_item .list_input > ul > li {
  max-width: 256px;
  width: 32.406%;
  margin: 0 0 12px;
}
@media only screen and (max-width: 1024px) {
  #sec_estimate .form_item .list_input > ul > li {
    max-width: inherit;
    width: 49%;
  }
}
#sec_estimate .form_item .list_input label {
  cursor: pointer;
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 30px 20px 20px;
}
@media only screen and (max-width: 767px) {
  #sec_estimate .form_item .list_input label {
    padding: 20px 15px 20px;
  }
}
#sec_estimate .form_item .list_input label > input {
  display: none;
}
#sec_estimate .form_item .list_input label > span {
  position: relative;
  display: inline-block;
  font-weight: 500;
  line-height: 1.5;
  padding: 0 0 0 35px;
  margin: 0 0 12px;
}
@media only screen and (max-width: 767px) {
  #sec_estimate .form_item .list_input label > span {
    padding-left: 25px;
  }
}
#sec_estimate .form_item .list_input label > span:before, #sec_estimate .form_item .list_input label > span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
}
#sec_estimate .form_item .list_input label > span:before {
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #b8c5d7;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
#sec_estimate .form_item .list_input label > span:after {
  opacity: 0;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
#sec_estimate .form_item .list_input label .cp {
  position: absolute;
  top: -13px;
  right: 0;
  display: inline-block;
  color: #222222;
  font-size: 1.1rem;
  font-weight: 700;
  background: #fde72b;
  padding: 5px 7px;
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  #sec_estimate .form_item .list_input label .cp {
    margin-left: 0;
  }
}
@media only screen and (max-width: 413px) {
  #sec_estimate .form_item .list_input label .cp {
    top: -28px;
    text-align: center;
    padding: 3px 5px;
  }
}
@media only screen and (min-width: 414px) {
  #sec_estimate .form_item .list_input label .cp .spCont {
    display: none;
  }
}
#sec_estimate .form_item .list_input label > .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  border-top: 1px solid #e7ecf7;
  padding: 10px 0 0;
}
#sec_estimate .form_item .list_input label > .detail:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #fff;
  border: 1px solid #cbddf6;
  border-radius: 6px;
}
#sec_estimate .form_item .list_input label > .detail .text {
  font-size: 1.3rem;
  line-height: 1.5384615385;
  margin: 0 0 20px;
}
#sec_estimate .form_item .list_input label > .detail .notes {
  font-size: 1.1rem;
  line-height: 1.4545454545;
  margin: 10px 0 -10px;
}
#sec_estimate .form_item .list_input label > .detail .notes > li {
  text-indent: -1em;
  padding-left: 1em;
  margin: 5px 0 0;
}
#sec_estimate .form_item .list_input label > .detail .notes > li:first-child {
  margin-top: 0;
}
#sec_estimate .form_item .list_input label > .detail .notes .red {
  color: #f50909;
}
#sec_estimate .form_item .list_input label > .detail .img {
  display: block;
  min-height: 1px;
  border: 1px solid #d9d9d9;
}
#sec_estimate .form_item .list_input label > .detail .img img {
  width: 100%;
  height: auto;
}
#sec_estimate .form_item .list_input label > .detail .price {
  font-size: 1.3rem;
  line-height: 1.5;
  margin: auto 0 0;
}
#sec_estimate .form_item .list_input label > .detail .price strong {
  font-size: 1.8rem;
  font-weight: 700;
}
#sec_estimate .form_item .list_input label > .detail .price strong small {
  font-size: 75%;
}
#sec_estimate .form_item .list_input label > .detail .price small {
  font-size: 100%;
}
#sec_estimate .form_item .list_input label > .detail .price small small {
  font-size: 75%;
}
#sec_estimate .form_item .list_input label input[type=radio]:checked + span,
#sec_estimate .form_item .list_input label input[type=checkbox]:checked + span {
  color: #122fa7;
  font-weight: 700;
}
#sec_estimate .form_item .list_input label input[type=radio]:checked + span:after,
#sec_estimate .form_item .list_input label input[type=checkbox]:checked + span:after {
  opacity: 1;
}
#sec_estimate .form_item .list_input label input[type=radio]:checked + span + .detail,
#sec_estimate .form_item .list_input label input[type=checkbox]:checked + span + .detail {
  color: #1549b1;
  border-color: rgba(21, 73, 177, 0.1);
}
#sec_estimate .form_item .list_input label input[type=radio]:checked + span + .detail:before,
#sec_estimate .form_item .list_input label input[type=checkbox]:checked + span + .detail:before {
  border: 2px solid #1549b1;
  background: #cfe4ff;
}
#sec_estimate .form_item .list_input label input[type=checkbox]:checked + span:before {
  background-color: #1549b1;
  border-color: #1549b1;
}
#sec_estimate .form_item .list_radio label > span:before {
  top: 4px;
  border-radius: 100%;
}
#sec_estimate .form_item .list_radio label > span:after {
  top: 7px;
  left: 3px;
  width: 10px;
  height: 10px;
  background: #1549b1;
  border-radius: 100%;
}
#sec_estimate .form_item .list_checkbox label > span:before {
  top: 5px;
  border-radius: 4px;
}
#sec_estimate .form_item .list_checkbox label > span:after {
  top: 7px;
  left: 5px;
  width: 6px;
  height: 10px;
  background: none;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
#sec_estimate .form_item.item_template .list_input label > .detail {
  border-top: none;
}
#sec_estimate .blk_total {
  color: #003db7;
  border-top: 10px solid #fff;
}
@media only screen and (max-width: 560px) {
  #sec_estimate .blk_total {
    display: none;
    border-top-width: 5px;
    text-align: right;
  }
}
#sec_estimate .blk_total .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#sec_estimate .blk_total .total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 1.8rem;
  line-height: 1.5;
  border-bottom: 2px solid #003db7;
}
@media only screen and (max-width: 560px) {
  #sec_estimate .blk_total .total {
    display: inline-block;
    font-size: 1.6rem;
  }
}
#sec_estimate .blk_total .total .hd {
  font-size: 2.1rem;
  margin: 0 -18px 0 0;
}
@media only screen and (max-width: 560px) {
  #sec_estimate .blk_total .total .hd {
    margin: 0;
  }
}
#sec_estimate .blk_total .total p {
  font-size: 100%;
  margin: 0 0 0 35px;
}
@media only screen and (max-width: 560px) {
  #sec_estimate .blk_total .total p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 5px 0 0;
  }
}
#sec_estimate .blk_total .total p:first-child {
  font-size: 2.1rem;
  margin: 0;
}
@media only screen and (max-width: 560px) {
  #sec_estimate .blk_total .total p:first-child {
    margin: 0 0 10px;
  }
}
#sec_estimate .blk_total .total strong {
  font-family: "Ubuntu", "Noto Sans JP";
  font-weight: 500;
  font-weight: 700;
  font-size: 145%;
  line-height: 1;
  margin-left: 0.5em;
}
#sec_estimate .blk_total .total strong:after {
  content: "円";
  font-size: 75%;
}
#sec_estimate .blk_total .notes {
  color: #f50909;
  font-size: 1.3rem;
  line-height: 1.4545454545;
  text-align: right;
  margin: 10px 0 0;
}
@media only screen and (max-width: 560px) {
  #sec_estimate .blk_total .notes {
    text-align: left;
  }
}
#sec_estimate .blk_total.fixed {
  position: fixed;
  bottom: 0;
  left: 40px;
  right: 40px;
  z-index: 100;
  max-width: 1100px;
  padding: 20px 50px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  #sec_estimate .blk_total.fixed {
    left: 0;
    right: 0;
    padding: 10px 20px;
  }
}
#sec_estimate .btn01 {
  margin-top: 40px;
}
@media only screen and (max-width: 560px) {
  #sec_estimate .btn01 {
    padding: 0 20px;
  }
}

_:-ms-lang(x)::-ms-backdrop, #sec_estimate .blk_total.fixed {
  left: 0;
  right: 0;
  width: 100%;
}

/*-------------------------
  お申し込み
-------------------------*/
#page_order #sec_entry {
  display: none;
  padding: 20px 40px 100px;
}
@media only screen and (max-width: 767px) {
  #page_order #sec_entry {
    padding: 20px 20px 100px;
  }
}
#page_order #sec_entry .innerWrap {
  max-width: 1100px;
}
#page_order #sec_entry .read .notes {
  color: #f50909;
  font-weight: 700;
}
#page_order #sec_entry .read .notes li {
  padding-left: 1em;
  text-indent: -1em;
}
#page_order #sec_entry #entry_form {
  padding: 40px 50px;
}
@media only screen and (max-width: 767px) {
  #page_order #sec_entry #entry_form {
    padding: 40px 20px;
    margin: 0 -20px;
  }
}
#page_order #sec_entry #entry_form #mailformpro #plan, #page_order #sec_entry #entry_form #mailformpro #template, #page_order #sec_entry #entry_form #mailformpro #option, #page_order #sec_entry #entry_form #mailformpro #price {
  opacity: 0.5;
  display: none;
}

/*-------------------------
  お申し込み
-------------------------*/
.bnr_popup {
  margin: -40px auto 80px;
  padding: 0 20px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .bnr_popup {
    margin: 0 auto 60px;
  }
}
.bnr_popup img {
  display: block;
  max-width: 463px;
  width: 100%;
  height: auto;
  margin: auto;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■Plan
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*-------------------------
  料金プラン
-------------------------*/
@media only screen and (max-width: 767px) {
  #page_plan #sec_plan {
    padding: 0 20px;
  }
}
#page_plan #sec_plan .innerWrap {
  max-width: 1100px;
}
@media only screen and (min-width: 768px) {
  #page_plan #sec_plan .blk_plan .list_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  #page_plan #sec_plan .blk_plan .list_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
#page_plan #sec_plan .blk_plan .list_item .ttl {
  background: #fcf;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  padding: 14px 20px;
}
@media only screen and (max-width: 767px) {
  #page_plan #sec_plan .blk_plan .list_item .ttl {
    font-size: 1.8rem;
    padding: 7px 15px;
  }
}
#page_plan #sec_plan .blk_plan .list_item .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  border: 1px solid #ebf4ff;
  border-top: none;
  padding: 21px 12px 14px;
  padding: 15px 20px;
}
#page_plan #sec_plan .blk_plan .list_item .text {
  line-height: 1.75;
  padding: 0 20px;
  margin: 0 0 40px;
}
@media only screen and (max-width: 767px) {
  #page_plan #sec_plan .blk_plan .list_item .text {
    padding: 0;
    margin: 0 0 20px;
  }
}
#page_plan #sec_plan .blk_plan .list_item .text strong {
  color: #f50909;
}
#page_plan #sec_plan .blk_plan .list_item .notes {
  font-size: 80%;
  line-height: 1.75;
  padding: 0 20px;
  margin: -35px 0 0;
}
@media only screen and (max-width: 767px) {
  #page_plan #sec_plan .blk_plan .list_item .notes {
    padding: 0;
    margin-top: -15px;
    margin-bottom: 20px;
  }
}
#page_plan #sec_plan .blk_plan .list_item .notes li {
  text-indent: -1em;
  padding-left: 1em;
}
#page_plan #sec_plan .blk_plan .list_item .price {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 700;
  margin: auto 0 18px;
}
@media only screen and (max-width: 767px) {
  #page_plan #sec_plan .blk_plan .list_item .price {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
#page_plan #sec_plan .blk_plan .list_item .price > strong {
  font-family: "Ubuntu", "Noto Sans JP";
  font-weight: 500;
  font-size: 5rem;
  font-weight: 700;
  padding: 0 5px;
}
@media only screen and (max-width: 767px) {
  #page_plan #sec_plan .blk_plan .list_item .price > strong {
    font-size: 4.6rem;
  }
}
#page_plan #sec_plan .blk_plan .list_item .price .sub {
  display: block;
  font-size: 1.6rem;
  margin: 20px 0 0;
}
@media only screen and (max-width: 767px) {
  #page_plan #sec_plan .blk_plan .list_item .price .sub {
    font-size: 1.5rem;
    margin-top: 15px;
  }
}
#page_plan #sec_plan .blk_plan .list_item .plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 120px;
  background: #fcf;
  text-align: center;
  padding: 18px 15px;
}
@media only screen and (max-width: 767px) {
  #page_plan #sec_plan .blk_plan .list_item .plan {
    min-height: inherit;
    padding: 15px 0;
  }
}
#page_plan #sec_plan .blk_plan .list_item .plan .hd {
  font-size: 1.3rem;
  margin: 0 0 7px;
}
#page_plan #sec_plan .blk_plan .list_item .plan p:not(.hd) {
  color: #f00;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5789473684;
}
@media only screen and (max-width: 767px) {
  #page_plan #sec_plan .blk_plan .list_item .plan p:not(.hd) {
    font-size: 1.8rem;
  }
}
#page_plan #sec_plan .blk_plan .list_item.lite .ttl {
  background-color: #63b954;
}
#page_plan #sec_plan .blk_plan .list_item.lite .price > strong {
  color: #63b954;
}
#page_plan #sec_plan .blk_plan .list_item.lite .plan {
  background-color: #e3f9e0;
}
#page_plan #sec_plan .blk_plan .list_item.lite .plan p:not(.hd) {
  color: #63b954;
}
@media only screen and (min-width: 768px) {
  #page_plan #sec_plan .blk_plan .list_item.lite .plan p:not(.hd) {
    padding: 12px 0;
  }
}
#page_plan #sec_plan .blk_plan .list_item.standard .ttl {
  background-color: #114cc0;
}
#page_plan #sec_plan .blk_plan .list_item.standard .price > strong {
  color: #003db7;
}
#page_plan #sec_plan .blk_plan .list_item.standard .plan {
  background-color: #ebf4ff;
}
#page_plan #sec_plan .blk_plan .list_item.standard .plan p:not(.hd) {
  color: #003db7;
}
@media only screen and (min-width: 768px) {
  #page_plan #sec_plan .blk_plan .list_item.standard .plan p:not(.hd) {
    padding: 12px 0;
  }
}
#page_plan #sec_plan .blk_plan .list_item.first .ttl {
  background-color: #f96e5c;
}
#page_plan #sec_plan .blk_plan .list_item.first .price > strong {
  color: #fb6745;
}
#page_plan #sec_plan .blk_plan .list_item.first .plan {
  background-color: #ffeadb;
}
#page_plan #sec_plan .blk_plan .list_item.first .plan p:not(.hd) {
  color: #fb6745;
  font-size: 1.7rem;
}
@media only screen and (min-width: 768px) {
  #page_plan #sec_plan .blk_plan .list_item.first .plan p:not(.hd) {
    padding: 6px 0;
  }
}
@media only screen and (max-width: 767px) {
  #page_plan #sec_plan .blk_plan .list_item.first .plan p:not(.hd) {
    font-size: 1.6rem;
  }
}
#page_plan #sec_plan .blk_ancillary {
  background: #ebf4ff;
  padding: 32px 40px 26px;
}
@media only screen and (max-width: 767px) {
  #page_plan #sec_plan .blk_ancillary {
    padding: 32px 20px 26px;
  }
}
#page_plan #sec_plan .blk_ancillary .ttl {
  color: #181879;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 32px;
}
@media only screen and (max-width: 767px) {
  #page_plan #sec_plan .blk_ancillary .ttl {
    font-size: 2rem;
  }
}
#page_plan #sec_plan .blk_ancillary .list_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 980px;
  color: #181879;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.7;
  margin: 0 auto -10px;
}
@media only screen and (max-width: 767px) {
  #page_plan #sec_plan .blk_ancillary .list_wrap {
    font-size: 100%;
  }
}
@media only screen and (max-width: 560px) {
  #page_plan #sec_plan .blk_ancillary .list_wrap {
    display: block;
  }
}
#page_plan #sec_plan .blk_ancillary .list_wrap:before, #page_plan #sec_plan .blk_ancillary .list_wrap:after {
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  max-width: 320px;
  width: 32.654%;
}
@media only screen and (max-width: 767px) {
  #page_plan #sec_plan .blk_ancillary .list_wrap:before, #page_plan #sec_plan .blk_ancillary .list_wrap:after {
    max-width: inherit;
    width: 49%;
  }
}
@media only screen and (max-width: 560px) {
  #page_plan #sec_plan .blk_ancillary .list_wrap:before, #page_plan #sec_plan .blk_ancillary .list_wrap:after {
    width: auto;
  }
}
#page_plan #sec_plan .blk_ancillary li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  max-width: 320px;
  width: 32.654%;
  padding: 16px 25px;
  margin: 0 0 10px;
}
@media only screen and (max-width: 767px) {
  #page_plan #sec_plan .blk_ancillary li {
    max-width: inherit;
    width: 49%;
  }
}
@media only screen and (max-width: 560px) {
  #page_plan #sec_plan .blk_ancillary li {
    width: auto;
  }
}
#page_plan #sec_plan .blk_ancillary li small {
  font-size: 75%;
}
#page_plan #sec_plan .blk_ancillary li small:empty {
  display: none;
}
#page_plan #sec_plan .blk_ancillary li.original {
  border: 2px solid #f96e5c;
}
#page_plan #sec_plan .blk_ancillary .notes {
  max-width: 980px;
  width: 100%;
  font-size: 1.3rem;
  text-align: right;
  margin: 15px auto 0;
}
@media only screen and (max-width: 560px) {
  #page_plan #sec_plan .blk_ancillary .notes {
    text-align: left;
    line-height: 1.5;
    font-size: 1.2rem;
    margin: 25px 0 0;
  }
}

/*-------------------------
  プラン比較
-------------------------*/
#page_plan #sec_plan_hikaku {
  padding: 80px 40px;
}
@media only screen and (max-width: 767px) {
  #page_plan #sec_plan_hikaku {
    padding: 60px 20px;
  }
}
#page_plan #sec_plan_hikaku .innerWrap {
  max-width: 1100px;
  border-radius: 6px;
  border: 3px solid #212159;
}
#page_plan #sec_plan_hikaku .hd01 {
  position: relative;
  background: #212159;
  border-radius: 6px;
  padding: 33px 30px;
  margin: -3px;
}
@media only screen and (max-width: 767px) {
  #page_plan #sec_plan_hikaku .hd01 {
    padding: 15px 25px;
  }
}
@media only screen and (max-width: 560px) {
  #page_plan #sec_plan_hikaku .hd01 {
    text-align: left;
  }
}
#page_plan #sec_plan_hikaku .hd01:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 38px;
  opacity: 0.4;
  width: 44px;
  height: 44px;
  border: 1px solid #fff;
  border-radius: 100%;
  margin: auto 0;
}
@media only screen and (max-width: 560px) {
  #page_plan #sec_plan_hikaku .hd01:before {
    right: 25px;
    width: 30px;
    height: 30px;
  }
}
#page_plan #sec_plan_hikaku .hd01:after {
  content: "";
  position: absolute;
  top: -5px;
  bottom: 0;
  right: 55px;
  width: 9px;
  height: 9px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: auto 0;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
@media only screen and (max-width: 560px) {
  #page_plan #sec_plan_hikaku .hd01:after {
    right: 36px;
    width: 8px;
    height: 8px;
  }
}
#page_plan #sec_plan_hikaku .hd01 .main {
  color: #fff;
  font-size: 2.4rem;
}
@media only screen and (max-width: 767px) {
  #page_plan #sec_plan_hikaku .hd01 .main {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
#page_plan #sec_plan_hikaku .hd01.active:after {
  top: 5px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
@media only screen and (max-width: 560px) {
  #page_plan #sec_plan_hikaku .hd01.active:after {
    top: 3px;
  }
}
#page_plan #sec_plan_hikaku .img {
  padding: 60px 0 0;
}
@media only screen and (max-width: 560px) {
  #page_plan #sec_plan_hikaku .img {
    padding-top: 30px;
  }
}
#page_plan #sec_plan_hikaku ul.notes {
  margin-top: 20px;
  margin-bottom: 30px;
}
#page_plan #sec_plan_hikaku ul.notes li {
  text-indent: -1em;
  padding-left: 1em;
}
#page_plan #sec_plan_hikaku .ac_btn {
  cursor: pointer;
}
#page_plan #sec_plan_hikaku .ac_box {
  position: relative;
  padding: 0 40px 40px;
}
@media only screen and (max-width: 767px) {
  #page_plan #sec_plan_hikaku .ac_box {
    padding: 0 20px 30px;
  }
}
#page_plan #sec_plan_hikaku .ac_box > * {
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/*-------------------------
  追加オプション
-------------------------*/
#sec_option {
  background: #114cc0;
  padding: 97px 40px 55px;
}
@media only screen and (max-width: 767px) {
  #sec_option {
    padding: 60px 20px 30px;
  }
}
#sec_option .innerWrap {
  max-width: 1100px;
}
#sec_option .hd01 {
  margin: 0 0 45px;
}
@media only screen and (max-width: 767px) {
  #sec_option .hd01 {
    margin-bottom: 35px;
  }
}
#sec_option .hd01 .main {
  color: #fff;
  font-size: 3rem;
}
@media only screen and (max-width: 767px) {
  #sec_option .hd01 .main {
    font-size: 2.8rem;
  }
}
#sec_option .read {
  color: #fff;
}
#sec_option .list_option {
  margin: 55px 0 0;
}
#sec_option .list_option .list_wrap {
  margin-bottom: -30px;
}
@media only screen and (min-width: 768px) {
  #sec_option .list_option .list_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#sec_option .list_option .list_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  border-radius: 6px;
  line-height: 2;
  padding: 46px 0 0;
  margin: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  #sec_option .list_option .list_item {
    line-height: 1.8571428571;
  }
}
@media only screen and (min-width: 768px) {
  #sec_option .list_option .list_item {
    max-width: 540px;
    width: 49.092%;
  }
}
@media only screen and (max-width: 767px) {
  #sec_option .list_option .list_item {
    padding-top: 23px;
  }
}
#sec_option .list_option .list_item:before {
  content: "初回おまかせプラン含";
  position: absolute;
  top: -7px;
  right: -7px;
  display: none;
  color: #fb6745;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-radius: 6px;
  padding: 5px 15px;
  background: #fde72b;
}
@media only screen and (max-width: 767px) {
  #sec_option .list_option .list_item.first {
    padding-top: 46px;
  }
}
#sec_option .list_option .list_item.first:before {
  display: block;
}
#sec_option .list_option .main_wrap {
  padding: 0 40px 15px;
}
@media only screen and (max-width: 767px) {
  #sec_option .list_option .main_wrap {
    padding: 0 20px 15px;
  }
}
#sec_option .list_option .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 15px;
}
@media only screen and (max-width: 767px) {
  #sec_option .list_option .title {
    margin-bottom: 10px;
  }
}
#sec_option .list_option .title .icon {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: block;
  width: 54px;
  margin: 0 20px 0 0;
}
@media only screen and (max-width: 767px) {
  #sec_option .list_option .title .icon {
    width: 47px;
    margin-right: 10px;
  }
}
#sec_option .list_option .title .icon img {
  width: 100%;
  height: auto;
}
#sec_option .list_option .title .main {
  width: 100%;
  color: #003db7;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 2px 0 0;
}
@media only screen and (max-width: 767px) {
  #sec_option .list_option .title .main {
    font-size: 2.1rem;
    padding-top: 3px;
  }
}
#sec_option .list_option .notes {
  font-size: 1.3rem;
}
#sec_option .list_option .notes li {
  text-indent: -1em;
  padding-left: 1em;
}
#sec_option .list_option .red {
  color: #f50909;
}
#sec_option .list_option .img {
  text-align: center;
  margin: 15px 0 0;
}
#sec_option .list_option .img img {
  max-width: 100%;
  height: auto;
}
#sec_option .list_option .bottom_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ebf4ff;
  border-radius: 0 0 6px 6px;
  padding: 7px 25px;
  margin: auto 0 0;
}
@media only screen and (max-width: 767px) {
  #sec_option .list_option .bottom_wrap {
    padding: 7px 20px;
  }
}
#sec_option .list_option .osusume {
  color: #fb6745;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
#sec_option .list_option .price {
  color: #003db7;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 0 0 15px;
}
#sec_option .list_option .price > small {
  font-weight: 500;
}
#sec_option .list_option .price strong {
  font-size: 2rem;
}
#sec_option .list_option .price small {
  font-size: 1.3rem;
}
#sec_option .list_option .price a {
  position: relative;
  text-decoration: underline;
  padding: 0 10px 0 0;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
#sec_option .list_option .price a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
#sec_option .list_option .price a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #003db7;
  border-right: 2px solid #003db7;
  margin: -3px 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#sec_option .list_option .price a.anchor:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: -5px -3px 0 0;
}

/*-------------------------
  よくあるご質問
-------------------------*/
#page_plan #sec_faq {
  padding: 120px 40px 60px;
}
@media only screen and (max-width: 767px) {
  #page_plan #sec_faq {
    padding: 80px 20px 0;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■Service
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page--service #header:before {
  background-color: #114cc0;
}
.page--service #header .logo a:before {
  opacity: 1;
}
.page--service #header .logo img {
  opacity: 0;
}
.page--service #header #header_nav {
  color: #fff;
}
.page--service #header.active:before {
  background-color: #fff;
}
.page--service #header.active .logo:before {
  display: none;
}
.page--service #header.active .logo img {
  opacity: 1;
}
.page--service #header.active #header_nav {
  color: #003db7;
}
#page_service .pageTitle {
  position: relative;
  z-index: 0;
  color: #fff;
}
#page_service .pageTitle:before {
  content: "";
  position: absolute;
  top: -100vw;
  bottom: -100px;
  left: 0;
  right: 0;
  z-index: -1;
  background: #114cc0;
}
#page_service .pageTitle .hd01 .main {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #page_service .pageTitle .read {
    text-align: left;
  }
}
section.sec_sample_slide {
  position: relative;
  z-index: 0;
}
section.sec_sample_slide:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: -63px;
  left: 0;
  right: 0;
  z-index: -1;
  background: #114cc0;
}
section.sec_sample_slide .slide {
  position: relative;
}
section.sec_sample_slide .slide:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
section.sec_sample_slide .swiper-container .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
section.sec_sample_slide .swiper-container {
  overflow: inherit;
}
section.sec_sample_slide .swiper-slide {
  width: 252px;
}
@media only screen and (max-width: 767px) {
  section.sec_sample_slide .swiper-slide {
    width: 160px;
  }
}
section.sec_sample_slide .slide_item {
  position: relative;
  z-index: 0;
}
section.sec_sample_slide .slide_item:before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  z-index: -1;
  background: #000d71;
  -webkit-box-shadow: 12px 21px 35px 0px rgba(0, 13, 113, 0.6);
          box-shadow: 12px 21px 35px 0px rgba(0, 13, 113, 0.6);
  border-radius: 40px;
}
@media only screen and (max-width: 767px) {
  section.sec_sample_slide .slide_item:before {
    -webkit-box-shadow: 12px 12px 20px 0px rgba(0, 13, 113, 0.6);
            box-shadow: 12px 12px 20px 0px rgba(0, 13, 113, 0.6);
    border-radius: 20px;
  }
}
section.sec_sample_slide .slide_item img {
  width: 100%;
  height: auto;
}

div.sec_sample_slide {
  position: relative;
  z-index: 0;
  height: 501px;
}
@media only screen and (max-width: 767px) {
  div.sec_sample_slide {
    height: 410px;
  }
}
div.sec_sample_slide:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background: url(../img/service/sample_slide.png) center top repeat-x;
  background-size: auto 100%;
  -webkit-animation: slide 250s linear infinite;
          animation: slide 250s linear infinite;
}
div.sec_sample_slide:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: -63px;
  bottom: -14px;
  left: 0;
  right: 0;
  z-index: -1;
  background: #114cc0;
}

@-webkit-keyframes slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1836px 0;
  }
}

@keyframes slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1836px 0;
  }
}
#page_service .sec_block .sec_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #003db7;
  margin: 0 0 15px;
}
@media only screen and (max-width: 767px) {
  #page_service .sec_block .sec_title {
    display: block;
    text-align: center;
  }
}
#page_service .sec_block .sec_title .num {
  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;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 86px;
  height: 80px;
  background: #fff;
  border: 1px solid #003db7;
  font-family: "Ubuntu", "Noto Sans JP";
  font-weight: 500;
  font-style: italic;
  font-size: 4.2rem;
  letter-spacing: 0;
  padding: 0 5px 0 0;
  margin: 0 30px 0 0;
}
@media only screen and (max-width: 767px) {
  #page_service .sec_block .sec_title .num {
    width: 60px;
    height: 60px;
    font-size: 3rem;
    margin: 0 auto 20px;
  }
}
#page_service .sec_block .sec_title .text {
  width: 100%;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.3846153846;
}
@media only screen and (max-width: 767px) {
  #page_service .sec_block .sec_title .text {
    font-size: 2.2rem;
  }
}
#page_service .sec_block .sec_title .text small {
  display: block;
  font-size: 80%;
}
#page_service .sec_block .text {
  font-size: 1.5rem;
  line-height: 2;
}
#page_service .sec_block .text .notes {
  color: #f50909;
  font-size: 1.3rem;
  line-height: 1.6923076923;
  margin: 10px 0 0;
}
#page_service .sec_block .text .notes li {
  text-indent: -1em;
  padding-left: 1em;
}
#page_service .sec_block .list_plan {
  font-size: 0;
  margin: 15px 0 0;
}
#page_service .sec_block .list_plan li {
  display: inline-block;
  background: #fff;
  border: 1px solid #fcf;
  border-radius: 4px;
  padding: 10px 15px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 6px 6px 0;
}
@media only screen and (max-width: 767px) {
  #page_service .sec_block .list_plan li {
    padding: 5px 10px;
  }
}
#page_service .sec_block .list_plan .lite {
  border-color: #63b954;
  color: #63b954;
}
#page_service .sec_block .list_plan .standard {
  border-color: #003db7;
  color: #003db7;
}
#page_service .sec_block .list_plan .first {
  border-color: #fb6745;
  color: #fb6745;
}

/*-------------------------
  sec01
-------------------------*/
#page_service #sec01 {
  padding: 0 40px;
  margin-top: -198px;
  margin-top: -247px;
}
@media only screen and (max-width: 767px) {
  #page_service #sec01 {
    padding: 0 20px;
    margin-top: -100px;
  }
}
#page_service #sec01 .innerWrap {
  max-width: 700px;
  background: #fff;
  border: 2px solid #003db7;
  border-radius: 6px;
  padding: 48px 42px 26px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #page_service #sec01 .innerWrap {
    padding: 30px 20px 32px;
  }
}

/*-------------------------
  sec02
-------------------------*/
#page_service #sec02 {
  padding: 0 40px;
  margin: 55px 0 0;
}
@media only screen and (max-width: 767px) {
  #page_service #sec02 {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  #page_service #sec02 > .innerWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1100px;
  }
}
#page_service #sec02 .main_wrap {
  width: 100%;
}
@media only screen and (max-width: 1060px) {
  #page_service #sec02 .sec_title br.pcCont {
    display: none;
  }
}
#page_service #sec02 .img_wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
@media only screen and (min-width: 768px) {
  #page_service #sec02 .img_wrap {
    max-width: 453px;
    width: 41.183%;
    margin: 0 0 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  #page_service #sec02 .img_wrap {
    max-width: 230px;
    width: 80%;
    margin: 20px auto 0;
  }
}
#page_service #sec02 .img_wrap img {
  width: 100%;
  height: auto;
}
#page_service #sec02 .blk_link {
  margin: 76px 0 0;
}
#page_service #sec02 .blk_link .innerWrap {
  max-width: 1100px;
}
#page_service #sec02 .blk_link .hd01 {
  margin: 0 0 35px;
}
@media only screen and (max-width: 767px) {
  #page_service #sec02 .blk_link .hd01 {
    margin-bottom: 20px;
  }
}
#page_service #sec02 .blk_link .hd01 .main {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  #page_service #sec02 .blk_link .hd01 .main {
    line-height: 1.5;
  }
}
@media only screen and (min-width: 768px) {
  #page_service #sec02 .blk_link .btn_wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  #page_service #sec02 .blk_link .btn_wrap ul > li {
    max-width: 280px;
    width: 25.455%;
    margin: 0 5px;
  }
}
@media only screen and (max-width: 767px) {
  #page_service #sec02 .blk_link .btn_wrap ul > li {
    margin: 10px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  #page_service #sec02 .blk_link .btn_wrap ul > li:first-child {
    margin-top: 0;
  }
}

/*-------------------------
  sec03
-------------------------*/
#page_service #sec03 {
  padding: 0 40px;
  margin: 83px 0 0;
}
@media only screen and (max-width: 767px) {
  #page_service #sec03 {
    padding: 0 20px;
    margin-top: 55px;
  }
}
@media only screen and (min-width: 768px) {
  #page_service #sec03 .innerWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1100px;
  }
}
#page_service #sec03 .main_wrap {
  width: 100%;
}
#page_service #sec03 .img_wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
@media only screen and (min-width: 768px) {
  #page_service #sec03 .img_wrap {
    max-width: 440px;
    width: 40%;
    margin: 0 52px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  #page_service #sec03 .img_wrap {
    max-width: 330px;
    width: 100%;
    margin: 20px auto 0;
  }
}
#page_service #sec03 .img_wrap img {
  width: 100%;
  height: auto;
}

/*-------------------------
  sec04
-------------------------*/
#page_service .bg_blue {
  padding: 75px 40px 55px;
  margin: 55px 0 0;
}
@media only screen and (max-width: 767px) {
  #page_service .bg_blue {
    padding: 35px 20px 55px;
    margin-top: 55px;
  }
}
@media only screen and (min-width: 768px) {
  #page_service .bg_blue > .innerWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1100px;
  }
}
#page_service .bg_blue .sec_block {
  background: #fff;
  border-radius: 6px;
}

#page_service #sec04 {
  padding: 40px 70px;
  margin: 0 0 16px;
}
@media only screen and (max-width: 767px) {
  #page_service #sec04 {
    padding: 40px 20px;
  }
}
@media only screen and (min-width: 768px) {
  #page_service #sec04 .innerWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 1100px;
  }
}
@media only screen and (max-width: 767px) {
  #page_service #sec04 .innerWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#page_service #sec04 .main_wrap {
  width: 100%;
}
#page_service #sec04 .img_wrap {
  /*
  flex: 1 0 auto;
  @include minW($minW: $sp) {
  	max-width: 297px;
  	width: 30.938%;
  	margin: 0 0 0 60px;
  }
  @include maxW($maxW: $sp) {
  	width: 80%;
  	margin: 20px auto;
  }
  img {
  	width: 100%;
  	height: auto;
  }
  */
}
#page_service #sec04 .img_wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin: -40px 0 0 60px;
}
@media only screen and (min-width: 768px) {
  #page_service #sec04 .img_wrap {
    max-width: 310px;
    width: 32.293%;
    width: 40%;
  }
}
@media only screen and (max-width: 1023px) {
  #page_service #sec04 .img_wrap {
    margin: 0 0 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  #page_service #sec04 .img_wrap {
    margin: 15px auto 25px;
  }
}
#page_service #sec04 .img_wrap .img {
  display: block;
  max-width: 197px;
  width: 63.55%;
  margin: 0 auto 0;
}
#page_service #sec04 .img_wrap .img img {
  width: 100%;
  height: auto;
}
#page_service #sec04 .img_wrap .notes {
  font-size: 1.1rem;
  line-height: 1.6363636364;
  text-indent: -1em;
  padding-left: 1em;
  margin: 15px 0 0;
}
#page_service #sec04 .yoyaku {
  margin: 18px 0 0;
}
#page_service #sec04 .yoyaku .hd {
  background: #ebf4ff;
  color: #003db7;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  padding: 4px 20px;
  margin: 0 0 12px;
}
@media only screen and (min-width: 768px) {
  #page_service #sec04 .yoyaku .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#page_service #sec04 .yoyaku .main {
  width: 100%;
  font-size: 1.5rem;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  #page_service #sec04 .yoyaku .main {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
#page_service #sec04 .yoyaku .main a {
  color: #11a8ee;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
#page_service #sec04 .yoyaku .main a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
#page_service #sec04 .yoyaku .name {
  color: #003db7;
  font-size: 2.1rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  #page_service #sec04 .yoyaku .name {
    font-size: 1.8rem;
    margin: 0 0 8px;
  }
}
@media only screen and (max-width: 360px) {
  #page_service #sec04 .yoyaku .name {
    font-size: 5vw;
  }
}
#page_service #sec04 .yoyaku .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  max-width: 475px;
  width: 49.48%;
  background: #bbd7fe;
  margin: 0 0 0 20px;
}
@media only screen and (max-width: 767px) {
  #page_service #sec04 .yoyaku .logo {
    width: 100%;
    margin: 20px auto 0;
  }
}
#page_service #sec04 .yoyaku .logo a {
  position: relative;
  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;
  width: 100%;
  min-height: 100px;
  background: #fff;
  border: 1px solid #bbd7fe;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
#page_service #sec04 .yoyaku .logo a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
@media only screen and (max-width: 767px) {
  #page_service #sec04 .yoyaku .logo a {
    min-height: 80px;
  }
}
#page_service #sec04 .yoyaku .logo a:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(../img/blank_blue2.png) no-repeat left top;
  background-size: cover;
}
#page_service #sec04 .yoyaku .logo img {
  max-width: 228px;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  #page_service #sec04 .yoyaku .logo img {
    width: 70%;
  }
}

/*-------------------------
  sec05 ／ sec06
-------------------------*/
@media only screen and (min-width: 768px) {
  #page_service #sec05,
  #page_service #sec06 {
    max-width: 544px;
    width: 49.455%;
    padding: 40px 40px;
  }
}
@media only screen and (max-width: 767px) {
  #page_service #sec05,
  #page_service #sec06 {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 1060px) {
  #page_service #sec05 .sec_title br,
  #page_service #sec06 .sec_title br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #page_service #sec05 .sec_title br,
  #page_service #sec06 .sec_title br {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  #page_service #sec05 {
    margin-bottom: 16px;
  }
}
#page_service #sec05 .sec_title .text {
  margin-right: -20px;
}

/*-------------------------
  プラン・オプション
-------------------------*/
#page_service #sec_plan {
  padding: 100px 0 77px;
}
@media only screen and (max-width: 767px) {
  #page_service #sec_plan {
    padding: 60px 20px;
  }
}
#page_service #sec_plan .innerWrap {
  max-width: 1100px;
  padding: 0 0 37px;
}
@media only screen and (max-width: 767px) {
  #page_service #sec_plan .innerWrap {
    padding: 0;
  }
}
#page_service #sec_plan .innerWrap:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 8px;
  width: 171px;
  height: 191px;
  background: url(../img/service/img04.png) no-repeat right bottom;
  background-size: 100% auto;
}
@media only screen and (max-width: 767px) {
  #page_service #sec_plan .innerWrap:after {
    bottom: 85px;
  }
}
@media only screen and (max-width: 560px) {
  #page_service #sec_plan .innerWrap:after {
    display: none;
    width: 111px;
    height: 131px;
  }
}
@media only screen and (max-width: 767px) {
  #page_service #sec_plan .read {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 191px;
    padding: 0 201px 0 0;
    margin: 0;
  }
}
@media only screen and (max-width: 560px) {
  #page_service #sec_plan .read {
    display: block;
    min-height: inherit;
    padding: 0 135px 0 0;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  #page_service #sec_plan .btn01 {
    margin-top: 25px;
  }
}

/*-------------------------
design CHECK
-------------------------*/
@-webkit-keyframes arrow_right_mini {
  0% {
    right: 20px;
    width: 8px;
    background-position: left top;
  }
  50% {
    right: 12px;
    width: 0;
    background-position: 8px top;
  }
  51% {
    right: 20px;
    width: 8px;
    background-position: -8px top;
  }
  100% {
    right: 20px;
    width: 8px;
    background-position: left top;
  }
}
@keyframes arrow_right_mini {
  0% {
    right: 20px;
    width: 8px;
    background-position: left top;
  }
  50% {
    right: 12px;
    width: 0;
    background-position: 8px top;
  }
  51% {
    right: 20px;
    width: 8px;
    background-position: -8px top;
  }
  100% {
    right: 20px;
    width: 8px;
    background-position: left top;
  }
}
#sec_design_check {
  position: relative;
  z-index: 0;
  padding: 0 20px 27px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #sec_design_check {
    padding-bottom: 50px;
  }
}
#sec_design_check:before {
  content: "";
  position: absolute;
  top: 25px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #212159;
}
@media only screen and (max-width: 767px) {
  #sec_design_check:before {
    top: 50px;
  }
}
#sec_design_check .innerWrap {
  max-width: 1100px;
}
@media only screen and (min-width: 768px) {
  #sec_design_check .innerWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#sec_design_check .img_wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  max-width: 488px;
  width: 44.365%;
  margin: 0 38px 0 0;
}
@media only screen and (max-width: 767px) {
  #sec_design_check .img_wrap {
    max-width: 360px;
    width: 80%;
    margin: 0 auto 20px;
  }
}
#sec_design_check .img_wrap img {
  width: 100%;
  height: auto;
}
#sec_design_check .main_wrap {
  width: 100%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 25px 0 0;
}
@media only screen and (max-width: 1023px) {
  #sec_design_check .main_wrap {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #sec_design_check .main_wrap {
    padding-top: 0;
  }
}
#sec_design_check .hd {
  font-family: "Ubuntu", "Noto Sans JP";
  font-weight: 500;
  font-size: 4.6rem;
  text-align: center;
  margin: 0 0 15px;
}
@media only screen and (max-width: 767px) {
  #sec_design_check .hd {
    font-size: 3.6rem;
  }
}
#sec_design_check .hd strong {
  color: #246dff;
  font-size: 135%;
}
#sec_design_check .read {
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 0;
}
#sec_design_check p:empty {
  display: none;
}
#sec_design_check .notes {
  display: none;
  position: relative;
  background: #ffe374;
  border-radius: 6px;
  color: #222222;
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 10px 20px;
  margin: 20px 0 -10px;
}
#sec_design_check .notes:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #ffe374 transparent transparent transparent;
  margin: 0 auto;
}
#sec_design_check .btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 22px 0 0;
}
@media only screen and (max-width: 1023px) {
  #sec_design_check .btn_wrap {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #sec_design_check .btn_wrap {
    margin: 30px 0 0;
  }
}
#sec_design_check .btn_wrap li {
  max-width: 280px;
  width: 48.783%;
}
@media only screen and (max-width: 1023px) {
  #sec_design_check .btn_wrap li {
    width: 100%;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 1023px) {
  #sec_design_check .btn_wrap li:first-child {
    margin-top: 0;
  }
}
#sec_design_check .btn_wrap .btn_inner:after {
  right: 20px;
}
@media only screen and (min-width: 768px) {
  #sec_design_check .btn_wrap .btn_inner:hover:after {
    -webkit-animation-name: arrow_right_mini;
            animation-name: arrow_right_mini;
  }
}
#sec_design_check .btn_wrap .spCont {
  display: none;
}

.view_sp #sec_design_check .notes,
.view_tablet #sec_design_check .notes {
  display: block;
}
.view_sp #sec_design_check .btn_wrap .pcCont,
.view_tablet #sec_design_check .btn_wrap .pcCont {
  display: none;
}
.view_sp #sec_design_check .btn_wrap .spCont,
.view_tablet #sec_design_check .btn_wrap .spCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*-------------------------
他社比較
-------------------------*/
#sec_hikaku {
  padding: 128px 40px 90px;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #sec_hikaku {
    padding: 60px 20px 90px;
    padding-bottom: 0;
  }
}
#sec_hikaku .hd01 {
  margin: 0 0 69px;
}
@media only screen and (max-width: 767px) {
  #sec_hikaku .hd01 {
    margin-bottom: 30px;
  }
}
#sec_hikaku .hd01 .main {
  font-size: 3rem;
}
@media only screen and (max-width: 767px) {
  #sec_hikaku .hd01 .main {
    font-size: 2.4rem;
  }
}
#sec_hikaku .btn01 {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  #sec_hikaku .btn01 {
    margin-top: 40px;
  }
}
#sec_hikaku .sp_scroll_wrap {
  text-align: center;
}
#sec_hikaku .sp_scroll_wrap:before {
  /*
  @include maxW($maxW: $sp) {
  	content: '横にスクロールしてご覧ください';
  	display: block;
  	background: url(../img/arrow_scroll.png) no-repeat left 4px;
  	background-size: 8px auto;
  	font-size: 1.0rem;
  	line-height: 1.0;
  	text-align: right;
  	padding-left: 14px;
  }
  */
}
@media only screen and (max-width: 767px) {
  #sec_hikaku .sp_scroll_inner {
    overflow-x: auto;
    overflow-y: hidden;
    margin-right: -20px;
  }
}
@media only screen and (max-width: 767px) {
  #sec_hikaku .sp_scroll_main {
    min-width: 543px;
    padding: 10px 20px 10px 0;
  }
}
#sec_hikaku .sp_scroll_main img {
  max-width: 100%;
  height: auto;
  margin: auto;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■ご利用規約
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.blk_kiyaku {
  padding: 0 40px 100px;
}
@media only screen and (max-width: 767px) {
  .blk_kiyaku {
    padding: 0 20px 80px;
  }
}
.blk_kiyaku .innerWrap {
  max-width: 960px;
}

.sec_kiyaku {
  line-height: 2;
  margin: 60px 0 0;
}
@media only screen and (max-width: 767px) {
  .sec_kiyaku {
    line-height: 1.8571428571;
  }
}
.sec_kiyaku.end {
  text-align: right;
}
.sec_kiyaku .hd02 {
  margin: 0 0 25px;
}
@media only screen and (max-width: 767px) {
  .sec_kiyaku .hd02 {
    margin-bottom: 15px;
  }
}

.list_number {
  display: table;
  text-align: left;
  padding: 0;
  margin: 0;
}
.list_number li {
  list-style-type: decimal;
  padding: 0;
  margin: 0;
  display: table-row;
}
.list_number li:before {
  display: table-cell;
  text-align: right;
  padding-right: 0.5em;
}
.list_number li:after {
  content: "";
  display: block;
  margin-bottom: 1em;
}
.list_number li:last-of-type:after {
  margin-bottom: 0;
}
.list_number > li {
  counter-increment: table-ol;
}
.list_number > li:before {
  content: counter(table-ol) ".";
}
.list_number ol {
  display: table;
  padding: 1em 0 0 1em;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .list_number ol {
    padding-left: 10px;
  }
}
.list_number ol > li {
  counter-increment: cnt;
}
.list_number ol > li:before {
  content: "(" counter(cnt) ") ";
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■Support
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_support #sec_entry {
  padding: 0 40px 100px;
}
@media only screen and (max-width: 767px) {
  #page_support #sec_entry {
    padding: 20px 20px 100px;
  }
}
#page_support #sec_entry .innerWrap {
  max-width: 1100px;
}
#page_support #sec_entry #entry_form {
  padding: 40px 50px;
}
@media only screen and (max-width: 767px) {
  #page_support #sec_entry #entry_form {
    padding: 40px 20px;
    margin: 0 -20px;
  }
}

.form_privacy a[target=_blank] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0091e4;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.form_privacy a[target=_blank]:hover {
  opacity: 0.8;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.form_privacy a[target=_blank]:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(../img/blank_blue3.png) no-repeat left top;
  background-size: cover;
  margin: 0 5px 0 3px;
}
.form_privacy .check {
  margin-top: 1em;
}
.form_privacy label {
  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;
}
.form_privacy span:not([class]) {
  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;
}
.form_privacy input[type=checkbox] {
  display: none;
  margin-left: 0;
}
.form_privacy input[type=checkbox] ~ span:not([class]) {
  float: left;
  clear: left;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: auto;
  max-width: 100%;
  color: #122fa7;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  padding: 0 0 0 20px;
}
@media only screen and (max-width: 375px) {
  .form_privacy input[type=checkbox] ~ span:not([class]) {
    font-size: 4vw;
  }
}
.form_privacy input[type=checkbox] ~ span:not([class]):before, .form_privacy input[type=checkbox] ~ span:not([class]):after {
  content: "";
  position: absolute;
  display: block;
}
.form_privacy input[type=checkbox] ~ span:not([class]):before {
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #ccc;
}
.form_privacy input[type=checkbox] ~ span:not([class]):after {
  opacity: 0;
  top: 6px;
  bottom: 2px;
  left: 5px;
  width: 6px;
  height: 10px;
  border-bottom: 2px solid #122fa7;
  border-right: 2px solid #122fa7;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
.form_privacy input[type=checkbox]:checked ~ span:not([class]):after {
  opacity: 1;
}
.form_privacy .required {
  background: #fb6745;
  border-radius: 0;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  padding: 4px 12px;
  margin: 0 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .form_privacy .required {
    position: static;
    padding: 3px 6px;
    margin-left: 8px;
  }
}
@media only screen and (max-width: 359px) {
  .form_privacy .required {
    font-size: 3.3426183844vw;
  }
}
.form_privacy .mfp_err {
  text-align: center;
}

.submit_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px auto 0;
}
@media only screen and (max-width: 767px) {
  .submit_btn_wrap {
    margin-top: 35px;
  }
}
.submit_btn_wrap .btn, .submit_btn_wrap .mfp_element_button {
  max-width: 320px;
  width: 100%;
  height: 60px;
  background: #212159;
  border: none;
  border-radius: 100px;
  font-weight: 500;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  margin: 0 10px;
}
@media only screen and (max-width: 767px) {
  .submit_btn_wrap .btn, .submit_btn_wrap .mfp_element_button {
    height: 46px;
  }
}
.submit_btn_wrap .mfp_element_submit, .submit_btn_wrap #mfp_button_send {
  color: #fff;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.submit_btn_wrap .mfp_element_submit:hover, .submit_btn_wrap #mfp_button_send:hover {
  opacity: 0.8;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.submit_btn_wrap #mfp_button_cancel {
  color: #212159;
  background-color: #fff;
}
.submit_btn_wrap #mfp_button_cancel:hover {
  opacity: 0.8;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■Thanks
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_thanks .sec_block {
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  #page_thanks .sec_block {
    padding: 0 20px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■WP用
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*-------------------------
  編集ボタン
-------------------------*/
a.post-edit-link {
  background-color: #F00 !important;
  background-image: none !important;
  border-radius: 5px 5px 5px 5px !important;
  color: #FFFFFF !important;
  font-size: 10px !important;
  font-weight: normal !important;
  padding: 3px 5px !important;
  text-decoration: none !important;
  display: inline-block !important;
  line-height: 1.1 !important;
}

a.post-edit-link:hover {
  background-color: #06C !important;
}

/*-------------------------
  404用
-------------------------*/
#notfound {
  padding: 150px 0;
}
#notfound p {
  text-align: center;
}
#notfound .caption {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}

/*-------------------------
  記事用
-------------------------*/
article .entry p, article .entry ul, article .entry ol, article .entry table {
  margin-bottom: 30px;
}
article .entry .alignleft {
  float: left;
  display: block;
  margin-right: 30px;
}
article .entry .alignright {
  float: right;
  display: block;
  margin-right: 30px;
}
article .entry .aligncenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
article .entry img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
article .entry table {
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
}
article .entry table th, article .entry table td {
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 5px 20px;
  text-align: left;
}
article .entry table th {
  background: #f9f9f9;
  font-weight: 700;
}
article .entry .wp-caption {
  width: 100% !important;
}
article .entry .wp-caption-text {
  font-size: 80%;
}

@media only screen and (max-width: 767px) {
  article .entry p, article .entry ul, article .entry ol, article .entry table {
    margin-bottom: 15px;
  }
  article .entry .alignleft {
    margin-right: 15px;
  }
  article .entry .alignright {
    margin-right: 15px;
  }
}
/*-------------------------
  WP用のページャー
-------------------------*/
#list_pager {
  overflow: hidden;
}

/*--------------------------------------------------
  記事用 - ブロックエディタ
--------------------------------------------------*/
/*-------------------------
  文字サイズ
-------------------------*/
.entry-wp-block {
  /* 【基本書式・標準サイズ】 */
}
.entry-wp-block p, .entry-wp-block h2, .entry-wp-block h3, .entry-wp-block h4, .entry-wp-block h5, .entry-wp-block h6 {
  word-break: break-all;
  margin-bottom: 30px;
}
.entry-wp-block h2 {
  font-size: 200%;
}
.entry-wp-block h3 {
  font-size: 150%;
}
.entry-wp-block h4 {
  font-size: 120%;
}
.entry-wp-block h5 {
  font-size: 100%;
}
.entry-wp-block h6 {
  font-size: 80%;
}
.entry-wp-block p {
  /* 標準サイズ */
  font-size: 100%;
}
.entry-wp-block p.has-small-font-size {
  /* 小 */
  font-size: 85%;
}
.entry-wp-block p.has-medium-font-size {
  /* 中 */
  font-size: 120%;
}
.entry-wp-block p.has-large-font-size {
  /* 大 */
  font-size: 150%;
}
.entry-wp-block p.has-huge-font-size {
  /* 特大 */
  font-size: 200%;
}
.entry-wp-block .blocks-gallery-grid .blocks-gallery-image figcaption,
.entry-wp-block .blocks-gallery-grid .blocks-gallery-item figcaption,
.entry-wp-block .wp-block-gallery .blocks-gallery-image figcaption,
.entry-wp-block .wp-block-gallery .blocks-gallery-item figcaption {
  font-size: 85%;
}
.entry-wp-block .blocks-gallery-caption {
  font-size: 100%;
}

/*-------------------------
  フォントスタイル系
-------------------------*/
.entry-wp-block em {
  font-style: italic;
}
.entry-wp-block pre,
.entry-wp-block .wp-block-verse {
  white-space: inherit;
}
.entry-wp-block > ul, .entry-wp-block > ol {
  padding-left: 20px;
}
.entry-wp-block > ul li, .entry-wp-block > ol li {
  list-style: inherit;
}
.entry-wp-block > ul li ul, .entry-wp-block > ul li ol, .entry-wp-block > ol li ul, .entry-wp-block > ol li ol {
  padding-left: 20px;
}

/*-------------------------
  画像系
-------------------------*/
.entry-wp-block img {
  max-width: 100%;
  height: auto;
}
.entry-wp-block .wp-block-image {
  margin: 0;
}
.entry-wp-block .wp-block-image figcaption {
  margin: 0;
}
.entry-wp-block .wp-block-gallery {
  /* 【ギャラリー】 */
}
.entry-wp-block .wp-block-gallery .blocks-gallery-grid {
  overflow: hidden;
  width: 100%;
  margin-bottom: -16px;
}
.entry-wp-block .wp-block-gallery .blocks-gallery-item:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.entry-wp-block .wp-block-gallery .blocks-gallery-item figure {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.entry-wp-block .wp-block-gallery .blocks-gallery-item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.entry-wp-block .wp-block-gallery .blocks-gallery-caption {
  margin-top: 5px;
}

/*-------------------------
  クオート
-------------------------*/
.entry-wp-block .wp-block-quote {
  /* 【クオート】 */
  position: relative;
  border-left: 5px solid #e5e5e5;
  font-size: 100%;
  padding: 0 15px;
  margin: 0 30px;
}
@media only screen and (max-width: 767px) {
  .entry-wp-block .wp-block-quote {
    border-width: 3px;
    margin: 0 15px;
  }
}
.entry-wp-block .wp-block-quote p {
  font-size: 100%;
}
.entry-wp-block .wp-block-pullquote {
  /* 【プルクオート】 */
}
.entry-wp-block .wp-block-pullquote blockquote {
  position: relative;
  background: #f5f5f5;
  border: 2px solid #ccc;
  font-size: 100%;
  padding: 30px;
}
.entry-wp-block .wp-block-pullquote blockquote:before, .entry-wp-block .wp-block-pullquote blockquote:after {
  position: absolute;
  color: #aaa;
  font-family: serif;
  font-size: 300%;
}
.entry-wp-block .wp-block-pullquote blockquote:before {
  content: "“";
  line-height: 1.1;
  top: 10px;
  left: 15px;
}
.entry-wp-block .wp-block-pullquote blockquote:after {
  content: "”";
  line-height: 0;
  bottom: 10px;
  right: 15px;
}
.entry-wp-block .wp-block-pullquote blockquote p {
  font-size: 100%;
}

/*-------------------------
  余白調整
-------------------------*/
.entry-wp-block .wp-block-group {
  /* 【グループ】 */
  clear: both;
}
.entry-wp-block .wp-block-image {
  /* 【画像】 */
}
.entry-wp-block .wp-block-columns {
  /* 【カラム】 */
}
.entry-wp-block .wp-block-quote {
  /* 【引用】 */
}
.entry-wp-block .wp-block-gallery {
  /* 【ギャラリー】 */
}
.entry-wp-block .wp-block-file {
  /* 【ファイル】 */
}
.entry-wp-block .wp-block-cover {
  /* 【カバー】 */
}
.entry-wp-block .wp-block-pullquote {
  /* 【プルクオート】 */
}
.entry-wp-block .wp-block-table {
  /* 【テーブル】 */
}
.entry-wp-block .wp-block-verse {
  /* 【詩】 */
}
.entry-wp-block .wp-block-button {
  /* 【ボタン】 */
}
.entry-wp-block .wp-block-media-text {
  /* 【メディアと文章】 */
}
.entry-wp-block .wp-block-calendar {
  /* 【カレンダー】 */
}
.entry-wp-block .wp-block-categories {
  /* 【カテゴリー】 */
}
.entry-wp-block .wp-block-embed {
  /* 【埋め込み】 */
}
.entry-wp-block .wp-block-embed iframe {
  max-width: 100% !important;
  width: 100% !important;
}

/*--------------------------------------------------
  記事用
--------------------------------------------------*/
.entry p:empty {
  display: none;
}
.entry a {
  color: #0091e4;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.entry a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

/*--------------------------------------------------
  記事用 - ブロックエディタ
--------------------------------------------------*/
/*-------------------------
  文字サイズ
-------------------------*/
.entry {
  /* 【基本書式・標準サイズ】 */
}
.entry h2 {
  /* fz200% */
  line-height: 1.5;
  font-size: 2.8rem;
  font-weight: 600;
  padding: 10px;
  background-color: #eee;
  margin-top: 80px;
}
.entry h3 {
  /* fz150% */
  line-height: 1.75;
}
.entry h4 {
  /* fz120% */
  font-size: 200%;
  line-height: 1.8;
  position: relative;
  padding-left: 20px;
}
.entry h4:before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;
  width: 4px;
  background: #000;
}
.entry h5 {
  /* fz100% */
  font-size: 150%;
  line-height: 1.75;
}
.entry h6 {
  /* fz80% */
  font-size: 120%;
  line-height: 1.6;
}
.entry p.has-small-font-size {
  /* 小 80% */
  line-height: 1.6;
}
.entry p.has-medium-font-size {
  /* 中 120% */
}
.entry p.has-large-font-size {
  /* 大 150% */
  line-height: 1.75;
}
.entry p.has-huge-font-size {
  /* 特大 200% */
  line-height: 1.8;
}

/*-------------------------
  フォントスタイル系
-------------------------*/
.entry pre,
.entry .wp-block-verse {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-weight: 400;
}
.entry > ul, .entry > ol {
  margin-left: 1em;
}
.entry li {
  line-height: 1.8;
  margin-bottom: 15px;
}

/*-------------------------
  画像系
-------------------------*/
.entry .wp-block-image {
  overflow: hidden;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
}
.entry .wp-block-image figcaption {
  margin-top: 5px;
}

/*-------------------------
  リンク・ボタン
-------------------------*/
.entry a {
  color: #0091e4;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.entry a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.entry .wp-block-file .wp-block-file__button {
  /* 【ダウンロードボタン】 */
  position: relative;
  background: #f00;
  border: 2px solid #f00;
  border-radius: 0;
}
.entry .wp-block-button {
  text-align: center;
  /* 【塗りつぶし】 */
}
.entry .wp-block-button a.wp-block-button__link {
  opacity: 1;
  position: relative;
  min-width: 270px;
  background-color: transparent;
  border: 2px solid #f00;
  border-radius: 0;
  color: #fff;
  font-size: 1.6rem;
  padding: 9px 15px;
}
.entry .wp-block-button a.wp-block-button__link:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -3;
  background: #fff;
}
.entry .wp-block-button a.wp-block-button__link:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #f00;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.entry .wp-block-button a.wp-block-button__link:hover {
  color: #f00;
}
.entry .wp-block-button a.wp-block-button__link:hover:after {
  left: 100%;
}
.entry .wp-block-button.is-style-outline {
  /* 【アウトライン】 */
}
.entry .wp-block-button.is-style-outline a.wp-block-button__link {
  color: #f00;
}
.entry .wp-block-button.is-style-outline a.wp-block-button__link:before {
  background: #f00;
}
.entry .wp-block-button.is-style-outline a.wp-block-button__link:after {
  background: #fff;
}
.entry .wp-block-button.is-style-outline a.wp-block-button__link:hover {
  color: #fff;
}
.entry .wp-block-separator {
  /* 【区切り】 */
  margin: 60px 0;
}
@media only screen and (max-width: 767px) {
  .entry .wp-block-separator {
    margin: 40px 0;
  }
}

/*-------------------------
  テーブル
-------------------------*/
.entry .wp-block-table {
  /* 【デフォルト】 */
}
.entry .wp-block-table th, .entry .wp-block-table td {
  border: 1px solid #ccc;
  padding: 10px;
}
.entry .wp-block-table th {
  background-color: #ebf4ff;
}
.entry .wp-block-table.is-style-stripes {
  /* 【ストライプ】 */
}
.entry .wp-block-table.is-style-stripes th, .entry .wp-block-table.is-style-stripes td {
  border-color: #ccc;
}
.entry .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f5f5f5;
}

/*-------------------------
  余白調整
-------------------------*/
@media only screen and (max-width: 767px) {
  .entry {
    padding: 0 15px;
  }
}
.entry > *:empty + * {
  margin-top: 0;
}
.entry p, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .entry p, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
    margin-top: 12.5px;
  }
}
.entry p:first-child, .entry h2:first-child, .entry h3:first-child, .entry h4:first-child, .entry h5:first-child, .entry h6:first-child {
  margin-top: 0;
}
.entry h4 {
  margin-top: 45px;
}
@media only screen and (max-width: 767px) {
  .entry h4 {
    margin-top: 22.5px;
  }
}
.entry h4:first-child {
  margin-top: 0;
}
.entry > ul, .entry > ol {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .entry > ul, .entry > ol {
    margin-top: 15px;
  }
}
.entry > ul:first-child, .entry > ol:first-child {
  margin-top: 0;
}
.entry .wp-block-group {
  /* 【グループ】 */
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .entry .wp-block-group {
    margin-top: 15px;
  }
}
.entry .wp-block-group:first-child {
  margin-top: 0;
}
.entry .wp-block-image {
  /* 【画像】 */
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .entry .wp-block-image {
    margin-top: 15px;
  }
}
.entry .wp-block-image:first-child {
  margin-top: 0;
}
.entry .wp-block-columns {
  /* 【カラム】 */
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .entry .wp-block-columns {
    margin-top: 15px;
  }
}
.entry .wp-block-columns:first-child {
  margin-top: 0;
}
.entry .wp-block-gallery {
  /* 【ギャラリー】 */
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .entry .wp-block-gallery {
    margin-top: 15px;
  }
}
.entry .wp-block-gallery:first-child {
  margin-top: 0;
}
.entry .wp-block-file {
  /* 【ファイル】 */
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .entry .wp-block-file {
    margin-top: 15px;
  }
}
.entry .wp-block-file:first-child {
  margin-top: 0;
}
.entry .wp-block-cover {
  /* 【カバー】 */
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .entry .wp-block-cover {
    margin-top: 15px;
  }
}
.entry .wp-block-cover:first-child {
  margin-top: 0;
}
.entry .wp-block-quote {
  /* 【引用】 */
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .entry .wp-block-quote {
    margin-top: 15px;
  }
}
.entry .wp-block-quote:first-child {
  margin-top: 0;
}
.entry .wp-block-pullquote {
  /* 【プルクオート】 */
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .entry .wp-block-pullquote {
    margin-top: 15px;
  }
}
.entry .wp-block-pullquote:first-child {
  margin-top: 0;
}
.entry .wp-block-table {
  /* 【テーブル】 */
  margin-top: 30px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .entry .wp-block-table {
    margin-top: 15px;
  }
}
.entry .wp-block-table:first-child {
  margin-top: 0;
}
.entry .wp-block-verse {
  /* 【詩】 */
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .entry .wp-block-verse {
    margin-top: 15px;
  }
}
.entry .wp-block-verse:first-child {
  margin-top: 0;
}
.entry .wp-block-button {
  /* 【ボタン】 */
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .entry .wp-block-button {
    margin-top: 15px;
  }
}
.entry .wp-block-button:first-child {
  margin-top: 0;
}
.entry .wp-block-media-text {
  /* 【メディアと文章】 */
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .entry .wp-block-media-text {
    margin-top: 15px;
  }
}
.entry .wp-block-media-text:first-child {
  margin-top: 0;
}
.entry .wp-block-calendar {
  /* 【カレンダー】 */
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .entry .wp-block-calendar {
    margin-top: 15px;
  }
}
.entry .wp-block-calendar:first-child {
  margin-top: 0;
}
.entry .wp-block-categories {
  /* 【カテゴリー】 */
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .entry .wp-block-categories {
    margin-top: 15px;
  }
}
.entry .wp-block-categories:first-child {
  margin-top: 0;
}
.entry .wp-block-embed {
  /* 【埋め込み】 */
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .entry .wp-block-embed {
    margin-top: 15px;
  }
}
.entry .wp-block-embed:first-child {
  margin-top: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■Animation
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.animated {
  opacity: 0;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-timing-function: cubic-bezier(0.31, 0, 0.87, 0.67);
          animation-timing-function: cubic-bezier(0.31, 0, 0.87, 0.67);
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  visibility: hidden;
}
@media only screen and (max-width: 767px) {
  .animated {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.35s;
          animation-duration: 0.35s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  visibility: visible;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 0.35s;
          animation-duration: 0.35s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  visibility: visible;
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-duration: 0.35s;
          animation-duration: 0.35s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  visibility: visible;
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-duration: 0.35s;
          animation-duration: 0.35s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  visibility: visible;
}

@media only screen and (max-width: 767px) {
  .pulse {
    -webkit-animation-name: pulse;
            animation-name: pulse;
    -webkit-animation-duration: 0.35s;
            animation-duration: 0.35s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    visibility: visible;
  }
}