body {
  color: #36404B;
}
@media screen and (max-width: 767px) {
  .body {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .header-level3-left-logo img {
    width: 94px;
    height: 15px;
  }
}
.section-header .font-avenir {
  font-size: 18px;
  font-weight: 600 !important;
  background: #8999ab;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  margin-right: 8px;
}
.inline {
  display: inline-block;
}
.txtlink-blank {
  padding-right: 0;
}
.font-avenir {
  letter-spacing: 0;
}

/* ========================================================================
     Component: Mainvisual
 ========================================================================== */
@media screen and (min-width: 768px) {
  .breadcrumbs {
     top: 0 !important;
  }
}
 .mv-l-slide > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: 50%;
  width: 100%;
  height: 100%;
  animation-name: fadeslide;
  animation-duration: 12s;
  animation-iteration-count: infinite;
}
@media screen and (max-width: 767px) {
  .mv-l-slide > span {
    height: 340px;
  }
}
.webp .mv-l-slide-1 {
  background-image: url("/service/robot/assets/images/top/mainvisual_bg_01@2x.png.webp");
}
.no-webp .mv-l-slide-1 {
  background-image: url("/service/robot/assets/images/top/mainvisual_bg_01@2x.png");
}
@media screen and (max-width: 767px) {
  .webp .mv-l-slide-1 {
    background-image: url("/service/robot/assets/images/top/mainvisual_bg_01_sp@2x.png.webp");
  }
  .no-webp .mv-l-slide-1 {
    background-image: url("/service/robot/assets/images/top/mainvisual_bg_01_sp@2x.png");
  }
}
@media screen and (width: 768px) {
  .mv-l-slide-1 {
    background-position-x: 70% !important;
  }
}
.mv-l-slide-2 {
  opacity: 0;
  animation-delay: 4s;
}
.webp .mv-l-slide-2 {
  background-image: url("/service/robot/assets/images/top/mainvisual_bg_02@2x.png.webp");
}
.no-webp .mv-l-slide-2 {
  background-image: url("/service/robot/assets/images/top/mainvisual_bg_02@2x.png");
}
@media screen and (max-width: 767px) {
  .webp .mv-l-slide-2 {
    background-image: url("/service/robot/assets/images/top/mainvisual_bg_02_sp@2x.png.webp");
  }
  .no-webp .mv-l-slide-2 {
    background-image: url("/service/robot/assets/images/top/mainvisual_bg_02_sp@2x.png");
  }
}
.mv-l-slide-3 {
  opacity: 0;
  animation-delay: 8s;
}
.webp .mv-l-slide-3 {
  background-image: url("/service/robot/assets/images/top/mainvisual_bg_03@2x.png.webp");
}
.no-webp .mv-l-slide-3 {
  background-image: url("/service/robot/assets/images/top/mainvisual_bg_03@2x.png");
}
@media screen and (max-width: 767px) {
  .webp .mv-l-slide-3 {
    background-image: url("/service/robot/assets/images/top/mainvisual_bg_03_sp@2x.png.webp");
  }
  .no-webp .mv-l-slide-3 {
    background-image: url("/service/robot/assets/images/top/mainvisual_bg_03_sp@2x.png");
  }
}
@keyframes fadeslide {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    z-index: 0;
  }
}
.mv-l-inner {
  padding-top: 265px;
}
@media screen and (min-width: 768px) {
  .mv-l-header {
    width: auto;
  }
}
@media screen and (min-width: 1025px) {
  .mv-l+section {
    margin-top: 0;
  }
}


