@charset "UTF-8";

/* ++++++++++++++++++++++++++++++++++++++++
NEWS page
++++++++++++++++++++++++++++++++++++++++ */

/* common */
#wrapper { background: #eff6f8; }
#pageTitle {
	color: #50aacd;
	font-weight: bold;
	text-align: center;
}
#pageTitle::before {
	content: "";
	display: block;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/icon_news.svg) no-repeat center center;
	background-size: cover;
}
.date { font-weight: bold; }
.date::before {
	content: "";
	width: 1em;
	height: 1em;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	background: #e1ef2a;
	margin-top: -0.2em;
	margin-right: 0.3em;
}
.cat {
	color: #fff;
	text-align: center;
	background: #ff79a8;
	border-radius: 999px;
	display: inline-block;
}
@media screen and (min-width:769px), print{
	#contents {
		padding: 200px 25px 80px;
	}
	#pageTitle {
		font-size: 40px;
		margin-bottom: 90px;
	}
	#pageTitle::before {
		width: 43px;
		height: 37px;
		margin-bottom: 25px;
	}
	.date { min-width: 124px; }
}
@media screen and (max-width:768px){
	#contents {
		padding: 123px 25px 50px;
	}
	#pageTitle {
		font-size: 25px;
		margin-bottom: 30px;
	}
	#pageTitle::before {
		width: 32px;
		height: 27.5px;
		margin-bottom: 16px;
	}
}

/* archive */
#postList li a {
	display: block;
	background: #fff;
}
#postList li a::after {
	content: "";
	display: block;
	background: url(../images/top/news_arrow.svg) no-repeat center center;
	background-size: cover;
}
.archive .wp-pagenavi {
	display: flex;
	align-items: center;
	justify-content: center;
}
.archive .wp-pagenavi > * {
	display: block;
	font-weight: bold;
	border-radius: 50%;
	text-align: center;
}
.archive .wp-pagenavi .nextpostslink,
.archive .wp-pagenavi .previouspostslink {
	height: 0 !important;
	overflow: hidden;
	background: url(../images/top/news_arrow.svg) no-repeat center center #fff;
}
.archive .wp-pagenavi .previouspostslink {
	transform: rotate(180deg);
}
.archive .link { text-align: center; }
.archive .link a {
	color: #fff;
	font-weight: bold;
	background: #50aacd;
	border-radius: 999px;
	display: inline-block;
}
@media screen and (min-width:769px), print{
	#postList,
	#pager {
		max-width: 1100px;
		margin-left: auto;
		margin-right: auto;
	}
	#postList li + li { margin-top: 10px; }
	#postList li a {
		height: 100px;
		display: flex;
		padding-left: 20px;
		padding-right: 33px;
		align-items: center;
		border-radius: 20px;
		transition-duration: .3s;
		transition-property: background-color;
	}
	#postList li a:hover {
		background: #cce6ed;
	}
	#postList li a::after {
		min-width: 20px;
		height: 14px;
	}
	#postList li a .cat {
		padding: 4px 0;
		min-width: 138px;
	}
	#postList li a .title {
		width: 100%;
		font-size: 18px;
		padding-left: 50px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		padding-right: 25px;
	}
	.archive #pager { margin-top: 40px; }
	.archive .wp-pagenavi > * {
		width: 50px;
		height: 50px;
		font-size: 20px;
		line-height: 50px;
	}
	.archive .wp-pagenavi .nextpostslink,
	.archive .wp-pagenavi .previouspostslink {
		padding-top: 50px;
		background-size: 20px 14px;
	}
	.archive .wp-pagenavi .nextpostslink { margin-left: 25px; }
	.archive .wp-pagenavi .previouspostslink { margin-right: 25px; }
	.archive .wp-pagenavi > a {
		transition-duration: .3s;
		transition-property: color, background-color, background-image;
	}
	.archive .wp-pagenavi > a:hover {
		color: #fff;
		background-color: #50aacd;
	}
	.archive .wp-pagenavi .nextpostslink:hover,
	.archive .wp-pagenavi .previouspostslink:hover {
		background-image: url(../images/top/inst_arrow.svg);
	}
	.archive .link { margin-top: 40px; }
	.archive .link a {
		width: 240px;
		font-size: 16px;
		padding: 19px 0 18px;
		transition-duration: .3s;
		transition-property: color, background-color;
	}
	.archive .link a:hover {
		color: #000;
		background: #fff;
	}
}
@media screen and (max-width:768px){
	#postList li + li {
		margin-top: 10px;
	}
	#postList a {
		border-radius: 10px;
		padding: 22px 23px 27px 23px;
	}
	#postList a::after {
		width: 15px;
		height: 10px;
		right: 17px;
		bottom: 30px;
		position: absolute;
	}
	#postList .date::before {
		margin-top: -0.25em;
		margin-right: 0.3em;
	}
	#postList .date,
	#postList .cat {
		font-size: 12px;
		line-height: 19px;
	}
	#postList .cat {
		width: 92px;
		margin-left: 7px;
	}
	#postList .title {
		font-size: 13px;
		line-height: 21px;
		margin-top: 11px;
	}
	.archive #pager { margin-top: 30px; }
	.archive .wp-pagenavi > * {
		width: 40px;
		height: 40px;
		font-size: 17px;
		line-height: 40px;
		margin: 0 3px;
	}
	.archive .wp-pagenavi .nextpostslink,
	.archive .wp-pagenavi .previouspostslink {
		padding-top: 40px;
		background-size: 15px 10px;
	}
	.archive .wp-pagenavi .nextpostslink { margin-left: 24px; }
	.archive .wp-pagenavi .previouspostslink { margin-right: 24px; }
	.archive .link { margin-top: 47px; }
	.archive .link a {
		font-size: 13px;
		line-height: 45px;
		padding: 0 43px;
	}
}

