@charset "UTF-8";
/*------------------------------------------------------------
	effect_common
------------------------------------------------------------*/
/*---- color ----*/
/*---- effect ----*/
.link_effect {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
  color: #FFF;
}

.link_effect_2 {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  filter: alpha(opacity=65);
  -moz-opacity: 0.65;
  opacity: 0.65;
}

.no_effect {
  -webkit-transition: 0;
  -moz-transition: 0;
  -o-transition: 0;
  transition: 0;
  text-decoration: none;
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  opacity: 1;
  color: inherit;
}

.no_effect_2 {
  -webkit-transition: 0;
  -moz-transition: 0;
  -o-transition: 0;
  transition: 0;
  text-decoration: none;
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  opacity: 1;
}

/*------------------------------------------------------------
	product/history_bousou.html
------------------------------------------------------------*/
#container section p {
  margin-bottom: 24px;
}
#container section p span {
  color: #d34560;
}
#container section .history_title p {
  margin-bottom: 6px;
  padding: 3px 0 3px 12px;
  font-size: 1.18em;
  color: #2d938a;
  font-family: "ヒラギノ角ゴ W6 JIS2004", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
}
#container section .history_title p::before {
  content: "";
  background-color: #33ada2;
  width: 5px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#container section .history_title p::after {
  content: "";
  background-color: #33ada2;
  width: 80px;
  height: 1px;
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
}
#container section .history_title h4 {
  font-family: "ヒラギノ角ゴ W5 JIS2004", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  font-size: 1.18em;
  line-height: 1.3;
}
#container section .history_title h4 span {
  font-family: "ヒラギノ角ゴ W6 JIS2004", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.3em;
  color: #FFD469;
}
#container section h5 {
  margin-top: 20px;
}
#container section h6 {
  margin-bottom: 4px;
  font-family: "ヒラギノ角ゴ W6 JIS2004", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  text-align: left;
  font-size: 1.12em;
  color: #2d938a;
}
@media screen and (max-width: 479px) {
  #container section .history_title p {
    margin-bottom: 4px;
    padding: 2px 0 2px 12px;
    font-size: 1em;
  }
  #container section .history_title p::after {
    width: 60px;
  }
  #container section .history_title h4 {
    font-size: 1.04em;
    line-height: 1.24;
  }
  #container section .history_title h4 span {
    font-size: 1.14em;
  }
  #container section h5 {
    margin-top: 12px;
  }
}
