*, ::before, ::after {
  box-sizing: border-box;
}
::before, ::after {
  text-decoration: inherit;
  vertical-align: inherit;
}
html {
  cursor: auto;
  line-height: 1.5;
  -moz-tab-size: 2;
  tab-size: 2;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  font-size: 62.5%;
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}
h1,h2,h3,h4,h5,h6 {
  font-weight: bold;
  font-weight: 500;
  margin: 0;
}
dl dl, dl ol, dl ul, ol dl, ul dl {
  margin: 0;
}
ol ol, ol ul, ul ol, ul ul {
  margin: 0;
}
hr {
  height: 0;
  overflow: visible;
}
main {
    display: block;
}
ol, ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
p {
  padding: 0;
  margin: 0;
}
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}
audio, video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
iframe {
  border-style: none;
}
img {
  border-style: none;
}
svg:not([fill]) {
  fill: currentColor;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
button, input, select {
  margin: 0;
}
button {
  overflow: visible;
  text-transform: none;
}
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
fieldset {
  border: 1px solid #a0a0a0;
  padding: 0.35em 0.75em 0.625em;
}
input {
  overflow: visible;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
select {
  text-transform: none;
}
textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
}
[type="checkbox"], [type="radio"] {
  padding: 0;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
:-moz-focusring {
  outline: 1px dotted ButtonText;
}
:-moz-ui-invalid {
  box-shadow: none;
}
details {
  display: block;
}
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
dialog:not([open]) {
  display: none;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
a, area, button, input, label, select, summary, textarea, [tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
[hidden] {
  display: none;
}
[aria-busy="true"] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled="true"], [disabled] {
  cursor: not-allowed;
}
[aria-hidden="false"][hidden] {
  display: initial;
}
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}
address {
    font-style: normal;
}

/* config (案件によって変更)
---------------------------------------------------*/
@font-face {
  font-family: 'NotoSansJP';
  font-style: normal;
  font-weight: 400;
  font-weight: normal;
  src: url("/edu/common/webfont/NotoSansJP-Medium.otf") format('opentype');
}
html{
  background: #fff;
}
body {
  -webkit-text-size-adjust: 100%;
  font-family: 'NotoSansJP','Yu Gothic','Hiragino Kaku Gothic ProN','メイリオ', Meiryo, sans-serif;
  font: 1.6rem/1.5 arial,helvetica,clean,sans-serif;
  font-weight: normal;
  text-align: left;
  letter-spacing: 0px;
    line-height: 2;
}
/* imgタグの設定 */
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
a img  {
	border: none;
}


/* 構造の設定 */
.f-mincho {
    font-family:'NotoSerifJP','Hiragino Mincho ProN','YuMincho','Yu Mincho', serif;
}
h1, h2, h3, h4, h5, h6 {line-height: 1.7;}
/* リンクの設定 */
ol li,ul li {
    list-style: none;
}
a:link {
    color: #000;
    text-decoration: none;
    transition: all .15s ease-out;
}
a.ubLink:link {
    text-decoration:underline;
}
a:visited {
	color: #000;
}
a:hover {
	opacity: 1;
  cursor: pointer;
}

