/* 全般の設定 */

*{
font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
margin: 0px;
padding: 0px;
}

* a{
text-decoration: underline;
color: #000000;
}

* a:hover{
text-decoration: underline;
color: #0000ff;
}

/* 各項の設定 */
body {
  background: url("../img/bg.png");
  animation: bgiLoop 5s linear infinite;
  background-color: #fff;
    left: 0;
    right: 0;
    margin: auto;
}
@keyframes bgiLoop {
    0% { background-position: 0 0;}
  100% { background-position: -100px 200px;}
}


#header{
height: auto;
margin: 0;
padding: 0;
}

p.headerimgbox img{
max-width: 100%;
margin: 20px 0px 5px 0px;
}

#contents{
height: auto;
margin: 0;
padding: 0;
position: relative;
}

#footer {
    padding: 10px;
    background-color: #018cc7;
    font-size: 13px;
    color: #fff;
    text-align: center;
}


#footer a{
color: #ffffff;
text-decoration: none;
}

#footer a:hover{
color: #cccccc;
text-decoration: none;
}

h1{
margin: 0px;
font-size: 120%;
color: #ffffff;
text-align: left;
padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
color: #494949;/*文字色*/
background: #f4f4f4;/*背景色*/
border-left: solid 5px #7db4e6;/*左線*/
border-bottom: solid 3px #d7d7d7;/*下線*/
}

h2 {
    margin: 0px 0px 10px 0px;
    padding: 5px 5px 5px 5px;
    font-size: 14px;
    font-weight: bold;
    background-color: #00a1e9;
    color: #ffffff;
    text-align: center;
}

img {
  vertical-align: bottom;
}
 
img {
  display: block;
  width: 100%;
}


/* strong、b、markerなどの設定 */


/* 重要なキーワード */
strong {
color: #ff0000;
font-size: 120%;
}

/* 強調表示 */
b {
color: #ff5555;
font-size: 120%;
}

/* マーカー表示 */
.marker {
background-color: #ffff00;
}


.txt_box{
text-align: left;
margin: 30px 0px;
padding: 0px 5% 0px 5%;
}

p.img_box img{
max-width: 100%;
}

/* 追加class */
.contents{
top: 0px;

position: relative;
}


.img_box {
	margin-bottom: -7px;
}

.midashi{
  padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
  color: #494949;/*文字色*/
  background: #f4f4f4;/*背景色*/
  border-left: solid 5px #7db4e6;/*左線*/
  border-bottom: solid 3px #d7d7d7;/*下線*/
	
}
ol, ul {
    list-style: none;
}






.kaisha {
width: 100%;
border-collapse: collapse ;
font-size: 11px;
text-align: left;
}

.kaisha th,
.kaisha td {
border: 1px solid #ccc;
padding: 10px;
}

.kaisha th {
font-weight: bold;
background-color: #dedede; 
}





.unei_j{
	margin: 8px;
}
.unei {
    font-size: 12px;
    padding: 15px;
    text-align: left;
}

.contents2020 {
    top: 0px;
    position: relative;
    width: 100%;
    height: 100vh;
    background: #ffde00;
	
}

.an_yaji {
    position: absolute;
    top: 67.5%;
    /* left: 0; */
    right: 8%;
    margin: auto;
    width: 33%;
    z-index: 3;
}

.an_1 {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 92%;
    z-index: 3;
}