@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 .container{
  width:100%;
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
  margin-top:-20px;
}

#monthly .racer{
  width:430px;
  margin-top:40px;
}

#monthly .comment_title{
  position: relative;
  height:400px;
  border-bottom: 2px solid #000;
}

#monthly .comment_title::before{
  content: '';
  position: absolute;
  top: 14px;
  left:0px;
  width: 2px;
  height: 386px;
  background: #000;
}

#monthly .racer1 .comment_title{
  background-image:url(img/debut_racer1.jpg);
}

#monthly .racer2 .comment_title{
  background-image:url(img/debut_racer2.jpg);
}

#monthly .racer3 .comment_title{
  background-image:url(img/debut_racer3.jpg);
}

#monthly .racer4 .comment_title{
  background-image:url(img/debut_racer4.jpg);
}


#monthly .text{
  position:absolute;
  top:24px;
  left:12px;
}

#monthly .racer3 .text{
  position:absolute;
  top:28px;
  left:12px;
}

#monthly .text img{
filter: drop-shadow(2px 2px 2px rgba(255, 255, 255, 0.8));
}

#monthly .data{
  position:absolute;
  right:0;
  bottom:-1px;
  width:380px;
  margin-left:60px;
  background-color:#00885f;
  clip-path: polygon(20% 0%, 0% 100%, 100% 100%, 100% 0%);
  text-align:center;
  color:#fff;
  line-height:36px;
  padding-top:6px;
  border-bottom:1px solid #000;
}


#monthly .data span.toban{
  display: inline-block;
  vertical-align:middle;
  font-size:24px;
  padding-top:2px;
  padding-left:50px;
}

#monthly .data span.sibu{
  display: inline-block;
  border: 1px solid #fff;
  font-size:18px;
  margin:-2px 9px 0px 9px;
  padding:3px 5px 0 5px;
  line-height:18px;
  vertical-align:middle;
}

#monthly .data span.name{
  font-size:32px;
  font-weight:bold;
  vertical-align:middle;
}

#monthly .comment{
  width:428px;
  min-height:580px;
  border-right:2px solid #000;
  margin-top:-0px;
  padding-top:10px;
}

#monthly .racer2 .comment,
#monthly .racer4 .comment{
  width:429px;
}

#monthly .comment-inner{
  width:380px;
  min-height:550px;
  margin-left:6px;
  padding:16px;
  text-align: justify;
  background-color: #f9f8f7;
}