@charset "UTF-8";
/* ******************************************************************************** */
/*  七星文庫　cintact.css                                                            */
/*                                                                        17.06.23  */
/* ******************************************************************************** */
/* ================================================================================ */
/*      外部CSS読み込み                                                             */
/* ================================================================================ */
@import url("./common.css");
/* ================================================================================ */
/*      枠組み                                                                      */
/* ================================================================================ */
/* -------------------------------------------------------------------------------- */
/*      フッター                                                                    */
/* -------------------------------------------------------------------------------- */
.footer {
  background-color: #f9f9f9; }

/* ================================================================================ */
/*      七星文庫について                                                            */
/* ================================================================================ */
/* -------------------------------------------------------------------------------- */
/*      ジャンボトロン                                                              */
/* -------------------------------------------------------------------------------- */
.jumbotron {
  background-image: url(../contact/img/bcg.jpg);
  background-position: left top; }

.jumbotron h1{
  text-align: center;
  border: solid 1px #ffffff;
  padding: 1rem; padding: 10px;}
/* -------------------------------------------------------------------------------- */
/*      応募フォーム                                                                     */
/* -------------------------------------------------------------------------------- */
/* フォーム
----------------------------------------------- */
form {
    margin-bottom: 4rem; margin-bottom: 40px;
    font-size: 1.8rem; font-size: 18px;
  }
form p{
  font-size: 1.4rem; font-size: 14px;
  margin-top: 3rem; margin-top: 30px;
  color: #cc0000;
  text-align: center;
}
form > div > div {
    padding: 1rem 2rem; padding: 10px 20px;
  }
form > div > div label{
    font-weight: 600;
    color: #014621;
  }
form > div > div span{
    padding-left: 0.5rem; padding-left: 5px;
    color: red;
  }
form > div > div span.glyphicon{
    color: #fff;
  }
form > div > div.submit{
    text-align: center;
    padding-top: 3rem; padding-top: 30px;
  }
form > div > div.submit button{
    line-height: 3rem; line-height: 30px;
  }
form > div > div.submit button.btn-default{
    width: 15rem; width: 150px;
    border: 1px solid #014621;
  }
form > div > div.submit button.btn-default:hover{
  background: #014621;
  color: #fff;
  text-decoration: none;
  opacity: 1;
  }
form > div > div textarea.form-control{
height: 10rem; height: 100px;
}

form > div.conf-area{
  border-bottom:solid 1px;
  margin-top: 4rem; margin-top: 40px;
  background: #dff0d8;
  }
form > div.conf-area div:last-child div:last-child{
  line-height: 1.4;
  padding-top: 5px;
  padding-bottom: 10px;
  }
form > div > div.conf{
  border-top: solid 1px;
  border-left: solid 1px;
  border-right: solid 1px;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  line-height: 4rem; line-height: 40px;
  }
form > div > div.conf div.col-sm-4 label{
  margin-bottom: 0px;
  }
form > div > div.conf div.col-sm-8{
    border-left: solid 1px;
    background: #fff;
  }

  /* リード
  ----------------------------------------------- */
.container .lead{
  margin-left: 4rem; margin-left:40px;
  font-size: 1.8rem; font-size: 18px;
  line-height: 3rem; line-height: 30px;
  margin-bottom: 5rem; margin-bottom: 50px;
}

  /* ページステータス
  ----------------------------------------------- */
.container .status{
  text-align: center;
  margin-bottom: 3rem; margin-bottom: 30px;;
}

  /* エラー
  ----------------------------------------------- */
.container .error{
  margin: 20px 0 20px 0; margin: 2rem 0 2rem 0;
  padding: 10px; padding: 1rem;
  border: double 3px #ff0000;
}
.container .error ul{
  margin-left: 30px; margin-left: 3rem;
}
.container .error ul li{
  margin-top: 6px; margin-top: 0.6rem;
}
.container .error ul li:first-child{
  margin-top: 0;
}
.container .error span{
  color: #ff0000;
}

  /* インフォメーション
  ----------------------------------------------- */
.container .information{
  margin-bottom: 1rem; margin-bottom:10px;
  margin-left: 4rem; margin-left: 40px;
}
.container .information span{
  color: #e42921;
}

  /* メッセージ
  ----------------------------------------------- */
.container .message{
  padding: 10px; padding: 1rem;
  border: solid 1px #e8e8e8;
}

/* ================================================================================ */
/*      レスポンシブル設定                                                            */
/* ================================================================================ */
/* サイズ別設定
----------------------------------------------- */
  /* --- Large devices: Desktops (1200px以上) --- */
  /* --- Medium devices: Desktops (1200px未満) --- */
  @media (min-width: 992px) and (max-width: 1199px) {
  .container .lead{
    margin-left: 0;
    font-size: 1em;
    line-height: 0;
    margin-bottom: 4rem; margin-bottom: 40px; }
  .container .information{
    margin-left: 0; }
  }

  /* --- Small devices: Tablets (992px未満) --- */
  @media (min-width: 768px) and (max-width: 991px) {
  .container .lead{
    margin-left: 0;
    font-size: 1em;
    line-height: 0;
    margin-bottom: 4rem; margin-bottom: 40px; }
  .container .information{
    margin-left: 0; }
  form {
      font-size: 1.6rem; font-size: 16px; }
  }

  /* --- Extra small devices: Phones (768px未満) --- */
  @media (max-width: 767px) {
    .container .status img{
      max-width: 100%;
      height: auto; }
    .container .lead{
      margin-left: 0;
      font-size: 1em;
      line-height: 0;
      margin-bottom: 4rem; margin-bottom: 40px; }
    .container .information{
      margin-left: 0; }
    }
  /* --- 規定外 --- */
  @media (max-width: 480px) {
    .container .status img{
      max-width: 100%;
      height: auto; }
    .container .lead{
      margin-left: 0;
      font-size: 1em;
      line-height: 0;
      margin-bottom: 4rem; margin-bottom: 40px; }
    .container .information{
      margin-left: 0; }
    form > div.conf-area div:last-child div:last-child{
      font-size: 16px;
      line-height: 1.8;
      padding-top: 15px;
      padding-bottom: 15px;
      border-left: 0;;
      }
    form > div > div.conf div.col-sm-4{
      border-right: 0;
      border-bottom: solid 1px; }
    form > div > div.conf div.col-sm-8{
      font-size: 16px;
      line-height: 1.8;
      padding-top: 15px;
      padding-bottom: 15px;
      border-left: 0;}
    form > div > div.submit button.btn-default{
      width: 40%; }
    }
