@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
/*後で消す
.site-wrapper{
  @media (max-width: 1300px) {
    min-width: 100%;
  }
}
.page .ttl{
  @media (max-width: 1240px) {
    padding: 110px 25px 30px;
  }
}*/
@media (max-width: 1240px) {
  .inner {
    width: 100%;
    padding: 0px 5%;
  }
}

@media (max-width: 767px) {
  .page .contents .section-category {
    padding-top: auto;
  }
}

.pc {
  display: block;
}
@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 767px) {
  .sp {
    display: block;
  }
}

.page .ttl {
  height: auto;
}

.main_vi {
  padding: 88px 0px 100px;
  background: linear-gradient(to bottom, #9AD0F9, #E9F5FF);
  position: relative;
  overflow-x: hidden;
}
@media (max-width: 820px) {
  .main_vi {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .main_vi {
    padding-top: 67px;
  }
}
.main_vi .vi_h1 {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 820px) {
  .main_vi .vi_h1 {
    max-width: 100%;
    padding: 0px 25px;
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .main_vi .vi_h1 {
    margin-bottom: 0px;
  }
}
.main_vi .vi_h1 h1 {
  max-width: 626px;
}
.main_vi .vi_cnt {
  max-width: 1100px;
  margin: 100px auto 0px;
  position: relative;
}
@media (max-width: 767px) {
  .main_vi .vi_cnt {
    margin: 40px auto 0px;
  }
}
.main_vi .vi_cnt .vi {
  display: none;
}
@media (max-width: 820px) {
  .main_vi .vi_cnt .vi {
    display: block;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .main_vi .vi_cnt .vi {
    max-width: 96%;
  }
}
@media (max-width: 767px) {
  .main_vi .vi_cnt.rev .vi {
    margin-right: 0;
    margin-left: auto;
  }
}
.main_vi .vi_cnt .vi_txt {
  max-width: 610px;
  margin: 0px 0px 0px auto;
  position: relative;
}
@media (max-width: 1300px) {
  .main_vi .vi_cnt .vi_txt {
    margin: 0px 25px 0px auto;
  }
}
@media (max-width: 820px) {
  .main_vi .vi_cnt .vi_txt {
    padding: 0px 25px;
    margin: -40px 0px 0px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .main_vi .vi_cnt .vi_txt {
    margin: -30px 0px 0px;
  }
}
.main_vi .vi_cnt .vi_txt .vi_ttl p {
  font-size: 2.5rem;
  line-height: 1.6;
  font-weight: 700;
  padding: 0px 16px;
  background: #fff;
  border: solid 2px #000;
  display: inline-block;
}
@media (max-width: 767px) {
  .main_vi .vi_cnt .vi_txt .vi_ttl p {
    font-size: 1.525rem;
  }
}
@media (max-width: 390px) {
  .main_vi .vi_cnt .vi_txt .vi_ttl p {
    padding: 0px 10px;
  }
}
.main_vi .vi_cnt .vi_txt .vi_ttl p:first-child {
  margin-bottom: 15px;
}
.main_vi .vi_cnt .vi_txt .txt {
  margin-left: 142px;
  margin-top: 50px;
  font-size: 1rem;
}
@media (max-width: 820px) {
  .main_vi .vi_cnt .vi_txt .txt {
    margin-left: 0px;
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .main_vi .vi_cnt .vi_txt .txt {
    font-size: 0.9375rem;
  }
}
.main_vi .vi_cnt .vi_txt .txt .txt_r {
  text-align: right;
  margin-top: 20px;
}
.main_vi .vi_cnt .vi_txt .txt p.mb {
  margin-bottom: 20px;
}
.main_vi .vi_cnt::before {
  content: "";
  width: 732px;
  height: 586px;
  background: url(../img/info/main_vi.png);
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-27%, -10%);
}
@media (min-width: 1500px) {
  .main_vi .vi_cnt::before {
    left: 0px; /* vi_h1の外側に配置 */
    transform: translate(-15%, -10%); /* 余計なずれを無効化 */
  }
}
@media (max-width: 1024px) {
  .main_vi .vi_cnt::before {
    width: 610px;
    height: 488px;
    transform: translate(-10%, -10%);
  }
}
@media (max-width: 820px) {
  .main_vi .vi_cnt::before {
    display: none;
    width: 700px;
    height: 560px;
    transform: translate(-10%, -10%);
  }
}
@media (max-width: 767px) {
  .main_vi .vi_cnt::before {
    width: 400px;
    height: 320px;
    transform: translate(-10%, -10%);
  }
}
.main_vi .vi_cnt:last-child:before {
  background: url(../img/info/main_vi3.png);
  background-size: 100%;
}
.main_vi .rev .vi_txt {
  margin: 0px auto 0px 0px;
}
@media (max-width: 1024px) {
  .main_vi .rev .vi_txt {
    padding-left: 20px;
  }
}
@media (max-width: 820px) {
  .main_vi .rev .vi_txt {
    margin-top: -40px;
  }
}
.main_vi .rev .vi_txt .txt {
  margin-left: 0px;
  max-width: 500px;
}
@media (max-width: 1024px) {
  .main_vi .rev .vi_txt .txt {
    max-width: 400px;
  }
}
@media (max-width: 820px) {
  .main_vi .rev .vi_txt .txt {
    max-width: 100%;
  }
}
.main_vi .rev::before {
  content: "";
  width: 732px;
  height: 586px;
  background: url(../img/info/main_vi2.png);
  background-size: 100%;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  transform: translate(25%, -10%);
}
@media (min-width: 1500px) {
  .main_vi .rev::before {
    left: 0px; /* vi_h1の外側に配置 */
    transform: translate(86%, -10%); /* 余計なずれを無効化 */
  }
}
@media (max-width: 1024px) {
  .main_vi .rev::before {
    width: 610px;
    height: 488px;
    transform: translate(10%, -10%);
  }
}
@media (max-width: 820px) {
  .main_vi .rev::before {
    display: none;
    width: 700px;
    height: 560px;
    transform: translate(10%, -10%);
  }
}
@media (max-width: 767px) {
  .main_vi .rev::before {
    width: 400px;
    height: 320px;
    transform: translate(10%, -10%);
  }
}

.page .contents .section-category {
  padding-bottom: 0;
}

.cnt1 {
  margin-bottom: 241px;
}
@media (max-width: 767px) {
  .cnt1 {
    margin-bottom: 188px;
  }
}
.cnt1 h2 {
  max-width: 865px;
  margin-bottom: 62px;
}
@media (max-width: 767px) {
  .cnt1 h2 {
    margin-bottom: 0px;
  }
}
.cnt1 .column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  margin-top: 65px;
  align-items: stretch;
}
@media (max-width: 1300px) {
  .cnt1 .column {
    gap: 40px;
    padding: 0px 40px;
  }
}
@media (max-width: 820px) {
  .cnt1 .column {
    display: block;
    padding: 0px 40px 0px 0px;
  }
}
@media (max-width: 767px) {
  .cnt1 .column {
    margin-top: 40px;
    padding: 0px 20px 0px 0px;
  }
}
.cnt1 .column .col {
  width: calc(50% - 40px);
  position: relative;
}
@media (max-width: 1300px) {
  .cnt1 .column .col {
    width: calc(50% - 40px);
  }
}
@media (max-width: 820px) {
  .cnt1 .column .col {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cnt1 .column .col .card {
  position: relative;
  margin: 0 auto;
  padding: 30px 20px;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  background: white;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cnt1 .column .col .card {
    padding: 30px 40px;
  }
}
.cnt1 .column .col .card::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: skewX(-8deg);
  box-shadow: 10px 10px 0px rgb(220, 120, 142);
  z-index: -1;
  border-radius: 0px;
  border: solid 2px #000;
}
@media (max-width: 767px) {
  .cnt1 .column .col .card::before {
    transform: skewX(0deg);
  }
}
.cnt1 .column .col .card .card-header {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .cnt1 .column .col .card .card-header {
    padding-left: 0px;
  }
}
.cnt1 .column .col .card .card-header .icon {
  width: 80px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .cnt1 .column .col .card .card-header .icon {
    width: 54px;
  }
}
.cnt1 .column .col .card .card-header .title .number {
  position: absolute;
  top: 0;
  right: 0px;
  transform: translate(52px, -20px);
  color: #e0ecfc;
  font-weight: 700;
  z-index: 0;
}
.cnt1 .column .col .card .card-header .title h2 {
  font-size: 1.875rem;
  font-weight: 800;
  color: #B7566D;
  margin: 0;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cnt1 .column .col .card .card-header .title h2 {
    font-size: 1.25rem;
  }
}
.cnt1 .column .col .card .card-body {
  border-top: 1px dotted #aaa;
  margin-top: 10px;
  padding: 15px 30px;
  font-size: 14px;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 767px) {
  .cnt1 .column .col .card .card-body {
    padding: 28px 0px 0px;
  }
}
.cnt1 .column .col .card .card-body .bold {
  font-weight: 700;
}
.cnt1 .column .col .triangle-pattern {
  position: absolute;
  bottom: -20px;
  left: -4px;
  width: 100%;
  height: 10px;
  background-image: url(../img/info/cnt1_bg1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 4;
}
@media (max-width: 1024px) {
  .cnt1 .column .col .triangle-pattern {
    left: -11px;
  }
}
@media (max-width: 767px) {
  .cnt1 .column .col .triangle-pattern {
    left: 20px;
  }
}
.cnt1 .column .col:nth-child(2) .card::before {
  content: "";
  box-shadow: 10px 10px 0px rgb(98, 146, 224);
}
.cnt1 .column .col:nth-child(2) .card-header .title h2 {
  color: #6392E0;
}
.cnt1 .column .col:nth-child(2) .triangle-pattern {
  position: absolute;
  bottom: -20px;
  left: -4px;
  width: 100%;
  height: 10px;
  background-image: url("../img/info/cnt1_bg2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 4;
}
@media (max-width: 1024px) {
  .cnt1 .column .col:nth-child(2) .triangle-pattern {
    left: -11px;
  }
}
@media (max-width: 767px) {
  .cnt1 .column .col:nth-child(2) .triangle-pattern {
    left: 20px;
  }
}
.cnt1 .column .col:nth-child(3) .card::before {
  content: "";
  box-shadow: 10px 10px 0px rgb(231, 176, 2);
}
.cnt1 .column .col:nth-child(3) .card-header .title h2 {
  color: #E7B002;
}
.cnt1 .column .col:nth-child(3) .triangle-pattern {
  position: absolute;
  bottom: -20px;
  left: -4px;
  width: 100%;
  height: 10px;
  background-image: url("../img/info/cnt1_bg3.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 4;
}
@media (max-width: 1024px) {
  .cnt1 .column .col:nth-child(3) .triangle-pattern {
    left: -11px;
  }
}
@media (max-width: 767px) {
  .cnt1 .column .col:nth-child(3) .triangle-pattern {
    left: 20px;
  }
}
.cnt1 .column .col:nth-child(4) .card::before {
  content: "";
  box-shadow: 10px 10px 0px rgb(245, 192, 129);
}
.cnt1 .column .col:nth-child(4) .card-header .title h2 {
  color: #F59218;
}
.cnt1 .column .col:nth-child(4) .triangle-pattern {
  position: absolute;
  bottom: -20px;
  left: -4px;
  width: 100%;
  height: 10px;
  background-image: url("../img/info/cnt1_bg4.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 4;
}
@media (max-width: 1024px) {
  .cnt1 .column .col:nth-child(4) .triangle-pattern {
    left: -11px;
  }
}
@media (max-width: 767px) {
  .cnt1 .column .col:nth-child(4) .triangle-pattern {
    left: 20px;
  }
}
.cnt1 .column .col:nth-child(5) .card::before {
  content: "";
  box-shadow: 10px 10px 0px rgb(131, 187, 34);
}
.cnt1 .column .col:nth-child(5) .card-header .title h2 {
  color: #83BB22;
}
.cnt1 .column .col:nth-child(5) .triangle-pattern {
  position: absolute;
  bottom: -20px;
  left: -4px;
  width: 100%;
  height: 10px;
  background-image: url("../img/info/cnt1_bg5.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 4;
}
@media (max-width: 1024px) {
  .cnt1 .column .col:nth-child(5) .triangle-pattern {
    left: -11px;
  }
}
@media (max-width: 767px) {
  .cnt1 .column .col:nth-child(5) .triangle-pattern {
    left: 20px;
  }
}
.cnt1 .column .col:nth-child(6) .card::before {
  content: "";
  box-shadow: 10px 10px 0px rgb(231, 176, 2);
}
.cnt1 .column .col:nth-child(6) .card-header .title h2 {
  color: #E7B002;
}
.cnt1 .column .col:nth-child(6) .triangle-pattern {
  position: absolute;
  bottom: -20px;
  left: -4px;
  width: 100%;
  height: 10px;
  background-image: url("../img/info/cnt1_bg6.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 4;
}
@media (max-width: 1024px) {
  .cnt1 .column .col:nth-child(6) .triangle-pattern {
    left: -11px;
  }
}
@media (max-width: 767px) {
  .cnt1 .column .col:nth-child(6) .triangle-pattern {
    left: 20px;
  }
}

.cnt2 {
  background: transparent;
  padding-top: 100px;
  padding-bottom: 120px;
  padding-left: calc((100% - 1200px) / 2);
  padding-right: calc((100% - 1100px) / 2);
  position: relative;
  z-index: 1;
  overflow: visible;
}
@media (max-width: 1300px) {
  .cnt2 {
    width: 100%;
    padding: 100px 5% 120px;
  }
}
@media (max-width: 1024px) {
  .cnt2 {
    padding-bottom: 200px;
  }
}
@media (max-width: 767px) {
  .cnt2 {
    padding-bottom: 140px;
  }
}
.cnt2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #DB8C2D;
  clip-path: polygon(0% 0%, 100% 15%, 100% 100%, 0% 85%);
  z-index: -1;
}
@media (max-width: 767px) {
  .cnt2::before {
    clip-path: polygon(0% 0%, 100% 5%, 100% 90%, 0% 85%);
  }
}
.cnt2 h2 {
  max-width: 553px;
  margin-bottom: 30px;
  position: relative;
  top: -200px;
  z-index: 2;
}
@media (max-width: 767px) {
  .cnt2 h2 {
    top: -170px;
  }
}
.cnt2 .column {
  margin-top: -150px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 1024px) {
  .cnt2 .column {
    margin-top: -100px;
    display: block;
  }
}
@media (max-width: 767px) {
  .cnt2 .column {
    margin-top: -160px;
  }
}
.cnt2 .column .col {
  border: solid 2px #000;
  padding: 26px 0px;
  width: calc(50% - 10px);
  background: #fff;
  position: relative;
}
@media (max-width: 1024px) {
  .cnt2 .column .col {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cnt2 .column .col {
    padding: 5px 0px 10px;
  }
}
.cnt2 .column .col::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.cnt2 .column .col:nth-child(1)::before {
  content: "";
  width: 200px;
  height: 240px;
  background: url(../img/info/img1.png);
  background-size: 100%;
  top: -27px;
  left: 27px;
}
@media (max-width: 767px) {
  .cnt2 .column .col:nth-child(1)::before {
    width: 113px;
    height: 174px;
    top: -22px;
    left: 0px;
    background: url(../img/info/img1_sp.png);
    background-size: 100%;
  }
}
@media (max-width: 1024px) {
  .cnt2 .column .col:nth-child(1) {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cnt2 .column .col:nth-child(1) {
    margin-bottom: 39px;
  }
}
.cnt2 .column .col:nth-child(2)::before {
  content: "";
  width: 215px;
  height: 240px;
  background: url(../img/info/img2.png);
  background-size: 100%;
  top: -27px;
  left: 27px;
}
@media (max-width: 767px) {
  .cnt2 .column .col:nth-child(2)::before {
    width: 113px;
    height: 174px;
    top: -22px;
    left: 0px;
    background: url(../img/info/img2_sp.png);
    background-size: 100%;
  }
}
.cnt2 .column .col:nth-child(2) p {
  padding-right: 142px;
}
@media (max-width: 1024px) {
  .cnt2 .column .col:nth-child(2) p {
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .cnt2 .column .col:nth-child(2) p {
    padding-right: 109px;
  }
}
.cnt2 .column .col p {
  text-align: right;
  font-size: 2.125rem;
  padding-bottom: 10px;
  padding-right: 56px;
  font-weight: 800;
  border-bottom: dashed 3px #000;
}
@media (max-width: 1024px) {
  .cnt2 .column .col p {
    text-align: center;
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .cnt2 .column .col p {
    font-size: 1.375rem;
    text-align: right;
    padding-right: 22px;
  }
}
.cnt2 .column .col .btn {
  width: 250px;
  margin: 25px 65px 0px auto;
  text-align: center;
}
@media (max-width: 1024px) {
  .cnt2 .column .col .btn {
    margin: 25px auto;
  }
}
@media (max-width: 767px) {
  .cnt2 .column .col .btn {
    width: 190px;
    margin: 25px 0px 0px auto;
    padding-right: 22px;
  }
}

.cnt3 {
  padding-top: 50px;
  padding-bottom: 141px;
  padding-left: calc((100% - 1200px) / 2);
  padding-right: calc((100% - 1100px) / 2);
  position: relative;
}
@media (max-width: 1300px) {
  .cnt3 {
    width: 100%;
    padding: 50px 5% 141px;
  }
}
@media (max-width: 767px) {
  .cnt3 {
    padding: 0px 5% 120px;
  }
}
.cnt3::before {
  content: "";
  width: 100%;
  height: calc(100% + 80px);
  background-size: 20px 20px;
  background-position: 50% 50%;
  background-image: repeating-linear-gradient(90deg, rgba(0, 104, 183, 0.2), rgba(0, 104, 183, 0.2) 1px, transparent 1px, transparent 26px), repeating-linear-gradient(0deg, rgba(0, 104, 183, 0.2), rgba(0, 104, 183, 0.2) 1px, transparent 1px, transparent 26px);
  position: absolute;
  top: -80px;
  left: 0;
  z-index: -1;
}
@media (max-width: 820px) {
  .cnt3::before {
    height: calc(100% + 160px);
    top: -160px;
  }
}
.cnt3 .column {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 50px;
}
@media (max-width: 820px) {
  .cnt3 .column {
    display: block;
  }
}
.cnt3 .column .col {
  width: calc(50% - 25px);
}
@media (max-width: 820px) {
  .cnt3 .column .col {
    width: 100%;
  }
}
.cnt3 .column .col .link {
  border-bottom: solid 1px #000;
}
.cnt3 .column .col .link:first-child {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .cnt3 .column .col .link:first-child {
    margin-bottom: 40px;
  }
}
.cnt3 .column .col .link h3 {
  position: relative;
  font-size: 1.125rem;
  color: #0068B7;
  font-weight: 800;
  font-family: "Montserrat";
  margin-bottom: 12px;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .cnt3 .column .col .link h3 {
    font-size: 1.125rem;
  }
}
.cnt3 .column .col .link h3::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../img/company/txt_icon.svg);
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.cnt3 .column .col .link a {
  font-size: 2.0625rem;
  font-weight: 800;
  padding-bottom: 23px;
  display: block;
}
@media (max-width: 767px) {
  .cnt3 .column .col .link a {
    font-size: 1.5rem;
  }
}
.cnt3 .column .col .link.entry-bnr {
  margin-top: 70px;
  border-bottom: none;
}
.cnt3 .column .col .link.entry-bnr p {
  font-weight: 800;
  font-size: 2.0625rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .cnt3 .column .col .link.entry-bnr p {
    font-size: 1.3125rem;
  }
}
.cnt3 .column .col .link.entry-bnr .entry-bnr-list {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cnt3 .column .col .link.entry-bnr .entry-bnr-list li {
  width: auto;
  height: 55px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .cnt3 .column .col .link.entry-bnr .entry-bnr-list li {
    width: 90%;
    height: auto;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cnt3 .column .col .link.entry-bnr .entry-bnr-list li a {
  display: block;
  border: 1px solid #000000;
  padding: 0;
}
.cnt3 .column .col .link.entry-bnr .entry-bnr-list li a img {
  width: auto;
  height: 55px;
}
@media screen and (max-width: 767px) {
  .cnt3 .column .col .link.entry-bnr .entry-bnr-list li a img {
    width: 100%;
    height: auto;
  }
}
.cnt3 .column .col .link.entry-bnr .entry-bnr-list li:nth-of-type(2) {
  margin-right: 0;
}
.cnt3 .column .col .link.entry-bnr .entry-bnr-list li:last-of-type {
  margin-right: 0;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .cnt3 .column .col .link.entry-bnr .entry-bnr-list li:last-of-type {
    margin-bottom: 0;
    width: 70%;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .cnt3 .column .col .link.entry-bnr .entry-bnr-list li:last-of-type a {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .cnt3 .column .col .link.entry-bnr .entry-bnr-list li:last-of-type a img {
    width: 100%;
  }
}
@media (max-width: 820px) {
  .cnt3 .column .col.img {
    margin-bottom: 40px;
  }
}/*# sourceMappingURL=info.css.map */