@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;500&family=Noto+Sans+JP:wght@400;600&family=Roboto+Condensed:wght@400;700&display=swap');

/***** CSS Document  *****/

@media print {
	.drawer-toggle,
	.drawer-hamburger,
	.drawer-nav {
		display: none;
		visibility: hidden;
	}
}

/***** Common *****/

html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

p,hr,h1,h2,h3,h4,h5,h6,ul,ol,li,table,tr,td,form,dl,dt,dd {
	margin: 0;
	padding: 0;
}

img {
	margin: 0;
	border: 0;
}

img [class*="wp-image-"],
img [class*="attachment-"],
img.size-full {
	max-width: 100%;
	height: auto;
	margin: 0 auto 10px auto;
}

.img_border {
	border: 1px solid #ddd;
	box-sizing: border-box;
	margin: -1px;
}

br {
	margin: 0;
	padding: 0;
}

hr {
	clear: both;
	height: 1px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;
	border: none;
	border-top: 1px solid #e0e0e0;
	overflow: hidden;
}

body {
	background: #fff;
	margin: 0;
	font-size: 13pt;
	font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.5;
	font-weight: 400;
	letter-spacing: 0.05em;
	color: #000;
	text-align: center;
}

strong,h1,h2,h3,h4,h5,th {
	font-weight: 600;
	font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

_:lang(x)::-ms-backdrop,
.selector {
	font-family: "Segoe UI", Meiryo, sans-serif;
}

h1,h2,h3,h4,h5,strong,th,dt,button,.strong {
	font-weight: 600;
}

.fl {float: left;}
.fr {float: right;}

.tal {text-align: left !important;}
.tac {text-align: center !important;}
.tar {text-align: right !important;}

.mt0 {margin-top: 0px !important;}
.mt5 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt20 {margin-top: 20px !important;}
.mt30 {margin-top: 30px !important;}
.mt40 {margin-top: 40px !important;}
.mt50 {margin-top: 50px !important;}
.mt60 {margin-top: 60px !important;}
.mt70 {margin-top: 70px !important;}
.mt80 {margin-top: 80px !important;}
.mt90 {margin-top: 90px !important;}
.mt100 {margin-top: 100px !important;}

.mb0 {margin-bottom: 0px !important;}

.pb10 {padding-bottom: 10px !important;}
.pb20 {padding-bottom: 20px !important;}
.pb30 {padding-bottom: 30px !important;}
.pb40 {padding-bottom: 40px !important;}
.pb50 {padding-bottom: 50px !important;}
.pb60 {padding-bottom: 60px !important;}
.pb70 {padding-bottom: 70px !important;}

.small {font-size: 90% !important;}
.large {font-size: 120% !important;}

@media screen and (max-width: 540px) {
	.large {font-size: 11.5pt !important;}
}

.italic {font-style: italic;}

.clear {clear: both;}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {min-height: 1px;}

*html .clearfix {
	height: 1px;
	/*\*/
	/*/
	height: auto;
	overflow: hidden;
	/**/
}

.fa {color: #000;}

ul,dl {list-style: none;}

.red {color: #e70000;}

.sea {color: #044899;}

.cyan {color: #0f95c7;}

.sp,
.sp2 {
	display: none !important;
}

@media screen and (max-width: 540px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
}

@media screen and (max-width: 380px) {
	.sp2 {
		display: block !important;
	}
}

.ofi {
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

.ofi_contain {
	object-fit: contain;
	font-family: 'object-fit: contain;'
}

.marker {
	background: linear-gradient(transparent 80%, #0cf 80%);
}

.marker:before,
.marker:after {
	content: "\00A0";
}

@media screen and (max-width: 540px) {
	.marker {
		background: linear-gradient(transparent 88%, #0cf 88%);
	}
}

span.circle {
	height: 26px;
	width: 26px;
	border-radius: 50%;
	line-height: 26px;
	text-align: center;
	font-weight: 600;
	color: #fff;
	background-color: #00b9ca;
	display: inline-block;
}

.lt {
	text-decoration: line-through;
}

.ul {
	text-decoration: underline;
}

.input,
.textarea,
.select {
	font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.5;
	font-weight: 400;
}

/***** Hyper link *****/

a {
	color: #044899;
	text-decoration: none;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

a:hover {
	color: #2468b9;
}

a.sr {
	position: relative;
	right: 0;
}

a.sr:hover {
	text-decoration: none;
	right: -3px;
}

a.sl {
	position: relative;
	left: 0;
}

a.sl:hover {
	text-decoration: none;
	left: -3px;
}

a.st {
	position: relative;
	top: 0;
}

a.st:hover {
	text-decoration: none;
	top: -3px;
}

a.blank {
	background: url(../images/icon_blank.svg) no-repeat;
	background-size: 8px;
	background-position: top 3px right;
	padding-right: 12px;
	margin-right: 5px;
}

@media screen and (max-width: 768px) {
	a.blank {
		background: url(../images/icon_blank.svg) no-repeat;
		background-size: 6px;
		background-position: top 3px right;
	}
}

a.button:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

a i.fa-window-restore {
	font-size: 90%;
}

.link_text,
.list_link_text {
	margin: 0.5em 0;
	position: relative;
	padding-left: 1.5em;
}

@media screen and (max-width: 540px) {
	.link_text,
	.list_link_text {
		margin: 0.3em 0;
		padding-left: 1.4em;
	}
}

.link_text:before,
.list_link_text:before {
	position: absolute;
	margin: auto;
	content: "";
	vertical-align: middle;
	top: 0.6em;
	left: 0;
	width: 6px;
	height: 6px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

a.pdf:after,
.link_text.pdf:after,
.list_link_text .pdf:after,
a.docx:after,
.link_text.docx:after,
.list_link_text .docx:after,
a.xlsx:after,
.link_text.xlsx:after,
.list_link_text .xlsx:after {
	display: inline-block;
	font-size: 12px;
	color: #fff;
	padding: 1px 0.7em 2px;
	margin-left: 0.5em;
	position: relative;
	top: -1px;
	border-radius: 3px;
	white-space: nowrap;
}

.button_01.pdf:after,
.button_01.docx:after,
.button_01.xlsx:after {
	display: block;
	height: 15px;
	padding: 1px 0.6em 2px;
	position: absolute;
	right: 10px;
	top: 30%;
	margin-left: 0;
	line-height: 15px;
}

@media screen and (max-width: 1146px) {
	a.pdf:after,
	.link_text.pdf:after,
	.list_link_text .pdf:after,
	a.docx:after,
	.link_text.docx:after,
	.list_link_text .docx:after,
	a.xlsx:after,
	.link_text.xlsx:after,
	.list_link_text .xlsx:after {
		font-size: 11px;
		padding: 1px 0.6em 2px;
	}
}

a.pdf:after,
.link_text.pdf:after,
.list_link_text .pdf:after {
	content: "PDF";
	background: #e70000;
}

a.docx:after,
.link_text.docx:after,
.list_link_text .docx:after {
	content: "DOCX";
	background: #2a5598;
}

a.xlsx:after,
.link_text.xlsx:after,
.list_link_text .xlsx:after {
	content: "XLSX";
	background: #1f6f43;
}

/***** Drawer *****/

@media screen and (min-width: 980px) {
	.drawer-toggle,
	.drawer-hamburger,
	.drawer-nav {
		display: none;
		visibility: hidden;
	}
}

@media screen and (max-width: 980px) {
	.drawer-toggle,
	.drawer-hamburger,
	.drawer-nav {
		display: block;
		visibility: visible;
	}
}

#drawer {
	padding-bottom: 30px;
}

#drawer-logo {
	width: 100%;
	height: 80px;
	overflow: hidden;
}

#drawer h1 {
	margin-top: 13px;
}

#drawer h1 img {
	height: 54px;
}

.drawer-search-box {
	margin: 5px 0 0 10%;
	text-align: left;
}

.drawer-search-box button {
    cursor: pointer;
    border: none;
	background: none;
	vertical-align: middle;
}

.drawer-search-box .gsc-search-box {
	width: 260px !important;
}

.drawer-search-box .gsc-input-box {
	width: 260px !important;
}

.drawer-search-box .gsc-input-box input[type="text"] {
    border: none !important;
    width: 220px !important;
	background: url(https://www.google.com/cse/static/images/1x/ja/branding.png) left center no-repeat rgb(255, 255, 255 / 50%);
	background-position: 20px 10px !important;
}

.drawer-search-box .gsc-search-button-v2 {
    width: 32px !important;
    height: 20px !important;
	background: url(../images/icon_search_wh.svg) no-repeat !important;
    padding: 0 !important;
}

.drawer-search-box .gsc-input-box input[type="text"]:focus {
    outline: 0 !important;
    border: none !important;
}

.drawer-menu ul {
	width: 80%;
	margin: 15px 0 0 10%;
	text-align: left;
	font-size: 11pt;
}

.drawer-menu li {
	padding: 7px 0;
	margin: 0;
}

.drawer-menu a {
	color: #fff;
	display: block;
}

.drawer-bottom-menu {
	margin-top: 25px;
	color: #fff;
}

.drawer-bottom-menu dd {
	text-align: center;
	font-size: 9.5pt;
	margin: 0;
}

.drawer-bottom-menu a {
	color: #fff;
}

/***** Header *****/

#header {
	position: relative;
	width: 100%;
	height: 140px;
	z-index: 1000;
}

#home #header {
	height: 290px;
	background: url(../images/bg_header.jpg) no-repeat center center;
	background-size: cover;
	-webkit-box-shadow: inset 0px -15px 10px -10px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px -15px 10px -10px rgba(0,0,0,0.2);
	box-shadow: inset 0px -15px 10px -10px rgba(0,0,0,0.2);
}

#header h1 {
	position: absolute;
	left: 30px;
	top: 13px;
}

#header h1 img {
	vertical-align: middle;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

#header h1 img:nth-child(1) {
	width: 130px;
	margin-right: 15px;
}

#header h1 img:nth-child(2) {
	width: 490px;
}

@media screen and (max-width: 1350px) {
	#header h1 {
		top: 18px;
	}
	#header h1 img:nth-child(1) {
		width: 110px;
		margin-right: 15px;
	}
	#header h1 img:nth-child(2) {
		width: 450px;
	}
}

