@charset "UTF-8";
/*$bland-pink: #eb6d7b;*/
/* 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: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  /*font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo , "ヒラギノ角ゴ ProN W3" , Hiragino Kaku Gothic ProN , "ＭＳ Ｐゴシック" , "MS P Gothic" , Verdana , Arial , Helvetica , sans-serif;*/
  /*font-family: "ヒラギノ角ゴ ProN W3" , Hiragino Kaku Gothic ProN , "ＭＳ Ｐゴシック" , "MS P Gothic" , Verdana , Arial , Helvetica , sans-serif;*/
  color: #555;
  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;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  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);*/
  background: transparent;
  width: 100%;
  padding: 10px 0;
}
.headline-box .headline-text {
  width: 960px;
  margin: 0 auto;
  text-align: right;
  color: #333;
  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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  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;
}

/* 会員登録などの注意事項をページ下に
--------------------------------------------*/
.caution-bottom-wrap {
  width: 960px;
  margin: -30px auto 40px;
  padding: 0;
}
.caution-bottom-wrap ol {
  list-style-type: none;
}
.caution-bottom-wrap ol li {
  position: relative;
  padding-left: 12px;
}
.caution-bottom-wrap ol li:not(:last-child) {
  margin-bottom: 5px;
}
.caution-bottom-wrap ol li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 600;
}

/* 会員登録ページ メルマガサンプル
--------------------------------------------*/
#mail_regist_check .form-parts-set {
  margin-bottom: 0;
  border-bottom: none;
}

.mail-detail-contents {
  margin: 20px auto 0;
  padding: 30px;
  background: #fdfbf5;
  border: 1px solid #e1dcc3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mail-detail-contents .headline-sm-text {
  font-size: 14px;
  color: #e4005a;
  text-align: center;
  font-weight: 700;
  margin-bottom: 15px;
}
.mail-detail-contents .mail-detail-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.mail-detail-contents .mail-detail-flex .mail-thumb {
  width: 30%;
}
.mail-detail-contents .mail-detail-flex .mail-thumb img {
  width: 100%;
  height: auto;
}
.mail-detail-contents .mail-detail-flex .mail-detail-flex-text {
  width: 70%;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mail-detail-contents .mail-detail-flex .mail-merit {
  list-style-type: none;
  color: #333;
  margin: 10px 0 20px;
}
.mail-detail-contents .mail-detail-flex .mail-merit dt {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 3px;
}

/* 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(https://cdn.zexybaby.zexy.net/img/common/zexybaby_logo_withrc.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: #EA6077;
}
#header .logo.entry {
  display: block;
  width: 120px;
  height: 38px;
  background: transparent url(https://cdn.zexybaby.zexy.net/img/common/zexybaby_logo_withrc.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: #EA6077;
}
#global-nav ul li .icon-help:before {
  content: " \f128";
  font-family: FontAwesome;
  padding-right: 5px;
  font-size: 14px;
  color: #EA6077;
}
#global-nav ul li .icon-mypage:before {
  content: " \f2bd";
  font-family: FontAwesome;
  padding-right: 5px;
  font-size: 14px;
  color: #EA6077;
}
#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: #EA6077;
}
#global-nav ul li .icon-brand:before {
  content: " \f1d9";
  font-family: FontAwesome;
  padding-right: 5px;
  font-size: 14px;
  color: #EA6077;
}

/* 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: #EA6077;
}
#header.fixed .logo.entry {
  display: block;
  width: 120px;
  height: 38px;
  background: transparent url(https://cdn.zexybaby.zexy.net/img/common/zexybaby_logo_withrc.png?rev20240620) 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;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.modal-content .modal-title {
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  padding: 20px 30px;
  background-color: #dcd7c0;
  border-bottom: 1px solid #dedbcd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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 {
  position: relative;
  font-size: 16px;
  color: #222;
  margin-bottom: 10px;
}
.modal-content .check-regist-wrap .check-regist .modal-sub-head .btn-inline-sm {
  position: absolute;
  top: -3px;
  left: 120px;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  padding: 4px 15px;
  color: #fff;
  line-height: 1.5;
  background: #EA6077;
  border: 1px solid #EA6077;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.modal-content .check-regist-wrap .check-regist .modal-sub-head .btn-inline-sm:hover {
  color: #EA6077;
  background: #fff;
  text-decoration: none;
}
.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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
}

.modal-agree-close-btn {
  width: 240px;
  margin: 15px auto 0;
}
.modal-agree-close-btn .btn-temp {
  width: 100%;
  border: 1px solid #EA6077;
}

.member-information-block .merit-block {
  background: transparent url(https://cdn.zexybaby.zexy.net/img/common/arrow_down.png) no-repeat center bottom;
  background-size: 70px auto;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.member-information-block .merit-block .lead {
  margin-bottom: 15px;
  color: #000;
  font-size: 14px;
}
.member-information-block .merit-block .lead span {
  color: #e4005a;
  font-weight: 600;
}
.member-information-block .merit-block .thumb-block {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
.member-information-block .merit-block .thumb-block .img {
  display: table-cell;
  width: 120px;
  vertical-align: top;
  line-height: 0;
}
.member-information-block .merit-block .thumb-block .img img {
  width: 100%;
}
.member-information-block .merit-block .thumb-block .img > span {
  display: block;
  font-size: 10px;
  margin-top: 10px;
}
.member-information-block .merit-block .thumb-block .text {
  display: table-cell;
  width: auto;
  vertical-align: top;
  padding-left: 3%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.member-information-block .merit-block .thumb-block .text strong {
  color: #333;
}
.member-information-block .merit-block .thumb-block .text span {
  display: block;
  margin-top: 10px;
  font-size: 11px;
}
.member-information-block .merit-block .thumb-block .text .caution-sm {
  margin: 5px 0 10px;
}
.member-information-block .merit-block .check-text {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  margin: 30px 0 15px;
  text-align: center;
}
.member-information-block .merit-block .check-text span {
  color: #e4005a;
}
.member-information-block .agreement-link.caution-check .form-parts {
  width: 320px;
}

#member_address_check.modal-content .modal-title .modal-head {
  font-weight: 600;
  font-size: 18px;
  text-align: center;
}
#member_address_check.modal-content .check-regist-wrap .check-regist dl {
  padding-left: 0;
}
#member_address_check.modal-content .check-regist-wrap .check-regist.samples dl dt {
  width: 90px;
}
#member_address_check.modal-content .check-regist-wrap .check-regist .modal-sub-head {
  margin-bottom: 20px;
}
#member_address_check .agreement-link.caution-check > p {
  color: #333;
  font-size: 13px;
}
#member_address_check .agreement-link.caution-check > p .red {
  display: block;
  color: #e4005a;
  margin-top: 5px;
  font-size: 12px;
}

/* 登録完了ページ 出産予定日確認テキスト */
.birth-date-complete {
  padding: 20px;
  margin-bottom: 30px;
  border: 1px solid #ddd;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.birth-date-complete .text-lg {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-bottom: 5px;
}
.birth-date-complete .text-md {
  font-size: 14px;
  color: #333;
}
.birth-date-complete .thumb-block {
  display: table;
  width: 100%;
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #eee;
}
.birth-date-complete .thumb-block .img {
  display: table-cell;
  width: 110px;
  vertical-align: top;
  line-height: 0;
}
.birth-date-complete .thumb-block .img img {
  width: 100%;
}
.birth-date-complete .thumb-block .img span {
  font-size: 14px;
  display: block;
  margin-top: 2vw;
}
.birth-date-complete .thumb-block .text {
  display: table-cell;
  width: auto;
  vertical-align: top;
  padding-left: 15px;
  font-size: 14px;
  color: #666;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.birth-date-complete .thumb-block .text strong {
  color: #333;
}
.birth-date-complete .thumb-block .text > span {
  display: block;
  margin-top: 10px;
  font-size: 10px;
}
.birth-date-complete .thumb-block .text .caution-sm {
  margin: 15px 0 0;
  font-size: 13px;
}

/* 退会モーダル用 */
.modal-content.withdrawal .check-regist-wrap .check-regist {
  border-bottom: 1px solid #dedbcd;
}

/* btn
--------------------------------------------*/
/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  -webkit-box-sizing: content-box;
  -webkit-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 #EA6077;
}

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

