.wpcf7 input[name="your-name"],
.wpcf7 input[name="your-company"],
.wpcf7 input[name="your-email"],
.wpcf7 input[name="your-subject"] {
        width: 80%;
        height: 35px !important;
}
 
.wpcf7 textarea[name="your-message"] {
        width: 80%;
        height: 350px !important;
}

.box4{
    padding: 8px 19px;
    margin: 2em 0;
    color: #2c2c2f;
    background: #ebf6f7;
    border-top: solid 5px #1892b5;
    border-bottom: solid 5px #1892b5;
}
.box4 p {
    margin: 0; 
    padding: 0;
  	font-size: large;
}

/* === 見出しを変更 === */
/* ---------------------------------------------------------
/ 『見出し（h2）』
--------------------------------------------------------- */
.entry-content h2 {
color: #1892b5; background-color: #fff; border: 2px solid #1892b5; padding: 10px 5px; margin: 20px 0px;
}

/* ---------------------------------------------------------
/ 『見出し（h3）』
--------------------------------------------------------- */
.entry-content h3 { background-color: #1892b5; color: #fff;
padding: 5px 10px;
}

/* ---------------------------------------------------------
/ 『見出し（h4）』
/
/   ・border（2色ライン）
--------------------------------------------------------- */
/* ----- ベースのborder ----- */
.entry-content h4 {
  border-top: none;
  border-bottom: solid 3px #1892b5;
  position: relative;
}

/* ----- 2色目のborder ----- */
.entry-content h4:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #939393;
  bottom: -3px;
  left: -3px;
  width: 15%;
}

/* ---------------------------------------------------------
/ 『見出し（h5）』
/
/   ・border＋ワンポイント（レクタングル2つ）
--------------------------------------------------------- */
/* ----- border ----- */
.entry-content h5 {
  position: relative;
  padding: 0 0 2px 32px;
  border-bottom: 2px solid #1892b5;
}

/* ----- ワンポイント ----- */
.entry-content h5:before, .entry-content h5:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 12px;
  height: 12px;
  border: 2px solid #1892b5;
  margin: auto;
}

.entry-content h5:before {
  top: -20px;
  left: 0px;
}

.entry-content h5:after {
  top: -8px;
  left: 6px;
}

/* ---------------------------------------------------------
/ 『見出し（h6）』
/
/   ・border＋ワンポイント（◆）
--------------------------------------------------------- */
/* ----- border ----- */
.entry-content h6 {
  position: relative;
  padding: 0 0 2px 32px;
  border-bottom: 1px solid #1892b5;
}

/* ----- ワンポイント ----- */
.entry-content h6:after {
  position: absolute;
  top: 5px;
  left: 4px;
  z-index: 2;
  content: '';
  width: 12px;
  height: 12px;
  background-color: #1892b5;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}