@charset "UTF-8";
/* media screen */
/* font settings */
/* common font-type for yu gothic */
html {
  font-family: YuGothic, '游ゴシック', sans-serif;
  font-size: 11px; }

body {
  margin: 0; }

/* マテリアルアイコン */
i.material-icons {
  vertical-align: middle !important; }

/* aリンク */
a {
  color: #1BA5BB; }

/* 見出し */
h2 {
  font-size: 3rem; }
h3 {
  font-size: 2rem; }

/* 本文 */
p {
  font-size: 1.7rem; }

.text {
  /*　テキストカラー　*/
  /* アライン */ }
  .text-color-black0 {
    color: #47473F; }
  .text-color-black1 {
    color: #838383; }
  .text-color-black2 {
    color: #101010; }
  .text-color-blue0 {
    color: #1BA5BB; }
  .text-color-red0 {
    color: #CA0D0D; }
  .text-color-red1 {
    color: #ff5555; }
  .text-color-white {
    color: #fff; }
  .text-center {
    text-align: center; }
  .text-left {
    text-align: left; }
  .text-justify {
    text-align: justify; }

/*　フォントサイズ　*/
.font-size-s {
  font-size: 1.2rem; }
.font-size-m {
  font-size: 1.5rem; }
.font-size-l {
  font-size: 1.8rem; }
.font-size-xl {
  font-size: 3.5rem; }

/* マージン */
.margin-top-none {
  margin-top: 0; }
.margin-top-s {
  margin-top: 5px; }
.margin-top-m {
  margin-top: 10px; }
.margin-top-l {
  margin-top: 15px; }
.margin-top-xl {
  margin-top: 30px; }
.margin-top-xxl {
  margin-top: 80px; }
.margin-bottom-none {
  margin-bottom: 0; }
.margin-bottom-xl {
  margin-bottom: 30px; }
.margin-bottom-xxl {
  margin-bottom: 80px; }
.margin-right-s {
  margin-right: 5px; }

/* カスタム */
.ca-margin-top1rem {
  margin-top: 1rem; }
.ca-margin-top5rem {
  margin-top: 5rem; }

/* フォーム */
.form {
  /* inputフィールド */
  /* 送信ボタン */ }
  .form-input {
    font-family: YuGothic, '游ゴシック', sans-serif;
    background-color: #F3F3F3;
    border: none;
    border-radius: 5px;
    font-size: 1.5rem;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-top: 1.5rem;
    width: 250px; }
  .form-submit {
    font-family: YuGothic, '游ゴシック', sans-serif;
    background-color: #1BA5BB;
    border-radius: 5px;
    border: none;
    color: #fff;
    cursor: pointer;
    cursor: hand;
    font-size: 1.5rem;
    font-weight: bold;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    display: block;
    margin: 0 auto;
    margin-top: 1.5rem;
    width: 260px;
    /* aタグを無効 */ }
    .form-submit-link {
      text-decoration: none;
      color: #fff; }

/* CTAモバイル */
#cta_mobile {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 60px; }
  #cta_mobile img {
    width: 250px; }

/* メニュー　*/
#main_menu {
  background-color: #1B9CB1;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 888; }
  #main_menu ul {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0; }
    #main_menu ul li {
      font-family: YuGothic, '游ゴシック', sans-serif;
      color: #1BA5BB;
      cursor: pointer;
      cursor: hand;
      display: inline-block;
      font-size: 1.6rem;
      float: right;
      padding-bottom: 1.0rem;
      padding-top: 1.0rem;
      padding-right: 1.0rem; }
      #main_menu ul li a {
        font-size: 1.5rem;
        color: #1BA5BB;
        font-weight: bold;
        border-right: 1px solid #ccc;
        padding-right: 1.0rem; }
        #main_menu ul li a:hover {
          opacity: 0.7;
          text-decoration: none; }
  #main_menu .form-inline li {
    font-size: 1.5rem;
    color: #1BA5BB;
    list-style: none; }
  #main_menu .navbar-brand img {
    width: 150px; }

/* メッセージバー　*/
#message_bar {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 999; }
  #message_bar li {
    font-family: YuGothic, '游ゴシック', sans-serif;
    color: #fff;
    text-align: center;
    font-size: 2rem;
    list-style: none;
    padding-bottom: 2.0rem;
    padding-top: 2.0rem;
    padding-right: 1.0rem; }

/* エラー通知用　*/
.error {
  background-color: #E25252; }

/* 成功用　*/
.success {
  background-color: #27AF81; }

/* 送信中画面 */
#sending_window {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
  width: 300px;
  height: 150px;
  position: fixed;
  top: calc(50% - 150px/1);
  left: calc(50% - 300px/2);
  z-index: 999;
  padding: 20px;
  display: none; }

/* ログインウィンドウ　*/
#login_window {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
  display: none;
  position: fixed;
  width: 380px;
  min-height: 300px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
  top: calc(50% - 300px/2);
  left: calc(50% - 380px/2);
  z-index: 999; }

/*　登録関連　*/
#register {
  /* 登録ウィンドウ */
  /* ボタン */ }
  #register_window {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
    display: none;
    position: fixed;
    width: 380px;
    min-height: 300px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 1.5rem;
    top: calc(50% - 300px/2);
    left: calc(50% - 380px/2);
    z-index: 999;
    /* フォーム内のログイン切り替えボタン　*/ }
    #register_window #sub_login_btn {
      font-family: YuGothic, '游ゴシック', sans-serif;
      background-color: #AAAAAA;
      border-radius: 5px;
      border: none;
      color: #fff;
      cursor: pointer;
      cursor: hand;
      font-size: 1.5rem;
      font-weight: bold;
      padding-top: 0.7rem;
      padding-bottom: 0.7rem;
      display: block;
      text-align: center;
      margin: 0 auto;
      margin-top: 1.5rem;
      width: 260px; }
  #register_btn {
    font-family: YuGothic, '游ゴシック', sans-serif;
    background-color: #AAAAAA;
    border-radius: 5px;
    border: none;
    color: #fff;
    cursor: pointer;
    cursor: hand;
    font-size: 1.5rem;
    font-weight: bold;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 1.5rem;
    width: 260px; }

