/*

【CSS記述ルール】

① font-sizeはpxで指定してください
　（rem、%等の指定はしないようお願いいたします）

② xxxxxx はディレクトリ名に変更してください

③ 必ずディレクトリ名が付いたidセレクタを先頭に記述した後に、要素を記述してください
　（例：#oneday .inner、#oneday .page-title 等）

④ CSS内の画像指定パスは、CSSファイルから見た相対パスで指定してください
　（例：../../images_smart/ディレクトリ名/画像名.拡張子）

*/

/*------------------------------------------------------------
lpCommon
------------------------------------------------------------*/
.lp {
  position: relative;
  width: 100%;
  margin: 0;
  font-size: 13px;
  font-weight: 500;
}

#lp * {
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lp img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  line-height: 1;
}

.lp,
#lp input,
#lp textarea,
#lp select {
  font-family: "futura-pt",Futura, Futura PT, 'Century Gothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック体, YuGothic, "Yu Gothic Medium", 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif;
}

#lp input,
#lp textarea,
#lp select {
  border: solid 1px #c6d3d6;
  background-color: transparent;
  vertical-align: top;
  box-sizing: border-box;
}

#lp input:focus,
#lp textarea:focus,
#lp select:focus {
  outline: none;
}

#lp input,
#lp textarea {
  padding: 0 10px;
}

#lp input::placeholder {
  color: #c6d3d6;
}

#lp input:-ms-input-placeholder {
  color: #c6d3d6;
}

#lp input::-ms-input-placeholder {
  color: #c6d3d6;
}

#lp input[type="text"],
#lp input[type="email"],
#lp input[type="tel"],
#lp select {
  height: 2.5em;
}

#lp input:not([type="checkbox"]):not([type="radio"]),
#lp textarea {
  -webkit-appearance: none;
  appearance: none;
}

#lp input[type="checkbox"],
#lp input[type="radio"] {
  width: auto;
  vertical-align: middle;
  cursor: pointer;
}

#lp input[type="radio"] {
  margin: 0 5px 3px 0;
  box-shadow: none;
}

#lp input[type="radio"] + label {
  margin-right: 10%;
}

#lp select,
#lp label {
  cursor: pointer;
}

#lp select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 55px 0 10px;
  border: solid 1px #c6d3d6;
  background: url("../../images_smart/lp/icon_webregist_select@2x.png") no-repeat right center / contain;
}

#lp select::-ms-expand {
  display: none;
}

#lp textarea {
  padding: 10px;
}

#lp .SPdisp {
  display: inline-block;
}

#lp .pc-br,
#lp .PCdisp {
  display: none;
}

#lp .text {
  margin-bottom: 1em;
  line-height: 2;
}

#lp .text:last-child {
  margin-bottom: 0;
}

#lp .notes {
  display: inline-block;
  position: relative;
  margin-left: 1em;
}

#lp .notes::before {
  content: "\0203B";
  display: block;
  position: absolute;
  top: 0;
  left: -1em;
  width: 1em;
}

#lp .js-fadein {
  opacity: 0;
  transform: translate(0, 20px);
  transition-property: opacity, transform;
  transition-duration: 1s;
}

#lp .scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

@media print, screen and (min-width: 768px) {/* ---------- Tablet・PC ---------- */
  .lp {
    font-size: 16px;
  }
  
  #lp .sp-br,
  #lp .SPdisp {
    display: none;
  }
  
  #lp .pc-br {
    display: inline;
  }
  
  #lp .PCdisp {
    display: inline-block;
  }
}


@media only screen and (min-width: 768px) {
    .pc { display: inline-block !important; }
    .sp { display: none !important; }
}


@media only screen and (max-width: 767px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}


