@charset "utf-8";
/* CSS Document */


/* 挨拶状ドットコムの料金システム */
#box_price_system ul {
    display: flex;
    width: 710px;
    justify-content: space-between;
    margin: 0 auto 40px;
    position: relative;
}

#box_price_system li {
    width: 155px;
    height: 175px;
    border-radius: 10px;
    position: relative;
}
#box_price_system #btn_print {
    background-color: #FFE6EB;
}
#box_price_system #btn_print:hover  {
    background-color: #FFC8D2;
}
#box_price_system #btn_card {
    background-color: #FFF5EB;
}
#box_price_system #btn_card:hover  {
    background-color: #FAF5CD;
}
#box_price_system #btn_option {
    background-color: #E6F4F5;
}
#box_price_system #btn_option:hover  {
    background-color: #D2EBEB;
}
#box_price_system #btn_delivery {
    background-color: #F4F6EC;
}
#box_price_system #btn_delivery:hover  {
    background-color: #E0F0E2;
}

#box_price_system li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
#box_price_system li a p:nth-child(3) {
    font-size: 14px;
    font-weight: bold;
    color: #F30;
    line-height: 120%;
    margin-top: 10px;
}

#box_price_system li a:hover {
    color: #000;
}
#box_price_system p:nth-child(2){
    padding: 10px 0 5px;
    line-height: 1;
}

#box_price_system li::after {
    content: url("https://nenga.aisatsujo.jp/group_common/images/icon/ico_plus.webp");
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    right: -35px;
    z-index: 4;
    transform: translateY(-50%);
}

#box_price_system li:last-child::after {
    content: none;
}


/*　ミツモリマスター　ボタン　*/
#btn_mitsumori_area {
    text-align: center;
    margin: 45px 0 40px;
}
#btn_mitsumori_area p:first-child{
    font-weight: bold;
    margin-bottom: 15px;
}
#btn_mitsumori_area img{
	transition: .3s;
}
#btn_mitsumori_area img:hover{
    opacity: 0.7;
}

/* 挨拶状ドットコムの料金システム end --------------------*/

/* 共通設定 price_content--------------------*/
.price_content .inner_wrap{
    width: 720px;
    margin: auto;
    box-sizing: border-box;
}
/* 見出し調整 */
#main .price_content h2{
    background: none;
    font-family: initial;
    padding-left: 0;
    margin-bottom: 20px;
}
#main .price_content h2::before{
    content: '';
    display: inline-block;
    width: 59px;
    height: 51px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;

}
#main .price_content h3{
    background: #fff;
    font-family: initial;
    height: 38px;
    line-height: 40px;
    padding-left: 20px;
}
#print, #card, #option, #delivery {
    padding: 30px;
}


/* 印刷料金 --------------------*/
#print {
    background: #FFE6EB;
    border-radius: 10px 10px 0 0;
}
#print .print {
    width: 93%;
    margin: auto;
}
#print h2:before {
    background-image: url("https://nenga.aisatsujo.jp/group_common/images/icon/ico_print.webp");
}

#main table {
    margin: 10px auto 20px;
	border:1px #CCC solid;
	border-collapse: collapse;
	border-spacing:0;
	width: 100%;
}

#main table th {
	padding:5px;
	border:1px #CCC solid;
	text-align:center;
}
#main .print table th {
	background:#eee;
}
#main .print table .headline th {
	font-weight:bold;
	background:var(--color-base);
}
#main .print table .headline th:last-child{
    color:#FF3300;
}
#main table tr.glay_line,
#main table tr.glay_line th{
 background:#D9D9D9; 
}
#main table td {
	padding:5px 10px;
	border:1px #CCC solid;
	text-align: center;
    background: #fff;
	
}
#main table .font14 {
    font-weight: normal;
    font-size: 14px;
    text-decoration: line-through;
}
#main table .font18b{
    font-size: 18px;
    font-weight: bold;
    color: #FF3300;
}


/* 割引表示 */
.discount{
    font-size: 27px;
    text-align: center;
    font-weight: bold;
    color: #FF3300;
    font-family: korolev,sans-serif;
    vertical-align: baseline;
	margin-bottom: 20px;
    padding-top: 20px;  
}
.discount .discount_rate {
    font-size: 55px;
}
.discount .discount_off {
    font-size: 45px;
}

/* 印刷料金 end --------------------*/


