@charset "UTF-8";
/*
Theme Name: FAQ Theme
Version: 1.0
*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  word-wrap: break-word;
}

.bl_post__inner h3 {
    border-bottom: 1px solid #000;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}
.bl_post__inner h4 {
	font-size: 1.8rem;
	border-top: 1px solid #006699;
	border-bottom: 1px solid #006699;
	margin: 4rem 0 1rem;
}

.bl_other {
    background: #f0f0f1;
    padding: 3rem;
    border-radius: 1rem;
}

.bl_other h3 {
    font-size: 1.8rem;
    font-weight: normal;
    padding-bottom: 1rem;
}

.bl_other ul {
    list-style-type: disc;
    margin-left: 2rem;
}