@charset "UTF-8";
/* テーマカラー　ここを変えればサイト全体の色が変わる */
/* あとで解除 */
#demo p {
  padding-left: 40px;
  font-size: 20px;
  padding-right: 40px; }

/* base */
body {
  /* フォントサイズの自動調整を停止する */
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: -apple-system, BlinkMacSystemFont, メイリオ, Meiryo, sans-serif;
  background-color: #F4F4F4;
  text-align: justify;
  width: 1020px;
  padding-right: 40px;
  margin-right: auto;
  margin-left: auto; }

p {
  letter-spacing: 0.1em; }

a {
  text-decoration: none;
  color: #1B1B1B; }

h1, h2, h3, h4, h5, h6, p, div, header, footer, section, img, a, ul, li, dl, dt, dd, iframe, ol {
  box-sizing: border-box;
  /* 境界線＋パディングを含めた全体幅＋高さでサイズを指定する */ }

@media screen and (min-width: 769px) {
  .sp {
    display: none; }

  body {
    width: 1020px; } }
@media screen and (max-width: 768px) {
  .pc {
    display: none; }

  body {
    width: 700px;
    margin-right: auto;
    margin-left: auto; } }
/* common */
section {
  margin-top: 45px;
  font-family: -apple-system, BlinkMacSystemFont, メイリオ, Meiryo, sans-serif;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff; }

h2 {
  width: 640px;
  height: 50px;
  font-size: 34px;
  text-align: center;
  margin-bottom: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  letter-spacing: -0.05em;
  font-weight: normal;
  line-height: 100%;
  background: linear-gradient(-45deg, #fff 12.5%, #F6F08E 12.5%, #F6F08E 25%, #fff 25%, #fff 37.5%, #F6F08E 37.5%, #F6F08E 50%, #fff 50%, #fff 62.5%, #F6F08E 62.5%, #F6F08E 75%, #fff 75%, #fff 87.5%, #F6F08E 87.5%);
  background-size: 40px 40px; }

h3 {
  padding-left: 45px;
  padding-right: 45px;
  height: 32px;
  width: auto;
  background-color: #fff;
  font-size: 24px;
  text-align: left;
  margin-top: 45px;
  margin-bottom: 45px;
  margin-left: 30px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-weight: bold;
  display: inline-block;
  background-image: url(../image/cube@2x.png), url(../image/cube@2x.png);
  background-position: left , right;
  background-repeat: no-repeat,no-repeat; }

/* ポップアップ */
.modal {
  width: 500px;
  height: 700px;
  font-size: 15px;
  margin-left: auto;
  margin-right: auto;
  line-height: 150%;
  display: block;
  background-color: #fff;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 50px; }
  .modal h4 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px; }
  .modal .contents {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px; }
  .modal ul {
    list-style-position: inside;
    margin-bottom: 30px;
    padding-left: 15px; }
  .modal .desc {
    margin-bottom: 30px; }
  .modal .price {
    text-align: center;
    font-size: 24px;
    color: #c02725; }
    .modal .price a {
      color: #c02725;
      text-decoration: underline; }
  .modal a {
    text-align: center;
    font-size: 30px;
    margin-top: 30px;
    text-decoration: underline;
    color: #0202a7;
    display: block; }

/* Layout */
#main {
  width: 700px; }

.name {
  text-align: right; }

.date {
  text-align: right; }

#backtotop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  text-align: right; }

.emphasis {
  background-image: url(../image/emphasisline.png);
  background-repeat: repeat-x;
  background-position: bottom center; }

.mg {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block; }

@media screen and (min-width: 769px) {
  #contents {
    width: 940px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin-left: 40px;
    margin-right: 40px; }
    #contents #sidebar {
      width: 220px;
      background-color: #fff;
      left: 40px; }
      #contents #sidebar nav {
        position: sticky;
        top: 0;
        margin-top: 16px; }
        #contents #sidebar nav li {
          list-style: none;
          display: block;
          height: 60px;
          font-size: 24px;
          padding-top: 18px;
          padding-bottom: 18px;
          padding-left: 30px; }
        #contents #sidebar nav li:hover {
          background-color: #93ccc6; }
        #contents #sidebar nav li.now {
          background-color: #c4d9d7; }

  #main {
    width: 700px; } }
