@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/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/_mixin.scss */
.m_0 {
  margin: 0 !important; }

/* line 318, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/_mixin.scss */
.p_0 {
  padding: 0 !important; }

/*---------------------
汎用ボタンリンク用　
----------------------*/
/* line 325, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/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/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/_mixin.scss */
.btn-info {
  background-color: #5bc0de;
  border-color: #46b8da;
  color: #fff; }

/*---------------------
フォント import
----------------------*/
/*---------------------
HTML BODY初期設定
----------------------*/
/* line 21, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  color: #111; }

/* line 28, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/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/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
  html li {
    list-style-type: none; }

/* line 34, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
body {
  background: url(../img/pattern2.jpg);
  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/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
p {
  line-height: 1.3em; }

/* line 43, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
a, a:hover {
  text-decoration: none; }

/*---------------------
フォント設定 
----------------------*/
/* line 48, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

/*---------------------
カスタムボタン 
----------------------*/
/* Custom default button */
/* line 57, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/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 71, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
#wrapper {
  -webkit-overflow-scrolling: touch; }

/*---------------------
nav設定 
----------------------*/
/* line 80, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
#top-head {
  box-shadow: 0px 1px 2px 0px #888; }

/*---------------------
ヘッダーイメージ設定 
----------------------*/
/* line 89, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
header .container-fluid, header div {
  padding-left: 0 !important;
  padding-right: 0 !important; }

/* line 94, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
header .row,
section.main-contents .row {
  margin-left: 0;
  margin-right: 0; }

/* line 99, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
.main-image {
  position: relative;
  width: 100%;
  background: url(../img/pattern2.jpg); }
  /* line 106, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
  .main-image h1 {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 1;
    text-align: center; }
    /* line 112, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
    .main-image h1 img {
      width: 100%;
      max-width: 1100px;
      border-bottom-left-radius: 8px;
      border-bottom-right-radius: 8px; }

/*---------------------
汎用ボックス&見出し　
----------------------*/
/* line 142, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
section.main-contents .container > div {
  padding-left: 0;
  padding-right: 0; }

/* line 148, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
.box-radius {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 4px 1px #e3decd; }

/* line 155, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
.inner {
  padding: 30px 30px; }

/* line 158, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
.inner2 {
  padding: 25px 25px; }

/* line 163, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
section.main-contents .row {
  margin: 40px 0; }

/* line 167, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
section.main-contents h2 {
  margin: 0;
  padding: 15px 20px;
  line-height: 1;
  background: url(../img/pattern4.jpg);
  font-weight: 600;
  font-size: 2.5rem;
  color: #6a5b3d;
  display: block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }
  /* line 179, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
  section.main-contents h2 i {
    color: #ee91ac; }

/*---------------------
メインコピー 
----------------------*/
/* line 190, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
.maincopy {
  display: block;
  width: 100%;
  margin: 0 auto;
  bottom: 100px; }

/* line 197, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
.maincopy h2 {
  font-size: 78px;
  color: #333;
  font-family: 'Abril Fatface', cursive;
  text-align: center; }

/* line 204, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/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 223, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
  .maincopy h2 {
    font-size: 48px;
    color: #333;
    font-family: 'Abril Fatface', cursive;
    text-align: center; }
  /* line 230, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
  .maincopy p {
    font-size: 32px; } }

@media screen and (max-width: 480px) {
  /* line 238, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
  .maincopy h2 {
    font-size: 34px;
    color: #333;
    font-family: 'Abril Fatface', cursive;
    text-align: center; }
  /* line 244, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
  .maincopy p {
    width: 300px;
    font-size: 22px; } }

/*---------------------
説明文 
----------------------*/
/* line 256, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
.about {
  position: relative;
  z-index: 1;
  margin: 0 auto; }

/* line 262, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
.about p.about-txt {
  font-size: 15px;
  text-align: left;
  line-height: 1.6; }

@media screen and (max-width: 480px) {
  /* line 269, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
  .about p.about-txt {
    font-size: 14px;
    text-align: justify; } }

/*---------------------
応募資格 
----------------------*/
/* line 279, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
.shikaku {
  position: relative;
  z-index: 1;
  margin: 0 auto; }

/* line 285, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
.shikaku h3 {
  margin-top: 30px;
  font-size: 18px;
  padding: 10px;
  border: 2px dotted #84bdcd;
  border-radius: 3px;
  font-weight: 600; }

/* line 293, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
.shikaku h3:first-child {
  margin-top: 0; }

/* line 297, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/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 305, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
  .shikaku p.shikaku-txt {
    font-size: 14px;
    text-align: justify; } }

/*---------------------
フォーム部分 
----------------------*/
/* line 318, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
.em-green {
  background: #49aa97 !important; }

/* line 323, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
.form-wrap .row {
  margin: 0 !important;
  padding: 20px 0;
  border-bottom: 1px solid #f0f0f0; }

/* line 330, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
.form-wrap .f-head {
  font-size: 18px;
  font-weight: 600;
  border-left: 4px solid #1abc9c; }

/* line 336, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
.form-wrap .question-wrap {
  border: 2px solid #ffb627;
  margin-top: 20px;
  padding: 10px;
  border-radius: 5px; }
  /* line 342, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
  .form-wrap .question-wrap .row {
    padding: 15px 0; }
  /* line 346, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
  .form-wrap .question-wrap input[type="text"]:focus {
    border-color: #ffb627; }

/* line 350, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
.form-wrap .f-head2 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 2px; }

/* line 356, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
.form-wrap .question {
  padding: 0;
  margin: 0;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 600; }
  /* line 363, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
  .form-wrap .question i {
    color: #ffb627; }

/* line 366, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
.form-wrap .f-detail {
  border-left: 1px dotted #ddd; }

/* line 373, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
.form-wrap table.kindof td {
  padding: 0 10px; }
  /* line 376, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
  .form-wrap table.kindof td span {
    font-size: 16px;
    font-weight: 600; }

/* line 390, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
.btn-submit {
  padding: 30px 0 10px; }
  /* line 393, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
  .btn-submit button {
    background: #ee91ac;
    border: 1px solid #ee91ac;
    padding: 10px 25px;
    font-size: 20px;
    font-weight: 600; }
  /* line 400, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
  .btn-submit button:hover, .btn-submit button:focus {
    background: #a386bc;
    border: 1px solid #a386bc;
    padding: 10px 25px;
    font-size: 20px;
    font-weight: 600; }

@media screen and (max-width: 1190px) {
  /* line 415, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
  .form-wrap table.kindof {
    display: block; }
    /* line 417, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
    .form-wrap table.kindof td {
      display: block;
      padding: 0 10px; }
      /* line 421, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
      .form-wrap table.kindof td span {
        font-size: 16px;
        font-weight: 600; } }

@media screen and (max-width: 767px) {
  /* line 434, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
  .form-wrap .row {
    margin: 0 !important;
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0; }
  /* line 441, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
  .form-wrap .f-head {
    font-size: 18px;
    font-weight: 600;
    padding-top: 0px;
    margin-bottom: 10px;
    border-left: 4px solid #1abc9c; }
  /* line 450, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
  .form-wrap .f-detail {
    border-left: none; } }

/* line 462, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
button.btn-modoru {
  background: #999;
  border: 1px solid #999; }

@media screen and (max-width: 480px) {
  /* line 468, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
  .btn-submit {
    padding: 30px 0 10px; }
    /* line 471, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
    .btn-submit button {
      background: #49aa97;
      border: 1px solid #49aa97;
      padding: 10px 15px;
      font-size: 17px;
      font-weight: 600; }
    /* line 478, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/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 487, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
  button.btn-modoru {
    background: #999;
    border: 1px solid #999; } }

/*---------------------
フッター 
----------------------*/
/* line 506, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
section#footer .row {
  margin: 50px 0 50px; }

/* line 510, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
section#footer .footer-contents {
  background: #fdfaf3;
  border-top: 3px solid #dfd3b5;
  border-bottom: 3px solid #dfd3b5;
  margin-top: 40px; }
  /* line 515, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
  section#footer .footer-contents p {
    line-height: 1.6; }

/* line 521, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
.btn-official {
  min-width: 350px;
  text-align: center; }

/* line 527, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
.privacy {
  margin-bottom: 20px;
  padding: 20px;
  height: 150px;
  overflow-y: auto;
  border: 1px solid #ddd; }
  /* line 533, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
  .privacy p {
    font-size: 13px; }
    /* line 535, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
    .privacy p span {
      font-weight: 600; }

/* line 540, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
.footer-logo {
  margin-top: 30px;
  text-align: center; }
  /* line 544, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
  .footer-logo table {
    min-width: 435px;
    margin: 0 auto; }
  /* line 548, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
  .footer-logo table td {
    padding: 15px; }
  /* line 551, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
  .footer-logo img {
    width: 100%;
    max-width: 250px; }

@media screen and (max-width: 767px) {
  /* line 559, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
  .footer-contents {
    text-align: center; }
  /* line 564, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
  .btn-official {
    min-width: 300px;
    max-width: 320px;
    margin: 0 auto; }
    /* line 568, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
    .btn-official img {
      width: 100%; }
  /* line 572, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
  .footer-logo {
    max-width: 300px;
    margin: 0 auto;
    text-align: center; }
    /* line 576, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
    .footer-logo table {
      min-width: 300px;
      margin: 0 auto; }
    /* line 581, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
    .footer-logo table td {
      width: 50%;
      text-align: center; }
      /* line 585, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
      .footer-logo table td img {
        width: 100%;
        max-width: 250px; } }

/* line 596, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
.btn-ue {
  border: 2px solid #ccc; }

/* line 599, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
.btn-ue:hover {
  border: 2px solid #8aa4ce; }

/* line 606, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
.about-ue .container > div {
  padding-bottom: 10px; }

/* line 609, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
.about-ue .row {
  margin: 20px 0 0 0 !important; }

/* line 615, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
.ue-logo {
  max-width: 300px;
  margin: 0 auto; }

/* line 619, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
.ue-logo img:hover {
  opacity: 0.8; }

/* line 622, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
.ue-txt {
  padding-right: 20px; }

@media screen and (max-width: 767px) {
  /* line 626, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
  .ue-txt {
    text-align: center;
    padding-right: 0;
    margin-bottom: 20px; } }

/* line 635, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
.pagetop-area {
  background: #fff;
  text-align: center; }
  /* line 638, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
  .pagetop-area a {
    background: #fff;
    display: block;
    padding: 5px 0;
    font-size: 28px;
    color: #ef92ad; }
  /* line 645, /Users/kt/Desktop/クライアントワーク/ネクスト/ラブベリー応募フォーム/サイトファイル/2017_0316/css/style.scss */
  .pagetop-area a:hover {
    background: #ef92ad;
    display: block;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }

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




/* iframe要素内でサイズ指定している場合は必要なし */
.iframe {
  width: 560px;
  height: 315px;
}
/* CSSでレスポンシブ対応 */
@media screen and (max-width: 767px) {
  .iframe-wrapper {
    position: relative;
    width: 100%;
    padding: calc(315 / 560 * 100%) 0 0;
  }
  .iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}