.promotion #content .promotionBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 30px;
  padding-bottom: 100px
}

@media screen and (max-width: 768px) {
  .promotion #content .promotionBox {
      padding:0 20px 0
  }
}

.promotion #content .promotionBox .inBox {
  width: 45%
}

@media screen and (max-width: 768px) {
  .promotion #content .promotionBox .inBox {
      width:100%;
      margin: 0 0 50px
  }
}

.promotion #content .promotionBox .inBox .title {
  background-color: #f06400;
  border-radius: 20px 20px 0 0;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 20px;
  font-weight: 700
}

.promotion #content .promotionBox .inBox .imgBox {
  background-color: #fff0c8;
  border-radius: 0 0 20px 20px;
  padding: 10px;
  text-align: center;
  height: 290px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (max-width: 768px) {
  .promotion #content .promotionBox .inBox .imgBox {
      height:auto
  }
}

.promotion #content .promotionBox .inBox .txBox {
  padding: 20px 0 20px 20px;
  height: 215px
}

@media screen and (max-width: 768px) {
  .promotion #content .promotionBox .inBox .txBox {
      height:auto
  }
}

.promotion #content .promotionBox .inBox .txBox ul li a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #42210b;
  padding: 10px 0 10px 25px
}

.promotion #content .promotionBox .inBox .txBox ul li a:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #f06400;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  z-index: 2;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%)
}

.promotion #content .promotionBox .inBox .txBox ul li a:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 6px;
  width: 0;
  height: 0;
  border-left: 8px solid #fff;
  border-top: 6px solid rgba(0,0,0,0);
  border-bottom: 6px solid rgba(0,0,0,0);
  z-index: 3;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%)
}

.promotion #content .promotionBox .inBox .btn {
  margin: 0 auto
}

.promotion_single {
  padding: 30px 0 150px
}

@media screen and (max-width: 768px) {
  .promotion_single {
      padding:0 20px 50px
  }
}

.promotion_single .end {
  background-color: #f06400;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 20px;
  margin: 0 0 20px;
  font-weight: 700
}

@media screen and (max-width: 768px) {
  .promotion_single .end {
      font-size:4vw
  }
}

.promotion_single .imgBox {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px
}

.promotion_single .imgBox:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 66.625%
}

.promotion_single .imgBox img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px
}

.promotion_single .txBox {
  padding: 0 0 100px
}

@media screen and (max-width: 768px) {
  .promotion_single .txBox {
      width:100%;
      padding: 30px 0
  }
}

.promotion_single .txBox .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 12px;
  padding: 0 0 10px
}

@media screen and (max-width: 768px) {
  .promotion_single .txBox .time {
      font-size:10px;
      line-height: 140%
  }
}

.promotion_single .txBox .time .tag {
  color: #fff;
  background-color: #f06400;
  border-radius: 50px;
  padding: 0 10px;
  margin: 0 10px 0 0
}

@media screen and (max-width: 768px) {
  .promotion_single .txBox .time .tag {
      padding:3px 5px
  }
}

.promotion_single .txBox .time .tx1 {
  color: gray;
  font-weight: 700
}

.promotion_single .txBox .title {
  font-size: 26px;
  font-weight: 700;
  padding: 0 0 50px;
  line-height: 1.6923076923
}

@media screen and (max-width: 768px) {
  .promotion_single .txBox .title {
      font-size:5vw;
      padding: 0 0 30px
  }
}

.promotion_single .txBox .tx2 {
  line-height: 180%;
  font-size: 18px
}

@media screen and (max-width: 768px) {
  .promotion_single .txBox .tx2 {
      line-height:160%;
      font-size: 14px
  }
}

.promotion_single .postlink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f1f1f1;
  border-radius: 50px;
  width: 600px;
  margin: 0 auto 50px;
  font-weight: 700;
  font-size: 14px
}

@media screen and (max-width: 768px) {
  .promotion_single .postlink {
      width:100%;
      font-size: 14px;
      margin: 0 0 50px
  }
}

.promotion_single .postlink a {
  color: #534741 !important;
  text-decoration: none !important
}

.promotion_single .postlink a:hover {
  opacity: 1;
  color: #f06400
}

.promotion_single .postlink .box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.promotion_single .postlink .box a:before {
  content: "<<";
  display: block;
  padding: 0 10px 0 0
}

.promotion_single .postlink .box_l {
  border-right: 1px solid #c2c2c2;
  padding: 0 30px 0 0
}

