@charset "utf-8";


/* ==================================================
mv_btns
================================================== */
.mv__btns{
  background-color: #F5F5F5;
  padding: 11px 0;
  margin-bottom: 24px;
}
.mv__btns .innerWrap{
  display: flex;
  gap: 0 24px;
}
.mv__btns .btns01{
  display: flex;
  gap: 0 20px;
  width: 100%;
}
.mv__btns .btns01 .title{
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.mv__btns .btns01 .title span {
  font-size: 22px;
}
.mv__btns .btns01 .nmlBtn{
  width: 100%;
  margin-bottom: 8px;
  margin-top: 0;
  border-radius: 8px;
}
.mv__btns .btns01 .nmlBtn a{
  position: relative;
  padding: 6px;
  width: 100%;
  border-radius: 8px;
  color: #fff;
  transition: 300ms;
}
.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: 14px;
}
.mv__btns .btns01 .nmlBtn .text--sub.-login{
  font-size: 16px;
}
.mv__btns .btns01 .nmlBtn .text--main{
  font-size: 18px;
}
.mv__btns .btns01 .links{
  display: flex;
  justify-content: center;
  gap: 0 16px;
  font-size: 14px;
  letter-spacing: 0.025em;
}
.mv__btns .btns01 .links .textLink {
  transition: 300ms;
}
.mv__btns .btns01 .links .textLink:hover{
  text-decoration: underline;
  opacity: 0.7;
}
.mv__btns .textLink_icon.-arrow {
  width: 10px;
  height: 8px;
  margin-left: 0;
}
.mv__btns .textLink_icon.-blank {
  width: 10px;
  height: 10px;
  margin-left: 0;
}
.mv__btns .btns01--kojin{
  flex: 0 0 386px;
  padding: 8px 19px;
  border: 1px solid #0041B4;
  border-radius: 8px;
  background-color: #fff;
}
.mv__btns .btns01--kojin .nmlBtn a{
  background: #0041B4;
}
.mv__btns .btns01--kojin .nmlBtn a:hover{
  opacity: 0.7;
}
.mv__btns .btns01--hojin{
  flex: 0 0 386px;
  padding: 8px 19px;
  border: 1px solid #00A9E0;
  border-radius: 8px;
  background-color: #fff;
}
.mv__btns .btns01--hojin .nmlBtn a{
  background: #00A9E0;
}
.mv__btns .btns01--hojin .nmlBtn a:hover{
  opacity: 0.7;
}
.mv__btns .btns02_wrap{
  display: flex;
  gap: 0 24px;
}
.mv__btns .btns02 .btns02_link {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 100%;
  min-height: 138px;
  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: 14px 16px 9px;
  background-color: #fff;
  transition: 300ms;
}
.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_link:hover {
  color: #0041B4;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), inset 0 2px 8px transparent;
}
.mv__btns .btns02 .btns02_image {
  width: 64px;
  height: 64px;
  margin-bottom: 6px;
}
.mv__btns .btns02 .btns02_link .text {
  margin: auto 0;
  text-align: center;
}

/* ==================================================
elements
================================================== */
/* --------------------------------------------------
list_title
-------------------------------------------------- */
.list_title {
  color: #0041B4;
  font-weight: bold;
  font-size: 20px;
  text-align: left;
}

/* --------------------------------------------------
newsList
-------------------------------------------------- */
.newsList {
  width: 1000px;
  margin: 0 auto 30px;
}
.newsList li {
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.newsList li:nth-child(even) {
  background: #fff;
}

.newsList li > span {
  display: block;
  width: 100%;
  padding: 15px 0;
  text-decoration: none;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}

.newsList li > span span.date {
  display: block;
  margin-bottom: 6px;
  color: #666;
}

.newsList li > span span.read {
  display: inline-block;
  color: #222;
}

.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;
  padding-bottom: 30px;
}
.panel_img > li {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  width: 32%;
  margin-left: 2%;
  margin-bottom: 21px;
}
.panel_img > li:nth-child(3n+1) {
  margin-left: 0;
}
.panel_img__img {
  position: relative;
  width: 100%;
}
.panel_img__img > img {
  width: 100%;
}

.panel_img__txt {
  display: block;
  position: absolute;
  border: 1px solid #ccc;
  top: 200px;
  background-color: #fff;
  width: 275px;
  left: 25px;
}
.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;
}

