html {
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  word-break: break-all;
}
@media (max-width: 767px) {
  html {
    font-size: 2.5vw;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 0.7142857143vw;
  }
}
@media (min-width: 1400px) {
  html {
    font-size: 10px;
  }
}

figure {
  margin: 0;
}

a {
  text-decoration: none;
}

span.supText {
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

body.lock {
  position: fixed;
}

.product-line .product-i ul li.m_safetyrecorder a {
  background-image: url(/img/nav_pointer-blue.png);
}

.maincontents {
  position: relative;
  max-width: 1100px;
  margin-top: 7.5vw;
}
@media screen and (min-width: 768px) {
  .maincontents {
    margin-top: 2.7272727273vw;
  }
}
@media screen and (min-width: 1100px) {
  .maincontents {
    margin-top: 30px;
  }
}
.maincontents * {
  box-sizing: border-box;
}
.maincontents h3, .maincontents h4, .maincontents p, .maincontents ul {
  margin: 0;
  padding: 0;
}
.maincontents img {
  vertical-align: middle;
}
.maincontents .title2wrap {
  margin-bottom: 7.5vw;
}
@media screen and (min-width: 768px) {
  .maincontents .title2wrap {
    margin-bottom: 2.7272727273vw;
  }
}
@media screen and (min-width: 1100px) {
  .maincontents .title2wrap {
    margin-bottom: 30px;
  }
}
.maincontents .title2wrap:after {
  left: 50%;
  transform: translateX(-50%);
}
.maincontents .updateday {
  margin: 0 auto 2rem;
}
@media (min-width: 768px) {
  .maincontents .updateday {
    width: 100rem;
  }
}
.maincontents .updateday p {
  font-size: 1.2rem;
  text-align: right;
  line-height: 1;
}
@media (min-width: 768px) {
  .maincontents .updateday p {
    width: 90rem;
  }
}
@media (min-width: 768px) {
  .maincontents #case {
    display: flex;
    flex-wrap: wrap;
    width: 100rem;
    margin: 0 auto 6rem;
  }
}
.maincontents #case .case-wrap {
  margin-bottom: 5vw;
}
@media (min-width: 768px) {
  .maincontents #case .case-wrap {
    width: 90rem;
    margin: 0 auto 2rem;
  }
}
.maincontents #case .case-wrap .case-element {
  list-style: none;
  background-color: rgb(248, 248, 248);
  padding: 5vw;
}
@media screen and (min-width: 768px) {
  .maincontents #case .case-wrap .case-element {
    padding: 1.8181818182vw;
    display: flex;
    flex-wrap: wrap;
    gap: 0 1.8181818182vw;
  }
}
@media screen and (min-width: 1100px) {
  .maincontents #case .case-wrap .case-element {
    padding: 20px;
    gap: 0 20px;
  }
}
.maincontents #case .case-wrap .case-element:not(:last-of-type) {
  margin-bottom: 5vw;
}
@media screen and (min-width: 768px) {
  .maincontents #case .case-wrap .case-element:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.maincontents #case .case-wrap .case-element__img {
  width: 100%;
  height: 37.5vw;
  overflow: hidden;
  margin-bottom: 2.5vw;
}
@media screen and (min-width: 768px) {
  .maincontents #case .case-wrap .case-element__img {
    width: 30%;
    margin-bottom: 0;
    height: auto;
  }
}
.maincontents #case .case-wrap .case-element__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .maincontents #case .case-wrap .case-element .detail {
    width: calc(70% - 1.8181818182vw);
  }
}
@media screen and (min-width: 1100px) {
  .maincontents #case .case-wrap .case-element .detail {
    width: calc(70% - 20px);
  }
}
.maincontents #case .case-wrap .case-element .detail__product {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25vw 1.25vw;
  margin-bottom: 3.75vw;
}
@media screen and (min-width: 768px) {
  .maincontents #case .case-wrap .case-element .detail__product {
    gap: 0.4545454545vw 0.4545454545vw;
    margin-bottom: 1.3636363636vw;
  }
}
@media screen and (min-width: 1100px) {
  .maincontents #case .case-wrap .case-element .detail__product {
    gap: 5px 5px;
    margin-bottom: 15px;
  }
}
.maincontents #case .case-wrap .case-element .detail__product li {
  white-space: nowrap;
  line-height: 1;
  list-style: none;
  font-size: 2.5vw;
  padding: 1.25vw 2.5vw;
  background-color: #004EA2;
  color: #FFFFFF;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .maincontents #case .case-wrap .case-element .detail__product li {
    font-size: 0.9090909091vw;
    padding: 0.4545454545vw 0.9090909091vw;
  }
}
@media screen and (min-width: 1100px) {
  .maincontents #case .case-wrap .case-element .detail__product li {
    font-size: 10px;
    padding: 5px 10px;
  }
}
.maincontents #case .case-wrap .case-element .detail__customer {
  line-height: 1.4;
  font-size: 4vw;
  font-weight: bold;
  margin: 0 0 2.5vw;
}
@media screen and (min-width: 768px) {
  .maincontents #case .case-wrap .case-element .detail__customer {
    font-size: 1.4545454545vw;
    margin-bottom: 0.9090909091vw;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1100px) {
  .maincontents #case .case-wrap .case-element .detail__customer {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.maincontents #case .case-wrap .case-element .detail__read {
  font-size: 3.25vw;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .maincontents #case .case-wrap .case-element .detail__read {
    font-size: 1.1818181818vw;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1100px) {
  .maincontents #case .case-wrap .case-element .detail__read {
    font-size: 13px;
  }
}
.maincontents #case .case-wrap .case-element .detail .show {
  margin-top: 3.75vw;
}
@media screen and (min-width: 768px) {
  .maincontents #case .case-wrap .case-element .detail .show {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1.8181818182vw;
    gap: 0 0.9090909091vw;
  }
}
@media screen and (min-width: 1100px) {
  .maincontents #case .case-wrap .case-element .detail .show {
    margin-top: 20px;
    gap: 0 10px;
  }
}
@media screen and (min-width: 768px) {
  .maincontents #case .case-wrap .case-element .detail .show__element {
    width: calc(40% - 0.4545454545vw);
  }
}
@media screen and (min-width: 1100px) {
  .maincontents #case .case-wrap .case-element .detail .show__element {
    width: calc(40% - 5px);
  }
}
.maincontents #case .case-wrap .case-element .detail .show__element:not(:last-of-type) {
  margin-bottom: 2.5vw;
}
@media screen and (min-width: 768px) {
  .maincontents #case .case-wrap .case-element .detail .show__element:not(:last-of-type) {
    margin-bottom: 0;
  }
}
.maincontents #case .case-wrap .case-element .detail .show__element a {
  display: block;
  color: rgb(199, 29, 30);
  font-weight: bold;
  line-height: 1;
  text-align: center;
  border-radius: 1.25vw;
  border: 0.25vw solid rgb(199, 29, 30);
  padding: 2.5vw;
  width: 90%;
  margin: 0 auto;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .maincontents #case .case-wrap .case-element .detail .show__element a {
    border-radius: 0.4545454545vw;
    border-width: 0.0909090909vw;
    padding: 0.7272727273vw;
    margin: 0;
    width: 100%;
    transition: 0.3s;
  }
}
@media screen and (min-width: 1100px) {
  .maincontents #case .case-wrap .case-element .detail .show__element a {
    border-radius: 5px;
    border-width: 1px;
    padding: 8px;
  }
}
@media screen and (min-width: 768px) {
  .maincontents #case .case-wrap .case-element .detail .show__element a:hover {
    color: #FFFFFF;
    background-color: rgb(199, 29, 30);
  }
}
@media (max-width: 767px) {
  .maincontents #case .sideline {
    z-index: 10;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #dcdcdc;
  }
}
@media (min-width: 768px) {
  .maincontents #case .sideline {
    position: relative;
    width: calc(100% - 90rem);
    padding: 0 2.5rem;
  }
}
.maincontents #case .sideline a {
  background-color: #004EA2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}
