@charset "shift_jis";

#c_5973 {margin: 0 auto;}
#c_5973 .pc_none {display: none;}
#c_5973 h3 {
	border-left: solid 5px #1f6fb1;
	padding-left: 7px;
	margin: 20px 0 5px;
	font-size: 22px;
}
#c_5973 .col {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 15px;
}

#c_5973 p {
	text-align: right;
	color: #f95d6b;
	/* width: 100%; */
	font-weight: bold;
	font-size: 20px;
}
#c_5973 .c_text {
	font-size: 24px;
	text-align: center;
	color: #1f6fb1;
}
#c_5973 .coupon {
	margin: 15px 0;
}
#c_5973 .action-cpget {
	width:100%;
	padding:10px 0;
	background-color: #1f6fb1;
	border:solid 1px #1f6fb1;
}
#c_5973 .action-cpget:hover{
	color:#1f6fb1;
	border:solid 1px #1f6fb1;
	background-color: #fff;

}
#c_5973 .action-cpget.status-1 {
	background-color: #a0989b;
	border:none;
}
#c_5973 .action-cpget.status-1:before {
content: "獲得済み";
font-size: 18px;
}

#c_5973 .action-cpget:before {
content: "クーポンを獲得する";
font-size: 18px;
}