@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Taviraj:300,400,700,300i,400i,700i");

/*
	Transitive by TEMPLATED
	templated.co @templatedco
	Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/

/* Reset */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 14px;
	/* font: inherit;	*/
	/* font-family: RC TYPE,Roboto,Avenir,Helvetica,Arial,sans-serif;	*/
	font-family: "Helvetica Neue",
		Arial,
		"Hiragino Kaku Gothic ProN",
		"Hiragino Sans",
		"BIZ UDPGothic",
		Meiryo,
		sans-serif;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	line-height: 1;
	-webkit-text-size-adjust: none;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

picture img,
picture source {
	width: 100%;
	margin: 0 auto;
}

/* Box Model */

*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

/* Containers */

.container {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	min-height: 100vh;
}

.red {
	color: #FF0000;
}

#process ul {
	line-height: 1.4rem;
	width: 100%;
	list-style: none;
	padding-left: 0;
	margin: 10px 0;
}

#process ul li {
	padding-bottom: 2rem;
	padding-left: 1em;
	text-indent: -1em;
}

#process ul.info_ls li {
	padding-bottom: 0 !important;
}

.pic {
	margin: 0 0 5px 0;
}

.pic img {
	width: 100%;
	display: block;
	margin: 0 auto;
}

.r_check {
	margin: 0 0 5px 0;
	width: 100%;
	margin: 10px auto;
	border: 1px solid #acc5e236;
	padding: 10px;
}

.r_check img {
	width: 100%;
	max-width: 200px;
	display: block;
	margin: 0 auto;
}


.max_w425 {
	max-width: 425px;
}

.m0a {
	margin: 0 auto;
}

.fs2 {
	font-size: 2rem;
}

.fs10 {
	font-size: 10px;
}

.fs12 {
	font-size: 12px;
}

.bld {
	font-weight: bold;
}

.mt0 {
	margin-top: 0 !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.pb2rem {
	padding-bottom: 2rem !important;
}

.mtb0 {
	margin: 0 !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

@media screen and (max-width: 480px) {

	.red {
		font-size: 0.8rem;
	}

	.fs2 {
		font-size: 1.2rem;
	}
}

/* Basic */

@-ms-viewport {
	width: device-width;
}

body {
	-ms-overflow-style: scrollbar;
}

@media screen and (max-width: 480px) {

	html,
	body {
		min-width: 320px;
	}

}

body {
	color: #444;
	/*
		background-color: #f2f2f2;
		background: -moz-linear-gradient(top left, #FFF, #ea9c9b 40%, #d1acc8 50%, #acc5e2);
		background: -webkit-linear-gradient(top left, #FFF, #ea9c9b 40%, #d1acc8 50%, #acc5e2);
		background: linear-gradient(top left, #FFF, #ea9c9b 40%, #d1acc8 50%, #acc5e2);
*/
	min-height: 100vh;
}

body.is-loading *,
body.is-loading *:before,
body.is-loading *:after {
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
}

/* Type */

html {
	font-size: 13pt;
}

@media screen and (max-width: 1680px) {

	html {
		font-size: 11pt;
	}

}

@media screen and (max-width: 1280px) {

	html {
		font-size: 11pt;
	}

}

@media screen and (max-width: 1000px) {

	html {
		font-size: 12pt;
	}

}

@media screen and (max-width: 736px) {

	html {
		font-size: 12pt;
	}

}

@media screen and (max-width: 480px) {

	html {
		font-size: 12pt;
	}

}

body,
input,
select,
textarea {
	/*	font-family: "Taviraj", serif;	*/
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.65;
}

body#top .information {
	background: #ffffff;
	margin: 0 auto 2rem;
	color: #ff0000;
	width: 100%;
	max-width: 925px;
}

body#top .information p {
	margin: 0;
	padding: 2rem;
	font-weight: 600;
	font-size: 1.75rem;
	text-align: center;
	line-height: 1.75;
}

@media screen and (max-width: 736px) {

	body#top .information p {
		padding: 10px;
		font-size: 14px;
		line-height: 20px;
	}
}


a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

strong,
b {
	font-weight: 400;
}

em,
i {
	font-style: italic;
}

p {
	margin: 0 0 5px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
	text-decoration: none;
}

h2 {
	font-size: 1.5rem;
	font-weight: 700;
	text-transform: uppercase;
}

h3 {
	font-size: 1.35rem;
}

h4 {
	font-size: 1.1rem;
}

h5 {
	font-size: 0.9rem;
}

h6 {
	font-size: 0.7rem;
}

sub {
	font-size: 0.8rem;
	position: relative;
	top: 0.5rem;
}

sup {
	font-size: 0.8rem;
	position: relative;
	top: -0.5rem;
}