@media screen and (max-width: 1200px) {
	#header {
		height: 220px;
	}
	#header h1 {
		left: 25px;
		top: 20px;
	}
	#header h1 img:nth-child(1) {
		width: 86px;
		margin-right: 12px;
	}
	#header h1 img:nth-child(2) {
		width: 410px;
	}
}

@media screen and (max-width: 980px) {
	#header {
		height: 95px;
	}
	#home #header {
		height: 200px;
	}
}

@media screen and (max-width: 540px) {
	#header {
		height: 75px;
	}
	#header h1 {
		left: 10px;
		top: 15px;
	}
	#header h1 img:nth-child(1) {
		width: 50px;
		margin-right: 6px;
		margin-top: -1px;
	}
	#header h1 img:nth-child(2) {
		width: 280px;
	}
}

@media screen and (max-width: 430px) {
	#header h1 {
		left: 8px;
	}
	#header h1 img:nth-child(1) {
		width: 48px;
	}
	#header h1 img:nth-child(2) {
		width: 260px;
	}
}

@media screen and (max-width: 380px) {
	#header h1 img:nth-child(1) {
		width: 40px;
	}
	#header h1 img:nth-child(2) {
		width: 250px;
	}
}

#header nav {
	position: absolute;
	top: 105px;
	right: 30px;
	padding: 0 25px;
	height: 70px;
	background-color: #fff;
	border-radius: 15px;
	filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.15));
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

#menu {
	display: flex;
}

#menu>li {
	display: flex;
	height: 70px;
	padding-bottom: 15px;
	margin-left: 1.0vw;
    justify-content: center;
    align-items: center;
	font-weight: 600;
	line-height: 1.3;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	cursor: pointer;
}

#menu>li::after {
    content: "";
    background: #044899;
    height: 1px;
    width: 24px;
    margin-left: 1.0vw;
    transform: rotate(-60deg); 
}

@media screen and (max-width: 1350px) {
	#menu>li {
		margin-left: 0.8vw;
		font-size: 12pt;
	}
	#menu>li::after {
		width: 22px;
		margin-left: 0.8vw;
	}
}

@media screen and (max-width: 1146px) {
	#header nav {
		position: absolute;
		top: 95px;
		right: auto;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		padding: 0;
		width: 94%;
	}
	#menu {
		justify-content: center;
	}
	#menu>li::after {
		width: 20px;
		margin-left: 0.5vw;
	}
}

@media screen and (max-width: 980px) {
	#header nav {
		display: none;
	}
}

#menu>li:last-child:after {
	display: none;
}

#menu>li a {
	color: #000;
	text-decoration: none;
	display: block;
	position: relative;
}

#menu>li a:hover {
	color: #044899;
}

.submenu {
	position: absolute;
	top: 85px;
	margin: 0;
	padding: 20px 0;
	width: 250px;
	background: #044899;
	border-radius: 7px;
	display: none;
	z-index: 1000;
}

.submenu::before {
	content: "";
	position: absolute;
	top: 0;
	left: 20%;
	border-style: solid;
	border-width: 0 9px 10px 9px;
	border-color: transparent transparent #044899;
	translate: -50% -100%;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	cursor: pointer;
	align-items: center;
	display: block;
}

.submenu>li {
	width: 84%;
	margin: 0 auto !important;
	font-size: 12pt;
	font-weight: 400;
	line-height: 1.3;
}

.submenu>li>a {
	padding: 10px 5px 10px 15px !important;
	text-align: left;
	display: block;
	color: #fff !important;
	text-decoration: none;
	background: url(../images/arrow_wh.svg) no-repeat;
	background-position: 0 16px;
	background-size: 6px auto;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.submenu>li>a:hover {
	padding: 10px 0 10px 20px !important;
	background-position: 5px 16px;
}

.submenu>li>.submenu_acc_header {
	background: url(../images/arrow_wh_down.svg) no-repeat;
	background-position: 0px 18px;
	background-size: auto 6px;
}

.submenu>li>.submenu_acc_header:hover {
	background-position: 0px 23px;
}

@media screen and (max-width: 1350px) {
	.submenu {
		padding: 15px 0;
		width: 230px;
	}
	.submenu>li {
		font-size: 11pt;
	}
	.submenu>li>a {
		padding: 8px 4px 8px 14px !important;
		background: url(../images/arrow_wh.svg) no-repeat;
		background-position: 0 14px;
		background-size: 6px auto;
	}
	.submenu>li>a:hover {
		padding: 8px 0 8px 19px !important;
		background-position: 5px 14px;
	}
}

@media screen and (max-width: 1146px) {
	.submenu {
		padding: 13px 0;
		width: 210px;
	}
	.submenu>li {
		font-size: 10.5pt;
	}
	.submenu>li>a {
		padding: 7px 4px 7px 14px !important;
		background: url(../images/arrow_wh.svg) no-repeat;
		background-position: 0 13px;
		background-size: 6px auto;
	}
	.submenu>li>a:hover {
		padding: 7px 0 7px 19px !important;
		background-position: 5px 13px;
	}
	.submenu>li>.submenu_acc_header {
		background-position: 0px 14px;
	}
	.submenu>li>.submenu_acc_header:hover {
		background-position: 0px 19px;
	}
}

.submenu_acc_content {
	display: none;
}

.submenu_acc_content li {
	font-size: 11pt;
}

.submenu_acc_content a {
	padding: 7px 5px 7px 15px !important;
	text-align: left;
	display: block;
	color: #fff !important;
	text-decoration: none;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.submenu_acc_content a:hover {
	padding: 7px 5px 7px 20px !important;
}

.search-box {
	position: absolute;
	top: 25px;
	right: 30px;
}

.search-box a {
	color: #000;
	font-size: 11pt;
	margin-right: 15px;
}

.search-box input[type="text"] {
    padding: 0.5rem 0.8rem;
    border: 1px solid transparent;
    border-radius: 999px;
    width: calc(300px - 1.6rem);
	filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.15));
    outline: 0;
	vertical-align: middle;
	font-size: 11pt;
}

@media screen and (max-width: 1300px) {
	.search-box a {
		font-size: 10.5pt;
	}
	.search-box input[type="text"] {
		width: calc(260px - 1.6rem);
		font-size: 10.5pt;
	}
}

@media screen and (max-width: 1100px) {
	.search-box a:last-of-type {
		display: none;
	}
}

@media screen and (max-width: 980px) {
	.search-box {
		display: none;
	}
}

.search-box button {
    cursor: pointer;
    border: none;
	background: none;
	vertical-align: middle;
}

.search-box button img {
	width: 20px;
}

.search-box input:focus {
    outline: 0;
    border: 1px solid #044899;
}

/***** GSC Reset *****/

.gsc-control-cse {
    background: none !important;
    border: none !important;
    padding: 0 !important;
}

.gsc-search-box {
	width: 340px !important;
}

.gsc-input {
	width: auto !important;
	font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif !important;
}

.gsib_a {
	width: auto !important;
    padding: 0 !important;
}

.gsib_b {
	width: 0 !important;
    padding: 0 !important;
}

.gsc-input-box {
    background: none !important;
    border: none !important;
}

.gsst_a .gscb_a {
    color: #044899 !important;
}

.gscb_a {
    font: 22px / 10px arial, sans-serif !important;
	margin-top: 8px;
}

.search-box>div {
    display: inline-block;
	vertical-align: middle;
}

.gsc-input-box input[type="text"] {
    padding: 0 0.8rem !important;
    border: 1px solid transparent !important;
    border-radius: 999px !important;
    width: calc(300px - 1.6rem) !important;
	height: 32px !important;
    filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.15)) !important;
    outline: 0 !important;
    vertical-align: middle !important;
    font-size: 11pt !important;
	background: url(https://www.google.com/cse/static/images/1x/ja/branding.png) left center no-repeat rgb(255, 255, 255 / 50%);
	background-position: 20px 10px !important;
}

.gsc-search-button-v2 {
    width: 32px !important;
    height: 20px !important;
	background: url(../images/icon_search.svg) no-repeat !important;
    padding: 0 !important;
	border: none !important;
}

.gsc-search-button-v2 svg {
    display: none !important;
}

.gsc-search-box {
	position: relative;
}

.gsc-search-box .gsib_b {
	position: absolute;
	width: 16px;
	top: 4px;
	right: 70px;
}

.gsc-input-box input[type="text"]:focus {
    outline: 0 !important;
    border: 1px solid #044899 !important;
}

.w1200 .gsc-control-cse {
	margin-bottom: 20px;
}

.w1200 .gsc-input-box input[type="text"] {
    filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0)) !important;
    border: 1px solid #ccc !important;
}

.w1200 .gsc-input-box input[type="text"]:focus {
    border: 1px solid #044899 !important;
}

/***** Home *****/

#home_container {
	position: relative;
    display: grid;
	grid-template-columns: 800px calc(100% - 800px);
	grid-template-rows: 310px 250px;
    gap: 0 0;
	z-index: 10;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

#home_cdit {
	position: relative;
	grid-column-start: 1;
	grid-column-end: 2;
	grid-row-start: 1;
	grid-row-end: 2;
	background: url(../images/bg_home_cdit.jpg) no-repeat center center;
	background-size: cover;
	z-index: 20;
}

#home_books {
	position: relative;
	grid-column-start: 1;
	grid-column-end: 2;
	grid-row-start: 2;
	grid-row-end: 3;
	background: url(../images/bg_home_books_02.jpg) no-repeat center center;
	background-size: cover;
	z-index: 30;
}

#home_news {
	position: relative;
	grid-column-start: 2;
	grid-column-end: 3;
	grid-row-start: 1;
	grid-row-end: 3;
}

#home_cdit div {
	position: absolute;
	top: 50%;
	left: 5%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: calc(88% - 200px);
	text-align: left;
	color: #fff;
}

#home_cdit div h2 {
	font-size: 25pt;
	line-height: 1.0;
}

#home_cdit div h2 br {
	display: none;
}

#home_cdit div h2 span {
	position: relative;
	top: -5px;
	display: inline-block;
	border-radius: 999px;
	border: 1px solid #fff;
	padding: 4px 20px 5px;
	font-size: 15pt;
	line-height: 1.0;
	margin-left: 20px;
}

