@charset "UTF-8";

@media screen and (min-width: 768px), print {
  .inner {
    max-width: calc((1200/1240)*100vw);
    margin: 0 auto;
  }
}
@media screen and (min-width: 1240px) {
  .inner {
    max-width: 1200px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {

  .inner,
  #content .inner {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  footer .inner,
  #content .inner {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: content-box;
  }
}

@media screen and (max-width: 767px) {
  .inner,
  #content .inner {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }

  footer .inner,
  #content .inner {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ---------------------------------------
$ ダウンロードページ
----------------------------------------*/
/* ページタイトル */
.pageTit {
    margin-bottom: 0;
}

.titH3 {
  font-size: 28px;
  font-weight: 700;
}
.titH3::before {
  background-color: #1a56c3;
}

.txtRecLead {
  text-align: center;
}

.txtLead {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .txtLead {
    font-size: calc((42/750)*100vw);
  }
}

.txtLead.txtLead-adjust {
  font-size: 20px;
}

.txtRecLead + .titH3 {
  margin-top: 30px; }

.navRequest {
  margin-top: 60px;
}

#content .navRequest{
  width: 100%;
}
@media screen and (min-width: 768px), print {
  #content .navRequest{
    width: 1000px;
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
  }
  #content .navRequest:after{
    display: none;
  }
  #content .navRequest li{
    width: 234px;
    background-color: inherit;
  }
  #content .navRequest li a{
    width: 234px;
    border: 1px solid #eaeaea;
  }
}

.navRequest li {
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .navRequest li {
    border-radius: 5px;
  }
}

.navRequest li a {
  padding: 25px 0 31px;
  border-radius: 5px;
}
@media screen and (min-width: 768px), print {
  .navRequest li a {
    padding: 35px 0 41px;
    border-radius: 10px;
  }
}

.navRequest li a:hover:hover {
  background-image: linear-gradient(to right, #215680, #1A56C3);
}

.navRequest li a span::before {
  background-image: url("/id-access-manager/assets/images/policy/img07.webp");
}

.request_wrapper {
  padding: 60px 0;
}
#content .request_wrapper{
  width: calc((690/750)*100vw);
}
@media screen and (min-width: 768px), print {
  #content .request_wrapper{
    width: 1000px;
  }
}
.boxSec {
  width: 100%;
  margin: calc((30/750)*100vw) auto 0;
}
.boxSec+.boxSec{
  margin: calc((50/750)*100vw) auto 0;
}
@media screen and (min-width: 768px) {
  .boxSec {
    width: 1000px;
    max-width: 1000px;
    margin: 80px auto 0;
  }
  .boxSec+.boxSec{
    margin: 80px auto 0;
  }
}
.boxSec .ulRequest {
  width: calc((650/750)*100vw);
  margin: 0 auto;
}
@media screen and (min-width: 768px), print {
  .boxSec .ulRequest {
    display: flex;
    justify-content: center;
    align-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 40px auto 0;
  }
}
.boxSec .ulRequest li {
  max-width: 310px;
  width: 31%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 768px), print {
  .boxSec .ulRequest li {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    width: 310px;
    margin-left: 32px;
  }
  .boxSec .ulRequest li:nth-child(3n-2) {
    margin-left: 0;
  }
  .boxSec .ulRequest li:nth-child(n + 4) {
    margin-top: 4%;
  }
}
@media screen and (max-width: 767px) {
  .boxSec .ulRequest li {
    width: 100%;
    max-width: 100%;
    margin: calc((48/750)*100vw) 0 0;
  }
}
.boxSec .boxRec {
  padding: 6% 8%;
  border: 1px solid #eaeaea;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.boxSec .boxRec .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.boxSec .boxRec .img img {
  width: 100%;
  max-width: calc((400/750)*100vw);
  margin: auto;
  display: block;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
}
#product-document .boxRec .img img{
  max-width: calc((480/750)*100vw);
}
@media screen and (min-width: 768px), print {
  .boxSec .boxRec {
    flex: 1;
    justify-content: space-between;
  }
  .boxSec .boxRec .img {
    flex: 1;
  }
  .boxSec .boxRec .img img {
    max-width: 200px;
  }
  #product-document .boxRec .img img{
    margin: 0;
    max-width: 250px;
  }
}
.boxSec .boxRec .img a {
  position: relative;
}
.boxSec .boxRec .img a .hoverImg {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  background-position: top center;
  color: #fff;
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.boxSec .boxRec .img a:hover .hoverImg {
  opacity: 1;
  background-image: url(/endpoint-manager/assets/images/request/ico-request-dl.webp);
  background-repeat: no-repeat;
  background-position: center;
}
.boxSec a.btnDl {
  margin: 20px auto 0;
  display: block;
  text-align: center;
}
.boxSec a.btnDl:hover {
  opacity: .7;
}
@media screen and (max-width: 767px) {
  .boxSec a.btnDl {
    margin: 2% auto 0;
  }
  .boxSec a.btnDl img {
    width: 90%;
  }
}
@media screen and (min-width: 768px), print {
  .boxSec a.btnDl {
    height: 50px;
  }
}
.boxSec dl {
  margin: 11% auto 0;
}
.boxSec dl dt {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.boxSec .txt {
  margin-top: calc((15/750)*100vw);
  font-size: 14px;
}
#product-document .txt{
  font-size: 14px;
}
.boxSec dl dd {
  font-size: 14px;
}
@media screen and (min-width: 768px), print {
  .boxSec .txt {
    height: 84px;
    margin: 20px auto 24px;
  }
  #product-document .txt{
    margin-bottom: 36px;
  }
  .boxSec dl dd {
    height: 84px;
    margin: 20px auto 0;
  }
}

