:root {

	/* Font Family */
	--global--font-secondary: var(--font-base, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif);

	/* Font Size */
	--global--font-size-base: 1.25rem;
	--global--font-size-xs: 1rem;
	--global--font-size-sm: 1.125rem;
	--global--font-size-md: 1.25rem;
	--global--font-size-lg: 1.5rem;
	--global--font-size-xl: 2.25rem;
	--global--font-size-xxl: 4rem;
	--global--font-size-xxxl: 5rem;
	--global--font-size-page-title: var(--global--font-size-xxl);
	--global--letter-spacing: normal;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.7;
}


body {
	margin: 0;
}
header,footer,div{
	box-sizing: border-box;
}

main {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
/* Text-level semantics
   ========================================================================== */

a {
	background-color: transparent;
	text-decoration-thickness: 1px;
		cursor: pointer;
	color: #000;
	text-underline-offset: 3px;
	text-decoration-skip-ink: all;
}

a:hover {
	text-decoration-style: dotted;
	text-decoration-skip-ink: none;
}

abbr[title] {
	border-bottom: none;

	/* 1 */
	text-decoration: underline;

	/* 2 */
	text-decoration-style: dotted;

	/* 2 */
}

img {
	border-style: none;
	max-width:100%;
	height: auto;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;

	/* 1 */
	font-size: 100%;

	/* 1 */
	line-height: 1.15;

	/* 1 */
	margin: 0;

	/* 2 */
}


textarea {
	overflow: auto;
}


html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
form,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

/* Category 06 contains all "bigger" components which contain elements of the previous two categories like header, footer, page template, single template, comments section, archives, ... */
/* ヘッダー*/

.site-header {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	row-gap: 30px;
	    margin: auto;
    padding: 20px 30px;
    width: 100%;
    max-width: none;
    height: 70px;
    background: #e5eaff;
}

.wp-custom-logo .site-header {
	align-items: center;
}


.site-branding {
	color: var(--branding--color-text);
	margin-right: 140px;
}

.site-branding:last-child {
	margin-right: 0;
	width: 100%;
	text-align: left;
}
@media only screen and (min-width: 482px) {

	.site-branding {
		margin-right: initial;
		margin-top: 4px;
	}
}

.site-title {
	color: #2a4198;
	font-size: 20px;
	letter-spacing: normal;
	line-height: 1.3;
	margin-bottom: calc(30px / 6);
}

.site-title a {
	color: currentColor;
	font-weight: bold;
}

.site-title a:link,
.site-title a:visited,
.site-title a:active {
	color: currentColor;
}

.site-description {
	color: currentColor;
	font-family: var(--branding--description--font-family);
	font-size: var(--branding--description--font-size);
	line-height: 1.4;
}

.site-title > a {
	text-decoration-color: var(--global--color-secondary);
}

.site-logo {
	margin: calc(30px / 2) 0;
}

.site-header > .site-logo {
	width: 100%;
	padding-bottom: calc(30px * 1.5);
	border-bottom: 1px solid;
	text-align: center;
}

.site-logo .custom-logo {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--branding--logo--max-width-mobile);
	max-height: var(--branding--logo--max-height-mobile);
	height: auto;
	display: inline-block;
	width: auto;
}
.search-form {
display: flex;
    flex-wrap: nowrap;
    margin: 0 0 0 auto;
    max-width: var(--responsive--aligndefault-width);
}
input#search-form-1 {
    margin: auto;
    padding: 0 10px;
	outline: none;
	border: 2px solid #242c54;
	    height: 35px;
}
.search-form .search-submit {
    margin: auto;
    padding: 5px 10px;
    height: 35px;
}
@media only screen and (min-width: 482px) {

	.site-logo .custom-logo {
		max-width: var(--branding--logo--max-width);
		max-height: var(--branding--logo--max-height);
		height: auto;
		width: auto;
	}
}

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

	.site-header.has-logo:not(.has-title-and-tagline).has-menu .site-logo {
		position: absolute;
		padding-top: calc(0.5 * 30px);
		margin-top: 0;
		top: var(--global--admin-bar--height);
	}

	.primary-navigation-open .site-header.has-logo:not(.has-title-and-tagline).has-menu .site-logo {
		display: none;
	}

	.site-header.has-logo:not(.has-title-and-tagline).has-menu .site-logo img {
		max-height: calc(var(--button--padding-vertical) - (0.25 * 20px) + 1.7em);
	}

	.site-header.has-logo.has-title-and-tagline {
		align-items: flex-start;
	}

	.site-header.has-logo.has-title-and-tagline.has-menu {
		justify-content: space-between;
	}

	.site-header.has-logo.has-title-and-tagline.has-menu .site-branding {
		max-width: calc(100% - 160px);
	}

	.site-header.has-logo.has-title-and-tagline .site-branding {
		margin-right: 0;
	}

	body:not(.primary-navigation-open) .site-header.has-logo.has-title-and-tagline:after {
		display: none;
	}

	body:not(.primary-navigation-open) .site-header.has-logo.has-title-and-tagline .primary-navigation {
		position: relative;
		top: 0;
	}

	body:not(.primary-navigation-open) .site-header.has-logo.has-title-and-tagline .menu-button-container {
		position: relative;
		padding-top: 0;
		margin-top: calc(0px - var(--button--padding-vertical) + (0.25 * 20px));
	}

	body:not(.primary-navigation-open) .site-header.has-logo.has-title-and-tagline .menu-button-container #primary-mobile-menu {
		padding-left: calc(25px * 0.6 - 4.5px);
		padding-right: calc(25px * 0.6 - 4.5px);
		margin-right: calc(0px - 25px * 0.6);
	}

	.site-header:not(.has-logo).has-title-and-tagline .site-branding {
		margin-right: 0;
		max-width: calc(100% - 160px);
	}

	.site-header:not(.has-menu) {
		justify-content: center;
	}
}

