@charset "UTF-8";

/* ==============================
  初期設定、機能的設定
============================== */
* { margin: 0; padding: 0; }
*, :after, :before { box-sizing: border-box; }
html {
  font-family: "Helvetica Neue LT W01_37 Th Cn", "Roboto", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-feature-settings: "palt"1;
  font-feature-settings: pkna;
  font-size: 62.5%;
  /* 1em = 10px */
  letter-spacing: 0.05rem;
  line-height: 1.6;
  height: 100%;
}
body {
  font-size: 1.5rem!important;
  overflow-x: hidden;
  color: #484848;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
/* for IE11 */
@media all and (-ms-high-contrast:none) {
  html {
    font-family: "Helvetica Neue LT W01_37 Th Cn", "Roboto", Arial, sans-serif, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo"
  }
}

/* ----------- aタグ ----------- */
a:focus, *:focus { outline: none; }
a {
  color: inherit;
  outline: none !important;
  text-decoration: none;
  transition: .7s;
}
a:focus { outline: none !important; }
a:-webkit-any-link {
  cursor: pointer;
  text-decoration: none;
}

/* ----------- imgタグ ----------- */
img {
  vertical-align: bottom;
  width: 100%;
}

/* ----------- ul,olタグ ----------- */
ul, ol { padding: 0; }
ul li, ol li { list-style-type: none; }

/* ----------- form周りのタグ ----------- */
button {
  color: inherit;
  outline: none !important;
  text-decoration: none;
  transition: .7s;
}

/* ----------- フェードイン ----------- */
.fadein,
.fadeinDelay1, 
.fadeinDelay2, 
.fadeinDelay3,
.fadeinDelay4 {
  opacity: 0;
  transition: 0.2s;
  transform: translateY(30px);
}
.slidein {
  opacity: 1;
  transform: translateY(0);
}

/* ----------- pageTop ----------- */
#page-top {
  bottom: 40px;
  position: fixed;
  right: 20px;
  z-index: 60;
}

#page-top a {
  background: url(../img/common/top.png)no-repeat center top/cover;
  display: block;
  height: 40px;
  width: 40px;
  opacity: 0.8;
  text-decoration: none;
}



/* ==============================
  共通項目 
============================== */
/* ----------- 表示出し分け、brタグ ----------- */
.pcOnly { display: inline-block!important; }
.spOnly,
.br768px, .br1000px, .br600 { display: none!important; }
@media (max-width: 1000px) { .br1000px { display: inline-block!important; } }
@media (max-width: 520px) {
  .pcOnly {display: none!important;}
  .spOnly {display: inherit!important;}
}

/* ----------- コンテンツ囲み枠、背景指定など ----------- */
.innerWrap { padding: 60px 2%; }
@media (max-width: 768px) { .innerWrap { padding: 60px 4%; } }
@media (max-width: 500px) { .innerWrap { padding: 40px 4%; } }

/* ----------- regマーク ----------- */
span.icon-reg {
  display: inline-block!important;
  bottom: 4px;
  font-size: 50%;
  position: relative;
}
span.icon-regBig {
  display: inline-block!important;
  bottom: inherit;
  ont-size: 40%;
  vertical-align: super;
}

/* ----------- heading ----------- */
h2 {
  color: #484848;
  font-size: 3.6rem!important;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0;
  text-align: center;
}
h3 {
  display: inline-block;
  font-size: 2.4rem!important;
  margin: auto 0 1em;
  position: relative;
  text-align: center;
  width: 100%;
}
  h3:before {
    background-color: #ffcaa6;
    border-radius: 2px;
    content: '';
    display: inline-block;
    height: 2px;
    width: 100px;
      -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    bottom: -20px;
    left: 50%;
  }
@media (max-width: 768px) {
  h2 { font-size: 3.2rem!important; }
  h3 { font-size: 2rem!important; }
}
@media (max-width: 500px) {
  h2 { font-size: 3rem!important; }
  h3 { font-size: 2rem!important; }
}
@media (max-width: 320px) {
  h2 { font-size: 2.6rem!important; }
  h3 { font-size: 1.8rem!important; letter-spacing: -0.03em; }
}

/* ----------- btn ----------- */
.btnWrap {
    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;
}
.btnWrap .btnBox {
    display:-webkit-box;
    display:-ms-flexbox;
  display: flex;
  position: relative;
  width: 60%;
    max-width: 300px;
}
.btnWrap .btnBox a, .btnWrap .btnBox button {
  color: #ffffff;
  border: 1px solid #ffffff;
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-size: 2rem;
  line-height: 1.4;
  height: 70px;
  width: 100%;
  position: relative;
  text-align: center;
    display:-webkit-box;
    display:-ms-flexbox;
  display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
  align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
  justify-content: center;
}
.btnWrap .btnBox a.btn-bg, .btnWrap .btnBox button.btn-bg { background-color: #fd8c39; }
.btnWrap .btnBox a.btn-bg:hover, .btnWrap .btnBox button:hover {
  background: rgba(255, 255, 255, 0.9);
  color: #fd8c39;
}
@media (max-width: 425px) {
  .btnWrap .btnBox { width: 80%; }
}
@media (max-width: 320px) {
  .btnWrap .btnBox a, .btnWrap .btnBox button {
    font-size: 1.8rem;
  }
}
/* --- btn ホバー時のアニメーション --- */
.btnWrap .btnBox .btn-border {
  position: absolute;
  background: none;
  transition: all .5s ease-in-out;
}
.btnWrap .btnBox > .btn-border:nth-of-type(1) {
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 1px solid #fd8c39;
}
.btnWrap .btnBox > .btn-border:nth-of-type(2) {
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-right: 1px solid #fd8c39;
}
.btnWrap .btnBox > .btn-border:nth-of-type(3) {
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 1px solid #fd8c39;
}
.btnWrap .btnBox > .btn-border:nth-of-type(4) {
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-left: 1px solid #fd8c39;
}
.btnWrap .btnBox:hover .btn-border:nth-of-type(1) { width: 100% }
.btnWrap .btnBox:hover .btn-border:nth-of-type(2) { height: 100%; }
.btnWrap .btnBox:hover .btn-border:nth-of-type(3) { width: 100%; }
.btnWrap .btnBox:hover .btn-border:nth-of-type(4) { height: 100%; }



/* ==============================
  #header
============================== */
#homeHeader {
  background-color: #ffffff;
  box-shadow: 0 0 6px -1px rgba(0, 0, 0, .36);
  height: 50px;
  width: 100%;
  text-align: center;
  position: fixed;
  top: 0;
  z-index: 99999;
}

