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: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
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;
}
@media (min-width:720px)/*pc*/
{
	html
	{
		-webkit-overflow-scrolling: touch;
		width: 100%;
		min-width: 1020px;
		font-family: "Noto Sans JP";
	}
}
@media (max-width:720px)/*sp*/
	html
	{
		-webkit-overflow-scrolling: touch;
		font-family: "Noto Sans JP";
	}	
}

p,a 
{
	text-decoration: none;
	padding: 0;
	margin: 0;
}

button,
input[type="submit"] 
{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
    cursor: pointer;
}
input[type="tel"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="date"],
input[type="time"],
input[type="text"] 
{
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
}
select 
{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
}
textarea 
{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    padding: 0;
    border: 0;
    outline: none;
    background: transparent;
}



.jconfirm {
	padding: 0% 20%;
	
}
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
	font-size: 14px;
}
.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-content {
	font-size: 12px;
}

@media (min-width:720px)/*pc*/
{
	.jconfirm {
		min-width: 612px;
	}
}

@media (max-width:720px)/*sp*/
{
	.jconfirm {
		padding: 0% 10px;
	}
	.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
		font-size: 12px;
	}
	.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-content {
		font-size: 10px;
	}
}


.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}