@charset "UTF-8";

/*-- reset --*/
main * {
  margin: 0px;
  padding: 0px;
}

main li {
  list-style: none;
}

main dl,
main dt,
main dd {
  margin: 0;
}

main a {
  cursor: pointer;
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

main button {
  -webkit-tap-highlight-color: transparent;
}

main *:focus {
  outline: none;
}

/*-- common --*/
.pcNone {
  display: none;
}

.spNone {
  display: block;
}

main h2,
main h3 {
  color: #FFFFFF;
}

main .btnArea {
  display: flex;
  justify-content: center;
}

main .btnArea a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border-radius: 8px;
}

main .btnArea a sup {
  padding-bottom: 0.7em;
}

main .actionBtn .btnArea span {
  width: 16px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

main img:not(.Image__moduleA img) {
  width: 100%;
}

.Button__image img {
  max-width: 180px;
}

main a.underLine {
  text-decoration: underline;
}

main .boldText {
  font-weight: bold;
}

main a.textLink {
  text-decoration: underline;
  color: #0083CD;
}

main #plusConnect .btnArea span {
  width: 24px;
  display: inline-block;
  padding: 0px 5px;
}

main .attText .windowIcon span {
  width: 22px;
  display: inline-block;
  padding: 0px 5px;
}

main .windowIcon span {
  width: 24px;
  display: inline-block;
  padding: 0 5px;
}

/*-- お問合わせボタン --*/
main .actionBtn {
  width: 100%;
  background-color: #ECF8FF;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9999;
}

main .actionBtn.hide {
  display: none;
}

main .actionBtn .btnInner {
  position: relative;
}

main .actionBtn .closeBtn {
  position: absolute;
  background-color: #fff;
  border: solid 2px #0083CD;
  border-radius: 50%;
  font-size: 0;
}

main .actionBtn .closeBtn:before,
main .actionBtn .closeBtn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #0083CD;
}

main .actionBtn .closeBtn:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

main .actionBtn .closeBtn:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

main .actionBtn ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

main .actionBtn ul li p {
  font-weight: bold;
  text-align: center;
}

main .actionBtn ul li a {
  width: 100%;
  color: #fff;
  border-radius: 8px;
  position: relative;
}

main .actionBtn ul li .btnArea a {
  background-color: #0083CD;
  border: 1px solid #0083CD;
}

/*-- #mainVisual --*/
#mainVisual {
  color: #FFF;
  background: linear-gradient(180deg, rgb(255 255 255) 0%, rgb(255 255 255) 90%, rgba(0, 54, 144, 1) 100%);
}

#mainVisual .mainWrap {
  background: url("/oos/adv/tmp_255_05/image/bg_mainVisual.png") no-repeat;
  background-size: 100%;
  background-position: 0 192px;
  background-position: 0 5%;
}

#mainVisual .innerWrap {
  width: 100%;
  position: relative;
}

#mainVisual .inner {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}

#mainVisual .inner .imgArea {
  position: absolute;
  width: 220px;
  top: 155px;
  right: 120px;
  padding-left: 50px;
}

#mainVisual .mainTextArea {
  background: url("/oos/adv/tmp_255_05/image/bg_sericeWrap.png") no-repeat;
  background-size: 100% 100%;
  margin-top: -4%;
}

#mainVisual .mainTextArea .inner {
  padding: 8% 0;
}

#mainVisual .mainTextArea .mainText {
  font-size: 20px;
  line-height: 1.6;
  padding-top: 20px;
}

/*-- #serviceMerit --*/
#serviceMerit {
  background: linear-gradient(180deg, rgb(0 54 144) 0%, rgb(59 109 193) 100%);
  color: #FFF;
}

#serviceMerit .inner {
  padding-top: 60px;
}

#serviceMerit .inner h2 span {
  font-size: 2.8rem;
}

#serviceMerit .serviceMeritWrap {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 40px;
}