/* 編集時のバックグラウンド */
#bg {
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 888; }

/* ウィジェット */
.widget {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
  width: 280px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  /* 横幅いっぱいまで広がるウィジェット　*/ }
  .widget-big {
    background-color: #fff;
    border-radius: 5px;
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    /* ウィジェットの見出し　*/
    /* 区切り線 */ }
    .widget-big h3 {
      background-color: #F2F2F2;
      border-radius: 5px;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem; }
    .widget-big hr {
      display: block;
      width: 100%;
      height: 1px;
      border: 0;
      border-top: 2px dashed #969595;
      margin-top: 1.5rem;
      margin-bottom: 1.5rem; }

/* カード情報 */
.card_info {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0; }
  .card_info li {
    font-family: YuGothic, '游ゴシック', sans-serif;
    font-size: 1.5rem;
    text-align: left;
    list-style: none;
    margin-bottom: 1.0rem;
    /* カード情報の見出し */ }
    .card_info li span {
      background-color: #838383;
      border-radius: 1.5rem;
      color: #fff;
      margin-right: 1rem;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      padding-left: 0.5rem;
      padding-right: 0.5rem; }

/* 支払い明細　*/
.invoice-item {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0; }
  .invoice-item li {
    font-family: YuGothic, '游ゴシック', sans-serif;
    font-size: 1.5rem;
    text-align: left;
    list-style: none;
    margin-bottom: 1.0rem;
    /* カード情報の見出し */ }
    .invoice-item li span {
      background-color: #F2F2F2;
      border-radius: 1.5rem;
      border: 1px solid #ccc;
      color: #000;
      margin-right: 1rem;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      padding-left: 0.5rem;
      padding-right: 0.5rem; }
