@charset 'utf-8';


.sharebutton {
	margin-top: 10px;
}

#document {
	padding: 0 20px;
}

.articleblock {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
	font-size: 1.6em;
	line-height: 2em;
}

body.safearea .articleblock {
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
}

.articleblock .blockheader + .movearticle {
	margin-top: -20px;
	margin-bottom: 20px;
	padding-top: 0;
}

.articletitle {
	margin: 0 0 30px 0;
}

.articlebody {
	margin: 0 !important;
	padding-bottom: 10px !important;
	border-bottom: 1px solid #ccc;
}

.articletitle h1 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.5em;
}

#info .articletitle h1 {
	border-bottom: 1px solid #000;
}

#weblog .articletitle h1 {
	font-size: 1.6em;
}

.articletitle > div {
	font-size: 12px;
	line-height: 1.6em;
}

.articletitle span,
.articletitle time {
	display: inline-block;
	padding: 0 2em 0 0;
	line-height: 1em;
	white-space: nowrap;
	position: relative;
}

.articletitle span a:before {
	content: '\f119';
	display: inline-block;
	width: 1em;
	padding-right: .3em;
	font-family: 'uiicon';
	font-weight: normal !important;
	text-align: center;
	text-indent: 0;
	position: relative;
}

@media only screen and (min-width: 541px) {

	#document {
		padding: 0 30px;
	}
}

@media only screen and (min-width: 769px) {

	.sharebutton {
		text-align: right;
	}

	.articleblock {
		padding: 20px 40px;
	}

	body.safearea .articleblock {
		padding-left: calc(env(safe-area-inset-left) + 40px);
		padding-right: calc(env(safe-area-inset-right) + 40px);
	}

	body.safearea #columns .articleblock {
		padding-right: 40px;
	}

	.articletitle h1 {
		font-size: 1.4em;
	}

	#weblog .articletitle h1 {
		font-size: 1.8em;
	}
}


.articlelistbody {
	font-size: .65em;
}

.articlelist .item figure {
	padding-top: 100%;
}

#weblog .articlelist .item article {
	padding-top: 5%;
	padding-bottom: 5%;
}

.articlelist .item.hover figure img {
	transform: scale(1.3);
}

@media only screen and (min-width: 769px) {

	.articlelistbody {
		font-size: .75em;
	}

	#weblog .articlelistbody {
		font-size: .85em;
	}
}


.articlelist .category span a {
	background: #df7e93;
}

.articlelist .category span.news a {
	background: #7faecc;
}

.articlelist .category span.event a {
	background: #3dcb7c;
}

.articlelist .category span.medical a {
	background: #ac8ff2;
}

.articlelist .category span.nursing a {
	background: #58a6e0;
}

.articlelist .category span.pharmacy a {
	background: #51cced;
}

.articlelist .category span.high-school a {
	background: #36c18f;
}

.articlelist .category span.peace a {
	background: #9ace49;
}

.articlelist .category span.other a {
	background: #9a9a9a;
}



.presentation {
	width: 100%;
	font-size: .65em;
	line-height: 1.6;
	position: relative;
}

.presentation.narrow {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.presentation > .inner {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.presentation .brick {
	width: 100%;
	padding: 30px;
}

.presentation .btnarea.wide {
	font-size: 1.4em;
	font-weight: 700;
}

.presentation .btnarea.wide > div:not(:last-child) {
	margin-bottom: 10px;
}

.presentation .btnarea.wide a {
	width: 100%;
	max-width: 1000px;
	padding: .8em .3em;
}


.stockinfo {
	width: 100%;
}

.stockinfo:not(:last-child) {
	margin-bottom: 30px;
}

.stockinfo > .inner {
	width: 100%;
	padding-bottom: 30px;
}

.stockinfo .column p:not(:last-child) {
	margin-bottom: 1.5em;
}

.stockinfo .empty {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1em;
	border: 1px solid #ccc;
	color: #808080;
	font-size: .85em;
}

.stockinfo.announce {
	border: 1px solid #6ccbd9;
	background: #c6f1f8;
	font-size: .85em;
}

.stockinfo.announce > .inner {
	padding: 2em;
}


.announce .memberloginbtn .btn_action {
	font-size: 18px;
}

.announce .memberloginbtn .btn_action i {
	width: 22px;
	height: 22px;
}

@media only screen and (min-width: 481px) {

	.stockinfo:first-child > .inner {
		padding-top: 30px;
	}
}


.sentence.memberloginbtn h2 {
	margin-bottom: .5em;
	font-size: 1.4em;
	text-align: center;
	line-height: 1.5;
}

.sentence.memberloginbtn h2 span {
	display: inline-block;
}

.sentence.memberloginbtn p {
	text-align: center;
}

.memberloginbtn .btn_action {
	font-size: 24px;
}

.memberloginbtn .btn_action .btn {
	display: block;
	width: 100%;
	padding: 10px;
	border-radius: 0;
	border: 1px solid #6ccbd9;
	background: rgba(255,255,255,.7);
	color: #6ccbd9;
	text-align: center;
	transition: .2s;
	cursor: pointer;
}

.memberloginbtn .btn_action .btn.unlock {
	max-width: 300px;
	margin: 0 auto;
	color: #000;
}

.memberloginbtn .btn_action .btn.hover {
	background: rgba(0,121,139,.4);
	color: #fff;
}

.memberloginbtn .btn:before {
	display: inline-block;
	content: '';
	height: 100%;
	vertical-align: middle;
}

.memberloginbtn .btn_action i {
	display: inline-block;
	width: 30px;
	height: 30px;
	font-style: normal;
	vertical-align: middle;
	position: relative;
}

.memberloginbtn .btn_action span.icon {
	width: 100%;
	height: 100%;
}

.memberloginbtn .btn_action span.icon span {
	width: 100%;
	height: 100%;
}

.memberloginbtn .btn_action span.label {
	display: inline-block !important;
	padding-left: .4em;
	font-weight: 700;
	vertical-align: middle;
}

.memberloginbtn .btn_action svg {
	fill: currentColor;
}

.presentation .btnarea.wide {
	font-size: 1.4em;
	font-weight: 700;
}

.presentation .btnarea.wide > div:not(:last-child) {
	margin-bottom: 10px;
}

.presentation .btnarea.wide a {
	width: 100%;
	max-width: 1000px;
	padding: .8em .3em;
}


.forstaffnavi .btnarea.wide {
	display: flex;
}

.forstaffnavi .btnarea.wide > div {
	display: flex;
	width: 50%;
	margin: 0 !important;
	padding: 5px;
}

.forstaffnavi .btnarea.wide > div > a {
	display: flex;
	justify-content: center;
	align-items: center;
	transform: scale(1)
}

.forstaffnavi .btnarea.wide > div > a.active {
	color: #3ade83;
}

.forstaffnavi .btnarea.wide > div > a > span span {
	display: inline-block;
}


.articlelistbody.loginbtn {
	padding: 20px;
}
