@charset "UTF-8";
/* =========================================================
MEDIA
========================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;900&display=swap");
@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

@media (min-width: 769px) {
  .sp-only {
    display: none;
  }
}

/* =========================================================
RESET
========================================================= */
/* layout */
/*=================================
  initialization of style
===================================*/
body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  color: #000000;
  font-family: 'Noto Sans JP', serif;
  font-size: 16px;
  line-height: 200%;
  text-align: center;
  width: 100%;
  height: 100%;
  letter-spacing: 1px;
  word-break: break-all;
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a:link,
a:visited {
  text-decoration: none;
  color: #000;
}

a:hover,
a:active {
  text-decoration: none;
  color: #000;
  opacity: 0.7;
}

figure, figcaption, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, form {
  margin: 0;
  padding: 0;
}

img, a img {
  border: none;
  vertical-align: bottom;
}

img {
  display: block;
  width: 100%;
}

/* List_group */
ul, ol, li {
  list-style: none;
}

/* inline-style */
address {
  font-style: normal;
  font-size: 12px;
  color: #000;
}

address a,
address a:link,
address a:visited {
  text-decoration: none;
  color: #000;
}

address a:hover,
address a:active {
  text-decoration: underline;
  color: #000;
}

/* table */
table {
  width: 100%;
}

*, *:before, *:after {
  outline: none !important;
  box-sizing: border-box;
}

.icon-svg {
  position: absolute;
  width: 0;
  height: 0;
}

.tsn {
  transition: 0.4s;
}

.clear::after {
  content: " ";
  clear: both;
  display: block;
  width: 100%;
  height: 0;
}

/* =========================================================
layout
========================================================= */
/* =========================================================
  header
========================================================= */
header {
  max-width: 940px;
  width: 100%;
  background: #f5f5f5;
  padding: 50px;
  margin: 20px auto;
}

/* =========================================================
  footer
========================================================= */
footer {
  max-width: 940px;
  width: 100%;
  background: #f5f5f5;
  padding: 50px;
  margin: 20px auto;
}

/* =========================================================
  contswrap
========================================================= */
.contswrap {
  max-width: 940px;
  width: 100%;
  background: #f5f5f5;
  padding: 50px;
  margin: 20px auto;
  text-align: left;
  /* ↓ 全然消してOK ↓ */
}

.contswrap h1 {
  margin-bottom: 30px;
  font-size: 20px;
}

.contswrap a {
  display: block;
  background: white;
  padding: 10px;
}

.contswrap ul {
  text-align: center;
}

.contswrap ul li {
  display: inline-block;
  background: #ddd;
  padding: 10px;
  vertical-align: middle;
}

.contswrap img {
  display: block;
  margin: 0 auto;
  max-width: 150px !important;
  width: auto;
  height: auto !important;
}

.contswrap .txt,
.contswrap .wysiwyg {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  margin: 50px 0;
}

.contswrap .loop {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  margin: 50px 0;
}

.contswrap .loop .img {
  width: 20%;
  padding: 0 20px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*# sourceMappingURL=maps/style.css.map */
