/*!
 * Start Bootstrap - Creative v5.1.8 (https://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-creative/blob/master/LICENSE)
 */

@charset "UTF-8";
/* css clear template */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* container
--------------------------------------------*/
body {
  /*font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;*/
  font-family: "ヒラギノ角ゴ ProN W3" , Hiragino Kaku Gothic ProN , "メイリオ", Meiryo , "ＭＳ Ｐゴシック" , "MS P Gothic" , Verdana , Arial , Helvetica , sans-serif;
  color: #777;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
  overflow-y: scroll;
  overflow-x: hidden;
  min-width: 1024px;
}

a {
  /*color: #ec6d7b;*/
  color: #2a90c4;
  text-decoration: none;
}

a:visited {
  /*color: #2a90c4;*/
  text-decoration: none;
}

a:hover {
  /*color: #2a90c4;*/
  text-decoration: underline;
}

a:active {
  /*color: #2a90c4;*/
  text-decoration: underline;
}

h2 {
  color: #222;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
}

h3 {
  color: #222;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

/* container
--------------------------------------------*/
.container {
  width: 100vw;
  /*width: 100%;*/
}

/* contents style
--------------------------------------------*/
.main-wrapper {
  width: 100%;
  margin: 0 auto 60px;
  position: relative;
}

.main-wrapper.no-main-title {
  margin: 40px auto 60px;
}

/* contents-wrapper
--------------------------------------------*/
.contents-wrapper {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
}

.contents {
  width: 100%;
  margin-bottom: 60px;
}

.contents .headline {
  margin-bottom: 15px;
}

.badge {
  font-size: 10px;
  padding: 2px 10px;
  background-color: #ccc;
  color: #fff;
  display: inline-block;
  line-height: 1.5;
  border-radius: 2px;
}

.badge.green {
  background-color: #bfc261;
}

/* bread
--------------------------------------------*/
.bread {
  width: 100%;
  background-color: #f9f7ef;
  padding: 10px 0;
  /*margin-bottom: 40px;*/
}

.bread .bread_crumb {
  overflow: hidden;
  width: 960px;
  margin: 0 auto;
}

.bread .bread_crumb li {
  color: #999;
  float: left;
  list-style: none;
  font-size: 11px;
}

.bread .bread_crumb li a {
  color: #222;
  text-decoration: none;
}

.bread .bread_crumb li a:hover {
  text-decoration: none;
}

.bread .bread_crumb li a:after {
  content: ">";
  padding: 0 7px;
}

.headline-box {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  padding: 10px 0;
}

.headline-box .headline-text {
  width: 960px;
  margin: 0 auto;
  text-align: right;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}

/* freepage-temp ex)agreement-page
--------------------------------------------*/
.freepage-temp .text-block {
  margin-bottom: 50px;
}

.freepage-temp .text-block .sub-headline {
  font-size: 16px;
  color: #222;
  margin-bottom: 15px;
}

.freepage-temp .text-block ol {
  margin: 0 0 0 20px;
  list-style-type: decimal;
}

.freepage-temp .text-block ol li {
  margin-bottom: 15px;
}

.freepage-temp .text-block ol li .in-list li {
  list-style-type: none;
}

.freepage-temp .agreement-date {
  overflow: hidden;
}

.freepage-temp .agreement-date dl {
  float: right;
}

.freepage-temp .agreement-date dl dt {
  font-size: 16px;
  color: #000;
}

.bread.pc {
  display: block;
}

.bread.sp {
  display: none;
}

/* sns share btn
--------------------------------------------*/
.sns-btn {
  margin: 0 auto;
  width: 100%;
  padding: 15px 0;
  background-color: #fdfcf7;
  border-bottom: 1px solid #f1ede3;
  box-sizing: border-box;
}

.sns-btn .in-contents {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
}

.sns-btn ol {
  list-style-type: none;
  display: table;
  width: 210px;
  float: right;
}

.sns-btn ol li {
  display: table-cell;
  vertical-align: top;
  text-align: center;
  width: 70px;
}

.sns-btn ol li a {
  display: block;
  width: 45px;
  margin: 0 auto;
  font-size: 10px;
}

.sns-btn ol li a img {
  width: 100%;
  height: auto;
}

.sns-btn ol .line a {
  color: #09B701;
}

.sns-btn ol .twitter a {
  color: #55acee;
}

.sns-btn ol .fb a {
  color: #3b5998;
}

.sns-btn-sm {
  margin: 0 auto;
  width: 100%;
  padding: 0 0;
  box-sizing: border-box;
}

.sns-btn-sm .in-contents {
  margin: 0 auto;
  overflow: hidden;
}

.sns-btn-sm ol {
  list-style-type: none;
  display: table;
  width: 100%;
}

.sns-btn-sm ol li {
  display: table-cell;
  vertical-align: top;
  text-align: center;
  width: 33.3333%;
}

.sns-btn-sm ol li a {
  display: block;
  width: 45px;
  margin: 0 auto;
  font-size: 10px;
}

.sns-btn-sm ol li a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  text-decoration: none;
  transition: 0.3s;
}

.sns-btn-sm ol li a img {
  width: 100%;
  height: auto;
}

.sns-btn-sm ol .line a {
  color: #09B701;
}

.sns-btn-sm ol .twitter a {
  color: #55acee;
}

.sns-btn-sm ol .fb a {
  color: #3b5998;
}

