@charset "utf-8";

.refuse {padding:16px;}
.refuse > div {display:flex; flex-direction:column; align-items:center; padding-top:80px;}
.refuse > div > h2 {width:120px; height:120px; font-size:0; line-height:0; background:url(../images/addon/refuse.png) no-repeat center center; background-size:100% auto;}
.refuse > div > .message {margin-top:32px; font-weight:500; font-size:16px; line-height:150%; color:#4e5968; text-align:center;}
.refuse > div > .message > strong {display:block; margin-bottom:8px; font-weight:700; font-size:24px; line-height:140%; color:#333d4b;}
.refuse > div > .button {margin-top:32px;}
.refuse > div > .button > button {width:200px; height:54px; font-weight:500; font-size:16px; color:#333d4b; background-color:#e8f0f9; border-radius:8px;}

/** PC */
@media all and (min-width:760px) {
	.refuse {width:1180px; margin:0 auto;}
	.refuse > div {padding-top:160px;}
	.refuse > div > h2 {width:160px; height:160px;}
	.refuse > div > .message {margin-top:24px;}
	.refuse > div > .button {margin-top:40px;}
}