.promotion_single .postlink .box_l a {
  padding: 12px 0 12px 30px
}

@media screen and (max-width: 768px) {
  .promotion_single .postlink .box_l a {
      padding:6px 0
  }
}

.promotion_single .postlink .box_r {
  border-left: 1px solid #c2c2c2;
  padding: 0 0 0 30px
}

.promotion_single .postlink .box_r a {
  padding: 12px 10px 12px 0
}

.promotion_single .postlink .box_r a:before {
  display: none
}

.promotion_single .postlink .box_r a:after {
  content: ">>";
  display: block;
  padding: 0 0 0 10px
}

.promotion_single .postlink .box_c {
  padding: 12px 30px
}

.promotion_single .btn {
  margin: 0 auto;
  font-size: 14px
}

.promotion_single2 {
  background-color: #f1962c;
  padding: 100px 0 150px
}

@media screen and (max-width: 768px) {
  .promotion_single2 {
      padding:50px 20px 70px
  }
}

.promotion_single2 a {
  text-decoration: none !important;
  font-weight: 700;
  position: relative
}

.promotion_single2 a:hover {
  opacity: 1
}

.promotion_single2 .inBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0 20px
}

.promotion_single2 .inBox .telBox {
  width: 55%;
  height: 100px
}

@media screen and (max-width: 768px) {
  .promotion_single2 .inBox .telBox {
      width:100%;
      height: auto;
      margin: 0 0 20px
  }
}

.promotion_single2 .inBox .telBox a {
  display: block;
  background-color: #432106;
  color: #fff !important;
  padding: 10px;
  text-align: center;
  border-radius: 50px;
  font-size: 13px;
  height: 100%;
  -webkit-box-shadow: 0 5px 0 rgba(255,100,100,.4);
  box-shadow: 0 5px 0 rgba(255,100,100,.4)
}

@media screen and (max-width: 768px) {
  .promotion_single2 .inBox .telBox a {
      font-size:10px
  }
}

.promotion_single2 .inBox .telBox a .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 40px
}

@media screen and (max-width: 768px) {
  .promotion_single2 .inBox .telBox a .in {
      font-size:20px
  }
}

.promotion_single2 .inBox .telBox a .in span {
  padding: 0 0 0 10px
}

.promotion_single2 .inBox .mailBox {
  width: 40%;
  height: 100px
}

@media screen and (max-width: 768px) {
  .promotion_single2 .inBox .mailBox {
      width:100%;
      height: auto
  }
}

.promotion_single2 .inBox .mailBox a {
  display: block;
  background-color: #fff;
  color: #432106 !important;
  padding: 25px 20px;
  text-align: center;
  border-radius: 50px;
  font-size: 20px;
  height: 100%;
  -webkit-box-shadow: 0 5px 0 rgba(255,100,100,.4);
  box-shadow: 0 5px 0 rgba(255,100,100,.4)
}

@media screen and (max-width: 768px) {
  .promotion_single2 .inBox .mailBox a {
      padding:15px
  }
}

.promotion_single2 .inBox .mailBox a div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.promotion_single2 .inBox .mailBox a div img {
  margin: 10px 0 0
}

.promotion_single2 .inBox .mailBox a div span {
  padding: 0 0 0 10px
}

.promotion_single2 .inBox2 {
  width: 100%
}

.promotion_single2 .inBox2:before {
  background-color: #42210b;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%)
}

.promotion_single2 .inBox2:after {
  border-left: 8px solid #ffd90a;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%)
}

.lightTx {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  background-color: #fff;
  border-radius: 20px;
  padding: 50px 0;
  width: 800px;
  z-index: 21;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%)
}

@media screen and (max-width: 768px) {
  .lightTx {
      width:90%
  }
}

.lightTx .inBox {
  position: relative;
  -webkit-transform: rotate(.028deg);
  transform: rotate(.028deg)
}

.lightTx .inBox .title {
  padding: 0 50px 20px;
  font-size: 20px;
  font-weight: 700
}

@media screen and (max-width: 768px) {
  .lightTx .inBox .title {
      font-size:16px;
      padding: 0 20px 20px
  }
}

.lightTx .inBox .title .red {
  color: #f06400
}

.lightTx .inBox .title .blue {
  color: #2f80c2
}

.lightTx .inBox .tx {
  padding: 0 50px;
  font-size: 16px
}

