@charset "UTF-8";
#pagenaka {
  height: 120px;
  background: url("../images/pagebackground.jpg") no-repeat center top;
  background-size: cover;}
#kijimain {
  padding-top: 80px;
  padding-bottom: 200px;
  background: #FEF4EB;}
#kiji {
  margin: 0 auto 100px;
  max-width: 640px;}
#kiji .memo {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E8DDC6;}
#kiji .memo h1 {
  font-weight: 700;
  color: #EB6120;}
#kiji .memo .day {
  margin-top: 4px;
  display: inline-block;}
#kiji .text h1,#kiji .text h2,#kiji .text h3,#kiji .text h4,#kiji .text h5,#kiji .text h6 { margin: 0 0 1em;}
#kiji .text img {margin: 0 0 2em;}
#kiji .text p { margin: 0 0 2em;}
#kiji .text h1,#kiji .text h2 {
  color: #EB6120;
  border-bottom: 2px solid #EB6120;
  font-weight: 700;
  font-size: 28px;}
#kiji .text h3 {
  font-weight: 700;
  font-size: 28px;}
#kiji .text h4 {
  font-weight: 700;
  font-size: 24px;}
#kiji .text h5, #kiji .text h6 {
  color: #EB6120;
  font-weight: 700;
  font-size: 22px;}
#kiji .text p { font-size: 18px;}
#kiji .text p a {
  color: #EB6120;
  text-decoration: underline;
  display: inline-block;}
#kiji .text figcaption { margin: 1em 0 2em; font-size: 14px;}
#kiji .text hr { margin: 0 0 3em;border-color: #E8DDC6;}
#kiji .text ul { list-style:auto;margin: 0 0 2em;font-size: 18px; margin-left: 1em;}
#kiji .text ol { list-style: disc;margin: 0 0 2em;font-size: 18px; margin-left: 1em;}
#kiji .wp-block-gallery {margin: 2em 0;}
#kiji .wp-block-table { margin-bottom: 2em;}

@media screen and (max-width: 1080px) {
  #kiji .text h1,#kiji .text h2,#kiji .text h3 { font-size: 24px;}
  #kiji .text h4 { font-size: 22px;}
  #kiji .text h5, #kiji .text h6 { font-size: 20px;}}

@media screen and (max-width: 768px) {
  #pagenaka { height: 50px;}
  #kijimain { padding-top: 40px;}
  #kiji .text p { font-size: 16px;}
  #kiji .text ul,#kiji .text ol { font-size: 16px;}
  #kiji .text h1,#kiji .text h2,#kiji .text h3 { font-size: 22px;}
  #kiji .text h4 { font-size: 20px;}
	#kiji .text h5, #kiji .text h6 { font-size: 18px;}}

.more {
	margin: 20px auto 0;
	max-width: 200px;
	line-height: 60px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	border-radius: 6px;
	border: 2px solid #EA6120;}
