@charset "UTF-8";
@import url("../global.css");
.content-h2{
  position: relative;
  font-size: 5vw;
  font-weight: 300;
  color: #4169e1;
  text-align: left;
  margin: auto auto 1vw 4vw;
  padding: 0 0 0 4vw;
  border-left: 4px solid #99bde0;
}
.content-h2::after{
  position: absolute;
  content: "";
  left: -50%;
  bottom: -10px;
  width: 150%;
  border-bottom: .5px solid #4169e1;
}

#cover{
  text-align: left;
}
#cover > h2{
  margin: 3vw 3vw 0 3vw;
}
#cover > h2 > img{
  border-radius: 4% 4%;
}
#cover > h3{
  margin: auto 3vw;
  overflow: hidden;
  text-align: left;
}
#cover > h3 span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  text-align: left;
}
#cover > h3 span::before,
#cover > h3 span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 1px;
  background-color: #ccc;
}
#cover > h3 span::before {
  right: 100%;
}
#cover > h3 span::after {
  left: 100%;
}
#dl-career{
  width: 92vw;
  margin: 2vw auto;
}
#dl-career dt{
  font-size: 2.4vw;
  color: #4169e1;
  margin: 2% auto 1% auto;
}
#dl-career dd{
  font-size: 3.4vw;
  margin: auto auto 2% auto;
  border-bottom: 1px dotted #4169e1;
}

#con-comment{
  width: 92%;
  margin: 4vh auto;
  text-align: left;
}
#con-comment > h2{
  margin: 1% auto 4% auto;
  font-size: 5vw;
  font-weight: 200;
}
#con-comment > p{
  font-size: 3.2vw;
  line-height: 5vw;
}

#con-episode{
  margin: 4vh auto;
}

#con-episode > h3{
  font-size: 4.5vw;
  font-weight: 300;
  text-align:left;
  margin: 5vw auto 2vw auto;
  width: 94%;
  position: relative;
  display: inline-block;
  padding-bottom:8px;
  border-bottom: 2px solid #99bde0;
}

#con-episode > h3::before,
#con-episode > h3::after {
  position: absolute;
  top: 100%;
  left:10%;
  transform:translateX(-50%);
  content: '';
  border: 10px solid transparent;
}

#con-episode > h3::before {
  border-top: 10px solid #99bde0;
}

#con-episode > h3::after {
  margin-top: -3px;
  border-top: 10px solid white;
}

#con-episode > p{
  color: #42515a;
  font-size: 3.4vw;
  font-weight: 200;
  text-align:left;
  margin: 2vw auto;
  width: 94%;
}
.img-two-ul{
  width: 94%;
  margin: 2vw auto;
}
.img-two-ul li{
  vertical-align: top;
  display: inline-block;
  width: 50%;
}

.img-two-ul li p{
  margin:5px;
  text-align:left;
  padding: 2px 4px;
  font-size: 3.4vw;
}

.img-two-ul li img{
  margin:5px;
}

.img-one-ul{
  width: 94%;
  margin:auto;
}
.img-one-ul li{
  vertical-align: top;
  display: inline-block;
  width: 100%;
}


#con-comment02{
  width: 92vw;
  margin: 4vh auto;
  padding: 2vw;
  text-align: left;
  background-color: #fdfdfd;
}
#dl-career02{
  width: 92vw;
  text-align:left;
  margin: 2vw auto;
}
#dl-career02 dt{
  font-size: 3vw;
  color: #4169e1;
  text-align:left;
  margin: 2% auto 1% auto;
}
#dl-career02 dd{
  text-align:left;
  font-size: 3.4vw;
  margin: auto auto 2% auto;
  border-bottom: 1px dotted #4169e1;
}