blockquote {
	border-left: solid 4px;
	font-style: italic;
	margin: 0 0 2rem 0;
	padding: 0.5rem 0 0.5rem 2rem;
}

code {
	border-radius: 4px;
	border: solid 1px;
	font-family: "Courier New", monospace;
	font-size: 0.9rem;
	margin: 0 0.25rem;
	padding: 0.25rem 0.65rem;
}

pre {
	-webkit-overflow-scrolling: touch;
	font-family: "Courier New", monospace;
	font-size: 0.9rem;
	margin: 0 0 2rem 0;
}

pre code {
	display: block;
	line-height: 1.75;
	padding: 1rem 1.5rem;
	overflow-x: auto;
}

hr {
	border: 0;
	border-bottom: solid 1px;
	margin: 2rem 0;
}

hr.major {
	margin: 3rem 0;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

input,
select,
textarea {
	/*		color: #555;	*/
	color: #000000;
}

a {
	color: #E60012;
}

strong,
b {
	color: #555;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #555;
}

blockquote {
	border-left-color: rgba(144, 144, 144, 0.25);
}

code {
	background: rgba(144, 144, 144, 0.075);
	border-color: rgba(144, 144, 144, 0.25);
}

hr {
	border-bottom-color: rgba(144, 144, 144, 0.25);
}

.triangle {
	width: 100%;
	padding: 0;
	margin: 5px 0;
	text-align: center;
}

.confirm {
	background: #acc5e236;
	line-height: 1.25rem;
	padding: 0.75rem;
	border-radius: 5px;
	font-size: 1.25rem;
	font-size: 16px;
}

.show {
	display: block;
}

.hide {
	display: none;
}

.showSP {
	display: none;
}

.showPC {
	display: block;
}

.annotation_alert {
	color: #555;
	background-color: #f8d7da;
	font-weight: 600;
	font-size: 1.16rem;
	line-height: 1.5;
	text-align: center;
	position: relative;
	padding: 0.75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid #f5c6cb;
	border-radius: 0.25rem;
}

.annotation_info {
	color: #ffffff;
	background-color: #337ab7;
	font-weight: 600;
	font-size: 1.16rem;
	line-height: 1.5;
	text-align: center;
	position: relative;
	padding: 0.75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid #2e6da4;
	border-radius: 0.25rem;
}

@media screen and (max-width: 750px) {
	.showSP {
		display: block;
	}

	.showPC {
		display: none;
	}

	.annotation_alert,
	.annotation_info {
		font-size: 14px;
	}
}

@media screen and (max-width: 590px) {

	.annotation_alert,
	.annotation_info {
		font-size: 12px;
	}
}

h3.title {
	padding: 0.5em;
	color: #010101;
	background: #eaf3ff;
	border-bottom: solid 5px #6cb4e4;
	text-align: center;
	font-weight: bold;
	margin: 0 0 10px;
	font-size: 1.35rem;
}

@media screen and (max-width: 750px) {
	h3.title {
		font-size: 16px;
		border-bottom: solid 3px #6cb4e4;
		padding: 1rem 5px;
	}
}

.boxKiyaku {
	margin: 0 auto;
	overflow: auto;
	width: 100%;
	height: 300px;
	padding: 10px;
	border: 1px solid #ccc;
	line-height: 1.5em;
}


/* Button */

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	border-radius: 4px;
	border: 0;
	cursor: pointer;
	display: inline-block;
	font-weight: 400;
	/*	height: 2.85rem;	*/
	line-height: 2.95rem;
	padding: 0 1.5rem;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	text-transform: uppercase;
}

input[type="submit"].icon,
input[type="reset"].icon,
input[type="button"].icon,
button.icon,
.button.icon {
	padding-left: 1.35rem;
}

input[type="submit"].icon:before,
input[type="reset"].icon:before,
input[type="button"].icon:before,
button.icon:before,
.button.icon:before {
	margin-right: 0.5rem;
}

input[type="submit"].fit,
input[type="reset"].fit,
input[type="button"].fit,
button.fit,
.button.fit {
	display: block;
	margin: 0 0 1rem 0;
	width: 100%;
}

input[type="submit"].small,
input[type="reset"].small,
input[type="button"].small,
button.small,
.button.small {
	font-size: 0.8rem;
}

input[type="submit"].big,
input[type="reset"].big,
input[type="button"].big,
button.big,
.button.big {
	font-size: 1.25rem;
}

