/*
Theme Name: Lightning Child Sample
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/
/*リセット*/
h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}
/*デザイン*/
h1 {
  position: relative;
  font-size: 40px;
  font-weight: bold;
  padding: 30px;
  margin-bottom: 1em;
}
h1:not(.page-header-title):not(.site-header-logo):::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100px;
  height: 10px;
  background: #eb5300;
  z-index: 1;
}
h1:not(.page-header-title):not(.site-header-logo):::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: #FFF1CA;
}

h2 {
  font-size: 35px;
  font-weight: bold;
  padding: 20px 30px;
  margin-bottom: 1em;
  color: #ffffff;
  background: #eb5300;
}
h3 {
  font-size: 30px;
  font-weight: bold;
  padding: 10px 30px;
  margin-bottom: 1em;
  border-radius: 10px;
  border: 3px solid #eb5300;
}
h4 {
  font-size: 25px;
  font-weight: bold;
  padding: 10px 20px;
  margin-bottom: 1em;
  border-bottom: 3px solid #eb5300;
}
h5 {
  font-size: 20px;
  font-weight: bold;
  padding: 10px 20px;
  margin-bottom: 1em;
  border-bottom: 3px dotted #eb5300;
}
h6 {
  font-size: 15px;
  font-weight: bold;
  padding: 5px 20px;
  margin-bottom: 1em;
  border-left: 8px solid #eb5300;
}