@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato:400);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 16px;
  vertical-align: baseline;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

body {
  /**  font-family: "メイリオ", Meiryo, Hiragino Sans, "ヒラギノ角ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Helvetica, Arial, Sans-Serif; **/
  /**  font-family: 'TBUDゴシック R', 'Helvetica Neue', Helvetica, Arial, Verdana, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; **/
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  font-size: 16px;
  color: #736b69;
}

/** レイアウト **/
body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .top-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  /* ログインボタン（青系） */
  /* ログアウトボタン（赤系） */
}
header .top-bar h1 {
  max-width: 350px;
}
header .top-bar h1 a {
  display: block;
}
header .top-bar h1 img {
  width: 100%;
  max-width: 100%;
}
header .top-bar nav.top-nav ul.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
header .top-bar nav.top-nav ul.nav li {
  margin: 0 10px 0 25px;
}
header .top-bar nav.top-nav ul.nav li a.link {
  text-decoration: none;
  font-size: 13px;
  color: #007bff;
  letter-spacing: 0.2em;
}
header .top-bar nav.top-nav ul.nav li a.link:hover, header .top-bar nav.top-nav ul.nav li a.link:focus {
  color: #0054aa;
  text-decoration: underline;
}
header .top-bar a.btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 34px;
  padding: 0 30px;
  border-radius: 16px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  -webkit-transition: background-color 0.3s, -webkit-transform 0.2s;
  transition: background-color 0.3s, -webkit-transform 0.2s;
  transition: background-color 0.3s, transform 0.2s;
  transition: background-color 0.3s, transform 0.2s, -webkit-transform 0.2s;
}
header .top-bar a.btn.login {
  background-color: #007bff;
}
header .top-bar a.btn.login:hover {
  background-color: #0056b3;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
header .top-bar a.btn.logout {
  background-color: #dc3545;
}
header .top-bar a.btn.logout:hover {
  background-color: #a71d2a;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
header nav.global-nav {
  background-color: #0054aa;
  padding: 2px 0;
}
header nav.global-nav ul.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
header nav.global-nav ul.nav li {
  margin: 0 20px;
}
header nav.global-nav ul.nav li a {
  position: relative;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  padding: 3px 20px;
  opacity: 0.9;
}
header nav.global-nav ul.nav li a::after {
  content: "";
  position: absolute;
  left: 50%;
  /* 初期位置を中央 */
  bottom: 0;
  height: 2px;
  /* 線の太さ */
  width: 0%;
  /* ホバー前は幅0 */
  background: currentColor;
  /* 文字色に合わせる */
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  /* left:50% を中央揃えに */
  -webkit-transition: width 0.25s ease;
  transition: width 0.25s ease;
  /* 幅のアニメーション */
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: width 0.25s ease, background-color 0.25s ease;
  transition: width 0.25s ease, background-color 0.25s ease;
}
header nav.global-nav ul.nav li a:hover, header nav.global-nav ul.nav li a:focus {
  opacity: 1;
}
header nav.global-nav ul.nav li a:hover::after,
header nav.global-nav ul.nav li a :focus::after {
  width: 100%;
  /* ホバー時に幅100%に */
  background: #fff;
  /* ホバー時に色変更 */
}

main {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
main section.toppage-issue {
  background-image: url("../images/132477.jpg");
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.3);
  background-blend-mode: lighten;
}
main .issue-visual {
  height: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main .issue-visual dl {
  margin-left: 30px;
  letter-spacing: 0.2em;
  position: relative;
}
main .issue-visual dl dt {
  color: transparent;
  color: #333;
  /* 文字を透明にする */
  text-shadow: 2px 2px 2px rgb(214, 204, 204);
  /* 右下に2px、下に2pxずらし、ぼかし4px、半透明の黒い影 */
  font-weight: 800;
  position: absolute;
  top: 48px;
  left: 62px;
  font-size: 18px;
  z-index: 1;
  font-style: italic;
}
main .issue-visual dl dd {
  position: absolute;
  z-index: 100;
  top: -30px;
  left: 0;
}
main .issue-visual dl dd div {
  font-style: italic;
  font-size: 28px;
  letter-spacing: 0.1em;
  color: #333;
  font-weight: 800;
  text-shadow: 2px 2px 2px rgb(214, 204, 204);
}
main .issue-visual dl dd div.lower {
  margin-left: 1em;
}

section.toppage-search .inner {
  font-size: 16px;
  letter-spacing: 0.1em;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.toppage-search .inner div.search-box {
  width: 33%;
  padding: 10px;
}
section.toppage-search h3 {
  font-size: 16px;
  position: relative;
  padding: 10px 60px 10px 10px;
  color: #666;
  font-weight: 800;
  text-shadow: 2px 2px 2px rgba(160, 150, 150, 0.8);
}
section.toppage-search input[type=text]:focus {
  outline: none;
  border-color: #007bff;
  -webkit-box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
  background-color: #fff;
}
section.toppage-search .search-parts {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.toppage-search .search-parts div.input-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
section.toppage-search .search-parts div.button-wrapper {
  margin-left: 10px;
}
section.toppage-search input[type=text] {
  font-size: 16px;
  width: 100%;
  padding: 5px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fafafa;
}

/** プルダウン基本 **/
.selectWrap {
  position: relative;
  display: inline-block;
  width: 100%;
}
.selectWrap::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 2px #ccc;
  border-right: solid 2px #ccc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
  pointer-events: none;
  z-index: 1;
  border-radius: 0px;
}
.selectWrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  line-height: 24px;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 0 40px 0 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  color: #333;
  background-color: #fff;
}

section.content-area .inner dl.sub-frame {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  min-height: 140px;
  position: relative;
  padding-bottom: 40px;
  padding-top: 20px;
}
section.content-area .inner dl.sub-frame > dt {
  width: 240px;
  min-width: 240px;
}
section.content-area .inner dl.sub-frame > dt::before {
  content: "";
  position: absolute;
  display: block;
  width: 100px;
  z-index: 0;
  opacity: 0.3;
}
section.content-area .inner dl.sub-frame > dt.news::before {
  height: 100px;
  top: 10px;
  left: 20px;
  background-color: #007bff;
  border-radius: 50%;
}
section.content-area .inner dl.sub-frame > dt.ask::before {
  height: 80px;
  top: 0;
  left: 20px;
  background-color: #28a745;
}
section.content-area .inner dl.sub-frame > dt.company::before {
  height: 100px;
  top: 0px;
  left: 20px;
  background-color: #007bff;
}
section.content-area .inner dl.sub-frame > dt.recruit::before {
  top: 0px;
  left: 40px;
  height: 100px;
  background-color: #17a2b8;
  -webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
          clip-path: polygon(50% 0, 0 100%, 100% 100%);
}
section.content-area .inner dl.sub-frame > dt.support::before {
  height: 100px;
  top: 10;
  left: 20px;
  background-color: #28a745;
  border-radius: 50%;
}
section.content-area .inner dl.sub-frame > dt.chemical::before {
  height: 100px;
  top: 10;
  left: 20px;
  background-color: #17a2b8;
  border-radius: 50%;
}
section.content-area .inner dl.sub-frame > dt h2 {
  position: absolute;
  color: #555;
  font-weight: 800;
  text-shadow: 2px 2px 2px rgb(214, 204, 204);
  font-size: 26px;
}
section.content-area .inner dl.sub-frame > dt h2.news {
  letter-spacing: 0.2em;
  top: 40px;
  left: 40px;
  font-size: 26px;
}
section.content-area .inner dl.sub-frame > dt h2.ask {
  letter-spacing: 0.1em;
  top: 20px;
  left: 40px;
  font-size: 22px;
}
section.content-area .inner dl.sub-frame > dt h2.company {
  letter-spacing: 0.1em;
  top: 20px;
  left: 60px;
  font-size: 24px;
}
section.content-area .inner dl.sub-frame > dt h2.recruit {
  letter-spacing: 0.1em;
  top: 40px;
  left: 40px;
  font-size: 24px;
}
section.content-area .inner dl.sub-frame > dt h2.support {
  letter-spacing: 0.2em;
  top: 40px;
  left: 30px;
  font-size: 24px;
}
section.content-area .inner dl.sub-frame > dt h2.chemical {
  letter-spacing: 0.2em;
  top: 40px;
  left: 30px;
  font-size: 24px;
}
section.content-area .inner dl.sub-frame > dt nav.sub-nav {
  position: absolute;
  top: 150px;
  left: 0px;
  width: 240px;
}
section.content-area .inner dl.sub-frame > dt nav.sub-nav ul {
  list-style: none;
  padding: 0;
}
section.content-area .inner dl.sub-frame > dt nav.sub-nav ul li {
  margin: 10px;
  padding: 5px 10px;
}
section.content-area .inner dl.sub-frame > dt nav.sub-nav ul li a {
  color: #666;
  display: block;
  text-align: right;
  padding-right: 2em;
  border-bottom: 2px solid #ddd;
}
section.content-area .inner dl.sub-frame > dt nav.sub-nav ul li a:hover {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  /* 少し上に動かす */
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  /* 影を強調 */
}
section.content-area .inner dl.sub-frame > dt nav.sub-nav ul li a.selected {
  border-bottom: 2px solid #007bff;
  color: #333;
}
section.content-area .inner dl.sub-frame > dd {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
section.content-area .inner ul.news-list {
  list-style: none;
  padding: 0;
}
section.content-area .inner ul.news-list li a {
  color: #666;
  display: block;
  border-bottom: 2px solid #ddd;
}
section.content-area .inner ul.news-list li a:hover {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  /* 少し上に動かす */
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  /* 影を強調 */
}
section.content-area .inner ul.news-list dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
}
section.content-area .inner ul.news-list dl dt.date {
  width: 120px;
  padding: 5px;
}
section.content-area .inner ul.news-list dl dd {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
section.content-area .inner ul.news-list dl dd div {
  padding: 5px;
}
section.content-area .inner ul.news-list dl dd div.title {
  color: #666;
  font-size: 16px;
}
h3.ask {
  font-size: 16px;
  margin: 10px 0;
}

ul.ask {
  list-style-type: square;
  padding-left: 2em;
}
ul.ask li {
  font-size: 16px;
  margin-left: 20px;
  margin-bottom: 5px;
}

.icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.icons p {
  text-align: center;
  margin: 0 5px;
  font-size: 13px;
  padding: 3px 20px;
  min-width: 50px;
  border-radius: 8px;
  color: #fff;
  font-weight: 800;
}
.icons p.exhibition {
  background-color: #28a745;
}
.icons p.news {
  background-color: #17a2b8;
}
.icons p.maker {
  background-color: #ffc107;
}
.icons p.release {
  background-color: #dc3545;
}
.icons p.csr {
  background-color: #6f42c1;
}

.arrow-btn {
  display: inline-block;
  position: relative;
  background-color: #28a745;
  color: white;
  padding: 14px 40px 14px 20px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px 0 0 4px;
  /* 左側を少し丸める */
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  line-height: 1;
  /* 高さを安定させる */
}

/* 右側の三角形 */
.arrow-btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 0;
  height: 0;
  border-top: 22px solid transparent;
  /* 上側の半分 */
  border-bottom: 22px solid transparent;
  /* 下側の半分 */
  border-left: 20px solid #28a745;
  /* 三角形の色 */
  -webkit-transition: border-left-color 0.3s;
  transition: border-left-color 0.3s;
}

/* hover時の色変化 */
.arrow-btn:hover {
  background-color: #38b755;
}

.arrow-btn:hover::after {
  border-left-color: #38b755;
}

section.breadcrumb {
  background-image: url("../images/132477.jpg");
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
}
section.breadcrumb .inner ul {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
}
section.breadcrumb .inner ul li {
  color: #555;
  font-size: 14px;
}
section.breadcrumb .inner ul li + li::before {
  content: ">";
  margin: 0 8px;
  color: #999;
}
section.breadcrumb .inner ul li a {
  text-decoration: none;
  color: #555;
  font-size: 14px;
}
section.breadcrumb .inner ul li a:hover {
  text-decoration: underline;
}

section.news-detail .inner {
  margin-top: 20px;
}
section.news-detail .inner h1 {
  font-size: 32px;
  font-weight: 800;
  color: #333;
  border-bottom: 2px solid #ddd;
  padding-bottom: 5px;
}
section.news-detail .inner dd.article h2 {
  border-left: 10px solid #ddd;
}
section.news-detail .inner h2 {
  font-size: 24px;
  font-weight: 800;
  color: #333;
  padding-left: 0.5rem;
}
section.news-detail .inner p.date {
  position: relative;
  color: #888;
  margin-top: 5px;
  font-size: 16px;
  padding-left: 1.5em;
}
section.news-detail .inner p.date:before {
  left: 0;
  top: 5px;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  font-weight: 900;
  color: #999;
}
section.news-detail .inner div.leaf-body {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 10px;
}
section.news-detail .inner div.leaf-body p {
  line-height: 1.8;
  font-size: 16px;
  margin-bottom: 15px;
  color: #333;
  text-align: justify;
  text-justify: inter-ideograph;
  line-break: strict;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
section.news-detail .inner div.icons {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#consultation-area dd > div dl {
  padding: 10px 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ddd;
}
#consultation-area dd > div dl dt {
  font-size: 14px;
  font-weight: 800;
  padding: 5px;
  width: 200px;
}
#consultation-area dd > div dl dt span.required {
  margin-left: 0.5em;
  color: #f33;
}
#consultation-area dd > div dl dd {
  padding: 5px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#consultation-area dd > div dl dd.radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#consultation-area dd > div dl dd.radio label {
  display: block;
  font-size: 14px;
  border: 1px solid #aaa;
  border-radius: 10px;
  padding: 5px 10px;
  margin: 5px;
  background-color: #f8f8f8;
  cursor: pointer;
}
#consultation-area dd > div dl dd.radio input[type=radio] {
  display: none;
}
#consultation-area dd > div dl dd.radio input[type=radio]:checked + label {
  background-color: #4caf50;
  color: white;
  border-color: #4caf50;
}
#consultation-area dd > div dl dd textarea,
#consultation-area dd > div dl dd input[type=text],
#consultation-area dd > div dl dd input[type=mail],
#consultation-area dd > div dl dd input[type=tel] {
  font-size: 14px;
  width: 100%;
  padding: 5px;
  border: solid 1px #888;
  border-radius: 5px;
  background-color: #fff;
}
#consultation-area dd > div dl dd textarea.zip,
#consultation-area dd > div dl dd input[type=text].zip,
#consultation-area dd > div dl dd input[type=mail].zip,
#consultation-area dd > div dl dd input[type=tel].zip {
  max-width: 10em;
  margin-bottom: 10px;
}
#consultation-area dd > div dl dd textarea {
  height: 10em;
}
#consultation-area #complete-zone {
  padding-top: 30px;
}
#consultation-area #complete-zone p {
  text-align: center;
  font-size: 18px;
  margin-bottom: 2em;
}