/* ----------- logo ----------- */
#homeHeader h1.logo {
    float: left;
    margin: 0;
}

#homeHeader h1.logo img {
    height: 30px;
    margin: 12px 0 4px 50px;
    width: 135px;
}
@media (max-width: 1000px){ #homeHeader h1.logo a img { margin: 12px 0 5px 10px } }

/* ----------- gnav ----------- */
#homeHeader #gnav {
  float: right;
  margin-right: 10px;
}
#homeHeader #gnav ul {
    display:-webkit-box;
    display:-ms-flexbox;
  display: flex;
}
#homeHeader #gnav ul li {}

/* --- gnav: a --- */
#homeHeader #gnav ul li a {
  color: #484848;
  display: block;
  font-size: 1.3rem;
  font-weight: normal;
  height: 50px;
  line-height: 50px;
  letter-spacing: 0.16em;
  padding: 0 8px;
  text-decoration: none;
}
#homeHeader #gnav ul li a:hover { color: #a9a9a9; }
#homeHeader #gnav ul li a.current {
  pointer-events: none;
  border-bottom: 4px solid #fd8c39;
}
@media (max-width: 1000px) { #homeHeader #gnav ul li a { font-size: 1.2rem;} }
@media (max-width: 860px) {
 #homeHeader #gnav ul li a {
   font-size: 1rem;
   padding: 0 6px;
  }
}

/* ----- gnav ハンバーガー時 ----- */
@media (max-width: 768px) {
  .user.nologin + #gnav ul {
    right: 10px;
  }
  #homeHeader #gnav {
    display: none;
    margin-top: 50px;
    margin-right: inherit;
  }
  #homeHeader #gnav ul {
    background: rgba(255, 255, 255, 0.8);
    display: inherit;
    padding: 0;
    position: absolute;
    right: 0;
    z-index: 9999;
  }
  #homeHeader #gnav ul li {
    background: rgba(45, 45, 45, 0.85);
    border: none;
    margin-top: 0;
  }
  #homeHeader #gnav ul li a {
    color: #fff;
    font-size: 1.2rem;
    line-height: 40px;
    letter-spacing: 0.16em;
    height: 40px;
    padding: 0 20px;
  }
  #homeHeader #gnav ul li a.current {
    border-bottom: none;
    color: #fd8939;
    font-weight: bold;
  }
  
  /* バーグ部分 */
  .user {
    margin-right: 70px;
    z-index: -999;
  }
  .hum {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    right: 16px;
    top: 0;
    z-index: 9000;
  }
    .hum:before {
      content: '\f0c9';
      font-family: "Font Awesome 5 Free";
      font-size: 3.2rem;
      font-weight: bold;
      display: inline-block;
      position: relative;
    }
  .hum.active {
    height: 50px;
    width: 30px;
    z-index: 99999;
    text-align: right;
  }
    .hum.active:before { content: '\f00d'; }
  
}

/* ----------- ログインアイコン系 ----------- */
#homeHeader .user {
 float: right;
 height: 50px;
 margin-right: 50px;
}
#homeHeader .user a {
  color: #ffffff;
  font-family: Arial, sans-serif;
  background: #fd8939;
  border: 1px solid #fd8939;
  font-size: 1.3rem;
  display: inline-block;
  line-height: 20px;
  margin-top: 10px;
  padding: 4px 10px;
    
}
#homeHeader .user a:hover {
  color: #fd8939;
  background: #ffffff;
}
@media (max-width: 1000px){ #homeHeader .user { margin-right: 10px; } }
@media (max-width: 900px) { #homeHeader .user a { font-size: 1.1rem; } }
@media (max-width: 850px) { #homeHeader .user a { font-size: 1rem; } }
@media (max-width: 768px) {
  #homeHeader .user { margin-right: 65px; }
  #homeHeader .user a { font-size: 1.2rem; }
}



/* ==============================
#main
============================== */
#main {
    display:-webkit-box;
    display:-ms-flexbox;
  display:flex;
  padding: 0;
  
  list-style: none;
}
#main .container {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
#main #navTop {height: 50px;}


/* ==============================
  #mvArea
============================== */
#mvArea {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
@media (max-width: 320px) { #mvArea { height: 232px; } }
#mvArea .mvContents

/* ----------- 動画部分 ----------- */
#mvArea .cri-liveact-player.mov {}
#mvArea .liveact-controls, #mvArea #liveact-canvas-0 { display: none; }


/* ----------- オーバーレイ設定 ----------- */
#mvArea .overlay {
  background-color: rgba(51,23,6,0.5);
  color: #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
/* ----- キャッチコピー ----- */
#mvArea .catchphrase {
  text-align: left;
  margin: 0 0 0 60px;
  position: absolute;
  top: 35vh;
  width: 100%;
}
#mvArea .catchphrase span { display: block }
#mvArea .catchphrase span.sub {
  font-size: 2.4rem;
  letter-spacing: 0.02em;
  text-shadow: 1px 1px 1px #404040, -1px 1px 1px #404040;
}
#mvArea .catchphrase span.title {
  font-size: 6.8rem;
  line-height: 1.3;
  letter-spacing: 0.02em;
  text-shadow: 1px 1px 1px #404040, -1px 1px 1px #404040;
}
@media (max-width: 1200px) { 
  #mvArea .catchphrase { top: 22vh; }
  #mvArea .catchphrase span.sub { font-size: 2rem; }
  #mvArea .catchphrase span.title { font-size: 5.6rem }
}
@media (max-width: 900px) { #mvArea .catchphrase { top: 12vh; } }
@media (max-width: 768px) {
  #mvArea .catchphrase {
    margin: 0;
    top: 8vh;
    text-align: center;
  }
  #mvArea .catchphrase span.sub { font-size: 1.8rem; }
  #mvArea .catchphrase span.title { font-size: 3.6rem }
}
@media (max-width: 520px) {
  #mvArea .catchphrase { top: 4vh; }
  #mvArea .catchphrase span.sub { font-size: 1.6rem; }
  #mvArea .catchphrase span.title { font-size: 2.6rem }
}
@media (max-width: 425px) {
  #mvArea .catchphrase { top: 2vh; }
  #mvArea .catchphrase span.sub { font-size: 1.1rem; }
  #mvArea .catchphrase span.title { font-size: 2.6rem }
}
@media (max-width: 320px) {
  #mvArea .catchphrase { top: 2vh; }
  #mvArea .catchphrase span.sub { font-size: 1rem; }
  #mvArea .catchphrase span.title { font-size: 2.6rem }
}

