

a{
  color: #1f329c;
}

p{
  font-size: 16px;
}



.reload_msg {
  max-width: 1005px;
  margin: 0 auto;
}
.sub_title {
  border: 1px solid #666;
  font-size: 26px;
  display: block;
  padding: 12px 40px;
  width: 660px;
  text-align: center;
  margin: 0 auto;
}
.list_large li {
  font-size: 22px;
}
.sp {
  display: none;
}

@media (max-width: 768px) {
.sub_title {
  width: 90%;
  font-size: 18px;
  margin-top: 60px;
}
.list_large li {
  font-size: 18px;
}
.sp {
  display: block;
}
}

@media (max-width: 768px) {
.list_large li {
  font-size: 16px;
}
.table_wrap td a[target="_blank"] {
  color: #fff !important;
  background: #40168A;
  display: block;
  margin: auto;
  border-radius: 5px;
  letter-spacing: .1rem;
  cursor: pointer;
  padding: 20px;
}

}


p.strong {
  font-weight: bold;
}




.top_notice-01 {
  display: flex;
/*  position: absolute; */
  width: 1000px;
  font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.top_notice-01 .head {
  flex: none;
  display: flex;
  align-items: center;
  padding: 0 28px;
  background-color: #a71f4d;
  border: 1px solid #a92552;
  color: #fff;

}

.top_notice-01 .body {
  display: flex;
  padding: 0px 30px;
  width: 100%;
  border: 1px solid #a92552;
  font-size: 15px;
  background: #fff;
}
.top_notice-01 .title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  line-height: 1.5;
  letter-spacing: .08em;
}
.top_notice-01 .head p, .top_notice-01 .body p {
  padding: 20px 0;
}
@media (max-width: 619px) {

.top_notice-01 {
  width: 80%;
  display: contents;
}

.top_notice-01 .head {
  width: 97%;
  padding: 0px 10px;
  display: block;
  margin: 0 auto;
}

.top_notice-01 .body {
  width: 97%;
  padding: 0px 10px;
  display: block;
  margin: 0 auto;
}

}

p.copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .5em 45px;
    min-height: 45px;
    background-color: #40168A;
    font-family: 'Libre Baskerville',serif;
    font-weight: 400;
    color: #fff !important;
    font-size: 10px;
    line-height: 1.3636;
    letter-spacing: .025em;
    text-align: center;
  font-size: 16px;
}

@media (max-width: 619px) {
p.copyright {
  font-size: 12px;

}

.pc { 
  display: block !important;
}

.reload_msg {
  margin-top: 25px;
  margin: 25px 10px 0;
}

}

.subtitle {
  font-size: 24px;
  font-weight: bold;

}

main.dash01 .content table tr td {
  vertical-align: top;
}

@media (max-width: 768px) {
.pc_tb {
  display: none !important;
}
main.dash01 .content table tr th {
  padding: 8px !important;
  font-size: 15px !important;
}
main.dash01 .content table tr th.sp {
  width: 100% !important;
  text-align: left !important;
  display: block !important;
  font-size: 15px !important;
}
main.dash01 .content table tr th.sp+td {
  width: 100% !important;
  display: block !important;
  border-bottom: 1px solid #e7e7e7;
}
.content.container.common table tr td {
  text-align: left !important;
  padding: 8px!important;
}
}

@media (min-width: 768px) {

a._half{
  width: 47%;
  display: inline-block;
}

a._half:nth-child(2){
  float: right;
}

}

a.green {
  background: #0a6960 !important;
}
a.red {
  background: #9e1846 !important;
}

span.red {
  color:red;
  font-weight: bold;
}

.top_notice-01 {
  width: auto;
}

