@charset "utf-8";
html {
  scroll-behavior: smooth;
}
.downloadbtn {
  padding-top: 9px;
  border: solid 1px #0064D2;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
}
.downloadbtn:hover {
  background: rgba(100,175,225,0.25);
}
#top-image {
  margin-bottom: 50px;
  padding: 20px 20px;
  height: 360px;
  background-color: #505054;
  background-image: url("../images/entra-id_00_pc.jpg");
  background-repeat: no-repeat;
  background-position: right top;
}
.title {
  margin-bottom: 10px;
/* 子要素に合わせて親要素の横幅を可変 */
  display: inline-block;
/* 子要素に合わせて親要素の横幅を可変 */
  padding: 10px 16px 7px 16px;
  background: linear-gradient(to right, rgba(0,0,0,0.40) 90%, transparent);
  color: #fff;
}
.message {
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
}
.main-title {
  font-size: 22px;
  line-height: 26px;
}
.above {
  margin-top: 0;
}
.under {
  margin-bottom: 70px;
}
.radiusbtn {
  padding: 10px 50px; 
  border-radius: 50px; 
  font-size: large; 
}

#contentsarea h2 {
  margin: 100px 0 20px !important;
  height: 80px !important;
  font-size: x-large !important;
  display: flex;
  align-items: center;
  background: linear-gradient(to right, #fff 15%, rgba(160,160,165,0.25));
  border-left: solid 3px #007580;
  padding-left: 5px;
  text-indent: 0;
  word-break: keep-all;
}
#contentsarea h2::before {
  content: "";
  width: 3px;
  height: 80px;
  display: inline-block;
  position: relative;
  background-color: transparent;
}
#feature h3,
#function h3,
#service-menu h3,
#use-case h3 {
  margin: 50px auto 20px;
  padding: 20px 20px 16px; 
  background-color: rgba(100,175,225,0.55);
  font-size: 18px;
  word-break: keep-all;
}
#feature h3,
#function h3,
#use-case h3 {
  text-indent: -23px;
  padding-left: 40px;
}
#contentsarea dt {
  font-weight: normal;
}
#contentsarea figcaption {
  margin: -20px auto 30px;
  font-size: 14px;
  text-align: center;
}
#what-is .platinum-partner {
  padding-left: 0;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  word-break: keep-all;
}
#what-is .platinum-partner img {
  margin: 0 auto 20px;
}
#what-is img,
#function img,
#service-menu img {
  margin: 20px auto 30px;
}
.caption {
  margin-top: -20px;
  font-size: 14px;
  text-align: center;
}
#variations .migration-pattern {
  margin: 40px auto 20px;
  border-bottom: solid 1px;
  font-size: 19px;
  text-align: center;
}
#variations .theme {
  padding: 10px 0 7px;
  border: solid 2px #FA9628;
  border-radius: 8px;
  color: #FA9628;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  word-break: keep-all;
}
#variations .box {
  margin-bottom: 30px;
  padding: 10px;
  background-color: rgba(160,160,165,0.20);
}
.line-up {
  list-style-type: none;
}
.line-up li {
  margin-bottom: 6px;
  line-height: 20px;
  text-indent: -21px;
  padding-left: 20px;
}
#service-menu li,
#use-case-1 div div ul li dl dd,
#use-case-2 div div ul li dl dd {
  line-height: 20px;
  margin-bottom: 6px;
}

#service-menu .flow {
  display: flex;
/*  justify-content: center; */
  align-items: center;
  margin-left: 20px;
}
#service-menu .item {
  padding-left: 0;
}
#service-menu .item li {
  list-style-type: none;
  position: relative;
  padding-left: 50px;
}
#service-menu .icon {
  width: 36px;
  height: 36px;
  line-height: 38px;
  text-align: center;
  border-radius: 100vh;
  display: inline-block;
  background: #64AFE1;
  color: #fff;
  position: absolute;
  left: 0;
  font-size: 22px;
  font-weight: bold;
}
#service-menu .item > li:not(:last-child)::before {
  content: '';
  background: rgba(160,160,165,0.40);
  width: 6px;
  height: 100%;
  position: absolute;
  top: calc(50% - -30px);
  left: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#service-menu .item li dl dt {
  font-size: 18px;
  font-weight: 600;
  color: #64AFE1;
  border-bottom: solid 1px #64AFE1;
  margin-bottom: 7px;
}
#service-menu .item li dl dd ul,
#service-menu .item li dl dd ul li {
  padding-left: 0;
} 


