@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;
}

/* リセット-テキスト関連 */
/* ============================================ */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
a:hover {
	transition: .5s;
	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;
}
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: .5s;
}
embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}
/* Edge、Firefoxで正しいディスプレイを追加 */
details {
  display: block;
}
summary {
  display: list-item;
}
/*　リセットcss終了　*/

/* ============================================ */
body {
	color: var(--black);
	font-size:  1.8em;
  font-family: "Hiragino Kaku Gothic ProN",  "Hiragino Sans", Meiryo, sans-serif;
	font-weight: 400;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) and (max-width: 1920px) {
	body {
			font-size: calc(1.5rem + ((1vw - (768 / 100 * 0.1rem)) * 100 * (18 - 15) / (1920 - 768)));
	}
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }
}
header {
	width: 100%;
	background: var(--white);
}
main {
  line-height: 1.8;
	margin-top: 10rem;
}
main a {
  text-underline-offset:4px;
}
img {
	width: 100%;
	height: auto;
}
main table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.5;
}
main th, main td {
	padding: .5em;
	border: 1px solid var(--black);
	text-align: left;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
}


/* ヘッダー */
/* ============================================ */
	.title-site img {
		object-fit: cover;
    height: 100%;
    width: auto;
	}

/* PC-header */
/* ============================================ */
@media print, screen and (min-width: 960px) {
	header {
		height: 10rem;
    transition: all 0.5s ease;
		position: fixed;
		top: 0;
		z-index: 100;
	}
  header.active {
    height: 6rem;
  }
	header.active + main {/*header固定時のtop: -6rem;の位置補正*/
/*		padding-top: 6rem;*/
	}
	header .sp-only {
		display: none;
	}
	.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 {
/*		width: 20%;*/
		margin-right: 1em;
		height: 75%;
	}
  .btn-g-nav {
    display: none;
  }

/* PC-メニュー表示 
----------------------------------------*/
.wrap-g-nav {
  width: 100%;
  height: 100%;
  display: flex;
  transition: all 0.5s ease;
}
.wrap-g-nav nav {
  display: flex;
	flex-direction: column-reverse;
/*  align-items: flex-end;*/
  justify-content: center;
  width: 100%;
  }
.g-nav {
  display: flex;
	justify-content: center;
  transition: all 0.5s ease;
  }
.g-nav > li	{
	padding-right: 4em;
}
.g-nav_link {
	font-size: 1.3em;
	font-weight: bold;
	position: relative;
	padding-bottom: .75em;
}
	.g-nav_link::after {
		content: '';
		background: var(--blue);
		border-radius: 2px;
		width: 0%;
		height: 4px;
		margin: auto;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		transition: .3s;
		z-index: -1;
	}
	.g-nav_link:hover::after,
	.g-nav_link.current::after {
		width: 100%;
	}
}

/* SP-header */
/* ============================================ */
@media screen and (max-width: 959px) {
	body > header {
		height: 50px;
		z-index: 10000;
    position: relative;
	}
	body > header .pc-only {
		display: none;
	}
	header .pc-only {
		display: none;
	}
	main {
		margin-top: 0;
	}
	.header-inner {
		align-items: center;
		display: flex;
		margin: 0 auto;
		height: 100%;
		width: calc(100% - 1em - 1em);
	}
	.title-site {
		height: 80%;
	}

/* SP-ハンバーガーメニュー 
----------------------------------------*/
  .btn-g-nav {
  background: var(--black);
  width: 50px;
    height: 50px;
    display: block;
    margin-left: auto;
    position: fixed;
    right: 0;
    top: 0;
    padding: 12px;
    cursor: pointer;
    z-index: 100;
}
.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);
}
.btn-g-nav_line {
    display: block;
    height: 1px;
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    width: 26px;
    background-color: var(--white);
    transition: all 0.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: -8px;
}
.btn-g-nav_line:after {
    top: 8px;
}
.btn-g-nav_text {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.btn-g-nav_text::before {
    content: 'MENU';
    color: var(--white);
    position: absolute;
    width: 50px;
    right: 0;
    bottom: .5em;
    font-size: 1rem;
    text-align: center;
}
  
/* SP-メニュー表示 
----------------------------------------*/
.wrap-g-nav nav {
	background: rgba(var(--white-rgb), .8);
	position: fixed;
	padding: 60px 0;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	transition: all 0.3s ease;
	backdrop-filter: blur(16px);
	visibility: hidden;
	opacity: 0;
}
.wrap-g-nav nav.active {
	overflow-y: auto;
	visibility: visible;
	opacity: 1;
	}
  .g-nav {
		font-size: 1.2em;
		font-weight: bold;
    max-width: 480px;
    width: calc(100% - 4em);
    margin: auto;
		text-align: center;
  }
.g-nav > li a {
  display: inline-block;
  margin: 1.5em .5em;
  position: relative;
}
}

