@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;
  text-decoration-skip-ink: none;
  text-underline-offset: 3px;
	transition: all 0.3s ease;
}
a:hover {
	transition: all 0.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: .65em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -.1em;
}
sup {
  top: -.35em;
}

/* リセット-リスト */
/* ============================================ */
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、IEでオーバーフローを表示. */
button,
input {
  overflow: visible;
}
/* Edge, Firefox, and IEのテキスト変換の継承を削除 */
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;
}
a:focus-visible,
button:focus-visible {
  outline: #78be20 solid 2px;
  outline-offset: 1px;
}
/* フォーカススタイルを復元 */
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およびIEでのテキストの折り返し修正 */
  max-width: 100%; /* EdgeおよびIEでのテキストの折り返し修正 */
  padding: 0; /*  `fieldset`要素をゼロにしたときに引っ掛からないように */
  white-space: normal; /* EdgeおよびIEでのテキストの折り返し修正 */
}
/* Chrome、Firefox、Operaで正しい垂直方向の配置 */
progress {
  vertical-align: baseline;
}
/* IEのデフォルトの垂直スクロールバーを削除. */
textarea {
  overflow: auto;
}
/* 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とIEでオーバーフロー */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}
address {
  font-style: inherit;
}
body:not(#resin_serch) img {
  border-style: none;
  vertical-align: bottom;
}
embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}
/* Edge、IE +、Firefoxで正しいディスプレイを追加 */
details {
  display: block;
}
summary {
  display: list-item;
}
/* IEで正しいディスプレイを追加. */
template,
[hidden] {
  display: none;
}
/*　リセットcss終了　*/

/*　各種変数　*/
/* ============================================ */
:root {
/*  紫  */
  --purple: #991d85;
  --purple-20: #ebd2e7;
  --purple-10: #f5e8f3;
  --purple-rgb: 153, 29, 133;
/*  ベージュ  */
  --beige: #dad5c9;
  --beige-60: #e9e6df;
  --beige-40: #f0eee9;
  --beige-rgb: 218, 213, 201;
/*  オレンジ  */
  --orange: #dc6b2f;
  --orange-rgb: 220, 107, 47;
/* ボタンサイズ  */
  --bt-large: 480px;
  --bt-middle: 360px;
  --bt-small: 240px;
}

/* ============================================ */
body {
	font-size:  1.6em;
  font-family: 'Noto Sans', '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;
}
body > header {
	width: 100%;
	position: sticky;
	background: #fff;
  top: 0;
}
main {
	color: #000;
  margin-bottom: 100px;
}
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(--beige);
	text-align: left;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
}
header a:hover {
  text-decoration: none !important;
}
.wrap-g-nav nav {
  line-height: normal;
}
.sub-nav li a,
.sub-nav li button,
.lang-nav {
  display: inline-flex;
  align-items: center;
}
.lang-nav li:first-child::after {
  content: '｜';
  padding: 0 .25em;
}
.sub-nav li a:hover,
.sub-nav li button:not(.mf_finder_searchBox_submit):hover,
.lang-nav a:hover,
.nav-search.active,
.language.active {
  color: var(--purple);
}
@media print, screen and (min-width: 960px) {
  .sub-nav li {
  display: inline-flex;
  align-items: center;
}
}
@media screen and (max-width: 959px) {
  body {
    font-size: 1.5rem;
  }
}

/* PC-header */
/* ============================================ */
@media print, screen and (min-width: 960px) {
	body > header {
		height: 100px;
		z-index: 10000;
    transition: all 0.3s ease;
	}
  body > header.active {
    height: 80px;
  }
	.header-inner {
		align-items: center;
		display: flex;
		margin: 0 auto;
		height: 100%;
		width: calc(100% - 1em - 1em);
    max-width: 1920px;
	}
  .sitename {
    max-width: 170px;
    width: 20%;
    transition: all 0.3s ease;
    padding-right: 1em;
  }
body > header.active .sitename {
  max-width: 130px;
  }
  .btn-g-nav {
    display: none;
  }

/* PC-メニュー表示 
----------------------------------------*/
.wrap-g-nav {
  width: calc(100% - 170px);
  min-width: 80%;
  display: flex;
  transition: all 0.3s ease;
}
body > header.active .wrap-g-nav {
  width: calc(100% - 120px);
}
.wrap-g-nav nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  }
.wrap-g-nav nav.active {
  width: 100%;
  height: 100%;
  right: 0;
}
.g-nav {
  display: flex;
  transition: all 0.3s ease;
  position: absolute;
  bottom: 0;
  padding-right: 9em;
  }
