@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);


table.redbox {
  border: 3px solid #B4286D;
  width: 600px;
  margin: 0 auto;
  background: #F6F0F3;
}
table.redbox {
  margin-bottom: 1em;
}
table.box td, table.redbox td {
  text-align: center;
  padding: 10px;
}
div.tb {
  margin-top: 20px;
}
table.redbox .pinktxt {
  color: #C82C74;
  font-size: 14px;
}
.bold {
  font-weight: bold!important;
}
div.after .btn {
  width: 270px;
  padding: 16px;
  margin-top: 32px;
  font-size: 1.2rem !important;
}
div.after .btn {
  text-align: center;
  color: #fff !important;
  background: #335f82;
  display: block;
  margin: auto;
  border-radius: 5px;
  letter-spacing: 0.1rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  text-align: center;
}
div.after .btn:hover {
  background: #567996;
  width: 270px;
  padding: 16px;
  font-size: 1.2rem;
  color: #fff;
}
h1 {
  padding: 32px 24px;
  border: 1px solid #999;
  border-radius: 6px;
  color: #4d4d4d;
  margin: 0;
}
.logo {
  width: 60px;
}
.notice {
  color: #FF0000;
  font-weight: bold;
}
h2 {
  border-left: 5px solid #326E38;
  border-radius: 0 6px 6px 0;
  background: #EEEEEE;
  color: #326E38;
  font-size: 15px;
  font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  padding: 8px 10px 10px 14px;
}

h3 {
  padding: 0;
  border: none;
  color: #326E38;
  font-size: 16px;
  font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1px;

}
.outside {
  margin: 0 auto;
  padding: 20px 20px 0;
  max-width: 1000px;
  background: #fff;
  font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body {
  background: #fbf5f5;
  margin: 0;
}
a.btn {
  display: block;
  max-width: 300px;
  background: #02651f;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 8px;
  font-size:14px;
  border-radius: 5px;
  margin: 20px auto;
  margin-bottom: 40px;
}
.box {
  font-family: 'Noto Sans Japanese', sans-serif;
  background: #e6f5dc;
  padding: 20px;
  color: #326E38;
  border: 1px #999 solid;
}
div.box_gray {
  padding: 4px 10px;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 32px;
}
ul {
  padding: 0 0 0 20px;
  margin: 0;
}
.copyright {
  max-width: 1040px;
  height: 40px;
  background: #02651f;
  color: #eee;
  font-size: 12px;
  font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  text-align: center;
  line-height: 40px;
  letter-spacing: 2px;
  margin: 0 auto;
}
.blued {
  color: #4c7392;
  font-weight: 800;
}
.box_wire {
  padding: 4px 10px;
  font-size: 14px;
  line-height: 26px;
}
.blocks {
  margin: 0;
  margin-left: 20px;
}
.number {
  margin: 0 0 20px;
  margin-left: 20px;
  list-style:none;
  padding-left:22px;
  text-indent:-21px;
}
.space {
  padding-left: 12px;
}

.announcement {
  border: 1px solid #ddd;
  font-family: 'Noto Sans Japanese', sans-serif;

}
.announcement dt {
  background: #a90c00;
  color: #fff;
  padding: 10px 12px;
  font-size: 16px;

}

.announcement dd {
  margin: 0 !important;
  padding: 15px 12px;
  color: #333;
  font-size: 14px;
}

table {
  width: 100%;
  border: 1px #999 solid;
  border-collapse: collapse;
  border-spacing: 0;
  letter-spacing: 0;
  margin-bottom: 0;
  table-layout: auto !important;
    font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal;
    line-height: 1.8;
}

td:first-child {
    background: #e6f5dc !important;
    color: #326E38 !important;
    font-weight: bold !important;
    width: 30% !important;
}

td {
    background: #fff;
    border: 1px #999 solid;
    border-width: 0 0 1px 1px;
    font-size: 12px;
    text-align: left;
  padding: 8px 12px !important;
}

.btn_row_file {
    display: block;
    padding: 6px 12px 0 0;
    color: #0070c9;
  text-decoration: none;
}

.btn_row_file:before {
    content: '\f0f6';
    padding: 0 4px 0 0;
    font-family: 'FontAwesome';
}

@media (max-width: 900px) {
iframe {
  width: 100%;
}
}

@media (max-width: 619px) {
h1 {
  font-size: 16px;
}
.box {
  font-size: 14px;
}
.copyright {
  font-size: 9px
}
.blocks {
  margin-left: 0;
}
.number {
  margin-left: 0;
  padding-left:30px;
}
.space {
  padding:0;
}

iframe {
  height: 350px;
}

}
