@charset "UTF-8";
/*
 common.cssは自動生成しているため、
 直接上書きしないでください。
*/
/* Vendor */
/* Site settings */
/* Base */
/* line 19, ../scss/base/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 25, ../scss/base/_reboot.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

/* line 35, ../scss/base/_reboot.scss */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/*
body {
  margin: 0; // 1
  font-family: $font-family-base;
  font-size: $font-size-base;
  font-weight: $font-weight-base;
  line-height: $line-height-base;
  color: $body-color;
  text-align: left; // 3
  background-color: $body-bg; // 2
}
*/
/* line 64, ../scss/base/_reboot.scss */
[tabindex="-1"]:focus {
  outline: 0 !important;
}

/* line 74, ../scss/base/_reboot.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 90, ../scss/base/_reboot.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 99, ../scss/base/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 112, ../scss/base/_reboot.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

/* line 121, ../scss/base/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 127, ../scss/base/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 134, ../scss/base/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 141, ../scss/base/_reboot.scss */
dt {
  font-weight: 1rem;
}

/* line 145, ../scss/base/_reboot.scss */
dd {
  margin-bottom: 0;
  margin-left: 0;
}

/* line 150, ../scss/base/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 154, ../scss/base/_reboot.scss */
b,
strong {
  font-weight: 600;
}

/* line 159, ../scss/base/_reboot.scss */
small {
  font-size: 80%;
}

/* line 168, ../scss/base/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 176, ../scss/base/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 177, ../scss/base/_reboot.scss */
sup {
  top: -.5em;
}

/*
a {
  color: $link-color;
  text-decoration: $link-decoration;
  background-color: transparent; // Remove the gray background on active links in IE 10.

  @include hover {
    color: $link-hover-color;
    text-decoration: $link-hover-decoration;
  }
}
*/
/* line 203, ../scss/base/_reboot.scss */
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
/* line 207, ../scss/base/_reboot.scss */
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/* line 217, ../scss/base/_reboot.scss */
pre,
code,
kbd,
samp {
  font-size: 1em;
}

/* line 224, ../scss/base/_reboot.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

/* line 238, ../scss/base/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 248, ../scss/base/_reboot.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 253, ../scss/base/_reboot.scss */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 265, ../scss/base/_reboot.scss */
table {
  border-collapse: collapse;
}

/* line 269, ../scss/base/_reboot.scss */
caption {
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
  caption-side: bottom;
}

/* line 276, ../scss/base/_reboot.scss */
th {
  text-align: inherit;
}

/* line 287, ../scss/base/_reboot.scss */
label {
  display: inline-block;
  margin-bottom: 0;
}

/* line 296, ../scss/base/_reboot.scss */
button {
  border-radius: 0;
}

/* line 305, ../scss/base/_reboot.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 310, ../scss/base/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 321, ../scss/base/_reboot.scss */
button,
input {
  overflow: visible;
}

/* line 326, ../scss/base/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 334, ../scss/base/_reboot.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 342, ../scss/base/_reboot.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 350, ../scss/base/_reboot.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 357, ../scss/base/_reboot.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

/* line 369, ../scss/base/_reboot.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 375, ../scss/base/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 390, ../scss/base/_reboot.scss */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

/* line 402, ../scss/base/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 407, ../scss/base/_reboot.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 412, ../scss/base/_reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 425, ../scss/base/_reboot.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 434, ../scss/base/_reboot.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 443, ../scss/base/_reboot.scss */
output {
  display: inline-block;
}

/* line 447, ../scss/base/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 452, ../scss/base/_reboot.scss */
template {
  display: none;
}

/* line 458, ../scss/base/_reboot.scss */
[hidden] {
  display: none !important;
}

/* 共通要素 */
/* line 2, ../scss/base/_main.scss */
html {
  font-size: 62.5%;
}

/* line 5, ../scss/base/_main.scss */
body {
  margin: 0;
  width: 100%;
  max-width: 100%;
  font-size: 1.6rem;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #666666;
  letter-spacing: 0;
}

/* line 16, ../scss/base/_main.scss */
#site-container {
  overflow-x: hidden;
}

