#pagetitle {
	background: url('../images/journal/bg_h2.webp') no-repeat;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

main section {
	max-width: 940px;
	margin: 0 auto 40px;
}

#subnav {
	width: 1140px;
	margin: 0 auto 80px !important;
}

.single #subnav {
	width: auto;
}

#subnav ul {
	display: -webkit-box; /* before Android4.3 iOS6:Safari */
	display: -ms-flexbox; /* IE10 */
	display: -webkit-flex; /* Pc-safari */
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-flex-flow: row wrap; /* IE10 */
	-webkit-flex-flow: row wrap; /* Pc-safari */
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	gap: 80px;
/* 	display: flex; */
/* 	justify-content: space-between; */
}

.single #subnav ul{
	display: block;
}

#subnav ul li {
	width: 390px;
}

#subnav ul li a {
	display: block;
	text-align: center;
	height: 170px;
	position: relative;
	/* 	background:url('../images/common/arrow1.svg') no-repeat bottom center; */
}

.single #subnav ul li a{
	height: auto;
}

#subnav ul li:last-child a {
	/* 	background:url('../images/common/arrow2.svg') no-repeat bottom center; */
}

#subnav ul li a .arrow1 {
	position: absolute;
	bottom: 0;
}

#subnav ul li a img.arrow1,
#subnav ul li a img.arrow2 {
	position: absolute;
	bottom: 0;
}

#subnav ul li a span {
	display: block;
	border-bottom: 1px solid #ccc;
	line-height: 50px;
	padding: 0 0 10px;
	margin: 0 0 10px;
}

#subnav ul li a span img {
	vertical-align: middle;
	margin: 0 10px 0 0;
}



#subnav2 ul{
	display: block;
	width: 1100px;
	margin: 0 auto 80px;
}

#subnav2 ul li {
	width: 100%;
}

#subnav2 ul li a {
	display: block;
	text-align: center;
	height: 170px;
	position: relative;
	/* 	background:url('../images/common/arrow1.svg') no-repeat bottom center; */
}


#subnav2 ul li a .arrow1 {
	position: absolute;
	bottom: 0;
}

#subnav2 ul li a img.arrow1,
#subnav2 ul li a img.arrow2 {
	position: absolute;
	bottom: 0;
}

#subnav2 ul li a span {
	display: block;
	border-bottom: 1px solid #ccc;
	line-height: 50px;
	padding: 0 0 10px;
	margin: 0 0 10px;
}

#subnav2 ul li a span img {
	vertical-align: middle;
	margin: 0 10px 0 0;
}


#section1 {
	max-width: 1240px;
	gap: 120px 50px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 200px;
}

#section1 dl {
	border: 1px solid #090909;
	padding: 35px 40px;
	width: 380px;
	height: 380px;
	box-sizing: border-box;
	font-size: 14px;
	position: relative;
	background: url('../images/journal/bg_blog.svg') no-repeat center center;
	-webkit-background-size: 80%;
	     -o-background-size: 80%;
	        background-size: 80%;
}

#section1 dl::after{
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height:100%;
  top: 0;
  left: 0;
  background-color: white;
  opacity: 0.85;
}

#section1 dl dt,
#section1 dl .cat,
#section1 .comment{
  position: relative;
  z-index: 3;
}

#section1 dl .cat {
	width: 120px;
	line-height: 26px;
	border: 1px solid #090909;
	position: absolute;
	top: -1px;
	right: -1px;
	text-align: center;
	background-color: #FFF;
}

#section1 dt {
	font-size: 18px;
	margin: 0 0 10px;
}

#section1 .more {
	position: absolute;
	line-height: 40px;
	bottom: -40px;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

#section1 .more a {
	display: block;
	color: #fff;
	width: 190px;
	padding: 0 0 0 20px;
	box-sizing: border-box;
	/* 	background:#090909 url('../images/common/arrow_white.svg') no-repeat right 10px center; */
	background-color: #090909;
}

#section1 .more a img {
	float: right;
	margin: 10px 10px 0 0;
}

#section2 h4 {
	margin: 0 auto 80px;
	text-align: center;
}

#section2 h4 img {
	display: block;
	font-size: 18px;
	margin: 0 auto 10px;
}

#section2 {
	max-width: 1100px;
	margin: 0 auto 200px;
}

#section2 h5 {
	margin: 0 auto 80px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	line-height: 40px;
	text-align: center;
}

#section2 h5 img {
	vertical-align: middle;
	margin-right: 10px;
	width: 20px;
}

#section2 ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
}

#section2 ul li {
	width: 140px;
	flex: none;
	text-align: center;
}

#section2 ul li a.click {
	display: block;
	border: 1px solid #666;
	border-radius: 5px;
	line-height: 30px;
	padding: 0 0 0 20px;
	font-size: 13px;
	background: url('../images/common/arrow4.svg') no-repeat left 10px center;
}

.section2-2 {
	display: flex;
}

.section2-2 .fll {
	width: 240px;
	text-align: center;
	flex: none;
}

.section2-2 .flr {
	width: 820px;
	flex: none;
	display: flex;
	justify-content: space-between;
}

.section2-2 .flr dl {
	width: 380px;
	flex: none;
}

.section2-2 .flr dt {
	padding: 0 0 10px;
	margin: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.section2-2 .flr dd img {
	display: block;
}

.section2-2 .flr .more {
	padding: 0 0 0 190px;
}

.section2-2 .flr .more a {
	display: block;
	color: #fff;
	width: 190px;
	padding: 0 0 0 20px;
	box-sizing: border-box;
	background: #090909 url('../images/common/arrow_white.svg') no-repeat right 10px center;
}

.jmore a {
	display: block;
	color: #333;
	width: 50%;
	padding: 10px 50px 10px 10px;
	box-sizing: border-box;
	border: 1px solid #333;
	background: #fff url('../images/common/arrow5.svg') no-repeat right 10px center;
	margin: 20px 0;
}


section article p img{
	display: block;
	width: 50%;
	margin: 0 auto;
}