/* ----- スクロールアイコン ----- */
#mvArea  a.scroll {
  font-size: 1.2rem;
  font-weight: normal;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 0.2em;
  position: absolute;
  bottom: 120px;
  left: calc(50% - 20px);
    -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 9999;
}
#mvArea a.scroll span {
  box-sizing: border-box;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin: 14px 0 0 -12px;
  height: 24px;
  width: 24px;
  position: absolute;
  top: 0;
  left: 50%;
    -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
    -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 520px) { #mvArea  a.scroll { bottom: 90px; } }
@media (max-width: 320px) { 
  #mvArea  a.scroll { 
    bottom: 80px;
    font-size: 1rem;
    left: calc(50% - 15px);
  }
  #mvArea a.scroll span {
    height:   12px;
    width: 12px;
    left: calc(50% - -4px);
  }
}

/* ----- scroll アニメ動作 ----- */
@-webkit-keyframes sdb {
  0% { -webkit-transform: rotate(-45deg) translate(0, 0); }
  20% { -webkit-transform: rotate(-45deg) translate(-10px, 10px); }
  40% { -webkit-transform: rotate(-45deg) translate(0, 0); }
}
@keyframes sdb {
  0% { transform: rotate(-45deg) translate(0, 0); }
  20% { transform: rotate(-45deg) translate(-10px, 10px); }
  40% { transform: rotate(-45deg) translate(0, 0); }
}

/* ----- ボタン群 ----- */
#mvArea .btnWrap {
  width: 100%;
  position: absolute;
  bottom: 90px;
}
#mvArea .btnWrap .btnBox {
  margin: 10px 12%;
  width: 100%;
}
#mvArea .btnWrap .btnBox > form { width: 100%; }
#mvArea .btnWrap .btnBox a, .btnWrap .btnBox button { height: 60px; }
@media (max-width: 768px) { 
  #mvArea .btnWrap .btnBox { margin: 10px 10%; }
  #mvArea .btnWrap .btnBox a, .btnWrap .btnBox button {
    font-size: 1.6rem;
  }
}
@media (max-width: 520px) { 
  #mvArea .btnWrap { bottom: 60px; }
  #mvArea .btnWrap .btnBox:nth-of-type(1) { margin-left: 2%; }
  #mvArea .btnWrap .btnBox:nth-of-type(2) { margin-right: 2%; }
  #mvArea .btnWrap .btnBox a, .btnWrap .btnBox button { font-size: 1.3rem; }
}
@media (max-width: 500px) { 
  #mvArea .btnWrap { bottom: 60px; }
  #mvArea .btnWrap .btnBox a, .btnWrap .btnBox button {
    font-size: 1.2rem;
    height: 40px;
  }
}
@media (max-width: 320px) { #mvArea .btnWrap { bottom: 50px; } }

/* ----- 帯 ----- */
#mvArea .overlay .notes {
  position: absolute;
  bottom: 20px;
  z-index: 999;
  background: rgba(232, 159, 101, 0.5);
  width: 100%;
  text-align: center;
  padding: 10px;
  font-size: 1.5rem;
}
@media (max-width: 520px) {
  #mvArea .overlay .notes {
    font-size: 0.8rem;
    bottom: 10px;
  }
}
@media (max-width: 320px) { #mvArea .overlay .notes { bottom: 0; } }



/* ==============================
  #aboutArea
============================== */
#aboutArea {}
/* ----------- 商品説明 ----------- */
#aboutArea .aboutWrap {
  background: #fbfbfb;
  color: #484848;
  text-align: center;
}
/* ----- 3つのポイント ----- */
#aboutArea .aboutWrap .pointBox { margin-top: 30px; }
#aboutArea .aboutWrap .pointBox span.point {
  color: #fff;
  background: #ffb021;
  border-radius: 50%;
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  margin-left: 40px;
  padding: 30px 18px 32px;
}
#aboutArea .aboutWrap .pointBox span.point:first-of-type { margin-left: 0; }
@media (max-width: 500px) {
  #aboutArea .aboutWrap .pointBox span.point { margin-left: 20px; }
}@media (max-width: 320px) {
  #aboutArea .aboutWrap .pointBox span.point { 
    font-size: 1.6rem;
    margin-left: 0;
  }
}

/* ----- 簡易説明 ----- */
#aboutArea .aboutWrap .aboutBox { margin-top: 50px; }
#aboutArea .aboutWrap .aboutBox > img {
  margin: 30px auto 0;
  width: 640px;
}
.aboutBox__videoWrap {
  margin: 40px auto 0;
  width: 100%;
  max-width: 640px;
}
.aboutBox__video {
  width: 100%;
  max-width: 640px;
}
.aboutBox__videoText {
  display: block;
  font-size: 1rem;
  margin-top: .5rem;
  text-align: right;
}