#serviceMerit .serviceMeritWrap .iconArea {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 20px;
  position: relative;
  padding: 0 30px 30px 0;
}

#serviceMerit .serviceMeritWrap .iconArea:last-child {
  padding-right: 0;
}

#serviceMerit .serviceMeritWrap .iconArea:nth-child(1)::after,
#serviceMerit .serviceMeritWrap .iconArea:nth-child(2)::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  background-image: radial-gradient(circle at 2px center, #FFF, #FFF 2px, transparent 2px, transparent 100%);
  background-position: left top 100%;
  background-repeat: repeat-y;
  background-size: 6px 10px;
}

#serviceMerit .serviceMeritWrap .iconArea .serviceMeritIcon {
  width: fit-content;
  margin: 0 auto;
}

/*-- #plusConnect --*/
#plusConnect {
  background: url("/oos/adv/tmp_255_05/image/bg_plusConnect.png") no-repeat;
  background-size: 100%;
  background-position: left 0 top 20%;
}

#plusConnect p {
  margin: 50px auto;
  text-align: center;
  font-size: 20px;
  line-height: 1.6;
}

#plusConnect .btnArea {
  display: block;
  width: 380px;
  margin: 0 auto;
}

#plusConnect .btnArea a {
  display: block;
  background: linear-gradient(180deg, rgb(0 129 204) 0%, rgb(0 56 146) 100%);
  color: #fff;
  padding: 30px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  position: relative;
}

#plusConnect .btnArea a span {
  right: 30px;
}

/*-- #howToUse --*/
#howToUse .innerWrap {
  background-color: #F5F5F5;
}

#howToUse .innerWrap h2 {
  color: #003690;
}

#howToUse .flowWrap {
  margin: 50px auto;
}

#howToUse .flowWrap h3 {
  color: #0083CD;
}

#howToUse .flowWrap h3 span.attentionTxt {
  font-size: 16px;
  font-weight: normal;
  color: #FF0000;
  padding-left: 30px;
}

#howToUse .flowWrap .imgArea.flow {
  padding: 20px 0;
  display: grid;
  justify-content: space-between;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  column-gap: 5%;
}

#howToUse .flowWrap .imgArea.flow .flowDetail {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  align-items: center;
  gap: 10px;
}

#howToUse .flowWrap .imgArea.flow .flowDetail p.flowCap {
  text-align: center;
  font-size: 14px;
}

#howToUse .flowWrap .imgArea.flow .flowDetail .flowImg {
  position: relative;
  width: 50%;
  margin: 0 auto;
}

#howToUse .flowWrap .imgArea.flow .flowDetail .flowImg::after {
  content: "";
  position: absolute;
  width: 15%;
  aspect-ratio: 1/2;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #7A7A7A;
  top: 50%;
  right: -100%;
  transform: translate(-50%, -50%);
}

#howToUse .flowWrap .imgArea.flow .flowDetail:last-child .flowImg::after {
  content: unset;
}

#howToUse .btnArea {
  display: block;
  width: 340px;
  margin: 0 auto;
}

#howToUse .btnArea a {
  display: block;
  background: linear-gradient(180deg, rgb(0 129 204) 0%, rgb(0 56 146) 100%);
  color: #fff;
  padding: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
}

#service ul {
  display: flex;
  justify-content: space-between;
}

/*-- #concept --*/
#concept {
  background: rgb(43, 97, 188);
  background: linear-gradient(0deg, rgba(43, 97, 188, 1) 0%, rgba(0, 54, 144, 1) 100%);
}

#concept .conceptListInner {
  padding: 40px 50px;
  margin: 0 auto 20px;
  display: flex;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.1);
}

#concept .inner h3 {
  font-size: 28px;
  color: #003690;
  padding: 5px 10px;
  width: fit-content;
  background: #FFF;
  margin-bottom: 20px;
}

