* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  height: 100%;
  background-color: #52c3dd;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-display: swap;
  position: relative;
  min-height: 100vh;
}

img {
  border: 0;
  height: auto;
}

.button {
  margin-bottom: 10px;
  border: 0;
  background: #fcf27c;
  border-radius: 5px;
  box-shadow: 0 3px #005975;
}

input {
  cursor: pointer;
}

input[type=radio],
input[type=checkbox],
input[type=submit] {
  display: none;
}

input[type=radio] + label,
input[type=checkbox] + label,
input[type=submit] + label,
select,
button {
  display: inline-block;
  margin-bottom: 10px;
  border: 0;
  background: #fcf27c;
  border-radius: 5px;
  color: #004656;
  box-shadow: 0 3px #005975;
  text-align: center;
  cursor: pointer;
}

input[type=radio]:checked + label,
input[type=checkbox]:checked + label,
input[type=submit]:checked + label {
  color: #fff;
  background-color: #dd6617;
  position: relative;
}

input[type=text],
input[type=tel] {
  width: 100%;
  height: 40px;
  padding-left: 10px;
  color: #004656;
  border-radius: 5px;
  border: solid 2px #005975;
  font-size: 16px;
}

input[type=button],
select {
  width: 100%;
  height: 40px;
  padding-left: 10px;
  color: #004656;
  border-radius: 5px;
  border: none;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}

input[type=button] {
  -webkit-appearance: none;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-right: 10px;
}
select:last-child {
  margin-right: 0;
}

option[selected][disabled] {
  display: none;
}

::-moz-placeholder {
  color: #8d8d8d;
}

::placeholder {
  color: #8d8d8d;
}

button {
  width: 100%;
}

a {
  text-decoration: none;
  color: #000;
}
a:hover {
  cursor: pointer;
}

.inline-block {
  display: inline-block;
}

header {
  background-color: #fff;
}

.header-wrap {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-wrap img {
  align-self: center;
}

.logo {
  width: 45%;
  max-width: 120px;
  height: auto;
}

.header-ranking {
  width: 55%;
  max-width: 170px;
  height: auto;
}

main {
  width: 100%;
  padding-top: 10px;
  margin-bottom: 60px;
}
main::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100%;
  height: 100vh;
  background-image: url(../img/bg.png);
}
main img {
  width: 100%;
}

.index-inner {
  width: 100%;
  height: 100%;
}
.index-inner::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-image: url(../img/bg-labon-1.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 250px 190px;
}

.service-inner {
  width: 100%;
  height: 100%;
}
.service-inner::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-image: url(../img/bg-labon-2.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 250px 190px;
}

.thanks-inner {
  width: 100%;
  height: 100%;
}
.thanks-inner::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-image: url(../img/bg-labon-3.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 250px 190px;
}

.container {
  max-width: 375px;
  margin: 0 auto;
  padding-right: 10px;
  padding-left: 10px;
}

.present-box {
  margin-bottom: 10px;
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  color: #004656;
  font-size: 16px;
  text-align: center;
  line-height: 1.3;
}