/* フッター*/
.site-footer {
    margin: auto;
    padding: 10px 30px;
    width: 100%;
    max-width: none;
    height: 5%;
    background: #e5eaff;
    position: fixed;
    bottom: 0;
}

.no-widgets .site-footer {
	margin-top: calc(6 * 30px);
}
@media only screen and (max-width: 481px) {

	.no-widgets .site-footer {
		margin-top: calc(3 * 30px);
	}
}

.site-footer > .site-info {
	padding-top: 30px;
	line-height: 1.7;
	justify-content: end;
	padding: 0;
	margin: auto;
	font-size: 12px;
}
@media only screen and (min-width: 822px) {

	.site-footer > .site-info {
		display: flex;
		align-items: center;
	}

	.site-footer > .site-info .powered-by {
		margin-top: initial;
		margin-left: auto;
	}
}

.singular .entry-header {
	border-bottom: 3px solid #2a4198;
	padding-bottom:20px;
}

.singular .entry-title {
	font-size: 32px;
}

h1.entry-title {
	line-height: 1.2;
	font-weight: bold;
	color: #2a4198;
}

/**
 * Entry Content
 */
.entry-content,
.entry-summary {
	font-family: var(--entry-content--font-family);
	font-size:16px;
	margin:20px
}

.entry-content p {
	word-wrap: break-word;
}

.entry-content > iframe[style] {
	margin: 30px 0 !important;
	max-width: 100% !important;
}

.entry-footer {
	color: #000;
	clear: both;
	float: none;
	font-size: var(--global--font-size-xs);
	display: block;
}

.entry-footer > span {
	display: inline-block;
	margin-right: 5px;
}

.entry-footer a {
	color: currentColor;
}



.entry-footer a:active {
	color: currentColor;
}

.site-main > article > .entry-footer {
	margin-top: 30px;
	padding-top: 20px;
	padding-bottom: calc(3 * 30px);
	border-bottom: 1px solid #2a4198;
	    display: flex;
    flex-wrap: nowrap;
    justify-content: end;
}

body:not(.single) .site-main > article:last-of-type .entry-footer {
	border-bottom: 1px solid transparent;
}

.single .site-main > article > .entry-footer {
	margin-top: calc(3.4 * 30px);
	margin-bottom: calc(3.4 * 30px);
	padding-bottom: 0;
	padding-top: calc(0.8 * 30px);
	border-top: 3px solid #000;
	border-bottom: 1px solid transparent;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: calc(2 * 25px);
}

.single .site-main > article > .entry-footer .post-taxonomies,
.single .site-main > article > .entry-footer .full-size-link {
	justify-content: flex-end;
	text-align: right;
}

.single .site-main > article > .entry-footer .full-size-link:first-child:last-child {
	grid-column: span 2;
}

