@charset "UTF-8";

.biz-page-title-info {
  color: #000000;
  font-weight: bold;
  font-size: 150%;
  line-height: 1;
  text-align: left;
  padding-left: 44px;
  position: relative;
}
.biz-page-title-info::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 30px;
  height: 3px;
  background-color: #357eec;
}

.biz-box-btn-link-05_btn{
  width: 100%;
}

.biz-title-lv1-01{
  position: relative;
}
.biz-title-lv1-01_header{
  position: absolute;
  top: 10%;
  left: 0;
  z-index: 2;
  width: 100%;
  justify-content: flex-start;
  padding: 0 30px;
  box-sizing: border-box;
}
.biz-title-lv1-01_header-inner{
  width: 100%;
}
.biz-title-lv1-01_title{
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: normal;
  font-size: 215%;
}
.biz-title-lv3-01_title{
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: normal;
  margin-right: auto;
  margin-left: auto;
  max-width: 950px;
  width: 100%;
  font-size: 120%;
  margin-top: 5px;
  text-align: center;
}
.biz-title-lv1-01_image{
  height: auto;
}

.biz-box-link-12_detail-text{
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
.biz-box-link-12_detail-text:after{
  content: '';
  margin: auto;
  width: 10px;
  height: 14px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(/biz/set/common/jupiter/shared/img/icon-arrow-02.svg) no-repeat 100% 50%;
  background-size: auto 100%;
}

#pickup .biz-title-lv2-01_title,
#pickup .biz-title-lv2-01_text {
  color: #fff;
}
#pickup.biz-layout-block-03 {
  background-color: #0f2d49;
}