input[type="submit"].disabled,
input[type="submit"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
button.disabled,
button:disabled,
.button.disabled,
.button:disabled {
	-moz-pointer-events: none;
	-webkit-pointer-events: none;
	-ms-pointer-events: none;
	pointer-events: none;
	opacity: 0.25;
}

.attachment label {
	/* ボタン部分の見た目（任意） */
	display: inline-block;
	position: relative;
	background: #666;
	color: #fff;
	font-size: 16px;
	padding: 10px 18px;
	border-radius: 4px;
	transition: all 0.3s;
}

.attachment label:hover {
	background: #888;
	transition: all 0.4s;
}

.attachment label input[type="file"] {
	/* 今回のポイント */
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
}

.attachment .filename {
	font-weight: 16px;
	margin: 0 0 0 10px;
}

@media screen and (max-width: 480px) {

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		padding: 0;
	}

}

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
	background-color: #f2f2f2;
	color: #000 !important;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover,
.button:hover {
	background-color: white;
}

input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
button:active,
.button:active {
	background-color: #e5e5e5;
}

input[type="submit"].alt,
input[type="reset"].alt,
input[type="button"].alt,
button.alt,
.button.alt {
	background-color: transparent;
	box-shadow: inset 0 0 0 2px rgba(144, 144, 144, 0.25);
	color: #555 !important;
}

input[type="submit"].alt:hover,
input[type="reset"].alt:hover,
input[type="button"].alt:hover,
button.alt:hover,
.button.alt:hover {
	background-color: rgba(144, 144, 144, 0.075);
}

input[type="submit"].alt:active,
input[type="reset"].alt:active,
input[type="button"].alt:active,
button.alt:active,
.button.alt:active {
	background-color: rgba(144, 144, 144, 0.2);
}

input[type="submit"].alt.icon:before,
input[type="reset"].alt.icon:before,
input[type="button"].alt.icon:before,
button.alt.icon:before,
.button.alt.icon:before {
	color: #bbb;
}

input[type="submit"].special,
input[type="reset"].special,
input[type="button"].special,
button.special,
.button.special {
	background-color: #E60012;
	color: #ffffff !important;
	line-height: 80px;
	font-weight: 600;
	transition : all 0.5s ease 0s;
}

input[type="submit"].special:hover,
input[type="reset"].special:hover,
input[type="button"].special:hover,
button.special:hover,
.button.special:hover {
	background-color: #E22038;
}

input[type="submit"].special:active,
input[type="reset"].special:active,
input[type="button"].special:active,
button.special:active,
.button.special:active {
	background-color: #bd081d;
}

button span {
	font-size: 14px;
	padding-right: 2px;
}


/* Form */

form {
	padding: 0;
}

form .field {
	margin-bottom: 2rem;
}

form .field.btm0 {
	margin-bottom: 0;
}

form .field.half {
	display: inline-block;
	width: 48%;
}

form .field.half.first {
	margin-right: 2.5%;
}

@media screen and (max-width: 1000px) {

	form .field.half {
		display: block;
		width: 100%;
	}

	form .field.half.first {
		margin-right: 0;
	}

}

label {
	/*	display: block;	*/
	font-weight: bold;
	margin: 0 0 3px 0;
}

label em {
	color: #ff0000;
	font-size: 10px;
	font-style: normal;
}

label .error,
p.error {
	color: #ff0000;
	margin: 5px auto 10px;
}


input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
select,
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border-radius: 4px;
	border: none;
	border: solid 1px;
	color: inherit;
	display: block;
	outline: 0;
	padding: 0 1rem;
	text-decoration: none;
	width: 100%;
}

input[type="tel"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border-radius: 4px;
	border: none;
	border: solid 1px;
	color: inherit;
	display: block;
	outline: 0;
	padding: 0 1rem;
	text-decoration: none;
	width: 50%;
}

input.account {
	width: 95%;
	float: right;
}

@media screen and (max-width: 736px) {

	input[type="tel"],
	input[type="url"].account {
		width: 90%;
	}
}

input[type="text"]:invalid,
input[type="password"]:invalid,
input[type="email"]:invalid,
input[type="url"]:invalid,
input[type="tel"]:invalid,
select:invalid,
textarea:invalid {
	box-shadow: none;
}

input[type="text"].error,
input[type="password"].error,
input[type="email"].error,
input[type="url"].error,
input[type="tel"].error,
select.error,
textarea.error {
	border: 1px solid #da3c41;
	outline: none;
	box-shadow: 0 0 5px 1px rgba(218, 60, 65, .5);
}


.input-etc-wrapper input[type="text"] {
	width: 60%;
	display: inline;
	margin: 10px 0;
}

.radio-wrapper {
	display: flex;
}

.select-wrapper {
	text-decoration: none;
	display: block;
	position: relative;
}

/*
.select-wrapper:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}
*/