@media screen and (max-width: 767px) {/* ---------- スマホ以下 ---------- */
  #lp .lp-charm{
    background-image: url(../../images_smart/lp/side_deco_lef_sp.png),     url(../../images_smart/lp/side_deco_rig_sp.png);
    background-position: left top 10px,right top 70px;
    background-repeat: no-repeat;
    background-size: 24%,24%;
    padding-bottom: 30px;
  }
  
  #lp .charm-item-list {
    width: 90%;
    margin: 0 auto;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
  }
  
  #lp .charm-item{
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 30px;
    background-repeat: no-repeat;  
  }
  
  #lp .charm-title{
    width: 160px;
    margin: 0 auto;
  }
  
   #lp .charm-text-box{
    margin: -20px auto 0;
    padding: 26px 0;
    text-align: center;
  
    }
  
  #lp .charm-item:nth-child(1){
    background-image: url(../../images_smart/lp/pr_text_bg01_sp.png); 
    background-size: 60px;
    background-position: center bottom 10px;
  } 
  #lp .charm-item:nth-child(2){
    background-image: url(../../images_smart/lp/pr_text_bg02_sp.png);
    background-size: 60px;
    background-position: center bottom 10px;
  } 
  #lp .charm-item:nth-child(3){
    background-image: url(../../images_smart/lp/pr_text_bg03_sp.png);
    background-size: 100px;
    background-position: center bottom 40px;
  } 
  
  #lp .charm-text{
    display: inline-block;
    font-weight: 150;
  }
  
  
  /*--------------------------------------------------------
  
  福利厚生
  
  ---------------------------------------------------------*/

  
  #lp .welfare-wrapper{
    width: 90%;
    margin: 0 auto 70px;
  }
  
  #lp .lp-h2{
    text-align:center; 
    
  }

  #lp .h2-wrapper{
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
  }
  
  #lp .h2-en{
    margin-bottom: 4px;
    font-size: 24px;
    font-family: "futura-pt", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #CEE885;
    line-height: 20px;
  }
  
  #lp .h2-ja{
    margin: 0 16px; 
    font-size: 24px;
    font-family: "tbcinergothic-std", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #64b07d;
    line-height: 28px;
  }
    
  #lp .h2-ja-deco{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  
  #lp .h2-ja-icon{
    width: 24px;
  }
  
  #lp .welfare-list-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
  }
  
  #lp .welfare-item {
    margin-bottom: 14px;
    width: calc(((100% - 14px) / 2) - .01px);
    text-align: center;
    border: solid 2px #E2E2E2;
    border-radius: 17px;
    height: 160px;
  }
  
  #lp .welfare-item:last-child {
    margin-bottom: 14px;
    width: 100%;
    text-align: center;
    border: solid 2px #E2E2E2;
    border-radius: 17px;
    height: 160px;
  }
  
  #lp .illust{
    width: 100px;
    margin: 10px auto 5px;
  }
  
  #lp .letter{
    padding: 0 4px;
    font-size: 14px;
    font-family: "tbcinergothic-std", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #64b07d;
    line-height: 12px;
  }
  
  #lp .letter-small{
    padding: 0 4px;
    font-size: 12px;
    font-family: "tbcinergothic-std", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #64b07d;
  }
  
   #lp .welfare-item :nth-of-type(even) {
    
    }
  
   #lp .welfare-item :nth-of-type(3n+3) {
    }
  
   #lp .welfare-item :nth-of-type(n+2) {
      margin-top: 24px;
    }
  
   #lp .welfare-item :nth-of-type(n+4) {
    }
  
   
   #lp .welfare-text-last-inner{
    margin-top: 20px; 
    text-align: center;
    background-image: url(../../images_smart/lp/line_deco_sp.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;
   }

   
   #lp .welfare-text{
    display: inline-block;
    font-family: "スーラProDB";
    font-weight: 600;
   }
    
   #lp .welfare-text-normal{
    font-size: 22px;
   }
  
  #lp .welfare-text-em{
    font-size: 38px;
   }
  
  
  
   /*--------------------------------------------------------
  
  お仕事内容
  
  ---------------------------------------------------------*/
  
  #lp .lp-work{
    background-color: #fbf6e9;
    padding: 30px 0 70px;
  }
 
  
  #lp .work-messege-inner{
    padding-bottom: 70px;
    text-align: center;
  }
  
  #lp .work-messag-text{
    font-size: 13px;
    color: #635a54;
    font-weight: 600;
    line-height: 20px;
  }
  
  #lp .work-message-orange{
    font-size: 20px;
    color: #fc6138;
  }
  
  #lp .work-message-mt{
    display: block;
    margin-top: 8px;
  }
  
  #lp .work-message-dot{
    font-size: 24px;
    background-position: top left -1px;
    background-repeat: repeat-x;
    background-size: 1.0em 0.3em;
    background-image: radial-gradient(0.12em .12em at center center,rgba(255,165,0,1),rgba(255,165,0,1) 99%,rgba(255,165,0,0));
    display: inline-block;
    
  }
  
  #lp .work-message-em{
    font-size: 24px;
  }
  
   #lp .work-onday01-box{
    margin-bottom: 100px;
    background-color: #ffffff;
    border-radius: 18px;
  }
  
   #lp .work-onday02-box{
    background-color: #ffffff;
    border-radius: 18px;
  }
  
  #lp .oneday01-title-box{
    display: flex;
    justify-content: center;
    align-items:center; 
  } 
  
  #lp .oneday01-title-text{
    margin-top: -35px;
    padding: 8px 30px;
    background-color: #fc6138;
    border-radius: 20px;
    font-size: 24px;
    line-height: 30px;
    color: white;
  } 
  
    #lp .oneday01-title-box:before{
    content: "";
    background-image: url(../../images_smart/lp/sun_ico_sp.png);
    display: inline-block;
    background-size: contain;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: left bottom;
    margin: -30px 6px 0 0; 
  } 
  
  
   #lp .work-onday01-box{
    margin-bottom: 100px;
    background-color: #ffffff;
    border-radius: 18px;
  }
  
  #lp .work-onday02-box{
    background-color: #ffffff;
    border-radius: 18px;
  }
  
  #lp .oneday02-title-box{
    display: flex;
    justify-content: center;
    align-items:center; 
  } 
  
  #lp .oneday02-title-text{
    margin-top: -24px;
    padding: 8px 30px;
    background-color: #64b07d;
    border-radius: 20px;
    font-size: 24px;
    line-height: 30px;
    color: white;
  } 
  
  #lp .oneday02-title-box:before{
    content: "";
    background-image: url(../../images_smart/lp/moon_ico_sp.png);
    display: inline-block;
    background-size: contain;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: left bottom;
    margin: -24px 6px 0 0; 
  } 
   
  #lp .oneday01-text-box{
    padding: 50px 0 20px;
    text-align: center;
    font-size: 15px;
  }
  
  #lp .font-seurat{
    font-family: fot-seurat-pron, sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  
  #lp .oneday01-text-box{
    background-image: url(../../images_smart/lp/oneday_text_bg01_sp.png);
    background-size: 100px;
    background-position: center top 40px;
    background-repeat: no-repeat;
  }
  
    #lp .oneday02-text-box{
    padding: 50px 0 20px;
    text-align: center;
    font-size: 15px;
  }
  
  #lp .oneday02-text-box{
    background-image: url(../../images_smart/lp/oneday_text_bg02_sp.png);
    background-size: 100px;
    background-position: center top 50px;
    background-repeat: no-repeat;
  }
  
  
  #lp .work-onday01-list-box{
    padding-top: 30px;
    margin: 0 auto;
    width: 80%;
    display: flex;
    flex-direction: column;
  }
  
   #lp .work-onday01-list-item{
    margin-bottom: 50px;
    position: relative;
  }
  
    #lp .work-onday01-list-item::before{
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #fc6138;
    border-right: solid 2px #fc6138;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-top: -4px;
  }
  
  #lp .work-onday01-list-item::after{
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #fc6138;
    border-right: solid 2px #fc6138;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-top: -4px;
  }
  
   #lp .work-onday01-list-item:last-child::after{
    display: none;
  }
  
   #lp .work-onday01-list-item:last-child::before{
    display: none;
  }

    #lp .work-onday02-list-item{
    margin-bottom: 50px;
    position: relative;
  }
  
  
    #lp .work-onday02-list-item::before{
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #64b07d;
    border-right: solid 2px #64b07d;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-top: -4px;
  }
  
  #lp .work-onday02-list-item::after{
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #64b07d;
    border-right: solid 2px #64b07d;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-top: -4px;
  }
  
  #lp .work-onday02-list-item:last-child::after{
    display: none;
  }
  
   #lp .work-onday02-list-item:last-child::before{
    display: none;
  }
  
  
   /*--------------------------------------------------------
  
  STEP
  
  ---------------------------------------------------------*/
  
  #lp .lp-step{
    padding: 40px 0;
    background-image: url(../../images_smart/lp/steps_bg_sp.png);
    background-size: 100%;
    background-repeat: repeat-y;
  }
  
  #lp .step-list-box{
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
  
  #lp .step-list-item{
    margin-bottom: 50px;
    position:relative; 
  }
  
   #lp .step-list-item::after{
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 5px #989898;
    border-right: solid 5px #989898;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    bottom: -30px;
    left: 48%;
  }
  
  #lp .step-list-item:last-child:after{
    display: none;
  }
  
  #lp .step-title-text-box{
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    color: white;
    text-align: center;
  }
  
 #lp .step-title-text-box{
    background-image: url(../../images_smart/lp/step_ico_sp.png);
    background-size: contain;
    width: 80px;
    height: 80px;
    margin: 0 auto -40px;
    background-repeat: no-repeat;
    z-index: 1;
    position: relative;
  }
  
  #lp .step-title-num{
    font-size: 28px;
    line-height: 28px;
  }
  
  #lp .step-list-dl{
    padding: 40px 20px 30px 20px;
    background-color: white;
    border-radius: 16px;
  }
  
  #lp .step-list-dt{
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
  }
  
  #lp .step-list-last{
    text-align: center;
    background-color: #e50012;
    padding: 16px 0;
  }
   
  #lp .step-list-last-text{
    font-size: 20px; 
    color: white;
  }
  
  
  /*--------------------------------------------------------
  
  guideline
  
  ---------------------------------------------------------*/
  
  #lp .lp-guideline{
    width: 90%;
    margin: 50px auto 70px;
  }
  
  
 #lp .guideline-table-inner{
  padding-top: 30px;
  border-radius: 20px;
  border: solid 2px #c6e566; 
}

  #lp .guideline-data {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 5px 20px 5px;
  }

  #lp .guideline-data * {
    color: #000000;
  }

  #lp .guideline-title,
  #lp .guideline-text {
    padding: 0 10px 6px 16px;
    width: 100%;
  }

  #lp .guideline-title {
    padding-left: 10px;
    font-weight: 700;
  }

  #lp .guideline-title:not(:first-child){
    padding-top: 10px;
    border-top: solid 1px #cccccc;
  }
  
  #lp .guideline-text:last-child{
    border-bottom: solid 1px #cccccc;
  } 
 
  #lp .guideline-contact-box{
    padding: 20px 0;
    width: 90%;
    margin: 0 auto 20px;
    background-color: #fbf6e9;
    border-radius: 16px;
  }
  
  #lp .guideline-contact-text{
    position: relative;
    text-align: center;
    margin-left: 10px;
    padding-left: 30px;
    font-size: 28px;
    font-weight: 500;
    line-height: 30px;
  }
    
  #lp .guideline-contact-text:before{
     content: "";
     position: absolute;
     background-image: url(../../images_smart/lp/contact_ico.png);
     background-size: contain;
     width: 30px;
     height: 30px;
     display: inline-block;
     left: 18px;
     top: 5px;
     background-repeat: no-repeat;
  }
    
  #lp .gudeline-contact-title{
    padding-left: 22px;
  }
  

  

 
