.border-bottom {
  border-bottom: 2px solid #009ce6;
}

.box-imgonly1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.box-imgonly2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

.box-imgonly3 {
  display: flex;
  flex-direction: row;
}

.box-filtration {
  width: 40%;
}

.box-point1 {
  /* width: 100%; */
  width: auto;
  display: flex;
  padding: 0.5em 1em;
  margin: 2em 0;
  border: double 5px #4ec4d3;
  flex-direction: row;
  align-items: center;
}

/* 　　　左吹き出し　　　　 */
.box-point3-left {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #e0edff;
}

.box-point3-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #e0edff;
}

.box-point3-left p {
  margin: 0;
  padding: 0;
}

/* 　　　左吹き出し　end 　 */

.box-point2 {
  padding: 0.5em 1em;
  margin: 2em 0;
  border: double 5px #4ec4d3;
  border-radius: 25px;
}

p.txt001 {
  display: flex;
  padding-top: 5px;
  color: #084a91;
  font-weight: bold;
  font-size: 200%;
  align-items: center;
  justify-content: center;
}

p.txt002 {
  /* padding-top: 5px; */
  color: #084a91;
  font-weight: 600;
  font-size: 110%;
}

.table04 {
  margin-bottom: 10px;
}

.table04 th {
  width: 30px;
  padding: 10px 15px;
}

.table04 td {
  padding: 15px 15px 0px;
}

.table_reduction th {
  width: 50px;
  padding: 10px 5px;
}

.box-point p {
  margin: 0;
  padding: 0;
}

.box-label {
  padding: 0.5em 1em;
  margin: 2em 0;
  font-weight: bold;
  color: #6091d3;
  /*文字色*/
  background: #fff;
  border: solid 3px #6091d3;
  /*線*/
  border-radius: 10px;
  /*角の丸み*/
  max-width: 200px;

  display: flex;
  justify-content: center;
}

.box-label p {
  margin: 0;
  padding: 0;
}

.box-miniaturize {
  display: flex;
  justify-content: center;
}

.div_flex_column {
  display: flex;
  flex-direction: column;
}

