@charset "UTF-8";
#now #main-header {
  margin-bottom: 50px;
}
#now #main-header .main-menu .menu-02 a:before {
  background: #1d2088;
  color: #ffffff;
}
#now #content-header {
  position: relative;
  min-height: 160px;
  margin-bottom: 60px;
  padding-left: 190px;
}
#now #content-header.ico:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 160px;
  line-height: 156px;
  background: #ffffff;
  border: 2px solid #231815;
  border-radius: 50%;
  color: #231815;
  font-size: 8rem;
  font-weight: normal;
  text-align: center;
}
#now #content-header h1 {
  margin-bottom: 12px;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.05em
}
#now #content-header h2 {
  margin-bottom: 20px;
  font-size: 3.8rem;
  font-weight: bold;
  letter-spacing: 0.05em
}
#now #content-header p {
  line-height: 1.57;
  letter-spacing: 0;
}

/**
= media screen for smart phone
================================================================= */
@media screen and (max-width: 736px) {
  #now #main-header {
    margin-bottom: 20px;
  }
  #now #content-header {
    position: relative;
    min-height: 80px;
    margin-bottom: 47px;
    padding-left: 100px;
  }
  #now #content-header.ico:before {
    width: 80px;
    height: 80px;
    line-height: 78px;
    background: #ffffff;
    font-size: 4rem;
  }
  #now #content-header h1 {
    margin-bottom: 15px;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0;
  }
  #now #content-header h2 {
    margin-bottom: 7px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.67;
    letter-spacing: 0;
  }
  #now #content-header p {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0;
  }
}

#now .now #case-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#now .now #case-list li {
  width: 48%;
  margin-bottom: 81px;
  padding: 8px 0 24px 22px;
  border-left: 1px solid #000;
  position: relative;
}
#now .now #case-list li h2 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 19px;
  letter-spacing: 0;
}
#now .now #case-list li dl {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  margin-left: 3px;
  position: relative;
}
#now .now #case-list li dl:not(:first-of-type) {
  margin-top: 32px;
}
#now .now #case-list li dl dt {
  width: 42%;
  height: fit-content;
  margin: 0 3% 0 0;
  background: #e8e9f3;
  color: #1d2088;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
}
#now .now #case-list li dl:not(:first-of-type) dt:before {
  content: '';
  display: block;
  position: absolute;
  top: -22px;
  left: 50%;
  translate: -50% 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 5px 6px 0 6px;
  border-color: #1d2088 transparent transparent transparent;
}
#now .now #case-list li dl dt span {
  min-height: 38px;
  padding: 4px 0;
  display: grid;
  place-content: center;
}
#now .now #case-list li dl dd {
  width: 54%;
  font-size: 1.2rem;
  line-height: 1.67;
  letter-spacing: 0;
}

#now .now #case-list li dl dd .ib{
  display: inline-block;
  margin-right: 0;
}
#now .now #case-list li dl.data-01 dd {
  position: absolute;
  top: -58px;
  right: 22px;
  width: 82px;
  height: 82px;
  padding-top: 20px;
  background: #ffffff;
  border: 1px solid #1A2786;
  border-radius: 50%;
  color: #1A2786;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-align: center;
}
#now .now #case-list li dl.data-01 dd img {
  position: absolute;
  bottom: -22px;
  left: -18px;
}
#now .now #case-list li dl.data-01 dd:before {
  content: '';
  display: block;
  position: absolute;
  width: 88px;
  height: 13px;
  top: 71px;
  right: 107px;
  background: url("../../svg/now/arrow.svg") no-repeat 0 center;
}
#now .now #case-list li .case-border {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: calc(100% - 1px);
}


/**
= media screen for smart phone
================================================================= */
@media screen and (max-width: 1024px) {
  #now .now #case-list li h2 {
    font-size: 1.6rem;
  }
  #now .now #case-list li dl dt {
    width: 45%;
    font-size: 1.0rem;
  }
  #now .now #case-list li dl dd {
    width: 52%;
  }
  #now .now #case-list li dl.data-01 dd {
    font-size: 1.6rem;
    width: 73px;
    height: 73px;
    top: -25px;
    right: 0;
  }
  #now .now #case-list li dl.data-01 dd:before {
    width: 76px;
    top: 37px;
    right: 85px;
    right: clamp(85px, 0.210625rem + 10.8vw, 116px);
  }
}

@media screen and (max-width: 736px) {
  #now .now #case-list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #now .now #case-list li {
    width: 100%;
    margin-bottom: 58px;
    padding: 8px 0 15px 0;
    border: none;
  }
  #now .now #case-list li h2 {
    font-size: 1.8rem;
    font-weight: bold;
  }
  #now .now #case-list li dl {
    margin-left: 0;
    max-height: 40px;
  }
  #now .now #case-list li dl dt {
    width: 42%;
  }
  #now .now #case-list li dl:not(:first-of-type) dt:before {
    top: -18px;
  }
  

  #now .now #case-list li dl.data-01{
    max-height: 40px;
  }
  #now .now #case-list li dl.data-01 dd {
    position: relative;
    top: auto;
    bottom: 5px;
    width: 57px;
    height: 57px;
    padding-top: 14px;
    font-size: 1.2rem;
  }
  #now .now #case-list li dl.data-01 dd:before {
    display: none;
  }
  #now .now #case-list li dl.data-01 dd img {
    position: absolute;
    bottom: 0;
    left: -30px;
    width: auto;
    height: 100%;
  }
  #now .now #case-list li dl.data-02{
    align-items: flex-end;
  }
}