/* post */
#postCont {
	background: #fff;
	box-sizing: border-box;
}
#postHead { border-bottom: 1px solid #50aacd; }
#postTitle { font-weight: bold; }
#postCont .pdfLink a {
	color: #fff;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	background: #f69842;
	text-align: center;
	border-radius: 999px;
	justify-content: center;
	align-items: center;
}
#postCont .pdfLink a::before,
#postCont .pdfLink a::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background: no-repeat center center;
}
#postCont .pdfLink a::before {
	background-image: url(../images/icon_pdf.svg);
	background-size: cover;
}
#postCont .pdfLink a::after {
	border-radius: 50%;
	background-color: #fff;
	background-image: url(../images/top/news_arrow.svg);
}
.article #pager {
	margin-top: 55px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.article #pager .prev > *,
.article #pager .next > *,
.article #pager .return > * {
	display: flex;
	align-items: center;
}
.article #pager .return > * {
	color: #fff;
	background: #50aacd;
	border-radius: 999px;
}
.article #pager .prev > *::before,
.article #pager .next > *::after {
	content: "";
	border-radius: 50%;
	display: inline-block;
	background: url(../images/top/news_arrow.svg) no-repeat center center #fff;
}
.article #pager .prev > *::before { transform: rotate(180deg); }
.article #pager .return > *::after {
	content: "";
	display: inline-block;
	background: url(../images/top/inst_arrow.svg) no-repeat center center;
	background-size: cover;
}
.article #pager span { opacity: 0; }
@media screen and (min-width:769px), print{
	#contents.article { padding-bottom: 140px; }
	#postCont {
		margin-left: auto;
		margin-right: auto;
		max-width: 1100px;
		border-radius: 20px;
		padding: 80px 70px 88px;
	}
	#postHead {
		padding: 0 20px 54px;
		margin-bottom: 55px;
	}
	#postHead .info {
		font-size: 16px;
		line-height: 32px;
	}
	#postHead .cat {
		width: 126px;
		margin-left: 30px;
	}
	#postTitle {
		font-size: 34px;
		line-height: 70px;
		margin-top: 25px;
	}
	#postCont .pdfLink a {
		font-size: 20px;
		max-width: 460px;
		margin-top: 65px;
		padding: 29px 0;
		transition-duration: .3s;
		transition-property: background-color;
	}
	#postCont .pdfLink a::before {
		width: 36px;
		height: 43px;
		margin-right: 33px;
	}
	#postCont .pdfLink a::after {
		width: 36px;
		height: 36px;
		margin-left: 33px;
		background-size: 18px 12px;
	}
	#postCont .pdfLink a:hover {
		background: #50aacd;
	}
	.article #pager {
		font-size: 16px;
		line-height: 50px;
	}
	.article #pager .return > * {
		padding: 0 30px;
		transition-duration: .3s;
		transition-property: color, background-color;
	}
	.article #pager .return > a:hover {
		color: #50aacd;
		background: #fff;
	}
	.article #pager .prev > a,
	.article #pager .next > a {
		transition-duration: .3s;
		transition-property: color;
	}
	.article #pager .prev > a:hover,
	.article #pager .next > a:hover {
		color: #50aacd;
	}
	.article #pager .prev > *::before,
	.article #pager .next > *::after {
		width: 50px;
		height: 50px;
		background-size: 20px 14px;
		transition-duration: .3s;
		transition-property: background-color, background-image;
	}
	.article #pager .prev > *::before { margin-right: 20px; }
	.article #pager .next > *::after { margin-left: 20px; }
	.article #pager .prev > a:hover::before,
	.article #pager .next > a:hover::after {
		background-color: #50aacd;
		background-image: url(../images/top/inst_arrow.svg);
	}
	.article #pager .return > *::after {
		width: 20px;
		height: 14px;
		margin-left: 20px;
		transition-duration: .3s;
		transition-property: background-image;
	}
	.article #pager .return > a:hover::after { background-image: url(../images/top/news_arrow.svg); }
}
@media screen and (max-width:768px){
	#postCont {
		border-radius: 10px;
		padding: 37px 15px 40px;
	}
	#postHead {
		padding: 0 5px 30px;
		margin-bottom: 28px;
	}
	#postHead .info {
		font-size: 12px;
		line-height: 19px;
	}
	#postHead .cat {
		width: 92px;
		margin-left: 13px;
	}
	#postTitle {
		font-size: 18px;
		line-height: 1.8;
		margin-top: 20px;
	}
	#textCont {
		padding: 0 20px;
	}
	.pdfLink {
		margin-top: 42px;
		padding: 0 20px;
	}
	.pdfLink a {
		height: 70px;
		font-size: 13px;
	}
	#postCont .pdfLink a::before {
		width: 24px;
		height: 28px;
		margin-right: 22px;
	}
	#postCont .pdfLink a::after {
		width: 24px;
		height: 24px;
		margin-left: 26px;
		background-size: 15px 10px;
	}
	.article #pager {
		height: 45px;
		line-height: 45px;
	}
	.article #pager .return > * {
		padding-left: 20px;
		padding-right: 15px;
	}
	.article #pager .return > *::after {
		width: 15px;
		height: 10px;
		margin-left: 10px;
	}
	.article #pager .prev > *,
	.article #pager .next > * {
		width: 45px;
		height: 45px;
		overflow: hidden;
		color: transparent;
		position: relative;
	}
	.article #pager .prev > *::before,
	.article #pager .next > *::after {
		top: 0;
		left: 0;
		width: 45px;
		height: 45px;
		position: absolute;
		background-size: 15px 10px;
	}
}