#home_cdit div p {
	margin-top: 15px;
	font-size: 13pt;
}

#home_cdit img {
	position: absolute;
	bottom: 15px;
	right: 15px;
	max-height: 280px;
	width: auto;
	-webkit-box-shadow: -10px 0px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: -10px 0px 10px 0px rgba(0,0,0,0.3);
	box-shadow: -10px 0px 10px 0px rgba(0,0,0,0.3);
	border-radius: 7px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

#home_cdit img:hover {
	right: 10px;
}

#home_cdit .arrow_link {
	color: #fff;
	margin-right: 20px;
}

#home_cdit .arrow_02,
#home_books .arrow_01 {
	width: 34px;
	height: 34px;
	background-position: 15px 12px;
}

#home_cdit .arrow_link:hover .arrow_02,
#home_books .arrow_link:hover .arrow_01 {
	background-position: 20px 12px;
}

@media screen and (max-width: 1600px) {
	#home_container {
		grid-template-columns: 680px calc(100% - 680px);
	}
	#home_cdit div h2 {
		font-size: 22pt;
	}
	#home_cdit div h2 span {
		padding: 4px 15px 5px;
		font-size: 13pt;
		margin-left: 15px;
	}
	#home_cdit div p:first-of-type {
		font-size: 11pt;
	}
	#home_cdit .arrow_link {
		font-size: 11pt;
	}
}

@media screen and (max-width: 1400px) {
	#home_container {
		grid-template-columns: 600px calc(100% - 600px);
	}
	#home_cdit div {
		left: 4%;
		width: calc(90% - 176.67px);
	}
	#home_cdit div h2 {
		font-size: 22pt;
	}
	#home_cdit div h2 span {
		display: inline-block;
		padding: 3px 14px 4px;
		font-size: 12pt;
		margin-top: 15px;
	}
	#home_cdit img {
		bottom: 30px;
		max-height: 250px;
	}
	#home_cdit div p {
		margin-top: 10px;
	}
	#home_cdit .arrow_link::after {
		content: "\A";
		white-space: pre;
	}
}

@media screen and (max-width: 1200px) {
	#home_container {
		grid-template-columns: 540px calc(100% - 540px);
	}
	#home_cdit div {
		width: calc(90% - 155.47px);
	}
	#home_cdit div h2 {
		font-size: 20pt;
	}
	#home_cdit img {
		bottom: 45px;
		max-height: 220px;
	}
}

@media screen and (max-width: 980px) {
	#home_container {
		grid-template-columns: 100%;
		grid-template-rows: 400px 240px 240px;
	}
	#home_cdit {
		grid-column-start: 1;
		grid-column-end: 2;
		grid-row-start: 2;
		grid-row-end: 3;
	}
	#home_cdit div {
		top: 48%;
		-webkit-transform: translateY(-52%);
	}
	#home_cdit img {
		bottom: 15px;
		max-height: 210px;
	}
	#home_books {
		grid-column-start: 1;
		grid-column-end: 2;
		grid-row-start: 3;
		grid-row-end: 4;
	}
	#home_news {
		grid-column-start: 1;
		grid-column-end: 2;
		grid-row-start: 1;
		grid-row-end: 2;
	}
	#home_cdit .arrow_link::after {
		content: "";
		white-space: nowrap;
	}
}

@media screen and (max-width: 540px) {
	#home_container {
		grid-template-rows: auto 300px 240px;
	}
	#home_cdit div {
		width: 94%;
	}
	#home_cdit div h2 {
		font-size: 18pt;
		margin-top: 10px;
	}
	#home_cdit div h2 span {
		padding: 2px 13px 3px;
		font-size: 11pt;
		margin-top: 0;
	}
	#home_cdit div p {
		width: 60%;
		font-size: 10.5pt;
	}
	#home_cdit img {
		bottom: 25px;
		max-height: 160px;
	}
	#home_news {
		padding-bottom: 30px;
	}
	#home_cdit .arrow_link::after {
		content: "\A";
		white-space: pre;
	}
	#home_cdit .arrow_02,
	#home_books .arrow_01 {
		width: 28px;
		height: 28px;
		background-position: 12px 9px;
		margin-left: 10px;
	}
	#home_cdit .arrow_link:hover .arrow_02,
	#home_books .arrow_link:hover .arrow_01 {
		background-position: 17px 9px;
	}
}

#home_books img {
	position: absolute;
	bottom: 0;
	left: -30px;
	max-height: 280px;
	width: auto;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

#home_books div {
	position: relative;
	float: right;
	margin-right: 4%;
	width: 66.6%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: left;
}

#home_books div p:first-of-type {
	padding: 15px 0 16px;
	border-top: 4px double #044899;
	border-bottom: 4px double #044899;
	margin-bottom: 15px;
	font-size: 13pt;
}

#home_books .arrow_link {
	color: #000;
	font-size: 18pt;
}

@media screen and (max-width: 1600px) {
	#home_books img {
		left: -30px;
		max-height: 290px;
	}
	#home_books div p:first-of-type {
		padding: 18px 0 19px; 
		margin-bottom: 15px;
		font-size: 12pt;
	}
	#home_books .arrow_link {
		font-size: 16pt;
	}
}

@media screen and (max-width: 1200px) {
	#home_books img {
		left: -35px;
		max-height: 260px;
	}
	#home_books div p:first-of-type {
		padding: 16px 0 17px; 
		font-size: 11.5pt;
	}
	#home_books .arrow_link {
		font-size: 14pt;
	}
}

@media screen and (max-width: 540px) {
	#home_books div {
		margin-right: 3%;
		width: 58%;
	}
	#home_books img {
		left: -35px;
		max-height: 200px;
	}
	#home_books div p:first-of-type {
		font-size: 10.5pt;
	}
	#home_books .arrow_link {
		font-size: 12pt;
	}
}

/***** Arrow *****/

.arrow_01,
.arrow_02,
.arrow_03 {
	display: inline-block;
	border-radius: 999px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	margin-left: 15px;
	vertical-align: middle;
}

.arrow_01 {
	width: 40px;
	height: 40px;
	background: url(../images/arrow_wh.svg) no-repeat #044899;
	background-position: 17px 14px;
	background-size: 6px auto;
}

.arrow_link:hover .arrow_01 {
	background: url(../images/arrow_wh.svg) no-repeat #044899;
	background-position: 22px 14px;
	background-size: 6px auto;
}

.arrow_02 {
	width: 40px;
	height: 40px;
	background: url(../images/arrow_bl.svg) no-repeat #fff;
	background-position: 17px 14px;
	background-size: 6px auto;
}

.arrow_link:hover .arrow_02 {
	background: url(../images/arrow_bl.svg) no-repeat #fff;
	background-position: 22px 14px;
	background-size: 6px auto;
}

.arrow_03 {
	width: 30px;
	height: 30px;
	background: url(../images/arrow_wh.svg) no-repeat #044899;
	background-position: 12px 10px;
	background-size: 6px auto;
}

.arrow_link:hover .arrow_03 {
	background: url(../images/arrow_wh.svg) no-repeat #044899;
	background-position: 17px 10px;
	background-size: 6px auto;
}

.arrow_04 {
	display: inline-block;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	margin-left: 15px;
	vertical-align: middle;
	width: 55px;
	height: 5px;
	background: url(../images/arrow_line_wh.svg) no-repeat;
	background-position: 0 0;
}

.teaser:hover a .arrow_04 {
	background: url(../images/arrow_line_wh.svg) no-repeat;
	background-position: 5px 0;
}

.arrow_05 {
	display: inline-block;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	margin-left: 15px;
	vertical-align: middle;
	width: 55px;
	height: 5px;
	background: url(../images/arrow_line_bl.svg) no-repeat;
	background-position: 0 0;
}

.link_text a:hover .arrow_05 {
	background: url(../images/arrow_line_bl.svg) no-repeat;
	background-position: 5px 0;
}

@media screen and (max-width: 540px) {
	.arrow_04,
	.arrow_05 {
		margin-left: 10px;
		width: 40px;
	}
}

.contact .button_01,
.contact .button_03 {
	cursor: pointer;
	border: none;
}

.contact .button_01 {
	background-color: transparent;
}

/***** Scroll *****/

.scroll-y {
	overflow-y: auto;
	margin-top: 20px;
	padding-right: 15px;
}

.scroll-y::-webkit-scrollbar {
  background: #eaeaea;
  width: 10px;
  height: 15px;
  border-radius: 20px;
}

.scroll-y::-webkit-scrollbar-thumb {
  background-color: #bbb;
  border-radius: 999px;
}

.scroll-y table {
	margin-top: 0 !important;
}

.scroll-x {
	overflow-x: auto;
	padding-bottom: 15px;
}

.scroll-x::-webkit-scrollbar {
	background: #eaeaea;
	width: 15px;
	height: 10px;
	border-radius: 20px;
}
  
.scroll-x::-webkit-scrollbar-thumb {
	background-color: #bbb;
	border-radius: 999px;
}

@media screen and (max-width: 540px) {
	.scroll-y {
		padding-right: 10px;
	}
	.scroll-y::-webkit-scrollbar,
	.scroll-x::-webkit-scrollbar {
	  width: 8px;
	  border-radius: 16px;
	}
	#assessing-technology .scroll-x .table_01 {
		width: 768px;
	}
}

/***** News *****/

#news_contents {
	position: relative;
	color: #000;
	text-align: left;
}

#home #news_contents {
	width: 90%;
	margin: 45px auto 0;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

#home_news .scroll-y {
	height: 330px;
	margin-top: 15px;
}

@media screen and (max-width: 980px) {
	#home #news_contents {
		width: 93%;
		margin: 30px auto 0;
	}
	#home_news .scroll-y {
		height: 200px;
		margin-top: 15px;
	}
}

@media screen and (max-width: 540px) {
	#home #news_contents {
		width: 95%;
	}
	#home_news .scroll-y {
		height: 320px;
	}
	#home_news .arrow_03 {
		width: 28px;
		height: 28px;
		background-position: 12px 9px;
		margin-left: 10px;
	}
	#home_news .arrow_link:hover .arrow_03 {
		background-position: 17px 9px;
	}
}

#news_contents h2 {
	font-weight: 600;
	font-size: 26pt;
	letter-spacing: 1px;
	line-height: 1.0;
	color: #000;
	text-align: left;
}

