@charset "UTF-8";
/* ------------------------------------
	* module
* ------------------------------------ */
.cfx {
	*zoom: 1;
}

.cfx:before, .cfx:after {
	content: "";
	display: table;
}

.cfx:after {
	clear: both;
}

/*******************************************************************************************************
	記事詳細
 ****************************************************************************************************** */
.l-main {
	line-height: 1.5;
}

.wrp-mod {
	margin: 25px 0;
}

.article-title {
	margin-top: 27px;
	padding-bottom: 22px;
	border-bottom: 2px solid #666666;
	margin-bottom: 20px;
}

.article-title .title {
	font-size: 28px;
	font-weight: bold;
	color: #000;
}

.article-title .date {
	font-size: 14px;
	color: #999999;
}

.snsbtn {
	text-align: right;
}

.snsbtn .snsbtnlists {
	float: right;
}

.snsbtn li {
	float: left;
	margin-left: 7px;
}

.snsbtn li span {
	vertical-align: top !important;
}

/*  大見出し*/
.mod-title02 {
	padding-left: 14px;
	font-size: 22px;
	font-weight: bold;
	border-left: 6px solid #000000;
	color: #000;
}

.mod-title02 span {
	vertical-align: middle;
}

.mod-content {
	margin-left: 20px;
}

.mod-content a {
	text-decoration: underline;
	color: #003399;
}

.mod-title03 {
	margin-top: 50px;
	padding: 5px 20px;
	font-size: 18px;
	font-weight: bold;
	background-color: #ededed;
	color: #000;
}

.mod-title04 {
	font-size: 16px;
	font-weight: bold;
	padding-left: 20px;
	color: #000;
}

.img-wide100 {
	margin: 0 20px;
}

.img-wide100 img {
	width: 100%;
}

.img-wide100 .caption {
	font-size: 14px;
	color: #666666;
}

.wrp-imgfull {
	text-align: center;
}

.img-full {
	display: inline-block;
}

.img-full .caption {
	text-align: left;
	font-size: 14px;
	color: #666666;
}

.img-full img {
	max-width: 100%;
}

.wrp-separeteimg {
	margin-right: 20px;
	margin-left: 20px;
}

.separeteimg-inner {
	display: table;
	width: 100%;
}

.separeteimg-inner .separeteimg__block {
	display: table-cell;
	vertical-align: top;
	text-align: center;
	table-layout: fixed;
	width: 50%;
}

.separeteimg-inner .separeteimg__block img {
	max-width: 370px;
}

.separeteimg-inner .separeteimg__block:first-child .temp {
	margin-right: 15px;
}

.separeteimg-inner .separeteimg__block:last-child .temp {
	margin-left: 15px;
}

.separeteimg-inner .caption {
	font-size: 14px;
	color: #666666;
}

.line-solid {
	line-height: 1;
	border-top: 1px solid #999999;
}

.line-dotted {
	line-height: 1;
	height: 1px;
	background: url(/kuis/blog/img/common/linedotted_pc.png) 0 0 repeat-x;
}

.articletag-menu {
	margin-left: 14px;
}

.articletag-menu__inner {
	padding-top: 15px;
	padding-bottom: 15px;
}

.articletag-menu__inner .catecircle a {
	color: #fff;
	border-color: #fff;
	font-size: 14px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 6px;
	margin-bottom: 6px;
	background-color: #999999;
	border-color: #999999;
}

.linkbtn {
	margin-left: 20px;
	display: inline-block;
}

.linkbtn .linkbtn-inner {
	display: table;
	height: 40px;
	border: 1px solid #666666;
	min-width: 200px;
	box-sizing: border-box;
	text-align: center;
}

.linkbtn .linkbtn-inner a {
	box-sizing: border-box;
	padding: 5px 25px 4px;
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

.linkbtn .linkbtn-inner a:after {
	position: absolute;
	content: '';
	width: 8px;
	height: 13px;
	background: url(/kuis/blog/img/common/arrow_pager_r.png) no-repeat 0 center;
	background-size: 8px auto;
	right: 8px;
	margin-top: -7px;
	top: 50%;
}

.linktext {
	margin-left: 20px;
	display: inline-block;
	padding-right: 20px;
	color: #003399;
	background: url(/kuis/blog/img/common/arrow_pager_r.png) no-repeat 100% center;
	background-size: 8px auto;
}

/*******************************************************************************************************
	PCのみ
 ****************************************************************************************************** */
@media only screen and (min-width: 737px) {
	.linkbtn:hover {
		opacity: .7;
	}

	.linkbtn:hover .linkbtn-inner a {
		text-decoration: none;
	}
}

/*******************************************************************************************************
	以下スマホ
 ****************************************************************************************************** */
@media screen and (max-width: 736px) {
	.tag {
		margin-top: 15px;
		margin-right: 10px;
		margin-left: 10px;
	}

	.tag-menu__inner {
		margin-left: 10px;
		margin-right: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.tag-menu__inner .catecircle a {
		margin-top: 5px;
		margin-bottom: 5px;
		font-size: 12px;
	}

	.article-title {
		margin-top: 7px;
		margin-bottom: 18px;
		padding-right: 10px;
		padding-left: 10px;
	}

	.article-title .title {
		font-size: 18px;
	}

	.article-title .caption {
		font-size: 10px;
	}

	.wrp-allarticle {
		margin-right: 10px;
		margin-left: 10px;
	}
  /*  大見出し*/
	.mod-title02 {
		font-size: 17px;
		padding-left: 12px;
	}

	.mod-title02 span {
		display: block;
	}

	.mod-content {
		font-size: 16px;
		margin-left: 0;
	}

	.wrp-mod {
		margin: 13px 0;
	}

	.mod-title03 {
		margin-top: 25px;
		font-size: 17px;
		padding-left: 13px;
	}

	.mod-title04 {
		font-size: 17px;
		padding-left: 0;
	}

	.img-wide100 {
		margin-left: 0;
		margin-right: 0;
	}

	.img-wide100 .caption {
		font-size: 10px;
	}

	.img-full .caption {
		font-size: 10px;
	}

	.wrp-separeteimg {
		margin-right: 0;
		margin-left: 0;
	}

	.separeteimg-inner .separeteimg__block:first-child .temp {
		margin-right: 5px;
	}

	.separeteimg-inner .separeteimg__block:last-child .temp {
		margin-left: 5px;
	}

	.separeteimg-inner .separeteimg__block img {
		max-width: 100%;
	}

	.separeteimg-inner .caption {
		font-size: 10px;
	}

	.linkbtn, .linktext {
		margin-left: 0;
		font-size: 12px;
	}

	.linktext {
		padding-right: 17px;
		text-decoration: underline;
	}

	.articletag-menu {
		margin-left: 6px;
	}
}