/* フッター領域 */
/* ============================================ */
footer .copy {
  font-size: 1.2rem;
	padding: 6em 2em;
	text-align: center;
}

/* コンテンツ領域 */
/* ============================================ */
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;
}
.con-inner {
	width: calc(100% - 4vw - 4vw);
	max-width: var(--con-m);
	margin-left: auto;
	margin-right: auto;
}
section:has(.heading-3):not(:last-child) {
	margin-bottom: 4rem;
}
section:has(.heading-2):not(:last-child) {
	margin-bottom: 8rem;
}
section:has(.heading-1):not(:last-child) {
	margin-bottom: 12rem;
}
.wrap-bread {
	background: var(--gray-e);
	border-radius: 1em;
	font-size: .8em;
	line-height: 1.5;
	margin-top: 10rem;
	padding: 1em 2vw;
	display: flex;
	justify-content: center;
}
.wrap-bread ul {
	max-width: var(--con-l);
	width: 100%;
	display: inline-block;
}
.wrap-bread ul li {
    position: relative;
    display: inline;
}
.wrap-bread ul li:not(:last-child)::after {
    content: ' / ';
    display: inline-block;
    margin: 0 .75em;
}
.wrap-bread ul li a {
    border-bottom: 1px solid rgba(51, 51, 51, 1);
    font-weight: bold;
	padding-bottom: .25em;
}
.wrap-bread ul li a:hover {
	border-bottom:  1px solid  rgba(51, 51, 51, 0);
}
@media screen and (max-width: 767px) {
.con-inner {
	width: calc(100% - 1em - 1em);
	}
section:has(.heading-3):not(:last-child) {
	margin-bottom: 3rem;
}
section:has(.heading-2):not(:last-child) {
	margin-bottom: 6rem;
}
section:has(.heading-1):not(:last-child) {
	margin-bottom: 10rem;
}
	.wrap-bread {
  margin-top: 8rem;
	padding: 1em;
}
}
/* テキスト */
/* ============================================ */
.heading-page {
	background-size: cover !important;
	color: var(--d-blue);
	font-weight: bold;
	text-align: center;
	padding: 10em 1em 0;
	margin-bottom: 5em;
	position: relative;
	overflow: hidden;
}
.heading-page.company {
		background: url(/common/img/company_heading.jpg) center;
}
.heading-page.products {
		background: url(/common/img/products_heading.jpg) center;
}
.heading-page::before {
	content: '';
	background: var(--white);
	border-radius: 1em 1em 0 0;
	display: block;
	max-width: 60rem;
	width: calc(100% - 2em);
	height: 100%;
	margin: auto;
	position: absolute;
	top: 8em;
	left: 0;
	right: 0;
}
.heading-page span {
	font-size: 2em;
	line-height: 1.4;
	position: relative;
	z-index: 1;
}
.heading-page > .heading-en {
	font-size: .9em;
	font-weight: normal;
	display: block;
}
.heading-page.con-inner,
.wrap-bread.con-inner {
	max-width: var(--con-l);
}
.heading-1 {
	border-top: 2px dotted rgba(var(--d-blue-rgb), .4);
	border-bottom: 2px dotted rgba(var(--d-blue-rgb), .4);
	font-size: 2em;
	font-weight: bold;
	padding: .25em;
  margin-bottom: .75em;
}
.heading-2 {
	font-size: 1.6em;
	font-weight: bold;
  margin-bottom: .5em;
}
.text-bold {
	font-weight: bold;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-m {
	font-size: 1.2em;
}
.font-s,
figcaption {
	font-size: .85em;
}
.font-red {
	color: var(--red);
}
@media print, screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	.heading-page {
		padding: 10em 2em 0;
	}
	.heading-page.company {
		background: url(/common/img/company_heading_sp.jpg) center;
	}
	.heading-page.products {
		background: url(/common/img/products_heading_sp.jpg) center;
	}
.heading-1 {
	font-size: 1.65em;
}
.heading-2 {
	font-size: 1.4em;
}
}
/*　リンク　*/
/* ============================================ */
/*　アイコンフォント　*/
@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*=".xlsx"]::after, main a[href*=".docx"]::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;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*別窓*/
main a[target="_blank"]::after,
.icon-blank::after {
  content: "\e900";
	font-size: 1em;
	margin-left: .25em;
	margin-right: .25em;
	display: inline-block;
}
/*ファイル*/
main a[href*=".xlsx"]::after,
main a[href*=".docx"]::after,
main a[href*=".pdf"]::after,
.icon-file::after {
  content: "\e909";
	font-size: 1em;
	margin-left: .25em;
	margin-right: .25em;
	display: inline-block;
}
/*ページトップ*/
.icon-pagetop::after {
  content: "\e901";
	font-size: 1em;
	margin-left: .25em;
	margin-right: .25em;
	display: inline-block;
}
/*ページリンク*/
.icon-page::after {
  content: "\e902";
	font-size: .75em;
	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: .75em;
	margin-left: .25em;
	margin-right: .25em;
	display: inline-block;
}
/*アンカーリンク*/
main a[href^="#anc-"]::after,
.icon-down::after {
  content: "\e905";
	font-size: .75em;
	margin-left: .25em;
	margin-right: .25em;
	display: inline-block;
}
/*言語*/
.icon-language::before {
  content: "\e906";
	font-size: 1em;
	margin-left: .25em;
	margin-right: .25em;
	display: inline-block;
}
/*ログイン*/
.icon-login::before {
  content: "\e907";
	font-size: 1em;
	margin-left: .25em;
	margin-right: .25em;
	display: inline-block;
}
/*検索*/
.icon-search::before {
  content: "\e908";
	font-size: 1em;
	margin-left: .25em;
	margin-right: .25em;
	display: inline-block;
}
.link-text {
	text-decoration: underline;
	position: relative;
}
.link-text:hover {
	text-decoration: none;
}

