@charset "shift_jis";
body {
	font-family: 'Heebo', 'Noto Sans CJK JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	overflow: hidden;
}
a:visited {
	color: #45a2b0;
}
#mainContainer {
	margin-top: 30px;
}
@media print, screen and (min-width: 751px) {
	/* mainVisual */
	.mainVisual {
		background-color: #a8d1d6;
	}
	.mainVisual .mainVisualInner {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 1200px;
		min-height: 220px;
		margin: 0 auto;
		padding: 30px 0;
	}
	.mainVisual .mainVisualInner >:first-child {
		margin-top: 0 !important;
	}
	.mainVisual .mainVisualTitle {
		margin-top: 20px;
		font-size: 4rem;
		font-weight: bold;
	}
	/* text */
	.sms_receiving-text {
		margin-top: 20px;
		text-align: center;
		font-size: 3rem;
		font-weight: bold;
	}
	/* image */
	.sms_receiving-image {
		margin-top: 40px;
		text-align: center;
	}
	/* button */
	.sms_receiving-buttonWrap {
		display: flex;
		justify-content: center;
		margin-top: 40px;
	}
	.sms_receiving-buttonWrap >:nth-child(-n+2) {
		margin-top: 0 !important;
	}
	.sms_receiving-buttonWrap >:nth-child(2n) {
		margin-left: 40px;
	}
	.sms_receiving-button {
		margin-top: 30px;
	}
	.sms_receiving-button a {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		position: relative;
		min-width: 300px;
		min-height: 60px;
		padding: 10px 50px;
		border-radius: 10px;
		border: 1px solid #45a2b0;
		background-color: #fff;
		text-align: center;
		font-size: 2.4rem;
		color: #333;
		text-decoration: none;
		transition: 0.3s all ease-out;
	}
	.sms_receiving-button a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 20px;
		width: 16px;
		height: 17px;
		margin-top: -8.5px;
		background: url("/digitalcard/img-files/sms_receiving_ic01.png") no-repeat;
		transition: 0.3s all ease-out;
	}
	.sms_receiving-button a:hover {
		background-color: #45a2b0;
		color: #fff;
	}
	.sms_receiving-button a:hover::before {
		background: url("/digitalcard/img-files/sms_receiving_ic02.png") no-repeat;
	}
}
@media print, screen and (max-width: 750px) {
	#mainContainer {
		margin-top: 20px;
	}
	/* mainVisual */
	.mainVisual {
		background-color: #a8d1d6;
	}
	.mainVisual .mainVisualInner {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		min-height: 150px;
		margin: 0 auto;
		padding: 15px 10px;
		text-align: center;
	}
	.mainVisual .mainVisualInner >:first-child {
		margin-top: 0 !important;
	}
	.mainVisual .mainVisualTitle {
		margin-top: 15px;
		font-size: 2.5rem;
		font-weight: bold;
	}
	/* text */
	.sms_receiving-text {
		margin-top: 15px;
		text-align: center;
		font-size: 2rem;
		font-weight: bold;
	}
	/* image */
	.sms_receiving-image {
		margin-top: 30px;
		text-align: center;
	}
	.sms_receiving-image img {
		width: auto;
	}
	/* button */
	.sms_receiving-buttonWrap {
		display: flex;
		justify-content: center;
		margin-top: 35px;
	}
	.sms_receiving-buttonWrap >:nth-child(-n+2) {
		margin-top: 0 !important;
	}
	.sms_receiving-buttonWrap >:nth-child(2n) {
		margin-left: 20px;
	}
	.sms_receiving-buttonWrap .sms_receiving-button {
		width: calc(50% - 10px);
	}
	.sms_receiving-button {
		margin-top: 25px;
	}
	.sms_receiving-button a {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		position: relative;
		width: 100%;
		min-height: 45px;
		padding: 5px 25px;
		border-radius: 5px;
		border: 1px solid #45a2b0;
		background-color: #fff;
		text-align: center;
		font-size: 1.4rem;
		color: #333;
		text-decoration: none;
	}
	.sms_receiving-button a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 10px;
		width: 8px;
		height: 9px;
		margin-top: -4.5px;
		background: url("/digitalcard/img-files/sms_receiving_ic01.png") no-repeat 0 0 / contain;
	}
}