/* --------------------
	contents
-------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600;700&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*============================
#header
============================*/
#header {
  overflow: hidden;
  *zoom: 1;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  z-index: 999;
}

#header .wrapper {
  margin: 0 auto;
  background-color: #fff;
  *zoom: 1;
}

#header .wrapper .inner {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 35px;
}

#header .header_area .description {
  font-size: 12px;
  padding: 19px 0;
  line-height: 1;
}

#header .header_area .header_logo {
  font-size: 14px;
  width: 370px;
  padding: 5px 0 20px 0;
}

#header .header_area .header_logo a {
  display: block;
  line-height: 0.5;
}

#header .header_area .header_logo a img {
  width: 100%;
}

#header .header_link {
  width: 514px;
  margin: 15px 0 0 0;
}

#header .header_link .fl {
  float: left;
  width: 289px;
}

#header .header_link .txtLink {
  overflow: hidden;
  *zoom: 1;
  margin-top: 4px;
}

#header .header_link .txtLink li {
  float: right;
  font-size: 12px;
  line-height: 1.4166666667;
  padding-left: 20px;
  background: url(/wp/wp-content/themes/hokkai/shared/img/icon_company.png) no-repeat left center;
  margin-left: 15px;
}

#header .header_link .txtLink li:first-child {
  background-image: url(/wp/wp-content/themes/hokkai/shared/img/icon_staff.png);
}

#header .header_link .txtLink li a {
  color: #42210b;
}

#header .header_link .tel {
  margin-top: 9px;
}

#header .header_link .btnLink {
  display: flex;
}

#header .header_link .btnLink li {
  font-size: 12px;
  line-height: 1.4166666667;
  margin-left: 10px;
}

#header .header_link .btnLink li a {
  color: #42210b;
}

#header .navi {
  clear: both;
  background-color: rgba(139, 197, 63, 0.4);
  -webkit-box-shadow: #a5bea5 0px 8px 8px -8px inset;
  -moz-box-shadow: #a5bea5 0px 8px 8px -8px inset;
  box-shadow: #a5bea5 0px 8px 8px -8px inset;
}

#header .navi ul {
  width: 1024px;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
  padding: 13px 0;
}

#header .navi ul li {
  font-size: 14px;
  line-height: 1.7142857143;
  height: 24px;
  overflow: hidden;
  float: left;
  border-right: 1px solid rgba(66, 33, 11, 0.3);
}

#header .navi ul li a {
  display: block;
  color: #2b1100;
  padding-top: 100px;
  background: url(/wp/wp-content/themes/hokkai/shared/img/txt_header_navi.png) no-repeat left 5px;
}

@media screen and (min-width: 674px) {
  #header .navi ul li a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
  }
}
#header .navi ul li.home {
  border-left: 1px solid rgba(66, 33, 11, 0.3);
  width: 142px;
}

#header .navi ul li.home a {
  background-position: 23px 5px;
}

#header .navi ul li.plan {
  width: 128px;
}

#header .navi ul li.plan a {
  background-position: -120px 5px;
}

#header .navi ul li.flow {
  width: 142px;
}

#header .navi ul li.flow a {
  background-position: -249px 5px;
}

#header .navi ul li.voice {
  width: 187px;
}

#header .navi ul li.voice a {
  background-position: -392px 5px;
}

#header .navi ul li.article {
  width: 142px;
}

#header .navi ul li.article a {
  background-position: -580px 5px;
}

#header .navi ul li.reform {
  width: 110px;
}

#header .navi ul li.reform a {
  background-position: -723px 5px;
}

#header .navi ul li.news {
  width: 165px;
}

#header .navi ul li.news a {
  background-position: -834px 5px;
}