/* line 19, ../scss/base/_main.scss */
.container {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 25, ../scss/base/_main.scss */
.content {
  width: 100%;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 30, ../scss/base/_main.scss */
.flex-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 35, ../scss/base/_main.scss */
.flex-wrapper.row-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* line 40, ../scss/base/_main.scss */
.img-wrapper img {
  display: block;
  width: 100%;
}

/* line 45, ../scss/base/_main.scss */
ul {
  list-style-type: none;
  padding-left: 0;
}

/* line 49, ../scss/base/_main.scss */
h1, h2, h3, h4, h5, .title {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
}
/* line 53, ../scss/base/_main.scss */
h1 > *, h2 > *, h3 > *, h4 > *, h5 > *, .title > * {
  display: block;
  line-height: 1.3;
}
/* line 57, ../scss/base/_main.scss */
h1 span, h2 span, h3 span, h4 span, h5 span, .title span {
  font-family: "Josefin Sans", sans-serif;
}
/* line 60, ../scss/base/_main.scss */
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, .title strong {
  font-family: "Noto Sans JP", sans-serif;
}

/* line 64, ../scss/base/_main.scss */
section, div, p, ul, li {
  margin: 0;
  padding: 0;
}

/* line 68, ../scss/base/_main.scss */
em {
  font-style: normal;
}

/* line 71, ../scss/base/_main.scss */
strong, em, b {
  font-family: "Noto Sans JP", sans-serif;
}

/* line 74, ../scss/base/_main.scss */
figure {
  margin-bottom: 0;
}

/* line 77, ../scss/base/_main.scss */
figcaption {
  margin-top: 10px;
}

/* line 80, ../scss/base/_main.scss */
.is-pc {
  display: block !important;
}

/* line 83, ../scss/base/_main.scss */
.is-sp {
  display: none !important;
}

/* line 87, ../scss/base/_main.scss */
.clear-both {
  clear: both;
}

/* line 88, ../scss/base/_main.scss */
.overflow-auto {
  overflow: auto;
}

/* line 89, ../scss/base/_main.scss */
.text-align-center {
  text-align: center;
}

/* line 90, ../scss/base/_main.scss */
.text-align-left {
  text-align: left;
}

/* line 91, ../scss/base/_main.scss */
.text-align-right {
  text-align: right;
}

/* line 92, ../scss/base/_main.scss */
.font-weight-bold {
  font-weight: bold;
}

/* line 93, ../scss/base/_main.scss */
.margin-0-auto {
  margin: 0 auto;
}

/* line 94, ../scss/base/_main.scss */
.margin-right-auto {
  margin-right: auto;
}

/* line 95, ../scss/base/_main.scss */
.margin-left-auto {
  margin-left: auto;
}

/* line 96, ../scss/base/_main.scss */
.float-left {
  float: left;
}

/* line 97, ../scss/base/_main.scss */
.position-relative {
  position: relative;
}

/* line 98, ../scss/base/_main.scss */
.vertical-align-middle {
  vertical-align: middle;
}

@media screen and (max-width: 639px) {
  /* line 101, ../scss/base/_main.scss */
  body {
    font-size: 1.4rem;
  }

  /* line 104, ../scss/base/_main.scss */
  .is-pc {
    display: none !important;
  }

  /* line 107, ../scss/base/_main.scss */
  .is-sp {
    display: block !important;
  }
}
/* line 17, ../scss/common.scss */
#main-content-area {
  overflow-x: hidden;
}

/* line 21, ../scss/common.scss */
#onlinecounter-content > section {
  margin: 0 auto;
  max-width: 1060px;
  width: 100%;
}
/* line 27, ../scss/common.scss */
#onlinecounter-content .sec-title strong {
  display: block;
  font-size: 3.5rem;
  font-weight: bold;
  color: #2FA29F;
  position: relative;
  text-align: center;
}
/* line 34, ../scss/common.scss */
#onlinecounter-content .sec-title strong::after {
  content: "";
  width: 22px;
  height: 1px;
  background-color: #666666;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: auto;
  bottom: -20px;
}
/* line 44, ../scss/common.scss */
#onlinecounter-content .sec-title span {
  margin-top: 40px;
  font-size: 4rem;
  font-family: "Allison", cursive;
  text-align: center;
}
/* line 51, ../scss/common.scss */
#onlinecounter-content .sec-title-simple {
  padding: 1.2rem 0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.4rem;
  font-weight: 300;
  letter-spacing: 0;
  text-align: center;
  line-height: 1;
  border-top: 1px solid #C4C4C4;
  border-bottom: 1px solid #C4C4C4;
}
/* line 62, ../scss/common.scss */
#onlinecounter-content .btn {
  width: 340px;
  max-width: 100%;
  height: 54px;
  border-radius: 8px;
}
/* line 67, ../scss/common.scss */
#onlinecounter-content .btn > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
/* line 72, ../scss/common.scss */
#onlinecounter-content .btn > a span {
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-left: -12px;
}
/* line 78, ../scss/common.scss */
#onlinecounter-content .btn > a span::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(../img/arrow-right.svg);
  background-size: cover;
  display: block;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: auto;
  right: -24px;
}
/* line 91, ../scss/common.scss */
#onlinecounter-content .btn-green {
  background-color: #77BEBC;
  -moz-transition: background-color, linear 0.2s;
  -o-transition: background-color, linear 0.2s;
  -webkit-transition: background-color, linear 0.2s;
  transition: background-color, linear 0.2s;
}
/* line 94, ../scss/common.scss */
#onlinecounter-content .btn-green a {
  opacity: 1 !important;
}
/* line 97, ../scss/common.scss */
#onlinecounter-content .btn-green:hover {
  background-color: #2FA29F;
}

@media screen and (max-width: 639px) {
  /* line 105, ../scss/common.scss */
  #onlinecounter-content > section {
    padding-left: 16px;
    padding-right: 16px;
  }
  /* line 110, ../scss/common.scss */
  #onlinecounter-content .sec-title strong {
    font-size: 2.2rem;
  }
  /* line 112, ../scss/common.scss */
  #onlinecounter-content .sec-title strong::after {
    bottom: -20px;
  }
  /* line 116, ../scss/common.scss */
  #onlinecounter-content .sec-title span {
    margin-top: 20px;
    font-size: 3rem;
  }
  /* line 121, ../scss/common.scss */
  #onlinecounter-content .sec-title-simple {
    padding: 0.8rem 0;
    font-size: 1.6rem;
  }
}
/* キービジュアル */
/* line 129, ../scss/common.scss */
#keyvisual {
  background-color: #E9EAEC;
  max-width: 100%;
  height: 452px;
  position: relative;
}
/* line 134, ../scss/common.scss */
#keyvisual .bg-img {
  background-image: url(../img/key-visual.jpg);
  width: 1916px;
  height: 452px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
/* line 147, ../scss/common.scss */
#keyvisual h1 {
  background-color: rgba(255, 255, 255, 0.85);
  width: 562px;
  height: 64px;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: auto;
  bottom: 40px;
  border-radius: 20px;
  z-index: 2;
}
/* line 156, ../scss/common.scss */
#keyvisual h1 span {
  display: block;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 3.5rem;
  color: #2FA29F;
  white-space: nowrap;
  letter-spacing: 0;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 167, ../scss/common.scss */
.lead-text {
  margin: 50px auto 0;
  width: 520px;
  font-size: 1.8rem;
}