/* 2カラム */
.panel_img.col2 > li {
  width: 32%;
  margin-left: auto;
  margin-right: auto;
}
.panel_img.col2 > li:nth-child(2n+1) {
  margin-left: auto;
  margin-right: auto;
}
/* --------------------------------------------------
linkPanel
-------------------------------------------------- */
.linkPanel {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
.linkPanel > li {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  width: 32%;
  margin-left: 2%;
  margin-bottom: 21px;
}
.linkPanel > li:nth-child(3n+1) {
  margin-left: 0;
}
.linkPanel > li > a,
.linkPanel > li > span {
  width: 100%;
  height: 100%;
  padding: 0px;
  text-decoration: none;
  border: 1px solid #a4bfe1;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  transition: all .6s ease;
}
.linkPanel__img {
  position: relative;
  width: 100%;
}
.linkPanel__img > img {
  width: 100%;
}
.linkPanel__txt {
  display: block;
  padding: 0 10px 0;
}
.linkPanel__img + .linkPanel__txt {
  padding: 15px;
}
.linkPanel__txt .text--sub {
  display: block;
  font-size: 14px;
  color: #222;
}
.linkPanel__txt .text--main {
  position: relative;
  display: block;
  padding-right: 20px;
  font-size: 18px;
  color: #126de0;
  font-weight: bold;
  background-size: 6px 9px;
}
.linkPanel__txt .text--main:after {
  content: "";
  position: absolute;
  right: -20px;
  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: 25px;
}
.linkPanel__txt .text--main + .text--sub {
  margin-top: 25px;
}

/* 2カラム */
.linkPanel.col2 > li {
  width: 49%;
  margin-left: 2%;
}
.linkPanel.col2 > li:nth-child(2n+1) {
  margin-left: 0;
}

/* 4カラム */
.linkPanel.col4 > li {
  width: 24%;
  margin-left: 1.3%;
}
.linkPanel.col4 > li:nth-child(4n+1) {
  margin-left: 0;
}

.linkPanel > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 0;
  height: 2px;
  background: #126de0;
  -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  transition: all .1s ease;
}
.linkPanel > li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 2px;
  height: 0;
  background: #126de0;
  -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  transition: all .1s ease;
}
.linkPanel > li > a:before,
.linkPanel > li > span:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 2px;
  background: #126de0;
  -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  transition: all .1s ease;
}
.linkPanel > li > a:after,
.linkPanel > li > span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 2px;
  height: 0;
  background: #126de0;
  -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  transition: all .1s ease;
}

.linkPanel > li:hover:before {
  width: 100%;
  transition-delay: 0s;
}
.linkPanel > li:hover:after {
  height: 100%;
  transition-delay: .1s;
}
.linkPanel > li:hover > a:before,
.linkPanel > li:hover > span:before {
  width: 100%;
  transition-delay: .2s;
}
.linkPanel > li:hover > a:after,
.linkPanel > li:hover > span:after {
  height: 100%;
  transition-delay: .3s;
}

/* arrow--blank
---------------------------------- */
.linkPanel > li.arrow--blank .linkPanel__txt .text--main:after {
  background: url(/common/images/icon_blank_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;
}


/* hover */
.linkPanel > li:hover > a,
.linkPanel > li:hover > span {
  border-color: #126de0;
}
.linkPanel > li:hover .text--main {
  text-decoration: underline;
}

/* --------------------------------------------------
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 {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  width: 32%;
  margin-left: 2%;
  margin-bottom: 21px;
}
.linkPanel_sub > li:nth-child(3n+1) {
  margin-left: 0;
}
.linkPanel_sub > li > a,
.linkPanel_sub > li > span {
  width: 100%;
  height: 100%;
  padding: 0px;
  text-decoration: none;
  border: 1px solid #a4bfe1;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  transition: all .6s ease;
}
.linkPanel_sub__img {
  position: relative;
  width: 100%;
}
.linkPanel_sub__img > img {
  width: 100%;
}
.linkPanel_sub__txt {
  display: block;
  padding: 0 10px 0;
}
.linkPanel_sub__img + .linkPanel_sub__txt {
  padding: 15px;
}
.linkPanel_sub__txt .text--sub {
  display: block;
  font-size: 14px;
  color: #00A9E0;
}
.linkPanel_sub__txt .text--main {
  position: relative;
  display: block;
  padding-right: 20px;
  font-size: 18px;
  color: #126de0;
  font-weight: bold;
  background-size: 6px 9px;
}
.linkPanel_sub__txt .text--main:after {
  content: "";
  position: absolute;
  right: -20px;
  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: 5px;
}
.linkPanel_sub__txt .text--main + .text--sub {
  margin-top: 15px;
}
/* 2カラム */
.linkPanel_sub.col2 > li {
  width: 49%;
  margin-left: 2%;
}
.linkPanel_sub.col2 > li:nth-child(2n+1) {
  margin-left: 0;
}

/* 4カラム */
.linkPanel_sub.col4 > li {
  width: 24%;
  margin-left: 1.3%;
}
.linkPanel_sub.col4 > li:nth-child(4n+1) {
  margin-left: 0;
}

.linkPanel_sub > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 0;
  height: 2px;
  background: #126de0;
  -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  transition: all .1s ease;
}
.linkPanel_sub > li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 2px;
  height: 0;
  background: #126de0;
  -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  transition: all .1s ease;
}
.linkPanel_sub > li > a:before,
.linkPanel_sub > li > span:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 2px;
  background: #126de0;
  -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  transition: all .1s ease;
}
.linkPanel_sub > li > a:after,
.linkPanel_sub > li > span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 2px;
  height: 0;
  background: #126de0;
  -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  transition: all .1s ease;
}

