@font-face {
	font-family: 'Hiragino Sans';
	src: url('/happyou/kanri/wp-content/themes/rhblog/assets/fonts/HiraginoSans-w6.otf') format('opentype');
}
.bg-white {
	background-color: #FFFFFF;
}
.bg-skyblue {
	background-color: #F2F5FB;
}
.bg-cta {
	background-color: #1A3084;
}
.bg-error {
	background-color: #FCE8E6;
}
.bg-color {
	background-color: #D93025;
}
.color-cta {
	color: #1A3084;
}
.color-line-01 {
	color: #C6CCDB;
}
.color-line-02 {
	color: #A7B2CE;
}
.color-text-01 {
	color: #A7B2CE;
}
.color-text-02 {
	color: #212121;
}
@media screen and (min-width: 960px) {
	html {
		transform: scale(1.25);
		transform-origin: left top;
		height: calc(100% / 1.25);
		width: calc(100% / 1.25);
	}
	.news-article__body .navigation .button_back {
		zoom: 1.25;
	}
	.page-error__body .navigation .button_back {
		zoom: 1.25;
	}
}
body {
	margin: 0;
	background-color: #F2F5FB;
	color: #212121;
}
body:not(.logged-in) {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
body:not(.logged-in) .site {
	flex: 1;
}
body,
button {
	font-family: "Hiragino Sans", sans-serif !important;
	font-weight: 600;
}
.site-footer {
	color: #A7B2CE;
	text-align: center;
	font-size: 12px;
	padding-bottom: 3em;
}
.login-form {
	background-color: #FFFFFF;
	text-align: center;
	margin: 100px auto 0;
	max-width: 360px;
	border-radius: 8px;
	position: relative;
	padding: 30px 50px;
}
.login-icon-bg {
	position: absolute;
	top: -50px;
	left: calc(50% - 50px);
	padding: 50px;
	background-color: #FFFFFF;
	border-radius: 50%;
	z-index: -1;
	box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.05);
}
.login-icon {
	position: absolute;
	top: -30px;
	left: calc(50% - 20px);
	content: url("/happyou/kanri/wp-content/themes/rhblog/assets/data/icon_login.svg");
}
.login-icon.open {
	content: url("/happyou/kanri/wp-content/themes/rhblog/assets/data/icon_login_open.svg");
}
.login-checkbox {
    background-color: #E8EBF2;
    border: 1px solid #D1D3D8;
}
.login-button {
    position: relative;
	background-color: #1A3084;
	color: #FFFFFF;
	border: none;
	border-radius: 4px;
	padding: 1.2em;
	margin-top: 1em;
	width: 100%;
	box-shadow: 0 3px 3px 0px rgb(0 0 0 / 40%);
    cursor: pointer;
	font-size: 15px;
}
.login-button.disabled {
	opacity: 0.4;
}
.login-button::before {
  content: "";
  margin: auto;
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #A7B2CE;
  border-right: 2px solid #A7B2CE;
  transform: rotate(45deg);
}
.footer-logo {
	text-align: center;
	padding: 4em 0 1em;
}
.login-form dt {
	text-align: left;
	margin: 1em 0 0.5em;
}

dd {
	margin: 0.75em;
}

