@charset "UTF-8";
/* CSS Document */
/* -------------------------------------------------------- reset &amp; defaultsetting */
html {
	font-size: 62.5%; /* 10px */
}
body {
	font-size: 1.6rem; /* 16px base font-size */
	font-family: "Zen Kaku Gothic New", sans-serif;
    font-style: normal;
	line-height: 1.5;
	font-weight: 500;
	font-feature-settings: "palt"1;
	-webkit-text-size-adjust: 100%;
	line-break: strict;
	font-feature-settings: "palt";
	text-align: justify;
	text-justify: inter-ideograph;
	-webkit-font-smoothing: antialiased;
	background: #f8f8f8;
	color: #0E273C;
}
body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, brockquote, pre, table, caption, th, td, address, form, fieldset, legend, object, hr {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, pre, table, code, kbd, samp, acronym, input, textarea, button, select {
font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
    font-style: normal;
	font-size: 1.6rem;
}
a, ins {
	text-decoration: none;
	color: #0E273C;
}
address, em, cite, dfn, var {
	font-style: normal;
}
input, textarea, button, select {
font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
    font-style: normal;
	color: #111;
}
img {
	border: none;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
}
ul {
	list-style: none;
}
.en {
}

/* */

header {
	box-sizing: border-box;
	padding: 4rem;
	text-align: center;
}

main.main-fluid {
	box-sizing: border-box;
	padding: 4rem;
	max-width: 100rem;
	margin-left: auto;
	margin-right: auto;
}

h1.site-title a {
	font-size: clamp(1.8rem, 5vw, 5rem);
	position: relative;
	color: #0E273C !important;
}

article > h1 {
	padding-top: 4rem;
	padding-bottom: 4rem;
	border-bottom: 0.1rem solid #0E273C;
	border-top: 0.1rem solid #0E273C;
	text-align: center;
	margin-bottom: 4rem;
}