@media screen and (max-width: 639px) {
  /* line 173, ../scss/common.scss */
  #keyvisual {
    height: auto;
  }
  /* line 175, ../scss/common.scss */
  #keyvisual .bg-img {
    background-image: url(../img/key-visual-sp.jpg);
    width: 100%;
    padding-top: 76.4%;
    height: 0;
    position: relative;
    top: 0;
    left: 0;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  /* line 185, ../scss/common.scss */
  #keyvisual h1 {
    width: 80%;
    height: 40px;
    bottom: 20px;
    border-radius: 20px;
  }
  /* line 190, ../scss/common.scss */
  #keyvisual h1 span {
    font-size: 2.1rem;
  }

  /* line 195, ../scss/common.scss */
  .lead-text {
    margin: 20px auto 0;
    padding: 0 16px;
    width: 100%;
    font-size: 1.4rem;
  }
}
/* オンライン相談が選ばれる理由 */
/* line 204, ../scss/common.scss */
#onlinecounter-reason {
  padding-top: 80px;
  -webkit-align-items: center;
  align-items: center;
}
/* line 207, ../scss/common.scss */
#onlinecounter-reason h2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.4rem;
  font-weight: 300;
  letter-spacing: 0;
  display: inline-block;
  margin: 0 auto 30px;
  position: relative;
  line-height: 1;
}
/* line 216, ../scss/common.scss */
#onlinecounter-reason h2::after {
  content: "";
  width: 100%;
  height: 20px;
  background-color: #2FA29F;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
  opacity: .2;
}
/* line 228, ../scss/common.scss */
#onlinecounter-reason .text {
  width: 500px;
  text-align: center;
}
/* line 231, ../scss/common.scss */
#onlinecounter-reason .text .flex-wrapper {
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: center;
  justify-content: center;
}
/* line 233, ../scss/common.scss */
#onlinecounter-reason .text .flex-wrapper > div {
  width: 30%;
  min-height: 100px;
  border-radius: 7px;
  background-color: #ABDAD8;
  position: relative;
}
/* line 239, ../scss/common.scss */
#onlinecounter-reason .text .flex-wrapper > div > p {
  padding: 20px 0;
}
/* line 241, ../scss/common.scss */
#onlinecounter-reason .text .flex-wrapper > div > p > * {
  display: block;
  color: white;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 300;
  line-height: 1.4;
  white-space: nowrap;
}
/* line 251, ../scss/common.scss */
#onlinecounter-reason .text .flex-wrapper > div span {
  font-size: 2.5rem;
  line-height: 1.4;
}
/* line 255, ../scss/common.scss */
#onlinecounter-reason .text .flex-wrapper > div small {
  font-size: 1.9rem;
  line-height: 1;
}
/* line 259, ../scss/common.scss */
#onlinecounter-reason .text .flex-wrapper > div em {
  font-size: 6rem;
  line-height: 1;
}
#onlinecounter-reason .text .flex-wrapper .reason2 {
  margin-left: 25px;
}
/* line 266, ../scss/common.scss */
#onlinecounter-reason .img {
  width: 520px;
  position: relative;
}
/* line 269, ../scss/common.scss */
#onlinecounter-reason .img .desc {
  width: 345px;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 30px;
  text-align: center;
  padding: 30px 15px;
  background-color: rgba(255, 255, 255, 0.85);
}
/* line 276, ../scss/common.scss */
#onlinecounter-reason .img .desc strong {
  display: block;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
  color: #2FA29F;
  letter-spacing: .1rem;
}
/* line 284, ../scss/common.scss */
#onlinecounter-reason .img .desc strong em {
  font-size: 3.3rem;
  line-height: 1;
  color: #2FA29F;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  position: relative;
  top: .3rem;
}
/* line 293, ../scss/common.scss */
#onlinecounter-reason .img .desc p {
  margin-top: 1.5rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 300;
  color: #2FA29F;
}
/* line 301, ../scss/common.scss */
#onlinecounter-reason .img .desc .icon {
  width: 68px;
  height: 68px;
  background-color: #2FA29F;
  color: white;
  position: absolute;
  top: -14px;
  left: -14px;
  border-radius: 34px;
}
/* line 310, ../scss/common.scss */
#onlinecounter-reason .img .desc .icon span {
  display: block;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 1;
  white-space: nowrap;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 639px) {
  /* line 322, ../scss/common.scss */
  #onlinecounter-reason {
    padding-top: 20px;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  /* line 326, ../scss/common.scss */
  #onlinecounter-reason h2 {
    font-size: 1.6rem;
    margin: 0 auto 20px;
  }
  /* line 329, ../scss/common.scss */
  #onlinecounter-reason h2::after {
    height: 14px;
  }
  /* line 333, ../scss/common.scss */
  #onlinecounter-reason .text {
    margin-top: 20px;
    max-width: 100%;
  }
  /* line 337, ../scss/common.scss */
  #onlinecounter-reason .text .flex-wrapper > div {
    min-height: 68px;
  }
  /* line 339, ../scss/common.scss */
  #onlinecounter-reason .text .flex-wrapper > div > p {
    padding: 12px 0;
  }
  /* line 342, ../scss/common.scss */
  #onlinecounter-reason .text .flex-wrapper > div span {
    font-size: 1.7rem;
  }
  /* line 345, ../scss/common.scss */
  #onlinecounter-reason .text .flex-wrapper > div small {
    font-size: 1.3rem;
  }
  /* line 348, ../scss/common.scss */
  #onlinecounter-reason .text .flex-wrapper > div em {
    font-size: 4rem;
  }
  #onlinecounter-reason .text .flex-wrapper .reason2 {
    margin-left: 20px;
  }  
  /* line 354, ../scss/common.scss */
  #onlinecounter-reason .img {
    max-width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  /* line 357, ../scss/common.scss */
  #onlinecounter-reason .img .desc {
    max-width: 90%;
    top: 25px;
    text-align: center;
    padding: 20px 10px;
  }
  /* line 362, ../scss/common.scss */
  #onlinecounter-reason .img .desc p {
    font-size: 1.3rem;
  }
}
/* こんな方にオススメ */
/* line 371, ../scss/common.scss */
#onlinecounter-recommends {
  padding-top: 60px;
}
/* line 373, ../scss/common.scss */
#onlinecounter-recommends ul {
  width: 880px;
  margin: 0 auto;
}
/* line 376, ../scss/common.scss */
#onlinecounter-recommends ul li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 40px;
}
/* line 381, ../scss/common.scss */
#onlinecounter-recommends ul li p {
  padding-left: 34px;
  width: 60%;
  position: relative;
  font-size: 1.8rem;
}
/* line 386, ../scss/common.scss */
#onlinecounter-recommends ul li p::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/icon-tick.svg);
  background-size: cover;
  position: absolute;
  top: 4px;
  left: 0;
}
/* line 397, ../scss/common.scss */
#onlinecounter-recommends ul li .btn {
  margin: 0 auto;
}
/* line 402, ../scss/common.scss */
#onlinecounter-recommends > section {
  width: 880px;
  margin: 0 auto;
}
/* line 407, ../scss/common.scss */
#onlinecounter-recommends .ask-online {
  margin-top: 60px;
  -webkit-align-items: stretch;
  align-items: stretch;
}
/* line 410, ../scss/common.scss */
#onlinecounter-recommends .ask-online .text {
  width: 60%;
  background-color: #F7F7F7;
  padding: 30px 20px;
}
/* line 414, ../scss/common.scss */
#onlinecounter-recommends .ask-online .text h3 {
  font-size: 2rem;
  letter-spacing: 0;
  text-align: center;
  line-height: 1;
  color: #2FA29F;
}
/* line 421, ../scss/common.scss */
#onlinecounter-recommends .ask-online .text p {
  padding-top: 30px;
}
/* line 425, ../scss/common.scss */
#onlinecounter-recommends .ask-online .img {
  width: 40%;
}