@media screen and (max-width: 673px) {
  /*============================
  #header
  ============================*/
  #header {
    position: relative;
    overflow: visible;
  }
  #header .wrapper {
    width: 100%;
  }
  #header .wrapper .header_area {
    width: 100%;
    float: none;
  }
  #header .wrapper .header_area .description {
    font-size: 20rem;
    color: #fff;
    text-align: center;
    background-color: #333333;
    padding: 0.85em 0;
    line-height: 1;
  }
  #header .wrapper .header_area .header_logo {
    font-size: 20rem;
    width: 70.3125%;
    padding: 1.5em 0 1.5em 4.6875%;
    float: left;
  }
  #header .wrapper .header_area .spMenubtn {
    font-size: 20rem;
    width: 14.0625%;
    margin: 1.25em 4.21875% 1em 0;
    float: right;
    line-height: 0.5;
  }
  #header .navi {
    font-size: 28rem;
    background-color: rgba(205, 230, 173, 0.9);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: absolute;
    width: 100%;
    display: none;
    padding-bottom: 10.7142857143em;
  }
  #header .navi ul {
    width: 100%;
    padding: 0;
  }
  #header .navi ul li {
    font-size: 28rem;
    line-height: 2.5;
    height: auto;
    float: none;
    border: none;
    border-top: 0.0714285714em solid rgba(66, 33, 11, 0.3);
    padding: 0;
  }
  #header .navi ul li a {
    background: none;
    padding: 0 4.6875%;
    text-decoration: none;
  }
  #header .navi ul li:first-child {
    border-top: none;
  }
  #header .navi ul li.home,
  #header .navi ul li.plan,
  #header .navi ul li.flow,
  #header .navi ul li.voice,
  #header .navi ul li.article,
  #header .navi ul li.reform,
  #header .navi ul li.news {
    border-left: none;
    width: 100%;
  }
}
/*============================
#footer
============================*/
#footer {
  border-top: 6px solid #b9dc8c;
  width: 100%;
}

#footer .navipc {
  border-bottom: 1px solid #e5e5e5;
  display: none;
}
@media screen and (min-width: 674px) {
  #footer .navipc {
    display: flex;
  }
}

#footer .navipc ul {
  margin: 0 auto;
  padding: 18px 0;
  position: relative;
  /* height: 24px; */
  height: 60px;
  display: flex;
}
@media screen and (min-width: 674px) {
  #footer .navipc ul {
    max-width: 1024px;
    width: 100%;
  }
}

#footer .navipc ul .searchbox {
  width: 192px;
  height: 28px;
  background: url(/wp/wp-content/themes/hokkai/shared/img/bg_search.png) no-repeat left top;
  position: absolute;
  top: 50px;
  right: -30px;
  z-index: 100;
  display: none;
}

#footer .navipc ul .searchbox input {
  border: none !important;
}

#footer .navipc ul #saerch-box-input {
  width: 152px !important;
  height: 20px !important;
  margin: 4px 0 0 3px !important;
  padding: 0 !important;
  vertical-align: top !important;
}

#footer .navipc ul #saerch-box-btn {
  margin: 6px 0 0 6px !important;
  padding: 0 !important;
  vertical-align: top !important;
}

#footer .navipc ul li {
  font-size: 14px;
  line-height: 1.7142857143;
  overflow: hidden;
  border-left: 1px solid #e5e5e5;
  padding-top: 5px;
  padding-inline: 20px;
}

#footer .navipc ul li a {
  display: block;
  color: #2b1100;
  line-height: 1;
}

#footer .navipc ul li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

#footer .navipc ul li img {
  vertical-align: bottom;
  height: auto;
}

#footer .navipc ul li.home img {
  width: 98px;
  aspect-ratio: 196/28;
}

#footer .navipc ul li.plan img {
  width: 86px;
  aspect-ratio: 172/28;
}

#footer .navipc ul li.flow img {
  width: 101px;
  aspect-ratio: 202/28;
}

#footer .navipc ul li.voice img {
  width: 146px;
  aspect-ratio: 292/28;
}

#footer .navipc ul li.article img {
  width: 102px;
  aspect-ratio: 204/28;
}

#footer .navipc ul li.reform img {
  width: 67px;
  aspect-ratio: 134/28;
}

#footer .navipc ul li.news img {
  width: 117px;
  aspect-ratio: 234/28;
}

#footer .navipc ul li.search_btn {
  border: none;
  position: absolute;
  right: -40px;
  top: 5px;
}
#footer .navipc ul li.search_btn img {
  width: 37px;
  aspect-ratio: 1;
}

@media screen and (min-width: 674px) {
  #footer #address {
    flex: 1 0 340px;
    margin: 30px 0 38px 0;
  }
}

#footer #address dl {
  padding: 20px 50px;
}
@media screen and (min-width: 674px) {
  #footer #address dl {
    padding: 0;
  }
}

@media screen and (min-width: 674px) {
  #footer #address dt {
    width: 297px;
    line-height: 1.5714285714;
  }
}

#footer #address dt img {
  width: 100%;
}

#footer #address dd {
  margin-top: 10px;
}
@media screen and (min-width: 674px) {
  #footer #address dd {
    line-height: 1.5714285714;
    margin-top: 15px;
    margin-left: -10px;
  }
}

#footer #address dd.tel {
  margin-top: 0;
}
@media screen and (min-width: 674px) {
  #footer #address dd.tel {
    margin-top: -5px;
  }
}

#footer .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 674px) {
  #footer .wrapper {
    flex-direction: row;
    justify-content: space-between;
    width: 1024px;
    width: 1040px;
    margin: 0 auto;
  }
}