#concept .conceptListInner .conceptText {
  width: 58%;
}

#concept .conceptListInner .conceptText p {
  color: #FFF;
}

#concept .conceptListInner .conceptImg {
  width: 39%;
}

#concept .conceptListInner .conceptText a.secLink {
  display: block;
  margin: 30px 0 0 30px;
}

/*-- #security --*/
#security .innerWrap {
  background: linear-gradient(0deg, rgb(43 97 188) 0%, rgb(3 130 208) 100%);
}

#security .Card__layout {
  margin-bottom: 20px;
}

#security .Card__layout li {
  background: #FFF;
  padding: 40px;
  margin-bottom: 30px;
}

#security .Card__layout .Card__item {
  display: flex;
}

#security .Card__layout .Card__item p.Card__text {
  position: relative;
  padding: 0 40px 0 100px;
  font-size: 20px;
  font-weight: bold;
  width: 60%;
  line-height: 1.7;
}

#security .Card__layout .Card__item p.Card__text::before {
  content: "";
  width: 70px;
  height: 78px;
  background: url(/oos/adv/tmp_255_05/image/img_security_icon.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#security .Card__layout li p.caption {
  font-size: 1.4rem;
  padding: 30px 114px 0;
  text-indent: -1em;
}

#security .Card__layout li p.caption span.attText {
  display: block;
  text-indent: -3.5em;
  padding-left: 3.5em;
}

#security .Card__layout .Card__item .Card__image {
  width: fit-content;
  margin: 0 auto;
}

#security .Card__layout .Card__item .Card__image.pt30 {
  padding-top: 30px;
}

#security .Card__layout .Card__item .Card__image img {
  width: fit-content;
  margin: 0 auto;
}

#security .capArea p.caption {
  margin: 50px 100px 0;
  color: #FFF;
  padding-left: 1em;
  text-indent: -1em;
}

/*-- #qa --*/
#qa .innerWrap {
  background-color: #EAEBEB;
}

#qa .innerWrap h2 {
  color: #003690;
}

#qa ul {
  width: 100%;
}

#qa ul li {
  background-color: #fff;
}

#qa ul li:last-child {
  margin-bottom: 0;
}

#qa ul li dl dt div,
#qa ul li dl dd div {
  display: flex;
  align-items: start;
}

#qa ul li dl dt {
  cursor: pointer;
  position: relative;
}

#qa ul li dl dt:after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform-origin: center;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#qa ul li dl dt.on:after {
  transform-origin: center;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#qa ul li dl dd {
  display: none;
}

#qa ul li dl dd a,
#qa .capArea a {
  text-decoration: underline;
  color: #0083CD;
}

#qa .question,
#qa .answer {
  flex-shrink: 0;
}

#qa .question {
  width: 16px;
  height: 22px;
  margin-right: 20px;
}

#qa .answer {
  width: 14px;
  height: 22px;
  margin-right: 20px;
}

#qa .capArea p {
  padding-top: 20px;
}

