@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: #f28e0f;
  color: white;
  height: 8180px;
}
.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 #e0d000;
}
.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: #e0d000;
}
.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: #f28e0f;
  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: #f28e0f;
  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: 550px;
  margin: 0 10px 5px 15px;
  background-color: white;
}
.profile_box_right {
  width: 430px;
  height: 550px;
  margin: 0 10px 15px 5px;
  background-color: white;
}
.title_racer {
  position: relative;
  z-index: 0;
  width: 430px;
  height: 50px;
  background-color: #e0d000;
}
.racer_traiangle1 {
  position: absolute;
  z-index: 2;
  display: inline-block;
  width: 0px;
  height: 0px;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 25px solid #b90905;
}
.racer_traiangle2 {
  position: absolute;
  z-index: 2;
  display: inline-block;
  width: 0px;
  height: 0px;
  border-top: 25px solid #c32f04;
  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 #c32f04;
  border-right: 25px solid transparent;
  border-left: 25px solid #b90905;
}
.racer_traiangle4 {
  position: absolute;
  z-index: 1;
  display: inline-block;
  width: 430px;
  height: 25px;
  background-color: #f8e900;
}
.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_racer {
  display: flex;
}
.profile_photo {
  width: 300px;
  height: 260px;
}
.profile_table {
  width: 130px;
  height: 260px;
  margin: auto;
}
.profile_table tr:nth-child(-n+4){
  height: 35px;
}
.profile_table tr:nth-child(n+5){
  height: 30px;
}
.profile_table th,td {
  text-align: center;
  vertical-align: middle;
}
.profile_table tr:nth-child(1){
  background-color: #380c6d;
  font-size: 22px;
}
.profile_table tr:nth-child(2){
  background-color: white;
  color: black;
  font-size: 26px;
  font-weight: bold;
}
.profile_table tr:nth-child(3){
  background-color: #cf000d;
  font-size: 22px;
}
.profile_table tr:nth-child(4){
  background-color: white;
  color: black;
  font-size: 26px;
  font-weight: bold;
}
.profile_table tr:nth-child(n+5){
  background-color: #e6e6e7;
  color: black;
  font-size: 22px;
}

.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;
}
.name {
  position: absolute;
  top: 25px;
  left: -40px;
  font-size: 65px;
}
.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;
}
.retu2 {
  position: absolute;
  top: 25px;
  left: 110px;
}
*/

