@charset "utf-8";

*{margin: 0; padding: 0;}

body {
    margin: 0;
    padding: 0;
    color:#000;
	font-size: 12px;
    letter-spacing: 2.4px;
    line-height: 2;
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
	text-align: center;
    }
	
article{
    width: 950px;
	margin: auto;
	margin-top: 100px;
	margin-bottom: 150px;
}

p{
	margin-bottom: 5em;
	text-align: left;
}

/* リンク */

a {
	position: relative;
	display: inline-block;
	padding: .1em;
	color:#404040;
}

a:visited{
	color:#404040;
	}
	
a:hover{
	color:#D0DE29;
	}

/* 見出し */

h1 {
	text-align: left;
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 30px;
}
h1::after {
	content: '';
	display: block;
	width: 85px;
	height: 5px;
	background: #aaa;
	margin-top: 30px;
}

/* main */

.clm {
    display: flex;
	flex-wrap: wrap;
    vertical-align: top;
	margin-bottom: 50px;
	word-break: break-all;
}

ul{
  padding-left:0;
  margin: 5px;
}

li{
  list-style:none;
}

li.mm{
	font-size: 11px;
	margin-top: -5px;
	width: 195px;
}

img{
	width: 200px;
}

/*　ぼかす　*/

.bokashi { 
display: inline-block;  
transition: filter 0.5s; } 

.bokashi:hover { filter: blur(2px); } 


/* メディアクエリ */

@media (max-width: 758px) {
   article{
   width: 85%;
   margin: auto;
   margin-top: 80px;
   margin-bottom: 100px;
   }
   
ul{
  padding-left:0;
  margin: 5px;
  width: 150px;
}

li.mm{
	display: none;
}
   
 img{
   	width: 150px;
   }
   
h1 {
	text-align: left;
	font-size: 25px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 25px;
}
h1::after {
	content: '';
	display: block;
	width: 85px;
	height: 5px;
	background: #aaa;
	margin-top: 25px;
}
}