.present-wrap {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.present-wrap .present-item {
  line-height: 1.2;
  margin-right: 2.5px;
  margin-left: 2.5px;
  text-align: center;
  width: calc(33.3333333333% - 5px);
}
@media screen and (max-width: 359px) {
  .present-wrap .present-item {
    width: calc(50% - 5px);
  }
}
.present-wrap .present-item label {
  padding: 10px 5px 7px;
  background-color: #fcf27c;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: -0.05em;
  cursor: pointer;
}
@media screen and (max-width: 359px) {
  .present-wrap .present-item label {
    margin-left: 0;
  }
}
.present-wrap .present-item label img {
  margin-bottom: 4px;
}

.lab-wrap {
  display: flex;
}

.lab-icon {
  width: 45px;
  height: 45px;
  margin-right: 5px;
}

.lab-name {
  margin-bottom: 5px;
  color: #004656;
}

.bubble-wrap {
  padding-left: 60px;
}

.lab-bubble {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
.lab-bubble img {
  width: 10px;
  margin-top: 10px;
}
.lab-bubble p {
  padding: 5px 10px;
  border-radius: 12px;
  background: #fff;
}

.customer-bubble {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.customer-bubble img {
  width: 10px;
  margin-top: 10px;
}
.customer-bubble p {
  padding: 5px 10px;
  max-width: 280px;
  border-radius: 12px;
  background: #91ea6c;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.button-wrap {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.button-wrap input[type=radio] + label,
.button-wrap input[type=checkbox] + label,
.button-wrap input[type=submit] + label,
.button-wrap button {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 700;
}
.button-wrap input[type=radio] + label:last-child,
.button-wrap input[type=checkbox] + label:last-child,
.button-wrap input[type=submit] + label:last-child,
.button-wrap button:last-child {
  margin-right: 0;
}

.button-wrap-2column {
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.button-wrap-2column .button-item {
  width: calc(50% - 8px);
}
.button-wrap-2column .button-item:nth-of-type(1) input[type=radio] + label, .button-wrap-2column .button-item:nth-of-type(2) input[type=radio] + label {
  padding-top: 14px;
}
.button-wrap-2column input[type=radio] + label {
  height: 50px;
  margin-right: 2.5px;
  margin-left: 2.5px;
  margin-bottom: 7px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 13px;
  text-align: center;
}

.button-wrap-3column {
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.button-wrap-3column .button-item {
  width: calc(33.3333333333% - 5px);
}
.button-wrap-3column .button-item:nth-of-type(1) input[type=checkbox] + label, .button-wrap-3column .button-item:nth-of-type(2) input[type=checkbox] + label, .button-wrap-3column .button-item:nth-of-type(3) input[type=checkbox] + label {
  padding-top: 12px;
}
.button-wrap-3column input[type=checkbox] + label {
  height: 45px;
  margin-right: 2.5px;
  margin-left: 2.5px;
  margin-bottom: 5px;
  padding-top: 4px;
  padding-bottom: 5px;
  line-height: 1.3;
}

.button-next input[type=button].inactive {
  background: #a6a6a6;
}

.button-next {
  width: 100%;
  text-align: center;
}
.button-next input[type=button] {
  width: 70%;
  height: 40px;
  margin-bottom: 10px;
  padding-left: 0;
  background: #005975;
  border-radius: 100px;
  color: #fff;
  text-align: center;
}

.stamp {
  width: 240px;
  height: auto;
  margin-bottom: 10px;
}

.form-wrap {
  margin-top: 10px;
}

.form-title {
  margin-bottom: 5px;
  font-size: 18ox;
}

.text-caution {
  margin-bottom: 10px;
  font-size: 12px;
}

.form-place-inner {
  padding-right: 10px;
  padding-left: 10px;
}
.form-place-inner input[type=text] {
  margin-bottom: 10px;
}
.form-place-inner input[type=button] {
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  padding-left: 0;
  background: #005975;
  border-radius: 100px;
  color: #fff;
  text-align: center;
}

.input-2column {
  margin-right: 10px;
  margin-bottom: 10px;
}
.input-2column:last-child {
  margin-right: 0;
}

.form-inner {
  display: flex;
  justify-content: space-between;
}

.birth_year {
  width: auto;
  flex-grow: 3;
}

.birth_month {
  width: auto;
  flex-grow: 1;
}

.birth_day {
  width: auto;
  flex-grow: 1;
}

.spouse_birth_year {
  width: auto;
  flex-grow: 3;
}

.spouse_birth_month {
  width: auto;
  flex-grow: 1;
}

.spouse_birth_day {
  width: auto;
  flex-grow: 1;
}

.form-inner-address {
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-inner-address p {
  font-size: 13px;
}
.form-inner-address input[type=tel],
.form-inner-address input[type=text],
.form-inner-address select {
  width: 70%;
}
.form-inner-address select {
  margin-bottom: 0;
  background-color: #fff;
  border: solid 2px #005975;
  box-shadow: none;
}

.rule-box {
  padding: 10px;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 5px;
}
.rule-box p {
  margin-bottom: 10px;
  font-size: 13px;
}
.rule-box input[type=checkbox] + label {
  background: none;
  box-shadow: none;
  color: #dd6617;
  font-size: 16px;
  font-weight: 700;
}
.rule-box input[type=checkbox] + label::before {
  content: "";
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-right: 5px;
  padding-top: 2px;
  border: solid 2px #dd6617;
  border-radius: 5px;
  vertical-align: middle;
}
.rule-box input[type=checkbox]:checked + label {
  color: #dd6617;
  transform: translate3d(0, 0, 0);
}
.rule-box input[type=checkbox]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 7px;
  height: 16px;
  transform: rotate(40deg);
  border-bottom: 6px solid #dd6617;
  border-right: 5px solid #dd6617;
  cursor: pointer;
}
.rule-box a {
  display: block;
  margin-bottom: 3px;
  color: #333333;
  font-size: 13px;
  text-decoration: underline;
}
.rule-box a i {
  padding-right: 5px;
}

.submit,
.button-next-page {
  position: relative;
}
.submit a::before,
.button-next-page a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}
.submit input[type=submit] + label,
.submit button,
.button-next-page input[type=submit] + label,
.button-next-page button {
  font-size: 18px;
}

.submit {
  margin-top: 20px;
  animation: poyopoyo 2s ease-out infinite;
}

@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
#select-modal-job,
#select-modal-spouse-job,
#select-modal-time,
#select-modal-time2 {
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  padding: 0;
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0.7);
}

#select-modal-inner-job,
#select-modal-inner-spouse-job,
#select-modal-inner-time,
#select-modal-inner-time2 {
  width: 95%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #52c3dd;
  border-radius: 5px;
  animation-name: modalopen;
  animation-duration: 0.5s;
}

@keyframes modalopen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#select-modal-title-job,
#select-modal-title-spouse-job,
#select-modal-title-time,
#select-modal-title-time2 {
  padding: 10px 0;
  background-color: #fff;
  position: relative;
  font-size: 16px;
  text-align: center;
}

.modalCloseJob,
.modalCloseSpouseJob,
.modalCloseTime,
.modalCloseTime2 {
  position: absolute;
  top: -40px;
  right: -10px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

#select-modal-area-job,
#select-modal-area-spouse-job,
#select-modal-area-time,
#select-modal-area-time2 {
  width: 100%;
  padding: 10px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#select-modal-area-job input[type=button],
#select-modal-area-spouse-job input[type=button],
#select-modal-area-time input[type=button],
#select-modal-area-time2 input[type=button] {
  width: auto;
  min-width: 48%;
  margin-bottom: 10px;
  padding: 5px 0;
  background-color: #fcf27c;
  box-shadow: 0 3px #005975;
  color: #004656;
  text-align: center;
  border-radius: 5px;
}

.modal-caution {
  font-size: 12px;
  line-height: 1.2;
}

#calendar_modal {
  width: 100%;
  height: 100%;
  padding: 0;
  position: fixed;
  display: none;
  z-index: 2000;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

div.calendar {
  max-width: 500px;
  width: 90%;
  margin: 100px auto;
  padding: 10px 11px;
  background: #52c3dd;
  animation-name: modalopen;
  animation-duration: 0.5s;
}
@keyframes modalopen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
div.calendar table {
  width: 100%;
  margin-bottom: 5px;
  border-collapse: separate;
  border-spacing: 2px;
}
div.calendar table th,
div.calendar table td {
  text-align: center;
  font-size: 1.2em;
}
div.calendar table th {
  color: #000;
  font-weight: bold;
}
div.calendar table thead th {
  background: #fff;
  color: #000;
}
div.calendar table td {
  max-width: 100px;
  width: 13%;
  padding: 3px 0;
  background-color: #fff;
  font-weight: bold;
  color: #004656;
}
div.calendar table td.sat {
  background-color: #c0f6ff;
}
div.calendar table td.sun {
  background-color: #fbc19a;
}
div.calendar table td.end {
  font-weight: normal;
  box-shadow: none;
  color: #000;
  opacity: 0.35;
}
div.calendar table td.end.today {
  background: #fcf27c;
  opacity: 1;
}
div.calendar table td.circle {
  cursor: pointer;
}

#calendar_hide {
  text-align: right;
}

