@charset "UTF-8";
/* CSS Document */
/*================================================
  base
================================================*/
html {
  font-size: 62.5%;
  /* フォントサイズ:10px */
}

body {
  font-size: 1.6em;
  line-height: 2.0;
  font-family: "Avenir", "Helvetica Neue", "Helvetica", "Arial", "メイリオ", Meiryo, "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic";
  color: #333333;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1 {
  font-size: 5.0rem;
}

h2 {
  font-size: 4.2rem;
}

h3 {
  font-size: 3.2rem;
}

h4 {
  font-size: 2.6rem;
}

h5 {
  font-size: 2.2rem;
}

img {
  outline: none;
  border-style: none;
}

a, a * {
  color: inherit;
  border: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

a:hover, a:hover * {
  cursor: pointer;
  opacity: 0.7;
}

main p {
  margin-bottom: 0;
}

main p + p:not([class]) {
  margin-top: 20px;
}

main p + div {
  margin-top: 20px !important;
}

main ul {
  list-style-type: disc;
  padding-left: 20px;
}

main ol {
  list-style-type: decimal;
  padding-left: 20px;
}

main a {
  text-decoration: underline;
}

main a:hover {
  text-decoration: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-top: 2px solid #fff;
  margin-bottom: 50px;
}

table th, table td {
  font-size: 1.4rem;
  line-height: 1.6;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  padding: 20px 20px 15px;
  background: #e5eef9;
  vertical-align: middle;
}

table th img, table td img {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto 15px;
}

table td {
  vertical-align: top;
}

table td:last-child {
  background: #f0fbf9;
}

table th:last-child, table td:last-child {
  border-right: none;
}

table thead th {
  color: #fff;
  font-size: 1.6rem;
  background: #5e97db;
}

table thead th:last-child {
  background: #42bde3;
}

table th {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  background: #d0e1f5;
}

/*　レスポンシブ 表示・改行管理　-------------------------*/
/* ------------------------------------------------
    (1) .only__pc      : PCのみ表示・改行
    (2) .only__tb-pc   : タブレット&PCのみ表示・改行
    (3) .only__tb      : タブレットのみ表示・改行
    (4) .only__sp-tb   : スマホ&タブレットのみ表示・改行
    (5) .only__sp      : スマホのみ表示・改行
------------------------------------------------ */

/*================================================
  header
================================================*/
/*　ベース　------------------------- */
.siteHeader {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
  -webkit-transition: .3s;
  transition: .3s;
}

.siteHeader.transform {
  background: #fff;
  -webkit-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.2);
}

.siteHeader__inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0 40px;
  height: 80px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/*　ロゴ　------------------------- */
.siteHeader__logo img {
  height: 30px;
  width: 114px;
  display: block;
}

.siteHeader__logo a:hover img {
  opacity: 0.85;
}

/*　PC用グローバルメニュー　------------------------- */
.siteHeader__gNav {
  width: 100%;
}

.siteHeader__gNav__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.siteHeader__gNav__menu__item {
  font-size: 1.4rem;
  font-weight: bold;
  margin-right: 30px;
}

.siteHeader__gNav__menu__item a {
  text-decoration: none;
}

.siteHeader__gNav__menu__item--inquiry {
  color: #fff;
  margin-right: 0;
}