/* 上に戻るボタン */
.back-to-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  color: #fff;
  width: 60px;
  height: 60px;
  z-index: 2;
  display: none; }

.back-to-top:before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  position: absolute;
  left: 0;
  top: 0;
  background: #000000;
  opacity: 0.7; }

.back-to-top:after {
  content: "↑";
  display: block;
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  position: absolute;
  font-size: 25px;
  left: 0;
  top: 0; }

@media screen and (max-width: 768px) {
  body {
    width: 700px;
    margin-bottom: auto;
    margin-right: auto; }

  #sidebar {
    display: none; } }
/* header */
@media screen and (min-width: 769px) {
  header {
    width: 1020px;
    height: 110px;
    background-color: #fff;
    position: relative; }
    header h1 {
      font-size: 20px;
      padding-top: 29px;
      margin-left: 70px;
      line-height: 120%;
      color: #296AA0;
      letter-spacing: 0.2em; }
    header #form1 {
      position: absolute;
      top: 30px;
      left: 750px; }
      header #form1 #sbox1 {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 24px;
        width: 176px;
        border: 1px solid #2B69A3; }
      header #form1 #sbtn1 {
        position: absolute;
        top: -1px;
        left: 178px;
        background-color: #2B69A3;
        color: #fff; }
    header nav {
      position: absolute;
      top: 71px;
      right: 40px;
      width: 700px;
      height: 24px;
      display: flex;
      justify-content: space-between; }
      header nav li {
        display: inline-block;
        list-style: none;
        width: auto; }
      header nav li a:hover {
        color: #c4d9d7; } }
@media screen and (max-width: 768px) {
  header {
    width: 700px;
    height: 110px;
    background-color: #fff;
    margin-left: auto;
    position: relative; }
    header h1 {
      padding-top: 45px;
      padding-left: 30px;
      font-size: 24px;
      color: #296AA0; }
    header #form1 {
      position: absolute;
      top: 45px;
      left: 370px; }
      header #form1 #sbox1 {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 24px;
        width: 176px;
        border: 1px solid #2B69A3; }
      header #form1 #sbtn1 {
        position: absolute;
        top: -1px;
        left: 178px;
        background-color: #2B69A3;
        color: #fff; }

  /* ハンバーガーメニュー */
  header .drawer-hamburger {
    margin: 0;
    padding: 0;
    left: 640px;
    top: 32px;
    width: 40px;
    height: 40px;
    position: fixed;
    padding-top: 0px;
    background-color: #6f6b6b;
    opacity: 0.85; }

  header .drawer-hamburger .drawer-hamburger-icon {
    top: 8px;
    width: 35px;
    margin-left: auto;
    margin-right: auto; }

  header nav.drawer-nav {
    width: 200px;
    opacity: 0.8; }

  header nav.drawer-nav li {
    margin: 20px;
    font-size: 30px;
    margin-bottom: 40px; } }
/* footer */
footer {
  margin-top: 45px;
  background-color: #fff;
  padding-top: 40px;
  clear: both;
  padding-right: 40px;
  padding-bottom: 50px; }
  footer h2 {
    margin-left: 30px;
    margin-right: 30px; }
  footer #info {
    margin-bottom: 136px; }
    footer #info dl {
      font-size: 18px;
      padding-left: 30px; }
      footer #info dl dd {
        margin-top: 30px;
        font-weight: bold;
        padding-bottom: 8px;
        border-bottom: 1px dotted #296AA0; }
      footer #info dl dt {
        line-height: 150%;
        padding-top: 10px; }
  footer #site {
    text-align: center;
    font-size: 18px; }
  footer #copyright {
    margin-top: 10px;
    text-align: center;
    font-size: 18px; }

@media screen and (min-width: 769px) {
  footer {
    width: 1020px;
    padding-left: 40px;
    padding-right: 40px; } }
@media screen and (max-width: 768px) {
  footer {
    width: 700px;
    margin-right: auto;
    margin-left: auto; } }
#mainvisual {
  width: 700px;
  height: 400px;
  background-color: #cacaca;
  position: relative; }
  #mainvisual .text {
    position: absolute;
    color: #fff;
    font-size: 32px; }

