#wrap #contentWrap #breadcrumbArea {
  margin-bottom: 0;
}
.blueHeader__title {
  font-family: tbudrgothic-std,sans-serif;
}
.m0 {
  margin: 0;
}

/*----------------------------------------
	faq
----------------------------------------*/
.faq-wrapper {
  font-family: tbudrgothic-std,sans-serif;
}

.faq-wrapper--bg1 {
  background: #E6EFF6;
  padding: 40px 0 0;
}

@media screen and (max-width: 767px) {
  .faq-wrapper--bg1 {
    padding: 0;
  }
}

.faq-head-img {
  max-width: 1000px;
  margin: 50px auto;
}

@media screen and (max-width: 767px) {
  .faq-head-img {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

.faq-head-img .pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .faq-head-img .pc {
    display: none;
  }
}

.faq-head-img .sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .faq-head-img .sp {
    display: block;
  }
}

.faq-head-img img {
  width: 100%;
}

.faq-head-txt {
  max-width: 1000px;
  font-size: 15px;
  margin: 0 auto 50px;
}

@media only screen and (max-width: 1024px) {
  .faq-head-txt {
    padding: 0 18px;
    font-size: 14px;
    margin-bottom: 30px;
  }
}

.faq-service__linkWrap {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  gap: 20px;
}
.faq-service__link {
  width: 320px;
  height: 76px;

  @media screen and (max-width: 767px) {
    width: 100%;
  }
}
.faq-service__link:hover {
  opacity: 0.8;
}
.faq-service__link:hover .faq-service__link__img {
    transform: scale(1.1);
    transition: transform .3s;
}
.faq-service__link__img {
  width: 110px;
  object-fit: cover;
  height: 100%;
  margin-right: 8px;
}
.faq-service__link__txt {
  font-size: 15px;
  line-height: 22px;
  font-weight: bold;
  margin-right: 34px;
  color: #333333;
}
.faq-service__link a {
  /* -webkit-box-shadow: 0px 2px 12px rgba(0, 94, 171, 0.3); */
  /* box-shadow: 0px 2px 12px rgba(0, 94, 171, 0.3); */
  box-shadow: 5px 5px 10px #0000001A;
  -webkit-box-shadow: 5px 5px 10px #0000001A;
  
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* max-height: 80px; */
  text-decoration: none;
  color: #000;
  background-color: #fff;
  /* border: 2px solid #005EAB; */
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  position: relative;
  height: 100%;
}

@media only screen and (max-width: 1024px) {
.faq-service__link a {
  /* margin: 0 20px 15px; */
}
}

@media screen and (max-width: 767px) {
.faq-service__link a {
  margin: 0 auto 15px;
  /* max-height: 60px; */
}
}

.faq-service__link a:after {
position: absolute;
top: 50%;
right: 20px;
margin-top: -9px;
content: '';
width: 8px;
height: 14px;
background: url(/service/faq/img/arrow_lightblue.svg) center/cover;
/* background: url(/service/faq/img/arrow_white.svg) center/cover; */
}

@media screen and (max-width: 767px) {
.faq-service__link a:after {
  width: 7px;
  height: 12px;
  margin-top: -6px;
  right: 16px;
}
}

/* .faq-service__link a:hover {
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
background: #FFF;
-webkit-box-shadow: 0px 2px 12px rgba(0, 94, 171, 0.3);
        box-shadow: 0px 2px 12px rgba(0, 94, 171, 0.3);
}

.faq-service__link a:hover p {
color: #005EAB;
} */

.faq-service__link a:hover:after {
background: url(/service/faq/img/arrow_blue.svg) center/cover;
}


.faq-contents__knowhow {
  background-color: #fff;
  padding: 50px 0 50px;
}
.faq-knowhow__linkWrap {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  gap: 20px;
}
.faq-knowhow__link {
  width: 235px;
  height: 76px;
  
  @media screen and (max-width: 767px) {
    width: 100%;
  }
}
.faq-knowhow__link__img {
  width: 110px;
  object-fit: cover;
  height: 100%;
  margin-right: 8px;
}
.faq-knowhow__link__txt {
  font-size: 15px;
  line-height: 22px;
  font-weight: bold;
  margin-right: 34px;
  margin-left: 16px;
  color: #333333;
}
.faq-knowhow__link:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.faq-knowhow__link a {
  /* -webkit-box-shadow: 0px 2px 12px rgba(0, 94, 171, 0.3); */
  /* box-shadow: 0px 2px 12px rgba(0, 94, 171, 0.3); */
  box-shadow: 5px 5px 10px #0000001A;
  -webkit-box-shadow: 5px 5px 10px #0000001A;
  
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* max-height: 80px; */
  text-decoration: none;
  color: #000;
  background-color: #fff;
  /* border: 2px solid #005EAB; */
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  position: relative;
  height: 100%;
}

@media only screen and (max-width: 1024px) {
.faq-knowhow__link a {
  /* margin: 0 20px 15px; */
}
}

@media screen and (max-width: 767px) {
.faq-knowhow__link a {
  margin: 0 auto 15px;
  /* max-height: 60px; */
}
}

.faq-knowhow__link a:after {
position: absolute;
top: 50%;
right: 20px;
margin-top: -9px;
content: '';
width: 8px;
height: 14px;
background: url(/service/faq/img/arrow_lightblue.svg) center/cover;
/* background: url(/service/faq/img/arrow_white.svg) center/cover; */
}

@media screen and (max-width: 767px) {
.faq-knowhow__link a:after {
  width: 7px;
  height: 12px;
  margin-top: -6px;
  right: 16px;
}
}

/* .faq-knowhow__link a:hover {
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
background: #FFF;
-webkit-box-shadow: 0px 2px 12px rgba(0, 94, 171, 0.3);
        box-shadow: 0px 2px 12px rgba(0, 94, 171, 0.3);
}

.faq-knowhow__link a:hover p {
color: #005EAB;
} */

.faq-knowhow__link a:hover:after {
background: url(/service/faq/img/arrow_blue.svg) center/cover;
}




.faq-search {
  max-width: 1000px;
  margin: 0 auto 60px;
  padding: 45px;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
  .faq-search {
    padding: 45px 18px 25px;
    margin: 0 18px 30px;
  }
}

.faq-search--agent {
  background: #0A9FC2;
  max-width: 100%;
  border-radius: 0;
  margin-bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 35px 45px 50px;
}

@media only screen and (max-width: 1024px) {
  .faq-search--agent {
    background: #FFF;
    border-radius: 8px;
    -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
    padding: 25px 18px;
    margin: 0 18px 50px;
  }
}

.faq-search--mynavi {
  background: #005EAB;
  max-width: 100%;
  border-radius: 0;
  margin-bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 35px 45px 50px;
}

@media only screen and (max-width: 1024px) {
  .faq-search--mynavi {
    background: #FFF;
    border-radius: 8px;
    -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
    padding: 25px 18px;
    margin: 0 18px 50px;
  }
}

.faq-search--results {
  margin: 60px auto;
}

@media only screen and (max-width: 1024px) {
  .faq-search--results {
    margin: 20px 18px 30px;
    padding: 35px 18px 40px;
  }
}

.faq-search__title {
  font-size: 28px;
  text-align: center;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .faq-search__title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .faq-search__title img {
    width: 20px;
    height: 18px;
  }
}

