@charset "UTF-8";
/* CSS Document */
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* 上記css改変ver 2020 */
/* ============================================ */

/* リセット */

/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; /* iOSの向き変更後のフォントサイズ調整 */
  -webkit-tap-highlight-color: transparent; /* iOSリンクの灰色*/
	font-size: 62.5%;
	word-wrap: break-word;
}
body,
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
main {
  display: block;
}

/* リセット-見出し */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
	line-height: 1.3;
}

/* リセット-テキスト関連 */
/* ============================================ */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
	transition: all .3s ease;
	text-underline-offset:4px;
	text-decoration-thickness: 1px !important;
}
a:hover {
	transition: all .3s ease;
	text-decoration-color: transparent;
}
abbr[title] {
  border-bottom: none; /* Chromeの下枠削除 */
  text-decoration: underline; /* テキスト装飾を追加 */
  text-decoration: underline dotted; /* テキスト装飾を追加 */
}
strong {
  font-weight: bold;
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* ブラウザでフォントサイズの継承とスケーリングを修正 */
  font-size: inherit; /* ブラウザで奇数の `em`フォントサイズを修正 */
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}

/* リセット-リスト */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dd {
  margin-left: 0;
}

/* リセット-フォーム */
/* ============================================ */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: auto;
  appearance: auto;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
::placeholder {
  color: #aaa;
}
:-ms-input-placeholder {
  color: #aaa;
}
::-ms-input-placeholder  {
  color: #aaa;
}
/* ラジオとチェックボックスの外観をリセットして、iOSでの外観を維持 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}
/** Edgeでオーバーフローを表示. */
button,
input {
  overflow: visible;
}
/* Edge, Firefox, and のテキスト変換の継承を削除 */
button,
select {
  text-transform: none;
}
/* iOSおよびSafariのクリッカブルタイプの設定 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
	transition: all .3s ease;
}
button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}
/* Firefox：内側の境界線とパディングを削除 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/* フォーカススタイルを復元 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/* フォーカススタイルを復元 */
select::-ms-expand {
  display: none;
}
/* パディングリセット */
option {
  padding: 0;
}
/* 非表示にリセット */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}
legend {
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE. */
  display: table; /* Edgeでのテキストの折り返し修正 */
  max-width: 100%; /* Edgeでのテキストの折り返し修正 */
  padding: 0; /*  `fieldset`要素をゼロにしたときに引っ掛からないように */
  white-space: normal; /* Edgeでのテキストの折り返し修正 */
}
/* Chrome、Firefox、Operaで正しい垂直方向の配置 */
progress {
  vertical-align: baseline;
}
/* Chromeの増分ボタンと減分ボタンのカーソルスタイルを修正 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px; /* Safariのアウトラインスタイルを修正 */
}
/* macOSのChromeとSafariの内側のパディングを削除 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* iOSおよびSafariのクリッカブルタイプの設定 */
  font: inherit; /* Safariでフォントのプロパティを「継承」に変更 */
}
label[for] {
  cursor: pointer;
}

/* リセット-テーブル */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th, td {
	padding: 0;
	font-weight: normal;
}
caption {
  text-align: left;
}
hr {
  box-sizing: content-box; /* Firefoxで正しいボックスサイズ */
  height: 0; /* Firefoxで正しいボックスサイズ */
  overflow: visible; /* Edgeでオーバーフロー */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}
address {
  font-style: inherit;
}
img {
  border-style: none;
  vertical-align: bottom;
}
a:hover img {
	transition: all .3s ease;
}
embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}
/* Edge、Firefoxで正しいディスプレイを追加 */
details {
  display: block;
}
summary {
  display: list-item;
}
/*　リセットcss終了　*/

/* ============================================ */
body {
	font-size:  1.6em;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: 500;
	text-align: justify;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
header {
	width: 100%;
	background: var(--white);
	position: relative;
}
main {
  line-height: 1.8;
	color: var(--black);
	position: relative;
}
main:not(.index) {
	padding-bottom: calc(6rem + 3vw);
}
img {
	width: 100%;
	height: auto;
}
main table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.5;
	table-layout: fixed;
}
main th, main td {
	font-size: .95em;
	padding: .75em .5em;
	border: 1px solid var(--gray-c);
}
main thead th {
	font-weight: bold;
	text-align: center;
	background: var(--gray-e);
}
main thead.red th {
	background: rgba(var(--red-rgb), .1);
}
main tbody th {
	font-weight: bold;
}
main tbody.gray th {
	background: var(--gray-e);
}
main tbody.center th {
	text-align: center;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
main:not(.index) {
	padding-bottom: calc(6rem + 5vw);
}
}

/* ヘッダー */
/* ============================================ */
/* ハンバーガーメニュー 
----------------------------------------*/
  .btn-g-nav {
  	background: var(--red);
		border-radius: 0 0 0 1em;
		color: var(--white);
		width: 100% !important;
    height: 6rem;
    display: flex;
		align-items: center;
    position: fixed;
    right: 0;
    top: 0;
    padding-left: 3em;
    cursor: pointer;
    z-index: 1000;
}
  .btn-g-nav.active {
		z-index: 2000;
}
.btn-g-nav_line {
    display: block;
    height: 2px;
    position: absolute;
    top: 48%;
    left: 2em;
    transform: translateX(-50%);
    width: 1em;
    background-color: var(--white);
    transition: all .3s ease;
}
.btn-g-nav_line:before,
.btn-g-nav_line:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    background-color: var(--white);
    transition: inherit;
}
.btn-g-nav_line:before {
    top: -6px;
}
.btn-g-nav_line:after {
    top: 6px;
}
.btn-g-nav_text {
	position: absolute;
}
@media (hover: hover) {
  .btn-g-nav:hover {
		background: #fbe8e8;
		color: var(--red);
	}
	.btn-g-nav:hover .btn-g-nav_line,
	.btn-g-nav:hover .btn-g-nav_line:before,
	.btn-g-nav:hover .btn-g-nav_line:after {
    background-color: var(--red);
}
}
.btn-g-nav.active .btn-g-nav_line {
    background-color: transparent;
}
.btn-g-nav.active .btn-g-nav_line::before {
    top: 0;
    transform: rotate(45deg);
}
.btn-g-nav.active .btn-g-nav_line::after {
    top: 0;
    transform: rotate(-45deg);
}
.wrap-g-nav nav {
  background: var(--white);
	position: fixed;
	padding: 60px 0;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
}
.wrap-g-nav nav.active {
	overflow-y: auto;
	opacity: 1;
	visibility: visible;
  }
