@charset "utf-8";

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
  white-space: pre-wrap;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

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

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

input {
  overflow: visible;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 16px;
}

body {
  margin: 0;
  padding: 0;
  letter-spacing: .05em;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 游ゴシック, YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #fff;
  color: #000;
}

img {
  max-width: 100%;
  vertical-align: top;
  border: 0;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
li {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

dd {
  margin: 0;
}

object,
embed {
  vertical-align: top;
}

a {
  transition: all .3s ease;
  text-decoration: none;
}

:focus {
  outline: none;
}

table {
  border-style: solid;
  border-collapse: collapse;
  border-width: 0;
}

th {
  white-space: nowrap;
}

.cf::before,
.cf::after {
  content: "";
  display: table;
}

.cf::after {
  clear: both;
}

.pc {
  display: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.wrapper {
  width: 100%;
}

.anchor {
  clear: both;
  margin: -45px 0 0;
  padding: 45px 0 0;
}

.header {
  position: fixed;
  background-color: #fff;
  border-top: solid #2A53A2 5px;
  line-height: 1;
  width: 100%;
  z-index: 9;
}

.header__inner {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 5px 10px;
  height: 45px;
}

.header__logo {
  width: 60%;
}

.header__text {
  display: none;
}

.menu_btn {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  height: 70%;
}

.menu_btn img {
  width: auto;
  height: 100%;
}

.menu_btn .on {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  opacity: 0;
}

.menu_btn.on .on {
  opacity: 1;
}

.menu_btn.on .off {
  opacity: 0;
}

.menu {
  position: fixed;
  top: 5px;
  left: 0;
  width: 100%;
  margin: 45px 0 0;
  display: none;
}

.menu__list {
  background: #2A53A2;
}

.menu__item {
  border-bottom: solid 3px #fff;
  color: #fff;
  line-height: 1.4;
}

.menu__item a {
  display: block;
  padding: 4.5%;
  color: inherit;
  text-align: center;
}

.menu.show {
  display: block;
}

.main {
  width: 100%;
  padding: 50px 0 0;
}

.main img {
  width: 100%;
}

.content__title {
  margin: 0 auto;
  text-align: center;
  padding: 30px 0;
  max-width: 90%;
}

.footer {
  background-color: #2A53A2;
  padding: 10px;
}

.footer__copy {
  text-align: center;
  color: #fff;
  font-size: .6rem;
}

.main {
  position: relative;
  background: #000;
}

.catalog__btn {
  width: 60%;
  margin: 0 auto;
  padding: 3% 0;
}

.product__navi {
  width: 100%;
  background-image: url(../images/archive_product_navi_bg.jpg);
  background-size: cover;
}

.product__navi__list {
  margin: 0 auto;
  padding: 10px 0 0;
  width: 96%;
}

.product__navi__item {
  position: relative;
  padding: 0 0 10px;
}

.product__navi__item__title {
  position: relative;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 5px 0;
  cursor: pointer;
}

.product__navi__item__title::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5px;
  content: "▶︎";
  display: block;
  color: #fff;
  font-size: .7rem;
}

.product__navi__item__title.active::after {
  content: "▼";
}

.product__navi__item__title span {
  width: 100%;
  font-size: .6rem;
}

.product__navi__item__block {
  display: none;
}

.product__navi__item__list li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0 0;
  background: #fff;
}

.product__navi__item__list li a {
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.product__navi__item:nth-of-type(1) .product__navi__item__title {
  background: #29A2DF;
}

.product__navi__item:nth-of-type(1) .product__navi__item__list a {
  color: #29A2DF;
}

.product__navi__item:nth-of-type(2) .product__navi__item__title {
  background: #00A29A;
}

.product__navi__item:nth-of-type(2) .product__navi__item__list a {
  color: #00A29A;
}

.product__navi__item:nth-of-type(3) .product__navi__item__title {
  background: #8BC31F;
}

.product__navi__item:nth-of-type(3) .product__navi__item__list a {
  color: #8BC31F;
}

.product__navi__item:nth-of-type(4) .product__navi__item__title {
  background: #ECA138;
}

.product__navi__item:nth-of-type(4) .product__navi__item__list a {
  color: #ECA138;
}

.product__navi__item:nth-of-type(5) .product__navi__item__title {
  background: #9f4b8d;
}

.product__navi__item:nth-of-type(5) .product__navi__item__list a {
  color: #9f4b8d;
}

.product__item {
  margin: 0 auto;
  width: 96%;
  padding: 20px 0 0;
}

.product__item__wrap {
  margin: 0 auto;
  padding: 10px 0 20px;
}

.product__item__head {
  position: relative;
  border-top: solid #5E5E5E 1px;
  overflow: hidden;
  text-align: right;
}

.product__item__head.rc {
  color: #29A2DF;
}

.product__item__head.rc .product__item__name,
.product__item__head.rc .product__item__name::before {
  background-color: #29A2DF;
}

.product__item__head.wc {
  color: #00A29A;
}

.product__item__head.wc .product__item__name,
.product__item__head.wc .product__item__name::before {
  background-color: #00A29A;
}

.product__item__head.bc {
  color: #8BC31F;
}

.product__item__head.bc .product__item__name,
.product__item__head.bc .product__item__name::before {
  background-color: #8BC31F;
}

.product__item__head.lc {
  color: #ECA138;
}

.product__item__head.lc .product__item__name,
.product__item__head.lc .product__item__name::before {
  background-color: #ECA138;
}

.product__item__head.io {
  color: #9f4b8d;
}

.product__item__head.io .product__item__name,
.product__item__head.io .product__item__name::before {
  background-color: #9f4b8d;
}

.product__item__name {
  font-weight: normal;
  text-align: center;
}

.product__item__name span {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 1rem;
}

.product__item__cat {
  font-size: .6rem;
  display: inline-block;
}

.product__item__cat--en {
  font-size: .6rem;
  display: inline-block;
}

.product__item__image p {
  border: solid #727171 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 15px;
}

.product__item__image a {
  display: block;
  width: 100%;
}

.product__item__table {
  width: 100%;
  text-align: center;
  overflow-x: scroll;
}

.product__item__table img {
  width: auto;
  max-width: none;
}

.product__item__text {
  padding: 10px 0 0;
  font-size: .8rem;
}

.product__printBtn {
  text-align: center;
  margin: 5% 0 0;
}

.product__printBtn button {
  font-size: 14px;
  display: flex;
  border: 1px solid #999;
  padding: 5px 30px;
  align-items: center;
  margin: auto;
}

.product__printBtn button svg {
  width: 21px;
  height: 23px;
  margin: 0 10px 0 0;
}

@media screen and (min-width: 769px) {
  .pc {
    display: inline;
  }
  .sp {
    display: none;
  }
  .wrapper {
    min-width: 1024px;
  }
  .anchor {
    margin: -75px 0 0;
    padding: 75px 0 0;
  }
  .header__inner {
    height: 75px;
    padding: 0 20px;
    justify-content: center;
    min-width: 1024px;
  }
  .header__logo {
    width: auto;
  }
  .header__text {
    display: inline-block;
    font-weight: normal;
    white-space: nowrap;
    font-size: .7rem;
    line-height: 1.4;
    padding: 0 15px;
  }
  .menu_btn {
    display: none;
  }
  .menu {
    top: 0;
    display: block;
    position: relative;
    margin: 0;
    width: auto;
  }
  .menu__list {
    display: flex;
    align-items: center;
    background: #fff;
  }
  .menu__item {
    display: flex;
    align-items: center;
    border-bottom: none;
    white-space: nowrap;
    border-right: 1px solid #BEBFBF;
    font-size: .8rem;
    height: 45px;
    color: #000;
  }
  .menu__item:nth-child(1) {
    border-left: 1px solid #BEBFBF;
  }
  .menu__item a {
    padding: 7px 12px;
  }
  .main {
    padding: 80px 0 0;
  }
  .content__title {
    padding: 50px 0 40px;
  }
  .catalog__btn {
    position: absolute;
    right: 5%;
    bottom: 0;
    width: auto;
  }
  .product {
    padding: 0 0 40px;
  }
  .product__navi__list {
    width: 90%;
    padding: 40px 0;
  }
  .product__navi__item__title span {
    padding: 5px 0 0;
  }
  .product__navi__item__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    margin: 2% 0 0;
  }
  .product__navi__item__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 32%;
    margin: 0 0 1% 1%;
    font-size: 14px;
    border-radius: 6px;
  }
  .product__navi__item__list li a {
    border-radius: 6px;
    padding: 20px;
  }
  .product__item {
    width: 100%;
    background: url(../images/info_bg.png) repeat-x;
    padding: 20px 0 0;
  }
  .product__item__wrap {
    padding: 30px 0;
    width: 90%;
  }
  .product__item__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .product__item__name {
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    font-size: 1rem;
    width: 50%;
    padding: 10px 0;
  }
  .product__item__name::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 50px;
    height: 100%;
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
  }
  .product__item__name span {
    font-size: 1.2rem;
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
  }
  .product__item__cat {
    font-size: 1rem;
    padding: 0 0 0 25px;
  }
  .product__item__cat--en {
    margin: 0 10px 0 auto;
    font-size: .8rem;
  }
  .product__item__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 25px 0 0;
  }
  .product__item__image p {
    margin: 0 1%;
  }
  .product__item__image p:nth-child(2) {
    max-width: 50%;
  }
  .product__item__table {
    padding: 25px 0 10px;
  }
  .product__item__text {
    font-size: .8rem;
    padding: 25px 0 0;
  }
}

#print {
	display: none;
}