@charset "UTF-8";
img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

figure {
	margin: 0;
}

.only_sp {
	display: none;
}

@media screen and (max-width: 768px) {
	.only_pc {
		display: none;
	}
	.only_sp {
		display: inherit;
	}
}
* {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

/**/
#page_form {
	text-align: center;
	color: #666;
	margin-top: 1.5em;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	padding: 0;
	margin: 0;
}
@media screen and (max-width: 640px) {
	#page_form {
		font-size: 4.4vw;
	}
}

#page_form .section {
	text-align: left;
	margin: 0 auto 1.5em;
}
#page_form .payment_button {
	text-align: center !important;
}

#page_form #error_message {
	text-align: left;
	margin-bottom: 1em;
}

.alert {
	position: relative;
	padding: 0.75rem 1.25rem;
	margin-bottom: 0.5em;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}

.alert-heading {
	color: inherit;
}

.alert-link {
	font-weight: 700;
}

.alert-dismissible {
	padding-right: 4rem;
}

.alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0.75rem 1.25rem;
	color: inherit;
}

.alert-primary {
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff;
}

.alert-primary hr {
	border-top-color: #9fcdff;
}

.alert-primary .alert-link {
	color: #002752;
}

.alert-secondary {
	color: #383d41;
	background-color: #e2e3e5;
	border-color: #d6d8db;
}

.alert-secondary hr {
	border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
	color: #202326;
}

.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}

.alert-success hr {
	border-top-color: #b1dfbb;
}

.alert-success .alert-link {
	color: #0b2e13;
}

.alert-info {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb;
}

.alert-info hr {
	border-top-color: #abdde5;
}

.alert-info .alert-link {
	color: #062c33;
}

.alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
}

.alert-warning hr {
	border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
	color: #533f03;
}

.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

.alert-danger hr {
	border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
	color: #491217;
}

.alert-light {
	color: #818182;
	background-color: #fefefe;
	border-color: #fdfdfe;
}

.alert-light hr {
	border-top-color: #ececf6;
}

.alert-light .alert-link {
	color: #686868;
}

.alert-dark {
	color: #1b1e21;
	background-color: #d6d8d9;
	border-color: #c6c8ca;
}

.alert-dark hr {
	border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
	color: #040505;
}

#page_form ul {
	list-style: none;
	padding: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: auto;
}

#page_form ul li {
	list-style: none;
	margin-bottom: 1em;
}

#page_form table {
	width: 100%;
	border: 0;
	text-align: left;
	margin: 0 auto 3em;
	font-size: 90%;
	line-height: 1.25em;
	border-collapse: collapse;
}

#page_form table th {
	background: #F4F4F4;
	width: 25%;
	text-align: left;
}

#page_form table td {
	width: 75%;
	background-color: #fff;
}

#page_form table th,
#page_form table td {
	padding: 0.5em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#page_form table td div {
	margin-bottom: 1em;
}

#page_form table td div:last-child {
	margin-bottom: 0;
}

#page_form table td span {
	color: #c00;
	font-size: 85%;
	display: block;
}

#page_form table td span.sampleTxt {
	color: #999;
	font-size: 100%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

#page_form table td span.sampleTxt:last-child {
	padding-bottom: 0;
}

#page_form table td label {
	margin-bottom: 0.5em;
	display: block;
}

#page_form table td label:hover {
	color: #C00;
	text-decoration: underline;
	cursor: pointer;
}