/*--------------------------------------------------------
  
ABOUTUS
  
---------------------------------------------------------*/  

 #lp .lp-aboutus{
    width: 90%;
    margin: 50px auto 100px;
    background-color: white;
    border-radius: 20px;
    box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, .2);
  }
  
  
 #lp .aboutus-table-inner{
    padding-top: 30px;
   
}

  #lp .aboutus-data {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 5px 40px 10px;
  }

  #lp .aboutus-data * {
    color: #000000;
  }

  #lp .aboutus-title,
  #lp .aboutus-text {
    padding: 0 10px;
    width: 100%;
  }

  #lp .aboutus-title {
    font-weight: 700;
  }

  #lp .aboutus-title:not(:first-child){
    padding-top: 10px;
  }
  
  #lp .aboutus-text{
    margin-left: 10px; 
  }
  
/*--------------------------------------------------------
  
  footer
  
---------------------------------------------------------*/  

  #lp .lp-footer{
    position: relative;
  }
  
#lp #pageTop {
    width: 36px;
    height: 36px;
    right: 20px;
    bottom: 70px;
    position:fixed;
    z-index: 9998;
}
  
#lp .pageTopAnchor{
    background-image: url(../../images_smart/lp/pagetop_sp.png);
    width: 100%;
    height: 0; 
    padding-bottom: calc((40 / 40) * 100%);
    background-size: 100% auto;
  }
  
#lp .lp-footer-menu {
  padding: 14px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #f8f8f8; 
}

#lp .lp-footer-menu-item:first-child {
  margin-right: 20px;
} 

#lp .lp-footer-menu-item a::before,
#lp .lp-footer-menu-text {
  color: #999999;
  font-size: 12px;
}

#lp .lp-footer-menu-text{
}
  
#lp .lp-footer-menu-item a {
  position: relative;
}
  
#lp .text-link-blank::after{
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../../images_smart/lp/icon_external_link@2x.png) no-repeat left top / contain;
  line-height: 1;
  vertical-align: middle;
}

#lp .lp-copyright{
  padding: 5px 0;
  text-align: center;
  background-color: #000000;
}
  
#lp .lp-copyright small {
  color: #ffffff;
  font-style: normal;
  font-family: Verdana,"Droid Sans",Futura,"Century Gothic",游ゴシック体,YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",游ゴシック,"Yu Gothic",メイリオ,Meiryo,sans-serif;
  font-size: 11px;
}
  
  
  
	
}


/*------------------------------------------------------------
ENTRY
------------------------------------------------------------*/
#lp .lp-webregist {
  /*margin-top: 50px;*/
  padding: 50px 0;
  background-color: #fbf6e9;
}

#lp .lp-webregist-inner,
#lp .lp-webregist-table-inner {
  max-width: 980px;
  
}

