@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed&family=Noto+Sans+JP:wght@300&display=swap");
.loader-container {
  display: none; }

.section-class {
  margin-bottom: 60px; }
  .section-class *, .section-class *:before, .section-class *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

h4 {
  font-family: ltc-bodoni-175, serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  font-size: 58px;
  line-height: 1.0;
  margin-bottom: 20px;
  font-weight: normal; }

.leadCopy {
  text-align: center;
  margin: 5rem auto; }
  @media screen and (max-width: 768px) {
    .leadCopy {
      text-align: left;
      width: 90%; }
      .leadCopy .text-l {
        font-size: 0.8rem; } }

.txtArea {
  text-align: center;
  margin-bottom: 60px; }
  .txtArea#eq-head {
    margin-top: -180px;
    padding-top: 180px; }
  .txtArea .text-l {
    margin-top: 5%;
    margin-bottom: 5%; }
  @media screen and (max-width: 768px) {
    .txtArea#eq-head {
      margin-top: -100px;
      padding-top: 100px; } }

sup {
  font-size: 10px; }

.lnav {
  max-width: 1000px;
  margin: 2rem auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .lnav div, .lnav li {
    min-height: 0%; }
  .lnav li {
    min-height: 0%;
    width: 24%; }
    .lnav li a {
      display: block;
      border: solid 1px #007f76;
      color: #007f76;
      text-decoration: none;
      text-align: center;
      padding: .5rem;
      transition: .3s;
      position: relative;
      font-family: a-otf-ryumin-pr6n, serif;
      font-weight: 300;
      font-style: normal;
      /**font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
      font-weight: normal**/ }
      .lnav li a .txt {
        font-size: .9rem;
        line-height: 1.2;
        letter-spacing: .1rem; }
      .lnav li a::after {
        content: "";
        display: block;
        width: .5rem;
        height: .5rem;
        border-top: solid 1px #007f76;
        border-right: solid 1px #007f76;
        position: absolute;
        top: 50%;
        right: 3%;
        transform: translateY(-50%) rotate(45deg);
        transition: .3s; }
    .lnav li.current a, .lnav li:hover a {
      background: #007f76;
      color: #fff; }
      .lnav li.current a::after, .lnav li:hover a::after {
        border-top: solid 1px #fff;
        border-right: solid 1px #fff;
        transform: translateY(-50%) rotate(135deg); }
  .lnav.b-lnav {
    margin-top: 4rem; }
    .lnav.b-lnav li.current a::after, .lnav.b-lnav li:hover a::after {
      transform: translateY(-50%) rotate(-45deg); }
  @media screen and (max-width: 768px) {
    .lnav li {
      width: 100%;
      margin-top: .5rem; }
      .lnav li a {
        font-size: .75rem; } }

.text-l {
  font-family: ltc-bodoni-175, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .2rem;
  color: #007f76;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center; }
  .text-l:before, .text-l:after {
    content: "";
    width: 2rem;
    height: 1px;
    background: #007f76; }
  .text-l:before {
    margin-right: 1rem; }
  .text-l:after {
    margin-left: 1rem; }

.red {
  color: #A83B30; }

.s-ttl {
  margin-top: 1rem;
  border-top: solid 1px #929A9F;
  border-bottom: solid 1px #929A9F;
  font-size: .875rem;
  padding: .1rem .5rem;
  line-height: 1.4; }
  .s-ttl.green {
    border-top: none;
    border-bottom: none;
    text-align: center;
    background: #80bbb7;
    padding: 0.5rem 0;
    font-feature-settings: "palt"; }

.img {
  position: relative;
  line-height: 0; }
  .img img {
    width: 100%;
    height: auto; }
  .img .cap {
    font-size: .625rem;
    line-height: 1;
    position: absolute;
    bottom: .5rem;
    right: .5rem; }
  .img .fff {
    color: #fff; }

.waku {
  border: solid 1px #9fa0a0; }

.eq-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  margin-top: 2rem; }
  .eq-list div, .eq-list li {
    min-height: 0%; }
  .eq-list li {
    min-height: 0%;
    margin-bottom: 4rem; }
    .eq-list li.li-ss {
      width: 22%; }
    .eq-list li.li-s {
      width: 31.33%; }
    .eq-list li.li-m {
      width: 48%; }
    .eq-list li.li-ml {
      width: 64.67%; }
    .eq-list li.li-l {
      width: 100%; }
  .eq-list .li-ttl {
    font-size: 1rem;
    margin-top: 1rem;
    letter-spacing: .1rem; }
    .eq-list .li-ttl .txt-s {
      font-size: .825rem;
      display: inline-block; }
    .eq-list .li-ttl.mt0 {
      margin-top: 0; }
  .eq-list .li-img.waku {
    padding: .2rem; }
  .eq-list .li-txt {
    font-size: .875rem;
    line-height: 1.8;
    letter-spacing: .1rem;
    margin-top: 1rem; }
    .eq-list .li-txt .note {
      margin-top: 1rem;
      font-size: .625rem;
      line-height: 1.4; }
    .eq-list .li-txt p {
      margin-top: .5rem;
      font-size: .75rem; }
  @media screen and (max-width: 768px) {
    .eq-list li.li-ss, .eq-list li.li-s, .eq-list li.li-m, .eq-list li.li-ml {
      width: 48%; } }

.cate-ttl {
  width: 100%;
  position: relative;
  text-align: center;
  background: #80bcb8;
  padding: 4px 0;
  /**&::after{
  	content:"";
  	display: block;
  	width: 100%;
  	height: 1px;
  	background: #999;
  	position: absolute;
  	top: 50%;
  	left: 0;
  }**/ }
  .cate-ttl .txt {
    display: inline-block;
    font-size: 1.2rem;
    letter-spacing: .1rem;
    position: relative;
    z-index: 3; }

.eq01-08 .li-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .eq01-08 .li-img div, .eq01-08 .li-img li {
    min-height: 0%; }
  .eq01-08 .li-img .img {
    width: 48.44%;
    min-height: 0%; }

.eq09-01 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  align-items: flex-start; }
  .eq09-01 .flex div, .eq09-01 .flex li {
    min-height: 0%; }
  .eq09-01 .flex div, .eq09-01 .flex li {
    min-height: 0%; }
  .eq09-01 .flex .flex-inner1 {
    width: 48%; }
  .eq09-01 .flex .flex-inner2 {
    width: 48%;
    padding: 1rem;
    background: #e5e1c2; }
.eq09-01 .img9-1-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .eq09-01 .img9-1-1 div, .eq09-01 .img9-1-1 li {
    min-height: 0%; }
  .eq09-01 .img9-1-1 div, .eq09-01 .img9-1-1 li {
    min-height: 0%; }
  .eq09-01 .img9-1-1 .img {
    width: 48%;
    margin-top: 1rem; }
  .eq09-01 .img9-1-1 .point {
    margin-top: 1rem;
    width: 48%;
    font-size: .875rem;
    border: solid 2px #007f76; }
    .eq09-01 .img9-1-1 .point .p-ttl {
      background: #007f76;
      color: #fff;
      text-align: center;
      padding: .25rem; }
    .eq09-01 .img9-1-1 .point .txt {
      padding: .5rem;
      font-size: .75rem;
      text-align: center;
      color: #007f76; }
.eq09-01 .img9-1-3 {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .eq09-01 .img9-1-3 div, .eq09-01 .img9-1-3 li {
    min-height: 0%; }
  .eq09-01 .img9-1-3 div, .eq09-01 .img9-1-3 li {
    min-height: 0%; }
  .eq09-01 .img9-1-3 .img {
    width: 100%; }
  .eq09-01 .img9-1-3 .li-txt {
    margin-top: 0;
    width: 100%; }
@media screen and (max-width: 768px) {
  .eq09-01 .flex .flex-inner1 {
    width: 100%; }
  .eq09-01 .flex .flex-inner2 {
    width: 100%;
    margin-top: 1rem; }
  .eq09-01 .img9-1-3 .img {
    width: 100%; } }

.eq10 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .eq10 div, .eq10 li {
    min-height: 0%; }
  .eq10 div, .eq10 li {
    min-height: 0%; }
  .eq10 .haseko {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .eq10 .haseko div, .eq10 .haseko li {
      min-height: 0%; }
    .eq10 .haseko div, .eq10 .haseko li {
      min-height: 0%; }
    .eq10 .haseko .li-img {
      width: 20%; }
    .eq10 .haseko .txt {
      width: 78%; }
      .eq10 .haseko .txt .li-ttl {
        margin-top: 0; }
  .eq10 .li-ttl {
    background: #ab382e;
    color: #fff;
    padding: 3px 5px;
    width: 100%; }
  .eq10 .h-ttl {
    width: 100%;
    margin-top: 2rem;
    text-align: center;
    position: relative; }
    .eq10 .h-ttl .txt {
      display: inline-block;
      background: #fff;
      position: relative;
      z-index: 3;
      padding: .25rem;
      font-size: 1.2rem;
      letter-spacing: .1rem;
      max-width: 80%;
      margin: auto; }
    .eq10 .h-ttl::after {
      content: "";
      width: 100%;
      height: 1px;
      background: #929A9F;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
  .eq10 .haseko1 {
    width: 100%;
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .eq10 .haseko1 div, .eq10 .haseko1 li {
      min-height: 0%; }
    .eq10 .haseko1 div, .eq10 .haseko1 li {
      min-height: 0%; }
    .eq10 .haseko1 .img {
      width: 48%; }
    .eq10 .haseko1 .txt {
      width: 48%; }
      .eq10 .haseko1 .txt .li-ttl {
        margin-top: 0; }
  .eq10 .haseko2 {
    width: 48%;
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .eq10 .haseko2 div, .eq10 .haseko2 li {
      min-height: 0%; }
    .eq10 .haseko2 div, .eq10 .haseko2 li {
      min-height: 0%; }
    .eq10 .haseko2 .img {
      width: 100%;
      margin-top: 1rem; }
      .eq10 .haseko2 .img .ttl {
        font-size: .75rem;
        position: relative; }
      .eq10 .haseko2 .img img {
        margin-top: 1rem; }
    .eq10 .haseko2 .s-ttl {
      width: 100%;
      display: block; }
  .eq10 .haseko3 {
    width: 48%;
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .eq10 .haseko3 div, .eq10 .haseko3 li {
      min-height: 0%; }
    .eq10 .haseko3 div, .eq10 .haseko3 li {
      min-height: 0%; }
    .eq10 .haseko3 b {
      display: block;
      margin-top: 1rem; }
    .eq10 .haseko3 .li-txt span.note {
      display: block;
      margin-top: .5rem; }
    .eq10 .haseko3 .img {
      width: 100%;
      margin-top: 1rem; }
      .eq10 .haseko3 .img .ttl {
        font-size: .75rem;
        position: relative; }
      .eq10 .haseko3 .img img {
        margin-top: 1rem; }
    .eq10 .haseko3 .s-ttl {
      width: 100%;
      display: block; }
  .eq10 .haseko4 {
    width: 100%;
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .eq10 .haseko4 div, .eq10 .haseko4 li {
      min-height: 0%; }
    .eq10 .haseko4 div, .eq10 .haseko4 li {
      min-height: 0%; }
    .eq10 .haseko4 .li-ttl {
      width: 100%; }
    .eq10 .haseko4 .li-img {
      width: 64.67%;
      margin-top: 2rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; }
      .eq10 .haseko4 .li-img div, .eq10 .haseko4 .li-img li {
        min-height: 0%; }
      .eq10 .haseko4 .li-img div, .eq10 .haseko4 .li-img li {
        min-height: 0%; }
      .eq10 .haseko4 .li-img .img {
        width: 48%; }
      .eq10 .haseko4 .li-img .point {
        width: 48%;
        margin-top: .5rem;
        font-size: .625rem;
        line-height: 1.4;
        padding: .5rem;
        border: solid 1px #A83B30; }
        .eq10 .haseko4 .li-img .point .p-ttl {
          color: #A83B30;
          text-align: center;
          padding-bottom: .2rem;
          border-bottom: solid 1px #A83B30; }
        .eq10 .haseko4 .li-img .point p {
          margin-top: .5rem; }
    .eq10 .haseko4 .txt {
      width: 31.33%; }
  @media screen and (max-width: 768px) {
    .eq10 .haseko {
      display: block; }
      .eq10 .haseko .img {
        float: left;
        margin-right: 1rem; }
      .eq10 .haseko .txt {
        width: 100%; }
      .eq10 .haseko::after {
        content: "";
        height: 0;
        display: block;
        clear: both; }
    .eq10 .haseko1 .img {
      width: 100%;
      margin-top: 1rem; }
    .eq10 .haseko1 .txt {
      width: 100%; }
      .eq10 .haseko1 .txt .li-ttl {
        margin-top: 2rem; }
    .eq10 .haseko2 {
      width: 100%; }
    .eq10 .haseko3 {
      width: 100%; }
    .eq10 .haseko4 .li-img {
      width: 100%; }
      .eq10 .haseko4 .li-img .img, .eq10 .haseko4 .li-img .point {
        width: 100%; }
      .eq10 .haseko4 .li-img .point {
        margin-top: 1rem; }
    .eq10 .haseko4 .txt {
      width: 100%; } }

.eq11-04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .eq11-04 div, .eq11-04 li {
    min-height: 0%; }
  .eq11-04 div, .eq11-04 li {
    min-height: 0%; }
  .eq11-04 .li-img {
    width: 100%; }
  .eq11-04 .txt {
    width: 100%; }
    .eq11-04 .txt .li-ttl {
      margin-top: 1rem; }
  @media screen and (max-width: 768px) {
    .eq11-04 .li-img {
      width: 100%; }
    .eq11-04 .txt {
      width: 100%; }
      .eq11-04 .txt .li-ttl {
        margin-top: 1rem; } }

.eq11-08 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .eq11-08 div, .eq11-08 li {
    min-height: 0%; }
  .eq11-08 div, .eq11-08 li {
    min-height: 0%; }
  .eq11-08 .li-img {
    width: 100%;
    position: relative;
    background: #ddd;
    padding-bottom: 0;
    height: auto; }
    .eq11-08 .li-img .cap {
      position: absolute !important;
      bottom: 10px !important;
      background: #bbb !important; }
  .eq11-08 .txt {
    width: 100%; }
    .eq11-08 .txt .li-ttl {
      margin-top: 1rem; }
  @media screen and (max-width: 768px) {
    .eq11-08 .li-img {
      width: 100%; }
    .eq11-08 .txt {
      width: 100%; }
      .eq11-08 .txt .li-ttl {
        margin-top: 1rem; } }

.eq12-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .eq12-01 div, .eq12-01 li {
    min-height: 0%; }
  .eq12-01 div, .eq12-01 li {
    min-height: 0%; }
  .eq12-01 .img {
    width: 48%; }
  .eq12-01 .txt {
    width: 48%; }
    .eq12-01 .txt .li-ttl {
      margin-top: 0; }
  @media screen and (max-width: 768px) {
    .eq12-01 .img {
      width: 100%; }
    .eq12-01 .txt {
      width: 100%; }
      .eq12-01 .txt .li-ttl {
        margin-top: 1rem; } }

.eq12-03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .eq12-03 div, .eq12-03 li {
    min-height: 0%; }
  .eq12-03 div, .eq12-03 li {
    min-height: 0%; }
  .eq12-03 .img12-3-1 {
    width: 64.67%;
    margin-top: 1rem; }
  .eq12-03 .img12-3-2 {
    width: 31.33%;
    margin-top: 1rem; }
  .eq12-03 .txt {
    width: 100%; }
  @media screen and (max-width: 768px) {
    .eq12-03 .img12-3-1 {
      width: 100%; }
    .eq12-03 .img12-3-2 {
      width: 100%; } }

.eq12-04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .eq12-04 div, .eq12-04 li {
    min-height: 0%; }
  .eq12-04 div, .eq12-04 li {
    min-height: 0%; }
  .eq12-04 .li-img {
    width: 31.33%; }
  .eq12-04 .txt {
    width: 64.67%; }
  @media screen and (max-width: 768px) {
    .eq12-04 .li-img {
      width: 100%; }
    .eq12-04 .txt {
      width: 100%; } }

.eq12-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .eq12-02 div, .eq12-02 li {
    min-height: 0%; }
  .eq12-02 div, .eq12-02 li {
    min-height: 0%; }
  .eq12-02 .li-img {
    width: 31.33%; }
  .eq12-02 .txt {
    width: 64.67%; }
  @media screen and (max-width: 768px) {
    .eq12-02 .li-img {
      width: 100%; }
    .eq12-02 .txt {
      width: 100%; } }

.eq12-10 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .eq12-10 div, .eq12-10 li {
    min-height: 0%; }
  .eq12-10 div, .eq12-10 li {
    min-height: 0%; }
  .eq12-10 .li-img {
    width: 31.33%; }
  .eq12-10 .txt {
    width: 31.33%; }
  @media screen and (max-width: 768px) {
    .eq12-10 .li-img {
      width: 100%; }
      .eq12-10 .li-img.waku {
        margin-top: 1rem; }
    .eq12-10 .txt {
      width: 100%; } }

.eq12-18 {
  background: #007f76;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .eq12-18 div, .eq12-18 li {
    min-height: 0%; }
  .eq12-18 div, .eq12-18 li {
    min-height: 0%; }
  .eq12-18 .li-ttl {
    width: 100%;
    color: #fff; }
  .eq12-18 .li-img {
    width: 20%;
    margin-top: 1rem; }
  .eq12-18 .li-txt {
    width: 78%;
    color: #fff; }
    .eq12-18 .li-txt .li-ttl {
      margin-top: 0;
      padding-bottom: 1rem; }
    .eq12-18 .li-txt .note {
      color: #fff; }
  @media screen and (max-width: 768px) {
    .eq12-18 .li-img {
      width: 80%;
      margin: 1rem auto 0 auto; }
    .eq12-18 .li-txt {
      width: 100%; } }

.eq-list .li-s.eq12-19 {
  width: 100%; }
  @media screen and (max-width: 768px) {
    .eq-list .li-s.eq12-19 {
      width: 48%; } }

.flex12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .flex12 div, .flex12 li {
    min-height: 0%; }
  .flex12 div, .flex12 li {
    min-height: 0%; }
  .flex12 .img {
    width: 48%; }
  .flex12 .txt {
    width: 48%; }
  @media screen and (max-width: 768px) {
    .flex12 .img {
      width: 100%; }
    .flex12 .txt {
      width: 100%; } }

/*.equipmentBox {
  max-width: 900px;
  width: 90%;
  margin: 0 auto ;
  > li {
    overflow: hidden;
    position: relative;
    margin-bottom: 0rem;
    @media screen and (max-width:$bp03){
      margin-bottom: 1rem;
    }
  }
  
  .eqBox {
    ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      li {
        width: 30%;
        margin-bottom: 40px;
        h5 {
          margin: 10px 0;
        }
        .txt {
          font-size: 14px;
        }
        .pic {
          position: relative;
          .note {
            position: absolute;
            right: 3px;
            bottom: 3px;
          }
        }
      }
      @media screen and (max-width:$bp03){
        display: block;
        li {
          width: 100%;
        }
      }
    }
  }
  
  
  
  
  @media screen and (max-width:$bp03){
    .leadCopy{
      margin: 2rem auto;
      h4{ font-size: 42px; }
    }
    li {
      .txtArea{
        //.text-m br{display: none;}
      }
      &.equipment01 {
        margin-bottom: 3rem;
        .txtArea{
          width:90%;
          margin-left: 5%;
          text-align: left;
          margin-bottom: 5%;
          .text-l{ margin-bottom: 5%; }
        }
        .imgArea{
          width:80%;
          margin-left: 20%;
          font-size:0;
          &.w100{
            width:100%;
            margin-left: 0%;
            margin-bottom: 2%;
          }
          .imgBox{ 
            width:100%; margin-bottom: 2%;
          }
          
        }
      }
    }
  }
  @media screen and (max-width:$bp04){
  }
}*/
