/* @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    */
/*****************************************/


/* --------------------------------------------
 * 
 * base_pc
 * 
 *  -----------------------------------------*/
h2{
  margin-bottom:32px;
}

.button,.hs-button{
  border-radius: 27px;
  padding: 16px 50px;
  min-width:190px;
  background-color: #238DB7;
  font-size: 16px;
  border:none !important;
}
.button:active, .button:focus, .button:hover, .button_cta a:active, .button_cta a:focus, .button_cta a:hover, button:active, button:focus, button:hover {
    color: #fff;
    text-decoration: none;
    transform: scale(1,1);
}

.button:hover{
  background-color: #007CA3;
}
.button:active{
  background-color: #007CA3;
}
.button--outlined{
  background-color: #fff;
  border: 1px solid #238DB8 !important;
  color: #238DB8;
}
.button--outlined:hover{
  border: 1px solid #fff;
}


/* --------------------------------------------
 * 
 * header
 * 
 *  -----------------------------------------*/
.kl-header{
  top:0;
  left:0;
}



.kl-header .button{
  font-size: 14px;
  line-height: 1;
  padding: 12px 20px;
  min-width: 150px;
}

/* --------------------------------------------
 * 
 * MV
 * 
 *  -----------------------------------------*/
@media (max-width: 1024px){
  .dnd_area_header-row-1-padding {
      padding-top: 100px !important;
      padding-bottom: 100px !important;
      padding-left: 15px !important;
      padding-right: 15px !important;
  }
}
@media (max-width: 560px){
  .dnd_area_header-row-1-padding {
      padding-top: 48px !important;
      padding-bottom: 48px !important;
      padding-left: 15px !important;
      padding-right: 15px !important;
  }
}





/*-----------------------
 * ベージ下部CTA
 * ---------------------*/
.span12.widget-span.widget-type-cell.cell_1680175230810-vertical-alignment.cell_1680175230810-padding{
  box-shadow:none;
}
.span12.widget-span.widget-type-cell.cell_1680175230810-vertical-alignment.cell_1680175230810-padding .span6.widget-span.widget-type-cell.dnd-column{
  margin-left:0:
}
@media (min-width: 1280px){
  .cell_1680175230810-vertical-alignment.cell_1680175230810-padding .row-fluid .span6 {
    margin-left:0;
  }
}
#hs_cos_wrapper_module_16814511230903 img{
  vertical-align: -9px;
}
#hs_cos_wrapper_dnd_area-module-18 img{
  vertical-align: -9px;
}
.row-number-7.dnd_area-row-1-background-color .span6:last-of-type{
  border-left: 1px solid #B5B6B8;
}

@media (max-width: 767px){
  .row-number-7.dnd_area-row-1-background-color .span6:first-of-type{
    margin-bottom:32px;
  }
  .row-number-7.dnd_area-row-1-background-color .span6:last-of-type{
    border-left: none;
  }

}

/*-----------------------
 * フッター
 * ---------------------*/
.row-number-1.dnd_area_footer-row-0-vertical-alignment a{
 color:#fff;
}
@media (max-width: 768px){
  .footer-inner a{
    display: block;
    text-align: center;
  }
}

/*-----------------------
 * カードリスト（シンプルカード）
 * ---------------------*/
.kl-card{
  margin-bottom:20px;
}

/*-----------------------
 * フォームの送信ボタン
 * ---------------------*/
form .hs-button, form input[type=submit]{
  border-radius: 27px;
  padding: 16px 50px;
  min-width:190px;
  background-color: #238DB7;
  font-size: 16px;
}
form .hs-button, form input[type=submit]:hover{
  background-color: #007CA3;
}
form .hs-button, form input[type=submit]:active{
  background-color: #007CA3;
}


/*-----------------------
 * サンクスページのテーマへのリンクを非表示
 * ---------------------*/
.kl-footer__byline{
  display:none;
}