#aboutArea .aboutWrap .aboutBox > p {
  font-size: 1.8rem;
  line-height: 2;
  margin: 30px auto 0;
}
@media (max-width: 768px) { #aboutArea .aboutWrap .aboutBox > img { width: 80%; } }
@media (max-width: 500px) {
  #aboutArea .aboutWrap .aboutBox > img { width: 100%; }
  #aboutArea .aboutWrap .aboutBox > p {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-top: 20px;
    text-align: left;
  }
  #aboutArea .aboutWrap .aboutBox > p .br1000px { display: none!important; }
}
/* ----- ボタン群 ----- */
#aboutArea .aboutWrap .btnWrap { margin-top: 50px; }
@media (max-width: 768px) { #aboutArea .aboutWrap .btnWrap { margin-top: 40px; } }
@media (max-width: 425px) { #aboutArea .aboutWrap .btnWrap { margin-top: 30px; } }
@media (max-width: 320px) { #aboutArea .aboutWrap .btnWrap { margin-top: 20px; } }

/* ----------- パフォーマンスレポート ----------- */
#aboutArea .reportWrap {}
#aboutArea .reportWrap ul.reportBox {
  margin-top: 40px;
    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-wrap: wrap;
  flex-wrap: wrap;
}
#aboutArea .reportWrap ul.reportBox > li {
  border: 2px dashed #eaeaea;
  border-radius: 50%;
  margin-left: 1%;
  padding: 40px 10px;
  text-align: center;
  width : 300px;
  height: 300px;
}
  #aboutArea .reportWrap ul.reportBox > li:first-of-type { margin-left: 0; }
#aboutArea .reportWrap ul.reportBox .contents dl dt {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.06em;
}
#aboutArea .reportWrap ul.reportBox .contents dl dd { color: #ffb021; }
#aboutArea .reportWrap ul.reportBox .contents dl dd span.textL {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 7rem;
  font-weight: bold;
  display: inline-block;
  letter-spacing: -0.01em;
}
#aboutArea .reportWrap ul.reportBox .contents dl dd span.sub {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: -0.01em;
}
#aboutArea .reportWrap ul.reportBox .contents p {
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  margin: 16px 0 0;
}
@media (max-width: 1000px) {
  #aboutArea .reportWrap ul.reportBox > li {
    width : 230px;
    height: 230px;
    padding: 35px 10px
  }
  #aboutArea .reportWrap ul.reportBox .contents dl dt { font-size: 1.8rem; }
  #aboutArea .reportWrap ul.reportBox .contents dl dd span.textL { font-size: 5rem; }
  #aboutArea .reportWrap ul.reportBox .contents dl dd span.sub { font-size: 1.8rem; }
  #aboutArea .reportWrap ul.reportBox .contents p { font-size: 1.4rem; margin-top: 0; }
}
@media (max-width: 550px) {
  #aboutArea .reportWrap ul.reportBox {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
    flex-direction: column;
  }
  #aboutArea .reportWrap ul.reportBox > li { margin-top: 20px }
    #aboutArea .reportWrap ul.reportBox > li:first-of-type { margin-top: 0 }
}

/* ----- 注釈 ----- */
#aboutArea .reportWrap .notes { margin-top: 30px; }
#aboutArea .reportWrap .notes p {
  line-height: 1.4;
  text-align: center;
}

/* ----------- 使いかた ----------- */
#aboutArea .howToUseWrap { background-color: #f9f6f6; }
#aboutArea .howToUseWrap ul.howToUseBox {
  margin-top: 40px;
    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;
}
#aboutArea .howToUseWrap ul.howToUseBox > li {
  margin-left: 2%;
  width: 450px;
}
  #aboutArea .howToUseWrap ul.howToUseBox > li:first-of-type { margin-left: 0; }
#aboutArea .howToUseWrap ul.howToUseBox .thumb.fadein {}
#aboutArea .howToUseWrap ul.howToUseBox ul.step {}
#aboutArea .howToUseWrap ul.howToUseBox ul.step > li {
  font-size: 2rem;
  margin-top: 20px;
}
  #aboutArea .howToUseWrap ul.howToUseBox ul.step > li:first-of-type { margin-top: 0; }
#aboutArea .howToUseWrap ul.howToUseBox ul.step > li span {
  color: #fff;
  background-color: #ffb021;
  border-radius: 50%;
  display: inline-block;
  font-family: 'Concert One', cursive;
  height: 25px;
  width: 25px;
  line-height: 25px;
  margin-right: 10px;
  text-align: center;
}
@-moz-document url-prefix() { /* only for firefox */
  #aboutArea .howToUseWrap ul.howToUseBox ul.step > li span { line-height: 15px; }
}
@media (max-width: 768px) {
  #aboutArea .howToUseWrap ul.howToUseBox { display: block; }
  #aboutArea .howToUseWrap ul.howToUseBox > li {
    margin: 0 auto;
    width: 80%;
  }
    #aboutArea .howToUseWrap ul.howToUseBox > li:first-of-type { margin-left: auto; }
    #aboutArea .howToUseWrap ul.howToUseBox > li:nth-of-type(2) { margin-top: 40px; }
  #aboutArea .howToUseWrap ul.howToUseBox ul.step > li {
    margin-top: 15px;
    padding: 0 50px;
  }
}
@media (max-width: 500px) {
  #aboutArea .howToUseWrap ul.howToUseBox > li { width: 100%; }
    #aboutArea .howToUseWrap ul.howToUseBox > li:nth-of-type(2) { margin-top: 25px; }
  #aboutArea .howToUseWrap ul.howToUseBox ul.step > li {
    font-size: 1.5rem;
    margin-top: 15px;
    padding: 0 20px;
  }
  _::-webkit-full-page-media, _:future, :root #aboutArea .howToUseWrap ul.howToUseBox ul.step > li span { line-height: 25px; }
}
@media (max-width: 320px) { /* only for safari */
  #aboutArea .howToUseWrap ul.howToUseBox > li { width: 100%; }
    #aboutArea .howToUseWrap ul.howToUseBox > li:nth-of-type(2) { margin-top: 15px; }
  #aboutArea .howToUseWrap ul.howToUseBox ul.step > li {
    font-size: 1.4rem;
    margin-top: 10px;
    padding: 0;
  }
}

/* ----- ボタン群 ----- */
#aboutArea .howToUseWrap .btnWrap { margin-top: 80px; }
@media (max-width: 768px) { #aboutArea .howToUseWrap .btnWrap { margin-top: 40px; } }
@media (max-width: 500px) { #aboutArea .howToUseWrap .btnWrap { margin-top: 30px; } }
@media (max-width: 320px) { #aboutArea .howToUseWrap .btnWrap { margin-top: 20px; } }

/* ==============================
  #functionArea
============================== */
#functionArea {}
/* ----------- 機能一覧 ----------- */
#functionArea .functionWrap { background-color: #fbfbfb; }
#functionArea .functionWrap ul.functionBox {}
#functionArea .functionWrap ul.functionBox > li ul.contents {
    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-wrap: wrap;
  flex-wrap: wrap;
}
  #functionArea .functionWrap ul.functionBox > li:nth-of-type(even) ul.contents {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
#functionArea .functionWrap ul.functionBox ul.contents > li { 
  width: calc((100% / 2) - 1%);
  max-width: 400px;
}
#functionArea .functionWrap ul.functionBox ul.contents > li .videoBox {
  background: url(../img/top/sp.png) no-repeat;
  background-size: cover;
  height: 540px;
  position: relative;
}
#functionArea .functionWrap ul.functionBox ul.contents > li .videoBox .cri-liveact-player {
  width: 222px;
  position: absolute;
  top: 79px;
  left: 91px;
}
#functionArea .functionWrap ul.functionBox ul.contents > li .textBox p { margin-top: 30px; }
@media (max-width: 768px) {
  #functionArea .functionWrap ul.functionBox ul.contents > li { min-width: 250px; }
  #functionArea .functionWrap ul.functionBox ul.contents > li .videoBox { height: 460px; }
  #functionArea .functionWrap ul.functionBox ul.contents > li .videoBox .cri-liveact-player {
    width: 190px;
    top: 67px;
    left: 78px;
  }
}
@media (max-width: 650px) {
  #functionArea .functionWrap ul.functionBox ul.contents > li { max-width: 44%; }
  #functionArea .functionWrap ul.functionBox ul.contents > li .videoBox {
    background-position-x: -50px;
    min-width: 250px;
    height: 460px;
    width: 250px;
  }
  #functionArea .functionWrap ul.functionBox ul.contents > li .videoBox .cri-liveact-player { left: 28px; }
}
@media (max-width: 543px) { /* 左右交互解除 */
  #functionArea .functionWrap ul.functionBox > li:nth-of-type(even) ul.contents {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
    flex-direction: row;
  }
  #functionArea .functionWrap ul.functionBox > li ul.contents { margin-top: 30px; }
  #functionArea .functionWrap ul.functionBox ul.contents > li:nth-of-type(2) {
    width: 100%;
    max-width: 80%;
  }
  #functionArea .functionWrap ul.functionBox ul.contents > li .textBox p {
    font-size: 1.4rem;
    margin-top: 15px;
  }
}

