@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 500;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

table {
  font-size: inherit;
  font: 100%;
}

select, input, button, textarea {
  font: 99% arial, helvetica, clean, sans-serif;
  border-radius: 0;
}

select, input, button, textarea {
  font: 99% arial, helvetica, clean, sans-serif;
  border-radius: 0;
  border: none;
  outline: none;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=submit],
input[type=button],

:focus {
  outline: none;
}

picture {
  display: block;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
}
html[data-fontsize=small] {
  font-size: 56.25%;
}
html[data-fontsize=medium] {
  font-size: 62.5%;
}
html[data-fontsize=large] {
  font-size: 68%;
}
@media print {
  html html {
    background-image: none;
    background-color: #fff;
  }
}

body {
  width: 100%;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 767px) {
body {
  font-size: 15px;
  /* font-size: calc(30vw / 7.5); */
}
html, body {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
}
@media print {
  body {
    _zoom: 80%;
  }
}

a,
a:before,
a:after,
button,
button:before,
button:after,
.u-transition,
.u-transition_before:before,
.u-transition_after:after {
  -webkit-transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
  transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
}

a img {
  transition: all 1.5s;
}

a,
input,
button {
  touch-action: manipulation;
  -webkit-touch-callout: none;
}

a,
button {
  cursor: pointer;
}

a {
  color: #000;
  text-decoration: none;
  display: block;
  backface-visibility: hidden;
}

button {
  cursor: pointer;
  outline: none;
}

img {
  overflow: hidden;
  vertical-align: bottom;
  max-width: 100%;
  width: 100%;
  height: auto;
  border: none;
  outline: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

li {
  list-style: none;
}

*,
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
::selection {
  color: #fff;
  background: #CD7511;
}

h1, h2, h3, h4 {
  font-weight: normal;
}

dt, dd {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
}

.c-heading_en,
.u-font_aviano,
.u-font_avianoBefore:before,
.u-font_avianoAfter:after {
  font-family: aviano, serif;
  font-weight: 700;
  font-style: normal;
}
.u-font_mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media screen and (min-width: 768px) {
  .u-show_sp {
    display: none !important;
  }
}
@media print {
  .u-show_sp {
    display: none !important;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-hide_sp {
    display: none !important;
  }
}
@media screen and (min-width: 376px) {
  .u-show_se {
    display: none !important;
  }
}
.u-inner {
  margin: 0 auto;
  position: relative;
  max-width: 860px;
}


.u-hoverButton {
  display: block;
  margin: 0 auto;
  text-align: center;
  border: 1px solid rgba(205, 117, 17, 1);
  padding: 15px 0;
  position: relative;
  line-height: 1;
  font-size: 1.4rem;
  border-radius: 50px;
  transition: all 0.3s;
  letter-spacing: 0.1em;
}
.u-hoverButton_arw {
  width: 270px;
  overflow: hidden;
  position: relative;
  transition-duration: .4s;
  z-index: 2;
}
.u-hoverButton_arw:before {
  content: '';
  width:7px;
  height:7px;
  border-top: solid 1px;
  border-right: solid 1px;
  position: absolute;
  right:1em;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}
.u-hoverButton_arw:after {
  background: rgba(205, 117, 17, 1);
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity .5s, transform 0s;
  transition-delay: 0s, .4s;
}
@media screen and (min-width: 768px) {
  .u-hoverButton_arw:hover {
    color: #fff;
  }
  .u-hoverButton_arw:hover::after {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
    transition-delay: 0s;
    transition: opacity .8s, transform .6s ease-in-out;
  }
  .u-underline:hover:before {
    transform: scale(1, 1);
  }  
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-hoverButton {
    border-radius: 50px;
  }
  .u-hoverButton_arw {
    width: calc(500vw /7.5);
    padding: 18px 0;
    background: rgba(205, 117, 17, 1);
    color: #fff;
  }
  .u-hoverButton_arw:before {
    height: 9px;
    width: 9px;
  }
}

.g-body {
  font-family: new-atten,"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  background: #fff;
  line-height: 1.65;
  font-weight: 400;
  color: #000;
  animation: fade 1s ease forwards;
  opacity: 0;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.g-header {
  width: 100%;
  padding: 20px 2% 20px;
  background: rgba(0, 140, 189, 1);
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  color: #fff;
}
.g-header .logo svg {
  width: 186.999px;
  height: 16.16px;
  position: absolute;
  left: 0;
  top: -2px;
  bottom: 0;
  margin: auto;
}
.g-header .logo path {
  fill: #fff;
}
.material-ttl {
  font-size: 1.9rem;
  text-align: center;
  margin: auto;
  line-height: 1;
  font-weight: bold;
}
.g-footer {
  padding: 60px 0;
  text-align: center;
  color: #000;
}
.g-footer-copy {
  text-align: center;
  margin: 30px auto 0;
  line-height: 1;
}
@media (max-width: 767px) {
  .g-header {
    padding: 10px 2%;
  }
  .g-header .logo svg {
    width: calc(255vw / 7.5);
    height: calc(22.036vw /7.5);
  }
  .material-ttl {
    font-size: 1.4rem;
  }
  .g-footer {
    padding: 60px 0 30px;
    pointer-events: auto;
  }
  .g-footer-copy {
    margin: 20px auto 0;
    font-size: 1.2rem;
  }
}

.returnbtn {
  margin: 80px auto 0;
  display: flex;
  justify-content: center;
}
.returnbtn a {
  margin: 0 30px;
}
.material-block {
  position: relative;
  display: block;
  margin: 50px auto 0;
  max-width: 860px;
  width: 100%;
  color: #000;
  text-align: left;
  padding: 100px 0px 60px;
}

.list__group{
  display: block;
  border-left: 1px solid #000;
}
.list__group> .row:first-child{
  border-top: 1px solid #000;
}
.list__group> .row:last-child .col-th{
  border-bottom: 1px solid #000;
}
.list__update,
.list__remarks,
.list__common_remarks{
  line-height: 1.5;
}
.list__update{
  text-align: right;
}
.list__error{
  box-sizing: border-box; 
  line-height: 1.0;
}
.list .row{
  display: table;
  width: 100%;
  table-layout: fixed;
  word-wrap: break-word;
}
.list .col-th,
.list .col-td{
  display: table-cell;
  box-sizing: border-box; 
  line-height: 1.3;
}
.list .col-th{
  border-bottom: 1px solid #000;
  background: rgba(0, 140, 189, 1);
  font-weight: bold;
  color: #fff;
}
.list .col-td{
  border: 1px solid #000;
  border-top: none;
  border-left: none;
}
#materialName .col-td {
  font-weight: bold;
}
.composition_list__ttl{
  box-sizing: border-box; 
  border-left: 5px solid rgba(0, 140, 189, 1);
  line-height: 1.0;
}
.composition_list__ttl span{
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 768px){
  .list__group-01{
    margin-bottom: 28px;
  }
  .list__update,
  .list__remarks,
  .list__common_remarks{
    font-size: 12px;
  }
  .list__update+ .list__common_remarks,
  .list__update+ .list__remarks{
    margin-top: 12px;
  }
  .list__error{
    padding-top: 10px;
  }
  .list .col-th,
  .list .col-td{
    padding: 18px 10px; 
    vertical-align: middle;
    font-size: 14px;
  }
  .composition_list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .composition_list__ttl{
    margin-bottom: 10px;
    padding-left: 5px; 
    font-size: 18px;
  }
  .composition_list__ttl span{
    font-size: 14px;
  }
  .composition_list__caption{
    margin-top: 10px; 
    font-size: 12px;
  }
  .composition_list__box{
    box-sizing: border-box;
  }
  .composition_list__box-01{
    max-width: 585px; 
    width: 100%;
  }
  .composition_list__box-01 .col-th{
    width: 160px;
  }
  .composition_list__box-02{
    margin-left: 29px; 
    max-width: 275px;
    width: 100%;
  }
  .composition_list__box-02 .col-th{
    width: 108px;
  }
}

@media (max-width: 767px){
  .returnbtn {
    margin: 40px auto 0;
    display: block;
  }
  .returnbtn a {
    margin: 20px auto 0;
  }
  .material-block {
    margin: 30px auto 0;
    padding: 70px 5% 30px;
  }
  .list__update,
  .list__remarks,
  .list__common_remarks{
    font-size: 12px;
  }
  .list__update+ .list__common_remarks,
  .list__update+ .list__remarks{
    margin-top: 12px;
  }
  .list .col-th,
  .list .col-td{
    padding: 8px 5px; 
    font-size: 14px;
  }

  .list .col-th> span{
    display: block;
  }

  .composition_list__ttl{
    margin-bottom: 10px;
    padding-left: 5px; 
    font-size: 16px;
  }

  .composition_list__ttl span{
    font-size: 11px;
  }

  .composition_list__caption{
    margin-top: 5px; 
    font-size: 12px;
  }

  .composition_list__box{
    margin-bottom: 20px;
  }

  .composition_list__box .col-th{
    width: 120px;
  }
}

.ec-only{
  display: none;
}
#specialMaterial span{
  display: inline-block;
  background: #7fbe4c;
  color: #ffffff;
  padding: 3px 10px;
  border-radius: 50px;
  margin-top: 3px;
}