@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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, 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;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #cccccc;
}

input, select {
  vertical-align: middle;
}

li {
  list-style: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  position: relative;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  color: #222222;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 1.6rem;
}

main {
  display: block;
  position: relative;
  width: 100%;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  color: #222222;
}

a > img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  text-decoration: underline;
}

a:hover > img {
  opacity: 0.8;
}

img {
  -webkit-backface-visibility: hidden;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  backface-visibility: hidden;
  vertical-align: bottom;
}

time {
  display: inline-block;
}

section {
  position: relative;
}

section:last-of-type {
  margin-bottom: 0;
}

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

table {
  width: 100%;
}

#wrapper {
  position: relative;
  width: 100%;
}

body {
  background-color: #000;
}

.lunar {
  background-image: url(../img/bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
}

.lunar section {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}

.lunar-mv {
  padding-top: 50px;
  padding-right: 20px;
  padding-left: 50px;
  text-align: center;
}

.lunar-cp {
  margin-top: 60px;
  text-align: center;
}

.lunar-apply {
  margin-top: 45px;
  text-align: center;
}

.lunar-apply > a {
  display: block;
  max-width: 588px;
  margin: -20px auto 0;
}

.lunar-link {
  margin-top: 85px;
}

.lunar-link-inner {
  position: relative;
  max-width: 704px;
  margin: 0 auto;
}

.lunar-link-inner > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 215px;
  right: 0;
  left: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 550px;
  margin: auto;
}

.lunar-link-inner > ul > li {
  width: 30%;
}

.lunar-detail {
  margin-top: 70px;
  padding-bottom: 100px;
  color: #00657D;
}

.lunar-detail-inner {
  max-width: 704px;
  margin: 0 auto;
  padding: 50px 40px 40px;
  border-radius: 20px;
  background-color: #e5f0ff;
  background-image: url(../img/detail_bg.png);
  background-position: center top;
  font-size: 1.2rem;
  line-height: 1.7;
}

.lunar-detail-inner > h2 {
  margin-bottom: 40px;
  font-size: 3.0rem;
  text-align: center;
}

.lunar-detail-inner > h2 > span {
  display: inline-block;
  position: relative;
  padding: 0 100px;
}

.lunar-detail-inner > h2 > span:before, .lunar-detail-inner > h2 > span:after {
  display: block;
  position: absolute;
  top: -10px;
  width: 90px;
  height: 65px;
  background-image: url(../img/detail_pic.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.lunar-detail-inner > h2 > span:before {
  left: 0;
}

.lunar-detail-inner > h2 > span:after {
  right: 0;
}

.lunar-detail-inner > h3 {
  margin: 20px 0 5px;
  font-size: 1.3rem;
}

.lunar-detail-inner > ul > li {
  padding-left: 1.0em;
  text-indent: -1.0em;
}

@media print {
  @page {
    size: A4;
    margin: 12.7mm 9.7mm;
  }
  body {
    zoom: 0.8;
    width: 1200px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.3rem;
  }
  #wrapper {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .pc {
    display: none;
  }
  .lunar-mv {
    padding-top: 30px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .lunar-cp {
    margin-top: 40px;
    padding: 0 15px;
  }
  .lunar-apply {
    padding: 0 15px;
  }
  .lunar-apply > a {
    margin-top: -5%;
  }
  .lunar-link {
    margin-top: 60px;
    padding: 0 15px;
  }
  .lunar-link-inner > ul {
    display: block;
    top: 44%;
    width: 80%;
  }
  .lunar-link-inner > ul > li {
    width: 100%;
  }
  .lunar-link-inner > ul > li:nth-of-type(n+2) {
    margin-top: 6%;
  }
  .lunar-detail {
    margin-top: 60px;
    padding: 0 15px 50px;
  }
  .lunar-detail-inner {
    padding: 30px 15px;
    background-size: 6px;
  }
  .lunar-detail-inner > h2 {
    margin-bottom: 30px;
    font-size: 2.0rem;
    line-height: 1.3;
  }
  .lunar-detail-inner > h2 > span {
    padding: 0 50px;
  }
  .lunar-detail-inner > h2 > span:before, .lunar-detail-inner > h2 > span:after {
    top: -5px;
    width: 45px;
    height: 32px;
  }
  .lunar-detail-inner > h3 {
    margin: 15px 0 3px;
  }
}

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