@charset "utf-8";

/*** オリジナル設定 ***/
body {
  font-family: 'Noto Sans JP',
    sans-serif;
    position: relative;
}

#receipt_destination {
  transition: 0.3s;
}

#unitPrice,
#total_amount,
#electricity_charges,
#outlet_fee,
#spotlight_fee,
#catalog_stand_fee,
#total_charge,
#online_exhibition_fee,
#total_pop {
  background-color: #97CBFF;
  border: 1px solid #97CBFF;
  text-align: right;
}

#quantity {
  text-align: right;
}

#categories label,
#field label {
  margin-right: 1em;
}

tr.tableTitle {
  margin-top: 1em;
}

.tableTitle th {
  background-color: #CBEEC6;
  border-color: #CBEEC6;
  font-size: 1.125em;
  width: 220px;

}

.tableTitle td {
  background-color: #CBEEC6;
  color: #ff0000;
  font-size: 0.9em;
}

h1 {
  font-size: 20px;
  line-height: 140%;
  font-weight: bold;
  padding: 5px;
}

#mainImg {
  width: 810px;
  margin: 0 auto;
  border: 1px solid #DDD;
}

h2 {
  font-size: 16px;
  line-height: 140%;
  font-weight: normal;
  border-bottom: 4px solid #900;
  padding: 10px 5px 5px 5px;
  margin: 20px 0 10px 0;
  text-align: left;
  background-color: initial;
  color: initial;
}

.material ul {
  margin: 0 0 15px 0;
  padding: 0 10px;
}

ul,
ol {
  list-style: none;
}

.material ul li {
  margin: 0 10px 4px 0;
  display: inline-block;
}

.contact dl {
  width: 47%;
  text-align: left;
  margin: 0 10px 0 0;
  padding: 10px;
  background-color: #EFEFEF;
  display: inline-block;
}

.contact dl:nth-child(2) {
  margin: 0;
}

.contact dd {
  font-size: 14px;
  line-height: 180%;
}

.contact dd span {
  width: 5em;
  display: inline-block;
}

form {
  margin: 0;
}

input[type="radio"],
input[type="checkbox"] {
  position: relative;
  top: 5px;
}

#appDueDate th {
  /* width: 250px; */
  text-align: left;
  padding: 1em;
}

#appDueDate td {
  padding-left: 1em;
}

.categoriesHeaderSpan {
  display: inline-block;
  float: initial;
  width: initial;
  text-align: justify;
  font-weight: normal;
  color: #000;
  background-color: initial;
  text-indent: -1em;
  padding-left: 1em;
}

footer {
  line-height: 25px;
  text-align: left;
}

.contactCol {
  width: 918px;
  margin: 0 auto;
}

#footerWrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1em;
}

.appBtnWrap {
  display: flex;
  justify-content: center;
}

.appBtnWrap a {
  text-decoration: none;
}

.appBtn {
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  display: block;
  background: hsl(30, 100%, 50%);
  border: none;
  border-radius: 8px;
  box-shadow: 2px 2px 4px #ddd;
  margin: 0 1em 0;
  padding: 0.5em 1em;
  transition: all .3s;
}

.appBtn:hover {
  text-decoration: none;
  background-color: hsl(194, 100%, 50%);
}

.tooltipContent {
  display: block;
  background: #ffc;
  border: 1px solid #fc6;
  text-align: center;
  margin: 0;
  padding: 10px;
  z-index: 2;
  width: 350px;
  height:100px;
  display: none;
}

.aboutElPriceImg {
  cursor: pointer;
}

#watts,
#outlet,
#spotlight,
#catalog_stand,
#online_exhibition {
  text-align: right;
}

#stamp_rally {
  display: flex;
  align-items: flex-start;
}

#stamp_rally div {
  opacity: .3;
}

#stamp_rally_product_name {
  pointer-events: none;
}

#calcBtn {
  display:inline-block;
  background-color: #ccc;
  padding: .25em;
  border-radius: 5px;
  width:5em;
  text-align:center;
  cursor: pointer;
  animation: color-change 2s linear infinite;
}

.calcBtnNote{
  color:red;
  font-weight:bold;
}


@keyframes color-change {
  0%,
  100% {
    background-color: #ccc;
  }

  50% {
    background-color: #eb7a7a;
  }
}
.materials_dl{
  display:flex;
  justify-content: space-around;
  flex-wrap:wrap;
}
.materials_dl:after{
  display: block;
  content:"";
  width:435px;
}
.materials_dl img{
  width:200px;
}