#page_form img {
	max-width: 100%;
}
#page_form .line_id {
	text-align: center;
	padding: 1em;
	border: 2px solid #00B900;
	color: #00B900;
	font-weight: bold;
	font-size: 85%;
}
#page_form .line_id .code {
	font-size: 150%;
}
#page_form .line_logo {
	width: 25%;
	margin: auto;
}
#page_form .line_qr {
	width: 240px;
	margin: 1em auto 0;
}
@media screen and (max-width: 640px) {
	#page_form .line_qr {
		width: 80%;
	}
}
#page_form #mail_guide .inner {
	max-width: 960px;
	width: 90%;
	margin: 0 auto 2em;
}
@media screen and (max-width: 640px) {
	#page_form #mail_guide .inner {
		width: 100%;
		padding: 0;
	}
}
#page_form #mail_guide {
	text-align: justify;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
}
#page_form #mail_guide h2 {
	font-size: 120%;
	text-align: center;
	width: 100%;
	margin-bottom: 1em;
	padding: 0.5em;
	color: rgb(255, 33, 92);
	text-shadow: 0 0 5px rgb(235, 235, 235);
	background: repeating-linear-gradient(-45deg, rgb(210, 210, 210), rgb(210, 210, 210) 3px, rgb(235, 235, 235) 3px, rgb(235, 235, 235) 7px);
}
@media screen and (max-width: 640px) {
	#page_form #mail_guide h2 {
		font-size: 4.8vw;
	}
}
#page_form #mail_guide h3 {
	background: -webkit-gradient(linear, right top, left top, from(rgb(255, 136, 50)), to(rgb(255, 33, 92)));
	background: linear-gradient(to left, rgb(255, 136, 50) 0%, rgb(255, 33, 92) 100%);
	border-radius: 5vw;
	color: #fff;
	font-size: 120%;
	text-align: center;
	width: 100%;
	margin-bottom: 1em;
	padding: 0.5em;
}
@media screen and (max-width: 640px) {
	#page_form #mail_guide h3 {
		font-size: 4.4vw;
	}
}
#page_form #mail_guide .fw-b {
	font-weight: bold;
}
#page_form #mail_guide .mail_sentence {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	background: #fff;
}
#page_form #mail_guide .mail_sentence ul {
	padding: 1.5em;
	border: 1px solid #333;
}
#page_form #mail_guide .mail_sentence ul li {
	margin-bottom: 1em;
	padding-bottom: 1em;
	list-style: none;
	font-weight: bold;
	line-height: 130%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-bottom: 1px dotted #333;
}
@media screen and (max-width: 640px) {
	#page_form #mail_guide .mail_sentence ul li {
		font-size: 4.4vw;
	}
}
#page_form #mail_guide .mail_sentence ul li:before {
	background: -webkit-gradient(linear, right top, left top, from(rgb(255, 136, 50)), to(rgb(255, 33, 92)));
	background: linear-gradient(to left, rgb(255, 136, 50) 0%, rgb(255, 33, 92) 100%);
	width: 40px;
	display: inline-block;
	height: 40px;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	margin-right: 0.5em;
	font-family: "Font Awesome 5 Free";
}
#page_form #mail_guide .mail_sentence ul li:last-of-type {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
#page_form #mail_guide .mail_sentence ul li.from:before {
	content: "\f007";
}
#page_form #mail_guide .mail_sentence ul li.mail:before {
	content: "\f0e0";
}
#page_form #mail_guide .mail_sentence ul li.title:before {
	content: "\f56b";
}
#page_form #mail_guide .mail_sentence ul li dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	width: calc(100% - 40px - 0.5em);
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0;
}
#page_form #mail_guide .mail_sentence ul li dl dt {
	margin: 0;
}
@media screen and (max-width: 640px) {
	#page_form #mail_guide .mail_sentence ul li dl dt {
		width: 100%;
	}
}
#page_form #mail_guide .mail_sentence ul li dl dd {
	margin: 0;
}
@media screen and (max-width: 640px) {
	#page_form #mail_guide .mail_sentence ul li dl dd {
		width: 100%;
	}
}
#page_form #mail_guide .mail_sentence p {
	background: rgb(255, 33, 92);
	color: #fff;
	font-size: 85%;
	font-weight: bold;
	margin-bottom: 0;
	padding: 1em;
	text-align: center;
}
@media screen and (max-width: 640px) {
	#page_form #mail_guide .mail_sentence p {
		font-size: 3.6vw;
	}
}
#page_form #mail_guide .mail_notes {
	max-width: 960px;
	margin: auto;
}
#page_form #mail_guide .mail_notes .mail_from {
	background-color: rgba(255, 255, 0, 0.1);
	text-align: justify;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	font-weight: bold;
	padding: 1em;
	margin-bottom: 1em;
}
#page_form #mail_guide .mail_notes .mail_from li {
	text-align: center;
	line-height: 1;
	color: #c00;
	margin: 0;
}
#page_form #mail_guide .mail_notes .mail_from li div {
	font-size: 1.2em;
}
#page_form #mail_guide .mail_notes .mail_from .copy_btn {
	font-size: 80%;
	margin: 0.75em auto 0;
	cursor: pointer;
}
#page_form #mail_guide .mail_notes p {
	font-size: 80%;
	text-align: center;
}
#page_form p img {
	width: 100%;
}
#page_form figure {
	text-align: center;
}
#page_form .footer {
	text-align: center;
	padding: 1em 0;
	border-top: 2px dotted #333;
	border-bottom: 2px dotted #333;
}