#news_contents .arrow_link {
	position: absolute;
	top: 15px;
	right: 0;
	color: #000;
	font-size: 11.5pt;
}

.news_important {
	margin-top: 25px;
	padding: 12px 0 13px;
	background-color: #e0eeff;
	border-radius: 10px;
	font-size: 12pt;
	line-height: 1.2;
}

#home .news_important {
	margin-top: 20px;
	padding: 11px 0 12px;
	font-size: 11.5pt;
}

.news_important dl {
	width: 95%;
	margin: 0 auto;
	display: flex;
	gap: 0 20px;
}

.news_important dt,
.news_important dd {
	display: inline-block;
}

.news_important dt {
	color: #044899;
	white-space: nowrap;
}

.news_important dd {
	float: right;
	border-left: 1px solid #044899;
	padding-left: 20px;
}

#news_contents table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
}

#news_contents table th,
#news_contents table td {
	vertical-align: top;
	font-size: 12pt;
	padding: 13px 0 14px;
	border-bottom: 1px solid #e5e5e5;
}

#home #news_contents table th,
#home #news_contents table td {
    padding: 11px 0 12px;
	font-size: 11.5pt !important;
}

#news_contents table th {
	width: 210px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 12pt;
	letter-spacing: 1px;
	cursor: auto;
}

.category {
	display: inline-block;
	width: 85px;
	height: 26px;
	text-align: center;
	border-radius: 999px;
	margin-left: 15px;
	font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 400;
	font-size: 10pt;
	line-height: 25px;
	letter-spacing: 0;
}

.category.c_news {
	background: #044899;
	color: #fff;
}

.category.c_books {
	background: #809905;
	color: #fff;
}

.category.c_cdit {
	background: #059599;
	color: #fff;
}

.category.c_test {
	background: #991205;
	color: #fff;
}

@media screen and (max-width: 1350px) {
	#news_contents h2 {
		font-size: 23pt;
	}
	#news_contents .arrow_link {
		font-size: 11pt;
	}
	#home #news_contents .arrow_link {
		top: 7px;
	}
	.news_important {
		margin-top: 23px;
		padding: 12px 0 13px;
		font-size: 11.5pt;
	}
	.news_important dl {
		gap: 0 15px;
	}
	.news_important dd {
		padding-left: 15px;
	}
	#news_contents table th,
	#news_contents table td {
		font-size: 11.5pt;
		padding: 12px 0 13px;
	}
	#news_contents table th {
		width: 200px;
		font-size: 11.5pt;
	}
	.category {
		width: 80px;
		height: 24px;
		margin-left: 15px;
		font-size: 9.5pt;
		line-height: 24px;
	}
}

@media screen and (max-width: 980px) {
	#news_contents h2 {
		font-size: 22pt;
	}
}

@media screen and (max-width: 540px) {
	#home #news_contents table th,
	#home #news_contents table td {
		font-size: 10.5pt !important;
	}
	#news_contents h2 {
		font-size: 17pt;
	}
	#news_contents .arrow_link {
		font-size: 10.5pt;
	}
	#home #news_contents .arrow_link {
		top: 4px;
	}
	.news_important {
		margin-top: 20px;
		font-size: 10.5pt;
	}
	#home .news_important {
		font-size: 10.5pt;
	}
	#news_contents table th,
	#news_contents table td {
		font-size: 10.5pt;
	}
	#news_contents table th {
		width: 110px;
		font-size: 10.5pt;
	}
	.category {
		width: 72px;
		height: 22px;
		margin-left: 0;
		font-size: 9pt;
		line-height: 22px;
	}
}

#news_contents a {
	color: #000;
}

#news_contents a:hover {
	color: #000;
}

#news_contents table a:hover {
	color: #000;
	text-decoration: underline;
}

/***** Button *****/

.button_01,
.button_02 {
	position: relative;
	display: inline-block;
	width: 300px;
	height: 50px;
	line-height: 49px;
	border: none;
	border-radius: 999px;
	white-space: nowrap;
	font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 600;
	font-size: 12.5pt !important;
	text-align: center;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
	z-index: 100;
	margin-left: 10px;
	margin-right: 10px;
	cursor: pointer;
	outline: none;
}

.button_01 {
	background: #044899;
	color: #fff;
}

.button_01 i {
	position: absolute;
	right: 12px;
	top: 12px;
}

.button_01 i.arrow_05 {
	position: absolute;
	left: 12px;
	top: 12px;
}

.button_01:hover {
	color: #fff;
}

.button_02 {
	background: #fff;
	color: #044899;
}

.button_02.blank {
	background: url(../images/icon_blank.svg) no-repeat;
	background-size: 8px;
	background-position: top 20px right 15px;
	background-color: #fff;
	padding-right: 0;
	margin-right: 0;
}

.button_02.pdf:after {
	padding: 1px 0.5em 2px;
	margin-left: 0;
	position: absolute;
	top: 15px;
	right: 10px;
}

.button_02 i {
	position: absolute;
	right: 12px;
	top: 12px;
}

.button_02:hover {
	color: #044899;
}

@media screen and (max-width: 1024px) {
	.button_01,
	.button_02 {
		width: 290px;
		height: 50px;
		line-height: 49px;
		font-size: 12pt !important;
	}
	.button_01 i {
		right: 10px;
		top: 9px;
	}
	.button_01 i.arrow_05 {
		left: 10px;
		top: 9px;
	}
	.button_02 i {
		right: 10px;
		top: 9px;
	}
}

@media screen and (max-width: 540px) {
	.button_01,
	.button_02 {
		width: 260px;
		height: 42px;
		line-height: 41px;
		font-size: 11pt !important;
		margin: 10px 0;
	}
}

/***** Background *****/

.bg_gradation {
	background-image: url(../images/bg_gradation.jpg);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}

/***** Layouts *****/

.w1200 {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}

.section.w1200 {
	margin-top: 50px;
}

.w1200 .text_box img.fr {
	margin-left: 20px;
}

.w1200 .text_box img.fl {
	margin-right: 20px;
}

.w1200 .text_box img.radius {
	border-radius: 15px;
}

@media screen and (max-width: 1024px) {
	.w1200 p,
	.w1200 table,
	.w1200 ul li,
	.w1200 ol li {
		font-size: 11.5pt;
	}
	.w1200 .text_box h2 {
		font-size: 16pt;
	}
}

@media screen and (max-width: 768px) {
	.w1200 p,
	.w1200 table,
	.w1200 ul li,
	.w1200 ol li {
		font-size: 11pt;
	}
}

@media screen and (max-width: 540px) {
	.section.w1200 {
		margin-top: 30px;
	}
	.w1200 .text_box img.fr {
		margin-left: 15px;
	}
	.w1200 .text_box img.fl {
		margin-right: 15px;
	}
	.w1200 .text_box img.fl,
	.w1200 .text_box img.fr {
		width: 46%;
		max-width: 200px;
		margin-bottom: 15px;
	}
	.w1200 .text_box h2 {
		font-size: 13pt;
	}
}

.text_box p,
.text_box h4 {
	margin-top: 1.5em;
}

.text_box .indent {
	text-indent: 1em;
}

.text_box .image {
	margin: 2.0em 0;
	text-align: center;
}

@media screen and (max-width: 1200px) {
	.w1200 {
		width: 96%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 768px) {
	#container section:last-child {
		margin-bottom: 45px;
	}
}

@media screen and (max-width: 540px) {
	.text_box p,
	.text_box h4 {
		margin-top: 1.3em;
	}
	.text_box h3 {
		font-size: 13pt;
	}
}

img {
	max-width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.flex_box {
	display: flex;
	gap: 4.0vw;
	margin-top: 40px;
}

.flex_left {
	width: calc(50% - 2.0vw);
}

.flex_left img {
	width: 100%;
	height: auto;
}

.flex_right {
	width: calc(50% - 2.0vw);
}

.tag {
	background: #fff;
	border: 1px solid #044899;
	padding: 2px 20px 3px;
	border-radius: 999px;
	margin-right: 10px;
}

.new {
	display: inline-block;
	width: 50px;
	height: 20px;
	background-image: url(../images/icon_new.svg);
	background-size: auto 9px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #f8dc3e;
	border-radius: 999px;
	margin-left: 10px;
	margin-bottom: 2px;
	vertical-align: middle;
}

@media screen and (max-width: 768px) {
	.flex_box {
		display: block;
		flex-direction: row;
		gap: 0;
	}
	.flex_left {
		width: 100%;
	}
	.flex_right {
		width: 100%;
	}
}

/***** Page Title *****/

.page_title {
	position: relative;
	width: 100%;
	height: 250px;
	overflow: hidden;
	z-index: 500;
}

.page_title_image {
	position: absolute;
	top: 0;
	right: 0;
	width: 83.33%;
	height: 200px;
	border-radius: 30px 0 0 0;
	z-index: 550;
	overflow: hidden;
}
#information .page_title_image,
#about-us .page_title_image,
#research .page_title_image,
#seminar .page_title_image,
#monograph .page_title_image,
#assessing-technology .page_title_image,
#technical-conformity .page_title_image,
#certification .page_title_image,
#cdit .page_title_image,
#contact .page_title_image,
#program .page_title_image {
	background-position: center center;
	background-size: cover;
}

#information .page_title_image {
	background-image: url(../images/bg_information.jpg);
}

#about-us .page_title_image {
	background-image: url(../images/bg_about-us.jpg);
}

#research .page_title_image {
	background-image: url(../images/bg_research.jpg);
}

#seminar .page_title_image {
	background-image: url(../images/bg_seminar.jpg);
}

#monograph .page_title_image {
	background-image: url(../images/bg_monograph.jpg);
}

#assessing-technology .page_title_image {
	background-image: url(../images/bg_assessing-technology.jpg);
}

#technical-conformity .page_title_image {
	background-image: url(../images/bg_technical-conformity.jpg);
}

#certification .page_title_image {
	background-image: url(../images/bg_certification.jpg?20250317);
}

#cdit .page_title_image {
	background-image: url(../images/bg_cdit.jpg);
}

#contact .page_title_image {
	background-image: url(../images/bg_contact.jpg);
}

#program .page_title_image {
	background-image: url(../images/bg_program.jpg);
}

