@charset "UTF-8";
/* CSS Document */
#main {
  margin-bottom: 20px;
}
#profile {
  width: 40%;
  height: auto;
  float: left;
  margin-left: 20px;
}
#profilemore {
  width: 45%;
  height: 100%;
  float: right;
  text-align: left;
  margin-right: 20px;
}
#profilemore h3 {
  font-size: 1.8em;
  padding-left: 20px;
  margin: px 0 50px;
  letter-spacing: 0.3em;
  border-left: 3px solid #e60110;
  border-bottom: 3px solid #e60110;
  margin-bottom: 80px;
}
#profiletop {
  height: 60%;
}
.hurigana {
  font-size: 0.4em;
  letter-spacing: 0em;
  color: #a6a6a6;
}
.category {
  font-size: 1.5em;
  padding-left: 20px;
  border-left: 3px solid #FFFFFF;
}
.answer {
  padding-left: 40px;
}
#linkicon {
  width: 100%;
  align-content: center;
  text-align: center;
}
.snsicon {
  border: solid 1px #000;
  padding: 2px;
}
.snsicon:hover {
  border: solid 1px #e60110;
  padding: 2px;
}
.flex {
  padding: 2.5% 0;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.flex > * {
  width: 8%;
  text-align: center;
}
.box_srcollbar {
  overflow: auto;
  width: 82%;
  height: 100px;
  padding: 5px;
  border: 1px solid #000;
  background-color: #222222;
  color: #FFF;
  font-size: 0.7em;
  margin-left: 40px;
}
#scrollbar {
  height: 100%;
}
#sub {
  width: 100%;
}
#sub h3 {
  width: 100%;
  font-size: 1.5em;
  margin: px 0 50px;
  letter-spacing: 0.3em;
  border-bottom: 3px solid #e60110;
  margin-bottom: 20px;
}
#twettermobile {
  display: none;
}
@media screen and (max-width: 1024px) { /*ウィンドウ幅が最大767pxまでの場合に適用*/
  .snsicon {
    width: 25px;
  }
}
@media screen and (max-width: 479px) { /*ウィンドウ幅が最大479pxまでの場合に適用*/
  #twetter {
    display: none;
  }
  #twettermobile {
    display: block;
    height: 350px;
  }
  #main {
    width: 100%;
  }
  #sub {
    width: 100%;
  }
  #profile {
    width: 90%;
    margin: auto;
    float: none;
  }
  #profilemore {
    width: 90%;
    margin: auto;
    float: none;
  }
  #twettermobile {
    height: 200px;
  }
  .snsicon {
    width: 30px;
  }
}