@charset "UTF-8";


main .contents_top {
	width: 100%;
	height: 200px;
	background: url("../images/blog/topimage_blog.jpg") no-repeat center center;
	background-size: cover;
	text-align: center;
}
main .contents_top_s {
	width: 100%;
	height: 200px;
	background: url("../images/blog/topimage_blog.jpg") no-repeat center center;
	background-size: cover;
	text-align: center;
}
main .contents_top h1 {
	text-align: center;
	width: 210px; 
	padding: 50px 0;
	margin: 0 auto;
}
main .contents_top_s h1 {
	text-align: center;
	width: 240px; 
	padding: 50px 0;
	margin: 0 auto;
}
main .contents_top_s h2 {
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	color: #fff;
}

main .contents02 {
	width: 1000px;
	margin: 0 auto 6em auto;
	text-align: left;
	line-height: 1.9;
}

main .contents02 h2 {
	width: 100%;
	height: 90px;
	line-height: 90px;
	background: url("../images/common/h2_marker.png") no-repeat left center;
	background-size: 58px;
	margin: 1em auto 2em auto;
	font-size: 30px;
	padding-left: 60px;
	text-align: left;
}


main .column_contents {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

main .column_contents .column_left {
	flex-basis: 220px;
	width: 100%;
	margin-top: 40px;
}
main .column_contents .column_right {
	flex-basis: 760px;
	width: 100%;
}

main .column_contents .column_left ul li {
	list-style-type: disc!important;
}
main .column_contents .column_left ul li a:hover{
	text-decoration: underline;
}

main .contents02 .blog_index {
	margin: 0 auto 6em auto;
}
main .contents02 .blog_index dl {
	text-align: left;
	border-top: 1px solid #cdcdcd;
}
main .contents02 .blog_index dl dt {
	width: 10em;
	clear: both;
	float: left;
	padding: 14px 0;
}
main .contents02 .blog_index dl dd {
	padding: 14px 0 14px 10em;
	border-bottom: 1px solid #cdcdcd;
}

/* .pagenation */
main .contents02 .pagenation{
  border-radius: 7px;
  overflow: hidden;
	margin: 3em auto 0 auto;
}
main .contents02 .pagenation ul{
  display: flex;
  justify-content: center;
  list-style-type: none;
}
main .contents02 .active{
  background-color: #ff9000;
  font-size: 14px;
  padding: 10px 15px;
  color: #fff;
}
main .contents02 .pagenation a{
  font-size: 14px;
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #000;
  background-color: #dddddd;
  border-right: 1px solid white;
}

main .contents02 .btn_indexlink {
	margin: 2em 0 4em 0;
}
main .contents02 .btn_indexlink a {
	display: block;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	background: url("../images/common/arrow_left_y.svg") no-repeat left center;
	background-size: 20px;
	padding-left: 28px;
}

@media all and (max-width: 767px) {

main .contents_top {
	width: 100%;
	height: 250px;
	background: url("../images/blog/topimage_blog.jpg") no-repeat center top;
	background-size: cover;
	text-align: center;
}
main .contents_top h1 {
	text-align: center;
	width: 120px; 
	padding: 120px 0 0 0;
	margin: 0 auto;
}

main .contents02 {
	width: 96%;
	margin: 0 auto 6em auto;
}

main .contents02 h2 {
	width: 100%;
	height: auto;
	line-height: 1.5;
	background: url("../images/common/h2_marker.png") no-repeat left top;
	background-size: 28px;
	margin: 1em auto 1em auto;
	font-size: 24px;
	padding-left: 40px;
	text-align: left;
}
	
main .column_contents {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: column-reverse;
	flex-wrap: wrap;
}

main .column_contents .column_left {
	flex-basis: 100%;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 30px;
}
main .column_contents .column_right {
	flex-basis: 100%;
	width: 100%;
}
	
main .contents02 .blog_index {
	margin: 0 auto 6em auto;
}
	
main .contents02 .blog_index {
	margin: 0 auto 6em auto;
}
main .contents02 .blog_index dl {
	text-align: left;
	border-top: 1px solid #cdcdcd;
}
main .contents02 .blog_index dl dt {
	width: 10em;
	clear: both;
	float: none;
	padding: 14px 0 6px 0;
}
main .contents02 .blog_index dl dd {
	padding: 0px 0 14px 0;
	border-bottom: 1px solid #cdcdcd;
}

}

@media all and (min-width: 768px) and (max-width: 999px) {
	main .contents_top {
	width: 100%;
	height: 350px;
	background: url("../images/blog/topimage_blog.jpg") no-repeat center top;
	background-size: cover;
	text-align: center;
}
main .contents_top h1 {
	text-align: center;
	width: 120px; 
	padding: 130px 0 0 0;
	margin: 0 auto;
}

main .contents02 {
	width: 96%;
	margin: 0 auto 6em auto;
}

main .contents02 h2 {
	width: 100%;
	height: 90px;
	line-height: 90px;
	background: url("../images/common/h2_marker.png") no-repeat left center;
	background-size: 58px;
	margin: 1em auto 2em auto;
	font-size: 30px;
	padding-left: 60px;
	text-align: left;
}

main .contents02 .blog_index {
	margin: 0 auto 6em auto;
}
	
main .contents02 .blog_index {
	margin: 0 auto 6em auto;
}
main .contents02 .blog_index dl {
	text-align: left;
	border-top: 1px solid #cdcdcd;
}
main .contents02 .blog_index dl dt {
	width: 10em;
	clear: both;
	float: none;
	padding: 14px 0 6px 0;
}
main .contents02 .blog_index dl dd {
	padding: 0px 0 14px 0;
	border-bottom: 1px solid #cdcdcd;
}
	
}

