@charset "UTF-8";

/* CSS Document */
html {
  text-align: center;
}

h2 {
  font-size: 24px;
  padding: 5px;
  border-bottom: 2px solid #ccc;
  margin: 10px 80px 25px;
  letter-spacing: 0.2em;
}

.textbox {
  font-size: 16px;
  text-align: left;
  width: 560px;
  margin: 0 auto 25px;
}

.textbox p {
  text-align: center;
  line-height: 1.2em;
  padding: 5px;
  border: 2px solid #FC6;
  background-color: #FFC;
  margin: 0 0 10px 0;
}

.textbox ul {
  margin: 20px 0;
  padding: 0 0 0 1em;
}

.textbox ul li {
  text-indent: -0.7em;
  margin: 0 0 10px 0;
  line-height: 1.2em;
}

/*メール設定項目*/
.page_wrapper {
  width: 100%;
  max-width: 960px;
  margin: auto;
}

.free-page {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  position: relative;
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  font-size: 14px;
  line-height: 1.5em;
  color: #444;
  padding: 50px 0;
  /*span {
    display:block;
    border:1px solid #709e2f;
    padding:5px;
    font-size:16px;
    background-color:#709e2f;
    color:#fff;
    font-weight:bolder;
    text-align:center;
    letter-spacing:0.2em;
  }*/
}

@media only screen and (max-width: 960px) {
  .free-page {
    width: 95%;
  }
}

.free-page .page_title {
  color: #fff;
  padding: 1.5em 0;
  background: #709e2f;
  margin-bottom: 2.5em;
}

.free-page .page_title h2 {
  position: relative;
  margin: 0 auto;
  background-size: 20px;
  color: #fff;
  font-size: 1.5rem;
  vertical-align: middle;
  vertical-align: middle;
}