@media (max-width: 767px) {
  .maincontents #case .sideline a {
    width: 30rem;
    height: 4rem;
    column-gap: 1rem;
  }
}
@media (min-width: 768px) {
  .maincontents #case .sideline a {
    width: 9rem;
    height: 43.5rem;
    padding: 0.5rem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    top: 2rem;
    position: sticky;
    transition: 0.3s;
    border: 0.1rem solid #004EA2;
  }
}
.maincontents #case .sideline a p {
  margin: 0;
}
@media (max-width: 767px) {
  .maincontents #case .sideline a p {
    font-size: 1.2rem;
    line-height: 1;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .maincontents #case .sideline a p {
    line-height: 1.2;
    font-size: 2.6rem;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .maincontents #case .sideline a i {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .maincontents #case .sideline a i {
    font-size: 2.6rem;
  }
}
@media (min-width: 1400px) {
  .maincontents #case .sideline a:hover {
    background-color: #ffffff;
    color: #004EA2;
  }
}
.maincontents #link-line {
  margin-bottom: 15vw;
}
@media screen and (min-width: 768px) {
  .maincontents #link-line {
    margin-bottom: 5.4545454545vw;
  }
}
@media screen and (min-width: 1100px) {
  .maincontents #link-line {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  .maincontents #link-line ul {
    width: 90vw;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1100px) {
  .maincontents #link-line ul {
    width: 990px;
  }
}
.maincontents #link-line ul li {
  list-style: none;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .maincontents #link-line ul li {
    width: 100%;
    width: 30%;
  }
}
.maincontents #link-line ul li:not(:last-of-type) {
  margin-bottom: 2.5vw;
}
@media screen and (min-width: 768px) {
  .maincontents #link-line ul li:not(:last-of-type) {
    margin-bottom: 0;
  }
}
.maincontents #link-line ul li a {
  display: flex;
  flex-wrap: wrap;
  border: 0.25vw solid #dcdcdc;
}
@media screen and (min-width: 768px) {
  .maincontents #link-line ul li a {
    border-width: 0.0909090909vw;
  }
}
@media screen and (min-width: 1100px) {
  .maincontents #link-line ul li a {
    border-width: 1px;
  }
}
.maincontents #link-line ul li a:hover figure img {
  transform: scale(1.02);
}
.maincontents #link-line ul li a figure {
  width: 30%;
  border-right: 0.25vw solid #dcdcdc;
}
@media screen and (min-width: 768px) {
  .maincontents #link-line ul li a figure {
    width: 100%;
    border-width: 0.0909090909vw;
    overflow: hidden;
    border-right: none;
    border-bottom: 0.25vw solid #dcdcdc;
  }
}
@media screen and (min-width: 1100px) {
  .maincontents #link-line ul li a figure {
    border-width: 1px;
  }
}
.maincontents #link-line ul li a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .maincontents #link-line ul li a figure img {
    transition: 0.3s;
  }
}
.maincontents #link-line ul li a .title {
  padding: 2.5vw;
  width: 70%;
}
@media screen and (min-width: 768px) {
  .maincontents #link-line ul li a .title {
    width: 100%;
    padding: 0.9090909091vw;
  }
}
@media screen and (min-width: 1100px) {
  .maincontents #link-line ul li a .title {
    padding: 10px;
  }
}
.maincontents #link-line ul li a .title p {
  line-height: 1.4;
  font-size: 3.25vw;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .maincontents #link-line ul li a .title p {
    font-size: 1.1818181818vw;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1100px) {
  .maincontents #link-line ul li a .title p {
    font-size: 13px;
  }
}
.maincontents #flow h3 {
  color: #004EA2;
  margin: 0 0 20px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .maincontents #flow h3 {
    font-size: 1.455vw;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1100px) {
  .maincontents #flow h3 {
    font-size: 16px;
  }
}
.maincontents #flow .flow_wrap {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .maincontents #flow .flow_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px;
  }
}
.maincontents #flow .flow_wrap .step_box {
  background-color: #dae3f3;
  padding: 10px;
  border-radius: 10px;
  border: solid 1px #dae3f3;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .maincontents #flow .flow_wrap .step_box {
    width: 20%;
  }
}
.maincontents #flow .flow_wrap .step_box .titleLine {
  position: relative;
}
.maincontents #flow .flow_wrap .step_box .titleLine .step_no {
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #4472c4;
  margin: 0 0 5px;
}
@media screen and (min-width: 768px) {
  .maincontents #flow .flow_wrap .step_box .titleLine .step_no {
    font-size: 1.273vw;
  }
}
@media screen and (min-width: 1100px) {
  .maincontents #flow .flow_wrap .step_box .titleLine .step_no {
    font-size: 14px;
  }
}
.maincontents #flow .flow_wrap .step_box .titleLine .step_no span {
  font-size: 1.5em;
}
.maincontents #flow .flow_wrap .step_box .titleLine .step_title {
  line-height: 1;
  text-align: center;
  margin: 0;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .maincontents #flow .flow_wrap .step_box .titleLine .step_title {
    font-size: 1.35vw;
  }
}
@media screen and (min-width: 1100px) {
  .maincontents #flow .flow_wrap .step_box .titleLine .step_title {
    font-size: 16px;
  }
}
.maincontents #flow .flow_wrap .step_box .titleLine .detail_trigger {
  text-align: center;
  margin: 10px auto 0;
}
.maincontents #flow .flow_wrap .step_box .titleLine .detail_trigger p {
  font-size: 12px;
  margin: 0;
  display: inline-block;
  border: 1px solid #4472c4;
  border-radius: 5px;
  color: #4472c4;
  padding: 2px 10px;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .maincontents #flow .flow_wrap .step_box .titleLine .detail_trigger p {
    font-size: 1.091vw;
  }
  .maincontents #flow .flow_wrap .step_box .titleLine .detail_trigger p:hover {
    background-color: #4472c4;
    color: #FFFFFF;
  }
}
@media screen and (min-width: 1100px) {
  .maincontents #flow .flow_wrap .step_box .titleLine .detail_trigger p {
    font-size: 12px;
  }
}
.maincontents #flow .flow_wrap .step_box .titleLine .detail_trigger p:hover {
  cursor: pointer;
}
.maincontents #flow .flow_wrap .stepArrow {
  position: relative;
  display: block;
  width: 100%;
  height: 30px;
}
@media screen and (min-width: 768px) {
  .maincontents #flow .flow_wrap .stepArrow {
    width: 6%;
    height: auto;
  }
}
.maincontents #flow .flow_wrap .stepArrow:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 30px 0 30px;
  border-color: #dcdcdc transparent transparent transparent;
  margin: 0 auto 15px;
}
@media screen and (min-width: 768px) {
  .maincontents #flow .flow_wrap .stepArrow:after {
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #dcdcdc;
  }
}
.maincontents .contact {
  margin-bottom: 60px;
}
@media screen and (max-width: 1350px) {
  .maincontents .contact {
    margin-bottom: 50px;
  }
}
.maincontents .contact * {
  box-sizing: border-box;
}
.maincontents .contact .contactTitle {
  text-align: center;
  margin-bottom: -30px;
}
@media screen and (max-width: 640px) {
  .maincontents .contact .contactTitle {
    width: 70%;
    margin: 0 auto -59px;
  }
}
.maincontents .contact .contactTitle h4 {
  display: inline-block;
  text-align: center;
  font-size: 1.375rem;
  font-weight: normal;
  border: solid 1px #bdd7ee;
  padding: 10px 30px;
  margin: 0;
  background-color: #ffffff;
}
@media screen and (max-width: 640px) {
  .maincontents .contact .contactTitle h4 {
    padding: 20px;
    line-height: 1.4;
    font-size: 1.25rem;
    color: #748bc1;
    font-weight: bold;
  }
}
.maincontents .contact .contactLine {
  background-color: #bdd7ee;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px 20px 25px;
}
@media screen and (max-width: 1350px) {
  .maincontents .contact .contactLine {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .maincontents .contact .contactLine {
    padding: 80px 20px 25px;
    display: block;
  }
}
.maincontents .contact .contactLine .contactElement {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 0px 6px -2px #000000;
  min-width: 360px;
  padding: 30px 20px;
  width: calc(50% - 10px);
}
@media screen and (max-width: 1350px) {
  .maincontents .contact .contactLine .contactElement {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .maincontents .contact .contactLine .contactElement {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .maincontents .contact .contactLine .contactElement {
    min-width: 0;
    padding: 30px 10px;
  }
}
.maincontents .contact .contactLine .contactElement:after {
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: solid 1px #bdd7ee;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (max-width: 1350px) {
  .maincontents .contact .contactLine .contactElement:first-of-type {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.maincontents .contact .contactLine .contactElement:first-of-type dd .phoneLine {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 0 20px;
  text-align: center;
}
@media screen and (max-width: 1350px) {
  .maincontents .contact .contactLine .contactElement:first-of-type dd .phoneLine {
    justify-content: center;
  }
}
.maincontents .contact .contactLine .contactElement:first-of-type dd .businessHours p {
  text-align: left;
  margin: 0;
  font-size: 1rem;
  text-align: center;
}
.maincontents .contact .contactLine .contactElement:first-of-type dd .businessHours p span {
  color: #969696;
  font-size: 12px;
}
.maincontents .contact .contactLine .contactElement:first-of-type dd .businessHours p:first-of-type {
  position: relative;
}
.maincontents .contact .contactLine .contactElement:first-of-type dd .businessHours p:last-of-type {
  padding-left: 21px;
}
@media screen and (max-width: 1350px) {
  .maincontents .contact .contactLine .contactElement:last-of-type {
    margin-left: 0;
  }
}
.maincontents .contact .contactLine .contactElement dl dt {
  text-align: center;
  font-size: 1.375rem;
  position: relative;
  margin: 0 0 15px;
  padding-bottom: 15px;
}
@media screen and (max-width: 640px) {
  .maincontents .contact .contactLine .contactElement dl dt {
    font-size: 1rem;
  }
}
.maincontents .contact .contactLine .contactElement dl dt:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30%;
  height: 1px;
  background-color: #bdd7ee;
}
.maincontents .contact .contactLine .contactElement dl dd {
  text-align: center;
  margin: 0;
}
.maincontents .contact .contactLine .contactElement dl dd figure {
  width: 32px;
  margin-right: 5px;
}
.maincontents .contact .contactLine .contactElement dl dd figure img {
  width: 100%;
}
.maincontents .contact .contactLine .contactElement dl dd address {
  font-size: 2.375rem;
  width: 272px;
  font-family: "IBM Plex Sans", sans-serif;
  font-style: normal;
}
@media screen and (max-width: 640px) {
  .maincontents .contact .contactLine .contactElement dl dd address {
    font-size: 1.75rem;
    width: auto;
  }
}
.maincontents .contact .contactLine .contactElement.contactTel a {
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .maincontents .contact .contactLine .contactElement.contactTel a {
    pointer-events: none;
  }
}
.maincontents .contact .contactLine .contactElement.contactMail a {
  background-color: #748bc1;
  padding: 8px 20px;
  color: #ffffff;
  font-size: 1.375rem;
  border-radius: 5px;
  display: inline-block;
  border: solid 1px #748bc1;
  transition: 0.3s;
}
@media screen and (max-width: 640px) {
  .maincontents .contact .contactLine .contactElement.contactMail a {
    font-size: 1.25rem;
  }
}
.maincontents .contact .contactLine .contactElement.contactMail a:hover {
  box-shadow: 0px 0px 6px -1px #000000;
}
.maincontents .linkline {
  margin-bottom: 100px;
}
.maincontents .linkline ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 20px;
}
@media screen and (min-width: 768px) {
  .maincontents .linkline ul {
    width: 80%;
    margin: 0 auto;
    gap: 0 60px;
  }
}
.maincontents .linkline ul li {
  list-style: none;
  width: calc(50% - 10px);
  height: 40px;
}
@media screen and (min-width: 768px) {
  .maincontents .linkline ul li {
    width: calc(50% - 30px);
    height: 50px;
  }
}
.maincontents .linkline ul li a {
  display: block;
  background-color: #004EA2;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #004EA2;
}
@media screen and (min-width: 1100px) {
  .maincontents .linkline ul li a:hover {
    transition: 0.3s;
    background-color: #FFFFFF;
  }
}
@media screen and (min-width: 1100px) {
  .maincontents .linkline ul li a:hover p {
    color: #004EA2;
  }
}
.maincontents .linkline ul li a p {
  line-height: 1;
  font-weight: bold;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .maincontents .linkline ul li a p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1100px) {
  .maincontents .linkline ul li a p {
    transition: 0.3s;
  }
}

.flow_modal {
  display: none;
  box-sizing: border-box;
  padding: 50px 0px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  z-index: 100;
  overflow-y: scroll;
}
.flow_modal * {
  box-sizing: border-box;
}
.flow_modal .detailLine {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 50px 20px;
}
.flow_modal .detailLine .detailRead {
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 640px) {
  .flow_modal .detailLine .detailRead {
    font-size: 2.6vw;
  }
  .flow_modal .detailLine .detailRead .br_sp {
    display: none;
  }
}
@media screen and (min-width: 1100px) {
  .flow_modal .detailLine .detailRead {
    font-size: 26px;
  }
}
.flow_modal .detailLine .detailRead span.supText {
  font-size: 0.75em;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}
.flow_modal .detailLine .detailRead span.emphasis {
  color: #bf4e63;
}
.flow_modal .detailLine .closeBtn {
  text-align: center;
}
.flow_modal .detailLine .closeBtn p {
  display: inline-block;
  font-size: 12px;
  border: 1px solid #bdd7ee;
  border-radius: 5px;
  padding: 5px 10px;
  transition: 0.3s;
}
@media screen and (min-width: 640px) {
  .flow_modal .detailLine .closeBtn p:hover {
    cursor: pointer;
    background-color: #bdd7ee;
    color: #FFFFFF;
  }
}
.flow_modal#flowNo2 .detailLine .pictureTitle {
  text-align: center;
}
.flow_modal#flowNo2 .detailLine .pictureTitle h6 {
  margin: 0;
  width: 90%;
  font-size: 18px;
  text-align: center;
  font-weight: normal;
  padding: 20px 0px;
  position: relative;
  border: solid #bdd7ee;
  display: inline-block;
  background-color: #FFFFFF;
  line-height: 1.4;
  box-shadow: 0 0 4px -2px #000000;
}
@media screen and (min-width: 640px) {
  .flow_modal#flowNo2 .detailLine .pictureTitle h6 {
    font-size: 2.6vw;
  }
}
@media screen and (min-width: 1100px) {
  .flow_modal#flowNo2 .detailLine .pictureTitle h6 {
    font-size: 26px;
  }
}
.flow_modal#flowNo2 .detailLine .pictureTitle h6 span {
  color: #1D4999;
}
.flow_modal#flowNo2 .detailLine .pointImg {
  padding: 30px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.flow_modal#flowNo2 .detailLine .pointImg figure {
  width: 28%;
  text-align: center;
}
.flow_modal#flowNo2 .detailLine .pointImg figure img {
  max-width: 100%;
}
.flow_modal#flowNo2 .detailLine .detailWord {
  margin-bottom: 20px;
}
@media screen and (min-width: 640px) {
  .flow_modal#flowNo2 .detailLine .detailWord {
    width: 70%;
    margin: 0 auto 20px;
  }
}
.flow_modal#flowNo2 .detailLine .detailWord h6 {
  font-size: 16px;
  font-weight: normal;
  padding-left: 15px;
  position: relative;
  line-height: 1;
  margin: 0 0 20px;
}
@media screen and (min-width: 640px) {
  .flow_modal#flowNo2 .detailLine .detailWord h6 {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1100px) {
  .flow_modal#flowNo2 .detailLine .detailWord h6 {
    font-size: 18px;
  }
}
.flow_modal#flowNo2 .detailLine .detailWord h6:after {
  content: "";
  width: 6px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #dae3f3;
}
.flow_modal#flowNo2 .detailLine .detailWord ul {
  padding-left: 0;
  margin: 0;
}
.flow_modal#flowNo2 .detailLine .detailWord ul li {
  list-style-type: none;
  font-size: 12px;
  text-indent: -1rem;
  padding-left: 1rem;
  margin-bottom: 10px;
}
.flow_modal#flowNo2 .detailLine .detailWord ul li span.supText {
  font-size: 0.75em;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}