.page_title_box {
	position: absolute;
	top: 50px;
	left: 30px;
	background: #044899;
	width: 28.12%;
	min-width: 540px;
	height: 200px;
	border-radius: 30px;
	z-index: 600;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.page_title_box h1 {
	display: inline-block;
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -55%);
	-webkit-transform: translate(-50%, -55%);
	-ms-transform: translate(-50%, -55%);
	width: 80%;
	border-bottom: 1px solid #fff;
	padding-bottom: 19px;
	color: #fff;
	font-size: 20pt;
	line-height: 1.3;
	text-align: left;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

@media screen and (max-width: 540px) {
	.page_title {
		width: 100%;
		height: 195px;
	}
	.page_title_image {
		height: 130px;
		right: 5px;
		border-radius: 15px;
	}
	.page_title_box {
		top: 65px;
		left: 5px;
		width: 250px;
		min-width: auto;
		height: 130px;
		border-radius: 15px;
	}
	.page_title_box h1 {
		top: 46%;
		left: 50%;
		width: 86%;
		padding-bottom: 10px;
		font-size: 13pt;
	}
}

/***** Topic path *****/

.topic_path {
	position: relative;
	margin: 20px 0 0 30px;
	overflow: hidden;
}

.topic_path ul {
	margin-left: 2.0vw;
	font-size: 9.5pt;
	text-align: left;
	line-height: 1.2;
}

@media screen and (max-width: 1024px) {
	.topic_path ul {
		font-size: 9pt;
	}
}

@media screen and (max-width: 540px) {
	.topic_path {
		margin: 15px 0 0 10px;
	}
	.topic_path ul {
		margin-left: 0;
		font-size: 9pt;
	}
}

.topic_path li {
	position: relative;
	display: inline-block;
	padding-right: 20px;
	margin-left: 10px;
	max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	color: #000;
}

@media screen and (max-width: 540px) {
	.topic_path li {
		max-width: 200px;
	}
}

@media screen and (max-width: 540px) {
	.topic_path li {
		padding-right: 15px;
		margin-left: 7.5px;
	}
}

.topic_path li:first-child {
	margin-left: 0;
}

.topic_path li:after {
	position: absolute;
	content: "";
	width: 10px;
	height: 1px;
	background: #000;
	right: 0;
	bottom: 52%;
}

.topic_path li:last-child:after {
	background: none;
}

.topic_path a {
	color: #000;
}

.topic_path a:hover {
	text-decoration: underline;
}

/***** Heading *****/

.sub_heading {
    position: relative;
	font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 25pt;
	font-weight: 600;
	line-height: 1.2;
	padding-bottom: 15px;
	border-bottom: solid 3px #f5f5f5;
	position: relative;
}
  
.sub_heading:after {
	position: absolute;
	content: "";
	display: block;
	border-bottom: solid 3px #044899;
	bottom: -3px;
	width: 120px;
}

.second-layer .sub_heading {
	border-bottom: solid 3px #044899;
}
  
.second-layer .sub_heading:after {
	border-bottom: solid 3px #0cf;
	width: 50px;
}

.second-layer .sub_heading span {
	font-weight: 400;
}

.second-layer .sub_heading .vol {
	display: inline-block;
	padding: 5px 25px 6px;
	background-color: #044899;
	border-radius: 999px;
	font-size: 19pt;
	font-weight: 600;
	line-height: 1.0;
	color: #fff;
}

.sub_heading_line {
    position: relative;
	margin-top: 40px;
	font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 20pt;
	font-weight: 600;
	line-height: 1.3;
	color: #044899;
	border-bottom: 1px solid #044899;
	padding-bottom: 10px;
}

.sub_heading_line span.number {
	display: inline-block;
	width: 38px;
	height: 38px;
	background-color: #fff;
    border: 1px solid #044899;
	border-radius: 50%;
	font-size: 19pt;
	text-align: center;
	margin-right: 15px;
}

.sub_heading_line span.date {
	float: right;
	font-size: 13pt;
	font-weight: 400;
	color: #000;
	margin-top: 12px;
}

@media screen and (max-width: 1024px) {
	.sub_heading {
		font-size: 22pt;
		padding-bottom: 13px;
	}
	.sub_heading_line {
		font-size: 16pt;
	}
}

@media screen and (max-width: 540px) {
	.sub_heading {
		font-size: 15pt;
	}
	.sub_heading_line {
		font-size: 13pt;
	}
	.sub_heading_line span.number {
		width: 28px;
		height: 28px;
		font-size: 15pt;
		margin-right: 10px;
	}
	.sub_heading_line span.date {
		font-size: 11pt;
		margin-top: 10px;
	}
	.second-layer .sub_heading .vol {
		padding: 4px 20px 5px;
		font-size: 14pt;
		margin-top: 8px;
	}
}

/***** Accordion *****/

.acc_content {
	display: none;
}

.acc_content img {
	vertical-align: bottom;
}

.acc_header {
	position: relative;
	background-color: #044899;
	padding: 15px 45px 15px 20px;
	border-radius: 10px;
	margin-top: 40px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	cursor: pointer;
	font-size: 20pt;
	font-weight: 600;
	color: #fff;
}

.acc_header_s {
	padding: 11px 45px 11px 20px;
	border-radius: 7px;
	font-size: 15pt;
}

.acc_header .date {
	position: absolute;
	top: 21px;
	right: 50px;
	font-size: 13pt;
	font-weight: 400;
}

@media screen and (max-width: 540px) {
	.acc_header {
		padding: 12px 45px 12px 18px;
		border-radius: 10px;
		margin-top: 30px;
		font-size: 13pt;
	}
	.acc_header .date {
		position: absolute;
		display: inline-block;
		text-align: center;
		border: 1px solid #044899;
		border-radius: 999px;
		background-color: #fff;
		padding: 2px 10px;
		top: -13px;
		right: -5px;
		font-size: 10pt;
		color: #000;
	}
}

.acc_header::before,
.acc_header::after {
	position: absolute;
	content: '';
	top: 0;
	right: 18px;
	bottom: 0;
	width: 14px;
	height: 2px;
	margin: auto;
	background: #fff;
}

.acc_header::after{
	transform: rotate(-90deg);
	transition: transform 0.3s;
}

.acc_header.acc_active::after {
	transform: rotate(0deg);
}

.acc_header:hover {
	background-color: #2468b9;
}

/***** Round Box *****/

.round_box {
	position: relative;
	background: #f4f4f4;
	margin-top: 40px;
	padding: 20px 0;
	border-radius: 15px;
	overflow: hidden;
}

.round_box>h4 {
	font-size: 24pt;
	font-weight: 600;
	text-align: center;
	line-height: 1.3;
}

.round_box>p,
.round_box>ul {
	width: 92%;
	margin-top: 0.7em;
	margin-left: 4%;
}

.round_box>ol.list_num {
	width: 92%;
	margin-top: 0.7em;
	margin-left: 6%;
}

.round_box>p:last-of-type {
	margin-bottom: 0.7em;
}

@media screen and (max-width: 1024px) {
	.round_box {
		padding: 40px;
		border-radius: 25px;
	}
	.round_box>h4 {
		font-size: 20pt;
	}
}

@media screen and (max-width: 768px) {
	.round_box {
		padding: 30px 20px;
	}
	.round_box>h4 {
		font-size: 18pt;
	}
}

@media screen and (max-width: 540px) {
	.round_box {
		border-radius: 15px;
		margin-top: 30px;
		padding: 15px;
	}
	.round_box>h4 {
		font-size: 16pt;
	}
}

.round_box_item {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: center;
	text-align: left;
	gap: 60px;
}

.round_box_item>li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 400px;
	margin-top: 50px;
}

.round_box_item>li h5 {
	font-size: 20pt;
	font-weight: 600;
	line-height: 1.3;
	color: #044899;
}

.round_box_item>li h5,
.round_box_item>li p,
.round_box_item>li .list_basic {
	margin-top: 20px;
}

@media screen and (max-width: 1024px) {
	.round_box_item>li h5 {
		font-size: 17pt;
	}
}

.blue_box {
	position: relative;
	width: 100%;
	background: #e7f5ff;
	overflow: hidden;
	margin-top: 40px;
	padding: 20px 0 !important;
	border-radius: 15px;
}

.blue_box p {
	width: 92%;
	margin-top: 0.7em;
	margin-left: 4%;
}

.blue_box p:last-of-type {
	margin-bottom: 0.7em;
}

@media screen and (max-width: 540px) {
	.blue_box {
		margin-top: 30px;
		padding: 15px 0 !important;
		border-radius: 15px;
	}
}

/***** Scond-layer menu *****/

.second-layer_menu {
	position: relative;
	border: 1px solid #044899;
	background-color: #fff;
	border-radius: 30px;
	padding: 12px 0;
}

.second-layer_menu ul {
	padding: 0 25px;
}

.second-layer_menu li {
	display: inline-block;
	margin-right: 1.25vw;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 13pt;
	font-weight: 600;
	line-height: 1.3;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	cursor: pointer;
}

.second-layer_menu li a {
    position: relative;
    display: block;
	color: #000;
    text-decoration: none;
}

.second-layer_menu li a:hover {
	color: #044899;
}

.second-layer_menu li a .arrow_03 {
    margin-left: 8px;
	margin-top: -3px;
	width: 20px;
    height: 20px;
    background: url(../images/arrow_wh.svg) no-repeat #044899;
    background-position: 8px 5px;
    background-size: 6px auto;
}

.second-layer_menu li a:hover .arrow_03 {
    background: url(../images/arrow_wh.svg) no-repeat #044899;
    background-position: 11px 5px;
    background-size: 6px auto;
}

@media screen and (max-width: 540px) {
	.second-layer_menu {
		border-radius: 20px;
	}
	.second-layer_menu ul {
		padding: 0 20px;
	}
	.second-layer_menu li {
		font-size: 12pt;
	}
	.second-layer_menu li a .arrow_03 {
		margin-left: 6px;
		margin-top: -3px;
		width: 18px;
		height: 18px;
		background-position: 7px 4px;
		background-size: 5px auto;
	}
	
	.second-layer_menu li a:hover .arrow_03 {
		background-position: 7px 4px;
	}
}

.cell.is-empty {
	height: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}

