html{-webkit-text-size-adjust:100%;box-sizing:border-box;-moz-tab-size:4;-o-tab-size:4;tab-size:4;word-break:normal}*,:after,:before{background-repeat:no-repeat;box-sizing:inherit}:after,:before{text-decoration:inherit;vertical-align:inherit}*{margin:0;padding:0}hr{color:inherit;height:0;overflow:visible}details,main{display:block}summary{display:list-item}small{font-size:80%}[hidden]{display:none}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}a{background-color:transparent}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace,monospace}pre{font-size:1em}b,strong{font-weight:bolder}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-color:inherit;text-indent:0}iframe{border-style:none}input{border-radius:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button{overflow:visible}button,select{text-transform:none}[role=button],[type=button],[type=reset],[type=submit],button{cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button:-moz-focusring{outline:1px dotted ButtonText}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}button,input,select,textarea{background-color:transparent;border-style:none}a:focus,button:focus,input:focus,select:focus,textarea:focus{outline-width:0}select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{border:0;color:inherit;display:table;max-width:100%;white-space:normal}::-webkit-file-upload-button{-webkit-appearance:button;color:inherit;font:inherit}[disabled]{cursor:default}img{border-style:none}progress{vertical-align:baseline}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled=true]{cursor:default}
div,input,textarea {
  border: none;
  outline: none;
}
body {
  background-color: #fff;
}
.faq-box {
  margin: 0;
  padding-bottom: 40px;
  box-sizing: border-box;
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1;
  color: #2E2E2E;
}
.faq-box__body {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  pointer-events: auto;
}
.faq-box__logo {
  width: 334px;
  box-sizing: border-box;
  margin:0 auto;
  padding: 2px;
  height: 100px;
  display: flex;
  align-items: center;
}
.faq-box__header {
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.05)
}
@media screen and (min-width: 768px) {
  .faq-box__logo  {
      width: 760px;
  }
}
@media screen and (min-width: 768px) {
  .faq-box {
      /* margin: 8px auto; */
      width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .nav-back__link:hover {
      opacity: 0.7;
      transition: opacity 0.3s linear;
  }
}
.content-box__header {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 334px;
  margin: 40px auto 65px;
}
.content-box__body {
  width: 334px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .content-box__header {
      width: 600px;
      margin: 50px auto 73px;
  }
  .content-box__body {
      width: 600px;
  }
  #vivr-footerInner {
      width: 600px;
      height: 80px;
  }
}
.nav-back {
  margin-top: 20px;
}
.nav-back--bottom {
  margin-top: 20px;
}
.nav-back__link {
  position: relative;
  left: 0;
  margin: 0;
  padding: 0 0 0 16px;
  font-size: 16px;
  font-weight: 700;
  color: #006680;
  background-color: transparent;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-decoration: none;
}
.nav-back__link::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 14px;
  background: url(/assets/images/ico_vivr_arrow_blue.svg) no-repeat 50% 50%;
  background-size: 100% auto;
  transform: translateY(-50%) scaleX(-1);
}
.content-box__title {
  padding: 0;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 1.1;
}
.content-box__title::after {
  display: block;
  content: "";
  background-image: url(/assets/images/bg_heading01.svg);
  background-repeat: no-repeat;
  background-size: 163px 4px;
  bottom: -34px;
  height: 4px;
  width: 163px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .content-box__title {
      font-size: 34px;
  }
}
.branch-box {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
.branch-box__list + li {
  margin-top: 14px;
}
.branch-box__list a,
.branch-box__list button {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 54px;
  margin: 0;
  padding: 5px 50px 5px 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
  text-decoration: none;
  color: #006680;
  background-color: #edf7fa;
  border: 2px solid #006680;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 6px;
}
.nav-back-to-top__link{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  min-height: 54px;
  margin: 0;
  padding: 5px 25px 5px 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  color: #006680;
  background-color: #edf7fa;
  border: 2px solid #006680;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 6px;
}
.nav-back-to-top__link:hover {
  color: #fff;
  background-color: #006680;
  transition: all 0.3s linear;
}
.nav-back-to-top__link::before {
  content: "";
  display: block;
  position: absolute;
  right: 8px;
  top: 50%;
  width: 30px;
  height: 30px;
  background: url(/assets/images/ico_vivr_arrow_circle_blue.svg) no-repeat 50% 50%;
  background-size: 100% auto;
  transform: translateY(-50%);
}
.nav-back-to-top__link:hover::before {
  background: url(/assets/images/ico_vivr_arrow_circle_white.svg) no-repeat 50% 50%;
  background-size: 100% auto;
}
.branch-box__list a::before,
.branch-box__list button::before {
  content: "";
  display: block;
  position: absolute;
  right: 8px;
  top: 50%;
  width: 30px;
  height: 30px;
  background: url(/assets/images/ico_vivr_arrow_circle_blue.svg) no-repeat 50% 50%;
  background-size: 100% auto;
  transform: translateY(-50%);
}
.branch-box__list:hover a::before,
.branch-box__list:hover button::before {
  background: url(/assets/images/ico_vivr_arrow_circle_white.svg) no-repeat 50% 50%;
  background-size: 100% auto;
}
.branch-box__list a:hover,
.branch-box__list button:hover {
    color: #fff;
    background-color: #006680;
    transition: all 0.3s linear;
}
.detail-box__paragraph {
  margin-top: 20px;
  color: #333333;
  line-height: 1.5;
  text-decoration: underline;
  font-weight: bold;
  margin-bottom: 18px;
  padding: 18px;
  background-color: #f2f2f2;
}
@media screen and (min-width: 768px) {
  .detail-box__paragraph {
    padding: 20px 18px;
  }
}
.menu-box {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 12px 9px;
  gap: 12px 9px;
  margin: 25px 0 0 0;
  padding: 0;
  list-style: none;
}
.menu-box__button {
  width: calc((100% - 9px) / 2);
}
.menu-box__button a,
.menu-box__button button {
  display: block;
  position: relative;
  width: 100%;
  height: 120px;
  margin: 0;
  padding: 10px 5px 5px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.385;
  text-align: center;
  text-decoration: none;
  color: #006680;
  background-color: #edf7fa;
  border: 2px solid #006680;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 10px;
}
.menu-box__icon {
  display: block;
  width: 100%;
  height: 50px;
  margin-bottom: 4px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  pointer-events: none;
}
.menu-box__icon img {
  height: 100%;
  width: auto;
}

.menu-box__text {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 36px;
  pointer-events: none;
  line-height: 1.1;
}
.menu-box__button a:hover,
.menu-box__button button:hover {
    color: #fff;
    background-color: #006680;
    transition: all 0.3s linear;
}
@media screen and (min-width: 768px) {
  .menu-box {
      grid-gap: 25px 23px;
      gap: 25px 23px;
  }
  .menu-box__button {
      width: calc((100% - 23px) / 2);

  }
  .menu-box__button a,
  .menu-box__button button {
      padding: 15px 5px 10px;
      height: 220px;
  }
  .menu-box__icon {
      height: 118px;
      margin-bottom: 10px;
  }
  .menu-box__text {
      font-size: 25px;
  }
}
.content-box__subtitle{
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 1.5;
}
.content-box__subtitle--center{
  text-align: center;
}
@media screen and (min-width: 768px) {
  .content-box__subtitle{
    font-size: 20px;
  }
}