div.btnset {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 20px;
}
div.btnset button {
  font-size: 20px;
  padding: 10px 30px;
}
div.btnset button[name=cancel] {
  background-color: #ffc107;
}

button {
  font-size: 16px;
  padding: 5px 15px;
  margin-left: 10px;
  border: none;
  border-radius: 5px;
  background-color: #007bff;
  color: #fff;
}

footer {
  background-color: #0054aa;
}

footer ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  color: #ccc;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin: 10px 10px 30px 10px;
}

footer a {
  text-decoration: none;
  color: #eee;
  font-size: 12px;
}

#gray_panel {
  height: 100%;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 10;
  opacity: 0.7;
  background: #666;
  text-align: center;
  display: none;
}
#gray_panel.show {
  display: block;
}
#gray_panel i {
  color: #fff;
  margin-top: 50vh;
}

section.content-area .inner dl.sub-frame dd {
  padding: 0 15px 15px 15px;
}

section.content-area .inner dl.sub-frame dd.article h2 {
  font-size: 20px;
  margin: 10px 0;
  color: #333;
}
section.content-area .inner dl.sub-frame dd.article ol,
section.content-area .inner dl.sub-frame dd.article ul {
  margin: 10px 0 10px 30px;
  list-style-position: outside;
}
section.content-area .inner dl.sub-frame dd.article ol li,
section.content-area .inner dl.sub-frame dd.article ul li {
  line-height: 1.8;
  font-size: 16px;
  margin-bottom: 1em;
  text-align: justify;
  text-justify: inter-ideograph;
  line-break: strict;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
section.content-area .inner dl.sub-frame dd.article ol {
  counter-reset: number;
  list-style-type: decimal;
}
section.content-area .inner dl.sub-frame dd.article ol li {
  counter-increment: number;
}
section.content-area .inner dl.sub-frame dd.article ol li::marker {
  content: counter(number) ".";
}
section.content-area .inner dl.sub-frame dd.article ul {
  counter-reset: li;
}
section.content-area .inner dl.sub-frame dd.article ul li {
  counter-increment: li;
}
section.content-area .inner dl.sub-frame dd.article ul li::marker {
  content: counter(li) ".";
}
section.content-area .inner dl.sub-frame dd.article p {
  text-indent: 1em;
}
section.content-area .inner dl.sub-frame dd.article table th,
section.content-area .inner dl.sub-frame dd.article table td {
  padding: 10px;
  border: 1px solid #ddd;
}

ul.chemical-resutl-list > li.chemical-data-wrap {
  margin-bottom: 30px;
  padding: 10px;
  border: solid 2px #6F51A1;
  border-radius: 10px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
ul.chemical-resutl-list > li.chemical-data-wrap div.structural-image {
  width: 300px;
  max-width: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
ul.chemical-resutl-list > li.chemical-data-wrap div.structural-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
ul.chemical-resutl-list > li.chemical-data-wrap div.detail {
  padding-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
ul.chemical-resutl-list > li.chemical-data-wrap div.detail p {
  padding-left: 10px;
  font-size: 14px;
  line-height: 1.5em;
}
ul.chemical-resutl-list > li.chemical-data-wrap div.detail dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
  padding-left: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
ul.chemical-resutl-list > li.chemical-data-wrap div.detail dl dt {
  font-weight: 800;
  padding-bottom: 0;
  margin-bottom: 0;
}
ul.chemical-resutl-list > li.chemical-data-wrap div.detail dl dd {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-bottom: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
ul.chemical-resutl-list > li.chemical-data-wrap div.detail dl.cas_number dd {
  position: relative;
}
ul.chemical-resutl-list > li.chemical-data-wrap div.detail dl.cas_number dd dl.formula {
  position: absolute;
  top: 0;
  left: 50%;
  border-bottom: initial;
}
ul.chemical-resutl-list div.use-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 5px;
  padding: 4px 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
ul.chemical-resutl-list div.use-list span {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 5px;
  background-color: #6F51A1;
  color: #fff;
  font-size: 14px;
  -webkit-box-shadow: 2px 2px 3px #ccc;
          box-shadow: 2px 2px 3px #ccc;
}
ul.chemical-resutl-list div.use-list i {
  margin-right: 5px;
}
ul.chemical-resutl-list div.use-list a {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 5px;
  background-color: #46b6aa;
  color: #fff;
  font-size: 14px;
  -webkit-box-shadow: 2px 2px 3px #ccc;
          box-shadow: 2px 2px 3px #ccc;
  text-decoration: none;
}
ul.chemical-resutl-list div.use-list a:hover {
  background-color: #38b755;
  opacity: 0.8;
}

/** 1040px以上 **/
@media (min-width: 1240px) {
  nav.global-nav ul.nav,
  main > section > .inner,
  footer > .inner .midFrame,
  footer ul {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .flex-viewport {
    overflow: visible !important;
  }
}/*# sourceMappingURL=style.css.map */