@media only screen and (max-width: 960px) {
  .free-page .page_title h2 {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 640px) {
  .free-page .page_title h2 {
    font-size: 1.2rem;
  }
}

.free-page .page_title h2::before {
  content: "";
  display: inline-block;
  background: url(https://file003.shop-pro.jp/PA01443/784/images/clover.png) no-repeat;
  width: 30px;
  height: 30px;
  margin: 0 15px 0 20px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: text-top;
}

@media only screen and (max-width: 640px) {
  .free-page .page_title h2::before {
    margin: 0 15px 0 10px;
    width: 25px;
    height: 25px;
  }
}

.free-page h3 {
  border-top: 1px solid #709e2f;
  border-bottom: 1px solid #709e2f;
  color: #709e2f;
  font-weight: 700;
  line-height: 1.6;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  margin: 4em auto .7em;
  padding: 0.65em 0 !important;
  margin-top: 2em;
  margin-bottom: 1.5em;
}

@media only screen and (max-width: 640px) {
  .free-page h3 {
    font-size: 1rem;
  }
}

.free-page h4 {
  display: block;
  font-size: 1.5em;
  color: #709e2f;
  margin-bottom: 0.7em;
  font-weight: bold;
}

.free-page h5 {
  background-color: #f3f3f3;
  padding: 3px;
  margin: 0 0 10px 10px;
}

.free-page p {
  padding: 5px;
  font-size: 105%;
  margin-bottom: 1.5em;
  margin-bottom: 1.5em;
}

.free-page ol {
  display: block;
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.free-page ol span {
  display: list-item;
  text-align: -webkit-match-parent;
}

.free-page ol li {
  margin: 0 0 0.55rem;
  border: none;
}

.free-page ul {
  margin: 0 0 20px;
  padding: 0 0 0;
}

.free-page li {
  margin: 0 0 5px;
  padding: 0;
}

.free-page dl {
  margin: 0 20px 20px;
  padding: 0 0 20px;
}

.free-page dl dt {
  margin: 10px 0 0;
  padding: 0;
  border-bottom: 1px solid #ccc;
}

.free-page dl dd {
  margin: 5px 0 10px;
  padding: 5px;
  display: block;
}

.free-page .red {
  color: #f00;
}

.free-page .dott span {
  line-height: 1.8;
  border-bottom: 1px dotted #ccc;
  font-weight: bold;
  display: block;
}

@media only screen and (max-width: 960px) {
  .free-page .dott span {
    display: block;
    padding: 5px;
    font-size: 100%;
    margin: 0;
  }
}

.free-page strong {
  font-weight: bold;
}

.free-page a {
  text-align: right;
  padding: 5px 20px 5px 5px;
  display: block;
}

.free-page form {
  width: 100%;
  max-width: 800px;
  margin: auto;
  box-sizing: border-box;
  display: block;
  margin-top: 0em;
}

.free-page form * {
  -webkit-box-sizing: border-box;
}

.free-page form table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto 3em;
  max-width: initial;
}

.free-page form table tbody {
  max-width: 800px;
  margin: auto;
  text-align: left;
}

@media only screen and (max-width: 640px) {
  .free-page form table tbody tbody, .free-page form table tbody td, .free-page form table tbody th, .free-page form table tbody tr {
    display: block;
  }
}

.free-page form table tbody tr {
  margin: 1.5em auto;
  border-bottom: 1px #ddd solid !important;
}

.free-page form table tbody tr th {
  width: 226px;
  padding: 0 0 0 15px;
  white-space: inherit;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .free-page form table tbody tr th {
    width: 100%;
    font-size: 18px;
  }
}

.free-page form table tbody tr th label span {
  color: red !important;
  font-size: 75% !important;
}

.free-page form table tbody tr td {
  padding: 1.4em 0;
  text-align: left;
  border: none;
  vertical-align: inherit;
}

.free-page form table tbody tr td fieldset {
  overflow: hidden;
}

.free-page form table tbody tr td fieldset .item {
  float: left;
  margin-right: 26px;
}

.free-page form table tbody tr td label {
  margin-right: 18px;
}

.free-page form table input[type=email], .free-page form table input[type=number], .free-page form table input[type=password], .free-page form table input[type=tel], .free-page form table input[type=text], .free-page form table input[type=url] {
  padding: .4em 10px .4em;
  border: 1px #777 solid;
  font-size: 14px;
  font-size: .875rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  appearance: none;
  line-height: 2;
  outline: 0;
  width: 260px;
  min-height: 2.4em;
  margin-bottom: .5px;
}

.free-page form table .checkbox {
  margin-right: 10px;
}

.free-page form table textarea {
  width: 260px;
}

.free-page form table select {
  padding: .4em 10px .3em;
  border: 1px #777 solid;
  font-size: 14px;
  font-size: .875rem;
  background: url(../img/iko/common_parts-select-btn.png) no-repeat 95% center #fff;
  background-size: 12px auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-focus-ring-color: rgba(255, 255, 255, 0);
  -moz-tap-highlight-color: rgba(255, 255, 255, 0);
  -moz-focus-ring-color: rgba(255, 255, 255, 0);
  outline: 0;
  width: 260px;
  min-height: 2.4em;
}

.free-page form .button_wrap {
  text-align: center;
}

.free-page form button {
  position: relative;
  display: inline-block;
  border: none;
  text-align: center;
  text-decoration: none;
  padding: .7em 1.5em;
  background-color: #709e2f;
  outline: 0;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #fff;
  -webkit-box-shadow: 1px 1px 1px #ddd;
  box-shadow: 1px 1px 1px #ddd;
  border: 2px solid #709e2f;
  min-width: 280px;
  padding: .7em 30px;
  background-color: #709e2f;
  font-size: 18px;
  font-size: 1.125rem;
  margin: auto;
}

.free-page form button:hover {
  background-color: rgba(225, 225, 225, 0.1);
  color: #709e2f;
}

.list {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 45px 0 20px;
}

.list .col {
  word-break: keep-all !important;
}

.list .col-xs-6 {
  width: 48% !important;
}

.list .prd-lst {
  display: flex;
  width: 100%;
  margin: 0 auto;
  flex-flow: row wrap;
  justify-content: space-around;
}

.list [class*="col-xs-"] {
  padding: 0;
  float: none;
  min-height: 1px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.list .product_item {
  margin: 25px auto !important;
}

.list .product_item img {
  width: 80%;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 960px) {
  .list .product_item img {
    width: 100%;
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.page_wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 20px auto;
}

@media only screen and (max-width: 960px) {
  .page_wrapper {
    width: 95%;
  }
}

.page_wrapper .tables {
  width: 100%;
  margin: 1rem auto 2rem;
}

.page_wrapper .tables td,
.page_wrapper .tables th {
  border: 1px solid #ccc;
  padding: 20px;
}

.page_wrapper .tables th {
  font-weight: bold;
  background-color: #efe;
  width: 20%;
}

@media screen and (max-width: 767px) {

  .page_wrapper .tables,
  .page_wrapper .tables tbody,
  .page_wrapper .tables td,
  .page_wrapper .tables th,
  .page_wrapper .tables tr {
    display: block;
  }

  .page_wrapper .tables th {
    width: auto;
  }
}

.centering {
  line-height: 2;
  margin: 30px auto;
}

.no-centering {
  line-height: 2;
  margin: 30px auto;
}

@media only screen and (max-width: 960px) {
  .no-centering {
    font-size: 120%;
  }
}