#lp .lp-webregist-inner {
  width: calc(100% - 24px);
  margin: 0 auto;
}

#lp .lp-webregist-table * {
  font-size: 16px;
}

#lp .lp-webregist-heading {
  margin-bottom: 40px;
  text-align: center;
}

#lp .lp-webregist-heading [class*="letter"] {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

#lp .lp-webregist-heading .letterTop {
  margin-bottom: 10px;
  font-size: 25px;
  color: #64b07d; 
}

#lp .lp-webregist-heading .letterBottom {
  font-size: 15px;
}

#lp .lp-webregist-text {
  margin-bottom: 20px;
}

#lp .lp-webregist-table,
#lp .lp-webregist-table-inner,
#lp .lp-webregist-table-title,
#lp .lp-webregist-table-box {
  width: 100%;
}

#lp .lp-webregist-table-inner,
#lp .lp-webregist-table-title,
#lp .lp-webregist-table-box {
  display: block;
}

#lp .lp-webregist-table-inner {
  margin-bottom: 18px;
  padding: 18px 12px;
  background-color: white;
}

#lp .lp-webregist-table-inner:last-child {
  margin-bottom: 0;
}

#lp .lp-webregist-table-title {
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
}

#lp .lp-webregist-table-box {
  align-self: center;
}

#lp .lp-webregist-table .notes {
  margin-top: 10px;
}

#lp .lp-webregist-table .notes,
#lp .lp-webregist-table .notes::before {
  font-size: 12px;
}

#lp .lp-webregist-table .required-text {
  margin-left: 1em;
  padding: 5px;
  background-color: #ca123a;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
}

#lp #form-birthday label {
  display: inline-block;
  margin-top: .5em;
  vertical-align: middle;
}

#lp #form-birthday select {
  margin-bottom: 20px;
}

#lp #form-birthday #dobDay {
  margin-bottom: 0;
}

#lp .name-input-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#lp .name-input-list:not(:first-child),
#lp .name-input-list-title,
#lp .name-input-list-text {
  margin-top: 10px;
}

#lp .name-input-list-title:first-child,
#lp .name-input-list-title:first-child + .name-input-list-text {
  margin-top: 0;
}

#lp .name-input-list-title {
  width: 5em;
  padding-right: 10px;
  text-align: right;
  white-space: nowrap;
}

#lp .name-input-list-title label {
  cursor: default;
}

#lp .name-input-list-text {
  width: calc(100% - 6.5em);
}

#lp .name-input-list-textsp {
  padding: 0 0 0 20px;
}

#lp .name-input-list-text input {
  width: 100%;
}

#lp .form-address-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#lp .form-address-list-title,
#lp .form-address-list-box {
  width: 100%;
}

#lp .form-address-list-title {
  margin-bottom: 5px;
}

#lp .form-address-list-title:not(:first-child) {
  margin-top: 20px;
}

#lp .form-address-list-title label {
  cursor: default;
}

#lp .lp-webregist-table #zipCode {
  width: 7em;
}

#lp .lp-webregist-table .indicatorZip {
  display: inline-block;
  position: relative;
  margin: 6px 0 0 4px;
  padding: 4px;
  background-color: #f6ab00;
  color: #ffffff;
  font-style: normal;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  z-index: 1;
}

#lp .form-policy {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0;
}

#lp .form-policy-checkbox,
#lp .form-policy-link {
  width: 100%;
  text-align: center;
}

#lp .form-policy-checkbox {
  margin-bottom: 15px;
}

#lp .form-policy-checkbox label {
  margin-left: 5px;
  vertical-align: middle;
}

#lp .form-policy-link a {
  color: #333333;
  text-decoration: underline;
  vertical-align: middle;
}

#lp .lp-webregist-btn-box,
#lp .lp-webregist-btn {
  display: flex;
}

#lp .lp-webregist-btn-box {
  width: 70%;
  max-width: 520px;
  margin: 0 auto;
}

#lp .lp-webregist-btn {
  align-items: center;
  justify-content: center;
  flex: 2 1 240px;
  position: relative;
  margin: 0 auto;
  padding: 12px 24px 12px 12px;
  border: none;
  outline: none;
  background-color: #e50012;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
  transition: opacity .3s;
  cursor: pointer;
  opacity: 1;
}

#lp .lp-webregist-btn:hover {
  text-decoration: none;
}

#lp .lp-webregist-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: calc(28px / 4);
  height: calc(28px / 4);
  margin: auto 0;
  background: url("../../images_smart/lp/icon_webregist_arrow@2x.png") no-repeat left top / contain;
  transition: right .3s;
}

