/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
  outline: 0;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  color: #000;
  text-decoration: none;
  background-color: #ff9;
}

/* change colours to suit your needs */
mark {
  font-weight: bold;
  color: #000;
  font-style: italic;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

input,
select {
  vertical-align: middle;
}

/*!
 * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
  color: #212529;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

abbr[title],
abbr[data-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  line-height: inherit;
  font-style: normal;
}

dt {
  font-weight: 700;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

code,
kbd,
samp {
  font-size: 1em;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

pre {
  overflow: auto;
  white-space: pre-wrap;
}

img {
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  caption-side: bottom;
  text-align: left;
  color: #6c757d;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

body {
  font-family: Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  background: #fbfefe url(./../img/main/bg-pc.png?20230817) repeat-x left 0 top 0/1px auto;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  body {
    background: #fbfefe url(./../img/main/bg-sp.png?20230817) repeat-x left 0 top 0/1px auto;
  }
}

.footer {
  max-width: 940px;
  margin: 40px auto 70px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer {
    margin: 30px 10px 50px;
    text-align: left;
  }
}

.footer__hours {
  display: flex;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.7;
  color: #333;
}

@media screen and (max-width: 767px) {
  .footer__hours {
    display: block;
    font-size: 14px;
  }
}

.footer__hours-time strong::before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 0.1em;
  background-color: #333;
}

@media screen and (max-width: 767px) {
  .footer__hours-time strong::before {
    width: 10px;
    height: 10px;
  }
}

.footer__hours-supplement {
  font-size: 14px;
  color: #666;
}

@media screen and (max-width: 767px) {
  .footer__hours-supplement {
    color: #333;
  }
}

.footer__hours-day {
  margin-left: 35px;
}

@media screen and (max-width: 767px) {
  .footer__hours-day {
    margin-left: 0;
  }
}

.footer__upper-note {
  margin-top: 13px;
  font-size: 0;
  line-height: 0;
}

.footer__upper-note p {
  display: inline;
  font-size: 13px;
  line-height: 1.7;
  color: #666;
}

.footer__upper-note p + p {
  margin-left: 1em;
}

.footer__upper-note p.footer__note--pc-hide {
  display: none;
}

@media screen and (max-width: 767px) {
  .footer__upper-note p.footer__note--next-line {
    display: inline;
    margin-left: 1em;
  }
  .footer__upper-note p.footer__note--pc-hide {
    display: inline;
  }
  .footer__upper-note br {
    display: none;
  }
}

@media screen and (max-width: 359px) {
  .footer__upper-note p {
    display: block;
  }
  .footer__upper-note p + p {
    margin-left: 0;
  }
  .footer__upper-note p.footer__note--next-line, .footer__upper-note p.footer__note--pc-hide {
    display: block;
    margin-left: 0;
  }
}

.footer__upper-info {
  position: relative;
  display: inline-block;
  margin-top: 40px;
  padding-left: 29px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.55;
  color: #333;
}

.footer__upper-info::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 22px;
  height: 22px;
  background: url(./../img/icon/info.svg) no-repeat 0 0/100% auto;
}

@media screen and (max-width: 767px) {
  .footer__upper-info {
    margin-top: 30px;
  }
}

.footer__bottom {
  margin-top: 40px;
  padding-top: 40px;
  border-top: #999 1px solid;
}

@media screen and (max-width: 767px) {
  .footer__bottom {
    margin-top: 30px;
    padding-top: 35px;
  }
}

.footer__bottom-detail, .footer__bottom-detail--center {
  font-size: 14px;
  line-height: 1.55;
  color: #333;
}

.footer__bottom-detail + .footer__bottom-copy, .footer__bottom-detail--center + .footer__bottom-copy {
  margin-top: 40px;
}

.footer__bottom-detail--center {
  text-align: center;
}

.footer__bottom-copy {
  font-size: 11px;
  line-height: 1;
  color: #000;
}

@media screen and (max-width: 767px) {
  .footer__bottom-copy {
    text-align: center;
  }
}
/*
.main {
  background: url(./../img/main/map.png?20230817) no-repeat left 50% top -10px/990px auto;
}

@media screen and (max-width: 767px) {
  .main {
    background: url(./../img/main/map.png?20230817) no-repeat left 50% top 110px/430px auto;
  }
}
*/

.main__wrap {
  background: url(./../img/main/cloud-pc.png?20230817) no-repeat left calc(50% - 4px) top -24px/1333px auto;
}

@media screen and (max-width: 767px) {
  .main__wrap {
    background: url(./../img/main/cloud-sp.png?20230817) no-repeat left calc(50% - 48px) top 26px/520px auto;
  }
}


/* middle */
.middle {
  max-width: 940px;
  margin: 0px auto 0px;
  text-align: center;
}

.middle img{
  width: 40%;
  margin: 10px auto 0px;
}

@media screen and (max-width: 767px) {
  .middle p{
    margin: 0px 10px 0px;
    text-align: left;
  }
  .middle img{
    width: 80%;
    margin: 10px auto 0px;
    text-align: center!important;
  }
}

.middle__note {
  display: flex;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.7;
  color: #333;
}

@media screen and (max-width: 767px) {
  .middle__note {
    display: block;
    font-size: 14px;
  }
}
/* middle end */

.main__block {
  position: relative;
  width: 754px;
  height: 208px;
  margin: 0 auto;
}

@media screen and (max-width: 959px) {
  .main__block {
    width: 636px;
    height: 208px;
  }
}

@media screen and (max-width: 767px) {
  .main__block {
    width: 368px;
    height: 158px;
  }
}

@media screen and (max-width: 374px) {
  .main__block {
    width: 353px;
    height: 158px;
  }
}

@media screen and (max-width: 359px) {
  .main__block {
    width: 184px;
    height: 158px;
  }
}

.button {
  box-sizing: border-box;
  min-width: 120px;
  margin: 0;
  padding: 0;
  padding: 12px 24px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: none;
  background-color: #007bc7;
  border: 0;
  border-radius: 0;
  border-radius: 9999px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  -webkit-appearance: none;
}

@media screen and (max-width: 767px) {
  .button {
    padding: 10px 24px;
  }
}

.card {
  padding-top: 502px;
}

@media screen and (max-width: 767px) {
  .card {
    padding-top: 380px;
  }
}

.card__body {
  position: relative;
}

.card__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.card__item {
  width: 318px;
  font-size: 0;
  line-height: 0;
}

@media screen and (max-width: 767px) {
  .card__item {
    width: 184px;
  }
}

@media screen and (max-width: 374px) {
  .card__item {
    width: 176px;
  }
}

@media screen and (max-width: 359px) {
  .card__item {
    width: 184px;
  }
}

.card__block {
  position: relative;
  width: 318px;
  height: 138px;
}

@media screen and (max-width: 767px) {
  .card__block {
    width: 184px;
    height: 80px;
  }
}

@media screen and (max-width: 374px) {
  .card__block {
    width: 176px;
    height: 77px;
  }
}

@media screen and (max-width: 359px) {
  .card__block {
    width: 184px;
    height: 80px;
  }
}

.card__bg {
  font-size: 0;
  line-height: 0;
}

.card__bg-img {
  width: 100%;
  height: auto;
}

.card__iframe {
  position: absolute;
  bottom: 18px;
  left: 50%;
  width: 190px;
  height: 70px;
  overflow: hidden;
  transform: translateX(-50%);
}

.card__iframe iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 224px;
  height: 126px;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .card__iframe {
    bottom: 9px;
    width: 110px;
    height: 43px;
  }
  .card__iframe iframe {
    width: 130px;
    height: 73px;
  }
}