.invoice-main {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0; }
  .invoice-main li {
    font-family: YuGothic, '游ゴシック', sans-serif;
    font-size: 1.5rem;
    text-align: left;
    list-style: none;
    margin-bottom: 1.0rem;
    /* カード情報の見出し */ }
    .invoice-main li span {
      background-color: #767676;
      border-radius: 1.5rem;
      color: #fff;
      margin-right: 1rem;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      padding-left: 0.5rem;
      padding-right: 0.5rem; }

/* ラッパー　*/
#wrapper {
  text-align: center; }

/* section1 */
#section1 {
  background-color: #F1F6FA; }
  #section1_content {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    margin-top: 40px;
    /* トップイメージ */
    /* PC用ヘッダー */
    /* スマホ用ヘッダー */ }
    #section1_content #header_eyecatch {
      left: 5rem;
      position: absolute;
      top: 19rem; }
      #section1_content #header_eyecatch h1 {
        font-size: 3.5rem;
        font-weight: bold;
        text-align: left; }
      #section1_content #header_eyecatch p {
        text-align: left; }
      #section1_content #header_eyecatch .eyecath-point .point-highlight {
        color: #F83073;
        font-weight: bold;
        font-size: 1.9rem; }
      #section1_content #header_eyecatch .eyecath-point .point-subtitle {
        font-size: 1.5rem; }
    #section1_content img {
      width: 100%; }
    #section1_content #header_pc {
      display: block; }
    #section1_content #header_sp {
      display: none; }

/* section2 */
#section2 {
  /* 特徴ボックス */ }
  #section2_content {
    max-width: 900px;
    margin: 0 auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 3rem; }
    #section2_content p {
      font-size: 1.7rem;
      line-height: 2.7rem; }
    #section2_content h2 {
      font-weight: normal;
      text-align: left; }
  #section2 .feature {
    max-width: 900px;
    margin-top: 1.5rem;
    overflow: hidden;
    /* 各要素 */ }
    #section2 .feature .box {
      display: inline-block;
      width: 250px;
      /* 特徴説明用の画像 */ }
      #section2 .feature .box:nth-child(1) {
        float: left; }
      #section2 .feature .box:nth-child(3) {
        float: right; }
      #section2 .feature .box p {
        color: #838383; }
      #section2 .feature .box img {
        width: 200px; }

/* section3 */
#section3 {
  background-color: #f3f3f3;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem; }
  #section3_content {
    max-width: 900px;
    margin: 0 auto;
    overflow: hidden;
    /* フローおおもと */ }
    #section3_content h2 {
      font-weight: normal;
      text-align: left;
      margin-top: 3rem;
      margin-bottom: 3rem; }
    #section3_content .flow {
      max-width: 900px;
      margin-top: 1.5rem;
      overflow: hidden;
      /* 各要素 */ }
      #section3_content .flow .box {
        display: inline-block;
        width: 250px;
        /* 特徴説明用の画像 */
        /* ステップ */ }
        #section3_content .flow .box:nth-child(1) {
          float: left; }
        #section3_content .flow .box:nth-child(3) {
          float: right; }
        #section3_content .flow .box img {
          width: 200px; }
        #section3_content .flow .box .step {
          font-family: YuGothic, '游ゴシック', sans-serif;
          border: 2px solid #1BA5BB;
          border-radius: 3rem;
          display: block;
          font-weight: bold;
          font-size: 2.5rem;
          padding: 0.5rem 1rem 0.5rem 1rem; }

