/* 見出しh2 */
.entry-content h2 {
  position: relative;
  padding: 0.35em 0.5em;
  background: #8fa9d6;
  color: white;
	
}

/* 見出しh3 */
.entry-content h3 {
	border-left-color:white;
	background-color:#dff9ff;
  color: #5d77a3;/*文字色*/
  padding: 0.5em 0;/*上下の余白*/
  border-top: solid 3px #8fa9d6;/*上線*/
  border-bottom: solid 3px #8fa9d6;/*下線*/
}


/* 見出しh4 */
.entry-content h4 {
  position: relative;
  line-height: 1.4;
  padding:0.25em 1em;
  display: inline-block;
  top:0;
	color:#6781ae;
}

.entry-content h4:before, h4:after { 
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}
.entry-content h4:before {
  border-left: solid 2px #6781ae;
  border-top: solid 2px #6781ae;
  border-bottom: solid 2px #6781ae;
  left: 0;
}
.entry-content h4:after {
	content: '';
  border-top: solid 2px #6781ae;
  border-right: solid 2px #6781ae;
  border-bottom: solid 2px #6781ae;
  right: 0;
}

/* ボックス*/
.nizyuusen-box {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: double 5px #4ec4d3;
}
.box5 p {
    margin: 0; 
    padding: 0;
}

/* ボタン*/
.btn-gradient-3d-orange {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 4px;
  color: #ffffff;
  background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #c58668;
}
.btn-gradient-3d-orange:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}

/*リスト*/
.simple-list ul,ol {
  background: #fcfcfc;/*背景色*/
  padding: 0.5em 0.5em 0.5em 2em;/*ボックス内の余白*/
  border: solid 3px gray;/*線の種類 太さ 色*/
}

.simple-list ul li, ol li {
  line-height: 1.5; /*文の行高*/
  padding: 0.5em 0; /*前後の文との余白*/
}

.box28 {
    position: relative;
    margin: 2em 0;
    padding: 25px 10px 7px;
    border: solid 2px #FFC107;
}
.box28 .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #FFC107;
    color: #ffffff;
    font-weight: bold;
}
.box28 p {
    margin: 0; 
    padding: 0;
}