body > header.active .g-nav > li > a,
body > header.active .g-nav button {
    line-height: 1;
  position: relative;
  z-index: 2;
  }
.g-nav > li > a {
  display: flex;
  align-items: center;
  padding: .75em 1.25vw .75em 1.25vw;
  position: relative;
  height: 100%;
}
.g-nav_link.g-sub-nav span {
  text-align: center;
  display: block;
  padding: .75em 1.5vw .75em 1.5vw;
}
body > header.active .g-nav_link.g-sub-nav span,
body > header.active .g-nav > li > a {
    padding: .6em 1.5vw .85em;
  }
.g-nav_link.g-sub-nav span::after {
  content: "\e905";
  font-family: 'iconset';
	vertical-align: middle;
  font-size: .75em;
  display: inline;
  margin-left: .75em;
}
.g-nav_link.g-sub-nav.active span::after {
  content: "\e904";
}
.g-nav_link.g-sub-nav.active span
{
  background: var( --beige-40);
  color: var(--purple);
}
  .g-nav > li  > a:hover,
.g-nav_link.g-sub-nav span:hover {
  color: var(--purple);
}
.wrap-g-sub-nav,
.wrap-header-search {
  position: fixed;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: inherit;
}
.wrap-g-sub-nav {
  top: 100px;
}
.wrap-header-search {
  top: 40px;
}
header.active .wrap-g-sub-nav {
  top: 80px;
}
header.active .wrap-header-search {
  top: 32px;
}
.wrap-g-sub-nav.active,
.wrap-header-search.active {
  height: auto;
  visibility: visible;
  z-index: 2;
}
.wrap-g-sub-nav .con-inner,
.wrap-header-search .con-inner {
  background: var( --beige-40);
  height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: all 0.3s ease;
  max-width: 1920px;
  border-bottom: 4px solid #fff;
  }
.wrap-g-sub-nav.active .con-inner,
.wrap-header-search.active .con-inner {
  padding: 3em 0;
  height: auto;
  visibility: visible;
  transition: all 0.3s ease;
  }
.wrap-g-nav .g-sub-nav_list {
  max-width: 1200px;
  width: calc(100% - 2em);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
  .wrap-g-nav .g-sub-nav_list li {
    width: 30%;
    border-bottom: 2px solid #fff;
    padding: .75em .5em .25em;
  }
    .wrap-g-nav .g-sub-nav_list li:not(:nth-child(3n)) {
      margin-right: 5%;
  }
.wrap-g-nav .g-sub-nav_list li:last-child a {
  border-bottom: none;
}
  .wrap-g-nav .g-sub-nav_list li a:hover {
    color: var(--purple);
  }
  .wrap-sub-nav {
    position: absolute;
    display: flex;
    margin: auto;
    top: 20%;
    padding-right: 9em;
  }
body > header.active .wrap-sub-nav {
    top: 15%;
  }
    .wrap-sub-nav > * {
      display: flex;
  }
  .sub-nav,
  .lang-nav {
    font-size: 1.4rem;
    margin: 0 1.5em;
  }
  .sub-nav li:not(:last-child) {
    margin-right: 1.5em;
  }
  .nav-contact {
    margin-left: auto;
    max-width: 200px;
    min-width: 9em;
    width: 11vw;
    font-size: 1.8rem;
    z-index: 1;
  }
  .nav-contact a {
    background: var(--purple);
    color: #fff;
    line-height: 70px;
    display: block;
    padding: 0 1em;
    text-align: center;
  }
.nav-contact a:hover {
    background: #333;
  }
body > header.active .nav-contact {
    font-size: 1.5rem;
  }
body > header.active .nav-contact a {
    line-height: 40px;
  }
.nav-search {
	position: relative;
    z-index: 1;
}
.nav-search.active:after {
        content: "";
        width: 115%;
        height: 30px;
        background: var(--purple-10);
        position: absolute;
        z-index: -1;
        left: -.5rem;
}
	.nav-search + .wrap-header-search .con-inner{
		 background: var(--purple-10);	
		margin-top: .5rem;
	}	
}
.search_col {
    width: 96%;
    max-width: 60rem;
    margin: auto;
}
.mf_finder_searchBox_query_input {
  font-size: 1em !important;
}
.mf_finder_container input[type=text],input.mf_finder_searchBox_query_input  {
    background: #fff;
    border-left: solid 1px #707070;
    border-top: solid 1px #707070;
    border-bottom: solid 1px #707070;
}
	.mf_finder_container button,button.mf_finder_searchBox_submit{
		background: var(--purple);
		    border-radius: 0;
		text-align: center;
	}
	.mf_finder_container button:before,button.mf_finder_searchBox_submit:before{
		display: none;
	}