/* section4 */
#section4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem; }
  #section4_content {
    max-width: 900px;
    margin: 0 auto;
    overflow: hidden;
    /* サンプルボックス */ }
    #section4_content h2 {
      font-weight: normal;
      text-align: left;
      margin-top: 3rem;
      margin-bottom: 3rem; }
    #section4_content .sample {
      max-width: 900px;
      margin-top: 1.5rem;
      overflow: hidden;
      /* 各要素 */ }
      #section4_content .sample .box {
        display: inline-block;
        width: 250px;
        /* 特徴説明用の画像 */
        /* 説明文 */ }
        #section4_content .sample .box:nth-child(1) {
          float: left; }
        #section4_content .sample .box:nth-child(3) {
          float: right; }
        #section4_content .sample .box img {
          width: 200px; }
        #section4_content .sample .box p {
          font-size: 2rem; }

/* section5 */
#section5 {
  background-color: #85b6ce;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  /* 質問ボックス */ }
  #section5_content {
    max-width: 900px;
    margin: 0 auto;
    overflow: hidden; }
    #section5_content h2 {
      color: #fff;
      font-weight: normal;
      text-align: left;
      margin-top: 3rem;
      margin-bottom: 3rem; }
  #section5 .faq {
    margin-top: 5rem; }
    #section5 .faq h3 {
      color: #fff;
      text-align: left;
      border-left: 5px solid #fff;
      padding-left: 2rem; }
    #section5 .faq p {
      color: #454c53;
      text-align: justify; }
    #section5 .faq ul {
      padding-left: 20px; }
      #section5 .faq ul li {
        font-size: 1.7rem;
        text-align: left;
        color: #50555A; }

/* section6 */
#section6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem; }
  #section6_content {
    max-width: 900px;
    margin: 0 auto;
    overflow: hidden;
    /* プラン */
    /* stripeボタン */ }
    #section6_content h2 {
      font-weight: normal;
      text-align: left;
      margin-top: 3rem;
      margin-bottom: 3rem; }
    #section6_content .plan {
      max-width: 900px;
      margin-top: 1.5rem;
      margin-bottom: 1.5rem;
      overflow: hidden;
      padding: 0.5rem;
      /* 各要素 */
      /* プランの名前 */
      /* プランの各項目のおおもと */
      /* プランの各項目 */
      /* 価格 */ }
      #section6_content .plan .box {
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
        /*
        &:nth-child(3) {
        	float: right;
        }*/
        display: inline-block;
        padding-bottom: 1rem;
        width: 250px;
        /* 特徴説明用の画像 */ }
        #section6_content .plan .box:nth-child(1) {
          margin-right: 5rem; }
        #section6_content .plan .box:nth-child(2) {
          margin-left: 5rem; }
        #section6_content .plan .box img {
          width: 200px; }
      #section6_content .plan-name {
        font-family: YuGothic, '游ゴシック', sans-serif;
        border-radius: 5px 5px 0px 0px;
        color: #fff;
        display: block;
        font-size: 3rem;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        background-color: blue; }
      #section6_content .plan-items {
        padding-left: 0.7rem;
        padding-right: 0.7rem;
        /* 無料体験推進ボタン　*/ }
        #section6_content .plan-items .try-button {
          padding-top: 1.3rem;
          padding-bottom: 1.3rem;
          margin-top: 1.5rem; }
      #section6_content .plan-item {
        font-family: YuGothic, '游ゴシック', sans-serif;
        border-bottom: 1px solid #D2D2D2;
        display: block;
        font-size: 1.6rem;
        font-weight: bold;
        padding-top: 1rem;
        padding-bottom: 1rem; }
      #section6_content .plan-price {
        font-size: 3rem;
        /* 月いくらの部分 */ }
        #section6_content .plan-price-month {
          font-size: 2rem; }
    #section6_content .stripe-button-el {
      width: 100%;
      margin-top: 1.5rem; }

