@charset "UTF-8";
/*======================================================== */
/*  CLASS STYLES */
/*======================================================== */
.clearfix:after, .form-list > li dl dd .date_list:after {
  content: "";
  clear: both;
  display: block;
}

.box {
  width: 700px;
  margin: 0 auto;
  padding: 38px 0 60px;
}
.box h3 {
  margin-bottom: 10px;
}
.box h3.h3_ex {
  margin-bottom: 8px;
}
.box h3 img {
  margin: 0 0 0 -8px;
}

.category-contact #site-wrapper {
  background: url(/assets/images/etc_title_bg.jpg?uufyo89i9) no-repeat center top;
}
.category-contact .page-header {
  padding-top: 154px;
}
.category-contact .page-header h2 {
  font-size: 0;
  text-align: center;
  margin-bottom: 90px;
}

.btns {
  text-align: center;
}
.btns li {
  display: inline-block;
  margin: 0 10px;
}
.btns li a {
  display: inline-block;
}

/*======================================================== */
/*  FORM STYLES */
/*======================================================== */
#contact-form input[type=text],
#contact-form textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #5e5e5e;
  background: #2d2d2d;
  -moz-box-shadow: 0 -3px 3px rgba(8, 2, 4, 0.2) inset;
  -webkit-box-shadow: 0 -3px 3px rgba(8, 2, 4, 0.2) inset;
  box-shadow: 0 -3px 3px rgba(8, 2, 4, 0.2) inset;
  outline: none;
  padding: 8px 12px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  color: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}
#contact-form input[type=checkbox] {
  border: 1px solid #3d3d3d;
  background: none;
  margin-right: 4px;
}
#contact-form textarea {
  height: 230px;
  resize: none;
}
#contact-form .select-wrap {
  position: relative;
}
#contact-form .select-wrap .inner {
  box-sizing: border-box;
  border: 1px solid #5e5e5e;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  z-index: 0;
  padding: 8px 22px 8px 12px;
  width: 100%;
  height: 32px;
  line-height: 1;
  background: url(/assets/images/contact-select-arrow.png?uufyo89ic) no-repeat #2d2d2d right center;
}
#contact-form .select-wrap .inner span {
  color: #b4b4b4;
}
#contact-form .select-wrap .inner span.selected {
  color: #fff;
}
#contact-form .select-wrap select {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 32px;
  line-height: 32px;
  opacity: 0;
  -webkit-appearance: menulist-button;
  cursor: pointer;
}
#contact-form .select-wrap.date_h-wrap, #contact-form .select-wrap.date_m-wrap, #contact-form .select-wrap.date_ampm-wrap {
  width: 60px;
  display: inline-block;
  margin-right: 10px;
}

.errors {
  border: 1px solid #d80303;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 36px;
  margin-bottom: 40px;
}
.errors ul li {
  color: #d80303;
  margin-bottom: 4px;
}
.errors ul li:last-child {
  margin-bottom: 0;
}

.form-block {
  margin-bottom: 64px;
}
.form-block:last-child {
  margin-bottom: 0;
}

.lead {
  margin-bottom: 10px;
}

.form-list > li {
  margin-bottom: 30px;
}
.form-list > li:last-child {
  margin-bottom: 0;
}
.form-list > li dl dt {
  font-size: 18px;
  line-height: 1;
  color: #88c5e2;
  margin-bottom: 10px;
}
.form-list > li dl dt span {
  font-size: 14px;
  color: #d80303;
}
.form-list > li dl dd .attention {
  padding-top: 8px;
  font-size: 12px;
}
.form-list > li dl dd .date_list.first {
  margin-bottom: 10px;
}
.form-list > li dl dd .date_list li {
  float: left;
  padding-right: 11px;
}
.form-list > li dl dd .date_list li .date_fix {
  padding: 5px 0 0 0;
}
.form-list > li > p.ex {
  width: 95%;
  font-size: 12px;
}
.form-list.email-list {
  background: rgba(57, 163, 210, 0.1);
  padding: 20px 28px;
}
.form-list .scroll-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #3d3d3d;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 14px 5px 14px 14px;
  height: 180px;
  margin-bottom: 25px;
  overflow-y: auto;
}
.form-list .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background: #a2a2a2;
  width: 8px;
}

.scroll-inner h5 {
  margin-bottom: 1.5em;
  font-size: 18px;
}
.scroll-inner .update,
.scroll-inner .lead {
  margin-bottom: 1em;
}
.scroll-inner .lead {
  line-height: 1.5em;
}
.scroll-inner .privacy-lsit, .scroll-inner ol.ol-list {
  padding-left: 1.5em;
}
.scroll-inner .privacy-lsit > li, .scroll-inner ol.ol-list > li {
  list-style: decimal;
  font-weight: bold;
  margin-bottom: 1em;
}
.scroll-inner .privacy-lsit h6, .scroll-inner ol.ol-list h6 {
  margin-bottom: 0.8em;
}
.scroll-inner .privacy-lsit p, .scroll-inner ol.ol-list p {
  line-height: 1.5em;
  margin-bottom: 1em;
  font-weight: normal;
}
.scroll-inner .privacy-lsit p:last-child, .scroll-inner ol.ol-list p:last-child {
  margin-bottom: 0;
}
.scroll-inner .privacy-lsit p.mini, .scroll-inner ol.ol-list p.mini {
  font-weight: bold;
  text-decoration: underline;
}
.scroll-inner .privacy-lsit a, .scroll-inner ol.ol-list a {
  text-decoration: underline;
}
.scroll-inner .privacy-lsit a:hover, .scroll-inner ol.ol-list a:hover {
  text-decoration: none;
}
.scroll-inner .privacy-lsit .dot-list, .scroll-inner ol.ol-list .dot-list {
  padding-left: 1.5em;
}
.scroll-inner .privacy-lsit .dot-list > li, .scroll-inner ol.ol-list .dot-list > li {
  list-style: disc;
  font-weight: normal;
  margin-bottom: 0.3em;
}

/*======================================================== */
/*  COMPLETION STYLES */
/*======================================================== */
.completion .box {
  padding-top: 50px;
}
.completion .box h3 {
  color: #88c5e2;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 20px;
}
.completion .box .cluster {
  padding: 27px 48px 40px;
  margin-bottom: 48px;
}
.completion .box .cluster p {
  line-height: 1.8em;
  margin-bottom: 30px;
}
.completion .box .cluster p.attention {
  font-size: 12px;
}

/*======================================================== */
/*  ABOUT STYLES */
/*======================================================== */