/* ----- ボタン群 ----- */
#functionArea .functionWrap .btnWrap { margin-top: 20px; }
@media (max-width: 768px) { #functionArea .functionWrap .btnWrap { margin-top: 20px; } }
@media (max-width: 543px) { #functionArea .functionWrap .btnWrap { margin-top: 30px; } }

/* ----------- 解決策 ----------- */
#functionArea .solutionWrap {}
#functionArea .solutionWrap ul.solutionBox {
  margin: 40px auto 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;
    -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1000px;
}
#functionArea .solutionWrap ul.solutionBox > li {
  background-color: #ffb021;
  border: 1px solid #fff;
  border-radius: 10px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  width: calc((100% / 3) - 1%);
  max-width: 300px;
  margin: 1% 0 0 1%;
  padding: 30px 0;
  position: relative;
}
#functionArea .solutionWrap ul.solutionBox > li .point {
  font-weight: bold;
  letter-spacing: 0.03em;
  position: relative;
  text-align: center;
}
#functionArea .solutionWrap ul.solutionBox > li .point span.textL {
  font-size: 2.5rem;
  margin: 0 2px;
}
#functionArea .solutionWrap ul.solutionBox > li .point span.textXL {
  font-size: 2.8rem;
  margin: 0 2px;
}
#functionArea .solutionWrap ul.solutionBox > li .point i {
  display: block;
    font-size: 3.6rem;
    margin-top: 16px;
}
#functionArea .solutionWrap ul.solutionBox > li .contents-mask { display: none; }
#functionArea .solutionWrap ul.solutionBox > li:hover .contents-mask {
  background-color: #ff9900;
  border-radius: 10px;
    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;
  font-size: 1.5rem;
  padding: 16px 18px 16px 30px;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
}
#functionArea .solutionWrap ul.solutionBox > li .contents-mask {}
#functionArea .solutionWrap ul.solutionBox > li .contents-mask ul {}
#functionArea .solutionWrap ul.solutionBox > li .contents-mask ul li {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  list-style-type: disc;
  list-style-position: outside;
  margin: 0 0 10px;
  position: relative;
}
#functionArea .solutionWrap ul.solutionBox > li .contents-mask span.notes {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.2;
  margin-top: 16px 0 0 10px;
  text-indent: -12px;
}
@media (max-width: 1000px) {
  #functionArea .solutionWrap ul.solutionBox > li { font-size: 1.5rem; }
  #functionArea .solutionWrap ul.solutionBox > li .point span.textL {
    font-size: 2rem;
    margin: 0 1px;
  }
  #functionArea .solutionWrap ul.solutionBox > li .point span.textXL {
    font-size: 2.3rem;
    margin: 0 1px;
  }
}
@media (max-width: 800px) { #functionArea .solutionWrap ul.solutionBox > li .contents-mask ul li { font-size: 1.2rem; } }
@media (max-width: 768px) {
  #functionArea .solutionWrap ul.solutionBox > li {
    width: 48%;
  }
  #functionArea .solutionWrap ul.solutionBox > li .contents-mask ul li { font-size: 1.4rem; line-height: 1.2; }
}
@media (max-width: 520px) {
  #functionArea .solutionWrap ul.solutionBox > li { font-size: 1rem; }
  #functionArea .solutionWrap ul.solutionBox > li .contents-mask ul li { font-size: 1.2rem; }
  #functionArea .solutionWrap ul.solutionBox > li .point span.textL { font-size: 1.5rem; }
  #functionArea .solutionWrap ul.solutionBox > li .point span.textXL { font-size: 1.8rem; }
}
@media (max-width: 425px) {
  #functionArea .solutionWrap ul.solutionBox > li {
    font-size: 1.5rem;
    margin-left: 0;
    width: 100%;
  }
  #functionArea .solutionWrap ul.solutionBox > li .contents-mask ul li { font-size: 1.4rem; }
  #functionArea .solutionWrap ul.solutionBox > li .point span.textL { font-size: 2rem; }
  #functionArea .solutionWrap ul.solutionBox > li .point span.textXL { font-size: 2.3rem; }
}
/* ----- ボタン群 ----- */
#functionArea .solutionWrap .btnWrap { margin-top: 50px; }
@media (max-width: 768px) { #functionArea .solutionWrap .btnWrap { margin-top: 40px; } }
@media (max-width: 500px) { #functionArea .solutionWrap .btnWrap { margin-top: 30px; } }
@media (max-width: 320px) { #functionArea .solutionWrap .btnWrap { margin-top: 20px; } }


/* ==============================
  #achievementArea
============================== */
#achievementArea { background-color: #f5f5f5; }
#achievementArea .achievementWrap {}
/* ----------- 導入企業 ----------- */
#achievementArea .achievementWrap .listBox { margin-top: 30px; }
#achievementArea .achievementWrap .listBox .contents {
  max-width: 700pt;
  margin: 50px auto 0;
  line-height: 1.8;
  text-align: center;
  word-break: keep-all;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
#achievementArea .achievementWrap .listBox .contents .name {
  background-color: #fff;
  border: 1px solid #c7c7c7;
  box-sizing: border-box;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 10px;
  padding: 6px 10px;
  transition: .7s;
}
@media (max-width: 1000px) {
  #achievementArea .achievementWrap .listBox .contents .name {
    font-size: 1.4rem;
    margin: 6px;
    padding: 3px 8px;
  }
}
@media (max-width: 425px) {
  #achievementArea .achievementWrap .listBox .contents .name {
    font-size: 1.2rem;
    margin: 3px;
  }
}