/* section7 */
#section7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  /* ギャラリー用のスクロール　*/ }
  #section7_content {
    max-width: 900px;
    margin: 0 auto;
    overflow: hidden;
    /* ギャラリー */ }
    #section7_content h2 {
      font-weight: normal;
      text-align: left;
      margin-top: 3rem;
      margin-bottom: 3rem; }
    #section7_content #lightgallery {
      /* 詳細リンク */ }
      #section7_content #lightgallery img {
        border-radius: 0.5rem;
        margin: 0.5rem; }
      #section7_content #lightgallery .detail-link {
        background-color: blue; }
  #section7_scroll {
    overflow: scroll;
    height: 420px; }

/* section8 */
#section8 {
  background-color: #86b6ce;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem; }
  #section8_content {
    max-width: 900px;
    margin: 0 auto;
    overflow: hidden;
    /* 各要素　*/ }
    #section8_content h2 {
      color: #fff;
      font-weight: normal;
      text-align: left;
      margin-top: 3rem;
      margin-bottom: 3rem; }
    #section8_content .box {
      margin-top: 5rem;
      /* ステップ */
      /* ステップ内の画像 */ }
      #section8_content .box .step {
        font-family: YuGothic, '游ゴシック', sans-serif;
        background-color: #D8D8D8;
        border-radius: 3rem;
        display: block;
        font-weight: bold;
        font-size: 2.5rem;
        text-align: left;
        padding: 0.5rem 1rem 0.5rem 1rem; }
      #section8_content .box img {
        margin-top: 4rem;
        margin-bottom: 2rem;
        width: 400px; }

/* section9 */
#section9 {
  background-color: #F2F2F2;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  /* プラン */ }
  #section9_content {
    max-width: 1150px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 20px; }
    #section9_content h2 {
      color: #000;
      font-weight: normal;
      text-align: left;
      margin-top: 3rem;
      margin-bottom: 3rem; }
  #section9 .voice {
    max-width: 1150px;
    min-height: 300px;
    margin-top: 5.5rem;
    padding: 0.5rem;
    overflow: hidden;
    /* 各要素 */
    /* プランの各項目のおおもと */ }
    #section9 .voice .box {
      background-color: #fff;
      border-radius: 5px;
      box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
      margin-top: 70px;
      display: inline-block;
      padding-bottom: 1rem;
      width: 350px;
      /* 特徴説明用の画像 */
      /*img {
      	width: 200px;
      }*/
      /*　名前　*/
      /* 肩書　*/
      /* コンテンツ */ }
      #section9 .voice .box:nth-child(1) {
        float: left; }
      #section9 .voice .box:nth-child(3) {
        float: right; }
      #section9 .voice .box .name {
        color: #616161;
        font-size: 2.5rem;
        margin-top: -70px;
        margin-bottom: 15px; }
      #section9 .voice .box .role {
        color: #31C8C4;
        font-size: 1.8rem;
        font-weight: bold; }
      #section9 .voice .box .content {
        /* pタグ */
        /* 区切り線　*/
        /*　aタグのボタン */
        padding-right: 2.0rem;
        padding-left: 2.0rem;
        margin-top: 2.0rem; }
        #section9 .voice .box .content p {
          color: #1B1B1B;
          font-size: 1.7rem;
          text-align: justify;
          line-height: 2.8rem; }
        #section9 .voice .box .content hr {
          border: solid #F0F0F0;
          border-width: 1px 0 0 0;
          height: 1px;
          /* for IE6 */
          clear: both;
          /* for IE6 */ }
        #section9 .voice .box .content a {
          padding: 1.4rem 2.0rem;
          background-color: #949494;
          display: block;
          border-radius: 5px;
          text-decoration: none;
          font-weight: bold;
          font-size: 1.8rem;
          color: #fff;
          /* オーバー時 */ }
          #section9 .voice .box .content a:hover {
            background-color: #3AC9C5; }
    #section9 .voice-items {
      padding-left: 0.7rem;
      padding-right: 0.7rem;
      /* 無料体験推進ボタン　*/ }
      #section9 .voice-items .try-button {
        padding-top: 1.3rem;
        padding-bottom: 1.3rem;
        margin-top: 1.5rem; }

