@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */

.article h2 {
  background-color: #5bea0e;/* 見出し背景色 */
  border-left: 0 none;
  color: #fff;/* 文字の色 */
  padding: 15px 30px;/* 文字の位置 */
    margin-bottom: 25px;/* 見出し下の空白*/
}

.article h3 {
    border-bottom: 10px solid #5bea0e;
    padding: 10px 0 0 0;
    margin-bottom: 20px;
}

.article  h4{
  border-bottom:5px dashed #5bea0e;
}
