@font-face {
  font-family: "Noto Sans JP";
  font-style: Light;
  font-weight: 300;
  src: url("/sol/contents/promotion/telework_001/fonts/NotoSansJP-Light_sub.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: Regular;
  font-weight: 400;
  src: url("/sol/contents/promotion/telework_001/fonts/NotoSansJP-Regular_sub.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: Bold;
  font-weight: 700;
  src: url("/sol/contents/promotion/telework_001/fonts/NotoSansJP-Bold_sub.woff") format("woff");
  font-display: swap;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html, body {
  font-size: 16px;
}

body {
  margin: 0;
  padding: 0;
  color: #333333;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
}

::selection {
  color: #ffffff;
  background-color: #0267b9;
}

a {
  outline: none !important;
  -moz-transition: color 0.4s linear, opacity 0.4s linear, background-color 0.4s linear;
  -o-transition: color 0.4s linear, opacity 0.4s linear, background-color 0.4s linear;
  -webkit-transition: color 0.4s linear, opacity 0.4s linear, background-color 0.4s linear;
  transition: color 0.4s linear, opacity 0.4s linear, background-color 0.4s linear;
}

a:link, a:visited {
  color: #008ae5;
  text-decoration: none;
}

a:hover, a:focus, a:active {
  color: #ff7f7f;
  text-decoration: underline;
}

img {
  max-width: 100%;
  vertical-align: text-bottom;
  height: auto;
}

strong {
  font-weight: 700;
}

sup {
  vertical-align: super;
  font-size: 60%;
}

input, button, textarea, select {
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
}

input[type="submit"], input[type="button"], button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: 0 none;
  outline: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: color 0.4s linear, opacity 0.4s linear, background-color 0.4s linear;
  -o-transition: color 0.4s linear, opacity 0.4s linear, background-color 0.4s linear;
  -webkit-transition: color 0.4s linear, opacity 0.4s linear, background-color 0.4s linear;
  transition: color 0.4s linear, opacity 0.4s linear, background-color 0.4s linear;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration, button::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus, input[type="button"]::focus, button::focus {
  outline-offset: -2px;
}

.textcenter {
  text-align: center !important;
}

.textright {
  text-align: right !important;
}

.textleft {
  text-align: left !important;
}

.container {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: left;
}
.container::after {
  content: '';
  clear: both;
  display: block;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

/* Header
---------------------------------------------------------------- */
.header {
  padding: 15px 0;
  background-color: #ffffff;
}
.header h1 {
  text-align: center;
}

/* MV
---------------------------------------------------------------- */
.mv {
  background-color: #fef8f6;
}
.mv .container {
  width: 1100px;
  padding: 0;
}

/* CTA
---------------------------------------------------------------- */
.cta {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 46px;
}
.cta.localnav {
  padding: 24px 0 30px;
}
.cta#fixed {
  position: fixed;
  z-index: 10;
  width: 100%;
  padding: 20px 0 26px;
  background-color: rgba(255, 255, 255, 0.6);
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.cta ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  padding: 0 20px;
}
.cta ul a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.cta .btn {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 880px;
  height: 90px;
  margin: 0 auto;
  padding: 0;
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background-color: #31acf4;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 0 7px 0 #127cbb;
  -webkit-box-shadow: 0 7px 0 #127cbb;
  box-shadow: 0 7px 0 #127cbb;
}
.cta .btn span:nth-child(1) {
  font-size: 80%;
  font-weight: normal;
}
.cta .btn span:nth-child(2)::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
  display: inline-block;
  width: 16px;
  height: 30px;
  margin-left: 7px;
  vertical-align: middle;
  background: url("/sol/contents/promotion/telework_001/img/btn_arrow.png") no-repeat 0 0;
  -moz-background-size: 16px;
  -o-background-size: 16px;
  -webkit-background-size: 16px;
  background-size: 16px;
}
.cta .btn:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

/* Contents01
---------------------------------------------------------------- */
.con01 {
  padding-bottom: 60px;
  background-color: #fdefef;
}
.con01 .ttl {
  margin-bottom: 50px;
  padding: 50px 0 46px;
  background: url("/sol/contents/promotion/telework_001/img/bg01.png") repeat left bottom;
}
.con01 .ttl h3 {
  text-align: center;
}
.con01 .point {
  margin-bottom: 60px;
}
.con01 .point .sub {
  display: flex;
  align-items: center;
}
.con01 .point .sub h4 {
  margin-top: -12px;
  margin-left: 20px;
  color: #ff7f7f;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.45;
}
.con01 .point .detail {
  position: relative;
  margin: -12px 0 0 12px;
  padding-bottom: 70px;
}
.con01 .point .detail .copy {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  width: 540px;
  padding: 60px;
  color: #577285;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 70%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 70%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 70%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 70%, rgba(255, 255, 255, 0) 100%);
}
.con01 .point .detail figure {
  position: absolute;
  bottom: 0;
  right: 20px;
}
.con01 .point .detail figure img {
  -moz-box-shadow: 20px 20px 0 rgba(255, 198, 190, 0.5);
  -webkit-box-shadow: 20px 20px 0 rgba(255, 198, 190, 0.5);
  box-shadow: 20px 20px 0 rgba(255, 198, 190, 0.5);
}
.con01 .notice {
  font-size: 16px;
  line-height: 1.5;
}

/* Contents02
---------------------------------------------------------------- */
.con02 {
  padding: 60px 0;
}
.con02 .results {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 0 20px;
}
.con02 .results .block {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 32%;
  padding: 15px;
  background-color: #fef8f6;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  -moz-box-shadow: 5px 5px 0 #fdc5be;
  -webkit-box-shadow: 5px 5px 0 #fdc5be;
  box-shadow: 5px 5px 0 #fdc5be;
}
.con02 .results .block h4 {
  margin-bottom: 20px;
  color: #ff6472;
  font-size: 20.5px;
  font-weight: bold;
  line-height: 1.25;
}
.con02 .results .block .detail {
  padding: 10px 0;
  background-color: #ffffff;
}
.con02 .results .block table {
  width: 100%;
}
.con02 .results .block table tbody tr th, .con02 .results .block table tbody tr td {
  padding: 5px 15px;
  color: #577285;
  font-size: 14px;
}
.con02 .results .block table tbody tr th {
  font-weight: bold;
}
.con02 .results .block table tbody tr th::before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin-top: 0.1em;
  margin-right: 0.3em;
  border: solid 3px #ff6472;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.con02 .notice {
  font-weight: 16px;
  text-align: center;
}
.con02 .notice p {
  display: inline;
  line-height: 1.5;
}
.con02 .notice p + p {
  margin-left: 20px;
}

/* Contents03
---------------------------------------------------------------- */
.con03 {
  padding: 45px 0 60px;
  background: #fdefef url("/sol/contents/promotion/telework_001/img/bg01.png") repeat left bottom;
}
.con03 h3 {
  margin-bottom: 44px;
  text-align: center;
}
.con03 .detail {
  text-align: center;
}
.con03 .detail img {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

/* Contents04
---------------------------------------------------------------- */
.con04 {
  padding: 60px 0 70px;
  background-color: #fdefef;
}
.con04 h3 {
  margin-bottom: 44px;
  text-align: center;
}
.con04 dl + dl {
  margin-top: 40px;
}
.con04 dl dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 26px 20px;
  background-color: #ffffff;
  -moz-box-shadow: 0 6px 0 #ffd8d4;
  -webkit-box-shadow: 0 6px 0 #ffd8d4;
  box-shadow: 0 6px 0 #ffd8d4;
}
.con04 dl dt::after {
  content: '';
  width: 32px;
  height: 32px;
  background: url("/sol/contents/promotion/telework_001/img/icon_acc_arrow.png") no-repeat center center;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
.con04 dl dt figure {
  flex-basis: 60px;
}
.con04 dl dt strong {
  flex-grow: 1;
  margin-left: 20px;
  color: #ff7f7f;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.375;
}
.con04 dl dt.active {
  -moz-box-shadow: 0 0 0 rgba(255, 216, 212, 0);
  -webkit-box-shadow: 0 0 0 rgba(255, 216, 212, 0);
  box-shadow: 0 0 0 rgba(255, 216, 212, 0);
}
.con04 dl dt.active::after {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.con04 dl dd {
  display: none;
  padding: 30px 20px 40px;
  background-color: rgba(255, 255, 255, 0.6);
}
.con04 dl dd ul li {
  position: relative;
  padding-left: 30px;
  color: #577285;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}
.con04 dl dd ul li::before {
  content: '';
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 1em;
  height: 1em;
  background: url("/sol/contents/promotion/telework_001/img/icon_check.png") no-repeat center center;
  -moz-background-size: 1em;
  -o-background-size: 1em;
  -webkit-background-size: 1em;
  background-size: 1em;
}
.con04 dl dd ul li + li {
  margin-top: 30px;
}
.con04 dl dd ul li .nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
  margin-left: -30px;
  font-size: 0.9375em;
  font-weight: normal;
  text-align: right;
}
.con04 dl dd ul li .nav::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
  width: 1em;
  height: 1em;
  background: url("/sol/contents/promotion/telework_001/img/icon_nav_arrow.png") no-repeat right center;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
.con04 dl dd ul li .notice {
  margin-top: 20px;
  color: #000000;
  font-size: 0.75em;
  font-weight: normal;
  line-height: 1.4;
}
.con04 dl dd ul li .option {
  margin-top: 15px;
  font-size: 1.125em;
}

/* Contents05
---------------------------------------------------------------- */
.con05 {
  padding: 60px 0 30px;
}
.con05 h3 {
  margin-bottom: 50px;
  text-align: center;
}
.con05 .step {
  position: relative;
  border: solid 3px #ff7f7f;
  background-color: #fef8f6;
}
.con05 .step + .step {
  margin-top: 48px;
}
.con05 .step + .step::before {
  content: '';
  position: absolute;
  top: -51px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 35px 0 35px;
  border-color: #ff7f7f transparent transparent transparent;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.con05 .step .tab {
  position: absolute;
  top: -3px;
  left: 45px;
}
.con05 .step dl dt {
  padding: 30px;
  color: #577285;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.con05 .step dl dd {
  padding: 10px 30px 60px;
  color: #577285;
  font-size: 20px;
  text-align: center;
  line-height: 1.7;
}
.con05 .notice {
  margin-top: 50px;
}
.con05 .notice h4 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: bold;
}
.con05 .notice h4::before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin-top: 0.1em;
  margin-right: 0.3em;
  border: solid 3px #ff6472;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.con05 .notice p {
  font-size: 16px;
  line-height: 1.5;
}

/* Footer
---------------------------------------------------------------- */
.footer {
  padding: 30px 0;
  border-top: solid 2px #ff7f7f;
}
.footer .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.footer .container::after {
  display: none;
}
.footer .logo {
  display: flex;
  align-items: flex-end;
}
.footer .logo img {
  width: 100px;
}
.footer .logo .copyright {
  margin-left: 10px;
  font-size: 12px;
}
.footer .nav {
  font-size: 12px;
}
.footer .nav a:link, .footer .nav a:visited {
  text-decoration: underline;
}

/* RWD
---------------------------------------------------------------- */
@media only screen and (max-width: 640px) {
  body, input, button, textarea, select {
    font-size: 5vw;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  .container {
    width: 100%;
    padding: 0 3.125vw;
  }

  .header {
    padding: 2.96875vw 0 2.5vw;
  }
  .header h1 {
    text-align: left;
  }
  .header h1 img {
    width: 47.96875vw;
  }

  .mv .container {
    width: 100%;
  }

  .cta {
    padding: 6.875vw 0 7.8125vw;
  }
  .cta.localnav {
    padding: 5.625vw 0 6.5625vw;
  }
  .cta#fixed {
    padding: 3.125vw 0 4.0625vw;
  }
  .cta ul {
    margin-bottom: 5.625vw;
    padding: 0;
  }
  .cta ul li {
    flex-basis: 29.0625vw;
  }
  .cta ul li:nth-child(2) {
    flex-basis: 28.125vw;
  }
  .cta .btn {
    flex-direction: column;
    width: 100%;
    height: 21.875vw;
    font-size: 5vw;
    line-height: 1;
    -moz-border-radius: 1.25vw;
    -webkit-border-radius: 1.25vw;
    border-radius: 1.25vw;
    -moz-box-shadow: 0 1.09375vw 0 #127cbb;
    -webkit-box-shadow: 0 1.09375vw 0 #127cbb;
    box-shadow: 0 1.09375vw 0 #127cbb;
  }
  .cta .btn span:nth-child(1) {
    position: relative;
    display: block;
    margin-bottom: 2.5vw;
  }
  .cta .btn span:nth-child(1)::before {
    content: '\FF3C';
  }
  .cta .btn span:nth-child(1)::after {
    content: '\FF0F';
  }
  .cta .btn span:nth-child(2)::after {
    width: 2.5vw;
    height: 4.6875vw;
    margin-left: 1.5625vw;
    -moz-background-size: 2.5vw;
    -o-background-size: 2.5vw;
    -webkit-background-size: 2.5vw;
    background-size: 2.5vw;
  }

  .con01 {
    padding-bottom: 9.375vw;
  }
  .con01 .ttl {
    margin-bottom: 7.34375vw;
    padding: 8.90625vw 0 7.34375vw;
    -moz-background-size: 21.875vw;
    -o-background-size: 21.875vw;
    -webkit-background-size: 21.875vw;
    background-size: 21.875vw;
  }
  .con01 .ttl h3 img {
    width: 90.78125vw;
  }
  .con01 .point {
    margin: 0 -3.125vw 11.5625vw;
  }
  .con01 .point .sub {
    margin-bottom: 7.8125vw;
  }
  .con01 .point .sub img {
    width: 39.84375vw;
  }
  .con01 .point .sub h4 {
    margin-top: 0;
    margin-left: 3.125vw;
    font-size: 6.25vw;
  }
  .con01 .point .detail {
    margin: 0;
    padding-bottom: 0;
  }
  .con01 .point .detail .copy {
    width: 89.0625vw;
    padding: 9.375vw;
    font-size: 5.3125vw;
  }
  .con01 .point .detail figure {
    position: relative;
    bottom: auto;
    right: 6.25vw;
    margin-top: -8.59375vw;
    text-align: right;
  }
  .con01 .point .detail figure img {
    width: 69.6875vw;
    -moz-box-shadow: 2.96875vw 2.96875vw 0 rgba(255, 198, 190, 0.5);
    -webkit-box-shadow: 2.96875vw 2.96875vw 0 rgba(255, 198, 190, 0.5);
    box-shadow: 2.96875vw 2.96875vw 0 rgba(255, 198, 190, 0.5);
  }
  .con01 .notice {
    padding: 0 1.5625vw;
    font-size: 2.8125vw;
  }

  .con02 {
    padding: 10.3125vw 0;
  }
  .con02 .results {
    display: block;
    margin-bottom: 6.25vw;
    padding: 0 3.125vw;
  }
  .con02 .results .block {
    width: 100%;
    padding: 3.125vw;
    -moz-border-radius: 2.34375vw;
    -webkit-border-radius: 2.34375vw;
    border-radius: 2.34375vw;
    -moz-box-shadow: 1.40625vw 1.40625vw 0 #fdc5be;
    -webkit-box-shadow: 1.40625vw 1.40625vw 0 #fdc5be;
    box-shadow: 1.40625vw 1.40625vw 0 #fdc5be;
  }
  .con02 .results .block + .block {
    margin-top: 7.8125vw;
  }
  .con02 .results .block h4 {
    margin-bottom: 3.125vw;
    padding: 0.9375vw 1.5625vw;
    font-size: 4.375vw;
  }
  .con02 .results .block .detail {
    padding: 3.125vw 0;
  }
  .con02 .results .block table tbody tr th, .con02 .results .block table tbody tr td {
    padding: 1.5625vw 3.125vw;
    font-size: 3.75vw;
  }
  .con02 .notice {
    padding: 0 1.5625vw;
    font-size: 2.8125vw;
    text-align: left;
  }
  .con02 .notice p {
    display: block;
  }
  .con02 .notice p + p {
    margin-top: 1.09375vw;
    margin-left: 0;
  }

  .con03 {
    padding: 7.03125vw 0 9.375vw;
  }
  .con03 h3 {
    margin-bottom: 5.9375vw;
  }
  .con03 h3 img {
    width: 74.0625vw;
  }
  .con03 .detail img {
    width: 93.75vw;
    -moz-border-radius: 2.34375vw;
    -webkit-border-radius: 2.34375vw;
    border-radius: 2.34375vw;
  }

  .con04 {
    padding: 9.375vw 0 10.9375vw;
  }
  .con04 h3 {
    margin-bottom: 6.875vw;
  }
  .con04 h3 img {
    width: 84.375vw;
  }
  .con04 dl + dl {
    margin-top: 5.15625vw;
  }
  .con04 dl dt {
    padding: 5.15625vw 3.125vw;
    -moz-box-shadow: 0 0.9375vw 0 #ffd8d4;
    -webkit-box-shadow: 0 0.9375vw 0 #ffd8d4;
    box-shadow: 0 0.9375vw 0 #ffd8d4;
  }
  .con04 dl dt::after {
    width: 5vw;
    height: 5vw;
  }
  .con04 dl dt figure {
    flex-basis: 14.0625vw;
  }
  .con04 dl dt strong {
    margin-left: 3.75vw;
    font-size: 5vw;
  }
  .con04 dl dd {
    padding: 4.6875vw 3.125vw 6.25vw;
  }
  .con04 dl dd ul li {
    padding-left: 7.1875vw;
    font-size: 3.75vw;
  }
  .con04 dl dd ul li + li {
    margin-top: 9.375vw;
  }
  .con04 dl dd ul li .nav {
    margin-top: 4.6875vw;
    margin-left: -7.1875vw;
  }
  .con04 dl dd ul li .notice {
    margin-top: 4.6875vw;
  }
  .con04 dl dd ul li .option {
    margin-top: 2.34375vw;
  }

  .con05 {
    padding: 7.03125vw 0 3.125vw;
  }
  .con05 h3 {
    margin-bottom: 7.8125vw;
  }
  .con05 h3 img {
    width: 62.96875vw;
  }
  .con05 .step {
    border: solid 0.46875vw #ff7f7f;
  }
  .con05 .step + .step {
    margin-top: 7.5vw;
  }
  .con05 .step + .step::before {
    top: -7.96875vw;
    border-width: 3.125vw 5.46875vw 0 5.46875vw;
  }
  .con05 .step .tab {
    top: -0.46875vw;
    left: 2.65625vw;
  }
  .con05 .step .tab img {
    width: 19.53125vw;
  }
  .con05 .step dl dt {
    padding: 4.6875vw 1.5625vw 4.6875vw 29.6875vw;
    font-size: 4.6875vw;
    text-align: left;
  }
  .con05 .step dl dd {
    padding: 1.5625vw 4.6875vw 6.25vw;
    font-size: 3.75vw;
    text-align: left;
  }
  .con05 .notice {
    margin-top: 15.625vw;
  }
  .con05 .notice h4 {
    margin-bottom: 3.125vw;
    font-size: 3.75vw;
  }
  .con05 .notice p {
    font-size: 2.8125vw;
  }

  .footer {
    padding: 3.28125vw 0 7.8125vw;
    border-top: solid 0.46875vw #ff7f7f;
  }
  .footer .container {
    display: block;
  }
  .footer .container::after {
    display: block;
  }
  .footer .logo {
    display: flex;
    align-items: flex-end;
  }
  .footer .logo img {
    width: 32.65625vw;
  }
  .footer .logo .copyright {
    margin-left: 2.34375vw;
    font-size: 2.8125vw;
  }
  .footer .link {
    margin-top: 4.6875vw;
    font-size: 3.75vw;
  }
}

.badge{
    position: absolute;
    top: 317px;
    left: 206px;
}

@media only screen and (max-width: 640px) {
     .badge{
        position: absolute;
        top: 43vw;
        left: 11vw;
        width: 30%;
    }    
}