@charset "UTF-8";

/*
==================================================

   404エラー

==================================================
*/



/*
==================================================
  ヘッダ
==================================================
*/

#header div.cover div.limit {
height: 160px;
}
#header div.error {
background-color: #236ab1;
}



/* ----- ★834 ----- */
@media screen and (max-width: 834px) {

#header div.cover div.limit {
height: 120px;
}

}
/* ----- /834 ----- */



/*
==================================================
  コンテンツ
==================================================
*/

#contents section div.inner {
padding: 40px 40px;
background-color: #f9f9f9;
border: 1px #c0c0c0 solid;
}
#contents section h2 {
margin: 0 0 30px;
font-size: 160%;
color: #004c99;
line-height: 120%;
}
#contents section ul {
margin: 25px 0 25px 1em;
padding: 0;
}
#contents section ul li {
margin: 0 0 5px;
line-height: 140%;
}
#contents section p:last-child {
margin: 0;
}



/* ----- ★834 ----- */
@media screen and (max-width: 834px) {

#contents section div.inner {
padding: 30px 7px;
}
#contents section h2 {
margin: 0 0 20px;
font-size: 140%;
line-height: 130%;
}

}
/* ----- /834 ----- */