/* header
--------------------------------------------*/
.service-menu {
  position: relative;
  background-color: #fff;
}

.service-menu .in-service-menu {
  width: 960px;
  margin: 0 auto;
  padding: 5px 0 7px;
  overflow: hidden;
}

.service-menu .in-service-menu .service-text {
  float: left;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.7;
  color: #999;
}

.service-menu .in-service-menu .service-list {
  float: right;
}

.service-menu .in-service-menu .service-list li {
  list-style-type: none;
  display: inline-block;
  padding-left: 10px;
}

.service-menu .in-service-menu .service-list li a {
  font-size: 11px;
  line-height: 1.3;
}

.service-menu .in-service-menu .service-list li:after {
  content: "|";
  color: #ddd7c9;
  padding-left: 10px;
}

.service-menu .in-service-menu .service-list li:last-child:after {
  content: "";
  padding-left: 0;
}

.service-menu:after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 4px;
  box-sizing: border-box;
  bottom: 0;
  border-top: 2px solid #f1ede3;
  border-bottom: 1px solid #f1ede3;
}

.inner {
  width: 960px;
  margin: 0 auto;
}

.inner:after {
  content: "";
  clear: both;
  display: block;
}

#header {
  font-size: 14px;
  /*
  top: -100px;
  position: absolute;
  margin: 100px auto 0;
  */
  width: 100vw;
  /*width: 100%;*/
  margin: 0 auto 1px;
  padding: 12px 0;
  line-height: 1;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

#header a {
  text-decoration: none;
  color: #000;
}

#header .inner {
  position: relative;
}

#header .logo {
  float: left;
  /*font-size: 30px;*/
}

#header .logo > a {
  display: block;
  width: 120px;
  height: 38px;
  background: transparent url(/img/common/zexybaby_logo.png) no-repeat 0 0;
  background-size: 120px auto;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  /*color: $bland-pink;*/
}

#header .logo.no-link {
  color: #eb6d7b;
}

#header .logo.entry {
  display: block;
  width: 120px;
  height: 38px;
  background: transparent url(/img/common/zexybaby_logo.png) no-repeat 0 0;
  background-size: 120px auto;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}

#global-nav ul {
  list-style: none;
  position: absolute;
  right: 0;
  bottom: 13px;
  font-size: 12px;
}

#global-nav ul li {
  float: left;
  position: relative;
  /*
    &:after {
      position: absolute;
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      bottom: -10px;
      transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
    }
    &:hover:after {
      background: $222;
      bottom: -10px;
    }
    */
}

#global-nav ul li a {
  margin: 0 0 0 20px;
  position: relative;
}

#global-nav ul li a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

#global-nav ul li .icon-login:before {
  content: " \f007";
  font-family: FontAwesome;
  padding-right: 5px;
  font-size: 14px;
  color: #eb6d7b;
}

#global-nav ul li .icon-help:before {
  content: " \f128";
  font-family: FontAwesome;
  padding-right: 5px;
  font-size: 14px;
  color: #eb6d7b;
}

#global-nav ul li .icon-mypage:before {
  content: " \f2bd";
  font-family: FontAwesome;
  padding-right: 5px;
  font-size: 14px;
  color: #eb6d7b;
}

#global-nav ul li .icon-logout:before {
  /*position: absolute;
      top: -2px;
      left: -21px;*/
  content: " \f235";
  font-family: FontAwesome;
  padding-right: 5px;
  font-size: 14px;
  color: #eb6d7b;
}

#global-nav ul li .icon-brand:before {
  content: " \f1d9";
  font-family: FontAwesome;
  padding-right: 5px;
  font-size: 14px;
  color: #eb6d7b;
}

/* Fixed */
#header.fixed {
  margin-top: 0;
  top: 0;
  /*position: fixed;*/
  position: relative;
  padding: 12px 0;
  /*height: 55px;*/
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  transition: top 0.5s ease;
  -webkit-transition: top 0.5s ease;
  -moz-transition: top 0.5s ease;
}

#header.fixed .logo {
  font-size: 24px;
  color: #222;
}

#header.fixed .logo.no-link {
  color: #eb6d7b;
}

#header.fixed .logo.entry {
  display: block;
  width: 120px;
  height: 38px;
  background: transparent url(/img/common/zexybaby_logo.png) no-repeat 0 0;
  background-size: 120px auto;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}

#header.fixed #global-nav ul {
  bottom: 14px;
}

#header.fixed #global-nav ul li a {
  color: #000;
  /*padding: 0 10px;*/
  font-size: 12px;
}

#header.fixed #global-nav ul li:after {
  /*bottom: -10px;*/
  bottom: -5px;
  height: 1px;
}

#header.fixed #global-nav ul li:hover:after {
  background: #222;
  /*bottom: -20px;*/
  bottom: -5px;
}

/* header-nav
--------------------------------------------*/
.header-nav {
  display: block;
  background-color: #222;
}

.header-nav .header-nav-list {
  width: 960px;
  margin: 0 auto;
  text-align: right;
}

.header-nav .header-nav-list li {
  display: inline-block;
  padding: 0 0 0 40px;
}

.header-nav .header-nav-list li > a {
  display: block;
  padding: 10px 0;
  color: #fff;
  font-size: 11px;
}

/* modal
--------------------------------------------*/
.lock {
  overflow: hidden;
}