.wrap-g-nav {
	width: 100%;
  transition: all .3s ease;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}
	.wrap-g-nav:has(.active) {
	z-index: 1200;
	}

/* PC-header */
/* ============================================ */
@media screen and (min-width: 1200px) {
	.wrap-g-nav > ul li,
	.btn-g-nav {
			font-size: 1.6rem !important;
	}
}
@media print, screen and (min-width: 960px) {
	header {
    transition: all .6s ease;
		z-index: 100;
	}
  header.active {
  }
	.header-inner {
		align-items: center;
		display: flex;
    justify-content: space-between;
		margin: 0 auto;
		height: 100%;
		width: calc(100% - 4vw - 4vw);
    max-width: var(--con-l);
	}
	.title-site {
		max-width: 28rem;
		margin-right: 1em;
		position: absolute;
		z-index: 1100;
		top: .5em;
	}
/* PC-メニュー表示 
----------------------------------------*/
	.wrap-g-nav > ul {
		display: flex;
		font-weight: bold;
		max-width: var(--con-l);
    width: 100%;
    margin: 0 auto;
    justify-content: end;
		gap: 0 1px;
	}
	.wrap-g-nav > ul li,
	.btn-g-nav {
    max-width: 18rem;
		font-size: calc(1.3rem + ((1vw - (960 / 100 * 0.1rem)) * 100 * (16 - 13) / (1200 - 960)));
		width: 15.5%;
		position: relative;
	}
	.wrap-g-nav > ul li a {
		background: var(--black);
		color: var(--white);
    border-radius: 0 0 0 1em;
    height: 6rem;
		width: 100%;
    display: flex;
    align-items: center;
		justify-content: center;
	}
@media (hover: hover) {
		.wrap-g-nav > ul li a:hover {
		background: var(--gray-e);
		color: var(--black);
	}
	}
  .g-nav {
    max-width: var(--con-s);
		width: calc(100% - 4vw - 4vw);
    display: inline-flex;
		flex-wrap: wrap;
		justify-content: space-between;
    margin: auto;
  }
	.g-nav > li {
		border-bottom: 1px solid var(--gray-c);
		padding-bottom: 1.5em;
		margin-bottom: 1.5em;
		width: 48%;
	}
.g-nav > li a {
  display: inline-flex;
	align-items: center;
  position: relative;
}
.g-nav a::after {
	content: "\e902";
	color: var(--red);
	font-size: .85em;
	margin-left: .5em;
	margin-right: .25em;
	display: inline-block;
	font-family: 'iconset' !important;
	vertical-align: middle;
	speak: never;
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	text-transform: none;
	text-decoration: none !important;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
	.g-nav > li a:hover {
		color: var(--red);
	}
.g-nav .font-serif {
	font-size: 1.5em;
	padding: 0;
}
	.g-sub-nav_list li:has(.font-serif) {
		margin-bottom: .5em;
	}
.wrap-g-nav .g-sub-nav_list {
  margin: 0 auto;
	display: inline-flex;
	flex-wrap: wrap;
	gap: .75em 1.5em;
}
.wrap-g-nav .g-sub-nav_list li:first-child {
	width: 100%;
}
}

/* SP-header */
/* ============================================ */
@media screen and (max-width: 959px) {
	body > header {
		z-index: 10000;
	}
	body > header .pc-only {
		display: none;
	}
	main {
	}
	.header-inner {
		align-items: center;
		display: flex;
		margin: 0 auto;
		height: 100%;
		width: calc(100% - 1em - 1em);
	}
	.title-site {
		max-width: 22rem;
/*		z-index: inherit;*/
		position: absolute;
		top: 1em;
	}
/* ハンバーガーメニュー 
----------------------------------------*/
  .btn-g-nav {
  	width: 6rem !important;
    height: 6rem;
		justify-content: center;
		align-items: flex-end;
    padding-left: 0;
}
	.btn-g-nav_line {
    top: 2rem;
    left: 2.25em;
    width: 1.5em;
}
	.btn-g-nav_text {
		font-size: 1.1rem;
		font-weight: bold;
		margin-bottom: .75em;
	}
	.btn-g-nav_text span {
		display: none;
	}
	.wrap-g-nav > ul li a {
		background: var(--white);
		border-top: 1px solid var(--red);
		border-left: 1px solid var(--red);
		border-right: 1px solid var(--red);
		color: var(--red);
		border-radius: 1em 1em 0 0;
		font-weight: bold;
		width: calc((100% / 3) - 1px);
		height: 5rem;
		display: flex;
		justify-content: flex-end;
		flex-direction: column;
		align-items: center;
		padding: .5em;
		position: fixed;
		bottom: 0;
		left: 0;
	}
	.wrap-g-nav > ul li:nth-child(2) a {
		right: 0;
		left: 0;
		margin: 0 auto;
	}
	.wrap-g-nav > ul li:nth-child(3) a {
		right: 0;
		left: auto;
	}
/* SP-メニュー表示 
----------------------------------------*/
	.g-nav {
		max-width: 48rem;
		width: calc(100% - 4em);
		margin: 0 auto;
	}
.g-nav .font-serif {
    display: block;
    padding: 1.5em .5em;
    border-bottom: 1px solid var(--gray-c);
	font-size: 1.6rem;
    position: relative;
}
.g-nav_link.g-sub-nav {
    position: relative;
    width: 100%;
}
.g-nav_link.g-sub-nav::after {
    content: '';
    display: block;
    height: 1em;
    position: absolute;
    top: 50%;
    right: calc(9px + .5em);
    width: 2px;
    background-color: var(--red);
    transform: translateY(-50%);
    transition: transform .3s;
}
.g-nav_link.g-sub-nav::before {
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 1em;
    background-color: var(--red);
    transform: translateY(-50%);
}
.g-nav_link.active::after {
  transform: translateY(-50%) rotate(-90deg);
}
.g-nav_link.g-sub-nav.active span {
  border-bottom: none;
}
.wrap-g-sub-nav {
  width: 100%;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	transition: all .3s ease;
	padding-left: 1.5em;
}
.wrap-g-sub-nav.active {
  height: auto;
  visibility: visible;
  border-bottom: 1px solid var(--gray-c);
}
.wrap-g-sub-nav > * {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: all .3s ease;
  max-width: var(--con-l);
  }
.wrap-g-sub-nav.active > * {
  height: auto;
  visibility: visible;
  transition: all .3s ease;
  }
	.wrap-g-nav .g-sub-nav_list li .font-serif {
		font-family: inherit;
    font-weight: inherit;
	}
.wrap-g-nav .g-sub-nav_list li a {
    border-top: 1px solid var(--gray-e);
    border-bottom: none;
		display: block;
    padding: .75em .5em;
	font-size: 1.4rem;
  }
}

/* フッター領域 */
/* ============================================ */
footer {
	background: var(--black);
	color: var(--white);
	padding: 12rem 0 6rem;
	position: relative;
	line-height: 1.6;
}
footer:not(.index)::before {
	content: '';
	display: block;
	width: 100%;
	height: 3vw;
	background: var(--white);
	position: absolute;
	top: -1px;
	left: 0;
 clip-path: polygon(0 100%, 0 100%, 100% 0, 0 0); 
}
.inner-footer {
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto 2em;
	max-width: var(--con-l);
	width: calc(100% - 4vw - 4vw);
}
.footer-add img {
	max-width: 28rem;
	margin-bottom: 1.5em;
}
.nav-footer {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 0 2em;
	width: 50%;
	max-width: 56rem;
}
.nav-footer ul {
	display: flex;
	flex-direction: column;
	flex-basis: calc(50% - 1em);
	gap: .5em 0;
}
.nav-footer ul li {
	position: relative;
	padding-left: 1em;
}
.nav-footer ul li::before {
	content: '■';
	font-size: .75em;
	position: absolute;
	left: 0;
	top: .15em;
}
.nav-footer ul a:hover {
	text-decoration: underline;
}
footer .copy {
  font-size: 1.2rem;
	text-align: center;
}
@media screen and (max-width: 959px) {
	footer {
		padding: 6rem 0 10rem;
	}
.inner-footer {
	flex-direction: column;
	align-items: center;
	width: calc(100% - 1em - 1em);
	}
.nav-footer {
	gap: 1.5em;
	justify-content: center;
	margin-bottom: 4em;
	width: 100%;
	}
.nav-footer ul {
	flex-basis: auto;
	gap: .5em;
}
}
@media screen and (max-width: 959px) {
footer:not(.index)::before {
	height: 5vw;
	}
}

/* コンテンツ領域 */
/* ============================================ */
main p:not(:last-child),
main table:not(:last-child),
main ul:not(:last-child),
main ol:not(:last-child),
main dl:not(:last-child),
main iframe:not(:last-child),
main figure:not(:last-child),
main picture:not(:last-child) {
  margin-bottom: 1em;
}
.wrap-con {
	padding: 6rem 0;
	position: relative;
}
.con-inner {
	width: calc(100% - 4vw - 4vw);
	max-width: var(--con-m);
	margin-left: auto;
	margin-right: auto;
}
.col-row-black {
	display: flex;
	flex-direction: column;
	margin-bottom: 0 !important;
}
.col-row-black > *:first-child {
	background: var(--black);
	color: var(--white);
	font-weight: bold;
	text-align: center;
	padding: .5em;
}
.col-row-black.red > *:first-child {
	background: var(--red);
}
.col-row-black > *:last-child {
	background: var(--gray-e);
	padding: 1.5em;
	height: 100%;
}
.img-cover {
	width: 100%;
	height: 100%;
}
.img-cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bg-red {
	background: rgba(var(--red-rgb), .1) !important;
}
.bg-red-100 {
	background: var(--red) !important;
}
.bg-gray {
	background: var(--gray-e) !important;
}
.wrap-flow dl {
	display: flex;
	flex-wrap: wrap;
	gap: 2em 0;
}
.wrap-flow dt {
	background: var(--gray-6);
	color: var(--white);
	flex-basis: 25rem;
	font-size: 1.2em;
	font-weight: bold;
	display: flex;
	align-items: center;
	padding: 0 .5em 0 1em;
}
.wrap-flow dd {
	background: var(--gray-e);
	flex-basis: calc(100% - 25rem);
	padding: 1em;
	position: relative;
}
.wrap-flow dd:not(:last-of-type)::after  {
	content: '';
  display: inline-block;
  width: 36.8px;
  height: 30px;
  background: #666666;
  clip-path: polygon(0 38.7%, 28.2% 38.7%, 28.2% 0, 71.8% 0, 71.8% 38.7%, 100% 38.7%, 50% 100%);
	position: absolute;
	bottom: -3rem;
	left: -14.5rem;
}
.document {
	margin-top: 1.5em;
}
.document .sub {
	display: block;
	color: var(--red);
	margin-bottom: .5em;
}
.document .wrap-notes {
	padding: 1em;
}
.wrap-add {
	display: flex;
	flex-wrap: wrap;
	border: 2px solid var(--gray-c);
}
.wrap-add dt {
	width: 30%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	background: var(--gray-e);
	padding: .5em 1em;
}
.wrap-add dd {
	width: 70%;
	padding: 1em;
}
.wrap-notes {
	padding: 2em;
}
.wrap-flex {
	display: flex;
	flex-wrap: wrap;
	gap: 2em;
}
.wrap-flex.center {
	justify-content: center;
}
.wrap-flex.btn {
	gap: 1em 2em;
}
.wrap-flex.btn .btn-link {
	width: 100%;
}
.wrap-flex.row-4 {
	gap: 1em;
}
.wrap-flex.row-2 > * {
	flex-basis: calc((100% - 2em) / 2);
}
.wrap-flex.row-2-1 > *:first-child {
	flex-basis: calc(70% - 1em);
}
.wrap-flex.row-2-1 > *:last-child {
	flex-basis: calc(30% - 1em);
}
.wrap-flex.row-3 > * {
	flex-basis: calc((100% - 4em) / 3);
}
.wrap-flex.row-4 > * {
	flex-basis: calc((100% - 3em) / 4);
}
.wrap-flex.row-2 > *,
.wrap-flex.row-2-1 > *:first-child,
.wrap-flex.row-2-1 > *:last-child,
.wrap-flex.row-3 > *,
.wrap-flex.row-4 > * {
	margin-bottom: 0 !important;
}
.wrap-flex > .btn-link {
	width: 100%;
	height: 100%;
}
main .con-inner *:has(.heading-3) {
	margin-top: 4rem;
}
main .con-inner *:has(.heading-2) {
	margin-top: 6rem;
}
main .con-inner *:has(.heading-1):not(:first-child) {
	margin-top: 12rem;
}
.wrap-bread {
	margin: auto auto 3em auto;
	max-width: 120rem;
	width: calc(100% - 4vw - 4vw);
}
.wrap-bread ol {
	width: 100%;
	display: inline-flex;
}
.wrap-bread ol li {
	font-size: .85em;
	position: relative;
	display: inline;
}
.wrap-bread ol li:not(:last-child)::after {
    content: ' / ';
    display: inline-block;
    margin: 0 .75em;
}
.wrap-bread ol li a {
    border-bottom: 1px solid rgba(51, 51, 51, 0);
    font-weight: bold;
}
.wrap-bread ol li a:hover {
	border-bottom:  1px solid  rgba(51, 51, 51, 1);
}
.wrap-anime  {
  opacity: 0;
}
.active.fadein {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUnder;
  opacity: 1;
}
.nav-cat-page {
	margin-top: 6em;
	border-top: 1px solid var(--red);
	border-bottom: 1px solid var(--red);
}
.nav-cat-page p {
	margin-bottom: 0 !important;
	padding: .5em 1em;
	background: rgba(var(--red-rgb), .1);
}
.nav-cat-page ul {
	margin: 1em 1.5em;
	font-weight: bold;
	justify-content: center;
	gap: 1em 2em;
}
.nav-cat-page a:hover,
.nav-cat-page .icon-page::after {
	color: var(--red);
}
/* アニメーション */
@keyframes fadeInUnder {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 767px) {
	.wrap-flow dl {
		display: block;
	}
	.wrap-flow dt {
		padding: .5em 1em;
	}
	.wrap-flow dd:not(:last-of-type) {
		margin-bottom: 2.5em
	}
	.wrap-flow dd:not(:last-of-type)::after {
		left: 0;
		right: 0;
		margin: auto;
	}
	.wrap-notes {
		padding: 1.5em;
	}
.wrap-flex.row-2 > *,
.wrap-flex.row-2-1 > *:first-child,
.wrap-flex.row-2-1 > *:last-child,
.wrap-flex.row-3 > * {
	flex-basis: 100%;
}
.wrap-flex.row-4 > * {
	flex-basis: calc((100% - 1em) / 2);
}
.con-inner {
	width: calc(100% - 1em - 1em);
	}
main .con-inner *:has(.heading-3) {
	margin-top: 3rem;
}
main .con-inner *:has(.heading-2) {
	margin-top: 6rem;
}
main .con-inner *:has(.heading-1):not(:first-child) {
	margin-top: 10rem;
}
.wrap-bread ol {
	display: inline;
}
	.wrap-add dt,
	.wrap-add dd {
		width: 100%;
	}
.nav-cat-page ul {
	margin: 1em;
	justify-content: flex-start;
	}
}

/*　新着情報/会員校紹介　タブメニュー　*/
/*スクロールバー非表示　Chrome, Safari */
.tab-content::-webkit-scrollbar {
    display:none;
  }
.nav-info,
.nav-member,
.nav-book {
	border-bottom: 2px solid var(--red);
	display: flex;
	flex-wrap: wrap;
	gap: 2px;
	margin: 0 !important;
}
.nav-info li {
	flex-grow: 1;
	flex-basis: 0;
	min-width: 0;
	max-width: calc((100% - 6px) / 4);
}
.nav-member li,
.nav-book li {
width: calc((100% - 6px) / 4);
}
.nav-info a,
.nav-member a,
.nav-book a {
  background: var(--gray-e);
	border-radius: 1em 0 0 0;
	color: var(--black);
	font-weight: bold;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	line-height: 1.3;
	text-align: center;
	padding: .75em .5em;
	width: 100%;
	height: 100%;
	transition: all .3s ease;
}
/* アクティブなタブ */
@media (hover: hover) {
.nav-info a:hover,
.nav-member a:hover,
.nav-book a:hover {
  background: var(--red);
	color: var(--white);
}
}
.nav-info a.active,
.nav-member a.active,
.nav-book a.active {
  background: var(--red);
	color: var(--white);
}
.tab-content.info {
	background: var(--white);
	margin-bottom: 1.5em;
}
.tab-content.info > div {
	display: none;
}
.tab-content.info dl {
	display: flex;
	flex-wrap: wrap;
}
.tab-content.info dt {
	border-bottom: 1px solid #ccc;
	width: 8em;
	display: flex;
	align-items: center;
	padding: 1em;
}
.tab-content.info dd {
	border-bottom: 1px solid #ccc;
	display: flex;
	flex-direction: column;
	width: calc(100% - 8em);
	padding: 1em;
	gap: .5em 0;
}
.info-type,
.info-committee {
	display: inline-block;
	font-size: .75em;
	font-weight: bold;
	text-align: center;
	padding: .1em .5em;
}
.info-type {
	background: rgba(var(--red-rgb), .1) !important;
	min-width: 12em;
	margin-right: 2px;
}
.info-committee {
	min-width: 24em;
}
.tab-content.info a {
	font-weight: bold;
}
.tab-content a:hover {
	color: var(--red);
	text-decoration: none;
}
.tab-content.info .icon-page::after,
.tab-content a[target="_blank"]::after {
	color: var(--red);
}
.tab-content.info p{
	display: inline;
	margin-bottom: 0 !important;
}
.tab-content.info p.no-info {
	display: block;
	padding: 5em 0;
	text-align: center;
}
@media screen and (max-width: 767px) {
.nav-info li {
	flex-grow: 0;
	flex-basis: calc(50% - 1px);
	min-width: inherit;
	max-width: calc(50% - 1px);
}
.nav-member li,
.nav-book li {
width: calc((100% - 4px) / 3);
}
.nav-info a,
.nav-member a,
.nav-book a	{
  background: var(--gray-e);
	border-radius: 0;
	color: var(--black);
	flex-direction: column;
}
.tab-content.info dt {
	border-bottom: none;
	width: 100%;
	padding: 1em 1em 0;
}
.tab-content.info dd {
	border-bottom: 1px solid #ccc;
	width: 100%;
	padding: 0 1em 1em;
}
}

/* テキスト */
/* ============================================ */
.font-serif {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: 600;
}
.wrap-heading {
	padding: 6rem 0 3vw;
	margin-bottom: 4rem;
	position: relative;
}
.wrap-heading::before {
	content: '';
	background-color: rgba(var(--white-rgb), .3);
	background-image: radial-gradient(circle, rgba(var(--white-rgb), .3) 2px, transparent 2px);
	background-position: 0 0;
	background-size: 4px 4px;
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.wrap-heading.about {
	background: url(/common/img/bg_page_about.jpg) center;
	background-size: cover;
}
.wrap-heading.mission {
	background: url(/common/img/bg_page_mission.jpg) center;
	background-size: cover;
}
.wrap-heading.judo {
	background: url(/common/img/bg_page_judo.jpg) center;
	background-size: cover;
}
.wrap-heading.specialist {
	background: url(/common/img/bg_page_specialist.jpg) center;
	background-size: cover;
}
.wrap-heading.school {
	background: url(/common/img/bg_page_school.jpg) center;
	background-size: cover;
}
.wrap-heading.book {
	background: url(/common/img/bg_page_book.jpg) center;
	background-size: cover;
}
.wrap-heading.archive {
	background: url(/common/img/bg_page_archive.jpg) center;
	background-size: cover;
}
.wrap-heading.info {
	background: url(/common/img/bg_page_info.jpg) center;
	background-size: cover;
}
.wrap-heading.inquiry {
	background: url(/common/img/bg_page_inquiry.jpg) center;
	background-size: cover;
}
.wrap-heading.privacy {
	background: url(/common/img/bg_page_privacy.jpg) center;
	background-size: cover;
}
.wrap-heading.admission {
	background: url(/common/img/bg_page_admission.jpg) center;
	background-size: cover;
}
.wrap-heading.member {
	background: url(/common/img/bg_page_member.jpg) center;
	background-size: cover;
}
.wrap-heading.not-found {
	background: linear-gradient(0deg,rgba(var(--black-rgb), .3) 0%, rgba(var(--black-rgb), .1) 100%);
}
.wrap-bg-path {
  z-index: 0;
  position: relative;
}
.wrap-bg-path::after {
  content: '';
  display: block;
  width: 100%;
  height: 3vw;
  background: var(--white);
/*  clip-path: polygon(0 100%, 0 100%, 100% 0, 0 0);*//*上直線三角形*/
	clip-path: polygon(100% 0, 0 100%, 0 100%, 100% 100%); /*下直線三角形*/
	bottom: -1px;
	position: absolute;
}
.wrap-bg-path.black::after {
  background: var(--black);
}
.wrap-heading h1 {
	display: flex;
	font-weight: bold;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 20rem;
	max-height: 30rem;
	height: 20vw;
	position: relative;
}
.wrap-heading .main {
	font-size: 3.6rem;
	padding: 0 .5em;
	text-shadow: 0px 0px 10px var(--white), 0px 0px 10px var(--white), 0px 0px 10px var(--white), 0px 0px 10px var(--white), 0px 0px 10px var(--white), 0px 0px 10px var(--white), 0px 0px 10px var(--white), 0px 0px 10px var(--white);
}
.wrap-heading .sub {
	background: var(--red);
	color: var(--white);
	padding: .25em .5em;
	margin-bottom: .75em;
	min-width: 14em;
	text-align: center;
}
.heading-1 {
	font-size: 3.6rem;
  margin-bottom: 1em;
	padding-left: 1.5em;
	position: relative;
}
.heading-1::before {
	content: '';
	position: absolute;
	width: 1.186em;
	height: .55em;
	display: block;
	left: 0;
	top: .35em;
	background-image: linear-gradient(90deg, var(--red) 50%, transparent 50%), linear-gradient(90deg, var(--red) 50%, transparent 50%), linear-gradient(0deg, var(--red) 50%, transparent 50%), linear-gradient(0deg, var(--red) 50%, transparent 50%);
	background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
	background-position: top, bottom, left, right;
	background-size: .4em .2em, .4em .2em, 0px 0px, 0px 0px;
}
.heading-2 {
	font-size: 2.8rem;
	font-weight: bold;
  margin-bottom: .75em;
	border-left: .25em solid rgba(var(--red-rgb), .2);
	padding-left: .5em;
}
.heading-3 {
	font-size: 2.2rem;
	font-weight: bold;
  margin-bottom: .75em;
}
.heading-4 {
	font-size: 1.8rem;
	font-weight: bold;
  margin-bottom: .75em;
}
.heading-item {
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: 1em;
	border-left: 4px solid var(--red);
	padding-left: .5em;
}
.text-bold {
	font-weight: bold;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right;
}
.text-red {
	color: var(--red);
}
.font-l {
	font-size: 1.5em;
}
.font-m {
	font-size: 1.25em;
}
.font-s,
figcaption {
	font-size: .85em;
}
figcaption {
	margin-top: .5em;
}
@media print, screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
.wrap-heading {
	padding: 6rem 0 5vw;
	}
.wrap-bg-path::after {
	height: 5vw;
	}
.wrap-heading.about {
	background: url(/common/img/bg_page_about_sp.jpg) center;
	background-size: cover;
}
.wrap-heading.mission {
	background: url(/common/img/bg_page_mission_sp.jpg) center;
	background-size: cover;
}
.wrap-heading.judo {
	background: url(/common/img/bg_page_judo_sp.jpg) center;
	background-size: cover;
}
.wrap-heading.specialist {
	background: url(/common/img/bg_page_specialist_sp.jpg) center;
	background-size: cover;
}
.wrap-heading.school {
	background: url(/common/img/bg_page_school_sp.jpg) center;
	background-size: cover;
}
.wrap-heading.book {
	background: url(/common/img/bg_page_book_sp.jpg) center;
	background-size: cover;
}
.wrap-heading.archive {
	background: url(/common/img/bg_page_archive_sp.jpg) center;
	background-size: cover;
}
.wrap-heading.info {
	background: url(/common/img/bg_page_info_sp.jpg) center;
	background-size: cover;
}
.wrap-heading.inquiry {
	background: url(/common/img/bg_page_inquiry_sp.jpg) center;
	background-size: cover;
}
.wrap-heading.privacy {
	background: url(/common/img/bg_page_privacy_sp.jpg) center;
	background-size: cover;
}
.wrap-heading.admission {
	background: url(/common/img/bg_page_admission_sp.jpg) center;
	background-size: cover;
}
.wrap-heading.member {
	background: url(/common/img/bg_page_member_sp.jpg) center;
	background-size: cover;
}
.wrap-heading h1 {
	height: 25vh;
}
.wrap-heading .main,
.heading-1 {
	font-size: 2.8rem;
}
.heading-2 {
	font-size: 2.6rem;
}
.heading-3 {
	font-size: 2.2rem;
}
.heading-4 {
	font-size: 2rem;
}
}
/*　リンク　*/
/* ============================================ */
/*　アイコンフォント　*/
@font-face {
  font-family: 'iconset';
  src:
    url('../fonts/iconset.ttf') format('truetype'),
    url('../fonts/iconset.woff') format('woff'),
    url('../fonts/iconset.svg') format('svg');
  font-weight: normal !important;
  font-style: normal;
  font-display: block;
}

[class^="icon-"]::after, [class*=" icon-"]::after, main a[target="_blank"]::after, main a[href*=".pdf"]::after, main a[href*=".xls"]::after, main a[href*=".doc"]::after,
[class^="icon-"]::before, [class*=" icon-"]::before, main a[href^="#anc-"]::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconset' !important;
	vertical-align: middle;
  speak: never;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
	text-decoration: none !important;
	line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*別窓*/
main a[target="_blank"]::after,
.icon-blank::after {
  content: "\e900";
	font-size: .9em;
	margin-left: .25em;
	margin-right: .25em;
	display: inline-block;
}
a[href*=".doc"][target="_blank"]::after,
a[href*=".xls"][target="_blank"]::after,
a[href*=".pdf"][target="_blank"]::after  {
  content: none; /* ::afterを無効化 */
}
/*ファイル*/
.file-type {
	color: var(--red);
	display: inline-flex;
	font-size: .9em;
}
main a[href*=".xls"] .file-type::before {
	content: "（Excel：";
	font-size: 1em;
	display: inline-block;
}
main a[href*=".doc"] .file-type::before {
	content: "（Word：";
	font-size: 1em;
	display: inline-block;
}
main a[href*=".pdf"] .file-type::before {
	content: "（PDF：";
	font-size: 1em;
	display: inline-block;
}
.file-type::after {
  content: "）";
	font-size: 1em;
	display: inline-block;
}
.btn-link .file-type,
.btn-link .file-type::after,
main a[href*=".xls"][class*="btn-link"] .file-type::before,
main a[href*=".doc"][class*="btn-link"] .file-type::before,
main a[href*=".pdf"][class*="btn-link"] .file-type::before {
	font-weight: 500;
}

/*ページトップ*/
.icon-pagetop::after {
  content: "\e901";
	font-size: 1em;
	margin-left: .25em;
	margin-right: .25em;
	display: inline-block;
}
/*ページリンク*/
.icon-page::after {
  content: "\e902";
	font-size: .85em;
	margin-left: .5em;
	margin-right: .25em;
	display: inline-block;
}
/*ダウンロード*/
.icon-download::after {
  content: "\e903";
	font-size: 1em;
	margin-left: .25em;
	margin-right: .25em;
	display: inline-block;
}
.icon-up::after {
  content: "\e904";
	font-size: .85em;
	margin-left: .25em;
	margin-right: .25em;
	display: inline-block;
}
/*アンカーリンク*/
main a[href^="#anc-"]::after,
.icon-down::after {
  content: "\e905";
	font-size: .85em;
	margin-left: .25em;
	margin-right: .25em;
	display: inline-block;
}
/*ログイン*/
.icon-login::before {
  content: "\e907";
	font-size: 1.25em;
	margin-right: .5em;
	display: inline-block;
}
.icon-mail::before {
  content: "\e90b";
	font-size: 1.4em;
	margin-right: .5em;
	display: inline-block;
}
.icon-set:before {
  content: "\e906";
	font-size: 1em;
	margin-right: .25em;
	display: inline-block;
}
.icon-set2:before {
  content: "\e908";
	font-size: 1em;
	margin-right: .25em;
	display: inline-block;
}
.icon-admission:before {
  content: "\e909";
	font-size: 1.5em;
	margin-right: .25em;
	display: inline-block;
}
main .nav-anc a[href^="#anc-"]::after {
	color: var(--red);
	margin-left: auto;
	margin-right: 0;
	padding-left: .5em;
}
main.index .wrap-con.links a::after,
.no-icon::after {
	display: none !important;
}
.link-text {
	color: var(--blue);
	text-decoration: underline;
	position: relative;
}
.link-text:hover {
	color: var(--red);
	text-decoration: none;
}

/* リスト */
/* ============================================ */
main ul,
main ol {
	line-height: 1.6;
}
ol{
  counter-reset: item;
}
ol.list-num-circle > li {
	position: relative;
	padding-left: 1.5em;
}
ol.list-num-circle > li > span:first-child {
	position: absolute;
	left: 0;
}
ol.list-num > li,
ol.list-alpha > li,
ol.list-roman > li {
	counter-increment: item;
	position: relative;
	padding-left: 1.5em;
}
ol.list-num > li:before,
ol.list-alpha > li:before,
ol.list-roman > li:before {
	position: absolute;
	left: 0;
	content: counter(item);
}
ol.list-alpha > li:before {
	content: counter(item, upper-alpha);
}
ol.list-roman > li:before {
	content: counter(item, upper-roman);
}
ol.list-brackets > li {
	counter-increment: item;
	position: relative;
	padding-left: 2.25em;
}
ol.list-brackets > li:before {
	position: absolute;
	left: -.5em;
	content: "（" counter(item) "）";
}
ol.list-notes-num > li {
	counter-increment: item;
	position: relative;
	padding-left: 2.5em;
}
ol.list-notes-num > li:before {
	position: absolute;
	left: 0;
	content: "※" counter(item) " ";
}
.list-notes > li,
.list-square > li {
	position: relative;
	padding-left: 1.5em;
}
.list-notes > li::before {
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}
.list-square > li::before {
	content: '■';
	position: absolute;
	font-size: .85em;
	top: .15em;
	left: 0;
}
.list-dot > li {
	position: relative;
	padding-left: 1em;
}
.list-dot > li::before {
	content: '';
	border-radius: 50%;
	width: .6em;
	height: .6em;
	display: inline-block;
	background: var(--gray-6);
	position: absolute;
	top: .4em;
	left: .15em;
}
.list-dot.red > li::before {
	background: var(--red);
}
.list-anc {
	display: flex;
	flex-wrap: wrap;
	gap: .5em 2em;
	margin-bottom: 4rem;
}
ol.list-num > li:not(:last-child),
ol.list-brackets > li:not(:last-child),
ol.list-notes-num > li:not(:last-child),
.list-notes > li:not(:last-child),
.list-dot > li:not(:last-child) {
    margin-bottom: .25em;
}
.list-space > li:not(:last-child) {
	margin-bottom: 1em !important;
}

/* ボタン */
/* ============================================ */
.btn-pagetop {
	position: fixed;
	bottom: 0;
	right: calc(50% - 75rem);
	display: none;
  z-index: 10000;
}
.link-pagetop {
	display: flex;
	justify-content: center;
  align-items: center;
	width: 60px;
	height: 60px;
	background: var(--black);
}
.link-pagetop:hover {
	background: var(--gray-9);
}
.link-pagetop:after {
	position: absolute;
	content: '';
	top: calc(50% - .25em);
	left: calc(50% - .5em);
	display: block;
	width: 1em;
	height: 1em;
	border-right: 2px solid var(--white);
	border-bottom: 2px solid var(--white);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.btn-link {
	background: var(--white);
	border: 1px solid var(--gray-c);
	border-radius: 3em;
	padding: .5em 2.5em .5em 1em;
	position: relative;
	font-size: .95em;
	font-weight: bold;
	display: inline-flex;
	align-items: center;
	min-width: 24rem;
	text-align: left;
}
.btn-link:hover {
	border: 1px solid var(--red);
	color: var(--red);
}
.btn-link[class*=" icon-"]::after {
	color: var(--red);
	position: absolute;
	right: .75em;
	top: 0;
	bottom: 0;
	margin: auto 0;
	height: 1em;
	font-size: 1em;
}
.btn-link.no-icon {
	padding: .5em .5em .5em 1em;
	flex-wrap: wrap;
}
.btn-link.black {
	background: var(--black);
	color: var(--white);
	border: 1px solid var(--black);
}
.btn-link.black::before {
	content: '';
	background: var(--gray-c);
	border-radius: 3em;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 1;
	transition: all .3s ease;
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: -1;
}
.btn-link.black:hover{
	background: var(--red);
	border: 1px solid var(--red);
}
.btn-link.black:hover::before {
	opacity: 0;
}
.btn-link.black[class*=" icon-"]::after {
	color: var(--white);
}
@media screen and (max-width: 767px) {
	.link-pagetop {
		width: 50px;
		height: 50px;
	}
}

/* PC・SPの表示・非表示　 */
@media print, screen and (min-width: 960px) {
	.sp960-only {
		display: none;
	}
}

@media print, screen and (min-width: 768px) {
	.sp-only {
		display: none;
	}
}
@media screen and (max-width: 959px) {
	.pc960-only {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.pc-only {
		display: none;
	}
	.sp-scroll {
		overflow-x: scroll;
		width: 100%;
	}
	.sp-scroll table {
		min-width: 80rem;
	}
}


/* width */
/* ============================================ */
.max-w1500 {
	max-width: var(--con-l);
}
.max-w1200 {
	max-width: var(--con-m);
}
.max-w1000 {
	max-width: var(--con-s);
}
.max-w800 {
	max-width: var(--con-xs);
}
.max-w400 {
	max-width: 40rem;
}
.width-100 {
	width: 100%;
}
.width-90 {
	width: 90%;
}
.width-85 {
	width: 85%;
}
.width-80 {
	width: 80%;
}
.width-75 {
	width: 75%;
}
.width-70 {
	width: 70%;
}
.width-65 {
	width: 65%;
}
.width-60 {
	width: 60%;
}
.width-55 {
	width: 55%;
}
.width-50 {
	width: 50%;
}
.width-45 {
	width: 45%;
}
.width-40 {
	width: 40%;
}
.width-35 {
	width: 35%;
}
.width-30 {
	width: 30%;
}
.width-25 {
	width: 25%;
}
.width-20 {
	width: 20%;
}
.width-15 {
	width: 15%;
}
.width-10 {
	width: 10%;
}
.w-1 {
  width: 1em;
}
.w-2 {
  width: 2em;
}
.w-3 {
  width: 3em;
}
.w-4 {
  width: 4em;
}
.w-5 {
  width: 5em;
}
.w-6 {
  width: 6em;
}
.w-7 {
  width: 7em;
}
.w-8 {
  width: 8em;
}
.w-9 {
  width: 9em;
}
.w-10 {
  width: 10em;
}


/* フォーム */
/* ============================================ */
.wrap-form button {
	padding: .5em;
	background: var(--gray-c);
}
input,
select,
textarea {
	border: 1px solid var(--gray-9);
	padding: .5em .75em;
}


/* margin/padding */
/* ============================================ */
.mt-0 {
	margin-top: 0 !important;
}
.mt-05 {
	margin-top: .5em !important;
}
.mt-1 {
	margin-top: 1em !important;
}
.mt-2 {
	margin-top: 2em !important;
}
.mt-3 {
	margin-top: 3em !important;
}
.mt-4 {
	margin-top: 4em !important;
}
.mt-5 {
	margin-top: 5em !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.mb-05 {
	margin-bottom: .5em !important;
}
.mb-1 {
	margin-bottom: 1em !important;
}
.mb-2 {
	margin-bottom: 2em !important;
}
.mb-3 {
	margin-bottom: 3em !important;
}
.mb-4 {
	margin-bottom: 4em !important;
}
.mb-5 {
	margin-bottom: 5em !important;
}
.ml-0 {
	margin-left: 0 !important;
}
.ml-1 {
	margin-left: 1em !important;
}
.ml-2 {
	margin-left: 2em !important;
}
.ml-3 {
	margin-left: 3em !important;
}
.mr-0 {
	margin-right: 0 !important;
}
.mr-1 {
	margin-right: 1em !important;
}
.mr-2 {
	margin-right: 2em !important;
}
.mr-3 {
	margin-right: 3em !important;
}
.ml-auto {
	margin-left: auto !important;
}
.mr-auto {
	margin-right: auto !important;
}
.pt-0 {
	padding-top: 0 !important;
}
.pt-05 {
	padding-top: .5em !important;
}
.pt-1 {
	padding-top: 1em !important;
}
.pt-2 {
	padding-top: 2em !important;
}
.pt-3 {
	padding-top: 3em !important;
}
.pt-4 {
	padding-top: 4em !important;
}
.pt-5 {
	padding-top: 5em !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.pb-05 {
	padding-bottom: .5em !important;
}
.pb-1 {
	padding-bottom: 1em !important;
}
.pb-2 {
	padding-bottom: 2em !important;
}
.pb-3 {
	padding-bottom: 3em !important;
}
.pb-4 {
	padding-bottom: 4em !important;
}
.pb-5 {
	padding-bottom: 5em !important;
}
.pl-0 {
	padding-left: 0 !important;
}
.pl-1 {
	padding-left: 1em !important;
}
.pl-2 {
	padding-left: 2em !important;
}
.pl-3 {
	padding-left: 3em !important;
}
.pr-0 {
	padding-right: 0 !important;
}
.pr-1 {
	padding-right: 1em !important;
}
.pr-2 {
	padding-right: 2em !important;
}
.pr-3 {
	padding-right: 3em !important;
}


/* 変数*/
/* ============================================ */
:root {
	--red: #d00000;
	--red-rgb: 208, 0, 0;
	--blue: #0040d0;
	--blue-rgb: 0, 64, 208;
	--white: #fff;
	--white-rgb: 255, 255, 255;
	--black: #000;
	--black-rgb: 0, 0, 0;
	--gray-3: #333;
	--gray-6: #666;
	--gray-9: #999;
	--gray-c: #ccc;
	--gray-e: #eee;
	--con-l: 150rem;
	--con-m: 120rem;
	--con-s: 100rem;
	--con-xs: 80rem;
}

/* print CSS*/
/* ============================================ */
@media print {
 @page {
        size: A4;
        margin: 10mm;
    }
  html, body {
    height: auto;
  }
	body {
    width: 1500px !important;
    display: inline-block;
    transform: scale(0.72);
        transform-origin: 0 0;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    }
  header {
    position: relative;
		top: 0;
  }
  .btn-pagetop {
    display: none !important;
  }
}
  