.mf_finder_searchBox{
	margin: 0 !important;
}
@media (min-width: 960px) and (max-width: 1366px) {
.g-nav > li > a,
.g-nav button {
    font-size: calc(1.3rem + ((1vw - (960 / 100 * 0.1rem)) * 100 * (16 - 13) / (1366 - 960)));
}
  .nav-contact {
    font-size: calc(1.4rem + ((1vw - (960 / 100 * 0.1rem)) * 100 * (18 - 14) / (1366 - 960)));
  }
  .sub-nav,
  .lang-nav {
    font-size: calc(1.2rem + ((1vw - (960 / 100 * 0.1rem)) * 100 * (14 - 12) / (1366 - 960)));
  }
}

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

/* SP-ハンバーガーメニュー 
----------------------------------------*/
  .btn-g-nav {
  background: #000;
  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: #fff;
    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: #fff;
    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: #fff;
    position: absolute;
    width: 50px;
    right: 0;
    bottom: .5em;
    font-size: 1rem;
    text-align: center;
}
  
/* SP-メニュー表示 
----------------------------------------*/
.wrap-g-nav nav {
  background: #fff;
position: fixed;
    padding: 60px 0;
    display: flex;
    flex-direction: column;
    width: 0;
    height: 100%;
    top: 0;
    right: -100%;
    transition: all 0.3s ease;
}
.wrap-g-nav nav.active {
    width: 100%;
    height: 100%;
    right: 0;
    overflow-y: auto;
  }
.wrap-g-nav {
  padding: 0 6vw 3em;
  display: block;
  width: 100%;
  max-width: 1000px;
  margin:  0 auto;
  overflow-y: auto;
}
  .g-nav {
    max-width: 480px;
    width: calc(100% - 4em);
    margin: 0 auto;
  }
.g-nav > li a {
  display: block;
  padding: 1em .5em;
  border-bottom: 1px solid #ccc;
  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: #333;
    transform: translateY(-50%);
    transition: transform 0.3s;
}
.g-nav_link.g-sub-nav::before {
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 1em;
    background-color: #333;
    transform: translateY(-50%);
}
.g-nav_link.active::after {
  transform: translateY(-50%) rotate(-90deg);
}
.g-nav_link.g-sub-nav span {
    display: block;
    padding: 1em .5em;
    border-bottom: 1px solid #ccc;
    position: relative;
}
.g-nav_link.g-sub-nav.active span {
  border-bottom: none;
}
  .nav-search {
    width: max-content;
  }
  .nav-search.active {
    position: relative;
    width: 100%;
  }
  .nav-search.active::after {
    content: '';
  background: var(--purple-10);
    width: calc(100% + 1.5em);
    position: absolute;
    left: -.5em;
    top: -.5em;
    z-index: -1;
    height: 2em;
  }
.wrap-g-sub-nav,
.wrap-header-search {
  width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: all 0.3s ease;
}
.wrap-header-search {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  background: var(--purple-10);
  }
.wrap-g-sub-nav.active {
  height: auto;
  visibility: visible;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
  .wrap-header-search.active  {
  height: auto;
  visibility: visible;
  padding: 2em 1em;
  }
.wrap-g-nav .g-sub-nav_list {
  margin-bottom: .5em;
}
  .wrap-g-nav .g-sub-nav_list li a {
    border-top: 2px dotted #ccc;
    border-bottom: none;
    padding: .5em;
  }
.wrap-g-nav .g-sub-nav_list li:last-child a {
}
  .wrap-sub-nav {
    display: block;
    padding: 2em;
    max-width: 240px;
    margin: 0 auto;
  }
  .sub-nav li {
    margin-bottom: 1.5em;
  }
  .nav-contact a {
    background: var(--purple);
    color: #fff;
    line-height: 48px;
    display: block;
    padding: 0 1em;
    text-align: center;
    max-width: 240px;
    margin: auto;
}
	.mf_finder_container button,button.mf_finder_searchBox_submit{
		font-size: 13px;
		width: 6rem;
	}
	.mf_finder_container button span,button.mf_finder_searchBox_submit span{
		display: block;
	}
.con-inner.head_search {
    width: 100%;
}
.head_search .search_col {
    width: 100%;
}
}