@media screen and (max-width: 767px) {
  .faq-search__title--agent {
    position: relative;
    margin-bottom: 20px;
  }
  .faq-search__title--agent:before {
    content: '';
    width: 25px;
    height: 2px;
    background: #0A9FC2;
    position: absolute;
    bottom: -3px;
    left: 50%;
    margin-left: -25px;
  }
  .faq-search__title--agent:after {
    content: '';
    width: 25px;
    height: 2px;
    background: #ABEFFF;
    position: absolute;
    bottom: -3px;
    left: 50%;
  }
  .faq-search__title--agent img {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .faq-search__title--mynavi {
    position: relative;
    margin-bottom: 20px;
  }
  .faq-search__title--mynavi:before {
    content: '';
    width: 25px;
    height: 2px;
    background: #005EAB;
    position: absolute;
    bottom: -3px;
    left: 50%;
    margin-left: -25px;
  }
  .faq-search__title--mynavi:after {
    content: '';
    width: 25px;
    height: 2px;
    background: #ADD8FC;
    position: absolute;
    bottom: -3px;
    left: 50%;
  }
  .faq-search__title--mynavi img {
    width: 20px;
    height: 20px;
  }
}

.faq-search__title__txt {
  color: #005EAB;
  margin-left: 12px;
}

.faq-search__title__txt--agent {
  color: #FFF;
}

@media only screen and (max-width: 1024px) {
  .faq-search__title__txt--agent {
    color: #0A9FC2;
  }
}

.faq-search__title__txt--mynavi {
  color: #FFF;
}

@media only screen and (max-width: 1024px) {
  .faq-search__title__txt--mynavi {
    color: #005EAB;
  }
}

.faq-search__form {
  position: relative;
  height: 50px;
  width: 745px;
  margin: 0 auto 30px;
}

@media only screen and (max-width: 1024px) {
  .faq-search__form {
    height: 45px;
    width: 100%;
  }
}

.faq-search__form--agent {
  margin-bottom: 0;
}

.faq-search__form--mynavi {
  margin-bottom: 0;
}

.faq-search__query {
  position: absolute;
  left: 0;
  top: 0;
  height: 45px;
  width: 100%;
  font-size: 15px;
  border: 2px solid #CCCCCC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  padding: 0 30px;
  border-radius: 50px;
  outline: 0;
  background: #FFF;
}

.faq-search__query::-webkit-input-placeholder {
  color: #CCCCCC;
}

.faq-search__query::-moz-placeholder {
  color: #CCCCCC;
}

.faq-search__query:-ms-input-placeholder {
  color: #CCCCCC;
}

.faq-search__query::-ms-input-placeholder {
  color: #CCCCCC;
}

.faq-search__query::placeholder {
  color: #CCCCCC;
}

@media screen and (max-width: 767px) {
  .faq-search__query {
    height: 45px;
    padding: 0 20px;
    font-size: 12px;
  }
}

.faq-search__query--agent {
  border: 2px solid #0A9FC2;
}

@media screen and (max-width: 767px) {
  .faq-search__query--agent {
    border: 2px solid #CCCCCC;
  }
}

.faq-search__query--mynavi {
  border: 2px solid #005EAB;
}

@media screen and (max-width: 767px) {
  .faq-search__query--mynavi {
    border: 2px solid #CCCCCC;
  }
}

.faq-search__btn {
  height: 30px;
  width: 30px;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: none;
  border: none;
}

.faq-search__btn img {
  width: 20px;
  height: auto;
}

.faq-search__btn:hover {
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .faq-search__btn {
    height: 15px;
    width: 15px;
    right: 20px;
  }
  .faq-search__btn img {
    width: 15px;
  }
}

.faq-search__linkWrap {
  max-width: 660px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.faq-search__linkWrap--search {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .faq-search__linkWrap {
    display: block;
  }
}

.faq-search__link {
  width: 320px;
  background: #005EAB;
  color: #FFF;
  border: 1px solid #005EAB;
  display: block;
  border-radius: 8px;
  text-align: center;
  padding: 11px;
  text-decoration: none;
  font-size: 15px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .faq-search__link {
    width: 100%;
    margin-bottom: 15px;
  }
}

.faq-search__link:before {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -12px;
  content: '';
  width: 25px;
  height: 25px;
  background: url(/service/faq/img/search_icon03.svg) center/cover;
}

@media screen and (max-width: 767px) {
  .faq-search__link:before {
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
}

.faq-search__link:after {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -9px;
  content: '';
  width: 11px;
  height: 18px;
  background: url(/service/faq/img/arrow_white.svg) center/cover;
}

@media screen and (max-width: 767px) {
  .faq-search__link:after {
    width: 7px;
    height: 12px;
    margin-top: -6px;
    right: 10px;
  }
}

.faq-search__link:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #FFF;
  color: #005EAB;
  border: 1px solid #005EAB;
}

.faq-search__link:hover:before {
  background: url(/service/faq/img/search_icon03_hover.svg) center/cover;
}

.faq-search__link:hover:after {
  background: url(/service/faq/img/arrow_blue.svg) center/cover;
}

.faq-search__link--general {
  background: #0A9FC2;
  border: 1px solid #0A9FC2;
}

.faq-search__link--general:before {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -12px;
  content: '';
  width: 25px;
  height: 25px;
  background: url(/service/faq/img/search_icon04.svg) center/cover;
}

@media screen and (max-width: 767px) {
  .faq-search__link--general:before {
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
}

.faq-search__link--general:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #FFF;
  color: #0A9FC2;
  border: 1px solid #0A9FC2;
}

.faq-search__link--general:hover:before {
  background: url(/service/faq/img/search_icon04_hover.svg) center/cover;
}

.faq-search__link--general:hover:after {
  background: url(/service/faq/img/arrow_lightblue.svg) center/cover;
}

.faq-search__link--faq-agent {
  width: 356px;
}

@media screen and (max-width: 767px) {
  .faq-search__link--faq-agent {
    width: 100%;
    padding: 11px 25px 11px 35px;
    text-align: left;
    margin-bottom: 0;
  }
  .faq-search__link--faq-agent:before {
    left: 9px;
  }
}

.faq-search__link--faq-mynavi {
  width: 384px;
}

@media screen and (max-width: 767px) {
  .faq-search__link--faq-mynavi {
    width: 100%;
    padding: 11px 25px 11px 35px;
    text-align: left;
    margin-bottom: 0;
  }
  .faq-search__link--faq-mynavi:before {
    left: 9px;
  }
}

.faq-sprite-bg {
  padding: 60px 0 1px;
  background: url(/service/faq/img/bg_stripes_01.png) #E6EFF6;
  margin-bottom: 60px;
}

@media only screen and (max-width: 1024px) {
  .faq-sprite-bg {
    padding: 50px 18px 1px;
    margin-bottom: 40px;
  }
}

.faq-sprite-bg--mynavi-contents {
  padding: 45px 0 20px;
}

.faq-list-know__title {
  background: #FFE080;
  text-align: center;
  padding: 11px;
  font-size: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: normal;
}
.faq-list-know__title__txt {
  color: #003B6B;
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  .faq-list-know__title__txt {
    font-size: 18px;
  }
  .faq-list-know__title {
    justify-content: unset;
    text-align: left;
  }
}

.faq-list-overview {
  max-width: 1000px;
  margin: 0 auto 60px;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .faq-list-overview {
    margin: 0 auto 40px;
  }
}

.faq-list-overview__title {
  background: #005EAB;
  text-align: center;
  padding: 11px;
  font-size: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .faq-list-overview__title {
    font-size: 18px;
    padding: 6px 18px;
  }
  .faq-list-overview__title img {
    width: 25px;
  }
}

.faq-list-overview__title__txt {
  color: #FFF;
  margin-left: 12px;
}

.faq-list-overview__title__txt--search {
  margin-left: 0;
}

.faq-list-overview__title__txt--search .search-keyword {
  color: #FFF;
}

@media screen and (max-width: 767px) {
  .faq-list-overview__title__txt--search {
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .faq-list-overview__title__txt {
    text-align: left;
  }
}

.faq-list-overview__title__results {
  font-size: 15px;
  color: #005EAB;
  background: #FFF;
  border-radius: 4px;
  margin-left: 20px;
  padding: 2px 16px;
  display: inline-block;
  vertical-align: 4px;
}

.faq-list-overview__title__results .search-num {
  color: #005EAB;
}

@media screen and (max-width: 767px) {
  .faq-list-overview__title__results {
    font-size: 12px;
    margin-left: 10px;
    vertical-align: 2px;
  }
}

.faq-list-overview__title--general {
  background: #0A9FC2;
}

.faq-list-overview__title--darkBlue {
  background: #003B6B;
}

.faq-list-overview__inner {
  padding: 50px 50px 40px;
  background: #FFF;
}

@media screen and (max-width: 767px) {
  .faq-list-overview__inner {
    padding: 25px 18px 30px;
  }
}

.faq-list-overview__wrap {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .faq-list-overview__wrap {
    margin-bottom: 40px;
  }
}

.faq-list-overview__wrap--bottom {
  margin-bottom: 10px;
}

.faq-list-overview__subTitle {
  background: #FFE080;
  padding: 8px 12px 12px;
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: normal;
  position: relative;
  margin-bottom: 12px;
}

.faq-list-overview__subTitle:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #FFF;
  position: absolute;
  bottom: 3px;
  left: 0;
}

.faq-list-overview__subTitle img {
  margin-right: 10px;
}

.faq-list-overview__subTitle span {
  color: #003B6B;
}

@media screen and (max-width: 767px) {
  .faq-list-overview__subTitle {
    font-size: 17px;
    padding: 8px 10px 10px;
  }
  .faq-list-overview__subTitle:after {
    content: '';
    height: 2px;
  }
  .faq-list-overview__subTitle img {
    width: 25px;
  }
}

.faq-list-overview__listArea {
  max-width: 1000px;
  margin: 0 auto;
}

.faq-list-overview__list {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .faq-list-overview__list {
    margin-bottom: 25px;
  }
}

.faq-list-overview__list--agent {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .faq-list-overview__list--agent {
    margin-bottom: 12px;
  }
}

.faq-list-overview__list__item {
  margin-bottom: 10px;
  background-color: #fff;
}
.faq-list-overview__list__item h2,
.faq-list-overview__list__item h3,
.faq-list-overview__list__item h4 {
  font-weight: 400;
}
.faq-list-overview__list__item.--w-1000 {
  width: 1000px;
}
.faq-list-overview__list__item.--w-900 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  /* width: 900px;
 */
}
@media screen and (max-width: 767px) {
  .faq-list-overview__list__item.--w-1000 {
    width: 100%;
  }
  .faq-list-overview__list__item.--w-900 {
    width: 100%;
  }  
}

@media screen and (max-width: 767px) {
  .faq-list-overview__list__item {
    margin-bottom: 12px;
  }
}

.faq-list-overview__list__item a {
  border: 1px solid #003B6B;
  border-radius: 5px;
  display: block;
  padding: 18px 55px;
  font-size: 15px;
  text-decoration: none;
  color: #333333;
  position: relative;
}

@media screen and (max-width: 767px) {
  .faq-list-overview__list__item a {
    padding: 12px 38px;
  }
}

.faq-list-overview__list__item a:before {
  position: absolute;
  color: #FFC000;
  font-size: 23px;
  font-weight: bold;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  top: 50%;
  left: 20px;
  margin-top: -12px;
  line-height: 1em;
  content: 'Q';
}

@media screen and (max-width: 767px) {
  .faq-list-overview__list__item a:before {
    font-size: 21px;
    left: 11px;
    margin-top: -10px;
  }
}

.faq-list-overview__list__item a:after {
  position: absolute;
  top: 50%;
  right: 22px;
  margin-top: -10px;
  content: '';
  width: 20px;
  height: 20px;
  /* background: url(/service/faq/img/circle_arrow_blue.svg) center/cover; */
  background: url(/service/faq/img/agent/circle_arrow_darkBlue.svg) center/cover;
}

@media screen and (max-width: 767px) {
  .faq-list-overview__list__item a:after {
    width: 15px;
    height: 15px;
    right: 11px;
    margin-top: -7px;
  }
}

.faq-list-overview__list__item a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #E5F3FF;
}

.faq-list-overview__list__item--general a {
  border: 1px solid #0A9FC2;
}

.faq-list-overview__list__item--general a:after {
  background: url(/service/faq/img/circle_arrow_lightblue.svg) center/cover;
}

.faq-list-overview__list__item--general a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #E6FAFF;
}

.faq-list-overview__list__item--darkBlue a {
  border: 1px solid #003B6B;
}

.faq-list-overview__list__item--darkBlue a:after {
  background: url(/service/faq/img/agent/circle_arrow_darkBlue.svg) center/cover;
}

.faq-list-overview__list__item--darkBlue a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #DDEBF6;
}

.faq-list-overview__list__item--hidden {
  display: none;
}

.faq-list-overview__list__item--appear {
  display: block;
}

.faq-list-overview__linkbtn {
  width: 400px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .faq-list-overview__linkbtn {
    width: 100%;
  }
}

.faq-list-overview__linkbtn a {
  background: #005EAB;
  color: #FFF;
  border: 2px solid #005EAB;
  display: block;
  border-radius: 50px;
  text-align: center;
  padding: 11px;
  text-decoration: none;
  font-size: 15px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .faq-list-overview__linkbtn a {
    padding: 7px;
  }
}

.faq-list-overview__linkbtn a:after {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -9px;
  content: '';
  width: 11px;
  height: 18px;
  background: url(/service/faq/img/arrow_white.svg) center/cover;
}

@media screen and (max-width: 767px) {
  .faq-list-overview__linkbtn a:after {
    width: 7px;
    height: 12px;
    margin-top: -6px;
  }
}

.faq-list-overview__linkbtn a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #FFF;
  color: #005EAB;
}

.faq-list-overview__linkbtn a:hover:after {
  background: url(/service/faq/img/arrow_blue.svg) center/cover;
}

.faq-list-overview__linkbtn--search {
  display: none;
}

@media screen and (max-width: 767px) {
  .faq-list-overview__linkbtn--search {
    display: block;
  }
}

.faq-list-overview__linkbtn--search a:after {
  width: 15px;
  height: 15px;
  margin-top: -8px;
  background: url(/service/faq/img/search/circle_arrow_white.svg) center/cover;
}

.faq-list-overview__linkbtn--general a {
  border: 2px solid #0A9FC2;
  background: #0A9FC2;
}

.faq-list-overview__linkbtn--general a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #FFF;
  color: #0A9FC2;
}

.faq-list-overview__linkbtn--general a:hover:after {
  background: url(/service/faq/img/arrow_lightblue.svg) center/cover;
}

.faq-list-overview__linkbtn--white {
  margin: 0 auto;
}

.faq-list-overview__linkbtn--white a {
  border: 2px solid #003B6B;
  background: #FFF;
  color: #003B6B;
}

.faq-list-overview__linkbtn--white a:after {
  background: url(/service/faq/img/arrow_darkblue.svg) center/cover;
}

.faq-list-overview__linkbtn--white a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #003B6B;
  color: #FFF;
}

.faq-list-overview__linkbtn--white a:hover:after {
  background: url(/service/faq/img/arrow_white.svg) center/cover;
}

.faq-list-overview__linkbtn--bottom {
  margin-bottom: 10px;
}

