/* RESET RULES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
:root {
  --black: #3a3a3a;
  --white: #fff;
  --red: #FF6F61;
}

* {
  margin: 0;
  padding: 0;
}

body {
	font-family: "Open Sans" , Avenir , "Meiryo UI" , "メイリオ" , Meiryo , sans-serif;

}


img {
  max-width: 100%;
  height: 200pix;
}

ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}


.container {
  max-width: 980px;
  margin: 0 auto;
  padding: 0px 10px
}

h1 {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 0.3em;
}

h1 a {
  transition: all 0.1s;
}

h1 a:hover {
  background: var(--red);
  color: var(--white);
}



h0 {
  padding: 0.2rem 0.5rem;
  border-radius: 1rem;
  border: 1px solid;
  line-height: normal;
  transition: all 0.1s;
}

h0b {
  padding: 0.3rem 0.5rem;
  border-radius: none;
  border: none;
  line-height: none;
  transition: all 0.1s;
}

h2 {
  font-size: 17px;
    }

h3 {
  font-size: 12px;
  text-align: center;
  margin-top: 0.2rem;

    }

h4 {
  font-size: 20px;


    }
h5{
  font-size: 14px;
   color:#FF6F61;
   line-height: 1.5em;

    }

h6{
  font-size: 14px;
    }

h7{
  font-size: 15px;
  font-weight:bold;
  line-height: 1.5em;
    }

p3 {
  font-size: 15px;  
  padding: .2em;
  line-height: 1.6em;
  letter-spacing: 0.05em;
  color: #3a3a3a;
    }



p4 {
  font-size: 15px;
  text-align: center;
  padding: .2em;
  border: 1px
  solid #7d7d7d; 
  font-weight:bold;
  color: var(--black);
    }

a {
color: #0066c0;
text-decoration: none;
}

a:hover {
color: #FF6F61;
}




/* インフォメーション
-----------------------------------------*/
#information {
margin-top:10px;
}
#information > div {
border: 1px solid #CCC;
background: url(../img/information.png) no-repeat;
background-size: cover;
padding: 5px 5px 5px 5px;
margin: 0 auto;
width: 80%;
height: 260px;
overflow: scroll;
overflow-x: hidden;

}
#information article {
padding: 15px 5px 15px 15px;
position: relative;

}

#information article h1,
#information article p {
font-size: 14px;
margin-bottom: 3px;
color: var(--black);
}

#information > p {
text-align: right;
margin: 1.5em 0;
font-size: 12px;
color: var(--black);

}





/*フッター
-----------------------------------------*/

.footer {
    padding: 30px 0;
    background-color: #dcdcdc;
    text-align: center; 
}

.container2 {
  display: flex;
  justify-content: center;
}

#column {
  max-width: 900px;
  padding: 5px 5px 5px 5px;
}

#column2 {
  max-width: 600px;
  padding: 1px 5px 15px 20px;
  align: center;

}

#column3 {
  max-width: 1280px;
  padding: 5px 5px 5px 5px;
  align: center;

}
#column4 {
  max-width: 1280px;
  padding: 5px 5px 10px 5px;
  align: center;

}

/* リンクアンダーライン
-----------------------------------------*/
.underline {
  display: inline-block;
  padding-bottom: 1px;
  position: relative;
}

.underline::after {
  background-color: tomato;
  bottom: 0;
  content: '';
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  transition: .5s all;
  width: 0;
}

.underline:hover::after {
  width: 100%;
}


/* IE7 */
*+html #information > div {
background: #EEE;
}
*+html #information article {
padding: 15px 5px 15px 20px;
position: static;
}
*+html #information article time {
position: static;
display: block;
}



/* 上に戻るボタン
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.pagetop {
	color: #fff;
	background-color: rgba(0,0,0,0.3);
	text-decoration: none;
	display: none;
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	font-size: 1.5rem;
	width: 3.3rem;
	height: 3.3rem;
	line-height: 3.3rem;
	border-radius: 3.3rem;
	text-align: center;
	cursor: pointer;
}

.pagetop:hover {
	color: #fff !important;
	background-color: #ed702b;
	text-decoration: none;
}

/* MQ
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 900px) {
  .posts {
  }
}

@media screen and (max-width: 650px) {
  html {
    font-size: 14px;
  }


}