input, select {
	font-size: 16px;
}

input[type=submit] {
	-webkit-appearance: none;
}

button,
input,
select {
	padding: 1em;
	border: 1px solid #999; /* Firefox */ /* Safari,Chrome */
	border-radius: 0.5em; /* CSS3 */
}

input::-webkit-input-placeholder {
	color: #CCC;
	font-weight: normal;
}

input:-ms-input-placeholder {
	color: #CCC;
	font-weight: normal;
}

input::-moz-placeholder {
	color: #CCC;
	font-weight: normal;
}

input:-moz-placeholder {
	color: #CCC;
	font-weight: normal;
}

input:-ms-input-placeholder {
	color: #CCC;
	font-weight: normal;
}

input:placeholder-shown {
	color: #CCC;
	font-weight: normal;
}

input.normal,
input.zip1,
input.zip2,
select {
	background-color: #FFFFF2;
}

input.normal {
	width: 65%;
}

input.zip1 {
	width: 5em;
}

input.zip2 {
	width: 6em;
}

input.btn {
	background-color: #039;
	border: 2px solid #FC0;
	padding: 1em 2em;
	color: #fff;
}

input.btn:hover {
	background-color: #36C;
	border: 2px solid #FC0;
	padding: 1em 2em;
	color: #fff;
	cursor: pointer;
}

input.btn:disabled,
input.btn:disabled:hover {
	cursor: default;
	background-color: #f0f0f0;
	border: 2px solid #f0f0f0;
	color: #cccccc;
}

.send-message {
	display: none;
	text-align: center;
	-webkit-animation: flash 1s linear infinite;
	        animation: flash 1s linear infinite;
	margin-bottom: 0.25em;
	font-size: 90%;
}

@-webkit-keyframes flash {
	0%, 100% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
}

@keyframes flash {
	0%, 100% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
}
.form_btn {
	text-align: center;
	background: #ffc;
}

.error {
	color: #c00;
	font-weight: bold;
	font-size: 110%;
	line-height: 120%;
	text-align: left;
}

.f_txt,
.f_txt2,
.f_txt3 {
	text-align: left;
}

.f_txt2 {
	font-size: 85%;
}

.f_txt3 {
	color: #CC0000;
	font-size: 100%;
	font-weight: bold;
}

#stl h2 {
	width: 580px;
	height: 30px;
	background: url(../image_c/tit_stl.gif) no-repeat;
	margin: 0 15px auto 20px;
}

#stl h2 span {
	display: none;
}

#stl_box {
	margin: 15px 15px auto 20px;
}

#stl_box table {
	width: 580px;
	border-bottom: 1px solid #B7D580;
	text-align: left;
}

#stl_box table th,
#stl_box table td {
	border-top: 1px solid #B7D580;
	font-size: 12px;
	padding: 0.8em;
}

#stl_box table th {
	width: 12em;
	background: #ffc;
}

.err_title {
	width: 580px;
	height: 48px;
	margin: 0 15px 0 20px;
	padding-bottom: 20px;
}

.err_tit_sub {
	width: 560px;
	margin: 0 25px 0 30px;
	color: #f33;
	font-weight: bold;
	font-size: 1.2em;
}

.err_txt {
	width: 560px;
	margin: 20px 25px 0 30px;
	font-size: 1em;
}

.err_txt p {
	padding-bottom: 1em;
}

.err_txt p span {
	font-weight: bold;
	color: #f33;
}