@media screen and (max-width: 768px) {
  .lightTx .inBox .tx {
      font-size:14px;
      padding: 0 20px
  }
}

.lightTx .inBox .tx p {
  padding: .5em 0
}

.lightTx .inBox .tx p span {
  color: #f06400
}

.lightTx .inBox .txBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 2px solid #42210b;
  padding: 0;
  margin: 0 50px
}

@media screen and (max-width: 768px) {
  .lightTx .inBox .txBox {
      margin:0 20px;
      border: none
  }
}

.lightTx .inBox .txBox .box {
  width: 50%
}

@media screen and (max-width: 768px) {
  .lightTx .inBox .txBox .box {
      width:100%;
      margin: 10px 0;
      border: 2px solid #42210b
  }
}

.lightTx .inBox .txBox .box .subTitle {
  background-color: #f06400;
  color: #fff;
  text-align: center;
  padding: 10px
}

.lightTx .inBox .txBox .box .subTitle span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.lightTx .inBox .txBox .box .subTitle span:before {
  content: " ";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px 0 0;
  border: 3px solid #fff;
  border-radius: 10px
}

.lightTx .inBox .txBox .box .tableTx {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px 10px 40px;
  font-size: 14px;
  height: 60px
}

.lightTx .inBox .txBox .box .tableTx:nth-child(3) {
  border-top: 1px dotted #42210b;
  border-bottom: 1px dotted #42210b
}

.lightTx .inBox .txBox .box .tableTx:after {
  content: " ";
  display: block;
  position: absolute;
  top: 21px;
  left: 18px;
  width: 15px;
  height: 15px;
  border: 1px solid #42210b
}

.lightTx .inBox .txBox .box .tableTx:before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 15px;
  height: 5px;
  border-left: 3px solid #f06400;
  border-bottom: 3px solid #f06400;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.lightTx .inBox .txBox .box2 {
  border-left: 1px solid #42210b
}

.lightTx .inBox .txBox .box2 .subTitle {
  background-color: #2f80c2
}

.lightTx .inBox .txBox .box2 .subTitle span .clo {
  position: relative;
  display: inline-block;
  margin: -3px 20px 0 0
}

.lightTx .inBox .txBox .box2 .subTitle span .clo:after {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  display: inline-block;
  content: "";
  width: 15px;
  height: 3px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.lightTx .inBox .txBox .box2 .subTitle span .clo:before {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  display: inline-block;
  width: 15px;
  height: 3px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.lightTx .inBox .txBox .box2 .subTitle span:before {
  display: none;
  border: none
}

.lightTx .inBox .txBox .box2 .tableTx:before {
  border-left: 3px solid #2f80c2;
  border-bottom: 3px solid #2f80c2
}

.lightTx .close {
  cursor: pointer;
  position: absolute;
  top: -15px;
  right: -15px;
  width: 52px;
  height: 52px
}

.light_bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  background: #000;
  opacity: .5;
  filter: alpha(opacity=50)
}

.teiki[class]{
  margin: 0;
  max-width: unset;
}

.teiki #content .inner {
  width: 800px
}

@media screen and (max-width: 768px) {
  .teiki #content .inner {
      width:100%;
      padding: 0 20px
  }
}

.teiki #content .regularBox1 {
  padding: 30px 0 50px;
  text-align: center;
  line-height: 180%
}

@media screen and (max-width: 768px) {
  .teiki #content .regularBox1 {
      text-align:left
  }
}

.teiki #content .regularBox1 h3 {
  font-weight: 700;
  font-size: 26px;
  padding: 0 0 30px;
  width: unset;
  max-width: unset;
  margin: unset;
  border: none;
  border-radius: 0;

}

@media screen and (max-width: 768px) {
  .teiki #content .regularBox1 h3 {
      font-size:22px;
      text-align: center;
      line-height: 1.6818181818
  }
}

@media screen and (max-width: 768px) {
  .teiki #content .regularBox1 .tx1 {
      font-size:16px
  }
}

.teiki #content .regularBox2 {
  padding: 50px 0 0
}

.teiki #content .regularBox2 .parBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0 50px
}

.teiki #content .regularBox2 .parBox .inBox {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  position: relative;
  width: 150px;
  height: 150px;
  text-align: center;
  border-radius: 75px;
  margin: 0 20px;
  cursor: pointer;
  -webkit-box-shadow: 0 5px 0 rgba(0,0,0,.3);
  box-shadow: 0 5px 0 rgba(0,0,0,.3)
}

