@charset "UTF-8";
/* 変数群 */
/* ＠mixin群 */
.contentFeature {
  max-width: 1080px;
  margin: 60px auto 80px;
  padding: 60px 0 0;
  text-align: center;
  border-top: solid 1px #acacac;
}
@media screen and (max-width: 768px) {
  .contentFeature {
    margin: 30px auto 40px;
    padding-top: 30px;
  }
}
.content_flex img {
  width: 100%;
  margin-bottom: 20px;
}
.content_flexItem {
  width: 49.3%;
}
.content_flexItem h3 {
  font-size: 2.2rem;
  margin-bottom: 20px;
  line-height: 1.4;
}
.content_flexItem p {
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .content_flexItem {
    width: 100%;
  }
  .content_flexItem h3 {
    font-size: 1.6rem;
    margin-bottom: 14px;
  }
  .content_flexItem p {
    line-height: 1.6;
  }
}
.content .reverse {
  flex-direction: row-reverse;
}
.contentPick {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .contentPick {
    margin-bottom: 40px;
  }
}
.contentPick_item {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.contentPick_item ul li {
  border: solid #acacac 1px;
  text-align: left;
  font-size: 2rem;
  padding: 20px 0 20px 20px;
}
@media screen and (max-width: 768px) {
  .contentPick_item ul li {
    font-size: 1.4rem;
    padding-left: 10px;
  }
}
_:-ms-lang(x)::-ms-backdrop, .contentPick_item ul li {
  margin-bottom: 15px;
  width: 49%;
}
@media screen and (max-width: 768px) {
  .contentPick_item {
    margin-bottom: 14px;
  }
}
.content_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .content_grid {
    grid-template-columns: auto;
  }
}
_:-ms-lang(x)::-ms-backdrop, .content_grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.contentEquip {
  text-align: center;
  max-width: 1080px;
  margin: 0 auto 30px;
}
.contentEquip table {
  margin: auto;
  text-align: left;
  border-collapse: collapse;
  width: 100%;
  border: solid 1px #acacac;
}
@media screen and (max-width: 768px) {
  .contentEquip table {
    border-collapse: unset;
    border-top: none;
    font-size: 1.2rem;
  }
}
.contentEquip table td, .contentEquip table tr, .contentEquip table th {
  border: solid 1px #acacac;
  vertical-align: middle;
  padding-left: 20px;
  padding-right: 20px;
}
.contentEquip table th {
  background-color: #eaf1fa;
  height: 40px;
}
.contentEquip table th:nth-child(2) {
  text-align: center;
  width: 80px;
}
.contentEquip table td {
  height: 60px;
}
@media screen and (max-width: 768px) {
  .contentEquip table td {
    border: none;
    display: block;
    width: 100%;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 14px;
  }
}
.contentEquip table tr:nth-child(odd) {
  background-color: #fafafa;
}
@media screen and (max-width: 768px) {
  .contentEquip table .inTitle {
    display: flex;
    flex-wrap: wrap;
    border: none;
    padding: 0;
    border-top: solid 1px #acacac;
  }
  .contentEquip table .inTitle td:nth-child(1) {
    width: 100%;
    border-bottom: solid 1px #acacac;
  }
  .contentEquip table .inTitle td:nth-child(2) {
    width: 85%;
    display: inline-table;
    border-right: dotted 1px #acacac;
  }
  .contentEquip table .inTitle td:nth-child(3) {
    width: 15%;
    display: inline-table;
    text-align: center;
  }
  .contentEquip table .inTitle td:nth-child(4) {
    border-top: dotted 1px #acacac;
  }
  .contentEquip table .noTitle {
    display: flex;
    flex-wrap: wrap;
    border: none;
    padding: 0;
  }
  .contentEquip table .noTitle td:nth-child(1) {
    width: 85%;
    display: inline-table;
    border-top: solid 1px #acacac;
    border-right: dotted 1px #acacac;
  }
  .contentEquip table .noTitle td:nth-child(2) {
    width: 15%;
    display: inline-table;
    text-align: center;
    border-top: solid 1px #acacac;
  }
  .contentEquip table .noTitle td:nth-child(3) {
    border-top: dotted 1px #acacac;
  }
  .contentEquip table .noItem {
    display: none;
  }
}
.contentEquip table .tableTitle {
  background-color: #fff;
  vertical-align: top;
  padding-top: 21px;
}
@media screen and (max-width: 768px) {
  .contentEquip table .tableTitle {
    background-color: #ede7e7;
    padding-top: 14px;
  }
}

.topAppear_main {
  background-image: url(/yao/spring/img/main_spring.jpg);
}

.content_flex {
  align-items: center;
}
.content_flex img {
  width: 50%;
}
@media screen and (min-width: 769px) {
  .content_flex img {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  .content_flex img {
    width: 100%;
  }
}
.content_flexItem {
  padding: 0 6%;
}
@media screen and (max-width: 768px) {
  .content_flexItem {
    padding: 0%;
  }
}
_:-ms-lang(x)::-ms-backdrop, .contentPick_item ul li {
  width: 32%;
}
_:-ms-lang(x)::-ms-backdrop, .contentPick_item ul li.IE-last {
  margin-right: 33.3333%;
}
