@charset "utf-8";
h1.category{
	font-size: 2.8rem;
    line-height: 1.5;
}
.content_category_wrapper h2{
	border-bottom: 3px solid #c1820f;
    font-family: 游明朝, Yu Mincho, YuMincho, Hiragino Mincho Pro, serif;
    font-size: 2.4rem;
    line-height: 1.5;
    margin: 1em 0 1em;
    padding: 0 0 0.5em;
}
.content_category_wrapper h3 {
    border-left: 5px solid #c1820f;
    font-family: 游明朝, Yu Mincho, YuMincho, Hiragino Mincho Pro, serif;
    font-size: 2.0rem;
    line-height: 1.5;
    margin: 1em 0 1em;
    padding: 0.3em 0 0.3em 0.7em;
}
.content_category_wrapper p {
margin: 0 0 1em;
    line-height: 2;	
}
.category_post p{
	margin: 0 0 1em;
}
.category_post {
    display: flex;
	justify-content: space-between;
}
.category_post .post {
    flex-basis: 49%;
		margin: 0 0 2em;
	border: solid 1px #ccc;
	border-radius: 20px;
    overflow: hidden;
	background: #ffd6d6;
}
.category_post .post a {
    color: #111111;
}
.category_post .post h3{
font-size: 2.0rem;
    line-height: 1.5;
    padding: 10px;
}
.category_post .post p{
   padding:0 10px;	
}
.zen-glp1-official {
  background: #f6f7f8;
  border: 1px solid #e3e5e8;
  padding: 20px;
  margin: 40px 0;
}

.zen-glp1-title {
  margin-bottom: 8px;
}

.zen-glp1-text {
  margin: 0 0 10px 0;
  line-height: 1.7;
}

.zen-glp1-link a {
  text-decoration: underline;
  font-weight: normal;
}

@media screen and (max-width:649px) {
.category_post{
    flex-direction: column;		
}
.category_post .post {
    flex-basis: 100%;
}
	
}