/* フッター領域 */
/* ============================================ */
.footer-nav {
	background: #333;
	padding: 1.5em;
  margin: auto;
  width: calc(100% - 1em - 1em);
  max-width: 1920px;
}
.footer-nav a {
	color: #fff;
}
footer .copy {
  text-align: center;
  font-size: 1.2rem;
	padding: 2.5em 0;
}
/* PC-footer */
/* ============================================ */
@media print, screen and (min-width: 960px) {
footer {
}
.footer-nav ul {
  display: flex;
  font-size: 1.4rem;
  justify-content: center;
  margin: .5em;
  }
.footer-nav li {
  padding: 0 1.5em;
  }
.footer-nav li:not(:last-child) {
  border-right: 1px solid #999;
  }
  .footer-nav a:hover {
    color: #fff;
    text-decoration: underline;
  }
footer .copy {
}
}
/* SP-footer */
/* ============================================ */
@media screen and (max-width: 959px) {
  .footer-nav ul {
  font-size: 1.4rem;
    display: inline-block;
    text-align: left;
  }
.footer-nav li:not(:last-child) {
  margin-bottom: 1.5em;
  }
}
  
  /* コンテンツ領域 */
/* ============================================ */
.wrap-bread {
  background: var(--beige-40);
  width: calc(100% - 1em - 1em);
  max-width: 1920px;
  margin: auto auto 60px !important;
}
.wrap-bread ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.3rem;
  padding: .75em 0;
}
.wrap-bread ul li:not(:last-child)::after {
  content: '/';
  display: inline;
  margin: 0 1em;
}
.wrap-bread a {
  border-bottom: 1px solid rgb(var(--purple-rgb), 0);
}
.wrap-bread a:hover {
  color: var(--purple);
  border-bottom: 1px solid var(--purple);
}
.wrap-serch-resin {
	display: none;
/*
  background: var(--beige-40);
  padding: 2.5em;
  text-align: center;
*/
}
.wrap-serch-resin p:first-child {
  font-size: 2.4rem;
  font-weight: bold;
}
.wrap-serch-resin .icon-search {
  padding: 1em 1em 1em .5em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 2px solid var(--purple);
  color: var(--purple);
  font-size: 2rem;
  font-weight: bold;
  max-width: 480px;
  width: 90%;
  margin-top: .75em;
}
.wrap-serch-resin .icon-search::before {
  margin-right: .75em;
}
.wrap-serch-resin .icon-search:hover {
  background: var(--purple);
  color: #fff;
}
.wrap-img-fv {
  display: block;
  margin-bottom: 40px !important;
}
.con-inner {
	width: calc(100% - 1em - 1em);
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.85;
}
.con-inner.middle {
	max-width: 1200px;
}
.wrap-text-inner > p:not(:last-child) {
  margin-bottom: 1em;
}
.list-inner-nav {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  font-weight: bold;
  position: relative;
}
.list-inner-nav li {
  white-space: nowrap;
  text-align: center;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-bottom: 4px solid rgb(var(--purple-rgb), 0);
  max-width: 200px;
  width: 25%;
  transition: .5s all;
}
.list-inner-nav li a {
  display: block;
  padding: .5em 1em;
}
.list-inner-nav li:not(:last-of-type) {
  margin-right: 2px;
}
.wrap-nav-anc {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 1em;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  margin-bottom: 40px;
  line-height: 1.8;
}
.list-inner-nav li.active,
.list-inner-nav li:hover {
  color: var(--purple);
  border-bottom: 4px solid rgb(var(--purple-rgb), 1);
}
.wrap-nav-anc ul {
  display: flex;
  flex-wrap: wrap;
}
.wrap-nav-anc li {
  position: relative;
}
.wrap-nav-anc li::after {
  content: '｜';
  padding: 0 1em;
}
.list-inner-nav li.active,
.wrap-nav-anc li.active a {
  font-weight: bold;
  pointer-events: none;
}
.wrap-nav-anc li a{
  border-bottom: 2px solid rgb(var(--purple-rgb), 0);
}
.wrap-nav-anc li a:hover {
  color: var(--purple);
  border-bottom: 2px solid rgb(var(--purple-rgb), 1);
}
.wrap-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 959px) {
.wrap-bread {
  margin-bottom: 40px !important;
  padding: .5em .75em;
  }
.wrap-bread ul {
  font-size: 1.1rem;
  display: inline;
  }
.wrap-bread ul li {
  display: inline;
  }
  .wrap-nav-anc li::after {
  padding: 0 .25em;
  }
.list-inner-nav li.active,
.list-inner-nav li:hover {
  color: var(--purple);
  border-bottom: 4px solid rgb(var(--purple-rgb), 1);
}
  .list-inner-nav li {
    width: auto;
  }
  .wrap-img-fv picture {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
.wrap-serch-resin {
  padding: 1.5em;
}
.wrap-serch-resin p:first-child {
  font-size: 1.8rem;
}
.wrap-serch-resin .icon-search {
    font-size: 1.8rem;
}
}

/* テキスト */
/* ============================================ */
.heading-page {
  background: var(--purple);
  width: calc(100% - 1em - 1em);
  max-width: 1920px;
  margin: 0 auto 2px;
}
.heading-page h1 {
  color: #fff;
  display: flex;
  flex-direction: column;
  font-weight: bold;
  justify-content: center;
  min-height: 120px;
  line-height: 1.4;
  padding: .75em 0;
}
.heading-page h1 .sub {
  font-size: 1.6rem;
  font-weight: normal;
  display: block;
}
.heading-page h1 .main {
  font-size: 3.2rem;
  display: block;
}
.heading-1 {
  color: var(--purple);
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: .75em !important;
  line-height: 1.5;
}
.heading-2 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: .75em !important;
  line-height: 1.5;
}
.heading-3 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: .75em;
}
.text-bold {
	font-weight: bold;
}
.text-center {
  text-align: center;
}
.text-right {	
text-align: right;	
}
.text-purple {
  color: var(--purple);
}
.text-black {
  color: #000;
}
figcaption {
  margin-top: .5em;
}
@media print, screen and (min-width: 960px) {
.text-lead {
	font-size: 2rem;
}
.font-s,
figcaption {
	font-size: .875em;
}
}
@media screen and (max-width: 959px) {
  .heading-page h1 {
    min-height: 80px;
  }
.heading-page h1 .sub {
  font-size: 1.4rem;
}
.heading-page h1 .main {
  font-size: 2.4rem;
  }
.heading-1 {
  font-size: 2.4rem;
}
.heading-2 {
  font-size: 2rem;
}
.heading-3 {
  font-size: 1.8rem;
  }
.font-s,
figcaption {
	font-size: .8em;
}
}
/*　リンク　*/
/* ============================================ */
/*　アイコンフォント　*/
@font-face {
  font-family: 'iconset';
  src:
    url('../fonts/iconset.ttf?olw93l') format('truetype'),
    url('../fonts/iconset.woff?olw93l') format('woff'),
    url('../fonts/iconset.svg?olw93l#iconset') format('svg');
  font-weight: normal !important;
  font-style: normal;
  font-display: block;
}