#intro {
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  padding-left: 30px;
  padding-right: 30px; }
  #intro .ny {
    padding-bottom: 60px;
    font-size: 20px; }
  #intro h2 {
    font-family: -apple-system, BlinkMacSystemFont, メイリオ, Meiryo, sans-serif;
    letter-spacing: -0.1em; }
  #intro .text {
    line-height: 150%;
    font-size: 18px;
    letter-spacing: 0.1em;
    margin-bottom: 30px; }
  #intro .date {
    font-size: 16px;
    margin-bottom: 10px; }
  #intro .name {
    font-size: 24px; }

#price h2 {
  margin-bottom: 0; }
#price h3 {
  margin-bottom: 30px; }
#price .appendix {
  font-size: 11px;
  margin-top: 3px; }
#price #ap1 {
  text-align: center; }
#price #ap2 {
  text-align: right; }
#price #ap3 {
  text-align: right; }
#price .desc {
  color: #1A6093;
  font-size: 18px;
  padding-left: 30px;
  line-height: 150%;
  margin-bottom: 35px; }
#price .title {
  font-size: 19px;
  text-align: center;
  color: #fff;
  padding-top: 7px; }
#price .subtitle {
  font-size: 12px;
  text-align: center;
  margin-top: 10px; }
#price .detail {
  font-size: 16px;
  margin-top: 20px; }
#price .price {
  margin-top: 10px;
  font-size: 22px;
  text-align: center; }
#price #basic {
  height: 212px;
  margin-right: 30px;
  margin-left: 30px;
  display: flex;
  justify-content: flex-start; }
  #price #basic .title {
    background-color: #676767;
    height: 30px;
    font-weight: bold; }
  #price #basic .text {
    padding-left: 12px;
    padding-right: 12px; }
    #price #basic .text .subtitle {
      font-size: 12px;
      letter-spacing: -0.05em;
      font-weight: bold; }
    #price #basic .text .detail {
      font-size: 15px;
      line-height: 150%;
      margin-top: 10px; }
    #price #basic .text .price {
      font-size: 22px; }
  #price #basic .plan {
    height: 216px;
    width: 200px;
    background-color: #e2e2e2;
    background-image: url(../image/basicarrow.png);
    background-repeat: no-repeat;
    background-position: bottom right; }
    #price #basic .plan .detail {
      padding-left: 5px;
      padding-right: 5px; }
  #price #basic .plus {
    width: 20px;
    font-size: 20px;
    font-weight: bold;
    margin-top: 90px;
    margin-left: 5px;
    margin-right: 5px; }
  #price #basic .option4 {
    width: 410px;
    height: 212px; }
    #price #basic .option4 .pack {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #price #basic .option4 .pack .option {
        width: 200px;
        height: 80px;
        margin-top: 13px;
        background-repeat: no-repeat;
        background-position: right bottom; }
      #price #basic .option4 .pack .title {
        height: 24px;
        font-size: 18px;
        padding-top: 5px; }
      #price #basic .option4 .pack .text {
        color: #fff; }
      #price #basic .option4 .pack #card {
        background-color: #4d92bb;
        background-image: url(../image/cardarrow.png); }
        #price #basic .option4 .pack #card .title {
          background-color: #1a6093; }
      #price #basic .option4 .pack #remote {
        background-color: #69b7b3;
        background-image: url(../image/remotearrow.png); }
        #price #basic .option4 .pack #remote .title {
          background-color: #199b92; }
      #price #basic .option4 .pack #pamph {
        background-color: #ca8aa2;
        background-image: url(../image/pampharrow.png); }
        #price #basic .option4 .pack #pamph .title {
          background-color: #cc5979; }
      #price #basic .option4 .pack #hosting {
        background-color: #9679bc;
        background-image: url(../image/hostingarrow.png); }
        #price #basic .option4 .pack #hosting .title {
          background-color: #715391;
          letter-spacing: -0.1em; }
#price .problem {
  margin-top: 70px;
  margin-left: 30px;
  margin-right: 30px;
  display: flex; }
  #price .problem .image {
    width: 170px;
    height: 170px;
    margin-right: 20px; }
  #price .problem .text ul {
    list-style: inside;
    line-height: 150%;
    font-size: 16px; }
  #price .problem .text h4 {
    display: block;
    width: 450px;
    height: 60px;
    margin-top: 15px;
    text-align: center;
    border: 3px solid #3e689e;
    font-weight: normal;
    color: #3e689e;
    padding-top: 8px;
    font-size: 18px;
    line-height: 120%; }
