/* コンフリクト解決 */
.sidebar h3 {
  color: #FFF !important;
  font-size: 14px !important;
  padding: 0 !important;
  margin: 0 !important;
  background: none !important;
}

/* 規定値の変更 */
h2 {
  font-size: 24px !important; /* 規定値の変更 */
  color: #6d3c32 !important; /* 規定値の変更 */
  padding: 10px 0px 5px 2em !important; /* 規定値の変更 */
  position: relative !important; /* 規定値の変更 */
  background: #FFFFFF !important; /* 規定値の変更 */
  margin-bottom: 1em !important; /* 規定値の変更 */
  line-height: 1.5em !important; /* 規定値の変更 */
}
h2:before {
  position: absolute;
  left: 0;
  content: "";
  display: inline-block;
  width: 3em;
  height: 40px;
  background: url(/special2/kouyo/titleicon.jpg) no-repeat;
  background-size: contain;
}
h2:after {
  border-bottom: 2px dotted #deb068; /* 下線 */
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
h3 {
  font-size: 18px !important; /* 規定値の変更 */
  color: #6d3c32 !important; /* 規定値の変更 */
  background: linear-gradient(transparent 70%, #FFEDC3 70%) !important;
  margin: 1.5em 0 1em 0 !important;
  padding: 10px 0 0px 10px !important;
}
.mg1 {
  margin: 1.5em 0 2em 0;    
}

.ky_caps {
    text-align: center;
    line-height: 1.4em;
  font-size: 12px;
    color: #666;
    margin: 0.5em 0;
}
.figurebox {
    width: 85%;
    margin: auto;
  border: 1px solid #C3C3C3;
}
.figurebox img {
  width: 100%;
}


.imgbox {
  background: #fbfaf5;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3), 0 0 50px rgba(255, 255, 255, 0.1) inset;
  position: relative;
  width: 450px;
  margin: 40px auto;
  padding: 25px 10px 5px 10px;
}
.imgtape {
  background: rgba(255, 255, 255, 0.4);
  border-left: 2px dotted rgba(0, 0, 0, 0.1);
  border-right: 2px dotted rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  width: 85px;
  height: 28px;
  position: absolute;
  top: -13px;
  left: 40%;
  -webkit-transform: rotate(-3deg);
}
.prof {
  position: relative;
  margin: 4em 0 2em;
  padding: 1.5em 1em;
  border: solid 3px #83ccd2;
  border-radius: 8px;
}
.prof .box-title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 19px;
  background: #FFF;
  color: #83ccd2;
  font-weight: bold;
}
.prof-title {
  font-size: 16px;
    font-weight: bold;
}
.prof p {
  margin: 0;
  padding: 0.5em 1em;
}
.prof img {
  float: right;
    width: 200px;
margin: 0.8em 0 0.8em 0.8em;
}
.column_box {
  margin: 1em 1em 1.5em 1em;
  border: 1px #cccccc solid;
  padding: 1em;;
  border-radius: 5px;
}
.column_box ul {
 padding-left: 2em; 
}
.column_box li {
  list-style-type: disc;
}
.column_title {
  font-size: 16px;
  font-weight: bold;
padding-bottom: 0.5em;
}
