@charset "utf-8";


/* ==================================================
mv__btns
================================================== */
.mv__btns .btns01{
  width: 100%;
  background-color: #F5F5F5;
}
.mv__btns .btns01 .title{
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.mv__btns .btns01 .title span {
  font-size: 18px;
}
.mv__btns .btns01 .nmlBtn{
  width: 100%;
  margin-bottom: 8px;
  margin-top: 0;
}
.mv__btns .btns01 .nmlBtn a{
  position: relative;
  padding: 5px;
  width: 100%;
  border-radius: 4px;
  color: #fff;
}
.mv__btns .btns01 .nmlBtn a::before {
  position: absolute;
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  right: 8px;
  bottom: 8px;
  background: url(/company/group/hirogin-bs/top_v2/images/icon_blank_white.svg) no-repeat;
  background-size: contain;
}
.mv__btns .btns01 .nmlBtn .btns01_text {
  font-weight: bold;
}
.mv__btns .btns01 .nmlBtn .text--sub{
  display: block;
  font-size: 12px;
}
.mv__btns .btns01 .nmlBtn .text--sub.-login{
  font-size: 14px;
}
.mv__btns .btns01 .nmlBtn .text--main{
  font-size: 18px;
}
.mv__btns .btns01 .links{
  display: flex;
  justify-content: center;
  gap: 0 16px;
  font-size: 12px;
}
.mv__btns .textLink_icon.-arrow {
  width: 10px;
  height: 8px;
  margin-left: 0;
}
.mv__btns .textLink_icon.-blank {
  width: 10px;
  height: 10px;
  margin-left: 0;
  margin-top: 0;
}
.mv__btns .btns01--kojin{
  flex: 0 0 386px;
  padding: 12px 26px;
  border-bottom: 1px solid #BFC2D3;
}
.mv__btns .btns01--kojin .nmlBtn a{
  background: #0041B4;
}
.mv__btns .btns01--hojin{
  flex: 0 0 386px;
  padding: 15px 20px;
}
.mv__btns .btns01--hojin .nmlBtn a{
  background: #00A9E0;
}
.mv__btns .btns02_wrap{
  display: flex;
  padding: 16px 10px;
  gap: 0 7px;
}
.mv__btns .btns02_wrap .btns02{
  flex: calc(100% / 2 - 7px);
}
.mv__btns .btns02 .btns02_link {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 1.6;
  font-weight: bold;
  border-radius: 8px;
  box-shadow: 0 2px 8px transparent, inset 0 3px 6px rgba(0, 0, 0, 0.1);
  padding: 12px 16px 9px;
  background-color: #fff;
}
.mv__btns .btns02 .btns02_link.-account::before {
  position: absolute;
  content: '';
  display: block;
  bottom: 8px;
  right: 8px;
  width: 12px;
  height: 12px;
  background: url(/company/group/hirogin-bs/top_v2/images/icon_blank.svg) no-repeat;
  background-size: contain;
}
.mv__btns .btns02 .btns02_link.-campaign::before {
  position: absolute;
  content: '';
  display: block;
  bottom: 8px;
  right: 8px;
  border-top: 6px solid transparent;
  border-right: 6px solid #0041B4;
  border-bottom: 6px solid #0041B4;
  border-left: 6px solid transparent;
}
.mv__btns .btns02 .btns02_image {
  width: 48px;
  height: 48px;
  margin-bottom: 7px;
}
.mv__btns .btns02 .btns02_link .text {
  margin: auto 0;
  text-align: center;
}

.acd .nmlBtn .text--main {
  display: block;
  margin: 3px 0;
  font-size: 14px;
  font-weight: bold;
}


/* ==================================================
elements
================================================== */
/* --------------------------------------------------
list_title
-------------------------------------------------- */
.list_title {
  color: #0041B4;
  font-weight: bold;
  font-size: 17px;
  text-align: left;
}

/* --------------------------------------------------
newsList
-------------------------------------------------- */
.newsList {
  width: 100%;
  margin: 0 auto 30px;
}
.newsList li {
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
.newsList li:nth-child(even) {
  background: #fff;
}

.newsList li > span {
  display: block;
  width: 100%;
  padding: 8px 0;
  text-decoration: none;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}

.newsList li > span span.date {
  display: inline-block;
  min-width: 10em;
  margin-bottom: 3px;
  color: #666;
  vertical-align: middle;
}

.newsList li.pdf > span span.read {
  position: relative;
}

/* --------------------------------------------------
panel_img
-------------------------------------------------- */
.panel_img {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
.panel_img > li {
  width: 100%;
  margin-bottom: 20px;
}
.panel_img__img {
  position: relative;
  width: 100%;
}
.panel_img__img > img {
  width: 100%;
}
.panel_img__txt {
  display: block;
  position: static;
  border: 1px solid #ccc;
  background-color: #fff;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.panel_img__img + .panel_img__txt {
  padding: 15px;
}
.panel_img__txt .text--sub {
  display: block;
  font-size: 14px;
  color: #222;
}
.panel_img__txt .text--main {
  position: relative;
  display: block;
  padding-right: 20px;
  font-size: 18px;
  color: #126de0;
  font-weight: bold;
  background-size: 6px 9px;
}

/* --------------------------------------------------
linkPanel
-------------------------------------------------- */
.linkPanel {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
.linkPanel > li {
  width: 100%;
  margin-bottom: 20px;
}
.linkPanel > li > a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  text-decoration: none;
  border: 1px solid #a4bfe1;
}
.linkPanel__img {
  position: relative;
  width: 100%;
}
.linkPanel__img > img {
  width: 100%;
}
.linkPanel__txt {
  display: block;
  padding: 0;
}
.linkPanel__img + .linkPanel__txt {
  padding: 10px;
}
.linkPanel__txt .text--sub {
  display: block;
  font-size: 14px;
  color: #222;
}
.linkPanel__txt .text--main {
  position: relative;
  display: block;
  padding-right: 40px;
  font-size: 18px;
  color: #126de0;
  font-weight: bold;
  background-size: 6px 9px;
}
.linkPanel__txt .text--main:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  width: 36px;
  height: 28px;
  border-left: 1px solid #ddd;
  background: url(/common/images/arrow_right_red.svg) no-repeat center center;
}
.linkPanel__txt .text--sub + .text--main {
  margin-top: 15px;
}
.linkPanel__txt .text--main + .text--sub {
  margin-top: 15px;
}


/* arrow--blank
---------------------------------- */
.linkPanel > li.arrow--blank .linkPanel__txt .text--main:after {
  background: url(/common/images/icon_blank_red.svg) no-repeat center center;
}

/* arrow--book
---------------------------------- */
.linkPanel > li.arrow--book .linkPanel__txt .text--main:after {
  background: url(/common/images/icon_book_red.svg) no-repeat center center;
}

/* arrow--down
---------------------------------- */
.linkPanel > li.arrow--down .linkPanel__txt .text--main:after {
  background: url(/common/images/arrow_bottom_red.svg) no-repeat center center;
}

/* arrow--pdf
---------------------------------- */
.linkPanel > li.arrow--pdf .linkPanel__txt .text--main:after {
  background: url(/common/images/icon_pdf_red.svg) no-repeat right center;
  background-size: 26px 16px;
}

/* --------------------------------------------------
linkPanel_sub
-------------------------------------------------- */
.linkPanel_sub {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
.linkPanel_sub > li {
  width: 100%;
  margin-bottom: 20px;
}
.linkPanel_sub > li > a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  text-decoration: none;
  border: 1px solid #a4bfe1;
}
.linkPanel_sub__img {
  position: relative;
  width: 100%;
}
.linkPanel_sub__img > img {
  width: 100%;
}
.linkPanel_sub__txt {
  display: block;
  padding: 0;
}
.linkPanel_sub__img + .linkPanel_sub__txt {
  padding: 10px;
}
.linkPanel_sub__txt .text--sub {
  display: block;
  font-size: 14px;
  color: #00A9E0;
}
.linkPanel_sub__txt .text--main {
  position: relative;
  display: block;
  padding-right: 40px;
  font-size: 18px;
  color: #126de0;
  font-weight: bold;
  background-size: 6px 9px;
}
.linkPanel_sub__txt .text--main:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  width: 36px;
  height: 28px;
  border-left: 1px solid #ddd;
  background: url(/common/images/arrow_right_red.svg) no-repeat center center;
}
.linkPanel_sub__txt .text--sub + .text--main {
  margin-top: 2px;
}
.linkPanel_sub__txt .text--main + .text--sub {
  margin-top: 5px;
}


/* arrow--blank
---------------------------------- */
.linkPanel_sub > li.arrow--blank .linkPanel_sub__txt .text--main:after {
  background: url(/common/images/icon_blank_red.svg) no-repeat center center;
}

/* arrow--book
---------------------------------- */
.linkPanel_sub > li.arrow--book .linkPanel_sub__txt .text--main:after {
  background: url(/common/images/icon_book_red.svg) no-repeat center center;
}

/* arrow--down
---------------------------------- */
.linkPanel_sub > li.arrow--down .linkPanel_sub__txt .text--main:after {
  background: url(/common/images/arrow_bottom_red.svg) no-repeat center center;
}

/* arrow--pdf
---------------------------------- */
.linkPanel_sub > li.arrow--pdf .linkPanel_sub__txt .text--main:after {
  background: url(/common/images/icon_pdf_red.svg) no-repeat right center;
  background-size: 26px 16px;
}



/* ==================================================
box
================================================== */
/* --------------------------------------------------
box_link
-------------------------------------------------- */
.box_link {
  padding: 14px;
  background: #f8f8f8;
  margin-bottom: 20px;
}

.box_link .textLink {
  font-size: 16px;
  display: block;
  margin-right: 10px;
  margin-left: 6px;
}

/* --------------------------------------------------
box_gray
-------------------------------------------------- */
.box_gray {
  margin-top: 25px;
  margin-bottom: 30px;
  padding: 10px 15px;
  background: #fff;
  border: 4px solid #e0e0e0;
}
.box_gray__title {
  font-size: 16px;
}

/* ==================================================
h3_sub
================================================== */
/* --------------------------------------------------
h3_sub
-------------------------------------------------- */
.cntSec .heading3_sub {
  position: relative;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
.cntSec .heading3_sub.icon {
  margin-bottom: 65px;
}
.cntSec .heading3_sub:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: 48px;
  height: 3px;
  margin-left: -24px;
  background: #d82433;
}
.cntSec .heading3_sub > span {
  display: inline-flex;
}
.cntSec .heading3_sub > span .sub {
  color: #00A9E0;
  font-size: 15px;
  font-weight: normal;
  display: block;
  position: absolute;
  top: -20px;
}

.heading3_sub figure {
  position: absolute;
  top: calc(100% + 15px);
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 30px;
  margin: auto;
  font-size: 0;
}
.heading3_sub figure img {
  height: 100%;
  margin: 0 3px;
  vertical-align: top;
}
.cntSec .heading3_sub_sq {
  position: static;
  margin-top: 0px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
/* ==================================================
  mobile-scroll（SP画像横スクロール）
================================================== */
.mobile-scroll {width: 100%; overflow-x: scroll;}

/* アコーディオン（タブ移動） */
.error_qaTel .acd:first-of-type {
  border-top: 1px solid #BFC2D3;
}
.error_qaTel .acd {
  --acdIconColor: #E60000;
  --acdIconSize: 20px;
  margin-top: 0;
  border-radius: 0;
  border-top: none;
  border-bottom: 1px solid #BFC2D3;
  border-right: none;
  border-left: none;
}
.error_qaTel .acd_btn {
  padding: 20px 10px;
  line-height: 1.65;
}
.error_qaTel .acd.is-active .acd_btn::before {
  content: '';
  position: absolute;
  width: 40px;
  height: 20px;
  background: #F5F5F5;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  transform: translateX(-50%);
  bottom: 0;
  left: 50%;
}
.error_qaTel .acd_btn_icon::before,
.acd_btn_icon::after {
  background: #E60000;
}
.error_qaTel .acd_btn_inner {
  position: relative;
  padding-left: 2px;
}

.error_qaTel .acd_box {
  border-top: none;
  background: #F5F5F5;
}
.error_qaTel .nmlTable thead th {
  background: #0041B4;
  border: 1px solid #BFC2D3;
  color: #fff;
}
.error_qaTel .nmlTable tbody th {
  background: #0041B4;
  color: #fff;
}
.error_qaTel .nmlTable th {
  border: 1px solid #BFC2D3;
  font-weight: bold;
  font-size: 14px;
  padding: 16px 10px;
  letter-spacing: 0;
}
.error_qaTel .nmlTable td {
  text-align: center;
  padding: 20px 10px;
  border: 1px solid #BFC2D3;
  vertical-align: middle;
  font-weight: 500;
  background: #fff;
  font-size: 14px;
  letter-spacing: 0;
}
.error_qaTel .telNumber:not(.style-none):not(.type-small) span,
.error_qaTel .telNumber:not(.style-none):not(.type-small) a {
  font-size: 28px;
  letter-spacing: 0.025em;
  font-weight: bold;
  color: #0041B4;
  text-decoration: none;
  margin-top: 16px;
}
.error_qaTel .telNumber {
  margin-top: 0;
}
.error_qaTel .telNumber.icon--freedial span,
.error_qaTel .telNumber.icon--freedial a {
  padding-left: 52px;
  background: url(/common_v2/images/icon_freedial.svg) no-repeat left center;
  background-size: 42px 24px;
}
.error_qaTel .telNumber.icon--tel span,
.error_qaTel .telNumber.icon--tel a  {
  padding-left: 48px;
  background: url(/common_v2/images/icon_tel_blue.svg) no-repeat left center;
  background-size: 32px 32px;
}
.error_qaTel .telNumber span,
.error_qaTel .telNumber a {
  color: #0041B4;
  text-decoration: underline;
}
.error_qaTel .scrollX_wrap .scrollX_btn {
  top: 70px;
  z-index: 11;
}    
.error_qaTel .scrollX_btn span {
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
}
.error_qaTel .scrollX_btn::after {
  top: -20px;
  width: 56px;
  height: 62px;
}

/* --------------------------------------------------
nmlBtn_md
-------------------------------------------------- */

/* base
---------------------------------- */
.nmlBtn_md {
  display: block;
  height: 60px;
  margin: 0 auto 10px;
  text-align: center;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(33,36,40,0.1);
  -moz-box-shadow: 0px 1px 2px 0px rgba(33,36,40,0.1);
  box-shadow: 0px 1px 2px 0px rgba(33,36,40,0.1);
}
.nmlBtn_md a,
.nmlBtn_md input[type="button"],
.nmlBtn_md button[type="button"] {
  border-radius: 0;
  -webkit-appearance: none;
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: normal;
  color: #126de0;
  line-height: 1.4;
  text-decoration: none;
  background: #f8f8f8;
  border: none;
  overflow: hidden;
}
.nmlBtn_md a.active {
  cursor: default;
}
.nmlBtn_md a.active span:before,
.nmlBtn_md a.active span:after {
  display: none !important;
}
.nmlBtn_md a > span:not(.icon) {
  display: table-cell;
  padding: 0 15px;
  text-align: center;
  vertical-align: middle;
  z-index: 1;
}
.nmlBtn_md a > span:not(.icon) > img {
  width: auto;
  height: 50px;
}
.nmlBtn_md .text--sub {
  display: block;
  margin: 3px 0;
  font-size: 13px;
  font-weight: normal;
}
.nmlBtn_md .text--main {
  display: block;
  margin: 3px 0;
  font-size: 16px;
  font-weight: bold;
}
/* arrow--right
---------------------------------- */
.nmlBtn_md.arrow--right a > span:not(.icon) {
  background: url(/common/images/arrow_right_red.svg) no-repeat right 10px center;
  background-size: 6px 9px;
}

