.hl_ttl-text {
  position: relative;
}

.hl_ttl-text > .heading::before {
  content: '';
  position: absolute;
  top: 0.8em;
  left: 0;
  margin-top: -1px;
  height: 2px;
  background-image: linear-gradient(-135deg, #5D0F84 0%, #871D97 100%);
}

.hl_ttl-text h2 {
  margin: 0;
  padding: 0;
}

.hl_ttl-text h2::before {
  content: none;
}

.hl_ttl-text .text {
  font-weight: 500;
}

.hl_ttl-text .ico {
  display: inline-block;
  border-radius: 2px;
  border: solid 1px currentColor;
  color: #840e83;
  text-align: center;
  letter-spacing: .5em;
  font-weight: 400;
}

.hl_ttl-text .ico > span {
  display: inline-block;
  margin-right: -.5em;
}

@media (min-width: 769px) {
  .hl_ttl-text .ico {
    margin: 0 0 6px;
    padding: 6px 21px;
    font-size: 1.8rem;
    line-height: 1.11;
  }
}

@media screen and (max-width: 768px) {
  .hl_ttl-text .ico {
    margin: 0 0 7px;
    padding: 6px 17px;
    min-width: 82px;
    font-size: 1.6rem;
    line-height: 1.13;
  }
}

@media (min-width: 769px) {
  .hl_ttl-text {
    margin-top: 72px;
    margin-bottom: 24px;
    padding-left: 0.875em;
    font-size: 2.4rem;
  }
  .hl_ttl-text > .heading::before {
    width: 0.583333333333333em;
    left: -0.875em;
  }
  .hl_ttl-text .text {
    margin: 6px 0 0;
    font-size: 1.3rem;
    line-height: 1.6;
  }
}

@media screen and (max-width: 768px) {
  .hl_ttl-text {
    margin: 17.066666666666667vmin 0 6.4vmin;
    padding-left: 1.1em;
    font-size: 2rem;
  }
  .hl_ttl-text > .heading::before {
    width: 0.7em;
    left: -1.1em;
  }
  .hl_ttl-text .text {
    margin: 6px 0 0;
    font-size: 1.2rem;
    line-height: 1.6;
  }
}

.noheadingBox {
  border-radius: 4px;
  background: #f5f6f7;
}

.noheadingBox > *:last-child {
  margin-bottom: 0 !important;
}

.noheadingBox .icoWrap {
  display: flex;
  align-items: flex-start;
  margin: 0 0 6px;
  font-weight: 500;
}

.noheadingBox .icoWrap .ico {
  display: inline-block;
  margin-right: 16px;
  border: 1px solid currentColor;
  border-radius: 2px;
  padding: 2px 8px 3px;
  min-width: 63px;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
}

.noheadingBox.s_red {
  background: #fff8ff;
}

.noheadingBox.s_red .icoWrap .ico {
  color: #840e83;
}

@media (min-width: 769px) {
  .noheadingBox {
    margin: 20px 0;
    padding: 20px 24px;
    font-size: 1.4rem;
    line-height: 1.75;
  }
  .noheadingBox .icoWrap {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 768px) {
  .noheadingBox {
    margin: 15px 0;
    padding: 22px 20px 17px;
    font-size: 1.3rem;
    line-height: 1.75;
  }
  .noheadingBox .icoWrap {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .noheadingBox .icoWrap .ico {
    margin-top: -2px;
  }
}

@media (min-width: 769px) {
  .imageList {
    display: flex;
    justify-content: center;
    margin: 30px auto;
    text-align: center;
  }
  .imageList.col2 > li {
    margin-top: 0;
    flex-basis: calc(100% / 2 - 30px);
  }
  .imageList.col2 > li:nth-of-type(n+2) {
    margin-left: 60px;
  }
}

@media screen and (max-width: 768px) {
  .imageList {
    margin: 20px auto;
  }
  .imageList > li img {
    width: 100%;
    height: auto;
  }
  .imageList > li:nth-of-type(n+2) {
    margin-top: 24px;
  }
}

@media (min-width: 769px) {
  .headingBox a[data-modal]::after,
  .title_round_b a[data-modal]::after {
    right: -8px;
    bottom: -8px;
  }
}

@media screen and (max-width: 768px) {
  .headingBox a[data-modal]::after,
  .title_round_b a[data-modal]::after {
    right: -8px;
    bottom: -8px;
  }
}

.imate-text-link .imageBox img {
  min-height: 0;
  max-height: 90%;
  max-width: 90%;
}

.bkclrGrayBox .section-border-top {
  margin-top: 24px;
  border-top: 1px solid #cdd0d4;
  padding-top: 24px;
}

.bkclrGrayBox .section-border-top > *:last-child {
  margin-bottom: 0 !important;
}

@media (min-width: 769px) {
  .bkclrGrayBox .contact {
    display: flex;
    align-items: flex-start;
  }
  .bkclrGrayBox .contact li + li {
    margin-top: 0;
  }
  .bkclrGrayBox .contact > li:nth-of-type(n+2) {
    margin-left: 80px;
  }
}

@media (min-width: 769px) {
  .bkclrGrayBox {
    margin: 30px auto;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .bkclrGrayBox .contact li a:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 768px) {
  .bkclrGrayBox {
    margin: 20px auto;
    padding: 24px;
  }
  .bkclrGrayBox .whtBox {
    padding: 32px 16px;
  }
}

.panelLink > li {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 4px;
  box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px #cdd0d4;
  transition: box-shadow 0.25s ease-out;
  line-height: 1.5;
}

.panelLink > li .thumb {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  overflow: hidden;
  margin-right: 16px;
}

.panelLink > li .thumb img {
  max-width: none;
  transition: transform 250ms cubic-bezier(0, 0, 0.5, 1.3);
}

.panelLink > li a {
  color: #2d2d2e;
}

.panelLink > li a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}

.panelLink > li a::after {
  position: absolute;
  top: 50%;
  margin: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #2D2D2E;
  transform: translateY(-50%);
  background-image: url("../images/element-list/icon/mfg.png");
  background-size: 100%;
  background-position: 50%;
  background-repeat: repeat-x;
  content: '';
  display: inline-block;
  transition: background-position 0.2s cubic-bezier(0, 0, 0.5, 1.3);
}

.panelLink > li a[target="_blank"]::after {
  background-image: url("../images/element-list/icon/window_blc.png");
  background-size: 12px 11px;
  background-repeat: no-repeat;
  transition: none;
}

.panelLink > li:hover .thumb img {
  transform: scale(1.08);
}

@media (min-width: 769px) {
  .panelLink {
    display: flex;
    flex-wrap: wrap;
    margin: 30px -16px 30px 0;
  }
  .panelLink > li {
    margin: 0 16px 0 0;
    padding-right: 93px;
    flex-basis: calc(100% / 2 - 16px);
    width: calc(100% / 2 - 16px);
    font-size: 1.6rem;
  }
  .panelLink > li .thumb {
    width: 126px;
    height: 126px;
  }
  .panelLink > li:nth-of-type(n+3) {
    margin-top: 16px;
  }
  .panelLink > li a::after {
    right: 24px;
  }
  .panelLink > li:hover {
    box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.05);
  }
  .panelLink > li:hover a:not([target="_blank"]):after {
    background-position: 24px 0;
  }
}

@media screen and (max-width: 768px) {
  .panelLink {
    margin: 20px auto;
  }
  .panelLink > li {
    padding-right: 58px;
    font-size: 1.4rem;
  }
  .panelLink > li .thumb {
    width: 100px;
    height: 100px;
  }
  .panelLink > li a::after {
    right: 16px;
  }
  .panelLink > li:nth-of-type(n+2) {
    margin-top: 16px;
  }
}

@media (min-width: 769px) {
  .bkclrGrayBox.mail-tel-box .whtBox {
    padding: 48px 32px;
  }
}

@media screen and (max-width: 768px) {
  .bkclrGrayBox.mail-tel-box .whtBox {
    padding: 32px 16px;
  }
}

.bkclrGrayBox.mail-tel-box [class*="clm"] > * {
  margin-bottom: 0;
}

.bkclrGrayBox.mail-tel-box [class*="clm"] > * .button {
  margin-top: 0 !important;
}

.bkclrGrayBox.mail-tel-box [class*="clm"] > *:nth-of-type(2) {
  text-align: left;
}

.bkclrGrayBox.mail-tel-box [class*="clm"] > * ul.link li {
  padding-left: 12px;
}

@media (min-width: 769px) {
  .bkclrGrayBox.mail-tel-box [class*="clm"] {
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
  .bkclrGrayBox.mail-tel-box [class*="clm"] > *:nth-of-type(1) {
    flex-shrink: 0;
  }
  .bkclrGrayBox.mail-tel-box [class*="clm"] > *:nth-of-type(2) {
    margin-left: 48px;
    width: auto;
  }
  .bkclrGrayBox.mail-tel-box [class*="clm"] > *:nth-of-type(2) ul.link {
    margin: -.7em 0;
  }
}

@media screen and (max-width: 768px) {
  .bkclrGrayBox.mail-tel-box [class*="clm"] > *:nth-of-type(2) {
    margin-top: 20px;
    margin-left: 56px;
  }
  .bkclrGrayBox.mail-tel-box [class*="clm"] ul.link li::before {
    height: auto;
    background: none;
    top: 13px;
    content: "";
    display: block;
    border: solid #72168e;
    border-color: #72168e transparent transparent;
    border-width: 5px 4px 0;
    width: 0;
    line-height: 1;
  }
}
/*# sourceMappingURL=../scss/temporary.css.map */