/* wordpress post content */
#textCont .aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#textCont .alignright {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}
#textCont .alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
#textCont .wp-caption,
#textCont [class*='wp-image'] {
	display: block;
	max-width: 100% !important;
	margin-top: 1.5em;
	text-align: center;
}
#textCont .wp-caption-text {
	margin-top: 0;
}
#textCont > * + * {
	margin-top: 1em;
}
#textCont a {
	color: inherit;
	text-decoration: underline;
}
#textCont h1, #textCont h2, #textCont h3, #textCont h4, #textCont h5, #textCont h6 {
	font-weight: bold;
	margin-bottom: 1.5em;
}
#textCont h1 { border-left: solid #50aacd; }
#textCont a:hover { color: #50aacd; }
#textCont ul li {
	padding-left: 1em;
	position: relative;
}
#textCont ul li::before {
	content: "";
	width: 0.5em;
	height: 0.5em;
	display: block;
	border-radius: 50%;
	background: #f381a9;
	position: absolute;
	top: 0.75em;
	left: 0;
}
@media screen and (min-width:769px), print{
	#textCont {
		font-size: 16px;
		line-height: 36px;
		padding-left: 20px;
	}
	#textCont p,
	#textCont ul,
	#textCont ol {
		padding-left: 20px;
	}
	#textCont h1 {
		font-size: 24px;
		line-height: 2;
		padding-left: 23px;
		border-left-width: 7px;
	}
}
@media screen and (max-width:768px){
	#textCont h1 {
		font-size: 15px;
		line-height: 26px;
		margin-left: -15px;
		padding-left: 12px;
	}
	#textCont img { height: auto; }
}