.form_info {
	border: #c00 1px solid;
	padding: 0 1em;
	font-size: 14px;
	color: #c00;
	text-align: left;
	margin-top: 3em;
}
.form_info .form_info_kome {
	text-indent: -1em;
	margin-left: 1em;
	font-size: 90%;
}
.form_info .form_info_kome span:before {
	content: "※";
}

.mail_receive .mail_receive_title {
	background: #900;
	font-size: 150%;
	padding: 0.4em;
	font-weight: bold;
}
.mail_receive .mail_receive_title span {
	display: table;
	margin: auto;
	background: #ffc926;
	color: #900;
}
@media screen and (max-width: 640px) {
	.mail_receive .mail_receive_title {
		font-size: 4.4vw;
	}
}

.mail_receive_content .mail_receive_line {
	font-size: 125%;
	text-align: center;
	font-weight: bold;
}
.mail_receive_content .line_btn_thanks {
	max-width: 640px;
	width: 90%;
	margin: auto;
}
.mail_receive_content .line_btn_thanks a {
	display: block;
}
.mail_receive_content .loto_num_bingo_logo {
	aspect-ratio: 416/61;
	width: auto !important;
	height: 48px;
}
.mail_notice {
	width: 100%;
	background: rgba(204, 0, 0, 0.05);
	font-size: 100%;
	margin-top: 1em;
}
.mail_notice p {
	margin: 0;
	font-size: 85%;
}
.mail_notice .mail_notice_title {
	background: #cc0000;
	color: #ffffff;
	font-weight: bold;
	padding: 0.5em;
	position: relative;
	padding-left: 1.8em;
	margin-bottom: 1em;
}
.mail_notice .mail_notice_title:before {
	font-family: "Font Awesome 5 Free";
	content: "\f071";
	font-weight: 900;
	text-decoration: none;
	color: #ffff00;
	position: absolute;
	left: 0.5em;
}
.mail_notice .mail_notice_text {
	padding: 0 1em 1em;
}
.mail_notice .mail_notice_text p {
	margin-bottom: 1em;
}
.mail_notice .mail_notice_text p:last-of-type {
	margin-bottom: 0 !important;
}
.mail_notice .mail_notice_text .r_red {
	color: #c00;
	font-weight: bold;
	display: inline !important;
}
.mail_notice .mail_notice_text figure {
	margin: 20px auto;
}
.mail_notice .mail_notice_text img {
	display: block;
	-webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
	        box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
	margin: auto;
}
.mail_notice.complete {
	background: #fff;
}
.mail_notice.complete .mail_notice_text {
	padding: 0 0 1em;
}
.mail_notice.complete p {
	font-size: 100%;
}
.mail_notice .mail_notice_flow_title {
	border: #cc0000 1px solid;
	color: #cc0000;
	padding: 0.5em;
	margin-top: 2em;
}

.receive_settings {
	font-size: 85%;
}
.receive_settings p {
	margin: 0;
}
.receive_settings .receive_ettings_title {
	color: #c00;
	font-weight: bold;
	margin-bottom: 0.2em;
	margin-top: 0.5em;
}
.receive_settings .receive_ettings_title:before {
	font-family: "Font Awesome 5 Free";
	content: "\f071";
	font-weight: 900;
	margin-right: 0.2em;
	text-decoration: none;
}
.receive_settings .receive_ettings_text {
	text-align: left;
}
.receive_settings .receive_ettings_text .r_red {
	color: #c00;
	font-weight: normal;
}
.receive_settings .receive_ettings_link {
	text-align: left;
	margin-top: 0.2em;
	color: #c00;
	text-decoration: underline;
}
.receive_settings .receive_ettings_link:after {
	font-family: "Font Awesome 5 Free";
	content: "\f2d2";
	font-weight: 900;
	margin-left: 0.2em;
	text-decoration: none;
}

.payment_bank .receive_settings, .payment_delivery .receive_settings {
	margin-bottom: 3em;
	padding: 1em;
	border: #c00 1px solid;
}
.payment_bank .receive_settings .receive_ettings_title, .payment_delivery .receive_settings .receive_ettings_title {
	font-size: 100%;
	text-align: center;
	margin-top: 0;
}