<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.kadenOP_con {
  width: 100%;
  max-width:950px;
  font-size: 15px;
}

.mainttlarea {
  background: #F90D00;
  color: #fff;
  padding: 10px 10px 10px 70px;
  border-radius: 5px;
  position: relative;
}

.mainttl {
  font-size: 27px;
  font-weight: bold;
  display: inline-block;
  padding-right: 3px;
  margin: 0;
  letter-spacing: 2px;
}

.mainttl_sub {
  font-size: 17px;
  display: inline-block;
  margin: 0;
  font-weight: bold;
}

.mainttlarea::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  top: calc(50% - 20px);
  left: 13px;
  background-image: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u15435900/pc/contents/installation/images/kadenOP/icon01.png);
  background-repeat: no-repeat;
}

.ticket {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

#const {
  margin: 20px 0;
}

.constttl {
  font-size: 25px;
  font-weight: bold;
  padding: 0 0 10px 2em;
  border-bottom: 2px solid #0096E2;
  margin-bottom: 15px;
  position: relative;
}

.constttl::before {
  content: "1";
  position: absolute;
  width: 1.5em;
  color: #fff;
  background-color: #0096E2;
  text-align: center;
  left: 10px;
  font-size: 85%;
  margin-top: .1em;
}

.const_contents,
.recycle_contents {
  padding: 0 10px;
}

.ticket_l {
  width: 470px;
  max-width: 100%;
}

.ticket_r {
  width: 250px;
  max-width: 100%;
}

.img-mtb20 {
  margin: 20px auto;
}

.ticket_r_con {
  margin: auto;
  text-align: center;
}

.ticket_nm {
  margin: 5px 0;
}

.ticket_price {
  font-size: 25px;
  font-weight: bold;
  color: #f90d00;
  margin: 5px;
}

.ticket_buy {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ticket_buy&gt;div {
  margin: 0 5px;
}

.ticket_buy_quantity&gt;input {
  width: 40px;
}

.ticket_buy_btn {
  padding-right: 5px;
}

/*楽天の設置券購入ボタン*/
.ticket_buy_btn input {
  width: 120px;
  padding: 5px;
  background: linear-gradient(0, #fff463, #ffffd7);
  background-color: #fff463;
  border: 1px solid #8b7d69;
  border-radius: 4px;
  transition: .3s;
}

/*楽天以外の設置券リンクボタン*/
.ticket_buy_linkbtn {
  display: block;
  width: 200px;
  max-width: 100%;
  padding: 5px;
  background: linear-gradient(0, #fff463, #ffffd7);
  background-color: #fff463;
  border: 1px solid #8b7d69;
  border-radius: 4px;
  transition: .3s;
  color: #333 !important;
  margin: auto;
}

.checkpoint {
  margin: 20px 0;
  border-radius: 10px;
  padding: 15px 10px 10px;
  text-align: center;
}

.chkttl {
  font-size: 23px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.chkttl&gt;span {
  font-weight: bold;
}

#const .checkpoint {
  border: 2px solid #0096e2;
}

#const .chkttl {
  color: #0096e2;
  border-bottom: 1px solid #0096e2;
}

#recycle .checkpoint {
  border: 2px solid #339B60;
}

#recycle .chkttl {
  color: #339B60;
  border-bottom: 1px solid #339B60;
}

.mdtxt {
  font-size: 17px;
  font-weight: bold;
}

a.linkbtn {
  display: inline-block;
  color: #fff;
  background-color: #f90d00;
  padding: .1em 1.5em 0 .5em;
  border-radius: 5px;
  font-size: 20px;
  position: relative;
  transition: .3s;
}

a.linkbtn::after {
  position: absolute;
  content: "";
  border: 0.35em solid transparent;
  border-left-color: #fff;
  right: .1em;
  top: .36em;
}

.checkpoint .mdtxt {
  position: relative;
  padding-left: 30px;
  display: inline-block;
}

.checkpoint .mdtxt::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  left: 0;
  top: -2px;
}

#const .checkpoint .mdtxt::before {
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u15435900/pc/contents/installation/images/kadenOP/icon02-bl.png) no-repeat;
  background-size: contain;
}

#recycle .checkpoint .mdtxt::before {
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u15435900/pc/contents/installation/images/kadenOP/icon02-gr.png) no-repeat;
  background-size: contain;
}

#const .checkpoint .mdtxt {
  position: relative;
  padding-left: 30px;
  display: inline-block;
}

#const .checkpoint .mdtxt::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u15435900/pc/contents/installation/images/kadenOP/icon02-bl.png) no-repeat;
  background-size: contain;
  left: 0;
  top: -2px;
}

