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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ul {
  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%;
  vertical-align: baseline;
  background: transparent;
}

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 #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@keyframes loop {
  0% {
    transform: translateY(-100%);
  }
  6% {
    transform: translateY(0);
  }
  94% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}

.loop {
  overflow: hidden;
}

.loop img {
  width: 100%;
  height: 100%;
  animation: loop 8s linear infinite;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

a {
  color: #00c;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.hover_fade {
  opacity: 1;
  transition: 0.3s;
}

.hover_fade:hover {
  opacity: 0.6;
  text-decoration: none;
}

.fa, .fas {
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.indent {
  text-indent: 1em;
  margin-left: -1em;
}

.unindent {
  text-indent: -1em;
  margin-left: 1em !important;
}

.lmargin {
  margin-left: 1em;
}

.txt_umargin2 {
  margin-bottom: 2em !important;
}

.txt_umargin4 {
  margin-bottom: 4em !important;
}

.txt_umargin6 {
  margin-bottom: 6em !important;
}

.mark_yellow {
  background: linear-gradient(0deg, rgba(255, 255, 0, 0.7) 0%, rgba(255, 255, 0, 0.2) 60%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
}

.mark_orange {
  background: linear-gradient(0deg, rgba(255, 165, 0, 0.7) 0%, rgba(255, 165, 0, 0.2) 60%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
}

.mark_blue {
  background: linear-gradient(0deg, rgba(102, 255, 255, 0.7) 0%, rgba(102, 255, 255, 0.2) 60%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
}

.red {
  color: #e50001;
}

.blue {
  color: #0B66AD;
}

.black {
  color: #000000;
}

.lightblue {
  color: #00b2ed;
}

.pink {
  color: #E4007F;
}

.strong {
  font-weight: bold;
}

.inview {
  opacity: 0;
}

.inview.animated {
  opacity: 1;
}

body {
  background: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body h1 {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
}

body h3 {
  font-size: 2.4rem;
  color: #1d2088;
  background-color: #fffab7;
}

body .h4_blue {
  color: white;
  background-color: #006fbc;
  text-align: center;
}

body .h4_lightblue {
  color: white;
  font-size: 2.4rem;
  background-color: #00b2ed;
  text-align: center;
}

body .h4_type_a {
  width: 252px;
  height: 22px;
}

body .h4_type_b {
  width: 270px;
  height: 22px;
}

body .h5_top {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

body .h5_black {
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
}

body .h5_red {
  color: white;
  background-color: #e50001;
  text-align: center;
}

body .h6_tokubetsu {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 auto 12px;
}

body .h6_suisyo {
  font-weight: normal;
  text-align: left;
  margin: 0 auto 12px;
}

body .taisyo_kurasu {
  background-color: #fce8f0;
  line-height: 1.5;
  text-align: center;
}

body .note {
  line-height: 1.5;
}

body .ul_pink {
  text-align: center;
  line-height: 1.5;
  margin: 0 auto 20px;
}

body .p_top,
body .explain_p,
body .p_tokubetsu {
  line-height: 1.2;
}

body .kobetsu_text {
  line-height: 1.5;
}

body .header_top_tel .inner {
  color: #e3007f;
  border: #e3007f 1px solid;
}

body .header_top_tel .inner img {
  width: 162px;
  height: 40px;
}

body .header_top_aki h2 img {
  width: 190px;
  height: auto;
}

body .main_movie h6 {
  font-weight: normal;
  text-align: left;
  margin-bottom: 10px;
}

@media (max-width: 559px) {
  body .main_movie h6 {
    font-size: 3.9vw;
  }
}

@media (min-width: 560px) {
  body .main_movie h6 {
    font-size: 2rem;
  }
}

body .main_movie p {
  line-height: 1.2;
  margin-bottom: 10px;
}

@media (max-width: 559px) {
  body .main_movie p {
    font-size: 3.4vw;
  }
}

@media (min-width: 560px) {
  body .main_movie p {
    font-size: 1.5rem;
  }
}

body .main_movie .main_movie_wrap .main_movie_wrap_movie:after {
  content: "\f144";
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  color: #e50001;
}

body .main_movie .main_movie_wrap .main_movie_wrap_caption {
  color: #000;
}

body .main_movie :hover {
  text-decoration: none;
}

html {
  font-size: 62.5%;
}

html body {
  width: 100%;
  font-size: 1.6em;
}

@media (max-width: 559px) {
  html body {
    padding-top: 10px;
  }
}

@media (min-width: 560px) {
  html body {
    padding-top: 20px;
  }
}

html body footer,
html body #main_wrap {
  position: relative;
  overflow: hidden;
}

html body h3 {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  margin: 0 auto 15px;
}

html body .h4_blue {
  display: block;
  width: 100%;
  max-width: 740px;
  padding: 10px 0;
  margin: 0 auto 28px;
}

html body .h4_lightblue {
  display: block;
  width: 100%;
  max-width: 520px;
  padding: 10px 0;
  margin: 0 auto 20px;
}

html body .h5_top {
  margin: 0 auto 25px;
}

html body .h5_black {
  margin: 0 auto 15px;
}

html body .h5_red {
  display: block;
  width: 100%;
  max-width: 520px;
  padding: 12px 0;
  margin: 0 auto 10px;
}

@media (max-width: 559px) {
  html body .mobile_left {
    text-align: left;
  }
}

html body .h6_suisyo {
  width: calc(100% - 20px);
  max-width: 440px;
}

html body .h6_kakomi {
  display: block;
  width: calc(100% - 32px);
  max-width: 428px;
  font-size: 2rem;
  text-align: center;
  margin: 0 auto 25px;
  padding: 10px 0;
  border: black 1px solid;
}

html body .h6_movie_caption {
  font-size: 1.6rem;
}

html body .taisyo_kurasu {
  width: calc(100% - 40px);
  max-width: 440px;
  padding: 20px;
  margin: 0 auto 45px;
}

html body .taisyo_kurasu .txt_left {
  width: 100%;
  text-align: left;
}

html body .tokubetsutaio {
  width: calc(100% - 20px);
  background-color: #fffab7;
  max-width: 520px;
  padding: 15px 0 30px;
  margin: 0 auto 10px;
}

html body .sodan_step {
  width: calc(100% - 20px);
  text-align: center;
  line-height: 1.5;
  margin: 0 auto 30px;
}

html body .kiki_image {
  width: 71%;
  max-width: 396px;
  height: auto;
  max-height: 110px;
  margin: 0 auto 35px;
}

html body .kiki_image img {
  width: 100%;
  height: 100%;
}

html body .note {
  width: calc(100% - 20px);
  background-color: #fffab7;
  max-width: 520px;
  margin: 60px auto;
}

@media (max-width: 559px) {
  html body .note {
    text-align: left;
    padding: 25px 10px 40px;
  }
}

@media (min-width: 560px) {
  html body .note {
    text-align: center;
    padding: 25px 0 40px;
  }
}

html body .explain_a_wrap {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 20px);
  max-width: 440px;
  margin: 0 auto 35px;
}

html body .ul_suisyo {
  width: calc(100% - 20px);
  max-width: 440px;
  line-height: 1.5;
  margin: 0 auto 30px;
}

html body .sodan_tel {
  display: block;
  width: 78%;
  max-width: 284px;
  height: auto;
  max-height: 42px;
  margin: 0 auto 60px;
}

html body .sodan_tel img {
  width: 100%;
  height: 100%;
}

html body .sodan_tel_img {
  display: block;
  height: auto;
  max-height: 146px;
  margin: 0 auto 90px;
}

@media (max-width: 559px) {
  html body .sodan_tel_img {
    width: 100%;
  }
}

@media (min-width: 560px) {
  html body .sodan_tel_img {
    width: calc(92.4% - 20px);
    max-width: 490px;
  }
}

html body .sodan_tel_img img {
  width: 100%;
  height: 100%;
}

html body .explain_image_a {
  width: calc(56% - 40px);
  max-width: 220px;
  margin-right: 80px;
}

html body .explain_scape_a {
  width: calc(44% - 40px);
  max-width: 120px;
}

html body .explain_image_b {
  width: 82%;
  max-width: 460px;
  margin: 0 auto 40px;
}

html body .explain_scape_b {
  width: 35%;
  max-width: 180px;
  margin: 0 auto 50px;
}

html body .explain_image_a,
html body .explain_scape_a,
html body .explain_image_b,
html body .explain_scape_b {
  display: block;
  height: auto;
}

html body .explain_image_a img,
html body .explain_scape_a img,
html body .explain_image_b img,
html body .explain_scape_b img {
  width: 100%;
  height: auto;
}

html body .kosyu_calender {
  display: block;
  width: calc(100% - 20px);
  background-color: #fffab7;
  text-align: center;
  max-width: 740px;
  margin: 0 auto 40px;
  padding-top: 20px;
}

html body .kosyu_calender img {
  width: calc(100% - 20px);
  max-width: 355px;
  height: auto;
}

html body .p_top {
  width: calc(100% - 20px);
  max-width: 440px;
  margin: 0 auto 30px;
}

html body .p_line {
  display: block;
  width: calc(100% - 20px);
  text-align: center;
  line-height: 1.2;
  color: #009944;
  background-color: #f6f9e4;
  max-width: 440px;
  margin: 0 auto 75px;
  padding: 15px 0;
}

html body .explain_p {
  width: calc(100% - 20px);
  max-width: 420px;
  margin: 0 auto 45px;
}

html body .kobetsu_text {
  width: calc(100% - 20px);
  max-width: 440px;
  margin: 0 auto 20px;
}

html body .p_tokubetsu {
  width: calc(100% - 20px);
  max-width: 400px;
  margin: 0 auto;
}

html body .p_pink {
  width: calc(100% - 20px);
  max-width: 420px;
  margin: 0 auto 45px;
}

html body .sodan_step_p {
  display: table;
  margin: 0 auto;
}

@media (max-width: 559px) {
  html body .sodan_step_p {
    text-align: left;
  }
}

@media (min-width: 560px) {
  html body .sodan_step_p {
    text-align: center;
  }
}

html body header {
  display: flex;
  width: 100%;
  max-width: 960px;
  margin: 0 auto 15px;
}

html body .header_top_div {
  text-align: center;
}

@media (max-width: 559px) {
  html body header {
    flex-wrap: wrap;
  }
  html body .header_top_h1 {
    order: 3;
    width: 100%;
  }
  html body .header_top_tel {
    order: 2;
    width: 100%;
    margin-bottom: 20px;
  }
  html body .header_top_tel .inner {
    width: calc(100% - 2px);
    margin: 0 auto;
    padding: 10px 0;
  }
  html body .header_top_aki {
    order: 1;
    width: 100%;
    margin: 0 auto 10px;
  }
}

@media (min-width: 560px) {
  html body header {
    flex-wrap: wrap;
  }
  html body .header_top_h1 {
    order: 3;
    width: 100%;
  }
  html body .header_top_tel {
    order: 1;
    width: 50%;
    margin-bottom: 20px;
  }
  html body .header_top_tel .inner {
    width: 226px;
    margin: 0 auto;
    padding: 12px 0;
  }
  html body .header_top_aki {
    order: 2;
    width: 50%;
    padding-top: 20px;
    margin: 0 auto 20px;
  }
}

@media (min-width: 960px) {
  html body .header_top_h1 {
    order: 2;
    width: 40%;
    padding-top: 18px;
  }
  html body .header_top_tel {
    order: 1;
    width: 30%;
  }
  html body .header_top_tel .inner {
    width: 226px;
    margin: 0 auto;
    padding: 12px 0;
  }
  html body .header_top_aki {
    order: 3;
    width: 30%;
    padding-top: 20px;
    margin: 0 auto;
  }
}

html body .main_movie {
  width: 100%;
  max-width: 420px;
  height: 100%;
  margin: 0 auto 50px;
}

html body .main_movie .main_movie_wrap {
  display: flex;
  background-color: #e0e0e0;
  width: calc(100% - 20px);
  padding: 10px;
  margin: 0 auto 15px;
  transition: 0.3s;
}

html body .main_movie .main_movie_wrap:hover {
  background-color: rgba(224, 224, 224, 0.8);
}

html body .main_movie .main_movie_wrap .main_movie_wrap_movie {
  position: relative;
  width: 20%;
  height: 11.25%;
}

html body .main_movie .main_movie_wrap .main_movie_wrap_movie:after {
  position: absolute;
  top: 45%;
  left: 45%;
}

html body .main_movie .main_movie_wrap .main_movie_wrap_movie img {
  width: 100%;
  height: 100%;
}

html body .main_movie .main_movie_wrap .main_movie_wrap_caption {
  width: calc(80% - 20px);
  height: auto;
  margin-left: 10px;
}