/* ----------- インタビュー＆セミナーレポート ----------- */
#achievementArea .achievementWrap .interviewBox { margin-top: 80px; }
#achievementArea .achievementWrap .interviewBox ul {
    display:-webkit-box;
    display:-ms-flexbox;
  display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 750pt;
  margin: 50px auto 0;
}
#achievementArea .achievementWrap .interviewBox ul li {
  background: #ffb021;
  border-radius: 12px 12px 10px 10px;
  box-sizing: border-box;
  padding: 0;
  width: calc((100% / 3));
  max-width: 30%;
}
#achievementArea .achievementWrap .interviewBox ul li .contents {}
#achievementArea .achievementWrap .interviewBox ul li .contents .thumb {
  background-color: #fff;
  border-radius: 10px 10px 0 0; 
  text-align: center;
}
#achievementArea .achievementWrap .interviewBox ul li .contents .thumb img { border-radius: 10px 10px 0 0; }
#achievementArea .achievementWrap .interviewBox ul li .contents .textBox {
  padding: 18px 0 20px;
}
#achievementArea .achievementWrap .interviewBox ul li .contents .textBox p {
    display: block;
    color: #fff;
    margin: 0 auto;
    font-size: 1.6rem;
    font-weight: 400;
    height: 46px;
    text-align: center;
    box-sizing: border-box;
    line-height: 1.7;
}
@media (max-width: 1000px) {
  #achievementArea .achievementWrap .interviewBox ul li { max-width: 32%; }
  #achievementArea .achievementWrap .interviewBox ul li .contents .textBox { padding: 15px 10px 9px; }
  #achievementArea .achievementWrap .interviewBox ul li .contents .textBox p {
    font-size: 1.4rem;
    font-weight: inherit;
    height: inherit;
    text-align: left;
  }
  #achievementArea .achievementWrap .interviewBox ul li .contents .textBox p > br { display: none; }
}
@media (max-width: 600px) {
  #achievementArea .achievementWrap .interviewBox ul { display: block; }
  #achievementArea .achievementWrap .interviewBox ul li {
    margin: 30px auto 0;
    width: 100%;
    max-width: inherit;
  }
    #achievementArea .achievementWrap .interviewBox ul li:first-of-type { margin-top: 0; }
  #achievementArea .achievementWrap .interviewBox ul li .contents .thumb { height: 80px; }
  #achievementArea .achievementWrap .interviewBox ul li .contents .thumb img {
    height: 80px;
    width: auto;
  }
  #achievementArea .achievementWrap .interviewBox ul li .contents .textBox { padding: 20px 20px 18px; }
  #achievementArea .achievementWrap .interviewBox ul li .contents .textBox p { 
    font-size: 1.6rem;
    height: auto;
    text-align: center;
  }
  #achievementArea .achievementWrap .interviewBox ul li .contents .textBox p > br { display: block; }
}
@media (max-width: 425px) {
  #achievementArea .achievementWrap .interviewBox { margin-top: 50px; }
  #achievementArea .achievementWrap .interviewBox ul li { width: 100%; }
}
@media (max-width: 375px) { #achievementArea .achievementWrap .interviewBox ul li .contents .textBox p > br { display: none; } }

.workBlogBox {
  max-width: 750pt;
  margin: 48px auto 0;
}
@media (max-width: 425px) { 
  .workBlogBox {
    margin-top: 30px;
  }
}

/* ----- ボタン群 色変更 ----- */
#achievementArea .achievementWrap .interviewBox .btnWrap {
  margin: 25px auto 0;
  width: 80%;
}
#achievementArea .achievementWrap .interviewBox .btnWrap .btnBox { width: 100%; }
#achievementArea .achievementWrap .interviewBox .btnWrap .btnBox a {
  font-size: 1.3rem;
  height: 40px;
  letter-spacing: -0.03em;
  padding: 0;
  width: 100%;
}
#achievementArea .achievementWrap .interviewBox .btnWrap .btnBox a:hover {
  background-color: #ffffff;
  color: #ffb021;
}
@media (max-width: 1000px) {
  #achievementArea .achievementWrap .interviewBox .btnWrap {
    margin-top: 10px;
    width: 100%;
  }
  #achievementArea .achievementWrap .interviewBox .btnWrap .btnBox a {
    font-size: 1.2rem;
    height: 35px;
  }
}
@media (max-width: 600px) {
  #achievementArea .achievementWrap .interviewBox .btnWrap { margin-top: 15px; }
  #achievementArea .achievementWrap .interviewBox .btnWrap .btnBox a {
    font-size: 1.3rem;
    height: 40px;
  }
}
/* --- btn ホバー時のアニメーション --- */
#achievementArea .achievementWrap .interviewBox .btnWrap .btnBox .btn-border { border-color: #ffb021; }

