@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 .profile_ch_title,.profile_ch_mikata,.profile_ch_mikata_rate{
  display: flex;
}

/* タイトル */
#monthly .profile_ch_title{
  width: 900px;
  font-size: 14px;
  align-items: flex-end;
  color: black;
}

#monthly .profile_ch_title h3{
  font-size: 50px;
}

/* タイトルここまで */
/* 見方 */
.profile_ch_mikata{
  height: 45px;
  width: 850px;
  margin-left: 50px;
  font-size: 14px;
  padding: 5px 0;
  color: white;
  background-color: black;
  border-radius: 0 30px 30px 0;
  position: relative;
}

.profile_ch_mikata_area{
  position: absolute;
  left: -50px;
  width: 80px;
  height: 45px;
  font-weight: bold;
  border-radius: 20px 0 0 20px;
  text-align: center;
  background-color: #004098;
  color: white;
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
}

.profile_ch_mikata_area_2{
  margin-left: 35px;
}



.profile_ch_mikata_rate2{
  margin-left: 15px;
}

.rate_all{
  background-color: #95005c;
  color: white;
  padding: 0 5px;
  border: 1px solid white;
}

.rate_simonoseki{
  background-color: #100964;
  color: white;
  padding: 0 5px;
  border: 1px solid white;
}

.profile_ch_main{
  width: 900px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.profile_box{
  height: 730px;
  width: 430px;
  margin-top: 15px;
  margin-bottom: 30px;
}

/* box_top */

.profile_box_top{
  position: relative;
  height: 420px;
}

.profile_box_top_img_1{
  position: absolute;
  z-index: 1;
}

.profile_box_top_img_2{
  position: absolute;
  left: 15px;
  top: 5px;
}

/* box_topここまで */
/* profile_box_mid */
.profile_box_mid{
  width: 400px;

  margin-left: 15px;
  text-align: center;
  font-weight: bold;
}

.profile_box_mid_num{
  height: 30px;
  display: flex;
  justify-content: space-between;
  font-size: 25px;
}

.profile_box_mid_name{
  height: 110px;
  font-size: 80px;

}

.profile_box_mid_name a{
  color: #003856;
}

.profile_box_mid_name_l{
  height: 110px;
  font-size: 80px;

}

.profile_box_mid_name_l a{
  color: #6a0035;
}



.profile_box_mid_deta{
  height: 40px;
  font-size: 30px;
  color: black;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

/* profile_box_bottom */

.profile_box_bottom{
  width: 400px;
  text-align: center;
  margin-top: 5px;
  margin-left: 15px;
}


.profile_box_bottom_area{
  display: flex;
  justify-content: space-around;
  font-size: 25px;
  font-weight: bold;
  color: black;
}

.profile_box_bottom_text{
  margin-top: 15px;

  color: black;
  font-weight: bold;
  font-size: 28px;
  text-align: left;
}
