.content-wrap {
  background: url(../images/equipment/bg-l.jpg) left -20px top/480px auto repeat-y, url(../images/equipment/bg-r.jpg) right -64px top/560px auto repeat-y;
}

@media only screen and (max-width: 480px) {
  .content-wrap {
    background-position: left -80px top 38vw, right -80px top 32vw;
    background-size: 180px auto;
  }
}

section.sec {
  margin-top: 160px;
  margin-bottom: 160px;
}

@media only screen and (max-width: 480px) {
  section.sec {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

section.sec:nth-of-type(1) {
  margin-top: 80px;
}

@media only screen and (max-width: 480px) {
  section.sec:nth-of-type(1) {
    margin-top: 40px;
  }
}

section.sec:last-child {
  margin-bottom: 0;
}

.title-bar {
  margin-bottom: 80px;
  background: #f7ae26;
}

@media only screen and (max-width: 480px) {
  .title-bar {
    margin-bottom: 40px;
  }
}

.title-btm-bar {
  margin-bottom: 80px;
  border-color: #f7ae26;
  color: #f7ae26;
}

@media only screen and (max-width: 480px) {
  .title-btm-bar {
    margin-bottom: 40px;
  }
}

section.top-copy .copy {
  text-align: center;
  font-size: 2.4rem;
  line-height: 2;
  font-weight: 600;
}

@media only screen and (max-width: 480px) {
  section.top-copy .copy {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 480px) {
  section.top-copy .copy + .copy {
    margin-top: 24px;
  }
}

@media only screen and (max-width: 480px) {
  section.top-copy .copy.sp-tal {
    text-align: left;
  }
}

@media only screen and (max-width: 480px) {
  section.top-copy .copy.sp-tal br {
    display: none;
  }
}

.anchor-list {
  margin-top: 112px;
}

@media only screen and (max-width: 480px) {
  .anchor-list {
    margin-top: 80px;
  }
}

.anchor-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 480px) {
  .anchor-list ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.anchor-list ul > * {
  width: calc((100% - (24px * 2)) / 3);
  margin-right: 24px;
  margin-bottom: 24px;
}

.anchor-list ul > *:nth-of-type(3n) {
  margin-left: 0;
  margin-right: 0;
}

@media only screen and (max-width: 480px) {
  .anchor-list ul > * {
    width: 48%;
    margin-right: 0;
  }
}

@media only screen and (max-width: 480px) {
  .anchor-list ul li {
    width: 49%;
    margin-bottom: 8px;
  }
}

.anchor-list ul li a {
  padding: 16px;
  background: #fff8ed;
  border: 4px solid #f7ae26;
  text-align: center;
  font-size: 2rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media only screen and (max-width: 480px) {
  .anchor-list ul li a {
    font-size: 1.4rem;
  }
}

.anchor-list ul li a:hover {
  background: #fffcf7;
  border-color: #f9c057;
}

.period-area .period-box {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 480px) {
  .period-area .period-box {
    max-width: 86%;
  }
}

.period-area dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 480px) {
  .period-area dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 8px solid #f7ae26;
    border-radius: 50px;
    background: #f7ae26;
  }
}

.period-area dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 200px;
  background: #f7ae26;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.2;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 480px) {
  .period-area dl dt {
    width: 100%;
    height: auto;
    padding: 4px;
    padding-bottom: 8px;
    border-radius: 0;
    background: transparent;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 480px) {
  .period-area dl dt br {
    display: none;
  }
}

.period-area dl dd {
  margin-left: -20px;
  padding: 4px 32px 4px 40px;
  background: #fff;
  border: 8px solid #f7ae26;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  font-size: 2.4rem;
}

@media only screen and (max-width: 480px) {
  .period-area dl dd {
    width: 100%;
    border-radius: 0;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    margin-left: 0;
    padding: 4px;
    border: none;
    text-align: center;
    font-size: 2rem;
  }
}

.period-area dl dd .red {
  margin-left: 4px;
  color: #e60012;
  font-weight: bold;
}

.period-area .cap {
  margin-left: 100px;
  margin-top: -10px;
  font-size: 1.3rem;
}

@media only screen and (max-width: 480px) {
  .period-area .cap {
    margin-top: 4px;
    margin-left: 0;
    font-size: 1.3rem;
  }
}

.period-area .txt {
  margin-top: 80px;
  text-align: center;
  font-size: 2rem;
  line-height: 2;
}

@media only screen and (max-width: 480px) {
  .period-area .txt {
    margin-top: 40px;
    font-size: 1.6rem;
    text-align: left;
  }
}

@media only screen and (max-width: 480px) {
  .period-area .txt br {
    display: none;
  }
}

.check-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
}

@media only screen and (max-width: 480px) {
  .check-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 94%;
    margin-top: 24px;
  }
}

