@charset "Shift_JIS";
html {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

body {
	-webkit-text-size-adjust: 100%;
}

div,
article,
aside,
button,
caption,
dd,
details,
dl,
dt,
figcaption,
figure,
footer,
form,
header,
hgroup,
iframe,
input,
li,
menu,
nav,
section,
select,
submit,
ul,
a,
table,
tr,
td,
textarea {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
button,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	border: none;
	outline: none;
}

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

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

h1,
h2,
h3,
h4,
h5 {
	display: inline;
}

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

blockquote,
q {
	quotes: none;
}

body,
input,
select {
	font-family: verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Maru Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
button,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	font-size: 100%;
	font-style: normal;
	font-weight: inherit;
	text-decoration: none;
	line-height: 1.4em;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
button,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
}

body {
	font-size: 75%;
}

.strong {
	font-weight: bold;
}

.None {
	display: none!important;
}

.both {
	clear: both;
}

ol,
ul,
dl {
	list-style: none;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

caption,
th {
	text-align: left;
}

a:hover {
	text-decoration: underline;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
button,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	vertical-align: baseline;
}

th,
td {
	vertical-align: top;
}

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

.clearboth {
	clear: both;
}

*:after {
	display: inline;
}

* {
	transition-property: none;
	-webkit-transition-property: none;
	-moz-transition-property: none;
	-o-transition-property: none;
	-ms-transition-property: none;
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
}

input,
textarea {
	width: 100%;
}

select {
	padding-right: 0;
}

select:after {
	content: "";
	display: block;
	width: 50px;
}

input[type="submit"],
input[type="button"],
input[type="radio"] + label,
input[type="checkbox"] + label {
	cursor: pointer;
}

select {
	cursor: pointer;
}

input:focus,
textarea:focus {
	background-color: #ffc;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"],
img{
	width: 100%;
	max-width: 100%;
}
#wrapper form {
	width: 100%;
}

center {
	text-align: initial;
}

a {
	cursor : pointer;
	color: var(--main-link-color);
	text-decoration: underline;
}

a:hover {
	color: var(--main-link-hovercolor);
}

strong:before {
	content: "【";
}

strong:after {
	content: "】";
}

em {
	font-weight: bold;
}

input {
	border: 1px solid #ccc;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"] {
	background-repeat: no-repeat;
	background-position: 99% center;
	box-shadow: inset 2px 2px 2px #eee;
	box-shadow: inset 2px 2px 2px rgba(0,0,0,0.1);
	border-radius: 4px;
}

select::-ms-expand{
	border:none;
}
select {
	border:1px solid #666;
}


input[type="checkbox"],
input[type="radio"] {
	height: inherit;
	line-height: inherit;
	border: none;
	display: inline;
	width: auto;
}

input.hidden {
	display: none;
}

select option:disabled {
	background-color: #ccc!important;
	color: #999!important;
}

select[disabled],
select[disabled]:hover {
	opacity: 0.2!important;
	cursor: default!important;
	border-color: initial!important;
}

select:focus {
	outline-color: #000;
	outline-style: solid;
	outline-width: 2px;
}
input[type="text"]:disabled,
input[type="email"]:disabled,
input[type="tel"]:disabled,
input[type="password"]:disabled,
input[type="number"]:disabled,
textarea:disabled{
	background-color: #ddd;
}

fieldset {
	text-align: center;
	border: 2px solid var(--mainthema-background-color);
	padding: 15px 5px;
}
legend{
	padding: 0 5px;
	background-color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	color: var(--mainthema-background-color);
}