@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 img {
  max-width: 100%;
  height: auto;
  display: block;
}

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 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 0 15px 0;
  list-style: none;
}

ul,
ol {
  list-style: none;
}

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

.contact dl {
  width: 47%;
  text-align: left;
  margin: 20px;
  padding: 20px;
  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: center;
}

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

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



.gradient-button {
  display: inline-block;
  padding: 15px 40px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: white;
  background: linear-gradient(0deg, #1641cd, #31c9dd); /* グラデーション */
  border-radius: 30px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  margin: 10px 10px 10px 10px;
}

.gradient-buttongreen {
  display: inline-block;
  padding: 15px 40px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: white;
  background: linear-gradient(0deg, #079358, #00fe94); /* グラデーション */
  border-radius: 30px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  margin: 10px 10px 10px 10px;
}

.gradient-buttonorange {
  display: inline-block;
  padding: 15px 40px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: white;
  background: linear-gradient(0deg, #ee561a, #feba00); /* グラデーション */
  border-radius: 30px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  margin: 10px 10px 10px 10px;
}


/* 211行目〜222行目あたりを以下に書き換え */

.material a.gradient-button,
.material a.gradient-buttongreen,
.material a.gradient-buttonorange {
  display: inline-flex;    /* blockの性質を持たせつつ横に並ぶ */
  align-items: center;     /* 上下方向の中央揃え */
  justify-content: center; /* 左右方向の中央揃え */
  font-size: 20px;
  line-height: 1;          /* 行の余計な高さをリセット */
  box-sizing: border-box;  /* パディングを含めたサイズ計算にする */
  height: 60px;            /* 高さを数値で指定（他のボタンと合わせる） */
}

/* オレンジ専用の背景色設定だけ残す */
.material a.gradient-buttonorange {
  background: linear-gradient(0deg, #ee561a, #feba00) !important;
}


.gradient-button:hover {
  opacity: 0.8;
}

.gradient-buttongreen:hover {
  opacity: 0.8;
}

.gradient-buttonorange:hover {
  opacity: 0.8;
}





.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(204, 97%, 45%);
  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(35, 100%, 45%);
}


.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: center;
  flex-wrap:wrap;
}
.materials_dl:after{
  display: block;
  content:"";
  width:435px;
}
.materials_dl img{
  width:250px;
}

.appBtnWrap a:nth-child(2) .appBtn {
  background-color: #8c00ff; /* 好きな色に変更してください */
}

.appBtnWrap a:nth-child(2) .appBtn:hover {
  background-color:hsl(194, 100%, 50%); /* 好きなhover時の色に変更してください */
}

.highlight {
  color: red;
}


.form_btn a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  }
  