/*　はがき代　－－－－－－－－－－　*/
#card{
    background:#FFF5EB;
}
#card h2:before {
    background-image: url("https://nenga.aisatsujo.jp/group_common/images/icon/ico_card.webp");
}
.box_card{
    margin:20px 0;
    display: flex;
    justify-content: space-around;
}
.box_card dl{
    width:214px;
    position: relative;
}
.box_card dt{
    font-size:14px;
    font-weight: bold;
    text-align: center;
    padding:3px 0;
    background:var(--color-sub-base);
    margin-bottom:15px;
    border-bottom: none;
}
.box_card dt span{
    font-size:12px;
    margin-left:10px;
}
.box_card dt + dd{
    text-align: center;
    margin-bottom:10px;
}
.box_card dd img{
    width:180px;
    border: 1px solid #CCC;
}
.box_card dd.c_price{
    text-align: center;
    font-weight: bold;
    color: #666;
    margin-top:10px;
}
.box_card dd.c_price span{
    font-size: 28px;
    margin-left: 5px;
}

/* オプション料金について */
#option {
    background:#E6F4F5;
}
#option h2::before{
    background-image: url("https://nenga.aisatsujo.jp/group_common/images/icon/ico_option.webp");
}
#op_address{
	margin-bottom:20px;
	background:#fff8e7 url("https://nenga.aisatsujo.jp/group_common/images/icon/ico_delivery.webp") no-repeat 20px 20px;
	padding:20px;
}

#op_address dl{
	margin:0 0 0 100px;
}
#op_address {
	padding:20px 20px 10px;
}
#op_address dl {
	margin:0 0 0 90px;
}
#op_address dt {
	font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #5c5c5c;
    border: none;
}
#op_address dd {
	font-size:14px;
	position: relative;
}
#op_address dd p:nth-child(3) {
	position: absolute;
	top:-15px;
	left:370px;
}
#op_address dd p:last-child {
	text-align: right;
}

/* 宛名印刷料金　価格表 -------*/

.cam_box .option_price{
    background-color: #FFF;
    width: 370px;
    margin: 20px 0;
    font-family: korolev,sans-serif;
    padding: 2px 20px;
}
.cam_box .option_price div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    font-weight: bold;
    position: relative;
}
.address .option_price div:last-child{
    border-top: 2px #DFDFDF dashed;
}
.cam_box .option_price div p{
    width: calc(100% / 3);
    text-align: right;
    position: relative;
    line-height: 1;
}
.cam_box .option_price div p:nth-child(1){
    font-size: 18px;
    margin-left: 5px;
    text-align: left;
}
.cam_box .option_price div p:nth-child(2){
    font-size: 28px;
}
.cam_box .option_price div p:nth-child(2) span{
    font-size: 18px;
}
.cam_box .option_price div p:nth-child(3){
    font-size: 32px;
    color: #ed1c24;
}
.cam_box .cam_atena_box .option_price div p:nth-child(2)::before{
    content: '';
    position: absolute;
    top: 12px;
    right:-3px;
    background: #ed1c24;
    width: 90px;
    height: 4px;
}
.cam_box .option_price div p:nth-child(3)::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    background: #ed1c24;
    height: calc(tan(60deg) * 22px / 2);
    width: 15px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.cam_box .option_price div p:nth-child(3) span{
    font-size: 18px;
}
/* 送料＆代金引換手数料について */
#delivery{
    background: #F4F6EC;
    border-radius: 0 0 10px 10px;
    margin-bottom: 60px;
}
#delivery h2:before {
    background-image: url("https://nenga.aisatsujo.jp/group_common/images/icon/ico_delivery.webp");
}
#option > div{
    padding:0 0 0 120px;
    margin-bottom:40px;
}
#option > div img{
    margin:20px 0;
}
#option > div.address{
    background:url("https://nenga.aisatsujo.jp/group_common/images/icon/ico_address.webp") no-repeat 0 0;
}

/* バルーン設定 */
.cam_atena_box{
    position: relative;
}
.cam_atena_box p.balloon{
    font-size:13px;
    font-weight: bold;
    color:#FFF;
    text-align: center;
    background: #ed1c24;
    border-radius: 8px;
    line-height: 120%;
    padding:10px 8px 8px;
    position:absolute;
    top:50%;
    right:0;
    transform: translateY(-50%);
}
.cam_atena_box p.baloon_original{
    top:16px;
}
.cam_atena_box p.baloon_logo{
    top:60px;
}
.cam_atena_box p.balloon:after{
  content: "";
  position: absolute;
  left:-16px;
  bottom: 17px;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #ed1c24 transparent transparent transparent;
  border-width: 16px 8px 0 8px;
    transform: rotate(90deg);
}
.cam_atena_box p.balloon span{
    font-size:12px;
    letter-spacing: 0;
    color:#FFF;
}

/*複数割*/
.plurality_box{
	text-align: center;
}