@charset "utf-8";
/* CSS Document */

.article {
    padding-bottom: 3em;
    font-size: 15px;
    line-height: 1.7;
}

.article h1.headline{
	 border: 5px solid #000000;
	 font-size: 32px;
	 font-weight: bold;
	 margin: 15px 0 20px;
	 padding: 15px 20px;
}
.article h2.headline{
	  background: #000000;
	  color: #fff;
	  font-size: 28px;
	  font-weight: bold;
	  margin: 50px 0 20px;
	  padding: 10px 20px;
}
.article .article-section h3{
  border-left: 5px solid #000000;
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0 0 1.5rem;
  padding:0 0 0 10px;
  }
.article .article-section h4 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 20px;
}
.article .sentence{ padding:1.5rem 2.5rem;}
.article .picture{ width:100%;}
.article .page-menu{ border:1px solid #000; padding:1.5rem 2.5rem;}
.article .page-menu span{font-size: 18px;}
.article .page-menu li {
  font-size: 13px;
  padding-bottom: 5px;
}
.article .page-menu ul{ margin-left:3em;}

.article .page-menu li:before {
	border:1px solid #000;
	background:none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 10px;
  height: 10px;
  margin-left:1.5em
}
.article .page-menu li.cate:before {
  background: #000000;
  border:none;
  margin-left:0;
}


.article .reader{ overflow:hidden; margin:1.5rem 0 1.5rem 1.5rem;} 
.article .reader img{ float:left; margin-right:50px; margin-bottom:30px;}
.article .reader p{ margin-top:0; padding-top:0}
  

.article .hansoku_btn a{
	width: 350px;
  padding:15px;
  color:#ffffff;
  font-size: 15px;
  line-height: 120%;
  text-align: center;
  text-decoration: none;
  background:  #C00;
  display: block;
  position:relative;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  -webkit-box-shadow:0px 15px 30px -15px rgba(0,0,0,0.3);
  -moz-box-shadow:0px 15px 30px -15px rgba(0,0,0,0.3);
  box-shadow:0px 15px 30px -15px rgba(0,0,0,0.3);
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  margin:3rem auto;
}
.article .hansoku_btn a:hover{
  opacity:0.7;
}

	
@media only screen and (max-width: 667px) {
.article h1.headline{ font-size: 20px; margin: 15px 0 15px;}
	
.article h2.headline{
	  font-size: 16px;
	  margin: 1.5rem 0 10px;
	}
.article .article-section h3{
	  font-size: 15px;
	  margin: 20px 0 0 0.5rem;
	  padding:0 0 0 10px;
	}
  
.article .sentence{ padding: 0.5rem;}
.article .page-menu{ padding:1rem; margin-top:1.5rem}
.article .reader{ overflow:hidden; margin:1rem 0 1rem 0.5rem;} 
.article .reader img{margin-right:20px; margin-bottom:10px;}
.article #anchor3 h3{ margin-top:1rem;}

}