/*-- PC --*/
@media (min-width: 1025px) {

  /*-- common --*/
  .Header__wrap {
    position: absolute;
    width: 100%;
  }

  .Header__wrap .Header__logo__layout {
    width: 100%;
    max-width: 1500px;
    margin: 10px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .Header__wrap .Header__logo__layout .Logo__plusConnect,
  .Header__wrap .Header__logo__layout .Logo__sevenBank {
    width: 200px;
    margin-left: 10px;
  }

  main #tmp_255_05 .dispPc {
    display: flex;
  }

  main #tmp_255_05 .dispSp {
    display: none;
  }

  main .inner {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  main h2 {
    font-size: 4.4rem;
    margin-bottom: 40px;
  }

  main p {
    font-size: 16px;
  }

  .subComment {
    margin-bottom: 40px;
    text-align: center;
  }

  main .btnArea a {
    min-height: 60px;
  }

  /*-- .actionBtn --*/
  .Footer__wrapper {
    padding-bottom: 175px;
  }

  main .actionBtn .closeBtn {
    position: absolute;
    top: -20px;
    right: 20px;
    width: 40px;
    height: 40px;
  }

  main .actionBtn .closeBtn:before,
  main .actionBtn .closeBtn:after {
    width: 2px;
    height: 22px;
  }

  main .actionBtn ul {
    max-width: 1000px;
    padding: 20px 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
  }

  main .actionBtn ul li {
    width: 380px;
  }

  main .actionBtn ul li .btnArea a:hover {
    background-color: #fff;
    color: #0083CD;
  }

  main .actionBtn ul li .btnArea a:hover:after {
    border-top: 2px solid #0083CD;
    border-right: 2px solid #0083CD;
  }

  main .actionBtn ul li p {
    font-size: 1.5rem;
    margin-bottom: 8px;
  }

  main .actionBtn ul li a {
    min-height: 40px;
  }

  .FollowingMenu__block.bannerOn {
    bottom: 228px;
  }

  /*-- nav --*/
  nav.spNav {
    display: none;
  }

  nav.pcNav {
    width: 60%;
    margin: 0 auto;
    max-width: 900px;
  }

  nav.pcNav ul {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }

  nav.pcNav ul li {
    width: 100%;
    position: relative;
  }

  nav.pcNav ul li:first-child:after {
    display: none;
  }

  nav.pcNav ul li a {
    min-height: 70px;
    display: flex;
    align-items: center;
    padding: 8px 0;
    width: 100%;
    text-align: center;
    justify-content: center;
    border-bottom: 1px solid #ffffff;
    font-weight: bold;
  }

  nav.pcNav ul li a:hover {
    color: #0083CD;
    border-bottom: 1px solid #0083CD;
  }

  nav.pcNav ul li span {
    width: calc(100% - 74px);
    text-align: center;
    font-size: 1.7rem;
    line-height: 1.2;
    font-weight: 500;
  }

  nav.pcNav ul li span.navIcon {
    width: 12.2px;
    margin: 2px 5px 0 20px;
  }

  /*-- #mainVisual --*/


  #mainVisual .inner {
    max-width: 1000px;
  }

  #mainVisual .imgArea {
    width: 300px;
    padding-top: 30px;
  }

  #mainVisual h1 {
    margin: 48px auto;
  }

  #mainVisual h2 {
    margin-bottom: 20px;
    line-height: 1.5;
  }

  /*-- #concept --*/

  #concept .inner {
    padding-bottom: 100px;
  }

  #concept .inner h2 {
    text-align: left;
  }

  /*-- #qa --*/
  #qa ul li {
    margin: 0 auto 20px;
  }

  #qa ul li dl dt,
  #qa ul li dl dd {
    padding: 20px;
  }

  #qa ul li dl dt {
    padding-right: 90px;
  }

  #qa ul li dl dt:after {
    content: '';
    position: absolute;
    right: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}


/*-- TB --*/
@media all and (min-width: 768px) and (max-width: 1024px) {

  /*-- common --*/
  main #tmp_255_05 section .dispTb,
  main #tmp_255_05 div .dispTb {
    display: block;
  }

  body main #tmp_255_05 .noDispTB {
    display: none;
  }

  main section .inner,
  main div .inner {
    padding-left: 0;
    padding-right: 0;
  }

  /*-- .actionBtn --*/
  main #tmp_255_05 .actionBtn .btnArea a {
    justify-content: center;
  }

  main #tmp_255_05 .actionBtn .btnArea span {
    display: inline-block;
    position: absolute;
    transform: translateY(-50%);
  }

  /*-- nav --*/
  .Header__wrap {
    width: 100%;
  }

  .Header__wrap .Header__logo__layout {
    padding: 20px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .Header__wrap .Header__logo__layout .Logo__plusConnect {
    width: 23.5%;
  }

  .Header__wrap .Header__logo__layout .Logo__sevenBank {
    width: 26%;
  }

  main #tmp_255_05 nav.spNav button {
    background-color: #FF6600;
    min-width: 52px;
    padding: 4vh 2vw 6vh;
    border-radius: 5px 0 0 5px;
  }

  /*-- #mainVisual --*/
  main #mainVisual .innerWrap {
    max-height: 410px;
  }

  main #mainVisual .innerWrap:before {
    max-width: 500px;
    height: 16vw;
    width: 100%;
    background: linear-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 50%);
  }

  main #mainVisual .imgArea {
    max-width: 120px;
  }

  /*-- #concept --*/
  main #concept .subComment {
    text-align: center;
  }

}