@media print, screen and (min-width: 768px) {/* ---------- Tablet・PC ---------- */
  #lp .lp-webregist {
    padding: 100px 0;
    background-color: #fbf6e9;
  }
  
  #lp .lp-webregist-heading {
    margin-bottom: 80px;
  }
  
  #lp .lp-webregist-heading [class*="letter"] {
    font-size: 40px;
  }
  
  #lp .lp-webregist-heading .letterTop {
    margin-bottom: 20px;
    font-size: 50px;
    color: #64b07d; 
  }
  
  #lp .lp-webregist-heading .letterBottom {
    font-size: 30px;
    
  }
  
  #lp .lp-webregist-text {
    margin: 30px 0 40px;
  }
  
  #lp .lp-webregist-table {
    display: table;
  }
  
  #lp .lp-webregist-table-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
    padding: 30px;
    border-width: 2px;
  }
  
  #lp .lp-webregist-table-title {
    display: flex;
    align-items: center;
    width: 180px;
    margin-bottom: 0;
    font-size: 20px;
  }
  
  #lp .lp-webregist-table-box {
    width: calc(100% - 200px);
  }
  
  #lp .lp-webregist-table .notes,
  #lp .lp-webregist-table .notes::before {
    font-size: 13px;
  }
  
  #lp #form-birthday select {
    margin-bottom: 0;
  }
  
  #lp #form-birthday label {
    margin-right: 10px;
  }
  
  #lp .lp-webregist-table .required-text {
    font-size: 15px;
  }
  
  #lp .name-input-list:not(:first-child),
  #lp .name-input-list-title,
  #lp .name-input-list-text {
    margin-top: 20px;
  }
  
  #lp .name-input-list {
    display: block;
  }
  
  #lp .name-input-list-title,
  #lp .name-input-list-text {
    display: table-cell;
    vertical-align: middle;
  }
  
  #lp .name-input-list-text {
    padding-right: 1em;
  }
  
  #lp .form-address-list-box {
    margin-top: 20px;
  }
  
  #lp .form-address-list-title:first-child + .form-address-list-box {
    margin-top: 0;
  }
  
  #lp .form-address-list-title {
    width: 6em;
    margin-bottom: 0;
  }

  #lp .form-address-list-box {
    width: calc(100% - 6em);
  }
  
  #lp .lp-webregist-table .indicatorZip {
    margin: 5px 0 0 20px;
    padding: 5px 15px;
    font-size: 13px;
    transition: opacity .3s;
  }
  
  #lp .lp-webregist-table .indicatorZip:hover {
    opacity: .5;
  }
  
  #lp .form-policy {
    flex-wrap: nowrap;
    justify-content: center;
    padding: 80px 0;
  }
  
  #lp .form-policy-checkbox,
  #lp .form-policy-link {
    width: auto;
    margin-bottom: 0;
  }
  
  #lp .form-policy-checkbox {
    padding: 0 30px 0 10px;
  }
  
  #lp .form-policy-link {
    padding: 0 10px 0 30px;
  }
  
  #lp .form-policy-link a:hover {
    text-decoration: none;
  }
  
  #lp .lp-webregist-btn {
    flex: 0 1 480px;
    padding: 18px 36px 18px 12px;
    font-size: 30px;
  }
  
  #lp .lp-webregist-btn:hover {
    opacity: .5;
  }
  
  #lp .lp-webregist-btn::after {
    right: 30px;
    width: calc(28px / 2);
    height: calc(28px / 2);
  }
  
  #lp .lp-webregist-btn:hover::after {
    right: 25px;
  }
}

@media all and (-ms-high-contrast:none) {/* ---------- only IE ---------- */
  #lp .lp-webregist-btn {
    max-width: 480px;
    padding-top: 22px;
    padding-bottom: 14px;
  }
}

/*------------------------------------------------------------
webregist confirm
------------------------------------------------------------*/

#lp .lp-webregist-confirm {
    padding: 70px 0;
    background-color: #ffffff;
  }

#lp .lp-webregist-table-confirm-inner {
  margin-bottom: 18px;
  padding: 18px 12px;
  border: solid 1px #64b07d;
}

#lp .lp-webregist-table-confirm{
  margin-top: 50px;
}


#lp .lp-confirm-main-img img {
  width: 100%;
}

#lp #registConfirmForm .spLists {
  padding-left: 20px;
}

#lp #registConfirmForm .name-input-list {
  flex-wrap: nowrap;
}

#lp #registConfirmForm #form-name .lp-webregist-table-title .SPdisp {
    margin-left: 1em;
  }

#lp #registConfirmForm .name-input-list-text {
  width: auto;
  margin: 0 1em 0 0;
}

#lp #registConfirmForm .name-input-list-text .spLists {
  padding: 0;
}

#lp #registConfirmForm .form-address-list {
  align-items: flex-start;
}

#lp #registConfirmForm .form-address-list-title {
  width: 6.5em;
  margin-bottom: 0;
}

#lp #registConfirmForm .form-address-list-box {
  width: calc(100% - 7.5em);
}

#lp #registConfirmForm .form-address-list-title:not(:first-child) + .form-address-list-box {
  margin-top: 20px;
}

#lp #registConfirmForm .lp-webregist-btn-box {
  width: 100%;
  margin-top: 40px;
}

#lp #registConfirmForm .registApplyBack {
  flex: 1 0 70px;
  margin-right: 30px;
  padding: 12px 12px 12px 24px;
  background-color: #a0a0a0;
}

#lp #registConfirmForm .registApplyBack::after {
  right: auto;
  left: 10px;
  transform: scale(-1, 1);
  transition: left .3s;
}

@media print, screen and (min-width: 768px) {/* ---------- Tablet・PC ---------- */
  #lp #registConfirmForm #form-name .lp-webregist-table-title {
    position: relative;
  }
  
  #lp #registConfirmForm #form-name .lp-webregist-table-title::before {
    content: "カナ";
    position: absolute;
    bottom: -2.25em;
    left: 3.75em;
    z-index: 1;
  }
  
  #lp #registConfirmForm .lp-webregist-btn-box {
    margin-top: 80px;
  }
  
  #lp #registConfirmForm .lp-webregist-btn {
    flex-basis: 370px;
  }
  
  #lp #registConfirmForm .registApplyBack {
    flex: 0 1 120px;
    padding-right: 12px;
    padding-left: 36px;
  }
  
  #lp #registConfirmForm .registApplyBack::after {
    left: 15px;
  }
  
  #lp #registConfirmForm .registApplyBack:hover::after {
    left: 10px;
  }
}

@media all and (-ms-high-contrast:none) {/* ---------- only IE ---------- */
  #lp #registConfirmForm .lp-webregist-btn {
    max-width: 370px;
  }
  
  #lp #registConfirmForm .registApplyBack {
    max-width: 120px;
    padding-top: 22px;
    padding-bottom: 14px;
  }
}

/*------------------------------------------------------------
webregist thanks
------------------------------------------------------------*/
#lp .lp-webregist-thanks {
    padding: 70px 0;
    background-color: #ffffff;
  }

#lp .lp-webregist-thanks {
  padding-bottom: 100px;
}

#lp .regist-content {
  padding-bottom: 50px;
}

#lp .regist-thanks-text {
  line-height: 2.2;
  text-align: center;
}

#lp .lp-webregist-thanks .closebtn {
  padding-right: 12px;
}

#lp .lp-webregist-thanks .closebtn::after {
  display: none;
}

@media print, screen and (min-width: 768px) {/* ---------- Tablet・PC ---------- */
  #lp .lp-webregist-thanks {
    padding-bottom: 200px;
  }
  
  #lp .regist-content {
    padding-bottom: 100px;
  }
  
  #lp .regist-thanks-text {
    font-size: 18px;
  }
}