.teiki #content .regularBox2 .parBox .inBox:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  top: auto;
  bottom: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 0;
  border-color: #fff rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
  -webkit-transform: translate(-50%,0%);
  transform: translate(-50%,0%)
}

@media screen and (max-width: 768px) {
  .teiki #content .regularBox2 .parBox .inBox:after {
      bottom:5px
  }
}

@media screen and (max-width: 768px) {
  .teiki #content .regularBox2 .parBox .inBox {
      width:100px;
      height: 100px;
      border-radius: 50px;
      line-height: 140%;
      margin: 0 5px
  }
}

.teiki #content .regularBox2 .parBox .inBox:hover {
  -webkit-animation: fuwafuwa .3s infinite linear alternate;
  animation: fuwafuwa .3s infinite linear alternate
}

.teiki #content .regularBox2 .parBox .inBox a {
  display: block;
  width: 100%;
  height: 100%
}

.teiki #content .regularBox2 .parBox .inBox .en_in {
  color: #fff;
  width: 100%;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 3
}

@media screen and (max-width: 768px) {
  .teiki #content .regularBox2 .parBox .inBox .en_in {
      padding:0 0 0 5px
  }
}

.teiki #content .regularBox2 .parBox .inBox .en_in .tx1 {
  font-size: 16px
}

@media screen and (max-width: 768px) {
  .teiki #content .regularBox2 .parBox .inBox .en_in .tx1 {
      font-size:13px
  }
}

@-webkit-keyframes fuwafuwa {
  0% {
      -webkit-transform: translate(0,0)
  }

  50% {
      -webkit-transform: translate(0,-5px)
  }

  100% {
      -webkit-transform: translate(0,0)
  }
}

.teiki #content .regularBox2 .parBox .par1 {
  background-color: #e35a64
}

.teiki #content .regularBox2 .parBox .par2 {
  background-color: #0071bd
}

.teiki #content .regularBox2 .parBox .par3 {
  background-color: #f15a25
}

@media screen and (max-width: 768px) {
  .teiki #content .regularBox2 .parBox .par3 .en_in .tx1 {
      font-size:10px;
      line-height: 150%
  }
}

.teiki #content .regularBox2 .click {
  display: none
}

@media screen and (max-width: 768px) {
  .teiki #content .regularBox2 .click {
      text-align:center;
      background-color: #42210b;
      width: 250px;
      margin: 0 auto;
      padding: 5px;
      color: #fff;
      border-radius: 30px
  }
}

@media screen and (max-width: 768px) {
  .teiki #content .regularBox2 .chiBox {
      display:none;
      opacity: 0
  }
}

.teiki #content .regularBox2 .chi_o {
  display: block;
  opacity: 1
}

.teiki #content .regularBox2 .chiBox {
  border-radius: 20px;
  overflow: hidden;
  margin: 0 0 70px
}

.teiki #content .regularBox2 .chiBox .title {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  padding: 10px
}

.teiki #content .regularBox2 .chiBox .inBox1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 0;
  text-align: center
}

.teiki #content .regularBox2 .chiBox .inBox1 .tx1 {
  font-size: 24px;
  font-weight: 700;
  width: 48%;
  padding: 0
}

@media screen and (max-width: 768px) {
  .teiki #content .regularBox2 .chiBox .inBox1 .tx1 {
      font-size:18px
  }
}

.teiki #content .regularBox2 .chiBox .inBox1 .tx1 span {
  position: relative;
  padding: 0
}

.teiki #content .regularBox2 .chiBox .inBox1 .tx1 span:after {
  position: absolute;
  top: 15%;
  left: -10%;
  content: " ";
  width: 2px;
  height: 80%;
  background-color: #42210b;
  -webkit-transform: skewX(30deg);
  transform: skewX(30deg)
}

.teiki #content .regularBox2 .chiBox .inBox1 .tx1 span:before {
  position: absolute;
  top: 15%;
  right: -13%;
  content: " ";
  width: 2px;
  height: 80%;
  background-color: #42210b;
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg)
}