.select-wrapper:before {
	/*	content: '\f078';	*/
	content: "";
	display: inline-block;
	background: url(../images/keyboard_arrow_down.png) no-repeat;
	background-size: contain;
	/*	display: block;	*/
	height: 2.75rem;
	line-height: 2.75rem;
	pointer-events: none;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 2.75rem;
}

.select-wrapper select::-ms-expand {
	display: none;
}

input[type="text"],
input[type="password"],
input[type="url"],
input[type="email"],
input[type="tel"],
select {
	height: 2.75rem;
}

textarea {
	padding: 0.75rem 1rem;
}

input[type="checkbox"],
input[type="radio"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	display: block;
	/*	float: left;
	margin-right: -2rem;	*/
	opacity: 0;
	width: 1rem;
	z-index: -1;
}

input[type="checkbox"]+label,
input[type="radio"]+label {
	text-decoration: none;
	cursor: pointer;
	/*	display: inline-block;	*/
	/*	font-size: 1rem;	*/
	font-weight: normal;
	padding-left: 2rem;
	/* padding-right: 0.75rem;	*/
	position: relative;
}

input[type="checkbox"]+label:before,
input[type="radio"]+label:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}

input[type="checkbox"]+label:before,
input[type="radio"]+label:before {
	border-radius: 4px;
	border: solid 1px;
	content: '';
	display: inline-block;
	height: 1.65rem;
	left: 0;
	line-height: 1.58125rem;
	position: absolute;
	text-align: center;
	top: 0;
	width: 1.65rem;
}

input[type="checkbox"]:checked+label:before,
input[type="radio"]:checked+label:before {
	padding-left: 15px;
	content: "";
	display: inline-block;
	background: url(../images/check.png) no-repeat;
	background-size: contain;
	margin-right: 3px;
	/*
	content: '\f00c';
	font-size: 20px;
	border-color: #E60012;
	background-color: #E60012;
	color: #ffffff;
*/
}

input[type="checkbox"]+label:before {
	border-radius: 4px;
}

input[type="radio"]+label:before {
	border-radius: 100%;
}

::-webkit-input-placeholder {
	opacity: 1.0;
}

:-moz-placeholder {
	opacity: 1.0;
}

::-moz-placeholder {
	opacity: 1.0;
}

:-ms-input-placeholder {
	opacity: 1.0;
}

.formerize-placeholder {
	opacity: 1.0;
}