@media screen and (max-width: 639px) {
  /* line 431, ../scss/common.scss */
  #onlinecounter-recommends {
    padding-top: 40px;
  }
  /* line 433, ../scss/common.scss */
  #onlinecounter-recommends ul {
    max-width: 100%;
  }
  /* line 435, ../scss/common.scss */
  #onlinecounter-recommends ul li {
    display: block;
    padding-top: 20px;
  }
  /* line 438, ../scss/common.scss */
  #onlinecounter-recommends ul li p {
    margin-bottom: 10px;
    width: 100%;
    padding-left: 34px;
    font-size: 1.4rem;
  }
  /* line 446, ../scss/common.scss */
  #onlinecounter-recommends > section {
    max-width: 100%;
  }
  /* line 450, ../scss/common.scss */
  #onlinecounter-recommends .ask-online {
    width: 100vw;
    max-width: 100vw;
    margin: 30px calc(50% - 50vw) 0;
  }
  /* line 454, ../scss/common.scss */
  #onlinecounter-recommends .ask-online .text {
    padding: 15px 16px;
  }
  /* line 456, ../scss/common.scss */
  #onlinecounter-recommends .ask-online .text h3 {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  /* line 460, ../scss/common.scss */
  #onlinecounter-recommends .ask-online .text p {
    padding-top: 20px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
/* ウェディングコンシェルジュ */
/* line 473, ../scss/common.scss */
#onlinecounter-experts {
  padding-top: 140px;
}
/* line 475, ../scss/common.scss */
#onlinecounter-experts p {
  padding-top: 50px;
  width: 520px;
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 1.8;
}
/* line 482, ../scss/common.scss */
#onlinecounter-experts ul {
  padding-top: 60px;
}
/* line 484, ../scss/common.scss */
#onlinecounter-experts ul li {
  width: 18%;
  position: relative;
}
/* line 487, ../scss/common.scss */
#onlinecounter-experts ul li p {
  color: white;
  font-weight: bold;
  display: block;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: auto;
  right: 20px;
  text-align: right;
}
/* line 495, ../scss/common.scss */
#onlinecounter-experts ul li img {
  border-radius: 50%;
}

@media screen and (max-width: 639px) {
  /* line 502, ../scss/common.scss */
  #onlinecounter-experts {
    padding-top: 50px;
  }
  /* line 504, ../scss/common.scss */
  #onlinecounter-experts p {
    padding-top: 10px;
    max-width: 100%;
    font-size: 1.4rem;
  }
  /* line 509, ../scss/common.scss */
  #onlinecounter-experts ul {
    padding-top: 20px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 512, ../scss/common.scss */
  #onlinecounter-experts ul li {
    width: 48%;
    margin-bottom: 15px;
  }
  /* line 515, ../scss/common.scss */
  #onlinecounter-experts ul li p {
    font-size: 1.4rem;
  }
}
/* お悩み別のおすすめオンライン相談 */
/* line 524, ../scss/common.scss */
#onlinecounter-samples {
  padding-top: 80px;
}
/* line 529, ../scss/common.scss */
#onlinecounter-samples > section {
  margin-top: 40px;
  border-bottom: 2px solid #C4C4C4;
}
/* line 532, ../scss/common.scss */
#onlinecounter-samples > section:last-child {
  border-bottom: none;
}
/* line 536, ../scss/common.scss */
#onlinecounter-samples .img-wrapper {
  margin-top: 40px;
}
/* line 539, ../scss/common.scss */
#onlinecounter-samples h3 {
  background-color: #EDEDED;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  height: 86px;
}
/* line 545, ../scss/common.scss */
#onlinecounter-samples h3 strong {
  padding-left: 70px;
  width: calc(100% - 40px);
  position: relative;
  font-size: 2rem;
  font-weight: normal;
}
/* line 551, ../scss/common.scss */
#onlinecounter-samples h3 strong::before {
  content: "";
  width: 36px;
  height: 36px;
  background-image: url(../img/icon-tick.svg);
  background-size: cover;
  position: absolute;
  top: -4px;
  left: 20px;
}
/* line 562, ../scss/common.scss */
#onlinecounter-samples h3 span {
  width: 190px;
  margin-right: 10px;
  display: inline-block;
  border: 1px solid #EABBC1;
  color: #EB6877;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.5rem;
  padding: .6rem 0;
  text-align: center;
  background-color: white;
  letter-spacing: 0;
}
/* line 576, ../scss/common.scss */
#onlinecounter-samples .flex-wrapper {
  padding-top: 40px;
}
/* line 578, ../scss/common.scss */
#onlinecounter-samples .flex-wrapper .text {
  width: 55%;
  padding-right: 30px;
}
/* line 582, ../scss/common.scss */
#onlinecounter-samples .flex-wrapper .examples {
  width: 45%;
  padding-left: 30px;
  border-left: 1px solid #707070;
}
/* line 588, ../scss/common.scss */
#onlinecounter-samples .btn {
  margin: 40px auto 30px;
}
/* line 591, ../scss/common.scss */
#onlinecounter-samples .btn > a span {
  display: inline-block;
  font-size: 1.8rem !important;
  white-space: nowrap;
  line-height: 1;
}

