*{
  margin:0;
  padding:0;
  list-style:none;
  display:border-box;
}

body, p, h2, h3, h4{
    font-family: "Manrope", "Noto Sans JP", sans-serif !important;
}


/*「※」を必須に変更*/
.hs-form-required {
  font-size: 0;
}
 
.hs-form-required::after {
  content: '*必須';
  font-size: 14px;
  margin-left: 8px;
}
/*「※」を必須に変更*/

/*全体中央*/
.hs_cos_wrapper_type_module:has(.hs-custom-form){
  display:flex;
  justify-content:center;
  flex-direction: column;
}

.hs_cos_wrapper_type_form{
  width: 60%;
  max-width: 800px;
}

.hs-custom-form{
  display: flex;
  flex-direction:column;
  justify-content: center;
  max-width:800px;
 /* background-color: #f8fbff;*/
  padding: 15px 15px 30px;
 /* background-color: #f8fbff;*/
}
/*全体中央*/

/*文字色など*/
.hs-richtext.hs-main-font-element h3{
  font-size: 16px;
  font-weight: bold;
}

.hs-custom-form label{
  display: flex;
  align-items:center;
  color:#141432;
  margin-bottom:4px;
  font-size:14px;
  line-height:22px;
}

.hs-custom-form .hs-form-required{
  color:#e51520;
}

.hs-custom-form .hs-error-msg{
  color:#e51520;
}

.hs-custom-form .error{
  border:1px solid #e51520 !important;
}

.hs-field-desc{
  font-size: 11px;
  color: #7C98B6;
  margin-bottom: 4px;
  border-bottom: none;
}
/*文字色など*/

.hs-custom-form .form-columns-0{
  margin-top:32px !important;
  margin-bottom:32px !important;
  color:#141432;
}

/*
.hs-custom-form .form-columns-1,.form-columns-2{
  margin-bottom:32px !important;
}
*/

.hs-form-field{
  margin-bottom: 32px !important;
}


.hs-custom-form .field,h3{
  box-sizing:border-box;  
  padding:0 8px;
}  

.hs_cos_wrapper_type_form{
  padding: 0 40px;
}

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

.hs-custom-form fieldset{
  max-width:800px !important;
}

.hs-custom-form .hs-input {
    box-sizing: border-box;
    width: 100% !important;
    padding: 4px;
    background-color: #f5f8fa;
    border: 1px solid #cbd6e2;
    border-radius: 3px;
    height: 40px;
    font-size:14px;
}


/*強引に1行を100%にしたやつ*/
.hs-custom-form .input select,textarea{
  width:100% !important;
}
/*強引に1行を100%にしたやつ*/

.hs-custom-form .hs-form-checkbox-display, .hs-form-booleancheckbox-display{
  display:flex;
  flex-direction:raw;
  align-items:center;
  line-height: 22px;
}

.hs-custom-form .hs-form-checkbox input{
  height:16px;
  width:16px !important;
  margin-right:8px;
}

.hs-custom-form .inputs-list{
  margin-top:8px;
}

.hs-custom-form .hs-form-radio-display input{
  height:16px;
  width:16px !important;
  margin-right:8px;
}

.hs-custom-form .hs-form-booleancheckbox-display input{
  height:16px;
  width:16px !important;
  margin-right:8px;
}

.hs-custom-form .hs-form-booleancheckbox-display>span{
  margin-left:4px !important;
}

.hs-custom-form .hs-form-booleancheckbox-display>span>p{
  color:#141432;
}

.hs-custom-form input[type=checkbox], .hs-custom-form input[type=radio]{
  appearance: auto;
}

.single-post .comment-form > p.comment-form-cookies-consent input[type=checkbox]:before, input[type=checkbox]:before, input[type=radio]:before {
  background-color: #758bfd00;
}

textarea{
  height: 6rem !important;
}

/*ボタンのスタイル*/
.hs-custom-form .hs_submit.hs-submit {
    display: flex;
    justify-content: center;
}