label {
	color: #555;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
select,
textarea {
	background: rgba(144, 144, 144, 0.075);
	border-color: rgba(144, 144, 144, 0.25);
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus {
	border: 1px solid #fac123;
	outline: none;
	box-shadow: 0 0 5px 1px rgba(143, 111, 8, 0.5);
}

.select-wrapper:before {
	color: rgba(144, 144, 144, 0.25);
}

input[type="checkbox"]+label,
input[type="radio"]+label {
	color: #444;
	padding-top: 7px;
}

input[type="checkbox"]+label:before,
input[type="radio"]+label:before {
	background: rgba(144, 144, 144, 0.075);
	border-color: rgba(144, 144, 144, 0.25);
}

input[type="checkbox"]+label.error:before,
input[type="radio"]+label.error:before {
	border: 1px solid #da3c41;
	outline: none;
	box-shadow: 0 0 5px 1px rgba(218, 60, 65, .5);
}

input[type="checkbox"]:focus+label:before,
input[type="radio"]:focus+label:before {
	border: 1px solid #fac123;
	outline: none;
	box-shadow: 0 0 5px 1px rgba(143, 111, 8, 0.5);
}

::-webkit-input-placeholder {
	color: #bbb !important;
}

:-moz-placeholder {
	color: #bbb !important;
}

::-moz-placeholder {
	color: #bbb !important;
}

:-ms-input-placeholder {
	color: #bbb !important;
}

.formerize-placeholder {
	color: #bbb !important;
}

/* Icon */

.icon {
	text-decoration: none;
	border-bottom: none;
	position: relative;
}

.icon:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}

.icon>.label {
	display: none;
}

/* Image */

.image {
	border: 0;
	display: inline-block;
	position: relative;
}

.image img {
	display: block;
}

.image.left,
.image.right {
	max-width: 40%;
}

.image.left img,
.image.right img {
	width: 100%;
}

.image.left {
	float: left;
	margin: 0 1.5rem 1rem 0;
	top: 0.25rem;
}

.image.right {
	float: right;
	margin: 0 0 1rem 1.5rem;
	top: 0.25rem;
}

.image.fit {
	display: block;
	margin: 0 auto;
	width: 300px;
}

.image.fit img {
	width: 100%;
}

.image.main {
	display: block;
	margin: 0 0 3rem 0;
	width: 100%;
}

.image.main img {
	width: 100%;
}

/* List */

ol {
	list-style: decimal;
	margin: 0 0 2rem 0;
	padding-left: 1.25rem;
}

ol li {
	padding-left: 0.25rem;
}

ul {
	list-style: none;
	margin: 0;
}

ul li {
	padding-left: 1em;
	text-indent: -1em;
}

/*	リスト型（丸）	*/
ul.circle {
	list-style: circle;
	padding-left: 2rem;
}

ul.circle li {
	text-indent: 0;
	padding-left: 0;
}

/*	リスト型（※）	*/
ul.kome li:before {
	content: "※";
}

/*	日付（年月日）選択リスト	*/
ul.input_date {
	list-style: none;
	padding-left: 0;
}

ul.input_date li {
	width: 33%;
	float: left;
	padding-left: 0;
	text-indent: -1em;
}

ul.input_date li:not(:last-child) {
	padding-right: 5px;
}

@media screen and (min-width: 600px) {
	ul.input_date {
		max-width: 500px;
	}
}



ul.alt {
	list-style: none;
	padding-left: 0;
	margin: 5px 0;
}

ul.alt li {
	border-top: solid 1px;
	padding: 0.5rem 0;
}

ul.alt li:first-child {
	border-top: 0;
	padding-top: 0;
}

ul.icons {
	cursor: default;
	list-style: none;
	padding-left: 0;
}

ul.icons li {
	display: inline-block;
	padding: 0 1rem 0 0;
}

ul.icons li:last-child {
	padding-right: 0;
}

ul.icons li .icon:before {
	font-size: 2rem;
}

ul.actions {
	cursor: default;
	list-style: none;
	padding-left: 0;
	width: 80%;
	margin: 0 auto;
}

ul.actions li {
	display: inline-block;
	padding: 0;
	vertical-align: middle;
	width: 100%;
}

ul.actions.two li {
	width: 48%;
}

ul.actions.two li:first-child {
	width: 68%;
	float: right;
}

ul.actions.two li:last-child {
	width: 30%;
	float: left;
}

ul.actions li:last-child {
	padding-right: 0;
}

ul.actions.small li {
	padding: 0 0.5rem 0 0;
}


/*	抽選スタートボタン	*/
ul.actions2 {
	cursor: default;
	list-style: none;
	padding-left: 0;
	width: 80%;
	margin: 0 auto;
}

ul.actions2 li {
	display: inline-block;
	padding-left: 0;
	vertical-align: middle;
	width: 100%;
	text-indent: 0;
}


@media screen and (max-width: 480px) {

	ul.actions,
	ul.actions2 {
		margin: 0 0 1rem 0;
		width: 100%;
	}

	ul.actions li {
		padding: 1rem 0 0 0;
		display: block;
		text-align: center;
		width: 100%;
	}

	ul.actions.two li {
		width: 100%;
		float: none;
	}

	ul.actions.two li:first-child,
	ul.actions li:first-child {
		width: 100%;
		padding-top: 0;
	}

	ul.actions.two li:last-child {
		width: 30%;
	}

	ul.actions li>* {
		width: 100%;
		margin: 0 !important;
	}

	ul.actions li>*.icon:before {
		margin-left: -2rem;
	}

	ul.actions.small li {
		padding: 0.5rem 0 0 0;
	}

	ul.actions.small li:first-child {
		padding-top: 0;
	}

	ul.actions.two li:last-child input[type="submit"].special {
		font-size: 1rem;
	}
}

@media screen and (max-width: 750px) {
	ul {
		padding-left: 0;
	}
}

dl {
	margin: 0 0 2rem 0;
}

dl dt {
	display: block;
	font-weight: 400;
	margin: 0 0 1rem 0;
}

dl dd {
	margin-left: 2rem;
}

ul.alt li {
	border-top-color: rgba(144, 144, 144, 0.25);
}

/* Section/Article */

section.special,
article.special {
	text-align: center;
}

header {
	margin: 0 auto 2rem;
	width: 100%;
	max-width: 1200px;
}

#header img {
	width: 100%;
}


/* Table */

.table-wrapper {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
}

table {
	margin: 0 0 2rem 0;
	width: 100%;
}

table tbody tr {
	border: solid 1px;
	border-left: 0;
	border-right: 0;
}

table td {
	padding: 0.75rem 0.75rem;
}

table th {
	font-size: 0.9rem;
	font-weight: 400;
	padding: 0 0.75rem 0.75rem 0.75rem;
	text-align: left;
}

table thead {
	border-bottom: solid 2px;
}

table tfoot {
	border-top: solid 2px;
}

table.alt {
	border-collapse: separate;
}