/* ----- ボタン群 ----- */
#achievementArea .achievementWrap > .btnWrap { margin-top: 80px; }
@media (max-width: 768px) { #achievementArea .achievementWrap > .btnWrap { margin-top: 40px; } }
@media (max-width: 500px) { #achievementArea .achievementWrap > .btnWrap { margin-top: 30px; } }
@media (max-width: 320px) { #achievementArea .achievementWrap > .btnWrap { margin-top: 20px; } }


/* ==============================
  #priceArea
============================== */
#priceArea {}
#priceArea .priceWrap {}
#priceArea .priceWrap ul.priceBox {
  margin-top: 30px;
    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-wrap: wrap;
  flex-wrap: wrap;
}
#priceArea .priceWrap ul.priceBox li {
  border: 1px solid #a5a5a5;
  border-radius: 12px 12px 10px 10px;
  box-sizing: border-box;
  padding: 0;
  margin-left: 1%;
  width: calc((100% / 5) - 1%);
  text-align: center;
}
  #priceArea .priceWrap ul.priceBox li:first-of-type { margin-left: 0; }
  
/* ----------- 料金プラン詳細 ----------- */
#priceArea .priceWrap ul.priceBox dl.priceList { background-color: #fbfbfb; }
/* ----------- 目安 ----------- */
#priceArea .priceWrap .priceBox dl.exampleList {
  background-color: #fff9f5; 
  border-radius: 0 0 10px 10px;
}
/* ----- プラン詳細＆目安の共通 ----- */
#priceArea .priceWrap h4 {
  background-color: #a5a5a5;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 10px 0 9px;
  text-align: center;
}
#priceArea .priceWrap h5 {
  background-color: #ffcaa6;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  padding: 2px 0;
}
#priceArea .priceWrap h5 span.sub {
  font-size: 1.1rem;
  font-weight: normal;
}
#priceArea .priceWrap dl .contents {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-top: 1px solid #f3f3f3;
  height: auto;
  padding: 5px 0 4px;
}
#priceArea .priceWrap dl .contents dt {
  font-size: 1rem;
  line-height: 1.2;
}
#priceArea .priceWrap dl .contents dd > span {
  display: inline-block;
  line-height: 1;
}
#priceArea .priceWrap dl .contents span.textXL {
  font-size: 2.2rem;
  font-weight: bold;
  margin-left: -3px;
}
#priceArea .priceWrap dl .contents span.textL {
  font-size: 1.4rem;
}
#priceArea .priceWrap dl .contents span.textM {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: -0.005em;
}
#priceArea .priceWrap dl .contents span.textS {
  font-size: 1.4rem;
}
#priceArea .priceWrap dl .contents span.textSb {
  font-size: 1.3rem; 
  font-weight: bold;
  letter-spacing: 0.05em;
}
#priceArea .priceWrap dl .contents span.textXS {
  font-size: 1.1rem;
  font-weight: normal;
  margin-left: -3px;
  letter-spacing: -0.005em;
}
#priceArea .priceWrap dl .contents span.textNoService { color: #a2a2a2; }
#priceArea .priceWrap dl .contents span.textOther {
  font-size: 1.4rem;
  font-weight: normal;
  margin-left: -3px;
}
@media (max-width: 900px) {
  /* ----- プラン詳細＆目安の共通 ----- */
  #priceArea .priceWrap h4 { font-size: 1.4rem; }
  #priceArea .priceWrap h5 { font-size: 1.1rem; }
  #priceArea .priceWrap h5 span.sub { font-size: 1rem; }
  #priceArea .priceWrap dl .contents span.textXL { font-size: 1.8rem; }
  #priceArea .priceWrap dl .contents span.textL { font-size: 1.2rem; }
  #priceArea .priceWrap dl .contents span.textM {
    font-size: 1.4rem;
    line-height: inherit;
  }
  #priceArea .priceWrap dl .contents span.textS { font-size: 1.2rem; }
  #priceArea .priceWrap dl .contents span.textSb { font-size: 1.1rem; }
  #priceArea .priceWrap dl .contents span.textXS {
    font-size: 1rem;
    margin-left: -6px;
  }
  #priceArea .priceWrap dl .contents span.textOther { font-size: 1.2rem; }
}
@media (max-width: 768px) {
  #priceArea .priceWrap ul.priceBox {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
    justify-content: flex-start;
  }
  #priceArea .priceWrap ul.priceBox li { width: calc((100% / 3) - 1%); }
    #priceArea .priceWrap ul.priceBox li:nth-of-type(n+4) { margin-top: 1%; }
    #priceArea .priceWrap ul.priceBox li:nth-of-type(4) { margin-left: 0; }
  /* ----- プラン詳細＆目安の共通 ----- */
  #priceArea .priceWrap h4 { font-size: 1.4rem; }
  #priceArea .priceWrap h5 { font-size: 1.1rem; }
  #priceArea .priceWrap h5 span.sub { font-size: 1rem; }
  #priceArea .priceWrap dl .contents span.textXL {
    font-size: 1.8rem;
    margin-left: -5px;
  }
  #priceArea .priceWrap dl .contents span.textL { font-size: 1.2rem; }
  #priceArea .priceWrap dl .contents span.textM {
    font-size: 1.4rem;
    line-height: inherit;
  }
  #priceArea .priceWrap dl .contents span.textS { font-size: 1.2rem; }
  #priceArea .priceWrap dl .contents span.textSb { font-size: 1.1rem; }
  #priceArea .priceWrap dl .contents span.textXS {
    font-size: 1rem;
    margin-left: -5px;
  }
  #priceArea .priceWrap dl .contents span.textOther {
    font-size: 1.2rem;
    margin-left: -5px;
  }
}
@media (max-width: 500px) {
  #priceArea .priceWrap ul.priceBox li { width: calc((100% / 2) - 1%); }
    #priceArea .priceWrap ul.priceBox li:nth-of-type(n+3) { margin-top: 1%; }
    #priceArea .priceWrap ul.priceBox li:nth-of-type(odd) { margin-left: 0; }
    #priceArea .priceWrap ul.priceBox li:nth-of-type(even) { margin-left: 1%; }
  /* ----- プラン詳細＆目安の共通 ----- */
  #priceArea .priceWrap h4 { letter-spacing: 0.05em; }
  #priceArea .priceWrap h5 span.sub { display: block; }
}
@media (max-width: 375px) {
  /* ----- プラン詳細＆目安の共通 ----- */
  #priceArea .priceWrap h4 { font-size: 1.4rem; }
  #priceArea .priceWrap h5 { font-size: 1.1rem; }
  #priceArea .priceWrap h5 span.sub { font-size: 1rem; }
  #priceArea .priceWrap dl .contents span.textXL {
    font-size: 1.8rem;
    margin-left: -5px;
  }
  #priceArea .priceWrap dl .contents span.textL { font-size: 1.2rem; }
  #priceArea .priceWrap dl .contents span.textM {
    font-size: 1.4rem;
    line-height: inherit;
  }
  #priceArea .priceWrap dl .contents span.textS { font-size: 1.2rem; }
  #priceArea .priceWrap dl .contents span.textSb { font-size: 1.1rem; }
  #priceArea .priceWrap dl .contents span.textXS {
    font-size: 1rem;
    margin-left: -5px;
  }
  #priceArea .priceWrap dl .contents span.textOther {
    font-size: 1.2rem;
    margin-left: -5px;
  }
}

