@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 {
  background-color: #ed7b89;
  color: white;
  height: 5750px;
}
.profile_title {
  position: relative;
}
.triangle1 {
  position: absolute;
  display: inline-block;
  width: 0px;
  height: 0px;
  border-top: 60px solid #231815;
  border-right: 55px solid transparent;
  border-left: 55px solid transparent;
}
.triangle2 {
  position: absolute;
  display: inline-block;
  width: 0px;
  height: 0px;
  border-top: 55px solid transparent;
  border-bottom: 55px solid transparent;
  border-left: 55px solid #ba5677;
}
.title_box1 {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
  top: 0;
  left: -145px;
  width: 500px;
  height: 110px;
}
.title_box1::before {
  transform: skewX(-45deg);
  content: ""; /*ボックスを作る*/
  position: absolute;/*ポジションで中央に配置*/
  top: 0; 
  bottom: 0; 
  left: 0; 
  right: -55px;
  z-index: -1;/* 親要素の後ろに来るように-1 */
  background-color: #231815;
}
.title_box1 h1 {
  text-align: left;
  padding-left: 20px;
  padding-top: 5px;
  font-size: 70px;
}
.trance {
  display: inline-block;
  transform: skewX(-10deg);
  font-family: serif;
}
.yellow {
  color: #ba5677;
}
.mini {
  position: absolute;
  top: 35px;
  font-weight: normal;
  font-size: 25px;
}


.profile_title2 {
  display: flex;
  position: relative;
  margin-bottom: 10px;
}
.triangle3 {
  position: absolute;
  display: inline-block;
  z-index: 2;
  width: 0px;
  height: 0px;
  border-top: 110px solid #080059;
  border-right: 110px solid transparent;
  border-left: 110px solid transparent;
  top: 10px;
  left: 40px;
}

.title_box2 {
  text-align: right;
  z-index: 3;
  width: 150px;
  height: 70px;
  margin-top: 10px;
  padding-top: 40px;
  background-color: #080059;
  font-size: 22px;
}
.my-parts1 {
  position: absolute;
	display: inline-block;
  z-index: 4;
	width: 50px;
	height: 50px;
	border-radius: 100% 0 0 0;
	background-color: #ed7b89;
  top: 63px;
  left: 850px;
}
.my-parts2 {
  position: absolute;
	display: inline-block;
  z-index: 4;
	width: 50px;
	height: 50px;
	border-radius: 0 0 0 100%;
	background-color: #ed7b89;
  top: 17px;
  left: 850px;
}
.title_box3 {
  z-index: 1;
  width: 630px;
  margin-top: 17px;
  margin-bottom: 10px;
  padding: 0px 0 0px 120px;
  background-color: rgba( 255, 255, 255, 0.45 );
  color: black;
}


.profile_box {
  display: flex;
}
.profile_box_left {
  width: 430px;
  height: 770px;
  margin: 0 10px 5px 15px;
  background-color: white;
}
.profile_box_right {
  width: 430px;
  height: 770px;
  margin: 0 10px 15px 5px;
  background-color: white;
}
.title_racer {
  position: relative;
  z-index: 0;
  width: 430px;
  height: 50px;
  background-color: #e294aa;
}
.racer_traiangle1 {
  position: absolute;
  z-index: 3;
  display: inline-block;
  width: 0px;
  height: 0px;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 25px solid #b8060c;
}
.racer_traiangle2 {
  position: absolute;
  z-index: 2;
  display: inline-block;
  width: 0px;
  height: 0px;
  border-top: 25px solid #c2242c;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
}
.racer_traiangle3 {
  position: absolute;
  z-index: 2;
  display: inline-block;
  width: 0px;
  height: 0px;
  top: 25px;
  border-bottom: 25px solid #c2242c;
  border-right: 25px solid transparent;
  border-left: 25px solid #c2242c;
}
.racer_traiangle4 {
  position: absolute;
  z-index: 1;
  display: inline-block;
  width: 430px;
  height: 25px;
  background-color: #f4b3c8;
}
.title_racer p {
  position:absolute;
  z-index: 3;
  top: -5px;
  right:24px;
  text-align: right;
  font-size: 40px;
  font-style: italic;
  font-weight: bold;
  color: black;
}
.yen {
  left: 270px;
  top: 20px;
  transform: skewX(-10deg);
  font-size: 25px;
}

.profile_photo {
  width: 430px;
  height: 400px; 
}
.profile_middle {
  display: flex;
  width: 430px;
  height: 60px;
  margin-top: 10px;
  color: black;
}
.profile_middle_left {
  position: relative;
  width: 200px;
  height: 60px;
  vertical-align: middle;
}
.blue_triangel {
  position: absolute;
  display: inline-block;
  width: 0px;
  height: 0px;
  left: 70px;
  border-top: 30px solid #380c6d;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.red_triangel {
  position: absolute;
  display: inline-block;
  width: 0px;
  height: 0px;
  left: 70px;
  top: 30px;
  border-top: 30px solid #cf000d;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.profile_middle_left th {
  width: 60px;
  padding-left: 20px;
  color: white;
  font-weight: normal;
  font-size: 20px;
}
.blue {
  background-color: #380c6d;
}
.abu1 {
  position: absolute;
  font-weight: bold;
  font-size: 30px;
  top: -5px;
  left: 110px;
}
.red {
  background-color: #cf000d;
}
.abu2 {
  position: absolute;
  font-weight: bold;
  font-size: 30px;
  top: 25px;
  left: 110px;
}
.profile_middle_right {
  width: 230px;
  background-color: #e6e6e7;
  height: 60px;
}
.profile_middle_right td {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  font-size: 23px;
}
.class {
  width: 70px;
  margin-top: 5px;
  padding-top: 10px;
  border-right: solid 1px; 
}
.area {
  width: 70px;
  margin-top: 5px;
  padding-top: 10px;
  border-right: solid 1px; 
}
.old {
  width: 88px;
  padding-top: 15px;
}




.profile_text1 {
  position:relative;
  margin-left: 15px;
  padding: 0;
  width: 400px;
  height: 117px;
  border-bottom: black dashed 3px;
  color: black
}
.num {
  position: absolute;
  top: 0px;
  left: 0px;
  font-weight: bold;
  font-size: 30px;
}
.furigana {
  position: absolute;
  top: 5px;
  /* left: 110px; */
  font-size: 25px;
  right: 30px;
}
.name {
  position: absolute;
  top: 25px;
  left: -40px;
  font-size: 65px;
}
.horinouchi {
  position: absolute;
  top: 25px;
  left: -40px;
  font-size: 60px;
}
.profile_text2 {
  position:relative;
  width: 430px;
  height: 120px;
  color: black;
}
.profile_text2 div {
  padding-top: 10px;
  padding-left: 30px;
  font-size: 35px;
}
.profile_box a {
  color: black;
}
.profile_box a:hover {
  color: black;
  text-decoration: none;
}


/*
.yobi {
  position: relative;
  margin-top: 10px;
  padding-left: 35px;
}
.yobi_triangel {
  position: absolute;
  display: inline-block;
  width: 0px;
  height: 0px;
  border-top: 15px solid transparent;
  border-left: 15px solid #080059;
  border-bottom: 15px solid transparent;
  top: 5px;
  left: 110px;
}
.yobi_title {
  position: absolute;
  color: white;
  padding: 7px 10px 7px 10px;
  background-color: #080059;
  left: 30px;
}
.retu1 {
  position: absolute;
  top: 0px;
  left: 110px;
  color: black;
}
.retu2 {
  position: absolute;
  top: 25px;
  left: 110px;
  color: black;
}
*/