/*-- SP--*/
@media all and (max-width: 767px) {
  .pcNone {
    display: block;
  }

  .spNone {
    display: none;
  }

  .Header__wrap {
    width: 100%;
  }

  .Header__wrap .Header__logo__layout {
    padding: 20px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .Header__wrap .Header__logo__layout .Logo__plusConnect {
    width: 23.5%;
  }

  .Header__wrap .Header__logo__layout .Logo__sevenBank {
    width: 26%;
  }

  #mainVisual .mainWrap {
    background: url("/oos/adv/tmp_255_05/image/bg_mainVisual.png") no-repeat;
    background-size: 200%;
    background-position: left 50% top 10%;
    position: static;
  }

  #mainVisual .innerWrap .imgArea {
    display: none;
  }

  #mainVisual .mainTextArea {
    background: url("/oos/adv/tmp_255_05/image/bg_sericeWrap_sp.png") no-repeat;
    background-size: 100% 100%;
    margin-top: -100px;
    z-index: 5;
    position: static;
  }

  #mainVisual h1 {
    margin-top: 0 !important;
  }

  #mainVisual .mainTextArea .inner {
    padding-top: 100px;
  }

  #mainVisual .inner .imgArea {
    position: absolute;
    width: 80px;
    top: 70px;
    right: 6%;
    padding-left: 0;
  }

  #mainVisual .mainTextArea .mainText {
    padding-bottom: 10px;
    font-size: 1.3rem;
  }

  #serviceMerit .serviceMeritWrap {
    display: block;
    margin-top: 0px;
  }

  #serviceMerit .inner {
    padding-top: 30px;
  }

  #serviceMerit .inner h2 span {
    font-size: 1.7rem;
  }

  #serviceMerit .serviceMeritWrap .iconArea {
    padding: 20px 0 40px;
  }

  #serviceMerit .serviceMeritWrap .iconArea:last-child {
    padding: 20px 0 0;
  }

  #serviceMerit .serviceMeritWrap .iconArea:nth-child(1)::after,
  #serviceMerit .serviceMeritWrap .iconArea:nth-child(2)::after {
    left: 0;
    background-repeat: repeat-x;
    background-size: 8px 10px;
  }

  #plusConnect p {
    width: auto;
    text-align: left;
    font-size: 1.4rem;
  }

  #plusConnect .btnArea {
    width: 90vw;
    max-width: 400px;
  }

  #plusConnect .btnArea a {
    padding: 20px;
    font-size: 16px;
  }

  #plusConnect .btnArea a span {
    right: 5vw;
  }

  #howToUse .flowWrap h3 span.attentionTxt {
    font-size: 1.2rem;
    padding-left: 0;
  }

  #howToUse .flowWrap {
    display: grid;
    text-align: center;
    grid-template-columns: 1fr 1fr;
  }

  #howToUse .flowWrap .flowBox {
    width: 100%;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 6;
  }

  #howToUse .flowWrap .imgArea.flow {
    display: grid;
    gap: 0;
    grid-template-columns: none;
    grid-template-rows: subgrid;
    grid-row: span 5;
    width: 80%;
    margin: 0 auto;
  }

  #howToUse .flowWrap .imgArea.flow .flowDetail {
    position: relative;
    display: grid;
    grid-template-rows: auto;
    align-items: center;
    grid-row: auto;
    gap: 5%;
  }

  #howToUse .flowWrap .imgArea.flow .flowDetail::after {
    content: "";
    position: absolute;
    width: auto;
    height: 12px;
    aspect-ratio: 2;
    clip-path: polygon(50% 100%, 100% 0, 0 0);
    background: #7A7A7A;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -150%);
  }

  #howToUse .flowWrap .imgArea.flow .flowDetail p.flowCap {
    font-size: 1.2rem;
  }

  #howToUse .flowWrap .imgArea.flow .flowDetail .flowImg {
    width: 55%;
    padding-bottom: 60px;
  }

  #howToUse .flowWrap .imgArea.flow .flowDetail:nth-child(5) .flowImg {
    padding-bottom: 0;
  }

  #howToUse .flowWrap .imgArea.flow .flowDetail:last-child::after,
  #howToUse .flowWrap .imgArea.flow .flowDetail .flowImg::after {
    content: none;
  }

  #howToUse .btnArea {
    width: 82vw;
    max-width: 400px;
  }

  #security .Card__layout {
    display: block;
  }

  #security .Card__layout li {
    padding: 60px 30px;
  }

  #security .Card__layout .Card__item {
    display: block;
  }

  #security .Card__layout .Card__item p.Card__text::before {
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
  }

  #security .Card__layout .Card__item p.Card__text {
    position: relative;
    padding: 100px 0 30px;
    font-size: 1.7rem;
    font-weight: normal;
    width: 100%;
  }

  #security .Card__layout .Card__item .Card__image.pt30 {
    padding-top: 0;
  }

  #security .Card__layout li p.caption {
    font-size: 1.4rem;
    padding: 20px 0 0;
    padding-left: 1em;
    text-indent: -1em;
  }

  #concept .inner h3 {
    font-size: 1.8rem;
  }

  #concept .conceptListInner {
    display: block;
    padding: 20px;
  }

  #concept .conceptListInner .conceptImg {
    width: 100%;
  }

  #concept .conceptListInner .conceptText {
    width: 100%;
    padding-bottom: 20px;
  }

  #concept .conceptListInner .conceptText a.secLink {
    margin: 20px 0 0;
  }

  #security .capArea p.caption {
    margin: 0;
  }
}