#price .solution {
  margin-left: auto;
  margin-right: auto;
  width: 115px;
  height: 30px;
  background-repeat: no-repeat;
  background-image: url(../image/solution.png);
  margin-top: 45px; }
#price #total {
  margin-right: 30px;
  margin-left: 30px;
  width: 640px; }
  #price #total .pack {
    display: flex;
    justify-content: space-between; }
    #price #total .pack .plan {
      width: 411px;
      height: 167px;
      position: relative;
      background: -moz-linear-gradient(top, #C02725, #601413);
      background: -webkit-linear-gradient(top, #C02725, #601413);
      background: linear-gradient(to bottom, #C02725, #601413);
      padding-top: 20px; }
      #price #total .pack .plan .innerline {
        width: 397px;
        height: 153px;
        border: 1px solid #BF9837;
        position: absolute;
        top: 7px;
        left: 7px; }
      #price #total .pack .plan .arrow {
        position: absolute;
        bottom: 0px;
        right: 0px;
        height: 28px;
        width: 28px;
        background-image: url(../image/totalarrow.png);
        background-repeat: no-repeat; }
      #price #total .pack .plan h2 {
        width: 411px;
        height: 32px;
        font-size: 20px;
        margin-bottom: 0;
        font-weight: bold;
        background: -moz-linear-gradient(left, #EDCE7C, #BD9533);
        background: -webkit-linear-gradient(left, #EDCE7C, #BD9533);
        background: linear-gradient(to right, #EDCE7C, #BD9533); }
        #price #total .pack .plan h2 .sub {
          font-size: 14px;
          letter-spacing: -0.05em;
          padding-right: 15px;
          font-weight: normal;
          vertical-align: 3px; }
      #price #total .pack .plan .text {
        color: #fff;
        padding-left: 30px;
        padding-right: 30px; }
      #price #total .pack .plan .detail {
        font-size: 14px;
        line-height: 150%;
        text-align: center;
        margin-top: 8px; }
      #price #total .pack .plan .price {
        background-image: url(../image/goldline.png);
        background-repeat: repeat-x;
        background-position: bottom center; }
        #price #total .pack .plan .price .sub {
          font-size: 14px;
          letter-spacing: -0.1em;
          margin-right: 20px; }
  #price #total .plus {
    margin-top: 65px; }
  #price #total .option {
    width: 201px;
    height: 167px;
    background-color: #e2e2e2; }
    #price #total .option .title {
      background-color: #676767;
      height: 42px;
      font-size: 16px;
      font-weight: normal;
      line-height: 120%;
      padding-top: 3px; }
    #price #total .option .text {
      padding-left: 14px;
      padding-right: 14px; }
      #price #total .option .text #options2 {
        width: 174px;
        height: 50px;
        padding-left: 8px;
        font-size: 14px;
        letter-spacing: 0.06em;
        color: #fff;
        padding-top: 18px;
        margin-top: 10px;
        background-image: url(../image/2options.png); }
      #price #total .option .text #bargain {
        margin-top: 10px;
        display: flex;
        justify-content: space-between; }
        #price #total .option .text #bargain #bundle {
          width: 60px;
          height: 42px;
          background-color: #c02725;
          border-radius: 5px;
          color: #fff;
          font-size: 12px;
          text-align: center;
          line-height: 120%;
          padding-top: 7px; }
        #price #total .option .text #bargain .price {
          width: 104px;
          color: #c02725;
          margin-top: 0; }
          #price #total .option .text #bargain .price .d-price {
            font-size: 13px;
            text-align: right;
            margin-bottom: 8px;
            background-image: url(../image/x.png);
            background-repeat: no-repeat;
            background-position: right center; }
          #price #total .option .text #bargain .price .price {
            font-size: 22px;
            text-align: right;
            letter-spacing: -0.05em; }
  #price #total .compare {
    width: 533px;
    height: 371px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 55px;
    display: flex;
    justify-content: flex-start; }
    #price #total .compare .title {
      height: 329px;
      width: 60px;
      background-color: #676767;
      color: #fff;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      text-align: center;
      font-size: 38px;
      padding-right: 10px;
      letter-spacing: 0.05em; }
    #price #total .compare .image {
      width: 524px;
      height: 329px;
      border: 1px solid #707070;
      padding-left: 40px;
      padding-top: 29px; }