@media screen and (max-width: 639px) {
  /* line 601, ../scss/common.scss */
  #onlinecounter-samples {
    padding-top: 20px;
  }
  /* line 603, ../scss/common.scss */
  #onlinecounter-samples > section {
    margin-top: 30px;
  }
  /* line 606, ../scss/common.scss */
  #onlinecounter-samples .img-wrapper {
    margin-top: 20px;
  }
  /* line 609, ../scss/common.scss */
  #onlinecounter-samples h3 {
    background-color: #EDEDED;
    display: block;
    height: auto;
    position: relative;
    padding: 10px 0;
  }
  /* line 615, ../scss/common.scss */
  #onlinecounter-samples h3 strong {
    padding-left: 40px;
    width: 100%;
    font-size: 1.4rem;
  }
  /* line 619, ../scss/common.scss */
  #onlinecounter-samples h3 strong::before {
    width: 24px;
    height: 24px;
    top: -2px;
    left: 10px;
  }
  /* line 626, ../scss/common.scss */
  #onlinecounter-samples h3 span {
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: auto;
    bottom: -50px;
  }
  /* line 632, ../scss/common.scss */
  #onlinecounter-samples .flex-wrapper {
    padding-top: 15px;
    display: block;
  }
  /* line 635, ../scss/common.scss */
  #onlinecounter-samples .flex-wrapper .text {
    width: 100%;
    padding-right: 0;
    font-size: 1.4rem;
  }
  /* line 640, ../scss/common.scss */
  #onlinecounter-samples .flex-wrapper .examples {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #707070;
    border-left: none;
    font-size: 1.4rem;
  }
  /* line 650, ../scss/common.scss */
  #onlinecounter-samples .btn {
    margin: 20px auto 30px;
  }
  /* line 653, ../scss/common.scss */
  #onlinecounter-samples .btn > a span {
    font-size: 1.6rem !important;
  }
}
/* オンライン相談 3つのポイント */
/* line 662, ../scss/common.scss */
#onlinecounter-points {
  padding-top: 140px;
}
/* line 664, ../scss/common.scss */
#onlinecounter-points .flex-wrapper {
  margin-top: 40px;
  -webkit-align-items: stretch;
  align-items: stretch;
}
/* line 667, ../scss/common.scss */
#onlinecounter-points .flex-wrapper .text {
  width: 49%;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  line-height: 1.8;
  position: relative;
}
/* line 673, ../scss/common.scss */
#onlinecounter-points .flex-wrapper .text p {
  display: block;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 677, ../scss/common.scss */
#onlinecounter-points .flex-wrapper .img {
  width: 49%;
  position: relative;
}
/* line 680, ../scss/common.scss */
#onlinecounter-points .flex-wrapper .img h3 {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
}
/* line 684, ../scss/common.scss */
#onlinecounter-points .flex-wrapper .img h3 > * {
  display: block;
  white-space: nowrap;
  letter-spacing: 0;
}
/* line 689, ../scss/common.scss */
#onlinecounter-points .flex-wrapper .img h3 small {
  margin-bottom: 20px;
  font-size: 2.9rem;
}
/* line 693, ../scss/common.scss */
#onlinecounter-points .flex-wrapper .img h3 span {
  font-size: 2.5rem;
}
/* line 696, ../scss/common.scss */
#onlinecounter-points .flex-wrapper .img h3 strong {
  font-size: 3.2rem;
}

@media screen and (max-width: 639px) {
  /* line 704, ../scss/common.scss */
  #onlinecounter-points {
    padding-top: 50px;
  }
  /* line 706, ../scss/common.scss */
  #onlinecounter-points .flex-wrapper {
    margin-top: 30px;
    display: block;
  }
  /* line 709, ../scss/common.scss */
  #onlinecounter-points .flex-wrapper .text {
    width: 100%;
    border-top: none;
    border-bottom: none;
    line-height: 1.8;
  }
  /* line 714, ../scss/common.scss */
  #onlinecounter-points .flex-wrapper .text p {
    margin-top: 15px;
    font-size: 1.4rem;
    position: relative;
    top: auto;
    left: auto;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  /* line 723, ../scss/common.scss */
  #onlinecounter-points .flex-wrapper .img {
    width: 100%;
  }
  /* line 726, ../scss/common.scss */
  #onlinecounter-points .flex-wrapper .img h3 small {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
  /* line 730, ../scss/common.scss */
  #onlinecounter-points .flex-wrapper .img h3 span {
    font-size: 1.4rem;
  }
  /* line 733, ../scss/common.scss */
  #onlinecounter-points .flex-wrapper .img h3 strong {
    font-size: 2rem;
  }
}
/* オンライン相談の流れ */
/* line 743, ../scss/common.scss */
#onlinecounter-steps {
  padding-top: 140px;
}
/* line 745, ../scss/common.scss */
#onlinecounter-steps .wrapper {
  padding: 30px 0;
  background-color: #F7F7F7;
  width: 100vw;
  margin: 30px calc(50% - 50vw) 0;
  position: relative;
}
@media screen and (min-width: 640px) and (max-width: 1079px) {
  /* line 745, ../scss/common.scss */
  #onlinecounter-steps .wrapper {
    width: 100%;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 639px) {
  /* line 745, ../scss/common.scss */
  #onlinecounter-steps .wrapper {
    padding-bottom: 40px;
  }
}
/* line 758, ../scss/common.scss */
#onlinecounter-steps .wrapper .swiper-container {
  max-width: 1060px;
  width: 100%;
}
/* line 762, ../scss/common.scss */
#onlinecounter-steps .wrapper section {
  padding: 10px;
  background-color: white;
  margin-right: 15px;
}
/* line 766, ../scss/common.scss */
#onlinecounter-steps .wrapper section:last-child {
  margin-right: 0;
}
/* line 769, ../scss/common.scss */
#onlinecounter-steps .wrapper section h3 {
  position: relative;
  height: 40px;
  margin-top: 50px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
