@charset "UTF-8";
/* reset */
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;
  text-indent: 0;
  list-style: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption,
footer, header, hgroup, menu, nav, section {
  display: block;
  margin: 0;
  padding: 0;
}

/****************************************

		  General Setting

*****************************************/
body {
  font-size: 16px;
  color: #fff;
  line-height: 2em;
  font-weight: 300;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  background-color: #000;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #7C4DFF;
}
a:hover {
  text-decoration: none;
  color: #a280ff;
}

::-moz-selection {
  color: #FFF;
  background: #422D80;
}

::selection {
  color: #FFF;
  background: #422D80;
}

.sp-only {
  display: none;
}

/****************************************

		  header

*****************************************/
.header-wapper {
  position: relative;
  padding: 20px 0 0;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
.header-wapper h1 {
  width: 66px;
  height: 66px;
  margin: 0 auto;
  background: url("../images/header_logo.png") no-repeat center center;
}
.header-wapper h1 span {
  display: block;
  text-indent: -9999px;
}
.header-wapper .header-nav-btn {
  position: absolute;
  top: 20px;
  left: 15px;
}
.header-wapper .header-nav-btn a {
  display: block;
  width: 42px;
  height: 32px;
  text-indent: -9999px;
  background: url("../images/header_btn_menu.png") no-repeat center center;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

@media screen and (min-width: 766px) {
  .header-wapper .header-nav-btn a:hover {
    opacity: 0.7;
  }
}
/****************************************

		  footer

*****************************************/
.footer-wrapper {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  background: url("../images/footer_bg.gif") no-repeat center top;
  padding: 20px 0 70px;
}

.footer-gnavi-wrapper {
  position: relative;
  margin-bottom: 60px;
}
.footer-gnavi-wrapper .totop {
  position: absolute;
  top: 0;
  left: 15px;
}
.footer-gnavi-wrapper .totop a {
  display: block;
  width: 42px;
  height: 30px;
  background: url("../images/footer_totop.png");
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  text-indent: -9999px;
}

.footer-gnavi {
  padding: 0 40px;
  text-align: center;
  font-size: 0;
}
.footer-gnavi li {
  display: inline-block;
  margin: 0 28px;
  font-size: 14px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.footer-gnavi li a {
  display: block;
  height: 34px;
  background: no-repeat center top;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.footer-gnavi li a span {
  display: block;
  text-indent: -9999px;
}
.footer-gnavi li.navi-item-01 a {
  width: 60px;
  background-image: url("../images/footer_gnavi_01_off.png");
}
.footer-gnavi li.navi-item-02 a {
  width: 91px;
  background-image: url("../images/footer_gnavi_02_off.png");
}
.footer-gnavi li.navi-item-03 a {
  width: 77px;
  background-image: url("../images/footer_gnavi_03_off.png");
}
.footer-gnavi li.navi-item-04 a {
  width: 91px;
  background-image: url("../images/footer_gnavi_04_off.png");
}
.footer-gnavi li.navi-item-05 a {
  width: 127px;
  background-image: url("../images/footer_gnavi_05_off.png");
}

.footer-btn-namecard {
  max-width: 420px;
  margin: 0 auto 60px;
  text-align: center;
}
.footer-btn-namecard a {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  display: inline-block;
}
.footer-btn-yamibako {
  max-width: 420px;
  margin: 0 auto 60px;
  text-align: center;
}
.footer-btn-yamibako a {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  display: inline-block;
}
.footer-btn-blog-goods {
  max-width: 430px;
  margin: 0 auto 60px;
  text-align: center;
  margin-top: -63px;
  position: relative;
}
.footer-btn-blog-goods .footer-btn-blog {
  display: inline-block;
}
.footer-btn-blog-goods .footer-btn-blog img {
  height: 86px;
  /*height: auto;*/
}
.footer-btn-blog-goods .footer-btn-goods {
  display: inline-block;
}
.footer-btn-blog-goods .footer-btn-goods img {
  height: 86px;
  /*height: auto;*/
}
.footer-sns {
  margin-bottom: 80px;
}

.footer-sns-fb {
  text-align: center;
  margin-bottom: 30px;
}
.footer-sns-fb > div {
  width: 310px;
  max-width: 310px;
}

.footer-sns-share {
  vertical-align: bottom;
  text-align: center;
}
.footer-sns-share li {
  display: inline-block;
  margin: 0 2px;
  vertical-align: bottom;
}
.footer-sns-share li * {
  vertical-align: bottom;
}

.footer-ttl span {
  display: block;
  text-indent: -9999px;
  width: 114px;
  height: 100px;
  margin: 0 auto;
  background: url("../images/footer_logo.png") no-repeat center center;
}

@media screen and (max-width: 840px) {
  .footer-gnavi li {
    margin: 0 16px;
  }
}
@media screen and (min-width: 766px) {
  .footer-gnavi-wrapper .totop a:hover {
    opacity: 0.7;
  }

  .footer-gnavi li.navi-item-01 a:hover {
    background-image: url("../images/footer_gnavi_01_on.png");
  }
  .footer-gnavi li.navi-item-02 a:hover {
    background-image: url("../images/footer_gnavi_02_on.png");
  }
  .footer-gnavi li.navi-item-03 a:hover {
    background-image: url("../images/footer_gnavi_03_on.png");
  }
  .footer-gnavi li.navi-item-04 a:hover {
    background-image: url("../images/footer_gnavi_04_on.png");
  }
  .footer-gnavi li.navi-item-05 a:hover {
    background-image: url("../images/footer_gnavi_05_on.png");
  }
}
/****************************************

		  Clearfix

*****************************************/
.cfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.cfix {
  display: inline-table;
}

* html .cfix {
  height: 1%;
}

.cfix {
  display: block;
}

/****************************************

		  page common style

*****************************************/
/*------------------------------------
 layout */
.contents {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.page-wrapper {
  padding-bottom: 200px;
}

.content-wrapper-min {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.content-wrapper-min-recruit {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.ttl-section {
	text-align: center;
}

/*------------------------------------
 title & buttun */
.ttl-page {
  max-width: 448px;
  margin: 0 auto 70px;
}

.copy-serif {
  text-align: center;
  font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明 朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 20px;
  line-height: 1.8em;
  margin-bottom: 40px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-image-wrapper {
  text-align: center;
}
.btn-image-wrapper .btn-image {
  display: inline-block;
  max-width: 392px;
}
.btn-image-wrapper .btn-image img, .btn-image-wrapper .btn-image input {
  max-width: 100%;
}

.box-border-gray {
  border: 6px solid #333333;
  padding: 10px;
  text-align: center;
  font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明 朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 20px;
  line-height: 1.8em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.box-border-gray h4 {
  font-size: 28px;
  line-height: 1.8em;
}

.def-table th, .def-table td {
  text-align: left;
  vertical-align: top;
  padding-bottom: 10px;
}
.def-table th {
  font-weight: bold;
  padding-right: 2em;
  white-space: nowrap;
}

/****************************************

		Form Parts

*****************************************/
.form-inner dl dt {
  text-align: center;
  position: relative;
  margin-bottom: 5px;
}
.form-inner dl dt p {
  font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明 朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  font-size: 21px;
  line-height: 1.8em;
  -webkit-font-smoothing: antialiased;
}
.form-inner dl dt .attention {
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
  display: inline-block;
  color: #7C4DFF;
}
.form-inner dl dd {
  margin-bottom: 40px;
}
.form-inner dl dd.date input[type=text],
.form-inner dl dd.date select {
	margin-bottom: 30px;
}
.form-inner .submessage {
  margin-top: .5em;
  font-size: 90%;
  line-height: 1.8em;
  color: #666;
}
.form-inner .form-bg-gray {
  background-color: #1A1A1A;
  padding: 25px;
  border-radius: 2px;
  text-align: center;
}
.form-inner .formError {
  text-align: center;
  border: #422D80 4px solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  position: relative;
  line-height: 1.8em;
}
.form-inner .formError:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border: 13px solid transparent;
  border-bottom-color: #422D80;
  position: absolute;
  top: -26px;
  left: 50%;
  margin-left: -13px;
}
.form-inner input[type="text"], .form-inner select, .form-inner textarea {
  width: 100%;
  outline: none;
  border: none;
  border-radius: 2px;
  background-color: #CACACA;
  color: #000;
  font-size: 19px;
  padding: 20px 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.form-inner select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 13px 70px 13px 12px;
  background: url("../images/select_arrow_bottom.png") #CACACA repeat-y right center;
  line-height: 1.8em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: "";
}
.form-inner select::-ms-expand {
  display: none;
}
.form-inner input[type="text"] {
  margin: 0;
  line-height: 1em;
}
.form-inner .form-radio-block {
  display: inline-block;
  text-align: left;
  line-height: 40px;
}
.form-inner .form-radio-block.radio-horizontal label {
  display: inline-block;
  margin: 0 30px;
}

@media screen and (min-width: 1px) {
  .form-inner .form-radio-block {
    display: inline-block;
    text-align: left;
    line-height: 50px;
    vertical-align: middle;
  }
  .form-inner .form-radio-block input[type="radio"] {
    display: none;
  }
  .form-inner .form-radio-block input[type="radio"] + label {
    position: relative;
    display: inline-block;
    padding-left: 50px;
  }
  .form-inner .form-radio-block input[type="radio"] + label:before, .form-inner .form-radio-block input[type="radio"] + label:after {
    content: "";
    position: absolute;
    display: block;
    border-radius: 100%;
  }
  .form-inner .form-radio-block input[type="radio"] + label:before {
    left: 0;
    top: 50%;
    margin-top: -14px;
    width: 28px;
    height: 28px;
    background: #CCC;
    z-index: 1;
  }
  .form-inner .form-radio-block input[type="radio"] + label:after {
    left: 7px;
    top: 50%;
    margin-top: -7px;
    width: 14px;
    height: 14px;
    background: #000;
    z-index: 2;
    display: none;
  }
  .form-inner .form-radio-block input[type="radio"]:checked + label:after {
    display: block;
  }
}
/****************************************

		access

*****************************************/
.office-text {
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}
.access-googlemap {
  margin-bottom: 20px;
}
.access-googlemap iframe {
  max-width: 960px;
  width: 100%;
}

.access-googlemap-btn {
  margin-top: 20px;
  margin-bottom: 40px;
}

.access-guide {
  text-align: center;
  margin-bottom: 60px;
}

.company-table {
  width: auto;
  margin: 0 auto 40px;
}

.btn-sns-wrapper {
  text-align: center;
  font-size: 0;
}
.btn-sns-wrapper li {
  font-size: 16px;
  margin: 0 7px;
  width: 203px;
  display: inline-block;
}
.btn-sns-wrapper li a {
  display: inline-block;
  width: 100%;
}

/****************************************

		contact

*****************************************/
.conact-intro {
  margin-bottom: 70px;
}

.copy {
	text-align: center;
}

.privacy-link {
  text-align: center;
  margin-bottom: 40px;
}

/****************************************

		recruit

*****************************************/
.recruit-intro {
  margin-bottom: 40px;
}

.recruit-info-block {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #4D4D4D;
}
.recruit-info-block.recruit-info-end {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 80px;
}
.recruit-info-block h4 {
  margin-bottom: 10px;
}

.recruit-primary-table th, .recruit-primary-table td {
  padding-bottom: 70px;
}
.recruit-primary-table tr:last-child th, .recruit-primary-table tr:last-child td {
  padding-bottom: 0;
}

.recruit-table {
  width: 100%;
}
.recruit-table th {
  width: 30%;
}
.recruit-table th span {
  display: block;
}

.recruit-flow li {
  background-color: #1A1A1A;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
  padding: 7px 20px;
  font-weight: bold;
}
.recruit-flow li .num {
  display: block;
  font-size: 21px;
  background-color: #333;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 0 14px;
  text-align: center;
}
.recruit-flow li .num i {
  display: inline-block;
  padding-top: 8px;
  font-style: normal;
}
.recruit-flow li:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -38px;
  left: 50%;
  border: 11px solid  transparent;
  border-top-color: #333;
  margin-left: -11px;
}
.recruit-flow li.item-end:after {
  display: none;
}

/****************************************

		custom

*****************************************/
.custom-intro {
  margin-bottom: 70px;
}
.custom-intro .copy-serif {
  margin-bottom: 30px;
}
.custom-intro .copy-purple {
  margin-bottom: 30px;
  text-align: center;
  color: #7C4DFF;
}
.custom-intro .custom-hero {
  max-width: 560px;
  margin: 0 auto;
}
.custom-intro .custom-hero img {
  width: 100%;
  vertical-align: bottom;
}

.custom-form-flow {
  margin-bottom: 60px;
}
.custom-form-flow .ttl-custom-flow {
  max-width: 243px;
  margin: 0 auto 15px;
}
.custom-form-flow .custom-form-notes {
  max-width: 400px;
  margin: 0 auto 20px;
}
.custom-form-flow .custom-form-notes li span {
  color: #ABABAB;
}

.btn-generate-custumize-url {
  padding-top: 48px;
  margin-bottom: 70px;
  background: url("../images/arrows.png") no-repeat center top;
  background-size: 100px auto;
}
.btn-generate-custumize-url .view-custumize-url {
  margin: 40px auto 0;
  max-width: 392px;
  position: relative;
}
.btn-generate-custumize-url .view-custumize-url:before {
  content: "";
  display: block;
  position: absolute;
  top: -34px;
  left: 50%;
  margin-left: -17px;
  border: 17px solid transparent;
  border-bottom-color: #694B99;
}
.btn-generate-custumize-url .view-custumize-url .custumize-url {
  width: 100%;
  outline: none;
  border: none;
  border-radius: 7px;
  margin-bottom: 10px;
  background-color: #EFEFEF;
  color: #333;
  text-align: center;
  font-size: 30px;
  padding: 16px 12px;
  border: 4px solid #694B99;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*-----------------------------------------------------

		 start media query

-----------------------------------------------------*/
@media screen and (max-width: 767px) {
  /****************************************
  
  		  General Setting
  
  *****************************************/
  body {
    font-size: 12px;
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  /****************************************
  
  		  header
  
  *****************************************/
  .header-wapper {
    padding: 10px 0 0;
    margin-bottom: 50px;
  }
  .header-wapper h1 {
    width: 33px;
    height: 33px;
    background: url("../images/header_logo.png") no-repeat center center;
    background-size: contain;
  }
  .header-wapper .header-nav-btn {
    position: absolute;
    top: 10px;
    left: 10px;
  }
  .header-wapper .header-nav-btn a {
    width: 31px;
    height: 24px;
    background: url("../images/header_btn_menu__sp.png") no-repeat center center;
    background-size: 100% auto;
  }

  /****************************************
  
  		  footer
  
  *****************************************/
  .footer-wrapper {
    background: url("../images/footer_bg.gif") no-repeat center top;
    background-size: 100% auto;
    padding: 10px 0 60px;
  }

  .footer-gnavi-wrapper {
    position: relative;
    margin-bottom: 20px;
    padding-top: 10px;
  }
  .footer-gnavi-wrapper .totop {
    left: 10px;
  }
  .footer-gnavi-wrapper .totop a {
    width: 31px;
    height: 24px;
    background: url("../images/footer_totop__sp.png");
    background-size: 100% auto;
  }

  .footer-gnavi {
    padding: 0 30px;
    margin-bottom: 30px;
  }
  .footer-gnavi li {
    display: block;
    margin: 0 0 17px;
  }
  .footer-gnavi li.navi-item a {
    display: block;
    width: 100%;
    height: 33px;
    background: no-repeat center center;
    background-size: 127px auto;
  }
  .footer-gnavi li.navi-item-01 a {
    background-image: url("../images/footer_gnavi_01__sp.png");
  }
  .footer-gnavi li.navi-item-02 a {
    background-image: url("../images/footer_gnavi_02__sp.png");
  }
  .footer-gnavi li.navi-item-03 a {
    background-image: url("../images/footer_gnavi_03__sp.png");
  }
  .footer-gnavi li.navi-item-04 a {
    background-image: url("../images/footer_gnavi_04__sp.png");
  }
  .footer-gnavi li.navi-item-05 a {
    background-image: url("../images/footer_gnavi_05__sp.png");
  }

  .footer-btn-namecard {
    width: auto;
    padding: 0 10px;
    margin: 0 auto 50px;
    padding-bottom: 15px;
  }
  .footer-btn-yamibako {
    width: auto;
    padding: 0 10px;
    margin: 0 auto 50px;
    padding-bottom: 15px;
  }

  .footer-btn-blog-goods{
    width: 95%;
    display:flex;
    justify-content: space-between;
  }

  .footer-btn-blog-goods .footer-btn-blog img {
    height: auto;
  }

  .footer-btn-blog-goods .footer-btn-goods {
    display: inline-block;
  }

  .footer-btn-blog-goods .footer-btn-goods img {
    height: auto;
  }

  .footer-btn-blog {
    width:48.5%;
  }

  .footer-btn-blog img{
    width: 100%;
  }

  .footer-btn-goods {
    width:48.5%;
  }

  .footer-btn-goods img{
    width: 100%
  }

  .footer-sns {
    padding: 0 10px;
    margin-bottom: 50px;
  }

  .footer-sns-fb {
    text-align: center;
    margin-bottom: 30px;
  }
  .footer-sns-fb > div {
    width: auto;
    max-width: 100%;
  }

  .footer-sns-share {
    vertical-align: bottom;
    text-align: center;
  }
  .footer-sns-share li {
    letter-spacing: 0;
    display: inline-block;
    margin: 0 0px;
  }

  .footer-ttl span {
    width: 81px;
    height: 72px;
    background: url("../images/footer_logo__sp.png") no-repeat center center;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  /****************************************
  
  		  page common style
  
  *****************************************/
  /*------------------------------------
   layout */
  .page-wrapper {
    padding-bottom: 80px;
  }

  .content-wrapper-min {
    padding-right: 20px;
    padding-left: 20px;
  }

  /*------------------------------------
   title & buttun */
  .ttl-page {
    max-width: 280px;
    margin: 0 auto 40px;
  }

  .copy-serif {
    text-align: center;
    font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明 朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 120%;
    line-height: 1.8em;
    margin-bottom: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .btn-image-wrapper .btn-image {
    max-width: 280px;
  }

  .box-border-gray {
    border: 4px solid #333333;
    padding: 10px;
    text-align: center;
    font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明 朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 120%;
    line-height: 1.8em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .box-border-gray h4 {
    font-size: 150%;
    line-height: 1.8em;
  }

  .def-table th, .def-table td {
    text-align: left;
    vertical-align: top;
    padding-bottom: 10px;
  }
  .def-table th {
    font-weight: bold;
    padding-right: 1em;
    white-space: nowrap;
  }

  .responsive-table {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .responsive-table tr, .responsive-table td, .responsive-table th {
    display: block;
  }

  /****************************************
  
  		Form Parts
  
  *****************************************/
  .form-inner dl dt {
    margin-bottom: 5px;
  }
  .form-inner dl dt p {
    font-size: 130%;
  }
  .form-inner dl dt .attention {
    font-size: 90%;
  }
  .form-inner dl dd {
    margin-bottom: 30px;
  }
  .form-inner .submessage {
    margin-top: .5em;
    font-size: 90%;
    line-height: 1.8em;
    color: #666;
  }
  .form-inner .form-bg-gray {
    padding: 10px;
  }
  .form-inner .formError {
    border: #422D80 3px solid;
    padding: 10px;
    margin-top: 20px;
  }
  .form-inner input[type="text"], .form-inner select, .form-inner textarea {
    font-size: 110%;
    padding: 15px 8px;
  }
  .form-inner select {
    padding: 10px 40px 10px 8px;
    background: url("../images/select_arrow_bottom.png") #CACACA repeat-y right center;
    background-size: 30px 30px;
  }
  .form-inner .form-radio-block {
    line-height: 40px;
    vertical-align: middle;
  }
  .form-inner .form-radio-block input[type="radio"] {
    display: none;
  }
  .form-inner .form-radio-block input[type="radio"] + label {
    position: relative;
    display: inline-block;
    padding-left: 35px;
  }
  .form-inner .form-radio-block input[type="radio"] + label:before {
    margin-top: -10px;
    width: 20px;
    height: 20px;
  }
  .form-inner .form-radio-block input[type="radio"] + label:after {
    left: 5px;
    margin-top: -5px;
    width: 10px;
    height: 10px;
  }

  /****************************************
  
  		access
  
  *****************************************/
  .access-googlemap {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .access-googlemap iframe {
    height: 200px;
  }

  .access-googlemap-btn {
    margin-bottom: 20px;
  }

  .access-guide {
    text-align: center;
    margin-bottom: 40px;
  }

  .company-table {
    width: auto;
    margin: 0 auto 30px;
  }

  .btn-sns-wrapper {
    text-align: center;
    font-size: 0;
    margin: 0 -20px;
  }
  .btn-sns-wrapper li {
    max-width: 145px;
    margin: 0 5px;
  }

  /****************************************
  
  		contact
  
  *****************************************/
  .conact-intro {
    margin-bottom: 50px;
  }

  .privacy-link {
    text-align: center;
    margin-bottom: 30px;
  }

  /****************************************
  
  		recruit
  
  *****************************************/
  .recruit-intro {
    margin-bottom: 30px;
  }

  .recruit-info-block {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #4D4D4D;
  }
  .recruit-info-block.recruit-info-end {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 50px;
  }
  .recruit-info-block h4 {
    margin-bottom: 10px;
  }

  .recruit-primary-table th, .recruit-primary-table td {
    padding-bottom: 00px;
  }
  .recruit-primary-table tr {
    margin-bottom: 20px;
  }
  .recruit-primary-table tr:last-child {
    margin-bottom: 0;
  }

  .recruit-table {
    width: auto;
  }
  .recruit-table th {
    width: auto;
  }
  .recruit-table th span {
    display: inline;
  }

  .recruit-flow li {
    margin-bottom: 30px;
    padding: 5px 20px;
    font-weight: bold;
  }
  .recruit-flow li .num {
    font-size: 120%;
    padding: 0 12px;
  }
  .recruit-flow li .num i {
    padding-top: 6px;
  }
  .recruit-flow li:after {
    bottom: -26px;
    left: 50%;
    border: 8px solid transparent;
    border-top-color: #333;
    margin-left: -8px;
  }

  /****************************************
  
  		custom
  
  *****************************************/
  .custom-intro {
    margin-bottom: 40px;
  }
  .custom-intro .copy-serif {
    margin-bottom: 20px;
  }
  .custom-intro .copy-purple {
    margin-bottom: 20px;
    text-align: center;
    color: #7C4DFF;
  }
  .custom-intro .custom-hero {
    padding: 0 10px;
  }

  .custom-form-flow {
    margin-bottom: 40px;
  }
  .custom-form-flow .ttl-custom-flow {
    max-width: 177px;
    margin: 0 auto 6px;
  }
  .custom-form-flow .custom-form-notes {
    max-width: 400px;
    margin: 0 auto 20px;
  }

  .btn-generate-custumize-url {
    padding-top: 30px;
    margin-bottom: 50px;
    background: url("../images/arrows.png") no-repeat center top;
    background-size: 71px auto;
  }
  .btn-generate-custumize-url .view-custumize-url {
    margin: 20px auto 0;
  }
  .btn-generate-custumize-url .view-custumize-url:before {
    top: -22px;
    margin-left: -12px;
    border: 12px solid transparent;
    border-bottom-color: #694B99;
  }
  .btn-generate-custumize-url .view-custumize-url .custumize-url {
    margin-bottom: 6px;
    font-size: 22px;
    padding: 12px 5px;
    border: 3px solid #694B99;
  }
}