.flow_modal#flowNo4 .detailLine {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 50px 20px;
}
.flow_modal#flowNo4 .detailLine .detailRead {
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 640px) {
  .flow_modal#flowNo4 .detailLine .detailRead {
    font-size: 2.6vw;
  }
  .flow_modal#flowNo4 .detailLine .detailRead .br_sp {
    display: none;
  }
}
@media screen and (min-width: 1100px) {
  .flow_modal#flowNo4 .detailLine .detailRead {
    font-size: 26px;
  }
}
.flow_modal#flowNo4 .detailLine .detailRead span.supText {
  font-size: 0.75em;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}
.flow_modal#flowNo4 .detailLine .detailRead span.emphasis {
  color: #bf4e63;
}
.flow_modal#flowNo4 .detailLine .pictureTitle {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 640px) {
  .flow_modal#flowNo4 .detailLine .pictureTitle {
    text-align: left;
  }
}
.flow_modal#flowNo4 .detailLine .pictureTitle h6 {
  margin: 0;
  width: 90%;
  font-size: 18px;
  text-align: center;
  font-weight: normal;
  padding: 20px 0px;
  position: relative;
  border: solid #bdd7ee;
  display: inline-block;
  background-color: #FFFFFF;
  line-height: 1.4;
  box-shadow: 0 0 4px -2px #000000;
}
@media screen and (min-width: 640px) {
  .flow_modal#flowNo4 .detailLine .pictureTitle h6 {
    font-size: 2.6vw;
    width: 50%;
  }
}
@media screen and (min-width: 1100px) {
  .flow_modal#flowNo4 .detailLine .pictureTitle h6 {
    font-size: 26px;
  }
}
.flow_modal#flowNo4 .detailLine .pictureTitle h6 span {
  color: #1D4999;
}
.flow_modal#flowNo4 .detailLine .pointImg {
  padding: 0px 0px 30px;
}
@media screen and (min-width: 640px) {
  .flow_modal#flowNo4 .detailLine .pointImg {
    margin-top: -150px;
    padding: 30px 0px;
  }
}
.flow_modal#flowNo4 .detailLine .pointImg .over640 {
  display: none;
}
@media screen and (min-width: 640px) {
  .flow_modal#flowNo4 .detailLine .pointImg .over640 {
    display: block;
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .flow_modal#flowNo4 .detailLine .pointImg .over640 img {
    max-width: 100%;
  }
}
@media screen and (min-width: 640px) {
  .flow_modal#flowNo4 .detailLine .pointImg .under640 {
    display: none;
  }
}
.flow_modal#flowNo4 .detailLine .pointImg .under640 section {
  width: 80%;
  margin: 0 auto 40px;
  position: relative;
}
.flow_modal#flowNo4 .detailLine .pointImg .under640 section figure {
  width: 80%;
  border-radius: 50%;
  margin: 0 auto;
  background-color: #FFFFFF;
  position: relative;
  z-index: 1;
}
.flow_modal#flowNo4 .detailLine .pointImg .under640 section figure:after {
  content: "";
  padding-top: 100%;
  display: block;
}
.flow_modal#flowNo4 .detailLine .pointImg .under640 section figure img {
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.flow_modal#flowNo4 .detailLine .pointImg .under640 section dl {
  margin-top: -40px;
  z-index: 2;
  position: relative;
}
.flow_modal#flowNo4 .detailLine .pointImg .under640 section dl dt {
  background-color: #8faadc;
  color: #FFFFFF;
  text-align: center;
  font-size: 18px;
  padding: 20px 10px;
}
.flow_modal#flowNo4 .detailLine .pointImg .under640 section dl dd {
  border-left: solid 20px #8faadc;
  margin: -2px 0 0 0;
  padding-left: 20px;
  padding-top: 10px;
  position: relative;
}
.flow_modal#flowNo4 .detailLine .pointImg .under640 section dl dd p {
  font-size: 13px;
  border: solid 2px #8faadc;
  border-radius: 10px;
  padding: 15px;
  background-color: #FFFFFF;
  position: relative;
  line-height: 1.4;
}
.flow_modal#flowNo4 .detailLine .pointImg .under640 section dl dd p:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 17%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #fff;
  z-index: 2;
}
.flow_modal#flowNo4 .detailLine .pointImg .under640 section dl dd p:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 17%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #8faadc;
  z-index: 1;
}
.flow_modal#flowNo4 .detailLine .pointImg .under640 section dl dd:after {
  border-color: #8faadc transparent transparent transparent;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  bottom: -19px;
  left: -20px;
}
.flow_modal#flowNo4 .detailLine .detailWord {
  margin-bottom: 20px;
}
@media screen and (min-width: 640px) {
  .flow_modal#flowNo4 .detailLine .detailWord {
    width: 75%;
    margin: 0 auto 20px;
  }
}
.flow_modal#flowNo4 .detailLine .detailWord p {
  font-size: 12px;
}

@media (max-width: 767px) {
  footer {
    padding-bottom: 6rem;
  }
}/*# sourceMappingURL=case_study.css.map */