@charset "utf-8";

/*共通*/

.button--arrowRight {
  box-sizing: border-box;
}

#monthly {
  width: 900px;
  margin: 0px auto 0 auto;
  padding: 0px;
  font-size:16px;
}
#monthly p {
  line-height: 1.6;
  letter-spacing:0.05em;
  text-indent:1em;
  margin-bottom:0.6em;
}
#monthly p.ketujyo {
  margin-bottom:10px;
  text-align:left;
  text-indent:0;
}
#monthly .midashi{
  width:900px;
}

#monthly table {
  border-collapse:collapse;
}

#monthly br.clear {
  clear: both;}

#monthly .cf:before,
.cf:after {
    content: " ";
    display: table;
}

#monthly .cf:after {
    clear: both;
}

#monthly a {
  text-decoration: underline;
}

#monthly a:hover {
  text-decoration: none;
}


/*各ページ*/
#monthly #kotei1 {
  display: block;
  width: 140px;
  color: #fff;
  margin-left: 30px;
}

#monthly #kotei2 {
  display: block;
  width: 703px;
}

#monthly #flex1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
  background-color: #00875E;
  height: 272px;
}

#monthly .name {
  color: #008B62;
  font-weight: bold;
}

#monthly .sotenbou_title {
  color: #FFF100;
  font-size: 35px;
  transform: rotate(-5deg);
  font-weight: bold;
  margin-top: 17px;
}

#monthly .gray_text {
  color: #DCDDDD;
}

#monthly .sotenbou {
  writing-mode: vertical-rl;
  font-size: 38px;
  margin: auto;
  font-weight: bold;
}

#monthly .number {
  background: #75C8C6;
    padding: 0 5px;
    color: black;
    font-weight: bold;
    margin: 0 2px;
    border-radius: 5px;
}

#monthly .kisya {
  border: 1px solid #fff;
  text-align: center;
  font-weight: bold;
}

#monthly .photo {
  text-align: center;
  margin-bottom: 35px;
}

#monthly .komidashi {
  margin-top: 40px;
  width: 686px;
  color: #fff;
  font-weight: bold;
}

#monthly .nakamidashi {
  color: #00875E;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  text-shadow: 2px 2px #bbb;
}

#monthly .nakamidashi:after {
border-top: 2px solid black;
content: "";
flex-grow: 1;
}
#monthly .nakamidashi:after {
margin-left: 1rem;
}