/* section10 */
#section10 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  padding-left: 1rem;
  padding-right: 1rem; }
  #section10_content {
    max-width: 900px;
    margin: 0 auto;
    overflow: hidden;
    /* 問い合わせフォーム */ }
    #section10_content h2 {
      color: #000;
      font-weight: normal;
      text-align: center;
      margin-top: 3rem;
      margin-bottom: 3rem; }
    #section10_content #form {
      max-width: 490px;
      margin: 0 auto;
      text-align: left;
      /* フォーム見出し */
      /* テキストエリア　*/
      /* 送信ボタン　*/ }
      #section10_content #form input {
        font-size: 1.4rem;
        width: 97%;
        height: 3.0rem;
        outline: none;
        border: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        margin: 0;
        padding: 0.5rem;
        border-radius: 3px;
        margin-top: 1.0rem; }
      #section10_content #form span {
        font-family: YuGothic, '游ゴシック', sans-serif;
        font-size: 1.6rem;
        font-weight: bold;
        margin-top: 2.5rem;
        display: block; }
      #section10_content #form textarea {
        font-size: 1.4rem;
        width: 97%;
        height: 200px;
        outline: none;
        border: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        margin: 0;
        padding: 0.5rem;
        border-radius: 3px;
        margin-top: 1.0rem; }
      #section10_content #form #submit {
        height: 50px;
        width: 100%;
        background-color: #3AC9C5;
        display: block;
        border-radius: 5px;
        text-decoration: none;
        font-weight: bold;
        font-size: 1.8rem;
        color: #fff;
        display: inline-block;
        cursor: pointer;
        cursor: hand;
        /* オーバー時 */ }
        #section10_content #form #submit:hover {
          background-color: #33B1AD; }

/* 共通部分 */
.section {
  padding-top: 2rem;
  padding-bottom: 5rem;
  padding-left: 1rem;
  padding-right: 1rem; }
  .section_content {
    max-width: 900px;
    margin: 0 auto;
    overflow: hidden; }
    .section_content h2 {
      color: #000;
      font-weight: normal;
      text-align: center;
      margin-top: 3rem;
      margin-bottom: 3rem; }

/*　共通フォーム */
.form {
  max-width: 490px;
  margin: 0 auto;
  text-align: left;
  /* フォーム見出し */
  /* テキストエリア　*/
  /* セレクト */
  /* 送信ボタン　*/ }
  .form input {
    background-color: #ececec;
    font-size: 1.4rem;
    width: 97%;
    height: 3.0rem;
    outline: none;
    border: none;
    margin: 0;
    padding: 0.5rem;
    border-radius: 3px;
    margin-top: 1.0rem; }
  .form span {
    font-family: YuGothic, '游ゴシック', sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 2.5rem;
    display: block; }
  .form textarea {
    background-color: #ececec;
    font-size: 1.4rem;
    width: 97%;
    height: 200px;
    outline: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0.5rem;
    border-radius: 3px;
    margin-top: 1.0rem; }
  .form select {
    background-color: #ececec;
    font-size: 1.4rem;
    width: 97%;
    height: 3.0rem;
    outline: none;
    border: none;
    margin: 0;
    padding: 0.5rem;
    border-radius: 3px;
    margin-top: 1.0rem; }
  .form #submit {
    height: 50px;
    width: 100%;
    background-color: #3AC9C5;
    display: block;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.8rem;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    cursor: hand;
    /* オーバー時 */ }
    .form #submit:hover {
      background-color: #33B1AD; }

/* ご依頼確認ボックスリスト */
#order_box_list {
  padding: 10px 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: left;
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 30px; }

/* ご依頼確認ボックス */
#order_box {
  padding: 10px 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: left;
  margin: 0 auto;
  margin-bottom: 30px;
  max-width: 300px;
  float: left;
  word-break: break-all; }

