@charset "UTF-8";
#profile {
  background: rgb(167 111 247 / 50%);
}
#profile h2 p.name {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 40px;
  font-weight: bold;
  color: #000;
  margin-left: 5px;
}
#summary {
  overflow: hidden;
}
#summary div.portfolio {
  width: 380px;
  float: left;
}
#photo {
  width: 380px;
  float: left;
  position: relative;
}
#photo li {
  position: absolute;
}
#photo li img{
  width:100%;
  /*height: 570px;*/
}
#thum {
  width: 132px;
  margin-left: 388px;
  margin-bottom: 13px;
}
#thum li {
  width: 98%;
}
#thum li:hover {
  cursor: pointer;
}
#thum li img {
  width: 96%;
}
#summary div.portfolio ul.btn-link {
  clear: both;
}
#summary div.personal {
  width: 380px;
  min-height:550px;
  float: right;
  margin-right: 18px;
}
#profile h3 {
  color: #000;
  font-size: 1.2rem;
  line-height: 1.0em;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 1px;
}
#profile h3 div.ol {
  border: solid 1px #fff;
  padding: 10px 5px;
}
#summary div.qa {
  margin: 0 10px 10px;
}
#summary div.qa div.row {
  display: table;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: solid 2px #eee;
  margin-bottom: 10px;
}
#summary div.qa div.row p.que {
  display: table-cell;
  width: 130px;
  vertical-align: middle;
  border:1px solid #eee;
  border-radius: 2.5px;
  text-align: center;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1.75em;
  padding: 5px 0;
}
#summary div.qa div.row p.ans {
  display: table-cell;
  width: auto;
  padding: 5px 10px;
  vertical-align: top;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1.75em;
}
#summary div.comment {
  margin-top: 20px;
  margin-bottom: 20px;
}
#summary div.comment1 {
  margin-left: 0.5em;
  line-height: 1.4em;
}
#summary div.portfolio ul.btn-link {
  display: flex;
}
#summary div.portfolio ul.btn-link li {
  width: 50%;
  text-align: center;
}
#summary div.portfolio ul.btn-link img {
  width: 100%;
  vertical-align: bottom;
}
#weekly {
  clear: both;
  border-bottom: none;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 10px;
  overflow: hidden;
}
#weekly div.row {
  width: 25%;
  float: left;
  text-align: center;
  border-bottom: solid 1px #fff;
}
#weekly div.row p.ttx {
  color: #fff;
  border-right: solid 1px #fff;
  border-top: solid 1px #fff;
  padding: 5px 0;
}
#weekly div.row:nth-of-type(1) p.ttx {
  border-left: solid 1px #fff;
}
#weekly div.row p.time {
  border-right: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  padding: 5px 0;
}
#weekly .times div.row:nth-of-type(1) p.time {
  border-left: solid 1px #ddd;
}
#weekly div.row:nth-of-type(8) p.time {
  border-left: solid 1px #ddd;
}
#today article {
  width: 20%;
  float: left;
}
#today div.btn-detail {
  background-color: rgba(255, 255, 255, 0);
  text-align: right;
}
#today div.btn-detail img {
  width: 200px;
  vertical-align: bottom;
}
.prftwitter {
  width:510px;
  overflow: hidden;
}
@media screen and (max-width: 770px) {
  #summary div.portfolio {
    width: 100%;
    float: none;
  }
  #summary div.personal {
    width: 95%;
    float: none;
    margin: 1em auto;
}
  #photo {
    width:100%;
    float: none;
  }
  #photo li img {
    width:95%;
    height: auto;
    margin:0 auto;
  }
  #thum {
    width: 95%;
    margin:1em auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #thum li {
    width:30%;
  }
}
@media screen and (max-width: 640px) {
  #profile {
    padding-bottom: 10px;
  }
  #summary {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #weekly {
    display: -webkit-flex;
    display: flex;
    width: 96%;
    margin: 0 auto;
  }
  #weekly .days {
    width:35%;
  }
  #weekly .times {
    width:65%;
  }
  #weekly .times .row {
    width:100%;
    border:none;
  }
  #weekly div.row {
    width: 100%;
    float: none;
    border-bottom: none;
  }
  #weekly div.row p.ttx {
    border-left: solid 1px #fff;
  }
  #weekly div.row:nth-of-type(4) p.ttx {
    border-bottom: solid 1px #fff;
  }
  #weekly .times div.row:nth-of-type(1) p.time {
    border-top: solid 1px #ddd;
  }
  #weekly .times div.row:nth-of-type(1) p.time {
    border-left: none;
  }
  #today {
    overflow: hidden;
    margin-bottom:2em;
  }
  .prftwitter {
    width:100%;
    order: 1;
    margin-top: 20px;
  }

  #vanilla_W{
    display: none;
  }


  #vanilla_W_sp{
    background: rgb(167 111 247 / 30%);
  }
}

#today div.content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.prf_dummy {
  content: '';
  width: 20%;
  display: block;
}