#place_map_modal {
  position: fixed;
  padding: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 2000;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

#place_map_area {
  max-width: 767px;
  margin: 30px auto;
}

#place_map_canvas {
  width: 100%;
  height: 500px;
  position: relative;
  margin: auto;
}
#place_map_canvas input.copyInfo {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: 0 2px 2px #aaa;
  -moz-box-shadow: 0 2px 2px #aaa;
  -webkit-box-shadow: 0 2px 2px #aaa;
  -o-box-shadow: 0 2px 2px #aaa;
  -ms-box-shadow: 0 2px 2px #aaa;
  width: 100%;
  border-radius: 10px;
  border: 2px #838383 solid;
  padding: 5px;
  background: #ffffff;
  color: #000000;
  font-size: 16px;
  font-weight: normal;
}
#place_map_canvas .infoWindowInner {
  max-width: 250px;
}

#place_map_list {
  text-align: center;
  background-color: white;
  padding: 0.5em;
  text-decoration: underline;
  cursor: pointer;
  border-top: 1px solid;
}

#place_map_header {
  text-align: center;
  background-color: white;
  padding: 0.5em;
  border-bottom: 1px solid;
}
#place_map_header > span {
  font-weight: bold;
}

@media screen and (max-width: 450px) {
  #place_map_header {
    text-align: left;
  }
  #place_map_canvas {
    height: 400px;
  }
}
#placeDetailText1_3_1,
#placeDetailText1_3_2,
#placeDetailText2_3_1,
#placeDetailText2_3_2 {
  display: none;
}

