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

/* プラグイン 非表示*/

.entry-header,.txtRed b,.entry-footer {
	display: none;
}

/* 共通レイアウト */

header {
	background: #1a1a1a;
	padding: 12px 0;
	margin-bottom: 12px;
	position: relative;
}
header h1 {
	width: 93px;
	margin: 0 auto;
}
header a.logout {
	display: block;
	width: 33px;
	position: absolute;
	right: 20px;
	top: calc(50% - 16px);
}

main {
	max-width: 480px;
	width: 100%;
	padding: 0 20px;
	margin: 0 auto 50px auto;
	box-sizing: border-box;
}
main h2 {
	font-size: 18px;
	font-weight: 500;
	padding: 30px 0 14px 0;
	margin-bottom: 30px;
	position: relative;
	text-align: center;
}
main h2::after {
	content: "";
	width: 40px;
	height: 1px;
	background: #1a1a1a;
	position: absolute;
	bottom: 0;
	left: calc(50% - 20px);
}

.breadcrumb,.breadcrumb-area {
	height: 45px;
}
.breadcrumb ul {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.breadcrumb ul li {
	font-size: 10px;
	position: relative;
}
.breadcrumb ul li::after {
	content: "-";
	padding-right: 3px;
	margin-left: 3px;
}
.breadcrumb ul li:last-child::after {
	display: none;
}
.breadcrumb + form .searchBox {
	margin-top: 0;
}
.breadcrumb-area + form .searchBox {
	margin-top: 0;
}
.breadcrumb-area {
	text-align: right;
	font-size: 10px;
}
.breadcrumb-area span {
	font-size: 10px;
}
.breadcrumb-area a span {
	color: #db4747;
}

.pagination ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 35px;
}
.pagination ul li {
	margin: 0 5px;
	box-shadow: 0px 0px 12px -5px #777777;
}
.pagination ul li a,.pagination ul li span {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	background: #1a1a1a;
	color: #fff;
	text-align: center;
	line-height: 38px;
}
.pagination ul li a.prev {
	background: #1a1a1a url(../img/ico_prev.png) no-repeat center center/12px;
}
.pagination ul li a.next {
	background: #1a1a1a url(../img/ico_next.png) no-repeat center center/12px;
}
.pagination ul li span {
	background: #db4747;
}

footer {
	margin-top: auto;
	background: #1a1a1a;
	text-align: center;
	padding: 10px 0;
}
footer small {
	color: #fff;
	font-size: 10px;
}

/* 共通パーツ */

.txtRed {
	color: #db4747;
}
.txtBold {
	font-weight: 700;
}
.uLine {
	text-decoration: underline;
}

p.btn,div.btn {
	text-align: center;
}
p.btn a {
	display: block;
	background: #db4747;
	width: 85%;
	height: 55px;
	color: #fff;
	margin: 35px auto 0 auto;
	font-weight: 500;
	box-shadow: 0px 0px 15px -5px #777777;
	border-radius: 5px;
	line-height: 55px;
}

/* 共通フォームパーツ */

input {
	border-radius: 5px;
	box-sizing: border-box;
	font-size: 16px;
}
input[type="text"],input[type="email"],input[type="password"] {
	border: 1px solid #ccc;
	background: #fff;
	width: 100%;
	height: 50px;
	padding: 0 10px;
}
input[type="submit"] {
	border: none;
	background: #db4747;
	width: 85%;
	height: 50px;
	color: #fff;
	margin: 0 auto;
	font-weight: 500;
	box-shadow: 0px 0px 15px -5px #777777;
}

.searchBox {
	width: 100%;
	overflow: hidden;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	display: flex;
	margin-top: 45px;
}
.searchBox input[type="text"] {
	border: none;
	border-radius: 0;
	width: calc(100% - 50px);
}
.searchBox input[type="button"],.searchBox button {
	border: none;
	border-radius: 0;
	width: 50px;
	height: 50px;
	background: #1a1a1a url(../img/ico_search.png) no-repeat center center/18px 18px;
	cursor: pointer;
}


/* ログイン */

.login .swpm-login-action-msg {
	margin-bottom: 25px;
	font-size: 14px;
}

.login dl,.login .swpm-password-input {
	margin-bottom: 35px;
}
.login dl dt,.login label {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 5px;
	display: inline-block;
}
.login dl dt:first-child + dd,.login .swpm-username-input {
	margin-bottom: 20px;
}
.login .topText {
	margin-top: 35px;
	font-size: 12px;
	text-align: center;
}
.login input[type="text"],.login input[type="password"] {
	width: 100% !important;
}
.login input[type="submit"] {
	width: 85% !important;
}

/* カテゴリートップ */

.categoryTop ul li {
	margin-bottom: 15px;
}
.categoryTop ul li:last-child {
	margin-bottom: 0;
}
.categoryTop ul li a {
	display: block;
	box-shadow: 0px 0px 12px -5px #777777;
	padding: 20px 45px 20px 20px;
	border-radius: 5px;
	font-weight: 500;
	line-height: 1.6;
	background: #fff url(../img/ico_link.png) no-repeat right 20px center/12px 12px;
}

/* カテゴリー詳細 */

.categoryArticle > ul li {
	margin-bottom: 15px;
}
.categoryArticle > ul li:last-child {
	margin-bottom: 0;
}
.categoryArticle > ul li a {
	display: block;
	box-shadow: 0px 0px 12px -5px #777777;
	padding: 10px 20px 20px 20px;
	border-radius: 5px;
	font-weight: 500;
	line-height: 1.6;
	background: #fff;
}
.categoryArticle > ul li a dl dt {
	border-bottom: 1px solid #1a1a1a;
	color: #db4747;
	font-size: 16px;
	font-weight: 500;
	padding: 16px 30px 16px 40px;
	margin-bottom: 16px;
	position: relative;
	line-height: 1.5;
}
.categoryArticle > ul li a dl dt::before {
	content: "";
	width: 28px;
	height: 32px;
	background: url(../img/ico_pdf.png) no-repeat center center/cover;
	position: absolute;
	left: 0;
	top: calc(50% - 16px);
}
.categoryArticle > ul li a dl dt::after {
	content: "";
	width: 12px;
	height: 12px;
	background: url(../img/ico_blank.png) no-repeat center center/cover;
	position: absolute;
	right: 0;
	top: calc(50% - 6px);
}
.categoryArticle > ul li a dl dd {
	font-size: 12px;
	line-height: 1.6;
}
.categoryArticle .none {
	text-align: center;
	font-size: 12px;
}
.categoryArticle .none + nav {
	display: none;
}



