@charset "UTF-8";
/* CSS Document */
body {
  background-color: #fff;
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a:hover {
  color: #FF6600
}
section {
  width: 100%;
  width: 950px;
  margin: 15px auto 10px;
  max-width: 100%;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  section {
    width: 100%;
    margin: 15px auto 10px;
    padding: 0 10px;
  }
}
p, table.table {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  p, table.table {
    font-size: 14px;
  }
}
img {
  border: none;
  max-width: 100%;
}
/*見出し*/
h1 {
  font-size: 25px;
  color: #fff;
  border-radius: 10px;
  background-color: #1a3c6e;
  background: linear-gradient(45deg, #13699a 0%, #1a3c6e 100%);
  border: 6px solid #d8dbec;
  text-align: center;
  /*  box-shadow: 0px 3px 10px rgba(0,0,0,.4);
  background: linear-gradient(#1a3c6e 0%, #1a3c6e 60%, #d8dbec 60%, #d8dbec 100%);*/
  letter-spacing: 0.03em;
  padding: 20px;
  margin-bottom: 15px;
  font-weight: bold;
}
h1 span {
  font-size: 15px;
  color: #fff;
  letter-spacing: 0.01em;
  line-height: 0.8;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 20px;
  }
  h1 span {
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.01em;
    line-height: 0.8;
  }
}
h1 hr {
  border: 1px solid #fff;
  margin: 5px;
  padding: 0;
}
@media print {
  h1 {
    background-color: #1a3c6e;
  }
}
h2 {
  font-size: 16px;
  color: #213e73;
  line-height: 1.2;
  border-left: 5px solid #213e73;
  padding: 5px 0 5px 10px;
  margin-top: 25px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #999; /*下点線*/
  font-weight: bold;
}
/*スケジュールTable*/
table.schedule {
  width: 600px;
  border-collapse: collapse;
  line-height: 1.5em;
  font-size: 12px;
  color: #666;
}
table.schedule th {
  padding: 10px;
  text-align: left;
  vertical-align: top;
  background-color: #E0E0E0;
  border: 1px solid #b9b9b9;
  font-weight: normal;
  font-size: 14px;
  white-space: nowrap;
  height: auto;
  font-weight: bold;
}
table.schedule td {
  padding: 10px;
  text-align: justify;
  vertical-align: top;
  background-color: #fff;
  border: 1px solid #b9b9b9;
}
table.product {
  clear: both
}
/*白線　区切り線*/
.hr_w {
  border: none;
  border: solid 1px #fff;
  margin-bottom: 15px;
}
/*ドロップシャドウ*/
.ds {
  margin: 10px auto;
  padding: 8px;
  border: 1px solid #ccc;
  background: #ffffff;
  box-shadow: 0 0 5px #bbb;
  -moz-box-shadow: 0 0 5px #bbb;
  -o-box-shadow: 0 0 5px #bbb;
  -ms-box-shadow: 0 0 5px #bbb;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=0, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=90, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=180, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=270, strength=3, enabled=true);
  display: block;
}
@media print {
  .ds {
    margin: 10px;
    padding: 8px;
    border: 1px solid #ccc;
    background: #ffffff;
    box-shadow: none;
    filter: none;
  }
}
div.footer {
  width: 950px;
  max-width: 100%;
}
.footer ul li {
  display: inline-block;
}
/*回り込み*/
.fl {
  float: left;
}
.fr {
  float: right;
}
.fc {
  clear: both;
}
sup {
  font-size: 0.8em;
  vertical-align: top;
  top: 0;
}
figure {
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  figure {
    font-size: 13px;
  }
}
figure img {
  display: block;
  margin: 0 auto;
}
figure p {
  text-align: center;
  margin: 15px auto 5px;
  font-size: 95%;
}
table.table tr td {
  padding-left: 1em;
  padding-right: 1em;
}
table.table tr td:nth-of-type(1) {
  text-align: center;
}
span.time {
  display: none;
}
@media only screen and (max-width: 767px) {
  table.table tr td:nth-of-type(1) {
    display: none;
  }
  span.time {
    display: inline-block;
  }
}
.no-wrap {
  display: inline-block; /* インラインブロック化 */
}
sup {
  top: 6px;
  font-size: 70%;
}
.copy {
  font-size: 11px;
  width: 100%;
  text-align: center;
}
span.time {
  padding: 3px 8px;
  border: 1px solid #aaa;
  font-weight: normal;
  margin-right: 1em;
}
.link-blank {
  padding: 0 5px 0 3px;
  vertical-align: middle;
}

.indent1_3em {
  margin-left: 1.3em;
  text-indent: -1.3em;
}

/*印刷*/
@media print {
  * {
    -webkit-print-color-adjust: exact;
  }
  @page {
    margin: 0mm 5mm;
    size: A4 portrait;
  }
}