@charset "UTF-8";

/* ====================================
  h1
===================================== */
#Sub_kv {
  background-color: #0e0d6a;
}

/* ====================================
  about
===================================== */
#about .Catch_copy {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 600;
  padding: 5rem 0;
}
#about .Section_intro {
  word-break: keep-all;
}
.about-box {
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: calc((100% - 120px) / 3);
  position: relative;
  padding-bottom: 1rem;
}
.about-box p{
  color: #fff;
  font-size: 2.3rem;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 110px;
  padding: 1.5rem 0.5rem;
}
.about-box p span {
  display: block;
  font-size: 0.7em;
}
.about-box figure {
  text-align: center;
  min-height: 140px;
  margin: 4.5rem auto;
}
.about-box figure img {
  max-height: 140px;
  height: 100%;
  object-fit: contain;
  max-width: 160px;
  width: 100%;
}
.about-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 85%;
  margin: auto;
}
.about-box ul li {
  font-size: 1.4rem;
  font-weight: 600;
  background-color: #fff;
  width: 45%;
  text-align: center;
  align-items: center;
  justify-content: space-between;
  margin: 0.5rem;
  padding: 6px 2px;
}
.about-center ul li {
  width: 100%;
}
.about-box.about-left ul li:first-child {
  color: #fff;
  background-color: #b1572f;
}
.about-left {
  background-color: #f6e1da;
  border: 2px solid #b1572f;
}
.about-left p{
  background-color: #b1572f;
}
.about-left::after {
  content: "";
  background: center center/contain no-repeat url(../../images/07_kla/arrow_processing.png);
  display: inline-block;
  max-width: 19rem;
  width: 100%;
  max-height: 12rem;
  height: 100%;
  position: absolute;
  bottom: 20%;
  right: -40%;
  z-index: 2;
}
.about-center {
  background-color: #fff;
  border: 2px solid #06056c;
}
.about-center p{
  background-color: #06056c;
}
.about-center::after {
  content: "";
  background: center center/contain no-repeat url(../../images/07_kla/arrow_analysis.png);
  display: inline-block;
  max-width: 19rem;
  width: 100%;
  max-height: 12rem;
  height: 100%;
  position: absolute;
  bottom: 20%;
  right: -40%;
  z-index: 2;
}
.about-right {
  background-color: #e9dded;
  border: 2px solid #5b00b2;
}
.about-right p{
  background-color: #5b00b2;
}
.triangle {
  background: #ececec;
  height: calc(tan(60deg) * 40px / 2);
  width: 50%;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin: 7rem auto 0;
}