.faq-list-overview__accordionBtn {
  width: 400px;
  margin: 0 auto;
  color: #003B6B;
  border: 2px solid #003B6B;
  display: block;
  border-radius: 8px;
  text-align: center;
  padding: 9px;
  text-decoration: none;
  font-size: 15px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.faq-list-overview__accordionBtn:hover {
  cursor: pointer;
}

.faq-list-overview__accordionBtn:after {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -8px;
  content: '';
  width: 15px;
  height: 15px;
  background: url(/service/faq/img/agent/accordion_icon01.svg) center/cover;
}

@media screen and (max-width: 767px) {
  .faq-list-overview__accordionBtn:after {
    right: 15px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
  }
}

@media screen and (max-width: 767px) {
  .faq-list-overview__accordionBtn {
    width: 100%;
    padding: 9px 0;
  }
}

.faq-list-overview__accordionBtn--on {
  background: #003B6B;
  color: #FFF;
}

.faq-list-overview__accordionBtn--on:after {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -1px;
  content: '';
  width: 15px;
  height: 3px;
  background: url(/service/faq/img/agent/accordion_icon03.svg) center/cover;
}

.faq-list-overview__button {
  width: 400px;
  margin: 0 auto;
  color: #003B6B;
  border: 2px solid #003B6B;
  display: block;
  border-radius: 8px;
  text-align: center;
  padding: 9px;
  text-decoration: none !important;
  font-size: 15px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.faq-list-overview__button:hover {
  cursor: pointer;
  background: #003B6B;
  color: #FFF;
  text-decoration: none !important;
}

.faq-list-overview__button:after {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -8px;
  content: '';
  width: 10px;
  height: 15px;
  background: url(/service/faq/img/arrow_faqblue.svg) center/cover;
  /* background: url(/service/faq/img/agent/accordion_icon01.svg) center/cover; */
}

.faq-list-overview__button:hover:after {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -8px;
  width: 10px;
  height: 15px;
  background: url(/service/faq/img/arrow_white.svg) center/cover;
  /* background: url(/service/faq/img/agent/accordion_icon03.svg) center/cover; */
}

@media screen and (max-width: 767px) {
  .faq-list-overview__button:after {
    right: 15px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
  }
}

@media screen and (max-width: 767px) {
  .faq-list-overview__button {
    text-decoration: none !important;
    width: 100%;
    padding: 9px 0;
  }
}

.faq-cta {
  padding-top: 60px;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .faq-cta {
    padding: 40px 18px 0;
    margin-bottom: 30px;
  }
}

.faq-cta__heading {
  width: 551px;
  margin: 0 auto 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media screen and (max-width: 767px) {
  .faq-cta__heading {
    width: 300px;
    margin: 0 auto 18px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.faq-cta__heading:before, .faq-cta__heading:after {
  content: "";
  position: absolute;
  bottom: -6px;
  width: 2px;
  height: 60px;
  background: #005EAB;
}

@media screen and (max-width: 767px) {
  .faq-cta__heading:before, .faq-cta__heading:after {
    height: 35px;
    bottom: 0;
  }
}

.faq-cta__heading:before {
  left: -25px;
  -webkit-transform: rotate(-40deg);
      -ms-transform: rotate(-40deg);
          transform: rotate(-40deg);
}

@media screen and (max-width: 767px) {
  .faq-cta__heading:before {
    left: -10px;
  }
}

.faq-cta__heading:after {
  right: -25px;
  -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
          transform: rotate(40deg);
}

@media screen and (max-width: 767px) {
  .faq-cta__heading:after {
    right: -10px;
  }
}

.faq-cta__heading__img img {
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 10px;
  height: 76px;
  width: 70px;
}

.faq-cta__heading__txt {
  font-weight: bold;
  font-size: 23px;
}

.faq-cta__heading__txt span {
  color: #005EAB;
}

.faq-cta__heading__txt .sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .faq-cta__heading__txt .sp {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .faq-cta__heading__txt {
    font-size: 17px;
  }
  .faq-cta__btn {
    width: 90%;
  }
}

.faq-cta__btn {
  max-width: 700px;
  margin: 0 auto;
}

.faq-cta__btn a {
  background: #d10042;
  border-radius: 20px;
  -webkit-box-shadow: 3px 3px 13px rgba(136, 136, 136, 0.7);
          box-shadow: 3px 3px 13px rgba(136, 136, 136, 0.7);
  color: #fff;
  display: block;
  font-size: 22px;
  font-weight: bold;
  height: 93px;
  line-height: 93px;
  text-align: center;
  text-decoration: none;
  padding-right: 68px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .faq-cta__btn a {
    background: #d10042;
    border-radius: 8px;
    -webkit-box-shadow: 0px 2px 6px #4e4e4e;
            box-shadow: 0px 2px 6px #4e4e4e;
    font-size: 14.5px;
    margin: 0 auto;
    padding-right: 40px;
    position: relative;
    line-height: 60px;
    height: 60px;
  }
}

.faq-cta__btn a:hover {
  -ms-transform: scale(1.05) rotate(0.0001deg);
      transform: scale(1.05) rotate(0.0001deg);
  -webkit-transform: scale(1.05) rotate(0.0001deg);
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.faq-cta__btn a:hover:before {
  left: 80%;
}

.faq-cta__btn a:before {
  content: "";
  background: rgba(255, 255, 255, 0.15);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  top: -10%;
  left: -100%;
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  height: 100%;
  width: 110%;
}

.faq-cta__btn a:after {
  background: url(/service/faq/img/icon_allow_single_white_01.svg) no-repeat center;
  background-size: contain;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  height: 22px;
  width: 38px;
}

@media screen and (max-width: 767px) {
  .faq-cta__btn a:after {
    background: url(/service/faq/img/icon_arrow_brackets_white_01.svg) no-repeat center;
    background-size: contain;
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 17px;
    height: 12px;
    width: 9px;
    z-index: 1;
  }
}

.faq-cta__btnCatchTxt {
  background: #fff;
  border-radius: 20px;
  color: #d10042;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.5px;
  padding: 1px 21px 0;
  margin-right: 24px;
  display: inline-block;
  line-height: 30px;
}

@media screen and (max-width: 767px) {
  .faq-cta__btnCatchTxt {
    border-radius: 16.5px;
    font-size: 13px;
    letter-spacing: 0.3px;
    margin-right: 2px;
    height: 22px;
    line-height: 22px;
    padding: 0 10px;
    -webkit-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
            transform: translateY(-1px);
  }
}

.faq-cta__btnTxt {
  color: #FFF;
}

.faq-support {
  margin-bottom: 60px;
}
.faq-support__pt {
  padding-top: 50px;
}

@media only screen and (max-width: 1024px) {
  .faq-support {
    padding: 0px 18px;
    margin-bottom: 50px;
  }
}

.faq-support__title {
  text-align: center;
  max-width: 1000px;
  font-size: 25px;
  margin: 0 auto 38px;
  overflow: hidden;
  position: relative;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .faq-support__title {
    margin: 0 auto 30px;
  }
}

/* .faq-support__title:before {
  content: '';
  width: 100%;
  height: 1px;
  background: #005EAB;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 190px;
} */

@media screen and (max-width: 767px) {
  .faq-support__title:before {
    margin-left: 127px;
  }
}

/* .faq-support__title:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #005EAB;
  position: absolute;
  top: 50%;
  right: 50%;
  margin-right: 190px;
} */

@media screen and (max-width: 767px) {
  .faq-support__title:after {
    margin-right: 127px;
  }
}

.faq-support__title span {
  color: #005EAB;
  /* font-size: 25px; */
  /* background: #FFF; */
  /* padding: 0 30px; */

  font-size: 28px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .faq-support__title span {
    font-size: 20px;
    /* padding: 0 10px; */
  }
}

.faq-support__txt {
  text-align: center;
  font-size: 15px;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .faq-support__txt {
    font-size: 14px;
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .faq-support__linkWrap__col {
    /* display: grid !important;
    justify-items: center !important;
    grid-template-columns: 1fr 1fr !important; */
  }
}
.faq-support__linkWrap {
  /* max-width: 900px; */
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;

          gap: 20px;
}

@media only screen and (max-width: 1024px) {
  .faq-support__linkWrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .faq-support__linkWrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}

.faq-support__link {
  /* width: 430px; */
  height: 76px;
  width: 235px;
}
.faq-support__link:hover .faq-support__link__img {
  transform: scale(1.1);
  transition: transform .3s;
}

@media screen and (max-width: 767px) {
  .faq-support__link {
    width: 100%;
  }
}

.faq-support__link a {
  /* -webkit-box-shadow: 0px 2px 12px rgba(0, 94, 171, 0.3);
  box-shadow: 0px 2px 12px rgba(0, 94, 171, 0.3); */
  box-shadow: 5px 5px 10px 0 #0000001A;

  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* max-height: 80px; */
  text-decoration: none;
  background-color: #fff;
  /* background-color: #005EAB; */
  /* border: 2px solid #005EAB; */
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  position: relative;
  height: 100%;
}

@media only screen and (max-width: 1024px) {
  .faq-support__link a {
    /* margin: 0 20px 15px; */
  }
}

@media screen and (max-width: 767px) {
  .faq-support__link a {
    margin: 0 auto 15px;
    /* max-height: 60px; */
  }
}

.faq-support__link a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -9px;
  content: '';
  width: 11px;
  height: 18px;
  background: url(/service/faq/img/arrow_lightblue.svg) center/cover;
  /* background: url(/service/faq/img/arrow_white.svg) center/cover; */
}

@media screen and (max-width: 767px) {
  .faq-support__link a:after {
    width: 7px;
    height: 12px;
    margin-top: -6px;
    right: 16px;
  }
}

.faq-support__link a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #FFF;
  opacity: 0.8;
  /* -webkit-box-shadow: 0px 2px 12px rgba(0, 94, 171, 0.3);
          box-shadow: 0px 2px 12px rgba(0, 94, 171, 0.3); */
}

/* .faq-support__link a:hover p {
  color: #005EAB;
} */

.faq-support__link a:hover:after {
  background: url(/service/faq/img/arrow_blue.svg) center/cover;
}

.faq-support__link--general a {
  background-color: #0A9FC2;
  border: 2px solid #0A9FC2;
}

.faq-support__link--general a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #FFF;
  -webkit-box-shadow: 0px 2px 12px rgba(10, 159, 194, 0.3);
          box-shadow: 0px 2px 12px rgba(10, 159, 194, 0.3);
}

.faq-support__link--general a:hover p {
  color: #0A9FC2;
}

.faq-support__link--general a:hover:after {
  background: url(/service/faq/img/arrow_lightblue.svg) center/cover;
}

.faq-support__link__img {
  /* -o-object-fit: contain;
     object-fit: contain; */
  -o-object-fit: cover;
  object-fit: cover;
  /* margin-right: 25px; */
  margin-right: 8px;
  /* height: 80px; */
  width: 105px;
  height: 100%;
  /* width: 150px; */
}

@media screen and (max-width: 767px) {
  .faq-support__link__img {
    /* height: 60px; */
    width: 112px;
    margin-right: 15px;
  }
}

.faq-support__link__txt {
  /* color: #FFF; */
  color: #333333;
  font-size: 15px;
  margin-right: 33px;
  font-weight: bold;
}

.faq-contents {
  /* padding: 65px 0 35px; */
  padding: 50px 0 53px;
  background: url(/service/faq/img/bg_stripes_01.png) #F0F1F2;
}

@media screen and (max-width: 767px) {
  .faq-contents__age, .faq-contents__knowhow {
    padding-top: 40px;
    background: url(/service/faq/img/bg_stripes_01.png) #F0F1F2 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .faq-contents, .faq-contents__knowhow {
    padding: 50px 18px 35px;
  }
}

.faq-contents__title {
  text-align: center;
  color: #005EAB;
  font-size: 28px;
  margin-bottom: 40px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .faq-contents__title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.faq-contents__list {
  max-width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
  .faq-contents__list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.faq-contents__list__item {
  width: 430px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  .faq-contents__list__item {
    margin: 0 20px 15px;
  }
}

@media screen and (max-width: 767px) {
  .faq-contents__list__item {
    width: 100%;
    margin: 0 auto 15px;
  }
}

.faq-contents__list__item a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 80px;
  text-decoration: none;
  background-color: #FFF;
  border: 1px solid #005EAB;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 767px) {
  .faq-contents__list__item a {
    max-height: 65px;
  }
}

.faq-contents__list__item a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -9px;
  content: '';
  width: 11px;
  height: 18px;
  background: url(/service/faq/img/arrow_blue.svg) center/cover;
}

@media screen and (max-width: 767px) {
  .faq-contents__list__item a:after {
    width: 7px;
    height: 12px;
    margin-top: -6px;
    right: 16px;
  }
}

.faq-contents__list__item a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #E5F3FF;
}

.faq-contents__list__img {
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 20px;
  /* height: 80px; */
  width: 80px;
}

@media screen and (max-width: 767px) {
  .faq-contents__list__img {
    margin-right: 10px;
    height: 65px;
    width: 65px;
  }
}

.faq-contents__list__txt {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .faq-contents__list__txt {
    font-size: 15px;
  }
}

/*----------------------------------------
	faq/agent
----------------------------------------*/
.faq-cta--article {
  background: #FFF;
  padding: 60px 0;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .faq-cta--article {
    padding: 40px 18px 25px;
  }
}

.faq-support--article {
  background: #FFF;
  padding-bottom: 50px;
  /* padding-bottom: 60px; */
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .faq-support--article {
    padding-bottom: 35px;
  }
}

.faq-sprite-bg {
  margin-bottom: 0;
}

.agent-contents .bg {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .agent-contents .bg {
  margin-bottom: 20px;
  }
}
.agent-contents {
  background: #FFF;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
  /* max-width: 900px; */
  max-width: 1000px;
  padding: 40px 100px;
  /* padding: 40px 50px; */
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .agent-contents {
    border-radius: 0;
    padding: 20px 10px;
    margin-bottom: 50px;
  }
}


.entryArea {
  margin: 0 auto;
  padding: 60px 0;
  max-width: 700px;
}

.entryArea__content {
  align-items: center;
  color: #005eab;
  display: flex;
  margin-bottom: 20px;
  justify-content: center;
}

.entryArea__txtBox {
  padding-left: 10px;
}

.entryArea__tit {
  font-size: 30px;
  margin-bottom: 6px;
}

.entryArea__txt {
  letter-spacing: .5px;
}

.entryArea__btnLink {
  background: #d10042;
  border-radius: 20px;
  box-shadow: 3px 3px 13px #888;
  color: #fff;
  display: block;
  font-size: 22px;
  height: 93px;
  line-height: 93px;
  text-align: center;
  text-decoration: none;
  padding-right: 68px;
  position: relative;
  overflow: hidden;
}

.entryArea__btnLink:hover {
  transform: scale(1.05) rotate(.0001deg);
  transition: all .2s;
}

.entryArea__btnLink:before {
  content: "";
  background: rgba(255,255,255,.15);
  transform: rotate(-45deg);
  position: absolute;
  top: -10%;
  left: -100%;
  transition: .5s ease-in-out;
  height: 100%;
  width: 110%;
}

.entryArea__btnLink:hover:before {
  left: 80%;
}

.agent-contents .update {
  font-size: 12px;
  color: #333333;
  margin-bottom: 4px;
  position: relative;
  padding-left: 18px;
}

@media screen and (max-width: 767px) {
  .agent-contents .update {
    font-size: 12px;
  }
}

.agent-contents .update::before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
  content: '';
  width: 12px;
  height: 12px;
  background: url(/service/faq/img/agent/article/icon-feather-clock.svg) center/cover;
}

.agent-contents .image-wrap img {
  width: 100%;
  margin: 0 0 40px;
  border-radius: 10px;
}

.agent-contents p img {
  display: block;
  margin: 0 auto 40px;
  border-radius: 10px;
  max-width: 100%;  
}

@media screen and (max-width: 767px) {
  .agent-contents .image-wrap img,
  .agent-contents p img {
    margin-bottom: 25px;
    border-radius: 5px;
    display: block;
  }
}

.agent-contents .faq-cta__btn {
  margin: 40px auto;
}

.agent-contents .cv-btn {
  max-width: 480px;
  margin: 20px auto;
}

.agent-contents .cv-btn__head {
  margin: 0 auto 15px;
  max-width: 420px;
  color: #005EAB;
  position: relative;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .agent-contents .cv-btn__head {
    width: 300px;
    margin: 0 auto 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.agent-contents .cv-btn__head br {
  display: none;
}

@media screen and (max-width: 767px) {
  .agent-contents .cv-btn__head br {
    display: block;
  }
}

.agent-contents .cv-btn__head:before, .agent-contents .cv-btn__head:after {
  content: "";
  position: absolute;
  bottom: -5px;
  width: 2px;
  height: 25px;
  background: #005EAB;
}

@media screen and (max-width: 767px) {
  .agent-contents .cv-btn__head:before, .agent-contents .cv-btn__head:after {
    bottom: 0;
  }
}

.agent-contents .cv-btn__head:before {
  left: 0;
  -webkit-transform: rotate(-40deg);
      -ms-transform: rotate(-40deg);
          transform: rotate(-40deg);
}

@media screen and (max-width: 767px) {
  .agent-contents .cv-btn__head:before {
    left: 15px;
  }
}

.agent-contents .cv-btn__head:after {
  right: 0;
  -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
          transform: rotate(40deg);
}

@media screen and (max-width: 767px) {
  .agent-contents .cv-btn__head:after {
    right: 15px;
  }
}

.agent-contents .cv-btn__head__img img {
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 10px;
  height: 76px;
  width: 70px;
}

.agent-contents .cv-btn__head__txt {
  font-size: 25px;
}

.agent-contents .cv-btn__head__txt span {
  color: #005EAB;
}

.agent-contents .cv-btn__head__txt .sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .agent-contents .cv-btn__head__txt .sp {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .agent-contents .cv-btn__head__txt {
    font-size: 17px;
  }
}

.agent-contents .cv-btn a {
  background: #d10042;
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px 13px rgba(136, 136, 136, 0.7);
          box-shadow: 3px 3px 13px rgba(136, 136, 136, 0.7);
  color: #fff;
  display: block;
  font-size: 22px;
  font-weight: bold;
  height: 70px;
  line-height: 65px;
  text-align: center;
  text-decoration: none;
  padding-right: 68px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .agent-contents .cv-btn a {
    background: #d10042;
    border-radius: 8px;
    -webkit-box-shadow: 0px 2px 6px #4e4e4e;
            box-shadow: 0px 2px 6px #4e4e4e;
    font-size: 16px;
    margin: 0 auto;
    padding-right: 40px;
    position: relative;
    line-height: 60px;
    height: 60px;
    width: 100%;
  }
}

.agent-contents .cv-btn a:hover {
  -ms-transform: scale(1.05) rotate(0.0001deg);
      transform: scale(1.05) rotate(0.0001deg);
  -webkit-transform: scale(1.05) rotate(0.0001deg);
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.agent-contents .cv-btn a:hover:before {
  left: 80%;
}

.agent-contents .cv-btn a:before {
  content: "";
  background: rgba(255, 255, 255, 0.15);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  top: -10%;
  left: -100%;
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  height: 100%;
  width: 110%;
}

.agent-contents .cv-btn a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -8px;
  content: '';
  width: 10px;
  height: 16px;
  background: url(/service/faq/img/agent/article/arrow_white.svg) center/cover;
}

@media screen and (max-width: 767px) {
  .agent-contents .cv-btn a:after {
    background: url(/service/faq/img/icon_arrow_brackets_white_01.svg) no-repeat center;
    background-size: contain;
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 17px;
    height: 12px;
    width: 9px;
    z-index: 1;
  }
}

.agent-contents .cv-btn__catchTxt {
  background: #fff;
  border-radius: 20px;
  color: #d10042;
  font-size: 15px;
  letter-spacing: 0.5px;
  padding: 0 17px;
  margin-right: 10px;
  display: inline-block;
  line-height: 25px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .agent-contents .cv-btn__catchTxt {
    border-radius: 16.5px;
    font-size: 13px;
    letter-spacing: 0.3px;
    margin-right: 2px;
    height: 22px;
    line-height: 22px;
    padding: 0 10px;
    -webkit-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
            transform: translateY(-1px);
  }
}

.agent-contents .cv-btn__txt {
  color: #FFF;
  vertical-align: middle;
}

.agent-contents h1 {
  font-size: 20px;
  color: #003B6B;
  font-weight: bold;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .agent-contents h1 {
    margin-bottom: 10px;
  }
}

.agent-contents h2 {
  font-size: 20px;
  color: #FFF;
  background: url(/service/faq/img/bg_stripes_02.png) #003867;
  border-radius: 8px;
  padding: 20px 30px;
  font-weight: bold;
  margin-top: 60px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .agent-contents h2 {
    margin-top: 40px;
    padding: 12px 15px;
    font-size: 18px;
    border-radius: 5px;
  }
}

.agent-contents h3 {
  font-size: 18px;
  color: #003B6B;
  padding: 10px 10px 10px 32px;
  background: #E5F3FF;
  border-radius: 8px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .agent-contents h3 {
    font-size: 16px;
    padding: 10px 10px 10px 38px;
  }
}

.agent-contents h3::before {
  position: absolute;
  top: 15px;
  left: 10px;
  content: '';
  width: 8px;
  height: 8px;
  border: 5px solid #0A9FC2;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .agent-contents h3::before {
    top: 50%;
    left: 15px;
    margin-top: -9px;
  }
}

.agent-contents h4 {
  font-size: 16px;
  color: #003B6B;
  padding: 10px 10px 10px 20px;
  position: relative;
  background: #FFF;
  font-weight: bold;
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 15px;
}

.agent-contents h4::before {
  position: absolute;
  top: 15px;
  left: 0px;
  content: '';
  width: 8px;
  height: 8px;
  border: 5px solid #0A9FC2;
  border-radius: 50%;
}

.agent-contents h4::after {
  position: absolute;
  top: 4px;
  left: 4px;
  content: '';
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 4px solid #E5F3FF;
  border-bottom: 4px solid #E5F3FF;
}

.agent-contents h5 {
  font-size: 15px;
  color: #003B6B;
  font-weight: bold;
  padding-left: 25px;
  margin-top: 30px;
  margin-bottom: 15px;
  position: relative;
}

.agent-contents h5::before {
  position: absolute;
  top: 4px;
  left: 0px;
  content: '';
  width: 14px;
  height: 14px;
  background: #0A9FC2;
  border-radius: 50%;
}

.agent-contents p {
  line-height: 1.7em;
  margin-bottom: 20px;
}

.agent-contents p em {
  color: #005EAB;
  background: #FFECB2;
  font-style: normal;
  font-weight: bold;
}

.agent-contents p strong {
  color: #005EAB;
  font-weight: bold;
}

.agent-contents p a {
  color: #005EAB;
  text-decoration: underline;
}

.agent-contents p:not(.link):not(.btnlink) a[target="_blank"] {
  color: #005EAB;
  padding-right: 18px;
  margin-right: 5px;
  background-image: url(/service/faq/img/agent/article/anotherTab_icon.svg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

.agent-contents .bg {
  background: #F1F2F3;
  padding: 20px;
  border-radius: 8px;
}

@media screen and (max-width: 767px) {
  .agent-contents .bg {
    padding: 12px 15px;
    border-radius: 5px;
  }
}

.agent-contents .bg p:last-child {
  margin-bottom: 0;
}

.agent-contents .link a {
  box-sizing: border-box;
  display: inline-block;
  min-width: 190px;
  padding: 4px 35px;
  background: #005EAB;
  border: 1px solid #005EAB;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 20px;
  position: relative;
}

.agent-contents .link a::before {
  position: absolute;
  top: 50%;
  left: 7px;
  margin-top: -10px;
  content: '';
  width: 20px;
  height: 20px;
  background: url(/service/faq/img/agent/article/button_icon02.svg) center/cover;
}

.agent-contents .link a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
  content: '';
  width: 5px;
  height: 8px;
  background: url(/service/faq/img/agent/article/arrow_white.svg) center/cover;
}

.agent-contents .link a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #005EAB;
  background: #FFF;
}

.agent-contents .link a:hover::before {
  position: absolute;
  top: 50%;
  left: 7px;
  margin-top: -10px;
  content: '';
  width: 20px;
  height: 20px;
  background: url(/service/faq/img/agent/article/button_icon01.svg) center/cover;
}

.agent-contents .link a:hover::after {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
  content: '';
  width: 5px;
  height: 8px;
  background: url(/service/faq/img/agent/article/arrow_blue.svg) center/cover;
}

.agent-contents .btnlink {
  width: 480px;
  margin: 30px auto 20px;
}

@media screen and (max-width: 767px) {
  .agent-contents .btnlink {
    width: 100%;
  }
}

.agent-contents .btnlink a {
  border: 2px solid #005EAB;
  background: #FFF;
  color: #005EAB;
  display: block;
  border-radius: 50px;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  position: relative;
}

.agent-contents .btnlink a:after {
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -4px;
  content: '';
  width: 5px;
  height: 8px;
  background: url(/service/faq/img/agent/article/arrow_blue.svg) center/cover;
}

@media screen and (max-width: 767px) {
  .agent-contents .btnlink a:after {
    width: 5px;
    height: 8px;
    right: 15px;
    margin-top: -4px;
  }
}

.agent-contents .btnlink a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #005EAB;
  color: #FFF;
}

.agent-contents .btnlink a:hover:after {
  background: url(/service/faq/img/agent/article/arrow_white.svg) center/cover;
}

.agent-contents ul {
  margin-left: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .agent-contents ul {
    margin-left: 15px;
  }
}

.agent-contents ul li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 6px;
  font-weight: bold;
}

.agent-contents li em {
  background: linear-gradient(transparent 50%, #E5F3FF 50%);
  color: inherit;
  font-style: normal;
  font-weight: bold;
}

.agent-contents ul li::before {
  position: absolute;
  top: 7px;
  left: 0px;
  content: '';
  width: 10px;
  height: 8px;
  background: url(/service/faq/img/agent/article/icon-awesome-check.svg) center/cover;
}

.agent-contents .unorder-list-txt,
.agent-contents .order-list-txt {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .agent-contents .unorder-list-txt {
    margin-left: 15px;
  }
}

.agent-contents .unorder-list-txt dt,
.agent-contents .order-list-txt dt {
  padding-left: 1em;
  font-weight: bold;
  line-height: 1.7em;
  position: relative;
}

.agent-contents .unorder-list-txt dt::before {
  position: absolute;
  top: 8px;
  left: 0px;
  content: '';
  width: 10px;
  height: 8px;
  background: url(/service/faq/img/agent/article/icon-awesome-check.svg) center/cover;
}

.agent-contents .unorder-list-txt dt span,
.agent-contents .order-list-txt dt span {
  background: linear-gradient(transparent 50%, #E5F3FF 50%);
}

.agent-contents .unorder-list-txt dd,
.agent-contents .order-list-txt dd {
  display: block;
  line-height: 1.7em;
  margin: 4px 0 24px;
}

.agent-contents .unorder-list-txt dd em,
.agent-contents .order-list-txt dd em {
  color: #005EAB;
  background: linear-gradient(transparent 10%, #FFECB2 10%);
  font-style: normal;
  font-weight: bold;
}

.agent-contents ol {
  margin-left: 20px;
  margin-bottom: 20px;
  counter-reset: num;
}

@media screen and (max-width: 767px) {
  .agent-contents ol {
    margin-left: 15px;
  }
}

.agent-contents ol li {
  position: relative;
  padding-left: 1.6em;
  margin-bottom: 8px;
  list-style-type: none;
  font-weight: bold;
}

.agent-contents ol li::before {
  position: absolute;
  counter-increment: num;
  content: counter(num);
  background: #005EAB;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
  width: 20px;
  height: 20px;
  top: 1px;
  left: 0;
}

.agent-contents ol li em {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #E5F3FF));
  background: -webkit-linear-gradient(transparent 50%, #E5F3FF 50%);
  background: -o-linear-gradient(transparent 50%, #E5F3FF 50%);
  background: linear-gradient(transparent 50%, #E5F3FF 50%);
  font-style: normal;
}

.agent-contents .order-list-txt {
  margin-left: 20px;
  counter-reset: order-num;
}

@media screen and (max-width: 767px) {
  .agent-contents .order-list-txt {
    margin-left: 15px;
  }
}

.agent-contents .order-list-txt dt {
  padding-left: 1.6rem;
}
.agent-contents .order-list-txt dt::before {
  position: absolute;
  counter-increment: order-num;
  content: counter(order-num);
  background: #005EAB;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
  width: 20px;
  height: 20px;
  top: 2px;
  left: 0;
}

.agent-contents .ref {
  border: 2px solid #003B6B;
  border-radius: 4px;
  padding: 20px 30px;
  margin-top: 60px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .agent-contents .ref {
    margin-top: 40px;
    padding: 18px 25px;
    margin-bottom: 40px;
  }
}

.agent-contents .ref__head {
  padding: 0 10px 10px 50px;
  border-bottom: 2px solid #ADD8FC;
  font-size: 25px;
  font-weight: bold;
  color: #003B6B;
  position: relative;
}

@media screen and (max-width: 767px) {
  .agent-contents .ref__head {
    font-size: 18px;
    padding: 0 10px 10px 35px;
  }
}

.agent-contents .ref__head::before {
  position: absolute;
  top: 50%;
  left: 7px;
  margin-top: -20px;
  content: '';
  width: 34px;
  height: 34px;
  background: url(/service/faq/img/agent/article/contents_icon.svg) center/cover;
}

@media screen and (max-width: 767px) {
  .agent-contents .ref__head::before {
    width: 25px;
    height: 25px;
    left: 0;
    margin-top: -16px;
  }
}

.agent-contents .ref__head::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 146px;
  height: 2px;
  margin-bottom: -2px;
  background: #0099C9;
}

@media screen and (max-width: 767px) {
  .agent-contents .ref__head::after {
    width: 60px;
  }
}

.agent-contents .ref ol {
  margin: 0 0 0 1em;
}

@media screen and (max-width: 767px) {
  .agent-contents .ref ol {
    margin-left: 25px;
  }
}

.agent-contents .ref ol a {
  text-decoration: none;
  color: #333333;
  display: inline-block;
  margin-bottom: 6px;
}

@media screen and (max-width: 767px) {
  .agent-contents .ref ol a {
    display: inline;
  }
}

.agent-contents .ref ol li {
  list-style: decimal;
  list-style-position: inside;
  padding: 0;
  margin-bottom: 10px;
  color: #003B6B;
  font-size: 18px;
}

.agent-contents .ref ol li::before {
  content: none;
}

@media screen and (max-width: 767px) {
  .agent-contents .ref ol li {
    font-size: 16px;
    list-style-position: outside;
  }
}

.agent-contents .ref ol li:last-child {
  margin-bottom: 0;
}

.agent-contents .ref ol li ol {
  margin-top: 4px;
  margin-left: 1.2em;
}

.agent-contents .ref ol li ol li {
  padding-left: 2em;
  font-size: 15px;
  list-style: none;
  position: relative;
  margin-bottom: 6px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .agent-contents .ref ol li ol li {
    font-size: 14px;
    padding-left: 0;
    margin-top: 10px;
  }
}

.agent-contents .ref ol li ol li::after {
  position: absolute;
  top: 12px;
  left: 1em;
  content: '';
  width: 10px;
  height: 2px;
  margin-top: -2px;
  background: #003B6B;
}

@media screen and (max-width: 767px) {
  .agent-contents .ref ol li ol li::after {
    left: -16px;
  }
}

.agent-contents .relative {
  border: 2px solid #003B6B;
  border-radius: 6px;
  padding: 30px 25px;
  position: relative;
  margin-top: 45px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .agent-contents .relative {
    padding: 25px 15px;
    margin-top: 40px;
  }
}

.agent-contents .relative::before {
  position: absolute;
  top: -13px;
  left: 25px;
  content: '';
  width: 24px;
  height: 24px;
  background: url(/service/faq/img/agent/article/connection_icon.svg) center/cover;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .agent-contents .relative::before {
    left: 19px;
  }
}

.agent-contents .relative__title {
  position: absolute;
  top: -15px;
  left: 20px;
  background: #FFF;
  padding: 0 5px 0 35px;
  color: #003B6B;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .agent-contents .relative__title {
    left: 15px;
  }
}

.agent-contents .relative p {
  margin-bottom: 0;
}

.agent-contents .dotted-wrap {
  border: 1px dashed #003B6B;
  border-radius: 5px;
  padding: 30px 20px;
  margin-bottom: 20px;
  counter-reset: count;
}

@media screen and (max-width: 767px) {
  .agent-contents .dotted-wrap {
    padding: 20px 14px 0;
    margin-bottom: 15px;
  }
}

.agent-contents .dotted-wrap .col2-set {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .agent-contents .dotted-wrap .col2-set {
    display: block;
    margin-bottom: 30px;
  }
}

.agent-contents .dotted-wrap .col2-set:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .agent-contents .dotted-wrap .col2-set:last-child {
    margin-bottom: 20px;
  }
}

.agent-contents .dotted-wrap .col2-set__img {
  width: 23.6%;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .agent-contents .dotted-wrap .col2-set__img {
    width: 100%;
    margin-bottom: 15px;
  }
}

.agent-contents .dotted-wrap .col2-set__img img {
  border-radius: 8px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .agent-contents .dotted-wrap .col2-set__img img {
    width: auto;
  }
}

.agent-contents .dotted-wrap .col2-set__body {
  width: 74.3%;
}

@media screen and (max-width: 767px) {
  .agent-contents .dotted-wrap .col2-set__body {
    width: 100%;
  }
}

.agent-contents .dotted-wrap .col2-set__head {
  position: relative;
}

.agent-contents .dotted-wrap .col2-set__head p {
  display: inline;
  font-weight: bold;
  margin-left: 1.6em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #E5F3FF));
  background: -webkit-linear-gradient(transparent 50%, #E5F3FF 50%);
  background: -o-linear-gradient(transparent 50%, #E5F3FF 50%);
  background: linear-gradient(transparent 50%, #E5F3FF 50%);
}

.agent-contents .dotted-wrap .col2-set__head::before {
  content: counter(count);
  counter-increment: count;
  position: absolute;
  background: #005EAB;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
  width: 20px;
  height: 20px;
  top: 1px;
  left: 0;
  font-weight: normal;
  line-height: 1.4em;
}


.agent-contents .dotted-wrap .col2-set__text {
  margin: 4px 0 0;
}

.agent-contents .summary {
  border: 2px solid #FFC000;
  border-radius: 5px;
  padding: 55px 20px 20px;
  position: relative;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .agent-contents .summary {
    margin-bottom: 20px;
  }
}

.agent-contents .summary::before {
  position: absolute;
  top: 16px;
  left: 2px;
  content: '';
  width: 15px;
  height: 15px;
  background: url(/service/faq/img/agent/article/summary_icon.svg) center/cover;
  z-index: 1;
}

.agent-contents .summary::after {
  position: absolute;
  content: '';
  top: 39px;
  left: -10px;
  border: none;
  border-bottom: solid 5px transparent;
  border-right: solid 8px #A37D09;
}

.agent-contents .summary__head {
  position: absolute;
  top: 8px;
  left: -10px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5em;
  background: #FFC000;
  color: #003B6B;
  padding: 6px 15px 6px 35px;
}

.agent-contents .summary ul {
  margin: 0;
}

.agent-contents .summary ul li {
  border-bottom: 1px dashed #A2A2A2;
  padding: 0 0 15px 30px;
  margin-bottom: 15px;
  position: relative;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .agent-contents .summary ul li {
    padding: 0 0 15px 20px;
  }
}

.agent-contents .summary ul li::before {
  position: absolute;
  top: 6px;
  left: 10px;
  content: '';
  width: 10px;
  height: 10px;
  background: url(/service/faq/img/agent/article/summary_check_icon.svg) center/cover;
}

@media screen and (max-width: 767px) {
  .agent-contents .summary ul li::before {
    left: 0;
  }
}

.agent-contents .summary ul li:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.faq-list-reccomend {
  max-width: 1000px;
  margin: 0 auto 60px;
}

@media screen and (max-width: 767px) {
  .faq-list-reccomend {
    margin: 0 auto 40px;
  }
}

.faq-list-reccomend__title {
  color: #005EAB;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .faq-list-reccomend__title {
    font-size: 20px;
    margin: 30px 0;
  }
}

.faq-list-reccomend__list {
  /* margin-bottom: 30px; */
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .faq-list-reccomend__list {
    /* margin-bottom: 25px; */
    margin-bottom: 30px;
  }
}

.faq-list-reccomend__list__item {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .faq-list-reccomend__list__item {
    margin-bottom: 12px;
  }
}

.faq-list-reccomend__list__item a {
  border: 1px solid #003B6B;
  background: #FFF;
  border-radius: 5px;
  display: block;
  padding: 18px 55px;
  font-size: 15px;
  text-decoration: none;
  color: #333333;
  position: relative;
}

@media screen and (max-width: 767px) {
  .faq-list-reccomend__list__item a {
    padding: 12px 38px;
  }
}

.faq-list-reccomend__list__item a:before {
  position: absolute;
  color: #FFC000;
  font-size: 23px;
  font-weight: bold;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  top: 50%;
  left: 20px;
  margin-top: -12px;
  line-height: 1em;
  content: 'Q';
}

@media screen and (max-width: 767px) {
  .faq-list-reccomend__list__item a:before {
    font-size: 21px;
    left: 10px;
    margin-top: -10px;
  }
}

.faq-list-reccomend__list__item a:after {
  position: absolute;
  top: 50%;
  right: 22px;
  margin-top: -10px;
  content: '';
  width: 20px;
  height: 20px;
  background: url(/service/faq/img/agent/circle_arrow_darkBlue.svg) center/cover;
}

@media screen and (max-width: 767px) {
  .faq-list-reccomend__list__item a:after {
    width: 15px;
    height: 15px;
    right: 11px;
    margin-top: -7px;
  }
}

.faq-list-reccomend__list__item a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #DDEBF6;
}

.faq-list-reccomend__list .accordion {
  border: 1px solid #003B6B;
  border-radius: 5px;
  overflow: hidden;
}

.faq-list-reccomend__list .accordion__head {
  background: #FFF;
  display: block;
  padding: 18px 55px;
  font-size: 15px;
  text-decoration: none;
  color: #333333;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .faq-list-reccomend__list .accordion__head {
    padding: 12px 38px;
  }
}

.faq-list-reccomend__list .accordion__head:hover {
  cursor: pointer;
  background: #DDEBF6;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.faq-list-reccomend__list .accordion__head:before {
  position: absolute;
  color: #FFC000;
  font-size: 23px;
  font-weight: bold;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  top: 50%;
  left: 20px;
  margin-top: -12px;
  line-height: 1em;
  content: 'Q';
}

@media screen and (max-width: 767px) {
  .faq-list-reccomend__list .accordion__head:before {
    font-size: 21px;
    left: 11px;
    margin-top: -10px;
  }
}

.faq-list-reccomend__list .accordion__head:after {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -8px;
  content: '';
  width: 15px;
  height: 15px;
  background: url(/service/faq/img/agent/accordion_icon01.svg) center/cover;
}

@media screen and (max-width: 767px) {
  .faq-list-reccomend__list .accordion__head:after {
    right: 15px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
  }
}

.faq-list-reccomend__list .accordion__head--on {
  background: #003B6B;
  color: #FFF;
  border-radius: 5px 5px 0 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.faq-list-reccomend__list .accordion__head--on:hover {
  background: #003B6B;
}

.faq-list-reccomend__list .accordion__head--on:after {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -1px;
  content: '';
  width: 15px;
  height: 3px;
  background: url(/service/faq/img/agent/accordion_icon03.svg) center/cover;
}

.faq-list-reccomend__list .accordion__body {
  background: #FFF;
  padding: 20px;
  display: none;
}

.faq-list-reccomend__list .accordion__body p {
  font-size: 15px;
  line-height: 1.7em;
  margin-bottom: 20px;
}

.faq-list-reccomend__list .accordion__body p:last-child {
  margin-bottom: 0;
}

.faq-list-reccomend__list .accordion__body .link a {
  box-sizing: border-box;
  display: inline-block;
  min-width: 190px;
  padding: 4px 35px;
  background: #005EAB;
  border: 1px solid #005EAB;
  color: #FFF;
  font-size: 14px;
  text-decoration: none;
  border-radius: 20px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .faq-list-reccomend__list .accordion__body .link a {
    min-width: 100%;
  }
}

.faq-list-reccomend__list .accordion__body .link a::before {
  position: absolute;
  top: 50%;
  left: 7px;
  margin-top: -10px;
  content: '';
  width: 20px;
  height: 20px;
  background: url(/service/faq/img/agent/article/button_icon02.svg) center/cover;
}

.faq-list-reccomend__list .accordion__body .link a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
  content: '';
  width: 5px;
  height: 8px;
  background: url(/service/faq/img/agent/article/arrow_white.svg) center/cover;
}

.faq-list-reccomend__list .accordion__body .link a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #005EAB;
  background: #FFF;
}

.faq-list-reccomend__list .accordion__body .link a:hover::before {
  position: absolute;
  top: 50%;
  left: 7px;
  margin-top: -10px;
  content: '';
  width: 20px;
  height: 20px;
  background: url(/service/faq/img/agent/article/button_icon01.svg) center/cover;
}

.faq-list-reccomend__list .accordion__body .link a:hover::after {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
  content: '';
  width: 5px;
  height: 8px;
  background: url(/service/faq/img/agent/article/arrow_blue.svg) center/cover;
}

.faq-list-reccomend__linkbtn {
  width: 400px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .faq-list-reccomend__linkbtn {
    width: 100%;
  }
}

.faq-list-reccomend__linkbtn a {
  background: #003B6B;
  color: #FFF;
  border: 2px solid #003B6B;
  display: block;
  border-radius: 50px;
  text-align: center;
  padding: 11px;
  text-decoration: none;
  font-size: 15px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .faq-list-reccomend__linkbtn a {
    /* padding: 7px; */
    padding: 10px;
  }
}

.faq-list-reccomend__linkbtn a:after {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -9px;
  content: '';
  width: 11px;
  height: 18px;
  background: url(/service/faq/img/arrow_white.svg) center/cover;
}

@media screen and (max-width: 767px) {
  .faq-list-reccomend__linkbtn a:after {
    width: 7px;
    height: 12px;
    margin-top: -6px;
  }
}

.faq-list-reccomend__linkbtn a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #FFF;
  color: #003B6B;
}

.faq-list-reccomend__linkbtn a:hover:after {
  background: url(/service/faq/img/arrow_blue.svg) center/cover;
}

.faq-list-reccomend__linkbtn--bottom {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .faq-sprite-bg {
    padding: 20px 18px 10px;
  }
}

.mynavi-contents__overview {
  border: 1px solid #005EAB;
  border-radius: 8px;
  overflow: hidden;
  max-width: 900px;
  margin: 45px auto;
}

@media screen and (max-width: 767px) {
  .mynavi-contents__overview {
    margin: 23px 18px 20px;
  }
}

.mynavi-contents__overview__title {
  background: #005EAB;
  text-align: center;
  padding: 11px;
  font-size: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: normal;
  position: relative;
}

.mynavi-contents__overview__title::after {
  content: '';
  width: 100%;
  height: 3px;
  background: #FFF;
  position: absolute;
  bottom: 3px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .mynavi-contents__overview__title::after {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .mynavi-contents__overview__title {
    font-size: 18px;
    padding: 10px 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .mynavi-contents__overview__title img {
    width: 25px;
  }
}

.mynavi-contents__overview__title__txt {
  color: #FFF;
  margin-left: 12px;
}

@media screen and (max-width: 767px) {
  .mynavi-contents__overview__title__txt {
    text-align: left;
    margin-left: 10px;
  }
}

.mynavi-contents__overview__list__item {
  border-bottom: 1px dashed #005EAB;
}

.mynavi-contents__overview__list__item:last-child {
  border-bottom: none;
}

.mynavi-contents__overview__list__item a {
  display: block;
  padding: 18px 70px;
  font-size: 18px;
  text-decoration: none;
  color: #333333;
  position: relative;
}

@media screen and (max-width: 767px) {
  .mynavi-contents__overview__list__item a {
    padding: 10px 40px;
    font-size: 15px;
  }
}

.mynavi-contents__overview__list__item a:before {
  position: absolute;
  top: 50%;
  left: 40px;
  margin-top: -7px;
  content: '';
  width: 15px;
  height: 15px;
  background: url(/service/faq/img/mynavi/article/arrow_blue.svg) center/cover;
}

@media screen and (max-width: 767px) {
  .mynavi-contents__overview__list__item a:before {
    width: 15px;
    height: 15px;
    right: 11px;
    margin-top: -7px;
    left: 15px;
  }
}

.mynavi-contents__overview__list__item a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #E5F3FF;
}

.mynavi-contents__wrap {
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .mynavi-contents__wrap {
    padding: 0;
  }
}

.mynavi-contents__section {
  border: 1px solid #005EAB;
  background: #FFF;
  border-radius: 8px;
  padding: 20px;
  overflow: hidden;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .mynavi-contents__section {
    padding: 10px 15px 25px;
    margin-bottom: 30px;
  }
}

.mynavi-contents__section__title {
  position: relative;
  color: #005EAB;
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 15px 35px;
  margin-bottom: 10px;
  border-bottom: 1px solid #005EAB;
}

@media screen and (max-width: 767px) {
  .mynavi-contents__section__title {
    font-size: 17px;
    padding: 0 0 10px 28px;
  }
}

.mynavi-contents__section__title::before {
  position: absolute;
  color: #FFC000;
  font-size: 23px;
  font-weight: 700;
  font-family: "Helvetica Neue",Helvetica,"Hiragino Sans","Hiragino Kaku Gothic ProN",Arial,"Yu Gothic",Meiryo,sans-serif;
  top: 50%;
  left: 0px;
  margin-top: -18px;
  line-height: 1em;
  content: 'Q';
}

@media screen and (max-width: 767px) {
  .mynavi-contents__section__title::before {
    font-size: 21px;
  }
}

.mynavi-contents__section p {
  font-size: 15px;
  line-height: 1.7em;
  margin-bottom: 15px;
}

.mynavi-contents__section p:last-child {
  margin-bottom: 0;
}

.mynavi-contents__section p em {
  color: #005EAB;
  background: #FFECB2;
  font-style: normal;
  font-weight: bold;
}

.mynavi-contents__section p strong {
  color: #005EAB;
}

.mynavi-contents__section p a {
  color: #005EAB;
  text-decoration: underline;
}

.mynavi-contents__section p:not(.link) a[target="_blank"] {
  color: #005EAB;
  padding-right: 18px;
  margin-right: 5px;
  background-image: url(/service/faq/img/agent/article/anotherTab_icon.svg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

.mynavi-contents__section ul li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 6px;
  font-weight: bold;
  font-size: 15px;
}

.mynavi-contents__section li em {
  background: linear-gradient(transparent 50%, #E5F3FF 50%);
  color: inherit;
  font-style: normal;
  font-weight: bold;
}

.mynavi-contents__section ul li::before {
  position: absolute;
  top: 7px;
  left: 0px;
  content: '';
  width: 10px;
  height: 8px;
  background: url(/service/faq/img/agent/article/icon-awesome-check.svg) center/cover;
}

.mynavi-contents__section .txt-s {
  font-size: 12px;
}

.mynavi-contents__section .link a {
  box-sizing: border-box;
  display: inline-block;
  min-width: 190px;
  padding: 4px 35px;
  background: #005EAB;
  border: 1px solid #005EAB;
  color: #FFF;
  font-size: 14px;
  text-decoration: none;
  border-radius: 20px;
  position: relative;
}

.mynavi-contents__section .link a::before {
  position: absolute;
  top: 50%;
  left: 7px;
  margin-top: -10px;
  content: '';
  width: 20px;
  height: 20px;
  background: url(/service/faq/img/agent/article/button_icon02.svg) center/cover;
}

.mynavi-contents__section .link a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
  content: '';
  width: 5px;
  height: 8px;
  background: url(/service/faq/img/agent/article/arrow_white.svg) center/cover;
}

.mynavi-contents__section .link a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #005EAB;
  background: #FFF;
}

.mynavi-contents__section .link a:hover::before {
  position: absolute;
  top: 50%;
  left: 7px;
  margin-top: -10px;
  content: '';
  width: 20px;
  height: 20px;
  background: url(/service/faq/img/agent/article/button_icon01.svg) center/cover;
}

.mynavi-contents__section .link a:hover::after {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
  content: '';
  width: 5px;
  height: 8px;
  background: url(/service/faq/img/agent/article/arrow_blue.svg) center/cover;
}

.agent-contents .table_wrap,
.mynavi-contents__section .table_wrap {
  width: 100%;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 767px) {
  .agent-contents .table_wrap,
  .mynavi-contents__section .table_wrap {
    margin: 0 0 30px 0;
    overflow: auto;
    white-space: nowrap;
  }
}

.agent-contents .table_wrap table,
.mynavi-contents__section .table_wrap table {
  width: 100%;
  table-layout: fixed;
}
@media screen and (max-width: 767px) {
  .agent-contents .table_wrap table,
  .mynavi-contents__section .table_wrap table {
    min-width: 680px;
  }
}

.agent-contents .table_wrap table thead th,
.mynavi-contents__section .table_wrap table thead th {
  background: #005EAB;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  width: auto !important;
  border: 1px solid #B0B0B0;
  box-sizing: border-box;
  padding: 10px 0;
}

.agent-contents .table_wrap table tbody th,
.mynavi-contents__section .table_wrap table tbody th {
  width: auto !important;
  font-size: 14px;
  border: 1px solid #B0B0B0;
  box-sizing: border-box;
  padding: 10px 10px;
  text-align: center;
  vertical-align: middle;
}

.agent-contents .table_wrap table tbody td,
.mynavi-contents__section .table_wrap table tbody td {
  width: auto !important;
  font-size: 14px;
  border: 1px solid #B0B0B0;
  box-sizing: border-box;
  padding: 10px 10px;
  text-align: center;
  vertical-align: middle;
  white-space: normal;
}

.agent-contents .table_wrap table tbody tr:nth-of-type(odd) th,
.mynavi-contents__section .table_wrap table tbody tr:nth-of-type(odd) th {
  background: #EEEEEE;
}

.agent-contents .table_wrap table tbody tr:nth-of-type(even) th,
.mynavi-contents__section .table_wrap table tbody tr:nth-of-type(even) th {
  background: #DEDEDE;
}

/*----------------------------------------
	faq/search
----------------------------------------*/
.search-zero__icon {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .search-zero__icon img {
    width: 45px;
    height: auto;
  }
}

.search-zero__txt {
  font-size: 25px;
  margin: 25px auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .search-zero__txt {
    margin: 20px auto;
    font-size: 19px;
  }
}

.search-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0 0;
}

@media screen and (max-width: 767px) {
  .search-pagination .pc {
    display: none;
  }
}

.search-pagination__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.search-pagination__body li {
  width: 34px;
  height: 34px;
  list-style: none;
  margin: 0 5px;
  border-radius: 50%;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .search-pagination__body li {
    width: 30px;
    height: 30px;
  }
}

.search-pagination__body li a {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  color: #003B6B;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #003B6B;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.search-pagination__body li a:hover {
  background: #E6EFF6;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.search-pagination__body .fs-current {
  border: 1px solid #003B6B;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFF;
  background: #003B6B;
}

.search-pagination__body .fs-current a {
  color: #FFF;
}

.search-pagination__body .fs-current a:hover {
  color: #003B6B;
  border: none;
}

.search-pagination__nav {
  width: 34px;
  height: 34px;
  border: 1px solid #003B6B;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0 5px;
  border-radius: 50%;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .search-pagination__nav {
    width: 30px;
    height: 30px;
  }
}

.search-pagination__nav a {
  width: 100%;
  height: 100%;
  background: #FFF;
  color: #003B6B;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.search-pagination__nav a:hover {
  background: #E6EFF6;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.faq-link-area {
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 40px;
}
@media screen and (max-width: 999px) {
  .faq-link-area > li + li {
    margin-top: 15px;
  }
}
.faq-link-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq-link-inner > div > img {
  vertical-align: middle;
}
.faq-link-item {
  position: relative;
  display: block;
  padding: 15px;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 4px;
  border: #005EAB 1px solid;
  box-shadow: 0px 3px 6px rgba(0, 94, 171, 0.15);
}
.faq-list-item::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 15px;
  height: 15px;
  right: 15px;
  margin-top: -7.5px;
  background: url("/service/faq/img/mynavi/icon_arrow.svg") center/cover;
}
@media screen and (min-width: 1000px) {
  .faq-link-item {
    display: block;
    position: relative;
    box-sizing: border-box;
    max-height: 167px;

    text-decoration: none;
    border: #005EAB 1px solid;
    padding: 16px 15px 24px 15px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 94, 171, 0.15);
    height: 100%;
  }
  .faq-link-area {
    display: grid;
    gap: 20px 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: 0 auto;
    max-width: 1000px;
    padding: 0 18px 40px;
  }
  .faq-link-inner {
    height: 3em;
  }
  .faq-link-item-img {
    flex-basis: 35px;
    text-align: right;
    padding-right: 5px;
  }
  .faq-link-item-text {
    position: relative;
    border-top: #BBE1E9 1px solid;
    font-size: 15px;
    line-height: 1.5;
    margin-top: 10px;
    padding-top: 12px;
    z-index: 2;
    vertical-align: bottom;
    color: #333333;
  }
  .faq-link-item-icon {
    position: absolute;
    bottom: 15px;
    right: 14px;
    z-index: 1;
  }
}
.faq-link-item:hover {
  background-color: #F1FCFF;
  transition: .3s;
  text-decoration: none;
}
.faq-link-item-heading {
  font-size: 14px;
  line-height: 1.5;
  color: #005EAB;
  position: relative;
}

