@charset "UTF-8";/* CSS Document */
body {
  font-family: -apple-system, ’Lucida Grande’, ‘Helvetica Neue’, ’Hiragino Kaku Gothic ProN’, ‘游ゴシック’, ’メイリオ’, meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  font-size: 1.6em;
}/* contents */
#m_tl {
  font-size: 1.5em;
  line-height: 1.3em;
  font-weight: 600;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 0px;
  border-bottom: 1px solid #3B5997;
  margin-bottom: 0px;
}
.dt, .nt {
  font-size: .6em;
  color: #666666;
  text-align: right;
  margin-top: 10px;
  margin-bottom: 0px;
  margin-right: 5px;
  font-weight: normal;
  float: right;
  width: 150px;
}
.nt {
  font-size: .5em;
  color: #ACACAC;
  font-weight: normal;
  float: left;
  width: 50px;
  text-align: left;
}
.s_tl {
  font-size: 1.3em;
  font-weight: 600;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  line-height: 1.3em;
  margin-bottom: 5px;
  margin-top: 5px;
  color: #fff;
  border-bottom: 1px solid #CBCBCB;
  border-top: 1px solid #CBCBCB;
  background-color: #ff0099;
}
.ctr {
  text-align: center;
  display: block;
}
.article_cont { margin: 10px 0px; }
.article_cont p {
  font-size: .9em;
  margin: 10px 10px 25px 10px;
  color: #454545;
  line-height: 1.5em;
}
.article_cont p.article_list {
  border-left: 10px solid #3B5997;
  padding-left: 10px;
  margin-bottom: 0px;
  border-bottom: 1px dashed #3B5997;
}
.article_cont p.sample_txt {
  font-size: .6em;
  font-weight: 600;
  text-align: right;
  color: #3B5997;
  padding-right: 10px;
  margin-bottom: 0px;
  margin-top: 0px;
}
.article_cont p.note_ {
  font-size: .9em;
  background-color: #f7f7f7;
  border: 1px solid #DDDDDD;
  margin: 0 10px 40px 10px;
  padding: 0 10px 5px 10px;
}
.article_cont p.note_.margin_late { margin-top: 5px; }
.article_cont p span, .article_cont .in p {
  font-weight: 600;
  line-height: 1.5em;
}
.in {
  background-color: #f7f7f7;
  border: 1px dashed #DDDDDD;
  margin: 0 10px 30px 10px;
  padding: 0 10px;
}
.article_cont .in p:last-child { margin-bottom: 10px; }
.in ul { padding: 5px; }
.in li {
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 600;
  color: #454545;
  font-size: 15px;
  line-height: 1.5em;
  list-style-position: outside;
  list-style-type: circle;
  padding-left: 0px;
  margin-left: 10px;
  margin-bottom: 0px;
}
.article_cont img { margin-bottom: 10px; }
section { margin-bottom: 60px; }
section p img {
  width: 90%;
  margin: 5px auto;
  display: block;
  max-width: 400px;
}
#header {
  background-color: #ff0099;
  text-align: center;
  line-height: 60px;
  color: #FFFFFF;
  font-weight: 600;
}
#footer {
  color: #4B4B4B;
  line-height: 40px;
  font-size: 12px;
  background-color: #F0F0F0;
  border-top: 1px solid #B1B1B1;
  padding-top: 5px;
  padding-bottom: 5px;
}
#footer p {
  font-size: 10px;
  text-align: center;
  line-height: 60px;
}
#footer p a { text-decoration: none; }
.foot_nav { line-height: 150%; }
.foot_nav a { text-decoration: underline; }

@media screen and (min-width: 30em) {
#content {
  width: 480px;
  margin: auto;
  overflow: hidden;
}
}