.order_item {
  border-bottom: 1px solid #ccc; }
  .order_item:hover {
    background-color: #F9F9F9; }
  .order_item .date {
    display: block;
    color: #333;
    font-size: 12px;
    padding-top: 10px; }
  .order_item .detail_text {
    color: #666;
    font-size: 13px; }

/* ページネーション */
#pagination a {
  text-decoration: none;
  color: #CCCCCC; }
  #pagination a:hover {
    color: #1B9CB1; }

.my-pagination {
  font-size: 14px;
  padding: 8px;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  flex: initial; }
  .my-pagination-current {
    border: 1px solid #000; }

/* チャット　*/
#chat {
  width: 530px;
  min-height: 650px;
  float: right;
  /*　テキストが表示されるタイムライン　*/
  /* メッセージ */
  /* テキスト入力欄 */ }
  #chat #chat_box {
    border-radius: 5px;
    background-color: #d7ebef;
    width: 100%;
    height: 550px;
    padding-bottom: 30px; }
  #chat .message {
    width: 100%;
    min-height: 50px;
    overflow: hidden; }
    #chat .message-left {
      float: left;
      word-break: break-all;
      margin-top: 20px;
      margin-left: 20px; }
      #chat .message-left .text {
        background-color: #c5c5c5; }
    #chat .message-right {
      float: right;
      word-break: break-all;
      margin-top: 20px;
      margin-right: 20px; }
      #chat .message-right .text {
        background-color: #1898e2;
        color: #fff; }
    #chat .message .text {
      max-width: 250px;
      min-height: 50px;
      border-radius: 5px;
      padding-left: 5px;
      padding-right: 5px; }
      #chat .message .text p {
        display: inline-block;
        text-align: justify; }
      #chat .message .text img {
        width: 100%;
        border-radius: 3px; }
    #chat .message .info {
      overflow: hidden; }
    #chat .message .user-type {
      font-weight: bold;
      float: left; }
    #chat .message .date {
      float: right; }
  #chat #input_field {
    width: 100%;
    height: 150px; }
    #chat #input_field textarea {
      font-size: 1.8rem;
      width: 78%;
      height: 10.0rem;
      outline: none;
      border: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      margin: 0;
      padding: 1.0rem;
      border-radius: 3px;
      margin-top: 1.0rem;
      float: left; }
    #chat #input_field .form {
      max-width: 100%; }
    #chat #input_field #submit {
      width: 80px;
      float: right; }

/* footer */
#footer {
  background-color: #4C4C4C;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem; }
  #footer_content {
    max-width: 900px;
    margin: 0 auto;
    overflow: hidden;
    /* サービスロゴ　*/
    /* メニュー */ }
    #footer_content #logo {
      color: #1BA5BB;
      font-size: 3rem;
      /* ロゴ画像 */ }
      #footer_content #logo img {
        width: 200px; }
    #footer_content ul {
      padding-left: 0; }
      #footer_content ul li {
        font-family: YuGothic, '游ゴシック', sans-serif;
        color: #AAAAAA;
        font-size: 1.5rem;
        display: inline-block;
        float: left;
        margin-left: 2rem; }
        #footer_content ul li:first-child {
          margin-left: 0; }

