@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Noto+Serif+JP:wght@200..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

/*

.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}


.noto-serif-jp-<uniquifier> {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


.roboto-condensed-<uniquifier> {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
*/
body{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;

}

img{
  max-width:100%;
}

.navbar-brand{
  font-size:18px;
  display:flex;
  align-items:flex-end;
}

.event_name {
  text-align:center;
  font-weight: bold;
  font-size: 60px;
  color: rgba(0, 0, 0, 0);

  text-shadow: 3px 3px 0 #9db;
  -webkit-text-stroke: 1px #888;
  text-stroke: 1px #888;
  font-family: "M PLUS 1p";
}

.termbox{
  max-height:200px;
  border:2px solid #aaa;
  padding:20px;
  overflow:scroll;
  background:#f5f5f5;
  font-size:16px;
  line-height:1.5;
}

.termbox strong{
  display:block;
  margin-bottom:5px;
}

.pageheader{
  padding:60px 0px;
  text-align:center;
  font-size:30px;
  background:#0070b2;
  color:#FFF;
  margin-bottom:30px;
}

.pageheader span{
  font-size:16px;
  display:block;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
/*リセット*/
h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}
/*デザイン*/
h1 {
  position: relative;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  padding: 30px;
  margin-bottom: 1em;
  color: #18689B;
}
h1::after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100px;
  height: 10px;
  background: #18689B;
}
h2 {
  font-size: 25px;
  font-weight: bold;
  padding: 10px 20px;
  margin-bottom: 1em;
  color: #ffffff;
  border-radius: 10px;
  background: #18689B;
}
h3 {
  font-size: 24px;
  font-weight: bold;
  padding: 10px 30px 10px 0px;
  margin-bottom: 1em;
  border-bottom:2px solid #82C3EC;
}
h4 {
  font-size: 25px;
  font-weight: bold;
  padding: 10px 20px;
  margin-bottom: 1em;
  border-radius: 5px;
  background: #E7EFEE;
}
h5 {
  font-size: 20px;
  font-weight: bold;
  padding: 10px 20px;
  margin-bottom: 1em;
  border-bottom: 3px double #E7EFEE;
}
h6 {
  font-size: 15px;
  font-weight: bold;
  padding: 10px 20px;
  margin-bottom: 1em;
  border-bottom: 3px dotted #E7EFEE;
}

.required{
  position:relative;
  padding-right:60px;
}

.required:after{
  content:"必須";
  background:#da0030;
  color:#FFF;
  padding:2px 10px;
  display:inline-block;
  position:absolute;
  right:5px;
  top: 2px;
}

footer{
  margin-top:30px;
  padding:20px 0px;
  border-top:1px solid #aaa;
  background:#161b60;
}

#copyright{
  text-align:center;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color:#FFF;
}

table.confirmtab{
  width:100%;
}

table.confirmtab tr th{
  width:30%;
}

table.confirmtab tr th,
table.confirmtab tr td{
  padding:10px;
}

table.confirmtab tr:nth-child(odd) {
  background-color: #e6f1f6;
}


table.historytab{
  width:100%;
  border-top:1px solid #aaa;
  border-left:1px solid #aaa;
}

table.historytab tr th,
table.historytab tr td{
  padding:10px;
  border-right:1px solid #aaa;
  border-bottom:1px solid #aaa;
}

table.historytab thead tr th{
  background:#EFEFEF;
}


table.historytab tr:nth-child(odd) {
  background-color: #e6f1f6;
}