@media print, screen and (min-width: 768px) {/* ---------- タブレット・PC以上 ---------- */
  #lp {
    font-size: 15px;
  }
  
   #lp .lp-wrapper{
    background-image: url(../../images_smart/lp/side_deco_lef_pc.png),url(../../images_smart/lp/side_deco_rig_pc.png);
    background-position: left top,right top 160px;
    background-repeat: no-repeat;
    background-size: 18%,18%;
    padding-bottom: 30px,30px;
  }
  
  #lp .charm-item-list {
    width: 980px;
    margin: 0 auto;
    padding-top: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  
  #lp .charm-item{
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 30px;
    background-repeat: no-repeat;  
  }
  
  #lp .charm-item:first-child{
    margin: 0 auto;
    width: 980px;
  }
  
  #lp .charm-title{
    width: 160px;
    margin: 0 auto;
  }
  
   #lp .charm-text-box{
    margin: -20px auto 0;
    padding: 26px 0;
    text-align: center;
  
    }
  
  #lp .charm-item:nth-child(1){
    background-image: url(../../images_smart/lp/pr_text_bg01_sp.png); 
    background-size: 60px;
    background-position: center bottom 10px;
  } 
  #lp .charm-item:nth-child(2){
    background-image: url(../../images_smart/lp/pr_text_bg02_sp.png);
    background-size: 60px;
    background-position: center bottom 40px;
  } 
  #lp .charm-item:nth-child(3){
    background-image: url(../../images_smart/lp/pr_text_bg03_sp.png);
    background-size: 100px;
    background-position: center bottom 60px;
  } 
  
  #lp .charm-text{
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
  }
  
  
  /*--------------------------------------------------------
  
  福利厚生
  
  ---------------------------------------------------------*/

  
  #lp .welfare-wrapper{
    width: 970px;
    margin: 70px auto;
  }
  
  #lp .lp-h2{
    text-align:center; 
    margin-bottom: 70px;
  }

  #lp .h2-wrapper{
    display: flex;
    flex-direction: column;
  }
  
  #lp .h2-en{
  margin-bottom: 4px;
  font-size: 30px;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #CEE885;
  line-height: 20px;
  }
  
  #lp .h2-ja{
    margin: 0 24px; 
    font-size: 40px;
    font-family: "tbcinergothic-std", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #64b07d;
    line-height: 48px;
  }
    
  #lp .h2-ja-deco{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  
  #lp .h2-ja-icon{
    width: 32px;
  }
  
  #lp .welfare-list-box {
    margin: 0 auto ;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
  }
  
  #lp .welfare-list-box::after {
    content:"";
    display: block;
    width:calc(((100% - 56px) / 3) - .01px); 
  }
  
  #lp .welfare-item {
    padding-bottom: 42px;
    margin-bottom: 26px;
    width: calc(((100% - 56px) / 3) - .01px);
    text-align: center;
    border: solid 2px #E2E2E2;
    border-radius: 17px;
    background-color: white;
    height: auto;
  }
  
  #lp .welfare-item:last-child {
    padding-bottom: 42px;
    margin-bottom: 26px;
    width: calc((100% - (100% - 56px) / 3 - 28px) - .01px);
    text-align: center;
    border: solid 2px #E2E2E2;
    border-radius: 17px;
    background-color: white;
    height: auto;
  }
  
  #lp .illust{
    width: 180px;
    margin: 20px auto 16px;
  }
  
  #lp .letter{
    font-size: 24px;
    font-family: "tbcinergothic-std", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #64b07d;
    line-height: 32px;
  }
  
  #lp .letter-small{
    font-size: 20px;
    font-family: "tbcinergothic-std", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #64b07d;
  }
  
   #lp .welfare-item :nth-of-type(even) {
    
    }
  
   #lp .welfare-item :nth-of-type(3n+3) {
    }
  
   #lp .welfare-item :nth-of-type(n+2) {
      margin-top: 24px;
    }
  
   #lp .welfare-item :nth-of-type(n+4) {
    }
  
   
   #lp .welfare-text-last-inner{
    margin-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    background-image: url(../../images_smart/lp/line_deco_pc.png);
    background-repeat: no-repeat;
    background-size: 760px;
    background-position: center bottom 10px;
   }

   
   #lp .welfare-text{
    margin-top: 30px;
    display: inline-block;
    font-family: "スーラProDB";
    font-weight: 600;
   }
    
   #lp .welfare-text-normal{
    font-size: 42px;
   }
  
  #lp .welfare-text-em{
    font-size: 68px;
   }
  
  
  
  /*--------------------------------------------------------
  
  お仕事内容
  
  ---------------------------------------------------------*/
  
  #lp .lp-work{
    background-color: #fbf6e9;
    padding: 30px 0 100px;
  }
 
  #lp .work-wrapper{
    margin-top: 50px;
  }
  
  #lp .work-messege-inner{
    width: 970px;
    margin: 0 auto;
    margin-bottom: 100px;
    text-align: center;
    font-size: 28px;
    color: #635a54;
  }
  
  #lp .work-message-text{
    font-weight: 600;
    line-height: 30px;
  }
  
  #lp .work-message-orange{
    font-size: 36px;
    color: #fc6138;
  }
  
  #lp .work-message-dot{
    font-size: 36px;
    padding-top: 0.2em;
    background-position: top left -1px;
    background-repeat: repeat-x;
    background-size: 1.0em 0.3em;
    background-image: radial-gradient(0.12em .12em at center center,rgba(255,165,0,1),rgba(255,165,0,1) 99%,rgba(255,165,0,0));
    display: inline-block;
  }
  
  #lp .work-message-mt{
    display: block;
    margin-top: 10px;
  }
  
  #lp .work-message-em{
    font-size: 36px;
  }
  
   #lp .work-onday01-box{
    width: 970px;
    margin: 0 auto 100px;
    background-color: #ffffff;
    border-radius: 18px;
  }
  
   #lp .work-onday02-box{
    width: 970px;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 18px;
  }
  
  #lp .oneday01-title-box{
    display: flex;
    justify-content: center;
    align-items:center; 
  } 
  
  #lp .oneday01-title-text{
    margin-top: -35px;
    padding: 16px 40px;
    background-color: #fc6138;
    border-radius: 20px;
    font-size: 40px;
    line-height: 30px;
    color: white;
  } 
  
    #lp .oneday01-title-box:before{
    content: "";
    background-image: url(../../images_smart/lp/sun_ico_pc.png);
    display: inline-block;
    background-size: contain;
    width: 66px;
    height: 66px;
    background-repeat: no-repeat;
    background-position: left bottom;
    margin: -36px 6px 0 0; 
  } 
  
  
   #lp .work-onday01-box{
    margin-bottom: 100px;
    background-color: #ffffff;
    border-radius: 18px;
  }
  
  #lp .work-onday02-box{
    background-color: #ffffff;
    border-radius: 18px;
  }
  
  #lp .oneday02-title-box{
    display: flex;
    justify-content: center;
    align-items:center; 
  } 
  
  #lp .oneday02-title-text{
    margin-top: -24px;
    padding: 16px 40px;
    background-color: #64b07d;
    border-radius: 20px;
    font-size: 40px;
    line-height: 30px;
    color: white;
  } 
  
  #lp .oneday02-title-box:before{
    content: "";
    background-image: url(../../images_smart/lp/moon_ico_pc.png);
    display: inline-block;
    background-size: contain;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: left bottom;
    margin: -24px 6px 0 0; 
  } 
   
  #lp .oneday01-text-box{
    padding: 50px 0 20px;
    text-align: center;
    font-size: 22px;
    color: #635a54;
  }
  
  #lp .font-seurat{
    font-family: fot-seurat-pron, sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  
  #lp .oneday01-text-box{
    background-image: url(../../images_smart/lp/oneday_text_bg01_pc.png);
    background-size: 100px;
    background-position: center top 50px;
    background-repeat: no-repeat;
  }
  
    #lp .oneday02-text-box{
    padding: 50px 0 20px;
    text-align: center;
    font-size: 22px;
    color: #635a54;
  }
  
  #lp .oneday02-text-box{
    background-image: url(../../images_smart/lp/oneday_text_bg02_pc.png);
    background-size: 100px;
    background-position: center top 60px;
    background-repeat: no-repeat;
  }
  
  
  #lp .work-onday01-list{
    padding-top: 30px;
    margin: 0 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
   #lp .work-onday01-list-item{
    width: calc((100% - 54px)/2 -.0px);
    margin-bottom: 70px;
    position: relative;
  }
  
  #lp .work-onday02-list-item{
    width: calc((100% - 54px)/2 -.0px);
    margin-bottom: 70px;
    position: relative;
  }
  
  #lp .work-onday01-list-item:nth-child(1){
      order: 1;
   }
    
  #lp .work-onday01-list-item:nth-child(2){
      order: 2;
   }
  
   #lp .work-onday01-list-item:nth-child(3){
      order: 4;
   }
    
   #lp .work-onday01-list-item:nth-child(4){
      order: 3;
   }
  
   #lp .work-onday01-list-item:nth-child(5){
      order: 5;
   }
    
  #lp .work-onday01-list-item:nth-child(6){
      order: 6;
   }

  
   #lp .work-onday01-list-item::before{
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    border: 0px;
    border-top: solid 2px #fc6138;
    border-right: solid 2px #fc6138;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 104%;
    left: 200px;
    margin-top: -4px;
  }
  
  #lp .work-onday01-list-item::after{
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    border: 0px;
    border-top: solid 2px #fc6138;
    border-right: solid 2px #fc6138;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 110%;
    left: 200px;
    margin-top: -4px;
  }
  
  
   #lp .work-onday01-list-item:nth-child(1)::before{
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    border: 0px;
    border-top: solid 2px #fc6138;
    border-right: solid 2px #fc6138;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    left: 422px;
    margin-top: -4px;
  }
  
   #lp .work-onday01-list-item:nth-child(1)::after{
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    border: 0px;
    border-top: solid 2px #fc6138;
    border-right: solid 2px #fc6138;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    left: 408px;
    margin-top: -4px;
  }
  
  #lp .work-onday01-list-item:nth-child(3)::before{
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    border: 0px;
    border-top: solid 2px #fc6138;
    border-right: solid 2px #fc6138;
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    position: absolute;
    top: 50%;
    left: -40px;
    margin-top: -4px;
  }
  
   #lp .work-onday01-list-item:nth-child(3)::after{
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    border: 0px;
    border-top: solid 2px #fc6138;
    border-right: solid 2px #fc6138;
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 50%;
    left: -26px;
    margin-top: -4px;
  }
  
  #lp .work-onday01-list-item:nth-child(5)::before{
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    border: 0px;
    border-top: solid 2px #fc6138;
    border-right: solid 2px #fc6138;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    left: 422px;
    margin-top: -4px;
  }
  
   #lp .work-onday01-list-item:nth-child(5)::after{
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    border: 0px;
    border-top: solid 2px #fc6138;
    border-right: solid 2px #fc6138;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    left: 408px;
    margin-top: -4px;
  }
  
