@charset "UTF-8";
/*bottom*/

header{
  position: fixed;
  top: 0;
  z-index: 120;
  }

p.indent1em{
  text-indent: 1em;
  font-size: 1.6em;
  line-height: 2;
  }

/*link*/
ul.ul_link{
  margin: 0 0 0 1.5em;
  list-style-type: none;
  font-size: 1.6em !important;
  }

ul.ul_link li{
  display: inline-block;
  position: relative;
  }

ul.ul_link li:before{
  content: "";
  position: absolute;
  width: 0.8em;
  height: 0.8em;
  top: 5px;
  left: -18px;
  background: #000000;
  }

ul.ul_link li a{
  display: inline-block;
  position: relative;
  padding-left: 0.8em;
  margin-left: 0.5em;
  }

ul.ul_link li a:before{
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  border: 5px solid transparent;
  border-left: 8px solid #122e8b;
  }


/* Media Queries
==========================================================================*/
@media screen and (min-width: 979px) {
}

@media screen and (max-width:834px) {

p.indent1em{
  font-size: 1.3em;
  }
}
@media screen and (max-width:699px) {
  }
@media print {
header{
  position: static;
  }
}