@media only screen and (max-width: 480px) {
  .check-area .check-img {
    width: 64%;
  }
}

.check-area.left-img {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media only screen and (max-width: 480px) {
  .check-area.left-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.check-area .check-list {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 500px;
  padding: 32px 32px;
  background-color: #fff;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 5px, #fce5ba 6px), linear-gradient(90deg, rgba(255, 255, 255, 0) 5px, #fce5ba 6px);
  background-size: 6px 6px;
  -webkit-box-shadow: 8px 8px 0 #fce5ba;
          box-shadow: 8px 8px 0 #fce5ba;
}

@media only screen and (max-width: 480px) {
  .check-area .check-list {
    width: 100%;
    margin-top: 0;
    padding: 32px 16px;
  }
}

.check-area .check-list dl dt {
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px 32px;
  border: 3px solid #f7ae26;
  background: #fff;
  color: #f7ae26;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
}

@media only screen and (max-width: 480px) {
  .check-area .check-list dl dt {
    font-size: 1.6rem;
  }
}

.check-area .check-list dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  font-size: 2rem;
  /*font-weight: 500;*/
}

@media only screen and (max-width: 480px) {
  .check-area .check-list dl dd {
    font-size: 1.6rem;
  }
}

.check-area .check-list dl dd::before {
  content: url(../images/common/icon-check.svg);
  display: block;
  width: 20px;
  height: auto;
  margin-right: 8px;
}

.example-area {
  margin-top: 80px;
}

.example-area .title-btm-bar {
  max-width: 100%;
  position: relative;
}

@media only screen and (max-width: 480px) {
  .example-area .title-btm-bar h3 {
    font-size: 2rem;
  }
}

.example-area .title-btm-bar .sub {
  font-size: 1.6rem;
  position: absolute;
  right: 0;
  bottom: 8px;
}

@media only screen and (max-width: 480px) {
  .example-area .title-btm-bar .sub {
    font-size: 1.3rem;
    position: static;
  }
}

.example-area .example-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 480px) {
  .example-area .example-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.example-area .example-block .box {
  width: 47%;
  background: #fef7eb;
}

@media only screen and (max-width: 480px) {
  .example-area .example-block .box {
    width: 100%;
    margin-bottom: 40px;
  }
}

.example-area .example-block .box .txt-area {
  padding: 24px 28px;
}

@media only screen and (max-width: 480px) {
  .example-area .example-block .box .txt-area {
    padding: 16px;
  }
}

.example-area .example-block .box .txt-area .txt {
  font-size: 1.8rem;
  line-height: 1.8;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
}

@media only screen and (max-width: 480px) {
  .example-area .example-block .box .txt-area .txt {
    font-size: 1.4rem;
  }
}

.example-area .example-block .box .txt-area .cap {
  margin-top: 8px;
  font-size: 1.4rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
}

.example-txt {
  margin-top: 24px;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .example-txt {
    margin-top: 0;
    text-align: left;
    font-size: 1.3rem;
  }
}

.info-btn {
  margin-top: 80px;
}

@media only screen and (max-width: 480px) {
  .info-btn {
    margin-top: 40px;
  }
}

.info-btn a {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 40px;
  background: #0068b7;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media only screen and (max-width: 480px) {
  .info-btn a {
    padding: 16px;
    font-size: 2rem;
  }
}

.info-btn a .upper {
  display: block;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #fff;
}

.info-btn a:hover {
  background: #0085ea;
}

section.information {
  font-size: 2.4rem;
}

@media only screen and (max-width: 480px) {
  section.information {
    font-size: 1.6rem;
  }
}

section.information .block {
  margin-top: 80px;
}

section.information .block .title-box {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  padding: 4px;
  border: 8px solid #f7ae26;
  text-align: center;
  color: #f7ae26;
  font-weight: 600;
}

@media only screen and (max-width: 480px) {
  section.information .block .title-box {
    margin-bottom: 24px;
    font-size: 2rem;
  }
}

section.information .block .area-area {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

section.information .block .area-area dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section.information .block .area-area dl dt,
section.information .block .area-area dl dd {
  margin-top: 4px;
}

@media only screen and (max-width: 480px) {
  section.information .block .area-area dl dt,
  section.information .block .area-area dl dd {
    width: 100%;
    margin-top: 0;
  }
}

section.information .block .area-area dl dt {
  width: 140px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #f7ae26;
}

@media only screen and (max-width: 480px) {
  section.information .block .area-area dl dt {
    width: 100%;
  }
}

section.information .block .area-area dl dd {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: calc(100% - 140px);
}

@media only screen and (max-width: 480px) {
  section.information .block .area-area dl dd {
    width: 100%;
    margin-bottom: 8px;
  }
}

section.information .block .area-area .cap {
  margin-top: 16px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 480px) {
  section.information .block .area-area .cap {
    font-size: 1.4rem;
  }
}

section.information .block .list {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  list-style: disc outside;
}

section.information .block .list li {
  margin-top: 8px;
}

@media only screen and (max-width: 480px) {
  section.information .block .list li {
    margin-left: 24px;
  }
}

section.information .block .flow {
  text-align: center;
}

@media only screen and (max-width: 480px) {
  section.information .block .flow {
    text-align: left;
  }
}

section.information .block .flow li::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: 64px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  border-style: solid;
  border-width: 30px 18px 0 18px;
  border-color: #f7ae26 transparent transparent transparent;
}

@media only screen and (max-width: 480px) {
  section.information .block .flow li::after {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

section.information .block .flow li:last-child::after {
  content: none;
}

section.information .contact-area {
  margin-top: 112px;
}

@media only screen and (max-width: 480px) {
  section.information .contact-area {
    margin-top: 80px;
  }
}

section.information .contact-area .btn a {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  background: #0068b7;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media only screen and (max-width: 480px) {
  section.information .contact-area .btn a {
    font-size: 1.6rem;
  }
}

section.information .contact-area .btn a:hover {
  background: #0085ea;
}

section.information .tel-area {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 112px;
  padding: 12px 24px;
  border: 4px solid #0068b7;
  background: #fff;
}

@media only screen and (max-width: 480px) {
  section.information .tel-area {
    margin-top: 40px;
  }
}

section.information .tel-area .tel-title {
  padding-bottom: 12px;
  border-bottom: 4px solid #0068b7;
  text-align: center;
  color: #0068b7;
  font-weight: 500;
}

@media only screen and (max-width: 480px) {
  section.information .tel-area .tel-title {
    font-size: 2rem;
  }
}

section.information .tel-area .desc {
  padding: 12px 24px;
}

@media only screen and (max-width: 480px) {
  section.information .tel-area .desc {
    padding: 12px 0;
  }
}

section.information .tel-area .desc .name {
  margin-bottom: 8px;
}

@media only screen and (max-width: 480px) {
  section.information .tel-area .desc .name {
    font-size: 1.6rem;
    line-height: 1.4;
    text-align: center;
  }
}

section.information .tel-area .desc .lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 480px) {
  section.information .tel-area .desc .lower {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 16px;
  }
}

section.information .tel-area .desc .lower .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
}

@media only screen and (max-width: 480px) {
  section.information .tel-area .desc .lower .time {
    margin-top: 8px;
    font-size: 1.4rem;
  }
}

section.information .tel-area .desc .lower .time dt {
  padding-right: 16px;
}

section.information .tel-area .desc .lower .time dd {
  padding-left: 16px;
  border-left: 1px solid #4c4948;
  line-height: 1.4;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  section.information .tel-area .desc .lower .time dd br {
    display: none;
  }
}
/*# sourceMappingURL=equipment.css.map */