#lp .work-onday01-list-item:last-child::after{
     display: none;
  }
  
#lp .work-onday01-list-item:last-child::before{
    display: none;
  }
  
  #lp .work-onday02-list-item::before{
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    border: 0px;
    border-top: solid 2px #64b07d;
    border-right: solid 2px #64b07d;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    left: 422px;
    margin-top: -4px;
  }
  
  #lp .work-onday02-list-item::after{
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    border: 0px;
    border-top: solid 2px #64b07d;
    border-right: solid 2px #64b07d;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    left: 408px;
    margin-top: -4px;
  }
  
     #lp .work-onday02-list-item:last-child::after{
     display: none;
  }
  
     #lp .work-onday02-list-item:last-child::before{
    display: none;
  }
  
  
  
   /*--------------------------------------------------------
  
  STEP
  
  ---------------------------------------------------------*/
  
  #lp .lp-step{
    padding: 40px 0 0;
    background-image: url(../../images_smart/lp/steps_bg_pc.png);
    background-size: 100%;
    background-repeat: repeat-y;
  }
  
  #lp .step-wrapper{
    margin-top: 40px;
  }
  
  #lp .step-list-box{
    width: 970px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
  
  #lp .step-list-item{
    margin-bottom: 70px;
    position:relative; 
  }
  
   #lp .step-list-item::after{
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    border: 0px;
    border-top: solid 5px #989898;
    border-right: solid 5px #989898;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    bottom: -36px;
    left: 50%;
  }
  
  #lp .step-list-item:last-child:after{
    display: none;
  }
  
  #lp .step-title-text-box{
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    color: white;
    text-align: center;
  }
  
 #lp .step-title-text-box{
    background-image: url(../../images_smart/lp/step_ico.png);
    background-size: contain;
    width: 120px;
    height: 120px;
    margin:  0 0 -130px -20px;
    padding-top: 16px;
    background-repeat: no-repeat;
    z-index: 1;
    position: relative;
  }
  
  #lp .step-title-en{
    font-size: 24px;
    line-height: 28px;
  }
  
  #lp .step-title-num{
    font-size: 40px;
    line-height: 40px;
  }
  
  #lp .step-list-dl{
    padding: 30px 20px 30px 130px;
    background-color: white;
    border-radius: 16px;
  }
  
  #lp .step-list-dt{
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
  }
  
  #lp .step-list-last{
    width: 500px;
    margin:  0 auto;
    text-align: center;
    background-color: #e50012;
    padding: 16px 0;
  }
   
  #lp .step-list-last-text{
    font-size: 30px; 
    color: white;
  }
  
  