/* ========================================================================
   Component: anchor
========================================================================== */
.fz22{
  font-size: 22px !important;
}
@media screen and (max-width: 767px){
  .fz22{
  font-size: 18px !important;
}
}
.anchor-item,.anchor-item_01 {
  width: 100%;
  background: #fff;
  border-radius: 4px;
  text-align: center;
  font-weight: 600 !important;
  box-shadow: 0px 8px 24px rgba(51,51,51,0.102);
  position: relative;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .anchor-item {
    width: 30%;
  }
}
@media screen and (min-width: 951px) {
  .anchor-item_01 {
    width: 33%;
  }
}
@media screen and (min-width: 768px) {
  .anchor-item_01 {
    width: 37%;
  }
}
@media screen and (max-width: 767px) {
  .anchor-item,.anchor-item_01 {
    margin-bottom: 16px;
  }
}
.anchor-item:hover,.anchor-item_01:hover {
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  .anchor-item:nth-child(2),.anchor-item_01:nth-child(2) {
    margin: 0 0 0 5%;
  }
}
@media screen and (min-width: 768px) {
  .anchor-item:last-child {
    margin-left: 5%;
  }
}
@media screen and (max-width: 767px) {
  .anchor-item:last-child,.anchor-item_01:last-child{
    margin-bottom: 0;
  }
}
.anchor-item-num {
  width: 40px;
  height: 37px;
  line-height: 40px;
  background: #8999ab;
  border-radius: 4px;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .anchor-item-num {
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .anchor-item-num {
    width: 27px;
    height: 27px;
    line-height: 27px;
    top: 50%;
    transform: translateY(-50%);
    left: 16px;
  }
}
.anchor-item-num span {
  font-size: 20px;
  font-weight: 600 !important;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .anchor-item-num span {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .anchor-item-num:before {
    content: "";
    border-style: solid;
    border-width: 8px 4px 0 4px;
    border-color: #8999ab transparent transparent transparent;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.anchor-item a,.anchor-item_01 a {
  display: block;
  height: 100%;
  padding: 33px 12px;
  position: relative;
  line-height: 1.6;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .anchor-item a,.anchor-item_01 a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .anchor-item a,.anchor-item_01 a {
    padding: 16px;
  }
}
.anchor-item a:before,
.anchor-item a:after,
.anchor-item_01 a:before,
.anchor-item_01 a:after {
  content: "";
  position: absolute;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .anchor-item a:before,
  .anchor-item a:after,
  .anchor-item_01 a:before,
  .anchor-item_01 a:after {
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .anchor-item a:before,
  .anchor-item a:after,
  .anchor-item_01 a:before,
  .anchor-item_01 a:after {
    top: 0;
  }
}
.anchor-item a:before,
.anchor-item_01 a:before {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #094c97;
  bottom: -20px;
}
@media screen and (max-width: 767px) {
  .anchor-item a:before,
  .anchor-item_01 a:before {
    width: 30px;
    height: 30px;
    bottom: 0;
    right: 16px;
  }
}
.anchor-item a:after,
.anchor-item_01 a:after {
  width: 10px;
  height: 10px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(135deg);
  bottom: -4px;
}
@media screen and (max-width: 767px) {
  .anchor-item a:after,
  .anchor-item_01 a:after {
    bottom: 2px;
    right: 26px;
  }
}
.flex-gap {
  row-gap: 50px;
}






/* ========================================================================
     Component: lineup-company
 ========================================================================== */
.bg-w{
  background-color: #fff !important;
}
.lineup-company {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .lineup-company {
    padding-top: 100px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .lineup-company {
    padding-top: 60px;
    padding-bottom: 0;
  }
}
.lineup-company-h3 {
  font-size: 24px;
  font-weight: bold;
  width: 100%;
  max-width: 1320px;
  margin: auto;
  text-align: center;
  padding-bottom: 42px;
}
@media screen and (max-width: 767px) {
  .lineup-company-h3 {
    font-size: 17px;
    padding-bottom: 24px;
  }
}
.lineup-company-h3::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 70px;
  background-image: url("/service/robot/assets/images/top/leaf-l.svg");
  background-repeat: no-repeat;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .lineup-company-h3::before {
    width: 20px;
    height: 50px;
    background-size: contain;
  }
}
.lineup-company-h3::after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 70px;
  background-image: url("/service/robot/assets/images/top/leaf-r.svg");
  background-repeat: no-repeat;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .lineup-company-h3::after {
    width: 20px;
    height: 50px;
    background-size: contain;
  }
}
.lineup-company-bg {
  background-color: #fff;
}
.lineup .section-lead {
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  .lineup .section-lead {
    margin-top: 1.4em;
  }
}
.lineup .text-gray {
  color: #777;
}
.lineup .ic-new {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.loop-infinity {
  width: 100%;
  max-width: 2640px;
  margin: auto;
}
.loop_wrap_pc {
  display: flex;
  width: 4754px;
  height: 308px;
}
@media screen and (max-width: 767px) {
  .loop_wrap_pc {
    display: none;
  }
}
.loop_wrap_pc img {
  width: auto;
  height: 100%;
}
.loop_wrap_pc img:first-child {
  animation: loopTo 200s -100s linear infinite;
}
.loop_wrap_pc img:last-child {
  animation: loopFrom 200s linear infinite;
}
.loop_wrap_sp {
  display: flex;
  width: 2778px;
  height: 180px;
}
@media screen and (min-width: 768px) {
  .loop_wrap_sp {
    display: none;
  }
}
.loop_wrap_sp img {
  width: auto;
  height: 100%;
}
.loop_wrap_sp img:first-child {
  animation: loopTo 200s -100s linear infinite;
}
.loop_wrap_sp img:last-child {
  animation: loopFrom 200s linear infinite;
}
@keyframes loopTo {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loopFrom {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes Slide {
  0% {
    opacity: 0;
    transform: translateX(500px);
  }
  5% {
    opacity: 1;
  }
  16% {
    opacity: 1;
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(0);
  }
  35% {
    opacity: 0;
    transform: translateX(-300px);
  }
}
@keyframes SlideSp {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }
  5% {
    opacity: 1;
  }
  18% {
    opacity: 1;
    transform: translateX(-10px);
  }
  30% {
    opacity: 1;
    transform: translateX(-10px);
  }
  35% {
    opacity: 0;
    transform: translateX(-10px);
  }
}


/* ========================================================================
     Component: Contact
 ========================================================================== */
.webp .contact::before {
  background-image: url("/service/robot/assets/images/top/contact_bg@2x.png.webp");
}
.no-webp .contact::before {
  background-image: url("/service/robot/assets/images/top/contact_bg@2x.png");
}
@media screen and (max-width: 1023px) {
  .contact::before {
    background-position: bottom right 32%;
  }
  .webp .contact::before {
    background-image: url("/service/robot/assets/images/top/contact_bg@2x.png.webp");
  }
  .no-webp .contact::before {
    background-image: url("/service/robot/assets/images/top/contact_bg@2x.png");
  }
}
@media screen and (max-width: 767px) {
  .webp .contact::before {
    background-image: url("/service/robot/assets/images/top/contact_bg_sp@2x.png.webp");
  }
  .no-webp .contact::before {
    background-image: url("/service/robot/assets/images/top/contact_bg_sp@2x.png");
  }
}



/* ========================================================================
     Component: cta
 ========================================================================== */
.cta{
  background: transparent linear-gradient(0deg, #d5574c 0%, rgba(209,27,21,0) 0) !important;
  padding: 0;
}
.cta .col-848 {
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.7);;
  color: #fff !important;
  padding: 64px 20px;
}
.webp .cta::before {
  background-image: url("/service/robot/assets/images/top/cta_bg.png.webp");
}
.no-webp .cta::before {
  background-image: url("/service/robot/assets/images/top/cta_bg.png");
}
@media screen and (max-width: 767px) {
  .webp .cta::before {
    background-image: url("/service/robot/assets/images/top/cta_bg_sp.png.webp");
  }
  .no-webp .cta::before {
    background-image: url("/service/robot/assets/images/top/cta_bg_sp.png");
  }
}


/* ========================================================================
   Component: list
========================================================================== */
.col232{
  width: 232px;
}
@media screen and (max-width: 767px){
  .col232{
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px){
  .column-tab{
      width: 525px !important;
  }
}
.height130{
  height: 130px !important;
}
.list-content{
  padding: 16px;
  background: #fff;
  position: relative;
  border-radius: 4px;
  box-shadow: 0 0 6px rgba(0,0,0,0.1);
}
.list-link{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .list-flex {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.list-img, .list-img-clean{
  text-align: center;
}
@media screen and (max-width: 767px){
  .list-img{
    width: 44%;
  }
}
@media screen and (max-width: 767px){
  .list-img-clean{
    width: 38%;
  }
}
@media screen and (max-width: 767px){
  .list-img img{
    width: 140px;
    height: auto;
  }
}
.list-img-sub{
  width: 65%;
}
@media screen and (max-width: 767px){
  .list-img-clean img{
    margin-top: 32px;
  }
}
.list-detail{
  position: relative;
  min-height: 230px;
}
@media screen and (max-width: 767px){
  .list-detail{
    width: 70%;
  }
}
.list-detail-sub{
  position: relative;
  min-height: 130px;
}
@media screen and (max-width: 767px){
  .list-detail-sub{
    width: 60%;
  }
}
.list-title{
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #C9D1D9;
  padding: 8px 0;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px){
  .list-title{
    justify-content: flex-start;
  }
}
.list-catch{
  font-size: 18px;
  font-weight: bold;
  padding: 8px 0;
}
.list-point{
  font-size: 1.2rem;
  position: relative;
  padding-left: 1.4em;
  line-height: 1.4;
  margin-bottom: 0.5em;
}
.list-point::before {
  content: "";
  background: url("/service/robot/assets/images/top/ic_check.svg");
  background-size: contain;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 2px;
  left: 0;
}
.list-copy{
  font-size: 9px;
  color: #777;
  position: absolute;
  bottom: 0;
  left: 0;
}
.list-btn{
  margin: 16px auto 0;
}
.list-style-flex{
  display: flex;
  justify-content:space-between;
}
.list-dry, .list-wet, .list-wet-g, .list-alignment{
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-radius: 4px;
  width: 96px;
  padding: 2px 0;
}
.list-dry{
  background: #ffeadc;
  color: #ff7b23;
}
.list-wet{
  background: #e6f7ff;
  color: #35adeb;
}
.list-wet-g{
  background: #f4f4f4;
  color: #d9d9d9;
}
.list-alignment{
  background: #f0f3f5;
  color: #36404b;
}
@media screen and (max-width: 767px){
  .list-dry, .list-wet, .list-wet-g, .list-alignment{
    width: 100%;
    margin-bottom: 4px;
    padding: 0;
  }
}


.readmore-check {
  display: none;
}
@media screen and (max-width: 767px) {
  .readmore {
    position: relative;
  }
  .readmore input {
    display: none;
  }
  .readmore-content {
    position: relative;
    overflow: hidden;
    height: 420px;
    margin-bottom: 80px;
  }
  .readmore-content:before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 100px;
    background: linear-gradient(rgba(248,248,248,0), #f8f8f8 100%);
    z-index: 1;
  }
  .readmore-label {
    display: block;
    width: 40px;
    height: 40px;
    background: #094c97;
    border-radius: 100%;
    position: absolute;
    bottom: -55px;
    left: 50%;
    transform: translateX(-50%);
  }
  .readmore-label:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 18px;
    left: 0;
    right: 0;
    width: 12px;
    height: 12px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    transform: rotate(135deg);
    margin: auto;
  }
  .readmore-check:checked ~ .readmore-label {
    display: none;
  }
  .readmore-check:checked ~ .readmore-label:before {
    content: none;
  }
  .readmore-check:checked ~ .readmore-content {
    height: auto;
    margin-bottom: 32px;
  }
  .readmore-check:checked ~ .readmore-content::before {
    display: none;
  }
}





/* ========================================================================
   Component: function_cleaning
========================================================================== */
.function_cleaning{
  background: #fff;
  border-radius: 8px;
  padding: 40px 32px;
}
@media screen and (max-width: 767px){
  .function_cleaning{
    padding: 32px 16px 16px;
  }
}
.function_cleaning-content{
  margin-top: 24px;
}
.function_cleaning-flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 24px
}
@media screen and (max-width: 767px){
  .function_cleaning-flex{
    display: block;
    margin-bottom: 16px;
  }
}
.function_cleaning-dry{
  width: 63%;
  padding-left: 4%;
}
.function_cleaning-wet{
  padding-right: 4%;
}
@media screen and (max-width: 767px){
  .function_cleaning-wet{
    padding-right: 0;
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px){
  .function_cleaning-dry, .function_cleaning-wet{
    width: 100%;
    padding-left: 0;
  }
}
.function_cleaning-dry-flextitle, .function_cleaning-wet-flextitle{
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px){
  .function_cleaning-dry-flextitle, .function_cleaning-wet-flextitle{
    margin-bottom: 16px;
  }
}
.function_cleaning-dry-title, .function_cleaning-wet-title{
  font-size: 24px;
  margin-right: 16px;
}
@media screen and (max-width: 767px){
  .function_cleaning-dry-title, .function_cleaning-wet-title{
    font-size: 18px;
    margin-right: 8px;
  }
}
.function_cleaning-dry-icon, .function_cleaning-wet-icon{
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-radius: 4px;
  width: 64px;
  padding: 2px 0;
}
.function_cleaning-dry-icon{
  background: #ffeadc;
  color: #ff7b23;
}
.function_cleaning-wet-icon{
  background: #e6f7ff;
  color: #35adeb;
}
.function_cleaning-dry-flexicon{
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px){
  .function_cleaning-dry-flexicon{
    justify-content: space-around;
}
}
.function_cleaning-dry-content, .function_cleaning-wet-content{
  text-align: center;
}
.function_cleaning-dry-content img, .function_cleaning-wet-content img{
  margin-bottom: 16px;
}
@media screen and (max-width: 820px){
  .function_cleaning-dry-content img, .function_cleaning-wet-content img{
    margin-bottom: 8px;
    width: 90px;
    height: 90px;
  }
}
.function_cleaning-dot{
  position: relative;
  padding: 0;
}
.function_cleaning-dot p{
  border-left:2px dashed #98a6b5;
}
@media screen and (min-width: 868px){
  .show-tab-sp{
    display: none;
  }
}
.font-bold{
  font-weight: bold;
}


/* ========================================================================
   Component: QUESTION
========================================================================== */
.qa-tab {
  max-width: 1024px;
  width: 100%;
  margin: auto;
  cursor: pointer;
  display: flex;
}
@media screen and (max-width: 480px) {
  .qa-tab {
    width: 100%;
  }
}
.qa-tab-item {
  width: 50%;
}
@media screen and (max-width: 380px) {
  .qa-tab-item {
    width: inherit;
  }
}
.qa-tab-item-link {
  display: block;
  text-align: center;
  padding: 16px 0;
  border-bottom: 4px solid #c9d1d9;
  opacity: 0.5;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .qa-tab-item-link {
    padding: 16px 10px 8px;
    font-size: 16px;
  }
}
.qa-tab-item-link.active {
  border-bottom: 4px solid #094c97;
  opacity: 1;
  color: #094c97;
}
@media screen and (max-width: 767px) {
  .qa-tab-item-link img {
    width: auto;
    height: 12px;
  }
}
@media screen and (max-width: 767px) {
  .qa .col-848 {
    width: calc(100vw - 40px);
  }
}
.qa-box {
  border: 1px solid #c9d1d9;
  margin-bottom: 34px;
}
.qa-question,
.qa-answer {
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .qa-question,
  .qa-answer {
    padding: 16px;
  }
}
.qa-question-inner,
.qa-answer-inner {
  position: relative;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .qa-question-inner,
  .qa-answer-inner {
    padding-left: 32px;
  }
}
.qa-question-inner:before,
.qa-answer-inner:before {
  font-family: "Avenir";
  font-weight: 600 !important;
  font-size: 30px;
  position: absolute;
  left: 0;
  top: 0.5em;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .qa-question-inner:before,
  .qa-answer-inner:before {
    font-size: 26px;
  }
}
.qa-question {
  background: #f0f3f5;
  display: flex;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .qa-question {
    align-items: center;
  }
}
.qa-question-inner {
  flex: 1;
  padding-right: 16px;
}
@media screen and (max-width: 767px) {
  .qa-question-inner {
    padding-right: 0;
  }
}
.qa-question-inner:before {
  content: "Q";
  color: #707f89;
}
.qa-question p {
  font-weight: 600 !important;
}
.qa-question .toggle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #094c97;
  position: relative;
}
.qa-question .toggle::before,
.qa-question .toggle::after {
  content: "";
  width: 10px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.3s;
}
.qa-question .toggle::after {
  transform: rotate(90deg);
}
.qa-answer {
  background: #fff;
}
.qa-answer-inner:before {
  content: "A";
  color: #f34b4b;
}
.qa-answer p {
  line-height: 1.8;
}
.qa-answer p a {
  position: relative;
  color: #094c97;
  border-bottom: 1px solid #094c97;
  transition: opacity 300m;
}
.qa-answer p a:hover {
  border-bottom: none;
}
.js_accordion-head.active .toggle::after {
  transform: rotate(180deg);
}
.panel {
  display: none;
  text-align: center;
}
.panel.active {
  display: block;
}

.question-flex{
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
}
.question-flex-content{
  text-align: center;
}
.question-flex-content img{
  margin-bottom: 8px;
}
.question-flex-content p{
  font-size: 14px;
}
.question-title-p{
  font-size: 20px;
  font-weight: 600 !important;
  background: #FF8C8C;
  color: #fff;
  padding: 0px 8px 0px;
  border-radius: 4px;
  margin-right: 8px;
  width: 30px;
  height: 30px;
  margin-top: 9px;
}
@media screen and (max-width: 1024px){
  .question-title-p{
    margin-top: 4px;
  }
}
.question-title-p-2{
  font-size: 20px;
  font-weight: 600 !important;
  background: #FF8C8C;
  color: #fff;
  padding: 0px 8px 0px;
  border-radius: 4px;
  margin-right: 8px;
  width: 30px;
  height: 30px;
  margin-top: 24px;
}
@media screen and (max-width: 1024px){
  .question-title-p-2{
    margin-top: 28px;
  }
}
@media screen and (max-width: 767px){
  .question-title-p-2{
    margin-top: 15px;
  }
}
.question-svg{
  width: 100%;
  max-width: 100%;
  height: auto;
}
.question-title-flex{
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
@media screen and (max-width: 767px){
  .question-title-flex{
    justify-content: flex-start;
  }
}
.question-title-q{
  font-size: 22px;
  font-weight: 600 !important;
  background: #8999ab;
  color: #fff;
  padding: 4px 10px 6px 3px;
  border-radius: 4px;
  margin-right: 8px;
  width: 39px;
  height: 38px;
  margin-top: 12px;
}
@media screen and (max-width: 1024px){
  .question-title-q{
    margin-top: 3px;
  }
}
.question-h3-span{
  color: #F34B4B;
  font-size: 48px;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px){
  .question-h3-span{
    font-size: 36px;
  }
}

.question-content-small-svg{
  max-width: 26px;
  padding: 0 5px;
  align-self: center;
}
.question-detail {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
  align-self: center;
}
.question-detail-card {
  width: 220px;
  padding: 16px;
  background: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 910px) {
  .question-detail-card {
    width: 47%;
    padding: 8px;
  }
}
.question-detail-card-title {
  background: #F0F3F5;
  min-height: 50px;
  font-size: 1.4rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
@media screen and (max-width: 480px) {
  .question-detail-card-title {
    font-size: 1.2rem;
  }
}
.question-detail-card-inner {
  padding: 15px 12px 0;
}
@media screen and (max-width: 480px) {
  .question-detail-card-inner {
    padding: 10px;
  }
}
.question-detail-card:first-child {
  position: relative;
}
.question-detail-price {
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.question-detail-price .text-large {
  font-size: 2.8rem;
  letter-spacing: 0px;
}
@media screen and (max-width: 480px) {
  .question-detail-price .text-large {
    font-size: 2.2rem;
  }
}
.question-detail-addition {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 5px;
}
.question-detail .list-bullet li {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 5px;
}
.question-detail-text {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .question-detail-text {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
.question-detail-text:before {
  display: inline-block;
  content: "=";
  font-size: 3.6rem;
  margin-right: 5px;
  color: #98A6B5;
}
@media screen and (max-width: 767px) {
  .question-detail-text:before {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .question-detail-text .no-wrap {
    white-space: nowrap;
  }
}
.question-detail-text .text-large {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px){
  .question-detail-text .text-large {
    font-size: 2rem;
  }
}
.question-detail-text .text-red {
  color: #F34B4B;
  font-size: 3.6rem;
  letter-spacing: 0px;
}
.content-tab {
  display: none;
}
.content-tab.show {
  display: block;
}
.question-commission-title-flex{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  background: #fff;
  border-radius: 4px;
  min-height: 66px;
  padding: 0 8px 0 16px;
}
.question-commission-a{
  font-size: 20px;
  font-weight: 600 !important;
  background: #FF8C8C;
  color: #fff;
  padding: 0px 16px 0px 8px;
  border-radius: 4px;
  width: 30px;
  height: 30px;
  margin: 2px 8px 0 0;
}
.question-commission-content-flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 0 10%;
  margin-top: 16px;
}
@media screen and (max-width: 900px){
  .question-commission-content-flex{
    padding: 0 5%;
  }
}
@media screen and (max-width: 767px){
  .question-commission-content-flex{
    padding: 0 15%;
  }
}
.question-commission-robot{
  text-align: center;
}
.question-commission-robot img{
  width: 72px;
  height: 72px;
}
.question-commission-p{
  font-size: 14px;
  font-weight: bold;
  margin-top: 8px;
}
.question-commission-txtlink{
  position: relative;
  padding-right: 1em;
  transition: opacity 300ms;
  transition: all 0.3s;
}
.question-commission-txtlink::after{
  content: '';
  width: 7px;
  height: 7px;
  display: block;
  border-top: solid 2px #094c97;
  border-right: solid 2px #094c97;
  transform: rotate(45deg);
  position: absolute;
  bottom: calc(0.4em);
  right: 0;
  transition: all 0.3s ease;
}
.question-commission-txtlink:hover::after{
  right: -0.5em;
}
.flex-x-center{
  justify-content: center !important;
}
.flex-pc1 {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 910px) {
  .flex-pc1 {
    display: initial !important;
  }
}
.col496{
  max-width: 496px;
  width: 46.616541353383454vw;
}
@media screen and (max-width: 910px){
  .col496{
    max-width: 100%;
    width: 100%;
  }
}

/* ========================================================================
   Component: suggestion
========================================================================== */
.suggestion-inner{
  position: relative;
}
.suggestion-inner::before{
  content: '';
  display: inline-block;
  width: 190px;
  height: 400px;
  background-image: url(/service/robot/assets/images/top/suggestion_01.png.webp);
  background-repeat: no-repeat;
  position: absolute;
  top:0;
  left:-60px;
}
.suggestion-inner::after{
  content: '';
  display: inline-block;
  width: 237px;
  height: 228px;
  background-image: url(/service/robot/assets/images/top/suggestion_02.png.webp);
  background-repeat: no-repeat;
  position: absolute;
  top:160px;
  right:-90px;
}
@media screen and (max-width: 867px){
  .suggestion-inner::before, .suggestion-inner::after{
    display: none;
  }
}



/* ========================================================================
   Component: support
========================================================================== */
.fz-12 {
  font-size: clamp(12px, 1.171875vw, 12px) !important;
  line-height: 1.6em;
}
@media screen and (max-width: 1024px) {
  .fz-12 {
    font-size: 12px !important;
  }
}





/* ========================================================================
     Component: reason
 ========================================================================== */
 .reason-content{
  border-radius: 4px;
  padding: 90px 16px 16px;
  position: relative;
 }
 .reason-img img{
  max-width: 228px;
  height: 152px;
  position: absolute;
  top: -75px;
  left: 0;
  right: 0;
  margin: auto;
 }
 .mt104{
  margin-top: 104px;
 }



/* ========================================================================
     Component: frow
 ========================================================================== */
 .frow-contents{
  position: relative;
 }
 .frow-flex, .frow-content-flex{
  display: flex;
 }
 @media screen and (max-width: 767px){
  .frow-content-flex{
    display: block;
  }
 }
 .frow-step{
  background: #7A8CA0;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  width: 55px;
  height: 55px;
  padding-top: 9px;
 }
 .frow-step-p1{
  font-size: 12px;
 }
 .frow-step-p2{
  font-size: 20px;
  line-height: 1;
 }
.frow-contents-right{
  flex: 1;
}
.frow-text{
  flex: 1;
}
.frow-img{
  margin-left: 32px;
  width: 204px;
}
@media screen and (max-width: 767px){
  .frow-img{
    margin-top: 24px;
    margin-left: 0;
    width: 100%;
  }
}
.frow-stepline{
  z-index: -1;
  width: 2px;
  height: 100%;
  background-color: #7A8CA0;
  position: absolute;
  top: 54px;
  bottom: auto;
  left: 26px;
  right: auto;
}
.frow-stepline-top{
  z-index: -1;
  width: 2px;
  height: 100%;
  background-color: #7A8CA0;
  position: absolute;
  top: -114px;
  bottom: auto;
  left: 26px;
  right: auto;
}
@media screen and (max-width: 767px){
  .frow-stepline-top{
    height: 50%;
    top: -180px;
  }
}
.flow-inquiry{
  margin-bottom: 24px;
}
.flow-inquiry-li-flex{
  display: flex;
  justify-content: space-between;
  border: 1px solid #7A8CA0;
  width: 70%;
  height: 94px;
  border-radius: 4px;
  background: #fff;
  margin-left: 80px;
  align-items: center;
  padding: 0 16px 0 32px;
}
@media screen and (max-width: 767px){
  .flow-inquiry-li-flex{
    display: block;
    width: 100%;
    height: auto;
    padding: 16px;
    text-align: center;
    margin-left: 0;
  }
}
.flow-inquiry ul{
  display: block;
  padding: 0 0 20px 0;
}
.flow-inquiry-li{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 767px){
  .flow-inquiry-li{
    display: block;
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
  }
}
@media screen and (min-width: 768px){
  .flow-inquiry-li::before{
    content: "";
    width: 20%;
    height: 2px;
    position: absolute;
    bottom: 50%;
    left: 23px;
    margin-bottom: -1px;
    background: #7A8CA0;
    z-index: -1;
  }
}
.bubble{
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 1000px;
  background-color: #7A8CA0;
  position: absolute;
  top: 50%;
  left: 27px;
  margin-top: -5px;
  margin-left: -5px;
}
@media screen and (max-width: 767px){
  .bubble{
    display: none;
  }
}
.title-20{
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px){
  .title-20{
    font-size: 18px;
  }
}
.flow-inquiry-li-btn{
  margin-left: 16px;
}
@media screen and (max-width: 767px){
  .flow-inquiry-li-btn{
    margin-left: 0;
    margin-top: 16px;
  }
}



/* ========================================================================
     Component: news
 ========================================================================== */
 .contact-cards{
  margin: auto;
  max-width: 1024px;
  color: #fff;
  width: calc(100vw - 40px);
 }
 .contact-card{
  display: block;
 }