@charset "UTF-8";
.header{
  position: relative;
  z-index: 999;
}
.pageHead--voice {
  /* background-image: url(../img/kv-service.jpg); */
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .pageHead {
    background-image: none;
  }
}
.pageHead--voice::after {
  background-image: url(../img/kv-service.jpg);
}
.innerLayout--intro{
  padding-bottom: 0;
}
.innerLayout--intro.lastSection{
  padding-bottom: 16vw;
}

.voiceIndexSec__inner{
  width: 100%;
}
/* .collayout{
  position: relative;
} */
.collayout__main{
  padding-top: 0;
}
.columnIndex__body{
  padding-top: 0;
}
@media screen and (min-width: 768px) {
.columnIndex__body{
  grid-template-columns: 1fr 1fr 1fr;
}
}

.voice_iframe{
  width: 100%;
  height: 300px;
}
@media screen and (min-width: 768px) {
.voice_iframe{
  width: 100%;
  height: 400px;
}
}

.voicelayout__side{
  position: relative;
  display: none;
  width: 340px;
}
@media screen and (min-width: 768px) {
.voicelayout__side{
  display: block;
  z-index: 1;
}
}
.voicelayout__side img{
  width: 100%;
}
.sideVoice{
  width: 340px;
  position: sticky;
  top: 0;
}
  .sideIndex__body {
    padding-top: 0;
  }

.columnBox__body__sub{
  margin-top: 1em;
  height: 3em;
  overflow: hidden;
}

.columnDetail__body p strong{
  display: block;
  margin-top: 2em;
}

/* 20250807_微調整 */
.pageHeadEn__en{
  font-size: 40px;
}
.columnDetail__body p strong{
  display: inline;
}
.each-culumn-cta-area>.base>.image>img{
  width: 100%;
}
.columnDetail__body h2 {
  color: #000;
  margin: 80px 0 30px 0;
  padding: 15px;
  border-left: 5px solid #033b8f;
  background-color: #ebf3ff;
  font-size: 1.5rem;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, sans-serif, "ＭＳ Ｐゴシック", "MS PGothic";
}
.columnDetail__body h3 {
  font-size: medium;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, sans-serif, "ＭＳ Ｐゴシック", "MS PGothic";
}
.columnDetail__body li {
    list-style: unset;
    margin-left: 30px;
}
.columnDetail__body a:hover {
  color: #033b8f;
}
@media screen and (max-width: 767px) {
  .columnDetail__body li{
    margin-top: 15px;
  }
}