#footer .navi {
  width: 100%;
  padding: 30px 0;
  border-top: 1px solid #e5e5e5;
}
@media screen and (min-width: 674px) {
  #footer .navi {
    margin: 30px 0;
    padding: 0;
    border: none;
  }
}

#footer .navi .text {
  width: fit-content;
  margin-inline: auto;
  font-weight: 700;
  color: #42210b;
  font-size: 20px;
}
@media screen and (min-width: 674px) {
  #footer .navi .text {
    display: none;
  }
}

#footer .navi ul {
  overflow: hidden;
  *zoom: 1;
}
@media screen and (min-width: 674px) {
  #footer .navi ul {
    display: flex;
    flex-direction: row;
    justify-content: right;
    align-items: center;
    gap: 10px;
  }
}

#footer .navi ul.navi_link {
  margin-top: 12px;
  display: none;
}
@media screen and (min-width: 674px) {
  #footer .navi ul.navi_link {
    display: flex;
    flex-direction: row;
    justify-content: right;
    align-items: center;
    gap: 10px;
  }
}

#footer .navi ul.navi_link li a {
  font-size: 14px;
}

#footer .navi ul.navi_btn {
  padding-inline: 20px;
  margin-top: 10px;
}
@media screen and (min-width: 674px) {
  #footer .navi ul.navi_btn {
    padding-inline: 0;
    margin-top: 0;
  }
}

#footer .navi ul li {
  max-width: 500px;
  margin-inline: auto;
}
@media screen and (min-width: 674px) {
  #footer .navi ul li {
    max-width: none;
    margin-inline: 0;
  }
}
#footer .navi ul li img.tel {
  width: 100%;
  aspect-ratio: 580/116;
}
@media screen and (min-width: 674px) {
  #footer .navi ul li img.tel {
    height: 54px;
    aspect-ratio: 229/54;
  }
}
#footer .navi ul li img.form {
  width: 100%;
  aspect-ratio: 748/121;
}
@media screen and (min-width: 674px) {
  #footer .navi ul li img.form {
    height: 47px;
    width: auto;
    aspect-ratio: 139/47;
  }
}
#footer .navi ul li img.contact {
  height: auto;
  width: 100%;
  aspect-ratio: 580/90;
}
@media screen and (min-width: 674px) {
  #footer .navi ul li img.contact {
    height: 47px;
    width: auto;
    aspect-ratio: 218/54;
  }
}
#footer .navi ul li img.house {
  display: none;
}
@media screen and (min-width: 674px) {
  #footer .navi ul li img.house {
    display: block;
    height: 47px;
    width: auto;
    aspect-ratio: 133/54;
  }
}

#footer .navi ul li.tel {
  margin-top: 0;
}

#footer .navi ul li.contact {
  margin-top: 10px;
}
@media screen and (min-width: 674px) {
  #footer .navi ul li.contact {
    margin-top: 0;
  }
}

#footer .navi ul li.contact img.form {
  height: 81.1594202899px;
  width: auto;
  aspect-ratio: 748/121;
}
@media screen and (min-width: 674px) {
  #footer .navi ul li.contact img.form {
    width: 100%;
    height: auto;
    aspect-ratio: 139/47;
  }
}

#footer .navi ul li.house {
  margin-top: 10px;
}
@media screen and (min-width: 674px) {
  #footer .navi ul li.house {
    margin-top: 0;
  }
}

#footer .navi ul li a {
  color: #666666;
  display: block;
}

#footer .copy {
  -webkit-box-shadow: #b9b9b9 0px 8px 8px -8px inset;
  -moz-box-shadow: #b9b9b9 0px 8px 8px -8px inset;
  box-shadow: #b9b9b9 0px 8px 8px -8px inset;
  text-align: center;
  background-color: #f9f9f9;
  font-size: 12px;
  color: #4d4d4d;
  padding: 1em 14.0625% 5em;
}
@media screen and (min-width: 674px) {
  #footer .copy {
    padding: 0;
    line-height: 4;
  }
}

@media screen and (max-width: 673px) {
  /*============================
  #footer
  ============================*/
}
#contents {
  padding-top: 118px;
}

@media screen and (max-width: 673px) {
  #contents {
    width: 100%;
    padding-top: 0;
  }
}
#toTop_f {
  width: 100%;
  padding-top: 53px;
}

#toTop_f a {
  display: block;
  width: 80px;
  margin: 0 auto;
  line-height: 0.5;
}

