@charset "UTF-8";


#content .leadtxt {
	text-align: center;
}
#content .leadtxt strong {
	font-size: 113%;
	color: #0056c0;
}

#content ul.top_category {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
}
#content ul.top_category li {
	font-weight: 500;
	width: 24%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	width: -webkit-calc((100% - 60px) / 4);/*Chrome19~25対応*/
	width: -moz-calc((100% - 60px) / 4);/*Firefox4~15対応*/
	width: calc((100% - 60px) / 4);
	margin-bottom: 18px;
	background: url(../column/images/back_dot_p.gif);
	padding: 6px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-top: 0px;
	margin-right: 20px;
	margin-left: 0px;
}
#content ul.top_category li a {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #FFF;
	background: #e55e7d;
	padding: 0.8em 1.2em;
	position: relative;
	display: block;
	text-decoration: none;
}
#content ul.top_category li a:after {
	content: "\232a";
	position: absolute;
	right: 1em;
	font-weight: bold;
}
#content ul.top_category li a:hover {
	text-decoration: underline;
}
#content ul.top_category li:nth-child(8n+2),
#content ul.top_category li:nth-child(8n+4),
#content ul.top_category li:nth-child(8n+5),
#content ul.top_category li:nth-child(8n+7) {
	background: url(../column/images/back_dot_g.gif);
}
#content ul.top_category li:nth-child(4n+4) {
	margin: 0px 0px 18px;
}
#content ul.top_category li:nth-child(8n+2) a,
#content ul.top_category li:nth-child(8n+4) a,
#content ul.top_category li:nth-child(8n+5) a,
#content ul.top_category li:nth-child(8n+7) a {
	background: #08a359;
}
#content ul.top_category li.aki {
	background: url(none) !important;
}
#content ul.top_category li:last-child {
}
#content ul.top_category li p {
}
#content ul.top_category li p img {
	vertical-align: middle;
}


/* 中ページ */
#content .article dl.side_category {
	float: right;
	width: 270px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 30px;
}
#content .article dl.side_category_sp {
	display: none;
}
#content .article dl.side_category dt {
	background: #e03b61;
	padding: 0.8em 1em;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
#content .article dl.side_category dt strong {
	font-size: 113%;
	color: #FFF;
	white-space: nowrap;
	padding: 0 0.5em;
	font-weight: 500;
}
#content .article dl.side_category dt:before,
#content .article dl.side_category dt:after {
	content: "";
	display: block;
	border-top: 2px dotted #FFF;
	width: 100%;
}
#content .article dl.side_category ul li {
	background: #fce2e8;
	list-style: none;
	border-bottom: 1px solid #FFF;
}
#content .article dl.side_category ul li:last-chid {
	border-bottom: none;
}
#content .article dl.side_category ul a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 0.6em 1em;
}
#content .article dl.side_category ul a:hover {
	color: #fff;
	background: #f07c97;
}

#content .article .entry_area {
	width: 60%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	width: -webkit-calc(100% - 300px);/*Chrome19~25対応*/
	width: -moz-calc(100% - 300px);/*Firefox4~15対応*/
	width: calc(100% - 300px);
	margin-bottom: 30px;
}
#content .article .entry_area .entry_title h3 {
	background: url(../column/images/icon_book.gif) no-repeat left 0.8em;
	padding-left: 45px;
}
#content .article .entry_area .entry {
	margin-bottom: 4em;
}
#content .article .entry_area .entry h4 {
	background: url(../images/icon_list.gif) no-repeat left 5px;
	padding: 0em 0em 0.3em 2em;
	color: #0056c0;
}
#content .article .entry_area .entry div {
	padding-left: 2em;
	text-align: justify;
}
#content .article .entry_area .entry div ol,
#content .article .entry_area .entry div ul {
	margin-left: 2em;
}

#content .article .entry_area .bn #back {
	float: left;
}
#content .article .entry_area .bn #next {
	float: right;
}


@media screen and (max-width: 1199px) {
#content ul.top_category {
}
#content ul.top_category li {
	width: 48%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	width: -webkit-calc(50% - 10px);/*Chrome19~25対応*/
	width: -moz-calc(50% - 10px);/*Firefox4~15対応*/
	width: calc(50% - 10px);
}
#content ul.top_category li:nth-child(2n+2) {
	margin: 0px 0px 18px;
}
#content ul.top_category li:nth-child(8n+2),
#content ul.top_category li:nth-child(8n+4),
#content ul.top_category li:nth-child(8n+5),
#content ul.top_category li:nth-child(8n+7) {
	background: url(../column/images/back_dot_p.gif);
}
#content ul.top_category li:nth-child(8n+2) a,
#content ul.top_category li:nth-child(8n+4) a,
#content ul.top_category li:nth-child(8n+5) a,
#content ul.top_category li:nth-child(8n+7) a {
	background: #e55e7d;
}
#content ul.top_category li:nth-child(4n+2),
#content ul.top_category li:nth-child(4n+3) {
	background: url(../column/images/back_dot_g.gif);
}
#content ul.top_category li:nth-child(4n+2) a,
#content ul.top_category li:nth-child(4n+3) a {
	background: #08a359;
}
#content ul.top_category li:last-child {
	margin-right: 0px;
	margin-left: 0px;
}
/* 中ページ */
#content .article dl.side_category {
	width: 26%;
}
#content .article .entry_area {
	width: 60%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	width: -webkit-calc(75% - 30px);/*Chrome19~25対応*/
	width: -moz-calc(75% - 30px);/*Firefox4~15対応*/
	width: calc(75% - 30px);
	margin-bottom: 30px;
}
#content .article .entry_area .entry_title h3 {
	background-position: left 0.9em;
	background-size: 26px;
	padding-left: 35px;
}
}

@media screen and (max-width: 767px) {
#content .article {
	margin: 0px auto;
	padding: 0px 20px 20px;
}
#content ul.top_category {
	display: block;
}
#content ul.top_category li {
	width: 100%;
	margin-bottom: 10px;
}
#content ul.top_category li:nth-child(2n+2) {
	margin-bottom: 10px;
}
#content ul.top_category li:nth-child(4n+2),
#content ul.top_category li:nth-child(4n+3) {
	background: url(../column/images/back_dot_p.gif);
}
#content ul.top_category li:nth-child(4n+2) a,
#content ul.top_category li:nth-child(4n+3) a {
	background: #e55e7d;
}
#content ul.top_category li:nth-child(2n) {
	background: url(../column/images/back_dot_g.gif);
}
#content ul.top_category li:nth-child(2n) a {
	background: #08a359;
}
/* 中ページ */
#content .article dl.side_category {
	display: none;
}
#content .article dl.side_category_sp {
	display: block;
	float: none;
	width: 100%;
	margin-bottom: 30px;
}
#content .article .entry_area {
	width: 100%;
}
#content .article .entry_area .entry_title h3 {
	display: block;
}
#content .article .entry_area .entry_title h3 span {
	display: block;
	text-align: right;
}
#content .article .entry_area .entry h4 {
	background: url(../images/icon_list_s.gif) no-repeat left 4px;
	padding: 0em 0em 0.3em 1.5em;
}
#content .article .entry_area .entry div {
	padding-left: 1.5em;
}
}

@media screen and (max-width: 540px) {
}

@media screen and (max-width: 359px) {
}