.linkPanel_sub > li:hover:before {
  width: 100%;
  transition-delay: 0s;
}
.linkPanel_sub > li:hover:after {
  height: 100%;
  transition-delay: .1s;
}
.linkPanel_sub > li:hover > a:before,
.linkPanel_sub > li:hover > span:before {
  width: 100%;
  transition-delay: .2s;
}
.linkPanel_sub > li:hover > a:after,
.linkPanel_sub > li:hover > span:after {
  height: 100%;
  transition-delay: .3s;
}

/* 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--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;
}


/* hover */
.linkPanel_sub > li:hover > a,
.linkPanel_sub > li:hover > span {
  border-color: #126de0;
}
.linkPanel_sub > li:hover .text--main {
  text-decoration: underline;
}

/* --------------------------------------------------
nmlBtn_md
-------------------------------------------------- */

/* base
---------------------------------- */
.nmlBtn_md {
  display: block;
  width: 700px;
  height: 60px;
  margin: 0 auto 20px;
  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"] {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: normal;
  color: #126de0;
  line-height: 1.4;
  text-decoration: none;
  background: #f8f8f8;
  border: none;
  overflow: hidden;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
}
.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 30px 0 20px;
  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: 18px;
  font-weight: bold;
}

/* arrow--right
---------------------------------- */
.nmlBtn_md.arrow--right a > span:not(.icon) {
  background: url(/common/images/arrow_right_red.svg) no-repeat right 20px center;
  background-size: 6px 9px;
}

/* ==================================================
Accordion
================================================== */