[class^="icon-"]::after, [class*=" icon-"]::after, main a[target="_blank"]::after, .list-news a::after,
[class^="icon-"]::before, [class*=" icon-"]::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconset' !important;
  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;
}
.icon-blank::after,
main:not(.mf_mps_mainContainer) a[target="_blank"]::after {
  content: "\e900";
	font-size: .85em;
	margin-left: .25em;
	margin-right: .25em;
	display: inline-block;
}
.link-file a[target="_blank"]::after {
  display: none !important;
}
.icon-pagetop::after {
  content: "\e901";
	font-size: 1em;
	margin-left: .25em;
	margin-right: .25em;
	display: inline-block;
}
.icon-link::after,
.list-news a::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;
}
.icon-down::after {
  content: "\e905";
	font-size: .75em;
	margin-left: .25em;
	margin-right: .25em;
	display: inline-block;
}
.icon-language::before {
  content: "\e906";
  color: var(--purple);
	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;
}
.icon-file::before,
.list-news a[href$=".pdf"]::after,
.list-news a[href$=".xlsx"]::after{
  content: "\e909";
	font-size: 1em;
	margin-left: .25em;
	margin-right: .25em;
	display: inline-block;
}
.link-file a[href*=".pdf?"] span::before,
.link-file a[href$=".pdf"] span::before {
   content: "PDF：";
	display: inline;
}
 .link-file a[href$=".xlsx"] span::before {
   content: "Excel：";
	display: inline;
}
 .link-file a[href$=".zip"] span::before {
   content: "ZIP：";
	display: inline;
}
 .link-file a[href$=".shci"] span::before {
   content: "SHCI：";
	display: inline;
}
.sds .link-file a[href$=".pdf"] span::before {
   content: "PDF";
	display: inline;
}
.sds .link-file a[href$=".xlsx"] span::before {
   content: "Excel";
	display: inline;
}
.sds .link-file a[href$=".zip"] span::before {
   content: "ZIP";
	display: inline;
}
.sds .link-file a[href$=".shci"] span::before {
   content: "SHCI";
	display: inline;
}