/*-- SP small--*/
@media all and (max-width: 389px) {
  main #plusConnect .btnArea a {
    font-size: 13px;
    width: 90vw;
  }
}


/*-- SP TB--*/
@media all and (max-width: 1024px) {

  /*-- #common --*/
  main #tmp_255_05 .dispPc {
    display: none;
  }

  main #tmp_255_05 .dispSp {
    display: flex;
  }

  /*-- .actionBtn --*/
  .Footer__wrapper {
    padding-bottom: 132px;
  }

  main .actionBtn ul {
    padding: 15px 15px 20px;
    display: flex;
    justify-content: center;
  }

  main .actionBtn ul li p {
    font-size: 1rem;
    margin-bottom: 5px;
  }

  main .actionBtn .btnArea a {
    font-size: 1.3rem;
    min-height: unset;
    padding: 8px 10px;
  }

  main .actionBtn .btnArea span {
    display: inline-block;
    position: absolute;
    transform: translateY(-50%);
  }

  main .actionBtn .closeBtn {
    position: absolute;
    top: -15px;
    right: 15px;
    width: 30px;
    height: 30px;
    border: solid 1px #0083CD;
  }

  main .actionBtn .closeBtn:before,
  main .actionBtn .closeBtn:after {
    width: 1px;
    height: 11px;
  }

  .FollowingMenu__block.bannerOn {
    bottom: 176px;
  }

  /*-- nav --*/
  nav.pcNav {
    display: none;
  }

  nav.spNav {
    position: fixed;
    top: 62px;
    right: -75vw;
    z-index: 9998;
    transition: right 0.4s ease;
  }

  nav.spNav.on {
    right: 0;
    transition: right 0.4s ease;
  }

  .spNavOverlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(10, 10, 10, 0.3);
    z-index: 9997;
    display: none;
  }

  nav.spNav button {
    position: absolute;
    top: 0;
    left: -8vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 8vw;
    height: 16vh;
    background-color: #FF6600;
    border-radius: 5px 0 0 5px;
    padding-top: 3vh;
  }

  nav.spNav button span {
    position: relative;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1.4rem;
    color: #fff;
    letter-spacing: 0.8em;
  }

  nav.spNav button span:before {
    content: '';
    position: absolute;
    bottom: -2rem;
    left: 0.45em;
    width: 7px;
    height: 7px;
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }

  nav.spNav button span:after {
    content: '';
    position: absolute;
    bottom: -2rem;
    left: 0.85em;
    width: 7px;
    height: 7px;
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }

  nav.spNav.on button span:before {
    content: '';
    position: absolute;
    left: 0.2em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  nav.spNav.on button span:after {
    content: '';
    position: absolute;
    left: 0.6em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  nav.spNav ul {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 0 6vw;
    width: 75vw;
    border-radius: 0 0 0 5px;
  }

  nav.spNav ul li {
    display: flex;
    flex-direction: column;
    width: 90%;
    border-top: 1px solid #5A5A5A;
  }

  nav.spNav ul li.otherPage {
    width: 100%;
  }

  nav.spNav ul li:first-child {
    border-top: none;
    border-bottom: 1px solid #5A5A5A;
  }

  nav.spNav ul li:nth-child(2) {
    border-top: none;
  }

  nav.spNav ul li a {
    width: 100%;
    display: flex;
    padding: 3vh 3vw;
  }

  nav.spNav ul li span {
    color: #5A5A5A;
  }

  nav.spNav ul li span.navIcon {
    display: inline-flex;
    width: 1rem;
    margin: 0 1rem;
  }

  nav.spNav ul li.otherPage a {
    justify-content: space-between;
    align-items: center;
  }

  nav.spNav ul li.otherPage a:after {
    content: '';
    display: inline-flex;
    width: 10px;
    height: 10px;
    border-top: 2px solid #5A5A5A;
    border-right: 2px solid #5A5A5A;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  nav.spNav ul li.otherPage a span {
    font-weight: bold;
  }

  /*-- main --*/
  main .inner {
    width: 90%;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  h2 {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }

  .subComment {
    font-size: 1.4rem;
    margin-bottom: 20px;
    text-align: center;
  }

  main .btnArea a {
    min-height: 50px;
    font-size: 1.3rem;
  }

  /*-- #mainVisual --*/

  #mainVisual h1 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  #mainVisual .imgArea {
    max-width: 110px;
    padding-top: 10px;
  }

  #mainVisual h2 {
    line-height: 1.5;
    margin-bottom: 10px;
  }

  /*-- #concept --*/
  #concept .subComment {
    text-align: left;
  }

  #concept .contents {
    width: 100%;
    height: 390px;
    position: relative;
    max-width: 400px;
    margin: 0 auto;
  }

  /*-- #case --*/
  #case .innerWrap {
    background-color: #E5F5E8;
  }

  #case .contents h3 {
    font-size: 1.8rem;
    color: #999;
    text-align: center;
    padding: 20vh 0;
  }

  /*-- #qa --*/
  #qa ul li {
    margin: 0 auto 10px;
  }

  #qa ul li dl dt,
  #qa ul li dl dd {
    padding: 10px;
  }

  #qa ul li dl dt {
    padding-right: 40px;
  }

  #qa ul li dl dt:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 18px;
  }

  #qa ul li dl dd p {
    word-break: break-all;
  }

}