.modal-content {
  position: relative;
  display: none;
  width: 600px;
  margin: 0 0 120px;
  top: 10vh;
  left: calc(50vw - 300px);
  /*border:1px solid #fff;*/
  background-color: #f9f7ef;
  border-radius: 10px;
  box-sizing: border-box;
}

.modal-content .modal-title {
  border-radius: 10px 10px 0 0;
  padding: 20px 30px;
  background-color: #dcd7c0;
  border-bottom: 1px solid #dedbcd;
  box-sizing: border-box;
}

.modal-content .modal-title .modal-head {
  font-size: 20px;
  color: #222;
  line-height: 1;
  /* margin-bottom: 5px;*/
}

.modal-content .modal-title .modal-lead {
  font-size: 12px;
  color: #666;
}

.modal-content .check-regist-wrap {
  box-sizing: border-box;
  padding: 30px;
}

.modal-content .check-regist-wrap .check-regist {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dedbcd;
}

.modal-content .check-regist-wrap .check-regist .modal-sub-head {
  font-size: 16px;
  color: #222;
  margin-bottom: 10px;
}

.modal-content .check-regist-wrap .check-regist dl {
  overflow: hidden;
  padding-left: 20px;
  margin-bottom: 5px;
}

.modal-content .check-regist-wrap .check-regist dl dt {
  float: left;
  margin-right: 30px;
}

.modal-content .check-regist-wrap .check-regist dl dd {
  color: #222;
  float: left;
  width: 370px;
}

.modal-content .check-regist-wrap .check-regist .text-check dt {
  float: none;
  margin-bottom: 0;
}

.modal-content .check-regist-wrap .check-regist .select-check {
  margin-bottom: 20px;
}

.modal-content .check-regist-wrap .check-regist.samples dl {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #dedbcd;
}

.modal-content .check-regist-wrap .check-regist.samples dl dt {
  width: 120px;
}

.modal-content .check-regist-wrap .check-regist.samples dl:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.modal-content .check-regist-wrap .check-regist.line-dotted dl {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #ddd;
  padding-left: 0;
}

.modal-content .check-regist-wrap .check-regist.line-dotted dl dt {
  margin-bottom: 5px;
  float: none;
}

.modal-content .check-regist-wrap .check-regist.line-dotted dl dd {
  width: auto;
  float: none;
}

.modal-content .check-regist-wrap .check-regist.line-dotted dl:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

/* samples modal */
.modal-content .check-regist-wrap .check-regist {
  border-bottom: none;
}

.modal-content .check-regist-wrap .check-regist .check-samples dl {
  overflow: hidden;
  padding: 0 10px 12px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #dedbcd;
}

.modal-content .check-regist-wrap .check-regist .check-samples dl dt {
  float: none;
  margin-right: 0;
  font-size: 11px;
  color: #e4005a;
}

.modal-content .check-regist-wrap .check-regist .check-samples dl dd {
  color: #222;
  width: 100%;
}

.modal-content .check-regist-wrap .check-regist .check-samples dl:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.modal-content .check-regist-wrap .check-regist .check-samples .text-check dt {
  float: none;
  margin-bottom: 0;
}

.modal-content .check-regist-wrap .check-regist .check-samples .select-check {
  margin-bottom: 20px;
}

/* ポイント付与モーダル */
.modal-content.wide {
  width: 900px;
  left: calc(50vw - 450px);
}

.modal-content.wide .check-regist-wrap .check-regist {
  margin-bottom: 15px;
  padding-bottom: 0;
}

.modal-content.wide .check-regist-wrap .check-regist .check-samples {
  font-size: 12px;
  background-color: #fff;
}

.modal-content.wide .check-regist-wrap .check-regist .check-samples tr th, .modal-content.wide .check-regist-wrap .check-regist .check-samples tr td {
  padding: 10px;
  text-align: left;
  border: solid 1px #dedbcd;
  border-collapse: collapse;
  vertical-align: middle;
  box-sizing: border-box;
}

.modal-content.wide .check-regist-wrap .check-regist .check-samples tr th {
  background-color: #eeeadb;
  color: #222;
}

.modal-content.wide .check-regist-wrap .check-regist .check-samples tr .th-brand {
  width: 210px;
}

.modal-content.wide .check-regist-wrap .check-regist .check-samples tr .th-sample {
  width: 510px;
}

.modal-content.wide .check-regist-wrap .check-regist .check-samples tr .th-point {
  width: 120px;
}

.modal-content.wide .check-regist-wrap .check-regist .check-samples tr .point {
  color: #222;
}

.modal-content.wide .check-regist-wrap .point-all {
  text-align: right;
  color: #222;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-right: 20px;
}

.modal-content.wide .check-regist-wrap .agreement-link.caution-check h4, .modal-content.wide .check-regist-wrap .agreement-link.caution-check ul {
  text-align: left;
}

.modal-content.wide .check-regist-wrap .agreement-link.caution-check h4 {
  font-size: 18px;
  color: #222;
  margin-bottom: 15px;
}

.modal-content.wide .check-regist-wrap .agreement-link.caution-check h4 span {
  display: inline-block;
  font-size: 13px;
  padding-left: 10px;
  color: #e4005a;
}

.modal-content.wide .check-regist-wrap .agreement-link.caution-check ul {
  list-style-type: none;
  margin-bottom: 30px;
}

.modal-content.wide .check-regist-wrap .agreement-link.caution-check ul li {
  margin-bottom: 5px;
}