section#formBox div#dateFrame1 div.subBox div#placeDetailText1_3_1_disp,
section#formBox div#dateFrame1 div.subBox div#placeDetailText1_3_2_disp,
section#formBox div#dateFrame2 div.subBox div#placeDetailText2_3_1_disp,
section#formBox div#dateFrame2 div.subBox div#placeDetailText2_3_2_disp {
  display: none;
  margin-top: 0;
  width: 100%;
}

.service-img {
  width: 90%;
  margin: 10px auto 10px;
}

.service_flow {
  width: 90%;
  margin: 50px auto 30px;
  padding: 20px 10px 10px;
  background: #afe2b9;
  border: solid 4px #edffe1;
  border-radius: 20px;
  position: relative;
}

.service_flow-title {
  width: 90%;
  position: absolute;
  top: -15%;
  left: 50%;
  transform: translateX(-50%);
}

.service_yellow-card img {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  vertical-align: bottom;
}

.service_yellow-card-box {
  padding: 5px;
  background: #fcf27c;
  margin-bottom: 30px;
}
.service_yellow-card-box div {
  padding: 10px;
  background: #fff;
  border-radius: 10px;
}
.service_yellow-card-box div p {
  color: #8c3c06;
  font-size: 16px;
  background-image: linear-gradient(90deg, transparent 0%, transparent 30%, #fff 30%, #fff 100%), linear-gradient(180deg, transparent 90%, #f4ea76 5px);
  background-size: 8px 100%, 100% 1.5em;
  line-height: 1.5em;
}
.service_yellow-card-box div p span {
  color: #dd6617;
}

.service_voice-title {
  width: 90%;
  margin: 20px auto 10px;
}

.service_voice-box {
  margin-bottom: 20px;
  padding: 10px;
  background: #e2f5f7;
  border-radius: 20px;
}

.service_voice-subtitle-box {
  display: flex;
  align-items: flex-start;
}
.service_voice-subtitle-box .service_voice-img {
  width: 90px;
  height: auto;
}
.service_voice-subtitle-box div {
  text-align: right;
}
.service_voice-subtitle-box div img {
  margin-top: 10px;
  margin-bottom: 5px;
}
.service_voice-subtitle-box div p {
  display: inline;
  padding: 3px 10px 5px;
  background: #52c3dd;
  border-radius: 20px;
  color: #fff;
}

.service_voice-text {
  margin-top: 15px;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
  color: #089fb7;
}
.service_voice-text span {
  background: linear-gradient(transparent 70%, #ffe9d4 70%);
}

.service_present {
  max-width: 320px;
  margin: 50px auto 30px;
  position: relative;
  text-align: center;
}
.service_present > img:nth-of-type(1) {
  width: 30%;
  height: auto;
  position: absolute;
  top: -8%;
  left: 50%;
  transform: translateX(-50%);
}
.service_present > img:nth-of-type(2) {
  vertical-align: bottom;
}

.service_present-content {
  max-width: 317px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 5px;
  background: #fce8db;
  border-radius: 0 0 20px 20px;
}
.service_present-content div {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
.service_present-content div img {
  width: 33%;
  vertical-align: bottom;
}
.service_present-content > img {
  width: 90%;
}

.delayScroll2 {
  opacity: 0;
}

#registerdDataArea {
  display: none;
}

span.loading01,
span.loading01:after {
  display: inline-block;
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
  background-image: radial-gradient(19px 19px at 10% 50%, rgba(174, 230, 80, 0.5), rgba(174, 230, 80, 0.5) 95%, transparent), radial-gradient(19px 19px at 50% 10%, rgba(174, 230, 80, 0.5), rgba(174, 230, 80, 0.5) 95%, transparent), radial-gradient(19px 19px at 90% 50%, rgba(174, 230, 80, 0.5), rgba(174, 230, 80, 0.5) 95%, transparent), radial-gradient(19px 19px at 50% 90%, rgba(174, 230, 80, 0.5), rgba(174, 230, 80, 0.5) 95%, transparent);
}

span.loading01 {
  position: relative;
  vertical-align: middle;
}
span.loading01:after {
  position: absolute;
  content: " ";
  z-index: -1;
  left: 0;
  top: 0;
  margin: 0;
  transform: rotate(45deg);
}
span.loading01 span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background-image: radial-gradient(19px 19px at 10% 50%, #aee650, #aee650 95%, transparent);
  animation: animation01 2s linear infinite;
}
@keyframes animation01 {
  0% {
    transform: rotate(0deg);
  }
  12.4% {
    transform: rotate(0deg);
  }
  12.5% {
    transform: rotate(45deg);
  }
  24.9% {
    transform: rotate(45deg);
  }
  25% {
    transform: rotate(90deg);
  }
  37.4% {
    transform: rotate(90deg);
  }
  37.5% {
    transform: rotate(135deg);
  }
  49.9% {
    transform: rotate(135deg);
  }
  50% {
    transform: rotate(180deg);
  }
  62.4% {
    transform: rotate(180deg);
  }
  62.5% {
    transform: rotate(225deg);
  }
  74.9% {
    transform: rotate(225deg);
  }
  75% {
    transform: rotate(270deg);
  }
  87.4% {
    transform: rotate(270deg);
  }
  87.5% {
    transform: rotate(315deg);
  }
  99.9% {
    transform: rotate(315deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.hide {
  display: none;
}

.talk-loading {
  display: inline-flex;
  height: 2em;
}

.talk-loading-dots {
  width: 8px;
  height: 8px;
  background: #00171F;
  border-radius: 50px;
  margin-right: 4px;
  animation: loading 1.5s ease-in-out infinite;
}
.talk-loading-dots:nth-child(2) {
  animation-delay: 0.15s;
}
.talk-loading-dots:last-child {
  margin-right: 0;
  animation-delay: 0.3s;
}

@keyframes loading {
  0% {
    transform: translateY(0);
  }
  18% {
    transform: translateY(-4px);
  }
  36% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.officeListInPref + input,
.officeListInPref + input + input {
  display: none;
}

input.form-error {
  background-color: #ffabab;
}

.mail-error a {
  display: block;
  margin-bottom: 3px;
  color: #333333;
  font-size: 13px;
  text-decoration: underline;
}
.mail-error a i {
  padding-right: 5px;
}

footer {
  width: 100%;
  padding-top: 7px;
  padding-bottom: 5px;
  background: #2fa7c3;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
  position: absolute;
  bottom: -120px;
}
footer a {
  color: #fff;
}
footer i {
  padding-right: 2px;
}
footer .footnote {
  display: inline-block;
  margin-bottom: 5px;
  text-align: left;
  line-height: 1.2;
}
footer .mb-5px {
  margin-bottom: 5px;
}
footer .pr-15px {
  padding-right: 15px;
}/*# sourceMappingURL=style.css.map */