@media screen and (max-width: 999px) {
  .faq-link-item-heading {
    font-size: 15px;
  }
  .hiddenSP {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .hiddenPC {
    display: none;
  }
}


/* 執筆・編集 */
.cv_box{
  margin: 60px 0 0 0;
}
.cv_inrbox{
  font-size: 18px;
  font-weight: bold;
  display: flex;
  color: #003B6B;
  padding: 0 0 5px 0;
  margin: 0 0 20px 0;
  border-bottom: 2px dashed #B0B0B0;
}
.cv_inrbox:nth-child(n+2){
  margin: 40px 0 0 0;
}
.cv_tag::before{
  content:"";
  background: url(../img/icon_tag.svg) no-repeat;
  width:25px;
  height:25px;
  padding: 0 5px 0 0;
  display: inline-flex;
}
.cv_writing::before{
  content:"";
  background: url(../img/icon_writing.svg) no-repeat;
  width:25px;
  height:25px;
  padding: 0 5px 0 0;
  display: inline-flex;
}
.cv_share::before{
  content:"";
  background: url(../img/icon_shere.svg) no-repeat;
  width:25px;
  height:25px;
  padding: 0 5px 0 0;
  display: inline-flex;
}
.writing_box{
  display: flex;
  padding: 20px 0 0 0;
}
.writing_box img{
  width:130px;
  max-width: 130px;
  height:130px;
  background:#E6EFF6;
  border-radius: 75px;
  margin: 0 15px 0 0;
}
@media screen and (max-width: 896px) {
  .writing_box img{
    width:100px;
    max-width: 100px;
    height:100px;
  }
}
.writing_ttl{
  font-size: 18px;
  font-weight:bold;
  margin-bottom: 0 !important;
  padding: 0 0 5px 0;
}
.writing_inrbox{
  width:80%;
}
.writing_inrbox p + p{
  font-size:14px;
  line-height: 1.5;
}
/*SNS//*/
.snsShare {
  margin: 20px 0 0 0;
}
.snsShare__body {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.snsShare__inner--shrink {
  display: none;
  flex-shrink: 1;
}
.snsShare__inner, .snsShare__inner--shrink {
  flex: 1 1 auto;
}
.snsShare__title {
  display: none;
  margin-right: 30px;
  margin-bottom: 0 !important;
  font-size: 13px;
  font-weight: bold;
}
.snsShare__inner + .snsShare__inner, .snsShare__inner--shrink + .snsShare__inner, .snsShare__inner + .snsShare__inner--shrink, .snsShare__inner--shrink + .snsShare__inner--shrink {
  position: relative;
}
.snsShare__inner + .snsShare__inner::before, .snsShare__inner--shrink + .snsShare__inner::before, .snsShare__inner + .snsShare__inner--shrink::before, .snsShare__inner--shrink + .snsShare__inner--shrink::before{
  content: none;
  position: absolute;
  border-left: 1px solid #e5e5e5;
  top: 0;
  left: 0;
  bottom: 0;
}
.snsShare__inner, .snsShare__inner--shrink {
  flex: 1 1 auto;
}
.snsShare__list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
}
.snsShare__item {
  margin-bottom: 0 !important;
  padding: 5px !important;
  width: calc(100% / 3);
  position: relative;
}
.agent-contents ul li.snsShare__item::before {
  background: none;
}
.snsShare__anchor {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.2s;
  text-decoration: none;
  color:#333;
}
.snsShare__imgOuter,
.snsShare__imgOuter--x {
  flex: 0 0 auto;
}
.snsShare__imgOuter--x {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #000;
}

.snsShare__imgOuter--x img {
  width: 18px;
  height: 18px;
}
.snsShare__img {
  display: block;
  width: 35px;
  height: 35px;
}
.snsShare__text {
  margin-left: 20px;
  margin-bottom: 0 !important;
  font-size: 14px;
  font-weight: bold;

}
.snsShare__item + .snsShare__item::before {
  content: '';
  width: auto;
  height: auto;
  background: none;
  position: absolute;
  border-left: 1px solid #e5e5e5;
  top: 0;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .snsShare__item + .snsShare__item::before {
    display: none;
  }
}
.snsShare__anchor:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .btn_apply {
    margin: 0 auto 40px;
  }
  .btn_apply a{
    width: 100%;
    display: inline-table;
    margin: 0;
  }
  .btn_apply a::after {
    right: 15px;
  }
  .btn_apply a:hover{
    transform:none;
    transition: none;
    text-decoration: none;
  }
  .snsShare__body {
    padding: 0 15px;
  }
  .snsShare__inner {
    flex: 0 0 auto;
  }
  .snsShare__inner--shrink {
    display: block;
    flex: 0 0 auto;
  }
  .snsShare__title {
    display: block;
    text-align: center;
    color: #003B6B;
  }
  .snsShare__text {
    display: none;
  }
  .snsShare__inner--shrink + .snsShare__inner::before {
    content: '';
  }
  .snsShare__item {
    padding-left: 25px !important;
    padding-right: 0 !important;
  }
}


