@charset "UTF-8";
/* CSS Document */
/* CSS Document */
/*---------------------
カラム幅設定
----------------------*/
/*---------------------
カラー設定
----------------------*/
/*---------------------
ベンダープレフィックス初期設定
----------------------*/
/*---------------------
透明度　初期設定
----------------------*/
/*---------------------
フォントサイズ初期設定
----------------------*/
/*---------------------
フォントファミリー初期設定
----------------------*/
/*----------------
Retina,高解像度 対策
-----------------*/
/*---------------------
角丸　初期設定
----------------------*/
/*
.box {
     @include circle(100px);
     background: #fc0;
}
*/
/*---------------------
ボックスシャドウ　mixin
----------------------*/
/*
 div { @include box-shadow(8px, 8px);}
 */
/*---------------------
グラデーション　mixin
----------------------*/
/* 使用例
 div { @include gradient(#ff00ff, #ff00cc, vertical);}
*/
/*---------------------
デュレーション　mixin
----------------------*/
/*
.move{
    @include transition(0.5s);
}
*/
/*---------------------
キーフレーム　mixin
----------------------*/
@import url("https://fonts.googleapis.com/css?family=Abril+Fatface");
@import url("https://fonts.googleapis.com/css?family=Gravitas+One");
@-webkit-keyframes animeFade1 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes animeFade1 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes animeFade1 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fontColorFade1 {
  0% {
    color: #fff; }
  100% {
    color: #0094d5; } }

@-moz-keyframes fontColorFade1 {
  0% {
    color: #fff; }
  100% {
    color: #0094d5; } }

@keyframes fontColorFade1 {
  0% {
    color: #fff; }
  100% {
    color: #0094d5; } }

/*---------------------
カラムグリッド mixin
----------------------*/
/*---------------------
カラムグリッド mixin
----------------------*/
/*　使用例 
div { @include ghost-button(“Trebuchet”, 12px, #ffffff, 5px, #34dec6, 4px, 300ms, #000000 );}
*/
/*---------------------
リンクカラー初期設定
----------------------*/
/*---------------------
汎用BOX用　マージンMIXIN リセット
----------------------*/
/* line 317, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/_mixin.scss */
.m_0 {
  margin: 0 !important; }

/* line 318, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/_mixin.scss */
.p_0 {
  padding: 0 !important; }

/*---------------------
汎用ボタンリンク用　
----------------------*/
/* line 325, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/_mixin.scss */
.btn {
  -moz-user-select: none;
  background-image: none;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap; }

/* line 340, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/_mixin.scss */
.btn-info {
  background-color: #5bc0de;
  border-color: #46b8da;
  color: #fff; }

/*---------------------
フォント import
----------------------*/
/*---------------------
HTML BODY初期設定
----------------------*/
/* line 21, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  color: #111; }

/* line 28, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
html {
  margin: 0;
  padding: 0;
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif  !important; }
  /* line 32, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
  html li {
    list-style-type: none; }

/* line 34, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
body {
  background: url(../img/bg.jpg) top center;
  font-family: Arial,Helvetica,"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 41, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
p {
  line-height: 1.3em; }

/* line 43, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
a, a:hover {
  text-decoration: none; }

/* line 45, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
a {
  color: #0080ba; }

/* line 46, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
a:hover {
  color: #ff7200; }

/*---------------------
フォント設定 
----------------------*/
/* line 52, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

/*---------------------
カスタムボタン 
----------------------*/
/* Custom default button */
/* line 61, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none;
  /* Prevent inheritance from `body` */
  background-color: #fff;
  border: 1px solid #fff; }

/*---------------------
wrapper設定 
----------------------*/
/* line 75, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
#wrapper {
  -webkit-overflow-scrolling: touch; }

/*---------------------
nav設定 
----------------------*/
/* line 84, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
#top-head {
  box-shadow: 0px 1px 2px 0px #888; }

/*---------------------
カラム設定　全体 
----------------------*/
@media screen and (max-width: 480px) {
  /* line 95, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
  .container-fluid {
    padding-left: 0;
    padding-right: 0; }
  /* line 100, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
  section.main-contents .row {
    margin-left: 0px;
    margin-right: 0px; } }

/*---------------------
ヘッダーイメージ設定 
----------------------*/
/* line 110, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
header .container-fluid, header div {
  padding-left: 0 !important;
  padding-right: 0 !important; }

/* line 115, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
header .row,
section.main-contents .row {
  margin-left: 0;
  margin-right: 0; }

/* line 120, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
.main-image {
  position: relative;
  width: 100%;
  background: #fff; }
  /* line 127, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
  .main-image h1 {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 1;
    text-align: center; }
    /* line 133, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
    .main-image h1 img {
      width: 100%;
      max-width: 1100px; }

/*---------------------
汎用ボックス&見出し　
----------------------*/
/* line 161, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
section.main-contents .container > div {
  padding-left: 0;
  padding-right: 0; }

/* line 167, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
.box-radius {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 4px 1px #43abda; }

/* line 174, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
.inner {
  padding: 30px 30px; }

/* line 177, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
.inner2 {
  padding: 25px 25px; }

/* line 182, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
section.main-contents .row {
  margin: 30px 0; }

/* line 186, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
section.main-contents h2 {
  margin: 0;
  padding: 15px 20px;
  line-height: 1;
  background: #43abda;
  font-weight: 600;
  font-size: 2.5rem;
  color: #fff;
  display: block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }
  /* line 198, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
  section.main-contents h2 i {
    color: #efe100; }

/*---------------------
メインコピー 
----------------------*/
/* line 209, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
.maincopy {
  display: block;
  width: 100%;
  margin: 0 auto;
  bottom: 100px; }

/* line 216, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
.maincopy h2 {
  font-size: 78px;
  color: #333;
  font-family: 'Abril Fatface', cursive;
  text-align: center; }

/* line 223, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
.maincopy p {
  display: block;
  width: 350px;
  margin: 0 auto;
  background: rgba(238, 104, 108, 0.8);
  font-size: 34px;
  letter-spacing: -1px;
  color: #fff;
  font-weight: 600;
  font-family: Arial,Helvetica,"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  padding: 0px;
  text-align: center;
  text-shadow: 1px 0px 3px rgba(0, 0, 0, 0.3);
  border-radius: 4px; }

@media screen and (max-width: 767px) {
  /* line 242, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
  .maincopy h2 {
    font-size: 48px;
    color: #333;
    font-family: 'Abril Fatface', cursive;
    text-align: center; }
  /* line 249, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
  .maincopy p {
    font-size: 32px; } }

@media screen and (max-width: 480px) {
  /* line 257, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
  .maincopy h2 {
    font-size: 34px;
    color: #333;
    font-family: 'Abril Fatface', cursive;
    text-align: center; }
  /* line 263, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
  .maincopy p {
    width: 300px;
    font-size: 22px; } }

/*---------------------
説明文 
----------------------*/
/* line 275, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
.about {
  position: relative;
  z-index: 1;
  margin: 0 auto; }

/* line 281, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
.about p.about-txt {
  font-size: 15px;
  text-align: left;
  line-height: 1.6; }

@media screen and (max-width: 480px) {
  /* line 288, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
  .about p.about-txt {
    font-size: 14px;
    text-align: justify; } }

/* line 296, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
table.archive tr, table.archive th, table.archive td {
  vertical-align: top; }

/* line 297, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
table.archive th, table.archive td {
  font-size: 13px; }

@media screen and (max-width: 767px) {
  /* line 305, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
  table.archive th, table.archive td {
    display: block; } }

/* line 312, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
.archive-box .ch-archive {
  width: 100%;
  display: block;
  background: #ffcedb;
  border: none;
  font-weight: 600;
  font-size: 13px;
  padding: 5px 10px; }

/* line 321, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
.archive-box p.archive-txt {
  font-size: 13px; }

/*---------------------
応募資格 
----------------------*/
/* line 336, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
.shikaku {
  position: relative;
  z-index: 1;
  margin: 0 auto; }

/* line 342, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
.shikaku h3 {
  display: block;
  margin-top: 30px;
  font-size: 18px;
  padding: 10px;
  border: 2px dotted #43abda;
  border-radius: 3px;
  font-weight: 600; }

/* line 351, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
.shikaku h3:first-child {
  margin-top: 0; }

/* line 355, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
.shikaku p.shikaku-txt {
  padding: 0 10px;
  font-size: 14px;
  text-align: left;
  line-height: 1.6; }

@media screen and (max-width: 480px) {
  /* line 363, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
  .shikaku p.shikaku-txt {
    font-size: 14px;
    text-align: justify; } }

/*---------------------
フォーム部分 
----------------------*/
/* line 376, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
.em-green {
  background: #43abda !important; }

/* line 381, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
.form-wrap .row {
  margin: 0 !important;
  padding: 20px 0;
  border-bottom: 1px solid #f0f0f0; }

/* line 388, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
.form-wrap .f-head {
  font-size: 18px;
  font-weight: 600;
  border-left: 4px solid #43abda; }

/* line 394, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
.form-wrap .question-wrap {
  border: 2px solid #ffb627;
  margin-top: 20px;
  padding: 10px;
  border-radius: 5px; }
  /* line 400, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
  .form-wrap .question-wrap .row {
    padding: 15px 0; }
  /* line 404, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
  .form-wrap .question-wrap input[type="text"]:focus {
    border-color: #ffb627; }

/* line 408, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
.form-wrap .f-head2 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 2px; }

/* line 414, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
.form-wrap .question {
  padding: 0;
  margin: 0;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 600; }
  /* line 421, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
  .form-wrap .question i {
    color: #ffb627; }

/* line 424, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
.form-wrap .f-detail {
  border-left: 1px dotted #ddd; }

/* line 428, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
.form-wrap .f-detail textarea {
  width: 100%; }

/* line 431, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
.form-wrap .f-detail textarea:focus {
  border-color: #ffb627; }

/* line 437, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
.form-wrap table.kindof td {
  padding: 0 10px; }
  /* line 440, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
  .form-wrap table.kindof td span {
    font-size: 16px;
    font-weight: 600; }

/* line 453, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
.checkbox input.custom-checkbox[type="checkbox"]:checked + .icons .icon-checked, .radio input.custom-checkbox[type="checkbox"]:checked + .icons .icon-checked, .checkbox input.custom-radio[type="radio"]:checked + .icons .icon-checked, .radio input.custom-radio[type="radio"]:checked + .icons .icon-checked {
  color: #ec819d;
  filter: none;
  opacity: 1; }

/* line 459, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
.checkbox input.custom-checkbox[type="checkbox"]:checked + .icons, .radio input.custom-checkbox[type="checkbox"]:checked + .icons, .checkbox input.custom-radio[type="radio"]:checked + .icons, .radio input.custom-radio[type="radio"]:checked + .icons {
  color: #ec819d !important; }

/* line 463, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
.form-group.focus .form-control, .form-control:focus, .form-group.focus .select2-search input[type="text"], .select2-search input[type="text"]:focus {
  border-color: #43abda;
  box-shadow: none;
  outline: 0 none; }

/* line 469, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
.self-pr .f-detail textarea:focus {
  border-color: #43abda; }

/* line 474, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
.btn-submit {
  padding: 30px 0 10px; }
  /* line 477, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
  .btn-submit button {
    background: #43abda;
    border: 1px solid #43abda;
    padding: 10px 25px;
    font-size: 20px;
    font-weight: 600; }
  /* line 484, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
  .btn-submit button:hover, .btn-submit button:focus {
    background: #ec819d;
    border: 1px solid #ec819d;
    padding: 10px 25px;
    font-size: 20px;
    font-weight: 600; }

@media screen and (max-width: 1190px) {
  /* line 499, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
  .form-wrap table.kindof {
    display: block; }
    /* line 501, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
    .form-wrap table.kindof td {
      display: block;
      padding: 0 10px; }
      /* line 505, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
      .form-wrap table.kindof td span {
        font-size: 16px;
        font-weight: 600; } }

@media screen and (max-width: 767px) {
  /* line 518, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
  .form-wrap .row {
    margin: 0 !important;
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0; }
  /* line 525, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
  .form-wrap .f-head {
    font-size: 18px;
    font-weight: 600;
    padding-top: 0px;
    margin-bottom: 10px;
    border-left: 4px solid #43abda; }
  /* line 534, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
  .form-wrap .f-detail {
    border-left: none; } }

/* line 546, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
button.btn-modoru {
  background: #999;
  border: 1px solid #999; }

@media screen and (max-width: 480px) {
  /* line 552, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
  .btn-submit {
    padding: 30px 0 10px; }
    /* line 555, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
    .btn-submit button {
      background: #43abda;
      border: 1px solid #43abda;
      padding: 10px 15px;
      font-size: 17px;
      font-weight: 600; }
    /* line 562, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
    .btn-submit button:hover, .btn-submit button:focus {
      background: #e36a6a;
      border: 1px solid #e36a6a;
      padding: 10px 15px;
      font-size: 17px;
      font-weight: 600; }
  /* line 571, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
  button.btn-modoru {
    background: #999;
    border: 1px solid #999; } }

/*---------------------
フッター 
----------------------*/
/* line 590, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
section#footer .row {
  margin: 50px 0 50px; }

/* line 594, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
section#footer .footer-contents {
  background: #fff;
  border-top: 1px solid #43abda;
  border-bottom: 1px solid #43abda;
  margin-top: 40px; }
  /* line 599, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
  section#footer .footer-contents p {
    line-height: 1.6; }

/* line 605, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
.btn-official {
  min-width: 350px;
  text-align: center; }

/* line 611, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
.privacy {
  margin-bottom: 20px;
  padding: 20px;
  height: 150px;
  overflow-y: auto;
  border: 1px solid #ddd; }
  /* line 617, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
  .privacy p {
    font-size: 13px; }
    /* line 619, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
    .privacy p span {
      font-weight: 600; }

/* line 624, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
.footer-logo {
  margin-top: 30px; }
  /* line 627, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
  .footer-logo table {
    min-width: 435px;
    margin: 0 auto; }
  /* line 631, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
  .footer-logo table td {
    padding: 15px; }

@media screen and (max-width: 767px) {
  /* line 638, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
  .footer-contents {
    text-align: center; }
  /* line 643, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
  .btn-official {
    min-width: 300px;
    max-width: 320px;
    margin: 0 auto; }
    /* line 647, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
    .btn-official img {
      width: 100%; }
  /* line 653, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
  .footer-logo table {
    min-width: 300px;
    margin: 0 auto; }
  /* line 658, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
  .footer-logo table td {
    width: 50%;
    text-align: center; }
    /* line 662, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
    .footer-logo table td img {
      width: 100%; } }

/* line 673, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
.pagetop-area {
  background: #f0f0f0;
  text-align: center; }
  /* line 676, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
  .pagetop-area a {
    background: #f0f0f0;
    display: block;
    padding: 5px 0;
    font-size: 28px;
    color: #43abda; }
  /* line 683, /Users/kt/Desktop/クライアントワーク/ネクスト/JUNONオーディション/募集フォーム/2017_0428/css/style.scss */
  .pagetop-area a:hover {
    background: #43abda;
    display: block;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }

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