.hs-custom-form .actions {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.hs-custom-form .actions input{
  padding:12px 24px;
  background: #141432;
  border-color: #141432;
  color:#fff;
  border-radius:4px;
}
/*ボタンのスタイル*/

/*select要素のスタイル変更*/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('https://21176806.fs1.hubspotusercontent-na1.net/hubfs/21176806/kakeai_lp/common/images/select-allow.svg'); /* 矢印画像 */
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
  padding: 10px;
  font-size: 16px;
}

select::-ms-expand {
  display: none;
}

:focus{
  color: #000;
}

select option:disabled{
  color: #bfbfbf;
}

select.is-placeholder {
    color: #bfbfbf;
    font-size:14px;
}

select option {
  color: #000;
  font-size: 14px;
}

/*select要素のスタイル変更*/

/*プレースホルダーの色*/
select.is-placeholder option:first-child {
    color: #bfbfbf;
    font-size:14px;
}

input::placeholder {
  color: #bfbfbf;
  font-size:14px;
}

option {
  font-size: 14px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=search]:focus,
input[type=url]:focus,
textarea:focus {
	border:solid 1px #00f;
  outline:0;
  color: #000;
}

input[type=text], 
input[type=number], 
input[type=email], 
input[type=password], 
input[type=url], 
input[type=tel] {
    color: #000;
}
/*プレースホルダーの色*/


/*960px以下で2列のところを縦にする*/
@media screen and (max-width:960px){
  fieldset.form-columns-2{
    display: flex;
    flex-direction: column !important;
    margin-bottom: 0 !important;
  }
  
  .hs_cos_wrapper_type_form{
    width:100% !important;
  }
  
  fieldset.form-columns-2 .hs-form-field{
    margin-bottom: 32px;
  }
  
  .hs-form-field{
    width: 100% !important;
  }
}
/*960px以下で2列のところを縦にする*/



/*レイアウト*/

.form-section{
  display: flex;
  max-width:1200px;
  width: 100%;
  margin: 0 auto;
}

.form-contents{
  width:40%;
  padding: 0 15px;
}

.contents-lead-text h3{
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  color: #141432;
  margin: 24px 0;
  line-height: 2.0;
}

.form-contents-img img{
  width:100%;
  filter: drop-shadow(0px 20px 20px rgba(117, 139, 253, 0.2));
  border-radius: 8px;
  margin-bottom: 32px;
}

.contents-line {
  margin-bottom: 32px;
  border-bottom-width: 1px;
  border-bottom-color: #dbdff1;
  border-bottom-style: solid;
}

.contents-text p{
  margin: 32px 0 16px;
  color: #141432;
  font-size: 14px;
}

.contents-text ul{
  list-style-position: outside;
}

.contents-text ul li{
  list-style: circle inside;
  color: #141432;
  margin-bottom: 16px;
  font-size: 14px;
  text-indent: -1em; /* マーカーの幅に合わせて調整 */
  margin-left: 1em; /* text-indentと相殺するように調整 */
}

/*768px以下で縦にする*/
@media screen and (max-width:768px){
  .form-section{
    flex-direction: column;
  }
  
  .form-contents{
    width: 100%;
  }
  
  .hs_cos_wrapper_type_form{
    width:100%;
    padding: 0 16px;
    margin-top: 48px;
  }
  
  .contents-text{
    display: none;
  }
}
/*768px以下で2列のところを縦にする*/


/*//////////////////////////////////////////*/
/*上部のテキストのCSS*/
.hs_cos_wrapper_type_module:has(.hs_cos_wrapper_type_form){
  flex-direction: column;
  align-items: center;
}

.form-title-text{
  max-width:1200px;
  width:100%;
  margin: 60px auto 32px;
  padding: 0 15px;
}

.form-title-text h2{
  line-height: 1.6;
  font-size: 32px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
  text-align: left;
  color: #141432;
}

.form-title-text h3{
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  color: #141432;
  margin: 24px 0;
}

.form-title-text p{
  font-size: 14px;
  text-align: left;
  color: #141432;
}

/*768px以下でサイズ変更*/
@media screen and (max-width:768px){
  .form-title-text{
    margin: 88px auto 32px;
  }

  .form-title-text h2{
    font-size: 18px;
  }

}
/*768px以下でサイズ変更*/