/* 無料体験推進ボタン　*/
.try-button {
  font-family: YuGothic, '游ゴシック', sans-serif;
  background-color: #ffaa00;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  font-size: 2.5rem;
  padding-top: 2.7rem;
  padding-bottom: 2.7rem;
  cursor: pointer;
  width: 100%;
  border-bottom: 6px solid #b18837; }
  .try-button:hover {
    opacity: 0.8; }

/* 共通角丸ボタン */
.round-btn {
  height: 50px;
  width: 100%;
  background-color: #3AC9C5;
  display: block;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.8rem;
  color: #fff;
  cursor: pointer;
  cursor: hand;
  /* オーバー時 */ }
  .round-btn:hover {
    background-color: #33B1AD; }

@media only screen and (max-width: 800px) {
  #main_menu ul li a {
    border-right: none; }

  /* section1 */
  #section1 {
    background-color: #F1F6FA; }
    #section1_content {
      /* PC用ヘッダー */
      /* スマホ用ヘッダー */ }
      #section1_content h1 {
        font-size: 3rem;
        left: 5rem;
        top: 3rem;
        text-align: left; }
      #section1_content #header_eyecatch {
        display: none; }
      #section1_content #header_pc {
        display: none; }
      #section1_content #header_sp {
        display: block; }

  /* section2 */
  #section2 {
    /* 特徴ボックス */ }
    #section2 .feature {
      /* 各要素 */ }
      #section2 .feature .box {
        display: block;
        margin: 0 auto;
        width: 350px; }
        #section2 .feature .box:nth-child(1) {
          float: none; }
        #section2 .feature .box:nth-child(3) {
          float: none; }

  /* section3 */
  #section3 {
    /* フロー */ }
    #section3 .flow {
      /* 各要素 */ }
      #section3 .flow .box {
        display: block;
        margin: 0 auto;
        width: 350px; }
        #section3 .flow .box:nth-child(1) {
          float: none; }
        #section3 .flow .box:nth-child(3) {
          float: none; }

  /* section4 */
  #section4 {
    /* サンプルボックス */ }
    #section4 .sample {
      /* 各要素 */ }
      #section4 .sample .box {
        display: block;
        margin: 0 auto;
        width: 350px; }
        #section4 .sample .box:nth-child(1) {
          float: none; }
        #section4 .sample .box:nth-child(3) {
          float: none; }

  /* section6 */
  #section6 {
    /* プランボックス */ }
    #section6 .plan {
      /* 各要素 */ }
      #section6 .plan .box {
        display: block;
        margin: 0 auto;
        width: 100%;
        margin-top: 3rem; }
        #section6 .plan .box:nth-child(1) {
          margin-right: 0; }
        #section6 .plan .box:nth-child(2) {
          margin-left: 0; }
        #section6 .plan .box:nth-child(3) {
          float: none; }

  /* section9 */
  #section9 {
    /* プラン */ }
    #section9 .voice {
      /* 各要素 */ }
      #section9 .voice .box {
        margin-top: 11rem;
        width: 100%; }
        #section9 .voice .box:nth-child(1) {
          float: none;
          margin-top: 7rem; }
        #section9 .voice .box:nth-child(3) {
          float: none; }

  /* ご依頼確認ボックス */
  #order_box {
    width: 100%;
    max-width: initial; }

  /* footer */
  #footer {
    padding-bottom: 5rem; }
    #footer #footer_content {
      /* メニュー */ }
      #footer #footer_content ul li {
        font-family: YuGothic, '游ゴシック', sans-serif;
        color: #AAAAAA;
        font-size: 1.5rem;
        display: block;
        float: initial;
        margin-left: 0rem;
        margin-top: 1rem; }

  .try-button {
    font-size: 1.8rem; }

  /* CTAモバイル */
  #cta_mobile {
    display: block; } }
@media only screen and (max-width: 600px) {
  /* section1 */
  #section1 {
    background-color: #F1F6FA; }
    #section1_content h1 {
      font-size: 2rem;
      left: 3rem;
      top: 2rem;
      text-align: left; }

  /* section2 */
  #section2_content img {
    width: 300px; }

  /* チャット　*/
  #chat {
    width: 100%; }
    #chat #input_field textarea {
      width: 100%; }
    #chat #input_field #submit {
      width: 100%;
      float: left; }

  /* section8 */
  #section8_content .box {
    /* ステップ内の画像 */ }
    #section8_content .box img {
      width: 100%; } }

/*# sourceMappingURL=suguny.css.map */
