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

.column_index div.container {
}

.column_index div.container .left {
}
.column_index div.container .left .box_column {
	padding-top: 10px;;
	padding-bottom: 10px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.column_index div.container .left .box_column:hover {
	background-color: #f2f8fe;
}
.column_index div.container .left .thumbox {
	width: 41.5%;
	position: relative;
}
.column_index div.container .left .thumbox .cat {
	font-size: 12px;
	line-height: 1;
}
.column_index div.container .left .thumbox .cat a {
	line-height: 1;
	display: inline-block;
	padding: 3px 5px;
	margin-right: 2px;
	margin-bottom: 2px;
}

.column_index div.container .left .textarea .tag {
	margin-top: 10px;
	font-size: 12px;
	line-height: 1;
	display: block;
}
.column_index div.container .left .textarea .tag a {
	line-height: 1;
	display: inline-block;
	padding: 3px 5px;
	margin-right: 2px;
	margin-bottom: 2px;
	background-color: #ccc;
}

.column_index div.container .left .textarea {
	width: 56.5%;
}
.column_index div.container .left .textarea p.txt {
	line-height: inherit;
}
.column_index div.container .left .textarea h2.entry_ttl {
	text-align: left;
	margin: 0;
	margin-bottom: 5px;
	font-weight: bold;
	line-height: 1.2;
}
.column_index div.container .left .textarea h2.entry_ttl a {
	font-weight: bold;
}
.column_index div.container .left .textarea a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.column_index div.container .right {
}
/* スマホのみ */
@media screen and (max-width: 736px) {
	.column_index div.container .left .textarea h2.entry_ttl {
		font-size: 16px;
	}
	.column_index div.container .left .textarea {
		font-size: 13px;
		line-height: 13px;
	}
	.column_index div.container .left .textarea p.txt {
		font-size: 13px;
		line-height: 17px;
		max-height: 102px;
		overflow: hidden;
	}
	.column_index div.container .left .thumbox .cat {
		position: relative;
		display: block;
		padding-top: 20px;
	}
	.column_index div.container .left .thumbox .cat::before {
		position: absolute;
		top: 3px;
		left: 0;
		content: "カテゴリ："
	}
	.column_index div.container .left .thumbox .cat a {
		background-color:#e8e8e8;
		color: #006CD8;
	}
}
/* PCのみ */
@media screen and (min-width: 736px) {
	.column_index div.container,.column_page div.container {
		width: 1210px;
		box-sizing: border-box;
	}

	.column_index div.container .left,.column_page div.container .left {
		width: 832px;
		padding-right: 30px;
		padding-left: 30px;
		box-sizing: border-box;
	}
	.column_index div.container .left .thumbox .cat {
		position: absolute;
		top: 0;
		left: 0;
	}
	.column_index div.container .left .thumbox .cat a {
		background-color: rgba(255, 255, 255, 0.7);
		color: #006CD8;
	}
	.column_index div.container .left .textarea {
		font-size: 14.4px;
		line-height: 14.4px;
	}

	.column_index div.container .left .textarea p.txt {
		font-size: 14.4px;
		line-height: 20.4px;
		max-height: 183.6px;
		overflow: hidden;
	}

	.column_index div.container .left .textarea h2.entry_ttl {
		font-size: 18px;
	}
	.column_index div.container .right,.column_page div.container .right {
		width: 356px;
	}
}

/* サイド */

.column_index .right p {
	margin-bottom: 20px;
}
.right ul.wpp-list {
	padding-top: 20px;
	margin-bottom: 0;
}
.right ul.wpp-list li {
	margin-bottom: 20px;
}
.right ul.wpp-list li:hover {
	background-color: #edf9fe;
}
.right ul.wpp-list li:hover img {
	opacity: 0.7;
}
.right ul.wpp-list li:hover a {
	text-decoration: none;
}
.right ul.wpp-list li a {
	font-size: 14px;
	line-height: 1.6;
	display: block;
}
.right ul.wpp-list li a img {
	margin-right: 10px;
}
.right ul.wpp-list li a img:hover {
	opacity: 1;
}

.column_index .right .cat-list li a,
.column_page div.container .right .cat-list li a {
    display: block;
    padding:5px 0;
    color: #006CD8;
    line-height: 1;
    font-size: 13px;
    text-decoration: underline;
}
.column_page div.container .right .cat-list li a {
	padding-left: 33px;
    text-indent: -33px;
}
.column_index .right .cat-list li a:hover,
.column_page div.container .right .cat-list li a:hover {
	background: none;
	text-decoration: none;
}
ul.ranklist {
	margin-top: 20px;
}
.ranklist li {
	position: relative;
	line-height: 0;
	margin-bottom: 20px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.ranklist li:hover {
	opacity: 0.7;
}
.ranklist li::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	padding: 5px;
	width: 20px;
	line-height: 20px;
	text-align: center;
	z-index: 1;
	content: "0";
	color: #fff;
	display: block;
	width: 20px;
	background-color:  #006CD8;
}
.ranklist li:nth-child(1)::before {
	content: "1";
}
.ranklist li:nth-child(2)::before {
	content: "2";
}
.ranklist li:nth-child(3)::before {
	content: "3";
}
.ranklist li:nth-child(4)::before {
	content: "4";
}
.ranklist li:nth-child(5)::before {
	content: "5";
}
.ranklist li:nth-child(6)::before {
	content: "6";
}
.ranklist li:nth-child(7)::before {
	content: "7";
}
.ranklist li:nth-child(8)::before {
	content: "8";
}
.ranklist li:nth-child(9)::before {
	content: "9";
}
.ranklist li:nth-child(10)::before {
	content: "10";
}

.ranklist li span {
	position:absolute;
	bottom: 0;
	left: 0;
  line-height: 1.4;
	font-size: 14px;
	padding: 10px;
	display: block;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.7);
}
/*共通*/
div.box_tag {
	background: #F5F5F5;
	padding: 5px 10px;
	margin-bottom: 20px;
	clear: both;
}
div.box_tag dl {
	clear: both;
	overflow: hidden;
}
div.box_tag dl dt,
div.box_tag dl dd {
	float: left;
	font-size: 11px;
}
div.box_tag dl dd a {
	color: #006CD8;
	text-decoration: underline;
}
div.box_tag dl dd a:hover {
	text-decoration: none;
}

