﻿@charset "utf-8";
/* 共通パーツ */



.pc-hide{
  display: none;
}
.sp-hide{
  display: block;
}
.contents-wrapper{
  min-width: 1204px;
}
section,
footer{
  min-width: 1216px;
}
.contents-inner{
  width: 1204px;
  min-width: 1204px;
  margin: 0 auto;
}
.form-heading{
  background-color: #ff861a;
  min-width: 1216px;
  height: 120px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
}
.form-title{
  font-family: 'Noto Sans JP';
  font-weight: 500;
  /* font-weight: bold; */
  text-align: center;
  font-size: 32px;
  letter-spacing: 3px;
}
.form-title-sub{
  font-size: 20px;
}

.form-btn{
  height: 60px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}
.form-btn p,
.form-btn a,
.form-btn input[type="submit"]{
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  height: 60px;
  background-color: #ee6557;
  border-radius: 30px;
  padding: 0 80px;
  font-size: 20px;
}
.agreeBtn p{
  white-space: nowrap;
  padding: 0 110px;
  background-color: #aaaaaa;
  pointer-events: none;
}
.common-btn a,
.common-btn input[type="submit"]{
  cursor: pointer;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.common-btn a:hover,
.common-btn input[type="submit"]:hover{
  opacity: 0.7;
}
.checkBtn {
  display: none;
}
.alert {
  font-size: 12px;
  text-align: center;
  color: #b7282e;
  margin-top: 30px;
}

/* お問い合わせページ */
.form-sec{
  padding: 35px 0 90px;
}
.form-sec .form-btn,
.form-btn input[type="submit"]{
  margin: auto;
  width: 300px;
}
.form-box{
  margin: 0 0 60px;
}
.form-read{
  margin: 0 0 25px 20px;
}
.form-read p{
  line-height: 1.5;
  font-size: 16px;
  margin: 0 0 30px;
}
.form-box dl{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid #e0e0e0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 0 30px 20px;
}
.form-box dt{
  position: relative;
  width: 220px;
  min-width: 220px;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.type-span{
  position: absolute;
  right: 70px;
  bottom: 3px;
}
.form-box dt span{
  white-space: nowrap;
  color: #fff;
  display: block;
  margin: 0 0 0 15px;
  padding: 2px 9px;
  background-color: #f9af16;
  font-size: 8px;
}
.form-box dd{
  width: 100%;
  padding: 0 20px 0 30px;
}
.form-box dd input[type="text"]{
  width: 100%;
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #bdbdbd;
  border-radius: 2px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  padding: 0 0 0 30px;
  justify-content: flex-start;
  font-size: 18px;
}
.form-box dd input[type="radio"]{
  background-color: #fff;
}
.form-box dd textarea{
  width: 100%;
  height: 250px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #bdbdbd;
  border-radius: 2px;
  font-size: 18px;
  padding: 20px 0 0 30px;
}
.form-box dd label{
  display: block;
}
.form-box dd input[type="radio"]{
  /* display: block; */
}
.privacy-text{
  text-align: center;
  font-size: 16px;
  margin: 0 0 40px;
}
.privacy-text p{
  margin: 0 0 25px;
}
.privacy-text a{
  color: #0000ff;
  text-decoration: underline;
}
.form-box input[type="checkbox"], .form-box input[type="radio"]{
  position: absolute;
  left: -9999px;
}
.label-type1{
  position: relative;
  display: inline-block;
  word-break: break-all;
  margin: 0 0 20px;
}

.label-type1 input[type="checkbox"]+span,
.label-type1 input[type="radio"]+span{
  margin: 8px 0 0 20px;
  padding: 0 0 0 10px;
  font-size: 16px;
  color: #343434;
  display: block;
  border-radius: 50%;
  letter-spacing: -1px;
}
.label-type1 input[type="checkbox"]+span::before,
.label-type1 input[type="radio"]+span::before{
  z-index: 0;
  background-color: transparent;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px #bdbdbd solid;
  background-color: #fff;
  position: absolute;
  top: 54%;
  transform: translateY(-50%);
  left: 0;
  display: inline-block;
  content: '';
  box-sizing: border-box;
}
.label-type1 input[type="checkbox"]:checked+span,
.label-type1 input[type="radio"]:checked+span{
  color: #343434;
}
.label-type1 input[type="checkbox"]:checked+span::after,
.label-type1 input[type="radio"]:checked+span::after{
  z-index: 1;
  margin: 2px 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  left: 0px;
  display: inline-block;
  content: '';
  box-sizing: border-box;
  background-color: #000;
}
.label-type1 input[type="checkbox"]:checked+span.allIcon::after{
  background: url(/common/images/content_images/button/check_all_icon.png) center top 0px / 9px no-repeat;
  left: -3px;
  width: 11px;
  height: 10px;
  top: 44%;
}

/* 料金ページ */
.breadcrumb-list{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 15px 0 70px;
}
.breadcrumb-item a{
  text-decoration: none;
  color: #ff861a;
}
.charge-sec{
  padding: 0 0 100px;
}
.case-box-wrap{
  overflow: hidden;
  clear: both;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.formCharge .mh3-case{
  color: #ff861a;;
  font-size: 24px;
  text-align: center;
  font-family: 'Noto Sans JP';
  font-weight: 500;
  width: auto;
  margin: 15px 0 30px;
}
.formCharge .case-box{
  width: 48%;
  float: none;
  position: relative;
  background-image: url(../images/bg_case_area.png);
  background-position: center right 35px;
}
.case-box::before,
.case-box::after{
  content: '';
  position: absolute;
  top: 20px;
  width: 46px;
  height: 46px;
  -webkit-background-size: auto;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.case-box:nth-of-type(1)::before{
  right: 50px;
  background-image: url(../images/icon_run.png);
}
.case-box:nth-of-type(1)::after{
  right: 105px;
  background-image: url(../images/icon_remote.png);
}
.case-box:nth-of-type(2)::before{
  right: 50px;
  background-image: url(../images/icon_resident.png);
}
.case-box dl{
  width: 50%;
  margin: auto;
  border-top: 1px solid #e0e0e0;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.case-box dl:last-of-type{
  border-bottom: 1px solid #e0e0e0;
}
.case-box dt{
  font-size: 14px;
}
.case-box dd{
  padding: 0 0 0 25px;
  font-size: 18px;
  font-weight: bold;
}

.question-sec{
  padding: 90px 0;
  background-color: #fafafa;
}
.question-title{
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #ff861a;
  margin: 0 0 40px;
}

.accordion-box{
  width: 1020px;
  margin: 0 auto;
}
.accordion-list,
.accordion-item{
  width: 100%;
}
.accordion-item{
  margin: 0 auto 10px;
}
.accordion-title a{
  position: relative;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  background-color: #fff;
  line-height: 1.5;
  padding: 35px 155px 35px 80px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  background-image: url(../../images/icon_Q.png);
  -webkit-background-size: auto;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center left 35px;
}
.accordion-title a::before{
  content: "";
  width: 2px;
  height: 20px;
  background: #ff861a;
  position: absolute;
  right: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: .6s ease;
  -o-transition: .6s ease;
  transition: .6s ease;
}
.accordion-title a::after{
  content: "";
  width: 20px;
  height: 2px;
  background: #ff861a;
  position: absolute;
  right: 31px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: .6s ease;
  -o-transition: .6s ease;
  transition: .6s ease;
}
.accordion-title a.plus-open::before{
  transform: rotate(270deg);
}
.accordion-title a.plus-open::after{
  transform: rotate(360deg);
}
.accordion-contents{
  display: none;
  padding: 35px 75px 30px 75px;

}
.accordion-contents p{
  line-height: 1.5;
  font-size: 16px;
}

.consultation-sec{
  padding: 100px 0 95px;
}
.consultation-title{
  font-size: 33px;
  text-align: center;
  margin: 0 0 55px;
}
.consultationBtn-wrap{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0  40px;
}
.consultationBtn-wrap .form-btn{
  width: 390px;
  height: 80px;
}
.consultationBtn-wrap .form-btn a{
  width: 100%;
  border-radius: 40px;
  height: 80px;
  font-size: 24px;
  padding: 0 60px 0 80px;
}
.consultationBtn-wrap .form-btn:nth-of-type(2){
  margin: 0 0 0 40px;
}

.consultationBtn-wrap .form-btn:nth-of-type(1) a{
  background-color: #ffca3f;
  background-image: url(../images/icon_document.png);
  -webkit-background-size: auto;
  background-size: auto;
  background-position: center left 70px;
  background-repeat: no-repeat;
}
.consultationBtn-wrap .form-btn:nth-of-type(2) a{
  background-image: url(../images/icon_inquiry.png);
  -webkit-background-size: auto;
  background-color: #ee6557!important;
  background-size: auto;
  background-position: center left 70px;
  background-repeat: no-repeat;
}
.l-header .header-contact .form-btn:nth-of-type(2) a{
  background-color: #ee6557!important;
}
.consultation-img{
  text-align: center;
}





/* thanksページ */
.thanks-box{
  margin: 70px 0 80px;
}
.thanks-read{
  margin: 0 0 70px;
}
.thanks-read p{
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}
.thanks-box .form-btn a{
  background-image: url(../images/download_icon.png);
  -webkit-background-size: auto;
  background-size: auto;
  background-position: center left 60px;
  background-repeat: no-repeat;
  padding: 0 60px 0 100px;
}

.returnHome-btn{
  margin: 90px 0 0;
  height: 42px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}
.returnHome-btn a{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #ff861a;;
  border: 2px solid #ff861a;;;
  height: 42px;
  background-color: #fff;
  border-radius: 30px;
  padding: 0 30px 0 40px;
  font-size: 14px;
  background-image: url(../images/returnHome_arrow.png);
  -webkit-background-size: auto;
  background-size: auto;
  background-position: center left 25px;
  background-repeat: no-repeat;
}
.chara-btn-box  .chara-tel,
.consultation-tel{
   margin: 0 0 0 100px;
}
.consultation-sec{
  padding: 60px 0;
  background-color: #fafafa;
}
.consultationBtn-wrap{
  align-items: flex-start;
}
.consultationBtn-wrap{
  margin: 0;
}
.consultationBtn-inner-wrap{
  text-align: center;
}
.consultationBtn-inner-wrap > a{
  text-align: center;
  color: #464646;
  font-size: 23px;
  text-decoration: none;
  border-bottom: 1px solid #464646;
}
.consultationBtn-inner-wrap > a:hover{
  border-bottom: none;
}
.consultationBtn-wrap .form-btn{
  margin: 0 0 8px;
}
@media screen and (max-width: 780px){
  section,
  footer{
    min-width: auto;
  }
  /* 共通パーツ */
  .pc-hide{
    display: block;
  }
  .sp-hide{
    display: none;
  }
  .contents-wrapper{
    min-width: auto;
  }
  .contents-inner{
    width: 89.333%;
    min-width: auto;
    margin: auto;
  }
  .form-heading{
    min-width: auto;
    height: 100px;
  }
  .form-title{
    font-weight: bold;
    text-align: center;
    font-size: 28px;
    letter-spacing: 3px;
  }
  .form-title-sub{
    font-size: 16px;
  }

  .form-btn{
    height: 50px;
  }
  .form-btn a{
    height: 50px;
    padding: 0 15%;
    font-size: 16px;
  }
  .alert {
    font-size: 10px;
    margin-top: 20px;
    text-align: left;
  }
/* お問い合わせページ */
.form-sec{
  padding: 15% 0;
}
.form-read{
  margin: 0 0 5%;
}
.form-read p{
  font-size: 14px;
  margin: 0 0 5%;
}
.form-box{
  margin: 0 0 5%;
}
.form-box dl{
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: baseline;
  padding: 5% 0;
  clear: both;
  text-align: left;
}
.form-box dt{
  padding: 0 0 5px;
  float: left;
  font-size: 16px;
  width: 100%;
  min-width: auto;
}
.form-box dd{
  padding: 0;
}
.form-box dd input[type="text"]{
  height: 40px;
  font-size: 14px;
  padding: 0 0 0 5%;
}
.form-box dt span{
  white-space: nowrap;
}
.type-span{
  position: static;
}
.form-box dd textarea{
  font-size: 14px;
  padding: 5%;
}
.label-type1 input[type="checkbox"]+span, .label-type1 input[type="radio"]+span{
  font-size: 14px;
}
.privacy-text{
  margin: 0 0 10%;
}
.privacy-text p,
.privacy-text span{
  font-size: 14px;
}
.form-sec .form-btn, .form-btn input[type="submit"]{
  width: 270px;
  font-size: 16px;
  height: 60px;
  border: none;
}
select{
  width: 100%;
}
.form-sec .agreeBtn{
  width: 270px;
  height: 60px;
}
.agreeBtn p{
  width: 100%;
  font-size: 16px;
  height: 60px;
  border: none;
}
/* 料金ページ */
.breadcrumb-list{
  margin: 5% 0 10%;
}
.charge-sec{
  padding: 0 0 10%;
}
.case-box-wrap{
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
}
.formCharge .case-box{
  width: 100%;
  height: auto;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 1px 0 30px;
  float: none;
  background-image: url(../../images/sp/sp_bg_case_area01.jpg);
  background-position: center center;
  margin-bottom: 5%;
}
.case-box::before, .case-box::after{
  -webkit-background-size: contain;
  background-size: contain;
  width: 25px;
  height: 25px;
  top: 8px;
}
.case-box:nth-of-type(1)::before,
.case-box:nth-of-type(2)::before{
  right: 8px;
}
.case-box:nth-of-type(1)::after{
  right: 38px;
}
.accordion-box{
  width: auto;
}
.formCharge .mh3-case{
  font-size: 22px;
  margin: 7% 0;
}
.case-box dd{
  font-size: 16px;
}

.question-sec{
  padding: 10% 0;
}
.question-title{
  font-size: 25px;
  margin: 0 0 10%;
}
.accordion-title a{
  font-size: 16px;
  padding: 4% 10% 4% 12%;
  background-position: center left 13px;
  -webkit-background-size: 16px;
  background-size: 16px;
}
.accordion-title a::before{
  right: 18px;
  height: 16px;
}
.accordion-title a::after{
  right: 11px;
  width: 16px;
}
.accordion-contents{
  padding: 5%;
}
.accordion-contents p{
  font-size: 14px;
}
.consultation-sec{
  padding: 10% 0;
}
.consultation-title{
  font-size: 25px;
  margin: 0 0 5%;
}
.consultationBtn-wrap{
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 0 0%;
}
.consultationBtn-wrap .form-btn{
  height: 52px;
  width: 220px;
  margin: auto;
}
.consultationBtn-wrap .form-btn:nth-of-type(1){
  margin: 0 0 5%;
}
.consultationBtn-wrap .form-btn a{
  font-size: 16px;
  height: 52px;
  padding: 0 35px 0 65px;
}
.consultationBtn-wrap .form-btn:nth-of-type(2){
  margin: 0;
}
.consultationBtn-wrap .form-btn:nth-of-type(1) a,
.consultationBtn-wrap .form-btn:nth-of-type(2) a{
  background-position: center left 34px;
  -webkit-background-size: 20px;
  background-size: 20px;
}

.consultation-img{
  width: 80%;
  margin: auto;
}
.chara-btn-box .chara-tel, .consultation-tel {
  text-align: center;
  margin: 5% 0 0;
  width: 80%;
}
.consultation-sec{
  padding: 10% 0;
}
.tel-block img{
  max-width: 100%;
}
.tel-block{
  padding: 7% 5%;
}
.step-list li:nth-of-type(2),
.step-list li:nth-of-type(3),
.step-list li:nth-of-type(4){
  margin-top: 37%;
}
.consultationBtn-inner-wrap{
  width: 100%;
}
.consultation-tel{
  margin: auto;
}
.consultationBtn-wrap .form-btn:nth-of-type(1){
  margin: 0 auto 2%;
}
.consultationBtn-inner-wrap{
  margin: 0 auto 5%;
}
.consultationBtn-inner-wrap > a{
  font-size: 14px;
}
/* thanksページ */
  .thanks-box{
    margin: 15% 0;
  }
  .thanks-read{
    margin: 0 0 15%;
  }
  .thanks-read p{
    font-size: 14px;
    text-align: left;
  }
  .returnHome-btn{
    margin: 15% 0 0;
  }
}
@media screen and (max-width: 630px){

}
@media screen and (max-width: 330px){

}



/* 191204追加修正 */
@media screen and (max-width: 780px){
  .case-box dl{
    width: 75%;
  }
}



/* 200108修正 */
.available{
  text-align: center;
  font-size: 16px;
  margin: 15px 0 0;
}
.download-read{
  text-align: center;

}
.download-read p{
  display: none;
  font-size: 17px;
  color: #ff861a;
  font-weight: bold;
  margin: 0 0 20px;
}
.download-read h2{
  font-size: 25px;
  color: #ff861a;
  font-weight: bold;
  margin: 0 0 20px;
}
.download-read h2 .large{
  font-size: 50px;
}
.download-read h2 .small{
  font-size: 14px;
}
.download-read img{
  margin: 0 0 20px;
}
.formDownload .form-read p{
  text-align: center;
}
@media screen and (max-width: 780px){
  .download-read{
    text-align: left;
  }
  .download-read h2{
    font-size: 19px;
  }
  .download-read p{
    font-size: 16px;
  }
  .download-read h2 .large{
    font-size: 40px;
  }
  .download-read h2 .small{
    font-size: 10px;
  }
  .formDownload .form-title{
    font-size: 26px;
  }
  .available{
    font-size: 14px;
  }
  .download-read img{
    width: 100%;
    max-width: 100%;
  }
}




/* 200214修正 */
.download-read img{
  width: 40%;
}
@media screen and (max-width: 780px){
  .download-read img{
    width: 100%;
  }
  .formDownload .form-sec{
      padding: 2% 0;
  }
}


/* 追加　Tableau
------------------------------------------------------------------ */
/* 全体 */

@media screen and (max-width: 780px){
   .partner-logo {
       position: absolute;
       right: -4px;
       bottom: 100px;
       width: 170px;
   }
}
.main-V-title h1{
 color: #ff861a;
}

.tableau .header-inc .l-header .header-contact .form-btn:nth-of-type(2) a {
    background-color: #000000!important;
    background-image: none;
}
.tableau .header-inc .l-header .header-contact .form-btn:nth-of-type(3) a {
    background: rgb(16,147,223);
    background: linear-gradient(90deg, rgba(16,147,223,1) 0%, rgba(21,199,210,1) 100%);
    transition: all .3s ease;
}

.tableau .header-inc .l-header .header-contact .form-btn:nth-of-type(3):hover::before{
  border-top: 2px solid #199ee3;
  border-right: 2px solid #199ee3;
  
}
.tableau .header-inc .l-header .header-contact .form-btn:nth-of-type(3) a:hover {
  color: rgb(16,147,223);
}
.tableau .header-inc .l-header .header-contact .form-btn:nth-of-type(3) a::before {
 box-shadow: 0 0 0 3px rgb(16,147,223) inset;
}

.tableau .chara-btn-box{
 background-color: #ff861a;
}

.tableau .consultation-btn a{
  color: #fff;
  background: rgb(25,158,227);
  background: linear-gradient(90deg, rgba(25,158,227,1) 0%, rgba(21,199,210,1) 100%);

}

.tableau .consultation-btn a::before {

  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 3px #199ee3 inset;

  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.tableau .consultation-btn:hover::before{
  border-top: 2px solid #199ee3;
  border-right: 2px solid #199ee3;
}
.tableau .consultation-btn a:hover {
  color: #199ee3;
}


/* ----- 2020.tableau ----- */
@media screen and (max-width: 780px){

.chara-btn-box h3,.formCharge .mh3-case  {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}
.chara-btn-wrap a{
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.form-title{
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  
}
  
.tableau .header-inc .l-header .header-contact .form-btn:nth-of-type(2) a {
    background-color: #000000!important;
    background-image: none;
}
.tableau .header-inc .l-header .header-contact .form-btn:nth-of-type(3) a {
    background: rgb(16,147,223);
    background: linear-gradient(90deg, rgba(16,147,223,1) 0%, rgba(21,199,210,1) 100%);
    transition: all .3s ease;
}

.tableau .header-inc .l-header .header-contact .form-btn:nth-of-type(3):hover::before{
  border-top: 2px solid #199ee3;
  border-right: 2px solid #199ee3;
  
}
.tableau .header-inc .l-header .header-contact .form-btn:nth-of-type(3) a:hover {
  color: rgb(16,147,223);
}
.tableau .header-inc .l-header .header-contact .form-btn:nth-of-type(3) a::before {
 box-shadow: 0 0 0 3px rgb(16,147,223) inset;
}
.tableau .chara-btn-box {
    background-color: #ff861a;
}

.tableau .consultation-btn a{
  color: #fff;
  background: rgb(25,158,227);
  background: linear-gradient(90deg, rgba(25,158,227,1) 0%, rgba(21,199,210,1) 100%);

}

.tableau .consultation-btn a::before {

  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 3px #199ee3 inset;

  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.tableau .consultation-btn:hover::before{
  border-top: 2px solid #199ee3;
  border-right: 2px solid #199ee3;
}
.tableau .consultation-btn a:hover {
  color: #199ee3;
}
.tableau .question-sec {
    padding: 90px 0;
    background-color: #fff8e0;
}
.tableau .accordion-box .accordion-contents {
    background-color: #ffecb4;
}
/* ----- 2020.11.30 form ----- */

.document+.footer-inc, .contact+.footer-inc{
 position:absolute;
 bottom:0;
 width: 100%;
}



.form-read{
    width: 1204px;
    min-width: 1204px;
    margin: 0 auto;
}

@media screen and (max-width: 780px){
  .form-read{
      width: 100%;
      min-width: initial;
      margin: 0 auto;
  }
  .contents-inner {
    width: 100%;
    min-width: auto;
    margin: auto;
   }

}


.form-read p{
 padding: 0 20px 0;
}

.formDocument .form-heading{
    background-color: #ff861a !important;
    min-width: 1216px;
}

@media screen and (max-width: 780px){
 .formDocument .form-heading{
  min-width: initial;
  width:100%;
 }

}


.form-sec{
 font-size:18px;
}
p.form-field {
    padding: 20px;
}
@media screen and (max-width: 780px){
  p.form-field {
      padding: 0 20px 20px;
  }

}


p.form-field .field-label{
 margin-bottom: 20px;
 display:block;
}
p.errors{
 font-size:20px;
}

p.form-field.error{
    font-size: 18px;
    padding: 20px 20px 0;
}
.error.no-label{
    font-size: 16px;
    padding: 0 0 0 20px;
}

p.form-field  input[type="text"] {
    width: 100%;
    height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #bdbdbd;
    border-radius: 2px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    padding: 0 0 0 30px;
    justify-content: flex-start;
    font-size: 18px;
}
p.form-field.last_name,p.form-field.first_name{
 /* float: none; */
 display:inline-block;
 margin-right:20px;
}



p.form-field.last_name .field-label+input[type="text"] ,
p.form-field.first_name .field-label+input[type="text"] 

{
 float: left;
 width:100%;
 display:block;
}

p.form-field.first_name .field-label{
 margin-right: 0;
 padding-right:0;

}
p.form-field.email{

 display:block;
}

#pardot-form p.submit  {
    margin:auto;
    text-align:center;
    background:none;
}

#pardot-form input[type="submit"]   {
    margin:30px auto 0;
    outline: none;
    appearance: none;
    border: none;
    font-weight: bold;
    height: 60px;
    border-radius: 30px;
    padding: 0 80px;
    font-size: 20px;
    white-space: nowrap;
    padding: 0 110px;
    background-color: #ff861a;
    pointer-events: fill;
    color:#fff;
}

#pardot-form input[type="submit"]:hover{
   cursor: pointer;
   opacity:0.5;
}

#pardot-form textarea {
 width:100%;
}

.tableau .form-field.pd-radio span span{
 display:block;
 margin-bottom: 10px;
}

.form-field.pd-radio input[type="radio"]{
  
   margin-right: 1em;
}


.returnHome-btn a{
  background-image:none;
  padding: 0 30px ;
}

/*            */
.tableau .form-sec > div.form-read{
 display:none;
}
.tableau .form-box dl{
 display:block;
 border:none;
}
.tableau .form-box dt{
  display:block;
  width: auto !important;
  min-width: initilal !important;
}
.tableau .form-box dd {
    width: 100%;
    padding: 20px 20px 0 0;
    border: none;
}
.form-box dd input[type="checkbox"] + label, .form-box dd input[type="radio"] + label {
    font-size: 18px;
    display: inline-block;
}
.form-box dd input[type="checkbox"], .form-box dd input[type="radio"] {
    position: relative;
    left: 0;
    width: 1.2rem;
    height: 1.2rem;
    vertical-align: text-top;
    margin-top: 0;
}
.tableau form.form .last_name dd input[type="text"], form.form .first_name dd input[type="text"] {
    width: 380px !important;
}

@media screen and (max-width: 780px){
  .form-box dt{
   margin-bottom:10px;
  }
  .tableau .form-field.pd-radio span span {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .tableau .form-field.pd-radio span span label{
   font-size: 16px;
  }
  .tableau form.form .last_name dd input[type="text"], form.form .first_name dd input[type="text"] {
      width: 100% !important;
  }

}

@media screen and (max-width: 780px){
  .form-box {
      margin: 0;
      padding: 0 20px;
  }
  .tableau .form-box .PersonalInformation dt{
   display:block;
   width: 100% !important;
  }
}

.form-btn a{
 background:none;
}
.agreeBtn p{
background:none;
}
.form-btn.agreeBtn  a{
    margin: 30px auto 0;
    outline: none;
    appearance: none;
    border: none;
    font-weight: bold;
    height: 60px;
    border-radius: 30px;
    padding: 0 60px !important;
    font-size: 20px;
    white-space: nowrap;
    padding: 0 110px;
    background-color: #ff861a;
    pointer-events: fill;
    color: #fff;
 }
 
@media screen and (max-width: 780px){

 .form-btn.agreeBtn  a{
  padding: 0 !important;
  width: 100% !important;
 
 }
 
 .returnHome-btn{
  margin: 90px 0 0;
 }

}

.form-contact{
  text-align:center;
  padding: 0 20px;
}

.form-btn.common-btn + p{
 margin-top: -90px;
}

@media screen and (max-width: 780px){
 .form-btn.common-btn + p{
   font-size: 14px;
    margin-top: -60px;
    margin-bottom: 40px;
  }
  .form-btn.common-btn{
   margin-top: 18px;
   margin-bottom: -80px;
  
  }
 .document .form-btn.common-btn + p{
    margin-top: 0;
    margin-bottom: 0;
  }
  .document .form-btn.common-btn{
   margin-top: 0;
   margin-bottom: 0;
  
  }
  .document+.footer-inc, .contact+.footer-inc{
   position:static;
  }

}