.infolist {
  text-align: left;
  margin: 0;
  list-style: none;
  padding: 0;
}

.infolist li {
  padding: 3px 0 3px 1em;
  position: relative;
  display: inline-block;
}

.infolist li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #ddd;
  left: 0;
  top: 10px;
}

.chkcf {
  display: inline-block;
  margin: 10px auto 0;
  max-width: 670px;
  text-align: left;
}

a.linktxt {
  padding: 0 1em 0 5px;
  color: #f90d00;
  border-bottom: 1px solid #f90d00;
  font-weight: bold;
  position: relative;
  display: inline-block;
  transition: .3s;
}

a.linktxt::after {
  position: absolute;
  content: "";
  border: 0.35em solid transparent;
  border-left-color: #f90d00;
  right: 0;
  top: 0.5em;
}

.lgtxt {
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 1px;
  border-bottom: 1px solid #ddd;
  padding-left: 10px;
}

.const_order ul,
.cautionlist {
  list-style: none;
  padding: 0;
}

.const_order_steps&gt;li {
  padding: 15px 0 15px 70px;
  position: relative;
}

.const_order_steps&gt;li::before {
  content: "";
  position: absolute;
  width: 45px;
  height: 45px;
  top: 5px;
  left: 10px;
}

.steps_cart::before {
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u15435900/pc/contents/installation/images/kadenOP/icon-cart.png) no-repeat;
}

.steps_mail::before {
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u15435900/pc/contents/installation/images/kadenOP/icon-mail.png) no-repeat;
}

.steps_hearing::before {
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u15435900/pc/contents/installation/images/kadenOP/icon-hearing.png) no-repeat;
}

.cautionlist {
  font-size: 14px;
}

.cautionlist&gt;li {
  padding: 2px 0 2px 1.3em;
  position: relative;
}

.cautionlist&gt;li::before {
  color: #ff5f5f;
  content: "※";
  position: absolute;
  left: 0;
}

.cautionlist {
  font-size: 14px;
}

.cautionlist&gt;li {
  padding: 2px 0 2px 1.3em;
  position: relative;
}

.cautionlist&gt;li::before {
  color: #ff5f5f;
  content: "※";
  position: absolute;
  left: 0;
}

.cautionlist.bgwh {
  color: #777;
}

.cautionlist.bggr {
  padding: 15px 10px;
  background-color: #f5f5f5;
  border-radius: 5px;
}

.const_order_steps li&gt;.mdtxt {
  padding-left: 3.5em;
  position: relative;
}

.const_order_steps li&gt;.mdtxt::before {
  position: absolute;
  left: 0;
  font-size: 13px;
  padding: 2px 5px;
  background-color: #cfefff;
  border-radius: 4px;
}

.const_order_steps li.step1&gt;.mdtxt::before {
  content: "STEP1";
}

.const_order_steps li.step2&gt;.mdtxt::before {
  content: "STEP2";
}

.const_order_steps li.step3&gt;.mdtxt::before {
  content: "STEP3";
}

.recyclettl {
  font-size: 25px;
  font-weight: bold;
  padding: 0 0 10px 2em;
  border-bottom: 2px solid #339B60;
  margin: 30px 0 15px;
  position: relative;
}

.recyclettl::before {
  content: "2";
  position: absolute;
  width: 1.5em;
  color: #fff;
  background-color: #339B60;
  text-align: center;
  left: 10px;
  font-size: 85%;
  margin-top: .1em;
}

.mdtxt_center {
  text-align: center;
  margin: 20px 0 5px;
}

.recycle_apply {
  display: flex;
}

.recycle_apply&gt;div {
  padding: 0 10px;
  width: 50%;
  text-align: center;
}

.recycle_apply_midashi {
  background-color: #339b60;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.recycle_apply_midashi&gt;span {
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  padding: 5px;
}

.recycle_apply_txt {
  min-height: 90px;
  background-color: #e6f3e5;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recycle_apply_txt&gt;span {
  padding: 10px;
}

.ticket_buy_btn input:hover, .ticket_buy_linkbtn:hover {
  background: linear-gradient(180deg, #fff463, #ffffd7);
  transform: translateY(2px);
  text-decoration: none;
}

a.linkbtn:hover,
a.linktxt:hover {
  text-decoration: none;
  opacity: .5;
  transform: translateY(2px);
}

.yelline {
    font-weight: bold;
    padding: 0 3px;
    margin: 0 3px;
    background: linear-gradient(0, #ffffd7 60%, transparent 60%);
}</pre></body></html>