@charset "UTF-8";
@import url("../simplicity/style.css");

/*
	Theme Name: Simplicity child
	Template: simplicity
*/

/* Simplicity子テーマ用のスタイルを書く */
/* h2CSS */
.article h2 {
  position: relative;
  color: #fff;
  background: #88b83e;
  font-size: 28px;
  line-height: 1;
  margin: 30px -40px 10px -40px;
  padding: 15px 5px 10px 40px;
  box-shadow: 0 1px 3px #777;
  border-left-width: 0px;
    margin-top: 50px;
    margin-bottom: 20px;

}
.article h2:after,.article h2:before {
  content: "";
  position: absolute;
  top: 100%;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top: 5px solid #333;
}
.article h2:after {
  left: 0;
  border-right: 5px solid #333;
}
.article h2:before {
  right: 0;
  border-left: 5px solid #333;
}



/* h3CSS */
.article h3 {
     padding-bottom: 5px;
     border-bottom: 3px solid #c8d627
}


/* h4CSS */
.article h4 {
border-bottom: 3px dashed #dbdf19;


/* トップに戻るボタン*/
#page-top a{
  color:#fff;
  background-color:#45B7AE;
  padding:6px 7px;
  border-radius: 50%;
  box-shadow:2px 2px #C6C6C5;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#page-top a:hover{
  background-color:#53C1B9;
}