/* line 776, ../scss/common.scss */
#onlinecounter-steps .wrapper section h3:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -30px;
  background-size: cover;
}
/* line 785, ../scss/common.scss */
#onlinecounter-steps .wrapper section.step1 h3:before {
  width: 23px;
  height: 17px;
  background-image: url(../img/icon-email.svg);
}
/* line 794, ../scss/common.scss */
#onlinecounter-steps .wrapper section.step2 h3:before {
  width: 16px;
  height: 23px;
  top: -33px;
  background-image: url(../img/icon-sp.svg);
}
/* line 804, ../scss/common.scss */
#onlinecounter-steps .wrapper section.step3 h3:before {
  width: 18px;
  height: 20px;
  background-image: url(../img/icon-home.svg);
}
/* line 811, ../scss/common.scss */
#onlinecounter-steps .wrapper section p {
  margin-top: 30px;
  padding-bottom: 40px;
  line-height: 1.8;
}
/* line 816, ../scss/common.scss */
#onlinecounter-steps .wrapper section em {
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 1.7rem;
  color: #DBDBDB;
}

/* line 827, ../scss/common.scss */
.swiper-slide {
  height: auto !important;
}

/* line 830, ../scss/common.scss */
.swiper-pagination {
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transform: translateX(-50%) !important;
  -webkit-transform: translateX(-50%) !important;
  top: auto;
  bottom: 5px;
}
/* line 836, ../scss/common.scss */
.swiper-pagination > * {
  margin: 0 8px;
  width: 12px !important;
  height: 12px !important;
}

/* line 842, ../scss/common.scss */
.swiper-pagination-bullet-active {
  background-color: #EABBC1 !important;
}

/* コンバージョンボタン枠 */
/* line 847, ../scss/common.scss */
.cv-wrapper {
  margin: 50px auto 0;
  width: 880px;
  border: 4px solid #77BEBC;
  padding: 20px 0 25px;
  border-radius: 16px;
}
/* line 853, ../scss/common.scss */
.cv-wrapper p {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.8;
  color: #2FA29F;
  text-align: center;
}
/* line 860, ../scss/common.scss */
.cv-wrapper .btns {
  margin-top: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
/* line 864, ../scss/common.scss */
.cv-wrapper .btns .btn {
  margin: 0 10px;
}
/* line 866, ../scss/common.scss */
.cv-wrapper .btns .btn span {
  white-space: nowrap;
  font-size: 1.8rem !important;
  line-height: 1 !important;
}

@media screen and (max-width: 639px) {
  /* line 875, ../scss/common.scss */
  .cv-wrapper {
    margin: 20px auto 0;
    max-width: 100%;
    padding: 15px 0 10px;
  }
  /* line 879, ../scss/common.scss */
  .cv-wrapper p {
    font-size: 1.5rem;
  }
  /* line 882, ../scss/common.scss */
  .cv-wrapper .btns {
    margin-top: 10px;
    display: block;
  }
  /* line 885, ../scss/common.scss */
  .cv-wrapper .btns .btn {
    margin: 10px auto;
    max-width: 90% !important;
  }
  /* line 888, ../scss/common.scss */
  .cv-wrapper .btns .btn span {
    font-size: 1.6rem !important;
  }
}
/* 新郎新婦様からの声 */
/* line 897, ../scss/common.scss */
#onlinecounter-voices {
  padding-top: 140px;
}
/* line 899, ../scss/common.scss */
#onlinecounter-voices .wrapper {
  margin-top: 50px;
  background-color: #F7F7F7;
  padding: 90px 90px 50px;
}
/* line 904, ../scss/common.scss */
#onlinecounter-voices .wrapper ul li {
  margin-bottom: 55px;
  padding: 40px 25px;
  background-color: white;
  line-height: 1.8;
  position: relative;
}
/* line 906, ../scss/common.scss */
#onlinecounter-voices .wrapper ul li:last-child {
  margin-bottom: 0;
}
/* line 913, ../scss/common.scss */
#onlinecounter-voices .wrapper ul li em {
  color: #2FA29F;
  font-weight: bold;
  text-decoration: underline;
}
/* line 918, ../scss/common.scss */
#onlinecounter-voices .wrapper ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -41px;
  width: 82px;
  height: 82px;
  background-color: white;
  border-radius: 50%;
}
/* line 927, ../scss/common.scss */
#onlinecounter-voices .wrapper ul li::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -26px;
  width: 35px;
  height: 44px;
  background-image: url(../img/icon-bride.svg);
  background-size: cover;
}

@media screen and (max-width: 639px) {
  /* line 941, ../scss/common.scss */
  #onlinecounter-voices {
    padding-top: 50px;
  }
  /* line 943, ../scss/common.scss */
  #onlinecounter-voices .wrapper {
    margin-top: 20px;
    padding: 50px 16px 30px;
    width: 100vw;
    margin: 20px calc(50% - 50vw) 0;
  }
  /* line 949, ../scss/common.scss */
  #onlinecounter-voices .wrapper ul li {
    margin-bottom: 55px;
    padding: 30px 20px 20px;
  }
  /* line 951, ../scss/common.scss */
  #onlinecounter-voices .wrapper ul li:last-child {
    margin-bottom: 0;
  }
  /* line 955, ../scss/common.scss */
  #onlinecounter-voices .wrapper ul li::before {
    top: -32px;
    width: 64px;
    height: 64px;
  }
  /* line 960, ../scss/common.scss */
  #onlinecounter-voices .wrapper ul li::after {
    top: -16px;
    width: 25px;
    height: 34px;
  }
}
/* よくある質問 */
/* line 972, ../scss/common.scss */
#onlinecounter-faq {
  padding-top: 140px;
}

