@charset "utf-8";

/* CSS Document */

/*はがき----------------*/
.syuiro{
  color: #EF454A;
  font-weight: bold;
}
#gi_paper h2 span{
  font-size: 75%;
}
#main .cbox_hagaki {
  margin-bottom: 30px;
  padding: 25px 50px;
  background-color: #eee;
}
#main .cbox_hagaki-inner{
  display: flex;
  justify-content: space-between;
}
#main .cbox_hagaki-inner .box_yousi {
  width: 310px;
}
#main .cbox_hagaki-inner .box_yousi2 {
  width: 458px;
  margin: 50px 10px 0 0;
}
#main .cbox_hagaki-inner .box_yousi2 ul {
  padding: 20px 30px;
  position: relative;
  background-color: #fff;
  border-radius: 6px;
  line-height: 1.9;
  margin-bottom: 30px;
}
#main .box_yousi .img{
  position: relative;
  text-align: center;
}
#main .box_yousi .img img {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  width: 280px;

}
#main .ttl_hagaki{
  font-size: 113%;
  font-weight: bold;
  height: 36px;
  line-height: 36px;
  margin-bottom: 20px;
  padding-left: 10px;
  border-bottom: 1px solid #999;
  border-radius: 0;
  position: relative;
  background: none;
}

/*販売終了しました*/
.cbox_hagaki .img .end {
  padding: 2% 0;
  font-size: 18px;
  background: #FF0000;
  color: #FFFFFF;
  font-weight: bold;
  width: 70%;
  box-sizing: border-box;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
}