.summary_box {
  flex-wrap: wrap;
  justify-content: space-between;
}
.summary_content {
  border: 1px solid #333;
  width: calc((100% - 10px) / 2);
  align-items: flex-start;
  justify-content: space-between;
  padding: 1.5rem;
  margin: 0.5rem 0;
}
.summary_content dl {
  width: 45%;
}
.summary_content dt {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.summary_content figure {
  max-width: 45%;
  width: 100%;
}
.summary_content figure img {
  max-height: 200px;
  object-fit: contain;
}
.annotation {
  font-size: 0.5em;
  vertical-align: middle;
}
.annotation-txt {
  font-size: 0.65em;
  display: block;
  margin-top: 1.5rem;
}

/* ====================================
  point1
===================================== */

.Feature1Box {
  flex-wrap: wrap;
  margin: 2rem 0 0 0;
}
.Feature1Box > div {
  width: 32.5%;
  background: #333;
  padding: 0.5rem;
  color: #fff;
  position: relative;
}
.Feature1Box > div span {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
}
.point1Box > div {
  width: 31%;
  border: 1px solid #333;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Feature1Box dd {
  font-size: 1.5rem;
}
.point1Box img {
  width: auto;
  height: 90px;
  margin: 5rem auto;
  object-fit: contain;
}

/* ====================================
  point2
===================================== */
.point2Box > div {
  width: 49%;
  border: 1px solid #333;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f7f7fa;
}
.point2Box > div img {
  width: auto;
  height: 230px;
  margin: 2rem auto;
  padding: 0 2rem;
  object-fit: contain;
}

/* ====================================
  point3
===================================== */
.pontBox dl{
  padding: 1rem 0.5rem;
}
.pontBox dl dt {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}

/* ---- voice ---------------------------- */
.voice {
  background-color: #f7f7fa;
  border-radius: 30px;
  flex-direction: column;
  align-items: center;
}
.voiceComment {
  margin: 3rem 0;
}
.voiceComment > div {
  width: 49.5%;
  padding: 2rem;
}
.voiceComment img {
  width: 15%;
  object-fit: contain;
}
.voiceComment > div > div {
  width: 85%;
  padding-left: 1.5rem;
}
.voiceComment > div > div p span {
  display: block;
  text-align: right;
  margin-top: 2rem;
}
.point4Box {
  flex-direction: column;
}
.point4Content {
  padding: 3rem;
  border: 1px solid #333;
  margin-top: 3rem;
}
.point4Content h4 {
  color: #fff;
  border-radius: 30px 0 0 30px;
  padding-left: 30px;
}
.point4Content h4 span {
  margin-right: 10px;
}
.point4Content ul {
  display: flex;
  margin: 1rem 0;
  justify-content: flex-end;
}
.point4Content ul li {
  border: 1px solid #cb5628;
  padding: 4px 10px;
  border-radius: 10px;
  font-size: 1.4rem;
}
.point4Content ul li {
  border: 1px solid #cb5628;
  padding: 4px 10px;
  border-radius: 10px;
  font-size: 1.4rem;
  margin: 0 0.5rem;
}
.point4Content h5 {
  font-size: 1.9rem;
  margin: 2rem 0;
}
.point4Content > div > div {
  margin: 5rem 0;
}

.point4Content > div > div > div {
  width: 49%;
}

/* ====================================
  主な提供機能
===================================== */
#Function .function-list {
  flex-wrap: wrap;
  margin-top: 2rem;
}
#Function .function-box {
  width: 32%;
  border: 1px solid #eee;
  border-radius: 20px;
  padding: 2rem;
  margin-bottom: 2rem;
}
#Function .function-box span, .function-box h4 {
  text-align: center;
  display: block;
}
#Function .function-box h4 {
  font-size: 2.3rem;
}
#Function .function-box span {
  font-size: 1.6rem;
  font-weight: 500;
}
#Function .function-box figure {
  margin: 1.5rem 0;
}
#Function .function-box p {
  font-size: 1.5rem;
  line-height: ;
}
#Function .function-box .memo {
  font-size: 0.8em !important;
  display: block;
  margin-top: 1rem;
}
#Function .function-box figcaption {
  text-align: right;
  font-size: 1.4rem;
  margin: 1.5rem 0 2rem;
}





.price .BgPurpleMiddle span {
  font-size: 1rem !important;
  display: block;
}
.price td span{
  font-size: 1.4rem;
}
.minimum_period {
  font-weight: 600;
  display: block;
  background: #591e82;
  border-radius: 30px;
  color: #fff;
  padding: 0.5rem 2rem;
  margin-top: 0.5rem;
}
.price .itemHeading span {
  font-size: 1rem !important;
  display: block;
}
.tablePlus img {
  position: absolute;
  right: 18%;
  top: -40px;
  width: 50px;
}
/* ====================================
  ご利用料金
===================================== */
.price td{
	text-align: center;
}
.minimum_period {
  background: #591e82;
  border-radius: 20px;
  color: #fff;
  display: block;
  padding: 0.5rem 1.5rem;
  font-size: 1.4rem;
  margin-top: 0.5rem;
}
.example{
  justify-content: space-between;
  margin: 5rem 0;
}
.example p {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  background-color: #0e0d6a;
  width: calc((100% - 120px) / 5);
  position: relative;
  padding: 1rem 0.5rem;
  border-radius: 14px;
}
.example p + p::before {
  color: #000;
  font-size: 1.6rem;
  content: "+";
  display: inline-block;
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.example p span {
  font-size: 1.3rem;
  font-weight: 500;
  display: block;
  margin-top: 6px;
}

.over-license {
  color: #168651;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.over-license a {
  color: #fff;
  font-size: 1.8rem;
  background-color: #ca5628;
  display: inline-block;
  border-radius: 14px;
  width: 300px;
  margin: 2rem auto 4rem;
  padding: 1rem 2rem;
}
/* ====================================
  オプション
===================================== */
.option-image {
  margin: 3rem 0;
}
#Option .option-image {
  margin: 3rem 0;
  align-items: center;
  justify-content: space-between;
}
#Option .option-image {
  margin: 3rem 0;
  align-items: center;
  justify-content: space-between;
}
#Option .before_img {
  width: 35%;
  border-radius: 20px;
  padding: 2rem;
  position: relative;
}
#Option .after_img {
  width: 60%;
  border-radius: 20px;
  padding: 2rem;
}
#Option .after_img span{
  text-align: right;
  display: block;
  font-size: 0.9em;
  margin-top: 1rem;
}
.after_img p {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
#Option .before_img::after {
  content: "";
  background: center center/contain no-repeat url(../../images/07_kla/ico_to-excel.png);
  display: inline-block;
  width: 7rem;
  height: 6rem;
  position: absolute;
  right: -25%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#Option .option-price {
  width: 80%;
}
.remarks p {
  text-indent: -1em;
  margin-left: 1em;
}
/* ====================================
  Screen 1280px
===================================== */
@media screen and (max-width: 1200px){
  .voice {
    width: 98%;
    padding-bottom: 3rem;
  }
}

