.description-image {
max-width: none;
width: calc(100% + 50px);
margin-left: -25px;
}

.form-top {

width: 100%;

height: 0px;  

margin-bottom: -70px;


}


/* ▼▼ 中見出し ここから ▼▼ */

h4.description-md-title {

width: 100%;

margin: 0px  0;

font-weight: 600;

padding: 0 0;

}

/* ▼▼ 中見出し ここまで ▼▼ */



/* ▼▼ 小見出し03 ここから ▼▼ */

:root {

  --underline-color-s: #03a9f4; /* 下線の色はここのカラーコードを変更 */

}

 

h5.description-title {

  border-bottom: 4px solid var(--underline-color-s);

  background: transparent;

  color: #555555; /* 文字色はここのカラーコードを変更 */

  width: 100%;

  margin: 15px 0 0 0;

  padding: 0 0 10px 0;

  box-shadow: none;

  font-weight: 600;

  position: relative;

}

 

h5.description-title::after {

  content: "";

  position: absolute;

  bottom: -8px;

  left: 0;

  right: 0;

  border-bottom: 1px solid var(--underline-color-s);

}

 

.col-sm-4, .col-sm-8, .col-sm-12 {

  padding: 0;

}

/* ▲▲ 小見出し03 ここまで ▲▲ */