table.alt tbody tr td {
	border: solid 1px;
	border-left-width: 0;
	border-top-width: 0;
}

table.alt tbody tr td:first-child {
	border-left-width: 1px;
}

table.alt tbody tr:first-child td {
	border-top-width: 1px;
}

table.alt thead {
	border-bottom: 0;
}

table.alt tfoot {
	border-top: 0;
}

table tbody tr {
	border-color: rgba(144, 144, 144, 0.25);
}

table tbody tr:nth-child(2n + 1) {
	background-color: rgba(144, 144, 144, 0.075);
}

table th {
	color: #555;
}

table thead {
	border-bottom-color: rgba(144, 144, 144, 0.25);
}

table tfoot {
	border-top-color: rgba(144, 144, 144, 0.25);
}

table.alt tbody tr td {
	border-color: rgba(144, 144, 144, 0.25);
}

/* Wrapper */

.wrapper {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	position: relative;
	margin: 0 auto 10rem;
}

body#form .wrapper {
	max-width: 750px;
}

.wrapper .txt_close {
	text-align: center;
	font-size: 1.2rem;
	color: #ff0000;
	font-weight: bold;
}

.wrapper>.inner {
	margin: 0 auto;
	width: 95%;
	max-width: 1000px;
	background: #FFF;
	padding: 0;
}

.wrapper>.inner>section {
	margin: 0 auto 2rem;
}

@media screen and (max-width: 736px) {

	.wrapper {
		padding: 0 0 1rem 0;
	}

}

/* Header */
@-moz-keyframes reveal-header {
	0% {
		top: -4em;
		opacity: 0;
	}

	100% {
		top: 0;
		opacity: 1;
	}
}

@-webkit-keyframes reveal-header {
	0% {
		top: -4em;
		opacity: 0;
	}

	100% {
		top: 0;
		opacity: 1;
	}
}

@-ms-keyframes reveal-header {
	0% {
		top: -4em;
		opacity: 0;
	}

	100% {
		top: 0;
		opacity: 1;
	}
}

@keyframes reveal-header {
	0% {
		top: -4em;
		opacity: 0;
	}

	100% {
		top: 0;
		opacity: 1;
	}
}

/*	バナー	*/
#banner {
	margin: 0 auto 2rem;
	width: 95%;
	max-width: 935px;
}

#banner img {
	display: block;
	width: 100%;
}

#banner a:hover {
	opacity: 0.7;
	transition: .3s;
}

footer {
	position: absolute;
	bottom: 0;
}

/* Footer */

#footer {
	padding: 2rem 0;
	color: #fff;
	background-color: #444;
	width: 100%;
	margin: 0;
}

#footer dl dt {
	font-weight: 600;
	font-size: 1.25rem;
	margin: 0;
}

#footer dl dd {
	margin-left: 0;
}

#footer .copyright {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 10px;
}

@media screen and (max-width: 736px) {

	#footer {
		padding: 1rem 0;
	}

	#footer dl dd {
		font-size: 12px;
	}

}

/*	ボタン	*/
ul.boxButton {
	width: 100%;
	padding-left: 0;
}

ul.boxButton li {
	width: 50%;
	float: left;
	padding-left: 0;
	text-indent: 0;
	padding: 0 5px;
}

a.btn01 {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 1em 2em;
	width: 100%;
	max-width: 800px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	background-color: #0689ec;
	transition: 0.3s;
	text-decoration: none;
	text-align: center;
	border-radius: 35px;
	border-bottom: 3px solid #c6eaec;
}

a.btn02 {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 1em 2em;
	width: 100%;
	max-width: 800px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	background-color: #FF2E63;
	transition: 0.3s;
	text-decoration: none;
	text-align: center;
	border-radius: 35px;
	border-bottom: 3px solid #faced9;
}

a.btn01::before {
	content: '';
	position: absolute;
	top: 45%;
	right: 2em;
	transform: translateX(-50%) rotate(45deg);
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transition: 0.3s;
}