#price #continue {
  width: 640px;
  height: 70px;
  border: 4px solid #B58C22;
  background-color: #D7D3C7;
  text-align: center;
  position: relative;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  color: #522510; }
  #price #continue .innerline {
    position: absolute;
    width: 622px;
    height: 56px;
    left: 5px;
    top: 3px;
    border: 2px solid #4D403F;
    text-align: left;
    padding-left: 30px;
    background-image: url(../image/continue_arrow.png);
    background-repeat: no-repeat;
    background-position: 580px 13px; }
    #price #continue .innerline .subtitle {
      margin-top: 7px;
      text-align: left;
      font-weight: bold; }
    #price #continue .innerline .text {
      margin-top: 5px;
      font-size: 20px;
      letter-spacing: 0.1em;
      font-weight: bold; }
      #price #continue .innerline .text .price {
        font-size: 22px;
        padding-left: 2px; }
#price #custom {
  margin-left: 30px;
  margin-right: 30px; }
  #price #custom .problem {
    margin-left: 0;
    margin-top: 0; }
  #price #custom .estimation {
    margin-top: 45px;
    width: 640px;
    height: 30px;
    text-align: center;
    color: #fff;
    font-size: 19px;
    background-color: #676767;
    padding-top: 6px;
    font-weight: normal; }
  #price #custom .pack {
    margin-top: 15px;
    width: 640px;
    display: flex;
    justify-content: space-between;
    text-align: center; }
    #price #custom .pack .plan {
      width: 305px;
      height: 80px;
      color: #fff; }
      #price #custom .pack .plan .title {
        height: 24px;
        font-size: 18px;
        text-align: center;
        letter-spacing: 0.1em;
        padding-top: 4px; }
      #price #custom .pack .plan .text {
        margin-top: 7px; }
    #price #custom .pack #customplan {
      background-color: #4d92bb; }
      #price #custom .pack #customplan .title {
        background-color: #1a6093; }
    #price #custom .pack #fullorder {
      background-color: #ca8aa2; }
      #price #custom .pack #fullorder .title {
        background-color: #cc5979; }

#demo p {
  margin-bottom: 20px; }
#demo a {
  color: #1A6093;
  text-decoration: underline; }

#order .items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 70px; }
  #order .items .item {
    width: 200px;
    display: block;
    margin-bottom: 40px; }
    #order .items .item .image {
      width: 200px;
      height: 200px; }
      #order .items .item .image img {
        width: 200px;
        height: 200px;
        font-weight: bold; }
    #order .items .item .text {
      margin-top: 15px;
      text-align: center;
      width: 200px; }
      #order .items .item .text .title {
        width: 200px;
        padding-top: 10px;
        padding-bottom: 8px;
        height: 64px;
        border: 3px solid #93CCC6;
        font-size: 14px;
        line-height: 140%; }
      #order .items .item .text .desc {
        margin-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 14px;
        line-height: 140%; }
      #order .items .item .text .price {
        font-size: 18px;
        margin-top: 8px;
        margin-bottom: 8px;
        font-style: italic;
        color: #296AA0;
        font-weight: bold;
        display: none; }
#order .reservation {
  margin-left: 30px; }

#guide .action {
  background-color: #DAEBEB; }
#guide .direction {
  width: 115px;
  height: 30px;
  margin-top: 12px;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../image/solution.png);
  background-repeat: no-repeat; }
#guide #purchase {
  width: 665px;
  height: 420px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  background-image: url(../image/flow.png);
  background-repeat: no-repeat;
  background-position: 0 20px; }
  #guide #purchase .action {
    width: 145px;
    height: 420px; }
    #guide #purchase .action h4 {
      width: 145px;
      height: 20px;
      margin-top: 20px;
      padding-top: 3px;
      text-align: center;
      color: #DAEBEB;
      font-size: 16px;
      background-color: #296AA0; }
    #guide #purchase .action p.image {
      text-align: center;
      padding-top: 20px;
      height: 100px; }
    #guide #purchase .action p.text {
      width: 145px;
      padding-left: 12px;
      padding-right: 12px;
      font-size: 14px;
      margin-top: 15px;
      margin-bottom: 15px;
      line-height: 150%;
      letter-spacing: -0.1em;
      text-align: justify; }
  #guide #purchase .action:first-child {
    margin-left: 12px; }
  #guide #purchase .action:last-child {
    margin-right: 12px; }