/*--------------------------------------------------------
  
  guideline
  
---------------------------------------------------------*/
  
  #lp .lp-guideline{
    width: 970px;
    margin: 70px auto;
    border-radius: 24px;
    border: solid 2px #c6e566; 
  }
  
  
  #lp .guideline-table-inner{
    width: 800px;
    margin: 0 auto;
    padding-top: 50px;
  }
 
  #lp .guideline-data {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 5px 20px 5px;
  }

  #lp .guideline-data * {
    color: #000000;
  }

  #lp .guideline-title,
  #lp .guideline-text {
    padding: 10px 10px 6px;
    width: 100%;
  }

  #lp .guideline-title {
    width: 180px;
    font-weight: 700;
  }
  
  #lp .guideline-text{
    position: relative;
    width: calc(100% - 250px); 
  }
  
  #lp .guideline-text::after{
    position: absolute;
    content: "";
    width: 800px;
    border-bottom: solid 1px #cccccc;
    top: 102%;
    left: -32%;
  }
 
  #lp .guideline-contact-box{
    display: flex;
    padding: 20px 0;
    width: 800px;
    margin: 20px auto 50px;
    background-color: #fbf6e9;
    border-radius: 16px;
  }
  
  #lp .guideline-contact-text{
    position: relative;
    text-align: center;
    padding: 20px 0 10px 70px;
    font-size: 50px;
    font-weight: 600;
    line-height: 30px;
  }
  
  
    #lp .guideline-contact-text:before{
     content: "";
     position: absolute;
     background-image: url(../../images_smart/lp/contact_ico.png);
     background-size: contain;
     width: 50px;
     height: 50px;
     display: inline-block;
     left: 0px;
     top: 18px;
     background-repeat: no-repeat;
  }
  

  
  #lp .gudeline-contact-title{
    width: 300px;
    padding: 16px 0 10px 50px;
    font-size: 24px;
  }
  

  
 

  
 
/*--------------------------------------------------------
  
ABOUTUS
  
---------------------------------------------------------*/  

 #lp .lp-aboutus{
    width: 970px;
    margin: 70px auto 100px;
  }
  
  
 #lp .aboutus-table-inner{
  padding-top: 50px;
  background-color: white;
  border-radius: 20px;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .2);
}

  #lp .aboutus-data {
    width: 800px;
    margin: 0 auto 70px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px 5px 50px 5px;
  }

  #lp .aboutus-data * {
    color: #000000;
  }

  #lp .aboutus-title,
  #lp .aboutus-text {
    padding: 5px 10px 8px;
    width: 100%;
  }

  #lp .aboutus-title {
    width: 160px;
    font-weight: 700;
  }
  
  #lp .aboutus-text{
    width: calc(100% - 250px);
  }

  #lp .aboutus-title:not(:first-child){
    
  }
  
  #lp .aboutus-text{
    margin-left: 10px; 
  }
  
  #lp .aboutus-text-pc{
   margin-bottom: 4px; 
  }
  
  /*--------------------------------------------------------
  
  footer
  
---------------------------------------------------------*/  
  #lp .lp-footer{
    position: relative;
  }
  
#lp #pageTop {
    width: 70px;
    height: 70px;
    right: 20px;
    bottom: 70px;
    position:fixed;
    z-index: 9998;
}
  
#lp .pageTopAnchor{
    background-image: url(../../images_smart/lp/pagetop_pc.png);
    width: 100%;
    height: 0; 
    padding-bottom: calc((40 / 40) * 100%);
    background-size: 100% auto;
  }
  
#lp .lp-footer-inner {
  background-color: #f8f8f8; 
}
  
#lp .lp-footer-menu {
  width: 970px;
  margin: 0 auto;
  padding: 14px 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;

}
  
#lp .lp-footer-menu-item:first-child {
  margin-right: 40px;
} 

#lp .lp-footer-menu-item a::before,
#lp .lp-footer-menu-text {
  color: #999999;
  font-size: 14px;
}

#lp .lp-footer-menu-text{
}
  
#lp .lp-footer-menu-item a {
  position: relative;
}
  
#lp .text-link-blank::after{
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../../images_smart/lp/icon_external_link@2x.png) no-repeat left top / contain;
  line-height: 1;
  vertical-align: baseline;
}

#lp .lp-copyright{
  padding: 5px 0;
  text-align: center;
  background-color: #000000;
}
  
#lp .lp-copyright small {
  color: #ffffff;
  font-style: normal;
  font-family: Verdana,"Droid Sans",Futura,"Century Gothic",游ゴシック体,YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",游ゴシック,"Yu Gothic",メイリオ,Meiryo,sans-serif;
  font-size: 11px;
}
  
  
  
  
  
  
}
