
@charset "utf-8";
/* CSS Document */

.container {
	position: relative;
	/*max-width: 894px;
	width: 100%;*/
	margin-left: auto;
	margin-right: auto;
}
#low_m {
  width: 780px;
  margin: 0 auto;
  padding-bottom: 15px;
}
h2 {
  clear: both;
  margin-top: 2em;
  margin-bottom: .5em;
  color: #009ce6;
  font-size: 2.4rem;
}
h3 {
  font-size: 1.8rem;
  margin-top: 2.4em;
  margin-bottom: 1em;
}
p {
  text-align: justify;
  margin-bottom: 1.4em;
}
section {
  margin-bottom: 3.5em;
}
figcaption {
  font-size: 1.2rem;
  text-align: center;
}
a {
  font-weight: lighter;
  border-bottom: none;
  transition: 0.15s ease-out;
}
a:hover {
  opacity: .7;
}
hr {
  max-height: 894px;
  width: 100%;
  margin: 0 auto;
}
h2, h3, strong {
  font-weight: bold;
}
.title_apply {
  margin-bottom: 0;
}
.list_apply li p {
  margin-bottom: 0;
}
.item_title {
  text-decoration: underline;
}
.indent {
  text-indent: 1em;
}
.mb1em {
  margin-bottom: 1em;
}
.mb2em {
  margin-bottom: 2em;
}
.url {
  word-break: break-all;
}

@media screen and (max-width: 768px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  section {
    margin-bottom: 3em;
  }
  h2 {
    font-size: 2rem;
  }
  p {
    font-size: 1.3rem;
    line-height: 1.7em;
  }

}


@media screen and (max-width: 420px) {

}


