@charset "UTF-8";

@media screen and (min-width: 768px) {
.str-kv {
  background: #cbeae5;
}

.mod-pnl[data-col-pc="2"]> .inner> .col {
  width: 50%;
}
}

@media only screen and (max-width:767px) {
.str-kv {
  border: none;
}
}


.is-notAdjusted > .inner {
 max-width: none !important;
}

.mod-pnl> .inner> .col> .content> .summary p {
  text-align: center;
  color: #314da5;
}

.mod-btn.device > .btn > a {
  color: #fff;;
}

.mod-btn.device > .btn > a::after {
  background-image: url(/shared/img/sprite.png);
  background-repeat: no-repeat;
  background-position: -72px -179px;
  background-size: 201px 196px;
  width: 7px;
  height: 13px;
}


.mod-btn.device > .btn.windows > a {
  background-color: #109acf;
}

.mod-btn.device > .btn.mac > a {
  background-color: #798196;
}

.mod-btn.device > .btn.android > a {
  background-color: #769d09;
}

.mod-btn.device > .btn.ios > a {
  background-color: #3d84dc;
}

.mod-information.unique {
  padding-top: 16px;
  padding-bottom: 16px;
}

.mod-information.unique > .list {
  margin: 0 0 12px;
  padding-top: 0;
  padding-bottom: 0;
}

.mod-information.unique > *:last-child {
  margin-bottom: 0;
}

.mod-information .list + .mod-list .list {
  padding-top: 0;
  padding-bottom: 0;
}

.emphasis-01 {
  color: #e00000;
}


@media screen and (max-width: 767px) {
  .full-img {
    max-width: 100%;
    height: auto;
  }
}

.user-area {
  background-color: #ecf8f6;
  border-top: 2px solid #00a88e;
  padding: 9px 10px;
  box-sizing: border-box;
}

.user-area-inner {
  max-width: 960px;
  margin: 0 auto;
}

.user-desc {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.user-desc > dt {
  font-size: 15px;
  font-weight: 700;
  margin: 0 20px 0 0;
  padding: 0 0 0 17px;
  position: relative;
}

.user-desc > dt::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-width: 4px 0 4px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #3d464b;
  
}

.user-btn {
  display: flex;
}

.user-btn > li + li {
  margin: 0 0 0 4px;
}

.user-btn > li > .btn {
  background: #00a88e;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  padding: 10px 24px 6px 54px;
  border-radius: 6px;
  position: relative;
}

.user-btn > li > .btn-01 {
  padding: 10px 24px 6px 54px;
}

.user-btn > li > .btn-02 {
  padding: 10px 17px 6px 46px;
}

.user-btn > li > .btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;

}

.user-btn > li > .btn-01::before {
  left: 24px;
  width: 22px;
  height: 25px;
  background-image: url(/option/security/ksec/img/index/bg-icon-01.png);
}

.user-btn > li > .btn-02::before {
  width: 24px;
  height: 23px;
  left: 15px;
  background-image: url(/option/security/ksec/img/index/bg-icon-02.png);
}

@media screen and (max-width: 767px) {
  .user-desc {
    display: block;
  }
  .user-desc > dt {
    padding-left: 0;
    text-align: center;
  }
  .user-desc > dt::before {
    content: none;
  }

  .user-btn {
    justify-content: center;
  }

  .user-btn > li {
    width: 48%;
    text-align: center;
  }

  .user-btn > li + li {
    margin: 0 0 0 2%;
  }

  .user-btn > li > .btn {
    font-size: 1rem;
  }
  .user-btn > li > .btn {
    padding: 10px 6px;
    display: block;
  }

  .user-btn > li > .btn::before {
    content: none;
  }
}

.nav-local-02> .inner> .conversion> .btn.btn-02> a {
  background-color: #314da5;
  color: #fff;
}

.nav-local-02> .inner> .conversion> .btn.btn-02> a:not([target="_blank"])::after {
  content: none;
}

.nav-local-02 > .inner > .conversion {
  flex-grow: 1;
  flex-shrink: 0;
}