a.btn01::after {
	content: '';
	position: absolute;
	top: 45%;
	right: 1.6em;
	transition: 0.3s;
	transform: translateX(-50%) rotate(45deg);
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

a.btn02::before {
	content: '';
	position: absolute;
	top: 45%;
	right: 2em;
	transform: translateY(-50%) rotate(135deg);
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transition: 0.3s;
}

a.btn02::after {
	content: '';
	position: absolute;
	top: 55%;
	right: 2em;
	transform: translateY(-50%) rotate(135deg);
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transition: 0.3s;
}


a.btn01:hover {
	text-decoration: none;
	background-color: #1c98f7;
}

a.btn02:hover {
	text-decoration: none;
	background-color: #fa4c77;
}

a.btn01.hide,
a.btn02.hide {
	background-color: #818181;
	border-bottom: 3px solid #6e6d6d;
}

a.btn01:hover::before {
	right: 1.8em;
}

a.btn01:hover::after {
	right: 1.4em;
}

a.btn02:hover::before {
	top: 50%;
}

a.btn02:hover::after {
	top: 60%;
}

p.btn_home {
	width: 90%;
	margin: 0 auto;
}

p.btn_home a {
	width: 200px;
	text-align: center;
	background: #0c538d;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	padding: 10px 0;
	margin: 0 auto;
	border-radius: 5px;
	transition: 0.3s;
}

p.btn_home a:hover {
	background: #0a4575;
}

@media screen and (max-width: 580px) {

	a.btn01,
	a.btn02 {
		font-size: 14px;
	}
}

@media screen and (max-width: 480px) {
	ul.boxButton li {
		width: 100%;
		padding: 5px 0;
	}
}


/*	賞品	*/

div.gifts {
	margin: 1rem auto;
}

div.gifts dl {
	margin: 0 auto 5px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 90%;
	max-width: 600px;
}

div.gifts dl dt {
	font-weight: 600;
	font-size: 20px;
	text-align: left;
	width: 70%;
	margin: 0;
}

div.gifts dl dd {
	font-weight: 600;
	font-size: 20px;
	margin-left: 0;
	width: 30%;
	text-align: right;
}

div.gifts dl dd span {
	font-weight: normal;
	font-size: 14px;
}

.giftname {
	font-size: 16px;
}

.giftname span {
	font-size: 12px;
}

.text.note li,
.text.note li a {
	font-size: 10px;
}

@media screen and (max-width: 600px) {
	div.gifts dl {
        display: block;
        width: 100%;
        margin: 0 auto 1.36rem;
	}

	div.gifts dl dt {
		font-size: 18px;
		width: 100%;
	}

	div.gifts dl dd {
		font-size: 18px;
		width: 100%;
		text-align: left;
	}
}


/*	対象商品	*/
.targetitems button {
	background-color: #f9ff00;
	padding: 10px;
	width: 140px;
	margin: 0 auto 1em;
	display: block;
	line-height: 1;
	border-radius: 15px;
}

.targetitems #all {
	display: none;
}

/*	応募フロー		*/
.flow {
	padding: 0;
	width: 98%;
	margin: 0 auto;
}

.flow>li {
	position: relative;
	list-style-type: none;
	padding-left: 0;
	text-indent: 0;
}

.flow>li dl {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: flex-start;
	border-radius: 10px;
	position: relative;
	align-items: center;
}

.flow>li:not(:last-child) dl::before,
.flow>li:not(:last-child) dl::after {
	content: "";
	border: solid transparent;
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.flow>li dl dt {
	font-size: 20px;
	font-weight: 600;
	color: rgb(107, 144, 219);
	-ms-flex-preferred-size: 20%;
	-webkit-flex-basis: 200px;
	flex-basis: 200px;
	margin-left: 0;
	margin-right: 2vw;
	margin-bottom: 0;
	text-align: center;
}

.flow>li dl dt .icon {
	font-size: 16px;
	color: #fff;
	background: #004898;
	padding: 5px 10px;
	display: block;
	border-radius: 20px;
	position: relative;
	z-index: 100;
}

.flow>li dl dd {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	margin-left: 0;
	width: 70%;
}

@media screen and (max-width: 750px) {
	.flow>li dl {
		display: block;
		padding: 10px 10px;
		margin: 0;
	}

	.flow>li dl dt {
		margin-right: 0;
		margin-bottom: 5px;
	}

	.flow>li dl dd {
		width: 100%;
	}
}

/*	対象商品	*/
.box_items source {
	max-width: 400px;
	margin: 0 auto;
}

/*	見出し	*/
h5 {
	position: relative;
	display: inline-block;
	padding: 0 55px;
	width: 100%;
	text-align: center;
	font-size: 16px;
	margin: 2rem auto 10px;
	font-weight: 600;
}

h5:before,
h5:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 10%;
	height: 1px;
	background-color: black;
}

@media screen and (min-width: 1000px) {

	h5:before,
	h5:after {
		width: 30%;
	}
}

h5:before {
	left: 0;
}

h5:after {
	right: 0;
}

.about_dg {
	width: 100%;
	max-width: 900px;
	margin: 0 auto 10px;
	background-color: rgb(253, 248, 231);
	padding: 10px 20px;
}

.about_dg h6 {
	font-size: 14px;
	font-weight: 600;
	padding-bottom: 5px;
}