.div_flex_row {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.div_item-video {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.justify-content-space-between {
  justify-content: space-between;
}

.align-items-center {
  align-items: center;
}

.item .underline {
  text-decoration: underline 2px solid #009ce6;
}

/* ---------------------------- */

.field01 {
  display: flex;
  flex-direction: column;
}

.field01 .box001 .item001 {
  padding: 0px 10px;
  justify-content: space-around;
  align-items: center;
}

.field01 .box001 .item002 {
  padding: 0px 10px;
  justify-content: space-around;
  align-items: center;
}

.field01 .box001 .item001 p {
  font-size: 25px;
  font-weight: 600;
}

.field03 .box003 .phrase07 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
}

.box001 {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
}

.box001 .item001 {
  width: 50%;
}

.box005 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.item002 {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.item004 {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.item005 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.item006 {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.item007 {
  display: flex;
  flex-direction: row;
  /* align-items: center; */
  justify-content: space-evenly;
}

/* --- sentence -------------------------- */
.sentence1 p {
  font-weight: 600;
}

.sentence1 .phrase01 {
  font-size: 15px;
  position: relative;
  left: 0%;
}

.sentence1 .phrase02 {
  font-size: 15px;
  position: relative;
  left: 5%;
}

.sentence1 .phrase03 {
  font-size: 15px;
  position: relative;
  left: 10%;
}

.sentence1 .phrase04 {
  font-size: 20px;
  position: relative;
  left: 0%;
}

.sentence1 .phrase05 {
  font-size: 20px;
  position: relative;
  left: 5%;
}

.sentence2 .phrase01 {
  font-weight: 600;
  font-size: 20px;
  position: relative;
  left: -10%;
}

.sentence2 .phrase02 {
  font-weight: 600;
  font-size: 20px;
  position: relative;
  left: 5%;
}

.sentence3 .phrase01 {
  font-size: 25px;
  font-weight: 600;
  position: relative;
  left: 0%;
}

.sentence3 .phrase02 {
  font-size: 25px;
  font-weight: 600;
  position: relative;
  left: 10%;
}

.sentence4 {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.sentence4 .phrase01 {
  font-size: 15px;
  position: relative;
  left: -4%;
}

.sentence4 .phrase02 {
  font-size: 15px;
  position: relative;
  left: 0%;
}

.sentence4 .phrase03 {
  font-size: 15px;
  position: relative;
  left: 4%;
}

.sentence5 p {
  font-weight: 600;
}

.sentence5 .phrase01 {
  font-size: 20px;
  position: relative;
  left: -20%;
}

.sentence5 .phrase02 {
  font-size: 20px;
  position: relative;
  left: 0%;
}

.sentence5 .phrase03 {
  font-size: 20px;
  position: relative;
  left: 20%;
}

/* ----------------------------- */
.field02 .box002 .feature1 {
  font-size: 15px;
  display: flex;
  align-items: center;
}

.field02 .box002 .feature2 {
  font-size: 15px;
  position: relative;
  left: 5%;
}

.box-comment {
  position: relative;
  /* top: 5%; */
}

.box-model .phrase06 {
  top: 45%;
}

p.phrase05,
p.phrase06 {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  left: -45%;
}

/* ------------------------- */

.field04 .box004 .feature1 {
  font-size: 15px;
  display: flex;
  align-items: center;
}

.field04 .box004 .feature2 {
  font-size: 15px;
  position: relative;
  left: 6%;
}

.field04 .box004 .phrase {
  font-size: 20px;
  display: flex;
  align-items: center;
}

.field03 .box003 .item005 .sentence p {
  font-size: 25px;
  font-weight: 600;
}

.field03 .box003 span.phrase01 {
  position: relative;
  left: -5%;
}

.field03 .box003 span.phrase02 {
  position: relative;
  left: 5%;
}

/*  画像 動画 CSS  */

img.equipmentimg002 {
  width: auto;
}

img.equipmentimg003 {
  width: auto;
}

img.equipmentimg004 {
  width: auto;
}

img.equipmentimg005 {
  width: auto;
}

img.equipmentimg006 {
  width: auto;
}

img.equipmentimg007 {
  width: auto;
  max-width: 350px;
  max-height: 350px;
}

img.equipmentimg008 {
  width: auto;
}

img.equipmentimg009 {
  width: auto;
  max-width: 350px;
  max-height: 350px;
}

.div_img002 {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.div_img002 .item-img {
  width: 80%;
}

.div_item-video .video001 {
  max-width: 500px;
}

p.comment01 {
  font-size: 12px;
}

p.comment02 {
  display: flex;
  align-items: center;
}

.mailicon {
  width: 50%;
}

.spannericon {
  width: 30px;
  margin-right: 10px;
}

.fingericon {
  width: 40px;
}

.goodicon {
  width: 30px;
}

/*　画像 動画 CSS　END*/

.sp_br {
  display: none;
}

.hide_pc {
  display: none;
}

.hide_img_pc {
  display: none;
}

/* .hide_img_sp{
  display: block;
} */

/* 特徴CSS */

.p_feature .span-section {
  /* background-color: #009ce6; */
  color: #ffffff;
  font-size: 20px;
}

.background_blue {
  width: 15%;
  background-color: #009ce6;
}

.subheading_bar {
  width: 85%;
  height: 0.17em;
  transform-origin: left;
  transform: scaleX(0);
}

.blue_bar {
  background-color: #009ce6;
}

.div_feature1 {
  display: flex;
  /* flex-direction: column; */
  /* flex-wrap: ; */
  flex-wrap: wrap;
  align-items: flex-end;
}

.div_feature2 {
  display: flex;
  align-items: center;
}

p.p_feature {
  margin: 5px auto;

  color: #fff;
  background-color: #009ce6;
}

/* @import "https://use.fontawesome.com/releases/v5.13.0/css/all.css"; */
/* *,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
} */

/* お問い合わせ 追従*/
.trigger_contact {
  position: fixed;
  bottom: 0%;
  right: 2%;
  display: inline-block;
  font-size: 1rem;
  line-height: 2rem;
  /* width: 10%; */
}

/* ----------------------------------------- */

button.btn_contact {
  position: relative;
  bottom: 20px;
  overflow: hidden;
  border: 1px solid #009ce6;
  color: #003b56;
  display: inline-block;
  font-family: "Arial Black";
  font-size: 15px;
  font-weight: bold;
  line-height: 15px;
  padding: 10px;
  text-decoration: none;
  cursor: pointer;
  background: #ace0f8;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 250px;
  border-radius: 15px;
}

button.btn_contact a {
  color: #003b56;
}

button.btn_contact span:first-child {
  position: relative;
  transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 10;
}

button.btn_contact span:last-child {
  color: white;
  display: block;
  position: absolute;
  bottom: 0;
  transition: all 500ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 100;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translateY(225%) translateX(-50%);
  height: 14px;
  line-height: 13px;
}

button.btn_contact:after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #009ce6;
  transform-origin: bottom center;
  transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
  transform: skewY(9.3deg) scaleY(0);
  z-index: 50;
}

button.btn_contact:hover:after {
  transform-origin: bottom center;
  transform: skewY(9.3deg) scaleY(2);
}

button.btn_contact:hover span:last-child {
  transform: translateX(-50%) translateY(-50%);
  opacity: 1;
  transition: all 900ms cubic-bezier(0.48, 0, 0.12, 1);
}

/* --------------------------------------- */

/* hearf pc ------------------------------------------ */

@media screen and (max-width: 959px) {
  .item .phrase {
    font-size: 13px;
  }

  .sentence1 .phrase04 {
    font-size: 12px;
    position: relative;
    left: 0%;
  }

  .sentence1 .phrase05 {
    font-size: 12px;
    position: relative;
    left: 5%;
  }

  .sentence2 .phrase01 {
    font-size: 15px;
    font-weight: 600;
    position: relative;
    left: 0%;
  }

  .sentence2 .phrase02 {
    font-size: 15px;
    font-weight: 600;
    position: relative;
    left: 5%;
  }

  .sentence5 p {
    font-weight: 600;
  }

  .sentence5 .phrase01 {
    font-size: 20px;
    position: relative;
    left: -10%;
  }

  .sentence5 .phrase02 {
    font-size: 20px;
    position: relative;
    left: 0%;
  }

  .sentence5 .phrase03 {
    font-size: 20px;
    position: relative;
    left: 10%;
  }

  .field01 .box001 .item001 p {
    font-size: 15px;
    font-weight: 600;
    margin: 0%;
  }

  .box-comment .comment01 {
    margin: 0%;
  }

  .table04 th {
    width: 70px;
    padding: 10px 15px;
    position: relative;
    left: 0%;
  }
}

@media (max-width: 640px) {
  .table04 th {
    width: 100%;
    display: block;
    border: none;
    border-radius: 3px;
    padding-bottom: 3px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 5px;
  }

  .item004 {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }

  .box-point3-left:before {
    display: none;
  }

  .item006 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  button.btn_contact {
    position: relative;
    overflow: hidden;
    border: 1px solid #009ce6;
    color: #003b56;
    display: inline-block;
    font-family: "Arial Black";
    font-size: 10px;
    font-weight: bold;
    line-height: 15px;
    padding: 7.5px;
    text-decoration: none;
    cursor: pointer;
    background: #ace0f8;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 175px;
    border-radius: 15px;
  }
}

/* iPhon ------------------------------------ */
@media screen and (max-width: 480px) {
  a.btn--circle {
    width: 70px;
    height: 70px;
    padding: 0px 0 0;
    border-radius: 50%;
  }

  .btn,
  a.btn,
  button.btn {
    font-weight: normal;
  }

  a.btn--circle i {
    font-size: 100%;
  }

  .hide_sp {
    display: none;
  }

  .hide_pc {
    display: block;
  }

  .hide_img_pc {
    display: block;
  }

  .hide_img_sp {
    display: none;
  }

  .box-miniaturize {
    display: flex;
    justify-content: center;
  }

  .box-point1 p {
    font-size: 1rem;
  }

  .box-point3-left:before {
    display: none;
  }

  .table04 th {
    width: 70px;
    padding: 10px 15px;
    position: relative;
    left: -30%;
  }

  .box-filtration {
    width: 100%;
  }

  .div_img002 {
    width: 100%;
  }

  .div_img001 {
    width: auto;
    /* flex-direction: column; */
  }

  /* お問い合わせ 追従*/
  .trigger_contact {
    position: fixed;
    display: inline-block;
    font-size: 1rem;
    line-height: 2rem;
  }

  button.btn_contact {
    position: relative;
    overflow: hidden;
    border: 1px solid #009ce6;
    color: #003b56;
    display: inline-block;
    font-family: "Arial Black";
    font-size: 5px;
    font-weight: bold;
    line-height: 15px;
    padding: 5px;
    text-decoration: none;
    cursor: pointer;
    background: #ace0f8;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 150px;
  }

  .div_item-video .video001 {
    max-width: 100%;
  }

  img.equipmentimg001 {
    max-width: 95%;
  }

  img.equipmentimg002 {
    max-width: 95%;
  }

  img.equipmentimg003 {
    max-width: 95%;
  }

  img.equipmentimg004 {
    max-width: 95%;
  }

  img.equipmentimg005 {
    max-width: 95%;
  }

  img.equipmentimg006 {
    max-width: 95%;
  }

  img.equipmentimg007 {
    max-width: 95%;
    max-height: 100%;
  }

  img.equipmentimg008 {
    max-width: 95%;
  }

  img.equipmentimg009 {
    max-width: 95%;
  }

  .field01 .box001 .item001 p {
    font-size: 15px;
    font-weight: 600;
    margin: 0%;
  }

  .field03 .box003 .phrase07 {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
  }

  .sentence1 .phrase01 {
    font-size: 15px;
    position: relative;
    left: -5%;
  }

  .sentence1 .phrase02 {
    position: relative;
    left: -2%;
  }

  .sentence1 .phrase03 {
    position: relative;
    left: 3%;
  }

  .sentence2 .phrase01 {
    font-size: 15px;
    font-weight: 600;
    position: relative;
    left: 0%;
  }

  .sentence2 .phrase02 {
    font-size: 15px;
    font-weight: 600;
    position: relative;
    left: 5%;
  }

  .sentence3 .phrase01 {
    font-size: 15px;
    font-weight: 600;
    position: relative;
    left: 0%;
  }

  .sentence3 .phrase02 {
    font-size: 15px;
    font-weight: 600;
    position: relative;
    left: 10%;
  }

  .sentence4 .phrase01 {
    font-size: 15px;
    position: relative;
    left: 0%;
  }

  .sentence4 .phrase02 {
    position: relative;
    left: 3%;
  }

  .sentence4 .phrase03 {
    position: relative;
    left: 6%;
  }

  .sentence5 p {
    font-weight: 600;
  }

  .sentence5 .phrase01 {
    font-size: 15px;
    position: relative;
    left: -10%;
  }

  .sentence5 .phrase02 {
    font-size: 15px;
    position: relative;
    left: 0%;
  }

  .sentence5 .phrase03 {
    font-size: 15px;
    position: relative;
    left: 10%;
  }

  .field02 .box002 .feature1 {
    font-size: 15px;
    display: flex;
    align-items: center;
  }

  .field02 .box002 .feature2 {
    font-size: 15px;
    position: relative;
    left: 6%;
  }

  .field04 .box004 .phrase01 {
    display: flex;
    align-items: center;
  }

  .field04 .box004 .feature1 {
    font-size: 15px;
    display: flex;
    align-items: center;
  }

  .field04 .box004 .feature2 {
    font-size: 15px;
    position: relative;
    left: 6%;
  }

  .box001 .item001 {
    width: 100%;
  }

  .box-point1 {
    width: auto;
    display: flex;
    padding: 0.5em 1em;
    margin: 2em 0;
    border: double 5px #4ec4d3;
    flex-direction: row;
    align-items: center;
  }

  .box-imgonly3 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .item002 {
    display: flex;
    flex-direction: column;
  }

  .item003 {
    display: flex;
    flex-direction: column;
  }

  .item004 {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }

  .item006 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .item007 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .box001 {
    display: flex;
    flex-direction: column;
  }

  .box002 {
    display: flex;
    flex-direction: column;
  }

  .box003 {
    display: flex;
    flex-direction: column;
  }

  p.phrase05,
  p.phrase06 {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    left: 95%;
  }

  .background_blue {
    width: 30%;
    background-color: #009ce6;
  }

  .subheading_bar {
    width: 70%;
    height: 0.17em;
    transform-origin: left;
    transform: scaleX(0);
  }
}

/* リファクタ後↓↓ */
#wrapper {
  overflow: hidden;
}

/* #page-Ttl {
  background-image: url("./equipment-imgs/page_ttl_bg.jpeg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  margin: 0 0 0 56px;
} */
/* .h-logo {
  position: relative;
  display: block;
  width: 220px;
  line-height: 1;
  background-color: #ffffff;
  background-image: url("./equipment-imgs/h_logo.png");
  background-repeat: no-repeat;
  background-position: left 80px top;
  background-size: contain;
  margin: 0;
} */
.u-mB0 {
  margin-bottom: 0 !important;
}
.u-mT0 {
  margin-top: 0 !important;
}
.u-mT10 {
  margin-top: 10px !important;
}
#menuList01 {
  padding-top: 0;
}
#menuList01 li {
  margin-top: 30px;
  margin-bottom: 0;
}
.equipment__content {
  display: flex;
  padding: 0 10px;
  align-items: flex-end;
}
.equipment__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 10px;
}
.equipment__img {
  width: 100%;
}
.equipment__text{
  text-align: center !important;
}
.c-feature__images {
  display: flex;
  justify-content: center;
  padding: 0 10px;
}
.c-feature__imageItem {
  margin: 0 10px;
  width: 50%;
}
.c-feature__imageText {
  font-weight: bold;
}
.c-feature__img {
  width: 100%;
}
.c-feature__img.c-feature__img--height {
  height: 280px;
}
.c-feature__smallText {
  font-size: 1.4rem !important;
  text-align: center !important;
}
.c-feature__graph {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}
.c-content {
  margin: 60px 0;
}
.c-content__item {
  display: flex;
}
.c-content__img {
  width: 100%;
  height: 400px;
  object-fit: contain;
}
.c-content__innerContent {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.c-content__newTitle {
  position: absolute;
  top: 25%;
  left: 10%;
  font-size: 1.7rem;
  font-weight: bold;
}
.c-content__oldTitle {
  position: absolute;
  top: 70%;
  left: 10%;
  font-size: 1.7rem;
  font-weight: bold;
}
.c-content__title {
  font-size: 1.8rem !important;
  font-weight: bold;
  text-align: center !important;
}
.c-content__text {
  font-size: 1.4rem;
  text-align: center !important;
}
.c-video {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 40px 0;
}
.c-video__movie {
  width: 70%;
}
.c-video__text {
  margin-top: 20px !important;
  font-size: 1.6rem !important;
}
.c-robotImg {
  display: block;
  margin: 20px auto 0;
  width: 100%;
  max-width: 600px;
  object-fit: contain;
}
.c-robotImg__text {
  text-align: center !important;
}
.c-subHeading {
  display: inline-block !important;
  background-color: #fff !important;
  color: #000 !important;
  font-size: 1.8rem !important;
  font-weight: bold !important;
  border-bottom: 4px solid #009ce6 !important;
}
.c-table {
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
}
.c-table__title {
  font-weight: bold;
}
.c-textRed {
  text-align: center !important;
  font-size: 2rem !important;
  font-weight: bold;
  color: #ff0000 !important;
}
.c-textSmall {
  font-size: 1.3rem !important;
  text-align: center !important;
}
.c-text {
  font-size: 1.4rem !important;
  text-align: center !important;
}
.c-imgContent {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.c-imgContent.c-imgContent--max {
  max-width: 600px;
}
.c-imgContent__img {
  width: 100%;
}
.c-block {
  margin: 40px 0;
}
.boxres004 p.txt01 {
  padding-top:0;
  font-size: 2.2rem;
  line-height: 1.4;
  margin:0 0 20px;
}
@media screen and (max-width: 767px) {
  .equipment__content {
    flex-direction: column;
  }
  .equipment__item {
    margin: 0;
  }
  .equipment__img {
    vertical-align: top;
  }
  .equipment__text {
    margin: 20px 0 !important;
  }
  .c-feature__images {
    flex-direction: column;
  }
  .c-feature__img.c-feature__img--height {
    height: auto;
  }
  .c-feature__imageItem {
    margin: 0;
    width: auto;
  }
  .c-feature__graph {
    flex-direction: column;
  }
  .c-feature__graph img {
    width: 100%;
  }
  .c-content__item {
    flex-direction: column;
  }
  .c-video__movie {
    width: 100%;
  }
  .c-imgContent {
    flex-direction: column;
  }
  .c-content__newTitle,
  .c-content__oldTitle {
    left: 4%;
    font-size: 1.4rem;
  }
  .c-content__img.c-content__img--80 {
    max-width: 80%;
    margin: 0 auto;
  }
}