/* ----------- 注意書きリスト ----------- */
#priceArea .priceWrap ul.notesBox {
  margin: 40px auto 0;
  max-width: 750pt;
}
#priceArea .priceWrap ul.notesBox li {
  font-size: 1.3rem;
  margin: 6px 0 0 1.5rem;
  text-indent: -1.5em;
}
  #priceArea .priceWrap ul.notesBox li:first-of-type { margin-top: 0; }

/* ----- ボタン群 ----- */
#priceArea .priceWrap .btnWrap { margin-top: 50px; }
@media (max-width: 768px) { #priceArea .priceWrap .btnWrap { margin-top: 40px; } }
@media (max-width: 425px) { #priceArea .priceWrap .btnWrap { margin-top: 30px; } }
@media (max-width: 320px) { #priceArea .priceWrap .btnWrap { margin-top: 20px; } }


/* ==============================
  #newsArea
============================== */
#newsArea { background-color: #fbfbfb; }
#newsArea .newsWrap {}
#newsArea .newsWrap .newsBox {
  background-color: #fff;
  box-shadow: 0px 0px 0px 1px #efefef;
  border-radius: 10px;
  margin: 40px auto 30px;
  padding: 0 0 30px;
  width: 90%;
}
#newsArea .newsWrap .newsBox dl { padding: 30px 0 40px; }
#newsArea .newsWrap .newsBox dl .contents {
  border-bottom: 1px solid #f3f3f3;
  padding: 12px 25px;
}
#newsArea .newsWrap .newsBox dl .contents dt {
  display: inline-block;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  width: 100px;
}
#newsArea .newsWrap .newsBox dl .contents dd {
  display: inline-block;
  width: calc((100% - 25px) - 100px);
  margin-left: 2%;
}
#newsArea .newsWrap .newsBox dl .contents dd a {
  color: #70889c;
  display: block;
  transition: .4s;
}
@media (max-width: 600px) {
  #newsArea .newsWrap .newsBox {
    margin: 30px auto 10px;
    width: 100%;
  }
  #newsArea .newsWrap .newsBox dl .contents dt {
    display: block;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    width: 100px;
  }
  #newsArea .newsWrap .newsBox dl .contents dd {
    display: block;
    width: 100%;
    margin-left: 0;
  }
  #newsArea .newsWrap .newsBox dl .contents dd a {
      display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}



/* ==============================
  #aboutCriArea
============================== */
#aboutCriArea {}
#aboutCriArea .aboutCriBox {
  border: 2px solid #0f62af;
  max-width: 750px;
  margin: 0 auto;
  padding: 30px 30px 14px;
}
#aboutCriArea .aboutCriBox .textbox {
  color: #0f62af;
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: center;
}
#aboutCriArea .aboutCriBox .thumbBox a {
    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-wrap: wrap;
  flex-wrap: wrap;
}
#aboutCriArea .aboutCriBox .thumbBox a img.logo { width: 26%; }
#aboutCriArea .aboutCriBox .thumbBox a img.copy { width: 40%; }
@media (max-width: 700px) {
  #aboutCriArea .aboutCriBox {
    border: 2px solid #0f62af;
    max-width: 750px;
    margin: 0 auto;
    padding: 20px 15px 14px;
  }
  #aboutCriArea .aboutCriBox .textbox {
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: left
  }
    #aboutCriArea .aboutCriBox .textbox br { display: none; }
}
@media (max-width: 425px) {
  #aboutCriArea .aboutCriBox .textbox {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  #aboutCriArea .aboutCriBox .thumbBox a img.copy { width: 60%; }
}
.aboutCriArea__ouen {
  max-width: 750px;
  width: 100%;
  margin: 0 auto 30px;
}


/* ==============================
  #companyArea
============================== */
#companyArea { background-color: #fbfbfb; }
#companyArea .companyWrap {}
#companyArea .companyWrap .companyBox {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 0px 1px #efefef;
  box-sizing: border-box;
  margin: 40px auto 0;
  padding: 40px 60px;
  width: 90%;
}
#companyArea .companyWrap .companyBox .contents {
  border-bottom: 1px solid #f3f3f3;
  padding: 12px 24px;
    display:-webkit-box;
    display:-ms-flexbox;
  display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
  justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
  align-items: center;
    -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
  #companyArea .companyWrap .companyBox .contents:last-of-type { border-bottom: none; }
#companyArea .companyWrap .companyBox .contents > dt {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  width: 20%;
}
#companyArea .companyWrap .companyBox .contents > dd {
  font-size: 1.4rem;
  width: 80%;
}
#companyArea .companyWrap .companyBox .contents > dd a {
  color: #70889c;
  transition: .4s;
}
#companyArea .companyWrap .companyBox .contents > dd a span {
  display: inline-block;
  font-size: 1rem;
  margin-left: 3px;
  position: relative;
  bottom: 3px;
}
#companyArea .companyWrap .companyBox .contents dl.officerBox {}
#companyArea .companyWrap .companyBox .contents dl.officerBox .officer {
    display:-webkit-box;
    display:-ms-flexbox;
  display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
  justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
  align-items: center;
    -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#companyArea .companyWrap .companyBox .contents dl.officerBox .officer dt { width:  180px; }
@media (max-width: 1200px) {
  #companyArea .companyWrap .companyBox { padding: 5px 0; }
}
@media (max-width: 768px) {
  #companyArea .companyWrap .companyBox {
    width: 100%;
    padding: 10px 0;
  }
}
@media (max-width: 600px) {
  #companyArea .companyWrap .companyBox .contents {
    display: block;
    padding: 20px 20px 19px;
  }
  #companyArea .companyWrap .companyBox .contents > dt { width: 100%; }
  #companyArea .companyWrap .companyBox .contents > dd {
    box-sizing: border-box;
    font-size: 1.4rem;
    padding: 10px 0 0 1rem;
    width: 100%;
  }
}



/* ==============================
  footer直前注釈
============================== */
#main .container .ft-notice {
  font-size: 1.4rem;
  margin-top: 40px;
  padding: 0 4%;
  text-align: center;
}
@media (max-width: 425px) {
  #main .container .ft-notice {
    font-size: 1.2rem;
    text-align: left;
  }
  #main .container .ft-notice br { display: none; }
}



/* ==============================
  footer
============================== */
footer {
  background-color: #fff;
  margin-top: 10px;
}
footer .copyright {
  display: block;
  font-size: 1.2rem;
  line-height: 30px;
  letter-spacing: 0.05em;
  text-align: center;
}
