@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:10px;
  overflow:scroll;
  background:#f5f5f5;
  font-size:14px;
  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: 20px;
  font-weight: bold;
  padding: 10px 20px 10px 0px;
  margin-bottom: 1em;
  color: #000;
  border-bottom:2px solid #ddd;
}
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:#1d3a90;
}

#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;
}


#inputFile {
    position: relative;
    padding: 180px 0 100px;
    text-align: center;
}

#dropArea {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 100px 0 0;
    border: 2px dashed #494949;
    background: rgba(22, 165, 191, 0);
    transition: all 0.25s cubic-bezier(0.21, 0.51, 0.51, 1);
}

#dropArea.dragover {
    border: 2px solid #16a5bf;
    background: rgba(22, 165, 191, 0.6);
}

#file {
  margin-bottom:10px;
}

#inputFileWrap {
    position: relative;
    display: inline-block;
}

#btnInputFile,
#btnChangeFile {
    display: table;
    width: 300px;
}

#btnChangeFile {
    display: none;
}

.ms-container{
  width:100%;
}

.custom-footer{
  width:100%;
  background:#EFEFEF;
  padding:5px;
  text-align:center;
}

ul.tree{
  list-style:none;
  padding-left:0;
}

ul.tree ul{
  list-style:none;
  padding-left:0px;
}

ul.tree li{
  list-style:none;
  padding-left:0;
}

ul.tree li a{
  display:block;
  padding:10px;
  border-bottom:1px solid #aaa;
  text-decoration:none;
  color:#000;
}



ul.tree li.current > a{
  background:#EFEFEF;
}

ul.tree > li > ul > li > a{
  padding-left:20px;
}

ul.tree > li > ul > li > ul > li > a{
  padding-left:40px;
}

