@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 .cf {
    *zoom: 1;
}

#monthly a {
  text-decoration: underline;
}

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


/*各ページ*/

#monthly .profile_container {
  width: 900px;
  display: flex;


  justify-content: space-between;
  margin-bottom: 10px;
}

#monthly .profile_border{
  border: 1px solid black;
  width: 430px;
  height: 555px;

}



#monthly .profile_tittle_box{
  width: 430px;
  font-size: 50px;
  font-weight: bold;
  justify-content: space-around;

}

#monthly .profile_tittle{
  background-color: #19641d;
  color: white;
  padding: 0px 10px;
  margin: 10px 0px;
}

#monthly .profile_tittle_box{
  display: flex;
}

#monthly .profile_tittle_caution{
  text-align: center;
  color: black;
  margin-bottom: 30px;

}

#monthly .profile_mikata{
  text-align: center;

}

#monthly .profile_mikata_text{
  background-color: black;
  color: white;
  padding: 0px 10px;
  font-weight: bold;
  border-radius:5px 5px 0px 0px;
}

#monthly .profile_box{
  width: 430px;

}

#monthly .profile_box_dummy{
  background-color:#d0e0c0;
  width: 410px;
  position: relative;
  left: 10px;
}


#monthly .profile_box_a{
  background-color:#d0e0c0;
  width: 430px;
  

}

#monthly .profile_box_b{
  display: flex;

}

#monthly .profile_box_c{
  background-color:#f2d5db;
  width: 430px;
  
}


#monthly .mikata_seiseki_box{
  margin-top: 10px;
  font-weight: bold;
}


#monthly .mikata_seiseki{
  display: flex;

}

#monthly .mikata_seiseki p {
  text-indent: initial;
}

#monthly .mikata_space{
  margin-left: 15px;
  width: 75px;
  font-size: 20px;
}

#monthly .mikata_space_text{
  width: 300px;
  font-size: 17px;
  color: black;
}

#monthly .profile_rate{
  font-size: 20px;
  text-align: center;
  position: relative;
  bottom: 6px;
}

#monthly .profile_zenkoku{
  background-color: #a54a98;
  color: white;
  padding: 0px 5px;
  font-weight: bold;
}

#monthly .profile_zenkoku_rate ,.profile_wakamatu_rate{
  background-color: white;
  color: black;
  padding: 0px 10px;
}

#monthly .profile_wakamatu{
  background-color:#003586 ;
  color: white;
  padding: 0px 5px;
  font-weight: bold;
}

#monthly .profile_right{
margin: 15px 0px 0px 10px;
}

#monthly .profile_reason{
  font-size: 17px;
  font-weight: bold;
  color: #1d6eab;
}

#monthly .profile_num_box{
  display: flex;
  justify-content: space-between;
}

#monthly .profile_num{
  font-size: 20px;
  font-weight: bold;
  color: black;
}

#monthly .profile_yomi{
  font-size: 14px;
  position: relative;
  top: 5px;
  color: black;
}


#monthly .profile_name_dummy{
  font-size: 50px;
  font-weight: bold;
  color: #19641d;
}

#monthly .profile_name{
  font-size: 48px;
  font-weight: bold;
  color: #19641d;
  text-align: center;
  position: relative;
  bottom: 5px;
}

#monthly .profile_name a{
  color: #19641d;
}

#monthly .profile_name_w{
  font-size: 48px;
  font-weight: bold;
  color: #19641d;
  text-align: center;
  position: relative;
  bottom: 5px;
}

#monthly .profile_name_w a{
  color: #ca4673;
}


#monthly .profile_data_dummy{
  margin-top: 15px;
  font-weight: bold;
  color: black;
}

#monthly .profile_data{
  font-size: 20px;
  text-align: center;
  color: black;
  position: relative;
  bottom: 10px;
}

#monthly .profile_data_top{
  font-size: 20px;
  text-align: center;
  color: black;
  position: relative;
  bottom: 10px;
}

#monthly .profile_miss{
  margin-top: 3px;
  text-indent: initial;
  text-align: center;
  font-size: 14px;
  color: black;
}

#monthly .profile_comment{
  text-indent: initial;
  width: 390px;
  color: black;
  font-weight: bold;
  margin-left: 15px;
  padding-bottom: 15px;
}