/* --------------------------------------------------
通常
-------------------------------------------------- */
.acd {
  margin-bottom: 50px;
  border-top: 1px solid #ddd;
}
.acd__btn {
  position: relative;
  text-align: center;
  font-size: 28px;
  padding: 30px;
  font-weight: bold;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  background-size: 24px 24px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
.acd__btn:not(.acd_false):before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent #f4f4f4 transparent;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
.acd__btn:not(.acd_false):after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 110px;
  height: 100%;
  background: url(/common/images/icon_acordion_plus_red.svg) no-repeat center center;
  background-size: 34px 34px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
.acd__btn:first-child {
  margin-top: 0;
}
.acd__box {
  display: none;
  padding: 38px;
  background: #f4f4f4;
}

/* hover */
.acd__btn:not(.acd_false):hover,
.acd__btn.active {
  border-width: 5px;
  border-color: #f4f4f4;
}
.acd__btn:not(.acd_false):not(.active):hover {
  opacity: .7;
}
.acd__btn:hover:before,
.acd__btn.active:before {
  margin-left: -16px;
  border-width: 0 16px 20px 16px;
}
.acd__btn.active:after {
  background-image: url(/common/images/icon_acordion_minus_red.svg);
  background-size: 34px 2px;
}

/* ==================================================
Button
================================================== */
.btnWrap {
  margin-bottom: 30px;
  font-size: 0;
  text-align: center;
}
.btnWrap:after {
  content: "";
  display: block;
  clear: both;
}
.btnWrap + .nmlText {
  margin-top: -30px;
}

.btnWrap:last-child {
  margin-bottom: 0;
}
.btnWrap * {
  vertical-align: top;
}

/* ==================================================
box
================================================== */
/* --------------------------------------------------
box_link
-------------------------------------------------- */
.box_link {
  padding: 14px;
  background: #f8f8f8;
  margin-bottom: 30px;
}

.box_link .textLink {
  font-size: 18px;
  display: block;
  margin-right: 18px;
  margin-left: 10px;
}

/* --------------------------------------------------
box_gray
-------------------------------------------------- */
.box_gray {
  margin: 50px 20px;
  padding: 20px;
  background: #fff;
  border: 4px solid #e0e0e0;
}
.box_gray__title {
  font-size: 26px;
  text-align: center;
}

/* ==================================================
h3_sub
================================================== */
/* --------------------------------------------------
h3_sub
-------------------------------------------------- */
.cntSec .heading3_sub {
  position: relative;
  margin-top: 50px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
.cntSec .heading3_sub.icon {
  margin-bottom: 100px;
}
.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: 18px;
  font-weight: normal;
  display: block;
  position: absolute;
  top: -30px;
}

.heading3_sub figure {
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 40px;
  margin: auto;
  font-size: 0;
}
.heading3_sub figure img {
  height: 100%;
  margin: 0 5px;
  vertical-align: top;
}
.cntSec .heading3_sub_sq {
  position: static;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
}

/* ==================================================
  mobile-scroll（SP画像横スクロール）
================================================== */
.mobile-scroll {width: 100%; overflow-x: scroll;}

/* ==================================================
  imgTxtBox(col4)
================================================== */
/* --------------------------------------------------
imgTxtBox
-------------------------------------------------- */
.imgTxtBox {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  text-align: center;
}
.imgTxtBox > li {
  position: relative;
  width: 25%;
  padding: 30px 10px 30px 10px;
  text-align: left;
  vertical-align: top;
  border-right: none;
}
.imgTxtBox > li:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0px;
  display: block;
  width: 1px;
  height: calc(100%);
  background: #ddd;
}
.imgTxtBox > li.bdrRN:before {
  display: none;
}
.imgTxtBox > li.pc_bdrR {
  height: calc(100% - 20px);
  border-right: 1px solid #ddd !important;
}
.imgTxtBox > li.border-bottom {
  position: relative;
}
.imgTxtBox > li.border-bottom:after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: -10px;
  display: block;
  width: calc(100% - 10px);
  height: 1px;
  background: #ddd;
}
.imgTxtBox:not(.col2) > li:nth-child(4n+1) {
  margin-left: 0;
}
.imgTxtBox:not(.col2) > li:nth-child(4n+4):before {
  display: none;
}
.imgTxtBox__img {
  text-align: center;
}
.imgTxtBox__img > img {
  width: 100%;
}
.imgTxtBox__txt {
  margin-top: 15px;
}
.imgTxtBox__img + .imgTxtBox__txt {
  margin-top: 25px;
}
.imgTxtBox__txt > .text--main {
  position: relative;
  display: block;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.imgTxtBox__txt > .text--main:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: 30px;
  height: 1px;
  margin-left: -15px;
  background: #126de0;
}
.imgTxtBox__txt .text--sub {
  display: block;
}
.imgTxtBox__txt > .text--main + .text--sub {
  margin-top: 15px;
}
.imgTxtBox__txt .text--sub + .text--main {
  margin-top: 15px;
}
.imgTxtBox .headingSp .bodyMain {
  font-size: 24px;
}

/* ==================================================
  アコーディオン（タブ移動）
================================================== */
/* error_qaTel , acd */
.error_qaTel .acd:first-of-type {
  border-top: 1px solid #BFC2D3;
}
.error_qaTel .acd {
  --acdIconColor: #E60000;
  --acdIconSize: 32px;
  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: 32px 20px;
  line-height: 1.65;
}
.error_qaTel .acd.is-active .acd_btn::before {
  content: '';
  position: absolute;
  width: 24px;
  height: 12px;
  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;
}
.error_qaTel .nmlTable td {
  text-align: center;
  padding: 20px 24px;
  border: 1px solid #BFC2D3;
  vertical-align: middle;
  font-weight: 500;
  background: #fff;
}
.error_qaTel .telNumber:not(.style-none):not(.type-small) span {
  font-size: 36px;
  letter-spacing: 0.025em;
  font-weight: bold;
  color: #0041B4;
  margin-top: 16px;
}
.error_qaTel .telNumber {
  margin-top: 0;
}
.error_qaTel .telNumber.icon--freedial span {
  padding-left: 52px;
  background: url(/common_v2/images/icon_freedial.svg) no-repeat left bottom;
  background-size: 42px 24px;
}
.error_qaTel .telNumber.icon--tel span {
  padding-left: 48px;
  background: url(/common_v2/images/icon_tel_blue.svg) no-repeat left center;
  background-size: 32px 32px;
}

