@charset "utf-8";

body
{
  background-image: url("../material/background2.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-color: black;
  margin: 0;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-family: 'Noto Serif JP', serif;
}

a
{
    text-decoration: none;
}

a.whitelink:link,:visited
{
    color: #747474;
}

a.whitelink:hover
{
    color: #ffffff;
}

.headerpos
{
    display: flex;
    position: fixed;
    text-align: center;
    margin-left: -500px;
    top: 0%;
    left: 50%;
    background-color: #ffffff;
    width: 1000px;
}

header
{
    display: inline;
    position: absolute;
    text-align: center;
    top: 0%;
    left: 50%;
    margin: 0;
    padding: 0;
    z-index: 1000;
}

.header-logo
{
    display: inline;
    text-align: left;
    vertical-align: middle;
    margin-left: 30px;
    line-height:50px;
    font-size: 22px;
    color: #4fa020;
    font-weight: bold
}

.header-logo2
{
    display: inline;
    vertical-align: middle;
    margin-left: 20px;
    text-align: left;
    line-height:50px;
    font-size: 14px;
    color: #747474;
}

.headertable
{
    font-size: 14px;
    color: #747474;
    table-layout: fixed;
    width: 450px;
    text-align: center;
    margin-left: auto;
    margin-right: 0px;
}

.headertable th:hover
{
    font-size: 14px;
    color: #ffffff;
    background-color: rgb(75, 68, 68);
    text-align: center;
    margin-left: auto;
    margin-right: 0px;
    border-right: 1px solid #000000;
    transition: 0.7s;
}

.headertable th
{
    border-left: 1px solid #000000;
}

main
{
   width: 1000px;
   margin-left: auto;
   margin-right: auto;
   padding-bottom: 100px;
   background-color: #ffffff;
   position: relative;
   z-index: 100;
}

.field
{
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.midashi
{
    display: block;
    background-color: #0081f1;
    height: 80px;
    margin-top: 50px;
    color: white;
    font-size: 22px;
    text-align: center;
    line-height: 80px;
}

span
{
    color: #0081f1;
    font-size: 20px;
    font-weight: bold;
}

h1
{
    text-align: center;
    font-size: 27px;
    color: #0081f1;
    font-weight: bold;
}

h2
{
    text-align: left;
    width: 700px;
    color: #0081f1;
    font-size: 23px;
}

h3
{
    text-align: center;
    font-size: 18px;
    color: #747474;
}

.table
{
    table-layout: fixed;
    border-spacing: 0;
    margin: auto;
    border-top: solid 1px rgb(49, 49, 49);
}

.table td
{
    border-bottom: solid 1px rgb(49, 49, 49);
    padding: 5px;
}

.td1
{
    width: 80px;
    font-weight: bold;
    color:#0081f1
}

.td2
{
    width: 100px;
    font-weight: bold;
    color: #365e81;
}

.mainparagraph
{
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;       /* Chrome・Firefox用 */
    text-justify: inter-ideograph;  /* IE・Edge用 */
}

ol.sub
{
    list-style-type: lower-roman;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 0;
    margin-bottom: 0;
}

ol
{
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 0;
    margin-bottom: 0;
}

ul
{
    list-style-type: disc;
}

li
{
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 0;
    margin-bottom: 0;
}

.sub li
{
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 0;
    margin-bottom: 0;
}

p
{
    text-align: justify;
}

#statement
{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 12px;
    color: rgb(77, 77, 77);
}

.link
{
    color: #0081f1;
    text-decoration: underline;
}

.link :hover
{
    color: #ffffff;
    background-color: #0081f1;
    transition: 0.7s;
}

hr
{
    border: 0 none;
    border-top: dashed 1px #747474;
}

.smallhr
{
    border: 0 none;
    border-top: dashed 1px #afafaf;
}

#caption1
{
    width: 470px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    color: rgb(77, 77, 77);
    text-align: justify;
}

.backlink
{
    width: 170px;
    text-align:center;
    margin-right: 0%;
    margin-left: auto;
    font-size: 16px;
    color: #747474; 
    font-family: 'Noto Sans JP', sans-serif;
}

a.backlink:link,:visited
{
    text-align: right;
    font-size: 16px;
    color: #747474;
}

a.backlink :hover
{
    color: #0081f1;
    text-decoration: underline;
    transition: 0.5s;
}

.copyright
{
    display: block;
    font-size: 15px;
    color: white;
    text-align: center;
    line-height: 100px;
}

footer
{
    width: 1000px;
    height: 100px;
    position: absolute;
    margin-left: -500px;
    left: 50%;
    bottom: 0;
    background-color: #B1B1B1;
    z-index: 1000;
}

.wrapper
{
    position: relative;
    min-height: 100vh;
    padding-bottom: 100px;
    box-sizing: border-box;
}