.modal-content.wide .check-regist-wrap .agreement-link.caution-check .form-parts.check-box label {
  color: #222;
}

.modal-content.wide .check-regist-wrap .caution-sm {
  text-align: center;
  margin-top: 15px;
  color: #222;
}

.modal-content.wide .client-samples-wrap {
  padding: 30px;
}

.modal-content.wide .client-samples-wrap .client-samples dl {
  margin-bottom: 15px;
  padding-bottom: 12px;
  border-bottom: 1px dotted #dedbcd;
}

.modal-content.wide .client-samples-wrap .client-samples dl dt {
  font-size: 12px;
  color: #e4005a;
}

.modal-content.wide .client-samples-wrap .client-samples dl dd {
  color: #000;
}

.modal-overlay {
  z-index: 9998;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal-wrap {
  z-index: 9999;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.modal-open {
  color: #00f;
  text-decoration: underline;
}

.modal-open:after,
.modal-open-q:after {
  /*content: " \f2d2";*/
  content: "\f24d";
  font-family: FontAwesome;
  padding-left: 5px;
}

.modal-open:hover {
  cursor: pointer;
  color: #f00;
}

/* btn
--------------------------------------------*/
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

input[type="submit"].btn-temp,
input[type="button"].btn-temp {
  border: 1px solid #eb6d7b;
}

.btn-temp {
  background-color: #eb6d7b;
  color: #fff;
  text-decoration: none;
  display: block;
  margin: 0 auto;
  text-decoration: none;
  font-size: 14px;
  padding: 20px 0;
  border: 1px solid #eb6d7b;
  border-radius: 3px;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
}

.btn-temp:hover {
  background-color: #fff;
  color: #eb6d7b;
  transition: 0.3s;
  text-decoration: none;
  cursor: pointer;
}

.btn-temp.btn-lg {
  width: 300px;
  margin: 0 auto;
}

.btn-temp.btn-md {
  width: 240px;
  margin: 0;
  padding: 12px 0;
  border-radius: 50px;
}

.btn-temp.btn-md-center {
  width: 240px;
  margin: 0 auto;
  padding: 12px 0;
}

.btn-temp.btn-md-center:hover {
  cursor: pointer;
}

.more-link {
  width: 100%;
}

.more-link .more-btn {
  width: 400px;
}

.check-btn {
  width: 100%;
}

.check-btn .modal-open,
.check-btn .modal-open-q {
  width: 320px;
}

.check-btn .modal-open:hover,
.check-btn .modal-open-q:hover {
  cursor: pointer;
}

.modal-btn-group {
  overflow: hidden;
  width: 500px;
  margin: 0 auto;
  padding: 15px 0 0;
}

.modal-btn-group .modal-submit-btn {
  float: right;
  width: 240px;
}

.modal-btn-group .modal-submit-btn input[type="submit"] {
  width: 240px;
  padding: 12px 0;
  -webkit-appearance: none;
  line-height: 1.5;
}

.modal-btn-group .modal-submit-btn input[type="submit"]:hover {
  cursor: pointer;
}

.modal-btn-group .modal-submit-btn input[type="submit"]:after {
  content: " \f0ab";
  font-family: FontAwesome;
}

.modal-btn-group .modal-cancel-btn {
  float: left;
  width: 240px;
}

.modal-btn-group .modal-cancel-btn .modal-close {
  width: 240px;
  padding: 12px 0;
  background-color: #aaa;
  border: 1px solid #aaa;
}

.modal-btn-group .modal-cancel-btn .modal-close:hover {
  cursor: pointer;
  background-color: #fff;
  color: #aaa;
}

.modal-btn-group.samples-login {
  overflow: hidden;
  width: 540px;
}

.modal-btn-group.samples-login .modal-submit-btn {
  float: left;
  width: 180px;
  margin-left: 20px;
}

.modal-btn-group.samples-login .modal-submit-btn input[type="submit"] {
  width: 180px;
}

.modal-btn-group.samples-login .modal-cancel-btn {
  float: left;
  width: 140px;
}

.modal-btn-group.samples-login .modal-cancel-btn .modal-close {
  width: 140px;
}

.btn-temp.top-entry {
  font-weight: 600;
  padding: 12px 0;
  background: #fd7f8c;
  background: linear-gradient(to bottom, #fd7f8c 0%, #ff6c7b 100%);
}

.btn-temp.top-entry:hover {
  color: #eb6d7b;
  background: #fff;
  background: linear-gradient(to bottom, #fff 0%, #fff 100%);
  transition: 0.5s;
}

.btn-temp.top-campaign {
  font-weight: 600;
  padding: 12px 0;
  border: 1px solid #f9a104;
  background: #e9b501;
  background: linear-gradient(to bottom, #e9b501 0%, #fb9f04 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9b501', endColorstr='#fb9f04',GradientType=0 );
}

.btn-temp.top-campaign:hover {
  color: #f9a104;
  background: #fff;
  background: linear-gradient(to bottom, #fff 0%, #fff 100%);
  transition: 0.5s;
}

.btn-temp.top-lineup {
  width: 250px;
  padding: 12px 0;
  border-radius: 50px;
}

/* disabled
--------------------------------------------*/
input[type="submit"][disabled],
button[type="submit"][disabled] {
  background-color: #ccc;
  border: 1px solid #ccc;
  cursor: auto;
}

input[type="submit"][disabled]:hover,
button[type="submit"][disabled]:hover {
  background-color: #ccc;
  border: 1px solid #ccc;
  color: #fff;
  cursor: auto;
}

/*
.add-child-btn {
  width: 100%;
  .add-child {
    width: 160px;
    padding: 8px 0;
    font-size: 12px;
  }
  .add-child:hover {
    cursor: pointer;
  }
}
*/
/* end message
--------------------------------------------*/
.error-campaign {
  position: absolute;
  top: 0;
  text-align: center;
  width: 100%;
  z-index: 99;
}

.error-campaign .error-canpaign-message {
  font-size: 14px;
  background-color: #eeeadb;
  color: #e4005a;
  padding: 20px 0;
}

.end-campaign {
  position: fixed;
  width: 480px;
  top: 30vh;
  left: calc(50vw - 240px);
  text-align: center;
  z-index: 999999;
}

.end-campaign .end-canpaign-message {
  margin: 0;
  padding: 30px 15px;
  font-size: 16px;
  color: #fff;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.7);
}

/* contents-wrapper top
--------------------------------------------*/
.main-wrapper.top-page {
  margin-bottom: 0;
}

.contents-wrapper.top {
  width: 960px;
  margin: 0 auto 60px;
  overflow: hidden;
}

.contents-wrapper.top img {
  width: 100%;
  height: auto;
}

.contents-wrapper.top .main-contents {
  float: left;
  width: 620px;
}

.contents-wrapper.top .side-contents {
  float: right;
  width: 300px;
}

.contents-wrapper.top .contents {
  margin-bottom: 0;
}

/* main-title
--------------------------------------------*/
.main-title {
  width: 100%;
  height: 420px;
  position: relative;
  overflow: hidden;
  margin-bottom: 60px;
}

.main-title .movie-btn:hover {
  cursor: pointer;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.main-title .movie-stop:after {
  content: " \f04c";
  font-family: FontAwesome;
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 10px;
  left: 14px;
}

.main-title .movie-play:after {
  content: " \f04b";
  font-family: FontAwesome;
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 10px;
  left: 16px;
}

.main-title .slider-box {
  width: 100%;
  min-width: 1100px;
}

.main-title .slider-box .main-slider {
  width: 100%;
  height: 480px;
  overflow: hidden;
}

.main-title .slider-box .main-slider .slick-slide {
  width: 100%;
  height: 420px;
  overflow: hidden;
}

.main-title .slider-box .main-slider .slick-slide img {
  width: 100%;
  height: auto;
  /*margin-top: -8%;*/
}

.main-title .slider-box .slide-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent url(/img/top/filter.png) repeat center top;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

.main-title .title-contents {
  position: absolute;
  top: 115px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
}

.main-title .title-contents .headline {
  font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
  color: #fff;
  font-size: 38px;
  font-weight: 600;
  margin: 0 auto 5px;
  padding-left: 25px;
}

.main-title .title-contents .lead {
  color: #fff;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}

.main-title .title-contents .text-link {
  display: inline;
  /*margin-bottom: 25px;*/
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}

.main-title .title-contents .text-link:after {
  content: " \f054";
  font-family: FontAwesome;
}

.main-title .title-contents .top-btn-group {
  display: table;
  width: 540px;
  padding: 10px;
  margin: 0 auto;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.5);
}

.main-title .title-contents .top-btn-group .btn-left {
  display: table-cell;
  vertical-align: top;
  width: 255px;
  padding-right: 5px;
  box-sizing: border-box;
}

.main-title .title-contents .top-btn-group .btn-right {
  display: table-cell;
  vertical-align: top;
  width: 255px;
  padding-left: 5px;
  box-sizing: border-box;
}

.main-title .title-contents .top-btn-group .btn-right.login-btn .top-r-id.btn-temp {
  display: block;
  background-color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 400;
  color: #2a90c4;
  border: 1px solid #85bdd6;
  height: 47px;
  border-radius: 3px;
  box-sizing: border-box;
}

.main-title .title-contents .top-btn-group .btn-right.login-btn .top-r-id.btn-temp .recruit-id-logo {
  vertical-align: baseline;
}

.main-title .title-contents .top-btn-group .btn-right.login-btn .top-r-id.btn-temp .recruit-id-logo img {
  width: 80px;
  height: auto;
  padding-right: 3px;
}

.main-title .title-contents .btn-temp.top-entry {
  position: relative;
  font-size: 14px;
}

.main-title .title-contents .btn-temp.top-entry:before {
  content: "";
  position: absolute;
  top: -16px;
  left: 12px;
  width: 55px;
  height: 55px;
  background: transparent url(/img/top/btn_badge.png) no-repeat 0 0;
  background-size: 55px auto;
}

.main-title.contents-page {
  margin-bottom: 60px;
}

.main-title.campaign-list {
  background: transparent url(/img/top/campaign_list_img.jpg) no-repeat center top;
  background-size: auto auto;
  height: 400px;
  /*min-width: 1024px;*/
}

.main-title.campaign-list .title-contents {
  color: #fff;
}

.main-title.campaign-list .title-contents .headline {
  color: #fff;
}

/* info-block
--------------------------------------------*/
.info-block {
  width: 960px;
  margin: -20px auto 40px;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #eeeadb;
  border-radius: 5px;
  box-sizing: border-box;
}

.info-block .info-title {
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.info-block .info-list {
  list-style-type: none;
}

.info-block .info-list li {
  /*border-bottom: 1px dotted $bland-beige;
      padding-bottom: 5px;*/
  margin-bottom: 10px;
}

.info-block .info-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.info-block .info-list li a {
  display: inline;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* top-main
--------------------------------------------*/
.top-main h2,
.side-main h2 {
  position: relative;
  font-size: 18px;
  color: #000;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 3px solid #dedbcd;
}

.top-main h2 > span,
.side-main h2 > span {
  position: absolute;
  top: 11px;
  right: 0;
  font-size: 11px;
  font-weight: 600;
  color: #ccc;
}

.top-main h2 .sub-headline-md,
.side-main h2 .sub-headline-md {
  display: block;
  top: 6px;
  width: 75px;
}

.top-main h2 .sub-headline-md.service-font,
.side-main h2 .sub-headline-md.service-font {
  width: 70px;
}

.top-main .service-block,
.side-main .service-block {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dedbcd;
}

.top-main .service-block:last-of-type,
.side-main .service-block:last-of-type {
  border-bottom: none;
}

.top-main .service-block .headline-block,
.side-main .service-block .headline-block {
  margin-bottom: 30px;
}

.top-main .service-block .headline-block .sholder,
.side-main .service-block .headline-block .sholder {
  color: #eb6d7b;
  margin-bottom: 3px;
  font-weight: 600;
}

.top-main .service-block .headline-block h3,
.side-main .service-block .headline-block h3 {
  color: #000;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}

.top-main .service-block .headline-block .lead.mbt,
.side-main .service-block .headline-block .lead.mbt {
  margin-bottom: 15px;
}

.top-main .thumb-block,
.side-main .thumb-block {
  width: 100%;
  display: table;
}

.top-main .thumb-block.mbt,
.side-main .thumb-block.mbt {
  margin-bottom: 20px;
}

.top-main .thumb-block .headline-block,
.side-main .thumb-block .headline-block {
  display: table-cell;
  width: 360px;
  vertical-align: top;
  box-sizing: border-box;
  padding-right: 20px;
}

.top-main .thumb-block .thumb-img,
.side-main .thumb-block .thumb-img {
  display: table-cell;
  vertical-align: top;
  width: 280px;
}

.top-main .link-right,
.side-main .link-right {
  display: block;
  margin-top: 20px;
  text-align: right;
  font-size: 14px;
}

.top-main .link-right a:after,
.side-main .link-right a:after {
  content: " \f054";
  font-family: FontAwesome;
}

.top-main .book-text,
.side-main .book-text {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dotted #dedbcd;
}

.top-main .book-text dt,
.side-main .book-text dt {
  color: #333;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 14px;
}

.side-main ol {
  list-style-type: none;
}

.side-main ol li {
  font-size: 14px;
  margin-bottom: 15px;
}

.side-main ol li:last-of-type {
  margin-bottom: 0;
}

/* thumb-col3
--------------------------------------------*/
.thumb-col3 {
  width: 620px;
  overflow: hidden;
  margin-bottom: 20px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.thumb-col3:last-of-type {
  margin-bottom: 0;
}

.thumb-col3 .col-set {
  width: 31.3%;
  margin: 4% 1% 0;
  /*
    float: left;
    width: 190px;
    margin-left: 25px;
    */
}

.thumb-col3 .col-set:first-child {
  /*margin-left: 0;*/
}

.thumb-col3 .col-set:nth-child(1), .thumb-col3 .col-set:nth-child(2), .thumb-col3 .col-set:nth-child(3) {
  margin-top: 0;
}

.thumb-col3 .col-set a {
  display: block;
  color: #333;
}

.thumb-col3 .col-set a:hover {
  text-decoration: none;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

.thumb-col3 .col-set a .head-lg {
  margin-bottom: 5px;
}

.thumb-col3 .col-set a .text-sm {
  font-size: 11px;
  color: #666;
}

.thumb-col3 .col-set a .thumb {
  box-sizing: border-box;
  margin-bottom: 7px;
  line-height: 0;
}

.thumb-col3 .col-set a .thumb.border {
  border: 1px solid #ddd;
}

.thumb-col3 .col-set a .thumb img {
  width: 100%;
  height: auto;
}

.thumb-col3 .col-set a .thumb .hide {
  width: 100%;
  display: block;
  overflow: hidden;
  height: 130px;
}

.thumb-col3 .col-set a .thumb .hide img {
  width: 100%;
  height: auto;
}

.thumb-md {
  margin-bottom: 15px;
}

.thumb-md:last-of-type {
  margin-bottom: 0;
}

.thumb-md a, .thumb-md span {
  display: table;
  overflow: hidden;
  box-sizing: border-box;
}

.thumb-md a .thumb, .thumb-md span .thumb {
  display: table-cell;
  vertical-align: top;
  width: 150px;
  line-height: 0;
}

.thumb-md a .thumb img, .thumb-md span .thumb img {
  width: 100%;
  height: auto;
}

.thumb-md a .text-set, .thumb-md span .text-set {
  padding: 0 0 0 15px;
  box-sizing: border-box;
}

.thumb-md a .text-set .head-lg, .thumb-md span .text-set .head-lg {
  font-size: 14px;
  color: #000;
  line-height: 1.4;
}

.thumb-md a .text-set .head-md, .thumb-md span .text-set .head-md {
  color: #000;
  line-height: 1.4;
}

.thumb-md a .text-set .text-sm, .thumb-md span .text-set .text-sm {
  color: #666;
  margin-top: 10px;
}

.thumb-md a .text-set .lead-sm, .thumb-md span .text-set .lead-sm {
  color: #666;
  margin-top: 5px;
  line-height: 1.5;
}

.thumb-md a.thumb-left .text-set,
.thumb-md span.thumb-left .text-set {
  padding: 0 15px 0 0;
}

.thumb-md a:hover {
  text-decoration: none;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

.text-set-md {
  margin-bottom: 15px;
}

.text-set-md:last-of-type {
  margin-bottom: 0;
}

.text-set-md .head-lg {
  font-size: 14px;
  color: #000;
  line-height: 1.4;
}

.text-set-md .text-sm {
  color: #666;
  margin-top: 10px;
}

.text-set-md .lead-sm {
  color: #666;
  margin-top: 5px;
  line-height: 1.5;
}

.thumb-md.insta a .thumb, .thumb-md.insta span .thumb {
  width: 50px;
}

.thumb-md.insta a .text-set .head-lg, .thumb-md.insta span .text-set .head-lg {
  color: #000;
  line-height: 1.4;
}

.thumb-md.insta a .text-set .text-sm, .thumb-md.insta span .text-set .text-sm {
  color: #666;
  margin-top: 10px;
}

.thumb-md.insta a .text-set .lead-sm, .thumb-md.insta span .text-set .lead-sm {
  color: #666;
  margin-top: 10px;
  line-height: 1.5;
}

.thumb-col4 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  line-height: 0;
}

.thumb-col4 li {
  width: 25%;
  box-sizing: border-box;
  padding: 5px;
  margin-top: 15px;
  margin-bottom: 0 !important;
}

.thumb-col4 li img {
  border: 1px solid #ddd;
}

.sub-headline {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 14px;
  color: #000;
  /*
  span {
    background: linear-gradient(transparent 60%, #f6ff5f 60%);
  }
  */
}

/* slider banner
----------------------------------------- */
.slide-wrap {
  background-size: auto 4px;
  min-height: 450px;
  /*
  .slick-dots {
    bottom: 0;
    display: block;
    padding: 15px 0;
    background-color:rgba(255,255,255,0.2);
  }
  */
}

.slide-wrap .slick-slide img {
  width: 960px;
}

.slide-wrap .slick-dots {
  bottom: -30px;
}

.slide-contents {
  display: none;
}

.slide-contents.slick-initialized {
  display: block;
}

/* float-btn-group
----------------------------------------- */
.float-btn-group {
  width: 100%;
  margin-bottom: 20px;
}

.float-btn-group .in-box {
  width: 680px;
  display: table;
  margin: 0 auto;
}

.float-btn-group .in-box .entry-check {
  display: table-cell;
  width: 320px;
  vertical-align: top;
  box-sizing: border-box;
}

.float-btn-group .in-box .entry-check .btn-temp {
  width: 320px;
  display: block;
  margin: 0 auto;
  padding: 20px 0;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  box-sizing: border-box;
}

.float-btn-group .in-box .entry-check .btn-temp:before {
  content: "";
  position: absolute;
  top: -18px;
  left: 35px;
  width: 65px;
  height: 65px;
  background: transparent url(/img/top/btn_badge.png) no-repeat 0 0;
  background-size: 65px auto;
}

.float-btn-group .in-box .login-btn {
  display: table-cell;
  width: 320px;
  vertical-align: top;
}

.float-btn-group .in-box .login-btn .btn-temp {
  width: 320px;
  display: block;
  margin: 0 auto;
  padding: 20px 0;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  background-color: #fbac13;
  border: 1px solid #fbac13;
  box-sizing: border-box;
}

.float-btn-group .in-box .login-btn .btn-temp:hover {
  background-color: #fff;
  color: #fbac13;
}

.float-btn-group .in-box .login-btn .top-r-id.btn-temp {
  display: block;
  background-color: #fff;
  text-align: center;
  padding: 18px 0;
  font-size: 14px;
  font-weight: 400;
  color: #2a90c4;
  border: 1px solid #85bdd6;
  height: 63px;
  border-radius: 3px;
  box-sizing: border-box;
}

.float-btn-group .in-box .login-btn .top-r-id.btn-temp .recruit-id-logo {
  vertical-align: baseline;
}

.float-btn-group .in-box .login-btn .top-r-id.btn-temp .recruit-id-logo img {
  width: 80px;
  height: auto;
  padding-right: 3px;
}

.float-btn-group.top {
  margin: -40px auto 60px;
}

.float-btn-group.fixed-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
  width: 100%;
  background: #eeeadb;
  /*background-color:rgba(0,0,0,0.3);*/
  /*box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);*/
  padding: 10px 0;
  transition: all .3s linear;
  z-index: 99;
}

/* footer
--------------------------------------------*/
footer {
  width: 100%;
  margin: 0;
  padding-top: 2px;
  border-top: 1px solid #f1ede3;
  background-color: #fff;
}

footer .footer-contents {
  padding: 20px 0 0;
  background-color: #f1ede3;
}

footer .footer-contents .in-contents {
  width: 960px;
  margin: 0 auto;
}

footer .footer-contents .in-contents .service-contents {
  position: relative;
  width: 100%;
  padding: 40px 0 60px;
  box-sizing: border-box;
}

footer .footer-contents .in-contents .service-contents .recruitLink a {
  color: #000;
}

footer .footer-contents .in-contents .service-contents .recruitLink:before,
footer .footer-contents .in-contents .service-contents .col3-sm {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  box-sizing: border-box;
  bottom: 0;
  border-top: 1px solid #d9d1be;
  border-bottom: 1px solid #fff;
}

footer .footer-contents .in-contents .service-contents .col3-sm .in-col3-sm {
  overflow: hidden;
}

footer .footer-contents .in-contents .service-contents .col3-sm .col3-sm-list {
  margin-top: 30px;
  margin-right: 30px;
  float: left;
  width: 300px;
}

footer .footer-contents .in-contents .service-contents .col3-sm .col3-sm-list a {
  display: block;
  width: 100%;
  box-sizing: border-box;
}

footer .footer-contents .in-contents .service-contents .col3-sm .col3-sm-list a .sholder {
  font-size: 11px;
  color: #666;
}

footer .footer-contents .in-contents .service-contents .col3-sm .col3-sm-list a .headline {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: #000;
}

footer .footer-contents .in-contents .service-contents .col3-sm .col3-sm-list a:hover {
  text-decoration: none;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

footer .footer-contents .in-contents .service-contents .col3-sm .col3-sm-list .footer-campaign {
  background: transparent url(/img/common/icon_presents.png) no-repeat left top;
  background-size: 34px auto;
  padding-left: 45px;
}

footer .footer-contents .in-contents .service-contents .col3-sm .col3-sm-list .footer-samples {
  background: transparent url(/img/common/icon_samples.png) no-repeat left top;
  background-size: 34px auto;
  padding-left: 45px;
}

footer .footer-contents .in-contents .service-contents .col3-sm .col3-sm-list .footer-model {
  background: transparent url(/img/common/icon_model.png) no-repeat left top;
  background-size: 34px auto;
  padding-left: 45px;
}

footer .footer-contents .in-contents .service-contents .col3-sm .col3-sm-list:last-child {
  margin-right: 0;
}

footer .footer-contents .in-contents .service-contents .footer-service {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}

footer .footer-contents .in-contents .service-contents .footer-service .footer-s-box {
  width: 460px;
  overflow: hidden;
}

footer .footer-contents .in-contents .service-contents .footer-service .footer-s-box a {
  display: block;
  color: #000;
}

footer .footer-contents .in-contents .service-contents .footer-service .footer-s-box a .thumb {
  width: 200px;
  float: left;
  margin-right: 15px;
  list-style-type: 0;
  line-height: 0;
  box-sizing: border-box;
  padding: 2px;
  border: 1px solid #fff;
}

footer .footer-contents .in-contents .service-contents .footer-service .footer-s-box a .thumb img {
  width: 100%;
  height: auto;
}

footer .footer-contents .in-contents .service-contents .footer-service .footer-s-box a dl {
  padding-top: 10px;
}

footer .footer-contents .in-contents .service-contents .footer-service .footer-s-box a dl dt {
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 1.3;
}

footer .footer-contents .in-contents .service-contents .footer-service .footer-s-box a dl dt span {
  display: block;
  font-size: 10px;
  margin-bottom: 2px;
  color: #eb6d7b;
}

footer .footer-contents .in-contents .service-contents .footer-service .footer-s-box a dl dd {
  color: #666;
  font-size: 12px;
  line-height: 1.3;
}

footer .footer-contents .in-contents .service-contents .footer-service .footer-s-box a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.60;
  opacity: 0.60;
  text-decoration: none;
}

footer .footer-contents .in-contents .service-contents .footer-service .footer-s-box.left {
  float: left;
}

footer .footer-contents .in-contents .service-contents .footer-service .footer-s-box.right {
  float: right;
}

footer .footer-contents .in-contents .service-contents .footer-service:last-of-type {
  margin-bottom: 0;
}

footer .footer-contents .in-contents .service-contents:last-child {
  margin-bottom: 0;
}

footer .footer-contents .in-contents .service-contents.border .in-border-box {
  line-height: 1.8;
}

footer .footer-contents .in-contents .service-contents.border .in-border-box:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  box-sizing: border-box;
  bottom: 0;
  border-top: 1px solid #d9d1be;
  border-bottom: 1px solid #fff;
}

footer .footer-bar {
  width: 100%;
  padding: 20px 0;
  background-color: #222;
  box-sizing: border-box;
}

footer .footer-link {
  width: 960px;
  margin: 0 auto;
  list-style: none;
  text-align: right;
}

footer .footer-link li {
  display: inline;
  padding-left: 20px;
}

footer .footer-link li a {
  color: #fff;
  text-decoration: none;
}

footer .footer-link li a:hover {
  text-decoration: underline;
}

footer .footer-btm {
  background-color: #fff;
  padding: 20px 0 40px;
}

footer .footer-btm .in-footer-btm {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
}

footer .footer-btm .in-footer-btm .footer-logo {
  float: left;
}

footer .footer-btm .in-footer-btm .footer-logo a {
  font-size: 10px;
  color: #435B67;
}

footer .footer-btm .in-footer-btm .footer-logo a.footer-link-logo {
  width: 300px;
  display: block;
}

footer .footer-btm .in-footer-btm .footer-logo a.footer-link-logo img {
  width: 100%;
  height: auto;
}

footer .footer-btm .in-footer-btm .p-mark {
  float: right;
}

footer .recruitLink p a {
  line-height: 1.7;
}