.login-form dd {
	margin: 0;
}
.login-form dd input {
	width: 100%;
    box-sizing: border-box;
    border-radius: 4px;
    background-color: #E8EBF2;
    border: 1px solid #D1D3D8;
    padding: 1em;
	font-size: 16px;
}
.common-header {
	background-color: #FFFFFF;
	position: fixed;
    border-bottom: 1px solid rgb(0 0 0 / 20%);
	width: 100%;
	z-index: 2;
}
.common-header .wrapper {
	position: relative;
    display: flex;
    align-items: center;
	height: 60px;
    justify-content: flex-end;
	padding: 0 2em;
}
.header-logo {
    position: absolute;
    left: calc(50% - 50px);
}
.header-button {
	display: flex;
	align-items: center;
    padding: 0.5em 1.5em;
    border-radius: 4px;
	box-shadow: 0 0 3px 1px rgb(0 0 0 / 24%);
	text-decoration: none;
	color: #000000;
	font-size: 13px;
}
.header-button.switch-year {
	margin-right: 1em;
}
.header-button.switch-year img,
.header-button.logout img {
	margin-right: 0.5em;
}
.logged-in .site-content {
	padding-top: 60px;
}
.branch-header {
	background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgb(0 0 0 / 20%);
    padding: 0.5em;
	margin: 0;
    font-size: 18px;
	color: #1A3084;
}
.page-news {
	padding: 3em 0 5em;
}
.page-news.archive {
	max-width: 960px;
	margin: 0 auto;
	padding: 1.5em 0 0;
}
.news-top {
	text-align: center;
}
.news-archive {
	display: grid;
	grid-template-columns: 1fr;
}
.news-archive-title {
	display: flex;
	align-items: center;
	color: #A7B2CE;
	margin-bottom: 1.5em;
}
.news-archive-title .hr {
	flex: 1;
	margin-left: 1em;
	border-bottom: 1px dotted #A7B2CE;
}
.news-item__inner {
	text-decoration: none;
	text-align: left;
}
.news-item__body {
	background-color: #FFFFFF;
	box-shadow: 0 0 3px 1px rgb(0 0 0 / 24%);
	width: 90%;
    margin: 0 auto 1.5em;
	display: flex;
	border-radius: 4px;
}
.news-archive .news-item__body {
	width: 100%;
	flex-direction: column;
}
.news-item__title {
	flex: 1;
	padding: 1.5em;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.news-item__title .date {
	color: #A7B2CE;
	font-size: 12px;
	margin-top: 0;
}
.news-item__title .title {
	color: #1A3084;
	font-size: 18px;
	margin: 0;
}
.news-item__backnumber {
	text-decoration: none;
	background-color: #FFFFFF;
	box-shadow: 0 0 3px 1px rgb(0 0 0 / 24%);
	width: 90%;
    margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	padding: 1.5em;
    box-sizing: border-box;
}
.news-item__backnumber .icon_backnumber {
	margin-right: 2em;
}
.news-item__backnumber .text {
	padding-right: calc(2em + 48px);
	color: #1A3084;
	font-weight: bold;
}
.page-news-article {
	padding: 3em 0 1em;
}
.page-news-article svg {
	width: 100%;
}
.news-article__body {
	background-color: #FFFFFF;
	box-shadow: 0 0 3px 1px rgb(0 0 0 / 24%);
	width: 90%;
    margin: 0 auto 1.5em;
	border-radius: 4px;
	padding: 1.5em;
	box-sizing: border-box;
}
.news-article__body .date {
	color: #A7B2CE;
	font-size: 12px;
}
.news-article__body .title {
	color: #1A3084;
	font-size: 18px;
	margin: 0 0 2em;
}
.news-article__body .content {
	margin-bottom: 2em;
}
.news-article__body .navigation {
	margin-bottom: 1em;
	text-align: center;
	clear: both;
}
.news-article__body .navigation .links {
	list-style: none;
	margin-bottom: 2em;
	padding: 2em 0;
	border-top: 1px dotted #A7B2CE;
	border-bottom: 1px dotted #A7B2CE;
	display: flex;
	font-size: 14px;
	text-decoration: none;
	color: #1A3084;
}
.news-article__body .navigation .links.top {
	justify-content: end;
}
.news-article__body .navigation .links .link-previous,
.news-article__body .navigation .links .link-next {
	position: relative;
	display: inline-block;
	width: 50%;
	max-width: 50%;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-article__body .navigation .links .link-previous a,
.news-article__body .navigation .links .link-next a {
	text-decoration: none;
	color: #1A3084;
	font-weight: bold;
}
.news-article__body .navigation .links .link-previous {
	text-align: left;
	padding: 0.5em 0.5em 0.5em 1.5em;
}
.news-article__body .navigation .links .link-previous ::before,
.news-article__body .navigation .links .link-next ::before {
	content: "";
	margin: auto;
	position: absolute;
	top: calc(50% - 3px);
	width: 6px;
	height: 6px;
	border-top: 1px solid #1A3084;
	border-right: 1px solid #1A3084;
}
.news-article__body .navigation .links .link-previous ::before {
	left: 2px;
	transform: rotate(-135deg);
}
.news-article__body .navigation .links .link-next {
	text-align: right;
	border-left: 1px solid #A7B2CE;
	padding: 0.5em 1.5em 0.5em 0.5em;
}
.news-article__body .navigation .links .link-next ::before {
	right: 2px;
	transform: rotate(45deg);
}
.news-article__body .navigation .button_back {
	background-color: #1A3084;
	color: #FFFFFF;
	border: none;
	border-radius: 4px;
	padding: 0.5em;
	width: 200px;
	box-shadow: 0 3px 3px 0px rgb(0 0 0 / 40%);
    cursor: pointer;
	margin-bottom: 0.5em;
}
/* WYSIWYGスタイル */
.news-article__body .content h1 {
    position: relative;
    background-color: #F2F5FB;
    border-radius: 4px;
    font-size: 24px;
    padding: 0.4em 0.6em;
    color: #1A3084;
}
.news-article__body .content h1::before {
    content: "";
    position: absolute;
    top: calc(50% - 7px);
    left: 0.3em;
    width: 3px;
    height: 14px;
    border-radius: 3px;
    background-color: #C6CCDB;
}
.news-article__body .content h2 {
    font-size: 20px;
    color: #1A3084;
    border-bottom: 1px dashed #A7B2CE;
    padding-bottom: 0.5em;
}
.news-article__body .content h3 {
    font-size: 18px;
}
.news-article__body .content h4 {
    font-size: 16px;
}
.news-article__body .content h5 {
    font-size: 14px;
}
.news-article__body .content h6 {
    font-size: 12px;
}
.news-article__body .content pre {
    border: 1px solid #A7B2CE;
    padding: 1em;
}
.news-article__body .content blockquote {
    border: 1px solid #A7B2CE;
    background-color: #F2F5FB;
    margin: 0;
    padding: 1em 3em;
    position: relative;
}
.news-article__body .content blockquote::before {
    position: absolute;
    top: 1em;
    left: 1em;
    content: url("/happyou/kanri/wp-content/themes/rhblog/assets/data/icon_blockquote.svg");
}
.news-article__body .content blockquote::after {
    position: absolute;
    bottom: 1em;
    right: 1em;
    content: url("/happyou/kanri/wp-content/themes/rhblog/assets/data/icon_blockquote.svg");
    transform: rotate(180deg);
}
.news-article__body .content ul {
    border: 1px solid #1A3084;
    color: #1A3084;
    padding: 1.5em;
    list-style-position: inside;
}
.news-article__body .content ul li {
    border-bottom: 1px dotted #1A3084;
    padding: 0.2em 0 0.2em 1em;
}
.news-article__body .content ol {
    border: 1px solid #1A3084;
    color: #1A3084;
    padding: 1.5em;
    list-style-position: inside;
    list-style: none;
}
.news-article__body .content ol li {
    border-bottom: 1px dotted #1A3084;
    padding: 0.5em 0;
    counter-increment: li;
}
.news-article__body .content ol li::before {
    content: counter(li);
    background-color: #1A3084;
    display: inline-block;
    text-align: center;
    width: 24px;
    height: 24px;
    color: #FFFFFF;
    margin-right: 1em;
}
.news-article__body .content .force_newline {
	display: inline-block;
}
.news-article__body .content .accordion {
    border: 1px solid #A7B2CE;
	margin-bottom: 1em;
}
.news-article__body .content .accordion .accordion_title {
    padding: 0.75em 1em;
    border-bottom: 1px solid #A7B2CE;
	background-color: #F2F5FB;
	color: #1A3084;
	font-weight: bold;
	cursor: pointer;
	display: flex;
	align-items: center;
}
.news-article__body .content .accordion .accordion_text {
	padding: 0.75em 1em;
    margin: 0.75em;
    border-radius: 4px;
    box-shadow: 1px 1px 3px 0px rgb(0 0 0 / 20%);
}
.news-article__body .content .accordion .accordion_title::after {
	content: url("/happyou/kanri/wp-content/themes/rhblog/assets/data/arrow-accordion.svg");
	width: 20px;
    height: 20px;
	margin-left: auto;
}
.news-article__body .content .accordion.open .accordion_title::after {
	transform: rotate(180deg);
}
.news-article__body .content img.newsarea_svg[src*='.svg'],
.news-article__body .content img.newsarea_svg[src*='.png']{
	width: 100% !important;
	height: auto !important;
}
.news-article__body .content .scrollable_table {
	overflow: auto;
}
table{
	overflow-x: auto;
	min-width: 600px;
	width: 100%;
	border-collapse: inherit;
}
.news-article__body .content table {
	max-height: 240px;
}
.news-article__body .content table.table_tiny {
	/* border: none; */
}
.news-article__body .content table.table_tiny tbody {
    /* border: 1px solid #000000; */
    color: #000000;
}
.news-article__body .content table.table_tiny td,
.news-article__body .content table.table_tiny th {
    padding: 0.7em 0.5em;
    font-size: 14px;
    text-align: left;
}

.news-article__body .content table.table_tiny tr:first-child td,
.news-article__body .content table.table_tiny tr:first-child th {
    /* border-right: 1px solid #000000; */
    color: #000000;
    font-weight: bold;
}
.news-article__body .content table.table_tiny tr:first-child td:last-child,
.news-article__body .content table.table_tiny tr:first-child th:last-child {
    /* border-right: none; */
}
.news-article__body .content table.table_tiny tr:not(:first-child) td:first-child,
.news-article__body .content table.table_tiny tr:not(:first-child) th:first-child {
    font-weight: bold;
}
.p-pager {
	margin-bottom: 2em;
}
.p-pager__menu {
	list-style: none;
	display: flex;
	justify-content: center;
    align-items: center;
	padding: 0px 0px 105px 0px;
}
.p-pager__menu__list {
	margin-right: 0.5em;
	font-size: 12px;
}
.p-pager__menu__list__link {
	padding: 0.5em 1em;
	border-radius: 4px;
	background-color: #FFFFFF;
	box-shadow: 0 0 3px 1px rgb(0 0 0 / 24%);
	color: #1A3084;
	text-decoration: none;
}
.p-pager__menu__list.selected {
	padding: 0.5em 1em;
	border-radius: 4px;
	background-color: #1A3084;
	box-shadow: 0 0 3px 1px rgb(0 0 0 / 24%);
	color: #FFFFFF;
}
.page-error {
	padding: 3em 0 1em;
}
.page-error__body {
	background-color: #FFFFFF;
	box-shadow: 0 0 3px 1px rgb(0 0 0 / 24%);
	width: 90%;
    margin: 0 auto 1.5em;
	border-radius: 4px;
	padding: 1.5em;
	box-sizing: border-box;
	text-align: center;
}
.page-error .image-error {
	display: flex;
	align-items: end;
    justify-content: center;
	text-align: center;
	background: url("/happyou/kanri/wp-content/themes/rhblog/assets/data/bg_error.svg") no-repeat top center;
	height: 200px;
}
.page-error .image-error .text {
	line-height: 1.2;
	color: #1A3084;
	font-weight: bold;
}
.page-error .image-error .code {
	font-size: 80px;
}
.page-error__body .navigation .button_back {
	background-color: #1A3084;
	color: #FFFFFF;
	border: none;
	border-radius: 4px;
	padding: 0.5em;
	width: 200px;
	box-shadow: 0 3px 3px 0px rgb(0 0 0 / 40%);
    cursor: pointer;
	zoom: 1.25;
}
.alignleft {
	float: left;
    margin: 0.5em 1em 0.5em 0;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
}
@media screen and (max-width: 960px) {
	.common-header .wrapper {
		padding: 0 1em;
		height: 74px;
	}
	.logged-in .site-content {
		padding-top: 74px;
	}
	.header-logo {
		left: 1em;
	}
	.header-button {
		flex-direction: column;
		padding: 0.5em;
	}
	.header-button.switch-year img {
		width: 14px;
	}
	.header-button.logout img {
		width: 18px;
	}
	.page-news.archive {
		max-width: 660px;
	}
}
@media screen and (max-width: 660px) {
	.page-news.archive {
		max-width: 90%;
	}
}
@media screen and (max-width: 600px) {
	body:not(.logged-in) {
		display: block;
	}
	.login-form {
		padding: 30px;
	}
	.footer-logo {
		padding: 2.5em 0 1em;
	}
	.news-item__body {
		flex-direction: column;
	}
	.news-item__backnumber {
		flex-direction: column;
	}
	.news-item__backnumber .icon_backnumber {
		margin-right: 0;
		margin-bottom: 1em;
	}
	.news-item__backnumber .text {
		padding-right: 0;
	}
	.news-article__body .navigation .links {
		flex-direction: column;
		padding: 0;
	}
	.news-article__body .navigation .links .link-previous,
	.news-article__body .navigation .links .link-next {
		width: 100%;
		max-width: 100%;
		padding: 1.5em;
	}
	.news-article__body .navigation .links .link-next {
		border-left: none;
		border-top: 1px dotted #A7B2CE;
	}
	.page-news-article {
		padding: 0 0 1em;
	}
	.news-article__body {
		box-shadow: 0 2px 2px 0px rgb(0 0 0 / 24%);
		width: 100%;
		border-radius: 0;
		padding: 1.5em;
	}
}