@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@800&family=Noto+Serif+JP:wght@400;600&display=swap");
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, s 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;
}

html {
  font-family: "Noto Serif JP", serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Noto Serif JP", serif;
  margin: 0;
  padding: 0;
  line-height: 1.42857;
  font-size: 14px;
  color: #191919;
  -webkit-touch-callout: none;
  background: #fff;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

svg:not(:root) {
  overflow: hidden;
}

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

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

img,
object,
embed {
  vertical-align: top;
}

img {
  width: 100%;
  vertical-align: middle;
  border: 0;
}

hr, legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

abbr, acronym, fieldset {
  border: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

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 {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #c0c0c0;
}

input, select {
  vertical-align: middle;
}

select {
  position: relative;
  box-sizing: content-box;
}

img:not(input) {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button,
select {
  text-transform: none;
}

br.sp {
  display: none;
}
@media (max-width: 37.5em) {
  br.sp {
    display: inline-block;
  }
}

@media (max-width: 37.5em) {
  br.pc {
    display: none;
  }
}

.pagetop a {
  font-size: 50px !important;
}

body {
  background: url(../img/bg.jpg) center center no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color: #231815;
  word-break: break-all;
  font-family: "Noto Serif JP", serif;
  position: relative;
}
@media (max-width: 37.5em) {
  body:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: url(../img/bg_sp.jpg) center center no-repeat;
    background-size: cover;
  }
}

.wrapper {
  position: relative;
}

.inner {
  width: 1000px;
  margin: 0 auto;
}
@media (max-width: 37.5em) {
  .inner {
    width: 100%;
    padding: 0px 10px;
    transform: translate3d(0, 0, 0);
  }
}

section {
  width: 100%;
  padding: 120px 0;
}
@media (max-width: 37.5em) {
  section {
    padding: 60px 0;
  }
}

a {
  transition: all 0.3s ease;
  color: #000000;
  text-decoration: none;
}
a:hover {
  opacity: 0.6;
}

p {
  letter-spacing: 0.2em;
}

@media (max-width: 37.5em) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 37.5em) {
  .sp {
    display: block;
  }
}

.title {
  text-align: center;
}
.title h3 {
  display: inline-block;
  margin: 0 auto;
  padding: 0 0 20px;
  border-bottom: 6px solid #231815;
  text-align: center;
  font-size: 36px;
  font-weight: normal;
  letter-spacing: 0.8em;
  line-height: 1em;
  white-space: nowrap;
}
@media (max-width: 37.5em) {
  .title h3 {
    border-bottom: 4px solid #231815;
    font-size: 16px;
    letter-spacing: 0.2em;
  }
}
.title h3:after {
  content: "";
  margin-right: -0.8em;
}
@media (max-width: 37.5em) {
  .title h3:after {
    margin-right: -0.4em;
  }
}
.title p.sup {
  margin: 10px 0 0;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  letter-spacing: 0.8em;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 37.5em) {
  .title p.sup {
    font-size: 11px;
    letter-spacing: 0.2em;
  }
}
.title p.sup:after {
  content: "";
  margin-right: -0.8em;
}
@media (max-width: 37.5em) {
  .title p.sup:after {
    margin-right: -0.4em;
  }
}

.applyBtn {
  display: block;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
}
@media (max-width: 37.5em) {
  .applyBtn {
    right: 10px;
    bottom: 10px;
  }
}
.applyBtn a {
  display: block;
  background: url(../img/btn.png) 0 0 no-repeat;
  background-size: contain;
  width: 398px;
  height: 161px;
  text-indent: -9999px;
}
@media (max-width: 37.5em) {
  .applyBtn a {
    width: 198px;
    height: 80px;
  }
}

.top {
  margin: 0;
  padding: 0;
}
.top .box {
  margin: 0;
}
.top .box .kv {
  background: url(../img/kv.jpg) 0 0 no-repeat;
  background-size: contain;
  width: 100%;
  height: 0;
  padding-top: 52.5%;
  text-indent: -9999px;
}
.top .box h5 {
  display: none;
}
.top .box h1 {
  display: none;
}
.top .box p {
  margin: 80px 0 0;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
}
@media (max-width: 37.5em) {
  .top .box p {
    margin: 40px 0 0;
    padding: 0 10px;
    font-size: 16px;
    letter-spacing: 0.05em;
  }
}

.concept .inner p {
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 2em;
}
@media (max-width: 37.5em) {
  .concept .inner p {
    font-size: 14px;
  }
}
.concept .inner .finalist, .concept .inner .finalScene {
  max-width: 1000px;
  margin: 80px auto 0;
  position: relative;
}
@media (max-width: 37.5em) {
  .concept .inner .finalist, .concept .inner .finalScene {
    margin: 40px auto 0;
  }
}
.concept .inner .finalist h4, .concept .inner .finalScene h4 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.4em;
}
.concept .inner .finalist .finalistSlide, .concept .inner .finalScene .finalistSlide {
  margin: 20px 0 0;
}
.concept .inner .finalist .finalistSlide .slide-items, .concept .inner .finalist .finalistSlide .variable-width, .concept .inner .finalScene .finalistSlide .slide-items, .concept .inner .finalScene .finalistSlide .variable-width {
  width: 100%;
  display: flex;
  max-width: 80%;
  margin: auto;
}
.concept .inner .finalist .finalistSlide .slide-items li, .concept .inner .finalist .finalistSlide .variable-width li, .concept .inner .finalScene .finalistSlide .slide-items li, .concept .inner .finalScene .finalistSlide .variable-width li {
  height: auto;
  margin-right: 10px;
  margin-left: 10px;
}
.concept .inner .finalist .finalistSlide .slide-items li img, .concept .inner .finalist .finalistSlide .variable-width li img, .concept .inner .finalScene .finalistSlide .slide-items li img, .concept .inner .finalScene .finalistSlide .variable-width li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.concept .inner .finalist .finalistSlide .slide-items li .name, .concept .inner .finalist .finalistSlide .variable-width li .name, .concept .inner .finalScene .finalistSlide .slide-items li .name, .concept .inner .finalScene .finalistSlide .variable-width li .name {
  margin: 5px 0 0;
  text-align: center;
}
.concept .inner .finalist .finalistSlide .slide-items.scene li, .concept .inner .finalist .finalistSlide .variable-width.scene li, .concept .inner .finalScene .finalistSlide .slide-items.scene li, .concept .inner .finalScene .finalistSlide .variable-width.scene li {
  height: 240px;
}
.concept .inner .finalist .finalistSlide .slick-prev:before,
.concept .inner .finalist .finalistSlide .slick-next:before, .concept .inner .finalScene .finalistSlide .slick-prev:before,
.concept .inner .finalScene .finalistSlide .slick-next:before {
  color: black;
}
.concept .inner .finalist .finalistSlide .slick-dots, .concept .inner .finalScene .finalistSlide .slick-dots {
  left: 50%;
  transform: translateX(-50%);
}
.concept .inner .finalist .finalistSlide .variable-width li, .concept .inner .finalScene .finalistSlide .variable-width li {
  height: 240px !important;
}
@media (max-width: 37.5em) {
  .concept .inner .finalist .finalistSlide .variable-width li, .concept .inner .finalScene .finalistSlide .variable-width li {
    height: 110px !important;
  }
}
.concept .inner .finalist .finalistSlide .variable-width li .thumb, .concept .inner .finalScene .finalistSlide .variable-width li .thumb {
  height: 100%;
}
@media (max-width: 37.5em) {
  .concept .inner .finalist .finalistSlide .variable-width li .thumb, .concept .inner .finalScene .finalistSlide .variable-width li .thumb {
    width: auto !important;
    height: 110px !important;
  }
}
@media (max-width: 37.5em) {
  .concept .inner .finalist .finalistSlide .variable-width li .thumb img, .concept .inner .finalScene .finalistSlide .variable-width li .thumb img {
    width: auto !important;
    height: 110px !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.concept .inner .finalist .finalistSlide p, .concept .inner .finalScene .finalistSlide p {
  margin: 10px 0 0;
  font-size: 12px;
  text-align: center;
}
@media (max-width: 37.5em) {
  .concept .inner .finalist .finalistSlide p, .concept .inner .finalScene .finalistSlide p {
    font-size: 11px;
  }
}
.concept .inner .movie {
  max-width: 1000px;
  margin: 80px auto 0;
  position: relative;
}
@media (max-width: 37.5em) {
  .concept .inner .movie {
    margin: 40px auto 0;
  }
}
.concept .inner .movie:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}
.concept .inner .movie iframe {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.concept .inner .movie video {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.legends .inner {
  width: 1200px;
}
@media (max-width: 37.5em) {
  .legends .inner {
    width: 100%;
  }
}
.legends .inner .legendsmember ul {
  margin: 80px 0 0;
  display: flex;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 37.5em) {
  .legends .inner .legendsmember ul {
    margin: 40px 0 0;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    flex-wrap: wrap;
  }
}
.legends .inner .legendsmember ul li {
  margin: 60px 0 0 40px;
  width: 166px;
}
@media (max-width: 37.5em) {
  .legends .inner .legendsmember ul li {
    margin: 20px 0 0 20px;
    width: 20%;
  }
}
.legends .inner .legendsmember ul li:nth-child(-n+6) {
  margin: 0 0 0 40px;
}
@media (max-width: 37.5em) {
  .legends .inner .legendsmember ul li:nth-child(-n+6) {
    margin: 20px 0 0 20px;
  }
}
@media (max-width: 37.5em) {
  .legends .inner .legendsmember ul li:nth-child(-n+4) {
    margin: 0 0 0 20px;
  }
}
.legends .inner .legendsmember ul li:nth-child(6n+1) {
  margin: 60px 0 0 0;
}
@media (max-width: 37.5em) {
  .legends .inner .legendsmember ul li:nth-child(6n+1) {
    margin: 20px 0 0 20px;
  }
}
@media (max-width: 37.5em) {
  .legends .inner .legendsmember ul li:nth-child(4n+1) {
    margin: 20px 0 0;
  }
}
.legends .inner .legendsmember ul li:first-child {
  margin: 0;
}
.legends .inner .legendsmember ul li .thumb {
  width: 100%;
}
.legends .inner .legendsmember ul li .name {
  margin: 20px 0 0;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.8em;
  font-weight: normal;
}
@media (max-width: 37.5em) {
  .legends .inner .legendsmember ul li .name {
    margin: 5px 0 0;
    font-size: 10px;
    letter-spacing: 0.2em;
  }
}
.legends .inner .office {
  position: relative;
  width: 1000px;
  margin: 120px auto 0;
  padding: 80px;
  border-left: 1px solid #231815;
  border-right: 1px solid #231815;
  border-bottom: 1px solid #231815;
}
@media (max-width: 37.5em) {
  .legends .inner .office {
    margin: 60px auto 0;
    padding: 20px;
    width: 100%;
  }
}
.legends .inner .office::before {
  content: "";
  border-top: 1px solid #231815;
  width: 30%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 37.5em) {
  .legends .inner .office::before {
    width: 20%;
  }
}
.legends .inner .office::after {
  content: "";
  border-top: 1px solid #231815;
  width: 30%;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 37.5em) {
  .legends .inner .office::after {
    width: 20%;
  }
}
.legends .inner .office h3 {
  margin: -100px 0 0;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.8em;
  white-space: nowrap;
}
@media (max-width: 37.5em) {
  .legends .inner .office h3 {
    margin: -30px 0 0;
    font-size: 16px;
  }
}
.legends .inner .office h3:after {
  content: "";
  margin-right: -0.8em;
}
.legends .inner .office p {
  text-align: center;
  font-size: 11px;
  margin: 20px 0 0;
}
@media (max-width: 37.5em) {
  .legends .inner .office p {
    font-size: 10px;
  }
}
.legends .inner .office ul {
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  flex-wrap: wrap;
}
.legends .inner .office ul li {
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 20px 20px 0;
}
@media (max-width: 37.5em) {
  .legends .inner .office ul li {
    margin: 10px 10px 0;
    font-size: 11px;
  }
}
.legends .inner .office ul li a {
  display: block;
}
.legends .inner .office ul li img {
  max-width: 100px;
  max-height: 36px;
}
.legends .inner .office p {
  margin: 40px 0 0;
}
@media (max-width: 37.5em) {
  .legends .inner .office p {
    margin: 20px 0 0;
  }
}

.period .inner .periodBody {
  margin: 80px 0 0;
  text-align: center;
}
@media (max-width: 37.5em) {
  .period .inner .periodBody {
    margin: 40px 0 0;
  }
}
.period .inner .periodBody h4 {
  margin: 40px 0 0;
  font-size: 32px;
  letter-spacing: 0.1em;
}
@media (max-width: 37.5em) {
  .period .inner .periodBody h4 {
    margin: 20px 0 0;
    font-size: 18px;
  }
}
.period .inner .periodBody h4 span {
  font-size: 70%;
}
.period .inner .periodBody .att {
  margin: 40px 0 0;
  font-size: 11px;
}

.howto .inner ul {
  margin: 80px 0 0;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media (max-width: 37.5em) {
  .howto .inner ul {
    margin: 40px 0 0;
    flex-wrap: wrap;
  }
}
.howto .inner ul li {
  width: 200px;
  position: relative;
}
@media (max-width: 37.5em) {
  .howto .inner ul li {
    margin: 40px 0 0;
    width: 45%;
  }
}
.howto .inner ul li:after {
  content: "";
  background: url(../img/arrow.png) 0 0 no-repeat;
  width: 15px;
  height: 25px;
  position: absolute;
  top: 88px;
  right: -40px;
}
@media (max-width: 37.5em) {
  .howto .inner ul li:after {
    display: none;
  }
}
.howto .inner ul li:last-child:after {
  display: none;
}
@media (max-width: 37.5em) {
  .howto .inner ul li:nth-child(-n+2) {
    margin: 0;
  }
}
.howto .inner ul li .thumb {
  width: 200px;
}
@media (max-width: 37.5em) {
  .howto .inner ul li .thumb {
    width: 100%;
  }
}
.howto .inner ul li h5 {
  margin: 20px 0 0;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.2em;
}
@media (max-width: 37.5em) {
  .howto .inner ul li h5 {
    font-size: 14px;
  }
}
.howto .inner ul li p {
  margin: 40px 0 0;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.2em;
}
@media (max-width: 37.5em) {
  .howto .inner ul li p {
    margin: 20px 0 0;
    font-size: 11px;
  }
}

.prize .inner .prizeBody {
  margin: 80px 0 0;
  text-align: center;
}
@media (max-width: 37.5em) {
  .prize .inner .prizeBody {
    margin: 40px 0 0;
  }
}
.prize .inner .prizeBody h4 {
  margin: 40px 0 0;
  font-size: 24px;
  letter-spacing: 0.2em;
}
@media (max-width: 37.5em) {
  .prize .inner .prizeBody h4 {
    margin: 20px 0 0;
    font-size: 18px;
  }
}
.prize .inner .prizeBody .att {
  margin: 40px 0 0;
  font-size: 11px;
}

.application .inner .applicationBody {
  margin: 80px 0 0;
  text-align: center;
}
@media (max-width: 37.5em) {
  .application .inner .applicationBody {
    margin: 40px 0 0;
  }
}
.application .inner .applicationBody h4 {
  margin: 40px 0 0;
  font-size: 36px;
  letter-spacing: 0.2em;
}
@media (max-width: 37.5em) {
  .application .inner .applicationBody h4 {
    margin: 20px 0 0;
    font-size: 24px;
  }
}
.application .inner .applicationBody p {
  margin: 40px 0 0;
  line-height: 2em;
}
@media (max-width: 37.5em) {
  .application .inner .applicationBody p {
    margin: 20px 0 0;
    font-size: 11px;
  }
}

.schedule .inner .scheduleBody {
  margin: 80px 0 0;
  display: flex;
}
@media (max-width: 37.5em) {
  .schedule .inner .scheduleBody {
    display: block;
    margin: 40px 0 0;
  }
}
.schedule .inner .scheduleBody ul {
  width: 50%;
  padding: 0 100px 0 0;
}
@media (max-width: 37.5em) {
  .schedule .inner .scheduleBody ul {
    width: 100%;
    margin: 40px 0 0;
    padding: 0;
  }
}
.schedule .inner .scheduleBody ul li {
  margin: 40px 0 0;
}
.schedule .inner .scheduleBody ul li:first-child {
  margin: 0;
}
.schedule .inner .scheduleBody ul li h4 {
  font-size: 24px;
  letter-spacing: 0.2em;
}
@media (max-width: 37.5em) {
  .schedule .inner .scheduleBody ul li h4 {
    font-size: 16px;
  }
}
.schedule .inner .scheduleBody ul li h4 span {
  font-size: 80%;
}
.schedule .inner .scheduleBody ul li .txt {
  margin: 20px 0 0;
  padding: 0 0 0 20px;
  border-left: 1px solid #231815;
}
.schedule .inner .scheduleBody ul li .txt p {
  line-height: 2em;
}
@media (max-width: 37.5em) {
  .schedule .inner .scheduleBody ul li .txt p {
    font-size: 11px;
  }
}

footer {
  padding: 80px 0 0;
}
@media (max-width: 37.5em) {
  footer {
    padding: 40px 0 0;
  }
}
footer .logo {
  padding: 0 0 80px;
}
@media (max-width: 37.5em) {
  footer .logo {
    padding: 0 0 40px;
  }
}
footer .logo ul {
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
footer .logo ul li {
  margin: 0 20px;
  width: 200px;
}
@media (max-width: 37.5em) {
  footer .logo ul li {
    width: 150px;
  }
}
footer .copyright {
  background: #000;
  padding: 20px 0;
  text-align: center;
  font-size: 11px;
  color: #fff;
}

.fade-in {
  opacity: 0;
  transition-duration: 900ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

/*全て共通：hideエリアをはじめは非表示*/
.hide-area {
  display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before {
  background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #666;
}

/*確認を促すモーダル：タイトルの色を変更したい場合*/
#modaal-title {
  font-size: 1.2rem;
  text-align: center;
  margin: 0 0 20px 0;
}

/*動画表示のモーダル：余白を変更したい場合*/
.modaal-video .modaal-inner-wrapper {
  padding: 0;
}

.modaal-outer-wrapper {
  background: rgba(0, 0, 0, 0.6);
}

.modalInner {
  padding: 80px;
}
@media (max-width: 37.5em) {
  .modalInner {
    padding: 0;
  }
}
.modalInner .nameBox {
  padding: 0 0 20px;
  border-bottom: 1px solid #231815;
}
.modalInner .nameBox h3.name {
  font-size: 24px;
}
.modalInner .modalBody {
  margin: 20px 0 0;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media (max-width: 37.5em) {
  .modalInner .modalBody {
    display: block;
  }
}
.modalInner .modalBody .photo {
  width: 200px;
}
@media (max-width: 37.5em) {
  .modalInner .modalBody .photo {
    width: 100%;
  }
}
.modalInner .modalBody .photo .image img {
  margin: 10px 0 0;
}
.modalInner .modalBody .photo .image img:first-of-type {
  margin: 0;
}
.modalInner .modalBody .txt {
  flex: 1;
  margin: 0 0 0 40px;
}
@media (max-width: 37.5em) {
  .modalInner .modalBody .txt {
    display: block;
    margin: 20px 0 0;
  }
}
.modalInner .modalBody .txt dl {
  margin: 20px 0 0;
}
.modalInner .modalBody .txt dl:first-of-type {
  margin: 0;
}
.modalInner .modalBody .txt dl dt {
  font-weight: bold;
}
@media (max-width: 37.5em) {
  .modalInner .modalBody .txt dl dt {
    font-size: 11px;
  }
}
.modalInner .modalBody .txt dl dd {
  margin: 10px 0 0;
  line-height: 2em;
  letter-spacing: 0.1em;
}
@media (max-width: 37.5em) {
  .modalInner .modalBody .txt dl dd {
    font-size: 11px;
  }
}
.modalInner .modalBody .txt p {
  margin: 20px 0 0;
}
@media (max-width: 37.5em) {
  .modalInner .modalBody .txt p {
    font-size: 11px;
  }
}/*# sourceMappingURL=style.css.map */