.single .site-main > article > .entry-footer .posted-on,
.single .site-main > article > .entry-footer .byline,
.single .site-main > article > .entry-footer .cat-links,
.single .site-main > article > .entry-footer .tags-links {
	display: block;
}
@media only screen and (max-width: 481px) {

	.single .site-main > article > .entry-footer {
		display: block;
	}

	.single .site-main > article > .entry-footer .full-size-link {
		display: block;
	}

	.single .site-main > article > .entry-footer .post-taxonomies,
	.single .site-main > article > .entry-footer .full-size-link {
		text-align: left;
	}
}

/**
 * Post Thumbnails
 */
.post-thumbnail {
	text-align: center;
}

.post-thumbnail .wp-post-image {
	display: block;
	width: auto;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: calc(2 * 30px);
}

/* 全体*/
body {
	    margin: 0;
	    padding: 0;
	    background-color: #ffffff;
	    height: 100%;
	    width: 100vw;
	    overflow: hidden;
}
input[type=search]{
	outline: none;
}
input[type=submit]:not(:hover):not(:active):not(.has-text-color){
	background:#242c54;
	border:none;
	color: #FFF;
}
input[type=submit]:hover{
background:#4757ab;
	color:#FFF;
	border:none;
}

a {
    text-decoration: none;
}




/* コンテンツ全体*/
.site-content-box {
    width: 100%;
    margin: auto;
    padding: 0;
    /* border-top: 1px solid #242c54; */
    /* border-bottom: 1px solid #242c54; */
    height: calc(100vh - 240px);
}
.site-content {
    display: flex;
    height: 100%;
}
/* サイドバー*/

.sidebar {
	flex-basis:20vw;
	margin:0 auto;
	padding-left:30px;
	    display: flex;
    flex-direction: column;
    padding-top: 5px;
    background: linear-gradient(70deg, #1d2d69, #2a4198);
    color: #FFF;
    height: 100vh;
}


input.cat-tab-switch {
    display: none;
}
input[type=checkbox] + .cat-label-box {
	text-decoration: none;
	background: none;
	font-size: 16px;
	padding-left: 5px;
	position: relative;
	margin-bottom: 5px;
}
input[type=checkbox] + .cat-label-box:hover {
	text-decoration: none;
	background: #99a3d6;
}
input[type=checkbox] + .cat-label-box:active {
	text-decoration: none;
	background: #99a3d6;
}
.cat-sub-box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    visibility: hidden;
    opacity: 0;
    max-height: 0px;
}
.cat-sub-box a {
	font-size: 12px;
	color: #FFF;
	padding-left: 10px;
}
.cat-sub-box a:hover{
	text-decoration: none;
	background: #99a3d6;
}
.cat-sub-box a:active{
	text-decoration: none;
	background: #99a3d6;
}
.cat-tab-switch:checked+label+div {
    visibility: visible;
    transition: opacity 0.5s,max-height 0.5s;
    opacity: 1;
    max-height: 100vh;
}
.cat-tab-switch:checked+label+div a:last-child{
     margin-bottom:10px;
}
.cat-label-box:after{
  content:"";
  display:block;
  width:8px;
  height:8px;
  border-top: #FFF 1px solid;
  border-right: #FFF 1px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position:absolute;
  right: 2%;
  top: 0;
  bottom: 15%;
  margin: auto;
}
.cat-tab-switch:checked + label.cat-label-box{
    background:#8f9ed5;    
    color:#2a4198;
}

.cat-tab-switch:checked + label.cat-label-box:after{
  content:"";
  display:block;
  width:8px;
  height:8px;
  border-top: #111987 1px solid;
  border-right: #111987 1px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position:absolute;
  right: 2%;
  top: 7%;
  bottom: 0;
  margin: auto;
}
/* コンテンツ*/
.content-area {
    flex-basis: 80vw;
    overflow: scroll;
    margin: 20px;
    height: 100vh;
        padding-bottom: 30vh;
}
.site-main{
	padding:0;
	margin:0 auto;
}
.nav-links {
    display: flex;
    flex-wrap: nowrap;
}
p.meta-nav {
    display: flex;
    flex-wrap: nowrap;
}
.nav-previous {
    margin-right: 5px;
}
.nav-next{
margin-left: 5px;
}
.content-infomation {
    display: flex;
    flex-wrap: nowrap;
    justify-content: end;
}
.content-infomation p {
    margin:0 0px 0 5px;
}
h1.page-title {
    color: #2a4198;
}

.search-result-count {
    margin-bottom: 10px;
    border-bottom: 3px solid #2a4198;
    padding-bottom: 10px;
}
h2.entry-title a {
    color: #2a4198;
}