@charset "UTF-8";
/* Scss Document */
h1 {
  font-size: 2.2rem;
  line-height: 130%;
  font-weight: 800;
  text-align: center;
  margin-bottom: 1em; }

h2 {
  font-size: 1.8rem;
  line-height: 130%;
  font-weight: 800;
  text-align: center;
  margin-bottom: 1em;
  border-bottom: 2px solid #666; }

h3 {
  font-size: 1.6rem;
  line-height: 130%;
  margin: 0 0 0.5em 0;
  padding: 10px;
  text-align: center;
  color: #FFF;
  background: #009245;
  border-radius: 25px; }

h4 {
  font-size: 1.2rem;
  line-height: 130%;
  margin: 0 0 0.5em 0;
  padding: 5px;
  text-align: center;
  color: #FFF;
  background: #009245;
  border-radius: 15px; }

p {
  margin: 0 0 1em 0;
  line-height: 140%; }

em {
  color: #C00;
  text-decoration: none;
  font-style: normal; }

small,
.small {
  font-size: 0.75rem;
  /*12px*/ }

/*----------------------------*/
/*ヘッダー部  -->heder.css*/
/*ソーシャルボタン  -->heder.css*/
/*----------------------------*/
/*title color*/
.camp_title {
  background: #004893; }
  .camp_title h1 {
    padding: 5px;
    color: #FFF;
    font-size: 1.4rem;
    margin-bottom: 0; }

/*----------------------------*/
/*main contents*/
/*----------------------------*/
article {
  list-style: none;
  margin: 0;
  padding: 0 0 50px 0;
  position: relative; }

article#c3000cp {
  background: url("bg_line_70.png"), url("bg_dot.png"), -webkit-linear-gradient(top, #96BBD4 10%, #E8F3F7 90%);
  background: url("bg_line_70.png"), url("bg_dot.png"), linear-gradient(to bottom, #96BBD4 10%, #E8F3F7 90%);
  background-repeat: repeat ,repeat-x;
  background-position: left top , left bottom;
  background-attachment: fixed; }

article#cacol01 {
  background: url("bg_line_70.png"), url("bg_dot.png"), -webkit-linear-gradient(top, #FFC500 10%, #FFFFFF 90%);
  background: url("bg_line_70.png"), url("bg_dot.png"), linear-gradient(to bottom, #FFC500 10%, #FFFFFF 90%);
  background-repeat: repeat ,repeat-x;
  background-position: left top , left bottom;
  background-attachment: fixed; }

section {
  width: 1000px;
  margin: 0 auto;
  padding: 0; }

section img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto; }

/*----------------------------*/
/*セクションごと #sec_acol01*/
/*----------------------------*/
section {
  margin-bottom: 3em; }
  section h1 img {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.4); }
  section h1 + div {
    margin: 0 0 1em 0;
    padding: 15px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.5); }
    section h1 + div p {
      font-size: 1.4rem;
      line-height: 130%; }
    section h1 + div p:last-of-type {
      /*text-align: center;*/
      font-size: 1rem; }

.note {
  list-style: none;
  margin: 0 0 0 1em;
  text-indent: -1em;
  padding: 15px 15px 15px 2em;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px; }
  .note strong {
    color: #C00; }

/*   #sec1  product  */
/* cpproduct no pagelink */
ul.product h2,
ul.cpproduct h2 {
  font-size: 1.2rem;
  border-bottom: none;
  margin-bottom: 0;
  min-height: 3em; }

ul.product {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  /*価格*/ }
  ul.product li {
    margin: 0 0 1em 0;
    width: calc(33% - 20px); }
  ul.product dl dt {
    background: #DDD;
    text-align: center; }
  ul.product dl dd {
    font-size: 1.8rem;
    text-align: center;
    font-weight: 800; }
    ul.product dl dd span {
      font-size: 1.2rem; }
  ul.product dl dd:nth-of-type(1) {
    margin-top: 10px; }
  ul.product dl dd:nth-of-type(1)::after {
    content: '';
    display: block;
    margin: 10px auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 60px 0 60px;
    border-color: #E50003 transparent transparent transparent; }
  ul.product dl dt:nth-of-type(2) {
    background: #000;
    color: #FFF; }
  ul.product dl dd:nth-of-type(2) {
    padding: 10px 5px;
    background: #E50003;
    color: #FFF; }

ul.cpproduct {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  ul.cpproduct li {
    margin: 0 0 1em 0;
    width: calc(33% - 20px); }
  ul.cpproduct dt {
    background: #000;
    color: #FFF;
    text-align: center; }
  ul.cpproduct dd {
    padding: 10px 5px;
    background: #E50003;
    color: #FFF;
    font-size: 1.8rem;
    text-align: center;
    font-weight: 800; }
    ul.cpproduct dd span {
      font-size: 1.2rem; }

/*製品詳細へのリンク ul.product内*/
.prolink {
  margin-top: 10px;
  margin-bottom: 10px; }

.prolink a {
  display: block;
  text-align: center;
  text-decoration: none;
  position/*\**/: relative\9;
  /*ieハック　IE7,IE8のみ適応　背景消え対策*/
  margin: 5px 0;
  padding: 15px;
  color: #333;
  font-size: 1.4rem;
  font-weight: bold;
  border: none;
  border-radius: 10px;
  background: #FFA214;
  color: #FFF;
  background: -webkit-linear-gradient(top, #99CCFF, #000);
  background: linear-gradient(to bottom, #99CCFF, #000); }

.prolink a:link,
.prolink a:visited {
  color: #FFF;
  text-decoration: none; }

.prolink a:active,
.prolink a:hover {
  background: #EB1C00;
  color: #FFF;
  text-decoration: none; }

/*   section #sec_cp   */
div.cp {
  margin: 3em 0 2em 0;
  padding: 0;
  border-radius: 0; }
  div.cp h2 {
    background: #018235;
    border-radius: 0;
    margin-bottom: 0;
    border: none;
    color: #FFF;
    padding: 10px; }
  div.cp p {
    font-size: 1.1rem;
    line-height: 130%;
    background: #FFF;
    margin: 0;
    text-align: center; }
  div.cp p:first-of-type {
    background: #000;
    color: #FFF;
    padding: 5px; }
  div.cp a {
    font-weight: normal; }
  div.cp a:hover img {
    opacity: .6; }

div.pop {
  margin: 2em 0 1em 0;
  padding: 15px;
  border-radius: 15px;
  background: #FFF; }
  div.pop a {
    font-weight: normal; }
  div.pop p {
    font-size: 1.4rem;
    line-height: 130%; }
  div.pop p:nth-of-type(2) {
    text-align: center;
    margin-bottom: 0; }

@media (max-width: 1040px) {
  section {
    width: calc(100% - 40px); } }
@media (max-width: 900px) {
  section h1 {
    font-size: 1.4rem;
    line-height: 110%;
    margin-left: -20px;
    margin-right: -20px; }

  .camp_ttitle h1 {
    font-size: 1.2rem; }

  ul.product,
  ul.cpproduct {
    display: block; }
    ul.product h2,
    ul.cpproduct h2 {
      min-height: initial;
      min-height: auto; }
    ul.product li,
    ul.cpproduct li {
      margin: 0 auto 40px auto;
      width: calc(100% - 20px);
      max-width: 500px; } }