@media screen and (max-width: 673px) {
  #toTop_f {
    padding-top: 2.65em;
  }
  #toTop_f a {
    width: 10.6666666667%;
  }
}
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 85px;
  right: 20px;
  overflow: hidden;
  width: 51px;
  height: 51px;
  border: none;
  text-indent: 100%;
  background: url(/wp/wp-content/themes/hokkai/shared/img/ui.totop.png) no-repeat left top;
  z-index: 999;
}

@media screen and (max-width: 673px) {
  #toTop {
    bottom: 16vw;
  }
}
#toTopHover {
  background: url(/wp/wp-content/themes/hokkai/shared/img/ui.totop.png) no-repeat left -51px;
  width: 51px;
  height: 51px;
  display: block;
  overflow: hidden;
  float: left;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}

#toTop:active,
#toTop:focus {
  outline: none;
}

div.none {
  padding: 2em 0;
}

span.customSelect {
  width: 300px;
  font-size: 15px;
  font-weight: bold;
  background-color: #f3f1ec;
  color: #656565;
  padding: 4px 15px 4px 10px;
  border: 1px solid #656565;
  margin-right: 25px;
}

@media screen and (max-width: 673px) {
  span.customSelect {
    font-size: 28rem;
    padding: 0.1428571429em 0.5357142857em 0.1428571429em 0.3571428571em;
    width: 100%;
    margin-top: 0.25em;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 673px) {
  select.styled {
    width: 75% !important;
    height: 1.9642857143em !important;
    box-sizing: border-box;
  }
}
span.customSelect.changed {
  background-color: #f0dea4;
}

.customSelectInner {
  background: url("/wp/wp-content/themes/hokkai/shared/img/customSelect-arrow.png") no-repeat center right;
  width: 100% !important;
  text-align: left;
}

@media screen and (max-width: 673px) {
  .customSelectInner {
    background-size: auto 25%;
  }
}
input[type=radio],
.wpcf7-list-item input[type=hidden],
input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}

input[type=radio] + span,
.wpcf7-list-item input[type=hidden] + span,
input[type=checkbox] + span {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  /* line-height: 1.5px; */
  line-height: 1.5;
  cursor: pointer;
}

@media (min-width: 1px) {
  input[type=radio],
  .wpcf7-list-item input[type=hidden],
  input[type=checkbox] {
    display: none;
    margin: 0;
  }
  input[type=radio] + span,
  .wpcf7-list-item input[type=hidden] + span,
  input[type=checkbox] + span {
    padding: 0 0 0 24px;
  }
  input[type=radio] + span::before,
  .wpcf7-list-item input[type=hidden] + span::before,
  input[type=checkbox] + span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 1.1428571429em;
    height: 1.1428571429em;
    margin-top: -0.6428571429em;
    background-color: white;
  }
  input[type=radio] + span::before,
  .wpcf7-list-item input[type=hidden] + span::before {
    border: 0.1428571429em solid #dcdcd5;
    border-radius: 2.1428571429em;
  }
  input[type=checkbox] + span::before {
    border: 2px solid #dcdcd5;
  }
  input[type=radio]:checked + span::after,
  .wpcf7-list-item input[type=hidden] + span::after,
  input[type=checkbox]:checked + span::after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
  input[type=radio]:checked + span::after,
  .wpcf7-list-item input[type=hidden] + span::after {
    left: 0.2857142857em;
    width: 0.5714285714em;
    height: 0.5714285714em;
    margin-top: -0.3571428571em;
    background: #aa0000;
    border-radius: 0.5714285714em;
  }
  input[type=checkbox]:checked + span::after {
    left: 7px;
    width: 16px;
    height: 8px;
    margin-top: -8px;
    border-left: 3px solid #12b4eb;
    border-bottom: 3px solid #12b4eb;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
.fix-btn {
  position: fixed;
  bottom: 4px;
  right: 4px;
  z-index: 1000;
}

.fix-btn__lists {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}

.fix-btn__lists__list {
  margin: 0 2px 0 0;
  padding: 0;
  line-height: 1;
}

.fix-btn__lists__list:last-child {
  margin: 0;
}

.fix-btn__lists__list img {
  height: auto;
}

@media screen and (max-width: 673px) {
  .fix-btn {
    width: calc(100% - 8px);
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .fix-btn__lists__list {
    width: 100%;
  }
  .fix-btn__lists__list img {
    width: 100%;
  }
}
.grecaptcha-badge {
  left: 6px !important;
  width: 70px !important;
  z-index: 2;
}

.grecaptcha-badge:hover {
  left: 6px !important;
  width: 256px !important;
}

@media screen and (max-width: 673px) {
  .grecaptcha-badge {
    bottom: 16vw !important;
  }
}/*# sourceMappingURL=common_new.css.map */