/* 利用規約同ボタン	*/
.policy {
	margin: 20px auto;
	text-align: center;
}

.policy input[type="checkbox"]:checked+label:before {
	padding-left: 0;
}

.submit_btnarea {
	width: 100%;
	margin: 0 auto;
}

.submit_btnarea button[type="submit"] {
	font-size: 2rem;
	padding: 1rem 0;
	height: auto;
}

/*	.submit_btnarea button[type="submit"][disabled] {	*/
.submit_btnarea a.button.big.disabled {
	color: #ccc;
	border-color: #ccc;
	cursor: default;
	opacity: 30%;
	pointer-events: none;
	text-decoration: none;
}

.submit_btnarea button[type="submit"]:hover {
	opacity: 1;
}

.form_btn {
	cursor: pointer;
	transition: all .5s ease-out;
	position: relative;
}

.form_btn:hover {
	border: 1px solid #005183;
	background: #fff;
	color: #005183;
}

.sel_date {
	width: 30%;
	float: left;
	margin-right: 1px;
	max-width: 100px;
}

.fl {
	float: left;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mr5 {
	margin-right: 5px;
}

.ml40 {
	margin-left: 40px;
}

.ml40pc {
	margin-left: 40px;
}

.manki {
	margin: 0 0 0 40px;
}

@media screen and (max-width: 500px) {
	.submit_btnarea button[type="submit"] {
		font-size: 20px;
		font-weight: 700;
		padding: 0.65rem 0;
	}

	.ml40pc {
		margin-left: 0;
	}
}

h5.midashi {
	font-size: 1.8em;
	margin-top: 1.8em;
	text-align: center;
	position: relative;
	display: inline-block;
	padding: 0 45px;
}

h5.midashi:before,
h5.midashi:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 44px;
	height: 2px;
	background-color: black;
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
}

h5.midashi:before {
	left: 0;
}

h5.midashi:after {
	right: 0;
}

dl.limitdate {
	text-align: center;
	font-weight: 600;
}

dl.limitdate dt {
	font-weight: 600;
	margin: 0;
	color: #e60012;
}

dl.limitdate dd {
	margin: 0 0 1rem 0;
	font-size: 1.26rem;
}

@media screen and (max-width: 736px) {
	h5.midashi {
		font-size: 1.2em;
		margin-top: 1.2em;
	}

	.limit {
		font-size: 1.2rem;
	}

	dl.limitdate dd {
		font-size: 1rem;
	}
}

/*	ローディング	*/
#loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: #000;
	z-index: 9000;
	color: #FFFFFF;
}

#animation {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
}

.loader {
	color: #ffffff;
	font-size: 20px;
	margin: 100px auto;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	position: relative;
	text-indent: -9999em;
	-webkit-animation: load4 1.3s infinite linear;
	animation: load4 1.3s infinite linear;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

@-webkit-keyframes load4 {

	0%,
	100% {
		box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
	}

	12.5% {
		box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
	}

	25% {
		box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
	}

	37.5% {
		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
	}

	50% {
		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
	}

	62.5% {
		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
	}

	75% {
		box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
	}

	87.5% {
		box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
	}
}

@keyframes load4 {

	0%,
	100% {
		box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
	}

	12.5% {
		box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
	}

	25% {
		box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
	}

	37.5% {
		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
	}

	50% {
		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
	}

	62.5% {
		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
	}

	75% {
		box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
	}

	87.5% {
		box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
	}
}

/*	レシート画像について	*/
.accordion-about-image {
	margin: 0 auto 2rem;
	background-color: #fdffe6;
	border-radius: 25px;
}

.accordion-about-image summary {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 1em 2em;
	color: #333333;
	font-weight: 600;
	cursor: pointer;
}

.accordion-about-image summary::-webkit-details-marker {
	display: none;
}

.accordion-about-image summary::before,
.accordion-about-image summary::after {
	width: 3px;
	height: .9em;
	border-radius: 5px;
	background-color: #333333;
	content: '';
}

.accordion-about-image summary::before {
	position: absolute;
	right: 2em;
	rotate: 90deg;
}

.accordion-about-image summary::after {
	transition: rotate .3s;
}

.accordion-about-image[open] summary::after {
	rotate: 90deg;
}

.accordion-about-image .inbox {
	transform: translateY(-10px);
	opacity: 0;
	margin: 0;
	padding: 0 1em 1.5em;
	color: #333333;
	transition: transform .5s, opacity .5s;
}

.accordion-about-image[open] .inbox {
	transform: none;
	opacity: 1;
}

.accordion-about-image .inbox .picture {
	background-color: #fff;
	padding: 10px;
	max-width: 425px;
	margin: 0 auto;
}