.siteHeader__gNav__menu__item--inquiry a {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#42bde3), to(#3d91d8));
  background: linear-gradient(to right, #42bde3, #3d91d8);
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  padding: 0px 40px;
  margin-right: 40px;
}

.siteHeader__gNav__menu__item--inquiry span {
  vertical-align: middle;
}

.siteHeader__gNav__menu__item--inquiry i {
  font-size: 2rem;
  vertical-align: middle;
  padding-left: 10px;
}

/*　SP用グローバルメニュー　------------------------- */

.siteHeader__gNavSp {
  display: none;
}

/*================================================
  body
================================================*/
/* ---------------------------------------
  main visual
--------------------------------------- */
.mainVisual {
  width: 100%;
  height: 640px;
  margin: 0 auto;
  position: relative;
  background: #fff url(../img/main-visual_bg.jpg) no-repeat center center/cover;
  margin-top: 80px;
  z-index: 0;
}

.mainVisual__inner {
  width: 100%;
  max-width: 1064px;
  height: inherit;
  margin: 0 auto;
  padding: 70px 20px 0;
  position: relative;
}

.mainVisual__text {
  width: 100%;
  color: #333333;
}

.mainVisual__text__subTitle {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  line-height: 46px;
  letter-spacing: 0.075em;
  /*width: 446px;*/
  width: 566px;
  height: 46px;
  margin: 0 0 30px 70px;
  position: relative;
  z-index: 1;
}

.mainVisual__text__subTitle::before {
  -webkit-transform: skewX(-27deg);
          transform: skewX(-27deg);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #194084;
}

.mainVisual__text__title {
  color: #194084;
  font-size: 5.6rem;
  font-weight: 900;
  line-height: 1.6;
  font-style: italic;
  margin-bottom: 40px;
}

.mainVisual__text__title__line {
  display: block;
}

.mainVisual__text__title__line:nth-child(1) {
  margin-left: 100px;
}

.mainVisual__text__title__line:nth-child(2) {
  margin-left: 50px;
}

.mainVisual__text__title__fontL {
  display: inline-block;
  font-size: 6.4rem;
  margin-right: 10px;
}

.mainVisual__img {
  text-align: right;
}

.mainVisual__img img {
  width: 100%;
  max-width: 466px;
  margin-top: 103px;
}

.mainVisual__scroll {
  position: absolute;
  display: inline-block;
  color: #333333;
  font-size: 1.3rem;
  text-decoration: none;
  bottom: 20px;
  left: 5px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.mainVisual__scroll i {
  position: absolute;
  top: 65%;
  right: -75px;
  height: 1px;
  width: 60px;
  background: #333333;
}

.mainVisual__scroll i:before {
  width: 2px;
  height: 8px;
  background: #333333;
  right: 2px;
  bottom: 0px;
  content: "";
  display: block;
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
  position: absolute;
}

.mainVisual__scroll:hover {
  opacity: 0.7;
}

/* ---------------------------------------
  common module
--------------------------------------- */
/*　コンテナ　------------------------- */
.common__inner {
  width: 1064px;
  margin: 0 auto;
  padding: 100px 20px;
  position: relative;
  z-index: 1;
}

.catch .common__inner {
  background: -webkit-gradient(linear, left top, right top, from(#42bde3), to(#3d91d8));
  background: linear-gradient(to right, #42bde3, #3d91d8);
  background: -webkit-gradient(linear, left top, right top, from(#42bde3), color-stop(16%), to(#367dd2));
  background: linear-gradient(to right, #42bde3, 16%, #367dd2);
  padding: 30px 20px;
}

.issue .common__inner {
  width: calc(1064px - 60px);
  padding: 100px 20px 40px;
}

.product .common__inner {
  width: calc(1064px - 60px);
  padding: 40px 0 0;
}

.demo .common__inner {
  width: 740px;
}

.inquiry .common__inner {
  padding: 120px 20px;
}

.common__inner__S {
  width: 920px;
  margin: 0 auto;
  padding: 0 20px;
}

/*　フレックスボックス　------------------------- */
.common__col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.catch .common__col {
  margin-top: 20px !important;
}

.common__col__2 {
  width: 100%;
  max-width: 48.047%;
  margin-right: 3.906%;
  margin-bottom: 60px;
  position: relative;
  min-height: 0%;
}

.common__col__2:nth-child(2n) {
  margin-right: 0;
}

.catch .common__col__2 {
  max-width: 380px;
  margin-bottom: 0;
}

.common__inner__S .common__col__2 {
  margin-bottom: 15px;
}

.common__col__3 {
  width: 100%;
  max-width: 30.664%;
  margin-right: 3.906%;
  margin-bottom: 60px;
  min-height: 0%;
}

.common__col__3:nth-child(3n) {
  margin-right: 0;
}

.voice .common__col__3 {
  max-width: 32.356%;
  margin-right: 1.465%;
}

.voice .common__col__3:nth-child(3n) {
  margin-right: 0;
}

/*　大見出し　------------------------- */
.common__headingL {
  color: #333333;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  letter-spacing: .25rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 70px;
}

.bgDeepBlue .common__headingL {
  color: #fff;
}

.common__headingL span {
  font-size: 3.4rem;
  font-weight: 500;
}

.common__headingL img {
  width: 230px;
  height: auto;
  margin: 0 auto 20px;
  display: block;
}

/*　中見出し　------------------------- */
.common__headingM {
  color: #333333;
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.05em;
  margin: 80px 0 40px;
}

#contents04 .common__headingM {
  margin: 100px 0 70px;
}

.common__headingM .common__headingM__balloon {
  display: inline-block;
  color: #3e9edb;
  font-size: 2.4rem;
  padding: 0 30px;
  margin-bottom: 15px;
  position: relative;
}

.common__headingM .common__headingM__balloon span {
  font-size: 1.4rem;
  font-weight: normal;
}

.common__headingM .common__headingM__balloon:before {
  content: '';
  position: absolute;
  top: 57%;
  display: inline-block;
  width: 22px;
  height: 2px;
  background-color: #3e9edb;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  left: 0;
}

.common__headingM .common__headingM__balloon:after {
  content: '';
  position: absolute;
  top: 57%;
  display: inline-block;
  width: 22px;
  height: 2px;
  background-color: #3e9edb;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
  right: 0;
}

/*　小見出し　------------------------- */
.common__headingS {
  color: #333333;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}

/*　小見出し　------------------------- */
.common__headingXS {
  color: #333333;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.6;
  font-weight: 700;
  margin: 20px 0;
}

/*　リンクボタン　------------------------- */
.common__btn {
  text-align: center;
  margin: 0 auto;
  /* サイズ */
  /* 色 */
  /* 矢印の向き */
}

.common__btn + .common__btn {
  margin-top: 20px;
}

.common__btn a {
  display: inline-block;
  color: #fff;
  font-size: 2.0rem;
  font-weight: bold;
  text-decoration: none;
  width: 100%;
  max-width: 560px;
  border-radius: 5px;
  padding: 23px 30px 21px;
  background: -webkit-gradient(linear, left top, right top, from(#42bde3), to(#3d91d8));
  background: linear-gradient(to right, #42bde3, #3d91d8);
}

.common__btn a span {
  vertical-align: middle;
  display: inline-block;
  margin-right: 20px;
}

.common__btn a i {
  position: relative;
  display: inline-block;
  padding: 0 0 0 15px;
  vertical-align: middle;
  text-decoration: none;
}

.common__btn a i::before, .common__btn a i::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.common__btn a i::before {
  top: -3px;
  width: 11px;
  height: 11px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.common__btn--S {
  margin: 0 auto;
}

.common__btn--S + .common__btn {
  margin-top: 10px;
}

.common__btn--S a {
  font-size: 1.4rem;
  font-weight: bold;
  max-width: 220px;
  border-radius: 19px;
  padding: 5px 20px 3px;
  position: relative;
}

.common__btn--S a span {
  margin-right: 10px;
}

.common__btn--S a i {
  padding: 0 0 0 11px;
}

.common__btn--S a i::before {
  top: -2px;
  width: 8px;
  height: 8px;
}

.common__btn--green a {
  background: -webkit-gradient(linear, left top, right top, from(#55d6b5), to(#42bde3));
  background: linear-gradient(to right, #55d6b5, #42bde3);
}

.common__btn--white a {
  color: #194084;
  background: #fff;
}

.common__btn--white a i::before {
  border-top: 2px solid #194084;
  border-right: 2px solid #194084;
}

.common__btn--anchor a i::before {
  top: -5px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

/*　注意書き　------------------------- */
.common__caution {
  color: rgba(51, 51, 51, 0.7);
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.8;
}

/*　上付き文字　------------------------- */
.common__sup {
  vertical-align: super;
  font-size: 1.3rem;
  color: rgba(51, 51, 51, 0.7);
}

/*　テキスト整列　------------------------- */
/* 中央寄せ */
.common__center {
  text-align: center;
}

/* 左寄せ */
.common__left {
  text-align: left;
}

/* 右寄せ */
.common__right {
  text-align: right;
}

/*　フォント　------------------------- */
.fontNoto {
  font-family: 'Noto Sans JP', sans-serif;
}

.fontNotoSerif {
  font-family: 'Noto Serif JP', serif;
}

/*　画像　------------------------- */
.common__img {
  width: 100%;
}

.common__img img {
  width: 100%;
  vertical-align: middle;
}

.common__img--frame {
  border: 1px solid #b7b7b7;
  border-radius: 5px;
}

.common__img--frame img {
  border-radius: 5px;
}

/*　背景　------------------------- */
.bgGreen {
  background: #f0f5f7;
}

.bgBlue {
  background-color: #e9f0f6;
  background-image: url(../img/voice_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.bgDeepBlue {
  color: #fff;
  background-color: linear-gradient(to right, #42bde3, #3d91d8);
  background-image: url(../img/inquiry_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/*　影　------------------------- */
.shadow {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}

/*　Youtube　------------------------- */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*　フェードイン アニメーション　------------------------- */
.fadeinUp {
  opacity: 0;
  -webkit-transform: translate(0, 15px);
          transform: translate(0, 15px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.fadeinUp.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* ---------------------------------------
  catch
---------------------------------------　*/
.catch {
  width: 100%;
  text-align: center;
  margin-top: -90px;
}

.catch__title {
  display: inline-block;
  color: #fff;
  font-size: 2.0rem;
  font-weight: 700;
  padding: 0 30px;
  position: relative;
}

.catch__title::before {
  content: '';
  position: absolute;
  top: 57%;
  display: inline-block;
  width: 22px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  left: 0;
}

.catch__title::after {
  content: '';
  position: absolute;
  top: 57%;
  display: inline-block;
  width: 22px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
  right: 0;
}

.catch__title__fontL {
  display: inline-block;
  font-size: 2.6rem;
  margin: 0 5px;
}

.catch__btn {
  color: #194084;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  padding: 7px 20px;
}

/* ---------------------------------------
  about
---------------------------------------　*/
.about {
  width: 100%;
  text-align: center;
}

/* ---------------------------------------
  issue
---------------------------------------　*/
.issue {
  width: 100%;
}

.issue__contents {
  background: #fff;
  border-radius: 10px;
  padding: 50px 40px 40px;
  position: relative;
}

.issue__number {
  color: #fff;
  font-size: 2.0rem;
  font-weight: 700;
  text-align: center;
  line-height: 30px;
  width: 150px;
  height: 30px;
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

.issue__number::before {
  -webkit-transform: skewX(-27deg);
          transform: skewX(-27deg);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #42bde3;
}

.issue__contents:nth-child(2) .issue__number::before {
  background: #41b0e0;
}

.issue__contents:nth-child(3) .issue__number::before {
  background: #3e9edb;
}

.issue__contents:nth-child(4) .issue__number::before {
  background: #367dd2;
}

.issue__title {
  color: #42bde3;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 40px;
}

.issue__title span {
  font-size: 4.0rem;
  display: block;
}

.issue__contents:nth-child(2) .issue__title {
  color: #41b0e0;
}

.issue__contents:nth-child(3) .issue__title {
  color: #3e9edb;
}

.issue__contents:nth-child(4) .issue__title {
  color: #367dd2;
}

.issue__subTitle {
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
  margin: 40px 0 30px;
}

.issue__subTitle span {
  font-size: 1.5rem;
  font-weight: normal;
  display: block;
  margin-bottom: 10px;
}

/* ---------------------------------------
  product
--------------------------------------- */
.product {
  width: 100%;
  text-align: center;
}

.product__btn {
  color: #194084;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  padding: 30px 40px;
}

/* ---------------------------------------
  contents
--------------------------------------- */
.contents {
  width: 100%;
}

.contents__frame {
  padding: 60px 25px 50px;
  border: 10px solid #bdc6c8;
  border-radius: 10px;
  background: #fff;
  position: relative;
}

.contents__frame--before::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -60px;
  border: 60px solid transparent;
  border-left: 40px solid #bdc6c8;
}

.contents__frame--after {
  border: 10px solid #71ceea;
}

.content__number {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 40px;
  width: 160px;
  height: 40px;
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

.content__number::before {
  -webkit-transform: skewX(-27deg);
          transform: skewX(-27deg);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #bdc6c8;
}

.contents__frame--after .content__number::before {
  background: #71ceea;
}

.contents__title {
  color: #768082;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 40px;
}

.contents__frame--after .contents__title {
  color: #42bde3;
}

.contents__lead {
  text-align: center;
  margin-top: 40px;
}

ul.contents__lead {
  text-align: left;
  width: 350px;
  margin: 40px auto 0;
}

.contents__note {
  width: 100%;
  background: #f5f5f5;
  border-radius: 5px;
  padding: 40px 50px;
  margin: 0 auto 10px;
}

.bgGreen .contents__note,
.bgBlue .contents__note,
.bgDeepBlue .contents__note {
  background: #fff;
}

.contents__note--S {
  padding: 10px 30px;
}

.contents__note__title {
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.6;
}

.contents__note__warning {
  display: inline-block;
  width: 170px;
  height: 170px;
  background: #42bde3;
  border-radius: 50%;
  position: relative;
  margin: 0 40px 15px 0;
}

.contents__note__warning p {
  color: #fff;
  font-size: 1.7rem;
  font-weight: 900;
  text-align: center;
  width: 170px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.contents__note__warning + div {
  display: inline-block;
  width: calc(100% - 220px);
}

.contents__price {
  text-align: center;
}

.contents__price__balloon {
  display: inline-block;
  color: #194084;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  padding: 0 22px;
  margin-bottom: 5px;
  position: relative;
}

.contents__price__balloon::before {
  content: '';
  position: absolute;
  top: 45%;
  display: inline-block;
  width: 15px;
  height: 2px;
  background-color: #194084;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  left: 0;
}

.contents__price__balloon::after {
  content: '';
  position: absolute;
  top: 45%;
  display: inline-block;
  width: 15px;
  height: 2px;
  background-color: #194084;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
  right: 0;
}

.contents__price__item {
  color: #194084;
  background: #f0f5f7;
  padding: 5px 20px;
  border-radius: 5px;
}

.contents__price__item span:first-child {
  font-size: 1.4rem;
  vertical-align: middle;
  margin-right: 15px;
}

.contents__price__item span:last-child {
  font-size: 2.8rem;
  font-weight: 700;
  vertical-align: middle;
}

.contents__cost {
  text-align: center;
  background: #fff;
  padding: 50px 50px 0;
}

.contents__cost a {
  text-decoration: none;
}

.contents__cost__title {
  color: #3e9edb;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
  background: #f1f7fc;
  border: 1px solid #3e9edb;
  padding: 3px 20px;
  margin-bottom: 30px;
}

.contents__cost__subTitle {
  font-size: 1.7rem;
  font-weight: 700;
  margin: 30px 0 20px;
}

.contents__cost__lead {
  font-size: 1.5rem;
}

.contents__cost__arrow {
  margin-top: 35px;
  display: block;
  position: relative;
}

.contents__cost__arrow::before, .contents__cost__arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.contents__cost__arrow::before {
  width: 15px;
  height: 15px;
  border-top: 2px solid #3e9edb;
  border-right: 2px solid #3e9edb;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

/* ---------------------------------------
  configure
---------------------------------------　*/
.configure {
  width: 100%;
  text-align: center;
}

.configure__lead {
  margin-top: 60px;
}

/* ---------------------------------------
  demo
---------------------------------------　*/
.configure {
  width: 100%;
  text-align: center;
}

/* ---------------------------------------
  compare
---------------------------------------　*/
.compare {
  width: 100%;
  text-align: center;
}

/* ---------------------------------------
  voice
---------------------------------------　*/
.voice {
  width: 100%;
}

.voice__content {
  font-size: 1.5rem;
  padding: 30px 20px;
  background: #fff;
}

.voice__icon {
  max-width: 155px;
  margin: 0 auto;
}

.voice__before {
  font-size: 1.6rem;
  color: #194084;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  background: #f3f5f9;
  border: 1px solid #194084;
  width: 100%;
  max-width: 140px;
  padding: 5px 20px;
  margin: 40px auto 20px;
}

.voice__before__lead {
  margin-bottom: 20px;
}

.voice__before__lead span {
  color: #194084;
  font-weight: bold;
}

.voice__after {
  font-size: 1.6rem;
  color: #3e9edb;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  background: #f1f7fc;
  border: 1px solid #3e9edb;
  width: 100%;
  max-width: 140px;
  padding: 5px 20px;
  margin: 70px auto 20px;
}

.voice__after__lead {
  margin-bottom: 30px;
}

.voice__after__lead span {
  color: #3e9edb;
  font-weight: bold;
}

.voice__arrow {
  display: block;
  position: relative;
}

.voice__arrow::before, .voice__arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.voice__arrow::before {
  width: 25px;
  height: 25px;
  border-top: 2px solid #194084;
  border-right: 2px solid #194084;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

/* ---------------------------------------
  faq
---------------------------------------　*/
.faq__accordion {
  width: 100%;
  margin: 0 auto;
}

.faq__accordion__item {
  margin-bottom: 15px;
}

.faq__accordion__title {
  font-size: 1.6rem;
  background-color: #fff;
  background-image: url(../img/question_icon.svg);
  background-repeat: no-repeat;
  background-position: left 30px center;
  background-size: 24px 32px;
  margin: 0;
  padding: 20px 60px 20px 80px;
  position: relative;
}

.faq__accordion__title:hover,
.faq__accordion__title:active {
  background: #f5fdff;
  background-image: url(../img/question_icon.svg);
  background-repeat: no-repeat;
  background-position: left 30px center;
  background-size: 24px 32px;
}

.faq__accordion__title--js::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 20px;
  height: 2px;
  /*縦線に*/
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background: #37414f;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.faq__accordion__title--js::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  /*横線に*/
  width: 20px;
  height: 2px;
  background: #37414f;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.faq__accordion__title--js.open::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq__accordion__title--js.open::after {
  opacity: 0;
}

.faq__accordion__content {
  display: none;
  color: #fff;
  background: #42bde3;
  background-image: url(../img/anser_icon.svg);
  background-repeat: no-repeat;
  background-position: left 30px center;
  background-size: 20px 26px;
  padding: 20px 30px 20px 80px;
}

/* ---------------------------------------
  inquiry
---------------------------------------　*/
.inquiry {
  width: 100%;
  text-align: center;
}

.inquiry__lead {
  margin-top: -20px;
  margin-bottom: 80px;
}

/*================================================
  footer
================================================*/
#siteFooter {
  color: #fff;
  background: #333333;
  width: 100%;
}

.siteFooter__inner {
  width: 100%;
  max-width: 1064px;
  margin: 0 auto;
  padding: 40px 20px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.siteFooter__logo img {
  width: 114px;
  height: 30px;
  margin-bottom: 10px;
}

.siteFooter__logo a:hover img {
  opacity: 0.8;
}

.siteFooter__copyright {
  font-size: 1.4rem;
  margin-bottom: 0;
}

.siteFooter__sns a {
  margin-right: 10px;
}

.siteFooter__sns a i {
  font-size: 3.0rem;
}

.siteFooter__sns a:last-of-type {
  margin-right: 0;
}

.pageTop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9998;
}

.pageTop a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  background: -webkit-gradient(linear, left top, right top, from(#42bde3), to(#3d91d8));
  background: linear-gradient(to right, #42bde3, #3d91d8);
  text-decoration: none;
  -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
}

.pageTop a::before {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  top: 10px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 1024px) {
  body {
    font-size: 1.4rem;
  }
  h1 {
    font-size: 4.0rem;
  }
  h2 {
    font-size: 3.8rem;
  }
  h3 {
    font-size: 3.0rem;
  }
  h4 {
    font-size: 2.2rem;
  }
  h5 {
    font-size: 2.0rem;
  }
  main p + p:not([class]) {
    margin-top: 15px;
  }
  table {
    margin-bottom: 40px;
  }
  table th, table td {
    font-size: 1.3rem;
    padding: 10px 5px 10px;
  }
  table th img, table td img {
    width: 25px;
    height: 25px;
    margin: 0 auto 10px;
  }
  table thead th {
    font-size: 1.4rem;
  }
  table th {
    font-size: 1.3rem;
  }
  .only__pc {
    display: none;
    /* PCのみ表示・改行 */
  }
  .siteHeader__inner {
    padding: 0px 20px;
    height: 70px;
  }
  .siteHeader__logo img {
    height: 26px;
    width: 100px;
  }
  .siteHeader__gNav {
    display: none;
  }
  .siteHeader__gNavSp {
    display: block;
    color: #fff;
  }
  /*　ハンバガー　*/
  .siteHeader__gNavSp__toggle {
    position: absolute;
    top: 22px;
    right: 20px;
    width: 32px;
    height: 26px;
  }
  .siteHeader__gNavSp__toggle span {
    width: 100%;
    height: 3px;
    display: block;
    background: #333333;
    position: absolute;
    left: 0;
    -webkit-transition: top .5s ease, -webkit-transform .5s ease-in-out;
    transition: top .5s ease, -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out, top .5s ease;
    transition: transform .5s ease-in-out, top .5s ease, -webkit-transform .5s ease-in-out;
  }
  .siteHeader__gNavSp__toggle span:nth-child(1) {
    top: 0px;
  }
  .open .siteHeader__gNavSp__toggle span:nth-child(1) {
    -webkit-transform: translateY(11px) rotate(135deg);
            transform: translateY(11px) rotate(135deg);
  }
  .siteHeader__gNavSp__toggle span:nth-child(2) {
    top: 11.5px;
  }
  .open .siteHeader__gNavSp__toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .siteHeader__gNavSp__toggle span:nth-child(3) {
    top: 23px;
  }
  .open .siteHeader__gNavSp__toggle span:nth-child(3) {
    -webkit-transform: translateY(-11px) rotate(-135deg);
            transform: translateY(-11px) rotate(-135deg);
  }
  /*　メニュー　*/
  .siteHeader__gNavSp__menu {
    background: -webkit-gradient(linear, left top, right top, from(#42bde3), to(#3d91d8));
    background: linear-gradient(to right, #42bde3, #3d91d8);
    padding: 10px;
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    bottom: auto;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .5s ease, visibility .5s ease;
    transition: opacity .5s ease, visibility .5s ease;
  }
  .open .siteHeader__gNavSp__menu {
    visibility: visible;
    opacity: 1;
  }
  .siteHeader__gNavSp__menu__item {
    display: block;
    width: 100%;
    position: relative;
  }
  .siteHeader__gNavSp__menu__item a {
    display: block;
    width: 100%;
    border-bottom: 1px solid #fff;
    font-weight: 500;
    text-decoration: none;
    padding: 15px;
  }
  .siteHeader__gNavSp__menu__item a span {
    vertical-align: middle;
  }
  .siteHeader__gNavSp__menu__item a i {
    font-size: 1.0em;
    padding-left: 10px;
    vertical-align: middle;
  }
  .siteHeader__gNavSp__menu__item:last-child a {
    border-bottom: none;
  }
  .siteHeader__gNavSp__menu__item a:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    width: 9px;
    height: 9px;
    margin-top: -4.5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .open {
    overflow: hidden;
  }
  .mainVisual__inner {
    max-width: 768px;
    padding: 120px 20px 0;
  }
  .mainVisual__text__subTitle {
    /*font-size: 1.8rem;*/
    font-size: 1.5rem;
    line-height: 34px;
    width: 320px;
    height: 34px;
    margin: 0 0 20px 50px;
  }
  .mainVisual__text__title {
    font-size: 3.0rem;
  }
  .mainVisual__text__title__line:nth-child(1) {
    margin-left: 80px;
  }
  .mainVisual__text__title__line:nth-child(2) {
    margin-left: 40px;
  }
  .mainVisual__text__title__fontL {
    font-size: 4.6rem;
  }
  .mainVisual__img img {
    margin-top: 70px;
  }
  .common__inner {
    width: 768px !important;
    padding: 80px 20px;
  }
  .issue .common__inner {
    padding: 80px 20px 40px;
  }
  .product .common__inner {
    padding: 40px 20px 0;
  }
  .product .common__inner {
    padding: 40px 20px 20px;
  }
  .inquiry .common__inner {
    padding: 100px 20px;
  }
  .common__inner__S {
    width: 100%;
  }
  .common__col__2 {
    margin-bottom: 40px;
  }
  .catch .common__col__2 {
    max-width: 330px;
  }
  .common__col__3 {
    margin-bottom: 40px;
  }
  #contents04 .common__col__3 {
    max-width: 32.333%;
    margin-right: 1.5%;
  }
  #contents04 .common__col__3:nth-child(3n) {
    margin-right: 0;
  }
  .common__headingL span {
    font-size: 3.0rem;
  }
  .common__headingL img {
    width: 180px;
  }
  .common__headingL img {
    width: 150px;
  }
  .common__headingL {
    font-size: 3.2rem;
    margin-bottom: 50px;
  }
  #contents04 .common__headingM {
    margin: 80px 0 50px;
  }
  #contents04 .common__headingM {
    margin: 80px 0 50px;
  }
  .common__headingM {
    font-size: 2.6rem;
  }
  .common__headingM .common__headingM__balloon {
    font-size: 2.0rem;
  }
  .common__headingS {
    font-size: 2.0rem;
    margin-bottom: 30px;
  }
  .common__headingXS {
    font-size: 2.0rem;
  }
  .common__headingXS {
    font-size: 1.6rem;
  }
  .common__btn a {
    font-size: 1.8rem;
  }
  .common__btn--S a {
    font-size: 1.4rem;
  }
  .common__caution {
    font-size: 1.4rem;
  }
  .fadeinUp {
    -webkit-transition: all .7s;
    transition: all .7s;
  }
  .catch__title {
    font-size: 1.6rem;
  }
  .catch__title::before {
    top: 77%;
  }
  .catch__title::after {
    top: 77%;
  }
  .catch__title__fontL {
    font-size: 2.6rem;
  }
  .issue__contents {
    padding: 40px 30px 30px;
  }
  .issue__number {
    font-size: 1.8rem;
    width: 120px;
  }
  .issue__title {
    font-size: 2.2rem;
  }
  .issue__title span {
    font-size: 3.6rem;
  }
  .issue__subTitle {
    font-size: 1.6rem;
    margin: 30px 0 20px;
  }
  .issue__subTitle span {
    font-size: 1.4rem;
  }
  .product__btn {
    padding: 20px 35px;
  }
  .contents__frame {
    padding: 50px 10px 40px;
  }
  .contents__frame--before::before {
    border-left: 30px solid #bdc6c8;
  }
  .content__number {
    font-size: 1.8rem;
    line-height: 30px;
    width: 130px;
    height: 30px;
    top: -21px;
  }
  .contents__title {
    font-size: 1.6rem;
  }
  .contents__note {
    padding: 30px 40px;
  }
  .contents__note--S {
    padding: 10px 20px;
  }
  .contents__note__title {
    font-size: 1.6rem;
  }
  .contents__note__warning {
    width: 150px;
    height: 150px;
    margin: 0 20px 15px 0;
  }
  .contents__note__warning p {
    font-size: 1.4rem;
    width: 150px;
  }
  .contents__note__warning + div {
    width: calc(100% - 180px);
  }
  .contents__price__balloon {
    font-size: 1.4rem;
    padding: 0 17px;
  }
  .contents__price__balloon::before {
    top: 50%;
    width: 12px;
  }
  .contents__price__balloon::after {
    top: 50%;
    width: 12px;
  }
  .contents__price__item span:first-child {
    font-size: 1.3rem;
    margin-right: 10px;
  }
  .contents__price__item span:last-child {
    font-size: 2.0rem;
  }
  .contents__cost {
    padding: 40px 30px 0;
  }
  .contents__cost {
    padding: 30px;
  }
  .contents__cost__title {
    font-size: 1.6rem;
  }
  .contents__cost__subTitle {
    font-size: 1.5rem;
  }
  .contents__cost__lead {
    font-size: 1.4rem;
  }
  .voice__content {
    font-size: 1.4rem;
    padding: 20px 10px 30px;
  }
  .voice__icon {
    max-width: 120px;
  }
  .voice__before {
    font-size: 1.5rem;
    max-width: 120px;
    padding: 2px 20px;
    margin: 25px auto 15px;
  }
  .voice__after {
    font-size: 1.5rem;
    max-width: 120px;
    padding: 2px 20px;
    margin: 60px auto 15px;
  }
  .voice__arrow::before {
    width: 20px;
    height: 20px;
  }
  .faq__accordion__title {
    background-size: 20px 27px;
    padding: 15px 50px 15px 55px;
    background-position: left 20px center;
  }
  .faq__accordion__title:hover,
  .faq__accordion__title:active {
    background-size: 20px 27px;
    background-position: left 20px center;
  }
  .faq__accordion__title--js::before {
    right: 20px;
    width: 14px;
  }
  .faq__accordion__title--js::after {
    right: 20px;
    width: 14px;
  }
  .faq__accordion__content {
    background-size: 20px 22px;
    background-position: left 20px center;
    padding: 15px 20px 15px 55px;
  }
  .inquiry__lead {
    margin-bottom: 60px;
  }
  .siteFooter__inner {
    text-align: center;
    padding: 25px 20px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .siteFooter__logo img {
    width: 94px;
    height: 25px;
    margin-bottom: 5px;
  }
  .siteFooter__copyright {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .siteFooter__copyright {
    font-size: 1.0rem;
  }
  .siteFooter__sns a i {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.8rem;
  }
  h2 {
    font-size: 2.6rem;
  }
  h3 {
    font-size: 2.0rem;
  }
  h4 {
    font-size: 1.8rem;
  }
  h5 {
    font-size: 1.6rem;
  }
  table th, table td {
    font-size: 1.2rem;
  }
  table thead th {
    font-size: 1.3rem;
  }
  .only__tb-pc {
    display: none;
    /* PC・タブレットのみ表示・改行 */
  }
  .only__tb {
    display: none;
  }
  .mainVisual__inner {
    padding: 40px 20px 0;
  }
  .mainVisual__text {
    text-align: center;
  }
  .mainVisual__text__subTitle {
    margin: 0 auto 20px;
  }
  .mainVisual__text__title {
    font-size: 2.8rem;
    display: block;
    margin-bottom: 0;
  }
  .mainVisual__text__title__line:nth-child(1) {
    margin-left: 70px;
  }
  .mainVisual__text__title__line:nth-child(2) {
    margin-left: 10px;
  }
  .mainVisual__text__title__line:nth-child(3) {
    margin-left: -60px;
  }
  .mainVisual__text__title__fontL {
    font-size: 3.8rem;
  }
  .mainVisual__img {
    text-align: center;
  }
  .mainVisual__img img {
    max-width: 335px;
    margin-top: 0;
  }
  .common__inner {
    width: 100% !important;
    padding: 60px 20px;
  }
  .catch .common__inner {
    padding: 30px 20px 20px;
  }
  .issue .common__inner {
    padding: 60px 20px 20px;
  }
  .inquiry .common__inner {
    padding: 80px 20px;
  }
  .common__col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .common__col__2 {
    max-width: 100%;
    margin-right: 0;
  }
  .catch .common__col__2 {
    max-width: 100%;
    margin-bottom: 15px;
  }
  .product .common__col__2 {
    margin-bottom: 25px;
  }
  .common__col__3 {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .common__col__3:last-of-type {
    margin-bottom: 0;
  }
  #contents04 .common__col__3 {
    max-width: 100%;
    margin-right: 0;
  }
  .voice .common__col__3 {
    max-width: 100%;
    margin-right: 0;
  }
  .common__headingL span {
    font-size: 1.8rem;
  }
  .common__headingL {
    font-size: 2.0rem;
    letter-spacing: 0;
    margin-bottom: 40px;
  }
  #contents04 .common__headingM {
    margin: 60px 0 50px;
  }
  .common__headingM {
    font-size: 1.8rem;
    margin: 50px 0 30px;
  }
  .common__headingM .common__headingM__balloon {
    font-size: 1.6rem;
  }
  .common__headingM .common__headingM__balloon span {
    font-size: 1.3rem;
  }
  .common__headingS {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .common__btn a {
    font-size: 1.6rem;
    padding: 18px 30px 16px;
  }
  .common__btn--S a {
    font-size: 1.4rem;
    max-width: 200px;
    padding: 4px 15px 2px;
  }
  .catch__title {
    font-size: 1.4rem;
  }
  .catch__title__fontL {
    font-size: 1.6rem;
  }
  .catch__btn {
    font-size: 1.6rem;
    padding: 4px 20px;
  }
  .about {
    text-align: left;
  }
  .about br {
    display: none;
  }
  .issue__number {
    font-size: 1.6rem;
    line-height: 25px;
    width: 100px;
    height: 25px;
    top: -11px;
  }
  .issue__title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  .issue__title span {
    font-size: 2.8rem;
  }
  .product__btn {
    font-size: 1.6rem;
  }
  .contents__frame {
    padding: 30px 10px 25px;
  }
  .contents__frame--before::before {
    top: auto;
    left: 50%;
    bottom: -64px;
    margin-top: -40px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border: 40px solid transparent;
    border-top: 15px solid #bdc6c8;
  }
  ul.contents__lead {
    width: 100%;
  }
  .contents__note {
    padding: 25px 20px;
    margin: 0 auto 10px;
  }
  .contents__note__warning {
    display: block;
    margin: 0 auto 20px;
  }
  .contents__note__warning + div {
    width: 100%;
  }
  .contents__cost__arrow {
    margin-top: 20px;
    margin-bottom: 35px;
  }
  .configure {
    text-align: left;
  }
  .configure__lead {
    margin-top: 35px;
  }
  .faq__accordion__title {
    font-size: 1.4rem;
  }
  .inquiry__lead {
    margin-bottom: 40px;
  }
  .siteFooter__inner {
    padding: 15px 20px 10px;
  }
  .siteFooter__logo img {
    width: 66px;
    height: 18px;
  }
  .siteFooter__sns a i {
    font-size: 1.8rem;
  }
  .pageTop a {
    width: 50px;
    height: 50px;
  }
}

@media screen and (min-width: 1025px) {
  .only__sp-tb {
    display: none;
    /* タブレット・スマホのみ表示・改行 */
  }
  .only__tb {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .only__sp {
    display: none;
    /* スマホのみ表示・改行 */
  }
}

@media screen and (max-width: 1200px) {
  .mainVisual__scroll {
    display: none;
  }
}

@media all and (-ms-high-contrast: none) {
  .fontNoto, .fontNotoSerif {
    font-family: "Avenir", "Helvetica Neue", "Helvetica", "Arial", "メイリオ", Meiryo, "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic";
  }
}