/*申込ボタンコピー追加ver*/
.btn_apply {
  position: relative;
}

.btn_apply a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:#D10042;
  border-radius: 20px;
  width:600px;
  height:67px;
  box-shadow: 0px 3px 16px #00000073;
  color:#fff;
  text-align: center;
  padding: 15px 0 10px 0;
  margin:0 auto 50px;
}
.btn_apply a::after {
  content: '';
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(45deg);
  transition: right 0.2s;
}
.btn_apply a p {
  margin: 0;
}
.btn_apply a p:first-child {
  font-size: 13px;
  line-height: 1.5;
}
.btn_apply a > p + p {
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 896px) {
  .btn_apply {
    margin: 0 auto 40px;
  }
  .btn_apply a{
    width: 100%;
    display: inline-table;
    margin: 0;
  }
  .btn_apply a::after {
    right: 15px;
  }
  .btn_apply a:hover{
    transform:none;
    transition: none;
    text-decoration: none;
  }
}

/*CTAバナー*/
.cta-bnr {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.cta-bnr:hover {
  opacity: .7;
  transform: scale(1.05);
  transition: all .2s;
}
@media screen and (max-width: 896px) {
  .cta-bnr:hover {
    opacity: 1;
    transform: scale(1);
  }
}
.cta-bnr img {
  margin-bottom: 0 !important;
}
.cta-bnr:before {
  content: "";
  background: rgba(255, 255, 255, .15);
  transform: rotate(-45deg);
  position: absolute;
  top: 30%;
  left: -100%;
  transition: .5s ease-in-out;
  height: 92px;
  width: 720px;
}
.cta-bnr:hover:before {
  left: 100%;
}
@media screen and (max-width: 896px) {
  .cta-bnr:hover:before {
    left: -100%;
  }
}
.c-pager__list a{
  text-decoration: none;
}
/* 
.c-pager__list {
  display: flex;
  gap: 8px;
  justify-content: center;
}

.c-pager__num {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 15px;
  font-weight: bold;
  line-height: 22px;
  width: 35px;
  height: 35px;
  color: #003B6B;
  background-color: #F2F2F2;
}
.c-pager__num--current {
  color: #fff;
  background-color: #003B6B;
}
.c-pager__aft {
  display: block;
  background-image: url("/service/faq/img/icon_pager_prev.svg");
  background-size: 100% 100%;
  width: 35px;
  height: 35px;
}
.c-pager__last {
  display: block;
  background-image: url("/service/faq/img/icon_pager_last.svg");
  background-size: 100% 100%;
  width: 35px;
  height: 35px;
}
.c-pager__next {
  display: block;
  background-image: url("/service/faq/img/icon_pager_next.svg");
  background-size: 100% 100%;
  width: 35px;
  height: 35px;
}
.c-pager__back {
  display: block;
  background-image: url("/service/faq/img/icon_pager_aft.svg");
  background-size: 100% 100%;
  width: 35px;
  height: 35px;
} */


.c-pager__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-pager__bef {
  width: 10px;
  height: 18px;
  margin: 0 40px 0 0;
  background: url(/point/assets/img/common/icon-prev.svg) no-repeat center center;
}
.c-pager__first {
  width: 20px;
  height: 18px;
  margin: 0 24px 0 0;
  background: url(/point/assets/img/common/icon-first.svg) no-repeat center center;
}
.c-pager__aft {
  width: 10px;
  height: 18px;
  margin: 0 0 0 40px;
  background: url(/point/assets/img/common/icon-next.svg) no-repeat center center;
}
.c-pager__last {
  width: 20px;
  height: 18px;
  margin: 0 0 0 24px;
  background: url(/point/assets/img/common/icon-last.svg) no-repeat center center;
}

@media screen and (max-width: 767px) {
  .c-pager__bef,
  .c-pager__first {
    margin: 0 16px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .c-pager__aft,
  .c-pager__last {
    margin: 0 0 0 16px;
  }
}

.c-pager__num {
  font-size: 15px;
  font-weight: bold;
  position: relative;
  width: 35px;
  height: 35px;
  background: #f3f5f5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  margin: 0 10px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media screen and (max-width: 767px) {
  .c-pager__num {
    font-size: 16px;
    width: 40px;
    height: 40px;
    margin: 0 6px;
  }
}
.c-pager__num:hover {
  opacity: 0.7;
}
.c-pager__num--current {
  background-color: #003B6B;
  /* background: #005eab; */
  color: #fff;
  pointer-events: none;
}
.c-pager__dots {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  margin: 0 4px;
}
.faq-btnArea__link {
  position: relative;
  background: #003B6B;
  border: 2px solid #003B6B;
  border-radius: 50px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  text-align: center;
  text-decoration: none;
  padding-right: 24px;
  position: relative;
  line-height: 1;
  margin: 30px auto 0;
  height: 48px;
  width: 420px;
  padding-top: 11px;
  line-height: 22px;

  font-size: 15px;
  font-weight: bold;
}
.faq-btnArea__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  right: 29px;
  background-image: url("/service/faq/img/arrow_white.svg");
  background-size: 100% 100%;
  width: 8px;
  height: 14px;
}

.faq-btnArea__link:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #FFF;
  color: #005EAB;
  text-decoration: none;
}