@media screen and (max-width: 768px) {
  .teiki #content .regularBox2 .chiBox .inBox1 .tx1 {
      width:100%;
      padding: 0 0 10px;
      font-size: 20px
  }

  .teiki #content .regularBox2 .chiBox .inBox1 .tx1 span {
      position: relative;
      padding: 0
  }

  .teiki #content .regularBox2 .chiBox .inBox1 .tx1 span:after {
      position: absolute;
      top: 10px;
      left: -20px;
      content: " ";
      width: 2px;
      height: 60%;
      background-color: #42210b;
      -webkit-transform: skewX(30deg);
      transform: skewX(30deg)
  }

  .teiki #content .regularBox2 .chiBox .inBox1 .tx1 span:before {
      position: absolute;
      top: 10px;
      right: -20px;
      content: " ";
      width: 2px;
      height: 60%;
      background-color: #42210b;
      -webkit-transform: skewX(-30deg);
      transform: skewX(-30deg)
  }
}

.teiki #content .regularBox2 .chiBox .inBox1 .tx2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%
}

@media screen and (max-width: 768px) {
  .teiki #content .regularBox2 .chiBox .inBox1 .tx2 {
      width:100%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center
  }
}

.teiki #content .regularBox2 .chiBox .inBox1 .tx2 .icon {
  background-color: #e35a64;
  color: #fff;
  font-size: 20px;
  padding: 10px;
  margin: 0 10px 0 0;
  text-align: center;
  border-radius: 30px;
  line-height: 1
}

@media screen and (max-width: 768px) {
  .teiki #content .regularBox2 .chiBox .inBox1 .tx2 .icon {
      font-size:16px;
      padding: 10px 5px;
      line-height: 120%
  }
}

.teiki #content .regularBox2 .chiBox .inBox1 .tx2 .price {
  color: #e35a64;
  font-size: 76px;
  font-weight: 800;
  line-height: 100%
}

@media screen and (max-width: 768px) {
  .teiki #content .regularBox2 .chiBox .inBox1 .tx2 .price {
      font-size:60px
  }
}

.teiki #content .regularBox2 .chiBox .inBox2 {
  padding: 30px 50px;
  text-align: left
}

@media screen and (max-width: 768px) {
  .teiki #content .regularBox2 .chiBox .inBox2 {
      padding:30px 20px
  }
}

.teiki #content .regularBox2 .chiBox .inBox2 .tx1 {
  font-size: 18px;
  font-weight: 700
}

@media screen and (max-width: 768px) {
  .teiki #content .regularBox2 .chiBox .inBox2 .tx1 {
      font-size:16px
  }
}

.teiki #content .regularBox2 .chiBox .inBox2 .tx2 {
  padding: 0 0 20px
}

@media screen and (max-width: 768px) {
  .teiki #content .regularBox2 .chiBox .inBox2 .tx2 {
      font-size:14px;
      line-height: 160%;
      padding: 5px 0 20px
  }
}

.teiki #content .regularBox2 .chiBox .inBox2 ul li {
  position: relative;
  padding: 0 0 10px 30px;
  font-size: 16px
}

@media screen and (max-width: 768px) {
  .teiki #content .regularBox2 .chiBox .inBox2 ul li {
      font-size:14px
  }
}

.teiki #content .regularBox2 .chiBox .inBox2 ul li span {
  position: absolute;
  top: 0;
  left: 0
}

.teiki #content .regularBox2 .chiBox .inBox2 .in {
  padding: 0 0 10px;
  margin: 0 0 30px;
  border-bottom: 1px solid #333
}

.teiki #content .regularBox2 .chiBox .inBox2 .in+.tx1 {
  margin-bottom: 5px
}

.teiki #content .regularBox2 .chiBox .inBox2 .in ul {
  padding: 0 0 20px
}

.teiki #content .regularBox2 .chiBox .inBox2 .in ul li {
  font-size: 16px;
  padding: 0;
  list-style: inside
}

@media screen and (max-width: 768px) {
  .teiki #content .regularBox2 .chiBox .inBox2 .in ul li {
      font-size:14px
  }
}

.teiki #content .regularBox2 .chi2 .inBox1 .tx1 span:before {
  right: -34%
}

.teiki #content .regularBox2 .chi1 {
  border: 2px solid #e35a64
}

.teiki #content .regularBox2 .chi1 .title {
  background-color: #e35a64
}

.teiki #content .regularBox2 .chi1 .inBox2 {
  background-color: #fedcdb
}

.teiki #content .regularBox2 .chi1 .inBox2 .in {
  border-color: #ec828a
}

.teiki #content .regularBox2 .chi2 {
  border: 2px solid #0071bd
}

.teiki #content .regularBox2 .chi2 .title {
  background-color: #0071bd
}

.teiki #content .regularBox2 .chi2 .inBox1 .tx1 {
  padding: 0
}

