@charset "utf-8";
.ibt .mv {
  background-image: url("/linkedin/img/mv_pc.jpg");
  background-position: 50% 50%;
}
.ibt h2 {
  margin-bottom: 48px;
  font-size: 28px;
  font-weight: 600;
  color: #f16529;
  text-align: center;
}
.contentWrapper .mv h2 {
  color: #ffffff;
}
.ibt .profBlock {
  margin: 0 32px 70px;
  padding: 0;
  display: flex;
  align-items: flex-start;
  background-color: #fff5f1;
}
.ibt .profText {
  /*width: 505px;*/
  padding: 60px 50px 35px;
}
.ibt .profLv {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 45px;
  padding-left: 84px;
  position: relative;
}
.ibt .profLv::before {
  content: "";
  width: 60px;
  height: 75px;
  display: block;
  position: absolute;
  left: 6px;
  top: 50%;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  transform: translateY(-50%);
}
.ibt .profLv.lv1 {
  color: #0e6eb8;
}
.ibt .profLv.lv1::before {
  background-image: url("/merit/ibt/img/logo_lv01.png");
}
.ibt .profLv.lv2 {
  color: #14a83b;
}
.ibt .profLv.lv2::before {
  background-image: url("/merit/ibt/img/logo_lv02.png");
}
.ibt .profTitle {
  color: #f16529;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.578;
  margin-bottom: 30px;
}
.ibt .profAffiliation {
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 2px;
}
.ibt .profName {
  font-size: 20px;
}
.ibt .profName span {
  font-size: 13px;
}
.ibt .profImg {
  width: 455px;
}
.ibt .profImg img {
  vertical-align: top;
}
.ibt .ankerLink {
  text-align: center;
  margin: 0 auto 125px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
.ibt .ankerLink:nth-child(2) {
  margin-top: -80px;
}
.ibt .ankerLink li {
  color: #f16529;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  width: 18%;
  margin: 20px 0 40px -1px;
  position: relative;
  border-right: solid 1px #dbdbdb;
  border-left: solid 1px #dbdbdb;
}
.ibt .ankerLink img {
  width: auto;
  height: 47px;
  margin: -20px auto 15px;
  display: block;
}
.ibt .ankerLink a {
  text-align: center;
  display: block;
  padding: 0;
}
.ibt .ankerLink a span {
  vertical-align: middle;
  display: inline-block;
}
.ibt .ankerLink a::before {
  content: "";
  width: 100%;
  height: 20px;
  display: block;
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  background-image: url("/merit/ibt/img/icon_arrow.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 16px auto;
}
.ibt .ankerLink a::after {
  content: "";
  vertical-align: middle;
  width: 1px;
  height: 2.7em;
  display: inline-block;
}
.ibt .ibtBox {
  margin-bottom: 80px;
  padding-top: 60px;
}
.ibt .ibtBox:last-of-type {
  bottom: 0;
}
.ibt .ibtBox::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
  clear: both;
}
.ibt .ibtBox a {
  color: #f16529;
  text-decoration: underline;
}
.ibt .ibtBox a:hover {
  text-decoration: none;
}
.ibt .ibtBox .iconBlankBox {
  margin-right: 0.3em;
}
.ibt .ibtNum {
  width: 400px;
  position: relative;
}
.ibt .ibtNum img {
  vertical-align: top;
  display: inline-block;
}
.ibt .ibtNum .numText01 {
  width: 252px;
}
.ibt .ibtNum .numText02 {
  width: auto;
  height: 146px;
}
.ibt .ibtHeading {
  color: #f16529;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
}
.ibt .ibtHeading::before {
  content: "";
  width: 500%;
  height: 0;
  position: absolute;
  bottom: 0;
  border-bottom: solid 1px #f16529;
}
.ibt .ibtSubeading {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.46;
  margin: 59px 0 25px;
}
.ibt .ibtSubeading span {
  padding-bottom: 25px;
  position: relative;
  display: inline-block;
}
.ibt .ibtSubeading span::before {
  content: "";
  width: 500%;
  height: 0;
  position: absolute;
  bottom: 0;
  border-bottom: solid 1px #f16529;
}
.ibt .ibtSubeading:first-of-type {
  margin: 0 0 30px;
  padding-bottom: 0;
  display: block;
}
.ibt .ibtSubeading:first-of-type span {
  min-width: 520px;
  padding-bottom: 0;
}
.ibt .ibtSubeading:first-of-type span::before {
  content: none;
}
.ibt .ibtText {
  margin-bottom: 1.4em;
}
.ibt .ibtText .txt-special {
  font-weight: bold;
  background: #F5F590;
}
.ibt .rightTitle .ibtNum {
  margin: -84px 40px 20px 0;
  float: left;
  position: relative;
}
.ibt .rightTitle .num {
  text-align: left;
  width: 100%;
  margin: 0 0 -40px -18px;
  position: relative;
  z-index: 1;
}
.ibt .rightTitle .ibtHeading {
  margin-left: 440px;
}
.ibt .rightTitle .ibtHeading::before {
  left: 0;
}
.ibt .rightTitle .ibtSubeading {
  text-align: right;
}
.ibt .rightTitle .ibtSubeading span {
  text-align: left;
}
.ibt .rightTitle .ibtSubeading span::before {
  left: 0;
}
.ibt .rightTitle .ibtSubeading:nth-of-type(2n) {
  text-align: left;
}
.ibt .rightTitle .ibtSubeading:nth-of-type(2n) span::before {
  right: 0;
  left: auto;
}
.ibt .leftTitle .ibtNum {
  margin: -84px 0 20px 40px;
  float: right;
  position: relative;
}
.ibt .leftTitle .num {
  text-align: right;
  margin: 0 -18px -40px 0;
  position: relative;
  z-index: 1;
}
.ibt .leftTitle .ibtHeading {
  margin-right: 440px;
}
.ibt .leftTitle .ibtHeading::before {
  right: 0;
}
.ibt .leftTitle .ibtSubeading {
  text-align: left;
}
.ibt .leftTitle .ibtSubeading span::before {
  right: 0;
}
.ibt .leftTitle .ibtSubeading:nth-of-type(2n) {
  text-align: right;
}
.ibt .leftTitle .ibtSubeading:nth-of-type(2n) span {
  text-align: left;
}
.ibt .leftTitle .ibtSubeading:nth-of-type(2n) span::before {
  right: auto;
  left: 0;
}
.ibt .noImg .ibtNum {
  margin-top: -60px;
}
.ibt .row {
  display: flex;
  flex-wrap: wrap;
  /*align-items: center;*/
}
.ibt .col-md-6 ol li { 
  list-style: decimal!important;
}
.ibt .col-md-6 ul,ol { 
  font-size: 16px;
  line-height: 1.6875;
}
.ibt .col-md-6 .list-02 {
  padding-left: 1rem;
}
.ibt .col-md-6 .list-02 li {
  text-align: left;
  list-style: circle !important;
}
.ibt .col-md-6 ul li,ol {
  text-align: left;
  list-style: circle;
}
.ibt .col-md-6 small {
  font-size: 80%;
}
.ibt .app-ibt {
  padding-right: 15px;
  padding-left: 15px;
}
.ibt .app-ibt img {
  width: auto !important;
}
.app-faq .app-item:not(:last-child) {
    margin-bottom: 1.5rem;
}
.app-faq p {
    position: relative;
    margin-bottom: 0.5rem;
    padding-left: 2rem;
	text-align: left;
}
.app-faq .app-item :first-child span {
    color: #0183e2;
}
.app-item b {
    color: #000;
	font-weight: bold;
}
.app-faq .app-item :last-child span {
    color: #da7138;
}
.app-faq span {
    position: absolute;
    left: 0;
}
.ibt .orangeBtn {
    width: 280px;
    height: 60px;
}
.ibt .orangeBtn {
    font-size: 16px;
    font-weight: bold;
    height: 54px;
    margin: 0 auto;
    text-decoration: none;
}
.ibt .orangeBtn a {
    color: #fff;
    text-decoration: none;
}
.ibt .orangeBtn a {
    text-decoration: none;
    width: 100%;
    height: 100%;
    letter-spacing: 0.1em;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ibt .orangeBtn a {
    font-size: 16px;
}
.ibt .press20210105 {
	font-size: 80%;
    background: #ffffff;
    padding: 1rem;
    margin-top: 1rem;
    border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .ibt .mv {
    background-image: url("/linkedin/img/mv_sp.jpg");
  }
.ibt .app-ibt img {
  max-width: 100% !important;
}
  .ibt .profBlock {
    margin: 0 5.208333333333334% 12.5%;
    display: block;
  }
  .ibt .profText {
    width: auto;
    padding: 8.463541666666668% 4.947916666666666% 4.947916666666666%;
  }
  .ibt .profLv {
    font-size: 2.864583333333333vw;
    line-height: 1.5;
    margin-bottom: 8.771929824561402%;
    padding-left: 14.619883040935672%;
    position: relative;
  }
  .ibt .profLv::before {
    content: "";
    width: 12.280701754385964%;
    height: 13.671875vw;
    left: 0;
  }
  .ibt .profTitle {
    font-size: 4.166666666666666vw;
    margin-bottom: 5.847953216374268%;
  }
  .ibt .profAffiliation {
    font-size: 2.864583333333333vw;
    line-height: 1.6;
    margin-bottom: 0;
  }
  .ibt .profName {
    font-size: 3.385416666666667vw;
  }
  .ibt .profName span {
    font-size: 2.864583333333333vw;
  }
  .ibt .profImg {
    width: 100%;
  }
  .ibt .profImg img {
    width: 100%;
    height: auto;
  }
  .ibt .ankerLink {
    text-align: center;
    width: 100%;
    margin: 0 auto 13.157894736842104%;
    justify-content: flex-start;
  }
  .ibt .ankerLink li {
    font-size: 2.604166666666667vw;
    width: 33.33%;
    margin: 5.208333333333334% 0 7.8125% -1px;
  }
  .ibt .ankerLink img {
    height: 7.291666666666667vw;
    margin: -3.90625vw auto 1.302083333333333vw;
  }
  .ibt .ankerLink a span {
    vertical-align: middle;
    display: inline-block;
  }
  .ibt .ankerLink a::before {
    height: 5.208333333333334vw;
    bottom: -3.90625vw;
  }
  .ibt .ibtBox {
    margin-bottom: 11.71875%;
    padding-top: 0;
  }
  .ibt .ibtBox:last-of-type {
    margin-bottom: 29.947916666666668%;
  }
  .ibt .ibtNum {
    width: 77.48538011695906%;
  }
  .ibt .ibtNum .numText01 {
    width: 62.64150943396226%;
    margin-bottom: 0.651041666666667vw;
  }
  .ibt .ibtNum .numText02 {
    width: auto;
    height: 25.520833333333332vw;
  }
  .ibt .ibtHeading {
    font-size: 5.46875vw;
    text-align: center;
    margin: 0 0 5.116959064327485% 0;
    padding-bottom: 4.385964912280701%;
  }
  .ibt .ibtHeading::before {
    width: 100%;
    left: 0;
  }
  .ibt .ibtSubeading {
    font-size: 4.166666666666666vw;
    text-align: left;
    margin: 8.771929824561402% 0 5.847953216374268%;
  }
  .ibt .ibtSubeading span {
    padding-bottom: 4.385964912280701%;
    position: relative;
    display: block;
  }
  .ibt .ibtSubeading span::before {
    width: 100%;
    left: 0;
  }
  .ibt .ibtSubeading:first-of-type {
    margin: 0 0 5.847953216374268%;
  }
  .ibt .ibtSubeading:first-of-type span {
    min-width: auto;
    padding-bottom: 0;
  }
  .ibt .ibtSubeading:first-of-type span::before {
    content: none;
  }
  .ibt .ibtText {
    margin-bottom: 1.4em;
  }
  .ibt .rightTitle .ibtNum {
    margin: 0 auto 10.416666666666668vw;
    float: none;
  }
  .ibt .rightTitle .num {
    text-align: left;
    width: 100%;
    margin: 0 0 -7.291666666666667vw -2.604166666666667vw;
    position: relative;
    z-index: 1;
  }
  .ibt .rightTitle .ibtHeading {
    margin-left: 0;
  }
  .ibt .rightTitle .ibtSubeading {
    text-align: left;
  }
  .ibt .rightTitle .ibtSubeading span {
    text-align: left;
  }
  .ibt .rightTitle .ibtSubeading span::before {
    left: 0;
  }
  .ibt .rightTitle .ibtSubeading:nth-of-type(2n) {
    text-align: left;
  }
  .ibt .rightTitle .ibtSubeading:nth-of-type(2n) span::before {
    right: auto;
    left: 0;
  }
  .ibt .leftTitle .ibtNum {
    margin: 0 auto 10.416666666666668vw;
    float: none;
  }
  .ibt .leftTitle .num {
    margin: 0 -2.604166666666667vw -7.291666666666667vw 0;
  }
  .ibt .leftTitle .ibtHeading {
    margin-right: 0;
  }
  .ibt .leftTitle .ibtHeading::before {
    right: 0;
  }
  .ibt .leftTitle .ibtSubeading {
    text-align: left;
  }
  .ibt .leftTitle .ibtSubeading span::before {
    right: 0;
  }
  .ibt .leftTitle .ibtSubeading:nth-of-type(2n) {
    text-align: left;
  }
  .ibt .leftTitle .ibtSubeading:nth-of-type(2n) span::before {
    right: auto;
    left: 0;
  }
  .ibt .noImg .num {
    text-align: center;
    margin: 0 0 -3.255208333333333vw 0;
  }
}

@media screen and (min-width: 768px) {
.ibt .col-md-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
}

