﻿@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400&display=swap');

body {
  line-height: 1.5;
  font-family: "Lato", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN", Meiryo, \30e1\30a4\30ea\30aa, "MS PGothic", sans-serif;
  font-size: 1.2rem;
  font-size: 12px;
  word-break: break-word;
  color: #333;
  background: #fff;
}

a {
  color: #333;
}

h1, .h1 {
  padding: 0;
  margin: 0 10px 21px;
  font-size: 18px;
  font-weight: normal;
  background: none;
}

h2, .h2 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: -1px;
  background: none;
}

h3, .h3 {
  margin: 0 0 20px;
  padding: 0 0 2px;
  border-bottom: 1px solid #ccc;
  font-size: 13px;
  font-weight: bold;
}

/* ----共通---- */

.img-center {
  position: relative;
}

.required:after {
  color: #ffffff;
  font-weight: bold;
  background-color: #ff343c;
}

.price {
  color: #333;
}

.pager {
  margin: 10px 0;
}

.block-common-alert-list {
  margin: 0 0 18px;
  border: 0;
  padding: 0;
  color: #e51f00;
}

.block-cart--contents-frame .block-common-alert-list {
  font-weight: bold;
}

.block-common-alert-list .block-common-alert-list--message {
  display: none;
}

/* ----入力項目---- */

/*input[type="checkbox"] {
  display: none;
}

label > input[type="checkbox"] {
  display: inline-block;
}

input[type="checkbox"] + label {
  position: relative;
  padding: 0 0 0 24px;
}

input[type="checkbox"] + label::before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #e5e5e5;
  background: #fff;
  z-index: 0;
  content: "";
}

input[type="checkbox"]:checked + label::after {
  position: absolute;
  top: 2px;
  left: 5px;
  display: block;
  width: 6px;
  height: 10px;
  border: 1px solid #333;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}*/

input[type="text"], input[type="tel"], input[type="email"], input[type="search"], input[type="password"], input[type="url"], input[type="number"], select, textarea {
  font-size: 16px;
  border-radius: 4px;
}

.fieldset-vertical .form-group {
  margin: 5px 0 20px;
}

.fieldset-vertical .form-label label {
  font-size: 15px;
}

.fieldset-vertical .form-control {
  padding: 10px 0 0;
}

.block-member-info--value-label {
  
}

/* ----ボタン---- */

.action .btn {
  border-radius: 5px;
}

.btn-default {
  color: #fff;
  border: 0;
  border-radius: 5px;
  background-color: #888888;
}

.btn-primary {
  color: #333333;
  border: 0;
  border-radius: 5px;
  background-color: #fffd62;
}

.btn-secondary {
  color: #fff;
  border: 0;
  border-radius: 5px;
  background-color: #888888;
}

.btn-danger {
  color: #fff;
  border: 0;
  border-radius: 5px;
  background-color: #888888;
}

.balloontip {
  z-index: 1000000;
}