@media screen and (max-width: 374px) {
  .card__iframe {
    bottom: 10px;
    width: 105px;
    height: 42px;
  }
  .card__iframe iframe {
    width: 124px;
    height: 70px;
  }
}

@media screen and (max-width: 359px) {
  .card__iframe {
    bottom: 9px;
    width: 110px;
    height: 43px;
  }
  .card__iframe iframe {
    width: 130px;
    height: 73px;
  }
}

.title {
  position: absolute;
  top: -8px;
  left: 50%;
  width: 322px;
  font-size: 0;
  line-height: 0;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .title {
    top: 3px;
    width: 272px;
  }
}

.title__img {
  width: 100%;
  height: auto;
}

.update {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 318px;
  height: 138px;
}

@media screen and (max-width: 767px) {
  .update {
    top: -46px;
    right: 0;
    bottom: auto;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
}

.update__block {
  position: absolute;
  top: calc(50% + 9px);
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .update__block {
    position: static;
    top: auto;
    left: auto;
    transform: none;
  }
}

.update__text {
  margin-top: 18px;
  font-size: 13px;
  line-height: 1;
  color: #666;
}

.u-hide-pc {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-hide-pc {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .u-hide-sp {
    display: none;
  }
}

.u-hide-text {
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}

.u-link-text {
  color: #0000ff;
  text-decoration: underline;
}

.u-link-text:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .u-link-text:hover {
    text-decoration: underline;
  }
}
