@charset "UTF-8";
body {
    background-color: #EDEBE2;
    color: #4E1A12;
}
p {
    text-align: justify;
}img {
    max-width: 100%;
    height: auto;
}


h2 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
}

h2:before, h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

h2:before {
  left:0;
}
h2:after {
  right: 0;
}



h3 {
    padding: 1rem 2rem;
    border-top: 1px solid #4E1A12;
    border-bottom: 1px solid #4E1A12;
    font-size: 13pt;
}


.taitoru {
	position: relative;
}
.taitoru h1 {
    position: absolute;
    color: #4E1A12;
    top: -50px;
    left: 16px;
    font-size: 5em
}
.taitoru img{width: 100%
}

.jusyou p {
    font-size: 0.8em;
    text-align: center;
}
h4{
    text-align: left;
}

#a {float: left
}
#b {float: left
}


.saigo p {
    text-decoration: underline;
    text-align: center;
    font-size: 10px;
}

.saisyo p{margin-top: 0}

.taitoru p{
    font-size: 8pt;
    color: white;
    position: absolute;
    top: 380px;
    left: 40px;
}

.saigoo p{
    text-align: center;
    font-size: 9px;
}




