@charset "UTF-8";
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@700&family=Noto+Sans+JP:wght@100;300;400;500;600;800&family=Roboto:wght@400;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
  overflow-y: scroll;
  font-size: 62.5%;
  font-feature-settings: "palt";
  scroll-padding-top: 140px;
}
@media only screen and (min-width: 960px) {
  html {
    scroll-padding-top: 240px;
  }
}

i {
  font-style: normal;
  font-weight: 700;
  margin-right: 5px;
}

body {
  background: #fff;
  color: #282828;
  margin: 0;
  position: relative;
  font-family: "Noto Sans JP", "Roboto", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}
@media only screen and (min-width: 600px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 960px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
    padding-top: 100px;
  }
}

/*Text*/
.txt_br {
  display: block;
}

.txt-important {
  color: #f06060;
}

.note {
  font-size: 1.2rem;
}
@media only screen and (min-width: 600px) {
  .note {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 960px) {
  .note {
    font-size: 1.4rem;
  }
}

main p a {
  text-decoration: underline;
}
main p a:hover {
  color: #1562d7;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
}

.if:before {
  font-family: "FontAwesome";
  padding-right: 5px;
}

.is-empty {
  padding: 0 !important;
  border: none !important;
  margin: 0 !important;
  height: 0 !important;
}

img {
  max-width: 100%;
  vertical-align: top;
}

@media only screen and (min-width: 600px) {
  .list-table {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: flex-end;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
  }
}

table {
  border: 1px solid #efefef;
  border-collapse: collapse;
  width: 100%;
}
table th,
table td {
  border: 1px solid #efefef;
  padding: 0.8em;
}
table th p:last-child,
table td p:last-child {
  margin-bottom: 0 !important;
}

ul {
  margin: 1em 0 1em 1em;
  list-style: disc outside;
}

ol {
  counter-reset: list;
  list-style-type: none;
  padding: 0;
  margin: 1em 0;
}

ol > li {
  position: relative;
  padding: 0 0 0 1.6em;
}
ol > li:before {
  counter-increment: list;
  content: counter(list) ". ";
  position: absolute;
  left: 0;
}

.notice,
.notice-free {
  position: relative;
  margin: 1rem 0;
  line-height: 1.4;
  font-size: 1.2rem;
}
@media only screen and (min-width: 600px) {
  .notice,
  .notice-free {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 960px) {
  .notice,
  .notice-free {
    font-size: 1.4rem;
  }
}
.notice a,
.notice-free a {
  text-decoration: underline;
}
.notice a:hover,
.notice-free a:hover {
  color: #1562d7;
}
.notice + .notice,
.notice-free + .notice {
  margin-top: -1rem;
}

p.notice,
div.notice {
  margin-left: 1em;
  text-indent: -1em;
}

ul.notice,
ul.notice-free {
  list-style-type: none;
  padding: 0;
}

ul.notice > li,
ul.notice-free > li {
  position: relative;
  padding: 0 0 0 2rem;
}
ul.notice > li:before,
ul.notice-free > li:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

ol.notice,
ol.brackets-num {
  counter-reset: list;
  list-style-type: none;
  padding: 0;
  margin: 1em 0;
}

ol.notice > li {
  position: relative;
  padding: 0 0 0 3rem;
}
ol.notice > li:before {
  counter-increment: list;
  content: "※" counter(list) ". ";
  position: absolute;
  left: 0;
  top: 0.9rem;
  transform: translateY(-50%);
}

ol.brackets-num > li {
  position: relative;
  padding: 0 0 0.25rem 3rem;
}
ol.brackets-num > li:before {
  counter-increment: list;
  content: "(" counter(list) ")";
  position: absolute;
  left: 0;
  top: 1.1rem;
  transform: translateY(-50%);
}

.circle-list {
  position: relative;
  margin: 1rem 0;
  line-height: 1.4;
  list-style-type: none;
  padding: 0;
}
.circle-list > li {
  position: relative;
  padding: 0 0 0 2rem;
}
.circle-list > li:before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
}

.w-circle-list {
  position: relative;
  margin: 1rem 0;
  line-height: 1.4;
  list-style-type: none;
  padding: 0;
}
.w-circle-list > li {
  position: relative;
  padding: 0 0 0 2rem;
}
.w-circle-list > li:before {
  content: "◎";
  position: absolute;
  left: 0;
  top: 0;
}

a {
  color: #282828;
  text-decoration: none;
  transition: 0.2s;
}

input[type=text],
input[type=email],
select {
  border-radius: 3px;
  border: none;
  padding: 6px;
  font-size: inheirt;
  box-sizing: border-box;
}

input[type=submit] {
  border-radius: 600px;
  border: none !important;
  color: #ffffff;
  padding: 1.2em 2.4em;
  line-height: 1;
  font-size: inheirt;
  box-sizing: border-box;
  width: 12em;
}

input::-moz-placeholder {
  color: #B5B5B5;
  font-size: 12px;
}

input::placeholder {
  color: #B5B5B5;
  font-size: 12px;
}

/*Button*/
/******  Structure *****/
body {
  margin: 0;
  padding: 0;
  position: relative;
}

#loading {
  background: #47A9DE;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
}
#loading div {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  width: 60%;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 640px;
}
#loading div img {
  width: 100%;
  max-height: 420px;
}

.remove-scrolling {
  height: 100%;
  overflow: hidden;
}

.logo_fadein {
  background: #47A9DE;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
}
.logo_fadein p {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: 60%;
  max-width: 640px;
}
.logo_fadein p img {
  width: 100%;
}
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 800ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}




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