@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: 0 0 20px;
  height: 500px;
  background-color: #505054;
  background-image: url("../images/index_00.jpg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right top;
  position: relative; 
}
.title {
  margin-bottom: 290px;
/* 子要素に合わせて親要素の横幅を可変 */
  display: inline-block;
/* 子要素に合わせて親要素の横幅を可変 */
  padding: 16px 16px 12px;
  background-color: rgba(0,0,0,0.40);
  color: #fff;
  word-break: keep-all;
}
.message {
  margin-bottom: 16px;
  font-size: 30px;
  font-weight: bold;
  line-height: 34px;
}
.message span {
  color: #FAD737;
}
.series-title {
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 8px;
}
.ainote {
  font-style: oblique;
  color: #E61E1E;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff,
    0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff,
    0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff,
    0 0 3px #fff, 0 0 3px #fff;
}
.main-title {
  font-size: 27px;
  line-height: 31px;
}
/*
.top-image-item {
  margin: 120px 20px auto auto;
  margin-top: 120px;
  display: flex;
  justify-content: flex-end;
}
*/
.radiusbtn {
  padding: 10px 50px; 
  border-radius: 50px; 
  font-size: large; 
}
#contentsarea h2 {
  margin: 120px 0 20px !important;
  height: 80px !important;
  font-size: 24px !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;
}
#contentsarea h3 {
  margin: 50px 0 20px;
  padding: 16px 10px 12px 20px;
  font-size: 20px;
  align-items: center;
  word-break: keep-all;
}
#feature h3 {
  background: linear-gradient(to right, rgba(100,175,225,0.55) 10%, #fff 80%); 
  border-bottom: solid 3px rgba(100,175,225,0.40);
}
#use-case h3 {
  background: linear-gradient(to right, rgba(175,140,200,0.55) 10%, #fff 80%); 
  border-bottom: solid 3px rgba(175,140,200,0.40);
}
.caption {
  margin: 10px auto 80px;
  font-size: 15px;
  word-break: keep-all;
}
.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; 
}
#what-is .flexbox {
  margin-bottom: -10px;
  display: flex;
}
#what-is .before,
#what-is .after {
  display: block;
  width: 100%;
}
#what-is .sub-title {
  margin: 30px auto 0;
  padding: 5px 20px 3px;
  border-radius: 16px;color: #fff;
  display: inline-block;
  font-size: 18px;
}
#what-is .before .sub-title {
  background-color: #505054;
}
#what-is .after .sub-title {
  background-color: #B94B00;
}
#what-is dl {
  margin-top: -16px;
  padding: 10px 6px;
}
#what-is .before dl {
  background-color: rgba(160,160,165,0.15);
}
#what-is .after dl {
  background-color: rgba(250,150,40,0.15);
}
#what-is dt {
  margin-left: 16px;
  padding: 6px 0 3px;
  border-radius: 24px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  word-break: keep-all;
}
#what-is .before dt {
  background-color: rgba(160,160,165,0.55);
}
#what-is .after dt {
  background-color: rgba(250,150,40,0.55);
}
#what-is ul {
  padding-left: 0;
}
#what-is li {
  margin-top: 10px;
}
#what-is .bubble {
  position: relative;
  display: inline-block;
  padding: 10px 10px 7px;
  border-radius: 12px;
  text-align: left;
  font-size: 15px;
  line-height: 17px;
}
#what-is .before .bubble-left {
  margin-right: 16px;
  background-color: #d9d9db;
}
#what-is .before .bubble-right {
  margin-left: 16px;
  background-color: #bcbcc0;
}
#what-is .after .bubble-left {
  margin-right: 16px;
  padding: 20px 20px 17px;
  background-color: #fcd4a9;
  font-size: 16px;
}
#what-is .after .bubble-right {
  margin-left: 16px;
  padding: 20px 20px 17px;
  background-color: #fbb568;
  font-size: 16px;
}
#what-is .bubble::after {
  content: "";
  position: absolute;
  top: 0;
  border-style: solid;
  border-width: 0 8px 16px 8px;
  translate: -50% -100%;
  transform: skew(-10deg);
  transform-origin: bottom;
}
#what-is .before .bubble-left::after {
  left: 15%;
  border-color: transparent transparent #d9d9db;
}
#what-is .before .bubble-right::after {
  left: 85%;
  border-color: transparent transparent #bcbcc0;
}
#what-is .after .bubble-left::after {
  left: 15%;
  border-color: transparent transparent #fcd4a9;
}
#what-is .after .bubble-right::after {
  left: 85%;
  border-color: transparent transparent #fbb568;
}
#what-is .arrows {
  margin: auto -20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#issues li,
