html {
  overflow-x: hidden;
  overflow-y: scroll;
}

.red {
  color: #ef3635;
  font-weight: bold;
}

body {
  -webkit-font-smoothing: antialiased !important;
  background-color: #fff;
  color: #1a1a1a;
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}

body,
html {
  height: 100%;
}

ul li {
  list-style: none;
  padding-bottom: 0.6em;
}

img {
  max-width: 100%;
  height: auto;
}

.siryou-img {
  max-height: 240px;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-weight: bold;
  line-height: 1.4;
  padding: 0;
  font-family: "Rounded Mplus 1c", sans-serif;
  text-align: center;
}

h1 {
  font-size: 28px;
  margin-bottom: 10px;
  margin-top: 0;
}

h2 {
  font-size: 24px;
}

h3 {
  padding: 0;
  margin: 0;
}

p {
  margin: 0 0 20px;
}

address,
cite,
dfn,
em,
i {
  font-style: italic;
}

a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #44bdbd;
  outline: 0;
  text-decoration: none;
}

p a {
  line-height: inherit;
}

ol,
ul {
  margin-bottom: 20px;
}

ul {
  list-style: square outside;
}

select,
textarea {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-font-smoothing: antialiased !important;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  color: #000;
  display: block;
  font-size: 13px;
  line-height: 1.6;
  margin: 0 0 20px;
  max-width: 100%;
  outline: none !important;
  padding: 10px 12px;
  width: 200px;
}

button,
input[type="button"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="reset"],
input[type="submit"],
input[type="tel"],
input[type="text"] {
  -webkit-font-smoothing: antialiased !important;
  cursor: pointer;
  outline: none !important;
}

textarea {
  min-height: 60px;
}

label,
legend {
  cursor: pointer;
  display: block;
}

.sp_none {
  display: block;
}

.pc_none {
  display: none;
}

.br_sp {
  display: none;
}

@media screen and (max-width: 769px) {
  .sp_none {
    display: none;
  }

  .pc_none {
    display: block;
  }
  .br_sp {
    display: block;
  }
  ul li {
    list-style: none;
    padding-bottom: 0em;
  }
}
.ym {
  font-weight: bold;
  background: linear-gradient(transparent 40%, #fdfd76 40%);
}
.info-mobile {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  max-width: 800px;
  margin-bottom: 0.8em !important;
  font-feature-settings: "palt";
}

.info-mobile td {
  border: 1px solid #f4f4f4;
  padding: 10px;
  text-align: left;
}

.info-mobile tr:nth-child(even) {
  background-color: #f4f4f4;
}

.info-mobile tr:hover {
  background-color: #f1f1f1;
}

table.info-mobile td:nth-child(1) {
  width: 30px !important;
  background-color: #4f918d;
  color: #fff;
  padding: 10px;
  font-weight: bold;
  text-align: center;
}
table.info-mobile td:nth-child(2) {
  background-color: #fffdd9;
  font-weight: bold;
  font-size: 1em;
}
table.info-mobile td:nth-child(3) {
  font-size: 0.9em;
}
@media (max-width: 768px) {
  table.info-mobile td:nth-child(1) {
    width: auto !important;
    padding: 2px 5px;
  }
  table.info-mobile td:nth-child(2) {
    border-bottom: none;
  }
  table.info-mobile td:nth-child(3) {
    border-top: none;
  }
}
.caption {
  margin: 15px 0 4em;
  padding: 0 20px;
  font-size: 11px;
  color: #666666;
  font-weight: normal;
  line-height: 150%;
  text-align: left;
}
@media (max-width: 768px) {
  .caption {
    margin: 0px 0 4em;
    padding: 0 20px;
    font-size: 60%;
    color: #666666;
    font-weight: normal;
    line-height: 150%;
  }
}

.caption-bm {
  font-size: 80%;
  color: #666666;
  max-width: 800px;
  margin: 0 auto 2em;
}
