@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
}

html {
  /* ルートのフォントサイズを10pxに設定しておく */
  font-size: 62.5%;
}

body {
  /* ルートのフォントサイズを1.6em（16pxと同等のサイズ）に設定 */
  font-size: 1.4em;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  margin: 0 auto;
  line-height: 1.6;
  color: #231815;
}

@media screen and (min-width: 769px) {
  body {
    font-size: 2em;
  }
}

img {
  max-width: 100%;
}

.wrapper {
  margin-bottom: 1rem;
}

@media screen and (min-width: 769px) {
  .wrapper {
    margin-bottom: 2.5rem;
  }
}

a:hover {
  opacity: 0.8;
}

picture {
  line-height: 0;
  display: block;
}

.sp {
  display: block;
}

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

.mb_50 {
  margin-bottom: 50px;
}

.header_inner {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .header_inner {
    max-width: 1230px;
    margin: 0 auto;
    background: url(../img/mb_bg.jpg);
  }
}

.formBtn {
  color: #E50012;
  font-weight: bold;
  margin: 1rem 0 2rem;
  text-align: center;
}

.formBtn a {
  display: block;
  background-color: #E50012;
  color: #fff;
  font-weight: bold;
  font-size: 4rem;
  border-radius: 30px;
  text-align: center;
  max-width: 340px;
  margin: 0 auto 1rem;
  font-family: "MS Pゴシック","Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}

@media screen and (min-width: 769px) {
  .formBtn {
    margin: 75px auto 70px;
  }
  .formBtn a {
    max-width: 794px;
    width: 100%;
    font-size: 10rem;
    border-radius: 60px;
  }
}

.contents {
  padding: 0 1rem;
}

.contents_inner_block01 {
  margin-bottom: 3rem;
}

.contents_inner_block01 .caution {
  text-align: center;
  color: #E50012;
}

@media screen and (min-width: 769px) {
  .contents_inner_block01 {
    max-width: 1123px;
    margin: 0 auto 70px;
  }
  .contents_inner_block01 .caution {
    text-align: center;
    display: block;
  }
}

.contents_inner_block02 dl div {
  margin-bottom: 2rem;
}

@media screen and (min-width: 769px) {
  .contents_inner_block02 dl div {
    margin-bottom: 4.5rem;
  }
}

.contents_inner_block02 dl dt {
  font-weight: bold;
  font-size: 1.6rem;
  color: #E50012;
  margin-bottom: 1rem;
}

@media screen and (min-width: 769px) {
  .contents_inner_block02 dl dt {
    font-size: 2rem;
  }
}

.contents_inner_block02 dl dd ul {
  margin: 1rem 0 1rem;
}

.contents_inner_block02 dl dd ul li {
  margin-bottom: 1rem;
}

.contents_inner_block02 dl dd ul:first-of-type {
  margin-bottom: 50px;
}

.contents_inner_block02 dl .comp_text {
  margin-top: 3rem;
}

@media screen and (min-width: 769px) {
  .contents_inner_block02 dl .comp_text {
    margin-top: 8rem;
  }
}

@media screen and (min-width: 769px) {
  .contents_inner {
    max-width: 1123px;
    margin: 0 auto;
  }
}
/*# sourceMappingURL=import.css.map */