/* line 975, ../scss/common.scss */
#oc-faq-wrapper {
  background-color: #DBDBDB;
  width: 100vw;
  padding: 50px 0;
  margin: 40px calc(50% - 50vw) 0;
}
@media screen and (max-width: 1079px) {
  /* line 975, ../scss/common.scss */
  #oc-faq-wrapper {
    width: 100%;
    margin: 40px auto 0;
  }
}
/* line 984, ../scss/common.scss */
#oc-faq-wrapper .qa {
  width: 880px;
  max-width: 100%;
  margin: 0 auto 25px;
  background-color: white;
}
/* line 988, ../scss/common.scss */
#oc-faq-wrapper .qa:last-child {
  margin-bottom: 0;
}
/* line 992, ../scss/common.scss */
#oc-faq-wrapper .qa .q {
  padding: 1.5rem 0;
  font-size: 1.9rem;
  font-weight: bold;
  padding-left: 60px;
  position: relative;
  cursor: pointer;
}
/* line 999, ../scss/common.scss */
#oc-faq-wrapper .qa .q span {
  display: block;
  display: block;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: auto;
  right: 20px;
}
/* line 1006, ../scss/common.scss */
#oc-faq-wrapper .qa .q::before {
  content: "";
  width: 28px;
  height: 32px;
  background-image: url(../img/q.svg);
  background-size: cover;
  display: block;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 16px;
}
/* line 1015, ../scss/common.scss */
#oc-faq-wrapper .qa .q::after {
  content: "";
  background-image: url(../img/arrow-toggle.svg);
  width: 24px;
  height: 12px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform-origin: center center;
  -webkit-transform-origin: center center;
  display: block;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: auto;
  right: 20px;
}
/* line 1028, ../scss/common.scss */
#oc-faq-wrapper .qa .a {
  background-color: #EFEFEF;
  position: relative;
  max-height: 0;
  -moz-transition: max-height 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: max-height 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: max-height 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: max-height 1s cubic-bezier(0.19, 1, 0.22, 1);
  overflow: hidden;
}
/* line 1034, ../scss/common.scss */
#oc-faq-wrapper .qa .a > p {
  padding: 1.5rem 0;
  padding-left: 60px;
}
/* line 1037, ../scss/common.scss */
#oc-faq-wrapper .qa .a > p::before {
  content: "";
  width: 28px;
  height: 32px;
  background-image: url(../img/a.svg);
  background-size: cover;
  position: absolute;
  top: 15px;
  left: 16px;
}
/* line 1051, ../scss/common.scss */
#oc-faq-wrapper .qa.is-active .q::after {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: -6px;
}
/* line 1056, ../scss/common.scss */
#oc-faq-wrapper .qa.is-active .a {
  max-height: 120px;
}

@media screen and (max-width: 639px) {
  /* line 1063, ../scss/common.scss */
  #onlinecounter-faq {
    padding-top: 50px;
  }

  /* line 1066, ../scss/common.scss */
  #oc-faq-wrapper {
    padding: 20px 16px;
    width: 100vw;
    max-width: 100vw;
    margin: 30px calc(50% - 50vw) 0;
  }
  /* line 1071, ../scss/common.scss */
  #oc-faq-wrapper .qa {
    max-width: 100%;
    margin: 0 auto 20px;
  }
  /* line 1074, ../scss/common.scss */
  #oc-faq-wrapper .qa .q {
    padding: 1rem 3rem 1rem 0;
    font-size: 1.4rem;
    padding-left: 35px;
  }
  /* line 1078, ../scss/common.scss */
  #oc-faq-wrapper .qa .q::before {
    width: 20px;
    height: 22px;
    left: 10px;
  }
  /* line 1083, ../scss/common.scss */
  #oc-faq-wrapper .qa .q::after {
    width: 18px;
    height: 9px;
    right: 10px;
  }
  /* line 1090, ../scss/common.scss */
  #oc-faq-wrapper .qa .a > p {
    padding: 1rem 1rem;
    padding-left: 35px;
    font-size: 1.3rem;
  }
  /* line 1094, ../scss/common.scss */
  #oc-faq-wrapper .qa .a > p::before {
    content: "";
    width: 22px;
    height: 20px;
    top: 10px;
    left: 10px;
  }
  /* line 1104, ../scss/common.scss */
  #oc-faq-wrapper .qa.is-active .a {
    max-height: 160px;
  }
}
/* 接続方法＆ご利用環境・注意事項 */
/* line 1113, ../scss/common.scss */
#onlinecounter-remarks {
  background-color: #F7F7F7;
  width: 100vw;
  padding: 50px 0;
  margin: 60px calc(50% - 50vw) 0;
}
@media screen and (max-width: 1079px) {
  /* line 1113, ../scss/common.scss */
  #onlinecounter-remarks {
    width: 100%;
    margin: 60px auto 0;
  }
}
/* line 1122, ../scss/common.scss */
#onlinecounter-remarks > section {
  width: 880px;
  max-width: 100%;
  margin: 0 auto 60px;
}
/* line 1126, ../scss/common.scss */
#onlinecounter-remarks > section h2 {
  margin-bottom: 20px;
  font-size: 2.6rem;
  font-weight: bold;
  color: #2FA29F;
  text-align: center;
}
/* line 1133, ../scss/common.scss */
#onlinecounter-remarks > section .oc-white-wrapper {
  padding-bottom: 40px;
  background-color: white;
}

/* line 1140, ../scss/common.scss */
#how-to-use ol {
  padding: 10px 40px 0;
}
/* line 1142, ../scss/common.scss */
#how-to-use ol li {
  padding: 20px 0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  border-bottom: 1px solid #C4C4C4;
  font-weight: 300;
  padding-left: 50px;
  position: relative;
}
/* line 1149, ../scss/common.scss */
#how-to-use ol li em {
  color: #2FA29F;
  font-size: 3rem;
  font-family: "Allison", cursive;
  position: absolute;
  display: block;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 2px;
}
/* line 1157, ../scss/common.scss */
#how-to-use ol li:last-child {
  border-bottom: none;
}

#how-to-use .pdf-link{
  text-align: center;
  padding: 0 40px 10px;
  color: #EB6877;
  font-size: 1.5rem;
}
#how-to-use .pdf-link span{
  font-size: 1.3rem;
}
#how-to-use .pdf-link .c-icon::before{
  font-size: 18px;
  display: inline-block;
  padding-bottom: 5px;
  margin-left: 5px;
}

/* line 1162, ../scss/common.scss */
#how-to-use .publication-btn {
  width: 240px;
  margin: 0 auto;
  opacity: 1;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
/* line 1167, ../scss/common.scss */
#how-to-use .publication-btn:hover {
  opacity: .7;
}
/* line 1171, ../scss/common.scss */
#how-to-use .btn-border {
  border: 2px solid #2FA29F;
  border-radius: 8px;
  margin: 0 auto;
  height: 68px;
  background-color: #F7F7F7;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
