@charset "UTF-8";

/*------------*/

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;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

html {
  -webkit-overflow-scrolling: touch;
}

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

nav ul,
ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  text-decoration: underline;
  vertical-align: baseline;
  background: transparent;
  color: #406181;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #7f7f7f;
  margin: 10px auto;
  padding: 0;
  width: 90%;
}

input,
select {
  vertical-align: middle;
}

a,
a img {
  transition: all 0.3s;
}

a:hover {
  text-decoration: none;
}

a:hover,
a:hover img {
  opacity: 0.8;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

body,
html {
  font-size: 62.5%;
  /*10px*/
  line-height: 1.9;
  font-family:
    "ヒラギノ角ゴ Pro W3",
    Hiragino Kaku Gothic Pro,
    " メイリオ",
    Meiryo,
    Osaka,
    " ＭＳ Ｐゴシック",
    MS PGothic,
    " sans-serif";
  color: #333;
  word-wrap: break-word;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

/*------footer SP------*/

.l-footer {
  background-color: #777;
}

.l-footer .l-footer__container {
  padding: 40px 0;
  max-width: 745px;
  margin: auto;
}

@media (max-width: 640px) {
  .l-footer .l-footer__container {
    padding: 30px 0;
    max-width: 315px;
  }
}

.l-footer .l-footer__container .l-footer__inner {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 640px) {
  .l-footer .l-footer__container .l-footer__inner {
    flex-direction: column;
  }
}

.l-footer .l-footer__container .l-footer__inner .l-footer__logo {
  display: block;
}

@media (min-width: 641px) {
  .l-footer .l-footer__container .l-footer__inner .l-footer__logo {
    margin-left: 16px;
  }
}

@media (max-width: 640px) {
  .l-footer .l-footer__container .l-footer__inner .l-footer__logo {
    margin-bottom: 20px;
    max-width: 120px;
  }
}

.l-footer .l-footer__container .l-footer__inner .l-footer__logo img {
  width: 100%;
}

.l-footer .l-footer__container .l-footer__inner .l-footer__text {
  font-size: 1.4rem;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

@media (max-width: 640px) {
  .l-footer .l-footer__container .l-footer__inner .l-footer__text {
    font-size: 1.3rem;
  }
}

.l-footer .l-footer__container .l-footer__inner .l-footer__text a {
  color: #fff;
  text-decoration: none;
}

.l-footer .l-footer__container .l-footer__copy {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  margin-left: auto;
}

@media (max-width: 640px) {
  .l-footer .l-footer__container .l-footer__copy {
    flex-direction: column-reverse;
    padding: 10px 0 0;
  }
}

.l-footer .l-footer__container .l-footer__copy .l-footer__copy-text {
  color: #fff;
  font-size: 1.2rem;
}

@media (max-width: 640px) {
  .l-footer .l-footer__container .l-footer__copy .l-footer__copy-text {
    font-size: 1.1rem;
  }
}

.l-footer .l-footer__container .l-footer__copy .l-footer__copy-img {
  max-width: 42px;
  margin-left: 40px;
}

@media (max-width: 640px) {
  .l-footer .l-footer__container .l-footer__copy .l-footer__copy-img {
    margin-left: auto;
  }
}

.l-footer .l-footer__container .l-footer__copy .l-footer__copy-img img {
  width: 100%;
}

main > p {
  text-align: center;
  font-size: 14px;
  padding: 100px 20px;
}