@media screen and (max-width: 768px) {
  .teiki #content .regularBox2 .chi2 .inBox1 .tx1 {
      padding:0 0 10px
  }

  .teiki #content .regularBox2 .chi2 .inBox1 .tx1 span {
      position: relative;
      padding: 0
  }

  .teiki #content .regularBox2 .chi2 .inBox1 .tx1 span:after {
      left: -60px
  }
}

@media screen and (max-width: 768px)and (max-width:768px) {
  .teiki #content .regularBox2 .chi2 .inBox1 .tx1 span:after {
      left:-9%
  }
}

.teiki #content .regularBox2 .chi2 .inBox1 .tx2 .icon {
  background-color: #0071bd
}

.teiki #content .regularBox2 .chi2 .inBox1 .tx2 .price {
  color: #0071bd
}

.teiki #content .regularBox2 .chi2 .inBox1 .tx2 .price span {
  font-size: 35px
}

.teiki #content .regularBox2 .chi2 .inBox2 {
  background-color: #d3eef9
}

.teiki #content .regularBox2 .chi2 .inBox2 .in {
  border-color: #0071bd
}

.teiki #content .regularBox2 .chi3 {
  border: 2px solid #f15a25
}

.teiki #content .regularBox2 .chi3 .title {
  background-color: #f15a25
}

.teiki #content .regularBox2 .chi3 .inBox1 .tx {
  width: 50%;
  text-align: center;
  padding: 0
}

@media screen and (max-width: 768px) {
  .teiki #content .regularBox2 .chi3 .inBox1 .tx {
      width:100%;
      padding: 0 0 20px
  }
}

.teiki #content .regularBox2 .chi3 .inBox1 .tx .tx3 {
  font-size: 18px;
  font-weight: 700
}

.teiki #content .regularBox2 .chi3 .inBox1 .tx .tx3 span {
  position: relative;
  padding: 0 20px
}

.teiki #content .regularBox2 .chi3 .inBox1 .tx .tx3 span:after {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  width: 2px;
  height: 100%;
  background-color: #42210b;
  -webkit-transform: skewX(30deg);
  transform: skewX(30deg)
}

.teiki #content .regularBox2 .chi3 .inBox1 .tx .tx3 span:before {
  position: absolute;
  top: 0;
  right: 0;
  content: " ";
  width: 2px;
  height: 100%;
  background-color: #42210b;
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg)
}

.teiki #content .regularBox2 .chi3 .inBox1 .tx .tx4 {
  background-color: #f15a25;
  border-radius: 50px;
  text-align: center;
  padding: 5px 20px;
  color: #fff;
  width: 50%;
  margin: 5px auto
}

@media screen and (max-width: 768px) {
  .teiki #content .regularBox2 .chi3 .inBox1 .tx .tx4 {
      width:70%
  }
}

.teiki #content .regularBox2 .chi3 .inBox1 .tx2 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto
}

.teiki #content .regularBox2 .chi3 .inBox1 .tx2 .icon {
  background-color: #f15a25
}

.teiki #content .regularBox2 .chi3 .inBox1 .tx2 .price {
  color: #f15a25
}

.teiki #content .regularBox2 .chi3 .inBox1 .tx2 .price span {
  font-size: 50%
}

.teiki #content .regularBox2 .chi3 .inBox2 {
  background-color: #feefc4
}

.teiki #content .regularBox2 .chi3 .inBox2 .in {
  border-color: #f15a25
}

@media screen and (max-width: 768px) {
  .teiki #content .firstBox_list {
      padding-top:50px
  }
}

.teiki #content .regularBnr1 {
  padding: 0 0 50px;
  text-align: center
}

.teiki #content .regularBnr2 {
  padding: 0 0 100px;
  text-align: center
}

.teiki #content .regularBox3 {
  padding: 0 0 150px
}

.teiki #content .regularBox3 .tx1 {
  text-align: center;
  font-weight: 700;
  font-size: 26px;
  padding: 0 0 30px
}

@media screen and (max-width: 768px) {
  .teiki #content .regularBox3 .tx1 {
      text-align:left;
      font-size: 18px
  }
}

.teiki #content .regularBox3 .tx2 {
  line-height: 180%;
  text-align: left
}

.promotionBox_list .list2 {
  padding: 0 0 30px
}


.campaignBox_list .list2:nth-child(n+2){
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .campaignBox_list .inner{
    padding: 0 20px;
  }
}