/* line 1178, ../scss/common.scss */
#how-to-use .btn-border a:hover {
  opacity: 1 !important;
}
/* line 1181, ../scss/common.scss */
#how-to-use .btn-border:hover {
  background-color: #ededed;
}
/* line 1184, ../scss/common.scss */
#how-to-use .btn-border span {
  margin-left: 35px !important;
  color: #2FA29F !important;
  white-space: nowrap;
}
/* line 1188, ../scss/common.scss */
#how-to-use .btn-border span::before {
  content: "";
  width: 53px;
  height: 40px;
  background-image: url(../img/icon-pc.svg);
  background-size: cover;
  display: block;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -70px;
}
/* line 1197, ../scss/common.scss */
#how-to-use .btn-border span::after {
  display: none !important;
}

/* line 1204, ../scss/common.scss */
#devices .oc-white-wrapper {
  padding: 20px 40px;
}
/* line 1206, ../scss/common.scss */
#devices .oc-white-wrapper > section {
  margin-top: 40px;
}
/* line 1208, ../scss/common.scss */
#devices .oc-white-wrapper > section > section {
  margin-top: 30px;
}
/* line 1210, ../scss/common.scss */
#devices .oc-white-wrapper > section > section p {
  font-size: 1.4rem;
}
/* line 1216, ../scss/common.scss */
#devices h3 {
  background-color: #C4C4C4;
  padding: .8rem 0;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 2rem;
}
/* line 1224, ../scss/common.scss */
#devices h4 {
  width: 160px;
  border: 1px solid #666666;
  font-weight: bold;
  padding: .4rem 0;
  text-align: center;
  margin: 0 auto;
}
/* line 1232, ../scss/common.scss */
#devices ul {
  max-width: 580px;
  margin: 30px auto 0;
}
/* line 1235, ../scss/common.scss */
#devices ul li {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
/* line 1238, ../scss/common.scss */
#devices ul li .img {
  margin-right: 20px;
}
/* line 1241, ../scss/common.scss */
#devices ul li .img-pc {
  width: 78px;
}
/* line 1244, ../scss/common.scss */
#devices ul li .img-tb {
  width: 50px;
}
/* line 1247, ../scss/common.scss */
#devices ul li .img-sp {
  width: 42px;
}
/* line 1253, ../scss/common.scss */
#devices h5 {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  font-weight: bold;
  border-bottom: 1px solid #C4C4C4;
  font-size: 1.4rem;
}

@media screen and (max-width: 639px) {
  /* line 1262, ../scss/common.scss */
  #onlinecounter-remarks {
    padding: 20px 16px;
    margin: 20px calc(50% - 50vw) 0;
  }
  /* line 1265, ../scss/common.scss */
  #onlinecounter-remarks > section {
    max-width: 100%;
    margin: 0 auto 20px;
  }
  /* line 1268, ../scss/common.scss */
  #onlinecounter-remarks > section h2 {
    margin-bottom: 15px;
    font-size: 2rem;
  }
  /* line 1272, ../scss/common.scss */
  #onlinecounter-remarks > section .oc-white-wrapper {
    padding-bottom: 30px;
  }

  /* line 1278, ../scss/common.scss */
  #how-to-use ol {
    padding: 10px 30px 0;
  }
  /* line 1280, ../scss/common.scss */
  #how-to-use ol li {
    padding: 20px 0;
    padding-left: 40px;
    font-size: 1.4rem;
  }
  /* line 1284, ../scss/common.scss */
  #how-to-use ol li em {
    font-size: 2.4rem;
  }

  #how-to-use .pdf-link{
    padding: 0 30px 10px;
  }
  /* line 1291, ../scss/common.scss */
  #devices .oc-white-wrapper {
    padding: 20px 16px;
  }
  /* line 1293, ../scss/common.scss */
  #devices .oc-white-wrapper > section {
    margin-top: 20px;
  }
  /* line 1295, ../scss/common.scss */
  #devices .oc-white-wrapper > section > section {
    margin-top: 20px;
  }
  /* line 1297, ../scss/common.scss */
  #devices .oc-white-wrapper > section > section p {
    font-size: 1.3rem;
  }
  /* line 1303, ../scss/common.scss */
  #devices h3 {
    font-size: 1.6rem;
    padding: .6rem 0;
  }
  /* line 1307, ../scss/common.scss */
  #devices h4 {
    width: 160px;
    padding: .2rem 0;
    font-size: 1.6rem;
  }
  /* line 1312, ../scss/common.scss */
  #devices ul {
    max-width: 100%;
    margin: 20px auto 0;
    padding: 0 20px;
  }
  /* line 1316, ../scss/common.scss */
  #devices ul li {
    display: block;
    width: 32%;
  }
  /* line 1319, ../scss/common.scss */
  #devices ul li .img {
    margin-right: 0;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 1325, ../scss/common.scss */
  #devices ul li .img-pc {
    width: 64px;
  }
  /* line 1328, ../scss/common.scss */
  #devices ul li .img-tb {
    width: 40px;
  }
  /* line 1331, ../scss/common.scss */
  #devices ul li .img-sp {
    width: 35px;
  }
  /* line 1334, ../scss/common.scss */
  #devices ul li span {
    display: block;
    font-size: 1.2rem;
    text-align: center;
  }
}

/* WATABE_MAINTE-2061 共通スタイルの上書き */
.p-tabNavi {
  border-bottom: none;
  padding: 0 !important;
  max-width: 100% !important;
}
.p-tabNavi__item {
  width: 50% !important;
  background: #c4c4c4;
  font-size: 13px;
  font-size: 1.3rem;
  margin-right: 0;
  line-height: 1.5;
  position: relative;
  height: 80px;
  color: #666;
  font-weight: bold;
}
.p-tabNavi__item p {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.p-tabNavi__item.is-active {
  background: #fff;
  height: 90px;
  border-top: 2px solid #c4c4c4;
  border-right: 2px solid #c4c4c4;
  border-left: 2px solid #c4c4c4;
}
.p-tabCont__item {
  border: 2px solid #c4c4c4;
  border-top: none;
}
.p-tabCont__item h6 {
  font-weight: bold;
}
@media print, screen and (min-width: 640px) {
  .p-tabNavi__item {
    height: 70px;
  }
  .p-tabNavi__item.is-active {
    height: 80px;
  }
  .p-tabCont__item h6 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}