/***** Title *****/

.title_underbar {
	font-size: 180%;
	position: relative;
	display: inline-block;
	margin-top: 50px;
}

.title_underbar:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 40px;
	height: 3px;
	left: 0;
	background-color: #00b9ca;
}

.title_underbar small {
	padding: 5px 10px;
	color: #fff;
	font-size: 60%;
	display: inline-block;
	margin-bottom: 10px;
}

.title_underbar small.group_01 {
	background-color: #00b9ca;
}

.title_underbar small.group_02 {
	background-color: rgba(144, 87, 139, 1.0);
}

.title_underbar small.group_03 {
	background-color: #3469b4;
}

@media screen and (max-width: 1024px) {
	.title_underbar {
		font-size: 20pt;
	}
}

@media screen and (max-width: 768px) {
	.title_underbar {
		font-size: 16pt;
		line-height: 1.7;
	}
}

@media screen and (max-width: 540px) {
	.title_underbar {
		font-size: 14pt;
		line-height: 1.5;
	}
}

@media screen and (max-width: 360px) {
	.title_underbar {
		font-size: 12pt;
	}
}

/***** Certification *****/

#cert_left,
#cert_right {
    padding: 50px 40px;
    border-radius: 30px;
}

#cert_left h3,
#cert_right h3 {
	font-size: 16pt !important;
	text-align: center;
	padding-bottom: 10px;
}

#cert_left h3 span,
#cert_right h3 span {
	font-weight: 400;
}

#cert_left h3 {
	border-bottom: 1px solid #044899;
}

#cert_right h3 {
	border-bottom: 1px solid #047c72;
}

#cert_left {
	background: rgb(212,237,255);
	background: linear-gradient(135deg, rgba(212,237,255,1) 0%, rgba(180,205,242,1) 100%);
}

#cert_right {
	background: rgb(211,243,236);
	background: linear-gradient(135deg, rgba(211,243,236,1) 0%, rgba(181,226,207,1) 100%);
}

#cert_left .button_02,
#cert_right .button_02 {
    width: 100%;
	font-size: 14pt !important;
	white-space: wrap !important;
	line-height: 1.2;
	margin-left: 0;
}

#cert_left .button_02 span,
#cert_right .button_02 span {
    position: absolute;
	width: 100%;
    left: 50%;
    top: 48.5%;
    transform: translateX(-50%) translateY(-51.5%);
}

#cert_left .button_02 {
    border: 1px solid #94add2;
    color: #044899;
}

#cert_right .button_02 {
    border: 1px solid #95c2af;
    color: #047c72;
}
@media screen and (max-width: 540px) {
	#cert_left,
	#cert_right {
		width: calc(100% - 40px);
		padding: 25px 20px;
		border-radius: 20px;
	}
	#cert_right {
		margin-top: 30px;
	}
	#cert_left h3,
	#cert_right h3 {
		font-size: 13pt !important;
		padding-bottom: 8px;
		margin-bottom: 20px;
	}
	#cert_left p,
	#cert_right p {
		margin-top: 0;
	}
	#cert_left .button_02,
	#cert_right .button_02 {
		width: 100%;
		font-size: 12pt !important;
		margin-top: 0;
	}
	#cert_left .button_02 span,
	#cert_right .button_02 span {
		position: absolute;
		width: 100%;
		left: 50%;
		top: 48.5%;
		transform: translateX(-50%) translateY(-51.5%);
	}
	#cert_left .button_02 small,
	#cert_right .button_02 small {
		display: none;
	}
}

/***** Figure *****/

.figure_main {
    overflow: hidden;
	padding-bottom: 40px;
	border-bottom: 1px solid #e3e3e3;
}

.figure_right {
    float: right;
    width: 60%;
}

#monograph .figure_right {
    width: 65%;
}

.figure_right ul {
    margin-top: 30px;
}

.figure_main figure {
    float: left;
    width: 35%;
    max-width: 452px;
    text-align: center;
    margin: 40px 0 30px;
    padding: 0;
    font-size: 11.5pt;
    vertical-align: top;
}

#monograph .figure_main figure {
    width: 30%;
    max-width: 360px;
}

.figure_main figure img {
    margin-bottom: 10px;
	border-radius: 20px;
}

@media screen and (max-width: 1024px) {
	.figure_right {
		float: right;
		width: 65%;
	}
	.figure_main figure {
		width: 25%;
	}
}

@media (max-width: 540px) {
	.figure_right {
		float: none;
		width: 100%;
	}
	.figure_main figure {
		float: none;
		width: 50%;
		margin: 0 auto 30px;
	}
	.figure_main figure img {
		margin-top: 30px;
		margin-bottom: 0;
	}
}

.figure_wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    font-size: 0;
}

.figure_wrapper figure {
    display: inline-block;
    width: 29%;
    text-align: center;
    margin: 20px 2%;
    padding: 0;
    font-size: 11.5pt;
    vertical-align: top;
}

.figure_wrapper figure img {
    width: 90%;
    margin-bottom: 10px;
    border: 1px solid #ddd;
}

/***** Thumbnails *****/

.thumbnails {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	text-align: center;
	font-size: 0;
	gap: 40px;
	margin-top: 40px;
}

.thumbnails li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width: 240px;
	background-color: #fff;
	padding-bottom: 25px;
	margin: 0;
	border-radius: 15px;
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.thumbnails li img {
	position: relative;
	left: 50%;
    transform: translateX(-50%);
	width: 66%;
	border-radius: 10px;
	margin-top: 20px;
}

@media screen and (max-width: 1146px) {
	.thumbnails {
		grid-template-columns: repeat(3, 1fr);
		gap: 30px;
	}
	.thumbnails li {
		width: 220px;
	}
}

@media screen and (max-width: 768px) {
	.thumbnails {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
	}
}

@media screen and (max-width: 540px) {
	.thumbnails {
		gap: 10px;
	}
	.thumbnails li {
		width: 176px;
		padding-bottom: 20px;
	}
}

.thumbnails a {
	display: block;
	color: #000;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	outline: none;
}

.thumbnails a:hover {
	text-decoration: none;
	-webkit-filter: brightness(110%);
	filter: brightness(110%);
}

.thumbnails h4,
.thumbnails h3,
.thumbnails p {
	padding: 0 20px;
}

.thumbnails h4 {
	margin-top: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 600;
	font-size: 14pt;
	line-height: 1.2;
	color: #044899;
}

.thumbnails h4 span {
	font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 600;
	font-size: 13pt;
}

.thumbnails h3 {
	margin-top: 10px;
	font-size: 13pt;
	line-height: 1.2;
}

.thumbnails p {
	margin-top: 10px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 11pt;
	color: #999;
}

@media screen and (max-width: 768px) {
	.thumbnails h4 {
		margin-top: 15px;
		font-size: 13pt;
	}
	.thumbnails h4 span {
		font-size: 12pt;
	}
	.thumbnails h3 {
		margin-top: 7px;
		font-size: 12pt;
	}
	.thumbnails p {
		margin-top: 7px;
		font-size: 10.5pt;
	}
}

@media screen and (max-width: 540px) {
	.thumbnails h4,
	.thumbnails h3,
	.thumbnails p {
		padding: 0 12px;
	}
	.thumbnails h4 {
		margin-top: 13px;
		font-size: 12.5pt;
	}
	.thumbnails h4 span {
		font-size: 11.5pt;
	}
	.thumbnails h3 {
		margin-top: 5px;
		font-size: 11.5pt;
	}
	.thumbnails p {
		margin-top: 5px;
		font-size: 10pt;
	}
}

/***** Year *****/

#year {
    margin-top: 40px;
	font-size: 0;
	padding-bottom: 12px;
	border-bottom: 1px solid #444;
}

#year li {
	display: inline-block;
	margin-right: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 600;
	font-size: 12pt;
}

#year li:last-of-type {
	margin-right: 0;
}

@media screen and (max-width: 768px) {
	#year li {
		margin-right: 17px;
		font-size: 11pt;
	}
}

#year li a {
	color: #ddd;
}

#year li a:hover {
	color: #fff;
}

/***** Table *****/

.table_01 {
	width: 100%;
	border-collapse: collapse;
}

.table_01 th,
.table_01 td {
	border: 1px solid #e3e3e3;
	background: #fff;
	vertical-align: top;
	padding: 10px 15px;
}

.table_01.d_table th,
.table_01.d_table td {
	padding: 10px 13px;
	font-size: 90%;
}

.table_01 thead th {
	background-color: #f0f0f0;
	text-align: center;
	vertical-align: middle;
}

.table_01.d_table thead th {
	font-size: 85%;
}

.table_01 tbody th {
	background-color: #fafafa;
	font-weight: 400;
}

.table_01 tbody td {
	overflow-wrap: anywhere;
	word-break: normal;
	line-break: strict;
}

@media screen and (max-width: 540px) {
	.table_01 th,
	.table_01 td {
		padding: 7px;
	}
	.table_01.d_table th,
	.table_01.d_table td {
		padding: 7px;
	}
	.table_01 col {
		width: auto !important;
	}
}

/* お客様が入れた記事内アコーディオンのホバー用 */
.table_01 tbody td details summary {
	cursor: pointer;
}

.table_01 tbody td details summary .red,
.table_01 tbody td details summary .sea {
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.table_01 tbody td details summary .red:hover {
	color: #f33;
}

.table_01 tbody td details summary .sea:hover {
	color: #3478c9;
}

/***** List style *****/

.list_basic li {
	position: relative;
	padding-left: 1.0em;
	margin-bottom: 0.4em;
}

.list_basic li:before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #044899;
	position: absolute;
	top: 0.5em;
	left: 0;
}

.list_hor li {
	display: inline-block;
	margin-right: 20px;
}

.list_num {
	margin-left: 35px;
}

.list_num li {
	margin-bottom: 0.5em;
}

.list_num2 {
	margin-left: 15px;
	list-style: none;
	counter-reset: number;
}

.list_num2 li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 0.5em;
}

.list_num2 li::before {
	counter-increment: number;
	content: counter(number) ")";
	position: absolute;
	left: 0;
}

.list_num3 {
	list-style-type: none;
	border: none;
	counter-reset: number;
}

.list_num3 li {
	position: relative;
	line-height: 1.5;
	padding: 0.5em 0 0.5em 2.5em;
}