/* リスト */
/* ============================================ */
main ul,
main ol {
	line-height: 1.6;
}
ol{
  counter-reset: item;
}
ol.list-num > li {
	counter-increment: item;
	position: relative;
	padding-left: 1.5em;
}
ol.list-num > li:before {
	position: absolute;
	left: 0;
	content: counter(item);
}
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 {
	position: relative;
	padding-left: 1.5em;
}
.list-notes > li::before {
	content: '※';
	position: absolute;
	top: 0;
	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(--blue);
	position: absolute;
	top: .4em;
	left: .15em;
}
.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: .5em;
}

/* ページトップボタン */
/* ============================================ */
.btn-pagetop {
	position: fixed;
	bottom: 1.5em;
	right: .5em;
	display: none;
  z-index: 10000;
}
.link-pagetop {
	display: flex;
	justify-content: center;
  align-items: center;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: var(--d-blue);
}
.link-pagetop:hover {
	background: var(--blue);
}
.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);
}
@media screen and (max-width: 767px) {
	.link-pagetop {
		width: 50px;
		height: 50px;
	}
}

/* PC・SPの表示・非表示　 */
@media print, screen and (min-width: 768px) {
	main .sp-only {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	main .pc-only {
		display: none;
	}
}


/* width */
/* ============================================ */
.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-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: #00baef;
	--blue-rgb: 0, 186, 239;
	--d-blue: #004c99;
	--d-blue-rgb: 0, 76, 153;
	--white: #fff;
	--white-rgb: 255, 255, 255;
	--black: #333;
	--black-rgb: 51, 51, 51;
	--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;
  }
}
  