/* ページトップボタン */
/* ============================================ */
.btn-pagetop {
	position: fixed;
	bottom: 1em;
	right: 1em;
	display: none;
  z-index: 10000;
}
.link-pagetop {
	display: flex;
  justify-content: center;
  align-items: center;
	width: 60px;
	height: 60px;
	background: var( --purple-20);
  border: 1px solid #fff;
  color: var(--purple);
}
.link-pagetop:hover {
	background: var(--purple);
  color: #fff;
  text-decoration: none;
}
.link-pagetop:after {
  font-family: 'iconset';
  content: "\e901";
  display: block;
  font-size: 1.5em;
}
@media screen and (max-width: 959px) {
	.link-pagetop {
		width: 48px;
		height: 48px;
	}
}
.link-text {
  color: var(--purple);
}
.link-text:hover {
	text-decoration: underline;
}
.link-text-inner {
  color: var(--purple);
  text-decoration: underline;
}
.link-text-inner:hover {
  text-decoration: none;
}
.btn-line,
.btn-link {
  border: 1px solid #333;
  padding: 1em .5em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-line:hover {
  background: #333;
  color: #fff;
}
.btn-line.purple {
  color: var(--purple);
  border: 1px solid var(--purple);
}
.btn-line.purple:hover {
  color: #fff;
  background: var(--purple);
}
.btn-link {
  border: none;
	background: var(--purple);
	color: #fff;
  font-weight: bold;
}
.btn-link:hover {
	background: #333;
}

/* リスト */
/* ============================================ */
main ul,
main ol {
	line-height: 1.5;
}
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: 1.25em;
}
.list-dot > li::before {
	content: '';
	border-radius: 50%;
	width: .6em;
	height: .6em;
	display: inline-block;
  background: var(--purple);
	position: absolute;
	top: .5em;
	left: .2em;
}
.list-dot.gray > li::before {
	background: #666;
}
.list-link a {
  color: var(--purple);
  font-weight: bold;
}
.list-link a:hover {
  text-decoration: underline;
}
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),
.list-link > li:not(:last-child) {
    margin-bottom: .5em;
}

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

/*　幅指定　*/
/* ============================================ */
.btn-large {
  max-width: 480px;
  line-height: 1.3;
}
.btn-middle {
  max-width: 360px;
  line-height: 1.3;
}
.btn-small{
  max-width: 240px;
  line-height: 1.3;
}
.max-1000 {
  max-width: 1000px;
}
.max-800 {
  max-width: 800px;
}
.max-600 {
  max-width: 600px;
}
.max-400 {
  max-width: 400px;
}
.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%;
}
.width-1w {
  width: 1em;
}
.width-2w {
  width: 2em;
}
.width-3w {
  width: 3em;
}
.width-4w {
  width: 4em;
}
.width-5w {
  width: 5em;
}
.width-6w {
  width: 6em;
}
.width-7w {
  width: 7em;
}
.width-8w {
  width: 8em;
}
.width-9w {
  width: 9em;
}
.width-10w {
  width: 10em;
}

/* フォーム */
/* ============================================ */
form button {
	padding: .5em;
	background: #ccc;
}
input,
select,
textarea {
	border: 1px solid #999;
	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;
}
.ml-mr-auto {
  margin-left: auto !important;
	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;
}

/* 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;
  }
  .wrap-g-nav,
  .wrap-bread .con-inner,
  .con-inner.medium + .con-inner.wrap-serch-resin,
  .footer-nav,
  .btn-pagetop {
    display: none !important;
  }
}
  