
/* --------------------------------------------------------------------------------
misc
-------------------------------------------------------------------------------- */

br.large {
	display: none;
}
br.small {
	display: inline;
}
img.large {
	display: none;
}
img.small {
	display: block;
}
span.no-small {
	display: none;
}



/* --------------------------------------------------------------------------------
page
-------------------------------------------------------------------------------- */

div#page {
	padding-top: 70px;
}
body.admin-bar div#page {
	padding-top: 24px;
}



/* --------------------------------------------------------------------------------
header
-------------------------------------------------------------------------------- */

header#header {
	position: relative;
	width: auto;
	height: auto;
	left: auto;
	top: auto;
	border-bottom: none;
	background-color: transparent;
}
body.admin-bar header#header {
	top: auto;
}
header#header h1 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: fixed;
	width: 100%;
	height: 70px;
	left: 0px;
	top: 0px;
	font-size: 1.0625rem;
	line-height: 1.375rem;
	padding-left: 15px;
	background-color: #ffffff;
}
header#header h1::before {
	position: absolute;
	width: 100%;
	height: 0px;
	left: 0px;
	bottom: 0px;
	border-bottom: 1px solid #d9d9d9;
	content: "";
}
header#header h1 a {
	display: block;
}
header#header h1 em {
	width: 5px;
}
header#header h1 em::before {
	height: 25px;
	top: calc(50% - 12.5px);
}
header#header p#button-menu {
	position: fixed;
	width: 70px;
	height: 70px;
	right: 0px;
	top: 0px;
	z-index: 30;
	cursor: pointer;
}
header#header p#button-menu i {
	display: block;
	position: absolute;
	border-bottom: 1px solid #333333;
	width: 28px;
	height: 0px;
	left: calc(50% - 14px);
	top: calc(50% - 0.5px);
	transition: 0.25s all ease;
}
header#header p#button-menu i:nth-child(1) {
	transform: translateY(-7px);
}
header#header p#button-menu i:nth-child(2) {
	transform: translateY(7px);
}
div.menu-header header#header p#button-menu i:nth-child(1),
div.menu-header header#header p#button-menu i:nth-child(2),
div.menu-header header#header p#button-menu i:nth-child(3) {
  width: 0px;
  left: 50%;
  opacity: 0;
	transform: translateY(0px);
}
div.menu-header header#header p#button-menu i:nth-child(4) {
	transform: rotate(45deg);
}
div.menu-header header#header p#button-menu i:nth-child(5) {
	transform: rotate(-45deg);
}
header#header div#menu {
	position: fixed;
	width: 280px;
	height: 100%;
	right: 0px;
	top: 0px;
	overflow: auto;
	z-index: 20;
	background-color: #ffffff;
	transform: translateX(100%);
	transition: 0.25s transform ease;
	-webkit-overflow-scrolling: touch;
}
div.menu-header header#header div#menu {
	transform: translateX(0%);
}
header#header div#menu div.inner-menu {
	padding: 60px 30px 40px 30px;
}
header#header nav#navi {
	position: static;
	right: auto;
	top: auto;
	margin-bottom: 20px;
}
header#header nav#navi ul {
	display: block;
}
header#header nav#navi ul li:not(:last-child) {
	border-bottom: 1px solid #d9d9d9;
	margin-right: 0px;
}
header#header nav#navi ul li a {
	display: block;
	padding: 20px 15px;
}
header#header div.login-logout {
	position: static;
	right: auto;
	top: auto;
}
header#header div.login-logout p.button-default a {
	width: 100%;
	height: 50px;
}
header#header div#background-menu {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 10;
	pointer-events: none;
	background-color: #4e4e50;
	opacity: 0;
	transition: 0.25s opacity ease;
}
div.menu-header header#header div#background-menu {
	pointer-events: auto;
	opacity: 0.875;
}



/* --------------------------------------------------------------------------------
cover
-------------------------------------------------------------------------------- */

div#cover {
	padding: 40px 0px 30px 0px;
}
div#cover::before {
	width: 112px;
	height: 112px;
	left: calc(50% - 56px);
	top: calc(50% - 80px);
	font-size: 7rem;
}
div#cover div.text h1 {
	font-size: 1.875rem;
	line-height: 2.75rem;
}
div#cover div.text h1 em {
	width: 10px;
}
div#cover div.text h1 em::before {
	height: 45px;
	top: calc(50% - 22.5px);
}
div#cover div.text p.sub {
	font-size: 0.9375rem;
	line-height: 1.375rem;
}



/* --------------------------------------------------------------------------------
search
-------------------------------------------------------------------------------- */

div#search div.inner-search {
	width: auto;
	padding: 20px 30px;
}
div#search div.component {
	display: block;
}
div#search div.component:not(.component-word):not(.component-tag) {
	margin-bottom: 15px;
}
div#search div.component p.label {
	display: block;
	width: auto;
	min-height: 0px;
	margin-bottom: 5px;
}
div#search div.component div.body {
	width: auto;
}
div#search div.component-word div.body {
	width: auto;
}
div#search div.component-tag div.body {
	display: block;
	margin-bottom: 0px;
}
div#search div.component-tag div.body > label {
	text-indent: -30px;
	padding-left: 30px;
}
div#search div.component-tag div.body > label:not(:last-child) {
	margin-right: 0px;
}
div#search div.detail div.inner-detail {
	padding-top: 15px;
}
div#search div.action {
	padding-top: 5px;
}
div#search p.button-detail {
	right: 30px;
}