/*
.flow ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding-left: 6px;
}
.flow ul li {
  position: relative;
  padding: 10px 6px 0 18px;
  width: 300px;
  height: 130px;
}
.step1 {
  background-color: #e7e7e8;
}
.step2 {
  background-color: #fdf5cc;
}
.step3 {
  background-color: #c1dff3;
}
.step4 {
  background-color: #9edbdb;
}
.flow ul li::after {
  content: "";
  position: absolute;
  bottom: -30px;
  right: 0;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid blue;
  z-index: 10;
}
.flow ul .step1::after {
  border-color: transparent transparent transparent #e7e7e8;
}
.flow ul .step2::after {
  border-color: transparent transparent transparent #fdf5cc;
}
.flow ul .step3::after {
  border-color: transparent transparent transparent #c1dff3;
}
.flow ul .step4::after {
  border-color: transparent transparent transparent #9edbdb;
}
.flow ul li dl dt {
  margin-bottom: 5px;
  border-bottom: solid 1px #FA9628;
  font-size: 13px;
}
.flow ul li dl dt,
.flow ul li dl dd {
  color: "000";
  font-size: 12px;
  word-break: keep-all;
}
.flow ul li dl dd div {
  margin-bottom: 0;
  text-indent: -16px;
  padding-left: 16px;
  line-height: 14px;
}
*/

.inquiry {
  margin: 50px 0 100px;
  padding: 30px 0;
  border: solid thin #A0A0A5; 
  background-color: #f7f7f7;
  text-align: center;
}
.inquiry-text {
  margin-bottom: 20px;
  font-size: 20px !important;
  word-break: keep-all;
}
.radiusbtn {
  padding: 10px 50px; 
  border-radius: 50px; 
  font-size: large; 
}

@media screen and (max-width: 959px) {
  .under {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  #what-is .platinum-partner {
    margin: 20px auto 30px;
  }
  .under {
    margin-bottom: 50px;
  }
} 
@media screen and (max-width: 600px) {
  .message {
    font-size: 22px;
    line-height: 26px;
  }
  .main-title {
    font-size: 18.5px;
    line-height: 24px;
  }
}
@media screen and (max-width: 470px) {
  #top-image {
    padding: 5px;
    height: 320px;
    background-image: url("../images/entra-id_00_sp.jpg");
    background-position: right top;
  }
  .title {
    margin-bottom: 0;
    padding: 5px 0 3px 0;
  }
  .message {
    margin: 0 6px 0 6px;
    font-size: 15.5px;
    line-height: 19px;
    font-weight: normal;
  }
  .main-title {
    margin: 3px 6px 0 6px;
    font-size: 15px;
    line-height: 18px;
  }
  .above {
    margin-top: 10px;
  }
  .under {
    margin-bottom: 100px;
  }
  #contentsarea h2 {
    height: 90px;
    padding: 10px 0 6px 5px;
    font-size: 18px !important;
    line-height: 22px;
  }
  #feature h3,
  #function h3,
  #service-menu h3,
  #use-case h3 {
    padding: 16px 10px 13px;
    font-size: 16px;
  }
  #feature h3,
  #function h3,
  #use-case h3 {
    text-indent: -22px;
    padding-left: 30px;
  }
  .line-up {
    list-style-type: none;
    padding-left: 0;
  }
  .line-up li {
    margin-bottom: 10px;
    line-height: 20px;
  }
  #service-menu ul,
  #use-case ul {
    padding-left: 20px;
  }
  #service-menu .flow {
  margin-left: 0;
  }
  #service-menu .item li dl dt {
    font-size: 17px;
  }
  #service-menu .item li dl dd {
    font-size: 15px;
  }
  .inquiry-text {
    font-size: 17px !important;
  }
  .radiusbtn {
    padding: 6px 16px 4px; 
    border-radius: 50px; 
    font-size: 16px; 
  }
}

/* inputのチェックボックスを非表示 */
.accordion-hidden {
  display: none;
}

/* 見出しボタン部分 */
.accordion-open {
  display: block;
  padding-right: 40px;
  cursor: pointer;
  margin: 5px 0;
  position: relative;
  border-bottom: solid 2px #0064D2;
  color: #0064D2;
  font-weight: normal;
  font-size: 20px;
}
@media screen and (max-width: 470px) {
  .accordion-open {
    font-size: 17px;
  }
}

/* ＋アイコン */
.accordion-open::before,
.accordion-open::after {
  content: '';
  width: 20px;
  height: 3px;
  background: #A0A0A5;
  position: absolute;
  top: 50%;
  right: 1%;
  transform: translateY(-50%);
}

/* アイコンのー */
.accordion-open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .7s;
}

/* アコーディオンが開いたらーに */
.accordion-hidden:checked+.accordion-open:after {
  transform: translateY(-50%) rotate(0);
}

/* アコーディオン中身部分 */
.accordion-inner {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 0.5s;
  /* 表示速度の設定 */
  
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 20px;
  background-color: rgba(100,175,225,0.25);
}

/* チェックボックスにチェックが入ったら中身部分を表示する */
.accordion-hidden:checked+.accordion-open+.accordion-inner {
  height: auto;
  opacity: 1;
  padding: 10px;
}
/* ↑ここまで共通 */

/* Q&A追加ここから */
.accordion_qa .Q,
.accordion_qa .A {
  position: relative;
}
.accordion_qa .Q::before,
.accordion_qa .A::before {
  display: block;
  position: absolute;
}
.accordion_qa .accordion-open {
  padding-left: 10px;
}
.accordion_qa .accordion-hidden:checked+.accordion-open+.accordion-inner {
  height: auto;
  opacity: 1;
  padding: 10px;
}
/* Q&A追加ここまで */