#merit li,
#use-case li {
  margin-bottom: 8px;
  line-height: 20px;
}
#merit dt,
#use-case dt {
  padding: 10px 0 7px 10px;
  font-size: 17px;
  font-weight: normal;
  overflow: hidden;
  position: relative;
  word-break: keep-all;
}
#merit dt {
  background-color: rgba(80,190,190,0.55);
}
#use-case dt {
  background-color: rgba(175,140,200,0.55);
}
#merit dt::before,
#use-case dt::before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
}
#merit dt::after,
#use-case dt::after {
  content: '';
  background-color: #fff;
  opacity: 0.3;
  transform: rotate(-65deg);
  position: absolute;
  bottom: -250px;
/*  right: -250px; */
  left: 330px;
  width: 300px;
  height: 500px;
}
#merit dd,
#use-case dd {
  padding: 10px 5px 0 0;
}
#merit dd ul,
#use-case ul {
  padding-left: 24px;
}
#feature ul {
  list-style-type: none;
}
#feature-3 sup,
#feature-3 aside span {
  color: #0064D2;
  font-weight: bold;
}
#feature-3 aside {
  margin-top: 30px;
  font-size: 14px;
  line-height: 18px;
  padding-left: 20px;
  text-indent: -20px;
}
#function thead tr th {
  background-color: rgba(160,160,165,0.40);
  text-align: center;
  font-weight: normal;
}
#function .function-name {
  background-color: rgba(160,160,165,0.15);
  word-break: keep-all;
}
#function tbody {
  font-size: 15px;
}
#service .flow {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
#service .step {
  padding-left: 0;
}
#service .step li {
  list-style-type: none;
  position: relative;
  padding-left: 50px;
}
#service .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 .step > 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 .step li dl dt {
  font-size: 18px;
  font-weight: 600;
  color: #64AFE1;
  border-bottom: solid 1px #64AFE1;
  margin-bottom: 7px;
}
#service .step li dl dd ul,
#service .step li dl dd ul li {
  padding-left: 0;
} 
#service .list {
  margin-left: 24px;
}
#service .list li {
  list-style-type: disc !important;
}
#service .support {
  padding: 16px;
  background-color: #d7eaf7;
}
#service .support dt {
  margin-bottom: 20px;
  font-size: 18px;
  text-align: center;
}
.mb20 {
  margin-bottom: 20px;
}
.mb99 {
  margin-bottom: 100px;
}

#download {
  margin: 100px 0;
  padding: 30px 16px;
  border: solid thin #64AFE1;
  font-size: 20px;
  word-break: keep-all;
  text-align: center;
}


@media screen and (max-width: 1199px) {
  .title {
    margin-bottom: 260px;
  }
}
/*
@media screen and (max-width: 767px) {
  .top-image-item {
    margin-top: 90px;
  }
}
*/
@media screen and (max-width: 470px) {
  #top-image {
    padding: 0;
    height: 450px;
    background-position: center bottom;
  }
  .title {
    margin-bottom: 160px;
    padding: 16px 10px 12px;
  }
  .message {
    font-size: 24px;
    line-height: 28px;
  }
  .series-title {
    font-size: 18px;
    line-height: 22px;
  }
  .main-title {
    font-size: 20px;
    line-height: 22px;
  }
  /*
  .top-image-item {
    margin-top: 30px;
  }
  */
  #contentsarea h2 {
    height: 100px !important;
    font-size: 19px !important;
    padding-left: 10px;
  }
  #what-is .flexbox {
    display: block;
  }
  #what-is .arrows {
    margin: -16px auto -40px;
  }
  #issues ul {
    padding-left: 20px;
  }
  #feature ul {
    padding-left: 0;
  }
  #feature h3,
  #use-case h3 {
    padding: 16px 10px 12px 10px;
    font-size: 17px;
  }
  .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追加ここまで */
