@charset "utf-8";

/*全体*/
.content{
  padding: 0px 0 120px;
}

.content .common_title .jp_title{
  color: #1D2959;
}
.pagevisual {
  background: url("../../../img/mv_detail.webp") no-repeat  top;
  background-size: cover;
}
.common_link{
  text-transform: inherit;
  line-height: 1.4;

  .letter{
    letter-spacing: 0;
  }
}
/*アンカー*/
.pro .anker{
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 50px;
  margin-top: 60px;
}
.pro .anker a{
  max-width: 241px;
  width: 100%;
  background: #0099CC;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  letter-spacing: 2.8px;
  position: relative;
}
.pro .anker a::after{
  content: "";
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  right: 5px;
}
.pro .anker a span{
  background: #DEF3FC;
}
.pro .anker a.common_link:hover{
  transition: .5s;
  color: #1D2959;
}
.pro .anker a.common_link:hover::after{
  border-top: 2px solid #1D2959;
  border-right: 2px solid #1D2959;
  transition: .5s;
}

.pro_inner{
  display: flex;
  gap: 20px;
  margin-top: 30px;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.pro_inner--box{
  max-width: 328px;
  width: 100%;
}
.pro_inner--tt{
  background:#f3f3f3;
  height: 233px;
  text-align: center;
  padding: 10px 3%;
  color: #1D2959;
  font-weight: bold;
  margin-bottom: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pro_inner--tt h3{
  font-size: 2rem;
  line-height: 1.5;
}
.pro_inner--tt .text{
  padding-bottom: 5px;
  line-height: 1.5;
  padding-bottom: 10px;
}
.pro_inner--tt + p{
  font-size: 1.4rem;
}
/* 中身 */

.pro{
  max-width: 1024px;
  width: 95%;
  margin: auto;
}

@media screen and (max-width: 1279px) {
/* 推奨動作環境1280pxに固定 */
  body {
    width: 1280px;
  }
}

@media screen and (min-width: 767px),print {
  /*インタビュー*/
  .voice_bg{
    height: 400px;
  }
}

@media screen and (max-width: 767px) {
/* スマホ閲覧時、横幅可変 */
  body {
    width: 100%;
  }
  .content{
    padding-bottom: 40px;
  }


  /*アンカー*/
  .pro .anker{
    gap: 10px;
    margin-bottom: 53px;
    flex-wrap: wrap;
  }
  .pro .anker a{
    max-width: calc(50% - 5px);
    width: 190px;
    font-size: 1.2rem;
    line-height: 1.6;
    padding: 10px 25px 10px 10px;
  }
  .pro .anker a::after{
    right: 5px;
  }

  .pro_inner{
    margin-bottom: 30px;
    gap: 10px;
  }
  .pro_inner--box{
    margin-bottom: 20px;
    max-width: calc(50% - 10px);
    width: 260px;
  }
  .pro_inner--tt{
    justify-content: space-between;
    padding: 20px 3%;
  }
  .pro_inner--tt h3{
    font-size: 1.5rem;
    line-height: 1.3;
  }
  .pro_inner--tt .text{
    font-size: 1.2rem;
  }

}

/* 印刷用設定 */
@media print {

}
@page {
  size: A4;
  margin: 5px;
}
