/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.top_search,
.mainmenu,
.top_navigation .mainmenu{display: none;}





header .wrapper {
   height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.dnd-section > .row-fluid [class*='span']{
  padding: 0;}


header .top_navigation_raw {
  max-width: 1280px;  
}

header .top_navigation_raw .logo{
  width:200px;}

header .top_navigation_raw .logo img {
  display:none;}

header .top_navigation_raw .logo {
    display: block;
  width:200px;
  height: 48px;
 background: url("https://45586741.fs1.hubspotusercontent-na1.net/hubfs/45586741/lp_custom_images/tf_logo_for_form.png") no-repeat left top;
    background-size: 200px 48px;
}


.tel {
    display: block;
    height: auto;
    width: 220px;
  margin: 0 20px 0 auto; 
}



@media only screen and (max-width: 882px) {
    .tel {
  margin: 0;
      width: 130px;
}
  header .top_navigation_raw .logo {
    width: 130px !important;
  height: 31px !important;
 background: url("https://45586741.fs1.hubspotusercontent-na1.net/hubfs/45586741/lp_custom_images/tf_logo_for_form.png") no-repeat left top !important;
    background-size: 130px 31px !important;;
}
 .header .logo img {
    width: 130px !important;
  display: none; !important;
}
  
  
}

/* メインVの左右 */
@media screen and (min-width:768px) {
  .dnd-section > .row-fluid,
  .dnd-row > .row-fluid {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }
}




@media only screen and (max-width: 991px) {
  header .top_navigation_raw .logo {
    flex: 0 1 auto;}
}



.tel img {
 height: auto;
 width: 100%;
}
.tel source {
   height: auto;
 width: 100%;
}


.flex-row, .row　{
  justify-content: space-between;
  
  }
header .top_navigation_raw{
  align-items: flex-end;}










 /* ボタン移植 */
.u-show_only_pc {
  display: none !important;
}

@media only screen and (min-width: 883px) {
  .u-show_only_pc {
    display: none !important;
  }
}
@media only screen and (min-width: 883px) {
  .u-show_only_sp {
    display: none !important;
  }
}




 /* 移植 */
.c-btn_primary {
  /* ボタンのwidth,min-height,font-sizeは個別設定 */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  color: white;
  background: linear-gradient(90deg, #00A4D7 0%, #00C0ED 100%);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.30);
  border-radius: 99rem;
  cursor: pointer;
  overflow: hidden;
  padding: .8rem 1rem;
}
.c-btn_primary > span {
  position: relative;
  max-width: calc(100% - 1.5em );
}
.c-btn_primary::after {
  position: relative;
}
.c-btn_primary.--color_b {
  background: linear-gradient(90deg, #FFB965 0%, #FF8D4D 100%);
}
.c-btn_primary.--negative {
  background: linear-gradient(90deg, #666 0%, #999 100%);
}

.c-btn_primary::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  margin: auto;
  background: linear-gradient(90deg, #008AB5 0%, #00AAD2 100%);
}
.c-btn_primary.--color_b::before {
  background: linear-gradient(90deg, #FFAF50 0%, #FF7020 100%);
}
.c-btn_primary.--negative::before {
  background: linear-gradient(90deg, #333 0%, #666 100%);
}
.c-btn_primary.--icon_download::after {
  content: "";
  width: 1em;
  height: 1em;
  background: url(https://45586741.fs1.hubspotusercontent-na1.net/hubfs/45586741/icon_download.svg) no-repeat center / contain;
  margin-left: .5em;
}
.c-btn_primary.--no_shadow {
  box-shadow: none;
}
.c-btn_primary.--icon_download {
  min-width:240px;}



.c-btn_primary span:hover,
.c-btn_primary:hover{
color:#fff;
text-decoration: none;}




@media only screen and (min-width: 883px) {
  .c-btn_primary {
    transition: all .2s ease-out;
  }
  .c-btn_primary::before {
    transition: opacity .2s ease-out;
  }
  .c-btn_primary:hover {
    transform: translateY(4px);
    box-shadow: none;
  }
  .c-btn_primary:hover::before {
    opacity: 0;
  }
  .c-btn_primary.--no_shadow:hover {
    transform: none;
  }
}


  /* フォームの改造 */
.widget-type-form {
    width:100%;
    margin: 0 auto 0;
    padding: 0;
    box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 120px;
}











@media only screen and (min-width: 883px) {



.hs-custom-form {
    width:100%;
    margin: 0 auto 0;
}

.hs-custom-form .hs-form-field {
    position: relative;
    box-sizing: border-box;
    margin-bottom: 30px;
}


.hs-custom-form .hs_company,
.hs-custom-form .hs_lastname,
.hs-custom-form .hs_email,
.hs-custom-form .hs_phone{
   width: 48%;
    display: inline-block;
    vertical-align: top;
}

.hs-custom-form .hs-company,
.hs-custom-form .hs-email{
    margin-right: 4%;
}

.hs-custom-form .hs-form-field > label {
    font-family: 'fot-rodin-pron',sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.hs-custom-form .hs-fieldtype-text .input input,
.hs-custom-form .hs-fieldtype-phonenumber .input input{
    border-radius: 6px;
    background: #ececec;
    border: 1px solid #cdcdcd;
      width:100%;
    height: 40px;
    box-sizing: border-box;
    font-size: 16px;
    padding: 3px 8px;
     cursor: auto;
    
}

.hs-custom-form .hs-fieldtype-textarea .input textarea{
    border-radius: 6px;
    background: #ececec;
    border: 1px solid #cdcdcd;
      width:100%;
    height: 200px;
    box-sizing: border-box;
    font-size: 16px;
    padding: 3px 8px;
    outline: none;
     cursor: auto;
    
}


.hs-custom-form .hs-fieldtype-text .input input:focus,
.hs-custom-form .hs-fieldtype-phonenumber .input input:focus,
.hs-custom-form .hs-fieldtype-textarea .input textarea:focus{
    background: #fff;
    border: #96cff2 3px solid;
    outline: none;
  
}

/* Hubspotフォームチェックボックス */
 .hs-form-checkbox label {
    display: block; }
    
  .hs-form-checkbox .hs-form-checkbox-display span {
    position: relative;
    margin-right: 20px;
    padding-left: 24px; }

  .hs-form-booleancheckbox .hs-form-booleancheckbox-display > span {
      padding-left: 4px;
  }
    
    


    .hs-form-checkbox .hs-form-checkbox-display span:before,
    .hs-form-booleancheckbox .hs-form-booleancheckbox-display span:before {
      content: "";
      display: block;
      position: absolute;
      top: 4px;
      left: 0;
      width: 18px;
      height: 18px;
      border: 2px solid #0e8bd9;
      border-radius: 4px; }


  .hs-form-booleancheckbox .hs-form-booleancheckbox-display span:before {
       top: 5px;
  }



 .hs-form-checkbox input,
 .hs-form-booleancheckbox input {
    display: none; }
    
 .hs-form-checkbox input:checked + span:before,
  .hs-form-booleancheckbox input:checked + span:before{
      background: #0e8bd9; }
      
      
 .hs-form-checkbox input:checked + span:after,
 .hs-form-booleancheckbox input:checked + span:after{
      content: "";
      display: block;
      position: absolute;
      top: 7px;
      left: 5px;
      width: 8px;
      height: 10px;
      -webkit-transform: rotate(40deg);
      transform: rotate(40deg);
      border-bottom: 3px solid #fff;
      border-right: 3px solid #fff; }


 .hs-form-booleancheckbox input:checked + span:after {
      top: 8px;
 }
 
  
  
li.hs-form-checkbox {
    margin-bottom: 6px;
}

li.hs-form-checkbox:last-child {
    margin-bottom:0;
}


li.hs-form-checkbox label {
    margin-bottom: 0;
}

li.hs-form-checkbox label span {
   font-size: 16px;
   font-weight: normal;
}

  
 /* Hubspotラジオ改修 */
  
  .hs-form-radio input {
    display:none;
  }
  
.hs-form-radio span{
  display: inline-flex;
  align-items: center;
  text-align: left;
  line-height: 1.2;
  cursor: pointer;
  position: relative;
  margin-right:1.1rem;
 }




.hs-form-radio span:before{
  content: "";
  display: block;
  margin-right: 0.3rem;
  background: url(https://45586741.fs1.hubspotusercontent-na1.net/hubfs/45586741/lp_custom_images/icon_radio_off.svg) no-repeat center/cover;
  width: 24px;
  height: 24px;
  flex: 1 0 auto;
}




input.hs-input[type="radio"]:checked + span:before{
  background: url(https://45586741.fs1.hubspotusercontent-na1.net/hubfs/45586741/lp_custom_images/icon_radio_on.svg) no-repeat center/cover;
}
/* Hubspotラジオ改修ここまで */ 
  
  
  
  
  
  

/* Hubspotフォーム注釈 */
.hs-field-desc {
    position: absolute;
    font-size: 12px;
    right: 0;
    top:-2px;
     display: inline-block;
     text-align: right;
}



.hs-richtext {
    margin-bottom: 20px;
}

.hs-richtext p{
    font-size: 16px;
}
  
 
  
/* Hubspotフォームボタン */
.actions {
     width: 30%;
    margin: 50px auto 0;
   outline: none;
border:none !important;
}
.hs-button {
    border: none !important;
    width: 100%;
    border-radius: 80px !important;
    background: #1abb9c !important;
    transition: .3s;
    color: #fff;
    padding: 14px 0 !important;
    font-size: 18px !important;
    font-weight: bold;
    cursor: pointer;
   outline: none !important;
    
}

.hs-button:hover {
    background: #139b80 !important;
    outline: none !important;
  border:none !important;
}



/* ボタンここまで */

  
  
 /* 必須項目 */
.hs-form-required {
font-size:0;
position: relative;
}
.hs-form-required:before {
font-size:11px;
content:'必須';
position: absolute;
background: #f05e5e;
border-radius: 4px;
color: #fff;
box-sizing: border-box;
padding: 2px 2px;
display: inline-block;
min-width: 40px;
text-align: center;
margin-left: 8px;
bottom:-5px;
line-height: 1.8;

}
label.hs-form-booleancheckbox-display .hs-form-required:before {
font-size:11px;
content:'必須';
position: absolute;
background: #f05e5e;
border-radius: 4px;

box-sizing: border-box;


min-width: 40px;
text-align: center;
margin-left: 8px;
bottom:-5px;
line-height: 1.3;

   top:-16px;
   border: none;
   display: inline-block;
   padding: 2px 2px 2px;
  min-height: 20px;
   color: #fff !important;
}


/* 必須項目ここまで */
  
  
  /* エラー */
label.hs-error-msg {
    font-size: 12px !important;
    margin-top: 8px !important;
    font-weight: bold !important;
    display: inline-block !important;
    color: #f05e5e !important;

}


label.hs-error-msg:before {
  content: "※" !important;
  display: inline-block !important;
  color: #f05e5e !important;
}



.hs_error_rollup label {
    background: #f05e5e;
    display: block;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 8px 0;
    border-radius: 8px;
}

/* エラーここまで */


}









@media only screen and (max-width: 882px) {
  
  
/* Hubspotフォーム */
.hs-custom-form {
    width:100%;
    margin: 0 auto 0;

}

.hs-custom-form .hs-form-field {
    position: relative;
    box-sizing: border-box;
     margin-bottom: 25px;
}

.hs-custom-form .hs-form-field > label {
    font-family: 'fot-rodin-pron',sans-serif;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 4px;
    display: block;
}

.hs-custom-form .hs-fieldtype-text .input input,
.hs-custom-form .hs-fieldtype-phonenumber .input input{
    border-radius: 6px;
    background: #ececec;
    border: 1px solid #cdcdcd;
      width:100%;
    height: 34px;
    box-sizing: border-box;
    font-size: 11px;
    padding: 3px 8px;
     cursor: auto;
    
}
.hs-custom-form .hs-fieldtype-textarea .input textarea{
    border-radius: 6px;
      background: #ececec;
    border: 1px solid #cdcdcd;
      width:100%;
    height: 140px;
    box-sizing: border-box;
    font-size: 11px !important;
    padding: 3px 8px;
    outline: none;
     cursor: auto;
    
}




.hs-custom-form .hs-fieldtype-text .input input:focus,
.hs-custom-form .hs-fieldtype-phonenumber .input input:focus,
.hs-custom-form .hs-fieldtype-textarea .input textarea:focus{
    background: #fff;
    border: #96cff2 3px solid;
   outline: none;
}






/* Hubspotフォームチェックボックス */
.hs-form-checkbox label {
    display: block; }
  .hs-form-checkbox .hs-form-checkbox-display span {
    position: relative;
    margin-right: 20px;
    padding-left: 24px; }
    
  .hs-form-booleancheckbox .hs-form-booleancheckbox-display > span {
      padding-left: 5px;
  }    
    
    .hs-form-checkbox .hs-form-checkbox-display span:before,
  .hs-form-booleancheckbox .hs-form-booleancheckbox-display span:before{
      content: "";
      display: block;
      position: absolute;
      top: 3px;
      left: 0;
      width: 18px;
      height: 18px;
      border: 2px solid #0e8bd9;
      border-radius: 4px; }
      

  .hs-form-booleancheckbox .hs-form-booleancheckbox-display span:before {
       top: 5px;
  }
      
      
 .hs-form-checkbox input,
  .hs-form-booleancheckbox input{
    display: none; }
    
 .hs-form-checkbox input:checked + span:before,
 .hs-form-booleancheckbox input:checked + span:before{
      background: #0e8bd9; }
      
     .hs-form-checkbox input:checked + span:after,
     .hs-form-booleancheckbox input:checked + span:after{
      content: "";
      display: block;
      position: absolute;
      top: 7px;
      left: 6px;
      width: 5px;
      height: 10px;
      -webkit-transform: rotate(40deg);
      transform: rotate(40deg);
      border-bottom: 3px solid #fff;
      border-right: 3px solid #fff;
    }


 .hs-form-booleancheckbox input:checked + span:after {
      top: 8px;
 }




li.hs-form-checkbox {
    margin-bottom: 10px;
}

li.hs-form-checkbox:last-child {
    margin-bottom:0;
}


li.hs-form-checkbox label {
    margin-bottom: 0;
}

li.hs-form-checkbox label span {
   font-size: 13px;
   font-weight: normal;
}


  
   /* Hubspotラジオ改修 */
  
  .hs-form-radio input {
    display:none;
  }
  
.hs-form-radio span{
  display: inline-flex;
  align-items: center;
  text-align: left;
  line-height: 1.2;
  cursor: pointer;
  position: relative;
  margin-right:1.1rem;
  font-size: 0.8rem;

 }




.hs-form-radio span:before{
  content: "";
  display: block;
  margin-right: 0.3rem;
  background: url(https://45586741.fs1.hubspotusercontent-na1.net/hubfs/45586741/lp_custom_images/icon_radio_off.svg) no-repeat center/cover;
  width: 20px;
  height: 20px;
  flex: 1 0 auto;
}




input.hs-input[type="radio"]:checked + span:before{
  background: url(https://45586741.fs1.hubspotusercontent-na1.net/hubfs/45586741/lp_custom_images/icon_radio_on.svg) no-repeat center/cover;
}
/* Hubspotラジオ改修ここまで */ 
  
  
  
  

/* Hubspotフォーム注釈 */
.hs-field-desc {
    position: absolute;
    font-size: 11px;
    right: 0;
    top:-3px;
     display: inline-block;
     text-align: right;
}

.hs-richtext {
    margin-bottom: 14px;
}
.hs-richtext p{
    font-size: 14px;
}



/* Hubspotフォームボタン */
.actions {
    width: 75%;
    margin: 35px auto 0;
       outline: none;
border:none !important;
}
.hs-button {
     border: none !important;
    width: 100%;
    border-radius: 80px !important;
    background: #1abb9c !important;
    transition: .3s;
    color: #fff;
    padding: 14px 0!important;
    font-size: 15px !important;
    font-weight: bold;
    cursor: pointer;
       outline: none !important;
    
}

.hs-button:hover {
     background: #139b80 !important;
    outline: none !important;
  border:none !important;
}

/* ボタンここまで */



/* 必須項目 */
.hs-form-required {
font-size:0;
position: relative;
}
.hs-form-required:before {
font-size:10px;
content:'必須';
position: absolute;
background: #f05e5e;
border-radius: 4px;
color: #fff;
box-sizing: border-box;
padding: 2px 2px;
display: inline-block;
min-width: 40px;
text-align: center;
margin-left: 8px;
bottom:-5px;
line-height: 1.4;
 min-height: 20px;
}
label.hs-form-booleancheckbox-display .hs-form-required:before  {

    font-size:10px;
content:'必須';
position: absolute;
background: #f05e5e;
border-radius: 4px;

box-sizing: border-box;


min-width: 40px;
text-align: center;
margin-left: 8px;
bottom:-5px;
line-height: 1.3;
      top:-14px;
   border: none;
   display: inline-block;
   padding: 2px 2px 8px;
   min-height: 20px;
   
   color: #fff !important;
}
/* 必須項目ここまで */



/* エラー */
label.hs-error-msg {
    font-size: 14px !important;
    margin-top: 5px !important;
    font-weight: bold !important;
    display: inline-block !important;
    color: #f05e5e !important;

}


label.hs-error-msg:before {
  content: "※" !important;
  display: inline-block !important;
  color: #f05e5e !important;
}




.hs_error_rollup label {
    background: #f05e5e;
    display: block;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 8px 0;
    border-radius: 8px;
}
/* エラーここまで */
}

/* フォントカラー上書き */

.row-fluid a, 
.row-fluid a:hover{
  color: #4992bc !important;

}
.row-fluid .hs-button {
  background: #4992bc !important;
  }
.row-fluid .hs-button:hover {
  background: #8ec3e2 !important;
  }