@charset "utf-8";
/* CSS Document */

/* h1 オプション料金 */
#top h1 .option {
  border: 2px solid #D70C18;
  color: #D70C18;
  font-size: 18px;
  padding: 8px 20px;
  border-radius: 8px;
}
#top h1 .option span {
	font-size: 15px;
}
#top h1 .ttl_price{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 20px;
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-75%);
}

#receipt_cont .receipt-ttl {
	height: auto;
	line-height: normal;
	padding: 0;
	background: none;
	border-bottom: 2px solid #CCCCCC;
	padding-bottom: 10px;
}
#receipt_cont .bg_gr {
    background: #eee;
    padding: 1.5em;
	width: 425px;
}
#receipt_cont .text strong{
	margin-bottom:10px;
	display: block;
}
#receipt_cont .pic {
    width: 425px;
    border: 2px solid #eee;
}
#receipt_cont .pic img{
    width: 100%;
	height: auto;
}
#receipt_cont .col2 {
    display: flex;
    gap: 0 40px;
    align-items: flex-start;
}






