@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;
}


/*各ページ*/
.dream_midashi {
  display: block;
}

.flex2 {
  display: flex;
  width: 400px;
  justify-content: space-between;
  margin: auto;
}

.flex3 {
  display: flex;
  width: 317px;
  justify-content: space-between;
  margin: auto;
  margin-top: 5px;
  margin-bottom: 10px;
}

.flex4 {
  display: flex;
  width: 900px;
  justify-content: space-around;
  margin-bottom: 30px;
  align-items: center;
}

.flex5 {
  display: flex;
  justify-content: space-between;
}

.center {
  text-align: center;
}

.dream_title_1 {
  background-color: #000;
  color: #FFF;
  font-size: 40px;
  width: 65px;
  text-align: center;
  font-weight: bold;
  border: 5px solid #000;
}

.dream_title_2 {
  background-color: #BCDAD2;
  color: #000;
  font-size: 40px;
  width: 65px;
  text-align: center;
  font-weight: bold;
  border: 5px solid #000;
}

.date {
  font-size: 50px;
}

.firstday {
  font-size: 30px;
}

.zenkoku_1 {
  background-color: #00492D;
  color: #fff;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
  width: fit-content;
  float: left;
}

.toda_1 {
  background-color: #744077;
  color: #fff;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
  width: fit-content;
  float: left;
}

.profile_content {
  display: block;
}

.border {
padding: 1px;
background-color: #000;
color: #ffffff;
width: 270px;
margin: auto;
}

.border_1 {
padding: 1px;
background-color: #000;
color: #ffffff;
width: 270px;
margin: auto;
margin-bottom: 20px;
}


.race {
  font-size: 30px;
}


.dream_table {
  width: fit-content;
  border: 2px solid;
  margin: auto;
}

.dream_table th {
  text-align: center;
  background-color: #727171;
  color: #fff;
  padding: 3px;  
}

.chakuritsu {
  text-align: center;
  background-color: #FFF;
  border: 1px solid;
  vertical-align: middle;
  padding: 3px;
}

.data1 {
  background-color: #E3CEAC;
  text-align: center;
  border: 1px solid;
  vertical-align: middle;
}

.zenkoku_toda {
  width: 120px;
  margin: 5px auto;
}

.zenkoku {
  background-color: #00492D;
  color: #fff;
  text-align: center;
  border-right: 1px solid #fff;
}

.border_green {
  border-right: 1px solid #fff;
}

.toda {
  background-color: #744077;
  color:#fff;
  text-align: center;
}

.zenkoku_data {
  text-align: center;
  /* border-bottom: 6px solid #00492D; */
  /* border-right: 1px solid #fff; */
}

.toda_data {
  text-align: center;
  /* border-bottom: 6px solid #744077; */
}

.decoration1 {
  position: absolute;
}

.border_green {
  padding: 3px;
  background-color: #00492D;
  color: #ffffff;
  width: 72px;
}

.border_purple {
  padding: 3px;
  background-color: #744077;
  color: #ffffff;
  width: 72px;
}

.comment1 {
  writing-mode: vertical-rl;
  text-orientation: upright;
  position: absolute;
  right: 13px;
  font-size: 14px;
}

.comment1 span {
  text-combine-upright: all;
}

.comment2 {
  writing-mode: vertical-rl;
  text-orientation: upright;
  position: absolute;
  right: 22px;
  font-size: 14px;
}

.comment2 span {
  text-combine-upright: all;
}


.text1 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
}

.flex1 {
  display: flex;
  margin: auto;
  margin-bottom: 20px;
  height: 500px;
}

.box1 {
  display: block;
  background-color: #E6E6DF;
  position: relative;
}

.photo {
  object-fit: cover;
}

.mine_1 {
  margin: auto;
  display: block;
  margin-top: 15px;  
}

.box2_mine {
  width: 75px;
  position: relative;
  background: linear-gradient(0deg, rgba(191, 187, 186, 1) 0%, rgba(255, 255, 255, 1) 50%);
}

.box2_ikeda {
  width: 75px;
  position: relative;
  background: rgb(30,19,17);
  background: linear-gradient(0deg, rgba(30,19,17,1) 0%, rgba(0,0,0,1) 50%);
  color: #fff;
}

.box2_yamaguchi {
  width: 75px;
  position: relative;
  background: rgb(131,22,25);
  background: linear-gradient(0deg, rgba(131,22,25,1) 0%, rgba(176,32,37,1) 50%);
  color: #fff;
}

.box2_busujima {
  width: 75px;
  position: relative;
  background: rgb(0,49,92);
  background: linear-gradient(0deg, rgba(0,49,92,1) 0%, rgba(0,67,130,1) 50%);
  color: #fff;
}

.box2_shirai {
  width: 75px;
  position: relative;
  background: rgb(182,156,1);
  background: linear-gradient(0deg, rgba(182,156,1,1) 0%, rgba(221,190,0,1) 50%);
}

.box2_kayahara {
  width: 75px;
  position: relative;
  background: rgb(32,80,42);
  background: linear-gradient(0deg, rgba(32,80,42,1) 0%, rgba(44,110,58,1) 50%);
  color: #fff;
}


.goutei {
  text-align: center;
}

.goutei_number_white {
  font-size: 60px;
  line-height: 45px;
  padding-top: 18px;
  text-align: center;
}
.goutei_number_black {
  font-size: 60px;
  line-height: 45px;
  padding-top: 18px;
  text-align: center;
}



.decoration {
  margin: auto;
  display: block;
  width: 65px;
}

.name {
  writing-mode: vertical-rl;
  font-size: 35px;
  font-weight: bold;
  position: absolute;
  left: 2px;
}

.furigana {
  writing-mode: vertical-rl;
  font-size: 13px;
  position: absolute;
  left: 47px;
}

.block1 {
  display: block;
  position: absolute;
  bottom: 16px;
  left: 9px;
  width: 59px;
}

.border1_black {
  padding: 1.5px;
  background-color: #000;
}

.border1_white {
  padding: 1.5px;
  background-color: #fff;
}


.personal_data1_black {
  text-align: center;
  border-bottom: 4px dotted #000000;
  width: 30px;
  margin: auto;
}

.personal_data1_white {
  text-align: center;
  border-bottom: 4px dotted #fff;
  width: 30px;
  margin: auto;
}

.personal_data2 {
  text-align: center;
}

.personal_data3_black {
  text-align: center;
  border-top: 4px dotted #000000;
  width: 37px;
  margin: auto;
}

.personal_data3_white {
  text-align: center;
  border-top: 4px dotted #fff;
  width: 37px;
  margin: auto;
}


.border4_black {
  padding: 1.5px;
  background-color: #000;
}
.border4_white {
  padding: 1.5px;
  background-color: #fff;
}

.syoritsu {
  width: 120px;
  margin: 0 5px;
}

.dream_zenkoku {
  margin-bottom: 5px;
}