@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 #m-title{
  position: relative;
}

#monthly h3{
  display: flex;
  align-items: center; 
  text-align: center; 
}

#monthly h3:after{
  content:"";
  flex-grow: 1;  /* 線の伸び率 */
  border-bottom: 1px solid #333;
}
#monthly h3:after{
  margin-left: 10px; 
  padding-right: 15px; 
}

#monthly h4 img{
  width:900px;
}

#monthly #m-title .kisya{
  position: absolute;
  bottom:0px;
  right:0;
  font-size:12px;
}

#monthly h5{
  font-size:24px;
  margin-top:20px;
  letter-spacing: 0.04em;
}

#monthly h5 span{
  color:#c84146;
  font-size:28px;
}

#monthly #m-comment p span{
  color:#eb5c4e;
  font-weight: bold;
}


#monthly #m-comment{
  background-image: url(img/midokoro_backimg.jpg);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size:  100% auto;
  padding-bottom:190px;
}

#monthly #m-comment p.clip1{
  width:800px;
}

#monthly #m-comment p.clip2{
  width:680px;
}


#monthly #m-motor p span{
  display: inline-block;
  width:36px;
  color:#fff;
  background-color: #e60013;
  text-align: center;
  text-indent: 0em;
  line-height:1.2em;
  padding-top:2px;
  margin:0 2px;
}


#monthly #table-box {
  display: flex;
  justify-content: space-between;
  align-items:flex-start;
  margin-top:20px;
}

#monthly #m-motor h5{
  margin-top:30px;
}

#monthly #m-motor h6{
  color: #19a9c7;
  }

  #monthly #m-motor h6 span{
    font-size:14px;
    }

#monthly #yusyo-table{
width: 380px;
}
#monthly #yusyo-table tr {
border-bottom: 1px solid #000;
}

#monthly #yusyo-table tr:first-child {
  border-bottom: 0px;
  }

#monthly #yusyo-table tr:nth-child(2n+1) {
  background: #fffcd2;
 }

#monthly #yusyo-table th {
background: #ed6e47;
color:#fff;
text-align: center;
min-width:60px;
font-size:12px;
font-weight:normal;
vertical-align: middle;
line-height: 1em;
padding:12px 0px;
}
#monthly #yusyo-table td {
text-align: center;
padding:3.5px 0;
}
#monthly #yusyo-table .name {
font-weight: bold;
}

#monthly #yusyo-table .name span{
  font-weight: normal;
  font-size:14px;
}

#monthly .konkai{
  position: relative;
  display: block;
  background-color:#ed6e47;
  color:#fff;
  text-align:center;
  margin-top:10px;
  padding-top:10px;
  padding-bottom:6px;
  border-radius: 8px;
  font-weight:bold;
  font-size:18px;
  line-height:1.2em;
}

#monthly .konkai span{
  display: inline-block;
  background-color:#fff;
  color:#ed6e47;
  border-radius: 50%;
  padding:3px 2px 0 2px;
  font-size:15px;
  line-height:1em;
  margin-bottom:2px;
  margin-left:1px;
  vertical-align: center;
}

#monthly .konkai::before {
  content: "";
  display:block;
  width: 61px;
  height: 74px;
  background-image: url('img/midokoro_tokotan.png');
  background-position: center;
  background-size: contain;
  position:absolute;
  top:-6px;
  left:6px;
}

#monthly .konkai::after {
  content: "";
  display:block;
  width: 61px;
  height: 74px;
  background-image: url('img/midokoro_tokotan.png');
  background-position: center;
  background-size: contain;
  position:absolute;
  top:-6px;
  right:6px;
}

#monthly #motor-table{
  width: 390px;
  }
  #monthly #motor-table tr {
  border-bottom: 1px solid #000;
  }
  
  #monthly #motor-table tr:first-child {
    border-bottom: 0px;
    }
  
  #monthly #motor-table tr:nth-child(2n+1) {
    background: #fffcd2;
   }
  
  #monthly #motor-table th {
  background: #ed6e47;
  color:#fff;
  text-align: center;
  min-width:60px;
  font-size:12px;
  font-weight:normal;
  vertical-align: middle;
  line-height: 1em;
  padding:6px 0px;
  }

  #monthly #motor-table td {
  text-align: center;
  padding:3.5px 0;
  }

  #monthly #motor-table td:nth-child(3),
  #monthly #motor-table td:nth-child(7)  {
    color: #d4403e;
    font-weight: bold;
   }

  #monthly #motor-table th:nth-child(4),
  #monthly #motor-table td:nth-child(4)  {
    border-right:6px solid #fff;
   }

#monthly #motor-table td span{
  display:block;
  background: #c7000d;
  color:#fff;
  width:60%;
  font-weight:bold;
  transform: scale(1.4, 1);
  }

#monthly p.memo{
  font-size:14px;
  text-align: right;
  margin-top:4px;
}