@charset "utf-8";

/*全体の設定
---------------------------------------------------------------------------*/
body {
  /* background: #f5f5f5; */
  background: #ffffff;
  color: #313131;
  /*全体の文字色*/
  margin: 0px;
  padding: 0px;
  font: 16px/1.6 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";

}

.cta_box_1 {
  padding-bottom: 50px;
  position: relative;
  text-align: center;
  top: -10px;
}

.cta_box_2 {
  padding-bottom: 110px;
  position: relative;
  text-align: center;
}

#order_01 {
  width: 100%;
  position: absolute;
  top: 160px;
}


.pri {
  padding-bottom: 40px;
}

.cancel {
  /* height: 80px; */
  width: 55%;
  padding-top: 20px;
  font-size: 70%;
  color: #888;
  margin: 0 auto;
}

.privacy {
  /* height: 50px; */
  width: 55%;
  font-size: 70%;
  color: #888;
  margin: 0 auto;
}

img {
  border: none;
  max-width: 100%;
  vertical-align: bottom;
  /* 画像同士の隙間を詰める */
}

input,
textarea,
select {
  font-size: 1em;
}

form {
  margin: 0px;
}


.center {
  text-align: center;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
  color: #555;
  /*リンクテキストの色*/
  text-decoration: none;
}

a:hover {
  color: #006ddc;
  /*マウスオン時の文字色（全体）*/
}

/* リンク（ボタン）のマウスホバー時の動き */
a:hover img {
  position: relative;
  top: 3pt;
  left: 3pt;
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
.container {
  max-width: 100%;
  width: 1000px;
  margin: 0 auto;

  /* 全体の縦のライン */
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.heading {
  /* background-color: #e5e5fc; */
}

.ttl-1 {
  width: auto;
  padding: 1em 0.5em;
  background: #e5e5fc;
  position: relative;
  color: #fff;
  /*font-size: 200%;*/
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
}

.sankaku {
  width: 0;
  height: 0;
  border-top: 30px solid #e5e5fc;
  border-right: 50px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 50px solid transparent;
  position: absolute;
  bottom: -53px;
  left: 448px;
}

/*各sectionのクラス(両端をグラデーション)
---------------------------------------------------------------------------*/
.cta,
.pri {
  /* background-color: #faf2f5; */
  /* background: linear-gradient(to right, #fff 0%, #faf2f5 30%, #faf2f5 70%, #fff 100%);
    color: #fff; */
}

.benefits {
  background: linear-gradient(to right, #fff 0%, #faf2f5 20%, #faf2f5 80%, #fff 100%);
  color: #fff;
}

.mail_theme {
  /* background-color: #e5e5fc; */
  background: linear-gradient(to right, #fff 0%, #e5e5fc 10%, #e5e5fc 90%, #fff 100%);
  color: #fff;

}

/*ヘッダー（サイトロゴが入ったブロック）
---------------------------------------------------------------------------*/
header {
  height: 99px;
  background: url(../img/hd_bg.jpg) no-repeat;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
  max-width: 100%;
  width: 1000px;
  margin: 0 auto;

  font-size: 85%;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 15px;
  color: #ffffff;
  position: relative;
  background-color: #249A44;

  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

footer p {
  padding-top: 10px;
}

footer a {
  color: #ffffff;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}


/*スマホ用のCSS
---------------------------------------------------------------------------*/
@media screen and (max-width: 750px) {

  *,
  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  body {
    font: 12px/1.6;
  }

  header {
    height: auto;
    padding: 0;
  }

  .container {
    max-width: 100%;

    /* 全体の縦のライン */
    border-left: none;
    border-right: none;
  }

  .about_box {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cta_box_1 {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
    position: relative;
    text-align: center;
    top: 0px;
    width: 90%;
  }

  .cta_box_2 {
    /* margin-top: 15px; */
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0px;
    position: relative;
    text-align: center;
    top: 0px;
    width: 90%;
  }

  #order_01 {
    width: 80%;
    position: absolute;
    top: 22%;
    left: 10%;
  }

  input {
    max-width: 99%;
  }

  textarea {
    max-width: 99%
  }

  .cancel {
    overflow-y: scroll;
    width: 80%;
    font-size: 10px;
    height: 80px;
  }

  .privacy {
    width: 80%;
    font-size: 10px;
    height: 50px;
  }

  footer {
    width: 100%;
    min-width: 100%;
  }

  .size150 {
    font-size: 120%;
  }

  .size130 {
    font-size: 105%;
  }

  .size200 {
    font-size: 140%;
  }
}