.boxBtn {
  margin: 6% auto 0;
}
.boxBtn a.btnPurpleL {
  margin: 0 auto;
  text-indent: 1rem;
}
.boxBtn a.btnPurpleL span::before {
  right: auto;
  left: -2rem;
}

.boxRec .btnArea {
  width: calc((530/750)*100vw);
  margin: calc((30/750)*100vw) auto 0;
}
.boxRec .btnArea a{
  display: block;
  width: calc((530/750)*100vw);
  font-size: calc((28/750)*100vw);
  font-weight: 700;
  border-radius: 100px;
  color: #1a56c3;
  background-color: #fff;
  padding: calc((20/750)*100vw) 0 calc((18/750)*100vw);
  text-align: center;
  position: relative;
  border: solid calc((2/750)*100vw) #1a56c3;
}
.boxRec .btnArea a:after{
  content: '';
  display: inline-block;
  width: calc((16/750)*100vw);
  height: calc((24/750)*100vw);
  background: url('/id-access-manager/assets/images/common/allow09.webp') no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: calc((40/750)*100vw);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (min-width: 768px), print {
  .boxRec .btnArea {
    width: 240px;
    margin: auto auto 0;
    filter: drop-shadow(0 0 10px rgba(0,0,0,0.08));
  }
  .boxRec .btnArea a{
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    border-radius: 100px;
    color: #1a56c3;
    background-color: #fff;
    padding: 11px 0 9px;
    text-align: center;
    position: relative;
    border: solid 1px #1a56c3;
  }
  .boxRec .btnArea a:after{
    content: '';
    display: inline-block;
    width: 6px;
    height: 9px;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
.boxSec .btnArea-bulk {
  width: calc((650/750)*100vw);
  margin: calc((60/750)*100vw) auto 0;
}
.boxSec .btnArea-bulk a{
  display: block;
  width: 100%;
  font-size: calc((34/750)*100vw);
  font-weight: 700;
  color: #fff;
  border-radius: 100px;
  background-color: #1a56c3;
  padding: calc((27/750)*100vw) 0 calc((24/750)*100vw);
  text-align: center;
  position: relative;
}
.boxSec .btnArea-bulk a:after{
  content: '';
  display: inline-block;
  width: calc((18/750)*100vw);
  height: calc((30/750)*100vw);
  background: url(/endpoint-manager/assets/images/top/icon-arrow-white.svg) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: calc((40/750)*100vw);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (min-width: 768px), print {
  .boxSec .btnArea-bulk {
    width: 360px;
    margin: 40px auto 0;
  }
  .boxSec .btnArea-bulk a{
    display: block;
    width: 100%;
    font-weight: 700;
    color: #fff;
    border-radius: 100px;
    background-color: #1a56c3;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px 0 8px;
  }
  .boxSec .btnArea-bulk a:after{
    width: 7px;
    height: 11px;
    right: 17px;
    content: '';
    display: inline-block;
    background: url(/endpoint-manager/assets/images/top/icon-arrow-white.svg) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
.boxSec .ttl{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: calc((30/750)*100vw);
}
@media screen and (min-width: 768px), print {
  .boxSec .ttl{
    height: 48px;
    margin-top: 30px;
  }
}
/* 2022.11.28 */
.boxRec .img{
  position: relative;
}
.boxRec .img .popular{
  z-index: 1;
  display: block;
  color: #fff;
  font-weight: 700;
  background-color: #1a56c3;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  padding: 0.2rem 1rem .1rem;
  border-radius: 100px;
}
.boxRec .txt .red,
.boxRec dd .red{
  color: #1a56c3;
  font-weight: 700;
}

.boxRec{
  position: relative;
}
.boxRec .relation {
  line-height: 1;
  font-size: calc((32/750)*100vw);
  font-weight: 700;
  background-color: #048281;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  padding:  calc((16/750)*100vw) calc((30/750)*100vw);
  z-index: 1;
}
@media screen and (min-width: 768px), print {
  .boxRec .relation{
    font-size: 16px;
    padding: 12px 16px 10px;
  }
}

/* ページ上部CTA
---------------------  */
.boxCTA{
  background-color: #F3F3F3;
  padding-top: calc((62/750)*100vw);
  padding-bottom: 45px;
}
@media screen and (min-width: 768px), print {
  .boxCTA{
    padding-top: 66px;
    padding-bottom: 45px;
    margin-bottom: 42px;
  }
}

.boxCTA .txtLead {
  font-size: calc((42/750)*100vw);
  line-height: 1.45em;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 767px) {
  .boxCTA .txtLead {
    font-size: 30px;
    line-height: 1.4em;
    letter-spacing: -0.03em;
  }
}

.boxCTA .__inner {
  width: 100%;
  box-sizing: border-box;
  background-color: #FFF;
  border-radius: calc((13/750)*100vw);
  border: 1px solid #EDEDED;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.10);
  margin-top: calc((30/750)*100vw);
  padding: calc((52 / 750) * 100vw) calc((28 / 750) * 100vw) calc((46 / 750) * 100vw);
}

@media screen and (min-width: 767px) {
  .boxCTA .__inner {
    border-radius: 13px;
    margin-top: 38px;
    padding: 26px 50px 30px;
    display: flex;
  }
}

.boxCTA .__inner .__img {
  width: calc((530/750)*100vw);
  margin: 0 auto;
  padding-left: calc((16 / 750) * 100vw);
}

@media screen and (min-width: 767px) {
  .boxCTA .__inner .__img {
    width: 307px;
    margin-left: 0;
    margin-right: 40px;
    padding-left: 0;
  }
}

.boxCTA .__inner .__txt p {
  font-size: calc((25 / 750) * 100vw);
  font-weight: 700;
}

.boxCTA .__inner .__txt .__ttl {
  font-size: calc((44 / 750) * 100vw);
  line-height: 1.25em;
  letter-spacing: -0.03em;
  line-height: 1.35em;
  margin-top: calc((44 / 750) * 100vw);
}

.boxCTA .__inner .__txt .__ttl .__sub {
  display: inline-block;
}

@media screen and (min-width: 767px) {
  .boxCTA .__inner .__txt {
    flex: 1;
  }

  .boxCTA .__inner .__txt p {
    font-size: 15px;
    font-weight: 600;
  }

  .boxCTA .__inner .__txt .__ttl {
    font-size: 30px;
    letter-spacing: -0.03em;
    line-height: 1.2em;
    margin-top: 0;
  }

  .boxCTA .__inner .__txt .__ttl .__sub {
    font-size: 22px;
    letter-spacing: -0.02em;
    vertical-align: top;
    line-height: 1.3em;
  }
}

.boxCTA .__inner .__txt .__point {
  margin-top: calc((36 / 750) * 100vw);
  margin-bottom:calc((30 / 750) * 100vw);
}

.boxCTA .__inner .__txt .__point li {
  line-height: 1.5em;
  font-weight: 600;
  padding-left: calc((36 / 750) * 100vw);
  margin-bottom:calc((10 / 750) * 100vw);
  position: relative;
}

.boxCTA .__inner .__txt .__point li::after {
  content: '';
  display: block;
  width: calc((27 / 750) * 100vw);
  height: calc((27 / 750) * 100vw);
  position: absolute;
  background: url(../images/request/cta_icon_check.svg) no-repeat top center;
  top: calc((8 / 750) * 100vw);
  left: calc((0 / 750) * 100vw);
  background-size: 100% 100%;
}

@media screen and (min-width: 767px) {
  .boxCTA .__inner .__txt .__point {
    margin-top: 26px;
    margin-bottom: 20px;
  }

  .boxCTA .__inner .__txt .__point li {
    font-size: 15px;
    line-height: 1.35em;
    padding-left: 25px;
    margin-bottom: 12px;
  }

  .boxCTA .__inner .__txt .__point li::after {
    width: 18px;
    height: 18px;
    top: 1px;
    left: 2px;
  }
}

.boxCTA .__inner .__txt .__strong {
  color: #FD4146;
  font-weight: 700;
}

.boxCTA .__inner .__btn {
  width: calc((600 / 750) * 100vw);
  margin: calc((28 / 750) * 100vw) auto 0;
}

.boxCTA .__inner .__btn a{
  display: block;
  width: 100%;
  font-size: calc((28/750)*100vw);
  font-weight: 700;
  color: #fff;
  border-radius: 100px;
  background-color: #1a56c3;
  padding: calc((32/750)*100vw) 0 calc((28/750)*100vw);
  text-align: center;
  position: relative;
}

.boxCTA .__inner .__btn a:after{
  content: '';
  display: inline-block;
  width: calc((18/750)*100vw);
  height: calc((30/750)*100vw);
  background: url(/endpoint-manager/assets/images/top/icon-arrow-white.svg) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: calc((42/750)*100vw);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media screen and (min-width: 767px) {
  .boxCTA .__inner .__btn {
    width: 335px;
    margin: 22px auto 0 0;
  }

  .boxCTA .__inner .__btn a{
    font-size: 18px;
    padding: 18px 30px 14px 0;
    box-sizing: border-box;
  }

  .boxCTA .__inner .__btn a:after{
    width: 8px;
    height: 18px;
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
}
