@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 div#container{
  width:100%;
  background: linear-gradient(180deg, #1ab8b1 0%, #1ab8b1 50px, transparent 50px, transparent 100%),linear-gradient(90deg, #a0a0a1 0%, #a0a0a1 60px, #fff 60px, #fff 100%);
  position:  relative; 
}




#monthly div#title{
  position:  relative; 
  height:70px;
}

#monthly h3{
  display:block;
  font-size:40px;
  color: #fff;
  text-shadow: 1px 2px 3px #333;
  position:  absolute; 
  top: 8px; 
  left:  64px;
  z-index:1;
}

#monthly svg {
  width: 100%;
  height: auto;
  overflow: visible;
  position:  absolute; 
  top: 0px; 
  left:  57px;
}
#monthly  svg text {
  font-size:40px;
  stroke-width:14;
  stroke:#1ab8b1;
  fill:#1ab8b1;
  paint-order:stroke;
  stroke-linejoin: round;
}

#monthly h4{
  color:#168c8c;
  font-size:30px;
  text-shadow: 0px 0px 3px #ccc;
  line-height: 1;
  margin-left:8px;
  margin-bottom:12px;
  text-indent:-8px;
  -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    transform: skewX(-10deg);
}

#monthly .racer1 h4{
float:right;
margin-right:20px;
}

#monthly h4::first-letter{
  font-size:64px;
  float: left;
  margin-right: 5px;
}

#monthly .racer1{
  position:  relative; 
  min-height:600px;
  margin-top:-21px;
  padding:30px 20px;
  background-image: url(img/rookie_racer1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-color: transparent;
}

#monthly .racer1 .text{
  width:400px;
  position:  absolute; 
  top: 90px; 
  right:  20px;
}

#monthly .racer1 .text p{
  margin-top:0;
  margin-bottom: 0.2em;
}

#monthly .racer1 .number{
  position:  absolute; 
  top: 80px; 
  left: 322px; 
  width: 90px;
  font-size:46px;
  font-family: HG教科書体 , serif;
  letter-spacing: -0.1em;
  font-weight: bold;
  text-align: center;
  color:#333;
}

#monthly .racer1 .name{
  position: absolute;
  top: 144px; 
  left: 330px; 
  font-size:48px;
  font-weight: bold;
  display:inline-block;
  writing-mode: vertical-rl;
  align-items: center;
  color:#333;
}

#monthly .profile{
  background: radial-gradient(#000 0%,#000 20%,transparent 70%);
  }

#monthly .racer1 .profile{
  width:350px;
  position:  absolute; 
  bottom: 20px; 
  left:  30px;
  font-size: 12px;
  padding-left:24px;
	text-indent:-24px;
  color:#fff;
}

#monthly .racer1 .profile .prof-title{
 font-weight: bold;
 font-size:16px;
 position: relative;
 margin-bottom:6px;
}

#monthly .racer1 .profile .prof-title span{
  display: inline-block;
  width: 24px;
  height: 22px;
  line-height: 24px;
  font-size:20px;
  margin-right:2px;
  background-color:#18b3ac;
  border-radius: 50%;
  color: #292b2c;
  text-align: center;
  text-indent:0em;
}

#monthly .racer1 .profile .prof-title:before {
  position: absolute;
  top: 22px;
  left: -12px;
  transform: translateX(-50%);
  height: 100px;
  width: 1px;
  background-color: #fff;
  content: "";
}

#monthly .racer2{
  position:  relative; 
  min-height:540px;
  margin-top:-2px;
  padding:40px 20px;
  border-top:2px solid #333;
  background-image: url(img/rookie_racer2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-color:#fff;
}


#monthly .racer2 .text{
  width:400px;
  position:  absolute; 
  top: 100px; 
  left:  20px;
}

#monthly .racer2 .text p{
  margin-top:0;
  margin-bottom: 0.2em;
}

#monthly .racer2 .number{
  position:  absolute; 
  top: 60px; 
  left: 514px; 
  width: 90px;
  font-size:46px;
  font-family: HG教科書体 , serif;
  letter-spacing: -0.1em;
  font-weight: bold;
  text-align: center;
  color:#333;
}

#monthly .racer2 .name{
  position: absolute;
  top: 128px; 
  left: 522px; 
  font-size:48px;
  font-weight: bold;
  display:inline-block;
  writing-mode: vertical-rl;
  align-items: center;
  color:#333;
}

#monthly .racer2 .profile{
  width:350px;
  position:  absolute; 
  bottom: 20px; 
  right:  60px;
  font-size: 12px;
  padding-left:24px;
	text-indent:-24px;
  color:#fff;
}

#monthly .racer2 .profile .prof-title{
 font-weight: bold;
 font-size:16px;
 position: relative;
 margin-bottom:6px;
}

#monthly .racer2 .profile .prof-title span{
  display: inline-block;
  width: 24px;
  height: 22px;
  line-height: 24px;
  font-size:20px;
  margin-right:2px;
  background-color:#18b3ac;
  border-radius: 50%;
  color: #292b2c;
  text-align: center;
  text-indent:0em;
}

#monthly .racer2 .profile .prof-title:before {
  position: absolute;
  top: 22px;
  left: -12px;
  transform: translateX(-50%);
  height: 100px;
  width: 1px;
  background-color: #fff;
  content: "";
}