#guide #config {
  width: 640px;
  height: 206px;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 20px; }
  #guide #config h4 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px; }
  #guide #config .text {
    font-size: 14px;
    text-align: center;
    line-height: 160%;
    letter-spacing: -0.05em; }
#guide #start {
  width: 640px;
  height: 166px;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 20px;
  background: linear-gradient(-45deg, #fff 12.5%, #F6F08E 12.5%, #F6F08E 25%, #fff 25%, #fff 37.5%, #F6F08E 37.5%, #F6F08E 50%, #fff 50%, #fff 62.5%, #F6F08E 62.5%, #F6F08E 75%, #fff 75%, #fff 87.5%, #F6F08E 87.5%);
  background-size: 40px 40px; }
  #guide #start h4 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px; }
  #guide #start .text {
    font-size: 14px;
    text-align: center;
    line-height: 160%;
    font-weight: bold; }
#guide .QA {
  width: 640px;
  border: 8px solid #c4d9d7;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 70px;
  border-radius: 15px;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 147px;
  padding-right: 30px;
  font-size: 15px;
  line-height: 150%;
  color: #296AA0;
  font-weight: bold;
  background-image: url(../image/question.png);
  background-repeat: no-repeat;
  background-position: 35px 0; }
  #guide .QA .question {
    left: 40px;
    border-bottom: 1px solid #c4d9d7;
    padding-bottom: 40px; }
  #guide .QA .answer {
    left: 40px;
    padding-top: 40px; }
  #guide .QA .image .title {
    display: inline-block;
    width: auto;
    font-size: 18px;
    padding-left: 28px;
    padding-right: 28px;
    margin-bottom: 10px;
    border: 2px solid #296AA0; }
  #guide .QA .text {
    left: 40px;
    padding-top: 15px; }
  #guide .QA a {
    text-decoration: underline;
    margin-top: 10px;
    display: block;
    color: #055213; }
  #guide .QA .title {
    display: block;
    width: auto;
    margin-top: 15px; }
  #guide .QA #support {
    width: 570px;
    padding: 25px;
    background: linear-gradient(-45deg, #fff 12.5%, #F6F08E 12.5%, #F6F08E 25%, #fff 25%, #fff 37.5%, #F6F08E 37.5%, #F6F08E 50%, #fff 50%, #fff 62.5%, #F6F08E 62.5%, #F6F08E 75%, #fff 75%, #fff 87.5%, #F6F08E 87.5%);
    margin-top: 60px;
    background-size: 40px 40px;
    transform: translateX(-107px); }

#inquiry form {
  padding-left: 30px;
  padding-right: 30px; }
  #inquiry form p {
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 20px; }
  #inquiry form input {
    font-size: 24px; }
  #inquiry form textarea {
    font-size: 24px;
    width: 640px; }
  #inquiry form #submit_button {
    width: 300px;
    height: 50px;
    margin-left: 170px;
    font-size: 26px;
    text-align: center;
    font-weight: bold;
    color: #000;
    background: linear-gradient(-45deg, #6cbcb4 12.5%, #93ccc6 12.5%, #93ccc6 25%, #6cbcb4 25%, #6cbcb4 37.5%, #93ccc6 37.5%, #93ccc6 50%, #6cbcb4 50%, #6cbcb4 62.5%, #93ccc6 62.5%, #93ccc6 75%, #6cbcb4 75%, #6cbcb4 87.5%, #93ccc6 87.5%);
    background-size: 40px 40px;
    opacity: 0.7; }
  #inquiry form #submit_button:hover {
    background: linear-gradient(-45deg, -45deg, #6cbcb4 12.5%, #93ccc6 12.5%, #93ccc6 25%, #6cbcb4 25%, #6cbcb4 37.5%, #93ccc6 37.5%, #93ccc6 50%, #6cbcb4 50%, #6cbcb4 62.5%, #93ccc6 62.5%, #93ccc6 75%, #6cbcb4 75%, #6cbcb4 87.5%, #93ccc6 87.5%);
    background-size: 40px 40px;
    color: #fff;
    opacity: 0.7; }

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