/* ====================================
  Screen 960px
===================================== */
@media screen and (max-width: 960px) {

}
@media screen and (min-width: 961px){

}
@media screen and (max-width: 960px) and (min-width: 641px){

}
@media screen and (max-width: 960px) and (min-width: 769px){

}
/* ====================================
  Screen 767px
===================================== */
@media screen and (max-width: 767px) {
  .Section_intro {
    font-size: 1.7rem;
  }
  .point1Box {
    flex-direction: column;
  }
  .point1Box > div {
    width: 100%;
    margin-bottom: 1rem;
  }
  .point1Box img{
    padding: 0 3rem;
  }
  .point2Box {
    flex-direction: column;
  }
  .point2Box > div {
    width: 100%;
    margin-bottom: 1rem;
  }
  .point3Box {
    flex-direction: column;
  }
  .point3Box > div {
    width: 100%;
    margin-bottom: 1rem;
  }
  .point3Box > div > div:nth-child(2) {
    flex-direction: column;
  }
  .flex-box.summary_content {
    flex-direction: column;
  }
  .about-area {
    flex-direction: column;
  }
  .about-box {
    width: 100%;
    margin-bottom: 5rem;
    padding-bottom: 3rem;
  }
  .about-left::after {
    background: center center/contain no-repeat url(../../images/07_kla/arrow_processing_sp.png);
    bottom: -70px;
    left: 50%;
    transform: translate(-50%, -0);
  }
  .about-center::after {
    background: center center/contain no-repeat url(../../images/07_kla/arrow_analysis_sp.png);
    bottom: -70px;
    left: 50%;
    transform: translate(-50%, -0);
  }
  .about-box ul li{
    font-size: 1.6rem;
  }
  .summary_content dl, .summary_content figure {
     max-width: 100%;
     width: 100%;
  }
  .summary_content figure {
    margin-top: 5rem;
  }
  .Feature1Box > div{
    width: 49.5%;
    margin: 0.5rem 0;
  }
  #Function .function-box {
    width: 49%;
  }
  #Option .option-price{
    width: 100%;
  }
  .example {
    flex-direction: column;
  }
  .example p {
    font-size: 1.9rem;
    width: 100%;
    margin-bottom: 2.5rem;
  }
  .example p + p::before {
    top: -1.5rem;
    left: 50%;
  }
  .example p span {
    font-size: 1.6rem;
  }
  .option-image.flex-box {
    flex-direction: column;
  }
  #Option .before_img {
    width: 100%;
  }
  #Option .after_img {
    width: 100%;
    margin-top: 7rem;
  }
  #Option .before_img::after {
    height: 10rem;
    width: 13rem;
    background: center center/contain no-repeat url(../../images/07_kla/ico_to-excel_sp.png);
    top: unset;
    bottom: -8rem !important;
    left: 50%;
    transform: translate(-50%, 0);
  }
}


/* ====================================
  Screen 640px
===================================== */
@media screen and (max-width: 768px) and (min-width: 641px){

}

@media screen and (min-width: 641px) {

}

@media screen and (max-width: 640px) {
  .tablePlus img {
    right: 0;
    top: -30px;
    width: 30px;
  }
  .voiceComment {
    flex-direction: column;
  }
  .voiceComment > div {
    width: 100%;
    margin-bottom: 1rem;
    flex-direction: column;
    align-items: center;
  }
  .voiceComment img{
    margin-bottom: 3rem;
  }
  .voiceComment > div > div {
    width: 100%;
    padding-left: 0;
  }
  .point4Content > div > div {
    flex-direction: column;
  }
  .point4Content > div > div > div {
    width: 100%;
    margin-bottom: 1rem;
  }
  .SpecList {
    flex-direction: column;
  }
  .SpecList > div {
    width: 100%;
  }
  .point4Content{
    padding: 1rem;
  }
}

/* ====================================
  Screen 480px
===================================== */
@media screen and (max-width: 480px) {
  .point4Content h4 span {
    font-size: 3rem;
    margin-right: 10px;
    display: block;
  }
  .point4Content h4 {
    font-size: 2rem;
    padding: 1.5rem 2rem;
  }
  .summary_content {
    width: 100%;
  }
  .Feature1Box > div {
    width: 100%;
  }
  #Function .function-box {
    width: 100%;
  }
}