.list_num3 li:before {
	position: absolute;
	content: counter(number);
	counter-increment: number;
	left: 0;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #044899;
	color: #fff;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
	margin-top: -2px;
}

@media screen and (max-width: 768px) {
	.list_num3 li:before {
		width: 26px;
		height: 26px;
		font-size: 11pt;
		line-height: 26px;
	}
}

/***** Google map *****/

.gmap iframe {
	width: 100%;
	height: 500px;
}

/***** Search Console *****/

.search_console {
	font-size: 0;
}

.search_console form {
	padding: 0 15px;
}

.search_console select {
	width: 240px;
	border: 1px solid #bbb;
	padding: 6px 15px;
	border-radius: 999px;
	font-size: 12pt;
	vertical-align: middle;
	margin: 0 5px;
}

.search_console .button_01 {
	width: 100px;
	padding: 0 15px;
	height: 33px;
	line-height: 33px;
	cursor: pointer;
	border: none;
	font-size: 12pt;
	font-weight: normal;
	vertical-align: middle;
	margin: 0 5px;
}

@media screen and (max-width: 540px) {
	.search_console form {
		text-align: center;
	}
	.search_console select {
		padding: 5px 13px;
		font-size: 11pt;
		margin: 0 5px 10px;
	}
	.search_console .button_01 {
		height: 30px;
		line-height: 30px;
		font-size: 11pt;
	}
}

/***** WP Form *****/

.mw_wp_form input,
.mw_wp_form textarea,
.mw_wp_form select {
	font-size: 12pt;
}

.mw_wp_form input[type=text],
.mw_wp_form input[type=email],
.mw_wp_form input[type=password] {
	max-width: 475px;
	width: calc(100% - 35px);
	padding: 6px 10px;
	border: 1px solid #bbb;
	border-radius: 3px;
}

.mw_wp_form textarea {
	padding: 6px 10px;
	border: 1px solid #bbb;
	max-width: 475px;
	width: calc(100% - 35px);
	height: 150px;
	border-radius: 3px;
}

.mw_wp_form select {
	padding: 8px 10px 12px 10px;
	border: 1px solid #bbb;
	border-radius: 3px;
}

:placeholder-shown,
::-webkit-input-placeholder,
:-ms-input-placeholder {
	color: #d0d0d0;
}

:-moz-placeholder,
::-moz-placeholder {
	color: #d0d0d0;
	opacity: 1;
}

span.req {
	display: inline-block;
	float: right;
	font-size: 10pt;
	font-weight: normal;
	color: #d60b35;
	line-height: 1.0;
	border-radius: 999px;
	border: 1px solid #d60b35;
	padding: 4px 8px;
	margin-top: 2px;
}

@media screen and (max-width: 540px) {
	span.req {
		display: block;
		width: 40px;
		padding: 4px 0;
		text-align: center;
		float: none;
		font-size: 9pt;
	}
}

/***** CGI Form *****/

.mfp_phase {
	clear: both;
	width: 100%;
	margin-top: 50px;
}

.mfp_phase input,
.mfp_phase textarea,
.mfp_phase select {
	padding: 6px 10px;
	border: 1px solid #bbb;
	border-radius: 5px;
	font-size: 13pt;
}

.mfp_phase input {
	width: 50% !important;
	max-width: 360px !important;
}

.mfp_phase textarea {
	width: 70% !important;
	height: 150px !important;
}

.mfp_phase select {
	padding: 6px 20px 6px 10px;
}

.mfp_buttons .button_01 {
	max-width: 180px;
}

@media screen and (max-width: 540px) {
	.mfp_phase input {
		max-width: 94%;
	}
	.mfp_phase textarea {
		width: 94%;
	}
}

@media screen and (max-width: 1024px) {
	form#mailformpro dl dt {
		font-size: 10.5pt!important;
	}
}

@media screen and (max-width: 768px) {
	form#mailformpro dl dt {
		font-size: 10pt!important;
	}
}

@media screen and (max-width: 540px) {
	.mfp input + input {
		margin-top: 5px;
	}
}

:placeholder-shown {color: #ccc;}
::-webkit-input-placeholder {color: #ccc;}
:-moz-placeholder {color: #ccc;	opacity: 1;}
::-moz-placeholder {color: #ccc; opacity: 1;}
:-ms-input-placeholder {color: #ccc;}

/***** Tab *****/

.tab-area {
	display: flex;
	background: #fff;
	border: 1px solid #044899;
	padding: 2px;
	cursor: pointer;
	margin-top: 30px;
	border-radius: 999px;
}

#information .tab,
#seminar .tab {
	text-align: center;
	border-radius: 999px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

#information .tab {
	width: calc(100% / 4);
    padding: 7px 0;
}

#seminar .tab {
	width: calc(100% / 5);
    padding: 5px 0 6px;
	line-height: 1.25;
}

.tab a {
	display: block;
	width: 100%;
	padding: 7px 0;
	text-align: center;
	border-radius: 999px;
	color: #000;
}

@media screen and (max-width: 540px) {
	.tab-area {
		border-radius: 10px;
	}
	#seminar .tab-area {
		display: grid;
		grid-template-columns: auto auto auto;
		grid-template-rows: auto auto;
		gap: 0 0;
	}
	#information .tab,
	#seminar .tab {
		border-radius: 10px;
	}
	#seminar .tab {
		width: 100%;
		padding: 3px 0 4px;
		line-height: 1.2;
		font-size: 10pt;
	}
}

.tab.active,
.tab a.current {
	background: #044899;
	color: #fff;
}

.panel {
	display: none;
}

.panel.active {
	display: block;
}

/***** Page navi *****/

#pagenavi .wp-pagenavi {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
}

#pagenavi .wp-pagenavi > span,
#pagenavi .wp-pagenavi > a {
	display: inline-block;
	margin: 0 5px 5px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 11.5pt;
    letter-spacing: 1px;
	line-height: 1.0;
}

#pagenavi .wp-pagenavi > span.current,
#pagenavi .wp-pagenavi > a.page {
	width: 32px;
	height: 32px;
	line-height: 32px;
	padding: 0;
	border: 1px solid #ddd;
	border-radius: 50%;
	color: #000;
}

#pagenavi .wp-pagenavi > span.current {
	color: #fff;
	border: 1px solid #044899;
	background: #044899;
}

#pagenavi .wp-pagenavi > a.page:hover {
	color: #fff;
	border: 1px solid #044899;
	background: #044899;
}

#pagenavi .wp-pagenavi .extend,
#pagenavi .wp-pagenavi .previouspostslink,
#pagenavi .wp-pagenavi .nextpostslink,
#pagenavi .wp-pagenavi .last,
#pagenavi .wp-pagenavi .first {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 12pt;
    letter-spacing: 1px;
	line-height: 1.0;
	color: #000;
}

#pagenavi .wp-pagenavi .extend:hover,
#pagenavi .wp-pagenavi .previouspostslink:hover,
#pagenavi .wp-pagenavi .nextpostslink:hover,
#pagenavi .wp-pagenavi .last:hover,
#pagenavi .wp-pagenavi .first:hover {
	color: #044899;
}

.publishing {
	text-align: right;
	font-size: 12pt;
	font-weight: 600;
}

.publishing select {
	padding: 8px 10px;
	border: 1px solid #044899;
	outline: #044899;
	border-radius: 999px;
	margin-left: 10px;
	font-size: 12pt;
	width: 130px;
}

@media screen and (max-width: 540px) {
	#pagenavi .wp-pagenavi {
		margin-top: 30px;
	}
	#pagenavi .wp-pagenavi > span,
	#pagenavi .wp-pagenavi > a {
		margin: 0 3px 5px;
		font-size: 11pt;
	}
	#pagenavi .wp-pagenavi > span.current,
	#pagenavi .wp-pagenavi > a.page {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	#pagenavi .wp-pagenavi .extend,
	#pagenavi .wp-pagenavi .previouspostslink,
	#pagenavi .wp-pagenavi .nextpostslink,
	#pagenavi .wp-pagenavi .last,
	#pagenavi .wp-pagenavi .first {
		font-size: 11pt;
	}
	.publishing {
		font-size: 11pt;
	}
	.publishing select {
		padding: 6px 10px;
		margin-left: 10px;
		font-size: 11pt;
	}
}

/***** Meta *****/

.meta {
	margin-top: 20px;
}

.meta .date {
    font-size: 11.5pt;
	line-height: 1.0;
}

.meta .category {
	width: 120px;
	height: 28px;
	margin-left: 20px;
	font-size: 11.5pt;
	line-height: 27px;
}

@media screen and (max-width: 540px) {
	.meta .date {
		font-size: 11pt;
	}
	.meta .category {
		width: 100px;
		height: 24px;
		margin-left: 13px;
		font-size: 10.5pt;
		line-height: 23px;
	}
}
	
/***** Footer *****/

#footer {
	position: relative;
	width: 100%;
	height: 700px;
	background-image: url(../images/bg_footer_cdit.png), url(../images/bg_footer.jpg);
	background-size: auto 420px, cover;
	background-position: left 10px bottom 10px, left top;
	background-repeat: no-repeat, no-repeat;
	margin: 0 auto;
	overflow: hidden;
}

.second-layer #footer {
	margin: 100px auto 0;
}

@media screen and (max-width: 1200px) {
	#footer {
		height: 840px;
		background-image: url(../images/bg_footer_cdit.png), url(../images/bg_footer.jpg);
		background-size: auto 340px, cover;
		background-position: left 10px bottom 10px, left top;
	}
}

@media screen and (max-width: 540px) {
	#footer {
		height: 1080px;
		background-size: auto 240px, cover;
	}
}

#footer a {
	color: #000;
}

#footer_left {
	float: left;
	width: 525px;
	margin-top: 50px;
	margin-left: 4.0vw;
	text-align: left;
}

#footer_left h1 img {
	vertical-align: middle;
}

#footer_left h1 img:nth-child(1) {
	width: 80px;
	margin-right: 15px;
}

#footer_left h1 img:nth-child(2) {
	width: 430px;
}

#footer_left p {
	margin-top: 40px;
	font-size: 12pt;
}

