@charset "UTF-8";
/* CSS Document */
.pc_none {
  display: none;
}
.sp_none {
  display: block;
}
#bycurrent_box {
  width: 1000px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#bycurrent_box img {
  width: 100%;
  vertical-align: bottom;
}
.bycurrent_titletext {
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  margin: 20px 0;
}
.bycurrent_titletext1 {
  color: #cc0000;
}
.bycurrent_titletext2 {
  color: #cc9900;
}
.bycurrent_titlelead {
  color: #0099cc;
  font-size: 16px;
  line-height: 24px;
  margin: 40px 0 0 0;
}
.bycurrent_interview {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.08em;
  margin: 60px 0 0 0;
}
.bycurrent_interview_ph_l {
  float: left;
  width: 268px;
  margin: 0 50px 50px 0;
}
.bycurrent_interview_ph_r {
  float: right;
  width: 268px;
  margin: 0 0 50px 50px;
}
.bycurrent_interview_name1 {
  color: #073667;
  font-weight: bold;
}
.bycurrent_interview_name2 {
  color: #ff9933;
  font-weight: bold;
}
.bycurrent_interview_name3 {
  color: #38587e;
  font-weight: bold;
}
.bycurrent_interview_title {
  font-size: 24px;
  line-height: 48px;
  margin: 0 0 30px 0;
  color: #0099cc;
  font-weight: bold;
  border-left: solid #0099cc 6px;
  padding: 0 0 0 2px;
}
.bycurrent_interview_title span {
  display: block;
  color: #0099cc;
  font-weight: bold;
  border-left: solid #0099cc 2px;
  padding: 0 0 0 10px;
}
.bycurrent_logo {
  width: 230px;
  margin: 0 auto;
  text-align: center;
  padding: 100px 0 85px 0;
}
/* =========================================
SP
========================================= */
@media only screen and (max-width:768px) {
    body {
        width: 100% !important;
        margin: 0 !important;
    }
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
    #bycurrent_box {
  width: 100%;
}
.bycurrent_titlenote {
  font-size: 1.3333333333333335vw;
  line-height: 2.666666666666667vw;
    text-align: right;
  margin:0 auto 2.666666666666667vw auto;
    width: 96%;
}
.bycurrent_titletext {
  font-size: 2.933333333333333vw;
  line-height: 4.8vw;
  margin: 2.666666666666667vw 0;
}
.bycurrent_titlelead {
  font-size:3.2vw;
  line-height: 5.333333333333334vw;
  margin:  5.333333333333334vw auto 0 auto;
    width: 96%;
}
.bycurrent_interview {
  font-size: 3.2vw;
  line-height: 4.8vw;
    width: 96%;
    margin: 8vw auto 0 auto;
}
.bycurrent_interview_ph_l {
  float: none;
  width: 60%;
  margin: 0 auto;
}
.bycurrent_interview_ph_r {
  float: none;
  width: 60%;
  margin: 0 auto;
}
.bycurrent_interview_title {
  font-size: 3.733333333333334vw;
  line-height: 6.4vw;
  margin: 0 0 30px 0;
}

.bycurrent_logo {
  width:40%;
  margin: 0 auto;
  padding: 13.333333333333334vw 0 11.333333333333332vw 0;
}
    
}