/* --------------------------------------------------------------------------------
main
-------------------------------------------------------------------------------- */

main section div.inner-section {
	width: auto;
	padding: 60px 30px;
}
main section header.common {
	margin-bottom: 60px;
}
main section header.common h1 {
	font-size: 1.75rem;
	line-height: 2.25rem;
}
main div#pager,
main nav#navi-article {
	margin-top: 60px;
}

/* home
-------------------------------------------------------------------------------- */

main section#home-archive div.category-tag {
	display: block;
}
main section#home-archive div.category-tag::after {
	display: none;
}
main section#home-archive div.category-tag div.category {
	width: auto;
	margin-bottom: 40px;
}
main section#home-archive div.category-tag div.category div.list div.row-banner {
	padding: 15px 20px;
}
main section#home-archive div.category-tag div.tag {
	width: auto;
	padding: 15px 20px 5px 20px;
}
main section#home-news div.inner-section {
	padding-top: 40px;
}
main section#home-news div.inner-section header h2 {
	font-size: 1.75rem;
	line-height: 2.25rem;
}
main section#home-news div.list-news div.row {
	display: block;
	padding: 15px 20px;
}
main section#home-news div.list-news div.row p.created {
	width: auto;
	margin-bottom: 5px;
}
main section#home-news div.list-news div.row h3 {
	width: auto;
}

/* paper
-------------------------------------------------------------------------------- */

main div.list-paper div.row {
	display: block;
	padding: 15px 20px;
}
main div.list-paper div.row div.headline-sub {
	width: auto;
}
main div.list-paper div.row div.author-date-publish {
	width: auto;
}
main article.paper header {
	margin-bottom: 60px;
}
main article.paper div.list:not(:last-child) {
	margin-bottom: 60px;
}
main article.paper div.list div.row {
	display: block;
	padding: 15px 20px;
}
main article.paper div.list div.row p.label {
	width: auto;
	margin-bottom: 5px;
}
main article.paper div.list div.row div.body {
	width: auto;
}
main section#paper p.attention {
	text-align: justify;
	margin-bottom: 60px;
	border-radius: 2.5px;
}
main section#paper div.header-category div.nest {
	padding: 15px 20px;
}

/* form
-------------------------------------------------------------------------------- */

main section.form div.header {
	margin-bottom: 40px;
}
main section.form div.form div.component {
	display: block;
	margin-bottom: 25px;
}
main section.form div.mw_wp_form_preview div.form div.component {
	padding: 15px 20px;
}
main section.form div.mw_wp_form_preview div.form div.component-last {
	margin-bottom: 40px;
}
main section.form.application div.form div.component-application {
	display: block;
}
main section.form div.form div.component p.label {
	display: block;
	width: auto;
	height: auto;
	margin-bottom: 5px;
}
main section.form div.form div.component div.body {
	width: auto;
}
main section.form div.form div.component-radio-horizontal div.body,
main section.form div.form div.component-checkbox-horizontal div.body {
	display: block;
}
main section.form div.form div.component-radio-horizontal div.body span.mwform-radio-field:not(:last-of-type),
main section.form div.form div.component-checkbox-horizontal div.body span.mwform-checkbox-field:not(:last-of-type) {
	margin: 0px 0px 5px 0px;
}
main section.form div.form div.agreement {
	justify-content: center;
	width: auto;
	margin-bottom: 40px;
}
main section.form div.form div.action {
	display: block;
	padding-left: 0px;
}
main section.form div.form div.action input[type=button],
main section.form div.form div.action input[type=submit] {
	margin: auto;
}
main section.form div.form div.action input[type=button]:not(:last-child),
main section.form div.form div.action input[type=submit]:not(:last-child) {
	margin: 0px auto 20px auto;
}

/* login
-------------------------------------------------------------------------------- */

main section#login div.inner-section {
	width: auto;
}
main section#login div.component {
	display: block;
}
main section#login div.component p.label {
	display: block;
	width: auto;
	height: auto;
	margin-bottom: 5px;
}
main section#login div.component div.body {
	width: auto;
}
main section#login div.action button {
	width: 100%;
}



/* --------------------------------------------------------------------------------
banner
-------------------------------------------------------------------------------- */

div#banner div.inner-banner {
	width: auto;
	padding: 40px 20px;
}
div#banner div.list {
	display: block;
	margin: 0px;
}
div#banner div.list p.row {
	width: 215px;
	margin: auto;
}
div#banner div.list p.row:not(:last-child) {
	margin-bottom: 20px;
}



/* --------------------------------------------------------------------------------
footer
-------------------------------------------------------------------------------- */

footer#footer {
	padding: 40px 0px 20px 0px;
}
footer#footer p#button-page-top {
	right: 15px;
	bottom: 15px;
}
div.footer footer#footer p#button-page-top {
	top: -60px;
}
footer#footer p#button-page-top a {
	width: 45px;
	height: 45px;
}
footer#footer div.information h3 {
	font-size: 1.0625rem;
}
footer#footer div.information h3 span {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
footer#footer div.information h3 em {
	width: 5px;
}
footer#footer div.information h3 em::before {
	height: 25px;
	top: calc(50% - 12.5px);
}