/*詳細*/
h1 {
	font-size: 18px;
	text-align: left;
	line-height: 1.25;
	margin: 0 0 10px;
	font-weight: bold;
}
div.body p.img {
	text-align: center;
	line-height: 0;
	margin-bottom: 10px;
}
div.body p.img img {
	width: 100%;
}
div.body h2 {
	color: #E31B37;
	font-weight: bold;
}
div.body h3 {
	color: #006CD8;
	font-weight: bold;
	border-bottom: #333333 1px solid;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
div.body h4 {
	font-weight: bold;
	margin-bottom: 10px;
}
div.body blockquote {
	background: url(../images/column/quotation.png) 10px 10px no-repeat #F5F5F5;
    border:1px solid #dddddd;
	padding: 40px 30px 10px;
	margin-bottom: 10px;
}
div.body div.box {
	background: #F5F5F5;
	border:1px solid #dddddd;
	padding: 10px;
	margin-bottom: 10px;
}
div.body p.red {
	color: #E31B37;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}
h1.column-ttl {
	font-size: 22px;
	text-align: left;
	line-height: 4;
	margin: 0 0 20px;
	border-bottom: #ddd 3px double;
	border-top: #ddd 3px double;
}
h1.column-ttl span {
	font-weight: bold;
	display: inline-block;
	line-height: 1.25;
	vertical-align: middle;
}
@media screen and (min-width: 768px) {
	h1.column-ttl span {
		padding-left: 10px;
		margin-bottom: -4px;
	}
}

.column-ttl {
	font-weight: bold;
	font-size: 18px;
	text-align: left;
	padding: 10px 0;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: #358be0 1px solid;
	border-bottom: #358be0 1px solid;
}
.column-flex {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.column-flex .box {
	position: relative;
	margin-bottom: 20px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.column-flex .box:hover {
	background-color: #f2f8fe;
}
.column-flex .box:hover a {
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	.column-flex .box {
		width: 48%;
	}
}
@media screen and (min-width: 768px) {
	.column-flex .box {
		width: 246px;
	}
}
.column-flex .box .icn {
	line-height: 1.2;
	font-size: 12px;
	margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
	.column-flex .box .icn {
		position: absolute;
		top: 0;
		left: 0;
	}
}
.column-flex .box .icn a {
	color:  #006CD8;
	background-color:rgba(232, 232, 232, 0.8);
	display: inline-block;
	padding: 0 5px;
	margin-bottom: 2px;
	margin-right: 2px;
}
.column-flex .box .icn a:first-child {
	margin-left: 0px;
}

.column-flex .box figcaption {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}
.column-flex .box .txt {
	font-size: 14px;
}