.btn-temp:hover {
  background-color: #fff;
  color: #EA6077;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  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: -moz-linear-gradient(top, #EA6077 0%, #EA6077 100%);
  background: -webkit-linear-gradient(top, #EA6077 0%, #EA6077 100%);
  background: linear-gradient(to bottom, #EA6077 0%, #EA6077 100%);
}

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

.btn-temp.top-campaign {
  font-weight: 600;
  padding: 12px 0;
  border: 1px solid #f9a104;
  background: #e9b501;
  background: -moz-linear-gradient(top, #e9b501 0%, #fb9f04 100%);
  background: -webkit-linear-gradient(top, #e9b501 0%, #fb9f04 100%);
  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: -moz-linear-gradient(top, #fff 0%, #fff 100%);
  background: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
  background: linear-gradient(to bottom, #fff 0%, #fff 100%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

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

.btn-temp.sending {
  line-height: 47px;
  height: 47px;
  padding: 0;
}
.btn-temp.sending:hover {
  background: #EA6077;
  color: #fff;
  cursor: default;
}

/* 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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.7);
}

/* main-title
--------------------------------------------*/
.main-title {
  width: 100%;
  height: 320px;
  background-color: #eee;
}
.main-title .in-main-title {
  width: 960px;
  display: table;
  margin: 0 auto;
}
.main-title .in-main-title .title-contents {
  width: 960px;
  height: 280px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main-title .in-main-title .title-contents .headline {
  font-size: 30px;
  margin-bottom: 20px;
  color: #555;
}

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

.main-title.campaign-list {
  background: transparent url(https://cdn.zexybaby.zexy.net/campaign_lib/img/campaign_list_bg.jpg) no-repeat center -100px;
  background-size: 100% auto;
  height: 320px;
  min-width: 1100px;
}
.main-title.campaign-list .title-contents {
  width: 960px;
}
.main-title.campaign-list .title-contents .headline {
  width: 700px;
  margin-left: 86px;
}
.main-title.campaign-list .title-contents .headline img {
  width: 100%;
  height: auto;
}

/* col-1
--------------------------------------------*/
.col-1 {
  width: 100%;
  margin-bottom: 30px;
}

.col-1-box {
  width: 100%;
  display: table;
  margin-bottom: 40px;
}
.col-1-box .left-box {
  width: 85%;
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #ddd;
  border-right: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 20px;
}
.col-1-box .left-box .in-left-box {
  width: 100%;
  overflow: hidden;
}
.col-1-box .list-page {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #dedbcd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 20px;
}
.col-1-box .list-page .in-list-page {
  width: 100%;
  overflow: hidden;
}
.col-1-box .thumb {
  width: 40%;
  float: left;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col-1-box .thumb img {
  width: 100%;
  height: auto;
}
.col-1-box .data {
  float: right;
  width: 58%;
  margin-top: 5px;
}
.col-1-box .data .badge {
  margin-bottom: 3px;
}
.col-1-box .data .name {
  font-size: 20px;
  margin-bottom: 10px;
}
.col-1-box .data .lead {
  margin-bottom: 20px;
}
.col-1-box .data .period {
  margin-bottom: 20px;
}
.col-1-box .data .period > span {
  color: #000;
}
.col-1-box .data .period > span:after {
  content: ":";
  padding: 0 3px;
}
.col-1-box .data .item-spec {
  overflow: hidden;
  margin-bottom: 5px;
}
.col-1-box .data .item-spec dt {
  font-weight: 700;
  float: left;
}
.col-1-box .data .item-spec dd {
  float: right;
  width: 345px;
}
.col-1-box .data .item-spec dd a {
  color: #3599ed;
  text-decoration: none;
}
.col-1-box .data .item-spec dd a:hover {
  text-decoration: underline;
}
.col-1-box .data .item-spec dd span {
  display: block;
  margin-bottom: 3px;
}
.col-1-box .right-box {
  width: 15%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background-color: #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}
.col-1-box .right-box label {
  cursor: pointer;
  display: block;
}
.col-1-box .right-box input {
  cursor: pointer;
  display: inline;
}

/* col-3
--------------------------------------------*/
.col-3 {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}
.col-3 .col-3-box {
  float: left;
  width: 300px;
  margin-left: 30px;
}
.col-3 .col-3-box a {
  text-decoration: none;
  display: block;
}
.col-3 .col-3-box a .thumb {
  width: 100%;
  line-height: 0;
  margin-bottom: 5px;
}
.col-3 .col-3-box a .thumb img {
  max-width: 100%;
  height: auto;
}
.col-3 .col-3-box a .data {
  padding: 0 5px;
}
.col-3 .col-3-box a .data time {
  display: block;
  margin-bottom: 3px;
  font-size: 10px;
  color: #999;
}
.col-3 .col-3-box a .data .badge {
  font-size: 10px;
  padding: 2px 10px;
  background-color: #ccc;
  color: #fff;
  display: inline-block;
  margin: 5px 0 10px;
  line-height: 1.5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.col-3 .col-3-box a .data .name {
  margin-bottom: 5px;
}
.col-3 .col-3-box a .data .lead {
  color: #999;
  line-height: 1.5;
}
.col-3 .col-3-box a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.col-3 .col-3-box:first-child {
  margin-left: 0;
}

/* campaign-caution-list
--------------------------------------------*/
.campaign-caution-list {
  width: 960px;
  margin: 0 auto;
}
.campaign-caution-list .caution-headline {
  margin-bottom: 20px;
}
.campaign-caution-list .caution-list {
  width: 100%;
}
.campaign-caution-list .caution-list dl {
  display: table;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.campaign-caution-list .caution-list dl:first-of-type {
  border-top: 1px solid #ddd;
}
.campaign-caution-list .caution-list dl dt, .campaign-caution-list .caution-list dl dd {
  display: table-cell;
  padding: 20px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}
.campaign-caution-list .caution-list dl dt {
  width: 240px;
  color: #000;
  border-right: 1px solid #ddd;
  background-color: #eee;
}
.campaign-caution-list .caution-list dl dd {
  width: 720px;
}

/* form page
--------------------------------------------*/
.contents.form-page {
  font-size: 14px;
}
.contents.form-page .form-page-title {
  margin-bottom: 30px;
}
.contents.form-page .form-page-title .headline {
  font-size: 24px;
  font-weight: 400;
  color: #000;
}
.contents.form-page .form-page-title > ol {
  margin-top: 15px;
}

.form-set {
  padding: 60px;
  background-color: #f9f7ef;
  /*border: 1px solid #ddd;*/
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.form-set-group {
  padding: 30px;
  background-color: #fff;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  /*
  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);
  */
  box-shadow: 0px 0px 6px 0px #ddd inset;
  -moz-box-shadow: 0px 0px 6px 0px #ddd inset;
  -webkit-box-shadow: 0px 0px 6px 0px #ddd inset;
  margin-bottom: 30px;
}
.form-set-group .sec-headline {
  font-size: 18px;
  font-weight: 400;
  color: #222;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.form-set-group .sec-headline .note {
  display: inline-block;
  font-size: 11px;
  color: #666;
  margin-left: 10px;
}

.form-parts-set {
  overflow: hidden;
  margin-bottom: 20px;
  padding: 0 15px 20px;
  border-bottom: 1px dotted #dedbcd;
}
.form-parts-set .form-parts-title {
  display: block;
  color: #444;
  float: left;
  margin: 0 60px 0 0;
}
.form-parts-set .form-parts-title > span {
  font-size: 10px;
  padding: 0 0 0 7px;
  color: #e4005a;
}
.form-parts-set .form-parts-title > span.gray {
  color: #666;
}
.form-parts-set .form-parts-title.text-box {
  float: none;
  margin: 0 0 15px 0;
}
.form-parts-set .form-parts-caution {
  display: block;
  clear: both;
  padding: 7px 0 0;
  font-size: 12px;
}

.form-parts-set:last-child {
  margin-bottom: 0;
  padding: 0 15px 0;
  border-bottom: none;
}

.form-parts-set.no-border-btm {
  padding: 0 15px 0;
  border-bottom: none;
}

.form-parts {
  float: left;
  margin: 0 30px 0 0;
}
.form-parts .length-lg {
  width: 392px;
}
.form-parts .alertarea {
  display: block;
  font-size: 11px;
  color: #dc3545;
  padding-top: 5px;
}

.form-parts.text-box {
  float: none;
  margin: 0;
}

.textarea-lg {
  display: block;
  width: 100%;
  padding: 15px;
  font-size: 14px;
  line-height: 1.5;
  color: #555;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border-color: #ccc;
}

.select-box {
  font-size: 12px;
  height: 40px;
  border-color: #ccc;
  color: #666;
}

.child-box .more-child {
  padding: 30px;
  margin-bottom: 30px;
  background-color: #f9f7ef;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.child-box .more-child .thi-headline {
  font-size: 14px;
  font-weight: 400;
  color: #222;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedbcd;
}

.child-box-samples .more-child {
  padding: 30px;
  margin-bottom: 30px;
  background-color: #f9f7ef;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.child-box-samples .more-child .thi-headline {
  font-size: 14px;
  font-weight: 400;
  color: #222;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedbcd;
}

/* お子様情報 予定日入力 カレンダー */
.child-box input[type=date] {
  position: relative;
  width: 150px;
  padding: 10px;
  font-size: 16px;
  color: #666;
  border: 1px solid #dedbcd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.child-box input[type=date]:hover {
  cursor: pointer;
}
.child-box input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.child-box input[type=date]::-webkit-clear-button {
  -webkit-appearance: none;
}
.child-box input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

/* radio btn style
--------------------------------------------*/
.form-parts.gender input,
.form-parts.child-check input {
  display: none;
}
.form-parts.gender label,
.form-parts.child-check label {
  display: block;
  float: left;
  margin: 0;
  padding: 0 0 0 22px;
  text-align: center;
  background: transparent url(https://cdn.zexybaby.zexy.net/img/common/radio_off.png) no-repeat 0 2px;
  background-size: 16px auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
.form-parts.gender input[type=radio]:checked + label,
.form-parts.child-check input[type=radio]:checked + label {
  background: transparent url(https://cdn.zexybaby.zexy.net/img/common/radio_on.png) no-repeat 0 2px;
  background-size: 16px auto;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.form-parts.check-box input[type=checkbox] {
  display: none;
}
.form-parts.check-box label {
  display: block;
  float: left;
  margin: 0;
  padding: 0 0 0 24px;
  text-align: center;
  background: transparent url(https://cdn.zexybaby.zexy.net/img/common/check_off_pc.png) no-repeat 0 2px;
  background-size: 16px auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
.form-parts.check-box input[type=checkbox]:checked + label {
  background: transparent url(https://cdn.zexybaby.zexy.net/img/common/check_on_pc.png) no-repeat 0 2px;
  background-size: 16px auto;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.form-parts.parts4 .caution {
  font-size: 12px;
  margin: 5px 0 0;
}

.add-child-btn {
  display: none;
  overflow: hidden;
  width: 685px;
  margin: 0 auto;
}
.add-child-btn .add-child {
  float: left;
  /*color: $bland-pink;*/
}
.add-child-btn .add-child:before {
  padding-right: 5px;
  content: " \f196";
  font-family: FontAwesome;
}
.add-child-btn .add-child:hover {
  cursor: pointer;
}
.add-child-btn .delete-text {
  float: right;
  color: #222;
}
.add-child-btn .delete-text {
  cursor: pointer;
}
.add-child-btn .delete-text:before {
  padding-right: 5px;
  content: " \f147";
  font-family: FontAwesome;
}

/* select box custom
--------------------------------------------*/
.form-parts-set .select-title {
  margin-top: 10px;
}
.form-parts-set .form-parts.select-group {
  position: relative;
  margin: 0 0 0 0;
}
.form-parts-set .form-parts.select-group .fa {
  position: absolute;
  top: 13px;
  right: 10px;
  font-size: 14px;
}
.form-parts-set .select-box {
  width: 100%;
  padding: 10px 40px 10px 10px;
  font-size: 14px;
  color: #666;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  background: #fff;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}
.form-parts-set select::-ms-expand {
  display: none;
}

/* text box custom
--------------------------------------------*/
.form-parts-set input[type=text],
.form-parts-set input[type=mail],
.form-parts-set input[type=tel] {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: #fff;
  outline: 0;
}
.form-parts-set input[type=text].input-text,
.form-parts-set input[type=mail].input-mail,
.form-parts-set input[type=tel].input-tel {
  width: 100%;
  height: 36px;
  padding: 6px 20px 6px 12px;
  font-size: 14px;
  color: #666;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  background: #fff;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}

/* birth date pull down
--------------------------------------------*/
.date-input-wrap {
  width: 320px;
  display: table;
}
.date-input-wrap .pull-select {
  display: table-cell;
  vertical-align: middle;
  width: 33.3333%;
}
.date-input-wrap .pull-select .select-box {
  width: auto;
  height: auto;
  padding: 6px 20px 6px 12px;
  vertical-align: middle;
}
.date-input-wrap .pull-select label {
  vertical-align: middle;
  padding-left: 5px;
}

@-moz-document url-prefix() {
  .date-input-wrap {
    width: 320px;
  }
}
/* mypage complete page
--------------------------------------------*/
.complete-simple-title {
  margin-bottom: 30px;
}
.complete-simple-title .headline {
  font-size: 24px;
  font-weight: 400;
  color: #000;
}
.complete-simple-title p {
  margin-bottom: 10px;
}
.complete-simple-title .sub-headline {
  font-size: 16px;
  color: #222;
  margin-bottom: 15px;
}
.complete-simple-title .sub-headline-sm {
  font-size: 13px;
  color: #222;
  margin-bottom: 20px;
}

.free-space {
  padding: 60px;
  margin-bottom: 60px;
  background-color: #f9f7ef;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.free-space .in-free-space {
  margin-top: 30px;
  padding: 30px;
  background-color: #fff;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  box-shadow: 0px 0px 6px 0px #ddd inset;
  -moz-box-shadow: 0px 0px 6px 0px #ddd inset;
  -webkit-box-shadow: 0px 0px 6px 0px #ddd inset;
}
.free-space .in-free-space .sec-headline {
  font-size: 18px;
  font-weight: 400;
  color: #222;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedbcd;
}
.free-space .in-free-space .free-space-group {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.free-space .in-free-space .free-space-group .headline {
  font-size: 24px;
  font-weight: 400;
  color: #000;
}
.free-space .in-free-space .free-space-group p {
  margin-bottom: 10px;
}
.free-space .in-free-space .free-space-group .lead {
  margin-bottom: 20px;
}
.free-space .in-free-space .free-space-group .menu-list {
  list-style-type: none;
}
.free-space .in-free-space .free-space-group .menu-list li {
  margin-bottom: 5px;
}
.free-space .in-free-space .free-space-group .menu-list li a:before {
  padding-right: 7px;
  content: " \f105";
  font-family: FontAwesome;
}
.free-space .in-free-space .free-space-group .menu-list li:last-child {
  margin-bottom: 0;
}
.free-space .in-free-space .free-space-group .sub-headline {
  font-size: 22px;
  color: #222;
  margin-bottom: 25px;
  text-align: center;
}
.free-space .in-free-space .free-space-group:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.free-space .in-free-space:first-child {
  margin-top: 0;
}
.free-space .entry-info {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ddd;
}
.free-space .entry-info dl {
  width: 100%;
  list-style: none;
  margin: 0 auto 15px;
  padding: 20px;
  background: #f6f6f6;
  border: 1px solid #eee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.free-space .entry-info dl dt {
  font-weight: 600;
}
.free-space .entry-info dl dd a {
  color: #2a90c4;
}
.free-space .entry-info dl .note {
  color: #FE7583;
}
.free-space .entry-info ol {
  list-style-type: none;
}
.free-space .entry-info ol li {
  margin-bottom: 7px;
}
.free-space .entry-info ol li:last-child {
  margin-bottom: 0;
}
.free-space .text {
  margin-bottom: 10px;
}
.free-space .text-lg {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}
.free-space .text-md {
  color: #333;
  margin-bottom: 10px;
}
.free-space .free-link a:after {
  content: " \f054";
  font-family: FontAwesome;
}

.free-space-entry {
  padding: 60px;
  margin-bottom: 60px;
  background-color: #f9f7ef;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.free-space-entry .in-free-space {
  margin-top: 30px;
  padding: 30px;
  background-color: #fff;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  box-shadow: 0px 0px 6px 0px #ddd inset;
  -moz-box-shadow: 0px 0px 6px 0px #ddd inset;
  -webkit-box-shadow: 0px 0px 6px 0px #ddd inset;
}
.free-space-entry .in-free-space .sec-headline {
  font-size: 18px;
  font-weight: 400;
  color: #222;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedbcd;
}
.free-space-entry .in-free-space .free-space-group {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.free-space-entry .in-free-space .free-space-group .headline {
  font-size: 24px;
  font-weight: 400;
  color: #000;
}
.free-space-entry .in-free-space .free-space-group p {
  margin-bottom: 10px;
}
.free-space-entry .in-free-space .free-space-group .lead {
  margin-bottom: 20px;
}
.free-space-entry .in-free-space .free-space-group .menu-list {
  list-style-type: none;
}
.free-space-entry .in-free-space .free-space-group .menu-list li {
  margin-bottom: 5px;
}
.free-space-entry .in-free-space .free-space-group .menu-list li a:before {
  padding-right: 7px;
  content: " \f105";
  font-family: FontAwesome;
}
.free-space-entry .in-free-space .free-space-group .menu-list li:last-child {
  margin-bottom: 0;
}
.free-space-entry .in-free-space .free-space-group .sub-headline {
  font-size: 22px;
  color: #222;
  margin-bottom: 25px;
  text-align: center;
}
.free-space-entry .in-free-space .free-space-group:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.free-space-entry .in-free-space:first-child {
  margin-top: 0;
}
.free-space-entry .entry-info {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ddd;
}
.free-space-entry .entry-info dl {
  width: 100%;
  list-style: none;
  margin: 0 auto 15px;
  padding: 20px;
  background: #f6f6f6;
  border: 1px solid #eee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.free-space-entry .entry-info dl dt {
  font-weight: 600;
}
.free-space-entry .entry-info dl dd a {
  color: #2a90c4;
}
.free-space-entry .entry-info dl .note {
  color: #FE7583;
}
.free-space-entry .entry-info ol {
  list-style-type: none;
}
.free-space-entry .entry-info ol li {
  margin-bottom: 7px;
}
.free-space-entry .entry-info ol li:last-child {
  margin-bottom: 0;
}
.free-space-entry .entry-info ol + ol {
  margin-top: 20px;
}
.free-space-entry .text {
  margin-bottom: 10px;
}
.free-space-entry .text-lg {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}
.free-space-entry .text-md {
  color: #333;
  margin-bottom: 10px;
}
.free-space-entry .free-link a:after {
  content: " \f054";
  font-family: FontAwesome;
}

.bnr-contents {
  width: 960px;
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #dedbcd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bnr-contents .headline-sm {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  line-height: 1.3;
  margin-bottom: 10px;
}
.bnr-contents .bnr-col4 {
  overflow: hidden;
}
.bnr-contents .bnr-col4 .bnr-box {
  display: block;
  width: 215px;
  float: left;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bnr-contents .bnr-col4 .bnr-box .bnr-img {
  border: 1px solid #eee;
  padding: 3px;
  margin-bottom: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bnr-contents .bnr-col4 .bnr-box .bnr-img img {
  width: 100%;
  height: auto;
}
.bnr-contents .bnr-col4 .bnr-box .lead-sm {
  font-size: 12px;
  line-height: 1.3;
  color: #2a90c4;
  text-decoration: none;
}
.bnr-contents .bnr-col4 .bnr-box:hover {
  text-decoration: none;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.bnr-contents .bnr-col4 .bnr-box + .bnr-box {
  margin-left: 19px;
}

.link-badge {
  width: 100%;
  padding: 10px 10px 10px 25px;
  margin-bottom: 20px;
  background: #f9f9f9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.link-badge > a:before {
  content: " \f105";
  font-family: FontAwesome;
}

/* event complete page
--------------------------------------------*/
.complete-simple-title .event-complete-mail {
  margin-bottom: 40px;
}
.complete-simple-title .event-complete-mail > span {
  color: #e4005a;
}

.entry-detail-box {
  width: 100%;
  padding: 30px;
  margin-bottom: 40px;
  border: 1px solid #dedbcd;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.entry-detail-box .entry-detail-title {
  color: #000;
  font-size: 14px;
  margin-bottom: 10px;
  padding-bottom: 7px;
  border-bottom: 1px dotted #dedbcd;
}
.entry-detail-box .entry-detail-list > dl {
  display: table;
  width: 100%;
  margin-bottom: 5px;
}
.entry-detail-box .entry-detail-list > dl dt {
  display: table-cell;
  width: 90px;
  vertical-align: top;
  font-weight: 600;
}
.entry-detail-box .entry-detail-list > dl dd {
  display: table-cell;
  vertical-align: top;
}
.entry-detail-box .entry-detail-list > dl:last-of-type {
  margin-bottom: 0;
}

.free-space-entry.event-entry-complete {
  margin-bottom: 40px;
}

.event-entry-caution {
  margin-bottom: 40px;
}
.event-entry-caution > .headline {
  font-size: 18px;
  color: #e4005a;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #dedbcd;
}

/* event reserve list
--------------------------------------------*/
.event-reserve-list {
  display: table;
  width: 100%;
  padding: 20px;
  margin-bottom: 40px;
  border: 1px solid #dedbcd;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.event-reserve-list .reserve-thumb {
  display: table-cell;
  width: 160px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.event-reserve-list .reserve-thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.event-reserve-list .reserve-list {
  display: table-cell;
  width: auto;
  padding: 0 15px 0 25px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.event-reserve-list .reserve-list .reserve-detail {
  display: table-cell;
  vertical-align: top;
}
.event-reserve-list .reserve-list .reserve-detail > dl {
  display: table;
  width: 100%;
  margin-bottom: 3px;
}
.event-reserve-list .reserve-list .reserve-detail > dl dt {
  display: table-cell;
  width: 100px;
  vertical-align: top;
  font-weight: 600;
}
.event-reserve-list .reserve-list .reserve-detail > dl dd {
  display: table-cell;
  vertical-align: top;
}
.event-reserve-list .cancel-btn {
  display: table-cell;
  width: 160px;
  vertical-align: middle;
  border-left: 1px solid #dedbcd;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.event-reserve-list .cancel-btn .cancel-text {
  display: none;
}
.event-reserve-list .cancel-btn.cancel-complete .cancel-text {
  display: block;
  color: #e4005a;
}
.event-reserve-list .cancel-btn.cancel-complete .cancel-link {
  display: none;
}
.event-reserve-list .cancel-btn.event-end {
  display: none;
}
.event-reserve-list .no-reserve {
  width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.event-reserve-list .no-reserve .no-reserve-txt {
  color: #333;
  margin-bottom: 0;
}
.event-reserve-list .no-reserve .event-list-link {
  padding-left: 15px;
}
.event-reserve-list .no-reserve .event-list-link:after {
  content: " \f054";
  font-family: FontAwesome;
  color: #2a90c4;
}

.page-check {
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}
.page-check .page-all {
  float: left;
  padding: 0;
}
.page-check .page-all > span {
  color: #333;
  font-size: 15px;
  font-weight: 600;
  padding: 0 2px;
}
.page-check .page-nation {
  list-style-type: none;
  font-size: 14px;
  float: left;
  margin-top: 1px;
}
.page-check .page-nation li {
  display: inline-block;
  padding-right: 15px;
}
.page-check .page-nation .current {
  color: #333;
}
.page-check .page-nation li:first-child:before {
  content: "|";
  padding: 0 25px 0 20px;
  color: #000;
  font-size: 15px;
}

/* message-box
--------------------------------------------*/
.message-box {
  width: 100%;
  padding: 30px;
  border: 1px solid #dedbcd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin: 0 0 40px;
}
.message-box .message-text,
.message-box .message-alert li {
  font-size: 14px;
  color: #222;
}
.message-box .message-alert li {
  list-style-type: none;
  color: #e4005a;
}
.message-box .message-text:before,
.message-box .message-alert li:before {
  content: " \f00c";
  font-family: FontAwesome;
  padding-right: 5px;
}

/* questionnaire
--------------------------------------------*/
.questionnaire_ {
  /* quetionniar complete page */
}
.questionnaire_ .common_headline1_ {
  font-size: 24px;
  font-weight: 400;
  color: #000;
  margin-bottom: 15px;
}
.questionnaire_ .top_comment_ {
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 30px;
}
.questionnaire_ > form {
  padding: 60px;
  background-color: #f9f7ef;
  /* border: 1px solid #ddd; */
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.questionnaire_ > form .questionnaire_box_ {
  padding: 30px;
  background-color: #fff;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  box-shadow: 0px 0px 6px 0px #ddd inset;
  -moz-box-shadow: 0px 0px 6px 0px #ddd inset;
  -webkit-box-shadow: 0px 0px 6px 0px #ddd inset;
  margin-bottom: 30px;
}
.questionnaire_ > form .questionnaire_box_ .common_headline2_ {
  font-size: 16px;
  font-weight: 400;
  color: #222;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.questionnaire_ > form .questionnaire_box_ .desc_ {
  margin-bottom: 20px;
}
.questionnaire_ > form .questionnaire_box_ .questionnaire_box_content_ {
  position: relative;
}
.questionnaire_ > form .questionnaire_box_ .questionnaire_box_content_ > select {
  width: 100%;
  /*padding: 10px 40px 10px 10px;*/
  font-size: 14px;
  color: #666;
  /*-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;*/
  border: 1px solid #ccc;
  background: #fff;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  height: 36px;
}
.questionnaire_ > form .questionnaire_box_ .questionnaire_box_content_ > textarea {
  display: block;
  width: 100%;
  padding: 15px;
  font-size: 14px;
  line-height: 1.5;
  color: #777;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border-color: #ccc;
}
.questionnaire_ > form .questionnaire_box_ .questionnaire_box_content_ > input[type=checkbox] {
  display: none;
}
.questionnaire_ > form .questionnaire_box_ .questionnaire_box_content_ > input[type=checkbox] + label {
  display: block;
  width: auto;
  /*float: left;*/
  margin: 0 0 15px;
  padding: 0 0 0 24px;
  text-align: left;
  background: transparent url(https://cdn.zexybaby.zexy.net/img/common/check_off_pc.png) no-repeat 0 2px;
  background-size: 16px auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
.questionnaire_ > form .questionnaire_box_ .questionnaire_box_content_ > input[type=checkbox] + label:last-of-type {
  margin-bottom: 0;
}
.questionnaire_ > form .questionnaire_box_ .questionnaire_box_content_ > input[type=checkbox]:checked + label {
  background: transparent url(https://cdn.zexybaby.zexy.net/img/common/check_on_pc.png) no-repeat 0 2px;
  background-size: 16px auto;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.questionnaire_ > form .questionnaire_box_ .questionnaire_box_content_ > input[type=radio] {
  display: none;
}
.questionnaire_ > form .questionnaire_box_ .questionnaire_box_content_ > input[type=radio] + label {
  display: block;
  width: auto;
  /*float: left;*/
  margin: 0 0 15px;
  padding: 0 0 0 22px;
  text-align: left;
  background: transparent url(https://cdn.zexybaby.zexy.net/img/common/radio_off.png) no-repeat 0 2px;
  background-size: 16px auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
.questionnaire_ > form .questionnaire_box_ .questionnaire_box_content_ > input[type=radio]:checked + label {
  background: transparent url(https://cdn.zexybaby.zexy.net/img/common/radio_on.png) no-repeat 0 2px;
  background-size: 16px auto;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.questionnaire_ > form .questionnaire_box_ .questionnaire_box_content_ > input[type=text] {
  width: 100%;
  padding: 15px;
  font-size: 14px;
  color: #666;
  border: 1px solid #ccc;
  background: #fff;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.questionnaire_ > form .must_text {
  font-size: 10px;
  padding: 0 0 0 5px;
  color: #e4005a;
  display: inline-block;
}
.questionnaire_ > form .formdetail_ {
  width: 100%;
  margin-bottom: 30px;
}
.questionnaire_ > form .formdetail_ tr {
  border-bottom: 1px solid #f9f7ef;
}
.questionnaire_ > form .formdetail_ tr:first-of-type {
  border-top: 1px solid #f9f7ef;
}
.questionnaire_ > form .formdetail_ th, .questionnaire_ > form .formdetail_ td {
  padding: 15px;
  text-align: left;
}
.questionnaire_ > form .formdetail_ th {
  width: 320px;
  border-left: 1px solid #f9f7ef;
  border-right: 1px solid #f9f7ef;
  background-color: #eeeadb;
}
.questionnaire_ > form .formdetail_ td {
  border-right: 1px solid #f9f7ef;
  background-color: #fff;
}
.questionnaire_ > form .submit_ {
  width: 420px;
  margin: 0 auto;
  overflow: hidden;
}
.questionnaire_ > form .submit_ .btn-temp.btn-q-back {
  display: block;
  width: 200px;
  float: left;
  padding: 12px 0;
  background-color: #aaa;
  border: 1px solid #aaa;
}
.questionnaire_ > form .submit_ .btn-temp.btn-q-back:hover {
  background-color: #fff;
  color: #aaa;
}
.questionnaire_ > form .submit_ .btn-temp.btn-q-next {
  display: block;
  width: 200px;
  float: right;
  padding: 12px 0;
  line-height: 1.5;
  -webkit-appearance: none;
}
.questionnaire_ > form .submit_ .btn-temp.btn-q-next:hover {
  cursor: pointer;
}
.questionnaire_ > .submit_ {
  margin: 60px auto 0;
  padding: 60px 0;
  background-color: #f9f7ef;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.questionnaire_ > .submit_ .in-box-col2 {
  width: 620px;
  margin: 0 auto;
  overflow: hidden;
}
.questionnaire_ > .submit_ .in-box-col2 .btn-temp:nth-of-type(1) {
  float: left;
  background-color: #aaa;
  border: 1px solid #aaa;
}
.questionnaire_ > .submit_ .in-box-col2 .btn-temp:nth-of-type(1):hover {
  color: #aaa;
  background-color: #fff;
}
.questionnaire_ > .submit_ .in-box-col2 .btn-temp:nth-of-type(2) {
  float: right;
}
.questionnaire_ > .submit_ .btn-temp.btn-q-top {
  display: block;
  width: 300px;
  margin: 0 auto;
  padding: 15px 0;
}
.questionnaire_ .error_ {
  color: #e4005a;
  margin-bottom: 15px;
}

/* agreement-link
--------------------------------------------*/
.agreement-link {
  padding: 0 20px;
  text-align: center;
}
.agreement-link > p {
  font-size: 12px;
}

.agreement-link.caution-check {
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
  background-color: #fff;
}
.agreement-link.caution-check > p {
  font-size: 12px;
  color: #e4005a;
  margin-bottom: 10px;
}
.agreement-link.caution-check .form-parts {
  float: none;
  margin: 0 auto;
  width: 300px;
}

/* form-set-group samples-customers
--------------------------------------------*/
.form-set-group.samples-customers .form-parts-set .form-parts-title {
  width: 140px;
}
.form-set-group.samples-customers .form-parts-set .caution {
  font-size: 11px;
  margin-top: 5px;
}

/* placehoder
--------------------------------------------*/
.form-parts-set input[type=text].input-text::-moz-placeholder,
.form-parts-set input[type=tel].input-tel::-moz-placeholder,
.form-parts-set input[type=mail].input-mail::-moz-placeholder {
  color: #ddd;
  opacity: 1;
  filter: alpha(opacity=100);
}
.form-parts-set input[type=text].input-text:-moz-placeholder,
.form-parts-set input[type=tel].input-tel:-moz-placeholder,
.form-parts-set input[type=mail].input-mail:-moz-placeholder {
  color: #ddd;
  opacity: 1;
  filter: alpha(opacity=100);
}
.form-parts-set input[type=text].input-text::-webkit-input-placeholder,
.form-parts-set input[type=tel].input-tel::-webkit-input-placeholder,
.form-parts-set input[type=mail].input-mail::-webkit-input-placeholder {
  color: #ddd;
  opacity: 1;
  filter: alpha(opacity=100);
}
.form-parts-set input[type=text].input-text:-ms-input-placeholder,
.form-parts-set input[type=tel].input-tel:-ms-input-placeholder,
.form-parts-set input[type=mail].input-mail:-ms-input-placeholder {
  color: #ddd;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* point-shiryo entry btn
--------------------------------------------*/
.entry-btn .btn-temp {
  width: 240px;
}

/* information page
--------------------------------------------*/
.info-page {
  margin-bottom: 90px;
}
.info-page .headline-block {
  overflow: hidden;
  color: #000;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.info-page .headline-block .date {
  float: right;
  font-size: 12px;
  padding-top: 7px;
}
.info-page .headline-block .headline {
  float: left;
  width: 800px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 0;
}
.info-page > p {
  margin-bottom: 10px;
}
.info-page .sub-headline {
  font-size: 16px;
  color: #222;
  margin-bottom: 15px;
}
.info-page .sub-headline-sm {
  font-size: 13px;
  color: #222;
  margin-bottom: 20px;
}

.mailstop.complete-simple-title {
  margin-bottom: 60px;
}
.mailstop .agreement {
  text-align: center;
  margin-bottom: 15px;
}
.mailstop .complete-simple-title.mbt {
  margin-bottom: 60px;
}
.mailstop .headline.mbt {
  margin-bottom: 15px;
}

/* マタニティ保険登録 */
.maternity-insurance .free-space .in-free-space {
  display: table;
}
.maternity-insurance .free-space .in-free-space .left-box {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 50%;
  padding-right: 5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.maternity-insurance .free-space .in-free-space .left-box .text {
  font-size: 15px;
  color: #333;
  margin-bottom: 25px;
}
.maternity-insurance .free-space .in-free-space .left-box .btn-temp {
  font-size: 15px;
  font-weight: 600;
  padding: 15px 0;
  width: 80%;
}
.maternity-insurance .free-space .in-free-space .left-box .btn-temp:after {
  content: "\f054";
  font-family: FontAwesome;
  padding-left: 10px;
}
.maternity-insurance .free-space .in-free-space .right-box {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.maternity-insurance .free-space .in-free-space .right-box > a {
  display: block;
  width: 100%;
}
.maternity-insurance .free-space .in-free-space .right-box > a img {
  width: 100%;
  height: auto;
}
.maternity-insurance .top-link {
  text-align: center;
}
.maternity-insurance .top-link a {
  font-size: 15px;
}
.maternity-insurance .top-link a:after {
  content: "\f054";
  font-family: FontAwesome;
  padding-left: 10px;
}

/* 郵送物再開入力フォーム 注意文言 */
.shipment-caution li {
  margin-bottom: 5px;
}
.shipment-caution li .check-area {
  display: block;
  padding: 5px 0 0 15px;
}

/* ジェンダー 追加対応 */
.check-regist dl:nth-child(3) dd span {
  display: block;
}
.check-regist dl:nth-child(3) dd span::before {
  content: "※";
}

/* error-pages
--------------------------------------------*/
.error-pages {
  margin-top: 70px;
  padding: 60px;
  background-color: #f9f7ef;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.error-pages .in-error-pages {
  padding: 30px;
  background-color: #fff;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.error-pages .in-error-pages > p {
  margin-bottom: 10px;
}
.error-pages .in-error-pages .error-head,
.error-pages .in-error-pages .error-date {
  font-weight: 600;
}
.error-pages .in-error-pages .font-lg {
  font-size: 18px;
}
.error-pages .in-error-pages .error-link {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}
.error-pages .in-error-pages .error-link li {
  list-style-type: none;
}
.error-pages .in-error-pages .error-link .left-link {
  float: left;
}
.error-pages .in-error-pages .error-link .left-link:before {
  content: " \f104";
  font-family: FontAwesome;
  padding-right: 7px;
  font-size: 16px;
  color: #2a90c4;
}
.error-pages .in-error-pages .error-link .right-link {
  float: right;
}
.error-pages .in-error-pages .error-link .right-link:after {
  content: " \f105";
  font-family: FontAwesome;
  padding-left: 7px;
  font-size: 16px;
  color: #2a90c4;
}

/* 404 not found
--------------------------------------------*/
.nf-error-pages {
  width: 100%;
  overflow: hidden;
  margin-top: 70px;
}
.nf-error-pages .nf-left {
  width: 400px;
  float: left;
}
.nf-error-pages .nf-right {
  width: 420px;
  float: right;
}
.nf-error-pages .nf-right .nf-thumb {
  background-color: #eee;
  display: table-cell;
  width: 420px;
  height: 480px;
  text-align: center;
  vertical-align: middle;
  font-size: 60px;
}
.nf-error-pages .nf-right .nf-thumb span {
  display: block;
  font-size: 14px;
}
.nf-error-pages .error-head.font-lg {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.nf-error-pages .error-lead {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dotted #ddd;
}
.nf-error-pages .message > p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 40px;
}
.nf-error-pages .nf-btn {
  background-color: #eb6d7b;
  color: #fff;
  display: block;
  margin: 0 auto;
  text-decoration: none;
  font-size: 13px;
  padding: 18px 0;
  border: 1px solid #eb6d7b;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
}
.nf-error-pages .nf-btn:hover {
  color: #eb6d7b;
  background-color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* mail no page
--------------------------------------------*/
.error-pages.mail-no-page {
  margin-top: 0;
}

/* 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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
footer .footer-contents .in-contents .service-contents .col3-sm .col3-sm-list a .sholder {
  font-size: 11px;
  color: #666;
  margin-bottom: 3px;
}
footer .footer-contents .in-contents .service-contents .col3-sm .col3-sm-list a .headline {
  font-size: 13px;
  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(/https/cdn.zexybaby.zexy.net/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(/https/cdn.zexybaby.zexy.net/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(/https/cdn.zexybaby.zexy.net/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 .footer-mamatai {
  background: transparent url(/https/cdn.zexybaby.zexy.net/img/common/icon_mamatai.png) no-repeat left top;
  background-size: 34px auto;
  padding-left: 45px;
}
footer .footer-contents .in-contents .service-contents .col3-sm .col3-sm-list.plus1 {
  margin-right: 10px;
  float: left;
  width: 232px;
}
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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
  font-weight: 700;
  margin-bottom: 2px;
  color: #EA6077;
}
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.6;
  opacity: 0.6;
  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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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: auto;
  height: 28px;
}
footer .footer-btm .in-footer-btm .p-mark {
  float: right;
}
footer .recruitLink p a {
  line-height: 1.7;
}