@charset "UTF-8";
/* Scss Document */
/*********************

疑似クラス

*********************/
.sub_main {
  background-image: url(../img/works_bg.jpg);
}

.strong_point {
  margin-bottom: 40px;
  padding: 0 5%;
}
@media screen and (min-width: 769px) {
  .strong_point {
    padding: 0;
  }
}

.box_wrap {
  background: #FFF;
  padding: 25px;
}
.box_wrap + .box_wrap {
  border-top: 1px solid #CCC;
}

.text_box .text {
  padding: 25px 25px 0;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .text_box .text {
    padding: 25px;
  }
}

.strong_box {
  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;
}
@media screen and (min-width: 769px) {
  .strong_box {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.strong_box .text {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .strong_box .text {
    width: calc(100% - 250px);
  }
}
@media screen and (max-width: 768px) {
  .strong_box .text {
    margin-bottom: 40px;
  }
}
.strong_box .img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .strong_box .img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 769px) {
  .strong_box .img {
    width: calc(250px - 40px);
  }
}
.strong_box .img img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: auto;
}
.strong_box .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: 3px solid #053559;
  color: #053559;
}
@media screen and (min-width: 769px) {
  .strong_box .img.fit img {
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    min-width: 100%;
    min-height: 100%;
  }
}
.strong_box .text {
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .strong_box .text {
    margin-bottom: 0;
  }
}
.strong_box + .text_box {
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .strong_box + .text_box {
    margin-top: 60px;
  }
}

#howto .two_columns {
  counter-reset: item;
  list-style: none;
}
#howto .two_columns .content {
  background: #FFF;
  padding: 15px;
}
#howto .two_columns > div .title_wrap {
  margin-bottom: 15px;
  font-weight: bold;
}
#howto .two_columns > div .title_wrap .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: centerl;
      align-content: centerl;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 23px;
  margin-bottom: 8px;
  color: #053559;
}
#howto .two_columns > div .title_wrap .title:before {
  content: counter(item, decimal-leading-zero);
  counter-increment: item;
  font-size: 50px;
  margin-right: 8px;
}
#howto .two_columns > div .title_wrap p {
  font-size: 20px;
}
#howto .two_columns > div:nth-child(2) .title {
  color: #053559;
}

#point05 .cv_area {
  border: none;
  margin-bottom: 0;
}
#point05 .cv_area .outline {
  padding: 0;
}/*# sourceMappingURL=strong.css.map */