.faq-btnArea__link:hover:after {
  background: url(/service/faq/img/arrow_blue.svg) center/cover;
}
.faq-contents__faqlist {
  margin-top: 80px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .faq-btnArea__link {
    width: 100%;
  }
  .faq-contents__faqlist {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .topEntryArea__content {
    align-items: center;
    color: #005eab;
    display: flex;
    margin-bottom: 20px;
    justify-content: center;
  }

  .topEntryArea__tit {
  font-size: 30px;
  margin-bottom: 6px;
  line-height: 1.1;
  font-weight: 700;
  }
  
}
/* あなたの転職に、素敵な出会いを */
.topEntryArea__content {
  color: #005eab;
  margin-bottom: 16px;
  position: relative;
}
@media screen and (max-width: 900px) and (min-width: 768px) {
.topEntryArea__txt {
    letter-spacing: -1px;
}
}
@media screen and (max-width: 767px) {
.topEntryArea__img {
  padding: 38px 0 10px;
  margin: 0 auto;
  display: block;
  width: 85%;
}
.topEntryArea__txt {
  text-align: center;
}
.topEntryArea__tit {
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}
}
.bg--stripes_blue {
  background: url(/resource/top/img/bg_stripes_01.png) #E6EFF6;
}

.topEntryArea__txtBox {
  font-family: "tbudrgothic-std", sans-serif;
  padding-left: 10px;
  line-height: 1.6;
}

/* @media screen and (max-width: 1024px) {
  .faq-sp-adj {
    margin: 0 -18px 0
  }
  .faq-sprite-bg-adj {
    padding: 20px 18px 0;
  }
} */

/* トップへのリンク */
.faq-topLinkWrap {
  padding: 0 0 50px;
}
.faq-topLinkWrap--bgGray {
  padding: 0 0 50px;
  background: url(/service/faq/img/bg_stripes_01.png) #F0F1F2;
}
.faq-topLinkWrap--agent {
  margin-top: 30px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .faq-topLinkWrap {
    padding: 0 18px 30px;
  }
  .faq-topLinkWrap--bgGray {
    padding: 0 18px 50px;
  }
}
.faq-topLink {
  width: 400px;
  margin: 0 auto;
  border: 2px solid #005EAB;
  background: #FFF;
  color: #005EAB;
  display: block;
  border-radius: 50px;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 767px) {
  .faq-topLink {
    width: 100%;
  }
}
.faq-topLink:after {
  position: absolute;
  top: 50%;
  right: 25px;
  content: '';
  width: 5px;
  height: 8px;
  background: url(/service/faq/img/agent/article/arrow_blue.svg) center / cover;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .faq-topLink:after {
    right: 15px;
  }
}
.faq-topLink:hover {
  transition: background 0.3s, color 0.3s;
  background: #005EAB;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .faq-topLink:hover {
    text-decoration: none;
  }
}
.faq-topLink:hover:after {
  background: url(/service/faq/img/agent/article/arrow_white.svg) center / cover;
}

@media screen and (max-width: 767px) {
  .hidden-sp {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .hidden-pc {
    display: none !important;
  }
}

.faq-summary li{
  color: #003B6B !important;
  font-weight: bold !important;
 }
