@charset "UTF-8";

/* 基本設定 */

body {
  margin: 0px auto;
  width: 100%;    
  line-height: 1.5;
  background: #dcdcdc url("bg-page.jpg") 0px 150px no-repeat;
  background-size: cover;
  height: 100vh;
}

header, contents, aside, article, footer {
  font-family: Arial, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

a:link {
  color: #333;
}

a:visited {
  color: #c6c;
}

a:hover {
  color: #06c;
}

a img{
  border-style:none;
}

h1 {
  font-size: 200%;
}

h2 {
  font-size: 150%;
  text-align: center; 
  margin-top: 30px;
}

h3 {
  font-size: 100%;
  color: #000;
}

h4 {
  text-align: center; 
}

p {
  font-size: 100%;
  color: #666;
  margin-bottom: 10px;
}

ul {
  margin-bottom: 30px;
}

li {
  list-style:inside;
  font-size: 100%;
  color: #666;
}

/* ヘッダー */

header {
  width: 100%;
}

.log {
  margin-top: 30px;
  margin-left: 2%;
}

header h2 {
  margin-top: 300px;
  text-align: center;
  font: 450% "Arial";
  font-style: italic;
  font-weight: 800;
  color: #fff;
}

nav {
  text-align: right; 
    margin-right:2%;     
}

.nav01 {
  list-style-type: none; 
  display: flex;       
}


.nav01 li {
  text-align: right;  
  margin-left: 24px;
}

ul.nav02, ul.nav03 {
  clear: both;
  text-align: center;
  font-size: 100%;
}

ul.nav02 li {
  display: inline;
  font-size: 200%;
  margin-left: 200px;
}

/* コンテンツ */

contents {
  padding: 0%;
  width: auto;
  margin: 8%;
  background: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 4px #666;
    -moz-box-shadow: 0 0 4px #666;
    box-shadow: 0 0 5px #666;
}

.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    font-size:0;   
    clear: both;
    visibility:hidden;
}

.clearfix{
    display: inline-block;

}

article {
  margin: 8px;
  background: #fff;
}

.container {
  width: 100%;
}

.item01 {
  width: 90%;
  background: #fff;
  margin: 5%;
  padding: 20px;
}

.item01 img {
  width: 960px;
  max-width: 100%;
  height: auto;

}

/* フッター */

footer {
  width: 100%;
  text-align: center;
  background: #dcdcdc;
  padding: 30px;
}

/* スマホ */

@media (max-width: 600px) {
.container {
  flex-direction: column;
  align-items: center;
    }
}
