@charset "utf-8";
/* CSS Document */
/****  リセット  ****/

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;
	outline: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
h1,h2,h3,h4,h5,h6{
	clear: both;
}




/****  base  ****/
body{
	font-size: 16px;
	line-height: 1.6; 
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	color: #333;
	min-width: 600px;
} 
*{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
		box-sizing: border-box;
}

p, h1, h2, h3, h4, h5, h6{
	word-wrap:break-word;
	overflow-wrap:break-word;
}


/****  文字装飾  ****/

.red{color: red;}
.blue{color: blue;}
.green{color: green;}
.gray{color: gray;}

.b, strong{font-weight: bold;}

.ll{font-size: 1.6em; font-weight: bold;}
.l{font-size: 1.3em; font-weight: bold;}
.s{font-size: 0.85em;}
.ss{font-size: 0.65em;}

.back-red{background-color: #ffccff;}
.back-blue{background-color:#ccffff;}

.badge-red,
.badge-green{
	padding: 3px 8px 1px;
	margin-right: 5px;
	border-radius: 7px;
	color: #fff;
}
.badge-red{
	background-color: #e00;
}
.badge-green{
	background-color: #060;
}

.clear{
	clear: both;
	line-height: 0;
	overflow: hidden;
}
.space{
	clear: both;
	height: 2.5em;
}

.no-deco{text-decoration: none;}

a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

address, dl, fieldset, figure, ol, p, pre, ul {
    margin: 0 !important;
}

.pay-header {
	width: 800px;
	text-align: center;
	background-color: #F7DEA1;
	padding: 10px;
	border: 1px solid #333;
	border-radius: 3px;
	margin: 0 auto 3px;
}
.pay-header h1 {
	font-size: 1.4em;
	color: #333;
	font-weight: bold;
	margin-bottom: 0;
}
.pay-by-studio-e {
	font-size: 0.6em;
	font-weight: normal;
}
.pay-header a {
	color: #333;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
}
.pay-ul {
	text-align: center;
	list-style-type: none;
}
.pay-under {
	border-bottom: 1px solid #333;
}
.pay-header a:hover {
	color: #C0C0C0;
	text-decoration: underline;
}
.main {
	width: 800px;
	margin: 0 auto;
}

.content-box {
	border: 1px solid #333;
	border-radius: 3px;
	padding: 20px;
}

.privacy-box {
	border: 1px solid #333;
	border-radius: 3px;
	padding: 20px;
}
.privacy-box h1 {
	position: relative;
    color: #158b2b;
    text-align: center;
    margin: 1.2em 0;
	font-size: 1.4em;
	font-weight: bold;
	background: #dfefff;
    box-shadow: 0px 0px 0px 5px #dfefff;
    border: dashed 1px #96c2fe;
    padding: 0.2em 0.5em;
}
.privacy-box h2 {
	font-size: 1.1em;
	font-weight: bold;
}
.privacy-box p {
	margin-bottom: 1.0em;
}

.pay-footer {
	width: 800px;
	text-align: center;
	color: #333;
	font-weight: bold;
	background-color: #F7DEA1;
	padding: 10px;
	border: 1px solid #333;
	border-radius: 3px;
	margin: 3px auto 0;
}
.pay-dest {
	font-size: 1.3em;
}
.pay-v-space {
	margin-bottom: 20px;
}
.pay-v-space2 {
	margin-bottom: 12px;
}
.form-name input[type="text"] {
	width: 290px;
	border: 1px solid #333;
	border-radius: 2px;
	padding: 5px;
}
.form-short input[type="text"] {
	width: 250px;
	border: 1px solid #333;
	border-radius: 2px;
	padding: 5px;
}
.form-middle input[type="text"] {
	width: 250px;
	border: 1px solid #333;
	border-radius: 2px;
	padding: 5px;
}
.form-long input[type="text"] {
	width: 90%;
	border: 1px solid #333;
	border-radius: 2px;
	padding: 5px;
}
.form-amount input[type="number"] {
	width: 150px;
	border: 1px solid #333;
	border-radius: 2px;
	padding: 5px;
}
.form-date input[type="date"] {
	width: 150px;
	border: 1px solid #333;
	border-radius: 2px;
	padding: 5px;
}
.btn-bg {
	color: #fff;
	background-color: #EB6210;
	border: 1px solid #B24A0C;
	border-radius: 2px;
	padding: 3px 8px;
}
.btn-bg:hover {
	cursor: pointer;
}
#payjp_checkout_box input[type="button"] {
	background-image: none !important;
	background-color: #EB6210 !important;
	border: 1px solid #B24A0C !important;
}
#payjp_checkout_box {
	text-align: center;
}

.err {
	color: red;
	font-size: 0.8em;
}


@media screen and (max-width: 800px) {
	body {
		min-width: 0; 
		width: 100%;
	}
	.main, .pay-header, .pay-footer {
		width: 100%;
	}
}


@media screen and (max-width: 340px) {
	.form-name input[type="text"] {
		width: 90%;
	}
}
