@charset "UTF-8";
/* CSS Document */

.header {
  padding: 3rem;
  text-align: center;
}

.header h1{
	text-align: center;
	display: inline-block;
  margin-bottom: 1em;
	position: relative;
}

.header h1::before {
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #ECF22E;
  border-radius: 2px;
}

.header h1 span {
	display: block;
	font-size: .5em;
	padding: 5px 0;
	opacity: .8;
}

.header h3 {
	font-weight: bold;
	margin-top: -20px;
	color: rgba(119,166,18,.3);
  display: block;
}


.memo {
	font-size: .8em;
	opacity: .5;
}

.messagebody {
	padding-bottom: 5rem;
	line-break: strict;
}

.messagebody p{
	text-align: justify;
}
.messagebody p::before{
	content: '\25b6';
}

.messagebody h5{
	color: #77A612;
	font-weight: bold;
	padding: 1rem 0;
	margin-top: 30px;
	border-top: 1px solid #ECF22E;
}

.messagebody h5 span {
	display: block;
	font-size: .8em;
	opacity: .5;
}
.prayerbody {
	padding-bottom: 5rem;
}

.prayerbody p{
	text-align: justify;
}
.prayerbody h5{
	color: #77A612;
	font-weight: bold;
	padding: 1rem 0;
	margin-top: 30px;
	border-top: 1px solid #ECF22E;
}

.prayerbody h5 span {
	display: block;
	font-size: .8em;
	opacity: .5;
}

ol{
  list-style: none;
  counter-reset: cnt;
  padding-left: 0;
}
ol li{
  margin-bottom: 8px;
}
ol li::before{
  content: counters(cnt, ".") ". ";
  counter-increment: cnt;
}

ol ol li::before{
  content: "" counter(cnt) ") ";
  counter-increment: cnt;
}

ol ol ol li::before{
  content: "(" counter(cnt) ") ";
  counter-increment: cnt;
	
}

ol ol{
  counter-reset: cnt;
  margin-left: 20px;
  margin-top: 8px;
  margin-bottom: 0;
}

.y_body ol {
	counter-reset: y_body 0;
}

.y_body ol li {
	margin-bottom: 0;
	color: #3E5902;
	font-weight: bold;
  text-indent:-1em;
  padding-left:1em;
}

.y_body ol li p, .y_body ol ol li p{
  margin-top: 0;
	padding-top: 0;
  margin-left: -1rem;
  text-indent: 0;
}

.y_body ol ol li,.y_body ol li p {
	margin-top: 0;
	margin-bottom: 0;
  font-weight: normal;
  color: #172601;
}

.y_body ol ol li{
  text-indent:-1em;
  padding-left:1em;
}

.y_body ol ol{
	margin-bottom: 1em;
}

p.noindent {
	text-indent: -20px;
}

ol li p.noindent2{
	margin-left: -2.3rem;
}

.y_body ol li::before{
  content: counters(y_body, ".") ". ";
  counter-increment: y_body;
}

.y_body ol ol li::before{
  content: counter(y_body) ") ";
  counter-increment: y_body;
  font-weight: normal;
  color: #172601;
}
.y_body ol ol ol li::before{
  content: "(" counter(y_body) ") ";
  counter-increment: y_body;
  font-weight: normal;
  color: #172601;
}

.y_body h6,h6 {
	color: #3E5902;
	font-weight: bold;
}

.y_body h6::before {
	content: '＊'
}

.y_body h6 span {
	font-size: 1em;
	font-weight: normal;
}

.y_body p {
	margin: 0;
padding-bottom: 1rem;}

ol.intr, .flowlist ol ol ol {
	counter-reset: intr 0;
	margin-top: 0;
}

ol.intr li, .flowlist ol ol ol li{
	margin-top: 0;
	margin-bottom: 0;
	font-weight: normal;
	color: inherit;	
}

ol.intr li::before, .flowlist ol ol ol li::before{
  content: "" counter(intr) ") ";
  counter-increment: intr;
  border: none;
	font-size: 1em;
}

ol.intr ol {
	margin-top: 0;
	padding-top: 0;
	counter-reset: intr 0;
}

ol.intr ol li::before{
  content: "(" counter(intr) ") ";
  counter-increment: intr;
}

ol.intr ol ol, .y_body ol ol ol ol, .flowlist ol ol {
	margin-top: 0;
	padding-top: 0;
  counter-reset: my-counter;
  list-style: none;
}
ol.intr ol ol li,.y_body ol ol ol ol li, .flowlist ol ol li {
  font-size: 16px;
  line-height: 1.5;
  padding-left: 2rem;
  position: relative;
  text-indent:0;
}

ol.intr ol ol li::before, .y_body ol ol ol ol li::before, .flowlist ol ol li::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  border: 1px solid #172601;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  width: 22px;
  color: #172601;
  font-size: 85%;
  line-height: 1em;
  position: absolute;
  top: 0;
  left: 0;
}


.biblebody {
	opacity: .5;
	font-size: .8em;
	margin-bottom: 2rem;
}

p.biblebody::before,p.nomal::before{
	content: none;	
}

.flowlist ol {
	counter-reset: flow 0;
	margin-top: 0;
	padding-bottom: 2rem;
}

.flowlist ol li{
	margin-top: 1rem;
	margin-bottom: 0;
	font-weight: bold;
	color: #3E5902;
}

.flowlist ol li::before{
  content: "" counter(flow) ") ";
  counter-increment: flow;
}

.flowlist ol ol li, .flowlist ol li p {
	font-weight: normal;
	color: #172601;
}

.btn_jc,a.btn_jc {
	margin: 3px;
	border: 1px solid #77A612;
	color: #77A612;
	font-size: .8em;
	padding: 6px 5px 5px;
	border-radius: 3px;
	display: inline-block;
}

a.btn_jc:hover {
	text-decoration: none;
	border-bottom: 1px solid #77A612;
}


.messagebody h4 {
	color: #77A612;
	font-weight: bold;
	margin: 3rem auto;
	padding: 30px 0 30px 10px;
	border-top: 2px solid #77A612;
	border-bottom: 2px solid #77A612;
	opacity: .8;
}

p.yearflow::before {
    content: attr(data-label);
    font-weight: bold;
	font-size: .8em;
	display: block;
	color: #77A612;
  }

.underline {
	background: linear-gradient(transparent 50%, #EDF2C2 50%);
}