@media screen and (max-width: 1600px) {
	#footer_left {
		width: 465px;
		margin-left: 3.5vw;
	}
	#footer_left h1 img:nth-child(1) {
		width: 70px;
		margin-right: 15px;
	}
	#footer_left h1 img:nth-child(2) {
		width: 380px;
	}
	#footer_left p {
		font-size: 11pt;
	}
}

@media screen and (max-width: 1350px) {
	#footer_left {
		width: 420px;
		margin-left: 3.0vw;
	}
	#footer_left h1 img:nth-child(1) {
		margin-right: 30px;
	}
	#footer_left h1 img:nth-child(2) {
		margin-top: 20px;
	}
	#footer_left p {
		font-size: 10.5pt;
	}
}

@media screen and (max-width: 1200px) {
	#footer_left {
		float: none;
		width: 96%;
		margin: 50px auto 0;
		text-align: center;
	}
	#footer_left h1 {
		text-align: center;
	}
	#footer_left h1 img:nth-child(1) {
		margin-right: 15px;
	}
	#footer_left h1 img:nth-child(2) {
		margin-top: 0;
	}
	#footer_left p {
		text-align: center;
		margin-top: 30px;
	}
}

@media screen and (max-width: 540px) {
	#footer_left h1 img:nth-child(1) {
		width: 50px;
		margin-right: 6px;
		margin-top: -1px;
	}
	#footer_left h1 img:nth-child(2)  {
		width: 280px;
	}
}

#footer_right {
	float: right;
	margin-top: 50px;
	margin-right: 4.0vw;
}

#footer_right nav {
	display: grid;
	gap: 0 50px;
}

#footer_right dl {
	position: relative;
	text-align: left;
}

#footer_right dl dt {
	font-size: 12pt;
}

#footer_right dl dt + dt,
#footer_right dl dd + dt {
	margin-top: 20px;
}

#footer_right dl dd {
	position: relative;
	font-size: 11pt;
	padding-left: 20px;
	margin-top: 7px;
}

#footer_right dl dd::before {
	position: absolute;
	top: 11px;
	left: 0;
	content: "";
	display: inline-block;
	width: 9px;
	height: 1px;
	background-color:#000;
}

#footer_right dl.gr01 {
	grid-column-start: 1;
	grid-column-end: 2;
	grid-row-start: 1;
	grid-row-end: 2;
}

#footer_right dl.gr02 {
	grid-column-start: 2;
	grid-column-end: 3;
	grid-row-start: 1;
	grid-row-end: 2;
}

#footer_right dl.gr03 {
	grid-column-start: 3;
	grid-column-end: 4;
	grid-row-start: 1;
	grid-row-end: 2;
}

@media screen and (max-width: 1600px) {
	#footer_right {
		margin-right: 3.5vw;
	}
	#footer_right nav {
		gap: 0 40px;
	}
	#footer_right dl dt {
		font-size: 11.5pt;
	}	
	#footer_right dl dd {
		font-size: 10.5pt;
	}
}

@media screen and (max-width: 1350px) {
	#footer_right {
		margin-right: 2.5vw;
	}
	#footer_right nav {
		gap: 0 20px;
	}
	#footer_right dl dt {
		font-size: 11pt;
	}	
	#footer_right dl dd {
		font-size: 10pt;
	}
}

@media screen and (max-width: 1200px) {
	#footer_right {
		float: none;
		margin: 40px auto 0;
		width: 740px;
	}
	#footer_right nav {
		gap: 0 30px;
	}
}

@media screen and (max-width: 540px) {
	#footer_right {
		width: 96%;
		margin: 40px 0 0 4%;
	}
	#footer_right nav {
		grid-template-columns: 48% 48%;
		grid-template-rows: auto auto;
		gap: 15px 10px;
		/*justify-items: center;*/
	}
	#footer_right nav .gr01 {
		grid-column-start: 1;
		grid-column-end: 2;
		grid-row-start: 1;
		grid-row-end: 2;
	}
	#footer_right nav .gr02 {
		grid-column-start: 2;
		grid-column-end: 3;
		grid-row-start: 1;
		grid-row-end: 2;
	}
	#footer_right nav .gr03 {
		grid-column-start: 1;
		grid-column-end: 3;
		grid-row-start: 2;
		grid-row-end: 3;
	}
	#footer_right dl dt {
		font-size: 11pt;
	}
	#footer_right dl dt + dt,
	#footer_right dl dd + dt {
		margin-top: 15px;
	}
	#footer_right dl dd {
		font-size: 10pt;
		padding-left: 15px;
		margin-top: 5px;
	}
	#footer_right dl dd::before {
		top: 10px;
		width: 8px;
	}
}

#footer_bottom_navi {
	position: absolute;
	bottom: 90px;
	right: 8.5vw;
	text-align: right;
	font-size: 0;
	padding: 0;
}

#footer_bottom_navi li {
	display: inline-block;
	font-size: 11pt;
	white-space: nowrap;
	line-height: 1.0;
	margin-top: 10px;
	margin-left: 1.5vw;
}

#footer_bottom_navi li:last-of-type {
	margin-right: 0;
}

#footer address {
	position: absolute;
	bottom: 55px;
	right: 8.5vw;
	font-style: normal;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	text-align: right;
	letter-spacing: 1px;
	font-size: 9pt;
}

@media screen and (max-width: 1600px) {
	#footer_bottom_navi li {
		font-size: 10.5pt;
	}
}

@media screen and (max-width: 1350px) {
	#footer_bottom_navi li {
		font-size: 10pt;
	}
}

@media screen and (max-width: 1200px) {
	#footer_bottom_navi {
		bottom: 80px;
		right: auto;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		text-align: center;
	}
	#footer address {
		position: absolute;
		bottom: 50px;
		right: auto;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 100%;
		text-align: center;
	}
}

@media screen and (max-width: 540px) {
	#footer_bottom_navi {
		bottom: 100px;
	}
	#footer address {
		bottom: 30px;
	}
}

/***** Slick *****/

.slick-slider {
    margin-bottom: 0 !important;
}

.slick-prev {
    left: -15px !important;
}

.slick-next {
    right: -15px !important;
}

.slick-prev, .slick-next {
    display: block !important;
    width: 50px !important;
    height: 50px !important;
    margin-top: 0 !important;
    background: #fff !important;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 50;
    filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.15));
}

.slick-prev:before,
.slick-next:before {
    content:"" !important;
    display: inline-block;
    width: 8px;
    height: 13px;
    background: url("../images/arrow_bl_02.svg") no-repeat;
    background-size: 8px auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: 1 !important;
}

.slick-prev:before {
    transform: translateX(-50%) translateY(-50%) scale(-1, 1);
}

@media screen and (max-width: 950px) {
    .slick-prev {
        left: -10px !important;
    }
    .slick-next {
        right: -10px !important;
    }
    .slick-prev, .slick-next {
        width: 38px !important;
        height: 38px !important;
    }
    .slick-prev:before,
    .slick-next:before {
		width: 6px;
		height: 10px;
		background: url("../images/arrow_bl_02.svg") no-repeat;
		background-size: 6px auto;
    }
}

@media screen and (max-width: 540px) {
    .slick-prev {
        left: -2px !important;
    }
    .slick-next {
        right: -2px !important;
    }
    .slick-prev, .slick-next {
        width: 30px !important;
        height: 30px !important;
    }
}

/***** Teaser *****/

.teaser_area {
	width: 96%;
	max-width: 1880px;
	margin: 50px auto 0;
}

.teaser {
	position: relative;
	max-width: 360px;
	height: 200px;
	margin: 0 10px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	color: #fff;
	text-align: center;
}

.teaser img {
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	border-radius: 10px;
}

.teaser:hover img {
    filter: brightness(1.2);
	-webkit-filter: brightness(1.2);
    -moz-filter: brightness(1.2);
    -ms-filter: brightness(1.2);
}

.teaser img.dark {
    filter: brightness(0.5);
	-webkit-filter: brightness(0.5);
    -moz-filter: brightness(0.5);
    -ms-filter: brightness(0.5);
}

.teaser:hover img.dark {
    filter: brightness(0.7);
	-webkit-filter: brightness(0.7);
    -moz-filter: brightness(0.7);
    -ms-filter: brightness(0.7);
}

.teaser a {
	color: #fff !important;
	display: block;
	width: 100%;
	height: 100%;
}

.teaser h3 {
	position: absolute;
	width: 94%;
	max-width: 320px;
    top: 40%;
	left: 50%;
    transform: translateX(-50%) translateY(-60%);
	font-size: 16pt;
	line-height: 1.3;
}

.teaser h3 small {
	font-size: 90%;
}

.teaser p {
	position: absolute;
	width: 94%;
    bottom: 40px;
	left: 50%;
    transform: translateX(-50%);
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 11pt;
	font-weight: 600;
}

@media screen and (max-width: 1400px) {
	.teaser h3 {
		font-size: 14pt;
	}
	.teaser p {
		bottom: 30px;
	}
}

@media screen and (max-width: 950px) {
	.teaser h3 {
		font-size: 13.5pt;
	}
	.teaser p {
		font-size: 10.5pt;
	}
}

@media screen and (max-width: 540px) {
	.teaser_area {
		width: 98%;
		margin: 40px auto 0;
	}
	.teaser {
		margin: 0 5px;
	}
	.teaser h3 {
		font-size: 11.5pt;
		line-height: 1.2;
		font-weight: 400;
	}
	.teaser p {
		bottom: 10px;
		font-size: 9pt;
		font-weight: 400;
	}
}

/***** Scroll up *****/

.scroll_up {
	position: fixed;
	bottom: 50px;
	right: 30px;
	width: 60px;
	height: 60px;
	border-radius: 999px;
	background: url(../images/scroll_up.svg) no-repeat #044899;
	background-position: 23px 24px;
	background-size: 14px auto;
	z-index: 200;
}

.scroll_up:hover {
	background: url(../images/scroll_up.svg) no-repeat #044899;
	background-position: 23px 19px;
	background-size: 14px auto;
}

@media screen and (max-width: 540px) {
	.scroll_up {
		bottom: 80px;
		right: 10px;
		width: 44px;
		height: 44px;
		background-position: 16px 18px;
		background-size: 12px auto;
		z-index: 200;
	}
	.scroll_up:hover {
		background-position: 16px 18px;
		background-size: 12px auto;
	}
}